(tar-header-block-summarize): Ensure one space around user&group.
[emacs.git] / lisp / ChangeLog
blob8985f40db8d7dc3457d81a598dbd434ebcedb1cd
1 2008-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * tar-mode.el (tar-header-block-summarize): Ensure one space around
4         user&group.
6 2008-05-25  Ed Reingold  <reingold@emr.cs.iit.edu>
8         * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
9         Use diary-ordinal-suffix.
11 2008-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13         * tar-mode.el (tar-summarize-buffer): Handle GNU Tar @LongLink format.
15 2008-05-24  Alan Mackenzie  <acm@muc.de>
17         * progmodes/cc-mode.el (c-postprocess-file-styles): Throw an error
18         if c-file-style is set to a non-string
20         (c-neutralize-CPP-line): Surround by `save-excursion'.
21         (c-neutralize-syntax-in-CPP): Optimize for speed.
23 2008-05-18  David Hull <david@snap.com>  (tiny change)
25         * vc-hg.el (vc-hg-annotate-re): Recognize the output of --follow.
27 2008-05-18  mohrmarc  <debian@miller-mohr.de>  (tiny change)
29         * progmodes/fortran.el (fortran-font-lock-keywords-2): Add keywords for
30         logic operators .eqv. and .neqv.
32 2008-05-17  David Hull <david@snap.com>  (tiny change)
34         * vc-hg.el (vc-hg-annotate-command): Allow white space before
35         version number.
37 2008-05-12  Simon Marshall  <simon@gnu.org>
39         * obsolete/fast-lock.el (fast-lock-cache-directories): Remove "."
40         from its default value and give it the risky-local-variable
41         property (CVE-2008-2142).
43 2008-05-10  Reiner Steib  <reiner.steib@gmx.de>
45         * smerge-mode.el (smerge-command-prefix): Fix custom type.
47 2008-05-05  Carsten Dominik  <dominik@science.uva.nl>
49         * textmodes/org.el (org-read-date-get-relative): Interpret lone
50         weekday abbreviation as relative to today.
52 2008-05-01  Nick Roberts  <nickrob@snap.net.nz>
54         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
55         Don't throw error if no file is found.
57 2008-04-28  Michael Albinus  <michael.albinus@gmx.de>
59         * net/tramp.el (tramp-replace-environment-variables): Remove it.
60         There is a more simple solution.
61         (tramp-file-name-handler): Apply `substitute-in-file-name' w/o
62         Tramp file name handlers.
64 2008-04-28  Nick Roberts  <nickrob@snap.net.nz>
66         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Make breakpoint
67         icons work for assembler, i.e. FILE.s, FILE.S (not disassembly).
68         (gdb-goto-breakpoint): Likewise for visiting breakpoints.
69         (gdb-assembler-custom): Be careful not to match other addresses.
71 2008-04-27  Michael Albinus  <michael.albinus@gmx.de>
73         * net/tramp.el (tramp-replace-environment-variables): New defun.
74         (tramp-file-name-handler): Use it.
76 2008-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
78         * diff-mode.el (diff-hunk-header-re-unified): Allow elided line counts.
79         (diff-end-of-hunk, diff-unified->context, diff-fixup-modifs)
80         (diff-sanity-check-hunk): Adjust code accordingly.
82 2008-04-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
84         * term/mac-win.el (mac-ts-active-input-buf): Move defvar to macterm.c.
86 2008-04-12  Nick Roberts  <nickrob@snap.net.nz>
88         * progmodes/gdb-ui.el (gdb-init-buffer): New function.
89         (gdb-set-gud-minor-mode-existing-buffers)
90         (gdb-info-breakpoints-custom, gdb-get-location)
91         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
92         Previously gdb-create-define-alist wasn't always run and added to
93         after-save-hook.
95         * progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer
97 2008-04-12  Kevin Ryde  <user42@zip.com.au>
99         * progmodes/make-mode.el (makefile-fill-paragraph): Treat indented
100         comments like unindented ones.
102 2008-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
104         * term/mac-win.el (mac-ae-open-documents): Adjust selection range
105         parameter origins.
107 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
109         * progmodes/python.el (python-mode): Don't mess with hippie-expand.
111 2008-04-11  Chong Yidong  <cyd@stupidchicken.com>
113         * woman.el (woman2-TH): Use string-equal instead of string-match.
115 2008-04-11  Kevin Ryde  <user42@zip.com.au>
117         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
118         Bind print-level to ensure output forms aren't truncated if
119         print-level is set to eval-expression-print-level when going via
120         eval-defun and friends, or has been otherwise fiddled with.
122 2008-04-09  Michael Albinus  <michael.albinus@gmx.de>
124         * net/tramp.el (tramp-find-file-name-coding-system-alist):
125         New defun.
126         (tramp-handle-insert-file-contents, tramp-handle-write-region):
127         Use it.
129         * net/trampver.el: Update release number.
131 2008-04-09  Alan Mackenzie  <acm@muc.de>
133         * font-lock.el (font-lock-extend-after-change-region-function):
134         Make it buffer local.
136 2008-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
138         * progmodes/cc-mode.el (c-basic-common-init): Don't set
139         font-lock-extend-after-change-region-function globally.
141 2008-04-08  Carsten Dominik  <dominik@science.uva.nl>
143         * textmodes/org-export-latex.el: New file.
145         * textmodes/org-irc.el: New file.
147         * textmodes/org-mac-message.el: New file.
149         * textmodes/org-publish.el: New file.
151         * textmodes/org.el (org-agenda-collect-markers)
152         (org-create-marker-find-array)
153         (org-check-agenda-marker-table, org-extract-log-state-settings)
154         (org-nofm-to-completion, org-refile-goto-last-stored)
155         (org-export-html-convert-special-strings, org-first-list-item-p)
156         (org-imenu-new-marker, org-imenu-get-tree)
157         (org-speedbar-set-agenda-restriction)
158         (org-agenda-set-restriction-lock)
159         (org-agenda-remove-restriction-lock)
160         (org-agenda-maybe-redo, org-compute-latex-and-specials-regexp)
161         (org-do-latex-and-special-faces, org-read-date-display)
162         (org-select-remember-template, org-agenda-copy-local-variable)
163         (org-read-date-get-relative, org-columns-cleanup-item)
164         (org-find-entry-with-id)
165         (org-insert-columns-dblock, org-listtable-to-string)
166         (org-dblock-write:columnview, org-columns-capture-view)
167         (org-edit-headline, org-parse-local-options)
168         (org-in-clocktable-p, org-property-or-variable-value)
169         (org-get-tags-string, org-up-heading-safe)
170         (org-fast-todo-selection, org-get-wdays)
171         (org-switch-to-buffer-other-window, org-agenda-deadline-face)
172         (org-add-link-type, org-columns-content, org-columns-widen)
173         (org-columns-next-allowed-value, org-columns-edit-allowed)
174         (org-columns-store-format)
175         (org-columns-uncompile-format, org-columns-redo)
176         (org-columns-edit-attributes, org-delete-property)
177         (org-set-property, org-columns-update, org-columns-compute)
178         (org-columns-eval)
179         (org-columns-not-in-agenda, org-columns-compute-all)
180         (org-property-next-allowed-value)
181         (org-columns-compile-format, org-fill-paragraph-experimental)
182         (org-string-to-number, org-property-action, org-columns-move-left)
183         (org-columns-new)
184         (org-column-number-to-string, org-property-previous-allowed-value)
185         (org-at-property-p, org-columns-delete)
186         (org-columns-previous-allowed-value)
187         (org-columns-move-right, org-columns-narrow)
188         (org-property-get-allowed-values)
189         (org-verify-version, org-column-string-to-number)
190         (org-delete-property-globally)
191         (org-get-property-block, org-entry-properties, org-entry-get)
192         (org-entry-delete, org-entry-get-with-inheritance)
193         (org-entry-put, org-buffer-property-keys, org-new-column-overlay)
194         (org-overlay-columns)
195         (org-overlay-columns-title, org-remove-column-overlays)
196         (org-column-show-value, org-column-quit, org-column-edit)
197         (org-cached-entry-get, org-table-put-field-property)
198         (org-get-columns-autowidth-alist, turn-on-orgstruct)
199         (orgstruct-error, orgstruct-setup)
200         (orgstruct-make-binding, org-context-p, org-get-local-variables)
201         (org-run-like-in-org-mode)
202         (org-make-link-regexps, org-remove-keyword-keys)
203         (org-get-todo-face, org-export-get-title-from-subtree)
204         (org-assign-fast-keys, org-get-min-level)
205         (org-get-wdays, org-clock-find-position)
206         (org-clock-goto, org-fontify-priorities)
207         (org-get-date-from-calendar)
208         (org-entry-add-to-multivalued-property)
209         (org-entry-remove-from-multivalued-property)
210         (org-entry-member-in-multivalued-property)
211         (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state)
212         (org-agenda-get-restriction-and-command)
213         (org-open-link-from-string, org-columns-open-link)
214         (org-go-to-remember-target, org-remember-insinuate)
215         (org-icalendar-cleanup-string, org-first-sibling-p)
216         (org-back-over-empty-lines, org-skip-whitespace)
217         (org-goto-local-auto-isearch)
218         (org-clocktable-steps, org-refile-get-location)
219         (org-kill-line, org-remove-timestamp-with-keyword)
220         (org-local-logging): New functions.
221         (org-agenda-marker-table, org-log-note-how)
222         (org-goto-local-auto-isearch-map)
223         (org-last-remember-storage-locations)
224         (org-imenu-markers, org-agenda-restriction-lock-overlay)
225         (org-speedbar-restriction-lock-overlay)
226         (org-massive-special-regexp)
227         (org-verbatim-re, org-read-date-display-live)
228         (org-agenda-file-regexp, org-complex-heading-regexp)
229         (org-completion-fallback-command, org-todo-log-states)
230         (org-goto-exit-command, org-goto-selected-point)
231         (org-todo-key-alist, org-todo-key-trigger, org-agenda-remove-date)
232         (org-agenda-after-show-hook, org-agenda-skip-unavailable-files)
233         (org-fast-tag-selection-can-set-todo-state, org-local-properties)
234         (org-store-link-functions, org-columns-top-level-marker)
235         (orgstruct-mode-map, org-entry-property-inherited-from)
236         (org-column-overlays, org-current-columns-fmt)
237         (org-current-columns-maxwidths, org-column-map)
238         (org-cached-props): New variables.
239         (org-special-ctrl-k, org-goto-auto-isearch)
240         (org-agenda-todo-keyword-format)
241         (org-remember-use-refile-when-interactive)
242         (org-imenu-depth, org-highlight-latex-fragments-and-specials)
243         (org-agenda-skip-scheduled-if-done, org-extend-today-until)
244         (org-agenda-window-frame-fractions, org-fontify-priorities)
245         (org-agenda-deadline-leaders, org-use-property-inheritance)
246         (org-clock-into-drawer, org-agenda-compact-blocks)
247         (org-use-fast-todo-selection, org-fast-tag-selection-include-todo)
248         (org-edit-timestamp-down-means-later, org-todo-keyword-faces)
249         (org-agenda-deadline-faces, org-remember-store-without-prompt)
250         (org-default-columns-format)
251         (org-agenda-default-appointment-duration)
252         (org-export-with-footnotes, org-clock-out-when-done)
253         (org-global-properties, org-todo-keyword-faces)
254         (org-archive-save-context-info)
255         (org-edit-timestamp-down-means-later)
256         (org-scheduled-past-days, org-export-with-drawers)
257         (org-read-date-prefer-future, org-hide-emphasis-markers)
258         (org-clock-heading-function, org-clock-in-switch-to-state)
259         (org-export-with-special-strings): New options.
260         (org-link-store, org-link-follow, org-latex)
261         (org-remember-templates, org-time-stamp-rounding-minutes)
262         (org-back-over-empty-lines, org-find-base-buffer-visiting)
263         (org-columns-new): Fix typos in docstrings.
264         (org-ctrl-c-star): Implement a missing branch in the decision tree.
265         (org-select-remember-template): Clean the code.
266         (org-prepare-dblock): Add the extra :content parameter.
267         (org-write-agenda): New output type ".ics" files.
268         (org-write-agenda): Call `org-icalendar-verify-function', both for
269         time stamps and for TODO entries.
270         (org-export-as-html): Revert the change that killed the html
271         buffer.  Side effects first need to be studied carefully.
272         (org-get-tags-at): Fix the structure of the condition-case statement.
273         (org-ts-regexp0, org-repeat-re, org-display-custom-time)
274         (org-timestamp-change): Fix regulear expressions to swallow the
275         extra character for repeat-shift control.
276         (org-auto-repeat-maybe): Implement the new repeater mechanisms.
277         (org-get-legal-level): Alias to `org-get-valid-level'.
278         (org-dblock-write:clocktable): Add a :link parameter, linking
279         headlines to their location in the Org agenda files.
280         (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
281         throwing an error when getting tags before headlines.
282         (org-timestamp-change, org-modify-ts-extra)
283         (org-ts-regexp1): Fix timestamp editing.
284         (org-agenda-custom-commands-local-options): New constant.
285         (org-agenda-custom-commands):
286         Use `org-agenda-custom-commands-local-options' to improve customize
287         type.  "htmlize": Removed hack to fix face problem with htmlize,
288         it no longer seem necessary.
289         (org-follow-link-hook): New hook.
290         (org-agenda-custom-commands): Add "Component" as a tag for each
291         item in a command serie.
292         (org-open-at-point): Run `org-follow-link-hook'.
293         (org-agenda-schedule): Bugfix: don't display marker type when it
294         is nil.
295         (org-store-link): org-irc required.
296         (org-set-regexps-and-options): Parse the new logging options.
297         (org-todo): Handle the new ways of recording state change stuff.
298         (org-columns-open-link): Fix bug with opening link in column view.
299         (org-todo): Make sure that LOGGING properties are honoured.
300         (org-todo-keywords): Improve docstring.
301         (org-startup-options): Cleanup startup options.
302         (org-set-regexps-and-options): Process the "!" markers.
303         (org-todo): Respect the new logging stuff.
304         (org-add-log-maybe): New parameter HOW that defines how logging
305         should be done and also overrides PURPOSE.  Add a docstring.
306         (org-add-log-note): Check if we really need to ask for a note.
307         (org-get-current-options): Digest the new keyword.
308         (org-agenda-reset-markers): Rename from
309         `org-agenda-maybe-reset-markers'.  Remove FORCE argument.
310         (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
311         function, without force argument.
312         (org-buffer-property-keys): Bind local variables s and p.
313         (org-make-tags-matcher): Allow "" to match an empty or
314         non-existent property value.
315         (org-export-as-html): Join unsorted lists when they directly
316         follow each other.  Such lists may be created by headlines that
317         are converted to lists.
318         (org-export-as-html): Use :html-extension instead of
319         org-export-html-extension.
320         (org-store-link): Support for links from `rmail-summary-mode'.
321         (org-columns-new, org-complete, org-set-property): Set the
322         `include-columns' argument in the call to `org-buffer-property-keys'.
323         (org-buffer-property-keys): New argument `include-columns', to
324         include properties expected by any of the COLUMS formats in the
325         current buffer.
326         (org-cleaned-string-for-export): Get rid of drawers first, so that
327         they will be removed also in the text before the first headline.
328         (org-clock-report): Show the clocktable when found.
329         (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
330         (org-version): With prefix argument, insert `org-version' at point.
331         (org-agenda-goto): Recenter the window after finding the target
332         location, to make sure the correct position will be displayed.
333         (org-agenda-get-deadlines): Don't scale priority with the warning
334         period.
335         (org-insert-heading): Don't break line in the middle of the line.
336         (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
337         be 0.
338         (org-update-checkbox-count): Revamp to deal with hierarchical
339         beckboxes.  This was a patch from Miguel A. Figueroa-Villanueva.
340         (org-schedule, org-deadline): Use `org-remove-timestamp-with-keyword'
341         to make sure all such time stamps are removed.
342         (org-mode): Support for `align'.
343         (org-agenda-get-deadlines): Make sure priorities increase as the
344         due date approaches and is passed.
345         (org-remember-apply-template): Fix problem with tags that contain
346         "_" or "@".
347         (org-make-link-regexps): Improve the regular expression for plain
348         links.
349         (org-agenda-get-closed): List each clocking entry.
350         (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
351         (org-archive-all-done): Fix incorrect number of stars in regexp.
352         (org-global-tags-completion-table): Add the value of org-tag-alist
353         in each buffer, to make sure that also unused tags will be
354         available for completion.
355         (org-columns-edit-value)
356         (org-columns-next-allowed-value): Only update if not in agenda.
357         (org-dblock-write:clocktable): Call `org-clocktable-steps'.
358         (org-archive-subtree): Add the outline tree context as a property.
359         (org-closest-date): New optional argument `prefer'.
360         (org-goto-map, org-get-location): Implement auto-isearch.
361         (org-goto-local-search-forward-headings)
362         (org-get-entries-from-diary): Require diary-lib.
363         (org-agenda-sunrise-sunset): Require solar.
364         (org-export-html-style): Doc fix.
365         (org-get-legal-level): New obsolete alias.
366         (org-get-valid-level): Rename from `org-get-legal-level'.
367         (org-promote, org-demote, org-archive-subtree)
368         (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
369         (org-info): Use info rather than Info-goto-node.
370         (org-entry-properties): Let-bind `clocksum'.
371         (org-unmodified, org-cycle-emulate-tab)
372         (org-descriptive-links, org-link-file-path-type)
373         (org-remember-use-refile-when-interactive)
374         (org-agenda-skip-timestamp-if-done, org-agenda-scheduled-leaders)
375         (org-export-ascii-bullets, org-agenda-deadline-faces)
376         (turn-on-orgstruct++, orgtbl-to-texinfo, org-mhe-get-header)
377         (org-batch-agenda, org-batch-agenda-csv, org-fix-agenda-info)
378         (org-kill-note-or-show-branches): Fix typos in docstrings.
379         (org-html-do-expand): `org-export-html-convert-special-strings'
380         added to the list of conversion.
381         (org-infile-export-plist, org-get-current-options): Add support
382         for "-" in the #+OPTION line to let user switch on/off special
383         strings conversion.
384         (org-export-plist-vars): New :html-table-tag property.
385         (org-export-as-html, org-format-org-table-html)
386         (org-format-table-table-html) Use the :html-table-tag property
387         instead of the `org-export-html-table-tag' global value.
388         (org-additional-option-like-keywords): Add "TBLFM".
389         (org-entry-properties): Include the CLOCKSUM special property.
390         (org-columns-edit-value): Do not allow to edit the special
391         CLOCKSUM property.
392         (org-flag-drawer): Use the original value of `outline-regexp'.
393         (org-remember-handler): Add invisible-ok flag to call to
394         `org-end-of-subtree'.
395         (org-agenda-highlight-todo): Respect `org-agenda-todo-keyword-format'.
396         (org-infile-export-plist): No restriction while searching for
397         options.
398         (org-remember-handler): Remove comments at the end of the buffer.
399         (org-table-sort-lines): Make sure sorting works on link
400         descritions only, and ignores the link.
401         (org-sort-entries-or-items): Make sure the end of the subtree is
402         included.
403         (org-refile-use-outline-path): New allowed values `file' and
404         `full-file-path'.
405         (org-get-refile-targets): Respect new values for
406         `org-refile-use-outline-path'.
407         (org-agenda-get-restriction-and-command): DEL goes back to initial
408         list.
409         (org-export-as-xoxo): Restore point when done.
410         (org-open-file): Allow multiple %s in command.
411         (org-get-refile-targets): Interpret the new maxlevel setting.
412         (org-refile-targets): New option `:maxlevel'.
413         (org-copy-subtree): Include empty lines before but not after subtree.
414         (org-move-item-down, org-move-item-up): Include empty lines before
415         but not after item.
416         (org-remember-apply-template): Defaults, completions and history
417         for template prompts.  Also, interpret new `%!' escape.
418         (org-context-choices): New constant.
419         (org-bound-and-true-p): New macro.
420         (org-agenda-restriction-lock): New face.
421         (org-open-at-point): Remove obsolete way to do redirection in
422         shell links.
423         (org-imenu-and-speedbar): New customization group.
424         (org-entry-properties): Return keyword-less time strings.
425         (org-clock-in): Use `org-clock-heading-function'.
426         (org-calendar-holiday): Try to use `calendar-check-holidays'
427         instead of the obsolete `check-calendar-holidays'.
428         (org-export-html-special-string-regexps): New constant.
429         (org-latex-and-export-specials): New face.
430         (org-link-escape-chars): Use characters instead of strings.
431         (org-link-escape-chars-browser, org-link-escape)
432         (org-link-unescape): Use characters instead of strings.
433         (org-export-html-convert-sub-super, org-html-do-expand): Check for
434         protected text.
435         (org-emphasis-alist): Additional `verbatim' flag.
436         (org-set-emph-re): Handle the verbatim flag and compute
437         `org-verbatim-re'.
438         (org-cleaned-string-for-export): Protect verbatim elements.
439         (org-additional-option-like-keywords): Add new keywords.
440         (org-get-entry): Rename from `org-get-cleaned-entry'.
441         (org-agenda-get-scheduled, org-agenda-get-blocks):
442         Use `org-agenda-skip-scheduled-if-done'.
443         (org-prepare-agenda-buffers): Allow buffers as arguments.
444         (org-entry-properties): Add CATEGORY as a special property.
445         (org-use-property-inheritance): Allow a list of properties as a value.
446         (org-eval-in-calendar): No longer update the prompt.
447         (org-read-date-popup-calendar): Rename from
448         `org-popup-calendar-for-date-prompt'.
449         (org-remember-apply-template): Define `remember-finalize' if it is
450         not yet defined.
451         (org-read-date): Respect the setting of
452         `org-read-date-prefer-future'.  Use `org-read-date-analyze'.
453         (org-set-font-lock-defaults): Use `org-archive-tag' instead of a
454         hardcoded string.
455         (org-remember-apply-template): Use `remember-finalize' instead of
456         `remember-buffer'.
457         (org-columns-compute, org-column-number-to-string)
458         (org-columns-uncompile-format, org-columns-compile-format)
459         (org-columns-compile-format): Handle printf format specifier.
460         (org-columns-new, org-column-number-to-string)
461         (org-columns-uncompile-format, org-columns-compile-format):
462         Support for new currency summary type.
463         (org-tree-to-indirect-buffer): Do not kill old buffer when
464         `org-indirect-buffer-display' is `new-frame'.
465         (org-indirect-buffer-display): Document that `new-frame' leads to
466         indiret buffer proliferation.
467         (org-agenda-list): Use `org-extend-today-until'.
468         (org-format-org-table-html): Use lower-case for <col> tag.
469         (org-agenda-execute): New command.
470         (org-agenda-mode-map): Keybindings of "g" "G", "e" modified.
471         (org-remember-apply-template): Use `org-select-remember-template'.
472         (org-region-active-p): Use `use-region-p'.
473         (org-cycle-hide-archived-subtrees)
474         (org-table-rotate-recalc-marks, org-mark-ring-push)
475         (org-follow-info-link, org-mhe-get-message-folder-from-index)
476         (org-auto-repeat-maybe, org-store-log-note, org-delete-property)
477         (org-evaluate-time-range, org-edit-agenda-file-list):
478         (org-paste-subtree):
479         (org-calendar-holiday): Use calendar-check-holidays instead of the
480         obsolete check-calendar-holidays.
481         (org-table-formula-substitute-names): Remove forgotten temporary
482         debugging code.
483         (org-agenda-get-restriction-and-command): Use `mapc' instead of
484         `mapcar'.
485         (org-agenda-list): Numeric prefix argument can specify the number
486         of days.
487         (remember-register, remember-buffer): Prevent byte compiler from
488         complaining.
489         (org-todo): Save and restore match data.
490         (org-no-warnings): New macro.
491         (org-columns-eval): Use `org-no-warnings'.
492         (org-version): Change to 5.13e.
493         (org-agenda-file-regexp): Fix typo in docstring.
494         (org-add-planning-info): Fix bug in parenthesis settings.
495         (org-scan-tags): Catch the case of indirect buffers with no filename.
496         (org-fast-tag-selection, org-export-as-ascii, org-export-as-html):
497         Re-install switch to mapc, had been removed by accident.
498         (org-columns-map): New binding `C-c C-o'.
499         (org-columns-menu): Change menu text and added new entry.
500         (org-columns-eval): Document the use of `next-line'.
501         (org-columns-follow-link): Remove function.
502         (org-read-date-get-relative): Fix typo in docstring.
503         (org-read-date-get-relative): Leading +/- is not optional.
504         (org-agenda-get-restriction-and-command): Always resize window on
505         first loop cycle.
506         (org-agenda-open-link): Make sure the link abbreviations are
507         present in the agenda buffer.
508         (org-agenda-files): Allow directories in the variable.
509         (org-agenda): Use `org-agenda-get-restriction-and-command'.
510         (org-todo-blocker-hook, org-todo-trigger-hook): New hooks.
511         (org-remember-apply-template): Catch C-g and make sure window
512         configuration is restored.
513         (org-agenda-open-link): Make it work with several links in the line.
514         (org-drawers, org-set-regexps-and-options)
515         (org-get-current-options): Add support for a DRAWERS in-buffer option.
516         (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
517         (org-agenda-to-appt): Require calendar.
518         (org-entry-get-with-inheritance): Widen for search.
519         (org-columns-display-here): Don't mark buffer as modified when
520         adding space characters to accomodate column overlays.
521         (org-export-as-html): Better formatting of tags in the toc.
522         (org-columns-display-here): Make the ITEM column as compact as
523         possible.
524         (org-remember-templates): Customization interface improved.
525         (org-export-with-property-drawer): Variable removed.
526         (org-sort-entries): Rewrite using `sort-subr'.
527         (org-set-property): More appropriate completion during interactive use.
528         (org-sort-entries): Allow sorting by property.
529         (org-additional-option-like-keywords): Add more values.
530         (org-sort-entries-or-items): Rename from `org-sort-entries'.
531         (org-at-timestamp-p, org-timestamp-change)
532         (org-remember-templates): First element of each entry is now a
533         name for the template.
534         (org-store-log-note): Check for `org-note-abort'.
535         (org-kill-note-or-show-branches): New command.
536         (org-cut-subtree, org-copy-subtree): New argument N to act on N
537         sequential subtrees.
538         (org-paste-subtree): Fix the level at which a tree is pasted.
539         (org-fit-agenda-window): Limitations on window size removed.
540         (org-agenda-find-same-or-today-or-agenda): Rename from
541         `org-agenda-find-today-or-agenda'.
542         (org-agenda-scheduled-leaders)
543         (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'.
544         (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'.
545         (org-export-with-tags, org-export-plist-vars)
546         (org-infile-export-plist): New "tags" option.
547         (org-cached-entry-get): Use `org-use-property-inheritance'.
548         (org-remember-apply-template): Fix typo.
549         (org-additional-option-like-keywords): New constant.
550         (org-complete): Use `org-additional-option-like-keywords'.
551         (org-clock-report): Only update the table at point, or insert a
552         new one.
553         (org-open-file): Use `start-process-shell-command' instead of
554         `shell-command' with an ampersand.
555         (org-deadline, org-schedule): New argument REMOVE to remove the
556         date from the entry.
557         (org-agenda-schedule, org-agenda-deadline): Pass the prefix
558         argument to `org-schedule' and `org-deadline'.
559         (org-trim): Use the correct expressions for beginning and end of
560         the string.
561         (org-get-cleaned-entry): Trim the string before returning it.
562         (org-agenda-tags-column): Rename from
563         `org-agenda-align-tags-to-column'.
564         (org-agenda-align-tags): Allow negative values for
565         `org-agenda-tags-column'.
566         (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
567         (org-agenda-to-appt): New optional argument FILTER.
568         (org-complete): Use `org-completion-fallback-command'.
569         (org-find-base-buffer-visiting): Catch the case that there is no
570         buffer visiting the file.
571         (org-todo): Use `org-property-or-variable-value'
572         (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
573         (org-agenda-schedule, org-agenda-deadline):
574         Call `org-agenda-show-new-time'.
575         (org-agenda-show-new-time): New argument PREFIX.
576         (org-colgroup-info-to-vline-list): Fix but that cause a shift in
577         the vertical lines.
578         (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
579         (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
580         (org-indent-item): No arg in call to `org-fix-bullet-type'.
581         (org-fix-bullet-type): Remove argument.
582         (org-read-date): Check for am/pm twice, to catch the end time.
583         (org-goto-map): Use `suppress-keymap'.
584         (org-remember-apply-template): Respect the dynamically scoped
585         selection character.
586         (org-kill-is-subtree-p): Use `org-outline-regexp'.
587         (org-outline-regexp): New constant.
588         (org-remember-handler): Throw error when the target file is not in
589         org-mode.
590         (org-cleaned-string-for-export): No longer call
591         `org-export-latex-cleaned-string' with an argument.
592         (org-get-tags): Returns now a list, not a string.
593         (org-archive-subtree): No need to split return of `org-get-tags'.
594         (org-set-tags, org-entry-properties): Call `org-get-tags-string'
595         instead of `org-get-tags'.
596         (org-agenda-format-date): Rename from `org-agenda-date-format'.
597         (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
598         (org-compatible-face): New argument INHERITS.  Inherit from this
599         face if possible.
600         (org-level-1, org-level-2, org-level-3, org-level-4)
601         (org-level-5, org-level-6, org-level-7, org-level-8)
602         (org-special-keyword, org-drawer, org-column, org-warning)
603         (org-archived, org-todo, org-done, org-headline-done, org-table)
604         (org-formula, org-code, org-agenda-structure)
605         (org-scheduled-today, org-scheduled-previously)
606         (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
607         in the new way.
608         (org-get-heading): New argument NO-TAGS.
609         (org-fast-tag-selection-include-todo): Made defvar instead of
610         defcustom, feature is not deprecated.
611         (org-remember-store-without-prompt): New default value t.
612         (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
613         Compute the log states.
614         (org-goto-map): More commands copied from global map.  Also bind
615         `org-occur'.
616         (org-goto): Made into a general lookup command.
617         (org-get-location): Complete rewrite.
618         (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
619         Set the new variables.
620         (org-paste-subtree): Whitespace insertion strategy revised.
621         (org-remember-apply-template): Protect v-A from the possibility
622         that v-a might be nil.
623         (org-remember-handler): Insertion rules revised.
624         (org-todo): Respect org-todo-log-states.
625         (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
626         (org-confirm-shell-link-function)
627         (org-confirm-elisp-link-function): Doc fixes.
628         (org-re): Also replace the :alpha: class.
629         (org-todo-tag-alist): Variable removed.
630         (org-log-done): Docstring fixed.
631         (org-deadline-warning-days): New default value 14.
632         (org-tag-alist): Docstring fixed.
633         (org-export-language-setup): New languages added.
634         (org-set-regexps-and-options): Compute the new variables.
635         (org-paste-subtree): Cleaning up.
636         (org-remember-apply-template): New escape %A.
637         (org-todo): Call fast TODO selection.
638         (org-add-log-note): Allow prefix for abort exit.
639         (org-at-property-p, org-entry-properties)
640         (org-columns-get-autowidth-alist): Use :alpha: class.
641         (org-agenda-get-deadlines): Use `org-get-wdays'.
642         (org-agenda-get-deadlines): Reverse ee before returning.
643         (org-format-agenda-item): New argument REMOVE-RE.
644         (org-agenda-convert-date): Baha'i calendar added.
645         (org-infile-export-plist): Also find DATE line.
646         (org-export-as-html, org-export-as-ascii): Use the date format.
647         (org-shiftup, org-shiftdown): Use.
648         `org-edit-timestamp-down-means-later'.
649         (org-columns-compile-format)
650         (org-columns-get-autowidth-alist, org-buffer-property-keys)
651         (org-entry-properties, org-at-property-p): Allow [:alnum:] in
652         property names.
653         (org-export-visible): Fix drawers before export.
654         (org-do-sort): Allow sorting by priority.
655         (org-agenda-files): Ignore non-existing files.
656         (org-ellipsis): All a face as value.
657         (org-mode): Interprete the face value of `org-ellipsis'.
658         (org-archive-subtree): Store context info in archived entry.
659         (org-fast-tag-selection): Allow setting TODO states through this
660         interface.
661         (org-cycle): Docstring updated.
662         (org-set-font-lock-defaults, org-agenda-highlight-todo):
663         Use `org-get-todo-face'.
664         (org-table-edit-field, org-table-show-reference)
665         (org-table-edit-formulas, org-add-log-note)
666         (org-fast-tag-selection, org-agenda, org-prepare-agenda)
667         (org-timeline): Use `org-switch-to-buffer-other-window' instead of
668         `switch-to-buffer-other-window' to make sure that the temporary
669         windows show up on the current frame.
670         (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
671         (org-get-entries-from-diary, org-replace-region-by-html):
672         Don't allow pop-up frames.
673         (org-agenda-get-deadlines, org-agenda-get-scheduled): Fix problems
674         with time-of-day.
675         (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
676         with listing items that are DONE.
677         (org-change-tag-in-region): New command.
678         (org-agenda-skip-scheduled-if-done)
679         (org-agenda-skip-deadline-if-done): Docstring clarified.
680         (org-mode): Hide drawers on startup.
681         (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
682         (org-agenda-skip): Allow a form for `org-agenda-skip-function'.
683         (org-agenda-redo): Re-use local settings.
684         (org-agenda): Store local settings.
685         (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
686         entries on their due date.
687         (org-agenda-get-timestamps): No longer handle the due dates of
688         schedules and deadline items.
689         (org-insert-link-global, org-open-at-point-global): New commands.
690         (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
691         :for-ascii parameter.
692         (org-skip-comments): Function removed.
693         (org-cleaned-string-for-export): Handle special table lines.
694         (org-entry-get-with-inheritance): Check global properties.
695         (org-set-regexps-and-options): Find the #+PROPERTY line.
696         (org-link-types): Change type into variable (was constant).
697         (org-link-re-with-space, org-link-re-with-space2)
698         (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
699         (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
700         these regular expressions happens now in the function
701         `org-make-link-regexps'.
702         (org-store-link): Call the functions in
703         `org-store-link-functions'.
704         (org-activate-tags): Force matches to be in headlines.
705         (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
706         (org-columns-display-here): Make sure this works in a narrowed
707         buffer by checking for point-min.
708         (org-columns-display-here): Make the rest of the line intangible,
709         so that point never can be there.
710         (org-cleaned-string-for-export): Use `with-current-buffer'.
711         (org-replace-region-by-html): Use `with-current-buffer'.
712         (org-unfontify-region, org-do-occur, org-columns-display-here)
713         (org-columns-remove-overlays, org-columns-quit)
714         (org-columns-edit-value, org-columns-next-allowed-value)
715         (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
716         (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
717         (org-agenda-todo, org-agenda-change-all-lines)
718         (org-agenda-align-tags, org-agenda-priority)
719         (org-agenda-set-tags, org-agenda-toggle-archive-tag)
720         (org-agenda-show-new-time, org-cleaned-string-for-export)
721         (org-export-grab-title-from-buffer)
722         (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
723         instead of `buffer-read-only'.
724         (org-export-as-html): Set `coding-system-for-write'.
725         (org-archive-subtree): Fix bug with modifying TODO keyword.
726         (org-beginning-of-line): Also treat C-a special in items.
727         (org-table-convert-refs-to-rc): Fix problem with column
728         reference after "..".
729         (org-columns-compute): Don't mark buffer modified because of text
730         properties.
731         (org-batch-store-agenda-views): Use the variable
732         `default-directory', not the function.
733         (org-clock-out-if-current): Respect `org-clock-out-when-done'.
734         (org-html-entities): Add HTML entities for smileys.
735         (org-end-of-line): Move to end of line if in headline without tags.
736         (org-agenda-day-view, org-agenda-week-view): Remember span as default.
737         (org-columns-edit-value): Rename from `org-column-edit'.
738         (org-columns-display-here-title): Rename from
739         `org-overlay-columns-title'.
740         (org-columns-remove-overlays): Rename from
741         org-remove-column-overlays.
742         (org-columns-get-autowidth-alist): Rename from
743         `org-get-columns-autowidth-alist'.
744         (org-columns-display-here): Rename from `org-overlay-columns'.
745         (org-columns-new-overlay): Rename from `org-new-column-overlay'.
746         (org-columns-quit): Rename from `org-column-quit'.
747         (org-columns-show-value): Rename from `org-column-show-value'.
748         (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
749         (org-columns-overlays): Rename from `org-column-overlays'.
750         (org-columns-map): Rename from `org-column-map'.
751         (org-columns-current-maxwidths): Rename from
752         `org-current-columns-maxwidths'.
753         (org-columns-begin-marker, org-columns-current-fmt-compiled)
754         (org-previous-header-line-format)
755         (org-columns-inhibit-recalculation)
756         (org-columns-default-format): Rename from
757         `org-default-columns-format'.
758         (org-property-re): New constant.
759         (orgstruct-mode): New minor mode.
760         (org-cycle-list-bullet): New command.
761         (org-special-properties, org-property-start-re)
762         (org-property-end-re): New constants.
763         (org-with-point-at): New macro.
764         (org-insert-property-drawer): New command.
765         (org-column): New face.
766         (org-column-menu): New menu.
767         (org-columns, org-agenda-columns): New commands.
768         (org-properties): New customize group.
769         (org-priority): Realign tags after changing priority.
770         (org-preserve-lc): New macro.
771         (org-update-checkbox-count): Catch case when there is no headline.
772         (org-agenda-quit): Remove any column overlays.
773         (org-beginning-of-item-list): Fix bug when non-item line is
774         indented too deep.
775         (org-make-tags-matcher): Handle property matches.
776         (org-table-recalculate): Swap evaluation order: Field formula
777         first, then column formulas, but don't allow them to overwrite the
778         field formulas.
779         (org-table-eval-formula): New argument untouchable.
780         (org-export-as-html): Fix replacement bug for XEmacs.
782 2008-04-06  Chong Yidong  <cyd@stupidchicken.com>
784         * dired.el (dired-dnd-handle-local-file):
785         Obey dired-backup-overwrite for copy, move, and link operations.
787         * dired-aux.el (dired-overwrite-confirmed): Undo last change.
789 2008-04-06  Alan Mackenzie  <acm@muc.de>
791         * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
792         typo in the doc string.
794         * progmodes/cc-mode.el (c-extend-after-change-region):
795         New function, used in font-lock-extend-after-change-region-function,
796         thus superseding advice on the Font Lock after change functions.
798 2008-04-06  Chong Yidong  <cyd@stupidchicken.com>
800         * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
802 2008-04-04  Stephen Berman  <Stephen.Berman@gmx.net>
804         * newcomment.el (comment-enter-backward): Be careful to restore
805         position changed during narrowing.
807 2008-04-03  Nick Roberts  <nickrob@snap.net.nz>
809         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
810         Fix in disassembly buffer (regression in 22.2).
812 2008-04-03  Chong Yidong  <cyd@stupidchicken.com>
814         * shell.el (shell-dynamic-complete-filename): New fun.
815         (shell-dynamic-complete-functions): Use it.
817 2008-04-02  Alan Mackenzie  <acm@muc.de>
819         * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
820         New optimised functions to get the name of the current defun/macro.
822         * add-log.el (add-log-current-defun): Move the functionality which
823         gets the current function name for C like modes to cc-cmds.el,
824         thus optimising for speed.
826 2008-04-02  Eli Zaretskii  <eliz@gnu.org>
828         * ps-print.el (ps-generate-postscript-with-faces): If the face
829         specified by the overlay's `face' property is a string, assume
830         it's a string name and intern it to get the face symbol.
832 2008-04-01  Chong Yidong  <cyd@stupidchicken.com>
834         * find-dired.el (find-dired-filter): Fix last patch to handle
835         multi-line process input.  Pad link numbers too.
837 2008-04-01  Jari Aalto  <jari.aalto@cante.net>
839         * find-dired.el (find-dired-filter): Align columns by padding file
840         sizes.
842 2008-04-01  Jay Belanger  <jay.p.belanger@gmail.com>
844         * calc/calc.el: Autoload `calc-yank'.
845         (calc-mode-map): Add keybindings for `calc-yank'.
846         * calc/calc-ext.el (calc-init-extensions): Remove keybinding
847         assignments for `calc-yank'.
849 2008-03-31  Martin Rudalics  <rudalics@gmx.at>
851         * emacs-lisp/find-func.el (find-function-search-for-symbol):
852         Strip extension from .emacs.el to make sure symbol is searched
853         in .emacs too.
855 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
857         * vc.el (vc-do-command): Don't show internal temp buffers.
859 2008-03-29  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
861         * term/mac-win.el (mac-ae-reopen-application): New function.
862         (mac-apple-event-map): Bind "reopen application" Apple event to it.
864 2008-03-29  Juanma Barranquero  <lekktu@gmail.com>
866         * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
868 2008-03-26  Chong Yidong  <cyd@stupidchicken.com>
870         * Version 22.2 released.
872 2008-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan@gnu.org>
874         * info.el (Info-isearch-search): Always return point.
876 2008-03-23  Andreas Schwab  <schwab@suse.de>
878         * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
879         Fix radio button condition.
880         [box]: Likewise.
881         [customize]: Add radio button.
883 2008-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
885         * vc-bzr.el (vc-bzr-print-log): Ensure it works when passed a
886         single file argument.
887         (vc-bzr-show-log-entry): Fix typo.
889 2008-03-19  Wilson Snyder  <wsnyder@wsnyder.org>
891         * progmodes/verilog-mode.el (verilog-easy-menu-filter):
892         New function.
893         (verilog-stmt-menu, verilog-menu): Add :help.
894         (verilog-customize, verilog-font-customize)
895         (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
896         (verilog-mode): Update documentation strings to match tool tips.
897         (verilog-auto-search-do, verilog-auto-re-search-do)
898         (verilog-skip-forward-comment-or-string): Fix verilog-auto
899         expansion when a .* appears inside a string.
900         (verilog-re-search-forward, verilog-re-search-backward):
901         Add comment to recall how this works.
903 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
905         * net/tls.el (open-tls-stream): Reindent.
907 2008-03-19  Glenn Morris  <rgm@gnu.org>
909         * net/tls.el: Don't require rx when compiling.
910         (tls-end-of-info): Rewrite without using rx.
911         (open-tls-stream): Use with-current-buffer.
913 2008-03-18  Dan Nicolaescu  <dann@ics.uci.edu>
915         * font-lock.el (font-lock-comment-face): Set the foreground for
916         the light background 8 colors case.
918         * vc-bzr.el (vc-bzr-print-log): Insert a file marker.  Run the log
919         command for each file in the list.
920         (vc-bzr-log-view-mode): Recognize the file marker.
921         (vc-bzr-show-log-entry): Make regexp match more cases.
923 2008-03-18  Wilson Snyder  <wsnyder@wsnyder.org>
925         * verilog-mode.el (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT
926         mis-including genvars.
928 2008-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
930         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
931         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
932         Revision numbers can include ".".
934         * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
935         "+" lines not accounted for by counting "-" and context lines.
937 2008-03-16  Juri Linkov  <juri@jurta.org>
939         * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
940         (dired-perm-write): Rename from `dired-warn-writable'.
941         Change parent face from `font-lock-warning-face' to
942         `font-lock-comment-delimiter-face'.
943         (dired-warn-writable-face): Rename to `dired-perm-write-face'.
944         (dired-perm-write-face): Rename from `dired-warn-writable-face'.
945         (dired-font-lock-keywords): Replace `dired-warn-writable-face'
946         with `dired-perm-write-face'.
948 2008-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
950         * term/mac-win.el (mac-service-open-file): Use file URL instead of
951         file name string.
953 2008-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
955         * vc-bzr.el (vc-bzr-registered): Fail if `bzr' is not installed.
956         (vc-bzr-annotate-command): Preserve line alignment.
957         (vc-bzr-annotate-time): Accept space used to preserve alignment.
959 2008-03-13  Richard Stallman  <rms@gnu.org>
961         * mouse.el (mouse-yank-secondary): Nice error msg if no secondary sel.
963         * emacs-lisp/advice.el (defadvice): Add usage pattern.
965 2008-03-11  Chong Yidong  <cyd@stupidchicken.com>
967         * simple.el (set-mark-command): Doc fix.
969 2008-03-10  Nick Roberts  <nickrob@snap.net.nz>
971         * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
972         thread in [h-e-w]).
974 2008-03-08  Johan Bockg\e,Ae\e(Brd  <bojohan@gnu.org>
976         * subr.el (while-no-input): Don't splice BODY directly into the
977         `or' form.
979 2008-03-06  Kim F. Storm  <storm@cua.dk>
981         * help.el (view-emacs-todo): Rename from view-todo.  Change users.
982         (describe-gnu-project): Rename from describe-project.  Change users.
983         Define obsolete function aliases for the old names.
985 2008-03-05  Chong Yidong  <cyd@stupidchicken.com>
987         * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
988         Reported by Drew Adams <drew.adams@oracle.com>.
990 2008-03-05  Juanma Barranquero  <lekktu@gmail.com>
992         * iswitchb.el (iswitchb-use-faces): Doc fix.
993         (iswitchb-buffer-ignore, iswitchb-read-buffer): Fix typos in docstrings.
995 2008-03-03  Dan Nicolaescu  <dann@ics.uci.edu>
997         * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
998         Fix typo.
999         (verilog-type-font-keywords): Reindent.
1001 2008-03-03  Michael McNamara  <mac@mail.brushroad.com>
1003         * verilog-mode.el (verilog-font-grouping-keywords): Fix bug in the
1004         grouping-keyword regular expression.
1005         (verilog-font-lock-keywords): Allow users to toggle special
1006         highlight of grouping-keywords.
1007         (verilog-highlight-grouping-keywords): The toggle for special
1008         highlighting of grouping keywords.
1010 2008-03-02  Juri Linkov  <juri@jurta.org>
1012         * startup.el: Revert 2008-02-28 change that adds initial message
1013         to *scratch* buffer regardless of the value of `inhibit-startup-screen'.
1015 2008-03-01  Dan Nicolaescu  <dann@ics.uci.edu>
1017         * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
1018         * textmodes/bibtex-style.el (bibtex-style-indent-basic):
1019         * progmodes/verilog-mode.el (verilog-mode):
1020         * net/socks.el (socks):
1021         * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
1023 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
1025         * desktop.el (desktop-read): Set `desktop-dirname' to nil before
1026         running `desktop-not-loaded-hook' to allow modifying it.
1027         Don't show warning message if `desktop-dirname' was modified.
1029 2008-03-01  Alan Mackenzie  <acm@muc.de>
1031         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
1033         * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
1034         doc-string, "c-old-LEN" -> "c-old-END".
1036 2008-02-29  Glenn Morris  <rgm@gnu.org>
1038         * allout.el (allout-topic-encryption-bullet)
1039         (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
1040         (allout-encrypt-unencrypted-on-saves): Change defcustom :version
1041         from 22.0 to 22.1.
1043 2008-02-29  Juanma Barranquero  <lekktu@gmail.com>
1045         * desktop.el (desktop-save): Save the buffer name if the
1046         uniquified base name is empty.
1048 2008-02-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1050         * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
1051         we still expect more lines.
1053 2008-02-28  Juri Linkov  <juri@jurta.org>
1055         * startup.el (normal-splash-screen): Add argument `concise'.
1056         Remove unused binding `prev-buffer'.  Let-bind `splash-buffer'
1057         to the created buffer.  If `concise' is non-nil, call
1058         `display-buffer', otherwise `switch-to-buffer'.  Doc fix.
1059         (display-startup-screen): Add argument `concise' to the call to
1060         `normal-splash-screen'.
1062 2008-02-28  Kim F. Storm  <storm@cua.dk>
1064         * startup.el (startup-echo-area-message): Check for about-emacs.
1066 2008-02-28  Juri Linkov  <juri@jurta.org>
1068         * startup.el: Always add initial message to *scratch* buffer if
1069         `initial-scratch-message' is non-nil regardless of the value of
1070         `inhibit-startup-screen'.
1071         (inhibit-startup-screen, initial-scratch-message): Doc fix.
1072         (command-line-1): Move code that inserts `initial-scratch-message'
1073         up before the if-form that checks for `inhibit-startup-screen'.
1074         Suggested by Jonathan Rockway <jon@jrock.us>.
1076 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1078         * textmodes/fill.el (fill-comment-paragraph): Don't try to do
1079         comment-paragraph filling if the commark doesn't match
1080         comment-start-skip.
1082         * uniquify.el (uniquify-buffer-base-name): Undo last change.
1084 2008-02-28  Daiki Ueno  <ueno@unixuser.org>
1086         * international/utf-7.el (utf-7-encode): Never skip the trailing - for
1087         the `imap' variant.
1089 2008-02-27  Juanma Barranquero  <lekktu@gmail.com>
1091         * uniquify.el (uniquify-buffer-base-name): If the base name is an
1092         empty string, return nil to allow the caller to default to the
1093         buffer name.  Reported by Martin Fischer <parozusa@web.de>.
1095 2008-02-26  Jason Rumney  <jasonr@gnu.org>
1097         * files.el (make-auto-save-file-name): Encode more characters in
1098         non-file buffer names.  Use url-encoding.
1100 2008-02-26  Juanma Barranquero  <lekktu@gmail.com>
1102         * net/net-utils.el (ftp-program): Fix typo in docstring.
1103         (ifconfig-program-options, netstat-program-options)
1104         (arp-program-options, route-program-options, nslookup-program-options)
1105         (ftp-program-options, smbclient-program-options)
1106         (dns-lookup-program-options, arp, route): Doc fixes.
1108         * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
1109         (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
1110         (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
1111         Fix typos in docstrings.
1112         (gdb-pending-triggers): Reflow docstring.
1113         (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
1115 2008-02-25  Alan Mackenzie  <acm@muc.de>
1117         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
1118         typing "#" at EOB.
1120 2008-02-25  Chong Yidong  <cyd@stupidchicken.com>
1122         * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
1124 2008-02-24  Jason Rumney  <jasonr@gnu.org>
1126         * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
1128 2008-02-23  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
1130         * textmodes/bibtex.el (bibtex-convert-alien): Fix sit-for ags.
1132 2008-02-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1134         * dired.el (dired-mark-prompt): Don't count/display the t element.
1135         Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
1137 2008-02-22  Bill Meier  <wmeier@newsguy.com>  (tiny change)
1139         * progmodes/sh-script.el (sh-indent-comment): Docstring fix.
1141 2008-02-21  Glenn Morris  <rgm@gnu.org>
1143         * subr.el (sit-for): Fix obsolete form for nil second argument.
1145 2008-02-21  Dan Nicolaescu  <dann@ics.uci.edu>
1147         * progmodes/verilog-mode.el (eval-when-compile): Don't define
1148         add-submenu.
1149         (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
1150         Remove.  Move contents to the only use ...
1151         (verilog-menu): ... here.
1152         (verilog-statement-menu): Remove.  Move contents to the only use ...
1153         (verilog-stmt-menu): ... here.
1154         (verilog-mark-defun): Simply call mark-defun for Emacs.
1155         (occur-pos-list): Declare for byte compiler.
1156         (mode-popup-menu): Don't defvar.
1157         (verilog-add-statement-menu): Remove.
1158         (verilog-mode-hook): Don't add verilog-add-statement-menu.
1159         (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
1161 2008-02-21  Michael McNamara  <mac@mail.brushroad.com>
1163         * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
1164         conditional.
1165         (verilog-font-grouping-keywords-face): Make the begin..end
1166         keywords standout more than other verilog keywords.
1167         (verilog-type-font-keywords): Move the begin..end out of this list
1168         to facilitate making them to (potentially) stand out more.
1169         (verilog-backward-token): Fix indent of bare always{_*}?, initial,
1170         function & task blocks.
1171         (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
1172         initial, function & task blocks.
1173         (verilog-forward-sexp): Handle the new "disable fork" statement of
1174         IEEE-1800 Verilog.
1175         (verilog-beg-block-re-ordered): Handle the new "disable fork"
1176         statement of IEEE-1800 Verilog.
1177         (verilog-calc-1): Handle the new "disable fork" statement of
1178         IEEE-1800 Verilog.
1179         (verilog-disable-fork-re): Add const to help handle the new
1180         "disable fork" statement of IEEE-1800 Verilog.
1181         (verilog-declaration-core-re): Add port directions by themselves,
1182         with no qualification, as base item of a declaration.
1183         (verilog-pretty-declarations): Add new flag to ask it to refrain
1184         from printing to the message buffer.
1185         (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
1186         printing to the message buffer.  Improve handling of the many
1187         types of expression line up.
1188         (verilog-just-one-space): Remove printing of an empty message.
1189         (verilog-get-lineup-indent): Rework to support the better handling
1190         of expression lineup for verilog-pretty-expr.
1191         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
1193 2008-02-20  Alan Mackenzie  <acm@muc.de>
1195         * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
1196         yesterday's commit.
1198 2008-02-20  Nick Roberts  <nickrob@snap.net.nz>
1200         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
1201         to mouse-set-point in buffers that aren't associated with files.
1203         * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
1205 2008-02-20  Glenn Morris  <rgm@gnu.org>
1207         * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
1208         on Windows.
1210 2008-02-19  Alan Mackenzie  <acm@muc.de>
1212         Set of changes so that "obtrusive" syntactic elements in a
1213         C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
1214         unmatched paren) don't interact syntactically with stuff outside
1215         the CPP line.
1217         * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
1218         Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
1219         off-by-one bug.
1220         (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
1221         a bit of refactoring.
1222         (c-awk-extend-and-syntax-tablify-region): Takes some of the
1223         functionality of c-awk-advise-fl-for-awk-region, which has been
1224         refactored away.
1226         * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
1227         (c-clear-char-property-with-value): New function and macro which
1228         remove text-properties `equal' to a supplied value.
1230         * progmodes/cc-engine.el: Comment about text properties amended.
1232         * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
1233         parens around "error\\|warning".
1235         * progmodes/cc-langs.el (c-get-state-before-change-function)
1236         (c-before-font-lock-function, c-anchored-cpp-prefix):
1237         New language variables.
1238         (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
1240         * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
1241         syntax-table text properties.
1242         (c-common-init): Call language specific before/after-change
1243         functions at mode initialisation.
1244         (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
1245         (c-extend-region-for-CPP, c-neutralize-CPP-line)
1246         (c-neutralize-syntax-in-CPP): New functions.
1247         (c-before-change, c-after-change): Call the new language specific
1248         change functions defined in cc-langs.el.
1249         (c-advise-fl-for-region): New macro.
1250         (awk-mode): Remove AWK specific stuff which has been refactored
1251         into language independent stuff.
1253 2008-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1255         * diff-mode.el (diff-file-junk-re): New const.
1256         (diff-beginning-of-file-and-junk): Use it.
1257         (diff-file-kill): Make sure we were really inside a file diff.
1259         * diff-mode.el: Make it more robust in the presence of empty context
1260         lines in unified hunks.
1261         (diff-valid-unified-empty-line): New var.
1262         (diff-unified->context, diff-sanity-check-hunk): Obey it.
1263         (diff-end-of-hunk): Obey it.  New arg `donttrustheader'.
1264         (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
1265         (diff-hunk-header-re-unified): New const.
1266         (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
1267         (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
1268         (diff-sanity-check-hunk): Use it.
1270 2008-02-19  Nick Roberts  <nickrob@snap.net.nz>
1272         * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
1273         (gdb): (Re)set gdb-flush-pending-output to nil here...
1274         (gdb-init-1): ...instead of here (before gdb-prompt).
1276 2008-02-18  Juanma Barranquero  <lekktu@gmail.com>
1278         * progmodes/verilog-mode.el (customize): Fix typo in error message.
1279         (verilog-mode, verilog-mode-indent, verilog-mode-actions)
1280         (verilog-mode-auto, verilog-indent-level-module)
1281         (verilog-minimum-comment-distance, verilog-library-flags)
1282         (verilog-library-directories, verilog-library-files)
1283         (verilog-auto-reset-widths, verilog-imenu-generic-expression)
1284         (verilog-xemacs-menu, verilog-set-compile-command)
1285         (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
1286         (verilog-get-expr, verilog-strip-comments, verilog-one-line)
1287         (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
1288         (verilog-batch-inject-auto, verilog-batch-indent)
1289         (verilog-continued-line, verilog-type-keywords)
1290         (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
1291         (verilog-read-inst-pins, verilog-read-arg-pins)
1292         (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
1293         (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
1294         (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
1295         (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
1296         (verilog-sk-datadef, verilog-colorize-include-files-buffer)
1297         (verilog-mode-version, verilog-mode-release-date)
1298         (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
1299         (verilog-simulator, verilog-compiler)
1300         (verilog-auto-sense-defines-constant, verilog-company)
1301         (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
1302         Fix typos in docstrings.
1303         (verilog-set-auto-endcomments, verilog-calculate-indent)
1304         (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
1305         Reflow docstrings.
1306         (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
1307         (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
1308         (electric-verilog-forward-sexp, verilog-in-case-region-p)
1309         (verilog-in-struct-region-p, verilog-in-generate-region-p)
1310         (verilog-leap-to-head, verilog-current-indent-level)
1311         (verilog-case-indent-level, verilog-cpp-keywords)
1312         (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
1313         (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
1314         (verilog-signals-not-in, verilog-symbol-detick-text)
1315         (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
1316         (verilog-forward-close-paren, verilog-backward-open-paren)
1317         (verilog-backward-open-bracket): Doc fixes.
1319         * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
1320         (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
1321         (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
1322         (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
1323         (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
1324         Fix typos in docstrings.
1326 2008-02-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1328         * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
1329         Recognize ''' just like any other char-constant.
1331 2008-02-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1333         * vc-hooks.el (vc-find-root): Remove initial loop because it's not
1334         careful enough.  Detect the uid-change all within the main loop.
1336 2008-02-14  Stefan Monnier  <monnier@pastel.home>
1338         * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
1340 2008-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1342         * hilit-chg.el (highlight-save-buffer-state): New macro.
1343         (highlight-save-buffer-state, hilit-chg-set-face-on-change)
1344         (hilit-chg-clear): Use it to preserve the modified-p flag.
1345         (highlight-changes-rotate-faces): Don't mess with the undo-list.
1347 2008-02-13  Michael Albinus  <michael.albinus@gmx.de>
1349         * net/ange-ftp.el (ange-ftp-cf1): Quote FILENAME.
1351 2008-02-12  Juri Linkov  <juri@jurta.org>
1353         * startup.el (fancy-startup-screen, normal-splash-screen):
1354         Set default-directory to command-line-default-directory.
1356         * desktop.el (after-init-hook): Set inhibit-startup-screen to t
1357         after reading the desktop.
1359 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1361         * font-lock.el (font-lock-set-defaults): Unset previously set variables
1362         when needed.
1364 2008-02-12  Juanma Barranquero  <lekktu@gmail.com>
1366         * uniquify.el (uniquify-buffer-base-name): New function.
1367         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1369         * desktop.el (uniquify-managed): Don't defvar.
1370         (desktop-buffer-info): Use `uniquify-buffer-base-name', not
1371         `uniquify-managed'.  Return also the buffer's base name.
1372         (desktop-save): When saving the buffer info, filter out the base name,
1373         and save it as buffer name if the buffer is managed by uniquify.
1375 2008-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1377         * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
1378         Index: line, don't search backward for the previous one.
1380 2008-02-10  \e,AF\e(Bvar Arnfj\e,Av\e(Br\e,Ap\e(B Bjarmason  <avar@cpan.org>  (tiny change)
1382         * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
1383         from gnus-button-url-regexp.
1385 2008-02-09  Eli Zaretskii  <eliz@gnu.org>
1387         * progmodes/compile.el (compilation-next-error): Doc fix.
1388         (compilation-find-file): Doc fix.
1390 2008-02-09  Glenn Morris  <rgm@gnu.org>
1392         * net/net-utils.el (ipconfig-program, ipconfig-program-options):
1393         Add obsolete aliases to the old names.
1395 2008-02-08  Richard Stallman  <rms@gnu.org>
1397         * net/net-utils.el (ifconfig): Rename from ipconfig.
1398         (ipconfig): Alias to ifconfig.
1399         (ifconfig-program): Rename from ipconfig-program.
1400         (ifconfig-program-options): Rename from ipconfig-program-options.
1402 2008-02-08  Glenn Morris  <rgm@gnu.org>
1404         * custom.el (custom-theme-set-variables): Sort symbols that are
1405         dependencies before symbols that depend on them.
1406         (custom-enabled-themes): Set after custom-theme-directory.
1408 2008-02-04  Juanma Barranquero  <lekktu@gmail.com>
1410         * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
1412 2008-02-04  Michael McNamara  <mac@mail.brushroad.com>
1414         * progmodes/verilog-mode.el (verilog-declaration-core-re):
1415         Add port directions by themselves, with no qualification, as base
1416         item of a declaration.
1417         (verilog-pretty-declarations): Add new flag that inhibits printing
1418         to the message buffer.
1419         (verilog-pretty-expr): Add new flag that inhibits printing to the
1420         message buffer.  Improve handling of the many types of expression
1421         line up.
1422         (verilog-just-one-space): Don't print an empty message.
1423         (verilog-get-lineup-indent): Rework to support the better handling
1424         of expression lineup for verilog-pretty-expr.
1425         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
1426         (verilog-mode-version, verilog-mode-release-date): Update.
1428 2008-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1430         * subr.el (cancel-change-group): Don't move point.
1432 2008-02-02  Michael Albinus  <michael.albinus@gmx.de>
1434         Sync with Tramp 2.0.57.
1436         * net/tramp.el (tramp-handle-make-auto-save-file-name)
1437         (tramp-completion-dissect-file-name, tramp-find-executable):
1438         Use `mapc' instead of `mapcar'.
1439         (tramp-open-connection-setup-interactive-shell): Send only single
1440         prompt setting commands, in order to avoid double-prompt.
1442         * net/tramp-vc.el (tramp-vc-do-command): Use `mapc' instead of
1443         `mapcar'.
1445         * net/trampver.el: Update release number.
1447 2008-02-01  Chong Yidong  <cyd@stupidchicken.com>
1449         * progmodes/etags.el (next-file): Improve revert message.
1451 2008-02-01  Juanma Barranquero  <lekktu@gmail.com>
1453         * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
1454         because the latter is in fact a 1.2.8 build distributed with GTK+ (as
1455         of today, the most recent libpng is 1.2.24).
1457 2008-02-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
1459         * vc.el (vc-update): Fix bug: Specify branch tip as
1460         vc-checkout REVISION.  Reported by Dan Nicolaescu.
1462 2008-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1464         * simple.el (reindent-then-newline-and-indent): Be careful about the
1465         unusual case where indent-according-to-mode moves point.
1467 2008-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
1469         * progmodes/verilog-mode.el (verilog-sk-prompt-msb)
1470         (verilog-sk-module, verilog-sk-function, verilog-sk-begin)
1471         (verilog-sk-if, verilog-sk-wire, verilog-sk-for)
1472         (verilog-sk-state-machine): Quote all calls to
1473         "auxiliary skeleton"s to prevent infloops.
1475 2008-01-31  Jason Rumney  <jasonr@gnu.org>
1477         * w32-fns.el: Partially revert 2007-11-10 change.
1479 2008-01-31  Martin Rudalics  <rudalics@gmx.at>
1481         * mail/rmail.el (rmail-highlight): Fix specification.
1482         Reported by pod <pod@herald.ox.ac.uk>.
1484 2008-01-31  Jason Rumney  <jasonr@gnu.org>
1486         * term/w32-win.el (image-library-alist): Prefer libxpm.dll.
1488 2008-01-30  Nick Roberts  <nickrob@snap.net.nz>
1490         * progmodes/gdb-ui.el (gdb-var-set-format-regexp): New constant.
1491         (gdb-var-set-format-handler): New function.
1492         (gdb-var-set-format): Use it.
1494 2008-01-29  Alan Mackenzie  <acm@muc.de>
1496         * progmodes/cc-langs.el (c-block-stmt-1-kwds, c-block-stmt-2-kwds)
1497         (c-simple-stmt-kwds): New Objective C keywords: @finally, @try,
1498         @catch, @synchronized, @throw.
1500         * progmodes/cc-langs.el (c-specifier-key): Exclude "template"
1501         from this regexp; part of same fix as next change to cc-engine.el.
1503         * progmodes/cc-engine.el (c-guess-basic-syntax, CASE 5A.5):
1504         Anchor the "{" of a template function correctly on "template", not the
1505         following "<".
1507         * progmodes/cc-defs.el (c-version): Increase to 5.31.5.
1509 2008-01-29  Richard Stallman  <rms@gnu.org>
1511         * progmodes/etags.el (tags-query-replace): Delete unused optional args.
1512         Doc fix.
1514         * files.el (hack-local-variables): Don't query about fake variables.
1516 2008-01-27  Nick Roberts  <nickrob@snap.net.nz>
1518         * progmodes/gdb-ui.el (gdb-create-define-alist): Don't call
1519         gdb-cpp-define-alist-program if file is nil (currently only
1520         " *partial-output-...").
1522 2008-01-27  Alan Mackenzie  <acm@muc.de>
1524         * progmodes/cc-awk.el, progmodes/cc-engine.el: Correct typos,
1525         enhance comments.
1527 2008-01-27  Richard Stallman  <rms@gnu.org>
1529         * allout.el: Many doc fixes.
1530         (allout-encrypt-string): Fix error message.
1532 2008-01-26  Alan Mackenzie  <acm@muc.de>
1534         * progmodes/cc-vars.el (c-hanging-braces-alist): New element for
1535         arglist-cont-nonempty.
1537         * progmodes/cc-cmds.el (c-brace-newlines): Determine the newlines
1538         for a brace with syntax arglist-cont-nonempty.
1540         * progmodes/cc-styles.el (c-style-alist): Add elements for
1541         arglist-cont-nonempty into 5 styles (gnu, ellemtel, linux, python,
1542         awk).
1544 2008-01-26  Alan Mackenzie  <acm@muc.de>
1546         * progmodes/cc-defs.el (c-save-buffer-state):
1547         Bind buffer-file-name and buffer-file-truename to nil, to prevent
1548         primitives generating "buffer is read only" messages.
1550 2008-01-26  Eli Zaretskii  <eliz@gnu.org>
1552         * progmodes/etags.el (tags-query-replace): Doc fix.
1554 2008-01-26  Phil Sung  <psung@mit.edu>  (tiny change)
1556         * wdired.el (wdired-get-filename): Change `(1+ beg)' to `beg' so
1557         that the filename end is found even when the filename is empty.
1558         Fixes error and spurious newlines when marking files for deletion.
1560 2008-01-25  Juanma Barranquero  <lekktu@gmail.com>
1562         * allout.el (allout-unload-function): New function.
1564 2008-01-25  Sven Joachim  <svenjoac@gmx.de>
1566         * view.el (kill-buffer-if-not-modified): Don't pass t to
1567         buffer-modified-p.
1569 2008-01-25  Juanma Barranquero  <lekktu@gmail.com>
1571         * allout.el (allout-prefix-data): Doc fix.
1572         (allout-show-current-subtree): Reflow docstring.
1573         (allout-use-mode-specific-leader, allout-use-hanging-indents)
1574         (produce-allout-mode-map, allout-overlay-interior-modification-handler)
1575         (allout-next-heading, allout-previous-heading, allout-rebullet-heading)
1576         (allout-rebullet-topic, allout-rebullet-topic-grunt, allout-kill-topic)
1577         (allout-copy-topic-as-kill, allout-listify-exposed)
1578         (allout-process-exposed, allout-encrypted-key-info)
1579         (allout-update-passphrase-mnemonic-aids)
1580         (allout-next-topic-pending-encryption)
1581         (allout-tests-globally-true): Fix typos in docstrings.
1583 2008-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1585         * vc.el (vc-version-diff): Make sure we shrink the right window.
1587 2008-01-23  Jason Rumney  <jasonr@gnu.org>
1589         * lpr.el (printer-name): Do not set on MS Windows.
1591 2008-01-20  Glenn Morris  <rgm@gnu.org>
1593         * progmodes/python.el: Quote all calls to "auxiliary skeleton"s to
1594         prevent infloops.
1596 2008-01-20  Martin Svenson  <phromo@gmail.com>  (tiny change)
1598         * progmodes/python.el (python-imports): Default to "None".
1600 2008-01-19  Dan Nicolaescu  <dann@ics.uci.edu>
1602         * progmodes/sh-script.el (sh-basic-offset):
1603         * progmodes/cc-vars.el (c-syntactic-indentation)
1604         (c-syntactic-indentation-in-macros): Mark as safe.
1606 2008-01-18  Richard Stallman  <rms@gnu.org>
1608         * icomplete.el (icomplete-get-keys):
1609         Look up KEYS using all maps in proper buffer.
1611 2008-01-16  Alan Mackenzie  <acm@muc.de>
1613         * progmodes/cc-vars.el (c-constant-symbol): Put this defun inside an
1614         eval-and-compile, so as to permit byte-compiling (e.g. in bootstrap).
1616 2008-01-16  Juanma Barranquero  <lekktu@gmail.com>
1618         * frame.el (display-mm-height, display-mm-width):
1619         * whitespace.el (whitespace-check-leading-whitespace)
1620         (whitespace-check-trailing-whitespace)
1621         (whitespace-check-spacetab-whitespace)
1622         (whitespace-check-indent-whitespace)
1623         (whitespace-check-ateol-whitespace):
1624         * progmodes/ada-xref.el (ada-convert-file-name): Fix typo in docstring.
1626 2008-01-16  Glenn Morris  <rgm@gnu.org>
1628         * comint.el (comint-regexp-arg): Fix no-input case.
1630 2008-01-16  Ulf Jasper  <ulf.jasper@web.de>
1632         * calendar/icalendar.el (icalendar-export-file)
1633         (icalendar-import-file): Restore significant trailing whitespace
1634         in `interactive' prompts.
1636 2008-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
1638         * vc-arch.el (vc-arch-delete-rej-if-obsolete): Remove the
1639         after-save-hook so that it is not called multiple times.
1641         * vc-svn.el (vc-svn-resolve-when-done): Likewise.
1643 2008-01-15  Glenn Morris  <rgm@gnu.org>
1645         * diff-mode.el (diff-end-of-hunk): Revert 2008-01-08 change.
1647 2008-01-14  Alan Mackenzie  <acm@muc.de>
1649         * progmodes/cc-vars.el (c-constant-symbol): New function which
1650         supersedes c-const-symbol.  During a customize-.. call it enables
1651         an element of (e.g.) c-hanging-braces alist to have its name
1652         displayed, even when the default value of c-h-b etc. doesn't
1653         include the elemnt.  Replace uses of the old function by the new.
1655         * progmodes/cc-vars.el (c-hanging-braces-alist): Remove the
1656         obscure non-working fragment ":value c-".
1658         * progmodes/cc-engine.el (c-guess-basic-syntax): Prevent a macro
1659         call inside a struct being recognised as a K&R argument.
1661 2008-01-14  Jason Rumney  <jasonr@gnu.org>
1663         * image.el (image-type): Use image-type-from-file-name (from trunk
1664         2007-05-21  Chong Yidong  <cyd@stupidchicken.com>).
1666 2008-01-12  Glenn Morris  <rgm@gnu.org>
1668         * woman.el (woman-parse-numeric-arg): Change handling of `==':
1669         can be interned without a function definition.
1671 2008-01-12  Eli Zaretskii  <eliz@gnu.org>
1673         * view.el (view-file-other-window, view-file-other-frame):
1674         Don't kill the buffer if it is modified.  Doc fixes.
1675         (kill-buffer-if-not-modified): New function.
1676         (view-file): Don't kill the buffer if it is modified.
1678         * progmodes/ebrowse.el (ebrowse-view-file-other-window): Delete.
1679         (ebrowse-view/find-file-and-search-pattern):
1680         Call view-file-other-window instead of ebrowse-view-file-other-window.
1681         (ebrowse-view-file-other-frame): Don't call
1682         current-window-configuration.  Fix second argument in the call to
1683         view-mode-enter.  Doc fix.
1685 2008-01-11  Richard Stallman  <rms@gnu.org>
1687         * subr.el (atomic-change-group): Prevent undo list truncation.
1689 2008-01-11  Martin Rudalics  <rudalics@gmx.at>
1691         * cus-start.el (all): Add missing version entries.
1693 2008-01-10  Dan Nicolaescu  <dann@ics.uci.edu>
1695         * files.el (safe-local-eval-forms):
1696         Mark (add-hook 'write-file-hooks 'time-stamp) as safe.
1698 2008-01-10  Nick Roberts  <nickrob@snap.net.nz>
1700         * comint.el (comint-insert-input): Set point first.
1702         * progmodes/gdb-ui.el (gdb-dequeue-input): Make doubly sure
1703         session doesn't hang because gdb-pending-triggers is non-nil.
1704         (gdb-frame-handler): Use buffer-file-name instead of
1705         buffer-name in case of duplicate file names.
1707 2008-01-10  Dan Nicolaescu  <dann@ics.uci.edu>
1709         * progmodes/verilog-mode.el (verilog-mode-map): Don't bind C-M-a,
1710         C-M-e and C-M-h for emacs, they work by default.
1711         (verilog-emacs-features): Remove.
1712         (verilog-setup-dual-comments, verilog-populate-syntax-table):
1713         Remove.  Move syntax table initialization ...
1714         (verilog-mode-syntax-table): ... here.
1715         (verilog-mode): Don't initialize the syntax table here.
1716         (verilog-mark-defun): Only do something useful for XEmacs, Emacs
1717         does not need it.
1719 2008-01-10  Glenn Morris  <rgm@gnu.org>
1721         * shell.el (shell-dirtrack-verbose, shell-mode)
1722         (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
1723         (dirtrack-toggle, dirtrack-mode): No longer alias to
1724         shell-dirtrack-mode.
1726 2008-01-10  Kenichi Handa  <handa@ni.aist.go.jp>
1728         * international/mule-cmds.el (select-safe-coding-system):
1729         When a buffer is modified, cancel the writing.
1731 2008-01-09  Wilson Snyder  <wsnyder@wsnyder.org>
1733         * progmodes/verilog-mode.el (verilog-booleanp): New function for
1734         backward compatibility.  Replace all uses of booleanp with
1735         verilog-booleanp.
1737 2008-01-09  Dan Nicolaescu  <dann@ics.uci.edu>
1739         * vc-hg.el (vc-hg-diff): Don't pass an empty string.
1741 2008-01-09  Wilson Snyder  <wsnyder@wsnyder.org>
1743         * progmodes/verilog-mode.el (top-level): Fix spacing.
1744         (verilog-mode-version, verilog-mode-release-date): Update version
1745         number.
1746         (verilog-mode-release-emacs): New variable.
1747         (compile-command, reporter-prompt-for-summary-p): Define for byte
1748         compiler.
1749         (verilog-startup-message-lines)
1750         (verilog-startup-message-displayed)
1751         (verilog-display-startup-message): Remove.
1752         (verilog-highlight-p1800-keywords): Improve docstring.
1753         (sigs-in, sigs-out, got-sig, got-rvalue, uses-delayed)
1754         (vector-skip-list): Only defvar at compile time.
1755         (verilog-highlight-translate-off, verilog-indent-level)
1756         (verilog-indent-level-module, verilog-indent-level-declaration)
1757         (verilog-indent-declaration-macros, verilog-indent-lists)
1758         (verilog-indent-level-behavioral)
1759         (verilog-indent-level-directive, verilog-cexp-indent)
1760         (verilog-case-indent, verilog-auto-newline)
1761         (verilog-auto-indent-on-newline, verilog-tab-always-indent)
1762         (verilog-tab-to-comment, verilog-indent-begin-after-if)
1763         (verilog-align-ifelse, verilog-minimum-comment-distance)
1764         (verilog-auto-lineup, verilog-highlight-p1800-keywords)
1765         (verilog-auto-endcomments, verilog-auto-read-includes)
1766         (verilog-auto-star-expand, verilog-auto-star-save)
1767         (verilog-library-flags, verilog-library-directories)
1768         (verilog-library-files, verilog-library-extensions)
1769         (verilog-active-low-regexp, verilog-auto-sense-include-inputs)
1770         (verilog-auto-sense-defines-constant, verilog-auto-reset-widths)
1771         (verilog-assignment-delay, verilog-auto-inst-vector)
1772         (verilog-auto-inst-template-numbers)
1773         (verilog-auto-input-ignore-regexp)
1774         (verilog-auto-inout-ignore-regexp)
1775         (verilog-auto-output-ignore-regexp)
1776         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
1777         Add safe-local-variable properties.
1778         (verilog-statement-menu, verilog-company)
1779         (verilog-re-search-forward, verilog-re-search-backward)
1780         (verilog-error-regexp-add, verilog-end-block-re)
1781         (verilog-emacs-features, verilog-populate-syntax-table)
1782         (verilog-setup-dual-comments, verilog-type-font-keywords)
1783         (verilog-inside-comment-p, electric-verilog-backward-sexp)
1784         (verilog-backward-sexp, verilog-forward-sexp)
1785         (verilog-font-lock-init, verilog-mode)
1786         (electric-verilog-terminate-line, electric-verilog-semi)
1787         (electric-verilog-tab, verilog-insert-1, )
1788         (verilog-insert-indices, verilog-generate-numbers)
1789         (verilog-comment-region, verilog-label-be)
1790         (verilog-beg-of-statement, verilog-in-case-region-p)
1791         (verilog-in-struct-region-p, verilog-in-generate-region-p)
1792         (verilog-in-fork-region-p, verilog-backward-case-item)
1793         (verilog-set-auto-endcomments, verilog-get-expr)
1794         (verilog-expand-vector-internal, verilog-surelint-off)
1795         (verilog-batch-execute-func, verilog-calculate-indent)
1796         (verilog-calc-1, verilog-calculate-indent-directive)
1797         (verilog-leap-to-head, verilog-continued-line)
1798         (verilog-backward-token, verilog-backward-syntactic-ws)
1799         (verilog-forward-syntactic-ws, verilog-backward-ws&directives)
1800         (verilog-forward-ws&directives, verilog-at-constraint-p)
1801         (verilog-skip-backward-comments, verilog-indent-line-relative)
1802         (verilog-do-indent, verilog-indent-comment)
1803         (verilog-more-comment, verilog-pretty-declarations)
1804         (verilog-pretty-expr, verilog-just-one-space)
1805         (verilog-indent-declaration, verilog-get-completion-decl)
1806         (verilog-goto-defun, verilog-showscopes, verilog-header)
1807         (verilog-signals-combine-bus, verilog-read-decls)
1808         (verilog-read-always-signals-recurse, verilog-read-instants)
1809         (verilog-read-auto-template, verilog-set-define)
1810         (verilog-read-defines, verilog-read-signals, verilog-getopt)
1811         (verilog-is-number, verilog-expand-dirnames)
1812         (verilog-modi-lookup, verilog-modi-cache-results)
1813         (verilog-insert-one-definition, verilog-make-width-expression)
1814         (verilog-delete-autos-lined, verilog-auto-save-check)
1815         (verilog-auto-arg, verilog-auto-inst-port, verilog-auto-inst)
1816         (verilog-auto-inst-param, verilog-auto-reg)
1817         (verilog-auto-reg-input, verilog-auto-wire, )
1818         (verilog-auto-output, verilog-auto-output-every)
1819         (verilog-auto-input, verilog-auto-inout)
1820         (verilog-auto-inout-module, verilog-auto-sense)
1821         (verilog-auto-reset, verilog-auto-tieoff, verilog-auto-unused)
1822         (verilog-auto-ascii-enum, verilog-auto)
1823         (verilog-sk-define-signal, verilog-mode-mouse-map)
1824         (verilog-load-file-at-mouse, verilog-load-file-at-point)
1825         (verilog-library-files): Cleanup spacing of )'s they should not be
1826         on unique lines.  Fix checkdoc warnings.
1828 2008-01-09  Glenn Morris  <rgm@gnu.org>
1830         * ffap.el (ffap-string-at-point-mode-alist): Add `\' to file
1831         entry, for Windows.
1833 2008-01-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1835         * ps-print.el: Some face attributes (like :strike-through) was not
1836         being recognised.  Reported by Leo <sdl.web@gmail.com>.
1837         (ps-face-strikout-p, ps-face-overline-p, ps-face-box-p): New funs.
1838         (ps-screen-to-bit-face): Fix code.
1840 2008-01-08  Kevin Ryde  <user42@zip.com.au>
1842         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1843         For perl, allow "during global destruction" at end.
1845 2008-01-08  Glenn Morris  <rgm@gnu.org>
1847         * diff-mode.el (diff-end-of-hunk): Don't match empty lines in
1848         unified format.
1850         * mouse.el (mouse-major-mode-menu): Suppress duplicate menus.
1852 2008-01-08  Nick Roberts  <nickrob@snap.net.nz>
1854         * progmodes/gdb-ui.el (gdb-var-list-children-1): Put varnum in
1855         quotes in case of spaces, e.g. STL containers (not pretty).
1857 2008-01-07  Dan Nicolaescu  <dann@ics.uci.edu>
1859         * vc-hg.el (vc-hg-log-view-mode): Handle the user field better.
1861 2008-01-07  Nick Roberts  <nickrob@snap.net.nz>
1863         * progmodes/gdb-ui.el (gud-gdb-command-name):
1864         Explain "--annotate=3" option is necessary for the Graphical Interface.
1866 2008-01-07  Dan Nicolaescu  <dann@ics.uci.edu>
1868         * vc-hg.el (vc-hg-dir-state): Pass the dir argument to vc-hg-command.
1870 2008-01-07  Glenn Morris  <rgm@gnu.org>
1872         * calc/calc-help.el (calc-full-help): Use emacs-copyright.
1874 2008-01-06  Nick Roberts  <nickrob@snap.net.nz>
1876         * progmodes/hideif.el (hide-ifdef-mode-menu): Put hide-ifdef commands
1877         on menu bar.
1879 2008-01-06  Michael Albinus  <michael.albinus@gmx.de>
1881         * ffap.el (ffap-read-file-or-url): Let-bind
1882         `file-name-handler-alist' due to `rfn-eshadow-update-overlay'.
1884 2008-01-05  Sven Joachim  <svenjoac@gmx.de>
1886         * vc-bzr.el: Fix typo in header.
1888 2008-01-05  Eli Zaretskii  <eliz@gnu.org>
1890         * Makefile.in (custom-deps, finder-data): Depend on autoloads
1891         instead of loaddefs.el.
1893 2008-01-05  Glenn Morris  <rgm@gnu.org>
1895         * progmodes/verilog-mode.el: Replace all instances of
1896         string-to-int with string-to-number, insert-string with insert,
1897         and read-input with read-string.
1898         (top-level): No need to require imenu, reporter, dinotrace, vc,
1899         font-lock when compiling.  Always require compile.  Relegate remaining
1900         compatibility cruft to XEmacs.  Don't require font-lock.
1901         (verilog-version): Remove superfluous concat.
1902         (dinotrace-unannotate-all, zmacs-activate-region, customize-apropos):
1903         No need to define.
1904         (verilog-regexp-opt): On Emacs, just make it an alias for regexp-opt.
1905         (verilog-font-lock-keywords, verilog-font-lock-keywords-1)
1906         (verilog-font-lock-keywords-2, verilog-font-lock-keywords-3)
1907         (verilog-startup-message-displayed): These are variables, not constants.
1908         (verilog-batch-execute-func, verilog-auto-inst)
1909         (verilog-auto-inst-param): Use mapc rather than mapcar.
1910         (sigs-in, sigs-inout, sigs-out): Define for compiler rather than
1911         actually defining.
1912         (verilog-modi-get-decls, verilog-modi-get-sub-decls)
1913         (verilog-modi-get-outputs, verilog-modi-get-inouts)
1914         (verilog-modi-get-inputs, verilog-modi-get-wires)
1915         (verilog-modi-get-regs, verilog-modi-get-assigns)
1916         (verilog-modi-get-consts, verilog-modi-get-gparams)
1917         (verilog-modi-get-sub-outputs, verilog-modi-get-sub-inouts)
1918         (verilog-modi-get-sub-inputs): Move inline functions earlier in
1919         the file.
1920         (sigs-in, sigs-out): Don't declare multiple times.
1921         (got-sig, got-rvalue, uses-delayed): Define for compiler with just
1922         `defvar'.
1923         (verilog-auto): Call dinotrace-unannotate-all only if bound.
1924         (verilog-module-inside-filename-p): No need to wrap fboundp test
1925         in condition-case.
1926         (reporter-submit-bug-report): Autoload it.
1927         (verilog-mark-defun): Call zmacs-activate-region only if bound.
1928         (verilog-font-customize): Call customize-apropos only if bound.
1929         (verilog-getopt-flags, verilog-auto-reeval-locals):
1930         Use make-local-variable rather than make-variable-buffer-local.
1931         (verilog-company, verilog-project, verilog-modi-cache-list):
1932         Move make-variable-buffer-local calls to top-level.
1933         (font-lock-defaults-alist): Don't define it.
1934         (verilog-need-fld): Remove.
1935         (verilog-font-lock-init): Don't set font-lock-defaults-alist.
1936         (verilog-mode): Only call make-local-hook on XEmacs.
1937         Set font-lock-defaults rather than using verilog-font-lock-init.
1939         * progmodes/verilog-mode.el (top-level): Don't require compile.
1940         (compilation-error-regexp-alist, compilation-last-buffer):
1941         Define for compiler.
1942         (verilog-insert-1): New function.
1943         (verilog-insert-indices, verilog-generate-numbers): Doc fixes.
1944         Use verilog-insert-1.
1945         (verilog-surelint-off): Use next-error-last-buffer if bound.
1946         Check compile buffer is live.
1948 2008-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1950         * vc-cvs.el (vc-cvs-annotate-time): Don't move backward when text
1951         gets inserted out-of-order.
1953 2008-01-04  Riccardo Murri  <riccardo.murri@gmail.com>
1955         * vc-bzr.el: Copyright and version headers update.
1956         Remove some outdated comments through the whole file.
1957         (vc-bzr-program-args): Remove because unused.
1958         (vc-bzr-log-switches): New customization option.
1959         (vc-bzr-command): Use LC_MESSAGES=C instead of LC_ALL=C.  No longer
1960         use `vc-bzr-program-args'.
1961         (vc-bzr-register): Fix for working with both 22.1 and CVS version of
1962         `vc-find-root' (patch by Andreas Hoenen).
1963         (vc-bzr-status): Update regex to match latest Bzr output.
1964         Remove redundant test.
1965         (vc-bzr-init-version): New function.
1966         (vc-bzr-unregister): Must not delete file.
1967         (vc-bzr-find-version): New function.
1968         (vc-bzr-checkout): Argument `rev' is explicit revision only if it's
1969         a non-empty string, otherwise take head revision.
1970         (vc-bzr-print-log): Pass `vc-bzr-log-switches' to "bzr log".
1971         (vc-bzr-diff): Simpler build of the revision spec string.
1972         (vc-annotate-convert-time, vc-bzr-annotate-difference):
1973         Remove: compatibility hacks for Emacs21, not needed in Emacs 22.
1974         (vc-bzr-dir-state): Add code comments.  Removed redundant statement.
1975         (vc-bzr-dired-state-info): Only provide custom strings for
1976         overloaded VC state 'edited; otherwise fallback to
1977         `vc-default-dired-state-info'.
1979 2008-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
1981         * vc-git.el (vc-git-dir-state):
1982         * vc-hg.el (vc-hg-dir-state): Set the vc-backend property.
1984 2008-01-04  Richard Stallman  <rms@gnu.org>
1986         * delsel.el (delete-selection-mode): Doc fix.
1988 2008-01-04  Glenn Morris  <rgm@gnu.org>
1990         * version.el (emacs-copyright): Update to 2008.
1992 2008-01-03  Nick Roberts  <nickrob@snap.net.nz>
1994         * progmodes/gud.el (gud-def): Do nothing if gud-running is t.
1995         (gud-speedbar-menu-items): Add item for gdb-var-set-format below.
1997         * progmodes/gdb-ui.el (gdb-var-set-format): Set the output format
1998         of watch expressions (only works fully with GDB 6.7 or later).
2000 2008-01-03  Dan Nicolaescu  <dann@ics.uci.edu>
2002         * time-stamp.el (time-stamp-time-zone):
2003         * whitespace.el (whitespace-check-buffer-leading)
2004         (whitespace-check-buffer-trailing)
2005         (whitespace-check-buffer-indent)
2006         (whitespace-check-buffer-spacetab)
2007         (whitespace-check-buffer-ateol):
2008         * progmodes/sh-script.el (sh-indentation):
2009         * textmodes/ispell.el (ispell-local-pdict):
2010         Add safe-local-variable properties.
2012 2007-12-31  Richard Stallman  <rms@gnu.org>
2014         * cus-edit.el (custom-add-parent-links): New arg DOC-INITIAL-STRING.
2015         Defaults for INITIAL-STRING and DOC-INITIAL-STRING do not include
2016         `parent'.
2017         (custom-group-value-create): Pass two args to custom-add-parent-links.
2019 2007-12-29  Richard Stallman  <rms@gnu.org>
2021         * font-lock.el (font-lock-prepend-text-property)
2022         (font-lock-append-text-property): Canonicalize the face and
2023         font-lock-face properties.
2025         * faces.el (facep): Doc fix.
2027         * startup.el (fancy-startup-tail, fancy-about-text)
2028         (fancy-startup-text): Regularize format of face property.
2030         * facemenu.el (list-colors-print): Use :background and :foreground
2031         instead of background-color and foreground-color.
2033 2007-12-29  Drew Adams  <drew.adams@oracle.com>
2035         * cus-edit.el (custom-add-parent-links):
2036         Fill the "Parent documentation" text.
2038 2007-12-29  Eli Zaretskii  <eliz@gnu.org>
2040         * textmodes/ispell.el (ispell-grep-command): Use "grep" on
2041         MS-Windows and MS-DOS.
2042         (ispell-grep-options): Use "-Ei" on MS-Windows and MS-DOS.
2044 2007-12-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2046         * progmodes/grep.el (rgrep): Fix last change.
2048 2007-12-27  Richard Stallman  <rms@gnu.org>
2050         * progmodes/compile.el (compilation-start): Set initial visible
2051         point properly even when compilation buffer already current.
2053 2007-12-26  Richard Stallman  <rms@gnu.org>
2055         * files.el (conf-mode-maybe): New function.
2056         (auto-mode-alist): Use conf-mode-maybe for .conf etc.
2058 2007-12-26  Martin Rudalics  <rudalics@gmx.at>
2060         * textmodes/fill.el (fill-find-break-point): Fix doc-string typo.
2062 2007-12-25  Dan Nicolaescu  <dann@ics.uci.edu>
2064         * progmodes/asm-mode.el (asm-mode-map): Add a major mode menu.
2066 2007-12-25  Richard Stallman  <rms@gnu.org>
2068         * comint.el (comint-mode-map): Explicitly bind `delete' and `kp-delete'
2069         so they never do EOF.
2071 2007-12-23  Richard Stallman  <rms@gnu.org>
2073         * dired-aux.el: Load dired.el at run time too.
2075         * faces.el (copy-face): Create the new face explicitly if it
2076         does not exist already.
2078 2007-12-23  Andreas Schwab  <schwab@suse.de>
2080         * files.el (switch-to-buffer-other-frame): Return the buffer
2081         switched to.
2083 2007-12-23  Juri Linkov  <juri@jurta.org>
2085         * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
2086         item to about-emacs instead of display-splash-screen.
2088 2007-12-22  Eli Zaretskii  <eliz@gnu.org>
2090         * simple.el (minibuffer-history, shell-command-history)
2091         (set-variable-value-history):
2092         * replace.el (regexp-history):
2093         * international/mule-cmds.el (input-method-history):
2094         * files.el (file-name-history): Add reference to history-length in
2095         the doc string.
2097 2007-12-22  Richard Stallman  <rms@gnu.org>
2099         * comint.el (comint-password-prompt-regexp): Match `Enter Password'.
2101 2007-12-21  Jason Rumney  <jasonr@gnu.org>
2103         * find-dired.el (find-name-arg): New custom variable.
2104         (find-name-dired): Use it.
2105         (find-dired-find-program): Remove.
2106         (find-dired): Use find-program.
2107         (find-grep-dired): Use grep-program.
2109         * progmodes/grep.el (rgrep): Use find-name-arg.
2111 2007-12-21  Martin Rudalics  <rudalics@gmx.at>
2113         * autoinsert.el (auto-insert-alist): Remove nonsensical precision
2114         specifier from format-string.  Reported by Ye Wenbin.
2116 2007-12-19  Martin Rudalics  <rudalics@gmx.at>
2118         * cus-start.el: Use correct group name for members of mode-line group.
2120 2007-12-17  Thien-Thi Nguyen  <ttn@gnuvola.org>
2122         * progmodes/cc-vars.el (defcustom-c-stylevar):
2123         Revert to pre-2007-12-12 version.
2125 2007-12-15  Richard Stallman  <rms@gnu.org>
2127         * emacs-lisp/find-func.el (find-function-after-hook): Add :type.
2129         * info.el (Info-clone-buffer): Rename from Info-clone-buffer-hook.
2130         Use changed.
2132         * startup.el (fancy-splash-help-echo): Var deleted.
2133         (fancy-splash-insert): Get help-echo from (startup-echo-area-message).
2134         (fancy-about-screen): Don't display fancy-splash-help-echo.
2136         * menu-bar.el (menu-bar-describe-menu): Remove dots from menu text.
2138 2007-12-12  Thien-Thi Nguyen  <ttn@gnuvola.org>
2140         * progmodes/cc-vars.el (defcustom-c-stylevar): Rewrite.
2142 2007-12-11  Dan Nicolaescu  <dann@ics.uci.edu>
2144         * progmodes/verilog-mode.el (set-buffer-menubar): Remove unused
2145         function.
2146         (add-submenu): Only define for XEmacs.
2147         (verilog-regexp-words): Revert previous change, keep the other
2148         definition.
2150 2007-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
2152         * progmodes/perl-mode.el (perl-continued-statement-offset)
2153         (perl-continued-brace-offset, perl-brace-offset)
2154         (perl-brace-imaginary-offset, perl-label-offset):
2155         * progmodes/cperl-mode.el (cperl-brace-offset)
2156         (cperl-continued-brace-offset, cperl-label-offset)
2157         (cperl-continued-statement-offset)
2158         (cperl-extra-newline-before-brace, cperl-merge-trailing-else):
2159         Add safe-local-variable properties.
2161 2007-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
2163         * progmodes/verilog-mode.el (verilog-mode-map)
2164         (verilog-template-map, verilog-mode-mouse-map): Fix typos.
2165         (verilog-colorize-include-files): Use only overlay functions so
2166         that it can work on both Emacs and XEmacs.
2167         (set-extent-keymap): Remove unused defun.
2168         (verilog-kill-existing-comment, verilog-insert-date)
2169         (verilog-insert-year): Rename in order not to pollute the global
2170         namespace from kill-existing-comment, insert-date and
2171         insert-year, respectively.
2172         (verilog-set-auto-endcomments, verilog-header): Update callers.
2174         * files.el (auto-mode-alist): Recognize verilog files.
2176         * progmodes/verilog-mode.el (verilog-string-replace-matches)
2177         (verilog-string-remove-spaces, verilog-re-search-forward)
2178         (verilog-re-search-backward, verilog-re-search-forward-quick)
2179         (verilog-re-search-backward-quick, verilog-get-beg-of-line)
2180         (verilog-get-end-of-line, verilog-within-string): Move definitions
2181         before first use.  No code changes.
2183 2007-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
2185         * progmodes/verilog-mode.el (verilog-mode-version)
2186         (verilog-mode-release-date): Don't use expanding keywords.
2187         (provide): Move to the end of file.
2188         (fboundp): Don't check if eval-when-compile is bound, it is used
2189         later in the file without checking.
2190         (when, unless): Copy definitions from subr.el.
2191         (char-before, defcustom, defface, customize-group)
2192         (verilog-batch-error-wrapper): Don't use old style backquotes.
2193         (verilog-regexp-opt): Avoid using the cl function case.
2194         (verilog-regexp-words): Remove duplicated definition.
2195         (verilog-mode-abbrev-table): Remove, duplicate.
2196         (verilog-mode-map, verilog-template-map, verilog-mode-mouse-map):
2197         Declare and initialize in one step.
2198         (verilog-declaration-prefix-re, verilog-declaration-re)
2199         (verilog-end-of-statement, verilog-indent-declaration)
2200         (verilog-get-lineup-indent): Remove trailing whitespace.
2201         (verilog-mode): Fix autoload cookie.
2202         Set beginning-of-defun-function and end-of-defun-function.
2203         Use when instead of if.
2204         (verilog-emacs-features, verilog-auto-ascii-enum)
2205         (verilog-insert-indices): Escape braces in doc strings.
2207 2007-12-08  Michael McNamara  <mac@verilog.com>
2208             Wilson Snyder  <wsnyder@wsnyder.org>
2210         * progmodes/verilog-mode.el: New file.
2212 2007-12-08  Eli Zaretskii  <eliz@fencepost.gnu.org>
2214         * international/latexenc.el (latexenc-find-file-coding-system):
2215         If both coding-system-for-write and buffer-file-coding-system of
2216         latex-main-file are nil, use `undecided'.
2218 2007-12-06  Jason Rumney  <jasonr@gnu.org>
2220         * mouse.el (mouse-buffer-menu-alist): Keep buffer names left aligned.
2222 2007-12-04  Juanma Barranquero  <lekktu@gmail.com>
2224         * ido.el (ido-save-history): Use emacs-mule coding system
2225         instead of utf-8 to save filenames (it's safer in Emacs 22).
2226         Set the `coding' local variable on the first line of the file.
2228 2007-12-04  Karl Fogel  <kfogel@red-bean.com>
2230         * saveplace.el (save-place-alist-to-file): Save with 'emacs-mule'
2231         coding system.  This ports revisions 1.40 and 1.41 over to the
2232         EMACS_22_BASE branch, but with the right coding system for Emacs
2233         22 to reliably record filenames.  Suggested by Eli Zaretskii.
2235 2007-12-01  Richard Stallman  <rms@gnu.org>
2237         * wid-edit.el (widget-type): Doc fix.
2239 2007-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
2241         * emacs-lisp/byte-run.el (declare-function): Change to a macro.
2243 2007-12-01  Alexandre Julliard  <julliard@winehq.org>
2245         * vc-git.el (vc-git-dir-state): Fix the git command arguments.
2247 2007-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2249         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2250         Don't match "sub { (...) ... }".
2252 2007-11-29  Richard Stallman  <rms@gnu.org>
2254         * international/mule-cmds.el (toggle-input-method-active): New var.
2255         (toggle-input-method): Bind toggle-input-method-active to t.
2256         Error if it was already non-nil.
2258 2007-11-29  Glenn Morris  <rgm@gnu.org>
2260         * calendar/time-date.el (with-decoded-time-value): Doc fix.
2262 2007-11-29  Ari Roponen  <ari.roponen@gmail.com>  (tiny change)
2264         * calendar/time-date.el (encode-time-value): Doc fix.
2266 2007-11-26  Juanma Barranquero  <lekktu@gmail.com>
2268         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
2270 2007-11-24  Kenichi Handa  <handa@m17n.org>
2272         * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
2274 2007-11-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2276         * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
2278 2007-11-21  Juanma Barranquero  <lekktu@gmail.com>
2280         * textmodes/paragraphs.el (forward-sentence): Doc fix.
2281         Reported by Drew Adams <drew.adams@oracle.com>.
2283 2007-11-20  Glenn Morris  <rgm@gnu.org>
2285         * emacs-lisp/byte-run.el (declare-function): Define as a no-op,
2286         for compatibility with Emacs 23.
2288 2007-11-19  Juanma Barranquero  <lekktu@gmail.com>
2290         * replace.el (map-query-replace-regexp): Doc fix (revert part of
2291         2000-05-21T17:04:47Z!fx@gnu.org made on 2000-05-21 with no ChangeLog entry).
2293 2007-11-19  Nick Roberts  <nickrob@snap.net.nz>
2295         * progmodes/gdb-ui.el: Update commentary.
2297 2007-11-16  Eli Zaretskii  <eliz@gnu.org>
2299         * international/mule-cmds.el (set-locale-environment):
2300         Set default-file-name-coding-system _after_ keyboard and terminal
2301         coding systems.  This fixes last change.
2303         * mail/rmail.el (rmail-current-subject-regexp): Allow more than
2304         one space after "Subject:".
2306 2007-11-16  Juanma Barranquero  <lekktu@gmail.com>
2308         * subr.el (make-variable-frame-local):
2309         Fix typo in obsolescence declaration.
2311 2007-11-16  Glenn Morris  <rgm@gnu.org>
2313         * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
2315 2007-11-16  Rob Riepel  <riepel@Stanford.EDU>
2317         * emulation/tpu-extras.el (tpu-next-line, tpu-previous-line)
2318         (tpu-forward-line, tpu-backward-line, tpu-scroll-window-down)
2319         (tpu-scroll-window-up): Replace next-line-internal -> line-move.
2321 2007-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2323         * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
2324         in order to determine if there's a conflict.
2326 2007-11-16  Juri Linkov  <juri@jurta.org>
2328         * man.el (Man-heading-regexp): Add 0-9.
2329         (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
2331 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
2333         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
2334         Fix typo in docstring.
2336         * emulation/cua-base.el (cua-paste-pop): Fix typo in docstring.
2337         (cua-highlight-region-shift-only): Doc fix.
2339 2007-11-15  Richard Stallman  <rms@gnu.org>
2341         * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
2343         * reposition.el (reposition-window):
2344         Binding C-M-l moved to bindings.el.
2346         * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
2348         * add-log.el (add-change-log-entry-other-window):
2349         Key binding C-x 4 a moved to bindings.el.
2351         * bindings.el (minibuffer-local-map): Bind C-tab here; moved
2352         from filecache.el.
2354         * filecache.el: Minibuffer map bindings moved to bindings.el.
2356 2007-11-14  Jason Rumney  <jasonr@gnu.org>
2358         * international/mule-cmds.el (set-locale-environment):
2359         Set default-file-name-coding-system from system defaults on Windows.
2361 2007-11-14  Nick Roberts  <nickrob@snap.net.nz>
2363         * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
2364         (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
2365         (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
2366         (gdb-goto-breakpoint): Generalise for breakpoints with multiple
2367         locations.
2368         (gdb-info-breakpoints-custom, gdb-assembler-custom)
2369         (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
2370         (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
2372 2007-11-11  Juanma Barranquero  <lekktu@gmail.com>
2374         * international/iso-cvt.el (iso-translate-conventions): Doc fix.
2375         (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
2376         (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
2377         (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
2378         (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
2379         Rewrite in active voice.
2381 2007-11-10  Juri Linkov  <juri@jurta.org>
2383         * startup.el: Backport startup screen related changes from the trunk.
2384         (initialization): Change group to `environment'.
2385         (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
2386         (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
2387         (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
2388         (initial-scratch-message): Fix docstring.
2389         (startup-screen-inhibit-startup-screen)
2390         (pure-space-overflow-message): New variables.
2391         (command-line): Rename `inhibit-startup-message' to
2392         `inhibit-startup-screen'.
2393         (initial-scratch-message): Doc fix.
2394         (fancy-splash-text): Remove variable.
2395         (fancy-startup-text, fancy-about-text, splash-screen-keymap):
2396         New variables.
2397         (fancy-splash-delay, fancy-splash-max-time)
2398         (fancy-current-text, fancy-splash-stop-time)
2399         (fancy-splash-outer-buffer, fancy-splash-last-input-event):
2400         Remove variables.
2401         (fancy-splash-insert): Use help-echo from the 3rd element of the
2402         link specification list, or "Follow this link" if it's nil.  Doc fix.
2403         Allow functions for face and link specs.
2404         (fancy-splash-tail): Remove function.
2405         (fancy-startup-tail): New function.
2406         (fancy-splash-default-action, fancy-splash-special-event-action)
2407         (fancy-splash-screens): Remove functions.
2408         (fancy-about-screen): New function.
2409         (normal-splash-screen): Rename argument `hide-on-input' to `startup'.
2410         Fix docstring.  Use argument `startup' to conditionally display
2411         different texts for Startup and About screens.  Don't display Help
2412         commands on the About screen.  Remove `unwind-protect' `sit-for'
2413         delay and `kill-buffer' after it.
2414         (normal-mouse-startup-screen, normal-splash-screen)
2415         (normal-no-mouse-startup-screen): New functions.
2416         (startup-echo-area-message): Change text of the echo area.
2417         (display-splash-screen): Remove function.
2418         (display-startup-screen, display-about-screen): New functions.
2419         (about-emacs): Make alias to `display-about-screen'.
2420         (display-splash-screen): Make alias to `display-startup-screen'.
2421         (command-line-1): Rename `inhibit-startup-message' to
2422         `inhibit-startup-screen'.  Inhibit startup screen when Emacs is
2423         started with command line options "-f", "-funcall", "-e", "-eval",
2424         "-execute", "-insert", "-find-file", "-file", "-visit".
2425         Inhibit startup screen when Emacs is started with a file name only
2426         on tty (i.e. don't inhibit it when started with a file name like
2427         "emacs FILE..." on a window system).
2428         Comment out unused code for coping with the old sit-for behavior.
2429         If file-count > 0, then display the concise version in another
2430         window, otherwise display full version in the same window.
2431         * loadup.el: Add `button'.  Move up `startup'.
2432         * help.el (help-map, help-for-help-internal): Add `C-h C-a'.
2433         * version.el (emacs-copyright): Add emacs-copyright.
2434         * menu-bar.el (menu-bar-help-menu):
2435         Move "About Emacs" and "About GNU" to the end of the Help menu.
2436         Move "Emacs Psychotherapist" after "Send Bug Report...".
2437         Move "External Packages" after "Find Emacs Packages".
2439 2007-11-10  Jason Rumney  <jasonr@gnu.org>
2441         * w32-fns.el: Sync charset names with setup-default-fontset.
2442         Append "-1" where second part missing.
2444         * term/w32-win.el: Enable SJIS fonts before creating any fontsets.
2446 2007-11-10  Juanma Barranquero  <lekktu@gmail.com>
2448         * ido.el (ido-save-history): Write the history file in UTF-8,
2449         and add `coding' file-local variable.
2451 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
2453         * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
2454         (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
2455         (iso-iso2duden-trans-tab): Add docstring.
2457 2007-11-09  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2459         * faces.el (face-normalize-spec): Remove function.
2460         (frame-set-background-mode): Undo last change.
2462 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
2464         * files.el (enable-local-variables): Doc fix.
2466 2007-11-08  David Hansen  <david.hansen@gmx.net>  (tiny change)
2468         * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
2469         match dir like "a...b".
2471 2007-11-07  Johan Bockg\e,Ae\e(Brd  <bojohan@gnu.org>
2473         * eshell/esh-mode.el (eshell-output-filter):
2474         * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
2475         Use `with-current-buffer'.
2477 2007-11-05  Nick Roberts  <nickrob@snap.net.nz>
2479         * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
2481 2007-11-04  Riccardo Murri  <riccardo.murri@gmail.com>
2483         * net/tls.el: Require rx when compiling.
2484         (tls-end-of-info): New variable.
2485         (open-tls-stream): Keep reading input until `tls-end-of-info' is
2486         matched.
2488 2007-11-03  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
2490         * simple.el (bad-packages-alist): Anchor semantic regexp.
2492 2007-11-02  Drake Wilson  <drake@begriffli.ch>  (tiny change)
2494         * files.el (hack-local-variables): Fix membership tests to avoid
2495         treating all variables as safe if `enable-local-variables' is
2496         set to :safe (CVE-2007-5795).
2498 2007-11-02  Glenn Morris  <rgm@gnu.org>
2500         * progmodes/etags.el (tags-table-mode): Disable undo.
2502         * simple.el (bad-packages-alist): Revert previous change.
2504 2007-11-01  Dan Nicolaescu  <dann@ics.uci.edu>
2506         * printing.el (printing): Fix :version, printing.el was included
2507         in emacs-22.1.
2508         (pr-path-style, pr-path-alist, pr-txt-name)
2509         (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
2510         (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
2511         (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
2512         (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
2513         (pr-auto-mode, pr-mode-alist, pr-ps-utility)
2514         (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
2515         (pr-setting-database, pr-visible-entry-list)
2516         (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
2517         (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect
2518         :version.
2520 2007-11-01  Glenn Morris  <rgm@gnu.org>
2522         * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
2524         * mail/footnote.el (footnote-numeric-regexp)
2525         (footnote-english-upper-regexp, footnote-english-lower-regexp)
2526         (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
2527         Match multi-character footnotes.
2529         * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
2530         (nroff-indent-line-function): New function.
2531         (nroff-count-text-lines): Use nroff-forward-text-line rather than
2532         obsolete alias.
2534 2007-10-31  Michael Albinus  <michael.albinus@gmx.de>
2536         * net/tramp.el (tramp-open-connection-telnet)
2537         (tramp-open-connection-rsh, tramp-open-connection-su)
2538         (tramp-open-connection-multi): Set $LC_ALL to "C".
2540 2007-10-31  Sven Joachim  <svenjoac@gmx.de>
2542         * dired-aux.el (dired-copy-file-recursive):
2543         Preserve directory permissions.
2545 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
2547         * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
2548         (whitespace-unload-function): New-style unload function.  When run,
2549         unintern `whitespace-unload-hook' and call `unload-feature' recursively
2550         to stop the old hook from messing with the unloading.
2552         * strokes.el (strokes-alphabetic-lessp): Doc fix.
2554 2007-10-31  Sean O'Rourke  <sorourke@cs.ucsd.edu>
2556         * emacs-lisp/find-func.el (find-library): Use library at
2557         point as default interactive argument.
2559 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
2561         * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
2562         (elp-unset-master, elp-results): Fix typos.
2563         (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
2564         Doc fixes.
2566         * msb.el (msb--many-menus): Remove variable.
2567         (msb-max-menu-items, msb--add-to-menu): Doc fixes.
2568         (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
2569         (msb--toggle-menu-type): Fix typos in docstrings.
2571         * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
2572         (shadow-insert-var): Doc fixes.
2573         (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
2574         Reflow docstrings.
2575         (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
2577 2007-10-30  Juanma Barranquero  <lekktu@gmail.com>
2579         * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
2580         (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
2581         Fix typos in autoload docstrings.
2583         * loadhist.el (unload-feature): Remove redundant check.
2585 2007-10-30  Richard Stallman  <rms@gnu.org>
2587         * savehist.el (savehist-save): Obey savehist-ignored-variables.
2589 2007-10-30  Nick Roberts  <nickrob@snap.net.nz>
2591         * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
2592         (gdb-var-update-handler-1): Use it.
2594 2007-10-30  Juanma Barranquero  <lekktu@gmail.com>
2596         * loadhist.el (unload-feature): Remove erroneous check for the
2597         FEATURE-unload-function variable; check the existence of the
2598         function (that's what the docstring says, and it makes more sense).
2600         * follow.el (follow-unload-function): Add docstring.
2601         (follow-unload-function): Remove variable.
2603         * server.el (server-unload-function): Remove variable.
2604         (server-unload-function): Unbind `server-edit' from `C-x #'.
2606         * uniquify.el (uniquify-unload-function): Add docstring.
2607         (uniquify-unload-function): Remove variable.
2609         * ses.el (ses-unload-function): New function.
2611 2007-10-29  Juanma Barranquero  <lekktu@gmail.com>
2613         * emacs-lisp/unsafep.el (unsafep, unsafep-function)
2614         (unsafep-progn, unsafep-let): Fix typos in docstrings.
2616         * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
2617         before use to avoid a warning in packages that require uniquify.
2618         (uniquify-unload-function): New function and var.
2620 2007-10-29  Juanma Barranquero  <lekktu@gmail.com>
2622         * loadhist.el (unload-feature-special-hooks):
2623         Add `delete-frame-functions'.
2625         * server.el (server-unload-function): Rename from `server-unload-hook'
2626         and adapt to new `unload-feature' functionality.  Remove hook from
2627         `kill-buffer-hook' buffer-locally.
2628         (server-unload-hook): Remove.
2629         (server-unload-function): New var; replaces `server-unload-hook'.
2631 2007-10-27  Juanma Barranquero  <lekktu@gmail.com>
2633         * desktop.el (uniquify-managed): Pacify byte compiler.
2634         (desktop-buffer-info): If the buffer name is managed by uniquify,
2635         save the base name, not the uniquified one.
2636         (desktop-create-buffer): Allow `rename-buffer' to generate a new
2637         name in case of conflict.
2639 2007-10-26  Glenn Morris  <rgm@gnu.org>
2641         * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
2642         safe-local-variable property.
2644 2007-10-26  Gwern Branwen  <gwern0@gmail.com>  (tiny change)
2646         * net/browse-url.el (browse-url-browser-function): Delete grail.
2647         (browse-url-grail): Function and variable deleted.
2648         (browse-url-browser-function): Delete IXI Mosaic.
2649         (browse-url-default-browser): Don't try IXI Mosaic.
2650         (browse-url-iximosaic): Function deleted.
2651         (browse-url-browser-function): Delete MMM.
2652         (browse-url-default-browser): Don't try MMM.
2653         (browse-url-mmm): Function deleted.
2655 2007-10-25  Glenn Morris  <rgm@gnu.org>
2657         * progmodes/f90.el (f90-indented-comment-re)
2658         (f90-directive-comment-re, f90-break-delimiters):
2659         * progmodes/fortran.el (fortran-comment-line-start-skip)
2660         (fortran-directive-re):
2661         * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
2662         as safe if they are strings.
2664 2007-10-25  Richard Stallman  <rms@gnu.org>
2666         * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
2668 2007-10-24  Richard Stallman  <rms@gnu.org>
2670         * savehist.el (savehist-save): Omit unreadable elements.
2672         * loadhist.el (unload-function-defs-list): Renamed from
2673         unload-function-features-list.
2674         (unload-feature-special-hooks, unload-feature): Doc fixes.
2676         * indent.el (indent-to-left-margin): If point's in the indentation,
2677         move to the end of the indentation.
2679         * cus-edit.el (customize-changed-options): Make arg optional.
2681 2007-10-24  Juanma Barranquero  <lekktu@gmail.com>
2683         * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
2685 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2687         * textmodes/css-mode.el: Require CL.
2688         (comment-continue): Declare.
2690         * subr.el (make-variable-frame-localizable): Remove.
2691         (make-variable-frame-local): Mark obsolete.
2693 2007-10-23  Juanma Barranquero  <lekktu@gmail.com>
2695         * ibuf-ext.el (ibuffer-switch-to-saved-filters)
2696         (ibuffer-switch-to-saved-filter-groups): Doc fixes.
2698 2007-10-23  Chris Moore  <christopher.ian.moore@gmail.com>
2700         * comint.el (comint-password-prompt-regexp):
2701         Handle `[sudo] password'-style prompt.
2703 2007-10-23  Glenn Morris  <rgm@gnu.org>
2705         * progmodes/f90.el (f90-do-indent, f90-if-indent)
2706         (f90-type-indent, f90-program-indent)
2707         (f90-continuation-indent, f90-comment-region)
2708         (f90-beginning-ampersand, f90-smart-end)
2709         (f90-break-before-delimiters, f90-auto-keyword-case)
2710         (f90-leave-line-no, f90-mode-hook):
2711         Give an appropriate safe-local-variable property.
2712         (f90-font-lock-keywords-2): Fix `go to' regexp.
2714         * progmodes/fortran.el (fortran-tab-mode-default)
2715         (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
2716         (fortran-structure-indent, fortran-continuation-indent)
2717         (fortran-comment-indent, fortran-comment-line-extra-indent)
2718         (fortran-comment-line-start)
2719         (fortran-minimum-statement-indent-fixed)
2720         (fortran-minimum-statement-indent-tab)
2721         (fortran-comment-indent-char, fortran-line-number-indent)
2722         (fortran-check-all-num-for-matching-do)
2723         (fortran-blink-matching-if, fortran-continuation-string)
2724         (fortran-comment-region, fortran-electric-line-number)
2725         (fortran-column-ruler-fixed, fortran-column-ruler-tab)
2726         (fortran-analyze-depth, fortran-break-before-delimiters):
2727         Give an appropriate safe-local-variable property.
2729 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2731         * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
2732         of the subdirs is unreadable.
2734 2007-10-22  Martin Rudalics  <rudalics@gmx.at>
2736         * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
2737         Use window-full-width-p.
2739 2007-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2741         * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
2742         (tpu-edt-off): Use it.
2743         (tpu-edt-on): Set it.  Make sure the tpu-global-map is not already on
2744         the global-map before adding it to global-map.
2746         * menu-bar.el (global-buffers-menu-map): New var.
2747         (global-map, menu-bar-update-buffers): Use it.
2748         * msb.el (msb-menu-bar-update-buffers): Use it.
2749         (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
2750         (msb--most-recently-used-menu, msb--create-buffer-menu-2):
2751         Use with-current-buffer.
2753 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
2755         * hexl.el (hexl-menu): New major mode menu.
2757 2007-10-20  Glenn Morris  <rgm@gnu.org>
2759         * progmodes/f90.el (f90-font-lock-keywords-2)
2760         (f90-looking-at-type-like): Fix regexp typos.
2762 2007-10-19  Juanma Barranquero  <lekktu@gmail.com>
2764         * bs.el (bs-mode): Add mode name (accidentally left out
2765         in the 2007-10-16 change).
2767 2007-10-19  Juanma Barranquero  <lekktu@gmail.com>
2769         * bs.el (bs--track-window-changes): Don't refresh the whole list.
2770         (bs-mode): Set mode-class property to special.
2772         * follow.el (follow-unload-function): New function.
2774         * loadhist.el (unload-function-features-list):
2775         Rename from `unload-hook-features-list'.
2776         (unload-hook-features-list): Add as obsolete alias.
2777         (unload-feature): Use `unload-function-features-list'
2778         and new FEATURE-unload-function.
2780 2007-10-18  Juanma Barranquero  <lekktu@gmail.com>
2782         * loadhist.el (unload-feature-special-hooks):
2783         Update list of special hooks.
2785         * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
2786         (adaptive-fill-function): Doc fix.  Remove * from docstring.
2788 2007-10-18  Glenn Morris  <rgm@gnu.org>
2790         * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
2792 2007-10-17  Aaron Hawley  <aaronh@garden.org>
2794         * tutorial.el (tutorial--save-tutorial): Display message when tutorial
2795         position is not saved.
2797 2007-10-17  Chong Yidong  <cyd@stupidchicken.com>
2799         * longlines.el (longlines-wrap-follows-window-size): Integer value
2800         specifies wrapping margin.
2801         (longlines-mode, longlines-window-change-function):
2802         Set window-specific wrapping margin based on the above.
2804 2007-10-17  John Wiegley  <johnw@newartisans.com>
2806         * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
2808 2007-10-17  Glenn Morris  <rgm@gnu.org>
2810         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
2811         Tweak regexp to avoid stack overflow.
2813 2007-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2815         * simple.el (reindent-then-newline-and-indent): Don't assume that
2816         indent-according-to-mode preserves point.
2818 2007-10-16  Juanma Barranquero  <lekktu@gmail.com>
2820         * bs.el (bs--window-config-coming-from): Revert 2006-11-09 change.
2821         (bs--restore-window-config): Keep the selected frame.
2822         (bs--track-window-changes, bs--remove-hooks): New functions.
2823         (bs-mode): Use `define-derived-mode'.  Set hook to track window changes.
2824         (bs--show-with-configuration): Revert 2006-11-09 change.
2825         Don't reuse window unless it is visible on the selected frame.
2826         Restore window configuration (possibly in a different frame)
2827         before creating any window.
2829 2007-10-16  Richard Stallman  <rms@gnu.org>
2831         * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
2832         (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
2833         (ad-is-advised, ad-get-advice-info-field)
2834         (ad-set-advice-info-field): Use ad-get-advice-info-macro.
2836 2007-10-16  Glenn Morris  <rgm@gnu.org>
2838         * simple.el (blink-matching-open): Don't report false errors with
2839         the `$' syntax class.
2841 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
2843         * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
2844         (filesets-ormap, filesets-sort-case-sensitive-flag)
2845         (filesets-remake-shortcut, filesets-ingroup-collect-files):
2846         Fix typos in docstrings.
2847         (filesets-data-get-name, filesets-data-get-data)
2848         (filesets-data-set, filesets-cmd-query-replace-getargs)
2849         (filesets-ingroup-collect, filesets-find-or-display-file): Doc fixes.
2851 2007-10-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2853         * term/mac-win.el: Don't require url when compiling, as url-type is
2854         no longer a macro.
2856 2007-10-14  Glenn Morris  <rgm@gnu.org>
2858         * progmodes/etags.el (select-tags-table): Disable undo in the
2859         `*Tags Table List*' buffer.
2861 2007-10-13  Eli Zaretskii  <eliz@gnu.org>
2863         * dired.el (dired-warn-writable): New face.
2864         (dired-warn-writable-face): New variable.
2865         (dired-font-lock-keywords): Use dired-warn-writable-face, instead
2866         of dired-warning-face, for group- and world-writable files.
2868 2007-10-13  Glenn Morris  <rgm@gnu.org>
2870         * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
2871         (octave-re-search-forward-kw, octave-re-search-backward-kw):
2872         Add doc string, and an explicit COUNT argument.
2873         (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
2874         `inc' to search functions.
2876 2007-10-13  John W. Eaton  <jwe@octave.org>
2878         * progmodes/octave-mod.el (octave-looking-at-kw)
2879         (octave-re-search-forward-kw, octave-re-search-backward-kw):
2880         New functions.
2881         (octave-in-defun-p, calculate-octave-indent)
2882         (octave-blink-matching-block-open, octave-beginning-of-defun)
2883         (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
2884         to search for regexps that contain case-sensitive keywords.
2885         (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
2886         (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
2888 2007-10-13  Richard Stallman  <rms@gnu.org>
2890         * files.el (directory-abbrev-alist): Doc fix.
2892 2007-10-13  Jari Aalto  <jari.aalto@cante.net>
2894         * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
2896 2007-10-12  Martin Rudalics  <rudalics@gmx.at>
2898         * frame.el (set-frame-configuration): Assign name parameter only
2899         if it has been set explicitly before.
2901         * window.el (handle-select-window): Revert part of 2007-10-06
2902         change setting the input focus.
2904 2007-10-12  Glenn Morris  <rgm@gnu.org>
2906         * cus-edit.el (custom-variable-menu, custom-face-menu)
2907         (custom-group-menu): Check init-file-user rather than
2908         user-init-file, in case cus-edit is loaded by site-run-file.
2910 2007-10-11  Juanma Barranquero  <lekktu@gmail.com>
2912         * follow.el (follow-stop-intercept-process-output):
2913         Use `follow-call-process-filter' rather than `process-filter'.
2915 2007-10-11  Tom Tromey  <tromey@redhat.com>
2917         * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
2918         frame is visible.
2920 2007-10-10  Richard Stallman  <rms@gnu.org>
2922         * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
2923         in *Backtrace*.
2925         * faces.el (face-font-selection-order): Doc fix.
2927         * loadhist.el (unload-feature): Doc fix.
2929 2007-10-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2931         * ps-print.el: Fix the usage of :foreground and :background face
2932         attributes.  Reported by Nikolaj Schumacher <n_schumacher@web.de>.
2933         (ps-print-version): New version 6.7.6.
2934         (ps-face-attributes, ps-face-attribute-list, ps-face-background):
2935         Fix code.
2936         (ps-face-foreground-color-p, ps-face-background-color-p)
2937         (ps-face-color-p): New inline funs.
2939 2007-10-10  Juanma Barranquero  <lekktu@gmail.com>
2941         * follow.el: Change all instances of "Follow Mode" to "Follow
2942         mode" in docstrings and messages.
2944 2007-10-09  Juanma Barranquero  <lekktu@gmail.com>
2946         * faces.el (face-font-selection-order): Doc fix.
2948         * follow.el (follow-mode-hook, follow-mode): Doc fixes.
2949         (follow-mode-off-hook): Mark as obsolete.
2951 2007-10-08  Richard Stallman  <rms@gnu.org>
2953         * emacs-lisp/edebug.el (edebug-install-custom-print-funcs)
2954         (edebug-install-custom-print, edebug-reset-print-funcs)
2955         (edebug-uninstall-custom-print, edebug-uninstall-custom-print-funcs):
2956         Functions deleted.
2957         (edebug-prin1, edebug-print, edebug-prin1-to-string)
2958         (edebug-format, edebug-message): Define directly as aliases.
2960 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
2962         * follow.el (follow-mode): Don't run hooks twice.  Use `when'.
2964 2007-10-07  Glenn Morris  <rgm@gnu.org>
2966         * simple.el (bad-packages-alist): Clarify Semantic and CEDET
2967         version numbers.
2969 2007-10-06  Michael Albinus  <michael.albinus@gmx.de>
2971         * net/tramp.el (tramp-completion-mode): Extend doc-string.
2972         (tramp-completion-mode-p): Revert change from 2007-09-24.
2973         Checking for `return' etc as last character is not sufficient, for
2974         example in dired-mode when entering <g> (revert-buffer) or
2975         <s> (dired-sort).
2977 2007-10-06  Martin Rudalics  <rudalics@gmx.at>
2979         * window.el (mouse-autoselect-window-cancel): Don't cancel for
2980         select-window or select-frame events.
2981         (handle-select-window): When autoselecting window set input
2982         focus.  Restructure.
2984         * frame.el (focus-follows-mouse): Moved to frame.c.
2985         * cus-start.el (all): Add focus-follows-mouse.
2987 2007-10-05  Chris Moore  <dooglus@gmail.com>
2989         * server.el (server-kill-new-buffers): Doc fix.
2991 2007-10-05  Juanma Barranquero  <lekktu@gmail.com>
2993         * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
2994         activate font-locking in the *buffer-selection* buffer.
2995         (bs-show-sorted): Doc fix.
2997         * bs.el (bs--get-marked-string, bs--get-modified-string)
2998         (bs--get-readonly-string, bs--get-size-string, bs--get-name)
2999         (bs--get-mode-name, bs-mode): Fix typos in docstrings.
3000         (bs--format-aux): Doc fix.
3002 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
3004         * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
3006 2007-10-04  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
3008         * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
3010 2007-10-04  Nick Roberts  <nickrob@snap.net.nz>
3012         * progmodes/gud.el (gud-gud-gdb-command-name): New option.
3013         (gud-gdb): New function for old M-x gdb (text command mode).
3014         (gud-gdb-command-name, gdb): Move to...
3016         * progmodes/gdb-ui.el: ...here and adapt doc string.
3017         (gud-gdba-command-name, gdba): Delete.
3019 2007-10-03  Juanma Barranquero  <lekktu@gmail.com>
3021         * bs.el: Don't defvar `font-lock-verbose'.
3022         (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
3023         (bs--get-file-name): Fix typos in docstrings.
3024         (bs--show-header): Use `dolist' instead of `mapcar'.
3025         (bs-mode): Set `show-trailing-whitespace' to nil.
3026         (bs-buffer-sort-function, bs-mouse-select-other-frame)
3027         (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
3028         Doc fixes.
3030 2007-10-02  Adam Hupp  <adam@hupp.org>  (tiny change)
3032         * progmodes/gdb-ui.el (pdb): Specify file for gud-break.
3034 2007-10-02  Nick Roberts  <nickrob@snap.net.nz>
3036         * progmodes/gud.el (gdb): Make graphical mode the default and
3037         switch to text command mode if appropriate, i.e., reverse previous
3038         arrangement.
3039         (gud-gdb-marker-filter): Adapt for above change.
3041         * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
3042         gud-minor-mode and gud-marker-filter.
3043         (gdb-fullname-regexp): New variable.
3044         (gud-gdba-marker-filter): Use it to switch to text command
3045         mode if appropriate.
3047 2007-10-02  Richard Stallman  <rms@gnu.org>
3049         * frame.el (cursor-in-non-selected-windows): Doc fix.
3051 2007-10-01  Nick Roberts  <nickrob@snap.net.nz>
3053         * progmodes/gud.el (gud-display-line): Find source buffer even when
3054         GUD buffer has its own frame.
3056 2007-10-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3058         * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
3060 2007-09-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3062         * term/x-win.el (x-gtk-stock-map): Version is 22.2.
3064 2007-09-29  Martin Rudalics  <rudalics@gmx.at>
3066         * allout.el (allout-before-change-handler): Replace got-char by
3067         goto-char.
3069 2007-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3071         * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
3072         Used to try and automatically enabled smerge-mode in the presence of
3073         conflicts and to call `svn resolved' when the conflicts are gone.
3074         (vc-svn-parse-status): Remember the svn-specific status.
3076         * newcomment.el (comment-choose-indent): New function extracted
3077         from comment-indent.  Improve the alignment algorithm.
3078         (comment-indent): Use it.
3080 2007-09-27  Juanma Barranquero  <lekktu@gmail.com>
3082         * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
3083         (eldoc-message-commands, eldoc-current-idle-delay):
3084         Fix typos in docstrings.
3086         * progmodes/python.el (python-eldoc-function): Doc fix.
3088 2007-09-26  Eli Zaretskii  <eliz@gnu.org>
3090         * menu-bar.el (menu-bar-search-documentation-menu): Rename from
3091         menu-bar-apropos-menu.  All users changed.
3092         (menu-bar-help-menu): Change menu symbols to better match the text
3093         displayed by the menu.
3095 2007-09-25  Glenn Morris  <rgm@gnu.org>
3097         * view.el (view-search-no-match-lines): Add a doc string.
3098         Rewrite to simplify and work better.
3100 2007-09-24  Michael Albinus  <michael.albinus@gmx.de>
3102         * net/tramp.el (tramp-completion-mode-p): Rename from
3103         `tramp-completion-mode'.  Revert logic, check `return', `newline'
3104         and such alike.  Packages like Icicles tend to use other completion
3105         characters but `tab' and `space' only.
3106         (top): Require cl.el, when `copy-tree' is not available otherwise.
3108         * net/tramp-vc.el (tramp-vc-user-login-name): Get argument by
3109         `ad-get-arg'.
3111 2007-09-24  Ville Skytt\e,Ad\e(B  <scop@xemacs.org>  (tiny change)
3113         * net/tramp-vc.el (tramp-vc-user-login-name):
3114         Use `vc-find-version' instead of `process-file' to check whether we
3115         have a new enough vc that doesn't need the defadvice.
3117 2007-09-23  Dan Nicolaescu  <dann@ics.uci.edu>
3119         * files.el (file-name-sans-versions): Use [:alnum:] and also allow
3120         #, @, : and ^.
3122 2007-09-23  Glenn Morris  <rgm@gnu.org>
3124         * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
3126 2007-09-22  Dan Nicolaescu  <dann@ics.uci.edu>
3128         * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
3130         * log-view.el (log-view-mode-map): Likewise.
3132         * diff-mode.el (diff-mode-shared-map): Likewise.
3134 2007-09-21  Francesco Potort\e,Al\e(B  <pot@gnu.org>
3136         * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
3137         add inferior-octave-directory-tracker to the buffer-local value
3138         of comint-input-filter-functions.
3140 2007-09-22  Dan Nicolaescu  <dann@ics.uci.edu>
3142         * files.el (file-name-sans-versions): Also allow `A-Z'.
3144         * vc.el: Mention all supported VC backends.
3146 2007-09-22  Richard Stallman  <rms@gnu.org>
3148         * wid-edit.el (widget-specify-button): Don't merge mouse-face with
3149         neighbouring buttons.
3151 2007-09-22  Andreas Schwab  <schwab@suse.de>
3153         * files.el (file-name-sans-versions): Also allow `_'.
3155 2007-09-22  Glenn Morris  <rgm@gnu.org>
3157         * eshell/esh-mode.el (eshell-output-filter-functions):
3158         Add eshell-postoutput-scroll-to-bottom.
3160 2007-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
3162         * files.el (file-name-sans-versions): Allow - and a-z in version names.
3164         * log-view.el (log-view-mode-map, log-view-mode-menu):
3165         Bind log-view-annotate-version.
3166         (log-view-beginning-of-defun, log-view-end-of-defun)
3167         (log-view-annotate-version): New functions.
3168         (log-view-mode): Use log-view-beginning-of-defun and
3169         log-view-end-of-defun.
3171 2007-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3173         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
3175 2007-09-21  Kevin Ryde  <user42@zip.com.au>
3177         * international/mule.el (sgml-html-meta-auto-coding-function):
3178         Bind `case-fold-search' to t.
3180 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3182         * wid-edit.el (widget-image-insert): Don't merge mouse-face with
3183         neighbouring buttons.
3185         * progmodes/compile.el (compilation-error-regexp-alist-alist):
3186         Recognize gcc's use of "note" for informational messages.
3188 2007-09-20  Glenn Morris  <rgm@gnu.org>
3190         * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
3191         motion functions, rather than hard-coding "\n\n".
3192         (tex-validate-region): Check for eobp, to speed up.
3193         (tex-next-unmatched-end): Doc fix.
3195 2007-09-19  Glenn Morris  <rgm@gnu.org>
3197         * textmodes/tex-mode.el (tex-terminate-paragraph):
3198         Use backward-paragraph.
3200 2007-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3202         * textmodes/css-mode.el (css-electric-keys): electrick->electric.
3203         (css-mode): Update correspondingly.
3205 2007-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3207         * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
3209         * vc-hooks.el (vc-menu-entry): New var.
3210         (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
3211         (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
3212         (vc-menu-map): Declare and initialize in one step.
3214         * menu-bar.el (vc-menu-map): Don't setup any more.
3215         Instead, just create the proper spot in the menu.
3217 2007-09-18  Dan Nicolaescu  <dann@ics.uci.edu>
3218             Stefan Monnier  <monnier@iro.umontreal.ca>
3220         * vc.el: Document new VC operation `extra-menu'.
3222         * vc-hooks.el (vc-default-extra-menu, vc-menu-map-filter): New fun.
3224 2007-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
3226         * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
3227         Signed-off-by, Acked-by and Merge.
3229 2007-09-17  Glenn Morris  <rgm@gnu.org>
3231         * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
3232         filename from `--file-line-error', if it is available.
3234 2007-09-17  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
3236         * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
3237         TeX `--file-line-error' format.
3239 2007-09-17  Glenn Morris  <rgm@gnu.org>
3241         * textmodes/tex-mode.el (tex-region): Simplify previous change,
3242         handling the case where the region is not in `tex-main-file'.
3243         (tex-region-1): Delete.
3244         (tex-region-header): New function, doing the header part of the
3245         old tex-region-1.
3247 2007-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3249         * ediff-init.el (ediff-verbose-p): This var is not a constant.
3251 2007-09-16  Drew Adams  <drew.adams@oracle.com>
3253         * cus-edit.el (custom-face-edit-activate): Doc fix.
3255 2007-09-16  Glenn Morris  <rgm@gnu.org>
3257         * textmodes/tex-mode.el (tex-region): Handle the case where the
3258         region is not in `tex-main-file'.  Move the old code that applies
3259         to both cases...
3260         (tex-region-1): ...to this new function.
3262 2007-09-15  Martin Rudalics  <rudalics@gmx.at>
3264         * simple.el (blink-matching-open): Don't display message when no
3265         paren is found within blink-matching-paren-distance characters.
3266         Don't search prompt in blink-matching-paren-distance nil case.
3268 2007-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
3270         * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
3272 2007-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3274         * vc-mtn.el: New file.
3276         * vc-hooks.el (vc-handled-backends): Add Mtn.
3278 2007-09-13  Eli Zaretskii  <eliz@gnu.org>
3280         * files.el (find-file, find-file-other-window)
3281         (find-file-other-frame, find-file-existing, find-file-read-only)
3282         (find-file-read-only-other-window)
3283         (find-file-read-only-other-frame)
3284         (find-alternate-file-other-window, find-alternate-file): Doc fixes.
3286 2007-09-13  Jari Aalto  <jari.aalto@cante.net>
3288         * man.el (Man-default-man-entry): At end of line, continue looking
3289         to the next line for possible end of hyphenated command.
3291 2007-09-13  Chris Moore  <dooglus@gmail.com>
3293         * shell.el (shell-resync-dirs): Don't move the cursor relative to
3294         the command being edited.
3296 2007-09-13  Nick Roberts  <nickrob@snap.net.nz>
3298         * progmodes/gud.el (gdb-ready): New variable.
3299         (gdb): Set it to nil.  Set gud-running to nil here...
3300         (gud-common-init): ...instead of here.
3302         * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
3303         Use gdb-ready.  Discard input until GDB is ready to accept it.
3305 2007-09-12  Dan Nicolaescu  <dann@ics.uci.edu>
3307         * term/xterm.el (terminal-init-xterm): Add bindings for M-S- and
3308         C-M-S- keys.
3310 2007-09-12  Martin Rudalics  <rudalics@gmx.at>
3312         * dired.el (dired-warning): Inherit from font-lock-warning-face to
3313         make it show up with eight colors.
3315 2007-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3317         * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
3318         diffs are concatenated with no intervening line.
3320 2007-09-10  Dave Love  <fx@gnu.org>
3322         * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
3323         (python-font-lock-keywords): Update to the 2.5 version of the language.
3324         (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
3325         (python-backspace): Only behave funny in code.
3326         (python-compilation-regexp-alist): Add PDB stack trace regexp.
3327         (inferior-python-mode): Add PDB prompt regexp.
3328         (python-fill-paragraph): Refine the fenced-string regexp.
3329         (python-find-imports): Handle imports spanning several lines.
3330         (python-mode): Add `class' to hideshow support.
3332 2007-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3334         * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use
3335         add-log-buffer-file-name-function rather than bind buffer-file-name,
3336         so we dont end up calling change-log-mode in *cvs* when `fi' is the
3337         ChangeLog file itself.
3339         * outline.el (outline-flag-region): Use front-advance.
3341 2007-09-07  Ilya Zakharevich  <ilyaz@cpan.org>
3343         * progmodes/cperl-mode.el: Merge upstream 5.23.
3344         (cperl-where-am-i): Remove function.
3345         (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
3346         (cperl-sniff-for-indent): De-invert [string] and [comment].
3347         When looking for label, skip s:m:y:tr.
3348         (cperl-indent-line): Likewise.
3349         (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
3350         (cperl-windowed-init): Wrong `ps-print' handling.
3351         Both thanks to Chong Yidong.
3352         (cperl-look-at-leading-count): Could fail with unfinished RExen.
3353         (cperl-find-pods-heres): If the second part of s()[] is missing,
3354         don't try to highlight delimiters...
3356 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3358         * progmodes/compile.el (compilation-get-file-structure): Complete last
3359         change by also using spec-directory in the puthash.
3361 2007-09-07  Riccardo Murri  <riccardo.murri@gmail.com>
3363         * vc-bzr.el (vc-bzr-admin-lastrev): New constant.
3364         (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
3365         (vc-bzr-status): Fix shadowing of variable 'status'.
3366         (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
3367         Use `expand-file-name' instead of `concat'.
3368         (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
3369         Update annotation line regexp.  Fixes launchpad.net [Bug 137435].
3371 2007-09-05  Jason Rumney  <jasonr@gnu.org>
3373         * frame.el (focus-follows-mouse): Doc-fix.  Change default on w32.
3375 2007-09-02  Richard Stallman  <rms@gnu.org>
3377         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
3378         Add `safe-local-variable' property.
3379         (lisp-body-indent): Likewise.
3381 2007-09-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3383         * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
3384         prev/next-node.
3386         * term/x-win.el (x-gtk-stock-map, icon-map-list): New variables.
3387         (x-gtk-map-stock): New function.
3389 2007-09-02  Glenn Morris  <rgm@gnu.org>
3391         * comint.el (comint-mode): Don't set scroll-conservatively.
3393         * eshell/em-unix.el (eshell/time): Stringify and flatten the
3394         non-command arguments.
3396 2007-09-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
3398         * emacs-lisp/bytecomp.el (byte-recompile-directory):
3399         Fix bug: Don't expand top-level file name more than once.
3400         Reported by Dmitry Antipov <dmantipov@yandex.ru>.
3402 2007-09-01  Richard Stallman  <rms@gnu.org>
3404         * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
3405         Add doc string.
3407 2007-08-30  Richard Stallman  <rms@gnu.org>
3409         * speedbar.el (speedbar-frame-reposition-smartly)
3410         (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
3411         (speedbar-check-vc): Don't use dframe-xemacsp.
3413 2007-08-30  Martin Rudalics  <rudalics@gmx.at>
3415         * files.el (backup-buffer-copy): Try to overwrite old backup first.
3417 2007-08-29  Martin Rudalics  <rudalics@gmx.at>
3419         * repeat.el (repeat): Use last-repeatable-command instead of
3420         real-last-command.  Run pre- and post-command hooks for
3421         self-insertion.  Update doc-string.
3423 2007-08-28  Glenn Morris  <rgm@gnu.org>
3425         * progmodes/cc-langs.el (c-constant-kwds): Add java: true, false, null.
3427 2007-08-27  Alexandre Julliard  <julliard@winehq.org>
3429         * vc-git.el (vc-git-state): Call git-add --refresh to update the
3430         state of the file.
3431         (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
3432         (vc-git-create-repo): Fix invalid command.
3434 2007-08-27  Richard Stallman  <rms@gnu.org>
3436         * textmodes/flyspell.el (flyspell-mode):
3437         Catch errors in flyspell-mode-on.
3439 2007-08-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
3441         * progmodes/modula2.el (m2-definition, m2-module):
3442         Don't use previous-line.  Reported by T. V. Raman.
3444 2007-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3446         * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
3447         argument to tool-bar-mode call.
3449 2007-08-27  Glenn Morris  <rgm@gnu.org>
3451         * diff-mode.el (diff-find-file-name): Only accept regular files,
3452         to rule out /dev/null, directories, etc.
3454 2007-08-25  Dan Nicolaescu  <dann@ics.uci.edu>
3456         * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
3457         safe-local-variable setting.
3458         * progmodes/perl-mode.el (perl-indent-level): Likewise.
3460 2007-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3462         * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
3463         of buffers in uniquify-managed.
3465         * simple.el (invisible-p): Rename from text-invisible-p.
3466         Update callers.
3468 2007-08-25  Alan Mackenzie  <acm@muc.de>
3470         * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
3471         new language variable.
3473         * progmodes/cc-engine.el (c-brace-anchor-point): New function.
3474         (c-add-stmt-syntax): Give accurate anchor points for "namespace",
3475         "extern" etc., rather than BOI.  Fix addition of spurious
3476         syntactic-symbol 'defun-block-intro, replacing it with
3477         'innamespace, etc.
3479 2007-08-25  Reiner Steib  <Reiner.Steib@gmx.de>
3481         * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
3482         Don't behave differently when executed via M-x.  Add doc string.
3484 2007-08-24  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
3486         * files.el (backup-buffer-copy): Don't wrap delete in
3487         condition-case, only try to delete if file exists.
3489 2007-08-24  Glenn Morris  <rgm@gnu.org>
3491         * files.el (backup-buffer-copy): Revert 2007-08-22 change.
3493 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3495         * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
3496         (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
3497         (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
3498         (cperl-etags-goto-tag-location): Use new style backquotes.
3500         * subr.el (complete-with-action): Backport from trunk (for vc-arch.el).
3501         (dynamic-completion-table): Use it it.
3503         * net/browse-url.el: Remove spurious * in custom docstrings.
3504         (browse-url-filename-alist): Use new-style backquote.
3506         * emacs-lisp/backquote.el (backquote-unquote-symbol)
3507         (backquote-splice-symbol): Clarify they're not new-style unquotes.
3509         * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
3510         (\,@): Backslash the , and ,@ which are not new-style unquotes.
3512         * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
3514         * net/socks.el (socks-username/password-auth-filter):
3515         Remove unused vars `state' and `desired-len'.
3516         (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
3517         (socks-wait-for-state-change): Use new-style backquotes.
3519         * pcvs.el (cvs-mode-status): Fix long-standing typo.
3521         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
3522         backquotes after each `read' rather than once per buffer.
3524         * dframe.el: Remove spurious * in custom docstrings.
3525         (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
3526         (dframe-xemacs20p): Remove, inline at the sole use point.
3527         (defface): Don't defvar the face, don't use old-style backquote.
3528         (defcustom): Don't use old-style backquote.
3529         (dframe-frame-parameter, dframe-mouse-event-p):
3530         Make it obvious that it's always defined.
3531         (dframe-popup-kludge): New function to replace
3532         dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
3533         (dframe-frame-mode, dframe-set-timer-internal)
3534         (dframe-mouse-set-point): Remove use of with-no-warnings from
3535         XEmacs-specific code.
3536         (dframe-set-timer-internal): Fix very old bug with
3537         post-command-idle-hook.
3539         * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
3541 2007-08-22  Chong Yidong  <cyd@stupidchicken.com>
3543         * image-mode.el (image-minor-mode): Use image-mode-text-map.
3545 2007-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
3547         * sort.el (sort-fold-case, sort-numeric-base): Mark as
3548         safe-local-variable.
3550 2007-08-22  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
3552         * net/browse-url.el (browse-url-emacs): New function.
3554 2007-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3556         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Display a big fat
3557         warning if the file uses old style backquotes.
3559         * emacs-lisp/bytecomp.el (byte-compile-log-file)
3560         (byte-recompile-directory, byte-compile-file)
3561         (byte-compile-from-buffer): Use with-current-buffer.
3563         * simple.el (text-invisible-p): Rename from line-move-invisible-p.
3564         (line-move-invisible-p): Keep as an obsolete alias, just to be safe.
3565         (line-move-1, line-move-finish, line-move-to-column)
3566         (move-end-of-line, move-beginning-of-line): Use new name.
3568 2007-08-22  Glenn Morris  <rgm@gnu.org>
3570         * files.el (backup-buffer-copy): Check backup directory is
3571         writable, to avoid infloop deleting old backup.
3573         * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
3574         movemail related variables.
3575         (rmail-insert-inbox-text): Use only rmail-movemail-program, which
3576         will now be set before this is called.
3578 2007-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3580         * emacs-lisp/backquote.el (backquote-delay-process): Fix last change.
3582         * progmodes/ada-mode.el: Fix up comment style in header.
3583         (ada-check-emacs-version): Remove.
3584         (ada-mode): Set parse-sexp-* even if they don't exist: can't hurt.
3585         (ada-region-selected): Use (featurep 'xemacs) rather than contortions
3586         to try and quieten the byte-compiler.
3587         (ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs.
3589         * vc.el (vc-annotate-warp-version): Don't use previous-line.
3591 2007-08-20  Johannes Weiner  <hannes@saeurebad.de>  (tiny change)
3593         * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
3594         extracted from `eval-last-sexp-1'.
3595         (eval-last-sexp-1): Call `preceding-sexp'.
3597 2007-08-19  Glenn Morris  <rgm@gnu.org>
3599         * Makefile.in (custom-deps, finder-data, autoloads, recompile)
3600         (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
3601         than $(EMACS), so that EMACSLOADPATH is set.  Prevents any system
3602         shadow files messing up the compilation.
3604 2007-08-18  Glenn Morris  <rgm@gnu.org>
3606         * progmodes/scheme.el (scheme-mode-variables):
3607         Set font-lock-comment-start-skip.
3609 2007-08-18  Martin Rudalics  <rudalics@gmx.at>
3611         * progmodes/ada-mode.el (ada-create-syntax-table):
3612         Move set-syntax-table from here to ...
3613         (ada-mode): ... here.  Don't change global value of comment-multi-line.
3614         Call new function ada-initialize-syntax-table-properties.
3615         Add ada-handle-syntax-table-properties to font-lock-mode-hook.
3616         (ada-deactivate-properties, ada-initialize-properties):
3617         Replace by new functions ...
3618         (ada-handle-syntax-table-properties, ada-set-syntax-table-properties)
3619         (ada-initialize-syntax-table-properties): ... to set up syntax-table
3620         properties uniformly, independently from whether font-lock-mode
3621         is enabled or not.  Handle read-only buffers and do not change
3622         undo-list when setting syntax-table properties.
3623         (ada-after-change-function): Use ada-set-syntax-table-properties.
3625 2007-08-17  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
3627         * progmodes/cperl-mode.el (cperl-look-at-leading-count)
3628         (cperl-find-pods-heres): Fix an error when typing expressions like
3629         `s{a}{b}'.
3631 2007-08-17  Glenn Morris  <rgm@gnu.org>
3633         * progmodes/compile.el (compilation-get-file-structure): Make use
3634         of the directory part when checking for an existing entry, to
3635         handle files with same basename in different directories.
3637 2007-08-16  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3639         * ps-print.el (ps-header-font-size, ps-header-title-font-size)
3640         (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
3641         (ps-paragraph-spacing): Docstring fix.
3643 2007-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3645         * smerge-mode.el (smerge-resolve): New arg `safe'.
3646         (smerge-resolve-all, smerge-batch-resolve): New function.
3647         (smerge-refine): Make sure `diff' returns the expected result.
3648         (smerge-parsep-re): New const.
3649         (smerge-mode): Use it to adjust paragraph-separate.
3651         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
3652         Correctly match / regexp matchers as first char on a line when
3653         fontifying only that line.
3655         * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
3657 2007-08-16  Glenn Morris  <rgm@gnu.org>
3659         * ps-print.el (ps-font-size): Doc fix.
3661 2007-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3663         * vc-bzr.el: Don't fiddle with vc-handled-backend.
3664         (vc-bzr-registered): Don't redundantly protect against
3665         file-error.  Actually use the format-specific code.
3666         (vc-bzr-buffer-nonblank-p): Remove.
3667         (vc-bzr-status): Change `kindchange' -> `kindchanged'.
3669 2007-08-15  Glenn Morris  <rgm@gnu.org>
3671         * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
3672         sloppier, for the sake of GNU Mailman.
3673         (rmail-digest-rfc1153): Initialize `result' correctly.
3675 2007-08-14  Glenn Morris  <rgm@gnu.org>
3677         * simple.el (bad-packages-alist): New constant.
3678         (bad-package-check): New function.  Together, these two add
3679         elements to `after-load-alist' to check for problematic external
3680         packages.
3681         * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
3683 2007-08-13  Stephen Leake  <stephen_leake@stephe-leake.org>
3685         * pcvs-parse.el (cvs-parse-table): Handle additional instance of
3686         optional quotes around files in NEED-UPDATE . REMOVED case.
3688         * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
3689         (ada-treat-cmd-string): Improve error message.
3690         (ada-do-file-completion): Call `ada-require-project-file', so
3691         project variables are set properly.
3692         (ada-prj-find-prj-file): Delete Emacs 20.2 support.
3693         (ada-gnatfind-buffer-name): New constant.
3694         (ada-find-any-references): Use new constant.  Set buffer name
3695         properly in compilation-start.  Toggle read-only properly.
3696         (ada-find-in-src-path): Fix spelling error in docstring.
3698         * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
3699         by zero error.
3701 2007-08-13  Nick Roberts  <nickrob@snap.net.nz>
3703         * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
3705 2007-08-12  Richard Stallman  <rms@gnu.org>
3707         * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
3708         (cvs-execute-single-file): Use new name split-string-and-unquote.
3709         (cvs-header-msg): Use new name combine-and-quote-strings.
3711         * emulation/vi.el (vi-next-line): Ignore return value of line-move.
3713         * progmodes/gud.el (gud-common-init): Use new name
3714         split-string-and-unquote.
3716         * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
3717         in javac regexp.
3719         * pcvs-util.el (cvs-qtypedesc-strings): Use new names
3720         combine-and-quote-strings and split-string-and-unquote.
3722         * subr.el (combine-and-quote-strings): Rename from strings->string.
3723         (split-string-and-unquote): Rename from string->strings.
3725 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3727         * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
3728         to buffer-local settings.
3730         * emacs-lisp/backquote.el (backquote-delay-process): New function.
3731         (backquote-process): Add internal arg `level'.  Use the two to
3732         correctly handle nested backquotes.
3734 2007-08-09  Riccardo Murri  <riccardo.murri@gmail.com>
3736         * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
3737         (vc-bzr-state-words): Add "kind changed" state word.
3738         (vc-bzr-status): New function.  Return Bzr idea of file status,
3739         which is different from VC's.
3740         (vc-bzr-state): Use vc-bzr-status.
3741         (vc-workfile-unchanged-p): Use vc-bzr-status.
3742         (vc-bzr-revert): Use synchronous process; expect exitcode 0.
3743         (vc-dired-state): Process "kind changed" state word.
3745 2007-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3747         * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
3749         * vc-rcs.el (vc-rcs-find-file-not-found-hook):
3750         Move from vc-default-find-file-not-found-hook.
3752 2007-08-09  Edward O'Connor  <hober0@gmail.com>  (tiny change)
3754         * url/url-auth.el (url-basic-auth): When prompting for username
3755         and password, default to the username and password in the URL.
3757 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3759         * man.el: Remove spurious * in docstrings.
3760         Merge defvars and toplevel setq-defaults.
3761         (Man-highlight-references0): Limit=nil rather than point-max.
3762         (Man-mode-map): Move initialization into the declaration.
3763         (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
3764         (Man-view-header-file): Use expand-file-name rather than concat.
3765         (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
3767         * man.el (Man-next-section): Make sure we do not move backward.
3769 2007-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3771         * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
3772         (ps-begin-job): Use ps-default-fg and ps-default-bg only when
3773         ps-print-color-p is neither nil nor black-white.  Reported by Christian
3774         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
3776 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3778         * files.el (auto-mode-alist): Use the purecopied text (duh!).
3780 2007-08-08  Andreas Schwab  <schwab@suse.de>
3782         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
3783         self-insert-command, not self-insert.
3785 2007-08-08  Glenn Morris  <rgm@gnu.org>
3787         * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove `iff'.
3789         * Replace `iff' in doc-strings and comments.
3791         * help-mode.el (help-make-xrefs): Search for symbol constituents,
3792         rather than just `-'.
3794 2007-08-08  Martin Rudalics  <rudalics@gmx.at>
3796         * dired.el (dired-pop-to-buffer):
3797         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
3798         * calendar/calendar.el (generate-calendar-window):
3799         * progmodes/compile.el (compilation-set-window-height):
3800         * textmodes/two-column.el (2C-two-columns, 2C-merge):
3801         Use window-full-width-p instead of comparing frame-width and
3802         window-width.
3804         * progmodes/compile.el (compilation-find-buffer): Remove extra
3805         argument in call to compilation-buffer-internal-p.
3807 2007-08-07  Michael Albinus  <michael.albinus@gmx.de>
3809         * net/tramp.el (tramp-handle-file-remote-p): Handle optional
3810         parameters IDENTIFICATION and CONNECTED.
3811         (tramp-handle-insert-file-contents): VISIT must be handled after
3812         insertion of the local copy.  Reported by Peter Gordon
3813         <peter@pg-consultants.com>.
3814         (tramp-file-name-handler): No special handling for
3815         `expand-file-name'.  But for `file-name-as-directory'.
3816         (tramp-find-shell, tramp-open-connection-telnet)
3817         (tramp-open-connection-rsh, tramp-open-connection-su)
3818         (tramp-open-connection-multi)
3819         (tramp-open-connection-setup-interactive-shell): Guard against
3820         $PROMPT_COMMAND shell var.  Reported by Steve Youngs
3821         <steve@sxemacs.org>.
3822         (tramp-append-tramp-buffers): Replace "sensible" by "sensitive" in
3823         the hint.
3825         * net/trampver.el: Update release number.
3827 2007-08-07  Tom Tromey  <tromey@redhat.com>
3829         * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
3830         Add safe-local-variable property.
3832 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
3834         * image-mode.el (image-toggle-display): Use image-refresh.
3836         * longlines.el (longlines-decoded): New variable.
3837         (longlines-mode): Avoid encoding or decoding the buffer twice.
3839 2007-08-07  Riccardo Murri  <riccardo.murri@gmail.com>
3841         * vc-bzr.el: Remove comments about vc-bzr.el being a modified
3842         unofficial version.
3843         (vc-bzr-command): Remove redundant setting of process-connection-type.
3844         (vc-bzr-admin-checkout-format-file): Add autoload.
3845         (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
3846         (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
3847         (vc-bzr-registered): Compare dirstate format tag with known good
3848         value, abort parsing if match fails.  Warn user in docstring.
3849         (vc-bzr-workfile-version): Case for different Bzr branch formats.
3850         See bzrlib/branch.py in Bzr sources.
3851         (vc-bzr-diff): First argument FILES may be a string rather than a list.
3852         (vc-bzr-shell-command): Remove in favor of
3853         vc-bzr-command-discarding-stderr.
3854         (vc-bzr-command-discarding-stderr): New function.
3856 2007-08-06  Riccardo Murri  <riccardo.murri@gmail.com>
3858         * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
3859         program, and return nil
3860         (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
3861         (vc-bzr-state): Look for path names relative to the repository
3862         root after status keyword.
3863         (vc-bzr-file-name-relative): New function.
3864         (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
3865         depend on it.
3866         (vc-bzr-admin-dirname, ...-checkout-format-file)
3867         (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
3868         files that we now parse directly for speed.
3869         (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
3870         (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
3871         (vc-bzr-state): "bzr status" successful only if exitcode is 0
3872         (vc-bzr-root): Use `vc-bzr-shell-command'.  Stderr may contain
3873         Bzr warnings, so we must discard it.
3874         (vc-bzr-workfile-version): Speedup counting lines from
3875         `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
3876         if that file doesn't exist.
3877         (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
3878         `vc-bzr-root-dir' for speed.  Add `vc-bzr-admin-dirname'
3879         (not ".bzr"!) to `vc-directory-exclusion-list'
3880         (vc-bzr-shell-command): New function.
3882 2007-08-06  Tom Tromey  <tromey@redhat.com>
3884         * diff-mode.el (diff-unified->context, diff-reverse-direction)
3885         (diff-fixup-modifs): Typo in docstring.
3887 2007-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3889         * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
3890         count-screen-lines.
3891         (tpu-edt-off): Disable relevant pieces of advice.
3893         * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
3894         tpu-write-file-hook.  Activate it with add-hook on buffer-save-hook.
3895         (newline, newline-and-indent, do-auto-fill): Use advice instead of
3896         redefining the function.
3897         (tpu-set-scroll-margins): Activate the pieces of advice.
3899 2007-08-06  Michael Albinus  <michael.albinus@gmx.de>
3901         * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
3902         process-filter.
3904 2007-08-06  Martin Rudalics  <rudalics@gmx.at>
3906         * help.el (resize-temp-buffer-window): Use window-full-width-p
3907         instead of comparing frame-width and window-width.
3909 2007-08-05  Peter Povinec  <ppovinec <at> yahoo.com>  (tiny change)
3911         * term.el: Honor term-default-fg-color and term-default-bg-color
3912         settings when modifying term-current-face.
3913         (term-default-fg-color, term-default-bg-color): Initialize from
3914         default term-current-face.
3915         (term-mode, term-reset-terminal): Set term-current-face with
3916         term-default-fg-color and term-default-bg-color.
3917         (term-handle-colors-array): term-current-face has term-default-fg-color
3918         and term-default-bg-color after reset escape sequence.
3919         (term-handle-colors-array): Set term-current-color with
3920         term-default-fg/bg-color instead of ansi-term-color-vector when the
3921         index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
3923 2007-08-05  Michael Albinus  <michael.albinus@gmx.de>
3925         * files.el (set-auto-mode): Handle also remote files wrt
3926         `auto-mode-alist'.
3928         * net/tramp.el (tramp-handle-file-remote-p): Return a string as
3929         remote identification.
3931 2007-08-04  Glenn Morris  <rgm@gnu.org>
3933         * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
3934         zero, not nil, when the library is first loaded.  Check for a file
3935         that has been modified on disk.
3937         * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
3938         Remove duplicate defvar preventing initialization.
3939         (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
3941 2007-08-03  Miles Bader  <miles@gnu.org>
3943         * vc-hooks.el (vc-handled-backends): Change capitalization of VC
3944         backend names for new backends to `Git', `Hg', and `Bzr'.
3945         * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
3946         not `HG'.
3947         * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
3948         name, not `GIT'.
3949         * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
3950         (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
3952 2007-08-03  Glenn Morris  <rgm@gnu.org>
3954         * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
3956 2007-08-02  Richard Stallman  <rms@gnu.org>
3958         * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
3959         to update deleted flag.
3961         * cus-edit.el (customize-apropos, customize-apropos-options)
3962         (customize-apropos-faces, customize-apropos-groups): Improve prompt.
3964         * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
3966         * startup.el (fancy-splash-head, startup-echo-area-message):
3967         Change message text.
3969         * emulation/tpu-edt.el (next-line-internal): Setting deleted.
3970         All callers use line-move.
3972         * progmodes/compile.el (compilation-find-buffer): Return current
3973         buffer immediately if suitable.
3974         (compile, compilation-buffer-name, compilation-start): Doc fixes.
3976 2007-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3978         * vc-bzr.el (vc-bzr-admin-dirstate): Rename from `...-dirname'.
3979         Make it more discriminating and more useful.
3980         (vc-bzr-root-dir): Use new name.
3981         (vc-bzr-registered): Use new name and look at the dirstate file to
3982         determine if it's registered or not without running `bzr'.
3984 2007-08-01  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
3986         * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
3988 2007-07-31  Drew Adams  <drew.adams@oracle.com>
3990         * cus-edit.el (custom-group-value-create, custom-goto-parent):
3991         Fix parent groups link.
3993 2007-07-31  Daiki Ueno  <ueno@unixuser.org>
3995         * faces.el (face-normalize-spec): New function.
3996         (frame-set-background-mode): Normalize face-spec before calling
3997         face-spec-match-p.
3999 2007-07-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4001         * vc-bzr.el: New file (copied from the trunk).
4003         * vc-hooks.el (vc-handled-backends): Add BZR.
4004         (vc-find-file-hook): Failsafe if the backend's `registered'
4005         function burps.
4007         * server.el (server-window): Add switch-to-buffer-other-frame option.
4009 2007-07-30  Dan Nicolaescu  <dann@ics.uci.edu>
4011         * vc-git.el (vc-directory-exclusion-list, vc-handled-backends): Remove.
4012         (vc-git-revision-completion-table): Enable.
4014         * vc-hooks.el (vc-handled-backends): Add GIT and HG.
4016         * vc.el (vc-directory-exclusion-list): Add .git and .hg.
4018         * vc-hg.el (vc-hg-revision-completion-table): Re-enable.
4019         (vc-hg-registered): Set the vc-state property.
4021         * diff-mode.el (diff-mode-menu): New entries.
4023 2007-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4025         * diff-mode.el (diff-beginning-of-file-and-junk): New function.
4026         (diff-file-kill): Use it.
4027         (diff-beginning-of-hunk): Add arg `try-harder' using it.
4028         (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
4029         Use it so they find the hunk even when we're in the file header.
4031         * vc.el: Add new VC operation `revision-completion-table'.
4032         (vc-default-revision-completion-table): New function.
4033         (vc-version-diff, vc-version-other-window): Use it to provide
4034         completion of revision names if the backend provides it.
4036         * vc-arch.el (vc-arch--version-completion-table)
4037         (vc-arch-revision-completion-table): New functions to provide
4038         completion of revision names.
4040         * vc-cvs.el: Require CL.
4041         (vc-cvs-revision-table, vc-cvs-revision-completion-table):
4042         New functions to provide completion of revision names.
4044 2007-07-29  Kimit Yada  <kimitto@gmail.com>  (tiny change)
4046         * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
4047         (copyright-fix-years, copyright): Correctly handle the case where
4048         copyright-limit is nil.
4050 2007-07-28  Konstantin Novitsky  <knovitsk@Bear.com>  (tiny change)
4052         * progmodes/python.el (run-python): Fix path separator under w32.
4054 2007-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
4056         * vc-git.el: New File.
4058 2007-07-28  Alan Mackenzie  <acm@muc.de>
4060         Fix problem with modes derived from CC Mode:
4061         * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
4062         macro to cc-langs.
4063         (c-init-language-vars-for): Remove call to above macro.
4064         * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
4065         been moved to here.
4066         (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
4068 2007-07-28  Eli Zaretskii  <eliz@gnu.org>
4070         * net/trampver.el: Fix the `coding' cookie.
4072 2007-07-25  Nick Roberts  <nickrob@snap.net.nz>
4074         * add-log.el (change-log-redate): Remove (not needed anymore and
4075         doesn't appear to work).
4077 2007-07-25  Glenn Morris  <rgm@gnu.org>
4079         * Relicense all FSF files to GPLv3 or later.
4081         * COPYING: Switch to GPLv3.
4083 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4085         * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
4086         Replace it with another one which disables undo before calling
4087         erase-buffer and then turns it back on if needed.
4089 2007-07-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4091         * ps-print.el: Problem with foreground and background color when
4092         printing a buffer with and without faces.  Reported by Christian
4093         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
4094         (ps-print-version): New version 6.7.5.
4095         (ps-default-fg): Change default value to nil, so black color is used
4096         when a face does not specify a foreground color.
4097         (ps-default-bg): Change default value to nil, so white color is used
4098         for background color.
4099         (ps-begin-job): Fix code.
4101 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
4103         * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
4105 2007-07-24  Alan Mackenzie  <acm@muc.de>
4107         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
4108         Initialise byte-compile-unresolved-functions before rather than
4109         after a compilation.
4110         (byte-compile-unresolved-functions): Amplify doc string.
4112 2007-07-24  Glenn Morris  <rgm@gnu.org>
4114         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
4115         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
4116         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
4117         (cal-tex-cursor-week, cal-tex-cursor-week2)
4118         (cal-tex-cursor-week-iso, cal-tex-week-hours)
4119         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
4120         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
4121         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
4123 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4125         * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
4127 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4129         * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
4130         underlying file is uptodate.
4132 2007-07-23  Richard Stallman  <rms@gnu.org>
4134         * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
4136 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4138         * progmodes/sh-script.el (sh-font-lock-backslash-quote)
4139         (sh-font-lock-flush-syntax-ppss-cache): New funs.
4140         (sh-font-lock-syntactic-keywords): Use them to distinguish the
4141         different possible cases for \'.
4142         (sh-font-lock-paren): Mark the relevant text with font-lock-multiline.
4144         * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
4145         `file' from which to start the search and fix case where `file' is the
4146         current directory and the root as well.
4148         * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
4149         name for buffer-file-name if it refers to a directory.
4151 2007-07-22  Jason Rumney  <jasonr@gnu.org>
4153         * w32-fns.el (set-default-process-coding-system): Use dos line ends
4154         for input to cmdproxy on all versions of Windows.
4155         Use dos line ends for input to plink.
4157         * comint.el (comint-simple-send): Concat newline before sending.
4158         (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
4160 2007-07-22  Juri Linkov  <juri@jurta.org>
4162         * isearch.el (isearch-edit-string): Save old point and
4163         isearch-other-end to old-point and old-other-end before reading
4164         the search string from minibuffer.  After exiting minibuffer set
4165         point to old-other-end if point and the search direction is the
4166         same as before reading the search string.
4167         (isearch-del-char): Don't set isearch-yank-flag to t.  Put point
4168         to isearch-other-end.  Instead of isearch-search-and-update call
4169         three functions isearch-search, isearch-push-state and isearch-update.
4171 2007-07-22  Ralf Angeli  <angeli@caeruleus.net>
4173         * textmodes/reftex.el (reftex-access-parse-file): Do not risk
4174         destroying an existing buffer.
4176 2007-07-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4178         * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
4180         * term/x-win.el (x-handle-no-bitmap-icon): New function.
4182 2007-07-22  Ralf Angeli  <angeli@caeruleus.net>
4184         * textmodes/reftex.el (reftex-access-parse-file): Create parse
4185         file in a way that does not interfere with recentf.
4187 2007-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
4189         * image-dired.el (image-dired-sane-db-file): New func.
4190         (image-dired-write-tags, image-dired-remove-tag)
4191         (image-dired-list-tags, image-dired-write-comments)
4192         (image-dired-get-comment, image-dired-mark-tagged-files)
4193         (image-dired-create-gallery-lists): Call new func.
4194         Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
4196 2007-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
4198         * vc-hg.el (vc-hg-diff): Use vc-hg-command.
4199         (vc-hg-dir-state): Fix loop.
4200         (vc-hg-print-log): Fix expected return value for vc-hg-command.
4201         (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
4202         (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
4203         (vc-hg-revert): Likewise.
4204         (vc-hg-revision-table, vc-hg-revision-completion-table): New functions.
4206 2007-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
4208         * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
4209         case of alignment under a constant symbol, find and consider
4210         the sexp actually at indentation to be the "last sexp".
4212 2007-07-20  Eli Zaretskii  <eliz@gnu.org>
4214         * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
4215         (install): Use them to copy all *.el files before *.elc.
4216         (clean): Don't delete *~.
4218 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
4220         * vc-hg.el (vc-hg-workfile-unchanged-p): New function.
4222 2007-07-19  Dan Nicolaescu  <dann@ics.uci.edu>
4224         * vc-hg.el (vc-hg-registered): Replace if with when.
4225         (vc-hg-state): Deal with nonexistent files.
4227 2007-07-18  Juanma Barranquero  <lekktu@gmail.com>
4229         * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
4230         (follow-delete-other-windows-and-split, follow-recenter)
4231         (follow-windows-aligned-p, follow-point-visible-all-windows-p)
4232         (follow-redisplay, follow-estimate-first-window-start)
4233         (follow-xemacs-scrollbar-support, follow-intercept-process-output):
4234         Fix typos in docstrings.
4236 2007-07-17  Thien-Thi Nguyen  <ttn@gnuvola.org>
4238         * bookmark.el (bookmark-show-all-annotations):
4239         Make sure each inserted annotation ends with newline.
4241         (bookmark-maybe-sort-alist): Don't modify
4242         bookmark-alist.  Instead, if not sorting, simply return it.
4243         (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
4244         for its return value, not for its side effect.
4246 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
4248         * vc.el: Add more info about the vc-registered function.
4250 2007-07-16  David Kastrup  <dak@gnu.org>
4252         * emacs-lisp/advice.el (defadvice): Doc fix.
4254 2007-07-16  Juanma Barranquero  <lekktu@gmail.com>
4256         * subr.el (when, unless): Doc fix.
4258 2007-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
4260         * vc-hg.el (vc-hg-state): Handle removed files.
4261         (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
4262         (vc-hg-checkout): Re-enable.
4264 2007-07-15  Richard Stallman  <rms@gnu.org>
4266         * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
4268         * tutorial.el (tutorial--find-changed-keys):
4269         Handle C-x specially like ESC.
4271 2007-07-15  Roland McGrath  <roland@frob.com>
4273         * add-log.el (add-change-log-entry): Check add-log-full-name
4274         and add-log-mailing-address later, after change-log-mode-hook.
4276 2007-07-15  Richard Stallman  <rms@gnu.org>
4278         * isearch.el (isearch-mode, isearch-done):
4279         Delete unintended code in previous change.
4281         * ps-print.el (ps-default-bg): Change to White.
4283 2007-07-15  Aaron Hawley  <aaronh@garden.org>
4285         * tar-mode.el (tar-get-descriptor): No error for zero-length file.
4287 2007-07-15  Martin Rudalics  <rudalics@gmx.at>
4289         * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
4290         when handling the terminating event.
4292 2007-07-15  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
4294         * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
4296 2007-07-13  Eli Zaretskii  <eliz@gnu.org>
4298         * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
4299         (install): Use them to copy all *.el files before *.elc.
4301 2007-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
4303         * replace.el (match): Use yellow1 instead of yellow.
4305         * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of red.
4307         * pcvs-info.el (cvs-unknown): Likewise.
4309 2007-07-12  Davis Herring  <herring@lanl.gov>
4311         * desktop.el (desktop-buffer-info, desktop-save):
4312         Use `desktop-dirname' instead of `dirname'.
4314 2007-07-10  Jim Meyering  <jim@meyering.net>  (tiny change)
4316         * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
4318         * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
4320 2007-07-10  Richard Stallman  <rms@gnu.org>
4322         * emacs-lisp/lisp-mode.el (eval-defun):
4323         Explain special handling of `defface'.
4325 2007-07-09  Richard Stallman  <rms@gnu.org>
4327         * isearch.el (isearch-edit-string): Call to isearch-push-state
4328         after the search.
4330 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4332         * cus-start.el (file-coding-system-alist): Fix custom type.
4334 2007-07-08  Chong Yidong  <cyd@stupidchicken.com>
4336         * longlines.el (longlines-wrap-region): Avoid marking buffer as
4337         modified.
4338         (longlines-auto-wrap, longlines-window-change-function):
4339         Remove unnecessary calls to set-buffer-modified-p.
4341 2007-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4343         * vc.el (vc-default-log-view-mode): New function.
4344         (vc-print-log): Add new `log-view-mode' VC operation.
4346 2007-07-08  Nick Roberts  <nickrob@snap.net.nz>
4348         * pcvs-util.el (cvs-strings->string, cvs-string->strings):
4349         Rename and move to...
4351         * subr.el (strings->string, string->strings): ...here.
4353         * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
4354         (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
4356         * progmodes/gud.el (gud-common-init): Call string->strings instead
4357         of split-string.
4359 2007-07-07  Eli Zaretskii  <eliz@gnu.org>
4361         * term/w32-win.el (menu-bar-open): New function.
4362         Bind <f10> to it.
4364 2007-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
4366         * log-view.el (log-view-mode-menu): New menu.
4368 2007-07-06  Dan Nicolaescu  <dann@ics.uci.edu>
4370         * vc-hg.el: New file.
4372 2007-07-06  Andreas Schwab  <schwab@suse.de>
4374         * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
4375         dynamic bindings around the evaluation of the expression.
4376         Reported by Jay Belanger <jay.p.belanger@gmail.com>.
4378 2007-07-03  Dan Nicolaescu  <dann@ics.uci.edu>
4380         * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
4381         file names.
4383 2007-07-02  Martin Rudalics  <rudalics@gmx.at>
4385         * help-mode.el (help-make-xrefs): Skip spaces too when skipping tabs.
4387         * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
4388         event is not a cons cell.  Do not unread drag-mouse-1 events.
4389         Select right window in check whether space was stolen from
4390         window above.
4392 2007-07-01  Richard Stallman  <rms@gnu.org>
4394         * files.el (find-file-visit-truename): Fix safe-local-variable value.
4396 2007-06-29  Juanma Barranquero  <lekktu@gmail.com>
4398         * generic-x.el (generic-define-mswindows-modes)
4399         (generic-define-unix-modes, apache-log-generic-mode)
4400         (bat-generic-mode-keymap, java-manifest-generic-mode)
4401         (show-tabs-generic-mode): Fix typos in docstrings.
4403 2007-06-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4405         * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
4406         replace-regexp-in-string.
4408 2007-06-28  Andreas Schwab  <schwab@suse.de>
4410         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
4411         $(lisp)/subdirs.el.
4413 2007-06-28  Juanma Barranquero  <lekktu@gmail.com>
4415         * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
4416         the speedbar frame if nil; that deletes the current frame or
4417         causes an error if it is the only frame.
4418         Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
4420 2007-06-24  Juanma Barranquero  <lekktu@gmail.com>
4422         * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
4423         directory where the desktop file was found, as the docstring says.
4424         (desktop-kill): Use `read-directory-name'.
4426         * desktop.el (desktop-load-locked-desktop): New option.
4427         (desktop-read): Use it.
4428         (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
4429         Use `when'.
4431 2007-06-24  Davis Herring  <herring@lanl.gov>
4433         * desktop.el (desktop-save-mode-off): New function.
4434         (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
4435         (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
4436         (desktop-claim-lock, desktop-release-lock): New functions.
4437         (desktop-kill): Tell `desktop-save' that this is the last save.
4438         Release the lock afterwards.
4439         (desktop-buffer-info): New function.
4440         (desktop-save): Use it.  Run `desktop-save-hook' where the doc
4441         says to.  Detect conflicts, and manage the lock.
4442         (desktop-read): Detect conflicts.  Manage the lock.
4444 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
4446         * ls-lisp.el (insert-directory): If an invalid regexp error is
4447         thrown, try using FILE as a literal file name, not a wildcard.
4448         Check for FILE as an existing file, not just a directory.
4450 2007-06-23  Juanma Barranquero  <lekktu@gmail.com>
4452         * ruler-mode.el (ruler-mode): Prevent clobbering the original
4453         `header-line-format' when reentering ruler mode.
4455 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
4457         * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
4458         FILE exists as a directory.
4460 2007-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4462         * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
4463         (vera-font-lock-match-item): Fix doc string.
4464         (vera-in-comment-p): Remove unused function.
4465         (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
4466         use `syntax-ppss'.
4467         (vera-forward-syntactic-ws): Fix argument order.
4468         (vera-prepare-search): Use `with-syntax-table'.
4469         (vera-indent-line): Fix doc string.
4470         (vera-electric-tab): Fix doc string.
4471         (vera-expand-abbrev): Define alias instead of using `fset'.
4472         (vera-comment-uncomment-region): Use `comment-start-skip'.
4474 2007-06-20  Reto Zimmermann  <reto@gnu.org>
4476         * progmodes/vera-mode.el: New file.
4478 2007-06-20  Juanma Barranquero  <lekktu@gmail.com>
4480         * ido.el (ido-find-file-in-dir): Don't signal an error for
4481         empty directories.
4483 2007-06-18  Alan Mackenzie  <acm@muc.de>
4485         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
4486         When removing lines, also remove the \n.  Correction of patch of
4487         2007-04-21.
4489 2007-06-17  Glenn Morris  <rgm@gnu.org>
4491         * lpr.el (lpr-page-header-switches): Move %s to separate element
4492         for correct quoting.  Doc fix.
4494 2007-06-13  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
4496         * term/xterm.el (terminal-init-xterm): Escape parens in character
4497         constants.
4499 2007-06-12  Ralf Angeli  <angeli@caeruleus.net>
4501         * scroll-lock.el (scroll-lock-mode): Doc fix.
4503 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4505         * font-lock.el (font-lock-add-keywords): In case font-lock was only
4506         half-activated, forcefully activate it completely.
4508 2007-06-11  Richard Stallman  <rms@gnu.org>
4510         * cus-edit.el (custom-variable-type): Doc fix.
4512 2007-06-09  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
4514         * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
4516 2007-06-09  Davis Herring  <herring@lanl.gov>
4518         * desktop.el (desktop-minor-mode-table): Doc fix.
4520 2007-06-08  Chong Yidong  <cyd@stupidchicken.com>
4522         * image-mode.el (image-forward-hscroll, image-backward-hscroll)
4523         (image-next-line, image-previous-line, image-scroll-up)
4524         (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
4525         New functions.
4526         (image-mode-map): Remap motion commands.
4527         (image-mode-text-map): New keymap for viewing images as text.
4528         (image-mode): Use image-mode-map.
4529         (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
4531 2007-06-07  Michael Albinus  <michael.albinus@gmx.de>
4533         Sync with Tramp 2.0.56.
4535         * net/tramp.el:
4536         * net/tramp-ftp.el:
4537         * net/tramp-smb.el:
4538         * net/tramp-util.el:
4539         * net/tramp-vc.el:
4540         Don't load cl.el, because that pollutes the namespace.  Replace cl
4541         macros by their implementations where necessary.  Requested by
4542         Richard Stallman <rms@gnu.org>.
4544         * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
4545         doesn't exist.
4546         (with-parsed-tramp-file-name): Protect debug spec during compilation.
4547         (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
4548         (tramp-file-name-p, tramp-file-name-multi-method)
4549         (tramp-file-name-method, tramp-file-name-user)
4550         (tramp-file-name-host, tramp-file-name-localname): New defuns,
4551         replacing defstruct `tramp-file-name'.
4552         (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
4553         (tramp-dissect-file-name, tramp-dissect-multi-file-name):
4554         Apply `vector' instead of `make-tramp-file-name'.
4555         (tramp-handle-make-auto-save-file-name):
4556         Apply `tramp-temporary-file-directory' for compatibility reasons.
4557         (tramp-completion-mode): Use `natnump' instead of `wholenump'
4558         because of XEmacs.
4559         (tramp-completion-mode): `last-input-event' is nil when XEmacs is
4560         started.
4562 2007-06-07  David Kastrup  <dak@gnu.org>
4564         * dired.el (dired-recursive-deletes, dired-recursive-copies):
4565         Change default to `top'.
4567 2007-06-07  Chong Yidong  <cyd@stupidchicken.com>
4569         * dired.el (dired-mode-map): Remove spurious separator.
4571 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
4573         * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
4575         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
4576         * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
4578 2007-06-07  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
4580         * mail/rmailsum.el (rmail-summary-save-buffer): New command.
4581         (rmail-summary-mode-map): Add rmail-summary-save-buffer.
4583 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
4585         * progmodes/ebrowse.el (ebrowse-member-table):
4586         * textmodes/org.el (org-export-ascii-bullets): Fix typos in docstrings.
4588 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
4590         * pgg.el (pgg-sign-region, pgg-sign):
4591         * ses.el (ses-call-printer):
4592         * calendar/icalendar.el (icalendar--diarytime-to-isotime):
4593         * textmodes/org.el (org-cycle): Fix typos in docstrings.
4595 2007-06-06  Eli Zaretskii  <eliz@gnu.org>
4597         * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
4598         (tar-get-descriptor): Handle type 55, an extended pax header.
4600 2007-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4602         * textmodes/css-mode.el: New file.
4604 2007-06-06  Michael Albinus  <michael.albinus@gmx.de>
4606         * net/socks.el: New file, taken from w3 repository.
4607         (top): Update Copyright.  Don't load cl.el.
4608         (all): Replace `case' by `cond', `string-to-int' by
4609         `string-to-number', and `process-kill-without-query' by
4610         `set-process-query-on-exit-flag'.
4611         (socks-char-int): Remove defalias and all occurrences.
4613 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
4615         * international/mule-cmds.el (toggle-enable-multibyte-characters)
4616         (sort-coding-systems, search-unencodable-char): Doc fixes.
4617         (coding-system-change-eol-conversion, set-default-coding-systems)
4618         (prefer-coding-system, find-multibyte-characters, princ-list)
4619         (leim-list-entry-regexp, set-input-method, locale-language-names)
4620         (input-method-exit-on-first-char, exit-language-environment-hook)
4621         (locale-charset-language-names): Fix typos in docstrings.
4623 2007-06-05  Juanma Barranquero  <lekktu@gmail.com>
4625         * bs.el (bs-cycle-previous): Don't modify the cycle list until
4626         `switch-to-buffer' has returned succesfully.
4627         (bs-cycle-next): Ditto.  Also, don't bury the buffer when the
4628         window is dedicated (it could iconify the frame).
4630 2007-06-05  Glenn Morris  <rgm@gnu.org>
4632         * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
4634 2007-06-05  Chong Yidong  <cyd@stupidchicken.com>
4636         * files.el (auto-mode-alist): Add lower-priority match for names
4637         like ChangeLog.old.
4639 2007-06-04  Andreas Schwab  <schwab@suse.de>
4641         * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
4643 2007-06-04  Davis Herring  <herring@lanl.gov>
4645         * calendar/timeclock.el: Update version number.
4646         (timeclock-modeline-display): Mention timeclock-use-display-time
4647         in explanatory message.
4648         (timeclock-log): Suppress warnings when finding the log.
4649         Don't check for a nil project twice.  Run hooks after killing the
4650         buffer (if applicable).
4651         (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
4652         was geometric).  All uses changed.
4653         (timeclock-generate-report): Support prefix argument.
4655 2007-06-04  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
4657         * man.el (Man-next-section): Don't consider the last line of the
4658         page as being part of any section.
4660 2007-06-04  Martin Rudalics  <rudalics@gmx.at>
4662         * hilit-chg.el (highlight-changes-rotate-faces): Don't set
4663         modified flag of buffer.  Use `inhibit-modification-hooks'.
4665 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4667         * mail/mail-extr.el (mail-extract-address-components):
4668         Recognize non-ASCII characters except for NBSP as words.
4670 2007-06-04  Ryan Yeske  <rcyeske@gmail.com>
4672         * net/webjump.el (webjump-sample-sites): Add Wikipedia query.
4674 2007-06-04  Michael Olson  <mwolson@gnu.org>
4676         * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
4677         died and we are trying to send a signal to it.
4679 2007-06-04  Juanma Barranquero  <lekktu@gmail.com>
4681         * emacs-lisp/easy-mmode.el (define-minor-mode)
4682         (easy-mmode-define-navigation): Fix typos in docstrings.
4684         * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
4685         Fix typos in docstrings.
4686         (compilation-search-path, compilation-buffer-name-function): Doc fixes.
4687         (compilation-finish-function): Fix typo in obsolescence declaration.
4689         * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
4691 2007-06-04  Chong Yidong  <cyd@stupidchicken.com>
4693         * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
4694         (magic-fallback-mode-alist): Add image-type-auto-detected-p.
4696         * image.el (image-type-auto-detected-p): Don't scan auto-mode-alist.
4698         * longlines.el (longlines-mode): Make longlines-auto-wrap
4699         buffer-local.  Add hooks unconditionally.
4700         (longlines-auto-wrap): Toggle wrapping.
4701         (longlines-after-change-function)
4702         (longlines-post-command-function): Check longlines-auto-wrap.
4704 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
4706         * Version 22.1 released.
4708 2007-06-01  Chong Yidong  <cyd@stupidchicken.com>
4710         * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
4711         changes.
4713 2007-05-31  Richard Stallman  <rms@gnu.org>
4715         * dired.el (dired-do-delete, dired-do-flagged-delete): Doc fixes.
4717 2007-05-29  Martin Rudalics  <rudalics@gmx.at>
4719         * textmodes/table.el (table--point-entered-cell-function)
4720         (table--point-left-cell-function):
4721         Bind `inhibit-point-motion-hooks' to t.
4723 2007-05-29  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
4725         * emacs-lisp/rx.el (rx): Doc fix.
4727 2007-05-28  Chong Yidong  <cyd@stupidchicken.com>
4729         * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
4731 2007-05-27  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
4733         * log-edit.el (log-edit-changelog-paragraph): Return point-max
4734         as the end of the ChangeLog paragraph when it ends without a line
4735         termination.
4737 2007-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4739         * textmodes/fill.el (canonically-space-region): Make the second arg
4740         a marker if it's not already the case.
4742         * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
4743         (xterm-mouse-event): Use it.
4745 2007-05-25  Miles Bader  <miles@fencepost.gnu.org>
4747         * vc-hooks.el (vc-find-root): Fix file attribute test.
4749 2007-05-24  Richard Stallman  <rms@gnu.org>
4751         * textmodes/flyspell.el (flyspell-correct-word-before-point):
4752         Don't let opoint be nil.
4753         (flyspell-emacs-popup): Explicit error if no dialogs.
4755 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
4757         * tar-mode.el (tar-file-name-handler): New function.
4758         (tar-extract): Bind file-name-handler-alist to it to force
4759         find-buffer-file-type-coding-system behave as if the file being
4760         extracted existed.  Use last-coding-system-used to force
4761         buffer-file-coding-system to what decode-coding-region actually
4762         used to decode the file.
4764 2007-05-23  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
4766         * progmodes/compile.el (compilation-handle-exit):
4767         `compilation-finish-function' may change the current buffer.
4769 2007-05-22  Richard Stallman  <rms@gnu.org>
4771         * files.el (set-auto-mode): Doc fix.
4773 2007-05-22  Eli Zaretskii  <eliz@gnu.org>
4775         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
4777 2007-05-21  Trent Buck  <trentbuck@gmail.com>  (tiny change)
4779         * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
4780         (rcirc-print): Handle `window-width'.
4781         (rcirc-buffer-maximum-lines): Doc fix.
4783 2007-05-19  Kevin Ryde  <user42@zip.com.au>
4785         * info.el (Info-fontify-node): Match https also.
4787 2007-05-18  Richard Stallman  <rms@gnu.org>
4789         * simple.el (push-mark): Doc fix.
4791 2007-05-18  Rob Riepel  <riepel@Stanford.EDU>
4793         * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
4794         tpu-global-map.
4795         (tpu-original-global-map): Delete variable.
4796         (tpu-control-keys-map): New keymap variable.
4797         (tpu-set-control-keys): Use tpu-reset-control-keys rather than
4798         setting keymapping directly.
4799         (tpu-reset-control-keys): Use tpu-control-keys-map instead of
4800         tpu-global-map.
4801         (tpu-edt-on): Activate the tpu-global-map.
4802         (tpu-edt-off): Deactivate the tpu-global-map.
4804 2007-05-18  Ryan Yeske  <rcyeske@gmail.com>
4806         * textmodes/ispell.el (ispell-get-word): Return markers
4807         for start and end positions.
4808         (ispell-word): Assume END is a marker.
4810 2007-05-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4812         * ps-print.el: Use default color when foreground or background color
4813         are unspecified.  Reported by Leo <sdl.web@gmail.com>.
4814         (ps-print-version): New version 6.7.4.
4815         (ps-rgb-color): New argument.  Use default color when color is
4816         unspecified.
4817         (ps-begin-job): Fix code.
4819 2007-05-17  Martin Rudalics  <rudalics@gmx.at>
4821         * textmodes/ispell.el (ispell-start-process): Defend against bad
4822         default-directory.
4824 2007-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4826         * vc-hooks.el (vc-find-root): Stop searching when the user changes.
4828 2007-05-16  Richard Stallman  <rms@gnu.org>
4830         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
4832 2007-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4834         * files.el (magic-mode-alist, magic-fallback-mode-alist):
4835         Move the *ml, Postscript, and XmCD entries to the fallback part.
4837         * files.el (magic-fallback-mode-alist):
4838         Rename from file-start-mode-alist.
4840 2007-05-16  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
4842         * progmodes/compile.el (compilation-handle-exit): Quote first
4843         argument of `run-hook-with-args'.
4845 2007-05-16  Juanma Barranquero  <lekktu@gmail.com>
4847         * buff-menu.el (Buffer-menu-sort-column):
4848         * dabbrev.el (dabbrev-upcase-means-case-search):
4849         * dired.el (dired-recursive-deletes, dired-recursive-copies):
4850         * info.el (Info-current-subfile):
4851         * ls-lisp.el (ls-lisp-verbosity):
4852         * msb.el (msb-menu-cond):
4853         * pcvs.el (cvs-dired-use-hook):
4854         * simple.el (set-mark-command-repeat-pop):
4855         * time.el (display-time-24hr-format, display-time-mail-file):
4856         Doc fixes.
4858         * tutorial.el (get-lang-string, tutorial--find-changed-keys):
4859         * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
4861         * view.el (view-inhibit-help-message): Fix typo in docstring.
4862         (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
4864 2007-05-14  Eli Zaretskii  <eliz@gnu.org>
4866         * mail/rmail.el (rmail-convert-to-babyl-format):
4867         Check content-transfer-encoding _last_, because we need its position
4868         in base64-header-field-end.
4870 2007-05-14  Juanma Barranquero  <lekktu@gmail.com>
4872         * files.el (mode-require-final-newline, require-final-newline)
4873         (enable-local-variables, enable-local-eval): Doc fixes.
4875 2007-05-10  Edward O'Connor  <hober0@gmail.com>  (tiny change)
4877         * progmodes/python.el (python-font-lock-keywords)
4878         (python-open-block-statement-p, python-mode): Add support for the new
4879         "with" keyword.
4881 2007-05-10  Richard Stallman  <rms@gnu.org>
4883         * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
4884         (iso-cvt-write-only): Likewise.
4886         * emacs-lisp/easy-mmode.el (define-minor-mode):
4887         Fix generated doc string.
4889         * startup.el (fancy-splash-text): Add URL of guided tour.
4890         Adjust horizontal and vertical whitespace.
4892         * progmodes/compile.el (compilation-handle-exit):
4893         Use run-hook-with-args to run compilation-finish-functions.
4895         * files.el (file-start-mode-alist): New variable.
4896         (magic-mode-regexp-match-limit): Doc fix.
4897         (set-auto-mode): Handle file-start-mode-alist.
4898         A little cleanup of structure.
4900 2007-05-10  Davis Herring  <herring@lanl.gov>
4902         * calendar/timeclock.el (timeclock-in): Fix non-interactive
4903         workday specifications.
4904         (timeclock-log): Don't kill the log buffer if it already existed.
4906 2007-05-08  Richard Stallman  <rms@gnu.org>
4908         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
4909         Don't include non-self-insert commands in the exception for `-'.
4911 2007-05-08  David Reitter  <david.reitter@gmail.com>
4913         * progmodes/python.el (python-guess-indent): Check non-nullness
4914         before comparing indent against the 2..8 interval.
4916 2007-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4918         * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
4919         available.
4921 2007-05-06  Richard Stallman  <rms@gnu.org>
4923         * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
4925 2007-05-03  Ryan Yeske  <rcyeske@gmail.com>
4927         * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
4928         disconnections.
4930 2007-05-01  Romain Francoise  <romain@orebokech.com>
4932         * dired-x.el: Revert 2007-04-06 change.
4934 2007-04-30  Nick Roberts  <nickrob@snap.net.nz>
4936         * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
4937         don't put stop on toolbar.
4939 2007-04-29  Stephen Berman  <Stephen.Berman@gmx.net>
4941         * find-dired.el (find-dired-filter): Propertize all text down to eob.
4943 2007-04-29  Richard Stallman  <rms@gnu.org>
4945         * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
4947 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4949         * progmodes/cc-mode.el (c-before-change): Use point-min rather
4950         than 1.
4952 2007-04-28  Richard Stallman  <rms@gnu.org>
4954         * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
4956 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4958         * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
4960 2007-04-28  Eli Zaretskii  <eliz@gnu.org>
4962         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
4963         instead of $(lisp)/mh-e.
4965         * textmodes/fill.el (fill-paragraph): Doc fix.
4967 2007-04-28  Glenn Morris  <rgm@gnu.org>
4969         * image-dired.el (image-dired-cmd-create-thumbnail-options)
4970         (image-dired-cmd-create-temp-image-options): Replace option
4971         +profile "*" with -strip.
4973 2007-04-27  Chong Yidong  <cyd@stupidchicken.com>
4975         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
4976         Use window-start and window-end.
4978 2007-04-26  Glenn Morris  <rgm@gnu.org>
4980         * progmodes/python.el: Restore file pending consideration of legal
4981         status.
4983 2007-04-26  Luc Teirlinck  <teirllm@dms.auburn.edu>
4985         * locate.el (locate-in-alternate-database): Doc fix.
4987 2007-04-26  Glenn Morris  <rgm@gnu.org>
4989         * button.el (button): Use underline if supported, else fall back
4990         to color.
4992 2007-04-25  Richard Stallman  <rms@gnu.org>
4994         * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
4996 2007-04-25  J.D. Smith  <jdsmith@as.arizona.edu>
4998         * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
4999         (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
5000         pushing mark.
5001         (idlwave-current-routine): Don't push mark.
5003 2007-04-25  Mathias Dahl  <mathias.dahl@gmail.com>
5005         * image-dired.el (image-dired-display-image): Derive image-type from
5006         filename rather than assuming jpeg, in case no resizing was needed.
5008 2007-04-25  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
5010         * custom.el (defface): Doc fix.
5012 2007-04-24  Chong Yidong  <cyd@stupidchicken.com>
5014         * progmodes/python.el: Remove due to unclear legal issues.
5016 2007-04-24  J.D. Smith  <jdsmith@as.arizona.edu>
5018         * progmodes/idlw-shell.el (idlwave-shell-clear-all-bp):
5019         Don't re-query for each cleared BP.
5020         (idlwave-shell-clear-bp): Optionally skip BP query.
5021         (idlwave-shell-update-bp-overlays): Use set-window-margins instead
5022         of set-window-buffer, which incorrectly moves displayed region.
5024 2007-04-23  Jay Belanger  <jay.p.belanger@gmail.com>
5026         * calc/calc.el (calc-bug-address): Update maintainer's address.
5027         * calc/*: Update maintainer's address.
5029 2007-04-23  Richard Stallman  <rms@gnu.org>
5031         * simple.el (set-mark-command-repeat-pop): Doc fix.
5032         Put in `editing-basics' group.
5034 2007-04-23  Chong Yidong  <cyd@stupidchicken.com>
5036         * info.el (Info-mouse-scroll-up, Info-mouse-scroll-down):
5037         New functions.
5038         (Info-mode-line-node-keymap): Bind mouse commands to
5039         Info-mouse-scroll-up/down instead of Info-scroll-up/down.
5041 2007-04-23  Luc Teirlinck  <teirllm@auburn.edu>
5043         * locate.el (locate-local-prompt): New var.
5044         (locate-prompt-for-command): Doc fix.
5045         (locate-prompt-for-search-string): New function.
5046         (locate): New optional arg.  Make locate-local-prompt
5047         buffer-local.  Use locate-prompt-for-search-string.
5048         (locate-with-filter): New optional arg.
5049         Use locate-prompt-for-search-string.
5050         (locate-update): Bind locate-prompt-for-command.
5052 2007-04-23  Glenn Morris  <rgm@gnu.org>
5054         * files.el (magic-mode-alist): `<!DOCTYPE HTML' in html-mode.
5056 2007-04-23  Nick Roberts  <nickrob@snap.net.nz>
5058         * button.el (button): Inherit from link face on a tty.
5060 2007-04-23  Glenn Morris  <rgm@gnu.org>
5062         * button.el (button): Use color for this face on a tty.
5064         * files.el (magic-mode-alist): Allow for carriage-returns in
5065         html-mode and sgml-mode entries.
5067 2007-04-22  Richard Stallman  <rms@gnu.org>
5069         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5070         Improve doc string of generated command.
5072         * subr.el (read-number): Catch errors.
5074         * hi-lock.el (hi-lock-file-patterns-policy): Doc fix.
5076 2007-04-22  Chong Yidong  <cyd@stupidchicken.com>
5078         * image-dired.el: Rename from thumbnails.el.  All instances of
5079         "thumbnails" replaced with "image-dired".
5081         * dired.el (dired-mode-map): Rename "thumbnails" again, to
5082         "image-dired".
5084 2007-04-22  Kim F. Storm  <storm@cua.dk>
5086         * ido.el (ido-kill-buffer-at-head, ido-delete-file-at-head):
5087         Don't use kill-line.
5089 2007-04-22  Nick Roberts  <nickrob@snap.net.nz>
5091         * t-mouse.el (t-mouse-make-event): Pass on mev's more informative
5092         error message.
5094 2007-04-22  Chong Yidong  <cyd@stupidchicken.com>
5096         * dired.el: Rename "tumme" to "thumbnails".
5098         * thumbnails.el: Rename from tumme.el.  All instances of "tumme"
5099         replaced with "thumbnails".
5101 2007-04-22  Glenn Morris  <rgm@gnu.org>
5103         * hi-lock.el (hi-lock-file-patterns-policy): Make it a defcustom,
5104         and give it the risky-local-variable property.
5106         * textmodes/flyspell.el (flyspell-define-abbrev): Downcase abbrev
5107         before defining it.
5109 2007-04-21  Martin Rudalics  <rudalics@gmx.at>
5111         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
5112         Use delete-region instead of kill-line.
5114 2007-04-21  Alan Mackenzie  <acm@muc.de>
5116         * progmodes/cc-cmds.el (c-electric-slash): Replace wrong use of
5117         `kill-region' by `delete-region'.
5119 2007-04-21  Chong Yidong  <cyd@stupidchicken.com>
5121         * progmodes/perl-mode.el (perl-indent-command): Use delete-region
5122         instead of kill-region.
5124         * progmodes/mantemp.el (mantemp-make-mantemps-region)
5125         (mantemp-insert-cxx-syntax, mantemp-sort-and-unique-lines)
5126         (mantemp-remove-memfuncs): Use delete-region instead of kill-word
5127         and kill-line.
5129         * progmodes/vhdl-mode.el (vhdl-template-type)
5130         (vhdl-template-record, vhdl-template-nature)
5131         (vhdl-template-configuration-spec, vhdl-template-component-inst)
5132         (vhdl-template-break, vhdl-regress-line, vhdl-electric-tab):
5133         Use delete-region instead of kill-word and kill-line.
5135 2007-04-21  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
5137         * dired-x.el (dired-virtual-mode): Doc fix.
5139 2007-04-21  Richard Stallman  <rms@gnu.org>
5141         * font-lock.el (font-lock-keywords-alist): Mark as risky.
5143         * subr.el (read-number): Doc fix.
5145         * simple.el (pop-to-mark-command): Display message "mark popped"
5146         if point does not move.
5147         (set-mark-command): Doc fix.
5149 2007-04-21  Luc Teirlinck  <teirllm@auburn.edu>
5151         * locate.el: Revert 2006-09-09 and 2007-04-20 changes.
5152         (locate-local-filter, locate-local-search): New vars.
5153         (locate): Make variables local.
5154         (locate-update): Bind locate-buffer-name.  Call locate using
5155         locate-local-filter and locate-local-search.
5157 2007-04-20  David Koppelman  <koppel@ece.lsu.edu>
5159         * hi-lock.el (hi-lock-file-patterns-policy): New var.
5160         (hi-lock-find-patterns): Use hi-lock-file-patterns-policy.
5161         (hi-lock-mode): Update docstring.
5163 2007-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5165         * textmodes/fill.el (fill-move-to-break-point): Don't inhibit
5166         fill-nobreak-predicate when the break is past fill-column.
5168 2007-04-20  Francesco Potort\e,Al\e(B  <pot@gnu.org>
5170         * locate.el (locate): Output from shell-command should go in the
5171         current buffer rather than *Shell Command Output*.
5173 2007-04-20  Chong Yidong  <cyd@stupidchicken.com>
5175         * paren.el (show-paren-function): Fix last fix.
5177 2007-04-19  Kevin Ryde  <user42@zip.com.au>
5179         * arc-mode.el (archive-find-type): lzh-exe for lzh self-extracting exe.
5180         (archive-lzh-summarize): Add optional start arg for where to start
5181         looking at the archive.
5182         (archive-lzh-exe-summarize, archive-lzh-exe-extract): New functions.
5184         * international/mule.el (auto-coding-alist): no-conversion for .exe
5185         and .EXE.
5187 2007-04-19  Alan Mackenzie  <acm@muc.de>
5189         * progmodes/cc-cmds.el (c-in-function-trailer-p): Fix this: when a
5190         function return type contains "struct", "union", etc.
5191         c-end-of-defun goes too far forward.
5193 2007-04-19  Chong Yidong  <cyd@stupidchicken.com>
5195         * paren.el (show-paren-function): Reset window-start to avoid
5196         recentering.
5198 2007-04-19  Glenn Morris  <rgm@gnu.org>
5200         * calendar/todo-mode.el: Fix typo: "threshhold" -> "threshold".
5202 2007-04-18  Glenn Morris  <rgm@gnu.org>
5204         * calendar/diary-lib.el (diary-header-line-format): Add a custom
5205         :set function.
5206         (diary-list-entries): Only switch to diary-mode from
5207         default-major-mode (reverts 2007-03-21 change).  Otherwise, if in
5208         diary-mode set header-line-format, in case of any customization.
5210 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
5212         * calendar/parse-time.el (parse-time-string-chars): Check if CHAR
5213         is less than the length of parse-time-syntax.
5215 2007-04-17  David Kastrup  <dak@gnu.org>
5217         * replace.el (query-replace-regexp-eval): Deprecate.
5219 2007-04-17  Alan Mackenzie  <acm@muc.de>
5221         * progmodes/cc-cmds.el (c-beginning-of-defun): With -ve arg and
5222         point too close to EOB, leave point at EOB rather than last `}'.
5224 2007-04-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5226         * textmodes/bibtex.el (bibtex-include-OPTkey)
5227         (bibtex-user-optional-fields, bibtex-entry-field-alist):
5228         Fix defcustom.
5230 2007-04-17  Glenn Morris  <rgm@gnu.org>
5232         * calendar/cal-dst.el (calendar-dst-find-startend): If YEAR cannot
5233         be encoded, fall back to current year.
5235 2007-04-14  Kevin Ryde  <user42@zip.com.au>
5237         * arc-mode.el (archive-lzh-summarize): Only apply the "downcase if
5238         all upcase" rule to OS-ID 0 "generic".  Always downcase for OS-ID
5239         M "MSDOS".
5241 2007-04-16  Chong Yidong  <cyd@stupidchicken.com>
5243         * progmodes/python.el (python-end-of-block): Avoid looping forever
5244         if python-next-statement fails.
5246 2007-04-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5248         * textmodes/bibtex.el (bibtex-entry-field-alist): Use defcustom.
5250 2007-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
5252         * progmodes/perl-mode.el (perl-indent-level): Mark as safe local var.
5253         * progmodes/cperl-mode.el (cperl-indent-level): Likewise.
5255 2007-04-15  Jay Belanger  <belanger@truman.edu>
5257         * calc/calc.el (calc-version): New function.
5258         (calc-trail-mode): Shorten the title.
5260 2007-04-15  Chong Yidong  <cyd@stupidchicken.com>
5262         * mail/footnote.el (footnote-style): Clarify docstring to state
5263         that customizing this only applies to future footnotes.
5265 2007-04-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5267         * textmodes/bibtex.el (bibtex-field-list): Use functionp.
5268         (bibtex-make-field): Check that INIT is a string.  Use functionp.
5270 2007-04-14  Glenn Morris  <rgm@gnu.org>
5272         * complete.el (PC-goto-end): New buffer-local variable.
5273         (PC-do-completion-end): Make buffer-local.
5274         (partial-completion-mode) <choose-completion-string-functions>:
5275         Do not go to the end of the minibuffer if PC-goto-end is non-nil.
5276         (PC-do-completion): New optional fourth argument GOTO-END.  Add a
5277         doc string.  Set PC-goto-end for choose-completion.
5278         (PC-lisp-complete-symbol): Pass non-nil GOTO-END arg to
5279         PC-do-completion.
5281         * textmodes/bibtex.el (bibtex-insert-kill): Pass non-nil NODELIM
5282         arg to bibtex-make-field.
5283         (bibtex-make-field): Add optional fourth arg NODELIM.
5284         Insert delimiters around INIT unless this arg is non-nil.
5286 2007-04-14  Nick Roberts  <nickrob@snap.net.nz>
5288         * tmm.el (tmm-get-keybind): Use copy-sequence to ensure that the
5289         global map isn't modified.
5291 2007-04-14  Glenn Morris  <rgm@gnu.org>
5293         * calendar/appt.el (appt-disp-window): Do not split small windows.
5294         Suggested by Jeff Miller <jmiller@cablespeed.com>.
5296 2007-04-13  Chong Yidong  <cyd@stupidchicken.com>
5298         * progmodes/compile.el (compilation-start): Revert 2007-03-25 change.
5300         * files.el: Ditto.
5302 2007-04-13  Juanma Barranquero  <lekktu@gmail.com>
5304         * cus-edit.el (minibuffer, auto-save): Fix typos in docstrings.
5306         * term.el (term-buffer-maximum-size, term-exec, term-escape-char)
5307         (term-set-escape-char, term-termcap-format, term-get-old-input-default)
5308         (term-skip-prompt, term-send-string, term-send-region, term-pager-page)
5309         (term-pager-help): Fix typos in docstrings.
5311         * wid-edit.el (widget-documentation): Fix typo in docstring.
5313         * progmodes/ebnf2ps.el (ebnf-insert-style, ebnf-merge-style):
5314         Fix typos in error messages.
5316 2007-04-13  Martin Rudalics  <rudalics@gmx.at>
5318         * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't select
5319         window marked as dedicated.
5321         * mail/footnote.el (footnote-latin-string): New variable.
5322         (footnote-latin-regexp): Redefine as regexp alternative.
5323         (Footnote-latin): Use footnote-latin-string instead of
5324         footnote-latin-regexp.
5326 2007-04-13  Glenn Morris  <rgm@gnu.org>
5328         * tmm.el (tmm-get-keybind): Use car-safe to avoid errors with
5329         inherited keymaps.
5331 2007-04-12  Chong Yidong  <cyd@stupidchicken.com>
5333         * outline.el (outline-get-next-sibling): Clarify docstring.
5334         (outline-get-last-sibling): Handle case where we are at the first
5335         heading.  Clarify docstring.
5337 2007-04-12  Nick Roberts  <nickrob@snap.net.nz>
5339         * progmodes/gud.el (gud-minor-mode-map): Make go button same
5340         length as stop button to lessen flicker.
5341         (jdb): Add gud-print.
5342         (gud-find-expr): Jdb prints the expression with the value, so
5343         don't insert it in the output.
5345 2007-04-11  Jason Rumney  <jasonr@gnu.org>
5347         * dnd.el (dnd-get-local-file-name): Decode both upper and lower
5348         case hex.  Do not try to decode non-hex letters.
5350 2007-04-11  Markus Triska  <markus.triska@gmx.at>
5352         * emacs-lisp/byte-opt.el (byte-optimize-backward-char)
5353         (byte-optimize-backward-word): Remove (move to bytecomp.el).
5354         (byte-optimize-form-code-walker): Evaluate pure function calls if
5355         possible.
5356         (byte-optimize-all-constp): New function.
5358         * emacs-lisp/bytecomp.el (byte-compile-char-before):
5359         Improve numeric argument case.
5360         (byte-compile-backward-char, byte-compile-backward-word):
5361         New functions, performing rewriting previously done in byte-opt.el.
5362         Fix their "Fixme" item (restriction to numeric arguments).
5364 2007-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5366         * desktop.el (desktop-save, desktop-create-buffer): Replace mapcar
5367         with dolist.
5368         (after-init-hook): Don't quote lambda.
5369         (desktop-first-buffer): Don't wrap it in eval-when-compile.
5370         (desktop-internal-v2s): Remove unused var `el'.
5371         (desktop-buffer-major-mode, desktop-buffer-locals): Move out of
5372         desktop-restore-file-buffer.
5373         (desktop-buffer-ok-count, desktop-buffer-fail-count): Move out of
5374         desktop-create-buffer.
5376 2007-04-10  Chong Yidong  <cyd@stupidchicken.com>
5378         * woman.el (woman-decode-buffer): Postpone macro-set check...
5379         (woman-decode-region): ...to here.
5381 2007-04-10  Thien-Thi Nguyen  <ttn@gnu.org>
5383         * startup.el (tty-handle-args): Use %S to log ARGS.
5385 2007-04-10  Glenn Morris  <rgm@gnu.org>
5387         * dframe.el (dframe-frame-mode): Do not set auto-show-mode, since
5388         it is obsolete and has no effect.
5390         * dos-w32.el (default-buffer-file-type): Add defvar to quieten
5391         byte-compiler.
5393         * progmodes/cperl-mode.el (cperl-mode): Remove unnecessary call to
5394         obsolete function make-local-hook.
5396         * progmodes/dcl-mode.el (top-level): Move (require 'tempo) to
5397         start to quieten byte-compiler.
5399 2007-04-10  Markus Triska  <markus.triska@gmx.at>
5401         * emacs-lisp/byte-opt.el (byte-optimize-char-before): Remove (move
5402         to bytecomp.el as byte-compile-char-before).
5403         * emacs-lisp/bytecomp.el (byte-compile-char-before):
5404         New function (modified replacement for byte-optimize-char-before in
5405         byte-opt.el).
5407 2007-04-09  Alan Mackenzie  <acm@muc.de>
5409         * startup.el (inhibit-splash-screen): Emphatically state that it
5410         can't be set in site-start.el.
5412 2007-04-09  Masatake YAMATO  <jet@gyve.org>
5414         * progmodes/cc-subword.el (c-capitalize-subword): More closely
5415         mimic the behavior of `capitalize-word'.  Do not move point with a
5416         negative argument.  Based on tiny change by Paul Curry.
5418 2007-04-09  Paul Curry  <dashteacup@gmail.com>  (tiny change)
5420         * progmodes/cc-subword.el (c-downcase-subword, c-upcase-subword):
5421         Don't move point if ARG is negative.
5423 2007-04-09  Alan Mackenzie  <acm@muc.de>
5425         Changes to make `narrow-to-defun' and `mark-defun' work properly
5426         in CC Mode:
5428         * progmodes/cc-defs.el (c-beginning-of-defun-1):
5429         * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
5430         Bind beginning/end-of-defun-function to nil around calls to
5431         beginning/end-of-defun.
5433         * progmodes/cc-langs.el (beginning-of-defun-function)
5434         (end-of-defun-function): New c-lang-setvar's.
5436         * progmodes/cc-awk.el (c-awk-beginning-of-defun): Add "(or arg
5437         (setq arg 1))" to enable non-interactive call.
5439 2007-04-09  Eli Zaretskii  <eliz@gnu.org>
5441         * simple.el (set-mark-command): Doc fix.
5443 2007-04-09  Nick Roberts  <nickrob@snap.net.nz>
5445         * progmodes/gud.el (gdb): Restore existing session if user
5446         tries to start a second one in graphical mode.
5448 2007-04-08  Martin Rudalics  <rudalics@gmx.at>
5450         * cus-start.el <scroll-preserve-screen-position>: Add choices.
5452 2007-04-08  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
5454         * term/xterm.el (terminal-init-xterm): Fix key definitions.
5455         Add binding for C-M-SPC.
5457 2007-04-08  Richard Stallman  <rms@gnu.org>
5459         * pcomplete.el (pcomplete-read-event): One single definition,
5460         and not a defsubst.
5462 2007-04-08  Chong Yidong  <cyd@stupidchicken.com>
5464         * progmodes/cc-cmds.el (c-end-of-defun): Tidy up, to eliminate
5465         byte-compiler warning "value unused".
5467 2007-04-08  Andreas Schwab  <schwab@suse.de>
5469         * term/xterm.el (terminal-init-xterm): Add bindings for keypad keys.
5471 2007-04-07  Glenn Morris  <rgm@gnu.org>
5473         * calendar/calendar.el (diary-font-lock-keywords, diary-live-p):
5474         Autoload these functions.
5475         (diary-date-forms): Add a custom :set form.
5477         * calendar/diary-lib.el (diary-set-maybe-redraw): Move definition
5478         before first use.
5479         (diary-font-lock-keywords): New function with old code for
5480         initialization of variable of same name.
5482 2007-04-07  David Hansen  <david.hansen@gmx.net>  (tiny change)
5484         * progmodes/cc-cmds.el (c-electric-paren): Fix space-before-funcall
5485         clean-up: only insert space when on identifier, etc.
5487 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
5489         * progmodes/grep.el (grep-find-use-xargs): Rewrite docstring.
5491         * net/tls.el (open-tls-stream): Properly handle case where there
5492         is no associated buffer.
5494 2007-04-07  Glenn Morris  <rgm@gnu.org>
5496         * ffap.el (ffap-file-at-point): Lower the priority of the
5497         ffap-ftp-sans-slash-regexp check.
5499 2007-04-06  Alan Mackenzie  <acm@muc.de>
5501         Fix fontification of labels, and other things with ":".
5503         * progmodes/cc-engine.el (c-forward-label): The function now
5504         returns 'goto-target, 'qt-2kwds-colon, 'qt-1kwd-colon, as well as
5505         the former t.
5507         * progmodes/cc-fonts.el (c-font-lock-declarations): Interpret the
5508         new return code from c-forward-label, fontifying tokens properly.
5509         Add some general comments throughout the file.
5511 2007-04-06  Chong Yidong  <cyd@stupidchicken.com>
5513         * textmodes/flyspell.el (flyspell-duplicate, flyspell-incorrect):
5514         Revert 2006-01-27 change.
5516         * diff-mode.el (diff-mode): Revert 2007-03-04 change.
5518         * menu-bar.el (menu-bar-tools-menu): Revert 2003-07-25 change.
5520         * desktop.el (desktop-create-buffer, desktop-save):
5521         Revert 2004-11-12 change for lack of copyright papers.
5523         * dired-x.el (dired-guess-shell-case-fold-search): Delete var.
5524         (dired-guess-default): Respect case.
5526         * isearch.el (isearch-forward): Revert 1998-08-26 doc change.
5528         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Remove function;
5529         was originally checked in as byte-optimize-concat on 1997-11-02.
5531         * mail/sendmail.el (mail-text, mail-mode): Revert extant pieces of
5532         1995-05-19 doc changes.
5534 2007-04-06  Kim F. Storm  <storm@cua.dk>
5536         * loadhist.el (read-feature): Reimplement.  New optional arg LOADED-P.
5537         (unload-feature): Update interactive spec accordingly.
5539         * progmodes/grep.el (grep-program): Remove commentary about zgrep.
5541 2007-04-06  John Paul Wallington  <jpw@pobox.com>
5543         * subr.el (with-case-table): Use `make-symbol' to avoid variable
5544         capture.  Restore the table in the same buffer.
5546         * font-lock.el (lisp-font-lock-keywords-2): Add `with-case-table'.
5548 2007-04-05  Chong Yidong  <cyd@stupidchicken.com>
5550         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
5551         Print entire form.
5553 2007-04-05  Nick Roberts  <nickrob@snap.net.nz>
5555         * progmodes/gdb-ui.el (breakpoint-disabled): Tweak face (again)
5556         for low-color displays.
5558 2007-04-05  Glenn Morris  <rgm@gnu.org>
5560         * play/5x5.el, play/animate.el, play/dissociate.el, play/doctor.el,
5561         * play/gomoku.el, play/landmark.el, play/tetris.el, play/zone.el:
5562         Seed random number generator on loading.
5564         * emacs-lisp/authors.el (top-level): Provide self.
5566         * play/animate.el (top-level): Provide self.
5568 2007-04-04  Alan Mackenzie  <acm@muc.de>
5570         * progmodes/cc-vars.el (c-special-indent-hook): Amend doc-string
5571         to mention c-syntactic-indentation.
5573 2007-04-04  Chong Yidong  <cyd@stupidchicken.com>
5575         * subr.el (with-case-table): New macro.
5577         * international/mule.el (ascii-case-table): New var.
5579         * mail/smtpmail.el (smtpmail-via-smtp): Use ascii-case-table when
5580         downcasing.
5582 2007-04-03  Nick Roberts  <nickrob@snap.net.nz>
5584         * progmodes/gud.el (gud-minor-mode-map): Simplify.
5586         * t-mouse.el (t-mouse-make-event-element): Don't use the left edge
5587         of the window if we're outside it e.g menu-bar.
5589         * xt-mouse.el (xterm-mouse-event): Don't use the left edge of the
5590         window if we're outside it e.g menu-bar.
5592 2007-04-03  Eli Zaretskii  <eliz@gnu.org>
5594         * mail/rmail.el (rmail-convert-to-babyl-format): Don't try to
5595         decode base-64 encoded body if its content-type is something other
5596         than text/* or message/*.
5598 2007-04-03  Juanma Barranquero  <lekktu@gmail.com>
5600         * simple.el (activate-mark-hook): Fix typo in docstring.
5602 2007-04-03  Nick Roberts  <nickrob@snap.net.nz>
5604         * tmm.el (tmm-c-prompt): Initialize.
5605         (tmm-menubar): Deal with extended menu-items at top level.
5606         (tmm-get-keybind): Handle bindings redefined/undefined locally.
5607         (tmm-prompt): Handle visibility of top level menu-items.
5609         * progmodes/gud.el (gud-menu-map): Simplify.
5610         (gud-minor-mode-map): Add tool-bar like bindings to the text mode
5611         menubar.
5613 2007-04-02  Chong Yidong  <cyd@stupidchicken.com>
5615         * mail/smtpmail.el (smtpmail-via-smtp): Revert last change.
5617         * comint.el (comint-send-input): Widen the buffer first.
5619         * info.el (Info-fontify-maximum-menu-size): Revert to 100000.
5621 2007-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5623         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Only obey
5624         emacs-lisp-docstring-fill-column in emacs-lisp-mode.
5626         * newcomment.el (comment-search-forward): Discard comment starters
5627         before point.
5629 2007-04-01  Guanpeng Xu  <herberteuler@hotmail.com>
5631         * mouse.el (mouse-set-secondary): Update mouse-secondary-overlay.
5633 2007-04-01  Chong Yidong  <cyd@stupidchicken.com>
5635         * mail/smtpmail.el (smtpmail-via-smtp): Use standard case table
5636         when downcasing.
5638         * button.el (previous-button): Rewrite to account for adjacent buttons.
5640 2007-04-01  J.D. Smith  <jdsmith@as.arizona.edu>
5642         * progmodes/idlwave.el (idlwave-auto-fill):
5643         Revert paragraph-separate change.
5645         * progmodes/idlw-shell.el (idlwave-shell-break-in):
5646         Simplify module calc.
5647         (idlwave-shell-set-bp-in-module): Compute module.
5649 2007-03-31  Glenn Morris  <rgm@gnu.org>
5651         * emacs-lisp/timer.el (run-at-time): Doc fix.
5653         * emacs-lisp/warnings.el (display-warning): If we create the
5654         buffer displaying the warning, disable undo there.
5656 2007-03-31  Michael Albinus  <michael.albinus@gmx.de>
5658         * net/tramp.el (tramp-register-file-name-handler)
5659         (tramp-register-completion-file-name-handler): New defsubst,
5660         derived from `tramp-register-file-name-handlers'.  The split is
5661         necessary because Tramp's file name handlers must be registered at
5662         different startup places.
5664 2007-03-31  Chong Yidong  <cyd@stupidchicken.com>
5666         * progmodes/hideshow.el (turn-off-hideshow): New function.
5667         (hs-minor-mode): Use it instead of a lambda expression in
5668         change-major-mode-hook.
5670 2007-03-31  David Kastrup  <dak@gnu.org>
5672         * woman.el (woman-Cyg-to-Win): Don't convert cons cells
5673         corresponding to MANPATH_MAP entries.
5674         (woman-man.conf-path, woman-parse-man.conf): Doc fix.
5675         (woman-parse-man.conf): Use more discriminating man.conf name.
5676         (woman-parse-man.conf): Parse MANPATH_MAP entries.
5677         (woman-manpath): Doc fix and type fix.
5678         (woman-cached-data): Check for MANPATH_MAP entries.
5679         (woman-expand-directory-path): Treat MANPATH_MAP entries.
5681 2007-03-31  Stuart Herring  <herring@lanl.gov>
5683         * emacs-lisp/sregex.el (sregexq): Doc fix.
5685 2007-03-31  Markus Triska  <markus.triska@gmx.at>
5687         * progmodes/flymake.el (flymake-err-line-patterns): Doc fix.
5689 2007-03-30  Reiner Steib  <Reiner.Steib@gmx.de>
5691         * info.el (info-tool-bar-map): Use "exit" for Info-exit.
5692         Move to the right.
5694 2007-03-30  Alan Mackenzie  <acm@muc.de>
5696         * progmodes/cc-cmds.el (c-forward-to-nth-EOF-}): Fix EOB bug.
5698 2007-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
5700         * emacs-lisp/ewoc.el (ewoc--insert-new-node): Take additional arg DLL.
5701         Use it, passed in explicitly, instead of from the dynamic binding.
5702         (ewoc-create, ewoc-enter-before): Update to use new call sequence.
5704 2007-03-30  Juanma Barranquero  <lekktu@gmail.com>
5706         * simple.el (blink-matching-open): When in minibuffer, don't
5707         search for a match inside the prompt.
5709 2007-03-30  Nick Roberts  <nickrob@snap.net.nz>
5711         * tmm.el (tmm-menubar): Select the right menu item with the mouse.
5712         (tmm-prompt): Don't make the mouse user select the first menu
5713         item twice.
5715 2007-03-30  Chong Yidong  <cyd@stupidchicken.com>
5717         * eshell/esh-proc.el (eshell/kill): Tweak regexp to recognize
5718         SIGUSR1 and SIGUSR2.
5720 2007-03-29  Kim F. Storm  <storm@cua.dk>
5722         * ido.el (ido-read-internal): When reading file or dir, only override
5723         minibuffer-local-filename-completion-map, otherwise only override
5724         minibuffer-local-completion-map.
5726 2007-03-29  Glenn Morris  <rgm@gnu.org>
5728         * complete.el (partial-completion-mode): Set PC-do-completion-end
5729         to nil after use.
5730         (PC-lisp-complete-symbol): Create and use a marker at `end',
5731         rather than using point-marker.
5733 2007-03-28  Chong Yidong  <cyd@stupidchicken.com>
5735         * simple.el (next-error-highlight): Doc fix.
5736         (compose-mail): Revert 2007-03-19 change.
5738 2007-03-28  Richard Stallman  <rms@gnu.org>
5740         * emacs-lisp/edebug.el (edebug-display): Don't go to
5741         edebug-outside-buffer if it is dead.
5743 2007-03-28  Juanma Barranquero  <lekktu@gmail.com>
5745         * view.el (view-mode): Fix typos in docstring.
5747 2007-03-28  Stephen Berman  <Stephen.Berman@gmx.net>
5749         * recentf.el (recentf-save-file): Add a custom :set function.
5751 2007-03-28  Glenn Morris  <rgm@gnu.org>
5753         * complete.el (PC-do-completion-end): New variable.
5754         (partial-completion-mode) <choose-completion-string-functions>:
5755         Use PC-do-completion-end in the non-minibuffer case to replace the
5756         correct amount of text.
5757         (PC-do-completion): Set PC-do-completion-end for c-c-s-f.
5758         (PC-lisp-complete-symbol): Give marker the after-insertion type,
5759         to deal with improvements inserted after point.
5761 2007-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5763         * button.el (make-text-button): Add explicit `button' property.
5764         (default-button): Don't put a `button' property on it.
5766         * progmodes/python.el (python-mode): Skip comments when parsing.
5768         * vc-arch.el (vc-with-current-file-buffer): New macro.
5769         (vc-arch-file-source-p): Use it to avoid infloop.
5771 2007-03-28  David Hansen  <david.hansen@gmx.net>  (tiny change)
5773         * emacs-lisp/lisp.el (lisp-complete-symbol):
5774         Fix call to get-buffer-window to find windows in other frames.
5776 2007-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5778         * comint.el (comint-proc-query, comint-dynamic-list-completions):
5779         Fix calls to get-buffer-window to find windows in other frames.
5780         Reported by David Hansen <david.hansen@gmx.net>.
5782 2007-03-27   Kevin Ryde  <user42@zip.com.au>
5784         * info.el (Info-display-images-node): On a text-only terminal,
5785         show the "text" or "alt" parts of the image blobs.
5787 2007-03-27  Glenn Morris  <rgm@gnu.org>
5789         * complete.el (PC-do-completion): Compute completion-base-size in
5790         the non-filename case, rather than setting to nil.
5791         (PC-lisp-complete-end): New variable.
5792         (PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the
5793         original end in a series of consecutive invocations.
5795         * calendar/calendar.el (calendar-mode-hook): Declare it.
5797         * calendar/diary-lib.el (diary-live-p): Do not check for
5798         diary-selective-display.
5800 2007-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5802         * replace.el (occur-next-error): *Occur* might not be displayed in the
5803         selected frame.  Reported by David Hansen <david.hansen@gmx.net>.
5805 2007-03-26  Richard Stallman  <rms@gnu.org>
5807         * textmodes/flyspell.el (flyspell-large-region):
5808         Use ispell-call-process-region.
5810 2007-03-26  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
5812         * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
5813         Use prin1 instead of princ.
5815 2007-03-25  Chong Yidong  <cyd@stupidchicken.com>
5817         * faces.el (face-set-after-frame-default): Revert 2007-03-10 change.
5818         Merge in X resources before global face.
5820         * progmodes/compile.el (compilation-start): Save compilation-directory
5821         rather than default-directory as local var.
5822         (compilation-directory): Mark as safe local var.
5824         * files.el: Don't mark default-directory as a safe local var.
5826 2007-03-25  Alan Mackenzie  <acm@muc.de>
5828         * progmodes/cc-mode.el (c-before-change): Fix BOB bug.
5829         * progmodes/cc-engine.el: Fix typo.
5831 2007-03-25  Juri Linkov  <juri@jurta.org>
5833         * compare-w.el (compare-windows): Rename customization group
5834         `compare-w' to `compare-windows'.
5835         (compare-windows-whitespace, compare-ignore-whitespace)
5836         (compare-ignore-case, compare-windows-sync)
5837         (compare-windows-sync-string-size, compare-windows-recenter)
5838         (compare-windows-highlight, compare-windows): Change group name in
5839         the `group' tag from `compare-w' to `compare-windows'.
5840         (compare-windows-sync): Add option `nil' for no sync.  Doc fix.
5842 2007-03-24  Markus Triska  <markus.triska@gmx.at>
5844         * expand.el: Change example to always enable abbrev-mode,
5845         and remove redundant `function'.
5846         (expand-abbrev-hook): Add autoload cookie.
5848 2007-03-24  Ryan Yeske  <rcyeske@gmail.com>
5850         * emacs-lisp/testcover.el (testcover-start, testcover-end)
5851         (testcover-mark-all, testcover-unmark-all): Add prompts to
5852         interactive specs.
5854 2007-03-24  Jason Rumney  <jasonr@gnu.org>
5856         * autorevert.el (find-file-hook, auto-revert-tail-mode):
5857         Use file size in bytes for auto-revert-tail-pos not characters.
5859 2007-03-24  Thien-Thi Nguyen  <ttn@gnu.org>
5861         * vc-rcs.el (vc-rcs-annotate-command):
5862         Set text property :vc-annotate-prefix on the annotation text.
5863         (vc-rcs-annotate-time): Instead of searching for ": ",
5864         search for end of text propertized with :vc-annotate-prefix.
5866 2007-03-24  Martin Rudalics  <rudalics@gmx.at>
5868         * whitespace.el (top level): Remove calls putting
5869         permanent-local nil property since these are no-ops.
5871         * man.el (Man-support-local-filenames): Assure that
5872         default-directory exists when doing call-process.
5874 2007-03-23  David Vazquez  <xeos00@gmail.com>  (tiny change)
5876         * progmodes/m4-mode.el (m4-m4-buffer, m4-m4-region):
5877         Fix omission bug: Use m4-program-options to construct shell command.
5879 2007-03-23  David Kastrup  <dak@gnu.org>
5881         * progmodes/cc-mode.el (c-make-emacs-variables-local):
5882         Use `mapcar' rather than `mapcan' to silence compiler warning.
5884 2007-03-22  Ralf Angeli  <angeli@caeruleus.net>
5886         * textmodes/reftex.el, textmodes/reftex-vars.el,
5887         * textmodes/reftex-toc.el, textmodes/reftex-sel.el,
5888         * textmodes/reftex-ref.el, textmodes/reftex-parse.el,
5889         * textmodes/reftex-index.el, textmodes/reftex-global.el,
5890         * textmodes/reftex-dcr.el, textmodes/reftex-cite.el,
5891         * textmodes/reftex-auc.el: Add maintainer address.
5893 2007-03-22  Carsten Dominik  <dominik@science.uva.nl>
5895         * textmodes/org.el (org-agenda-mode, org-table-edit-formulas):
5896         Make sure that `global-font-lock-mode' does not turn on font-lock
5897         in these buffers.
5899 2007-03-21  Kim F. Storm  <storm@cua.dk>
5901         * xt-mouse.el (xt-mouse-epoch): New variable.
5902         (xterm-mouse-event): Use float-time.
5904 2007-03-21  Nick Roberts  <nickrob@snap.net.nz>
5906         * xt-mouse.el (xterm-mouse-event): Compute a timestamp using
5907         current-time.
5909 2007-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5911         * complete.el (read-file-name-internal): Don't add the final > if the
5912         completion is not finished (re-application of this patch, which was
5913         accidentally undone by Eli).
5915 2007-03-21  Chong Yidong  <cyd@stupidchicken.com>
5917         * emulation/viper.el (viper-non-hook-settings): Handle mouse
5918         clicks in describe-key and describe-key-briefly advice a little better.
5920 2007-03-21  Juanma Barranquero  <lekktu@gmail.com>
5922         * server.el (server-process-filter): Cancel any pending isearch.
5924 2007-03-21  Ulf Jasper  <ulf.jasper@web.de>
5926         * calendar/icalendar.el (icalendar-version): Increase to 0.15.
5927         (icalendar--get-unfolded-buffer): Define actual arguments rather
5928         than just using &rest.  Check replace-in-string is fbound.
5929         (icalendar-import-buffer): Doc fix.
5930         (icalendar--convert-ical-to-diary): Set diary-file.
5931         Check diary-file before inserting final newline.
5932         (icalendar--add-diary-entry): Return diary-file.
5934 2007-03-21  Glenn Morris  <rgm@gnu.org>
5936         * calendar/calendar.el (diary-set-maybe-redraw): Autoload it.
5937         (diary-display-hook): Add custom :set function.
5939         * calendar/diary-lib.el (diary-header-line-flag): Doc fix.
5940         Add custom :set function.
5941         (diary-header-line-format): Doc fix.
5942         (diary-set-maybe-redraw): New function.
5943         (number-of-diary-entries): Change :set to use diary-set-maybe-redraw.
5944         (diary-list-entries): Always run diary-mode.
5946 2007-03-20  Kenichi Handa  <handa@m17n.org>
5948         * international/quail.el (quail-setup-completion-buf): Make the
5949         completion buffer read-only.
5950         (quail-completion): Adjusted for the above change.  Leave the
5951         modified flag nil.
5953 2007-03-20  David Kastrup  <dak@gnu.org>
5955         * files.el (magic-mode-alist): Require literal "%!PS" string for
5956         magic postscript file detection.
5958 2007-03-20  Richard Stallman  <rms@gnu.org>
5960         * textmodes/ispell.el (ispell-call-process): New function.
5961         Defends against bad `default-directory.'
5962         (ispell-check-version, ispell-find-aspell-dictionaries)
5963         (ispell-get-aspell-config-value, lookup-words): Call it.
5964         (ispell-call-process-region): New function.
5965         (ispell-send-string): Call it.
5967 2007-03-20  Andreas Schwab  <schwab@suse.de>
5969         * Makefile.in (custom-deps): Depend on $(lisp)/subdirs.el.
5970         (finder-data): Likewise.
5971         (autoloads): Likewise.
5973 2007-03-20  Martin Rudalics  <rudalics@gmx.at>
5975         * files.el (basic-save-buffer): Do not set visited filename when
5976         the corresponding directory does not exist or the specified
5977         filename is that of an existing directory.
5979 2007-03-20  Glenn Morris  <rgm@gnu.org>
5981         * calendar/diary-lib.el (diary-live-p): New function.
5982         (number-of-diary-entries): Add a :set function to redisplay diary
5983         when necessary.
5985 2007-03-19  Nick Roberts  <nickrob@snap.net.nz>
5987         * t-mouse.el (t-mouse-make-event-element): Use timestamp output
5988         from client program, mev, to compute mouse event.
5990 2007-03-19  Chong Yidong  <cyd@stupidchicken.com>
5992         * faces.el (momentary): Face removed; unused due to reversion of
5993         2007-01-04 changes by Kevin Rodgers.
5995         * mouse.el (mouse-drag-track): Remove spurious input-pending-p test.
5996         Suggested by Johan Bockg\e,Ae\e(Brd.
5998 2007-03-19  Martin Rudalics  <rudalics@gmx.at>
6000         * font-lock.el (lisp-font-lock-keywords-1):
6001         Highlight define-globalized-minor-mode as a keyword.
6003 2007-03-19  Kim F. Storm  <storm@cua.dk>
6005         * calc/calc-forms.el (math-std-daylight-savings)
6006         (math-std-daylight-savings-old): Doc fix.
6008 2007-03-19  Juanma Barranquero  <lekktu@gmail.com>
6010         * progmodes/python.el (python-default-template): Doc fix.
6011         (python-buffer): Fix typo in docstring.
6013         * isearchb.el (isearchb-follow-char):
6014         * subr.el (def-edebug-spec): Fix typo in docstring.
6016 2007-03-19  Richard Stallman  <rms@gnu.org>
6018         * files.el (default-directory): Mark safe.
6019         (basic-save-buffer-2): Put proper dir name in error message.
6021         * simple.el (compose-mail): Run switch-function after
6022         setting up the mail buffer.
6024         * startup.el (inhibit-splash-screen, initial-major-mode): Doc fixes.
6026 2007-03-18  Jay Belanger  <belanger@truman.edu>
6028         * calc/calc-forms.el (math-parse-date): Fix a regular expression.
6029         (math-std-daylight-savings-new): Rename from
6030         `math-std-daylight-savings'.
6031         (math-std-daylight-savings-old): Rename from old value of
6032         `math-std-daylight-savings'.
6033         (math-std-daylight-savings): Use `math-std-daylight-savings-new' or
6034         `math-std-daylight-savings-old' depending on the year.
6036 2007-03-18  Detlev Zundel  <dzu@gnu.org>
6038         * emacs-lisp/re-builder.el (reb-update-overlays): Do not mark
6039         zero-width regexps as invalid but rather at least count them correctly.
6041 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
6043         * net/tls.el (open-tls-stream): In handshake-waiting loop,
6044         don't wait more if there is output available to process.
6046 2007-03-18  Nick Roberts  <nickrob@snap.net.nz>
6048         * progmodes/compile.el (compilation-find-file): Revert change
6049         from 2006-07-18 to allow completion of directory names.
6050         Reported by John Carter <john.carter@tait.co.nz>.
6052 2007-03-18  Kim F. Storm  <storm@cua.dk>
6054         * subr.el (when, unless): Doc fix.
6056 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
6058         * net/tls.el (tls-program): Doc fix.
6060 2007-03-17  Denis Bueno  <dbueno@gmail.com>  (tiny change)
6062         * autorevert.el (auto-revert-tail-handler):
6063         Call after-revert-hook.
6065 2007-03-17  Ryan Yeske  <rcyeske@gmail.com>
6067         * simple.el (switch-to-completions): No error if search for \n\n fails.
6069 2007-03-17  Chong Yidong  <cyd@stupidchicken.com>
6071         * simple.el (line-move-1):
6072         Respect `inhibit-line-move-field-capture' property.
6074 2007-03-13  Chong Yidong  <cyd@stupidchicken.com>
6076         * comint.el (comint-arguments): Mark backslash-escaped chars.
6077         (comint-delim-arg): Don't treat them as delimiters.
6079 2007-03-12  Kim F. Storm  <storm@cua.dk>
6080         * ido.el (ido-init-completion-maps): Remap delete-backward-char.
6082 2007-03-12  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
6084         * tempo.el (tempo-insert): Deal with 'r> if it appears
6085         specified with a prompt argument.
6087 2007-03-12  Carsten Dominik  <dominik@science.uva.nl>
6089         * textmodes/org.el (org-set-font-lock-defaults):
6090         Handle narrow table columns correctly.
6092 2007-03-12  Mark A. Hershberger  <mah@everybody.org>
6094         * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
6095         (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
6096         Return to use of the -no-properties variants.  There was
6097         consensus on emacs-devel that the speed of these variants was
6098         prefered since we are usually parsing files (from the internet
6099         or on disk) instead of XML created in Emacs.
6101         * eshell/esh-mode.el (eshell-handle-ansi-color): New function.
6102         Add customize option.
6104 2007-03-12  Glenn Morris  <rgm@gnu.org>
6106         * calc/calc-forms.el (math-std-daylight-savings): Switch to new
6107         North American rule.  Replace "daylight savings" with "daylight
6108         saving" in doc.
6110         * calendar/cal-china.el, cal-dst.el, calendar.el, diary-lib.el:
6111         * calendar/lunar.el, solar.el: Replace "daylight savings" with
6112         "daylight saving" in text.
6114         * woman.el (woman-change-fonts): Tweak previous change by using
6115         woman-request-regexp rather than "^\\.".
6117         * startup.el (command-line-1): Make insertion of
6118         initial-scratch-message not depend on scratch being selected.
6120 2007-03-11  Juri Linkov  <juri@jurta.org>
6122         * replace.el (match): Use yellow background on light-bg terminals.
6124 2007-03-11  Richard Stallman  <rms@gnu.org>
6126         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
6127         Correctly compute line number.
6129 2007-03-11  Guanpeng Xu  <herberteuler@hotmail.com>
6131         * type-break.el (type-break-get-previous-count):
6132         Repeat previous change here.
6134 2007-03-11  Dan Nicolaescu  <dann@ics.uci.edu>
6136         * progmodes/grep.el (grep-find-ignored-directories):
6137         Add .git and .bzr to list.
6139 2007-03-11  Andreas Schwab  <schwab@suse.de>
6141         * diff-mode.el (diff-apply-hunk): Use proper format string for error.
6143 2007-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6145         * mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name.
6147 2007-03-10  Chong Yidong  <cyd@stupidchicken.com>
6149         * faces.el (face-set-after-frame-default): Recalculate face
6150         customizations after applying X resources.
6152 2007-03-10  Ryan Yeske  <rcyeske@gmail.com>
6154         * net/rcirc.el (rcirc-timeout-seconds): New variable.
6155         (rcirc-keepalive-seconds): Remove variable.
6156         (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
6157         (rcirc-process, rcirc-user-disconnect): New variables.
6158         (rcirc-connect): Initalize new variables.
6159         (rcirc-keepalive): Don't send keepalive pings before connection
6160         is completed.
6161         (rcirc-sentinel): Do mark all channels with activity when
6162         connection is dropped.  Run hook with process buffer local.
6163         (rcirc-reschedule-timeout, rcirc-delete-process): New functions.
6164         (rcirc-buffer-process): Return value of rcirc-process if
6165         rcirc-server-buffer is nil.
6166         (rcirc-server-name): Return the reported server name.
6167         (rcirc-update-prompt): Simplify computation of the server name.
6168         (rcirc-format-response-string): Likewise.
6169         (rcirc-handler-001): Mark server as connected, record the reported
6170         server name, and schedule a timeout.
6171         (rcirc-track-nick): Add a spec for the tty class.
6172         (rcirc-user-non-nick): Remove function.
6173         (rcirc-nick-prefix-chars): Add variable.
6174         (rcirc-user-nick): Use above variable.
6176 2007-03-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
6178         * icomplete.el (icomplete-tidy, icomplete-exhibit):
6179         Bind deactivate-mark to nil.
6181 2007-03-10  Martin Rudalics  <rudalics@gmx.at>
6183         * complete.el (PC-do-completion): Bind dirlength to nil to avoid
6184         that buffer contents get erased during completion.
6186 2007-03-10  Glenn Morris  <rgm@gnu.org>
6188         * woman.el (woman-change-fonts): Add a hack to deal with
6189         font-escape followed by "." at start of a line.
6190         (woman2-IP): Add a hack to deal with consecutive requests.
6191         (woman2-tagged-paragraph): Extend existing hack to handle "sp".
6193 2007-03-10  Alan Mackenzie  <acm@muc.de>
6195         * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.
6197 2007-03-09  Richard Stallman  <rms@gnu.org>
6199         * abbrev.el (abbrev): Add `provide'.
6201 2007-03-09  Thien-Thi Nguyen  <ttn@gnu.org>
6203         * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.
6205 2007-03-09  Martin Rudalics  <rudalics@gmx.at>
6207         * complete.el (PC-try-completion): New function.
6208         (PC-do-completion, read-file-name-internal): Use it instead of
6209         try-completion.
6211 2007-03-08  Alan Mackenzie  <acm@muc.de>
6213         Remove stale tokens from `c-found-types' cache.
6215         * progmodes/cc-mode.el (c-unfind-enclosing-token)
6216         (c-unfind-coalesced-tokens, c-before-change): New functions.
6217         (c-maybe-stale-found-type): New variable.
6219         * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
6220         (c-trim-found-types): New functions.
6222 2007-03-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6224         * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.
6225         (debug-ignored-errors): Add entry from smerge-match-conflict.
6227 2007-03-08  J.D. Smith  <jdsmith@as.arizona.edu>
6229         * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
6230         special help topics for keywords.
6231         (idlwave-help-assistant-command): Include ".exe" for ms-dos
6232         etc.  Assistant command.
6234 2007-03-08  Chong Yidong  <cyd@stupidchicken.com>
6236         * replace.el (occur-engine): Move buffer-undo-list binding...
6237         (occur-1): ...to here.
6239         * complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
6241         * simple.el (minibuffer-completing-symbol): New var.
6242         (eval-expression): Use it.
6243         (completion-setup-function): Don't bind completion-base-size when
6244         completing a symbol in the minibuffer.
6246 2007-03-08  Nick Roberts  <nickrob@snap.net.nz>
6248         * progmodes/gud.el (gdb): Pop up current GUD buffer if user
6249         tries to start a second session in graphical mode.
6251 2007-03-07  Miles Bader  <miles@gnu.org>
6253         * international/isearch-x.el
6254         (isearch-process-search-multibyte-characters):
6255         Strip text-properties from PROMPT to avoid an error from read-string.
6257 2007-03-07  Kim F. Storm  <storm@cua.dk>
6259         * complete.el (PC-bindings): Remap lisp-complete-symbol to
6260         PC-lisp-complete-symbol instead of binding M-TAB in global-map.
6262 2007-03-07  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
6264         * complete.el (PC-do-completion): Delete duplicates in the list of
6265         possible completions.
6267 2007-03-07  Glenn Morris  <rgm@gnu.org>
6269         * ses.el (ses-mode): Doc fix.
6271 2007-03-06  Kim F. Storm  <storm@cua.dk>
6273         * isearch.el (isearch-message-prefix): Undo 2007-03-01 change.
6275 2007-03-06  Kenichi Handa  <handa@m17n.org>
6277         * term/x-win.el (x-select-utf8-or-ctext): Improve the strategy.
6279 2007-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6281         * simple.el (completion-setup-function): Improve last fix so it doesn't
6282         set it to a relative directory name either.
6284 2007-03-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6286         * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
6288 2007-03-05  Richard Stallman  <rms@gnu.org>
6290         * emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type.
6292         * files.el (find-file-noselect): No error if file no longer exists.
6293         Display a message and avoid other questions.
6295 2007-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6297         * pcomplete.el (pcomplete-show-completions): Improve last change, so
6298         as not to use an invisible window and to create a window if none exist.
6300         * progmodes/python.el (python-send-command): Restart proc if necessary.
6301         (python-proc): Simplify.
6303 2007-03-05  David Hansen  <david.hansen@gmx.net>  (tiny change)
6305         * pcomplete.el (pcomplete-show-completions): Search all frames for
6306         completions buffer.
6308 2007-03-05  Chong Yidong  <cyd@stupidchicken.com>
6310         * cus-edit.el (customize-save-variable): Clear customized-value
6311         property (saved values are now put in theme-value property).
6312         (customize-set-variable): Doc fix.
6314         * complete.el (PC-do-completion): If completion-ignore-case is
6315         non-nil, replace field with completion string before exiting.
6317 2007-03-05  Michael Albinus  <michael.albinus@gmx.de>
6319         * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
6320         Append its extension to the resulting temporary file name.
6321         (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it.
6323         * net/tramp-smb.el (tramp-smb-handle-file-local-copy)
6324         (tramp-smb-handle-write-region): Apply it.
6326 2007-03-05  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
6328         * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
6329         Redo previous change.
6331 2007-03-04  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
6333         * diff-mode.el (diff-mode): Doc fix.
6335 2007-03-05  Kenichi Handa  <handa@m17n.org>
6337         * international/characters.el: Set category `l' (latin)
6338         for more characters.
6340 2007-03-04  Kim F. Storm  <storm@cua.dk>
6342         * emacs-lisp/authors.el (authors-aliases): Add alias.
6344 2007-03-04  Glenn Morris  <rgm@gnu.org>
6346         * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show
6347         all when switching major mode.
6348         (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
6349         (hs-block-start-mdata-select, hs-block-end-regexp)
6350         (hs-forward-sexp-func, hs-adjust-block-beginning):
6351         Do not make these variables permanent-local.
6353 2007-03-04  Richard Stallman  <rms@gnu.org>
6355         * progmodes/cperl-mode.el (cperl-mode):
6356         Modify cperl-compilation-error-regexp-alist by appending.
6358         * emacs-lisp/edebug.el (edebug-kill-buffer): New function.
6359         (edebug-mode): Add the hook.
6360         (edebug-recursive-edit): Remove the hook on exiting.
6362         * type-break.el (type-break-get-previous-time):
6363         Handle end-of-file errors specially
6364         so they don't get reported wrong in .emacs.
6366         * startup.el (fancy-splash-text): Clarify text.
6368         * simple.el (beginning-of-buffer, end-of-buffer):
6369         Avoid treating plain C-u like numeric arg.
6371         * simple.el (completion-setup-function): Don't set
6372         default-directory to nil.
6374         * shell.el (shell-dirstack-query): Doc fix.
6376         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
6377         Don't select the window -- pass it to primitives instead.
6379         * faces.el (minibuffer-prompt): Use medium blue by default.
6381 2007-03-04  David Kastrup  <dak@gnu.org>
6383         * jit-lock.el (jit-lock-stealth-time): Change default to nil.
6384         Preserve 16 as default value for "seconds" when customizing.
6386 2007-03-04  Carsten Dominik  <dominik@science.uva.nl>
6388         * textmodes/org.el (org-self-insert-command)
6389         (orgtbl-self-insert-command, org-delete-char)
6390         (org-delete-backward-char): Set the `flyspell-delayed' property.
6392 2007-03-03  Chong Yidong  <cyd@stupidchicken.com>
6394         * international/mule.el (find-auto-coding): Don't search for
6395         line-ending characters past the end of the tail.
6397 2007-03-03  Christopher Allan Webber  <cwebber@dustycloud.org>  (tiny change)
6399         * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
6400         Jump to the line where new score has been uploaded.
6402         * play/tetris.el (tetris-move-bottom, tetris-move-left)
6403         (tetris-move-right, tetris-rotate-prev, tetris-rotate-next):
6404         Do nothing when the game is paused.
6406 2007-03-03  Carsten Dominik  <dominik@science.uva.nl>
6408         * textmodes/org.el (org-set-tags): Prevent slipping of point
6409         during completion.
6411 2007-03-01  Lennart Borgman  <lennart.borgman.073@student.lu.se>
6413         * isearch.el (isearch-message-prefix):
6414         Use minibuffer-prompt-properties.
6416 2007-03-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6418         * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
6419         (ps-setup): Print which Emacsen is running ps-print package.
6421 2007-03-01  Stuart Herring  <herring@lanl.gov>
6423         * files.el (set-auto-mode-0): Use `indirect-function'.
6424         (hack-one-local-variable): Don't reapply current major mode.
6426 2007-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6428         * progmodes/python.el (python-quote-syntax): Don't bother with
6429         syntax-ppss-context.
6430         (python-fill-paragraph): Make sure that fenced-string delimiters that
6431         stand on their own line stay there.
6433 2007-03-01  Lennart Borgman  <lennart.borgman.073@student.lu.se>
6435         * replace.el (perform-replace): Propertize message.
6437 2007-03-01  Carsten Dominik  <dominik@science.uva.nl>
6439         * textmodes/org.el (org-prepare-agenda-buffers): Also check for
6440         invisible heading.
6442 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
6444         * net/tramp.el (tramp-file-name-handler): Revert last change.
6446 2007-02-28  Nick Roberts  <nickrob@snap.net.nz>
6448         * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump):
6449         Correct doc strings.
6451 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
6453         * replace.el (perform-replace): Undo forward-char immediately if
6454         non-adjacent search fails.
6456 2007-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6458         * version.el (emacs-major-version, emacs-minor-version):
6459         string-to-int -> string-to-number.
6461 2007-02-28  Juanma Barranquero  <lekktu@gmail.com>
6463         * help.el (where-is): Fail gracefully when not passed a command.
6465 2007-02-28  Stuart Herring  <herring@lanl.gov>
6467         * find-lisp.el (find-lisp-default-directory-predicate):
6468         Fix bug: Do symlink check on expanded filename.
6470 2007-02-28  Carsten Dominik  <dominik@science.uva.nl>
6472         * textmodes/org.el (org-set-tags, org-table-get-field): Avoid case
6473         changes during replacement.
6474         (org-agenda-mode-map): Add default binding for `org-agenda-archive'.
6476 2007-02-28  Lars Hansen  <larsh@soem.dk>
6478         * desktop.el: Delete header line listing me as maintainer.
6480 2007-02-28  Glenn Morris  <rgm@gnu.org>
6482         * tutorial.el (tutorial--describe-nonstandard-key): Tweak text in
6483         the menus case.
6485 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
6487         * net/tramp.el (tramp-file-name-handler): Inhibit modification
6488         hooks to avoid confusion when combining after-change calls.
6490 2007-02-27  Ken Manheimer  <ken.manheimer@gmail.com>
6492         * allout.el (allout-encrypt-string): Remove inhibition of gpg-agent,
6493         now that pgg-gpg-process-region correctly honors passed-in passphrase.
6494         (allout-distinctive-bullets-string): Add info about bullet conventions.
6495         (allout-mode): Add info about distinctive vs plain bullets.
6497 2007-02-27  Carsten Dominik  <dominik@science.uva.nl>
6499         * textmodes/org.el (org-archive-subtree): Quote variable name.
6500         (org-agenda-get-todos): Make sure skip properties are checked correctly.
6502 2007-02-26  Nick Roberts  <nickrob@snap.net.nz>
6504         * progmodes/gud.el (gud-bashdb-history, gud-bashdb-marker-filter)
6505         (gud-bashdb-command-name, bashdb): Remove.
6506         (gud, gud-menu-map): Remove references to bash/bashdb.
6508 2007-02-26  Andrey Zhdanov  <susuman@hotmail.com>  (tiny change)
6510         * progmodes/gud.el (gud-pdb-marker-regexp): Add optional <module>
6511         keyword for Python 2.5.
6513 2007-02-26  Romain Francoise  <romain@orebokech.com>
6515         * net/net-utils.el (whois-server-tld): Update server for .org.
6516         (whois-server-list): Add whois.publicinterestregistry.net.
6517         (whois-guess-server): Fix formatting in docstring.
6519 2007-02-26  Kim F. Storm  <storm@cua.dk>
6521         * mouse.el (mouse-show-mark): Run hooks and perform command
6522         remapping for mouse-region-delete-keys.
6524 2007-02-26  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
6526         * font-core.el (font-lock-mode): Doc fix.
6528 2007-02-25  Kim F. Storm  <storm@cua.dk>
6530         * ido.el (ido-buffer-internal): Set this-command to fallback command.
6531         Add selected buffer to buffer-name-history.
6532         (ido-file-internal): Set this-command to fallback command.
6533         Add file names to file-name-history.
6535         * emacs-lisp/map-ynp.el (map-y-or-n-p):
6536         Apply minibuffer-prompt-properties.
6538 2007-02-25  Andreas Schwab  <schwab@suse.de>
6540         * files.el (hack-one-local-variable-eval-safep): Correct handling
6541         of edebug-form-spec property value.  Reported by Johan Bockg\e,Ae\e(Brd.
6543 2007-02-25  Carsten Dominik  <dominik@science.uva.nl>
6545         * textmodes/org.el (org-table-overlay-coordinates)
6546         (org-table-toggle-coordinate-overlays): New functions.
6547         (org-table-overlay-coordinates, org-table-coordinate-overlays):
6548         New variables.
6549         (org-startup-with-deadline-check): Remove option.
6550         (org-mode): Remove deadline check on startup.
6551         (org-table-limit-column-width): Remove option.
6552         (org-table-formula-numbers-only): Remove option.
6553         (org-link-style, org-link-format): Remove options.
6554         (org-select-agenda-window, org-fit-agenda-window): Remove options.
6555         (org-export-ascii-show-new-buffer)
6556         (org-export-html-show-new-buffer): Remove options.
6557         (org-activate-links): Remove camel option.
6558         (org-file-link-context-use-camel-case): Remove option.
6559         (org-camel-regexp): Remove variable.
6560         (org-activate-camels): Remove function.
6561         (org-store-link): Remove Camel stuff.
6562         (org-make-org-heading-camel): Remove function.
6563         (org-open-at-point): Remove camel stuff.
6564         (org-link-search): Remove camel stuff.
6565         (org-camel-to-words): Function removed.
6566         (org-get-agenda-file-buffer): Make sure we prepare the base
6567         buffers, not any indirect buffers.
6568         (org-sort-entries): Sort top-level when not on a headline, and no
6569         active region.
6570         (org-in-regexp): New function.
6571         (org-search-not-self): Rename from `org-search-not-link'.
6572         (org-open-link-marker): New variable.
6573         (org-open-at-point): Set `org-open-link-marker'.
6574         (org-print-icalendar-entries): Fixe bug with excluding DONE
6575         entries from the exported list.
6576         (org-edit-formula-lisp-indent): New command.
6577         (orgtbl-to-texinfo, orgtbl-to-html): New functions.
6578         (orgtbl-to-latex, orgtbl-insert-radio-table)
6579         (orgtbl-toggle-comment, orgtbl-send-table): New functions.
6580         (orgtbl-radio-table-templates): New option.
6581         (org-store-link-props):
6582         (org-remember-templates): More possibilities to insert info
6583         into templates.
6584         (org-remember-apply-template): Make use of the extended
6585         template capabilities.
6586         (org-remember-redo-template): New command.
6587         (org-upgrade-old-links)
6588         (org-table-modify-formulas, org-table-replace-in-formulas)
6589         (org-table-find-dataline)
6590         (org-table-get-vertical-vector): Remove functions.
6591         (org-table-remove-rectangle-highlight)
6592         (org-time-stamp-format, org-toggle-log-option)
6593         (org-table-highlight-rectangle)
6594         (org-table-iterate, org-table-make-reference):
6595         (org-translate-time, org-tree-to-indirect-buffer)
6596         (org-table-field-info, org-table-fix-formulas)
6597         (org-table-force-dataline, org-table-get-descriptor-line)
6598         (org-table-get-range)
6599         (org-skip-comments, org-sort)
6600         (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
6601         (org-table-current-dline, org-table-current-field-formula)
6602         (org-table-edit-backward-field)
6603         (org-table-edit-formulas-post-command)
6604         (org-table-edit-line-down, org-table-edit-line-up)
6605         (org-agenda-archive)
6606         (org-agenda-clock-cancel)
6607         (org-agenda-clock-out, org-agenda-list-stuck-projects)
6608         (org-agenda-open-link, org-agenda-show-new-time)
6609         (org-agenda-skip-subtree-when-regexp-matches)
6610         (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
6611         (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
6612         (org-do-sort, org-file-image-p, org-find-overlays)
6613         (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
6614         (org-highlight-until-next-command, org-isearch-end)
6615         (org-match-any-p, org-next-link, org-previous-link):
6616         (org-remove-subtree-entries-from-agenda, org-replace-escapes)
6617         (org-rewrite-old-row-references)
6618         (org-isearch-post-command)
6619         (org-table-edit-move, org-table-edit-next-field)
6620         (org-table-edit-scroll, org-table-edit-scroll-down)
6621         (org-set-frame-title, org-show-reference)
6622         (org-unhighlight-once, org-verify-change-for-undo): New functions.
6623         (org-show-variable): Remove command.
6624         (org-add-log-maybe): New arguments STATE, FINDPOS
6625         (org-table-sort-lines): Rewrite from scratch.
6626         (org-link-search): New argument AVOID-POS.
6627         (org-print-icalendar-entries): Remove argument CATEGORY.
6628         (org-run-agenda-series): Remove argument WONDOW.
6629         (org-next-link, org-previous-link): New commands.
6630         (org-agenda-date-format): New option.
6631         (org-table-iterate): New command.
6632         (org-table-modify-formulas)
6633         (org-table-replace-in-formulas): Remove functions.
6634         (org-table-fix-formulas): New function.
6635         (org-table-insert-column, org-table-delete-column)
6636         (org-table-move-column): Use `org-table-fix-formulas'.
6637         (org-follow-gnus-link): Patch from Bastien/Leo.
6638         (org-table-current-field-formula): New function.
6639         (org-file-image-p): New function.
6640         (org-agenda-show-new-time): New function.
6641         (org-agenda-date-later): Call `org-agenda-show-new-time'.
6642         (org-with-remote-undo): New macro.
6643         (org-agenda-undo): New command.
6644         (org-verify-change-for-undo): New function.
6645         (org-time-stamp-format): New function.
6646         (org-agenda-get-timestamps): Skip scheduled if DONE and requested
6647         by user.
6648         (org-match-any-p): New function.
6649         (org-make-tags-matcher): Handle regular expressions for tag and
6650         todo matches.
6651         (org-read-date): Accept "+N" as input for a date relative to the
6652         current date.
6653         (org-remove-subtree-entries-from-agenda): New function.
6654         (org-agenda-archive, org-agenda-kill):
6655         Use `org-remove-subtree-entries-from-agenda'.
6656         (org-do-sort, org-sort-entries): New functions.
6657         (org-sort): New command.
6658         (org-table-sort-lines): Use `org-do-sort'.
6659         (org-fix-decoded-time): New function.
6660         (org-table-number-regexp): Require 0x... to identify as number
6661         in tables.
6662         (org-startup-options): New keywords for note taking.
6663         (org-upgrade-old-links): Remove function.
6664         (org-get-repeat): New function.
6665         (org-show-context): Also show siblings on current level.
6666         (org-show-siblings): New function.
6667         (org-isearch-end, org-isearch-post-command): New functions.
6668         (org-show-siblings): New option.
6669         (org-show-context): Use `org-show-siblings'.
6670         (org-table-maybe-recalculate-line): No longer require `calc-eval'
6671         to be bound, because user may just use elisp.
6673 2007-02-24  Kim F. Storm  <storm@cua.dk>
6675         * emulation/cua-base.el (cua-paste): Handle x-clipboard-yank.
6676         (cua--init-keymaps): Remap x-clipboard-yank to cua-paste.
6678 2007-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
6680         * startup.el (command-line): Also check if the abbrev file is readable.
6682 2007-02-24  John Paul Wallington  <jpw@pobox.com>
6684         * net/tls.el (tls-certtool-program): Fix custom type.
6686         * mail/feedmail.el (feedmail-message-id-generator)
6687         (feedmail-date-generator): Fix custom types.
6689         * mail/rmail.el (rmail-message-filter): Fix custom type.
6691 2007-02-24  Eli Zaretskii  <eliz@gnu.org>
6693         * startup.el (command-line): If simple.el cannot be found, proceed
6694         with a warning message.
6696 2007-02-24  Kenichi Handa  <handa@m17n.org>
6698         * international/utf-8.el (utf-8-pre-write-conversion): Handle the
6699         case that BEG is a string.
6701 2007-02-24  Chris Moore  <dooglus@gmail.com>
6703         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
6704         * pgg-pgp.el (pgg-pgp-encrypt-region):
6705         * pgg-gpg.el (pgg-gpg-encrypt-region):
6706         Check pgg-encrypt-for-me if no other recipients.
6708 2007-02-23  Eli Zaretskii  <eliz@gnu.org>
6710         * mail/rmailedit.el (rmail-cease-edit): Restore the Rmail toolbar.
6712         * textmodes/sgml-mode.el (sgml-validate): Quote the file name with
6713         shell-quote-argument.
6715 2007-02-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6717         * comint.el (comint-read-input-ring): Use comint-input-ring-size
6718         from the comint buffer instead of the temporary one.
6720 2007-02-23  David Reitter  <david.reitter@gmail.com>
6722         * cus-edit.el (custom-save-all): Canonicalize custom-file before
6723         storing it in recentf-exclude.
6725 2007-02-23  Chong Yidong  <cyd@stupidchicken.com>
6727         * startup.el (fancy-splash-screens): Make cursor-type buffer-local
6728         in splash screen.
6730 2007-02-22  J.D. Smith  <jdsmith@as.arizona.edu>
6732         * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
6733         commands, for restart.
6734         (idlwave-shell-current-module): Fix handling of module name by type.
6735         (idlwave-shell-break-in): Update type handling.
6736         (idlwave-shell-bp-get): Encode type in BP structure.
6737         (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
6738         (idlwave-shell-module-source-query): Query routine info based on type.
6739         Fix path parsing for non-compiled files.
6740         (idlwave-shell-module-source-filter): Don't signal error in filter
6741         if no source found.
6742         (idlwave-shell-set-bp-in-module): Use fallback source to prevent
6743         filter race.
6745 2007-02-22  Kim F. Storm  <storm@cua.dk>
6747         * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
6748         (editable-field): Document need to put some text before the %v
6749         escape in :format string.
6751 2007-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6753         * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
6754         (vc-svn-use-edit): Remove unused config var.
6755         (vc-svn-update, vc-svn-revert): Checkout is always implicit.
6757         * outline.el (hide-sublevels): Keep empty last line, if available.
6759         * buff-menu.el (list-buffers-noselect): Use explicit unicode code
6760         rather than the corresponding unicode char, to make the code
6761         more readable.
6763 2007-02-19  Juanma Barranquero  <lekktu@gmail.com>
6765         * speedbar.el (speedbar-frame-mode, speedbar-frame-width)
6766         (speedbar-show-unknown-files, speedbar-item-info-file-helper)
6767         (speedbar-item-info-tag-helper): Doc fixes.
6769 2007-02-19  Kenichi Handa  <handa@m17n.org>
6771         * international/mule-cmds.el (locale-language-names):
6772         Map "eo" to "Esperanto".
6774         * language/european.el ("Esperanto"): New language environment.
6776 2007-02-17  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
6778         * simple.el (kill-line): Doc fix.
6780 2007-02-17  Kim F. Storm  <storm@cua.dk>
6782         * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.
6783         (bindat--unpack-item, bindat--length-group, bindat--pack-item)
6784         (bindat--unpack-group, bindat--pack-group):
6785         Handle vectors with optional element type.
6787 2007-02-17  Daiki Ueno  <ueno@unixuser.org>
6789         * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
6790         if PASSPHRASE is given.
6792 2007-02-17  Chris Moore  <dooglus@gmail.com>
6794         * jka-cmpr-hook.el (jka-compr-compression-info-list):
6795         Recognize backups of bz2 compressed files.
6797 2007-02-17  Eli Zaretskii  <eliz@gnu.org>
6799         * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
6800         to nil to speed up lookup of the symbol in index nodes.
6802 2007-02-17  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
6804         * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
6805         Add indentation for the constants of Lisp.
6807 2007-02-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6809         * ps-print.el: Use (defvar <foo>) where applicable.
6810         (ps-print-emacs-type): Remove.
6811         (ps-x-frame-property, ps-e-frame-parameter): Remove.
6812         (ps-frame-parameter): Align its call-convention with frame-parameter.
6813         (ps-begin-job): Adjust calls to it appropriately.
6814         (ps-setup): Don't print ps-print-emacs-type.
6815         (ps-e-find-composition, ps-mark-active-p, ps-color-device):
6816         Define in such a way that it's obvious that it's defined.
6817         (ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
6818         (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
6819         (ps-jts-ps-setup): Use flavor-neutral syntax instead.
6821 2007-02-15  Alan Mackenzie  <acm@muc.de>
6823         * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting
6824         an empty one-line C-style comment, post-position point properly.
6826 2007-02-15  Chris Moore  <dooglus@gmail.com>
6828         * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
6829         (isearch-lazy-highlight-new-loop): Bind it.
6830         (isearch-lazy-highlight-search): Use it.
6832         * replace.el (replace-highlight): Bind search-whitespace-regexp to nil.
6834 2007-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6836         * font-lock.el (font-lock-extend-region-wholelines):
6837         Only return non-nil if the region has really been changed.
6838         Reported by David Hansen <david.hansen@physik.fu-berlin.de>
6840 2007-02-15  Juanma Barranquero  <lekktu@gmail.com>
6842         * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
6843         (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
6844         (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
6846 2007-02-14  Juanma Barranquero  <lekktu@gmail.com>
6848         * faces.el (color-values): Revert changes to docstring from
6849         2007-01-31 and 2000-09-07.
6851         * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
6852         (ispell-begin-skip-region-regexp): Fix typos in docstrings.
6853         (ispell-dictionary-alist, ispell-process-line): Doc fixes.
6854         (ispell-help): Fix typos in docstring and output message.
6856 2007-02-14  Kim F. Storm  <storm@cua.dk>
6858         * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
6859         (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
6860         (grep): Fix lgrep reference.
6862         * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
6863         (standard-display-underline): Use make-glyph-code.
6865         * descr-text.el (describe-char): Use glyph-char and glyph-face.
6867         * international/latin1-disp.el (latin1-display-char):
6868         Use make-glyph-code.
6870 2007-02-13  Juanma Barranquero  <lekktu@gmail.com>
6872         * ehelp.el (with-electric-help, electric-help-exit)
6873         (electric-help-retain): Doc fixes.
6875         * emacs-lisp/bytecomp.el (byte-compile-dest-file)
6876         (byte-compile-file): Doc fixes.
6878 2007-02-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6880         * term/mac-win.el: Change all uses of
6881         mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
6882         (mac-ae-number): Return integer 0 if coerced result is float 0.0.
6883         (mac-ae-get-url): Call select-frame-set-input-focus.
6884         (mac-dnd-handle-drag-n-drop-event): Don't call
6885         select-frame-set-input-focus.
6887 2007-02-13  Kenichi Handa  <handa@m17n.org>
6889         * international/characters.el: Fix documentation of category `a'.
6891 2007-02-11  Dan Nicolaescu  <dann@ics.uci.edu>
6893         * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring.
6895 2007-02-12  Michael Albinus  <michael.albinus@gmx.de>
6897         * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
6898         (tramp-get-remote-ln): Handle error case.
6899         Reported by Chris Moore <dooglus@gmail.com>.
6901 2007-02-11  Kim F. Storm  <storm@cua.dk>
6903         * bindings.el (ctl-x-map): Remove register compatibility bindings
6904         C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
6906 2007-02-11  Richard Stallman  <rms@gnu.org>
6908         * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
6909         in load history.
6911         * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
6912         condition -- don't fail to stop at endpos.
6914 2007-02-11  Carsten Dominik  <dominik@science.uva.nl>
6916         * textmodes/org.el (org-agenda-get-todos)
6917         (org-agenda-get-timestamps, org-agenda-get-closed)
6918         (org-agenda-get-deadlines, org-agenda-get-scheduled)
6919         (org-agenda-get-blocks, org-format-agenda-item)
6920         (org-agenda-change-all-lines, org-scan-tags): Rename text property
6921         from `category' to `org-category'.
6923 2007-02-11  Kenichi Handa  <handa@m17n.org>
6925         * international/titdic-cnv.el (titdic-convert): Force files be written
6926         with Unix-like eol format.  Read files under CXTERM-DIC by raw-text.
6927         (miscdic-convert): Force files be written with Unix-like eol format.
6929 2007-02-11  Juanma Barranquero  <lekktu@gmail.com>
6931         * files.el (change-major-mode-with-file-name): Fix typo in docstring.
6933         * calculator.el (calculator-prompt): Doc fix.
6934         (calculator-mode-map): Fix typo in menu entry.
6936 2007-02-10  Jay Belanger  <belanger@truman.edu>
6938         * calculator.el (calculator): Do more extensive checking for when
6939         3 lines should be used for the calculator.
6941 2007-02-10  Eli Zaretskii  <eliz@gnu.org>
6943         * info-look.el (info-lookup-make-completions):
6944         Bind Info-fontify-maximum-menu-size to nil to speed up lookup of
6945         index nodes.
6947         * info.el (Info-fontify-maximum-menu-size): Document the effect
6948         of a nil value.
6949         (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
6950         non-nil before using it as size.
6952 2007-02-09  Chong Yidong  <cyd@stupidchicken.com>
6954         * subr.el (insert-for-yank-1): Prevent read-only properties from
6955         interfering with text property operations.
6957         * image-mode.el (image-mode): Revert 2007-01-30 changes.
6959         * image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
6960         (image-type-auto-detected-p): Fail if another match is found in
6961         auto-mode-alist.
6963         * files.el (magic-mode-alist): Call image-mode instead of
6964         image-mode-maybe for autodetected images.
6966 2007-02-09  Juanma Barranquero  <lekktu@gmail.com>
6968         * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
6969         Fix typos in docstrings.
6970         (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
6972 2007-02-09  Kim F. Storm  <storm@cua.dk>
6974         * emacs-lisp/float-sup.el: Remove obsolete comment.
6976 2007-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6978         * diff-mode.el (diff-sanity-check-hunk): Fix last fix.
6980 2007-02-08  Karl Fogel  <kfogel@red-bean.com>
6982         * simple.el: Revert previous change, at request of RMS:
6983         (fundamental-mode-hook): Remove.
6984         (fundamental-mode): Run after-change-major-mode-hooks manually,
6985         and don't run the now-nonexistent fundamental-mode-hook.
6987 2007-02-08  Karl Fogel  <kfogel@red-bean.com>
6989         * simple.el (fundamental-mode-hook): Declare new hook.
6990         (fundamental-mode): Run the new dedicated hook, and don't run
6991         after-change-major-mode-hooks manually anymore.
6993 2007-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6995         * vc-svn.el (vc-svn-merge-news): Understand the new format with two
6996         added columns of chars.  Remove support for the "no-meta-info" format.
6997         Prompted by Romain Francoise <romain@orebokech.com>.
6999 2007-02-07  Nick Roberts  <nickrob@snap.net.nz>
7001         * progmodes/gdb-ui.el (gdb-if-arrow): New macro.
7002         (gdb-mouse-until, gdb-mouse-jump): Use it.
7004 2007-02-07  Nick Roberts  <nickrob@snap.net.nz>
7006         * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Make them
7007         work when there is just an assembler buffer (no source buffer).
7009 2007-02-07  Per Cederqvist  <ceder@lysator.liu.se>  (tiny change)
7011         * diff-mode.el (diff-sanity-check-hunk): Don't reject the hunk
7012         just because the diff was produced using "-p" (--show-c-function).
7014 2007-02-07  Juanma Barranquero  <lekktu@gmail.com>
7016         * faces.el (frame-set-background-mode): Use `color-values' and
7017         `display-color-p', not `x-color-values' and `x-display-color-p'.
7018         (face-valid-attribute-values): Use `defined-colors' instead of
7019         `x-defined-colors'.
7021 2007-02-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7023         * ps-print.el: The ps-print commands without face printing should not
7024         print background color.  Reported by Leo <sdl.web@gmail.com>.
7025         (ps-print-version): New version 6.7.3.
7026         (ps-begin-job): New arg.  Fix ps-default-background and
7027         ps-default-foreground initialization.
7028         (ps-face-attributes): Fix doc string.
7029         (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
7031         * printing.el: Fix ps-print link.
7033 2007-02-06  Chong Yidong  <cyd@stupidchicken.com>
7035         * faces.el (face-set-after-frame-default): Compile attributes to
7036         be set by frame parameters before merging in X resources.
7038 2007-02-06  Juanma Barranquero  <lekktu@gmail.com>
7040         * simple.el (blink-matching-paren-dont-ignore-comments):
7041         (blink-matching-paren-on-screen): Doc fixes.
7043 2007-02-06  Nick Roberts  <nickrob@snap.net.nz>
7045         * progmodes/gdb-ui.el (gdb-frames-mode): Truncate lines in stack buffer.
7047 2007-02-05  Juanma Barranquero  <lekktu@gmail.com>
7049         * loadhist.el (unload-feature): Silently ignore `load-history' entries
7050         of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
7051         entries like `defun'.  Return nil.
7053 2007-02-05  Kim F. Storm  <storm@cua.dk>
7055         * ido.el: Doc fixes.
7057 2007-02-04  David Kastrup  <dak@gnu.org>
7059         * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
7060         `mpuz-allow-double-multiplicator' is non-zero, and correct
7061         calculation of `min'.
7063 2007-02-04  Per Abrahamsen  <abraham@dina.kvl.dk>
7065         * wid-edit.el (widget-default-create): Insert new text at the
7066         :from marker _after_ the marker, not before it.
7068 2007-02-04  Alan Mackenzie  <acm@muc.de>
7070         * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
7071         containing it is re-indented.
7073 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
7075         * net/newsticker.el (newsticker--insert-image): Update docstring,
7076         and insert the image directly.
7077         (newsticker--buffer-redraw): Update docstring.
7079         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
7080         Rename from define-global-minor-mode.
7082         * progmodes/cwarn.el (global-cwarn-mode):
7083         * emacs-lisp/autoload.el (make-autoload):
7084         * hi-lock.el (global-hi-lock-mode):
7085         * font-core.el (global-font-lock-mode): All callers changed.
7087 2007-02-03  Eli Zaretskii  <eliz@gnu.org>
7089         * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
7090         Don't copy @ignore lines into menu descriptions.
7091         (texinfo-multi-file-update): Goto the @node line before attempting
7092         to pluck the node name.
7093         (texinfo-multiple-files-update): Reverse the optional arguments'
7094         order, as per the doc string and the `interactive' form.
7096 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
7098         * image-mode.el: Use autoload to avoid overriding disabled setting
7099         applied in .emacs.
7101 2007-02-03  Alan Mackenzie  <acm@muc.de>
7103         * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
7104         for, e.g. "void (*hdone)();" in a k&r list.  (No WS between
7105         adjacent paren groups).
7107 2007-02-02  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7109         * progmodes/ebnf2ps.el: Doc fixes.
7110         (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
7112 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
7114         * dired-x.el (dired-do-relsymlink): Add reference to
7115         dired-do-symlink.  Add an autoload cookie.
7117         * dired-aux.el (dired-do-symlink): Add reference to
7118         dired-do-relsymlink.
7120 2007-02-02  Doug Maxey  <dwm@enoyolf.org>  (tiny change)
7122         * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
7123         <left-fringe mouse-3>: New bindings.
7125 2007-02-02  Ulf Jasper  <ulf.jasper@web.de>
7127         * net/newsticker.el (newsticker-version): Changed to "1.10".
7128         (newsticker--set-customvar): Doc string.
7129         (newsticker-new-item-face): Doc string.
7130         (newsticker-mode): Initialize `invisibility-spec' with t.
7131         (newsticker-mode-map): Added
7132         `newsticker-mark-all-items-at-point-as-read'.
7133         (newsticker-menu): Added narrow-to-item and narrow-to-feed.
7134         (newsticker-w3m-show-inline-images): Do not call
7135         `w3m-remove-image'.
7136         (newsticker--buffer-after-w3m-insert-image): New advice for
7137         w3m-insert-image to cache images.
7138         (newsticker-next-item-same-feed): New.
7139         (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
7140         (newsticker-mark-all-items-of-feed-as-read): New.
7141         (newsticker-mark-all-items-at-point-as-read): Use new functions.
7142         (newsticker-mark-item-at-point-as-read): Doc string.
7143         (newsticker-mark-item-at-point-as-read): Use new functions.
7144         (newsticker--do-mark-item-at-point-as-read): New, extracted from
7145         `newsticker-mark-item-at-point-as-read'.
7146         (newsticker-hide-entry): Use (t) instead of t for invisibility.
7147         (newsticker--sentinel): Yet another xml-parser workaround.
7148         (newsticker--decode-iso8601-date): Bugfix for datestrings without
7149         days.
7150         (newsticker--buffer-do-insert-text): Fix.
7151         (newsticker--buffer-insert-enclosure): Fix.  Length might be missing.
7152         (newsticker--buffer-make-item-completely-visible):
7153         `switch-to-buffer' not necessary.
7155 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
7157         * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
7158         (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
7159         (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
7160         (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
7161         (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
7163 2007-02-02  Kenichi Handa  <handa@m17n.org>
7165         * international/quail.el (quail-show-key): Fix an error message.
7167 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
7169         * faces.el (set-face-underline-p, modify-face): Rename arg
7170         UNDERLINE-P to UNDERLINE (it is not a flag).
7172 2007-02-01  Nick Roberts  <nickrob@snap.net.nz>
7174         * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
7175         when adding gdb-speedbar-update to gdb-input-queue.
7177 2007-02-01  Kenichi Handa  <handa@m17n.org>
7179         * international/quail.el (quail-show-key): Signal an error if the
7180         current input method is not using Quail.
7182 2007-02-01  J.D. Smith  <jdsmith@as.arizona.edu>
7184         * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
7185         Trim leading whitespace in sysvar names.
7187 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
7189         * faces.el (internal-find-face, internal-get-face): Doc fixes.
7191 2007-01-31  Juanma Barranquero  <lekktu@gmail.com>
7193         * ido.el (ido-set-common-completion): Use `let', not `let*'.
7195 2007-01-31  Romain Francoise  <romain@orebokech.com>
7197         * comint.el: Delete extra copy of `comint-copy-old-input' added in
7198         previous change to this file.
7200 2007-01-31  Jason Rumney  <jasonr@gnu.org>
7202         * files.el (magic-mode-alist): Use image-mode-maybe rather than
7203         image-mode.
7205         * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
7206         interfering with attempt to set major mode from modified
7207         auto-mode-alist.
7209 2007-01-31  Juanma Barranquero  <lekktu@gmail.com>
7211         * faces.el (color-values): Doc fix.
7212         (face-differs-from-default-p): Don't check :foreground twice.
7214 2007-01-31  J.D. Smith  <jdsmith@as.arizona.edu>
7216         * comint.el (comint-mode): Prevent non-keyword fontification by default.
7218 2007-01-31  Kenichi Handa  <handa@m17n.org>
7220         * international/quail.el (quail-store-decode-map-key): Store a
7221         translated character too.
7222         (quail-char-equal-p): New function.
7223         (quail-find-key1): Check character equality by quail-char-equal-p.
7224         (quail-decode-map-generated): New variable.
7225         (quail-find-key): Check quail-decode-map-generated and re-generate
7226         a decode map if necessary.
7228 2007-01-30  Richard Stallman  <rms@gnu.org>
7230         * tutorial.el (tutorial--detailed-help): Make the list of
7231         changed keys look nicer.
7233 2007-01-30  Nick Roberts  <nickrob@snap.net.nz>
7235         * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
7236         (gdb-var-delete): Use it.
7237         (gdb-var-update-handler-1): Handle value "invalid" for MI field
7238         `in_scope'.
7240 2007-01-30  Michael Albinus  <michael.albinus@gmx.de>
7242         * files.el (get-free-disk-space): Return nil for remote directories.
7244         * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
7245         instead of "dir".
7247 2007-01-30  Chong Yidong  <cyd@stupidchicken.com>
7249         * type-break.el (type-break-catch-up-event): New function.
7250         (type-break-demo-hanoi, type-break-demo-life)
7251         (type-break-demo-boring): Use it.
7253         * image-mode.el (image-mode): Don't automatically view as image.
7254         (image-toggle-display): Add `disabled' property.
7256 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
7258         * isearchb.el (isearchb-iswitchb):
7259         * ps-print.el (ps-build-face-reference):
7260         * emacs-lisp/shadow.el (list-load-path-shadows):
7261         * eshell/esh-cmd.el (eshell-rewrite-for-command):
7262         * international/mule.el (find-auto-coding):
7263         * mail/supercite.el (sc-attrib-selection-list):
7264         * progmodes/cc-defs.el (c-emacs-features):
7265         * progmodes/cc-vars.el (c-offsets-alist):
7266         * progmodes/flymake.el
7267         (flymake-init-create-temp-source-and-master-buffer-copy):
7268         Fix typos in docstrings (some suggested by Chris Moore).
7270         * progmodes/vhdl-mode.el (vhdl-components-package-name)
7271         (vhdl-get-library-unit, vhdl-corresponding-begin)
7272         (vhdl-skip-case-alternative, vhdl-backward-skip-label)
7273         (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
7274         (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
7275         (vhdl-font-lock-match-item): Fix typos in docstrings.
7276         (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
7277         (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
7278         (vhdl-speedbar-insert-project-hierarchy):
7279         Improve argument/docstring consistency.
7281 2007-01-29  Kenichi Handa  <handa@m17n.org>
7283         * international/titdic-cnv.el (py-converter): Fix previous change.
7285 2007-01-29  Chong Yidong  <cyd@stupidchicken.com>
7287         * jka-compr.el (jka-compr-partial-uncompress)
7288         (jka-compr-call-process): Rebind default-directory if it is
7289         invalid.  Suggested by Chris Moore.
7291         * comint.el (comint-insert-input): Handle situation where the
7292         selected buffer is not the clicked buffer.
7294 2007-01-29  Kenichi Handa  <handa@m17n.org>
7296         * international/ja-dic-cnv.el (skkdic-convert):
7297         Add byte-compile-disable-print-circle:t at the head.
7299         * international/titdic-cnv.el (tit-process-header):
7300         Add byte-compile-disable-print-circle:t at the head.
7301         (miscdic-convert): Likewise.
7302         (py-converter): Skip the header comments.
7304         * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
7305         New variable.
7306         (byte-compile-output-file-form): Bing print-circle to nil if
7307         byte-compile-output-file-form is not nil.
7308         (byte-compile-output-docform): Likewise.
7310 2007-01-28  Kim F. Storm  <storm@cua.dk>
7312         * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
7313         Declare earlier to avoid byte compiler warnings.
7315 2007-01-28  Markus Triska  <markus.triska@gmx.at>
7317         * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
7319 2007-01-28  Chong Yidong  <cyd@stupidchicken.com>
7321         * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
7322         (gamegrid-add-score-with-update-game-score-1): Allow local quits
7323         when calling update-game-score program.  Remove unnecessary
7324         save-excursion.
7326         * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
7328 2007-01-28  Nick Roberts  <nickrob@snap.net.nz>
7330         * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
7331         avoid compiler warning.
7332         (gdb-var-update-handler-1): Consider that the MI field `in_scope'
7333         might have values other than "true" or "false".
7335 2007-01-28  Richard Stallman  <rms@gnu.org>
7337         * textmodes/fill.el (fill-paragraph-function): Doc fix.
7338         (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
7340         * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
7342         * image.el (image-type-header-regexps): Make GIF regex more specific.
7344         * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
7345         Don't check `backspace'.
7346         (tutorial--find-changed-keys): Look up bindings in a temp buffer
7347         in Fundamental mode.
7349         * startup.el (fancy-splash-text, normal-splash-screen):
7350         Mention C-g.
7352         * simple.el (eval-expression): Don't use eval-last-sexp-print-value
7353         when inserting in buffer.
7355         * vc-arch.el (vc-arch-file-id): Move with-current-buffer
7356         inside the if.
7358 2007-01-27  Richard Stallman  <rms@gnu.org>
7360         * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
7362 2007-01-27  Guanpeng Xu  <herberteuler@hotmail.com>
7364         * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
7365         enum/union/struct/class definition.
7366         Revert change to call `forward-sexp' multiple times.
7368 2007-01-27  Chong Yidong  <cyd@stupidchicken.com>
7370         * files.el (hack-local-variables-confirm): Don't keep trying to
7371         read an event from an empty kbd macro.
7373 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
7375         * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
7377 2007-01-27  Ben North  <ben@redfrontdoor.org>
7379         * outline.el (outline-promote, outline-demote): Doc fix.  Rename
7380         the arg CHILDREN -> WHICH.
7382 2007-01-27  Michael Albinus  <michael.albinus@gmx.de>
7384         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
7385         default-directory to a sane value when calling start-process.
7387 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
7389         * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
7390         (ls-lisp-format-time-list): Doc fix.  Mention
7391         ls-lisp-use-localized-time-format.
7392         (ls-lisp-format-time): Use ls-lisp-format-time-list if
7393         ls-lisp-use-localized-time-format is non-nil, even if a valid
7394         locale is defined.
7396 2007-01-27  Juanma Barranquero  <lekktu@gmail.com>
7398         * jka-compr.el (jka-compr-shell): Doc fix.
7400         * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
7402 2007-01-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7404         * ps-print.el: Fix background height.
7405         (ps-print-version): New version 6.7.2.
7407 2007-01-26  Eli Zaretskii  <eliz@gnu.org>
7409         * makefile.w32-in (finder-data, custom-deps): Depend on
7410         $(lisp)/loaddefs.el.
7412 2007-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
7414         * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
7416 2007-01-24  Miles Bader  <miles@gnu.org>
7418         * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
7419         (byte-compile-output-docform): Bind `print-circle' to t.
7421 2007-01-24  Kenichi Handa  <handa@m17n.org>
7423         * international/ja-dic-cnv.el (skkdic-convert): Insert a related
7424         file name of the original SKK dictionary file.
7426 2007-01-24  Kim F. Storm  <storm@cua.dk>
7428         * ido.el (ido-initial-position): New variable.
7429         (ido-read-internal): Set it if default item is specified.
7430         (ido-minibuffer-setup): Position cursor accordingly if set.
7431         (ido-edit-input): C-e moves to end of input if not already there.
7432         (ido-magic-backward-char): C-b does like M-b if prev char is /.
7433         Don't switch to buffer mode if repeating C-b at start of input.
7434         (ido-toggle-ignore): C-a only toggles ignore at start or end of
7435         input; else it moves to start of input.
7436         (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
7437         not at end of input, delete rest of input, rather than normal op.
7439 2007-01-23  Michael Kifer  <kifer@cs.stonybrook.edu>
7441         * emulation/viper-keym.el (viper-insert-basic-map):
7442         Delete binding for S-TAB.
7444         * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
7445         of message.  Activate mark.
7446         (ediff-activate-mark): Set transient-mark-mode to t.
7448         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
7450 2007-01-23  Martin Rudalics  <rudalics@gmx.at>
7452         * help-fns.el (describe-variable): Don't suppress display of
7453         buffer local value when the value is "large".
7455 2007-01-22  Kim F. Storm  <storm@cua.dk>
7457         * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
7458         (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
7459         (ido-tidy): Use ido-active.
7461 2007-01-22  Chris Moore  <christopher.ian.moore@gmail.com>
7463         * hexl.el (hexl-mode-exit): Add missing quote.
7465 2007-01-22  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7467         * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
7468         (mac-ae-keyboard-modifiers): New function.
7469         (mac-handle-toolbar-switch-mode): Use it.
7470         (mac-dnd-handle-drag-n-drop-event): Likewise.  Set action to `copy'
7471         if keyboard modifiers on drop contain option key.
7472         (mac-dnd-drop-data): Add optional argument `action'.
7473         (special-event-map): Remove binding for M-drag-n-drop.
7475 2007-01-21  Guanpeng Xu  <herberteuler@hotmail.com>
7477         * add-log.el (add-log-current-defun): Use CC Mode functions to
7478         find the beginning and end of a defun.
7480 2007-01-21  Nick Roberts  <nickrob@snap.net.nz>
7482         * progmodes/gdb-ui.el (gdb-var-create-regexp)
7483         (gdb-var-create-handler): Handle value field in GDB output of
7484         -var-create.
7485         (gdb-max-frames): New variable.
7486         (gdb-stack-buffer, gdb-frames-select): Use it.
7487         (gdb-info-stack-custom): Help user customize gdb-max-frames,
7488         if necessary.
7489         (gdb-get-frame-number): Simplify.
7491 2007-01-21  Glenn Morris  <rgm@gnu.org>
7493         * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
7494         Update copyrights.
7496 2007-01-21  Alan Mackenzie  <acm@muc.de>
7498         * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
7499         handling of K&R stuff.
7501 2007-01-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7503         * textmodes/bibtex.el (bibtex-files): Fix customization type.
7505 2007-01-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7507         * ps-print.el: Handle frame parameters (background and/or foreground
7508         colors) changing dynamically.  Reported by Leo <sdl.web@gmail.com>.
7509         (ps-print-version): New version 6.7.1.
7510         (ps-x-frame-property, ps-e-frame-parameter): New aliases.
7511         (ps-frame-parameter): New fun.
7512         (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
7513         Fix doc and customization.
7514         (ps-begin-job): Get frame parameters (background and/or foreground
7515         colors).
7516         (ps-do-despool): Ensure ps-printer-name has a valid value.
7518 2007-01-21  Nick Roberts  <nickrob@snap.net.nz>
7520         * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
7521         (gdb-debug-log-max): Rename from gdb-debug-ring-max.
7522         (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
7523         mean unlimited.
7525 2007-01-20  Alan Mackenzie  <acm@muc.de>
7527         * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
7528         much more rigorous analysis of putative K&R regions.
7530 2007-01-20  Alan Mackenzie  <acm@muc.de>
7532         * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
7533         New functions.
7535 2007-01-20  Alan Mackenzie  <acm@muc.de>
7537         * progmodes/cc-align.el, progmodes/cc-cmds.el,
7538         * progmodes/cc-defs.el, progmodes/cc-engine.el,
7539         * progmodes/cc-langs.el, progmodes/cc-styles.el,
7540         * progmodes/cc-vars.el: Add my name.
7542 2007-01-20  Chong Yidong  <cyd@stupidchicken.com>
7544         * files.el (find-alternate-file): Revert query message to Emacs 21
7545         version.
7547 2007-01-20  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
7549         * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
7550         the doc string how to use personal abbrevs without electric
7551         keywords.
7553 2007-01-20  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
7555         * emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
7556         Fixed cursor position when toggle abbreviated display.
7558 2007-01-20  Nick Roberts  <nickrob@snap.net.nz>
7560         * t-mouse.el: Update copyright following assignment by
7561         Alessandro Rubini.
7563 2007-01-20  Chong Yidong  <cyd@stupidchicken.com>
7565         * type-break.el (type-break-demo-hanoi, type-break-demo-life)
7566         (type-break-demo-boring): Call read-event instead of read-char.
7568 2007-01-19  Daniel Pfeiffer  <occitan@esperanto.org>  (tiny change)
7570         * progmodes/compile.el: Add handling for makepplog.
7572 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
7574         * textmodes/ispell.el (ispell-change-dictionary): Ensure that
7575         aspell dictionaries are initialized when called non-interactively.
7577 2007-01-19  Chong Yidong  <cyd@stupidchicken.com>
7579         * progmodes/compile.el (compilation-loop): New arg limit.
7580         Handle case where the first error is at point-min.
7581         (compilation-next-error): New arg to compilation-loop call.
7583 2007-01-18  Bruno Haible  <bruno@clisp.org>  (tiny change)
7585         * info.el (Info-default-dirs): Change default info dir to
7586         share/info.
7588         * paths.el (Info-default-directory-list): Ditto.
7590 2007-01-18  Chris Moore  <christopher.ian.moore@gmail.com>
7592         * hexl.el (hexl-before-revert-hook): New function.
7593         (hexl-mode): Use it.
7594         (hexl-after-revert-hook): Just call hexl-mode.
7595         (hexl-mode-exit): Remove before-revert-hook.
7597 2007-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7599         * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
7601 2007-01-16  Martin Rudalics  <rudalics@gmx.at>
7603         * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
7604         by "-" in francais7 otherchars entry.
7605         (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
7606         otherchars entry.
7608 2007-01-15  Karl Fogel  <kfogel@red-bean.com>
7610         * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
7611         path.  Rewrite function in `cond' style for readability.
7613         Suggested by Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
7614         (The path shortening, that is, not the rearrangement.)
7616 2007-01-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7618         * term/mac-win.el (mac-ae-quit-application): New function.
7619         (mac-apple-event-map): Bind "quit application" Apple event to it.
7621 2007-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7623         * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
7624         than the program's output.
7626 2007-01-14  Juanma Barranquero  <lekktu@gmail.com>
7628         * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
7629         (kmacro-start-macro-or-insert-counter)
7630         (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
7631         (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
7633         * longlines.el (longlines-show-hard-newlines):
7634         * ruler-mode.el (ruler-mode-ruler):
7635         * emulation/keypad.el (keypad-setup):
7636         * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
7637         Fix typo in docstring.
7639 2007-01-13  Mathias Dahl  <mathias.dahl@gmail.com>
7641         * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
7642         Remove redirect character ">".
7644 2007-01-13  Juanma Barranquero  <lekktu@gmail.com>
7646         * replace.el (perform-replace): Remove leftover code.
7648 2007-01-12  Richard Stallman  <rms@gnu.org>
7650         * replace.el (perform-replace): Don't clear NODENT when computing
7651         the replacement string.
7653 2007-01-11  Michael Albinus  <michael.albinus@gmx.de>
7655         * net/tramp.el (tramp-handle-file-local-copy):
7656         Set `enable-multibyte-characters' to nil.  Reported by Chris Moore
7657         <christopher.ian.moore@gmail.com>.
7659 2007-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7661         * diff-mode.el (diff-sanity-check-context-hunk-half)
7662         (diff-sanity-check-hunk): New functions.
7663         (diff-find-source-location): Use'em to check the hunks are well-formed.
7665         * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
7666         activate undo when undo is not active.
7667         Reported by Chris Moore <christopher.ian.moore@gmail.com>.
7669 2007-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7671         * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
7672         (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
7673         (ffap-url-at-point): Use char-classes rather than "a-z".
7675 2007-01-10  Juanma Barranquero  <lekktu@gmail.com>
7677         * ediff-init.el (ediff-autostore-merges):
7678         * textmodes/fill.el (fill-region): Doc fix.
7680 2007-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7682         * server.el (server-ensure-safe-dir): UIDs may be floats.
7684 2007-01-10  Richard Stallman  <rms@gnu.org>
7686         * battery.el (battery-linux-proc-acpi): Use ignore-errors
7687         around calls to directory-files.
7689         * subr.el (momentary-string-display): Use save-excursion.
7691         * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
7692         argument, but read it as `X' does.
7694 2007-01-09  Juri Linkov  <juri@jurta.org>
7696         * info.el (Info-fontify-node): Don't hide node names of index entries.
7698         * faces.el (momentary): Change :group to basic-faces where all
7699         basic faces belong to.  Add :version.
7701 2007-01-09  Lennart Borgman  <lennart.borgman.073@student.lu.se>
7703         * tutorial.el (tutorial--display-changes): Show M-x sequence if no
7704         keybinding is found.
7705         (tutorial--find-changed-keys): Never treat null keybinding as a
7706         remapping.
7708 2007-01-09  Martin Rudalics  <rudalics@gmx.at>
7710         * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
7712 2007-01-09  Kenichi Handa  <handa@m17n.org>
7714         * international/mule-cmds.el
7715         (select-safe-coding-system-interactively): Fix message.
7717 2007-01-09  Michael Albinus  <michael.albinus@gmx.de>
7719         * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
7720         (tramp-process-actions): Add optional parameter TIMEOUT.
7721         (tramp-open-connection-telnet, tramp-open-connection-rsh)
7722         (tramp-open-connection-su): Add timeout of 60".
7724 2007-01-09  Richard Stallman  <rms@gnu.org>
7726         * progmodes/compile.el (compile): Doc fix.
7728 2007-01-09  Markus Triska  <markus.triska@gmx.at>
7730         * tumme.el (tumme-display-thumb): Doc fix.
7732 2007-01-08  Juanma Barranquero  <lekktu@gmail.com>
7734         * battery.el (battery-search-for-one-match-in-files):
7735         * bindings.el (mode-line-minor-mode-help):
7736         * x-dnd.el (x-dnd-types-alist):
7737         * calendar/icalendar.el (icalendar-import-buffer):
7738         * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
7740         * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
7742 2007-01-07  Chris Moore  <christopher.ian.moore@gmail.com>
7744         * replace.el (replace-regexp): Fix typo in docstring.
7746 2007-01-07  Alan Mackenzie  <acm@muc.de>
7748         * progmodes/cc-langs.el (c-operators, c-filter-ops):
7749         Amend doc-string and comments.
7751 2007-01-06  Eli Zaretskii  <eliz@gnu.org>
7753         * files.el (abbreviate-file-name): Doc fix.
7755 2007-01-06  Markus Triska  <triska@gmx.at>
7757         * subr.el (split-string): Remove spurious ")" from doc string.
7759 2007-01-05  Takaaki Ota  <Takaaki.Ota@am.sony.com>
7761         * textmodes/table.el (table--warn-incompatibility):
7762         Use display-warning instead of momentary-string-display.
7764 2007-01-05  Richard Stallman  <rms@gnu.org>
7766         * image.el (image-type-header-regexps): Recognize xbm more strictly.
7768         * simple.el (backward-kill-word): Doc fix.
7770 2007-01-05  Romain Francoise  <romain@orebokech.com>
7772         * international/mule.el (sgml-html-meta-auto-coding-function):
7773         Ensure that the buffer contains a HTML document.
7775 2007-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
7777         * faces.el (momentary): Move here ...
7778         * subr.el (momentary): ... from here.
7780 2007-01-05  Nick Roberts  <nickrob@snap.net.nz>
7782         * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
7783         (gdb-speedbar-expand-node): Ask user for confirmation before expanding
7784         large structures/arrays.
7786 2007-01-04  Juanma Barranquero  <lekktu@gmail.com>
7788         * files.el (find-file-noselect-1, set-visited-file-name):
7789         Allow backup-enable-predicate to be nil.
7791 2007-01-04  Andreas Schwab  <schwab@suse.de>
7793         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
7794         last change.
7796 2007-01-03  Richard Stallman  <rms@gnu.org>
7798         * woman.el (woman-decode-buffer): Clarify error message.
7800 2007-01-03  Alan Mackenzie  <acm@muc.de>
7802         * progmodes/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy patch.
7804 2007-01-03  Chris Moore  <christopher.ian.moore@gmail.com>
7806         * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
7808 2007-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7810         * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
7812 2007-01-02  Juanma Barranquero  <lekktu@gmail.com>
7814         * emulation/viper.el (viper-custom-file-name, viper-mode):
7815         Fix typos in docstrings.
7817         * subr.el (momentary-string-display): After moving point, set POS
7818         variable to it to avoid later errors once the buffer is modified.
7819         Doc fix.
7821 2007-01-02  Alan Mackenzie  <acm@muc.de>
7823         * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
7824         check that the "*/" is present before trying to manipulate it.
7826 2007-01-02  Richard Stallman  <rms@gnu.org>
7828         * wid-edit.el (widget-choose): Avoid ugly error for function keys.
7830         * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
7831         Fix format of value.
7833         * cus-edit.el (customize-unsaved): Rename from customize-customized.
7834         Change messages accordingly.
7835         (customize-customized): Now alias.
7837 2007-01-02  Juanma Barranquero  <lekktu@gmail.com>
7839         * files.el (version-control): Doc fix.
7841 2007-01-01  Alan Mackenzie  <acm@muc.de>
7843         * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
7844         Check the format of c-state-cache is valid for an optimisation before
7845         using it.
7847         * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
7848         are at a statement within a macro".  Other changes so that only
7849         the first continuation line in a macro gets the symbol
7850         `cpp-define-intro', the others getting `statement', or whatever.
7852         * progmodes/cc-cmds.el (c-context-line-break): When invoked within
7853         a string, preserve whitespace.  Add a backslash only when also in
7854         a macro.
7856         * progmodes/cc-defs.el: Correct typos.
7858         * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
7859         new line after an escaped EOL in a string.
7861         * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
7862         label when it directly follows "else", "do", ....
7864         * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
7865         angle brackets (as seen in "explicit specialisations" of C++
7866         templates).
7868         * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
7869         in the doc-string.
7871         * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
7872         when the comment ender looks like "=========*/" and is alone on
7873         its line.
7875         * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
7876         spelling of c-opt-op-identiTier-prefix, t -> f.  Leave an alias
7877         for the old name.
7879         * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
7880         c-\(beginning\|end\)-of-defun by default.
7882         * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
7883         New line-up function, for the DEFUN macro in the Emacs C sources.
7884         Only used in "gnu" style.
7886         * progmodes/cc-styles.el (c-style-alist): Use this new function in
7887         the "gnu" style.
7889         * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
7890         clean-up comment-close-slash also to work when there's a comment
7891         terminator on the line.
7892         (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
7893         these for large arg - only take account of top level {..}, except
7894         for initial and final adjustments.  M-- C-M-[ae] now go to the
7895         right defuns when the starting point is between defuns.  They use
7896         the four new functions:
7897         (c-in-function-trailer-p, c-where-wrt-brace-construct)
7898         (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
7899         support c-\(beginning\|end\)-of-defun.
7901         * progmodes/cc-engine.el (c-forward-label): Analyze ":"
7902         expressions more rigorously, to exclude bit-field specifiers from
7903         being classed as labels.
7904         (c-forward-label): When analyzing a ":" within a macro, be careful
7905         about using c-forward-syntactic-ws at the macro beginning.
7906         (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
7907         stmt boundary, check for "operator=", etc.
7909         * progmodes/cc-mode.el (c-postprocess-file-styles):
7910         Bind inhibit-read-only to t, around the call to
7911         c-remove-any-local-eval-or-mode-variables, so that it works on a
7912         RO file.
7914         * progmodes/cc-defs.el (c-version): Update the version number to
7915         "5.31.4".
7917 2007-01-01  Richard Stallman  <rms@gnu.org>
7919         * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
7920         only if we restored isearch-window-configuration.
7922 2006-12-31  Romain Francoise  <romain@orebokech.com>
7924         * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
7926 2006-12-31  Kim F. Storm  <storm@cua.dk>
7928         * files.el (auto-mode-case-fold): New defcustom.
7929         (set-auto-mode): If non-nil, perform second case-sensitive pass
7930         through auto-mode-alist if first pass failed.
7932 2006-12-30  Richard Stallman  <rms@gnu.org>
7934         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
7936 2006-12-30  Ken Manheimer  <ken.manheimer@gmail.com>
7938         * allout.el (allout-encrypt-string): Handle symmetric-key
7939         passphrase caching but leave keypair caching to pgg.
7941 2006-12-30  Michael Albinus  <michael.albinus@gmx.de>
7943         Sync with Tramp 2.0.55.
7945         * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
7946         `integerp'.  `char-equal' could fail else in case of negative
7947         numbers.  Reported by Toby Speight <T.M.Speight.90@cantab.net>.
7948         (top): Check for `font-lock-add-keywords' before calling; it
7949         doesn't exist under XEmacs.
7950         (tramp-yn-prompt-regexp): Fix regexp.  Add question from plink.
7951         (tramp-completion-mode): Remove clause (not
7952         tramp-unified-filenames), because the function is called in other
7953         context too, where this check results in wrong results in the
7954         XEmacs case on Windows.
7955         (tramp-touch): UTC handling is not possible for XEmacs.
7957 2006-12-30  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7959         * scroll-bar.el (previous-scroll-bar-mode): New variable
7960         (set-scroll-bar-mode): Set previous-scroll-bar-mode.
7961         (scroll-bar-mode): Use previous-scroll-bar-mode if set.
7963         * term/x-win.el: Set scroll bar mode to right if set by X resources.
7965 2006-12-30  Richard Stallman  <rms@gnu.org>
7967         * files.el (make-backup-file-name-1): Precompute abs name
7968         but don't lose the relative name.
7970         * international/mule-cmds.el (select-safe-coding-system-interactively):
7971         Fix message.
7973 2006-12-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
7975         * files.el (backup-buffer): Show entire backup file name in msg.
7977 2006-12-30  Juanma Barranquero  <lekktu@gmail.com>
7979         * image.el (image-type-header-regexps, image-type-from-data)
7980         (image-type-from-buffer, image-type-from-file-header):
7981         Revert changes from 2006-12-26.
7982         (image-type-auto-detectable): New variable.
7983         (image-type-auto-detected-p): New function.
7985         * files.el (magic-mode-alist): Detect image files with
7986         `image-type-auto-detected-p' instead of `image-type-from-buffer'.
7988 2006-12-29  Nick Roberts  <nickrob@snap.net.nz>
7990         * dired.el (dired-sort-other): Move test for dired-mode...
7991         (dired-sort-set-modeline): ...to here.
7993 2006-12-29  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
7995         * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
7996         change.  Suggested by Stefan Monnier.
7998 2006-12-29  Kim F. Storm  <storm@cua.dk>
8000         * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
8001         (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
8003 2006-12-27  Kim F. Storm  <storm@cua.dk>
8005         * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
8006         so it doesn't accidentally match an fsf.org mail address.
8007         (authors-renamed-files-alist): Add tcover-*.el.
8009 2006-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8011         * vc-arch.el (vc-arch-find-version): New function.
8013         * vc-hooks.el (vc-version-backup-file-name): Revision names may be
8014         composed of arbitrary characters (even /) in some systems.
8016 2006-12-27  Eli Zaretskii  <eliz@gnu.org>
8018         * international/mule-cmds.el (select-safe-coding-system-interactively):
8019         Improve the message in the *Warning* buffer.
8021 2006-12-27  Kim F. Storm  <storm@cua.dk>
8023         * ido.el (ido-set-matches-1): Fix last change.  If default item is
8024         current buffer, it is ok to be first.
8026 2006-12-27  Kenichi Handa  <handa@m17n.org>
8028         * international/mule-cmds.el (select-safe-coding-system-interactively):
8029         Use face `link' for problematic chars.
8031 2006-12-27  Kenichi Handa  <handa@m17n.org>
8033         * international/mule-cmds.el (select-safe-coding-system-interactively):
8034         Improve the message in *Warning* buffer.
8036 2006-12-27  Kim F. Storm  <storm@cua.dk>
8038         * ido.el (ido-set-matches-1): Never put current buffer first if
8039         there are other matches.
8041 2006-12-26  Nick Roberts  <nickrob@snap.net.nz>
8043         * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
8044         expressions.
8045         (gdb-var-delete): Handle duplicate names.  Print message for non
8046         root expressions.
8047         (gdb-partial-output-name): Start buffer name with a space.
8048         (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
8049         buffer name.
8051 2006-12-26  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
8053         * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
8054         last footnote when `footnote-spaced-footnotes' is nil.
8056 2006-12-26  Richard Stallman  <rms@gnu.org>
8058         * cus-edit.el (custom-browse-sort-alphabetically)
8059         (custom-buffer-sort-alphabetically)
8060         (custom-menu-sort-alphabetically): Doc fixes.  Add autoloads.
8062         * image.el (image-type-header-regexps): Change element format
8063         to include third item NOT-ALWAYS.
8064         (image-type-from-data): Handle new format.
8065         (image-type-from-buffer): Handle new format.  New arg INCLUDE-MAYBES.
8066         (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
8068 2006-12-26  Guanpeng Xu  <herberteuler@hotmail.com>
8070         * add-log.el (add-log-current-defun): Call `forward-sexp'
8071         multiple times to pick a member function name defined as
8072         part of nested classes/namespaces.
8074 2006-12-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8076         * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
8077         which keymap should be used to change menu.  It does not affect any
8078         existent code.
8080 2006-12-26  Richard Stallman  <rms@gnu.org>
8082         * textmodes/fill.el (fill-paragraph): Check for a minibuffer
8083         rather than for being in a minibuffer window.
8085 2006-12-25  Daiki Ueno  <ueno@unixuser.org>
8087         * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
8088         locale-coding-system.
8089         * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
8090         LF.
8092 2006-12-25  Michael R. Mauger  <mmaug@yahoo.com>
8094         * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
8095         (sql-mode-syntax-table): Disable double quoted strings.
8096         (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
8098 2006-12-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8100         * startup.el (fancy-splash-last-input-event): New variable.
8101         (fancy-splash-special-event-action): New function.
8102         (fancy-splash-screens): Temporarily bind special events to it.
8103         Execute command for saved special event before exiting from
8104         recursive editing.
8106         * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
8107         New functions.
8108         (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
8109         Use mac-unread-string.
8111 2006-12-24  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
8113         * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
8114         an optimized comment regexp if `comment-start-skip' uses a ^.
8115         * bs.el (bs--up): Remove interactive spec.
8117 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
8119         * woman.el (woman-decode-buffer): Signal error for alien macro sets.
8120         Suggested by James Cloos.
8122 2006-12-24  Kevin Ryde  <user42@zip.com.au>
8124         * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
8125         in March.
8126         (calendar-dst-ends): Default to first Sunday in November.
8128 2006-12-24  Ken Manheimer  <ken.manheimer@gmail.com>
8130         * allout.el (allout-encrypt-string): Inhibit use of agent within
8131         body of let form where encryption happens.  Acknowledge non-use of
8132         gpg-agent in docstring.
8133         (allout-toggle-subtree-encryption): Acknowledge non-use of
8134         gpg-agent in docstring.
8136 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
8138         * custom.el (custom-add-frequent-value): Alias for custom-add-option.
8140 2006-12-23  Michael Kifer  <kifer@cs.stonybrook.edu>
8142         * ediff-diff.el (ediff-diff-options): Clarify docstring.
8143         (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
8145         * emulation/viper-cmd.el (viper-post-command-sentinel):
8146         Protect against errors in hooks.
8147         (viper-add-newline-at-eob-if-necessary): Add newline only if we
8148         actually modify buffer; ignore errors if occur.
8150 2006-12-23  Chong Yidong  <cyd@stupidchicken.com>
8152         * calendar/calendar.el (calendar-mode-map): Switch < and >.
8153         (calendar-mode-line-format): Use mouse-1 bindings, and tweak
8154         formatting.
8156 2006-12-23  Richard Stallman  <rms@gnu.org>
8158         * simple.el (delete-horizontal-space): Doc fix.
8160 2006-12-23  Eli Zaretskii  <eliz@gnu.org>
8162         * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
8163         explicitly in a recursive Make, not implicitly through prerequisites,
8164         since the latter is wrong under parallel builds.
8166 2006-12-22  Eli Zaretskii  <eliz@gnu.org>
8168         * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
8170 2006-12-22  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
8172         * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
8173         message string.
8175 2006-12-22  Ben North  <ben@redfrontdoor.org>  (tiny change)
8177         * outline.el (outline-next-visible-heading): Fix the case with a
8178         header at end-of-file with no final newline.
8180 2006-12-22  Robert Thorpe  <rthorpe@realworldtech.com>  (tiny change)
8182         * indent.el (tab-always-indent): Doc fix.
8184 2006-12-22  Chong Yidong  <cyd@stupidchicken.com>
8186         * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
8187         (Info-fontify-node): Do fontify indices.
8189         * tutorial.el (tutorial--detailed-help): Remove unnecessary link
8190         to the Emacs Lisp reference manual.
8191         (tutorial--tab-map): Remove.  All callers changed.
8192         (tutorial--find-changed-keys): New elt QUIET, used to...
8193         (tutorial--display-changes): ...ensure that warning messages are
8194         only issued once per changed key.
8195         (tutorial--remove-remarks): Delete unused code-path.
8196         (lang-strings): Remove extraneous formatting.
8197         (tutorial--save-tutorial): Prompt before saving tutorial state.
8199 2006-12-21  Chong Yidong  <cyd@stupidchicken.com>
8201         * tutorial.el: Remove `cl' requirement.  Clean up whitespace.
8202         Replace '?\ ' by '?\s' throughout.
8203         (tutorial-warning-face): Inherit font-lock-warning-face.  Move to
8204         `help' custom group.
8205         (tutorial--key-description): New function.
8206         (tutorial--display-changes): Remove redundant arg.  Scan for all
8207         key sequences to avoid false matches.  Cleanup.
8208         (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
8209         reduce homedir pollution.
8210         (help-with-tutorial): Call tutorial--display-changes with no arg.
8212 2006-12-21  Carsten Dominik  <dominik@science.uva.nl>
8214         * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
8216 2006-12-20  Michael Albinus  <michael.albinus@gmx.de>
8218         * net/tramp.el (tramp-default-method): We still need to check for
8219         `executable-find', because it is not bound under Emacs 20.
8220         (tramp-handle-file-name-completion)
8221         (tramp-completion-handle-file-name-completion): Handle optional
8222         parameter PREDICATE.
8223         (tramp-find-default-method): Add code for default values.
8225 2006-12-20  Nick Roberts  <nickrob@snap.net.nz>
8227         * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
8228         make gud-go send "continue".
8230 2006-12-19  Juanma Barranquero  <lekktu@gmail.com>
8232         * image.el (image-type-header-regexps): Be more specific detecting `pbm'
8233         and `png' files.  Use non-capturing parenthesis for `tiff' regexp.
8235 2006-12-19  Kim F. Storm  <storm@cua.dk>
8237         * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
8238         instead of global-map.
8240         * files.el (magic-mode-alist): Allow matching file type by
8241         calling a function at bob.  Check for image types by calling
8242         image-type-from-buffer.  Suggested by Juanma Barranquero.
8243         (set-auto-mode): Do it.
8245 2006-12-19  Michael Albinus  <michael.albinus@gmx.de>
8247         * net/tramp.el (tramp-methods): Introduce new method `scpc'.
8248         Remove "ControlMaster" option from the other `scp*' methods.
8249         (tramp-default-method): Check for ssh-agent before setting to `scp'.
8251 2006-12-18  Carsten Dominik  <dominik@science.uva.nl>
8253         * textmodes/org.el (org-mode): Show context after isearch.
8254         (org-show-siblings): New function.
8255         (org-show-context): Use `org-show-siblings'.
8257 2006-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8259         * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
8260         Use syntax-ppss-toplevel-pos.
8262 2006-12-18  Carsten Dominik  <dominik@science.uva.nl>
8264         * textmodes/org.el (org-current-line): Make sure that lines are
8265         counted from beginning of buffer.
8266         (org-table-copy-region, org-table-paste-rectangle): Make sure that
8267         lines are counted from beginning of buffer.
8269 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
8271         * info.el (Info-build-node-completions): Signal error if tag-table
8272         marker is not found.
8274         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
8276 2006-12-17  Alan Mackenzie  <acm@muc.de>
8278         * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
8279         speed) the case when open-paren-in-column-0-is-defun-start is nil.
8280         Based on code by Martin Rudalics.
8282         * progmodes/cc-mode.el (c-basic-common-init): Don't set
8283         open-paren-in-column-0-is-defun-start to nil any more.
8285 2006-12-17  Richard Stallman  <rms@gnu.org>
8287         * simple.el (delete-horizontal-space): Use prefix arg.
8289         * help-fns.el (describe-variable): Improve blank separator lines.
8291         * files.el (magic-mode-alist): Mark as risky.
8293         * files.el (make-backup-file-name-1):
8294         Expand backup-directory explicitly.
8296 2006-12-17  Michael Albinus  <michael.albinus@gmx.de>
8298         * net/tramp.el (tramp-default-method): Before setting to "pscp",
8299         check whether package password.el is loaded, or Pageant is running.
8301 2006-12-17  Ulf Jasper  <ulf.jasper@web.de>
8303         * calendar/icalendar.el (icalendar-version): Increase to "0.14".
8304         (icalendar--rris): First try Emacs, then XEmacs.
8305         (icalendar--convert-ical-to-diary): Doc fix.
8306         Insert newline at end of target file.
8308 2006-12-17  Kim F. Storm  <storm@cua.dk>
8310         * outline.el (outline-isearch-open-invisible-function): New defvar.
8311         (outline-flag-region): Use it if non-nil for isearch-open-invisible
8312         overlay property instead of outline-isearch-open-invisible.
8314 2006-12-16  Kim F. Storm  <storm@cua.dk>
8316         * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
8317         if ido-directory-too-big is set on entry.
8318         (ido-toggle-ignore, ido-completion-help): Print message while
8319         reading big directory.
8321 2006-12-15  Richard Stallman  <rms@gnu.org>
8323         * shell.el (shell): Doc fix.
8325 2006-12-15  Kevin Gallagher  <Kevin.Gallagher@boeing.com>
8327         * emulation/edt.el (edt-xserver):
8328         * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
8329         to fix a problem on Cygwin.
8331         * emulation/edt.el
8332         * emulation/edt-mapper.el
8333         * emulation/edt-lk201.el
8334         * emulation/edt-pc.el
8335         * emulation/edt-vt100.el: Update maintainer's email address.
8337 2006-12-15  Simon Marshall  <simon@gnu.org>
8339         * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
8341 2006-12-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8343         * term/mac-win.el (mac-atsu-font-table): Remove defvar.
8344         (mac-handle-font-selection): Use mac-atsu-font-face-attributes
8345         instead of mac-atsu-font-table.
8346         (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
8348 2006-12-14  Stephen Leake  <stephen_leake@member.fsf.org>
8350         * align.el (align-match-tex-pattern): Fix a rare bug which
8351         hanged Emacs.
8353 2006-12-14  Richard Stallman  <rms@gnu.org>
8355         * startup.el (use-fancy-splash-screens-p): Use frame-height
8356         instead of window-height.  Pass frame to image-size.
8358 2006-12-13  Kenichi Handa  <handa@m17n.org>
8360         * international/mule-cmds.el (set-locale-environment):
8361         Set default-sendmail-coding-system too.
8363 2006-12-12  J.D. Smith  <jdsmith@as.arizona.edu>
8365         * progmodes/idlw-help.el: Fix copyright notice.
8367 2006-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8369         * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
8371 2006-12-11  Juanma Barranquero  <lekktu@gmail.com>
8373         * subr.el (unread-command-char): Reformat obsolescence info.
8375 2006-12-11  Richard Stallman  <rms@gnu.org>
8377         * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
8378         about calls to cl-struct-setf-expander.
8380 2006-12-11  Juanma Barranquero  <lekktu@gmail.com>
8382         * ediff-merg.el (ediff-show-clashes-only): Doc fix.
8383         (ediff-combination-pattern): Fix typo in docstring.
8385         * textmodes/refer.el (refer-find-entry): Doc fix.
8386         (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
8387         (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
8388         Fix tipos in docstrings.
8390         * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
8392 2006-12-10  Kim F. Storm  <storm@cua.dk>
8394         * ido.el (ido-init-completion-maps): Remap backward-kill-word
8395         instead of binding M-backspace.
8397 2006-12-10  Juanma Barranquero  <lekktu@gmail.com>
8399         * replace.el (replace-match-data, replace-match-maybe-edit):
8400         * calc/calc-aent.el (calc-eval-error):
8401         * emulation/vi.el (vi-char-argument):
8402         * progmodes/cc-langs.el (c-at-vsemi-p-fn)
8403         (c-vsemi-status-unknown-p-fn): Doc fixes.
8405 2006-12-10  Chong Yidong  <cyd@stupidchicken.com>
8407         * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
8408         (menu-bar-help-menu): Tooltip fixes.  Suggested by Francis Wright.
8410 2006-12-10  Masatake YAMATO  <jet@gyve.org>
8412         * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
8414 2006-12-09  Chong Yidong  <cyd@stupidchicken.com>
8416         * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
8418         * man.el (Man-xref-button-action): New function.  If the
8419         `Man-target-string' button property is a function, assume it
8420         accepts a position argument.
8421         (Man-abstract-xref-man-page): Use it.
8422         (Man-default-man-entry): New optional arg POS.
8424         * wdired.el (wdired-preprocess-symlinks): Make the spaces after
8425         symlink arrows read-only and non-rear-sticky.
8427 2006-12-09  Martin Rudalics  <rudalics@gmx.at>
8429         * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
8430         (wdired-search-and-rename): Simplify code.
8431         (wdired-preprocess-files, wdired-preprocess-perms): Make
8432         read-only property of preceding character rear-nonsticky to
8433         avoid that it can be modified.  Put old-name and old-link
8434         properties on character preceding name and replace
8435         put-text-property by add-text-properties.
8436         (wdired-get-filename, wdired-get-previous-link): Get old-name
8437         and old-link properties from character preceding name and
8438         simplify code.
8439         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
8440         (wdired-perms-to-number): Make local-map property
8441         rear-nonsticky to avoid that text following permissions may be
8442         modified.  Use add-text-properties instead of put-text-property
8443         when changing a permission bit.
8444         (wdired-change-to-dired-mode): Remove stickiness properties.
8446 2006-12-09  Juanma Barranquero  <lekktu@gmail.com>
8448         * international/mule-cmds.el (register-input-method): Doc fix.
8450 2006-12-09  Masayuki Ataka  <masayuki.ataka@gmail.com>  (tiny change)
8452         * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
8454 2006-12-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
8456         * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
8457         Force buffer local defs evaluation on local variables loading.
8458         (flyspell-mode-on, flyspell-mode-off): Use it in
8459         `hack-local-variables-hook'.
8461 2006-12-09  Eli Zaretskii  <eliz@gnu.org>
8463         * emacs-lisp/find-func.el (find-variable): Doc fix.
8465         * help-fns.el (variable-at-point): Doc fix.
8467         * w32-fns.el (w32-append-code-lines): New function.
8469 2006-12-09  Romain Francoise  <romain@orebokech.com>
8471         * comint.el (comint-insert-input): Delete obsolete comment.
8473 2006-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8475         * net/browse-url.el (browse-url): Set DISPLAY to the one of the
8476         current frame, in case we're connected to several displays.
8478 2006-12-08  Juanma Barranquero  <lekktu@gmail.com>
8480         * frame.el (other-frame): Doc fix.
8481         (set-frame-parameter): Fix typo in docstring.
8483 2006-12-07  Kim F. Storm  <storm@cua.dk>
8485         * info.el (Info-index): Strip leading colon from topic.
8487 2006-12-07  Nick Roberts  <nickrob@snap.net.nz>
8489         * progmodes/gud.el (gud-speedbar-buttons): Deal with references
8490         to pointers.
8492 2006-12-05  J.D. Smith  <jdsmith@as.arizona.edu>
8494         * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
8495         Trim out spurious class inheritance "None" entries.
8497 2006-12-05  Kim F. Storm  <storm@cua.dk>
8499         * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
8500         (cua-paste-pop): Rework last change for
8501         cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
8502         pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
8503         text inserted by the last M-y command.
8505 2006-12-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
8507         * cmuscheme.el (run-scheme, scheme-start-file): Search the start
8508         file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
8510         * shell.el (shell): Search the start file in ~/.emacs.d as
8511         `init_SHELLNAME.sh' instead.
8513 2006-12-05  Glenn Morris  <rgm@gnu.org>
8515         * progmodes/cperl-mode.el (cperl-mode)
8516         * progmodes/f90.el (f90-mode-abbrev-table)
8517         * progmodes/fortran.el (fortran-mode-abbrev-table)
8518         * progmodes/octave-mod.el (octave-abbrev-table)
8519         * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
8520         if abbrev-table is non-nil (saved user abbrevs may have been restored).
8522         * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
8523         clear abbrev table, else saved abbrevs will not be restored.
8525 2006-12-04  Juanma Barranquero  <lekktu@gmail.com>
8527         * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
8528         the call to `make-obsolete-variable', not in the docstring.
8530 2006-12-04  Chong Yidong  <cyd@stupidchicken.com>
8532         * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
8534 2006-12-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8536         * progmodes/ebnf-abn.el:
8537         * progmodes/ebnf-bnf.el:
8538         * progmodes/ebnf-dtd.el:
8539         * progmodes/ebnf-ebx.el:
8540         * progmodes/ebnf-iso.el:
8541         * progmodes/ebnf-otz.el:
8542         * progmodes/ebnf-yac.el:
8543         * progmodes/ebnf2ps.el:
8544         * delim-col.el:
8545         * printing.el:
8546         * ps-bdf.el:
8547         * ps-mule.el:
8548         * ps-print.el: Remove 'Time-stamp' comment mark.
8550         * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
8551         'easy-menu-add-item' when called in Emacs 21 or higher.
8553 2006-12-04  Stephen Leake  <stephen_leake@stephe-leake.org>
8555         * progmodes/ada-xref.el (ada-check-current): Doc fix.
8556         (ada-make-body-gnatstub): Doc fix.  Remove redundant `progn'.
8558 2006-12-04  Kim F. Storm  <storm@cua.dk>
8560         * bindings.el (global-map): Bind [signal t] to ignore, to have
8561         user signals ignored by default.
8563 2006-12-04  Juanma Barranquero  <lekktu@gmail.com>
8565         * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
8566         Unicode data file pointed to by `describe-char-unicodedata-file'.
8568 2006-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8570         * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
8571         O(n^2) regexp-search by anchoring the search.
8573 2006-12-04  Dan Nicolaescu  <dann@ics.uci.edu>
8575         * whitespace.el (whitespace-cleanup-internal): Use current
8576         argument for recursive call.
8578 2006-12-04  Michael Albinus  <michael.albinus@gmx.de>
8580         * net/tramp.el (tramp-methods): Add "ControlPath" and
8581         "ControlMaster" to scp, scp1 and scp2 methods.  Suggested by
8582         Andreas Schwab <schwab@suse.de>.
8583         (tramp-do-copy-or-rename-file-out-of-band)
8584         (tramp-open-connection-rsh): Compute format spec for ?t.
8585         (tramp-process-actions): Trace command parameters.
8587 2006-12-04  Nick Roberts  <nickrob@snap.net.nz>
8589         * simple.el (toggle-truncate-lines): Clarify doc string.
8591         * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
8592         (gdb-speedbar-expand-node): Use it.
8594 2006-12-04  Richard Stallman  <rms@gnu.org>
8596         * progmodes/python.el (python-indent): Add safe-local-variable prop.
8598         * dired.el (dired-revert): Turn off dired-after-readin-hook
8599         around call to dired-readin.
8601         * menu-bar.el (menu-bar-make-toggle): Add "globally"
8602         to echo area messages.
8603         <indicate-empty-lines, case-fold-search>:
8604         Add "globally" to Help string.
8605         <case-fold-search>: MESSAGE arg need not say "globally".
8606         (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
8608 2006-12-03  Liam Healy  <lnp@healy.washington.dc.us>  (tiny change)
8610         * outline.el (outline-end-of-subtree): Don't leave an empty
8611         line hidden as we would a real next heading.
8613 2006-12-03  Ken Manheimer  <ken.manheimer@gmail.com>
8615         * allout.el (allout-ascend): Add an optional argument to preserve
8616         original position of point when unsuccessful.  Also, fix a
8617         docstring error.
8618         (allout-yank-processing): Fix depth shift of multiple-topic so yanks
8619         work again, using allout-ascend's new option.
8620         (allout-setup-mode-map): Extract from allout-mode to initialize
8621         allout-mode-map.  Call it on file load, so the mode docstring
8622         substitutions work even if allout mode has not yet been invoked.
8623         (allout-mode): Use new allout-setup-mode-map to track any keybinding
8624         customizations since the map was last processed.  Also, refine the
8625         docstring so it's ship-shape for release.
8626         (allout-default-layout, allout-beginning-of-line-cycles)
8627         (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
8628         (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
8629         (allout-version, allout-layout, allout-infer-body-reindent)
8630         (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
8631         (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
8632         (allout-previous-heading, allout-goto-prefix-doublechecked)
8633         (allout-current-bullet-pos, allout-next-sibling-leap)
8634         (allout-pre-command-business, allout-encrypted-type-prefix)
8635         (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
8636         (allout-rebullet-topic, allout-rebullet-topic-grunt)
8637         (allout-flag-region, allout-expose-topic, allout-expose-topic)
8638         (allout-old-expose-topic, allout-listify-exposed)
8639         (allout-process-exposed, allout-latex-verb-quote)
8640         (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
8641         (allout-toggle-current-subtree-encryption)
8642         (allout-toggle-subtree-encryption, allout-bullet-isearch):
8643         Remove extraneous open-paren and close paren string escapes.
8645 2006-12-03  Juanma Barranquero  <lekktu@gmail.com>
8647         * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
8648         (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
8649         (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
8650         Fix typos in docstrings.
8652 2006-12-03  Glenn Morris  <rgm@gnu.org>
8654         * progmodes/cc-align.el
8655         * progmodes/cc-awk.el
8656         * progmodes/cc-cmds.el
8657         * progmodes/cc-compat.el
8658         * progmodes/cc-defs.el
8659         * progmodes/cc-engine.el
8660         * progmodes/cc-langs.el
8661         * progmodes/cc-menus.el
8662         * progmodes/cc-mode.el
8663         * progmodes/cc-styles.el
8664         * progmodes/cc-vars.el
8665         * progmodes/vhdl-mode.el: Fix Copyright format.
8667 2006-12-02  Chong Yidong  <cyd@stupidchicken.com>
8669         * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
8670         initial down event.
8672 2006-12-02  Kim F. Storm  <storm@cua.dk>
8674         * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
8675         (cua-repeat-replace-region): Make M-v more robust.
8676         (cua-paste-pop-rotate-temporarily): New defcustom.
8677         (cua-paste-pop): Use it.
8678         (cua-auto-mark-last-change): New defcustom.
8679         (cua-pop-to-last-change): New helper function.
8680         (cua-set-mark): Use them.
8682 2006-12-01  Nick Roberts  <nickrob@snap.net.nz>
8684         * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
8685         mini-buffer message.
8687 2006-12-01  Juanma Barranquero  <lekktu@gmail.com>
8689         * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
8691 2006-12-01  Ben North  <ben@redfrontdoor.org>
8693         * paren.el: Fix the highlight overlay extension when the user types a
8694         sequence of char very fast just before the open parenthesis.
8696 2006-12-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8698         * ps-mule.el: Eliminate Emacs 20 compatibility.
8700         * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
8701         (ps-print-version): New version 6.7.
8702         (ps-print-quote): Replace '?\ ' by '?\s'.
8704 2006-11-30  Juanma Barranquero  <lekktu@gmail.com>
8706         * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
8707         (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
8708         (hexl-end-of-1k-page): Doc fixes.
8709         (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
8710         Fix typos in docstrings.
8712 2006-11-30  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
8714         * ido.el (ido-local-file-exists-p): New.  Tell if a file exists
8715         locally, i.e. without using file name handlers.
8716         (ido-read-internal): Allow mono letter host names, avoiding the
8717         `c:' problem by testing if the file exists locally.
8718         (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
8720 2006-11-30  Masatake YAMATO  <jet@gyve.org>
8722         * hexl.el (hl-line-range-function, hl-line-face): Declare variables
8723         to avoid bytecomp warnings.
8724         (hexl-mode-old-ruler-function): New variable.
8725         (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
8726         and `hl-line-range-function' after `require' hl-line.
8727         Then bind `hl-line-range-function' and `hl-line-face'.
8728         Don't require frame.  Don't use `with-no-warnings'.
8729         (hexl-activate-ruler): Store the original value of
8730         `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
8731         (hexl-mode-exit): Restore the original value of
8732         `ruler-mode-ruler-function'.
8734 2006-11-30  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
8736         * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
8737         (hexl-mode-old-hl-line-face): New variable.
8738         (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
8739         line when exit from the hexl-mode.
8741 2006-11-30  Juanma Barranquero  <lekktu@gmail.com>
8743         * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
8744         Doc fixes.
8746         * international/fontset.el (create-fontset-from-ascii-font)
8747         (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
8748         (fontset-name-p): Fix typo in docstring.
8750         * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
8752 2006-11-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8754         * ps-bdf.el: Fix maintainer email.
8756         * ps-mule.el: Fix maintainer email.  Define functions for Emacs 20
8757         compatibility.
8759         * ps-print.el: Fix maintainer email.  Define functions for Emacs 20 &
8760         21 compatibility.
8761         (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
8762         Emacs 20 & 21.
8764 2006-11-29  J.D. Smith  <jdsmith@as.arizona.edu>
8766         * progmodes/idlwave.el (idlwave-auto-fill):
8767         Remove paragraph-start let to prevent auto-fill giving up.
8769 2006-11-28  Juanma Barranquero  <lekktu@gmail.com>
8771         * vt100-led.el (led-state): Fix typo in previous change.
8773 2006-11-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8775         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8776         Fix interactive spec of the functions getting defined to make them
8777         work as documented.
8779 2006-11-28  Chong Yidong  <cyd@stupidchicken.com>
8781         * startup.el (fancy-splash-screens): Hide initial splash buffer.
8783 2006-11-28  Kim F. Storm  <storm@cua.dk>
8785         * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
8786         icomplete-mode is enabled.
8788 2006-11-28  Carsten Dominik  <dominik@science.uva.nl>
8790         * textmodes/org.el (require): Require gnus-sum during compilation
8791         to avoid problem with a macro call.
8793 2006-11-28  Glenn Morris  <rgm@gnu.org>
8795         * emacs-lisp/authors.el (authors-aliases): Add new alias.
8797         * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
8798         (fortran-window-create-momentarily): Do not need string-to-char.
8800 2006-11-28  Richard Stallman  <rms@gnu.org>
8802         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
8803         Replace incorrect use of assoc-default with a loop.
8805         * term.el (term-exec-1): Set envvar INSIDE_EMACS.
8807         * simple.el (next-error-find-buffer): Improve messages.
8809         * files.el (revert-buffer): Special error message if file
8810         is now not readable.
8812         * facemenu.el (facemenu-add-new-face): Improve doc strings of
8813         constructed commands.
8815         * comint.el (comint-exec-1): Provide Emacs version and `comint'
8816         in INSIDE_EMACS.
8818 2006-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8820         * diff-mode.el (diff-mode-map): Add a binding for unified->context.
8822         * server.el: Remove spurious * in docstrings.
8823         (server-process-filter): Exit from recursive editing before processing
8824         a new request.
8826 2006-11-27  J.D. Smith  <jdsmith@as.arizona.edu>
8828         * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
8829         line so hidden blocks will be correctly identified.
8831 2006-11-27  Juanma Barranquero  <lekktu@gmail.com>
8833         * ledit.el (ledit-save-defun, ledit-mode):
8834         * resume.el (resume-emacs-args-buffer):
8835         * rot13.el (rot13-display-table, rot13-translate-table, rot13)
8836         (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
8837         * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
8838         (command-send-input, command-kill-line):
8839         * vt100-led.el (led-state, led-on): Fix typos in docstrings.
8841         * autoarg.el (autoarg-kp-mode): Doc fix.
8843         * emacs-lock.el (toggle-emacs-lock): Doc fix.  Simplify.
8844         (emacs-lock-check-buffer-lock): Doc fix.  Use `when'.
8845         (check-emacs-lock): Doc fix.  Simplify.
8847         * iimage.el (iimage-mode-image-regex-alist): Doc fix.
8848         (iimage-mode-buffer): Fix typos in docstring.
8850         * misc.el (zap-up-to-char): Doc fix.
8852         * time-stamp.el: Fix comment and obsolescence string for old
8853         functions.  Use `dolist' instead of `while'.
8855         * userlock.el (ask-user-about-lock-help): Fix typos in output message.
8857         * disp-table.el (standard-display-8bit, standard-display-default):
8858         * ebuff-menu.el (electric-buffer-list):
8859         * ehelp.el (electric-help-command-loop):
8860         * font-core.el (font-lock-mode):
8861         * help-macro.el (make-help-screen):
8862         * help.el (describe-minor-mode-completion-table-for-indicator)
8863         (lookup-minor-mode-from-indicator):
8864         * indent.el (tab-to-tab-stop, move-to-tab-stop):
8865         * info-look.el (info-lookup-guess-custom-symbol):
8866         * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
8867         * longlines.el (longlines-wrap-line):
8868         * macros.el (insert-kbd-macro):
8869         * menu-bar.el (menu-bar-update-buffers):
8870         * misc.el (copy-from-above-command):
8871         * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
8872         * newcomment.el (comment-indent):
8873         * novice.el (disabled-command-function):
8874         * sort.el (sort-fields-syntax-table):
8875         * subr.el (momentary-string-display):
8876         * tar-mode.el (tar-header-block-summarize)
8877         (tar-clear-modification-flags):
8878         * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
8879         (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
8880         (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
8881         (te-delete-char, te-down-vertically-or-scroll):
8882         * time-stamp.el (time-stamp-string-preprocess):
8883         * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
8885 2006-11-26  Nick Roberts  <nickrob@snap.net.nz>
8887         * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
8888         in GUD mode.
8890         * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
8891         speedbar-expand-line-descendants, speedbar-contract-line-descendants.
8893 2006-11-26  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8895         * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
8897 2006-11-26  Stephen Leake  <stephen_leake@stephe-leake.org>
8899         * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
8900         (ada-compile-goto-error): Adapt to new argument profile of
8901         compilation-goto-locus in Emacs 22.  Don't check if the various
8902         compile functions are defined; we already do "(require 'compile)".
8904 2006-11-26  Kim F. Storm  <storm@cua.dk>
8906         * kmacro.el: Fix commentary.
8908 2006-11-26  Nick Roberts  <nickrob@snap.net.nz>
8910         * progmodes/gud.el (gdb): Explain how to run in text command mode
8911         more clearly.  Say in error message that multiple debugging
8912         requires restarting GDB.
8914 2006-11-25  Juanma Barranquero  <lekktu@gmail.com>
8916         * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
8918 2006-11-25  Pavel Kobiakov  <pk_at_work@yahoo.com>
8920         * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
8921         (flymake-popup-menu): Use it instead of posn-at-point.
8923 2006-11-25  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8925         * progmodes/cc-vars.el (c-backslash-column):
8926         Mention c-backslash-max-column in documentation for c-backslash-column.
8928 2006-11-24  Lars Hansen  <larsh@soem.dk>
8930         * net/tramp.el (tramp-default-method): Under Windows, change from
8931         plink to pscp.
8932         (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
8933         (tramp-actions-copy-out-of-band):
8934         Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
8935         (tramp-action-out-of-band): Move "Permission denied" handling to
8936         tramp-action-copy-failed.
8937         (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
8938         process buffer.
8940 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8942         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
8943         strings to a single string.  Quote `errors-file-name'.
8944         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
8945         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
8946         Adjust calls.  Use `shell-quote-argument'.
8948         * international/mule.el (load-with-code-conversion)
8949         (with-category-table): Use with-current-buffer.
8950         (after-insert-file-set-coding): Use restore-buffer-modified-p.
8952 2006-11-24  Eli Zaretskii  <eliz@gnu.org>
8954         * mail/smtpmail.el (smtpmail-send-it):
8955         Copy buffer-file-coding-system from the mail buffer.  Possibly add a
8956         MIME header for the message encoding.
8957         Bind coding-system-for-write around the call to mail-do-fcc.
8958         Use smtpmail-code-conv-from to encode queued mail messages.
8960 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
8962         * tabify.el (tabify-regexp): Doc fix.
8964         * net/rcirc.el (rcirc-buffer-maximum-lines):
8965         * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
8967         * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
8968         (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
8969         Fix typos in output messages.
8970         (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
8972 2006-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8974         * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
8975         the horse's mouth.
8976         (hexlify-buffer): Don't re-encode an arg that's already encoded.
8978 2006-11-23  Michael Kifer  <kifer@cs.stonybrook.edu>
8980         * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
8981         Remove condition-case.
8983 2006-11-23  Glenn Morris  <rgm@gnu.org>
8985         * progmodes/f90.el (f90-comment-indent): Do not move point in
8986         default case.
8988 2006-11-21  Romain Francoise  <romain@orebokech.com>
8990         * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
8991         from library name (reverts change of 2005-10-25).
8993 2006-11-21  Lennart Borgman  <lennart.borgman.073@student.lu.se>
8995         * tutorial.el (tutorial--default-keys): Add newline and
8996         delete-backward-char bindings.
8997         (tutorial--detailed-help): Save excursion when finding keys.
8998         Correct warning string for M-x FOO case.
8999         (tutorial--display-changes): Print special keys in tutorial style.
9000         Tweak search regexp for changed keys.
9002 2006-11-21  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
9004         * thingatpt.el (thing-at-point-url-at-point): Don't add a
9005         redundant scheme.
9007 2006-11-21  Diane Murray  <disumu@x3y2z1.net>  (tiny change)
9009         * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
9010         are new to the list at IANA.  Also added irc, mms, mmsh.
9012 2006-11-20  J.D. Smith  <jdsmith@as.arizona.edu>
9014         * progmodes/idlw-help.el (idlwave-html-help-location):
9015         Fail gracefully for missing help packages.
9016         (idlwave-help-assistant-open-link): Open full links.
9017         (idlwave-help-assistant-help-with-topic): Direct help link.
9019         * progmodes/idlwave.el (idlwave-mode):
9020         Set add-log-current-defun-function.
9021         (idlwave-current-routine-fullname): Add, to support add-log.
9022         (idlwave-convert-xml-system-routine-info): Simplify XML parsing
9023         to reflect improvements to xml-parse-file.
9024         (idlwave-mode-menu-def): New binding for help-with-topic.
9026         * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
9027         Handle extra newlines and spaces.
9028         (idlwave-shell-mode-map): Add help-with-topic.
9030 2006-11-20  Chong Yidong  <cyd@stupidchicken.com>
9032         * tutorial.el (tutorial-warning-face): New face.
9033         (tutorial--detailed-help, tutorial--display-changes): Use it.
9034         (tutorial--find-changed-keys): Check ESC-prefix binding specially.
9035         Improve search pattern for occurrences of changed keys.
9037 2006-11-20  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9039         * term/x-win.el (x-last-cut-buffer-coding): New variable.
9040         (x-select-text): Set it.
9041         (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
9042         when checking for newness.
9044 2006-11-19  Juanma Barranquero  <lekktu@gmail.com>
9046         * subr.el (posn-image):
9047         * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
9049         * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
9051 2006-11-19  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
9053         * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
9054         Exceptions to the rule "add a space between an identifier and an
9055         opening parenthesis".  Defaulted to the `#define' problem of cpp.
9056         (glasses-parenthesis-exception-p): New.  Check if the region is an
9057         exception regarding to that.
9058         (glasses-make-readable): Use it.
9059         (glasses-convert-to-unreadable): Ditto.  Modify the file also if
9060         `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
9062 2006-11-19  Chong Yidong  <cyd@stupidchicken.com>
9064         * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
9066 2006-11-19  Stephen Leake  <stephen_leake@stephe-leake.org>
9068         * progmodes/ada-mode.el (ada-make-body): Fix typo.
9070         * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
9071         (ada-xref-initialize): Fix typo.  Use add-hook and remove-hook.
9073 2006-11-18  Chong Yidong  <cyd@stupidchicken.com>
9075         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
9076         conditions for function or variable bindings.
9078         * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
9080         * progmodes/compile.el (compilation-start): Ditto.
9082 2006-11-18  Michael Albinus  <michael.albinus@gmx.de>
9084         * net/tramp.el (top): cl and custom are always required.
9086 2006-11-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9088         * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
9089         cut-buffers with next-selection-coding-system if not nil.
9091 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
9093         * textmodes/org.el (org-fix-decoded-time): New function.
9094         (org-display-custom-time): Use `org-fix-decoded-time'.
9096 2006-11-17  Chong Yidong  <cyd@stupidchicken.com>
9098         * menu-bar.el (menu-bar-games-menu): Remove yow.
9100 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
9102         * textmodes/org.el (org-scan-tags): Re-align code fixed.
9103         (org-detach-overlay): Rename from `org-detatch-overlay'.
9104         (org-table-convert-region): Insert space after column separator.
9105         (org-agenda-kill): New command.
9106         (org-metaleft): Call `org-outdent-item' on bullets.
9107         (org-metaright): Call `org-indent-item' on bullets.
9108         (org-timestamp-change): Set `org-last-changed-timestamp'.
9109         (org-current-line): Make sure (bolp) returns correct result.
9110         (org-agenda-change-all-lines): Make sure TODO are highlighted.
9112 2006-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9114         * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
9116 2006-11-16  Chong Yidong  <cyd@stupidchicken.com>
9118         * mouse.el (global-map): Change 2006-08-16 fix to call
9119         mouse-yank-at-click explicitly, since mouse events are not carried
9120         over into keyboard macros.
9122 2006-11-16  Kim F. Storm  <storm@cua.dk>
9124         * ido.el (ido-file-internal): Use current buffer's file name as default
9125         choice for ido-find-alternate-file.  Suggested by Matt Hodges.
9127 2006-11-15  Ken Manheimer  <ken.manheimer@gmail.com>
9129         * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
9130         (allout-inhibit-aberrance-doublecheck): Rename from
9131         allout-during-yank-processing.  All callers changed.
9132         (allout-ascend): Provide for unusual case where some topic after
9133         the first in file is at lower depth than the first.
9134         (allout-shift-in): Ensure the offspring of the new containing
9135         topic are exposed.
9136         (allout-encrypt-string): Preserve the coding-system of the text,
9137         according to that of the containing buffer.
9138         (allout-toggle-subtree-encryption): When the text being encrypted
9139         requires a different coding system, offer to preserve the coding
9140         system using a file local var.
9142 2006-11-15  Simon Marshall  <simon@gnu.org>
9144         * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
9145         to recognise "T t()" as a function declaration, rather than a
9146         variable instantiation, iff at the top-level or inside a class
9147         declaration.  Suggested by Feng Li <fengli@gmail.com>.
9149 2006-11-14  Stephen Leake  <stephen_leake@stephe-leake.org>
9151         * progmodes/ada-xref.el (ada-parse-prj-file):
9152         Don't delete project buffer; user may want to edit it.
9153         (ada-xref-set-project-field, ada-xref-current-project-file)
9154         (ada-xref-current-project, ada-show-current-project)
9155         (ada-set-main-compile-application): New functions.
9156         (ada-xref-get-project-field, ada-require-project-file):
9157         Normalize use of ada-prj-default-project-file.
9158         (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
9159         Normalize use of ada-require-project-file.
9160         (ada-prj-find-prj-file): Improve doc string, comments.
9162         * progmodes/ada-mode.el (ada-mode-version): Bump version.
9163         (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
9164         (ada-create-menu): Add ada-set-main-compile-application,
9165         ada-show-current-main, ada-show-current-project.
9167 2006-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9169         * progmodes/python.el (inferior-python-mode-syntax-table): New var.
9170         (inferior-python-mode): Use it.
9172 2006-11-14  Andreas Schwab  <schwab@suse.de>
9174         * term/xterm.el (terminal-init-xterm): Add more key bindings.
9176 2006-11-13  Kim F. Storm  <storm@cua.dk>
9178         * ido.el (ido-copy-current-word): C-o copies region if active.
9180 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
9182         * textmodes/org.el (org-emph-face): Fix typo in variable name.
9184 2006-11-13  Juanma Barranquero  <lekktu@gmail.com>
9186         * ediff.el (ediff-revision):
9187         * files.el (set-visited-file-name):
9188         * mail/rmailout.el (rmail-output-body-to-file):
9189         Use `format', not `message', in `y-or-n-p' call.
9191 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
9193         * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
9194         (org-metaright): Call `org-indent-item' on bullets.
9195         (org-timestamp-change): Set `org-last-changed-timestamp'.
9196         (org-current-line): Make sure (bolp) returns correct result.
9197         (org-agenda-change-all-lines): Make sure highlighting TODO always works.
9199 2006-11-12  Richard Stallman  <rms@gnu.org>
9201         * language/european.el (turkish-case-conversion-enable)
9202         (turkish-case-conversion-disable): New functions.
9203         ("Turkish" lang env): Use them.
9205         * international/characters.el (case table):
9206         Do nothing special for i and I.
9208         * subr.el (remove-overlays): Fix last change.
9210         * cus-edit.el (custom-save-all): Use find-file-visit-truename
9211         for visiting the custom file.
9213 2006-11-12  Markus Triska  <triska@gmx.at>
9215         * play/handwrite.el (handwrite): Also process lines not ending
9216         with newline.  Replace some position-fiddling with different
9217         logic.  Improve performance.
9219 2006-11-12  Stephen Leake  <stephen_leake@stephe-leake.org>
9221         * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
9222         replacing deleted variable `ada-check-switch'.
9223         (ada-project-file-extension): Rename to `ada-prj-file-extension'.
9224         (ada-xref-project-files): Improve doc string.
9225         (ada-find-executable): New function.
9226         (ada-initialize-runtime-library): Use `ada-find-executable'.
9227         (ada-xref-set-default-prj-values): In compile commands, don't need
9228         `ada-cd-command'; `compile' does that more portably.
9229         Use ada-prj-default-check-cmd.
9230         (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
9231         properties if not specified in project file.
9232         (ada-goto-declaration): Display useful message for new error
9233         'error-file-not-found.
9234         (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
9235         'error-file-not-found.
9236         (ada-get-all-references): Match latest ali syntax.  Signal new
9237         error 'error-file-not-found.
9238         (ada-find-in-ali): Match latest ali syntax.
9239         (ada-make-filename-from-adaname): Handle different semantics of
9240         gnatkr in GNAT 3.15p vs later.
9242         * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
9243         ada-procedure-start-regexp.
9244         (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
9246         * progmodes/ada-mode.el: Replace conditional (require 'ispell)
9247         with defvar.
9248         (ada-language-version): Rename ada05 -> ada2005.
9249         (ada-align-region-separate): Add `eval-when-compile'.
9250         (ada-name-regexp): Remove unneeded escapes in regexp character
9251         alternative.
9252         (ada-compile-goto-error-file-linenr-re): New constant.
9253         (ada-matching-start-re): Handle additional cases `declare',
9254         `procedure', `function'.
9255         (ada-compile-goto-error): Handle "... at line nn".
9256         (ada-mode): Clearer syntax, comments for ff-special-constructs.
9257         Delete support for old versions of `align'.
9258         (ada-search-prev-end-stmt): Handle additional keyword `private'.
9259         (ada-check-defun-name): Simplify handling of `declare'.
9260         (ada-goto-matching-start): Handle nested `begin ... end'.
9261         Handle `declare', `protected', `procedure', `function'.
9262         (ada-create-menu): Presence of arm95 is not conditional on using
9263         GNAT compiler.
9265 2006-11-12  Juanma Barranquero  <lekktu@gmail.com>
9267         * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
9268         nil in the *RE-Builder* buffer (it causes spurious error messages).
9270         * server.el (server-visit-files): If `minibuffer-auto-raise' has
9271         been set to t, respect it.
9273 2006-11-11  Stephen Leake  <stephen_leake@stephe-leake.org>
9275         * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
9276         Delete commented out code for old Emacs versions.  Autoloading of
9277         "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
9278         (ada-mode-version): Bump version number.
9279         (ada-95-string-keywords, ada-2005-string-keywords)
9280         (ada-2005-keywords, ada-name-regexp): New constant.
9281         (ada-language-version, ada-procedure-start-regexp, ada-mode)
9282         (ada-font-lock-keywords): Add support for Ada 2005 keywords.
9283         (ada-package-start-regexp): Support private packages, include package
9284         name (for ada-set-point-accordingly).
9285         (ada-next-procedure, ada-previous-procedure)
9286         (ada-which-function-are-we-in): Match changes to
9287         ada-procedure-start-regexp.
9288         (ada-make-body): Make non-interactive; not a user function.
9289         (ada-make-subprogram-body): Improve doc string.
9291 2006-11-11  Romain Francoise  <romain@orebokech.com>
9293         * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
9294         `compilation-error-regexp-alist' buffer-local, since we changed
9295         `compilation-error-regexp-alist-alist' locally.
9297 2006-11-11  Juanma Barranquero  <lekktu@gmail.com>
9299         * server.el (server-visit-files): Bind `minibuffer-auto-raise'
9300         to the value of `server-raise-frame'.
9302 2006-11-11  Glenn Morris  <rgm@gnu.org>
9304         * ido.el (ido-enable-prefix)
9305         * ses.el (ses-call-printer-return)
9306         * net/tramp.el (tramp-unified-filenames)
9307         * progmodes/cc-align.el (c-lineup-string-cont)
9308         * progmodes/compile.el (compilation-directory-matcher)
9309         * progmodes/ebnf2ps.el (ebnf-stop-on-error)
9310         * progmodes/vhdl-mode.el (vhdl-reset-active-high)
9311         (vhdl-clock-rising-edge)
9312         * textmodes/org.el (org-export-with-timestamps)
9313         (org-export-remove-timestamps-from-toc)
9314         (org-export-with-tags): Improve previous doc fixes.
9316 2006-11-11  Richard Stallman  <rms@gnu.org>
9318         * textmodes/flyspell.el (flyspell-mode-map):
9319         Bind C-c $ instead of M-RET.
9321 2006-11-10  Simon Marshall  <simon@gnu.org>
9323         * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
9324         fontification for "case" and "default" keywords.
9326 2006-11-10  Andreas Schwab  <schwab@suse.de>
9328         * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
9329         Avoid starting sentence with "nil".
9331 2006-11-10  Juanma Barranquero  <lekktu@gmail.com>
9333         * server.el (server-raise-frame): New option.
9334         (server-switch-buffer): Use it.
9336 2006-11-10  Nick Roberts  <nickrob@snap.net.nz>
9338         * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
9339         with a capital.
9341 2006-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
9343         * textmodes/org.el (org-show-hierarchy-above)
9344         (org-show-following-heading): Fix typo in default value.
9345         (org-scan-tags): Make the search case-sensitive.
9346         (org-tags-sparse-tree): Don't overrule
9347         `org-show-following-heading' and `org-show-hierarchy-above'.
9348         (org-reveal): New command.
9349         (org-show-context): Rename from `org-show-hierarchy-above'.
9350         (org-fast-tag-selection-single-key): New option.
9351         (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
9352         (org-tags-overlay): New variable.
9353         (org-agenda-todo-ignore-deadlines): New option.
9354         ("session"): Add circular data structure `org-mark-ring' to
9355         exceptions list in session.el.
9356         (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
9357         New options.
9358         (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
9359         (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
9360         (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
9361         (org-finalize-agenda): Activate bracket links in agenda.
9362         (org-at-timestamp-p, org-at-date-range-p): Additional argument
9363         INACTIVE-OK.
9364         (org-show-hierarchy-above, org-show-following-heading):
9365         List values allowed for fine-tuned configuration.
9366         (org-show-hierarchy-above): New argument CONTEXT, use the
9367         fine-tuned settings in `org-show-hierarchy-above' and
9368         `org-show-following-heading'.
9369         (org-display-custom-time): New function.
9370         (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
9371         (org-display-custom-times, org-time-stamp-custom-formats):
9372         (org-maybe-intangible): New macro.
9373         (org-activate-bracket-links, org-hide-wide-columns):
9374         Use `org-maybe-intangible'.
9375         (org-open-file): Use `shell-quote-argument'.
9376         (org-display-internal-link-with-indirect-buffer): New option.
9377         (org-file-remote-p): Get regexp from list.
9378         (org-link-expand-abbrev): New function.
9379         (org-link-abbrev-alist): New option.
9380         (org-open-at-point, org-cleaned-string-for-export):
9381         Call `org-link-expand-abbrev'.
9382         (org-timeline, org-agenda-list, org-todo-list)
9383         (org-tags-view): Remove the KEEP-MODES argument.
9384         (org-finalize-agenda-hook): New hook.
9385         (org-get-alist-option): New function.
9386         (org-follow-timestamp-link): New function.
9387         (org-open-at-point): Call `org-follow-timestamp-link'.
9388         (org-log-note-marker, org-log-note-purpose)
9389         (org-log-note-window-configuration): New variables.
9390         (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
9391         (org-log-note-headings): New option.
9392         (org-dblock-write:clocktable): Bug fix, removed infinite loop.
9393         (org-store-link): Support for dired-mode.
9394         (org-open-file): Substitute environment variables into filename.
9395         (org-last): New defsubst.
9396         (org-agenda-re-align-tags): New function.
9397         (org-agenda-align-tags-to-column): New option.
9398         (org-agenda-timeline): Group removed.
9399         (org-prepare-agenda, org-prepare-agenda-buffers)
9400         (org-run-agenda-series, org-timeline, org-agenda-list)
9401         (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
9402         the text property inticating the agenda type.
9403         (org-agenda-post-command-hook): Get agenda type from text property
9404         at point.
9405         (org-agenda): Handle command sets.  Set `org-agenda-last-arguments'
9406         and obey `org-agenda-overriding-arguments'.
9407         (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
9408         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
9409         (org-agenda-week-view, org-agenda-day-view):
9410         Use `org-agenda-overriding-arguments' to make updating work with
9411         multi-block agendas.
9412         (org-agenda-prefix-format): Allow different formats for the
9413         different agenda entry types.
9414         (org-timeline-prefix-format): Option removed, use
9415         `org-agenda-prefix-format' instead.
9416         (org-prepare-agenda): New function.
9417         (org-select-timeline-window): Option removed, use
9418         `org-select-agenda-window' instead.
9419         (org-respect-restriction): Variable removed.
9420         (org-cmp-tag): New function.
9421         (org-agenda-sorting-strategy, org-entries-lessp):
9422         Implement sorting by last tag.
9423         (org-complete): Better completion in in-buffer option lines.
9424         (org-in-item-p): New function.
9425         (org-org-menu): Add entries for checkboxes.
9426         (org-cycle): Extra brouping in outline-regexp, because it is used
9427         in a search with "^" prepended.
9428         (org-provide-checkbox-statistics): New option.
9429         (org-set-font-lock-defaults): Highlight checkbox statistics.
9430         (org-update-checkbox-count-maybe)
9431         (org-get-checkbox-statistics-face): New functions.
9432         (org-update-checkbox-count): New command.
9433         (org-insert-item, org-toggle-checkbox):
9434         Call `org-update-checkbox-count-maybe'.
9435         (org-export-as-html): XEmacs compatibility for coding system.
9436         (org-force-cycle-archived): New command.
9437         (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
9438         overrules cycling.
9439         (org-fix-position-after-promote): If the line contains only a todo
9440         keyword, add a final space.
9441         (org-promote-subtree, org-demote-subtree):
9442         Call `org-fix-position-after-promote'.
9444 2006-11-10  Glenn Morris  <rgm@gnu.org>
9446         * calendar/cal-dst.el: Do not assume DST starts/ends on the same
9447         date in every year.
9448         (calendar-dst-check-each-year-flag): New customizable variable.
9449         (calendar-dst-find-data): New function, extracted from
9450         calendar-current-time-zone.
9451         (calendar-current-time-zone): Use calendar-dst-find-data.
9452         (calendar-dst-transition-cache): New variable.
9453         (calendar-dst-find-startend, calendar-dst-starts)
9454         (calendar-dst-ends): New functions.
9455         (calendar-daylight-savings-starts)
9456         (calendar-daylight-savings-ends): Change value to use
9457         calendar-dst-starts, calendar-dst-ends; respectively.
9459         * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
9461         * ido.el (ido-enable-prefix)
9462         * ses.el (ses-call-printer-return)
9463         * net/tramp.el (tramp-unified-filenames)
9464         * progmodes/cc-align.el (c-lineup-string-cont)
9465         * progmodes/compile.el (compilation-directory-matcher)
9466         * progmodes/ebnf2ps.el (ebnf-stop-on-error)
9467         * progmodes/gdb-ui.el (gdb-many-windows)
9468         * progmodes/vhdl-mode.el (vhdl-reset-active-high)
9469         (vhdl-clock-rising-edge)
9470         * textmodes/org.el (org-export-with-timestamps)
9471         (org-export-remove-timestamps-from-toc, org-export-with-tags)
9472         (org-read-date): Doc fix (Nil -> nil).
9474 2006-11-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9476         * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
9477         Encode/decode text to/from cut buffers to/from iso-latin-1 only.
9479 2006-11-10  Juanma Barranquero  <lekktu@gmail.com>
9481         * bs.el (bs--window-for-buffer): Remove.
9482         (bs--show-with-configuration): Use `get-window-with-predicate'
9483         instead of `bs--window-for-buffer'.
9485 2006-11-10  Kenichi Handa  <handa@m17n.org>
9487         * files.el (revert-buffer): Fix previous change.
9489 2006-11-09  Juanma Barranquero  <lekktu@gmail.com>
9491         * bs.el (bs--redisplay): Fix typo in docstring.
9492         (bs--window-config-coming-from): Make frame-local.
9493         (bs--restore-window-config): New function.
9494         (bs-kill, bs-select, bs-select-other-window)
9495         (bs-select-other-frame): Use it.
9496         (bs--window-for-buffer): Return as soon as a matching buffer is found.
9497         (bs--show-with-configuration): Save the window configuration as a
9498         frame local var, and only if *buffer-selection* is not already
9499         visible on this frame.
9501 2006-11-08  Chong Yidong  <cyd@stupidchicken.com>
9503         * vc-svn.el (vc-svn-admin-directory): New var.
9504         (vc-svn-registered, vc-svn-responsible-p)
9505         (vc-svn-repository-hostname): Use it.
9506         Suggested by arit93@yahoo.com.
9508 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
9510         * ldefs-boot.el: Regenerate.
9512 2006-11-08  Alan Mackenzie  <acm@muc.de>
9514         * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
9515         case (eq open-paren-in-column-0-is-defun-start nil) by searching
9516         for least nested open-paren.
9518 2006-11-08  Romain Francoise  <romain@orebokech.com>
9520         * subr.el (remove-overlays): Fix typo in last change.
9522 2006-11-08  Richard Stallman  <rms@gnu.org>
9524         * subr.el (remove-overlays): Call overlay-recenter.
9526 2006-11-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9528         * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
9529         (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
9530         behaviour.
9531         (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
9532         directly.
9534 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
9536         * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
9537         (ido-max-dir-file-cache, ido-decorations)
9538         (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
9539         (ido-magic-backward-char, ido-enter-dired)
9540         (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
9541         (ido-list-directory, ido-first-match, ido-only-match)
9542         (ido-subdir, ido-indicator): Fix typos in docstrings.
9543         (ido-buffer-internal, ido-completion-help): Fix typos in messages.
9544         (ido-read-internal): Fix typo in error message.
9546 2006-11-08  Kenichi Handa  <handa@m17n.org>
9548         * international/mule-cmds.el (set-default-coding-systems):
9549         Always set default-file-name-coding-system to utf-8 for Mac Darwin.
9551 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
9553         * makefile.w32-in (setwins): Remove.
9554         (WINS_ALMOST): New macro.
9555         (WINS): Use it.
9556         (autoloads): Don't extract autoloads from files in obsolete/.
9558 2006-11-07  Chong Yidong  <cyd@stupidchicken.com>
9560         * whitespace.el (whitespace-buffer): Call remove-overlays after
9561         overlay-recenter for performance.  Suggested by Martin Rudalics.
9563 2006-11-07  Michael Albinus  <michael.albinus@gmx.de>
9565         * net/tramp.el (tramp-default-method): scp is the default method.
9567 2006-11-07  Juanma Barranquero  <lekktu@gmail.com>
9569         * server.el (server-start): Save also the Emacs pid in the server file.
9571 2006-11-07  Carsten Dominik  <dominik@science.uva.nl>
9573         * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
9574         point when displaying a bibtex cross reference in the echo area.
9576 2006-11-06  Juanma Barranquero  <lekktu@gmail.com>
9578         * international/mule.el (make-char): Fix typo in docstring.
9579         (load-with-code-conversion, charsetp): Doc fixes.
9581         * international/ja-dic-cnv.el (skkdic-convert):
9582         * cus-edit.el (hook): Fix typo in docstring.
9584 2006-11-06  Chong Yidong  <cyd@stupidchicken.com>
9586         * cus-edit.el (custom-mode-map): Move defvar above code using it.
9587         (custom-mode-link-map): New variable.
9588         (custom-group-link, custom-manual): Use follow-link.
9590 2006-11-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9592         * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
9593         "Mark Shapiro" -> "Marc Shapiro".  Update his email address.
9595 2006-11-06  Richard Stallman  <rms@gnu.org>
9597         * textmodes/flyspell.el (flyspell-correct-word-before-point):
9598         New function broken out of flyspell-correct-word.
9599         (flyspell-mode-map): Bind it to M-RET.
9600         (flyspell-correct-word): Call it.
9602         * textmodes/fill.el (fill-minibuffer-function): New function.
9603         (fill-paragraph): Bind fill-paragraph-function to
9604         fill-minibuffer-function.
9606         * ruler-mode.el (ruler-mode-map): Add bindings for up-events
9607         so that they aren't undefined.
9609         * dired.el (dired-readin): Locally bind file-name-coding-system.
9611         * bindings.el: Shorten and clarify usual mode line mouse help string.
9613         * Makefile.in (autoloads): Don't include `obsolete'.
9615 2006-11-06  Chong Yidong  <cyd@stupidchicken.com>
9617         * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
9618         (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
9619         Printing menu if it's not initialized.
9620         (pr-menu-bind): Act on menu-bar-file-menu directly.
9622 2006-11-06  Juanma Barranquero  <lekktu@gmail.com>
9624         * help.el (view-emacs-news): Fix typo in error message.
9626         * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
9628         * shadowfile.el (shadow-define-regexp-group)
9629         (shadow-literal-groups, shadow-insert-var): Doc fixes.
9630         (shadow-read-files): Fix typo in message.
9631         (shadow-inhibit-overload, shadow-find, shadow-suffix)
9632         (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
9633         (shadow-suffix, shadow-site-match, shadow-expand-file-name)
9634         (shadow-file-match): Fix typos in docstrings.
9636         * terminal.el (terminal-emulator): Fix typo in message.
9638         * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
9640         * emacs-lisp/lselect.el (x-kill-primary-selection)
9641         (x-delete-primary-selection, x-copy-primary-selection):
9642         Fix typos in error messages.
9644         * emulation/edt-mapper.el: Fix typo in interactive message.
9646         * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
9648         * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
9649         (ispell-help): Fix typos in docstrings.
9650         (ispell-help): Fix typo in output message.
9652         * allout.el (allout-adjust-file-variable)
9653         (allout-passphrase-verifier-string)
9654         (allout-passphrase-hint-string)
9655         (allout-toggle-current-subtree-encryption):
9656         * apropos.el (apropos-synonyms):
9657         * cus-edit.el (hook):
9658         * emacs-lock.el (emacs-lock-from-exiting):
9659         * follow.el (follow-avoid-tail-recenter-p):
9660         * hexl.el (hexl-mode):
9661         * mouse-copy.el (mouse-copy-work-around-drag-bug):
9662         * mouse.el (mouse-set-font):
9663         * resume.el (resume-emacs-args-file):
9664         * rfn-eshadow.el (file-name-shadow-tty-properties):
9665         * t-mouse.el (t-mouse-process, t-mouse-mode):
9666         * emacs-lisp/cust-print.el (custom-print-install)
9667         (custom-print-uninstall, custom-format):
9668         * emacs-lisp/shadow.el (list-load-path-shadows):
9669         * emulation/tpu-edt.el (tpu-help-text)
9670         (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
9671         (tpu-reset-control-keys):
9672         * emulation/vip.el (vip-emacs-local-map)
9673         (vip-change-mode-to-emacs):
9674         * emulation/viper.el (viper-mode, viper-set-hooks)
9675         (viper-major-mode-modifier-list):
9676         * emulation/viper-init.el (viper-emacs-state-cursor-color):
9677         * emulation/viper-keym.el (viper-emacs-kbd-map)
9678         (viper-toggle-key):
9679         * mail/feedmail.el (feedmail-queue-reminder)
9680         (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
9681         (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
9682         (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
9683         (feedmail-sender-line, feedmail-force-binary-write)
9684         (feedmail-from-line, feedmail-deduce-envelope-from)
9685         (feedmail-x-mailer-line, feedmail-message-id-generator)
9686         (feedmail-date-generator, feedmail-fiddle-plex-user-list)
9687         (feedmail-enable-spray, feedmail-spray-this-address)
9688         (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
9689         (feedmail-queue-runner-confirm-global)
9690         (feedmail-ask-before-queue-prompt)
9691         (feedmail-ask-before-queue-reprompt)
9692         (feedmail-prompt-before-queue-standard-alist)
9693         (feedmail-prompt-before-queue-user-alist)
9694         (feedmail-prompt-before-queue-help-supplement)
9695         (feedmail-queue-use-send-time-for-message-id)
9696         (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
9697         (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
9698         (feedmail-mail-send-hook-queued)
9699         (feedmail-confirm-addresses-hook-example)
9700         (feedmail-last-chance-hook, feedmail-before-fcc-hook)
9701         (feedmail-queue-runner-mode-setter)
9702         (feedmail-queue-alternative-mail-header-separator)
9703         (feedmail-queue-runner-message-sender)
9704         (feedmail-buffer-eating-function, feedmail-binmail-template)
9705         (feedmail-run-the-queue-no-prompts)
9706         (feedmail-run-the-queue-global-prompt)
9707         (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
9708         (feedmail-envelope-deducer, feedmail-fiddle-date)
9709         (feedmail-default-message-id-generator)
9710         (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
9711         (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
9712         * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
9713         (vms-pmail-setup):
9714         * play/dunnet.el (dun-help):
9715         * play/handwrite.el (handwrite):
9716         * play/hanoi.el (hanoi-unix-64):
9717         * progmodes/idlwave.el (idlwave-rescan-asynchronously):
9718         * textmodes/enriched.el (fixed):
9719         * textmodes/org.el (org-file-apps)
9720         (org-emphasis-regexp-components, org-emphasis-alist):
9721         * textmodes/texinfmt.el (batch-texinfo-format):
9722         Fix typos in docstrings.
9724 2006-11-05  Juanma Barranquero  <lekktu@gmail.com>
9726         * loadhist.el (read-feature): Don't complete features not loaded
9727         from a file (which make `unload-feature' to fail).
9729 2006-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
9731         * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
9733 2006-11-05  Chong Yidong  <cyd@stupidchicken.com>
9735         * startup.el (command-line-1): Kill emacs if the last frame is
9736         deleted while evaluating the command-line arguments.
9738 2006-11-05  Richard Stallman  <rms@gnu.org>
9740         * startup.el (init-file-had-error): Add doc string.
9741         (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
9742         Use fixed-width font for keyboard key descriptions.
9744         * cus-edit.el (custom-save-all): Error if saving in .emacs
9745         and it had an error when loaded.
9747         * dired-aux.el (dired-copy-file-recursive): Catch errors
9748         from recursive copies in the loop, around the recursive call.
9750 2006-11-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
9752         * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
9753         `/proc/acpi/ac_adapter/*'.  Ditto for the thermometers in
9754         `/proc/acpi/thermal_zone/*'.
9755         (battery-search-for-one-match-in-files): New.  Search a regexp in
9756         the content of some files.
9758 2006-11-05  Martin Rudalics  <rudalics@gmx.at>
9760         * window.el (mouse-autoselect-window-now): Remove variable.
9761         (mouse-autoselect-window-state): New variable.
9762         (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
9763         (mouse-autoselect-window-select, handle-select-window):
9764         Rewritten to make mouse-autoselect-window-timer a one-shot timer.
9765         Suspend delayed autoselection during menu or popup dialog.
9767         * info-look.el (info-lookup-guess-custom-symbol): New function
9768         for retrieving symbol at point in custom buffers.
9769         (top level) <info-lookup-maybe-add-help>: Add backquote and
9770         comma to ignored characters in regexps of help specifications
9771         for emacs-lisp-mode and lisp-interaction-mode.  This permits
9772         looking up symbols in `...' and after a comma.  Add help
9773         specifications for custom-mode and help-mode.
9775 2006-11-04  Eli Zaretskii  <eliz@gnu.org>
9777         * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
9778         Don't encode body if RAW is non-nil, or if the old encoding is
9779         identical to the new encoding, or if the body contains only
9780         eight-bit-* characters.
9782 2006-11-04  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
9784         * faces.el (faces-sample-overlay, describe-face): Revert last changes.
9785         (faces-sample-overlay): Remove variable.
9786         (describe-face): Insert sample text in the face being described.
9788 2006-11-04  Martin Rudalics  <rudalics@gmx.at>
9790         * whitespace.el (whitespace-indent-regexp): Make this match any
9791         multiples of eight spaces near the beginning of a line.
9792         (whitespace-buffer): Use `remove-overlays' instead of
9793         `whitespace-unhighlight-the-space' and `overlay-recenter' to
9794         speed up overlay handling.
9795         (whitespace-buffer-leading, whitespace-buffer-trailing):
9796         Make these functions highlight the text removed by
9797         `whitespace-buffer-leading-cleanup' and
9798         `whitespace-buffer-trailing-cleanup' respectively.
9799         (whitespace-buffer-search): Use `with-local-quit'.
9800         Move `format' out of loop to speed up scanning larger buffers.
9801         (whitespace-unhighlight-the-space): Remove `remove-hook' since
9802         that function is never added to a hook.
9803         (whitespace-spacetab-regexp, whitespace-ateol-regexp)
9804         (whitespace-buffer-leading-cleanup)
9805         (whitespace-refresh-rescan-list): Fix docstrings.
9807 2006-11-03  Ken Manheimer  <ken.manheimer@gmail.com>
9809         * allout.el (allout-during-yank-processing): Cue for inhibiting
9810         aberrance processing during yanks.
9811         (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
9812         the amount of yanked topics that can be aberrant.
9813         (allout-do-doublecheck): Encapsulate this multiply-used recipe in
9814         a function, and supplement with inihibition of doublechecking
9815         during yanks.
9816         (allout-beginning-of-line, allout-next-heading)
9817         (allout-previous-heading, allout-goto-prefix-doublechecked)
9818         (allout-back-to-current-heading, allout-next-visible-heading)
9819         (allout-next-sibling): Use new allout-do-doublecheck function.
9820         (allout-next-sibling): Ensure we made progress when returning
9821         other than nil.
9822         (allout-rebullet-heading): Preserve text property annotations
9823         indicating the text was hidden, if it was.
9824         (allout-kill-line): Remove any added was-hidden annotations.
9825         (allout-kill-topic): Remove any added was-hidden annotations.
9826         (allout-annotate-hidden): Inhibit adding was-hidden text
9827         properties to the undo list.
9828         (allout-deannotate-hidden): New function to remove was-hidden
9829         annotation.
9830         (allout-hide-by-annotation): Use new allout-deannotate-hidden.
9831         (allout-remove-exposure-annotation): Replace by
9832         allout-deannotate-hidden.
9833         (allout-yank-processing): Signal that yank processing is happening
9834         with allout-during-yank-processing.  Also, wrap
9835         allout-unprotected's closer to the text changes, for easier
9836         debugging.  We need to inhibit-field-text-motion explicitly, in
9837         lieu of the encompassing allout-unprotected.
9838         (outlineify-sticky): Adjust criteria for triggering new outline
9839         decorations to presence or absence of any topics, not just a topic
9840         at the beginning of the buffer.
9842 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
9844         * bs.el (bs--show-all, bs--redisplay):
9845         * cus-edit.el (custom-unlispify-menu-entries)
9846         (custom-unlispify-tag-names, custom-prompt-variable):
9847         * expand.el (expand-pos):
9848         * speedbar.el (speedbar-generic-list-tag-p):
9849         * wid-edit.el (widget-image-enable):
9850         * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
9851         * emacs-lisp/find-func.el (find-function-noselect)
9852         (find-function, find-variable-noselect, find-variable)
9853         (find-definition-noselect, find-face-definition):
9854         * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
9855         * net/eudc-vars.el (eudc-expansion-overwrites-query):
9856         * progmodes/ada-xref.el (ada-find-in-ali):
9857         * textmodes/flyspell.el (flyspell-check-tex-math-command):
9858         * textmodes/org.el (org-copy-subtree):
9859         * textmodes/table.el (table--row-column-insertion-point-p):
9860         Use "non-nil" in docstrings.
9862 2006-11-03  Mark Davies  <mark@mcs.vuw.ac.nz>
9864         * sort.el (sort-columns): Set the field separator to tab; on
9865         NetBSD, sort complains if "\n" is used as field separator.
9867 2006-11-03  NIIMI Satoshi  <sa2c@sa2c.net>
9869         * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
9871 2006-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9873         * server.el (server-auth-key): Remove.  Replace by a process-property.
9874         (server-start): Don't remove the file of the previous process, but
9875         instead clear out the place for the new file.
9876         (server-start): Set the :auth-key property.
9877         (server-process-filter): Use the :auth-key property.
9879 2006-11-02  Carsten Dominik  <dominik@science.uva.nl>
9881         * textmodes/org.el (org-mode-map): No longer copy
9882         `outline-mode-map' explicitly - this is already done by
9883         `define-derived-mode'.
9885 2006-11-02  Juanma Barranquero  <lekktu@gmail.com>
9887         * server.el (server-visit-files): Use `when'.
9888         (server-process-filter): When authentication fails, send error
9889         message to client.  Wrap `process-send-region' in `ignore-errors'
9890         instead of `condition-case', and remove misleading comment.
9892 2006-11-01  Juri Linkov  <juri@jurta.org>
9894         * simple.el (yank): Doc fix.
9896 2006-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9898         * server.el: Try and fit within 80 columns.
9899         (server-start): Make the auth file unreadable by other users.
9901 2006-10-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9903         * battery.el (battery-linux-proc-acpi): Prevent range error when
9904         `full-capacity' is 0.
9906 2006-10-31  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
9908         * faces.el (faces-sample-overlay): New defvar.
9909         (faces-sample-overlay): New function to show face sample text.
9910         (describe-face): Use it.
9912 2006-10-31  Stephen Leake  <stephen_leake@stephe-leake.org>
9914         * progmodes/ada-stmt.el: Change maintainer, apply
9915         whitespace-cleanup, checkdoc.
9916         (ada-func-or-proc-name): Add doc string.
9918         * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
9919         whitespace-cleanup, checkdoc.  Minor improvements to many doc
9920         strings and comments.
9921         (ada-prj-display-page): Change buffer name to more accurately
9922         reflect function.
9924         * progmodes/ada-xref.el: Change maintainer, apply
9925         whitespace-cleanup, checkdoc.  Minor improvements to many doc
9926         strings and comments.  Don't look for `gvd' or `ddd' debuggers.
9927         (ada-compile-current): Don't add newlines to commands.
9929 2006-10-31  Juanma Barranquero  <lekktu@gmail.com>
9931         * server.el: Add support for TCP sockets.
9932         (server-use-tcp, server-host, server-auth-dir): New options.
9933         (server-auth-key): New variable.
9934         (server-ensure-safe-dir): Create nonexistent parent dirs.
9935         Ignore Unix-style file modes on Windows.
9936         (server-start): Crete a TCP or Unix socket according to the value
9937         of `server-use-tcp'.  For TCP sockets, create the id/auth file in
9938         `server-auth-dir' directory.
9939         (server-process-filter): Delete process if authentication
9940         fails (which never happens for Unix sockets).
9942 2006-10-30  David Kastrup  <dak@gnu.org>
9944         * subr.el (add-to-list): Don't continue checking if a match has
9945         been found.
9947 2006-10-30  Chong Yidong  <cyd@stupidchicken.com>
9949         * tutorial.el: Move defvars to avoid bytecomp warnings.
9950         (tutorial--find-changed-keys): Check if viper-current-state is
9951         bound before using it.
9952         (help-with-tutorial): Check if viper-tutorial is defined before
9953         using it.
9955 2006-10-30  Lennart Borgman  <lennart.borgman.073@student.lu.se>
9957         * help-fns.el (help-with-tutorial): Move to tutorial.el.
9959         * tutorial.el: New file.
9960         (help-with-tutorial): Move here from help-fns.el.  Add help for
9961         rebound keys.  Fix resume of tutorial.
9962         (tutorial--describe-nonstandard-key, tutorial--sort-keys)
9963         (tutorial--find-changed-keys, tutorial--display-changes)
9964         (tutorial--saved-dir, tutorial--saved-file)
9965         (tutorial--save-tutorial): New functions to support the changes in
9966         help-with-tutorial.
9968 2006-10-30  Kenichi Handa  <handa@m17n.org>
9970         * files.el (revert-buffer): If a unibyte buffer is being reverted
9971         with a coding system for multibyte, set buffer multibyte before
9972         calling insert-file-contents.
9974 2006-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9976         * server.el (server-select-display): Use a dummy buffer to detect when
9977         the frame is later used.
9978         (server-select-display): New function.
9979         (server-process-filter): Use it to detect unused temp frames.
9981 2006-10-29  Stephen Leake  <stephen_leake@stephe-leake.org>
9983         * progmodes/ada-mode.el: Change maintainer, apply
9984         whitespace-clean, checkdoc.  Minor improvements to many doc strings.
9985         (ada-mode-version): New function.
9986         (ada-create-menu): Menu operations are available for all supported
9987         compilers.
9989 2006-10-29  Lars Hansen  <larsh@soem.dk>
9991         * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
9992         Highlight as keyword.
9993         (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
9994         Don't call tramp-method-out-of-band-p for local files.
9995         (tramp-touch): Quote file name.
9997 2006-10-28  Glenn Morris  <rgm@gnu.org>
9999         * calendar/calendar.el (cal-html-cursor-month)
10000         (cal-html-cursor-year): Add autoloads for this new package.
10001         (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
10003 2006-10-28  Anna M. Bigatti  <bigatti@dima.unige.it>
10005         * calendar/cal-html.el: New file.
10007 2006-10-28  Chong Yidong  <cyd@stupidchicken.com>
10009         * emacs-lisp/authors.el (authors-aliases): Update.
10011 2006-10-27  Chong Yidong  <cyd@stupidchicken.com>
10013         * version.el (emacs-version): Bump version number to 22.0.90.
10015 2006-10-26  John W. Eaton  <jwe@octave.org>
10017         * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
10018         New defvar.
10019         (inferior-octave-resync-dirs): Check to see whether Octave has
10020         built-in variables and set inferior-octave-has-built-in-variables.
10021         Check inferior-octave-has-built-in-variables to decide whether to
10022         send commands that set built-in variables or call functions to
10023         change Octave's behavior.
10024         Send "disp (pwd ())" to Octave instead of just "pwd".
10025         (inferior-octave-startup): Send "more off" to Octave instead of
10026         "page_screen_output = 0".
10028 2006-10-26  Chong Yidong  <cyd@stupidchicken.com>
10030         * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
10031         pattern normally.
10033 2006-10-26  Nick Roberts  <nickrob@snap.net.nz>
10035         * bindings.el (mode-line-mode-menu): Remove bindings for global
10036         minor modes (line/column number) as they are on the menubar.
10038 2006-10-25  Juanma Barranquero  <lekktu@gmail.com>
10040         * term/w32-win.el (x-handle-name-switch): Doc fix.
10041         (w32-standard-fontset-spec): Fix typo in docstring.
10043         * midnight.el (midnight-buffer-display-time): Doc fix.
10044         (clean-buffer-list-kill-never-buffer-names): Add "*server*".
10046 2006-10-23  Michael Kifer  <kifer@cs.stonybrook.edu>
10048         * emulation/viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
10050         * emulation/viper-ex.el (ex-read): Quote file argument.
10052         * ediff-diff.el (ediff-same-file-contents): Expand file names.
10054         * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
10056 2006-10-22  Martin Rudalics  <rudalics@gmx.at>
10058         * textmodes/flyspell.el (flyspell-check-region-doublons):
10059         Fix last fix.
10061 2006-10-23  Nick Roberts  <nickrob@snap.net.nz>
10063         * bindings.el (mode-line-mode-menu): List global minor modes
10064         before local ones.
10066 2006-10-23  Kim F. Storm  <storm@cua.dk>
10068         * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
10069         (sit-for): If last command was a prefix arg, add the read-ahead
10070         event to unread-command-events as (t . EVENT) so it will be added
10071         to this-command-keys by read-key-sequence.
10073 2006-10-22  Martin Rudalics  <rudalics@gmx.at>
10075         * textmodes/flyspell.el (flyspell-word): Skip past all previous
10076         whitespace when checking doublons.
10077         (flyspell-check-region-doublons): Fix doublon regexp.
10078         (flyspell-highlight-incorrect-region): Highlight doublons using
10079         flyspell-duplicate face.
10081         * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
10083 2006-10-22  John Wiegley  <johnw@newartisans.com>
10085         * progmodes/python.el (python-use-skeletons): python-mode was
10086         auto-inserting templates (for those with abbrev-mode on), not only
10087         by default -- *but without a configuration variable to disable
10088         it*.  This rendered python-mode completely useless for me, so I
10089         have added `python-use-skeletons', which is now off by default.
10091 2006-10-22  Chong Yidong  <cyd@stupidchicken.com>
10093         * progmodes/cperl-mode.el (cperl-mode): Don't assume
10094         font-lock-multiline is auto-local (it's not).
10095         (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
10096         initialized before calling cperl-init-faces.
10098 2006-10-22  Nick Roberts  <nickrob@snap.net.nz>
10100         * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
10101         gdb-stack-position a value when there is no fringe.
10103         * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
10104         indicator if not visiting a file.
10106 2006-10-20  David Kastrup  <dak@gnu.org>
10108         * window.el (kill-buffer-and-window): Fix a bug where an aborted
10109         operation would still cause some window to collapse later.
10111 2006-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10113         * vc.el (vc-switch-backend): Try to be more careful with unwanted
10114         side-effect due to mixing various backends's file properties.
10116         * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
10117         Add arg `filename' instead.  Don't set vc-backend if `filename' is set.
10118         Return `filename's status if applicable.  Update callers.
10120 2006-10-19  Kenichi Handa  <handa@m17n.org>
10122         * international/kkc.el (kkc-region): When a key sequence is not
10123         defined, append (this-single-command-raw-keys) to
10124         unread-input-method-events.
10126 2006-10-19  Juanma Barranquero  <lekktu@gmail.com>
10128         * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
10130 2006-10-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10132         * version.el (emacs-version): Use mac-carbon-version-string.
10134         * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
10136 2006-10-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10138         * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
10139         Kenichi Handa).
10140         (xselect-convert-to-string): Decline requests for UTF8_STRING if
10141         the selection is not UTF-8.
10143 2006-10-18  Juanma Barranquero  <lekktu@gmail.com>
10145         * progmodes/ada-mode.el (ada-83-string-keywords)
10146         (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
10147         (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
10148         (ada-looking-at-semi-private, ada-get-body-name):
10149         Fix typos in docstrings.
10150         (ada-create-case-exception, ada-create-case-exception-substring):
10151         Fix typos in error messages.
10152         (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
10154 2006-10-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10156         * term/x-win.el (res-geometry): Don't set geometry from Xresources
10157         to default-frame-alist if default-frame-alist already contains
10158         width/height.
10160 2006-10-18  Richard Stallman  <rms@gnu.org>
10162         * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
10163         Non-interactive arg is the value, not the expression.
10165         * simple.el (read-expression-map): Just set it, no defvar.
10167         * subr.el (insert-for-yank-1): If last inserted char has
10168         properties, mark them as rear-nonsticky.
10170         * recentf.el (recentf-mode): Doc fix.
10172         * facemenu.el (facemenu-add-new-face): Defend against symbol
10173         that isn't a face name.
10175         * dired-aux.el (dired-do-copy): Doc fix.
10177 2006-10-18  Chong Yidong  <cyd@stupidchicken.com>
10179         * simple.el (line-move-1): Ignore fields when moving to the
10180         beginning of line to avoid getting point stuck.
10182 2006-10-18  Martin Rudalics  <rudalics@gmx.at>
10184         * textmodes/flyspell.el (flyspell-word-search-backward):
10185         Set inhibit-point-motion-hooks to avoid looping due to intangibile
10186         text.
10188 2006-10-16  Richard Stallman  <rms@gnu.org>
10190         * help-fns.el (describe-function-1): Special case optimization
10191         for self-insert-command.
10193 2006-10-16  Kim F. Storm  <storm@cua.dk>
10195         * ido.el (ido-reread-directory): Work in `dir' mode too.
10197 2006-10-15  Martin Rudalics  <rudalics@gmx.at>
10199         * textmodes/table.el: Require 'regexp-opt.
10201 2006-10-15  Lennart Borgman  <lennart.borgman.073@student.lu.se>
10203         * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
10204         Use shell-quote-argument.
10206         * shell.el (explicit-bash-args): Likewise.
10208         * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
10209         Use grep -E rather than egrep.
10211 2006-10-15  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
10213         * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
10215 2006-10-15  Kim F. Storm  <storm@cua.dk>
10217         * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
10219 2006-10-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
10221         * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
10222         to protect whitespace and metacharacters from the shell.
10224 2006-10-13  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
10226         * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
10228 2006-10-13  Eli Zaretskii  <eliz@gnu.org>
10230         * subr.el (start-process-shell-command): Doc fix.
10232 2006-10-13  Andrea Russo  <rastandy@salug.it>  (tiny change)
10234         * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
10235         the regexp for Maxima symbols.
10237 2006-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10239         * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
10240         (vc-find-root): Don't walk higher up than ~.
10242 2006-10-12  Chong Yidong  <cyd@stupidchicken.com>
10244         * international/utf-8.el (utf-translate-cjk-load-tables):
10245         Avoid clobbering last-coding-system-used during load.
10247 2006-10-12  Carsten Dominik  <dominik@science.uva.nl>
10249         * textmodes/reftex-global.el (reftex-create-tags-file):
10250         Quote file arguments.
10252 2006-10-12  Richard Stallman  <rms@gnu.org>
10254         * files.el (file-name-history): Add defvar.
10255         (save-some-buffers-action-alist): Improve description strings.
10257 2006-10-12  Andreas Schwab  <schwab@suse.de>
10259         * files.el (auto-mode-alist): Match change log file name also with
10260         a dash before a numeric extension.
10262 2006-10-11  Ilya Zakharevich  <ilyaz@cpan.org>
10264         * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
10265         After 5.0:
10266         (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
10268         After 5.1: Major edit.  Summary of most visible changes:
10270         - Multiple <<HERE per line allowed.
10271         - Handles multiline subroutine declaration headers (with comments).
10272           (The exception is `cperl-etags' - but it is not used in the rest
10273           of the mode.)
10274         - Fontifies multiline my/our declarations (even with comments,
10275           and with legacy `font-lock').
10276         - Major speedup of syntaxification, both immediate and postponed
10277           (3.5x to 15x [for different CPUs and versions of Emacs] on the
10278           huge real-life document I tested).
10279         - New bindings, edits to imenu.
10280         - "_" is made into word-char during fontification/syntaxification;
10281           some attempts to recognize non-word "_" during other operations too.
10282         - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
10283         - autoload some more perldoc-related stuff
10284         - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
10285         - Attempt to incorporate XEmacs edits which reached me.
10287         Fine-grained changelog:
10288         (cperl-hook-after-change): New configuration variable.
10289         (cperl-vc-sccs-header): Likewise.
10290         (cperl-vc-sccs-header): Likewise.
10291         (cperl-vc-header-alist): Default via two preceding variables.
10292         (cperl-invalid-face): Remove double quoting under XEmacs
10293                 (still needed under 21.2).
10294         (cperl-tips): Update URLs for resources.
10295         (cperl-problems): Likewise.
10296         (cperl-praise): Mention new features.
10297         New C-c key bindings: for `cperl-find-bad-style',
10298         `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
10299         `cperl-perdoc', and `cperl-perldoc-at-point'.
10300         CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
10301         moved, new submenu of Tools with Ispell entries and narrowing.
10302         (cperl-after-sub-regexp): New defsubst.
10303         (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
10304                 Allows heads up to head4.
10305                 Allow "package;".
10306         (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
10307         (paren-backwards-message): ??? Something for XEmacs???
10308         (cperl-mode): Never auto-switch abbrev-mode off.
10309                 Try to allow '_' be non-word char.
10310                 Do not use `font-lock-unfontify-region-function' on XEmacs.
10311                 Reset syntax cache on mode start.
10312                 Support multiline facification (even on legacy `font-lock').
10313         (cperl-facemenu-add-face-function): ??? Some contributed code ???
10314         (cperl-after-change-function): Since `font-lock' and `lazy-lock'
10315                 refuse to inform us whether the fontification is due to lazy
10316                 calling or due to edit to a buffer, install our own hook
10317                 (controlled by `cperl-hook-after-change').
10318         (cperl-electric-pod): =cut may have been recognized as start.
10319         (cperl-block-p): Move, updated for attributes.
10320         (cperl-calculate-indent): Try to allow '_' be non-word char
10321                 Support subs with attributes.
10322         (cperl-where-am-i): Quiet (?) a warning.
10323         (cperl-cached-syntax-table): New function.
10324         (cperl-forward-re): Use `cperl-cached-syntax-table'.
10325         (cperl-unwind-to-safe): Recognize `syntax-type' property
10326                 changing in a middle of line.
10327         (cperl-find-sub-attrs): New function.
10328         (cperl-find-pods-heres): Allow many <<EOP per line.
10329                 Allow subs with attributes.
10330                 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
10331                 Recognize "extproc " (OS/2) case-folded and only at start.
10332                 /x on s///x with empty replacement was not recognized.
10333                 Better comments.
10334         (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
10335                 Allow subs with attributes, labels.
10336                 Do not confuse "else::foo" with "else".
10337                 Minor optimizations...
10338         (cperl-after-expr-p): Try to allow '_' be non-word char.
10339         (cperl-fill-paragraph): Try to detect a major bug in Emacs
10340                 with `looking-at' inside `narrow' and bulk out if found.
10341         (cperl-imenu--create-perl-index): Updates for new
10342                 `cperl-imenu--function-name-regexp-perl'.
10343         (cperl-outline-level): Likewise.
10344         (cperl-init-faces): Allow multiline subroutine headers
10345                 and my/our declarations, and ones with comments.
10346                 Allow subroutine attributes.
10347         (cperl-imenu-on-info): Better docstring.
10348         (cperl-etags): Rudimentary support for attributes.
10349                 Support for packages and "package;".
10350         (cperl-add-tags-recurse-noxs): Better (?) docstring.
10351         (cperl-add-tags-recurse-noxs-fullpath): Likewise.
10352         (cperl-tags-hier-init): Misprint for `fboundp' fixed.
10353         (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
10354         (cperl-perldoc): Add autoload.
10355         (cperl-perldoc-at-point): Likewise.
10356         (cperl-here-doc-spell): New function.
10357         (cperl-pod-spell): Likewise.
10358         (cperl-map-pods-heres): Likewise.
10359         (cperl-get-here-doc-region): Likewise.
10360         (cperl-font-lock-fontify-region-function): Likewise (backward
10361                 compatibility for legacy `font-lock').
10362         (cperl-font-lock-unfontify-region-function): Fix style.
10363         (cperl-fontify-syntaxically): Recognize and optimize away deferred
10364                 calls with no-change.  Governed by `cperl-hook-after-change'.
10365         (cperl-fontify-update): Recognize that syntaxification region
10366                 can be larger than fontification one.
10367                 XXXX we leave `cperl-postpone' property, so this is quadratic...
10368         (cperl-fontify-update-bad): Temporary placeholder until
10369                 it is clear how to implement `cperl-fontify-update'.
10370         (cperl-time-fontification): New function.
10371         (attrib-group): New text attribute.
10372         (multiline): New value: `syntax-type' text attribute.
10374         After 5.2:
10375         (cperl-emulate-lazy-lock): New function.
10376         (cperl-fontify-syntaxically): Would skip large regions.
10377         Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
10378         Some globals were declared, but uninitialized.
10380         After 5.3, 5.4:
10381         (cperl-facemenu-add-face-function): Add docs, fix U<>.
10382         Copyright message updated.
10383         (cperl-init-faces): Work around a bug in `font-lock'.  May slow
10384                         facification down a bit.
10385                 Misprint for my|our|local for old `font-lock'
10386                         "our" was not fontified same as "my|local".
10387                 Highlight variables after "my" etc even in
10388                         a middle of an expression.
10389                 Do not facify multiple variables after my etc
10390                         unless parentheses are present.
10392         After 5.5, 5.6
10393         (cperl-fontify-syntaxically): after-change hook could reset.
10394         (cperl-syntax-done-to) to a middle of line; unwind to BOL.
10396         After 5.7:
10397         (cperl-init-faces): Allow highlighting of local ($/).
10398         (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
10399         (cperl-problems): Remove fixed problems.
10400         (cperl-find-pods-heres): Recognize #-comments in m##x too.
10401                 Recognize charclasses (unless delimiter is \).
10402         (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
10403         (cperl-regexp-scan): Update docs.
10404         (cperl-beautify-regexp-piece): Use information got from regexp scan.
10406         After 5.8:
10407         Major user visible changes:
10408         Recognition and fontification of character classes in RExen.
10409         Variable indentation of RExen according to groups.
10411         (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
10412                 Fontify REx charclasses in variable-name face.
10413                 Fontify POSIX charclasses in "type" face.
10414                 Fontify unmatched "]" in function-name face.
10415                 Mark first-char of HERE-doc as `front-sticky'.
10416                 Reset `front-sticky' property when needed.
10417         (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
10418         (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
10419         (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
10420                 constructs.  Support `narrow'ed buffers.
10421         (cperl-praise): Remove a reservation.
10422         (cperl-make-indent): New function.
10423         (cperl-indent-for-comment): Use `cperl-make-indent'.
10424         (cperl-indent-line): Likewise.
10425         (cperl-lineup): Likewise.
10426         (cperl-beautify-regexp-piece): Likewise.
10427         (cperl-contract-level): Likewise.
10428         (cperl-toggle-set-debug-unwind): New function.
10429                 New menu entry for this.
10430         (fill-paragraph-function): Use when `boundp'.
10431         (cperl-calculate-indent): Take into account groups when indenting RExen.
10432         (cperl-to-comment-or-eol): Recognize # which end a string.
10433         (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
10434         (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
10435         (cperl-fontify-syntaxically): More clear debugging message.
10436         (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
10437         (cperl-init-faces): More complicated highlight even on XEmacs (new).
10438         Merge cosmetic changes from XEmacs.
10440         After 5.9:
10441         (cperl-1+): Move to before the first use.
10442         (cperl-1-): Likewise.
10444         After 5.10:
10446         This code may lock Emacs hard!!!  Use at your own risk!
10448         (cperl-font-locking): New internal variable.
10449         (cperl-beginning-of-property): New function.
10450         (cperl-calculate-indent): Use `cperl-beginning-of-property'
10451         instead of `previous-single-property-change'.
10452         (cperl-unwind-to-safe): Likewise.
10453         (cperl-after-expr-p): Likewise.
10454         (cperl-get-here-doc-region): Likewise.
10455         (cperl-font-lock-fontify-region-function): Likewise.
10456         (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
10457                         recursively.
10458                 Bound `next-single-property-change' via `point-max'.
10459         (cperl-unwind-to-safe): Bound likewise
10460         (cperl-font-lock-fontify-region-function): Likewise.
10461         (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
10462                 Initialization of `cperl-font-lock-multiline-start' could be
10463                 missed if the "main" fontification did not run due to the
10464                 keyword being already fontified.
10465         (cperl-pod-spell): Return t from do-one-chunk function.
10466         (cperl-map-pods-heres): Stop when the worker returns nil.
10467                 Call `cperl-update-syntaxification'.
10468         (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
10469         (cperl-get-here-doc-delim): Remove unused function.
10471         After 5.11:
10473         The possible lockup of Emacs (introduced in 5.10) fixed.
10475         (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
10476         (cperl-syntaxify-for-menu): New customization variable.
10477         (cperl-select-this-pod-or-here-doc): New function.
10478         (cperl-get-here-doc-region): Extra argument.
10479                 Do not adjust pos by 1.
10481         New menu entries
10482                 (Perl/Tools): Selection of current POD or HERE-DOC section.
10483                 (Debugging CPerl:) backtrace on fontification.
10485         After 5.12:
10486         (cperl-cached-syntax-table): Use `car-safe'.
10487         (cperl-forward-re): Remove spurious argument SET-ST.
10488                 Add documentation.
10489         (cperl-forward-group-in-re): New function.
10490         (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
10491         (XXXX Temporary (?) hack is to syntax-mark them as comment).
10493         After 5.13:
10494         (cperl-string-syntax-table): Make { and } not-grouping
10495           (Sometimes they ARE grouping in RExen, but matching them would only
10496            confuse in many situations when they are not)
10497         (beginning-of-buffer): Replace two occurrences with goto-char...
10498         (cperl-calculate-indent): `char-after' could be nil...
10499         (cperl-find-pods-heres): REx can start after "[" too.
10500                 Hightlight (??{}) in RExen too.
10501         (cperl-maybe-white-and-comment-rex): New constant
10502         (cperl-white-and-comment-rex): Likewise.
10503                 XXXX Not very efficient, but hard to make
10504                 better while keeping 1 group.
10506         After 5.13:
10507         (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
10508                 Likewise for 1 << identifier.
10510         After 5.14:
10511         (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
10512                 Error-less condition-case could fail.
10513         (cperl-font-lock-fontify-region-function): Likewise.
10514         (cperl-init-faces): Likewise.
10516         After 5.15:
10517         (cperl-find-pods-heres): Support property REx-part2.
10518         (cperl-calculate-indent): Likewise.
10519                 Don't special-case REx with non-empty 1st line.
10520         (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
10521                 Invert highlighting of charclasses:
10522                         now the envelop is highlighted.
10523                 Highlight many others 0-length builtins.
10524         (cperl-praise): Mention indenting and highlight in RExen.
10526         After 5.15:
10527         (cperl-find-pods-heres): Highlight capturing parens in REx.
10529         After 5.16:
10530         (cperl-find-pods-heres): Highlight '|' for alternation
10531         Initialize `font-lock-warning-face' if not present.
10532         (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
10533                          `font-lock-function-name-face'.
10534         (cperl-look-at-leading-count): Likewise.
10535         (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
10536                         `font-lock-keyword-face' (needed for
10537                         batch processing), etc...
10538                 Use `font-lock-builtin-face' for builtin in REx
10539                         Now `font-lock-variable-name-face'
10540                         is used for interpolated variables
10541                 Use "talking aliases" for faces inside REx
10542                 Highlight parts of REx (except in charclasses)
10543                         according to the syntax and/or semantic
10544                 Syntax-mark a {}-part of (?{}) as "comment"
10545                         (it was the ()-part)
10546                 Better logic to distinguish what is what in REx
10547         (cperl-tips-faces): Document REx highlighting
10548         (cperl-praise): Mention REx syntax highlight etc.
10550         After 5.17:
10551         (cperl-find-sub-attrs): Would not always manage to print error message.
10552         (cperl-find-pods-heres): Localize `font-lock-constant-face'.
10554         After 5.18:
10555         (cperl-find-pods-heres): Misprint in REx for parsing REx.
10556                 Very minor optimization.
10557                 `my-cperl-REx-modifiers-face' got quoted.
10558                 Recognize "print $foo <<END" as HERE-doc.
10559                 Put `REx-interpolated' text attribute if needed.
10560         (cperl-invert-if-unless-modifiers): New function.
10561         (cperl-backward-to-start-of-expr): Likewise.
10562         (cperl-forward-to-end-of-expr): Likewise.
10563         (cperl-invert-if-unless): Works in "the opposite way" too.
10564                 Cursor position on return is on the switch-word.
10565                 Indents comments better.
10566         (REx-interpolated): New text attribute.
10567         (cperl-next-interpolated-REx): New function.
10568         (cperl-next-interpolated-REx-0): Likewise.
10569         (cperl-next-interpolated-REx-1): Likewise.
10570         "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
10571         Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
10572         (cperl-praise): Mention finded interpolated RExen.
10574         After 5.19:
10575         (cperl-init-faces): Highlight %$foo, @$foo too.
10576         (cperl-short-docs): Better docs for system, exec.
10577         (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
10578                 Would not find HERE-doc ended by EOF without NL.
10579         (cperl-short-docs): Correct not-doubled \-escapes.
10580         start block: Put some `defvar' for stuff gone from XEmacs.
10582         After 5.20:
10583         initial comment: Extend copyright, fix email address.
10584         (cperl-indent-comment-at-column-0): New customization variable.
10585         (cperl-comment-indent): Indentation after $#a would increasy by 1.
10586         (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
10587         (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
10588         (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
10589         (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
10590                         highlight $ in $foo too (UNTESTED).
10591         (cperl-set-style): Docstring missed some available styles.
10592         toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
10593                 Change "Current" to "Memorize Current".
10594         (cperl-indent-wrt-brace): New customization variable; the default is
10595                 as for pre-5.2 version.
10596         (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
10597         (cperl-style-alist): Likewise.
10598         (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
10599                 and `cperl-extra-newline-before-brace' etc
10600                 being t
10601         (cperl-indent-exp): Plans B and C to find continuation blocks even
10602                 if `cperl-extra-newline-before-brace' is t.
10604         After 5.21:
10605         Improve some docstrings concerning indentation.
10606         (cperl-indent-rules-alist): New variable.
10607         (cperl-sniff-for-indent): New function name
10608                 (separated from `cperl-calculate-indent').
10609         (cperl-calculate-indent): Separate the sniffer and the indenter;
10610                 uses `cperl-sniff-for-indent' now.
10611         (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
10612                 was inverted;
10613                 Support `comment-column' = 0.
10615 2006-10-11  Martin Rudalics  <rudalics@gmx.at>
10617         * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
10618         * help-at-pt.el (scan-buf-move-to-region): Likewise.
10619         * longlines.el (longlines-window-change-function): Likewise.
10620         * simple.el (undo-ask-before-discard): Likewise.
10621         * wid-edit.el (widget-field-prompt-internal)
10622         (widget-documentation-link-p): Likewise.
10624 2006-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10626         * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
10627         for a keyword.
10629 2006-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10631         * newcomment.el (comment-valid-prefix-p): Make the check
10632         more thorough.  From an idea by Martin Rudalics <rudalics@gmx.at>.
10633         (comment-indent-new-line): Adjust call.
10635 2006-10-09  Ken Manheimer  <ken.manheimer@gmail.com>
10637         * allout.el (allout-back-to-current-heading): Base on lower-level
10638         routines to get proper disqualification of aberrant topics.
10640 2006-10-09  Richard Stallman  <rms@gnu.org>
10642         * textmodes/two-column.el (2C-two-columns): Doc fix.
10644 2006-10-09  Kim F. Storm  <storm@cua.dk>
10646         * shell.el (explicit-csh-args, explicit-bash-args): Add comment
10647         about implicit use.
10649 2006-10-08  Richard Stallman  <rms@gnu.org>
10651         * textmodes/two-column.el (2C-two-columns): Doc fix.
10653 2006-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
10655         * files.el: Mark `buffer-read-only' as safe-local-variable.
10657 2006-10-08  Nick Roberts  <nickrob@snap.net.nz>
10659         * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
10660         Burp if GUD buffer has been killed.
10662 2006-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10664         * completion.el (add-completions-from-c-buffer):
10665         Don't presume an error's second element is a string.
10666         Use looking-at rather than buffer-substring + member.
10668 2006-10-07  Eli Zaretskii  <eliz@gnu.org>
10670         * mail/rmail.el (rmail-redecode-body): If the old encoding is
10671         `undecided', call find-coding-systems-region to find a proper
10672         non-trivial encoding.
10673         (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
10674         and "text/plain".
10676 2006-10-07  Kevin Ryde  <user42@zip.com.au>
10678         * textmodes/reftex-vars.el (defgroup reftex): Update home page
10679         url-link.
10681         * strokes.el (defgroup strokes): Remove invalid url-link.
10683 2006-10-07  Magnus Henoch  <mange@freemail.hu>
10685         * autoinsert.el (auto-insert-alist): Doc fix.
10687 2006-10-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
10689         * mouse-sel.el (mouse-insert-selection-internal):
10690         Use insert-for-yank, so that yank handlers are run.
10692 2006-10-07  Kim F. Storm  <storm@cua.dk>
10694         * ido.el (ido-file-extension-aux): Fix comparison.
10696 2006-10-06  Kim F. Storm  <storm@cua.dk>
10698         * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
10700 2006-10-05  Juanma Barranquero  <lekktu@gmail.com>
10702         * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
10703         (ad-make-mapped-call): Use `let', not `let*'.
10705 2006-10-05  Chong Yidong  <cyd@stupidchicken.com>
10707         * international/mule-cmds.el (coding-system-change-eol-conversion):
10708         Ensure the coding system is initialized before calling
10709         coding-system-eol-type.
10711 2006-10-04  Carsten Dominik  <dominik@science.uva.nl>
10713         * textmodes/org.el (org-rm-props, org-activate-plain-links)
10714         (org-activate-angle-links, org-activate-dates)
10715         (org-activate-target-links, org-activate-camels)
10716         (org-activate-tags): Add `rear-nonsticky' text property to avoid
10717         textproperty keymaps from being active beyond the end of a line.
10718         (org-unfontify-region): Also remove `rear-nonsticky' property.
10720 2006-10-04  Kenichi Handa  <handa@m17n.org>
10722         * international/code-pages.el (next): Table fixed.
10724 2006-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10726         * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
10727         that it's been made unnecessary by removing narrowing.
10729 2006-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10731         * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
10732         control flow a bit, simplify another bit, and add comments.
10734 2006-10-03  David Kastrup  <dak@gnu.org>
10736         * help.el (describe-mode): For clicks on mode-line, use "@"
10737         interactive argument to get the major mode of the click instead of
10738         the current buffer.
10740         * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
10741         in order to better redirect mouse-2 clicks.  Also allow default
10742         bindings to apply.
10744 2006-10-03  Kim F. Storm  <storm@cua.dk>
10746         * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
10747         (pushnew): Fix last change.
10749 2006-10-03  Denis St\e,A|\e(Bnkel  <dstuenkel@googlemail.com>  (tiny change)
10751         * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
10752         Use the interactive spec of `eval-expression'.
10754 2006-10-02  Michael Welsh Duggan  <md5i@cs.cmu.edu>
10756         * progmodes/sh-script.el (sh-prev-thing): Fix last change.
10758 2006-10-02  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
10760         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
10761         2006-09-28 commit.
10763 2006-10-02  Kenichi Handa  <handa@m17n.org>
10765         * international/code-pages.el (iso-8859-6): Table fixed.
10767 2006-10-01  Chris Moore  <christopher.ian.moore@gmail.com>
10769         * dired.el (dired-build-subdir-alist): Fix previous change.
10771 2006-10-01  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
10773         * simple.el (undo-elt-crosses-region): Fix the inequalities.
10775 2006-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10777         * emacs-lisp/find-func.el (find-function-regexp): Don't match
10778         "define-button-type".
10780         * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
10781         they don't keep accumulating.
10783 2006-10-01  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
10785         * ffap.el (ffap-rfc-path): Change the address of the RFC
10786         repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
10788 2006-10-01  Stephen Berman  <Stephen.Berman@gmx.net>
10790         * allout.el (allout-expose-topic): Rectify implementation of "+"
10791         spec, so that bodies are not exposed with headlines.
10793 2006-10-01  Ken Manheimer  <ken.manheimer@gmail.com>
10795         * allout.el (allout-current-depth): Do aberrent check only at or
10796         below doublecheck depth.
10797         (allout-chart-subtree): Make it explicit that LEVELS being nil
10798         means unlimited depth.  Drop undocumented support for LEVELS value
10799         t meaning unlimited depth.  (This is consistent with
10800         allout-chart-to-reveal, but contrary to allout-show-children,
10801         which needs to use nil to default to depth of 1.)
10802         (allout-goto-prefix-doublechecked): Wrap long docstring line.
10803         (allout-chart-to-reveal): Be explicit in docstring about meaning
10804         of nil LEVELS, and drop support for LEVELS value t.
10805         (allout-show-children): Translate the level spec used by this
10806         routine to that used by allout-chart-subtree and
10807         allout-chart-to-reveal.
10808         (allout-show-to-offshoot): Retry once when stuck, after opening
10809         subtree - improvements in discontinuity handling likely will
10810         enable progress.
10812 2006-09-30  Chong Yidong  <cyd@stupidchicken.com>
10814         * wid-edit.el (widget-button-click-moves-point): New variable.
10815         (widget-button-click): If widget-button-click-moves-point is
10816         non-nil, set point after performing the button action.
10818         * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
10820 2006-09-30  Martin Rudalics  <rudalics@gmx.at>
10822         * files.el (find-file-existing): Modify to not allow wildcards.
10824 2006-09-30  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
10826         * simple.el (undo-more): When undo information for the region is
10827         exhausted, say "No further undo information FOR REGION".
10829 2006-09-30  Michael Welsh Duggan  <md5i@cs.cmu.edu>
10831         * progmodes/sh-script.el (sh-prev-thing):
10832         Take `sh-leading-keywords' into account.
10834 2006-09-29  Glenn Morris  <rgm@gnu.org>
10836         * custom.el (defcustom): Doc fix.
10838         * calendar/calendar.el (european-calendar-style):
10839         Call european-calendar or american-calendar as needed when set.
10840         (diary-view-entries, list-calendar-holidays): Move autoloads
10841         before use.
10843 2006-09-29  Juri Linkov  <juri@jurta.org>
10845         * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
10846         to nil if there is no previous property change.
10848 2006-09-29  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
10850         * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
10851         saving anything to be sure that `forward-sexp' behaves correctly.
10853 2006-09-29  Chong Yidong  <cyd@stupidchicken.com>
10855         * simple.el (line-move-finish): Ignore field boundaries if the
10856         initial and final points have the same `field' property.
10858 2006-09-29  Kim F. Storm  <storm@cua.dk>
10860         * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
10861         to t while calling ido-read-internal.
10863 2006-09-29  Carsten Dominik  <dominik@science.uva.nl>
10865         * textmodes/org.el (org-file-remote-p): Get regexp from list.
10866         (org-archive-subtree): Remove erraneous `]' from character list.
10868 2006-09-28  Jonathan Yavner  <jyavner@member.fsf.org>
10870         * ses.el (ses-in-print-area, ses-goto-data, ses-load)
10871         (ses-reconstruct-all): Make undo of "insert row" work by keeping
10872         markers for data-area and parameters-area.
10874 2006-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10876         * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
10878         * font-lock.el (font-lock-after-change-function): Refontify next line
10879         as well if end is at BOL.
10880         (font-lock-extend-jit-lock-region-after-change): Be more careful to
10881         only extend the region as much as needed.
10883 2006-09-28  Richard Stallman  <rms@gnu.org>
10885         * comint.el (comint-mode): Bind font-lock-defaults non-nil.
10887         * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
10889         * international/mule.el (after-insert-file-set-coding):
10890         If VISIT, don't let set-buffer-multibyte make undo info.
10892 2006-09-28  Osamu Yamane  <yamane@green.ocn.ne.jp>  (tiny change)
10894         * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
10895         lines in base64-encoded authentication response.
10897 2006-09-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10899         * progmodes/ebnf2ps.el: Doc fix.  Implement arrow spacing and scaling.
10900         (ebnf-version): New version 4.3.
10901         (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
10902         (ebnf-prologue): Adjust PostScript programming.
10903         (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
10904         (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
10906 2006-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10908         * jit-lock.el (jit-lock-force-redisplay): Rename from
10909         jit-lock-fontify-again, and undo the mistaken change I've just done.
10911         * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
10912         (jit-lock-fontify-again): Don't refontify text that's not displayed.
10914 2006-09-26  Kenichi Handa  <handa@m17n.org>
10916         * startup.el (display-splash-screen): Allow a prefix argument.
10918 2006-09-25  Jason Rumney  <jasonr@gnu.org>
10920         * subr.el (shell-quote-argument): Use DOS logic for Windows
10921         shells with DOS semantics.
10923 2006-09-24  Richard Stallman  <rms@gnu.org>
10925         * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
10926         (compilation-goto-locus): Use compilation-goto-locus-delete-o
10927         to delete the overlay.  Put it on pre-command-hook.
10929         * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
10931         * startup.el (fancy-splash-screens, normal-splash-screen):
10932         Call the splash buffer *About GNU Emacs*.
10934         * simple.el (next-error-highlight, next-error-highlight-no-select):
10935         Default to 0.5.
10936         (yank-excluded-properties): Add `fontified'.
10938         * font-lock.el (font-lock-compile-keywords): Allow value of
10939         syntax-begin-function to enable paren-column-0 highlighting.
10941 2006-09-24  Chris Moore  <christopher.ian.moore@gmail.com>
10943         * dired.el (dired-build-subdir-alist): When file ends in colon,
10944         don't exit the loop, just disregard that file.
10946 2006-09-24  Chong Yidong  <cyd@stupidchicken.com>
10948         * simple.el (line-move-finish): Handle corner case for fields in
10949         continued lines.
10950         (line-move-1): Remove flawed test for that case.
10952 2006-09-24  Ken Manheimer  <ken.manheimer@gmail.com>
10954         * icomplete.el (icomplete-simple-completing-p): Use the correct
10955         name for the new variable, `icomplete-with-completion-tables'.
10956         (file local variables): Remove superfluous setting.
10958 2006-09-23  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
10960         * calendar/appt.el (appt-check): Fix typo for appointments just
10961         after midnight.
10963 2006-09-23  Chong Yidong  <cyd@stupidchicken.com>
10965         * help.el (describe-key-briefly, describe-key): Don't expect an
10966         extra up event if a down-event is generated by a popup menu.
10968 2006-09-23  Michal Nazarewicz  <mnazarewicz@gmail.com>  (tiny change)
10970         * textmodes/ispell.el (ispell-change-dictionary): Don't check the
10971         local dictionary when changing the global dictionary.
10973 2006-09-23  Ken Manheimer  <ken.manheimer@gmail.com>
10975         * icomplete.el (icomplete-with-completion-tables): List of
10976         specialized completion tables with which icomplete should
10977         operate.  Include the new `internal-complete-buffer', so icomplete
10978         works with interactive buffer-selection.
10979         (icomplete-simple-completing-p): Add acceptance of specialized
10980         completion tables listed in icomplete-with-completion-tables.
10982 2006-09-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10984         * frame.el (focus-follows-mouse): Set default to nil on Mac.
10986         * startup.el (command-line): Use `custom-reevaluate-setting' for
10987         `focus-follows-mouse'.
10989 2006-09-22  Richard Stallman  <rms@gnu.org>
10991         * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
10992         explain why Save is not available.
10994 2006-09-22  Juanma Barranquero  <lekktu@gmail.com>
10996         * woman.el (woman0-so): Use `let*', not `let'.
10997         (woman-horizontal-line): Remove unbalanced parenthesis.
10999 2006-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11001         * woman.el: Make sure all the end-of-region markers we use have
11002         a non-nil insertion-type.
11003         (woman0-so): Move things around so we can use copy-marker.
11004         (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
11005         Adjust marker type.
11006         (woman2-process-escapes): Check marker type.
11007         (woman-horizontal-line): Dispense with the use of a marker.
11009 2006-09-22  Jay Belanger  <belanger@truman.edu>
11011         * calc/calc-lang.el: Add Greek letters to math-variable-table
11012         property of tex.
11014 2006-09-22  Chong Yidong  <cyd@stupidchicken.com>
11016         * files.el (save-some-buffers-action-alist): Display diff in view-mode.
11018 2006-09-22  Masatake YAMATO  <jet@gyve.org>
11020         * add-log.el (add-log-current-defun): Use `forward-sexp'
11021         instead of `forward-word' to pick c++::symbol.
11022         Reported by Guanpeng Xu <herberteuler@hotmail.com>.
11024 2006-09-22  Kenichi Handa  <handa@m17n.org>
11026         * bindings.el: Fix setting self-insert-command for multibyte
11027         characters in global-map.
11029 2006-09-21  David Kastrup  <dak@gnu.org>
11031         * mouse.el (mouse-posn-property): Fix typo for `event-start' in
11032         doc string.
11034 2006-09-21  Kenichi Handa  <handa@m17n.org>
11036         * language/european.el ("Latin-1"): Add windows-1252 to
11037         coding-priority.
11038         ("German"): Likewise.
11040 2006-09-21  Kim F. Storm  <storm@cua.dk>
11042         * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
11043         Suggested by Miles Bader.
11045         * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change.  Use memql
11046         instead of add-to-list in the simple case.
11048 2006-09-20  Kenichi Handa  <handa@m17n.org>
11050         * isearch.el (isearch-process-search-char): Cancel the previous change.
11051         (isearch-search-string): New function.
11052         (isearch-search): Use isearch-search-string.
11053         (isearch-lazy-highlight-search): Likewise.
11055 2006-09-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11057         * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
11058         string to become an option.
11060 2006-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11062         * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
11064 2006-09-20  Kim F. Storm  <storm@cua.dk>
11066         * simple.el (line-move-partial): Call pos-visible-in-window-p with
11067         position t instead of trying both window-end and window-end - 1.
11069 2006-09-20  Carsten Dominik  <dominik@science.uva.nl>
11071         * textmodes/org.el (org-scan-tags): Find end of subtrees also in
11072         hidden trees.
11074 2006-09-20  David Kastrup  <dak@gnu.org>
11076         * mouse.el (mouse-posn-property): Improve doc string.
11077         (mouse-on-link-p): Change buffers for function calls on links.
11079         * menu-bar.el (clipboard-yank): Bomb out in interactive use if
11080         buffer is read-only.
11082 2006-09-20  Ken Manheimer  <ken.manheimer@gmail.com>
11084         * allout.el (allout-unprotected): Let inhibit-read-only only when
11085         buffer-read-only isn't set.
11086         (allout-annotate-hidden): Enable topic annotation during copies even
11087         when the buffer is read-only, eg for topic copies.  Ensure that the loop
11088         advances, even when the span extends beyond the deletion region.
11089         (allout-toggle-subtree-encryption): Use allout-structure-added-hook
11090         rather than allout-exposure-changed-hook, as a stronger assertion.
11091         (allout-keybindings-list): Add bindings for
11092         allout-copy-line-as-kill and allout-copy-topic-as-kill.
11093         (allout-copy-line-as-kill, allout-copy-topic-as-kill):
11094         Copy wrappers for allout-kill-line and allout-kill-topic.
11095         (allout-listify-exposed): Position correctly to accumulate lines.
11097 2006-09-19  Chong Yidong  <cyd@stupidchicken.com>
11099         * simple.el (line-move-1): Escape field boundaries occurring
11100         exactly at point.  Update goal column if constrained to a field.
11101         (line-move-finish): Escape field boundaries occurring exactly at point.
11103 2006-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11105         * mouse.el (mouse-on-link-p): Tentatively fix last change.
11106         (mouse-drag-vertical-line): Remove unused var `wconfig'.
11108 2006-09-19  Kim F. Storm  <storm@cua.dk>
11110         * help.el (describe-key-briefly, describe-key): Simplify printing
11111         of descriptions by using format and %S.  Fix "is undefined"
11112         messages to say "at that spot" for mouse events.
11114         * simple.el (line-move-partial): Optimize.  Try window-line-height
11115         before posn-at-point to get vpos of current line.
11117 2006-09-18  Michael Kifer  <kifer@cs.stonybrook.edu>
11119         * emulation/viper.el: Bump up version/date of update to reflect the
11120         substantial changes done in August 2006.
11122         * emulation/viper-cmd.el (viper-next-line-at-bol): Make sure button-at,
11123         push-button are defined.
11125         * ediff-util.el (ediff-add-to-history): New function.
11127         * ediff.el: Use ediff-add-to-history instead of add-to-history.
11129 2006-09-18  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
11131         * textmodes/conf-mode.el (conf-space-mode): Doc fix.
11132         Delete duplicate make-local-variable form.
11133         (conf-space-keywords): Add autoload cookie.
11134         Fix typo (`keywords', not `keyword').
11136 2006-09-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11138         * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
11139         x-gtk-file-dialog-help-text.  Rename x-use-old-gtk-file-dialog
11140         to x-gtk-use-old-file-dialog.
11142 2006-09-18  Richard Stallman  <rms@gnu.org>
11144         * wid-edit.el (widget-button-click): Handle non-mouse-motion events
11145         that might come in during mouse tracking.
11147 2006-09-18  Kim F. Storm  <storm@cua.dk>
11149         * simple.el (line-move-partial): Rework 2006-09-15 change to use
11150         new window-line-height function.  Further optimize by not calling
11151         pos-visible-in-window-p for window-end when window-line-height
11152         returns useful information.
11154 2006-09-16  Richard Stallman  <rms@gnu.org>
11156         * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
11157         (conf-space-mode): Don't handle prefix arg.
11158         Delete conf-space-keywords-override code.
11159         Use add-hook.
11160         (conf-space-keywords): New command.
11161         (conf-space-mode-internal): Be careful with imenu-generic-expression.
11162         Delete conf-space-keywords-override code.
11163         (conf-space-keywords-alist): Doc fix.
11164         (conf-space-font-lock-keywords): Doc fix.
11165         (conf-space-keywords-override): Var deleted.
11167 2006-09-16  Chong Yidong  <cyd@stupidchicken.com>
11169         * startup.el (fancy-splash-screens): Don't switch to the scratch
11170         buffer; it may not be the next buffer.
11172 2006-09-16  Romain Francoise  <romain@orebokech.com>
11174         * saveplace.el (load-save-place-alist-from-file): Use expanded name
11175         in both messages.
11177 2006-09-16  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>
11179         * progmodes/python.el (python-preoutput-filter):
11180         Fix arg order to string-match.
11182 2006-09-16  Richard Stallman  <rms@gnu.org>
11184         * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
11185         font-lock-compile-keywords.
11187         * font-lock.el (font-lock-compile-keywords): Rename optional arg
11188         to SYNTACTIC-KEYWORDS and reverse the sense.  All callers changed.
11190 2006-09-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11192         * cus-start.el (all): Add x-gtk-show-chooser-help-text.
11194         * select.el (xselect-convert-to-string): If UTF8_STRING is requested
11195         and the data doesn't look like UTF8, send STRING instead.
11197 2006-09-16  Agust\e,Am\e(Bn Mart\e,Am\e(Bn  <agustin.martin@hispalinux.es>
11199         * textmodes/flyspell.el (flyspell-check-region-doublons):
11200         New function to detect duplicated words.
11201         (flyspell-large-region): Use it.
11203 2006-09-16  Chong Yidong  <cyd@stupidchicken.com>
11205         * simple.el (line-move-to-column): Revert 2006-08-03 change.
11207 2006-09-16  Eli Zaretskii  <eliz@gnu.org>
11209         * help.el (describe-prefix-bindings): Use let, not let*.
11211 2006-09-16  Ken Manheimer  <ken.manheimer@gmail.com>
11213         * allout.el (allout-regexp, allout-line-boundary-regexp)
11214         (allout-bob-regexp): Correct grouping and boundaries to fix
11215         backwards traversal.
11216         (allout-depth-specific-regexp, allout-depth-one-regexp):
11217         New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
11218         worse time in allout-ascend.
11219         (allout-doublecheck-at-and-shallower): Identify depth threshold
11220         below which topics are checked for and disqualified by containment
11221         discontinuities.
11222         (allout-hotspot-key-handler): Correctly handle multiple-key
11223         strokes.  Remove some unused variables.
11224         (allout-mode-leaders): Clarify that mode-specific comment-start
11225         will be used.
11226         (set-allout-regexp): Correctly regexp-quote allout regexps to
11227         properly accept alternative header-leads and primary bullets with
11228         regexp-specific characters (eg, C "/*", mathematica "(*").
11229         Include new regular expressions among those configured.
11230         (allout-infer-header-lead-and-primary-bullet):
11231         Rename allout-infer-header-lead.
11232         (allout-recent-depth): Manifest as a variable as well as a function.
11233         (allout-prefix-data): Simplify into an inline instead of a macro,
11234         assuming current match data rather than being explicitly passed
11235         it.  Establish allout-recent-depth value as well as
11236         allout-recent-prefix-beginning and allout-recent-prefix-end.
11237         (allout-aberrant-container-p): True when an item's immediate
11238         offspring discontinuously contained.  Useful for disqualifying
11239         unintended topic prefixes, likely at low depths.
11240         (allout-goto-prefix-doublechecked): Elaborate version of
11241         allout-goto-prefix which disqualifies aberrant pseudo-items.
11242         (allout-pre-next-prefix): Layer on top of lower-level routines, to
11243         get disqualification of aberrant containers.
11244         (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
11245         containers.
11246         (allout-beginning-of-current-entry): Position at start of buffer
11247         when in container (depth 0) entry.
11248         (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
11249         (allout-current-bullet): Strip text properties.
11250         (allout-get-prefix-bullet): Use right match groups.
11251         (allout-beginning-of-line, allout-next-heading):
11252         Disqualify aberrant containers.
11253         (allout-previous-heading): Disqualify aberrant containers, and
11254         change to regular (rather than inline) function, to allow
11255         self-recursion.
11256         (allout-get-invisibility-overlay): Increment so progress is made
11257         when the first overlay is not the sought one.
11258         (allout-end-of-prefix): Disqualify aberrant containers.
11259         (allout-end-of-line): Cycle something like allout-beginning-of-line.
11260         (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
11261         outline.el outlines) functional again.  Change the primary bullet
11262         along with the header-lead - level 1 new-style bullets now work.
11263         Engage allout-before-change-handler in mainline Emacs, not just
11264         XEmacs, to do undo handling.
11265         (allout-before-change-handler): Expose undo changes occurring in
11266         hidden regions.  Use allout-get-invisibility-overlay instead of
11267         reimplementing it inline.
11268         (allout-chart-subtree): Use start rather than end of prefix in
11269         charts.  Use allout-recent-depth variable.
11270         (allout-chart-siblings): Disqualify aberrant topics.
11271         (allout-beginning-of-current-entry): Position correctly.
11272         (allout-ascend): Use new allout-depth-specific-regexp and
11273         allout-depth-one-regexp for linear instead of O(N^2) or worse
11274         behavior.
11275         (allout-ascend-to-depth): Depend on allout-ascend, rather than
11276         reimplementing an algorithm.
11277         (allout-up-current-level): Depend on allout-ascend, rather than
11278         reimplementing an algorithm.  Return to start-point if we fail.
11279         (allout-descend-to-depth): Use allout-recent-depth variable
11280         instead of function.
11281         (allout-next-sibling): On traversal of numerous intervening
11282         topics, resort to economical allout-next-sibling-leap.
11283         (allout-next-sibling-leap): Specialized version of
11284         allout-next-sibling that uses allout-ascend cleverly, to depend on
11285         a regexp search to leap large numbers of contained topics, rather
11286         than arbitrarily many one-by-one traversals.
11287         (allout-next-visible-heading): Disqualify aberrant topics.
11288         (allout-previous-visible-heading): Position consistently when
11289         interactive.
11290         (allout-forward-current-level): Base on allout-previous-sibling
11291         rather than (differently) reimplmenting the algorithm.  Remove some
11292         unused variables.
11293         (allout-solicit-alternate-bullet): Present default choice stripped
11294         of text properties.
11295         (allout-rebullet-heading): Use bullet stripped of text properties.
11296         Register changes using allout-exposure-change-hook.
11297         Disregard aberrant topics.
11298         (allout-shift-in): With universal-argument, make topic a peer of
11299         it's former offspring.  Simplify the code by separating out
11300         allout-shift-out functionality.
11301         (allout-shift-out): With universal-argument, make offspring peers
11302         of their former container, and its siblings.  Implement the
11303         functionality here, rather than inappropriately muddling the
11304         implementation of allout-shift-in.
11305         (allout-rebullet-topic): Respect additional argument for new
11306         parent-child separation function.
11307         (allout-yank-processing): Use allout-ascend directly.
11308         (allout-show-entry): Disqualify aberrant topics.
11309         (allout-show-children): Handle discontinuous children gracefully,
11310         extending the depth being revealed to expose them and posting a
11311         message indicating the situation.
11312         (allout-show-to-offshoot): Remove obsolete and incorrect comment.
11313         Leave cursor in correct position.
11314         (allout-hide-current-subtree): Use allout-ascend directly.
11315         Disqualify aberrant topics.
11316         (allout-kill-line, allout-kill-topic): Preserve exposure layout in
11317         a way that the yanks can restore it, as used to happen.
11318         (allout-yank-processing): Restore exposure layout as recorded by
11319         allout-kill-*, as used to happen.
11320         (allout-annotate-hidden, allout-hide-by-annotation): New routines
11321         for preseving and restoring exposure layout across kills.
11322         (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
11323         (allout-encrypt-string): Strip text properties.
11324         Rearranged order and outline-headings for some of the
11325         miscellaneous functions.
11326         (allout-resolve-xref): No need to quote the error name in the
11327         condition-case handler section.
11328         (allout-flatten): Classic recursive (and recursively intensive,
11329         without tail-recursion) list-flattener, needed by allout-shift-out
11330         when confronted with discontinuous children.
11332 2006-09-16  Jason Rumney  <jasonr@gnu.org>
11334         * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
11335         on ms-windows.
11336         (dnd-open-unc-file): Remove.
11337         (dnd-open-local-file): Mention in doc string that it also handles
11338         remote files if the system natively supports unc file-names.
11340 2006-09-15  Kim F. Storm  <storm@cua.dk>
11342         * help.el (describe-key): Handle C-h k in *Help* buffer; collect
11343         all necessary information about the event before erasing *Help*.
11345         * simple.el (line-move-partial): Use window-line-visiblity to
11346         quickly check whether last line is partially visible, and only do
11347         the hard (and slow) part in that case.
11349 2006-09-15  Jay Belanger  <belanger@truman.edu>
11351         * COPYING: Replace "Library Public License" by "Lesser Public
11352         License" throughout.
11354 2006-09-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11356         * term/x-win.el (x-menu-bar-open): New function for F10.
11358 2006-09-15  Chong Yidong  <cyd@stupidchicken.com>
11360         * progmodes/compile.el (compilation-error-regexp-alist-alist):
11361         Disallow filenames containing " -" to avoid confusion with libtool
11362         compilation messages.  Suggested by Stefan Monnier.
11364 2006-09-15  David Kastrup  <dak@gnu.org>
11366         * mouse-sel.el (mouse-sel-follow-link-p): Use event position
11367         instead of buffer position for `mouse-on-link-p'.
11369         * mouse.el (mouse-posn-property): New function looking up the
11370         properties at a click position in overlays and text properties in
11371         either buffer or strings.
11372         (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
11373         of both `follow-link' as well as `mouse-face' properties.
11374         (mouse-drag-track): Check `mouse-on-link-p' on event position, not
11375         buffer position.
11377         * help.el (describe-key-briefly): When reading a down-event on
11378         mode lines or scroll bar, swallow the following up event, too.
11379         Use the new mouse sensitity of `key-binding' for lookup.
11380         (describe-key): The same here.
11382 2006-09-15  Juanma Barranquero  <lekktu@gmail.com>
11384         * play/life.el (life-patterns): Add a few more interesting patterns.
11385         (life-setup): Force `show-trailing-whitespace' to nil.
11387 2006-09-14  Richard Stallman  <rms@gnu.org>
11389         * startup.el (fancy-splash-text): Change text to improve alignment.
11390         (fancy-splash-screens): Don't set non-standard tab width.
11391         Bind cursor-type temporarily, and make it easy to patch to
11392         preserve the splash buffer.
11393         (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
11394         (fancy-splash-screens): Display echo-area message explicitly.
11395         Don't set fancy-splash-help-echo.
11397         * simple.el (line-number-mode): Group mode-line instead of
11398         editing-basics.
11399         (column-number-mode, size-indication-mode): Likewise.
11401         * faces.el (mode-line-faces): Group mode-line instead of modeline.
11403         * time.el (display-time): Group mode-line instead of modeline.
11405         * cus-edit.el (mode-line): Rename from modeline.  All uses changed.
11407 2006-09-14  Chong Yidong  <cyd@stupidchicken.com>
11409         * startup.el (fancy-splash-text): Move editing instructions to
11410         fancy-splash-head.
11411         (fancy-splash-head): Issue editing instructions.
11412         (fancy-splash-screens): Fixup whitespace.
11414 2006-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11416         * bindings.el (mode-line-buffer-identification-keymap):
11417         Remove duplicate line.
11419 2006-09-14  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
11421         * ido.el (ido-ignore-item-p): Allow any kind of functions in
11422         ignore lists.
11424 2006-09-14  Kim F. Storm  <storm@cua.dk>
11426         * jit-lock.el (jit-lock-fontify-again): New function.
11427         (jit-lock-fontify-now): Use it instead of lambda form.
11429 2006-09-13  Agustin Martin  <agustin.martin@hispalinux.es>
11431         * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
11432         (flyspell-auto-correct-word): Make ispell-filter local to these
11433         functions.  Check that ispell-filter has new stuff before calling
11434         ispell-parse-output.
11436 2006-09-13  Kim F. Storm  <storm@cua.dk>
11438         * simple.el (line-move-partial): Optimize.
11440 2006-09-13  Richard Stallman  <rms@gnu.org>
11442         * thingatpt.el (thing-at-point-bounds-of-url-at-point):
11443         Delete spurious backquote.
11445 2006-09-07  Ryan Yeske  <rcyeske@gmail.com>
11447         * net/rcirc.el (rcirc-print): Fix last change.
11449 2006-09-12  Jay Belanger  <belanger@truman.edu>
11451         * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
11453 2006-09-07  Ryan Yeske  <rcyeske@gmail.com>
11455         * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
11456         rcirc-show-maximum-output.
11457         (rcirc-mode): Remove window-scroll-function hook.
11458         (rcirc-scroll-to-bottom): Remove function.
11459         (rcirc-print): Recenter so point stays at the bottom of the window
11460         if point was already there.
11462 2006-09-12  Paul Eggert  <eggert@cs.ucla.edu>
11464         * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
11465         not to "t".
11466         * progmodes/compile.el (compilation-start): Likewise.
11467         * progmodes/idlwave.el (idlwave-rescan-asynchronously):
11468         Don't use expand-file-name on invocation-directory, since this
11469         might mishandle special characters in invocation-directory.
11471 2006-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11473         * pcvs-defs.el: Remove * in defcustom's docstrings.
11475 2006-09-12  Nick Roberts  <nickrob@snap.net.nz>
11477         * progmodes/compile.el (compilation-directory-properties):
11478         Doc fix for help-echo.
11480 2006-09-12  Lars Hansen  <larsh@soem.dk>
11482         * desktop.el (desktop-read): Add comment.
11484 2006-09-12  Kim F. Storm  <storm@cua.dk>
11486         * simple.el (next-error-highlight, next-error-highlight-no-select):
11487         Fix spelling error.
11489         * subr.el (sit-for): Rework to use input-pending-p and cond.
11490         Return nil input is pending on entry also for SECONDS <= 0.
11491         (while-no-input): Use input-pending-p instead of sit-for.
11493 2006-09-11  Richard Stallman  <rms@gnu.org>
11495         * simple.el (next-error-highlight, next-error-highlight-no-select):
11496         Fix custom type and doc strings.
11498 2006-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11500         * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
11501         (diff-apply-hunk): Use it to ask for confirmation.
11503 2006-09-11  Reiner Steib  <Reiner.Steib@gmx.de>
11505         * emacs-lisp/cl.el (pushnew): Add missing `,'.
11507 2006-09-11  David Kastrup  <dak@gnu.org>
11509         * help.el (string-key-binding, describe-key-briefly)
11510         (describe-key): Remove `string-key-binding' and its callers since
11511         `key-binding' already caters for the proper lookup now.
11513 2006-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11515         * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
11516         (cfengine-mode): Use it.  Fix \ syntax to be like /.
11518         * bindings.el (mode-line-buffer-identification-keymap):
11519         Move initialization into declaration.
11521 2006-09-10  Kim F. Storm  <storm@cua.dk>
11523         * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
11524         (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
11525         (ido-delete-file-at-head): Pass head of ido-matches through ido-name
11526         in case of merged directories.  Reported by Micha\e,Ak\e(Bl Cadilhac.
11528 2006-09-10  Richard Stallman  <rms@gnu.org>
11530         * dired-aux.el: Handle errors in recursive copy usefully.
11531         (dired-create-files-failures): New variable.
11532         (dired-copy-file): Remove condition-case.
11533         (dired-copy-file-recursive): Check for errors on all file
11534         operations, and add them to dired-create-files-failures.
11535         Check file file-date-erorr here too.
11536         (dired-create-files): Check dired-create-files-failures
11537         and report those errors too.
11539         * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
11541         * subr.el (add-to-list): New argument COMPARE-FN.
11543 2006-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
11545         * filecache.el (file-cache-add-directory)
11546         (file-cache-add-directory-list, file-cache-add-file)
11547         (file-cache-add-directory-using-find)
11548         (file-cache-add-directory-using-locate)
11549         (file-cache-add-directory-recursively): Add autoloads.
11551 2006-09-09  Richard Stallman  <rms@gnu.org>
11553         * textmodes/conf-mode.el (conf-space-mode):
11554         Use hack-local-variables-hook instead of calling hack-local-variables.
11555         (conf-space-keywords-override): New variable.
11556         (conf-space-mode-internal): New subroutine.  Reinit Font Lock mode.
11557         (conf-space-mode): Always make conf-space-keywords and
11558         conf-space-keywords-override local.
11559         Call conf-space-mode-internal directly as well as via hook.
11561 2006-09-09  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
11563         * progmodes/python.el (python-font-lock-keywords): Add `self' and other
11564         quasi-keywords.
11566 2006-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11568         * progmodes/python.el: Quieten the compiler about hippie-expand vars.
11569         (python-send-string): Be slightly more careful about adding \n.
11571         * startup.el (normal-splash-screen): Don't display the buffer if we'll
11572         kill it right away anyway.
11574 2006-09-09  Eli Zaretskii  <eliz@gnu.org>
11576         * international/codepage.el (cp850-decode-table): Fix a few codes.
11577         (cp858-decode-table): New variable.
11579 2006-09-09  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
11581         * net/ldap.el (ldap-search-internal): Doc fix.
11583 2006-09-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
11585         * play/life.el (life-display-generation): Test for input manually if
11586         `sleeptime' is negative or null.
11588         * lpr.el (lpr-page-header-switches): Page title switch is one of them.
11589         (print-region-1): Substitute `%s' with the page title.
11591 2006-09-09  Matt Hodges  <MPHodges@member.fsf.org>
11593         * locate.el (locate-current-search): New variable.
11594         (locate): Set buffer local value.  Use current buffer if it is
11595         in Locate mode.
11596         (locate-mode): Disable undo here.
11597         (locate-do-setup): Use locate-current-filter from buffer to be killed.
11598         (locate-update): Use locate-current-search and locate-current-filter.
11600 2006-09-08  David Kastrup  <dak@gnu.org>
11602         * desktop.el (desktop-read): When loading a desktop, disable
11603         saving it while the load progresses, and switch off a pending lazy
11604         load by calling `desktop-lazy-abort'.
11606 2006-08-27  Martin Rudalics  <rudalics@gmx.at>
11608         * window.el (mouse-autoselect-window-timer)
11609         (mouse-autoselect-window-position)
11610         (mouse-autoselect-window-window)
11611         (mouse-autoselect-window-now): New vars.
11612         (mouse-autoselect-window-cancel)
11613         (mouse-autoselect-window-select)
11614         (mouse-autoselect-window-start): New functions.
11615         (handle-select-window): Call `mouse-autoselect-window-start' when
11616         delayed window autoselection is enabled.
11618         * cus-start.el (mouse-autoselect-window): Handle delayed window
11619         autoselection.
11621         * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
11622         commands after which it is allowed to print in the echo area.
11624 2006-09-08  Richard Stallman  <rms@gnu.org>
11626         * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
11628         * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
11629         (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
11631         * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
11632         (cancel-timer-internal): Add doc string.
11633         (cancel-function-timers): Doc fix.
11634         (with-timeout-handler, timer-event-last*): Add doc strings.
11636         * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
11638         * files.el (risky-local-variable-p): Match ...-bindat-spec.
11640         * dired.el (dired-log-summary): Add doc string.
11642         * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
11643         (custom-group-menu-create): Not here.
11645 2006-09-08  Carsten Dominik  <dominik@science.uva.nl>
11647         * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
11649 2006-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11651         * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
11652         (mac-apple-event-map): Define its handler.
11654 2006-09-07  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
11656         * net/ldap.el (ldap-search-internal): Handle `auth' key.
11658 2006-09-07  Magnus Henoch  <mange@freemail.hu>
11660         * net/rcirc.el (rcirc-activity-string): Don't quote value in case
11661         clause.
11663 2006-09-07  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
11665         * info.el (Info-index): Bind completion-ignore-case.
11667 2006-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11669         * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
11670         previous commit.
11671         (inferior-prolog-guess-flavor): New fun left out of previous commit.
11672         (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
11673         burp in dedicated windows.
11674         (inferior-prolog-self-insert-command): New command.
11675         (inferior-prolog-mode-map): Use it.
11677 2006-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
11679         * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
11681         * international/code-pages.el: Add cp858.
11683 2006-09-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11685         * dnd.el: Fix bootstrapping.
11687 2006-09-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11689         * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
11690         (dnd-open-remote-url): New function.
11691         (dnd-open-remote-file-function): Set to dnd-open-remote-url if
11692         not windows-nt.
11694 2006-09-07  Jason Rumney  <jasonr@gnu.org>
11696         * dnd.el (dnd-open-remote-file-function): New variable.
11697         (dnd-open-unc-file): New function.
11698         (dnd-open-file): Call dnd-open-remote-file-function if set.
11700 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11702         * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
11703         pgg-passphrase-coding-system rather than locale-coding-system.
11704         * pgg-def.el (pgg-passphrase-coding-system): New user option.
11706 2006-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11708         * progmodes/prolog.el: Remove * in docstrings.
11709         (prolog-program-name): Add SWI prolog.
11710         (prolog-mode-menu): New menu.
11711         (prolog-mode): Set comment-add.
11712         (prolog-indent-line): Simplify.  Use indent-line-to.
11713         (inferior-prolog-buffer): New var.
11714         (inferior-prolog-run, inferior-prolog-process): New funs.
11715         (run-prolog, switch-to-prolog): Rewrite, using them.
11716         (prolog-consult-region): Use inferior-prolog-buffer.
11717         (inferior-prolog-load-file): New function.
11718         (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
11720         * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
11721         last word, if it's not the end of the paragraph.
11723         * files.el (abbreviate-file-name): Don't mistakenly match newlines in
11724         file name.
11726 2006-09-06  Ralf Angeli  <angeli@caeruleus.net>
11728         * frame.el (display-mm-dimensions-alist): New defcustom.
11729         (display-mm-height, display-mm-width): Use it.
11731 2006-09-06  Simon Josefsson  <jas@extundo.com>
11733         * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
11735 2006-09-06  Nick Roberts  <nickrob@snap.net.nz>
11737         * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
11738         (gdb-var-list-children-regexp-1): Tweak regexps to catch full
11739         string values.
11741 2006-09-06  Kim F. Storm  <storm@cua.dk>
11743         * simple.el (line-move-partial): New function to do vscrolling for
11744         partially visible images / tall lines.  Rewrite based on code
11745         previously in line-move.  Simplify backwards vscrolling.
11746         (line-move): Use it.  Simplify.
11748 2006-09-05  Kim F. Storm  <storm@cua.dk>
11750         * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
11752 2006-09-05  Chong Yidong  <cyd@stupidchicken.com>
11754         * progmodes/compile.el (compilation-error-regexp-alist-alist):
11755         Process the `gcc-include' after the `gnu' rule.
11757 2006-09-05  Kim F. Storm  <storm@cua.dk>
11759         * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
11761 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
11763         * pgg.el (pgg-clear-string): Alias to clear-string for backward
11764         compatibility.
11766         * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
11767         inhibit-redisplay; encode passphrase with locale-coding-system.
11769 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
11771         * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
11773 2006-09-05  Nick Roberts  <nickrob@snap.net.nz>
11775         * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
11776         (gdb-var-list-children-regexp): Make type field optional.
11778         * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
11779         e.g public, protected in C++.
11781 2006-09-04  John Paul Wallington  <jpw@pobox.com>
11783         * simple.el (completion-show-help): New defcustom.
11784         (completion-setup-function): Heed it.
11786 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
11788         * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
11790 2006-09-04  Richard Stallman  <rms@gnu.org>
11792         * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
11793         (rsf-min-region-to-spam-list): Doc fix.
11794         (rsf-add-content-type-field): Doc fix.
11796         * simple.el (kill-region): Explicitly test there is a region.
11798 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
11800         * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
11801         sendmail in several common directories.
11803         * mail/sendmail.el (sendmail-program): Moved here from paths.el.
11805         * paths.el (sendmail-program): Removed.
11807 2006-09-04  Daiki Ueno  <ueno@unixuser.org>
11809         * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
11810         Das.  http://article.gmane.org/gmane.emacs.gnus.general/49947
11811         http://article.gmane.org/gmane.emacs.gnus.general/50457
11813 2006-09-03  Chong Yidong  <cyd@stupidchicken.com>
11815         * cus-edit.el (custom-group-menu-create): Avoid deactivating the
11816         mark after running the menu filter.
11818 2006-09-03  Juri Linkov  <juri@jurta.org>
11820         * international/quail.el (quail-defrule-internal): Add a check
11821         if a key is a vector.
11823 2006-09-02  Juri Linkov  <juri@jurta.org>
11825         * man.el (Man-topic-history): New variable.
11826         (man): Use it.
11828         * woman.el (woman-topic-history): Change defvar to defvaralias
11829         for symbol `Man-topic-history'.
11831         * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
11832         `comint-last-output-start' is a marker by using `markerp' and
11833         check if it has a position by using `marker-position', and use
11834         this position for `goto-char'.
11836         * international/quail.el (quail-defrule-internal): Add missing
11837         `error' call for null key.
11839 2006-09-02  Ryan Yeske  <rcyeske@gmail.com>
11841         * net/rcirc.el (rcirc-keywords): New variable.
11842         (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
11843         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
11844         variables.
11845         (rcirc-responses-no-activity): New function.
11846         (rcirc-handler-generic): Check for responses in above.
11847         (rcirc-process-command): Add ?: character to arguments of raw
11848         server commands.
11849         (rcirc-format-response-string): Use `rcirc-bright-nicks' and
11850         `rcirc-dim-nicks'.
11851         (rcirc-gray-toggle): Remove unused variable.
11852         (rcirc-print): Remove some tracking logic, which is moved into
11853         markup functions.
11854         (rcirc-activity-types): Was `rcirc-activity-type', now a list of
11855         types.
11856         (rcirc-activity-string): Look for 'keyword in activity-types.
11857         (rcirc-window-configuration-change): Don't erase overlay-arrow
11858         unnecessarily.
11859         (rcirc-add-or-remove): New function.
11860         (rcirc-cmd-ignore): Use it.
11861         (rcirc-message-leader): Remove unused function.
11862         (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
11863         (rcirc-add-face): New function.
11864         (rcirc-facify): Use rcirc-add-face.
11865         (rcirc-url-regexp): Add parens.
11866         (rcirc-map-regexp): Remove function.
11867         (rcirc-mangle-regexp): Remove function.
11868         (rcirc-markup-text-functions): New variable.
11869         (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
11870         (rcirc-markup-body-text, rcirc-markup-attributes)
11871         (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
11872         (rcirc-markup-bright-nicks): New markup handler functions.
11873         (rcirc-nick-in-message-full-line): New face.
11874         (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
11875         (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
11877 2006-09-02  Martin Rudalics  <rudalics@gmx.at>
11879         * cus-start.el (hscroll-margin, hscroll-step)
11880         (mode-line-in-non-selected-windows, mouse-autoselect-window)
11881         (x-use-underline-position-properties): Change version to "22.1"
11882         since they will appear there for the first time.
11884 2006-09-01  Chong Yidong  <cyd@stupidchicken.com>
11886         * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
11888 2006-08-31  Richard Stallman  <rms@gnu.org>
11890         * cus-edit.el (custom-save-variables): Slight cleanup.
11891         (Custom-no-edit): Renamed from custom-no-edit.
11892         (Custom-newline): Renamed from custom-newline.
11893         (custom-mode-map): Use new names.
11895         * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
11896         about customization, rather than M-x customize, in the doc string
11897         made for the defcustom.
11899         * emacs-lisp/trace.el (trace-function-background): Doc fix.
11901 2006-08-31  Romain Francoise  <romain@orebokech.com>
11903         * dired-x.el (dired-guess-shell-alist-default): Update.
11905 2006-08-31  Michael Mauger  <mmaug@yahoo.com>
11907         * custom.el (custom-theme-set-variables): Autoload packages before
11908         sorting the variables.
11910 2006-08-30  Michael Kifer  <kifer@cs.stonybrook.edu>
11912         * emulation/viper-cmd.el (viper-special-read-and-insert-char):
11913         Convert events to chars if XEmacs.
11914         (viper-after-change-undo-hook): Check if undo-in-progress is bound.
11916 2006-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11918         * progmodes/python.el (python-eldoc-function): Re-enable quit while
11919         waiting for process.
11921 2006-08-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11923         * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
11924         results in ASCII-only string, encode original one directly.
11926 2006-08-29  Romain Francoise  <romain@orebokech.com>
11928         * startup.el (normal-splash-screen, fancy-splash-screens):
11929         Make buffer read-only and arrange to enter view mode if necessary.
11931 2006-08-29  Chong Yidong  <cyd@stupidchicken.com>
11933         * hl-line.el (hl-line): New face.
11934         (hl-line-face): Use it.
11936         * image-mode.el (image-mode): Fix last fix.
11937         Suggested by Kim F. Storm.
11939 2006-08-29  Michael Albinus  <michael.albinus@gmx.de>
11941         Sync with Tramp 2.0.54.
11943         * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
11944         of `=', because `tramp-get-remote-gid' might not always return an
11945         integer when expected.
11946         (tramp-register-file-name-handlers): `partial-completion-mode' is
11947         unknown to XEmacs.
11948         (tramp-time-diff): Don't use `floor', it might fail for large
11949         differences.
11950         (tramp-handle-make-auto-save-file-name): For Emacs 21, set
11951         `tramp-auto-save-directory' if unset in order to guarantee unique
11952         auto-save file names.
11954 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
11956         * image-mode.el (image-mode): Display image as text on a terminal.
11958 2006-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11960         * progmodes/python.el (python-send-command): Simplify.
11961         (run-python): Don't generate a new buffer unless `new' was specified.
11962         Make sure we send `import emacs' to the proper process.
11964         * progmodes/python.el (python-send-command): Don't wait for the command
11965         to terminate.  Don't fiddle with compilation-parsing-end.
11967 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
11969         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
11970         Insert commentary after first line summary.
11972         * woman.el (woman-follow): New function, based on `man-follow'.
11973         (woman-mode-map): Use it.
11975         * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
11976         since ibuffer-do-sort-by-recency does not define a sorter.
11978 2006-08-28  Kim F. Storm  <storm@cua.dk>
11980         * find-dired.el (find-dired): Use shell-quote-argument to properly
11981         escape ( and ) args.  Also use it on {} and ; args in default
11982         value of find-ls-option string.
11983         (find-grep-dired): Use shell-quote-argument on {} and ; args.
11985 2006-08-27  Michael Olson  <mwolson@gnu.org>
11987         * emacs-lisp/tq.el: Small grammar fix in comments.
11988         (tq-enqueue): Check for existence of queue rather than the
11989         head queue item's question, which was a no-op.
11990         (tq-filter, tq-process-buffer): Make sure the process buffer
11991         exists before making it the current buffer.
11993 2006-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11995         * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
11996         (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
11997         (special-event-map): Apply 2006-08-16 change for x-win.el.
11999 2006-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12001         * progmodes/python.el (python-send-receive): Wait in the
12002         process's buffer so as to check the right buffer-local variables.
12004 2006-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12006         * emacs-lisp/checkdoc.el: Remove * in defcustoms.
12007         (defgroup checkdoc): Move to beginning.
12009         * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
12010         (python-preoutput-continuation): Remove.
12011         (python-preoutput-filter): Simplify correspondingly.
12012         Remove handling of _emacs_ok.  Make sure we skip _emacs_out's prompts.
12013         Loop around to catch embedded _emacs_out output.
12014         (run-python): Send the import&print command on a single line.
12015         (python-send-command): Send command&print on a single line.
12016         (python-send-string): Only add double \n if needed.
12017         (python-send-receive): Loop until the result comes.
12018         (python-mode-running): Defvar it.
12019         (python-setup-brm): Remove unused var `menu'.
12020         Only bind py-mode-map and `features' around brm-init.
12021         (python-calculate-indentation): Remove unused var `point'.
12022         (python-beginning-of-defun): Remove unused var `def-line'.
12024 2006-08-25  Richard Stallman  <rms@gnu.org>
12026         * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
12028 2006-08-25  Michael Kifer  <kifer@cs.stonybrook.edu>
12030         * emulation/viper.el (viper-set-hooks): Use frame bindings for
12031         viper-vi-state-cursor-color.
12032         (viper-non-hook-settings): Don't set default
12033         mode-line-buffer-identification.
12035         * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
12036         New fun.
12037         (viper-set-cursor-color-according-to-state)
12038         (viper-get-saved-cursor-color-in-replace-mode)
12039         (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
12040         viper-emacs-state-cursor-color.
12042         * emulation/viper-cmd.el (viper-envelop-ESC-key): Bug fix.
12043         (viper-undo): Use point if undo-beg-posn is nil.
12044         (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
12045         (viper-after-change-undo-hook): Don't use
12046         viper-emacs-state-cursor-color by default.
12047         (viper-undo): More sensible positioning after undo.
12049         * emulation/viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
12050         (viper-emacs-state-cursor-color): Default to nil, since this feature
12051         doesn't work well yet.
12053         * ediff-mult.el (ediff-intersect-directories)
12054         (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
12055         always expand filenames.
12057 2006-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12059         * tumme.el: Remove * in defcustoms's docstrings.
12061 2006-08-24  Chong Yidong  <cyd@stupidchicken.com>
12063         * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
12064         Accept internal time format for SECS arg.
12065         (timer-relative-time): Doc fix.
12067         * jit-lock.el: "Stealth fontification by requeuing timers" patch,
12068         adapted from Martin Rudalics.
12069         (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
12070         (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
12071         (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
12072         using sit-for.
12074 2006-08-24  Francesc Rocher  <francesc.rocher@gmail.com>
12076         * cus-start.el (all): Add `overline-margin' and
12077         `x-underline-at-descent-line'.
12079 2006-08-24  Kim F. Storm  <storm@cua.dk>
12081         * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
12082         to mean "use find -exec"; nil now unambiguously means auto-detect.
12083         (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
12084         Use shell-quote-argument to build grep-find-command and
12085         grep-find-template.
12086         (rgrep): Use shell-quote-argument to properly quote arguments to find.
12087         Reported by Tom Seddon.
12089 2006-08-23  Chong Yidong  <cyd@stupidchicken.com>
12091         * startup.el (fancy-splash-head): Give instructions for dismissing
12092         the splash screen for default startup too.
12093         (display-startup-echo-area-message, fancy-splash-screens)
12094         (use-fancy-splash-screens-p): New arg hide-on-input.  If nil, show
12095         all splash text at once and keep the splash buffer around.
12096         (command-line-1): Give display-startup-echo-area-message a t arg.
12098 2006-08-23  Carsten Dominik  <dominik@science.uva.nl>
12100         * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
12101         gnus frame is selected.
12103 2006-08-23  Nick Roberts  <nickrob@snap.net.nz>
12105         * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
12107 2006-08-22  Kim F. Storm  <storm@cua.dk>
12109         * ido.el (ido-set-matches-1): Fix full matching for subdirs.
12110         Add suffix matching for subdirs.
12112 2006-08-22  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
12114         * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
12115         mouse-yank-at-point is non-nil.
12117 2006-08-22  Nick Roberts  <nickrob@snap.net.nz>
12119         * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
12120         a bit wider and remove fringes to fit initial output on line.
12122 2006-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12124         * frame.el (blink-cursor-end): Only ignore the error we care about.
12125         (blink-cursor-mode): Use blink-cursor-end to simplify the code.
12127 2006-08-21  Richard Stallman  <rms@gnu.org>
12129         * whitespace.el (whitespace-cleanup): Doc fix.
12131 2006-08-20  Ryan Yeske  <rcyeske@gmail.com>
12133         * net/rcirc.el (rcirc-show-maximum-output): New var.
12134         (rcirc-buffer-process): If no buffer argument is supplied, use
12135         current-buffer.
12136         (rcirc-complete-nick): Complete to the last completed nick first.
12137         (rcirc-mode): Preserve the value of `rcirc-urls' across
12138         connections.  Setup scroll function.
12139         (rcirc-scroll-to-bottom): New function.
12140         (rcirc-print): Use nick syntax around regexp work.
12141         Notice dim-nicks speaking only if they say our nick.
12142         (rcirc-update-activity-string): Do not show the modeline indicator
12143         if there are no live rcirc processes.
12144         (rcirc-cmd-ignore): Ignore case.
12145         (rcirc-browse-url-at-point): Fix off-by-one error.
12147 2006-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12149         * progmodes/python.el: Remove * in defcustom docstrings.
12150         (run-python, python-proc, python-try-complete): Use derived-mode-p.
12151         (python-mode): Set tab-width and indent-tabs-mode.
12153 2006-08-20  Dave Love  <fx@gnu.org>
12155         * progmodes/python.el: Update to Dave Love's latest version.
12156         (python-font-lock-keywords, python-mode): Don't use
12157         font-lock-syntax-table, but match symbol elements explicitly instead.
12158         (python-mode-map): Add help, and a few more key bindings.
12159         (python-skip-comments/blanks): Move out of comments as well.
12160         (python-continuation-line-p): Behave better with unbalanced parens.
12161         (python-blank-line-p): New fun.
12162         (python-open-block-statement-p): Don't use a heuristic.
12163         (python-outdent-p): Better handle blocks-in-the-same-line.
12164         (python-calculate-indentation): Misc improvements.
12165         (python-comment-indent): Remove.
12166         (python-block-pairs): New var.
12167         (python-first-word): New fun.
12168         (python-indentation-levels): Handle more common cases.
12169         (python-indent-line-1): Add `leave' argument.
12170         (python-indent-region): New fun.
12171         (python-skip-out): New fun.
12172         (python-beginning-of-statement, python-end-of-statement): Use it.
12173         (python-next-statement): Return correct count even at eob.
12174         (python-end-of-block): Fix paren-typo.
12175         (python-imenu-create-index): Add module variables.
12176         (run-python): Add `new' arg.
12177         Check we're at a prompt before returning.
12178         (python-send-command): Move to end of buffer.
12179         Wait for prompt to return.
12180         (python-set-proc): New fun.
12181         (python-imports): New var.
12182         (python-describe-symbol): Use it.  Adjust to new interface of `ehelp'.
12183         (python-eldoc-function): Try to move out of arg list.
12184         (python-outline-level): Offset by 1.
12185         (python-find-imports): New fun.
12186         (python-symbol-completions): Use python-imports.
12187         (python-module-path, ffap-alist): Add support for ffap.
12188         (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
12189         (python-insert-*, python-default-template, python-expand-template):
12190         Add templates/skeletons.
12191         (python-setup-brm): Support for Bicycle Repair Man.
12192         (python-abbrev-syntax-table): New var.
12193         (python-abbrev-pc-hook, python-pea-hook): New funs.
12195 2006-08-20  Chong Yidong  <cyd@stupidchicken.com>
12197         * frame.el (blink-cursor-start): Set timer first.
12198         (blink-cursor-end): Ignore timer cancelling errors.
12199         Suggested by Ken Manheimer.
12201 2006-08-20  Juanma Barranquero  <lekktu@gmail.com>
12203         * newcomment.el (comment-box): Call `comment-normalize-vars'.
12204         Add autoload cookie.
12206 2006-08-20  Richard Stallman  <rms@gnu.org>
12208         * simple.el (line-number-at-pos): Doc fix.
12210         * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
12211         timer-activate-when-idle, so timer can run before Emacs becomes
12212         non-idle again.
12214 2006-08-18  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
12216         * whitespace.el (whitespace-cleanup-internal): New optional arg
12217         REGION-ONLY.  If it's non-nil, modify the message to the user
12218         accordingly.
12219         (whitespace-cleanup-region): Call whitespace-cleanup-internal with
12220         a non-nil argument.
12222 2006-08-18  Gustav H\e,Ae\e(Bllberg  <gustav@gmail.com>  (tiny change)
12224         * rect.el (spaces-string): Simplify and add doc string.
12226 2006-08-17  Romain Francoise  <romain@orebokech.com>
12228         * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
12230 2006-08-17  Richard Stallman  <rms@gnu.org>
12232         * compare-w.el (compare-windows): lambda's take an arg and pass
12233         it to compare-windows-skip-whitespace.
12235 2006-08-17  Martin Rudalics  <rudalics@gmx.at>
12237         * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
12238         the right buffer.
12240 2006-08-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12242         * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
12243         removed files.
12245 2006-08-17  Nick Roberts  <nickrob@snap.net.nz>
12247         * progmodes/gdb-ui.el (gdb-locals-watch-map)
12248         (gdb-locals-watch-map-1): Suppress keymap first.
12249         (gdb-edit-locals-map-1): New variable.
12250         (gdb-edit-locals-value): New function.
12251         (gdb-stack-list-locals-handler): Use them.
12253 2006-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12255         * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
12256         cursor would normally be drawn in the fringe.
12258         * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
12259         Reported by Martin Rudalics <rudalics@gmx.at>.
12261 2006-08-16  Richard Stallman  <rms@gnu.org>
12263         * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
12264         (special-event-map): Process drag-n-drop events this way.
12266         * simple.el (move-beginning-of-line): Test whether fields
12267         would prevent motion back to line's first visible character.
12268         If so, stop where the fields would stop the motion.
12270         * newcomment.el (comment-indent): Fully update INDENT
12271         before checking to see if it will change the text.
12273         * cus-edit.el (custom-newline): New function.
12274         (custom-mode-map): Bind newline to custom-newline.
12276         * compare-w.el (compare-windows): Factor compare-ignore-whitespace
12277         into ignore-whitespace.
12278         Check each buffer for its skip-function.
12279         Handle compare-windows-skip-whitespace special-case test
12280         by returning t from default skip function.
12282 2006-08-15  Carsten Dominik  <dominik@science.uva.nl>
12284         * textmodes/org.el (org-clock-special-range)
12285         (org-clock-update-time-maybe): New functions.
12286         (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
12287         not only a-z.
12288         (org-agenda-get-blocks): Allow multiple blocks per headline.
12289         (org-timestamp-change): Call `org-clock-update-time-maybe'.
12290         (org-export-html-title-format)
12291         (org-export-html-toplevel-hlevel): New options.
12292         (org-export-language-setup): Add support for Czech.
12293         (org-mode, org-insert-todo-heading, org-find-visible)
12294         (org-find-invisible, org-invisible-p, org-invisible-p2)
12295         (org-back-to-heading, org-on-heading-p, org-up-heading-all)
12296         (org-show-subtree, org-show-entry, org-make-options-regexp):
12297         Remove compatibility support for old outline-mode.
12298         (org-check-occur-regexp): Funtion removed.
12299         (org-on-heading-p, org-back-to-heading): Made defalias.
12300         (org-set-local): New defsubst.
12301         (org-set-regexps-and-options, org-mode)
12302         (org-set-font-lock-defaults, org-edit-agenda-file-list)
12303         (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
12304         (org-remember-apply-template, org-table-edit-field)
12305         (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
12306         (org-set-autofill-regexps): Use `org-set-local'.
12307         (org-table-eval-formula): Fix bug with parsing of display flags.
12309 2006-08-15  Nick Roberts  <nickrob@snap.net.nz>
12311         * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
12312         frame with fringe arrow.  Suggested by Simon Marshall
12313         <simon.marshall@misys.com>.
12314         (gdb-stack-position): New variable.
12315         (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
12316         (gdb-frames-mode): Set gdb-stack-position to nil.
12317         Add to overlay-arrow-variable-list
12318         (gdb-reset): Delete gdb-stack-position from above list.
12320 2006-08-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12322         * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
12323         read only.
12325 2006-08-13  Romain Francoise  <romain@orebokech.com>
12327         * cus-theme.el (customize-create-theme)
12328         (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
12330         * filesets.el (filesets-add-buffer): Ditto.
12332         * pcvs.el (cvs-change-cvsroot): Ditto.
12334 2006-08-13  Nick Roberts  <nickrob@snap.net.nz>
12336         * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
12337         (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
12338         (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
12339         expressions.
12340         (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
12341         Only search till end of line.
12342         Add face to function names in case of no filename.
12343         Add face to variable names of watchpoints.
12345 2006-08-12  Robert Thorpe  <rthorpe@realworldtech.com>  (tiny change)
12347         * cus-start.el <indent-tabs-mode>: Move to the `indent'
12348         customization group.
12350 2006-08-12  Ken Manheimer  <ken.manheimer@gmail.com>
12352         * allout.el (allout-prior-bindings, allout-added-bindings):
12353         Remove, after long deprecation.
12354         (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
12355         Add customization vars controlling allout-beginning-of-line and
12356         allout-end-of-line conveniences.
12357         (allout-header-prefix, allout-use-mode-specific-leader)
12358         (allout-use-mode-specific-leader, allout-mode-leaders):
12359         Revise docstrings.
12360         (allout-infer-header-lead): Change to be an alias for
12361         allout-infer-header-lead-and-primary-bullet.
12362         (allout-infer-header-lead-and-primary-bullet): New version of
12363         allout-infer-header-lead which assigns the primary bullet to the
12364         same as the header lead, when its being changed.
12365         (allout-infer-body-reindent): Apply regexp-quote instead of
12366         unconditionally prepending "\\", so that all literal
12367         allout-header-prefix and allout-primary-bullet strings are
12368         properly handled.
12369         (allout-add-resumptions): Add optional qualifier for extending or
12370         appending to existing values, rather than replacing them.
12371         (allout-view-change-hook): Clarify docstring.
12372         (allout-exposure-change-hook): Take explicit arguments, via
12373         run-hook-with-args.
12374         (allout-structure-added-hook)
12375         (allout-structure-deleted-hook)
12376         (allout-structure-shifted-hook): New hooks analogous to
12377         allout-exposure-change-hook for other kinds of structural outline
12378         edits.
12379         (allout-encryption-plaintext-sanitization-regexps): New encryption
12380         customization variable, by which cooperating modes can provde
12381         massage of the plaintext without actually being passed it.
12382         (allout-encryption-ciphertext-rejection-regexps)
12383         (allout-encryption-ciphertext-rejection-ceiling): New encryption
12384         customization variables, by which cooperating modes can prohibit
12385         rare but possible ciphertext patterns from fouling their
12386         operation, with actually being passed the ciphertext.
12387         (allout-mode): Run activation and deactivation hooks after the
12388         minor-mode variable has been toggled, to clarify the mode
12389         disposition.  The new encryption ciphertext rejection variable is
12390         used to ensure that the ciphertext does not contain text that
12391         would be recognized as outline structural elements by allout.
12392         Substite allout-beginning-of-line and allout-end-of-line for
12393         conventionall beginning-of-line and end-of-line bindings.
12394         If allout-old-style-prefixes is non-nil, don't nullify it on mode
12395         activation!
12396         (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
12397         (allout-end-of-line): Respect `allout-end-of-line-cycles'.
12398         (allout-chart-subtree): Implement new mode, charting only the
12399         visible items in the subtree, when new 'visible' parameter is non-nil.
12400         (allout-end-of-subtree): Properly handle the last item in the buffer.
12401         (allout-pre-command-business, allout-command-counter):
12402         Increment an advertised counter so that cooperating enhancements can
12403         track revisions of items.
12404         (allout-open-topic): Run allout-structure-added-hook with suitable
12405         arguments.
12406         (allout-shift-in): Run allout-structure-shifted-hook with suitable
12407         arguments.
12408         (allout-shift-out): Fix doubling for negative args and ensure call
12409         of allout-structure-shifted-hook by solely using allout-shift-in.
12410         (allout-kill-line, allout-kill-topic):
12411         Run allout-structure-deleted-hook with suitable arguments.
12412         (allout-yank-processing): Run allout-structure-added-hook with
12413         proper arguments.
12414         (allout-yank): Enclose activity in allout-unprotected.
12415         (allout-flag-region): Run allout-exposure-change-hook with
12416         suitable arguments, instead of making the callee infer the arguments.
12417         (allout-encrypt-string):
12418         Support allout-encryption-plaintext-sanitization-regexps,
12419         allout-encryption-ciphertext-rejection-regexps, and
12420         allout-encryption-ciphertext-rejection-ceiling.  Indicate correct
12421         en/de cryption mode in symmetric encryption failure message.
12422         (allout-obtain-passphrase): Use copy-sequence to get a distinct
12423         copy of the passphrase, and don't zero it or we'll corrupt the
12424         stashed copy.
12425         (allout-create-encryption-passphrase-verifier)
12426         (allout-verify-passphrase): Respect the new signature for
12427         allout-encrypt-string.
12428         (allout-get-configvar-values): Convenience for getting a
12429         configuration variable value and handling its absence gracefully.
12431 2006-08-11  Romain Francoise  <romain@orebokech.com>
12433         * obsolete/zone-mode.el: Delete.
12435 2006-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12437         * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
12439 2006-08-11  Thien-Thi Nguyen  <ttn@gnu.org>
12441         * emacs-lisp/bindat.el (bindat-ip-to-string):
12442         Use `format-network-address' if possible.
12444 2006-08-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12446         * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
12448 2006-08-10  Chong Yidong  <cyd@stupidchicken.com>
12450         * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
12451         restore unread-command-events here.
12452         (edebug-display): Do it here, to detect sit-for interruptions.
12454 2006-08-10  Romain Francoise  <romain@orebokech.com>
12456         * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
12457         (dns-mode-soa-auto-increment-serial): New user option.
12458         (dns-mode-soa-maybe-increment-serial): New function.
12459         (dns-mode): Add the latter to `write-contents-functions'.
12461         * obsolete/zone-mode.el: Move to obsolete/ from net/.
12462         Delete autoload cookies.
12464 2006-08-10  John Wiegley  <johnw@newartisans.com>
12466         * eshell/em-glob.el (eshell-glob-chars-list)
12467         (eshell-glob-translate-alist): Add support for [^g] in character globs.
12469 2006-08-10  Richard Stallman  <rms@gnu.org>
12471         * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
12472         (facemenu-set-face): Doc fix.
12473         (facemenu-listed-faces): Doc fix.
12475 2006-08-09  Chong Yidong  <cyd@stupidchicken.com>
12477         * avoid.el (mouse-avoidance-animating-pointer): New var.
12478         (mouse-avoidance-nudge-mouse): Use it.
12479         (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
12480         (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
12481         (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
12482         Don't activate if currently animating.  All callers changed.
12484 2006-08-09  John Wiegley  <johnw@newartisans.com>
12486         * calendar/timeclock.el (timeclock-use-elapsed): Added a new
12487         variable, which causes timeclock to report elapsed time worked,
12488         instead of just work remaining.
12490 2006-08-09  Kenichi Handa  <handa@m17n.org>
12492         * international/latexenc.el (latexenc-find-file-coding-system):
12493         Fix for the case that the 2nd element of arg-list is a cons.
12495 2006-08-08  Chong Yidong  <cyd@stupidchicken.com>
12497         * info.el (Info-fontify-node): Handle preceding `in' for note
12498         reference hiding rules.
12500 2006-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12502         * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
12503         mistake a closing " for an opening one.
12505 2006-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
12507         * term/xterm.el (terminal-init-xterm): Add more key bindings.
12509 2006-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12511         * complete.el (PC-do-completion): Filter out completions matching
12512         completion-ignored-extensions before checking whether there are
12513         multiple completions.
12514         Don't use `list' unnecessarily when building completion tables.
12516 2006-08-06  Richard Stallman  <rms@gnu.org>
12518         * help.el (describe-mode): Make minor mode list more concise.
12520 2006-08-05  Chong Yidong  <cyd@stupidchicken.com>
12522         * bindings.el: Give mode-line-format, mode-line-modes, and
12523         mode-line-position `standard-value' properties.
12525 2006-08-05  Eli Zaretskii  <eliz@gnu.org>
12527         * buff-menu.el (list-buffers-noselect): For Info buffers, use
12528         "(file)node" instead of the file name.
12530 2006-08-05  Richard Stallman  <rms@gnu.org>
12532         * faces.el (escape-glyph): Doc fix.
12534 2006-08-04  Kenichi Handa  <handa@m17n.org>
12536         * international/mule-diag.el (describe-font): Improve docstring
12537         and error message.  Use frame-parameter (not frame-parameters).
12539 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12541         * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
12542         Correctly mark the end-of-docstring char.
12544 2006-08-03  Chong Yidong  <cyd@stupidchicken.com>
12546         * simple.el (line-move-to-column): Constrain move-to-column to
12547         current field.
12549 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12551         * font-lock.el (font-lock-beg, font-lock-end)
12552         (font-lock-extend-region-functions): New vars.
12553         (font-lock-extend-region-multiline)
12554         (font-lock-extend-region-wholelines): New functions.
12555         (font-lock-default-fontify-region): Use them.
12556         (font-lock-extend-jit-lock-region-after-change): Only round up
12557         if font-lock-default-fontify-region will do it as well.
12559         * font-lock.el (font-lock-extend-after-change-region-function):
12560         Rename from font-lock-extend-region-function.
12561         (font-lock-extend-region): Remove by inlining at call sites.
12562         (font-lock-after-change-function): Don't needlessly round up to a whole
12563         number of lines.
12564         (font-lock-extend-jit-lock-region-after-change): Be more careful about
12565         the boundary conditions and the interactions between the various ways
12566         to extend the region.
12568 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12570         * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
12571         modification status when forcing the second redisplay.
12573 2006-08-03  Kim F. Storm  <storm@cua.dk>
12575         * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
12577 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12579         * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
12580         doesn't look like a file name.
12582         * complete.el (PC-expand-many-files): Avoid signalling an error when
12583         the current directory doesn't exist.  Reported by Micha\e,Ak\e(Bl Cadilhac.
12585 2006-08-02  Andreas Schwab  <schwab@suse.de>
12587         * bindings.el (mode-line-format): Simplify reference to vc-mode.
12589 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
12591         * bindings.el (map): Make mode-line-buffer-identification-keymap
12592         before defining propertized-buffer-identification.
12594 2006-08-01  Richard Stallman  <rms@gnu.org>
12596         * bindings.el (mode-line-format): Adjust spacing around vc-mode.
12598 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
12600         * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
12601         default value.
12602         (gdb-find-source-frame): New function.
12603         (menu): Add to menu bar.
12605 2006-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12607         * font-core.el (font-lock-extend-region-function)
12608         (font-lock-extend-region): Move to font-lock.el.
12610         * font-lock.el (font-lock-extend-region-function)
12611         (font-lock-extend-region): Move from font-core.el.  Simplify.
12613         * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
12614         if needed.
12615         (jit-lock-start, jit-lock-end): New dynamic scoped vars.
12616         (jit-lock-after-change-extend-region-functions): New hook.
12617         (jit-lock-after-change): Use it instead of hard-coding font-lock code.
12619         * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
12620         (font-lock-turn-on-thing-lock): Use it.
12622         * longlines.el (longlines-show-region): Make it work on read-only
12623         buffers as well.
12625 2006-08-01  Nick Roberts  <nickrob@snap.net.nz>
12627         * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
12629 2006-07-31  Richard Stallman  <rms@gnu.org>
12631         * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
12632         (vhdl-speedbar-display-projects): Update old obsolete
12633         speedbar variable names.
12635 2006-07-31  Nick Roberts  <nickrob@snap.net.nz>
12637         * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
12638         (gdb-stopped): Use it.
12640         * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
12642 2006-07-29  Chong Yidong  <cyd@stupidchicken.com>
12644         * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
12645         for load-history elements.
12647 2006-07-29  Eli Zaretskii  <eliz@gnu.org>
12649         * files.el (convert-standard-filename): For Cygwin, replace
12650         characters not allowed in Windows file names.
12651         (make-auto-save-file-name): Add Cygwin to the list of systems
12652         where the auto-save file name needs to be run through
12653         convert-standard-filename.
12655 2006-07-29  Lennart Borgman  <lennart.borgman.073@student.lu.se>
12657         * window.el (bw-get-tree): Don't integerp subtree if it's nil.
12659 2006-07-28  Richard Stallman  <rms@gnu.org>
12661         * bindings.el (mode-line-frame-identification)
12662         (propertized-buffer-identification): Centralize the code
12663         to initialize the variable.
12665         * progmodes/grep.el (grep-default-command): Catch errors from
12666         wildcard-to-regexp.
12668 2006-07-29  Kim F. Storm  <storm@cua.dk>
12670         * progmodes/grep.el (grep-tag-default): New function.
12671         (grep-default-command, grep-read-regexp): Use it.
12672         (grep-read-files): Use car of grep-files-history or grep-files-aliases
12673         as default if nothing else applies.
12675 2006-07-28  Bill Atkins  <atkinw@rpi.edu>  (tiny change)
12677         * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
12678         Throw error if buffer is not in Dired and Wdired mode, respectively.
12680 2006-07-28  Chong Yidong  <cyd@stupidchicken.com>
12682         * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
12683         self-insert-command keys don't activate buttons.
12684         (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
12686 2006-07-29  Nick Roberts  <nickrob@snap.net.nz>
12688         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
12689         faces for enable character.
12691 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
12693         * Makefile.in (recompile): Update comment to reflect change
12694         on 2004-04-21.
12696 2006-07-27  Richard Stallman  <rms@gnu.org>
12698         * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
12699         (customize-package-emacs-version): Change msg when pkg has no entry.
12700         (custom-no-edit): On a button, do like widget-button-press.
12702 2006-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
12704         * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
12705         S-tab and C-S-tab.
12707 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
12709         * progmodes/which-func.el (which-function): Fix documentation/
12710         comment typo.
12712 2006-07-26  Richard Stallman  <rms@gnu.org>
12714         * textmodes/ispell.el (ispell-word): If we replace the word,
12715         move point to the end.  Insert before deleting.
12717 2006-07-26  Chong Yidong  <cyd@stupidchicken.com>
12719         * subr.el (sit-for): Use new SECONDS arg of read-event instead of
12720         a timer.
12722 2006-07-26  Mathias Dahl  <mathias.dahl@gmail.com>
12724         * tumme.el (tumme-backward-image): Add prefix argument.  Add error
12725         when at first image.
12726         (tumme-forward-image): Add prefix argument.  Add error when at last
12727         image.
12729 2006-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12731         * tabify.el (tabify-regexp): Use more specific regexps.
12732         (tabify): Avoid modifying the buffer unnecessarily.
12734 2006-07-25  Mathias Dahl  <mathias.dahl@gmail.com>
12736         * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
12737         (tumme-format-properties-string): Handle empty `buf'.
12738         (tumme-get-comment): Change variable names inside `let'.
12739         Add missing `let' variable that cause font-lock problems.
12740         (tumme-write-comments): Change variable names inside `let'.
12741         Add missing `let' variable that cause font-lock problems.
12742         (tumme-forward-image): Rename from `tumme-forward-char'.
12743         (tumme-backward-image): Rename from `tumme-backward-char'.
12745 2006-07-25  Masatake YAMATO  <jet@gyve.org>
12747         * progmodes/ld-script.el (ld-script-keywords)
12748         (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
12749         and add comments.
12751 2006-07-25  Nick Roberts  <nickrob@snap.net.nz>
12753         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
12754         (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
12755         (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
12756         for status indicator.
12758 2006-07-24  Richard Stallman  <rms@gnu.org>
12760         * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
12762         * subr.el (dolist, dotimes): Use interned symbols for locals.
12763         (--dotimes-limit--, --dolist-tail--): New defvars.
12764         (looking-back): Doc fix.
12766         * replace.el (replace-match-string-symbols): Handle dotted lists.
12768 2006-07-24  Mathias Dahl  <mathias.dahl@gmail.com>
12770         * tumme.el (tumme-write-tags): Add.
12771         (tumme-write-comments): Add.
12772         (tumme-tag-files): Change to use `tumme-write-tags'.
12773         (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
12774         (tumme-dired-comment-files): Change to use `tumme-write-comments'.
12775         (tumme-save-information-from-widgets): Change to use
12776         `tumme-write-comments' and `tumme-write-tags'.
12777         (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
12778         (tumme-write-tag): Remove.
12779         (tumme-write-comment): Remove.
12780         (tumme-display-previous-thumbnail-original): Remove empty line.
12781         (tumme-widget-list): Add punctuation.
12783 2006-07-24  Mathias Dahl  <mathias.dahl@gmail.com>
12785         * tumme.el (tumme-line-up): Add an extra check for end of buffer.
12787 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
12789         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
12790         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org>
12791         and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
12793 2006-07-23  Thien-Thi Nguyen  <ttn@gnu.org>
12795         * mouse.el (mouse-on-link-p): Doc fix.
12797 2006-07-23  Nick Roberts  <nickrob@snap.net.nz>
12799         * emacs-lisp/find-func.el (find-function-search-for-symbol):
12800         Handle "C-h f `".
12802 2006-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
12804         * ibuffer.el (ibuffer-formats): Use left alignment for the mode
12805         column.
12807 2006-07-22  Matt Hodges  <MPHodges@member.fsf.org>
12809         * textmodes/table.el: Add move-beginning-of-line and
12810         move-end-of-line to Point Motion Only Group.
12812 2006-07-22  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
12814         * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
12816 2006-07-22  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
12818         * startup.el (user-mail-address): Initialize from the `EMAIL'
12819         environment variable first.  Document this.
12820         (command-line): Ditto.
12822 2006-07-22  Nick Roberts  <nickrob@snap.net.nz>
12824         * help-mode.el (help-function-def, help-variable-def)
12825         (help-face-def): Print a message in the minibuffer.
12827 2006-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
12829         * term/xterm.el (terminal-init-xterm): Fix key bindings
12830         syntax.  Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
12832 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
12834         * dos-w32.el (find-buffer-file-type-coding-system): Support calls
12835         where `(nth 1 command)' is a cons cell.  Doc fix.
12837         * textmodes/po.el (po-find-charset): Doc fix.
12839 2006-07-21  Ken Manheimer  <ken.manheimer@gmail.com>
12841         * allout.el (allout-unprotected, allout-e-o-prefix-p)
12842         (allout-beginning-of-current-line, allout-end-of-current-line)
12843         (allout-next-visible-heading, allout-open-topic)
12844         (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
12845         (allout-flag-current-subtree, allout-show-to-offshoot)
12846         (allout-hide-current-entry, allout-show-current-branches)
12847         (allout-hide-region-body, allout-old-expose-topic)
12848         (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
12849         (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
12850         containing `beginning-of-line' and `end-of-line' with
12851         `inhibit-field-text-motion' t.
12853 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
12855         * frame.el (focus-follows-mouse): Document that it doesn't have
12856         any effect on MS-Windows.
12858 2006-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12860         * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
12862 2006-07-20  Jay Belanger  <belanger@truman.edu>
12864         * calc/calc.el (calc-previous-alg-entry): Remove variable.
12866         * calc/calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
12867         New variables.
12868         (calc-alg-entry): Use `calc-alg-entry-history'.
12869         (calc-do-quick-calc): Use `calc-quick-calc-history'.
12870         Remove reference to `calc-previous-alg-entry'.
12871         (calcAlg-edit, calcAlg-enter): Remove reference to
12872         `calc-previous-alg-entry'.
12873         (calcAlg-previous): Use `previous-history-element' instead of
12874         `calc-previous-alg-entry'.
12875         (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
12876         Change keybinding for `calcAlg-plus-minus', add keybindings for
12877         `previous-history-element' and `next-history-element'.
12879         * calc/calc-rewr.el (calc-match): Remove reference to
12880         `calc-previous-alg-entry'.
12882         * calc/calc-sel.el (calc-selection-history): New variable.
12883         (calc-enter-selection, calc-sel-mult-both-sides)
12884         (calc-sel-add-both-sides): Use `calc-selection-history'.
12886         * calc/calc-map.el (calc-get-operator-history): New variable.
12887         (calc-get-operator): Use `calc-get-operator-history'.
12889         * calc/calcalg3.el (calc-curve-fit-history): New variable.
12890         (calc-curve-fit): Use `calc-curve-fit-history'.
12892 2006-07-20  Kenichi Handa  <handa@m17n.org>
12894         * international/mule-cmds.el (select-safe-coding-system): Fix the
12895         way of deciding eol-type of the coding system.
12897 2006-07-20  Alan Mackenzie  <acm@muc.de>
12899         * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
12900         (c-lang-setvar): New macro.
12901         (c-make-init-lang-vars-fun): Use the initialization forms in
12902         c-emacs-variable-inits in addition to those in c-lang-variable-inits.
12903         (comment-start, comment-end, comment-start-skip): Change these from
12904         c-lang-defvar's to c-lang-setvar's.
12906         * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
12907         which calls make-local-variable on the elements of
12908         c-emacs-variable-inits.
12909         (c-init-language-vars-for): Call this new macro.
12911 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12913         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
12914         Try to rule out false positives due to time stamps.
12915         (compilation-mode-font-lock-keywords): Remove rules made redundant
12916         because of the above change.  Add `segmentation fault' to the known and
12917         highlighted compilation termination messages.
12919 2006-07-19  Kim F. Storm  <storm@cua.dk>
12921         * progmodes/grep.el (grep-find-ignored-directories):
12922         Add .svn and _darcs to list.
12924 2006-07-19  Mathias Dahl  <mathias.dahl@gmail.com>
12926         * dired.el (dired-mode-map): Add key binding `C-te' for
12927         `tumme-dired-edit-comment-and-tags'.
12929         * tumme.el (tumme-display-thumbnail-original-image): Make sure
12930         image display buffer is displayed before call to
12931         `tumme-display-image.
12932         (tumme-dired-display-image): Make sure image display buffer is
12933         displayed before call to `tumme-display-image.
12934         (tumme-mouse-display-image): Make sure image display buffer is
12935         displayed before call to `tumme-display-image.
12936         (tumme-widget-list): Add.
12937         (tumme-dired-edit-comment-and-tags): Add.
12938         (tumme-save-information-from-widgets): Add.
12940 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12942         * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
12944 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12946         * progmodes/sh-script.el (sh-font-lock-keywords-1):
12947         Revert inadvertently installed patch hunk.
12949         * progmodes/compile.el (compilation-find-file): Handle the
12950         cases where the user selects a non-existent file.
12952 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12954         * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
12956 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
12958         * subr.el (sit-for): Just sleep-for if noninteractive.
12960 2006-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12962         * emacs-lisp/autoload.el (make-autoload): Use new arg.
12964         * custom.el (custom-autoload): Add `noset' argument.
12965         (custom-push-theme): Don't autoload the variable, let callers do it.
12966         (custom-theme-set-variables): Autoload the variable if necessary.
12968         * cus-edit.el (custom-variable-state-set): If the variable was
12969         originally set outside custom, but to the same value as the default,
12970         consider it to be standard.
12972         * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
12973         file *before* telling Emacs to add the autoloads, in case it fails.
12975         * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
12976         Use `cond', push', and `dolist'.
12978 2006-07-17  Richard Stallman  <rms@gnu.org>
12980         * image-mode.el (tar-superior-buffer, archive-superior-buffer):
12981         Add defvars to silence warnings.
12983 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
12985         * progmodes/compile.el (compilation-mode-font-lock-keywords):
12986         Don't highlight "Compiling file" messages as error.
12988         * dired-aux.el (dired-compress-file): Confirm again if gzipped
12989         file already exists.
12991 2006-07-16  Thien-Thi Nguyen  <ttn@gnu.org>
12993         * find-file.el (ff-special-constructs): Doc fix.  Also, for C/C++
12994         entry, don't assign to free var; simply return the extracted filename.
12995         (ff-treat-as-special): Incorporate common preamble from callers.
12996         (ff-other-file-name, ff-find-the-other-file):
12997         Update call to ff-treat-as-special.
12999         * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
13001 2006-07-16  Mathias Dahl  <mathias.dahl@gmail.com>
13003         * tumme.el (tumme-get-comment): Fix bug.
13005 2006-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13007         * files.el: Remove spurious * in docstrings.
13009 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
13011         * allout.el (allout-run-unit-tests-on-load): Rectify docstring
13012         grammar.
13013         (allout-beginning-of-current-line): Beware beginning of buffer.
13014         Also, a comment is simplified.
13015         (allout-hotspot-key-handler): Only set allout-post-goto-bullet
13016         when appropriate.  (This fix enables use for other than
13017         bullet-hotspot operation.)
13018         (allout-hide-current-subtree): While escalating to sibling-close,
13019         make sure to situate on a topic.
13021 2006-07-14  Kim F. Storm  <storm@cua.dk>
13023         * emulation/cua-base.el (cua-delete-selection)
13024         (cua-toggle-set-mark): New defcustoms.
13025         (cua-rectangle-modifier-key): Add `alt' modifier.
13026         (cua-replace-region): Don't delete if cua-delete-selection is nil.
13027         (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
13028         Suggested by Klaus Zeitler <kzeitler@lucent.com>.
13030         * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
13032 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
13034         * allout.el: Require 'cl during byte-compilation/interactive load,
13035         for the `assert' macro.
13036         (allout-mode-deactivate-hook): New hook, run when allout mode
13037         deactivates.
13038         (allout-developer): New allout customization subgroup.
13039         (allout-run-unit-tests-on-load): New allout-developer
13040         customization variable, when true allout unit tests are run towards
13041         end of file load/eval.
13042         (allout-inhibit-auto-fill): Disable auto-fill activity even during
13043         auto-fill-mode.
13044         (allout-resumptions): Remove, to be replaced by...
13045         (allout-add-resumptions): Register variable settings to be
13046         reinstated by `allout-do-resumptions'.  The settings are made
13047         buffer-local, but the locality/globality of the suspended setting
13048         is restored on resumption.
13049         (allout-do-resumptions): Reinstate all settings suspended using
13050         `allout-add-resumptions'.
13051         (allout-test-resumptions): Unit tests (and intermediate variables)
13052         for resumptions.
13053         (allout-tests-globally-unbound, allout-tests-globally-true)
13054         (allout-tests-locally-true): Intermediate variables for
13055         resumptions unit tests.
13056         (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
13057         (allout-exposure-category): Replaces 'allout-overlay-category variable.
13058         (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
13059         instead of retired `allout-resumptions'.  For hook functions, use
13060         `local' parameter so hook settings are created and removed as
13061         buffer-local settings.  Revise (resumptions) setting
13062         auto-fill-function so it is set only if already active.  (The
13063         related fill-function settings are all made in either case, so
13064         that activating auto-fill-mode activity will have the custom
13065         allout-mode behaviors (hanging indent on topics, if configured for it).
13066         Remove all allout-exposure-category overlays on mode deactivation.
13067         (allout-hotspot-key-handler): New function extracted from
13068         `allout-pre-command-business', so the functionality can be used
13069         for other purposes, eg as a binding in an overlay.
13070         (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
13071         (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
13072         customization variable.
13073         (allout-run-unit-tests): Run the (currently quite small)
13074         repertoire of unit tests.  Called just before the provide iff user
13075         has customized `allout-run-unit-tests-on-load' non-nil.
13077 2006-07-14  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
13079         * emacs-lisp/authors.el (authors-aliases): Update.
13081 2006-07-14  Nick Roberts  <nickrob@snap.net.nz>
13083         * progmodes/gdb-ui.el (gdb-display-buffer): Check for
13084         gdb-source-window.  Add dedicated argument.
13085         (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
13086         (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
13087         (gdb-display-threads-buffer, gdb-display-memory-buffer)
13088         (gdb-display-locals-buffer): Use it.
13090         * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
13091         Set gdb-source-window.
13093 2006-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13095         * emacs-lisp/autoload.el (make-autoload): Remove special handling of
13096         minor modes, redundant with the custom-autoload line above.
13098 2006-07-12  Chong Yidong  <cyd@stupidchicken.com>
13100         * longlines.el (longlines-post-command-function): Handle open-line too.
13102 2006-07-12  Richard Stallman  <rms@gnu.org>
13104         * progmodes/grep.el (grep-last-buffer): Doc fix.
13106         * info.el (Info-try-follow-nearest-node): Doc fix.
13108         * emacs-lisp/edebug.el (edebug-instrument-function):
13109         Err if find-function-noselect gives no position.
13111         * emacs-lisp/find-func.el (find-function-search-for-symbol):
13112         If can't find definition, return nil for position.
13113         (find-function-do-it): Handle new return value
13114         of find-definition-noselect.
13115         (find-definition-noselect, find-variable-noselect): Doc fix.
13116         (find-function-noselect): Doc fix.
13118         * help-mode.el (help-variable-def): Handle find-variable-noselect
13119         returning no position.
13120         (help-function-def): Likewise for find-function-search-for-symbol.
13121         (help-face-def): Likewise.
13123         * help-fns.el (describe-variable): Handle find-variable-noselect
13124         returning no position.
13126         * files.el (locate-file-completion): Avoid duplicates in result.
13128         * cus-edit.el (custom-no-edit): New command.
13129         (custom-mode-map): Remap to custom-no-edit instead of
13130         using suppress-keymap.
13132 2006-07-12  Nick Roberts  <nickrob@snap.net.nz>
13134         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
13135         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
13136         (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
13138         * thumbs.el (thumbs-call-convert): Use shell-command-switch.
13140 2006-07-11  Kim F. Storm  <storm@cua.dk>
13142         * ido.el (ido-copy-current-file-name): Use buffer-name if
13143         buffer-file-name is nil.
13145 2006-07-11  Chong Yidong  <cyd@stupidchicken.com>
13147         * simple.el (undo-ask-before-discard): Set to nil.
13149         * vc.el (vc-exec-after): Don't delete process manually.
13150         (vc-print-log): Run log-view-mode in process sentinel inside
13151         inhibit-read-only.  Don't shrink window due to timing issues.
13153         * progmodes/ebrowse.el (ebrowse-display-member-buffer):
13154         Avoid using with-output-to-temp-buffer, which clobbers local vars.
13156 2006-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13158         * progmodes/compile.el (compilation-error-regexp-alist-alist):
13159         Fix ambiguity introduced by last change.
13160         (compilation-find-file): Move save-excursion to where it may
13161         make sense.  Fix a left over `find-file'.
13163 2006-07-11  Robert J. Chassell  <bob@rattlesnake.com>
13165         * textmodes/texinfmt.el (texinfo-format-separate-node):
13166         Insert a string before point, which fits documentation, not after.
13167         (texinfo-multitable-item): In a multitable row, insert any
13168         additional needed @tabs and spaces.
13170 2006-07-11  Nick Roberts  <nickrob@snap.net.nz>
13172         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
13173         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
13174         (tumme-set-exif-data, tumme-get-exif-data): Use call-process
13175         instead of shell-command.
13176         (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
13177         (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
13178         (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
13179         (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
13180         (tumme-thumbnail-set-image-description, tumme-gallery-generate)
13181         (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
13183 2006-07-11  Kim F. Storm  <storm@cua.dk>
13185         * subr.el (sit-for): Doc fix.  Specify normal arg list using fn-form.
13186         Remove special case for seconds < 0.  Use (redisplay t) instead.
13188 2006-07-10  Chong Yidong  <cyd@stupidchicken.com>
13190         * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
13191         avoid compilation error.
13193         * subr.el (sit-for): New function.
13195         * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
13197 2006-07-10  Richard Stallman  <rms@gnu.org>
13199         * ldefs-boot.el (edebug): Update page.
13201 2006-07-10  Kim F. Storm  <storm@cua.dk>
13203         * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
13204         to FOR-RELEASE and TODO.
13206 2006-07-10  Romain Francoise  <romain@orebokech.com>
13208         * emacs-lisp/authors.el (authors-aliases): Update.
13210 2006-07-10  Alan Mackenzie  <acm@muc.de>
13212         * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
13213         * cc-mode.el: Changes to eradicate eval-after-load.
13215 2006-07-09  Chong Yidong  <cyd@stupidchicken.com>
13217         * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
13218         on non-char events.
13220 2006-07-09  Romain Francoise  <romain@orebokech.com>
13222         * progmodes/compile.el (compilation-mode-font-lock-keywords):
13223         Don't highlight start/end markers as compilation messages.
13225         * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
13226         to t.
13228 2006-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13230         * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
13232 2006-07-08  Richard Stallman  <rms@gnu.org>
13234         * term/x-win.el (x-handle-display): Add doc string.
13236         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
13238         * subr.el (def-edebug-spec): Move here.
13239         * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
13241         * imenu.el (imenu-choose-buffer-index): Doc fix.
13243 2006-07-08  Romain Francoise  <romain@orebokech.com>
13245         * term/x-win.el (x-display-name): Fix typo.
13247 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
13249         * hexl.el (hexl-find-file): Doc fix.
13251         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
13253 2006-07-07  Chong Yidong  <cyd@stupidchicken.com>
13255         * term/x-win.el (x-display-name): Doc fix.
13257 2006-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13259         * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
13260         long prefixes.
13261         (fill-region-as-paragraph): Don't round up to a whole line.
13262         (fill-comment-paragraph): Don't include the code-before-the-comment
13263         when calling fill-region-as-paragraph.
13265         * international/mule.el (make-char): Remove redundancy.
13267         * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
13268         property may contain an anonymous function rather than a symbol.
13270         * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
13272         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
13273         Use shy regexp.  Fix incorrect backref to potentially unmatched group.
13275         * dirtrack.el (dirtrack-default-directory-function): Remove.
13276         (dirtrack-directory-function): Use file-name-as-directory.
13277         (dirtrack-windows-directory-function): Simplify.
13278         (dirtrack-forward-slash, dirtrack-backward-slash)
13279         (dirtrack-replace-slash): Remove.
13280         (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
13281         (dirtrack): Fix wrong parenthesizing; use match-string.
13283         * progmodes/octave-inf.el: Remove spurious * in docstrings.
13284         (inferior-octave-mode): Only change the buffer-local value of
13285         comint-dynamic-complete-functions.
13286         (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
13287         Move the initialization to the declaration.
13288         (inferior-octave-complete): Remove unused var `filter'.
13290         * shell.el (shell-mode): Only change the buffer-local value of
13291         comint-dynamic-complete-functions.
13293 2006-07-07  Carsten Dominik  <dominik@science.uva.nl>
13295         * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
13296         entry is skipped because it has been scheduled.
13297         (org-prepare-agenda-buffers): Don't mark buffers as modified when
13298         changing `:org-archived' and `:org-comment' properties.
13300 2006-07-06  Chong Yidong  <cyd@stupidchicken.com>
13302         * server.el (server-select-display): Don't make the temp frame
13303         minibuffer-only, in case it's not a temp frame.
13304         (server-process-filter): Don't delete the temp frame if it's the
13305         only one we have on that display.
13307         * files.el (find-alternate-file): Doc fix.
13309 2006-07-05  Richard Stallman  <rms@gnu.org>
13311         * files.el (abbreviate-file-name): Add save-match-data.
13313 2006-07-03  Richard Stallman  <rms@gnu.org>
13315         * faces.el (read-face-name): Doc fix.
13317 2006-07-05  Chong Yidong  <cyd@stupidchicken.com>
13319         * net/goto-addr.el (goto-address): Mark as safe for local evals.
13321 2006-07-05  Andre Spiegel  <spiegel@gnu.org>
13323         * vc.el (vc-diff-internal): Fix prev change.
13325 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
13327         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
13328         * play/dunnet.el (dun-load-d, dun-eval): Likewise.
13330 2006-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13332         * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
13333         fails if the symbol contains chars like ( or '.
13334         (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
13335         (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
13336         `short'.
13338 2006-07-04  Kenichi Handa  <handa@m17n.org>
13340         * international/mule-cmds.el (set-language-info): If LANG-ENV is
13341         the current one, don't call set-language-environment, but call one
13342         of set-language-environment-XXX to make INFO effective now.
13343         (set-language-environment): Call set-language-environment-XXX
13344         functions instead of doing the various setups directly.
13345         (set-language-environment-coding-systems): Delete argument eol-type.
13346         (set-language-environment-input-method)
13347         (set-language-environment-nonascii-translation)
13348         (set-language-environment-charset)
13349         (set-language-environment-fontset)
13350         (set-language-environment-unibyte): New functions.
13352 2006-07-03  Luc Teirlinck  <teirllm@auburn.edu>
13354         * locate.el (locate-update-when-revert): New option.
13355         (locate-update-path): New option (suggested by Michael Albinus).
13356         (locate-prompt-for-command): Whitespace change.
13357         (locate-update): No longer offer to update the locate database by
13358         default.  Implement the two new options.
13360 2006-07-04  Nick Roberts  <nickrob@snap.net.nz>
13362         * tooltip.el: Move comment about track-mouse...
13364         * progmodes/gud.el: ...to here.
13366 2006-07-03  Chong Yidong  <cyd@stupidchicken.com>
13368         * facemenu.el (facemenu-listed-faces): New var.
13369         (facemenu-unlisted-faces): Variable deleted.
13370         (facemenu-add-new-face): Use facemenu-listed-faces.
13372         * emulation/viper-init.el, calendar/calendar.el:
13373         * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
13375 2006-07-03  Carsten Dominik  <dominik@science.uva.nl>
13377         * textmodes/org.el (org-mode): Remove no invalid settings for
13378         calc embedded mode.
13379         (org-mode-p): New defsubst.
13380         (org-save-all-org-buffers): New function.
13381         (org-first-headline-recenter): Enclose outline-regexp in group
13382         delimiters.
13383         (org-set-tags): Keep single space after stars.
13385 2006-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13387         * window.el (set-window-text-height): Only set window-min-height to
13388         1 if that's the requested size.
13390         * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
13391         (diff-unified->context, diff-context->unified)
13392         (diff-reverse-direction): Make sure the end marker stays at the end.
13393         (diff-mode): Add the keymap table at the end of docstring.
13394         Use lexical-let rather than constructing a closure manually.
13396         * files.el (find-file-noselect-1): Remove unused var assignment.
13397         (hack-local-variables-confirm): Print lists of strings as lists of
13398         strings rather than lists of symbols.
13399         (abbreviate-file-name, hack-local-variables-prop-line):
13400         Use match-string.
13401         (hack-one-local-variable): Move `make-local-variable' nearer its use.
13402         (recover-session-finish): Use line-end-position.
13404 2006-07-02  Michael Albinus  <michael.albinus@gmx.de>
13406         * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
13408 2006-07-02  Daniel Pfeiffer  <occitan@esperanto.org>
13410         * progmodes/make-mode.el (makefile-macroassign-regex):
13411         Accept preceding keyword.
13412         (makefile-gmake-statements): Reorganize, now that makepp has
13413         "override" and also handle forgotten "override define".
13414         (makefile-makepp-statements): Add new "global", "override export"
13415         and "override global".
13417 2006-06-30  Juanma Barranquero  <lekktu@gmail.com>
13419         * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
13420         (ada-compile-mouse-goto-error, ada-deactivate-properties)
13421         (ada-no-auto-case): Fix typos in docstrings.
13423 2006-06-30  Nick Roberts  <nickrob@snap.net.nz>
13425         * info.el (Info-find-node-2): Search for makeinfo version more
13426         carefully.
13428 2006-06-29  Carsten Dominik  <dominik@science.uva.nl>
13430         * textmodes/org.el (org-prepare-agenda-buffers):
13431         Use `invisible-OK' argument for `org-end-of-subtree'.
13432         (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
13433         (org-beginning-of-item): Fix bug in regular expression for white line.
13434         (org-export-as-html): Enforce space after bullet in plain list items.
13435         (org-set-autofill-regexps): Require space after plain list bullet
13436         for paragraph-start.
13437         (org-ts-regexp3): New constant.
13438         (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
13439         (org-timestamp-up-day, org-timestamp-down-day)
13440         (org-timestamp-change): Work with inactive timestamps.
13441         (org-ts-regexp1): Don't allow brackets in time stamps.
13443 2006-06-29  Nick Roberts  <nickrob@snap.net.nz>
13445         * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
13446         for ignoring links.
13448         * faces.el (read-face-name): Use it.
13450 2006-06-28  Juri Linkov  <juri@jurta.org>
13452         * buff-menu.el (list-buffers-noselect): Compare Info file
13453         with the string "dir" to detect Info directory.
13455         * complete.el (partial-completion-mode): In lambda for
13456         `choose-completion-string-functions' use full function signature
13457         with 4 args, and move point to the end of the minibuffer only if arg
13458         `mini-p' is non-nil.
13460 2006-06-28  John Paul Wallington  <jpw@pobox.com>
13462         * ibuffer.el (ibuffer-mode): Doc fix.
13464 2006-06-28  Carsten Dominik  <dominik@science.uva.nl>
13466         * textmodes/org.el (org-context): New contexts :item-bullet,
13467         :latex-fragment, :latex-preview.
13468         (org-overlays-at, org-overlay-start, org-overlay-end):
13469         New compatibility functions.
13470         (org-inside-LaTeX-fragment-p): More accurate matching, using the
13471         exact regexp that will be used during export.
13472         (org-latex-regexps): New variable.
13473         (org-cdlatex-mode): Improve advice for `texmathp'.
13474         (turn-on-org-cdlatex): New function.
13476 2006-06-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13478         * term/mac-win.el (mac-handle-font-selection): Change keys of
13479         mac-atsu-font-table from strings to numbers.
13480         (mac-ts-caret-position): Use also when cursor-type is nil.
13481         (mac-ts-update-active-input-area): Add Mac OS Classic support.
13482         Relax condition for using overlay strings.
13483         Use mac-ts-caret-position face when cursor-type is nil.
13485 2006-06-26  Kim F. Storm  <storm@cua.dk>
13487         * help.el (view-emacs-news): Declare `res' in the right let* form.
13489 2006-06-25  Michael Albinus  <michael.albinus@gmx.de>
13491         * net/rcompile.el (remote-compile): Replace ange-ftp based
13492         implementation by Tramp functions.
13493         Suggested by Marc Abramowitz <msabramo@gmail.com>.
13495         * net/tramp.el (tramp-unload-tramp): Provide a doc string.
13497 2006-06-24  Yoshinori Koseki  <kose@meadowy.org>
13499         * international/fontset.el (setup-default-fontset): Fix a typo in
13500         the "Oriya-Akruti" registry name.
13502 2006-06-23  Lars Hansen  <larsh@soem.dk>
13504         * desktop.el (desktop-full-file-name): New function.
13505         (desktop-kill, desktop-save, desktop-remove, desktop-read)
13506         (desktop-revert): Use it.
13507         (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
13508         (desktop-after-read-hook): Add option list-buffers.
13509         (desktop-locals-to-save): Add tab-width.
13510         (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
13511         Fix docstring.
13513 2006-06-23  Carsten Dominik  <dominik@science.uva.nl>
13515         * textmodes/org.el (org-cdlatex-mode-map)
13516         (org-cdlatex-texmathp-advice-is-done): New variables.
13517         (org-cdlatex-mode): New minor mode.
13518         (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
13519         (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
13520         (org-export-with-archived-trees): New option.
13521         (org-open-file): Remove the call to `convert-standard-filename'.
13522         (org-archive-tag, org-agenda-skip-archived-trees)
13523         (org-cycle-open-archived-trees)
13524         (org-sparse-tree-open-archived-trees): New options.
13525         (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
13526         (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
13527         New functions.
13528         (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
13529         (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
13530         (org-mode-map): Add binding for `org-toggle-archive-tag'.
13531         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
13532         Call `org-prepare-agenda-buffers'.
13533         (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
13534         (org-file-apps, org-file-apps-defaults-gnu)
13535         (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
13536         Handle remote files by forcing them to be opened in Emacs.
13538 2006-06-23  Andre Spiegel  <spiegel@gnu.org>
13540         * vc.el (vc-diff-knows-L): New variable.
13541         (vc-diff-internal): Use it to handle "diff" programs that don't
13542         understand -L.  This works automatically, no user action is necessary.
13544 2006-06-23  Daniel Brockman  <daniel@brockman.se>
13546         * net/rcirc.el (rcirc-default-user-full-name): Default to
13547         `rcirc-default-user-name' instead of `rcirc-user-name' (which no
13548         longer exists).
13549         (rcirc-process-list): Check `buffer-live-p' before attempting to
13550         switch to a buffer.
13552 2006-06-23  Ryan Yeske  <rcyeske@gmail.com>
13554         * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
13555         based on rcirc-coding-system-alist.
13557 2006-06-23  Martin Rudalics  <rudalics@gmx.at>
13559         * cus-edit.el (customize-apropos): A better error message.
13560         (top level) <debug-ignored-errors>: Extend and update the list of
13561         ignored error messages.
13563 2006-06-23  Michael Ernst  <mernst@alum.mit.edu>
13565         * complete.el (PC-do-completion): Retain capitalization of user
13566         input, when possible, even if completion-ignore-case is set.
13568 2006-06-23  Eli Zaretskii  <eliz@gnu.org>
13570         * generic-x.el (bat-generic-mode): Support .cmd files.
13572         * dos-w32.el (top level): Use find-file-not-found-functions
13573         instead of the obsolete find-file-not-found-hooks.
13575 2006-06-22  Kim F. Storm  <storm@cua.dk>
13577         * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
13578         to recognize mode name containing submodes, such as Grep/lw.
13580 2006-06-21  Kim F. Storm  <storm@cua.dk>
13582         * simple.el (line-move-1): Check for move-end-of-line instead of
13583         end-of-line when setting temporary-goal-column.
13585 2006-06-21  Miles Bader  <miles@gnu.org>
13587         * play/cookie1.el (cookie): Work properly when there's only one entry.
13589 2006-06-21  Nick Roberts  <nickrob@snap.net.nz>
13591         * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
13592         (gdb-frame-handler): Generalize frame regexp for templates.
13594 2006-06-20  Glenn Morris  <rgm@gnu.org>
13596         * calendar/appt.el (appt-display-format): Default value must be
13597         one of the customize options.
13599 2006-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
13601         * term/xterm.el (terminal-init-xterm): Update key availability info.
13602         Bind C-return.
13604         * term.el (term-delete-lines, term-insert-lines): Clarify comments.
13606 2006-06-20  Chong Yidong  <cyd@stupidchicken.com>
13608         * files.el (hack-local-variables): Run `hack-local-variables-hook'
13609         whether or not a local variables list is defined.
13611         * msb.el (msb): Move `sit-for' hack here to handle both
13612         "mouse-down and drag" and "mouse-up and select" situations.
13613         (mouse-select-buffer): Move `sit-for' hack to `msb'.
13615 2006-06-20  Kenichi Handa  <handa@m17n.org>
13617         * international/characters.el (word-combining-categories):
13618         Add entries for 2-byte Han characters.
13620 2006-06-19  Richard Stallman  <rms@gnu.org>
13622         * bindings.el (mode-line-format): Save some mode line space.
13624         * files.el (find-file-noselect): Improve the question wording.
13625         (basic-save-buffer-2): Mask UMASK against 666.
13627         * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
13628         (mouse-drag-vertical-line): Call it.
13630         * cus-edit.el (customize-option, customize-option-other-window):
13631         Error if SYMBOL is nil.
13633 2006-06-19  Carsten Dominik  <dominik@science.uva.nl>
13635         * textmodes/org.el: Require noutline, also on XEmacs.
13636         (org-end-of-subtree): Return point.
13637         (org-dblock-start-re, org-dblock-end-re): New constants.
13638         (org-create-dblock, org-prepare-dblock, org-map-dblocks)
13639         (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
13640         (org-update-all-dblocks, org-find-dblock): New functions.
13641         (org-collect-clock-time-entries): New function.
13642         (org-html-handle-time-stamps): Never export CLOCK timeranges.
13643         (org-fixup-indentation): Modify to deal correctly with lines
13644         starting with TAB.  Only one argument DIFF now.
13645         (org-demote, org-promote): Call `org-fixup-indentation' with just
13646         one argument, DIFF.
13647         (org-mode): Don't mark buffer as modified when aligning tables.
13648         (org-clock-sum): Don't mark buffer modified when adding time sum
13649         properties.
13650         (org-export-as-html): Add support for a link validation function.
13651         (org-archive-all-done): New function.
13652         (org-archive-subtree): New prefix argument.  When set, archive all
13653         done subtrees in this buffer.
13654         (org-remove-clock-overlays)
13655         (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
13656         (org-inhibit-highlight-removal): New variable, for dynamic scoping.
13657         (org-put-clock-overlay): Don't swallow last headline character
13658         when displaying overlay.
13659         (org-store-link): Link to `image-mode' with just the file name.
13661 2006-06-18  Michael Kifer  <kifer@cs.stonybrook.edu>
13663         * emulation/viper-cmd.el (viper-special-read-and-insert-char):
13664         Use read-key-sequence.
13665         (viper-after-change-undo-hook): Misc enhancements.
13666         (viper-after-change-undo-hook): New hook.
13667         (viper-undo): Use viper-after-change-undo-hook.
13668         (viper-add-newline-at-eob-if-necessary): Widen before making changes.
13669         (viper-next-line-at-bol): If point is on a widget or a button, simulate
13670         clicking on that widget/button.
13672         * emulation/viper.el (viper-mode): Allow a separate cursor color
13673         in Emacs state.
13675         * ediff-diff.el (ediff-test-patch-utility): Catch errors.
13676         (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
13677         (ediff-set-actual-diff-options): New function.
13678         (ediff-reset-diff-options, ediff-toggle-ignore-case):
13679         Use ediff-set-actual-diff-options.
13680         (ediff-extract-diffs): Catch errors.
13681         (ediff-whitespace): Add non-breakable space.
13682         (ediff-same-file-contents): Catch errors.
13684         * ediff-mult.el (ediff-collect-custom-diffs):
13685         Save coding-system-for-read.
13687         * ediff-vers.el (ediff-keep-tmp-versions): New variable.
13688         (ediff-vc-internal, ediff-vc-merge-internal):
13689         Use ediff-delete-version-file.
13690         (ediff-delete-version-file): New function.
13692         * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
13694         * ediff.el (ediff-directories, ediff-directory-revisions)
13695         (ediff-merge-directories, ediff-merge-directories-with-ancestor)
13696         (ediff-directories-internal, ediff-merge-directory-revisions)
13697         (ediff-merge-directory-revisions-with-ancestor)
13698         (ediff-directories3): Use read-directory-name.
13700 2006-06-18  Ralf Angeli  <angeli@caeruleus.net>
13702         * textmodes/tex-mode.el (tex-font-lock-match-suscript):
13703         Remove superfluous part of regexp for brace matching which is handled
13704         by `scan-lists' call.
13706 2006-06-16  Richard Stallman  <rms@gnu.org>
13708         * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
13710         * files.el (basic-save-buffer-2): For a new precious file,
13711         use the default modes in the return value.
13713         * facemenu.el (facemenu-color-alist): Doc fix.
13715         * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
13717 2006-06-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13719         * cus-start.el (all): Add mac-ts-script-language-on-focus.
13721         * term/mac-win.el (mac-text-encoding-ascii): New constant.
13722         (mac-utxt-to-string): Use it.
13723         (mac-ts-update-active-input-area): Use mac-ae-number.
13725 2006-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
13727         * term.el (term-handle-scroll, term-delete-lines)
13728         (term-insert-lines): Fix off by one errors.
13730 2006-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13732         * net/tramp.el (tramp-touch): Use UTC to express time.
13734 2006-06-15  Chong Yidong  <cyd@stupidchicken.com>
13736         * mail/sendmail.el (mail-send): Search explicitly for
13737         mail-header-separator when checking for corrupted header lines.
13739 2006-06-15  Nick Roberts  <nickrob@snap.net.nz>
13741         * progmodes/gdb-ui.el (gdb-same-frame): New option.
13742         (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
13743         (gdb-init-1): Initialise them.
13744         (gdb-starting): Reset gdb-printing
13745         (gdb-starting): Save value of gud-overlay-arrow-position.
13746         (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
13747         (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
13748         Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
13749         (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
13751 2006-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13753         * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
13755 2006-06-13  Martin J. Reed  <mjreed@essex.ac.uk>  (tiny change)
13757         * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
13758         (ldap-search-internal): Keep error messages, and a regexp fix.
13760 2006-06-12  Thien-Thi Nguyen  <ttn@gnu.org>
13762         * files.el (hack-local-variables-confirm):
13763         Display string value using its printed representation.
13765 2006-06-11  Chong Yidong  <cyd@stupidchicken.com>
13767         * server.el (server-edit): No-op if no server buffers exist.
13769 2006-06-11  Robert J. Chassell  <bob@rattlesnake.com>
13771         * textmodes/page-ext.el (pages-directory-for-addresses):
13772         Including `pages-directory-address-mode' in the function results
13773         in the message "Buffer in which pages were found is deleted".
13775 2006-06-10  Carsten Dominik  <dominik@science.uva.nl>
13777         * textmodes/org.el (org-agenda-mode-map): Add bindings for
13778         clocking functions.
13780         (org-agenda-clock-in, org-check-running-clock)
13781         (org-clock-out-if-current, org-remove-clock-overlays)
13782         (org-put-clock-overlay): New functions.
13783         (org-clock-marker, org-clock-file-total-minutes)
13784         (org-clock-overlays): New variables.
13785         (org-clock-display, org-clock-sum, org-clock-cancel)
13786         (org-clock-out, org-clock-in): New commands.
13787         (org-export): New function.
13788         (org-emph-re): New constant.
13789         (org-set-emph-re, org-do-emphasis-faces): New functions.
13790         (org-emphasis-regexp-components, org-emphasis-alist): New options.
13791         (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
13792         (org-export-html-convert-emphasize): Use the configurable emphasis.
13793         (org-cleaned-string-for-export): Make multiline emphasis visible
13794         to the exporter.  New optional argument PARAMETERS.
13795         (org-export-as-html): Specify :emph-multiline parameter to
13796         `org-cleaned-string-for-export'.
13798 2006-06-10  Richard Stallman  <rms@gnu.org>
13800         * help.el (help-for-help-internal): Clean up help text.
13802 2006-06-10  Andreas Schwab  <schwab@suse.de>
13804         * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
13805         in doc string.
13807         * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
13809 2006-06-09  Karl Chen  <quarl@cs.berkeley.edu>
13811         * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
13812         spaces after the comment start.
13814 2006-06-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
13816         * play/pong.el (pong-init-buffer):
13817         Fill buffer with spaces instead of ^A.
13819         * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
13820         launched asynchronously, delete its process instead of being cool.
13821         (ispell-async-processp): Check for `delete-process' existence
13822         instead of `kill-process' one for consistency.
13824 2006-06-09  Nick Roberts  <nickrob@snap.net.nz>
13826         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
13827         (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
13828         in mode line at startup.
13830 2006-06-08  Kim F. Storm  <storm@cua.dk>
13832         * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
13833         (ido-init-completion-maps): Bind them to M-SPC and M-v.
13834         (ido-copy-current-file-name): Repeating C-w inserts whole file name.
13835         (ido-file-internal): Pass full file name to write-file.
13836         (ido-read-internal): Only pop stack elements automatically if they
13837         actually match an existing directory or file name.
13839 2006-06-07  Kenichi Handa  <handa@m17n.org>
13841         * international/mule.el (find-auto-coding): Don't handle the short
13842         name `char-trans'.
13844         * files.el (hack-local-variables-prop-line)
13845         (hack-local-variables): Cancel the previous change.
13847 2006-06-06  Jesper Harder  <harder@phys.au.dk>
13849         * ediff-diff.el (ediff-test-utility): Protect against file-error.
13851 2006-06-06  Chong Yidong  <cyd@stupidchicken.com>
13853         * diff-mode.el (diff-mode): Set buffer-read-only to t when
13854         diff-default-read-only is non-nil.
13855         (diff-hunk-kill, diff-file-kill, diff-split-hunk)
13856         (diff-refine-hunk): Set inhibit-read-only to t.
13858         * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
13859         modifying the *Diff* buffer.
13860         (diff-process-filter): New filter function for diff process that
13861         sets inhibit-read-only to t when modifying the *Diff* buffer.
13863 2006-06-06  Carsten Dominik  <dominik@science.uva.nl>
13865         * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
13866         insertion point and control the number of empty lines.
13867         (org-paste-subtree): Limit the number of empty lines at the end of
13868         the inserted tree.
13869         (org-agenda): Use buffer name of current file for narrowing.
13870         (org-export-as-xml): Command removed.
13871         (org-export-xml-type): Option removed.
13872         (org-mode-map): Call `org-export-as-xoxo' directly.
13873         (org-get-indentation): New optional argument LINE.
13874         (org-fix-indentation, org-remove-tabs): New functions.
13875         (org-export-as-ascii, org-ascii-level-start): Determine and apply
13876         correct indentation for headlines that are converted it items.
13877         (org-skip-comments): Remove table lines that contain narrowing
13878         cookies but no other non-empty fields.
13879         (org-set-tags): Allow groups of mutually exclusive tags.
13880         (org-cmp-time): Sort 24:21 before items without time.
13881         (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
13882         (org-open-at-point): Require double colon also for numbers.
13884 2006-06-06  Kim F. Storm  <storm@cua.dk>
13886         * ido.el (ido-default-file-method, ido-default-buffer-method):
13887         Make choice values consistent with corresponding command names.
13888         (ido-visit-buffer): Update accordingly.  Default to selected-window.
13890 2006-06-06  Nick Roberts  <nickrob@snap.net.nz>
13892         * progmodes/gud.el (gud-running): Fix doc string.
13893         (gud-menu-map): Use :visible instead fo :enable for debugger test.
13894         (gud-tooltip-modes): Add python-mode.
13895         (gud-tooltip-print-command): Add pdb.  Remove perldb.
13897 2006-06-05  Eli Zaretskii  <eliz@gnu.org>
13899         * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
13900         Quote $(EMACS).
13902 2006-06-05  Richard Stallman  <rms@gnu.org>
13904         * faces.el (defined-colors): Doc fix.
13906 2006-06-05  Thien-Thi Nguyen  <ttn@gnu.org>
13908         * vc.el (vc-process-filter): Inhibit undo info collection around
13909         call to insert.
13910         (vc-setup-buffer): Likewise for call to erase-buffer.
13911         (vc-do-command): Likewise for call to process-file.
13913 2006-06-05  Nick Roberts  <nickrob@snap.net.nz>
13915         * progmodes/gud.el (gud-menu-map): Use a conditional help echo
13916         for gud-go.
13917         (gud-common-init): Other debuggers may trigger error.
13919 2006-06-05  Kenichi Handa  <handa@m17n.org>
13921         * international/mule.el (find-auto-coding):
13922         Handle enable-character-translation in file header.
13924 2006-06-04  Kim F. Storm  <storm@cua.dk>
13926         * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
13927         (authors-fixed-entries): Fix spelling.
13928         (authors-canonical-file-name): Don't report error for wildcards.
13930         * help.el (view-emacs-news): Rewrite to support new NEWS,
13931         NEWS.major, and NEWS.1-17 file naming.  Add more intelligence,
13932         e.g. version 10 matches 1.10, and don't be confused by version 1.1
13933         being a prefix of 1.12 (etc).  A numeric prefix arg also works.
13935 2006-06-03  Vivek Dasmohapatra  <vivek@etla.org>
13937         * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
13938         exec constructs like `foo bar`.
13939         (sh-quoted-subshell): New helper function to search for a possibly
13940         nested subshell (like `` or $()) within a "" quoted string.
13941         (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
13942         (sh-apply-quoted-subshell): Flag quote characters inside a
13943         subshell, which is itself already in a quoted region, as
13944         punctuation, since this is the closest to what they actually are.
13945         (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
13946         sh-apply-quoted-subshell.
13947         (sh-font-lock-syntactic-face-function): Apply the new face for
13948         text inside `` instead of the old font-lock-string-face.
13950 2006-06-03  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13952         * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
13953         (mac-ae-number, mac-ae-frame, mac-ae-script-language)
13954         (mac-bytes-to-text-range, mac-ae-text-range-array)
13955         (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
13956         (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
13957         (mac-ts-unicode-for-key-event): New functions.
13958         (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
13959         (mac-handle-font-selection): Use mac-ae-number.
13960         (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
13961         New variables.
13962         (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
13963         (mac-ts-converted-text, mac-ts-selected-converted-text)
13964         (mac-ts-block-fill-text, mac-ts-outline-text)
13965         (mac-ts-selected-text, mac-ts-no-hilite): New faces.
13966         (mac-ts-hilite-style-faces): New constant.
13967         (mac-apple-event-map): Bind text input events.
13968         (mac-dispatch-apple-event): Use command-execute instead of
13969         call-interactively.
13970         (global-map): Don't bind mac-apple-event.
13971         (special-event-map): Bind mac-apple-event.
13973 2006-06-02  Eli Zaretskii  <eliz@gnu.org>
13975         * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
13976         file name.
13977         (emacs): Enclose the value of $(EMACS) in quotes.
13979 2006-06-02  Juri Linkov  <juri@jurta.org>
13981         * international/mule.el (sgml-html-meta-auto-coding-function):
13982         Remove the condition `(search-forward "<html" size t)'.
13983         Replace `\"' with `[\"']?' in `re-search-forward'.
13985 2006-06-02  Kenichi Handa  <handa@m17n.org>
13987         * files.el (hack-local-variables-prop-line): Ignore `char-trans'
13988         as well as `coding'.
13989         (hack-local-variables): Likewise.
13991         * international/mule.el (enable-character-translation):
13992         Put permanent-local and safe-local-variable properties.
13993         (find-auto-coding): Handle char-trans: tag.
13995 2006-06-02  Juri Linkov  <juri@jurta.org>
13997         * international/mule.el (sgml-html-meta-auto-coding-function):
13998         Limit the search by the end of the HTML header (if any).
14000 2006-06-01  Richard Stallman  <rms@gnu.org>
14002         * subr.el (with-current-buffer): Doc fix.
14004 2006-06-02  Masatake YAMATO  <jet@gyve.org>
14006         * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
14007         Almost rewrite.  Underlines over all lines of gcov output are too
14008         uncomfortable to read.  Suggested by Dan Nicolaescu.
14010 2006-06-01  Luc Teirlinck  <teirllm@auburn.edu>
14012         * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
14014         * shell.el (shell-mode): Use shell-mode-map in docstring.
14016         * comint.el (comint-send-input): Do not add help-echo and
14017         mouse-face to input if `comint-use-prompt-regexp' is non-nil.
14019 2006-06-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14021         * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
14023 2006-06-01  Nick Roberts  <nickrob@snap.net.nz>
14025         * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
14026         (gdb-stopped, gdb-info-stack-custom): If there is no source info
14027         look up the stack and pop up GUD buffer if necessary.
14028         (gdb-frames-select): Remove redundant call to gud-display-frame.
14029         (gdb-info-threads-custom): Keep point at start of buffer.
14030         (gdb-find-file-hook): Make it work for pre-GDB 6.4.
14032 2006-05-31  Juri Linkov  <juri@jurta.org>
14034         * replace.el (query-replace-read-from, query-replace-read-to):
14035         Bind `history-add-new-input' to nil.  Call `add-to-history'.
14037 2006-05-31  Takaaki Ota  <Takaaki.Ota@am.sony.com>
14039         * textmodes/table.el: Convert all HTML tags to lower case for
14040         XHTML compatibility.
14042 2006-05-31  Masatake YAMATO  <jet@gyve.org>
14044         * progmodes/compile.el:
14045         (compilation-error-regexp-alist-alist::gcov-called-line):
14046         Don't put face on `-' lines in gcov file.  Suggested by Dan Nicolaescu.
14048 2006-05-31  Nick Roberts  <nickrob@snap.net.nz>
14050         * progmodes/gud.el (gud-query-cmdline, gud-common-init):
14051         Revert inadvertent changes made with last commit.
14053 2006-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
14055         * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
14056         New functions.
14058         * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
14060 2006-05-30  Carsten Dominik  <dominik@science.uva.nl>
14062         * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
14063         only matches in the right place.
14064         (org-upcoming-deadline): New face.
14065         (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
14066         (org-export-ascii-underline): Rename constant `org-ascii-underline'
14067         and make it an option.
14068         (org-export-ascii-bullets): New option.
14069         (org-export-as-html): Many changes to emit valid XHTML.
14070         (org-par-open): New variable.
14071         (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
14072         (org-html-do-expand, org-section-number): Fix case in `replace-match'.
14073         (org-timeline): Pass `org-timeline-show-empty-dates' to
14074         `org-get-all-dates'.  Interpret empty dates returned by
14075         `org-get-all-dates'.
14076         (org-get-all-dates): New argument EMPTY.  Add dates without
14077         entries to the list, mark large ranges of empty dates.
14078         (org-point-in-group, org-context): New functions.
14080 2006-05-30  Nick Roberts  <nickrob@snap.net.nz>
14082         * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
14084         * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
14085         C-mouse-1.  Move gdb-mouse-until to mouse-3, gdb-mouse-jump
14086         to C-mouse-3 (for 2 button mice).
14087         (gdb-send): Do the right thing for C-d.
14089         * speedbar.el (speedbar-detach): Delete.
14090         (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
14091         it breaks things.
14092         (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
14094 2006-05-30  Daniel Pfeiffer  <occitan@esperanto.org>
14096         * files.el (auto-mode-alist): Add makepp suffix and optional mk on
14097         Makeppfile.
14099         * progmodes/compile.el (compilation-error-regexp-alist-alist):
14100         Add makepp diagnostic.
14102 2006-05-29  Richard Stallman  <rms@gnu.org>
14104         * window.el (fit-window-to-buffer): Doc fix.
14106         * help.el (temp-buffer-max-height): Doc fix.
14108         * subr.el (with-current-buffer): Doc fix.
14110 2006-05-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14112         * term/x-win.el: Bind F10 to menu-bar-start if available.
14114 2006-05-28  Dan Nicolaescu  <dann@ics.uci.edu>
14116         * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
14117         uses with a simple test.
14118         (term-set-escape-char, term-mode, term-check-kill-echo-list)
14119         (term-send-raw-string, term-send-raw, term-mouse-paste)
14120         (term-char-mode, term-line-mode, term-exec, term-sentinel)
14121         (term-handle-exit, term-read-input-ring)
14122         (term-previous-matching-input-string)
14123         (term-previous-matching-input-string-position)
14124         (term-previous-matching-input-from-input)
14125         (term-replace-by-expanded-history, term-send-input)
14126         (term-skip-prompt, term-bol, term-send-invisible)
14127         (term-kill-input, term-delchar-or-maybe-eof)
14128         (term-backward-matching-input, term-check-source)
14129         (term-proc-query, term-emulate-terminal)
14130         (term-handle-colors-array, term-process-pager, term-pager-line)
14131         (term-pager-bob, term-unwrap-line, term-word)
14132         (term-dynamic-complete-filename)
14133         (term-dynamic-complete-as-filename)
14134         (term-dynamic-simple-complete): Replace one arm ifs with whens or
14135         unlesses.
14137 2006-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14139         * files.el (hack-one-local-variable-eval-safep): Don't burp if used
14140         during bootstrapping.
14142         * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
14143         Basically undo the change of 2006-05-26: use extra arguments instead of
14144         dynamic scoping.
14145         (ewoc-locate): Remove unused var `footer'.
14147 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14149         * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
14151         * emacs-lisp/autoload.el (no-update-autoloads): Declare.
14152         (generate-file-autoloads): Obey it.  Return whether autoloads were
14153         added at point or not.
14154         (update-file-autoloads): Use this new return value.
14155         Remove redundant test for the presence of an autoload cookie.
14157         * emacs-lisp/autoload.el (autoload-find-file): New fun.
14158         This one calls hack-local-variables.
14159         (generate-file-autoloads, update-file-autoloads): Use it.
14161         * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
14162         (bibtex-sort-entry-class): Add safe-local-variable predicate.
14163         (bibtex-sort-entry-class-alist): Don't set the global value.
14164         (bibtex-init-sort-entry-class-alist): New fun.
14165         (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
14166         bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
14167         of bibtex-init-sort-entry-class.
14169 2006-05-28  Richard Stallman  <rms@gnu.org>
14171         * subr.el (load-history-regexp): If FILE is relative, insist
14172         entire last name component must match it.
14173         (load-history-filename-element, load-history-regexp): Doc fixes.
14175 2006-05-29  Kim F. Storm  <storm@cua.dk>
14177         * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
14178         `pos' and `raw-data' for clarity, as eval forms may access these.
14180 2006-05-28  Kim F. Storm  <storm@cua.dk>
14182         * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
14184 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14186         * progmodes/make-mode.el (makefile-browser-map)
14187         (makefile-mode-syntax-table): Move initialization inside declaration.
14188         (makefile-fill-paragraph): Use the default comment-filling code.
14190 2006-05-28  Chong Yidong  <cyd@stupidchicken.com>
14192         * replace.el (query-replace-defaults): New variable.
14193         (query-replace-read-from): Use `query-replace-defaults' for
14194         default value, instead of history list.
14195         (query-replace-read-to): Update `query-replace-defaults'.
14197 2006-05-27  Chong Yidong  <cyd@stupidchicken.com>
14199         * msb.el (mouse-select-buffer): Minor fix to make popup menu work
14200         with no X toolkit.
14202 2006-05-28  Nick Roberts  <nickrob@snap.net.nz>
14204         * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
14205         (tumme-show-all-from-dir): Add autoload.
14207 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
14209         * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
14210         (tumme-remove-tag): Fix bug.
14212 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
14214         * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
14215         FOOTER args.  Update unique caller.
14216         (ewoc-delete): Compute last node once before looping.
14217         (ewoc--node-branch): Merge into unique caller.
14218         (ewoc--node): Don't define constructor make-ewoc--node for this
14219         structure.
14220         (ewoc): Add member `hf-pp' to this structure.
14221         (ewoc--wrap): New func.
14222         (ewoc-create): Take additional arg NOSEP.  If nil, wrap node and
14223         header/footer pretty-printers.  Save header/footer pretty-printer.
14224         (ewoc-set-hf): Use ewoc's header/footer pretty-printer.
14226         * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
14228 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
14230         * dired.el (dired-mode-map): Change `tumme-tag-remove' to
14231         `tumme-delete-tag'.  Rename `Remove Image Tag' to `Delete Image
14232         Tag'.  Change "Compare directories..." to "Change Directories...".
14233         Move tumme commands to Operate, Regexp and Immediate menus.
14234         Change "Add Comment" to "Add Image Comment".  Change "Add Image
14235         Tag" to "Add Image Tags".
14237         * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
14238         (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
14239         `tumme-delete-tag'.
14241 2006-05-26  Luc Teirlinck  <teirllm@auburn.edu>
14243         * shell.el (shell-mode): Call shell-dirtrack-mode after
14244         list-buffers-directory is made a local variable, to avoid setting
14245         the default value.
14247 2006-05-26  Kevin Ryde  <user42@zip.com.au>
14249         * info.el (Info-index-next): Use where-is-internal to report
14250         actual binding of Info-index-next, rather than hard-coded `,'.
14252 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
14254         * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
14255         and "Find Command in Manual" to here.
14257         * buff-menu.el (list-buffers-noselect): For Info buffers, use
14258         Info-current-file as the file name.
14260 2006-05-26  Jonathan Yavner  <jyavner@member.fsf.org>
14262         * ses.el (defadvice undo-more): Delete this defadvice.  The undo
14263         overrides will now be done a different way.
14264         (ses-set-parameter): Reapply this function for undo.
14265         (ses-set-header-row): Reconstruct header row during undo.
14266         (ses-widen): New function.
14267         (ses-goto-data, ses-reconstruct-all): Use new function.
14268         (ses-command-hook): Widen buffer during undo, before unupdating
14269         the cells.
14270         (ses-insert-row, ses-delete-row): Widen buffer during undo.
14271         (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
14272         (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
14273         formula hasn't been executed yet.
14275 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
14277         * comint.el (comint-kill-whole-line): Rename arg to count.
14278         Fix doc string.
14280 2006-05-26  Chong Yidong  <cyd@stupidchicken.com>
14282         * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
14283         to copy-file.
14285 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
14287         * simple.el (toggle-truncate-lines): Make arg optional for
14288         backward compatibility.
14290 2006-05-26  Thien-Thi Nguyen  <ttn@gnu.org>
14292         * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
14293         (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
14294         DLL arg.  Instead, use ewoc--current-dll.  Update all callers.
14295         (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
14296         (ewoc--adjust): Use ewoc--current-dll.
14297         (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
14299 2006-05-26  Carsten Dominik  <dominik@science.uva.nl>
14301         * textmodes/org.el (org-next-item, org-previous-item): Emit more
14302         compact error message.
14303         (org-tags-view): Refresh category table in each file.
14304         (org-table-justify-field-maybe): Remove superfluous arguments to
14305         `format'.
14306         (org-export-as-html): Insert "<p>" before postamble.
14307         (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
14309 2006-05-26  Kenichi Handa  <handa@m17n.org>
14311         * textmodes/po.el (po-find-charset): Pay attention to the case
14312         FILENAME is a cons (NAME . BUFFER).
14313         (po-find-file-coding-system-guts): Likewise.
14315         * arc-mode.el (archive-set-buffer-as-visiting-file):
14316         Call find-operation-coding-system with (FILENAME . BUFFER).
14318         * tar-mode.el (tar-extract): Call find-operation-coding-system
14319         with (FILENAME . BUFFER).
14321         * international/mule.el (decode-coding-inserted-region):
14322         Call find-operation-coding-system with (FILENAME . BUFFER).
14324 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
14326         * image-mode.el (image-toggle-display): Use buffer contents to
14327         generate image for a remote file.
14329 2006-05-25  Juri Linkov  <juri@jurta.org>
14331         * replace.el (query-replace-read-from, query-replace-read-to):
14332         Remove 8th arg KEEP-ALL in read-from-minibuffer.
14334 2006-05-25  Rajesh Vaidheeswarran  <rv@gnu.org>
14336         * whitespace.el (whitespace-cleanup): Change to cleanup
14337         region if one is active.
14338         * whitespace.el (whitespace-cleanup-internal): New internal method.
14340 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
14342         * dired.el (dired-mode-map): Add help-echo strings to tumme
14343         commands.  Bind `tumme-dired-display-image' to C-t i.
14345         * tumme.el (tumme-display-image): Change documentation string slightly.
14346         (tumme-dired-display-image): Add call to `display-buffer'.
14348 2006-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
14350         * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
14351         Signal error if RAW-DATA is a multibyte string.
14353 2006-05-24  Richard Stallman  <rms@gnu.org>
14355         * subr.el (with-local-quit): When handling `quit' signal,
14356         make a chance for quit-flag to cause a quit.
14358         * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
14359         (ad-disable-advice): Add autoloads.
14361         * subr.el (read-passwd): Copy PROMPT before changing its properties.
14363 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
14365         * dired.el (dired-mode-map): Change menu items for tumme as per
14366         suggestions in emacs-devel.
14368 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
14370         * dired.el (dired-mode-map): Fix breakage.
14372 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
14374         * tumme.el (tumme-display-dired-image): Rename to...
14375         (tumme-dired-display-image): ...this.
14376         (tumme-track-movement): Change default value to t.
14377         (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
14378         used from `tumme-next-line-and-display' and similar commands.
14380         * dired.el (dired-mode-map): Add Thumbnail submenu under the
14381         Immediate menu.  Add some tumme commands there.
14383 2006-05-24  Luc Teirlinck  <teirllm@auburn.edu>
14385         * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
14387 2006-05-24  Chong Yidong  <cyd@mit.edu>
14389         * menu-bar.el, international/mule-cmds.el: Remove tooltips for
14390         menu entries that open submenus.
14392 2006-05-24  Alan Mackenzie  <acm@muc.de>
14394         * startup.el (command-line): For names of preloaded files, don't
14395         append ".elc" (now done in Fload), and call file-truename on the
14396         lisp directory.
14398         * subr.el (eval-after-load): Fix the doc-string.  Allow FILE to
14399         match ANY loaded file with the right name, not just those in
14400         load-path.  Put a regexp matching the file name into
14401         after-load-alist, rather than the name itself.
14403         * subr.el (load-history-regexp, load-history-filename-element)
14404         (do-after-load-evaluation): New functions.
14406         * international/mule.el (load-with-code-conversion): Do the
14407         eval-after-load stuff by calling do-after-load-evaluation.
14409 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
14411         * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
14412         has not been killed.
14414 2006-05-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14416         * term/mac-win.el: Set idle timer to clean up expired Apple events.
14417         (mac-ae-get-url): Redispatch Apple event on unknown scheme.
14418         (mac-dispatch-apple-event): Resume Apple event if it is suspended.
14419         Optionally set error message in reply.
14421 2006-05-24  Carsten Dominik  <dominik@science.uva.nl>
14423         * textmodes/org.el (org-open-at-point): Use renamed variable
14424         `org-confirm-shell-link-function'.
14425         (org-confirm-shell-link-function): Rename from
14426         `org-confirm-shell-links'.
14427         (org-export-directory): New function.
14428         (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
14429         (org-export-icalendar): Use `org-export-directory'.
14430         (org-indent-item): Keep cursor position.
14431         (org-link-file-path-type): New option.
14432         (org-export-as-html): Fix bug with plain lists starting in
14433         column 0.
14434         (org-export-as-html): Remove deadline formatting, this happens
14435         now already in `org-html-handle-time-stamps'.
14436         (org-export-html-style): Deadline class removed.
14437         (org-insert-labeled-timestamps-at-point): New option.
14438         (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
14439         of `hide-sublevels 1', in case the first headline is not level 1.
14440         (org-overview, org-content): New fuction.
14441         (org-cycle-global-status, org-cycle-subtree-status): Make these
14442         variables buffer-local.
14443         (org-global-cycle): New command.
14444         (org-shifttab): Use `org-global-cycle'.
14445         (org-insert-heading, org-insert-item): Go to end of new
14446         headline/item after creating it.
14447         (org-export-visible): Rename from `org-export-copy-visible'.
14448         Now creates a temporary org-file and applies an exporting command
14449         to it.
14450         (org-table-eval-formula): Support for lisp forms.
14451         (org-agenda-todo-ignore-scheduled): New option.
14452         (org-agenda-get-todos): Use new option
14453         `org-agenda-todo-ignore-scheduled'.
14454         (org-export-html-inline-images): New value `maybe'.
14455         (org-export-as-html): Inlining of images dependent on link description.
14456         (org-archive-subtree): Check for end-of-buffer before trying
14457         `kill-line'.
14458         (org-agenda-follow-mode): New option.
14459         (org-export-with-tags, org-export-with-timestamps): New options.
14460         (org-html-handle-time-stamps): New function.
14461         (org-keyword-time-regexp): New variable.
14462         (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
14463         (org-agenda-todo-list-sublevels): New option.
14464         (org-html-level-start): When TITLE is nil, just close all levels.
14465         (org-parse-key-lines, org-parse-export-options): Remove functions,
14466         replaced by `org-infile-export-plist'.
14467         (org-combine-plists, org-infile-export-plist)
14468         (org-default-export-plist): New functions.
14469         (org-export-html-preamble, org-export-html-postamble)
14470         (org-export-html-auto-preamble, org-export-html-auto-postamble):
14471         New variables.
14472         (org-export-publishing-directory): New option.
14473         (org-export-as-html, org-export-as-ascii): Use the new property
14474         lists for settings.
14475         (org-export-copy-visible, org-export-as-xoxo):
14476         Respect `org-export-publishing-directory'.
14477         (org-link-search, org-store-link, org-file-apps): Support for
14478         links to BibTeX database entries..
14479         (org-get-current-options, org-set-regexps-and-options):
14480         Implement logging as a startup option.
14481         (org-store-link): Make sure context string is never empty
14482         (org-insert-link): Use relative path when possible.
14483         (org-at-item-checklet-p): New function.
14484         (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
14485         (org-shiftmetaup, org-shiftmetadown, org-metaleft)
14486         (org-metaright, org-metaup, org-metadown, org-shiftup)
14487         (org-shiftdown, org-shiftright, org-shiftleft)
14488         (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
14489         Dispatch using `call-interactively'.
14490         (org-call-with-arg): New defsubst.
14491         (org-tag-alist, org-use-fast-tag-selection): New options.
14492         (org-complete): Use `org-tag-alist'.
14493         (org-fast-tag-insert, org-fast-tag-selection): New functions.
14494         (org-next-item, org-previous-item): New commands.
14495         (org-beginning-of-item, org-end-of-item): Add (interactive) to
14496         make command.
14497         (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
14499 2006-05-23  Thien-Thi Nguyen  <ttn@gnu.org>
14501         * emacs-lisp/ewoc.el (ewoc-delete): New function.
14502         (ewoc-filter): Use `ewoc-delete'.
14504         * emacs-lisp/bindat.el (bindat-pack): Doc fix.
14506 2006-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14508         * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
14509         Signal more user-friendly error messages.
14511         * complete.el (PC-do-completion): Undo the addition of implicit
14512         wildcards if they did not lead to finding any match.
14513         (read-file-name-internal): Don't add the final > if the completion is
14514         not finished.
14516 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
14518         * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
14519         Quote safe-local-variable predicate.
14521 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
14523         * emacs-lisp/ewoc.el (ewoc-set-data): New function.
14525 2006-05-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14527         * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
14529         * progmodes/make-mode.el (makefile-special-targets-list)
14530         (makefile-macro-table, makefile-target-table): Mark as risky.
14531         (makefile-query-one-target-method): Make this the alias for the
14532         following variable.
14533         (makefile-query-one-target-method-function): Make this the real name.
14535         * textmodes/artist.el (artist-text-renderer): Make this the alias
14536         for the following variable.
14537         (artist-text-renderer-function): Make this the real name.
14539         * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
14540         the alias for the following variable.
14541         (flyspell-generic-check-word-predicate): Make this the real name.
14543         * textmodes/ispell.el (ispell-format-word): Make this the alias
14544         for the following variable.
14545         (ispell-format-word-function): Make this the real name.
14546         (ispell-message-text-end): Mark as risky.
14548         * skeleton.el (skeleton-transformation, skeleton-filter)
14549         (skeleton-pair-filter): Make these the aliases for the following
14550         variables.
14551         (skeleton-transformation-function, skeleton-filter-function)
14552         (skeleton-pair-filter-function): Make these the real names.
14554         * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
14555         and skeleton-pair-filter-function.
14557         * textmodes/sgml-mode.el (sgml-transformation): Make this the
14558         alias for the following variable.
14559         (sgml-transformation-function): Make this the real name.
14560         (sgml-tag-alist): Mark as risky.
14562 2006-05-21  Richard Stallman  <rms@gnu.org>
14564         * simple.el (kill-region): Interactively, pass point, then mark.
14566 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
14568         * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
14570 2006-05-21  Romain Francoise  <romain@orebokech.com>
14572         * dired-x.el (dired-mode-map): Don't bind M-g.
14574 2006-05-20  Richard Stallman  <rms@gnu.org>
14576         * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
14577         (dired-goto-file): Doc fix.
14579 2006-05-21  Kim F. Storm  <storm@cua.dk>
14581         * emulation/cua-base.el: Mention customizing cua-mode as alternative
14582         way to enable built-in cua-mode if user loads older CUA-mode package.
14584         * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
14585         if default-filename is specified.
14587 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
14589         * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
14591         * info.el (info-apropos): Make sure current-file and current-node
14592         have non-nil values.  Speed up by using add-to-list instead of
14593         manual consing.
14595 2006-05-20  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
14597         * progmodes/make-mode.el (makefile-mode): Doc fix.
14599 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
14601         * dired-aux.el (dired-do-shell-command): Doc fix.
14603 2006-05-20  Kevin Ryde  <user42@zip.com.au>
14605         * info-xref.el (info-xref-check-all-custom): Skip :tag part of
14606         ``(custom-manual :tag "Foo" "(foo)Node")''.
14608 2006-05-20  Karl Chen  <quarl@cs.berkeley.edu>
14610         * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
14611         value is an integer.
14613 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
14615         * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
14616         "format".
14617         (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
14619 2006-05-20  Martin Rudalics  <rudalics@gmx.at>
14621         * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
14622         a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
14624 2006-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14626         * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
14627         regexp for keywords.
14629 2006-05-20  Masayuki FUJII  <boochang@m4.kcn.ne.jp>  (tiny change)
14631         * dnd.el (dnd-get-local-file-name): Specify LITERAL in
14632         replace-regexp-in-string.
14634         * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
14635         encode, and escape file name on conversion to URL.
14637 2006-05-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14639         * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
14640         Don't unescape URL.
14641         (dnd-get-local-file-name): Unescape URL on conversion to file name.
14643         * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
14644         on conversion to URLs.
14646         * net/browse-url.el (browse-url-file-url): Encode file name on
14647         conversion to URL.
14649         * term/mac-win.el (mac-ae-open-documents): Escape file name on
14650         conversion to URL.
14652 2006-05-19  Eli Zaretskii  <eliz@gnu.org>
14654         * progmodes/cc-styles.el (c-style-alist): Doc fix.
14656 2006-05-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14658         * term/mac-win.el (mac-bytes-to-digits): Remove function.
14659         (mac-handle-toolbar-switch-mode): Use coercion instead of it.
14661 2006-05-19  Glenn Morris  <rgm@gnu.org>
14663         * calendar/diary-lib.el (diary-bahai-date)
14664         (list-bahai-diary-entries, mark-bahai-diary-entries)
14665         (mark-bahai-calendar-date-pattern): Not interactive.
14666         (add-to-diary-list): New optional arg LITERAL.  Doc fix.
14667         (diary-entries-list): Change format of 4th element in each entry.
14668         (diary-list-entries): Use add-to-diary-list.
14669         (diary-goto-entry): Handle the case where the buffer visiting the
14670         diary has been killed.
14671         (fancy-diary-display): Add 'locator to button rather than 'marker.
14672         Only generate temp-face when there are marks to apply.
14673         (list-sexp-diary-entries): Pass literal to add-to-diary-list.
14674         (diary-fancy-date-pattern): New variable.
14675         (diary-time-regexp): Doc fix.
14676         (diary-anniversary, diary-time): New faces.
14677         (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
14678         diary-time-regexp.  Add font-lock-multiline property where needed.
14679         Use new faces diary-anniversary and diary-time.
14680         (diary-fancy-font-lock-fontify-region-function): New function, to
14681         handle multiline font-lock pattern in fancy diary.
14682         (fancy-diary-display-mode): Set font-lock-fontify-region-function.
14683         (diary-font-lock-keywords): Tweak time regexp.  Use new face
14684         diary-time.
14686 2006-05-19  Alexander Shopov  <ash@contact.bg>  (tiny change)
14688         * international/code-pages.el (mik): Table corrected.
14690 2006-05-18  Kim F. Storm  <storm@cua.dk>
14692         * progmodes/grep.el (grep-find): Don't check grep-find-command
14693         before running command (breaks non-interactive usage).
14695 2006-05-18  Thien-Thi Nguyen  <ttn@gnu.org>
14697         * emacs-lisp/ewoc.el (ewoc--adjust): New func.
14698         (ewoc--insert-new-node): Don't insert trailing newline.
14699         Instead, adjust successor nodes's start markers.
14700         (ewoc--refresh-node): Delete all text from current node's start
14701         marker to the next one's; adjust successor nodes's start markers.
14702         (ewoc--create): Doc fixes.
14703         (ewoc--refresh): Don't insert newline.
14704         (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
14705         * pcvs.el (cvs-make-cvs-buffer):
14706         Specify extra newline for ewoc's header and footer.
14707         (cvs-update-header): Update initial header recognition.
14708         Append newline to final header and footer values.
14709         * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
14711 2006-05-17  Richard Stallman  <rms@gnu.org>
14713         * files.el (file-name-extension): Doc fix.
14715 2006-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14717         * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
14718         we can explicitly enable/disable rather than toggle.
14719         (shell-mode): Use it.
14720         (shell-cd): Don't try to reproduce what `cd' does.
14722 2006-05-17  Kim F. Storm  <storm@cua.dk>
14724         * ido.el (ido-read-internal): Use only nondirectory part of
14725         default item.
14727 2006-05-17  Thien-Thi Nguyen  <ttn@gnu.org>
14729         * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
14730         (ewoc-nth): Doc fix.
14732         (ewoc-map, ewoc-invalidate): Compute PP before looping.
14734 2006-05-16  Eli Zaretskii  <eliz@gnu.org>
14736         * international/mule.el (auto-coding-alist): Add .lha to files
14737         read with no-conversion.
14739         * files.el (auto-mode-alist): Add .lha files to archive file
14740         extensions.
14742         * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
14743         Convert csize to integer when computing offsets within the
14744         compressed archive file.
14746 2006-05-16  Kim F. Storm  <storm@cua.dk>
14748         * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
14749         with read-from-minibuffer.
14751 2006-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
14753         * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
14754         (byte-compile-warnings): Fix safe-local-variable property.
14756 2006-05-16  Ken Manheimer  <ken.manheimer@gmail.com>
14758         * allout.el (allout-show-bodies, allout-old-style-prefixes)
14759         (allout-stylish-prefixes, allout-numbered-bullet)
14760         (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
14761         predicates to qualify `safe-local-variable' property, when
14762         available, else use equivalent lambda.
14763         (allout-current-topic-collapsed-p): Do the right thing regarding
14764         trailing blank lines.
14766 2006-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
14768         * server.el (server-start): Only create a directory if needed.
14769         (server-edit, server-unload-hook): server-start => server-mode.
14770         (kill-emacs-hook): Cleanup upon exit.
14772 2006-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14774         * hexl.el (hexlify-buffer): Encode process arguments manually.
14776 2006-05-16  Nick Roberts  <nickrob@snap.net.nz>
14778         * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
14779         call to gdb-tooltip-print.
14781 2006-05-15  Romain Francoise  <romain@orebokech.com>
14783         * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
14784         systems, default to "tar" since those systems probably have GNU tar.
14786 2006-05-14  Lars Hansen  <larsh@soem.dk>
14788         * desktop.el (desktop-missing-file-warning): Fix docstring.
14789         (desktop-restore-file-buffer): Correct question asked on missing file.
14791 2006-05-14  Kim F. Storm  <storm@cua.dk>
14793         * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
14794         Add CUA move property.
14796 2006-05-13  Chong Yidong  <cyd@stupidchicken.com>
14798         * custom.el (custom-push-theme): Load the variable before checking
14799         its `standard-value'.
14801 2006-05-13  Lars Hansen  <larsh@soem.dk>
14803         * desktop.el (desktop-save): Use with-temp-buffer.
14805 2006-05-12  Glenn Morris  <rgm@gnu.org>
14807         * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
14808         * calendar/calendar.el (calendar-mode-map):
14809         * calendar/diary-lib.el (include-other-diary-files, diary-mail-entries):
14810         * calendar/appt.el (appt-check, appt-make-list): Refer to
14811         diary-view-entries, diary-list-entries, diary-show-all-entries
14812         rather than obsolete aliases.
14814 2006-05-12  Chong Yidong  <cyd@stupidchicken.com>
14816         * simple.el (line-move-finish): Avoid calling point motion hooks
14817         while processing intangibility.
14819 2006-05-12  Dan Nicolaescu  <dann@ics.uci.edu>
14821         * term/xterm.el (terminal-init-xterm): Fix typo.
14823 2006-05-12  Ken Manheimer  <ken.manheimer@gmail.com>
14825         * allout.el (allout-view-change-hook): Mark as being deprecated,
14826         to be replaced by `allout-exposure-change-hook'.
14827         (allout-exposure-change-hook): New, replacing
14828         `allout-view-change-hook'.
14829         (allout-flag-region): Run new hook `allout-exposure-change-hook',
14830         in addition to `allout-view-change-hook'.
14831         (allout-show-bodies, allout-old-style-prefixes)
14832         (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
14833         lambda forms to prevent their showing up in variable help
14834         presentations as inscrutable byte-compiled code.
14835         (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
14836         Use string-or-null-p to qualify safe-local-variable values.
14837         (allout-reindent-bodies): Use memq to qualify matches against
14838         valid safe-local-variable values.  Also, quote the lambda as above.
14839         (allout-use-mode-specific-leader): Add missing candidate-value
14840         symbols, use memq, and quote the lambda.
14841         (allout-overlay-interior-modification-handler): Remove unused
14842         variables `msg' and 'opened'.
14843         (allout-hidden-p): Constrain invisibility consideration to allout's
14844         invisibility spec, disregarding invisibility for other reasons.
14846 2006-05-12  Reiner Steib  <Reiner.Steib@gmx.de>
14848         * files.el (version-control): Correct safe values.
14850 2006-05-12  Thien-Thi Nguyen  <ttn@gnu.org>
14852         * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
14854         (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
14855         (ewoc--insert-new-node): New func.
14856         Update callers of deleted funcs to use it, instead.
14858 2006-05-11  Glenn Morris  <rgm@gnu.org>
14860         * calendar/calendar.el (diary-show-all-entries): Do not refer to
14861         obsolete alias `show-all-diary-entries'.
14862         (make-diary-entry): Not interactive.
14863         (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
14864         (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
14865         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
14866         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
14867         (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
14868         (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
14870 2006-05-11  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
14872         * calendar/calendar.el (calendar-french-date-string)
14873         (calendar-mayan-date-string, calendar-chinese-date-string)
14874         (calendar-astro-date-string, calendar-iso-date-string)
14875         (calendar-islamic-date-string, calendar-bahai-date-string)
14876         (calendar-hebrew-date-string, calendar-coptic-date-string)
14877         (calendar-ethiopic-date-string, calendar-persian-date-string):
14878         These functions are not interactive.
14880 2006-05-11  Luc Teirlinck  <teirllm@auburn.edu>
14882         * files.el: Balance parentheses.
14884 2006-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
14886         * files.el, newcomment.el, outline.el, simple.el,
14887         * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
14888         * progmodes/cc-vars.el, progmodes/compile.el:
14889         Move `safe-local-variable' declarations to the respective files.
14891         * help-fns.el (describe-variable): Don't print safe-var if it is
14892         byte-code.  Improve wording as suggested by Luc Teirlinck.
14894 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
14896         * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
14897         (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
14898         Use a token for pending-triggers to ensure gdb-var-update
14899         gets called once per user input again for pre-GDB 6.4.
14900         (gdb-var-delete): Match on more complex expressions.
14901         (gdb-var-list-children-handler, gdb-var-create-handler):
14902         Use a token for consistency.
14904 2006-05-11  Carsten Dominik  <dominik@science.uva.nl>
14906         * textmodes/org.el (org-read-date, org-goto-calendar)
14907         (org-agenda-goto-calendar):
14908         Bind `view-calendar-holidays-initially' to nil.
14910 2006-05-11  Thien-Thi Nguyen  <ttn@gnu.org>
14912         * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
14913         Update all callers to do it there, instead.
14915 2006-05-10  Glenn Morris  <rgm@gnu.org>
14917         * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
14918         prefix arg case, to avoid view-diary-entries-initially error.
14919         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
14920         (calendar-date-is-legal-p): Handle dates with no day part.
14922 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
14924         * comint.el (comint-insert-input): Just make it when
14925         comint-use-prompt regexp is nil (default) and with the mouse.
14926         (comint-copy-old-input): Reinstate from 2004-06-23.
14927         (comint-mode-map): Bind C-c C-m to it.
14929 2006-05-10  J.D. Smith  <jdsmith@as.arizona.edu>
14931         * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
14932         Remove spurious move to point-max (new comint behavior fixes).
14934         * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
14935         compatibility function (Emacs 18/19).
14936         (idlwave-is-continuation-line): Always return point at start of
14937         previous non-blank continuation line.
14938         (keyword-parameters): Fix continued comment font-lock matcher.
14939         (idlwave-font-lock-fontify-region): Written, use as
14940         font-lock-fontify-region-function, to fix continued keyword
14941         fontification issues.
14943 2006-05-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14945         * term/mac-win.el (mac-font-panel-mode): Doc fix.
14946         (mac-service-selection, mac-service-open-file)
14947         (mac-service-open-selection, mac-service-mail-selection)
14948         (mac-service-mail-to, mac-service-insert-text): Rename from
14949         mac-services-*.  All uses changed.
14950         (mac-apple-event-map): Rename event symbol `services' to `service'.
14952 2006-05-10  Thien-Thi Nguyen  <ttn@gnu.org>
14954         * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
14955         (ewoc--node-enter-first, ewoc--node-enter-last)
14956         (ewoc--delete-node-internal): Merge funcs into unique callers.
14958 2006-05-09  Chong Yidong  <cyd@stupidchicken.com>
14960         * emacs-lisp/crm.el (completing-read-multiple): Properly handle
14961         return value of read-from-minibuffer for empty input.
14963 2006-05-09  Miles Bader  <miles@gnu.org>
14965         * comint.el (comint-insert-input): Remove redundant calls to setq
14966         and goto-char.
14968 2006-05-10  Nick Roberts  <nickrob@snap.net.nz>
14970         * comint.el (comint-insert-input): Make it work when
14971         comint-use-prompt-regexp is t.
14973 2006-05-10  Miles Bader  <miles@gnu.org>
14975         * subr.el (field-at-pos): New function.
14977         * comint.el (comint-insert-input): Use it.
14979 2006-05-09  Juri Linkov  <juri@jurta.org>
14981         * battery.el (battery-linux-proc-acpi): Also try
14982         `/proc/acpi/thermal_zone/THR2/temperature'.
14984         * files.el <safe-local-variable>: Remove `eval' and `let' binding
14985         for now unused lambda `string-or-null'.
14987         * add-log.el (change-log-default-name): Put `string-or-null-p'
14988         instead of lambda on `safe-local-variable' property.
14990         * diff-mode.el (diff-context->unified): Use `region-beginning' and
14991         `region-end' instead of `mark' and `point'.
14992         (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
14993         Operate on region in Transient Mark mode when the mark is active.
14994         Use `region-beginning' and `region-end' instead of `mark' and
14995         `point'.
14996         (diff-hunk-text, diff-goto-source): Doc fix.
14998         * startup.el (fancy-splash-screens, normal-splash-screen): Use
14999         face `mode-line-buffer-id' for mode-line buffer face instead of
15000         hard-coded `(:weight bold)'.
15002         * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
15003         buffer-undo-list to t (undo-ask is reproducible by visiting
15004         nested archives).
15006 2006-05-09  Kim F. Storm  <storm@cua.dk>
15008         * progmodes/grep.el (rgrep): Set default directory of *grep*
15009         buffer if we start M-x rgrep in the *grep* buffer and choose
15010         a different base directory.
15012 2006-05-09  Michael Albinus  <michael.albinus@gmx.de>
15014         * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
15015         completion also when ido is loaded.
15017 2006-05-09  Masatake YAMATO  <jet@gyve.org>
15019         * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
15020         "warning" and "import".
15021         (cpp-font-lock-keywords): Added "warning".
15023 2006-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
15025         * term/xterm.el (terminal-init-xterm): Add more key bindings.
15027 2006-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15029         * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
15030         pages at a time, if we signal the end, we should indeed reach that end.
15032 2006-05-08  David Reitter  <david.reitter@gmail.com>
15034         * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
15035         output during execution of the body.
15037 2006-05-08  Kim F. Storm  <storm@cua.dk>
15039         * progmodes/grep.el (lgrep, rgrep): Doc fixes.
15041 2006-05-08  Thien-Thi Nguyen  <ttn@gnu.org>
15043         * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
15044         Use with-current-buffer.
15046 2006-05-07  Kim F. Storm  <storm@cua.dk>
15048         * subr.el (add-to-history): Remove keep-dups arg.
15050         * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
15051         to nil around call to add-to-history.
15053 2006-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15055         * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
15056         than after a buffer modification.
15058 2006-05-08  Nick Roberts  <nickrob@snap.net.nz>
15060         * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
15061         call to...
15062         (gud-watch): ...here so speedbar is raised for already watched
15063         expressions.
15064         (gdb-speedbar-refresh): Delete function.
15065         (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
15066         Use speedbar-timer-fn instead of speedbar-refresh (reverting
15067         earlier change).
15068         (gdb-var-evaluate-expression-handler)
15069         (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
15071         * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
15072         Update localized contents for all buffers except ignored modes.
15074 2006-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15076         * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
15077         (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
15078         (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
15079         (mac-handle-font-panel-closed, mac-handle-font-selection):
15080         New functions.
15081         (mac-font-panel-mode): New minor mode.
15082         (mac-apple-event-map): Add bindings for toolbar toggle button and
15083         font panel.
15084         (menu-bar-showhide-menu): Add mac-font-panel-mode.
15086 2006-05-07  John Paul Wallington  <jpw@pobox.com>
15088         * ibuffer.el (ibuffer-compressed-file-name-regexp):
15089         Avoid `regexp-opt'; simplify regexp for readability.
15091 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
15093         * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
15094         * files.el (buffer-stale-function):
15095         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
15096         * autorevert.el (global-auto-revert-non-file-buffers): Point Info
15097         links to the main manual, not to emacs-xtra.
15099 2006-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15101         * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
15102         MacJapanese if text is ASCII-only.
15104 2006-05-06  Nick Roberts  <nickrob@snap.net.nz>
15106         * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
15107         unless so nil isn't returned.
15108         (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
15110 2006-05-06  Kim F. Storm  <storm@cua.dk>
15112         * subr.el (add-to-history): New function.
15114         * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
15115         (ediff-merge-files-with-ancestor):
15116         * env.el (setenv):
15117         * isearch.el (isearch-update-ring):
15118         * server.el (server-visit-files):
15119         * progmodes/grep.el (lgrep, rgrep):
15120         * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
15121         * progmodes/xscheme.el (xscheme-insert-expression):
15122         Use add-to-history.
15124         * kmacro.el (kmacro-push-ring): Use add-to-history.
15125         (kmacro-ring-length): Remove unused defun.
15126         (kmacro-start-macro): Use kmacro-push-ring.
15128 2006-05-06  Thien-Thi Nguyen  <ttn@gnu.org>
15130         * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
15131         directly instead of a lambda expression that calls it.
15133 2006-05-06  Kim F. Storm  <storm@cua.dk>
15135         * avoid.el (mouse-avoidance-point-position): Use posn-at-point
15136         instead of compute-motion.
15138 2006-05-05  Dan Nicolaescu  <dann@ics.uci.edu>
15140         * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
15141         change.
15143 2006-05-05  Reiner Steib  <Reiner.Steib@gmx.de>
15145         * startup.el (command-line-1): Refer to "Pure Storage" on
15146         pure-space-overflow.
15148 2006-05-05  Martin Rudalics  <rudalics@gmx.at>
15150         * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
15151         provided faces once they all have been used up.
15153 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
15155         * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
15156         reference to the Lisp manual to the warning about pure space
15157         overflow.
15159 2006-05-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
15161         * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
15162         argument to avoid the call to `ispell-internal-change-dictionary'
15163         when not needed.
15164         (ispell-change-dictionary): Use this argument and call
15165         `ispell-internal-change-dictionary' after the possible change
15166         to `ispell-local-dictionary'.
15167         (ispell-internal-change-dictionary): Check for a change in
15168         personal dictionary use too.
15170 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
15172         * startup.el (command-line): On MS-Windows, probe "~", not
15173         "~USER", for warning about non-existent home directory.
15175         * arc-mode.el (archive-l-e): New optional argument `float' means
15176         generate a float value.
15177         (archive-arc-summarize, archive-lzh-summarize)
15178         (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
15179         with 3rd argument non-nil when file's size is being computed.
15180         Format the file sizes with %8.0f instead of %8d.
15182 2006-05-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15184         * cus-start.el (all): Add mac-dnd-known-types.
15186         * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
15187         (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
15188         (mac-TIFF-to-string): New functions.
15189         (x-get-selection, x-selection-value)
15190         (mac-select-convert-to-string): Use them.
15191         (mac-text-encoding-mac-japanese-basic-variant): New constant.
15192         (mac-dnd-types-alist): New customization variable.
15193         (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
15194         (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
15195         (mac-dnd-handle-drag-n-drop-event): New functions.
15196         (mac-drag-n-drop): Remove function.
15197         (global-map): Bind drag-n-drop and M-drag-n-drop to
15198         mac-dnd-handle-drag-n-drop-event.
15200 2006-05-04  Karl Chen  <quarl@NOSPAM.quarl.org>
15202         * progmodes/perl-mode.el (perl-beginning-of-function):
15203         Skip anonymous subs.
15205 2006-05-04  Dan Nicolaescu  <dann@ics.uci.edu>
15207         * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
15208         regexp-opt at run time.
15210         * term.el (term-handle-ansi-escape): Fix off by one error.
15212 2006-05-04  Nick Roberts  <nickrob@snap.net.nz>
15214         * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
15215         (gdb-init-1, gdb-post-prompt): ...and references to it.
15216         (gdb-frame-handler): Strip directory name from filename if present.
15218         * progmodes/gud.el (gdb-force-update): Delete defvar
15219         (gud-speedbar-buttons): ...and references to it.  Use window-start
15220         to try to keep positon in watch expression.
15222 2006-05-03  Richard Stallman  <rms@gnu.org>
15224         * simple.el (next-history-element, previous-history-element): Doc fix.
15226         * isearch.el (isearch-update-ring): Doc fix.
15228 2006-05-03  Dan Nicolaescu  <dann@ics.uci.edu>
15230         * isearch.el (isearch-update-ring): Take history-delete-duplicates
15231         into consideration.  Replace one arm ifs with whens.
15233 2006-05-03  Nick Roberts  <nickrob@snap.net.nz>
15235         * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
15236         (menu): Fix typo.
15238 2006-05-02  Miles Bader  <miles@gnu.org>
15240         * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
15242 2006-05-02  Jay Belanger  <belanger@truman.edu>
15244         * calc/calc-embed.el (calc-override-minor-modes-map)
15245         (calc-override-minor-modes): New variables.
15246         (calc-do-embedded): Make sure that Calc keystrokes aren't
15247         overwritten by minor modes.
15249 2006-05-02  Chong Yidong  <cyd@mit.edu>
15251         * msb.el (msb): If EVENT is a down event, read and discard the up event.
15253 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
15255         * startup.el (command-line-1): Refer to Lisp manual when
15256         pure-space-overflow occurs.
15258         * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
15259         (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
15260         (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
15261         (version-control): Don't use `t' for safe-local-variable declarations.
15263 2006-05-01  Richard Stallman  <rms@gnu.org>
15265         * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
15266         M-r, M-R, M-A, M-SPC or M-DEL.
15267         (diff-mode-map): diff-refine-hunk now on C-c C-w
15268         (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
15270         * help-mode.el (help-mode): view-exit-action calls delete-window
15271         only when it is safe and possible.
15273         * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
15274         in messages.
15276         * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
15278         * tool-bar.el (tool-bar-setup): Put Help and Preferences items
15279         in the default tool-bar-map.
15281 2006-05-01  Michael Albinus  <michael.albinus@gmx.de>
15283         * net/tramp.el (tramp-completion-file-name-handler-alist)
15284         (tramp-run-real-handler, tramp-completion-run-real-handler)
15285         (tramp-completion-handle-file-name-all-completions)
15286         (tramp-completion-handle-file-name-completion): Autoload them.
15287         (tramp-completion-handle-file-exists-p)
15288         (tramp-completion-handle-file-name-directory)
15289         (tramp-completion-handle-file-name-nondirectory)
15290         (tramp-completion-handle-expand-file-name): Remove them.
15291         (tramp-handle-file-name-directory): Return the real directory name.
15292         Returning "/" only doesn't need to be necessary any longer.
15293         (tramp-file-name-handler): Make special attention when in hostname
15294         completion mode.
15295         (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
15296         (tramp-register-file-name-handlers):
15297         Register `tramp-completion-file-name-handler' only when
15298         `partial-completion-mode' is enabled.
15299         (tramp-completion-handle-file-name-all-completions):
15300         Delete directory part from results.
15301         (tramp-get-completion-methods, tramp-get-completion-user-host):
15302         Discard deleting "/", it doesn't work after the change of
15303         `tramp-handle-file-name-directory' above.
15305 2006-05-01  Kim F. Storm  <storm@cua.dk>
15307         * progmodes/grep.el (grep-expand-template): Use save-match-data
15308         and symbol-value.
15310 2006-05-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15312         * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
15313         Use select-frame-set-input-focus instead of raise-frame.
15314         (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
15316 2006-05-01  Nick Roberts  <nickrob@snap.net.nz>
15318         * progmodes/gud.el (gud-def): Add %c case.
15319         (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
15320         (gud-format-command): Make match case sensitive.  Match on %F.
15322 2006-04-30  Glenn Morris  <rgm@gnu.org>
15324         * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
15325         (cal-tex-preamble): Use cal-tex-preamble-extra.
15326         (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
15327         than alias `list-diary-entries'.
15329 2006-04-29  Dan Nicolaescu  <dann@ics.uci.edu>
15331         * help-fns.el (describe-variable): Add info about safe local variables.
15333 2006-04-29  Richard Stallman  <rms@gnu.org>
15335         * bindings.el (mode-line-format): help-echo doc fixes.
15337         * net/tramp.el (tramp-file-name-handler-alist): Delete
15338         expand-file-name and other operations that can cause spurious loading.
15340 2006-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15342         * files.el (safe-local-variable-p): Remove support for the special
15343         value t.
15345         * textmodes/paragraphs.el (sentence-end-without-space):
15346         Fix safety predicate.
15347         (sentence-end-double-space, sentence-end-without-period)
15348         (paragraph-ignore-fill-prefix):
15349         * textmodes/fill.el (colon-double-space):
15350         * abbrev.el (abbrev-mode): Tighten the safety predicate.
15352         * subr.el (booleanp): New fun.
15354         * textmodes/reftex-vars.el (reftex-guess-label-type):
15355         Tighten the safety predicate.
15357 2006-04-28  Kim F. Storm  <storm@cua.dk>
15359         * progmodes/grep.el (defgroup grep): Doc fix.
15360         (grep-auto-highlight): Remove.
15361         (grep-template): New defcustom.
15362         (grep-find-template): Rename from grep-tree-template.
15363         (grep-files-aliases): Rename from grep-tree-files-aliases.
15364         Remove "all" alias, add "l" alias.
15365         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
15366         (grep-find-ignored-directories): New defcustom to replace
15367         grep-tree-ignore-CVS-directories, to facilitate ignoring
15368         subdirectories for multiple version control systems.
15369         (grep-mode-map): Add Recursive grep item to GREP menu.
15370         (grep-regexp-history, grep-files-history): New defvars.
15371         (grep-probe): New helper function.
15372         (grep-compute-defaults): Use it to simplify code.
15373         Adapt to name changes.
15374         Use `.' as base in grep-find-template rather than <D>.
15375         (grep): Remove superfluous highlight-regexp arg.  Fix doc.
15376         Call grep-compute-defaults unconditionally.
15377         (grep-expand-keywords): New defconst.
15378         (grep-expand-template): Rename from grep-expand-command-macros.
15379         Simplify via grep-expand-keywords.  Look at case-fold-search instead
15380         of grep-tree-ignore-case to add -i option.
15381         Bind case-fold-search to nil while matching keywords.
15382         (grep-tree-last-regexp, grep-tree-last-files): Remove.
15383         (grep-read-regexp, grep-read-files): New helper functions.
15384         (rgrep): Rename from grep-tree.  Rework to use proper histories.
15385         Adapt to changes in defcustoms and functions above.
15386         (lgrep): New command, as grep, but using same interactive UI as rgrep.
15388 2006-04-28  Michael Albinus  <michael.albinus@gmx.de>
15390         * net/tramp.el (tramp-completion-file-name-handler):
15391         Disable Tramp's functionality while loading Tramp itself.
15392         (tramp-register-file-name-handlers): That's a defsubst now.
15393         Code from `tramp-repair-jka-compr' moved here.  Apply it via
15394         `after-init-hook'.
15395         (tramp-repair-jka-compr): Remove.
15397 2006-04-27  Jay Belanger  <belanger@truman.edu>
15399         * calc/calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
15400         read expression when `math-read-big-expr' doesn't work.
15402 2006-04-27  Reiner Steib  <Reiner.Steib@gmx.de>
15404         * startup.el (command-line-1): Display warning when
15405         pure-space-overflow is non-nil.
15407 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15409         * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
15410         risky.
15412 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15414         * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
15415         Return the URL or nil if none can be generated.
15417 2006-04-27  Nick Roberts  <nickrob@snap.net.nz>
15419         * progmodes/gud.el (gud-comint-buffer): Move forward to stop
15420         byte compiler warnings.
15421         (gud-basic-call, gud-find-expr): Let user select an expression
15422         for printing.  Print expression as well as value in GUD buffer.
15424 2006-04-17  Ken Manheimer  <ken.manheimer@gmail.com>
15426         * allout.el: Remove local autoload declaration for
15427         pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
15428         (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
15429         (allout-plain-bullets-string, allout-distinctive-bullets-string)
15430         (allout-use-mode-specific-leader, allout-old-style-prefixes)
15431         (allout-stylish-prefixes, allout-numbered-bullet)
15432         (allout-file-xref-bullet, allout-presentation-padding)
15433         (allout-use-hanging-indents, allout-reindent-bodies): Mark as
15434         safe-local-variable with suitable value spec, and add autoload
15435         cookie for loaddefs inclusion.  We now use an explicit spec everywhere.
15436         (move-beginning-of-line, move-end-of-line): Repair so these compat
15437         functions now actually resituate the point, when appropriate.
15439 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15441         * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
15443         * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
15444         (add-log-iso8601-time-string): Fix call to format-time-string.
15446 2006-04-26  Kim F. Storm  <storm@cua.dk>
15448         * subr.el (posn-string, posn-image, posn-object): Doc fix.
15450 2006-04-26  Masatake YAMATO  <jet@gyve.org>
15452         * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
15453         Add support for "//" style comments.  Remove `b' flag
15454         from ?* in `asm-mode-syntax-table'.
15456 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15458         * follow.el: Use (featurep 'xemacs) everywhere.
15459         (follow-mode): Use define-minor-mode.
15460         (follow-mode-map): Move initialization into the declaration.
15461         Use command remapping.
15462         (follow-emacs-version-xemacs-p): Remove.
15463         (follow-submit-feedback): Remove.
15465         * allout.el (allout-layout, allout-passphrase-verifier-string)
15466         (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
15468         * textmodes/reftex-vars.el (reftex-vref-is-default)
15469         (reftex-fref-is-default, reftex-guess-label-type):
15470         Tighten up a bit the safety predicate.
15472         * textmodes/paragraphs.el (sentence-end-double-space)
15473         (sentence-end-without-period, sentence-end-without-space)
15474         (page-delimiter, paragraph-ignore-fill-prefix):
15475         Tighten up a bit the safety predicate.
15477         * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
15479         * progmodes/python.el (python-continuation-line-p)
15480         (python-beginning-of-statement): syntax-ppss may return
15481         a negative depth.
15482         (python-mode): Don't forcefully enable font-lock.
15484         * time-stamp.el (time-stamp-start, time-stamp-end)
15485         (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
15487         * add-log.el: Remove spurious * in docstrings.
15488         (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
15489         (add-change-log-entry): Use it here, since it's not specific
15490         to iso8601.
15491         (add-log-iso8601-time-string): Don't use it here any more.
15492         (change-log-indent-text, change-log-indent): Rename from add-log-*.
15494         * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
15496 2006-04-25  Ryan Yeske  <rcyeske@gmail.com>
15498         * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
15499         (rcirc-toggle-low-priority): Doc fix.
15500         (rcirc-handler-NOTICE): Remove beginning of line anchor in
15501         ChanServ regexp.
15502         (rcirc-startup-channels-alist): Connect to #rcirc by default, not
15503         #emacs.
15504         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
15505         (rcirc-decode-coding-system): Use utf-8 as the default.
15506         (rcirc-multiline-minor-mode): Set the fill-column.
15507         (rcirc-format-response-string): Display bright and dim nicks.
15508         (rcirc-browse-url): Update interactive spec to fill ARG.
15509         (rcirc-bright-nick, rcirc-dim-nick): Add faces.
15510         (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
15512 2006-04-24  J.D. Smith  <jdsmith@as.arizona.edu>
15514         * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
15515         case for @Article, etc.
15517 2006-04-23  Michael Albinus  <michael.albinus@gmx.de>
15519         * net/tramp.el (tramp-register-file-name-handlers): New defun.
15520         Added with autoload cookie.
15521         (tramp-unload-file-name-handlers): Rename from
15522         `tramp-unload-file-name-handler-alist'.
15524 2006-04-23  Romain Francoise  <romain@orebokech.com>
15526         * comint.el (comint-match-partial-filename): Doc fix.
15528 2006-04-21  Glenn Morris  <rgm@gnu.org>
15530         * calendar/cal-menu.el (calendar-mode-map): Refer to
15531         `diary-view-entries' rather than alias `view-diary-entries'.
15532         * calendar/diary-lib.el (view-other-diary-entries): Ditto.
15534 2006-04-21  Luc Teirlinck  <teirllm@auburn.edu>
15536         * progmodes/antlr-mode.el (antlr-default):
15537         * cus-edit.el (custom-documentation):
15538         * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
15539         in defface.
15541 2006-04-21  Kim F. Storm  <storm@cua.dk>
15543         * image.el (image-type): New defun split out of create-image.
15544         (create-image): Use it.
15546 2006-04-21  Carsten Dominik  <dominik@science.uva.nl>
15548         * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
15549         (org-open-at-point): Remove the "...done" message to keep output
15550         in the echo area visible.
15551         (org-export-as-xoxo): Fix call to `indent-region'.
15553 2006-04-21  Kevin Ryde  <user42@zip.com.au>
15555         * international/mule.el (keyboard-coding-system): defcustom
15556         info-link fixes: "Specify Coding" has been split, keyboard now in
15557         "Terminal Coding", and "Single-Byte Character Support" is now
15558         "Unibyte Mode".
15560 2006-04-21  Nick Roberts  <nickrob@snap.net.nz>
15562         * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
15563         Use font-lock-warning-face for any errors e.g. no stack.
15564         (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
15566 2006-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
15568         * progmodes/sh-script.el (sh-shell): Mark as safe.
15570         * newcomment.el (comment-start, comment-start-skip)
15571         (comment-end-skip, comment-end): Mark as safe.
15573 2006-04-20  Carsten Dominik  <dominik@science.uva.nl>
15575         * textmodes/org.el (org-deadline-announce): Face removed.
15576         (org-level-faces, org-n-levels): Convert to constant.
15577         (org-compatible-face): New function.
15578         (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
15579         (org-level-5, org-level-6, org-level-7, org-level-8)
15580         (org-special-keyword, org-warning, org-headline-done, org-link)
15581         (org-date, org-tag, org-todo, org-done, org-table, org-formula)
15582         (org-scheduled-today, org-scheduled-previously, org-time-grid):
15583         Face definition revised for better color tty support.
15584         (org-bold-re, org-italic-re, org-underline-re): New constants.
15585         (org-set-font-lock-defaults): Use the new constants.
15586         (org-agenda-highlight-todo): New function.
15587         (org-agenda-todo): Fix bug with point at end of line.
15588         (org-agenda-change-all-lines, org-finalize-agenda-entries):
15589         Fontify TODO keywords.
15590         (org-insert-link): Preserve relative path in ../ links.
15591         (org-export-as-html): Convert links pointing to .org files into
15592         links that will work beteen the exported HTML files.
15593         (org-todo-list): Fix bug when arg=0.
15594         (org-insert-heading): More fine-tuning.
15596 2006-04-19  Romain Francoise  <romain@orebokech.com>
15598         * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
15599         from `rmail-mime-charset-pattern'.
15601 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
15603         * progmodes/python.el (python-mode): Fix typo.
15605 2006-04-18  J.D. Smith  <jdsmith@as.arizona.edu>
15607         * comint.el (comint-previous-input): Don't clobber input line
15608         when moving off either end of the input history ring.
15609         (comint-delete-input): New function, used by
15610         `comint-previous-input' and others.
15611         (comint-previous-matching-input):
15612         Use `coming-delete-input'.  Save the partial input if leaving the
15613         edit line.  Goto point-max before deleting input to avoid
15614         partial input fragments hanging around.
15615         (comint-restore-input): New function, used by `comint-previous-input'.
15617 2006-04-18  Luc Teirlinck  <teirllm@auburn.edu>
15619         * imenu.el (imenu--index-alist): Balance parentheses.
15621 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
15623         * progmodes/python.el (python-mode): Add support for hs-minor-mode.
15625 2006-04-19  Reiner Steib  <Reiner.Steib@gmx.de>
15627         * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
15628         file is nil.
15630 2006-04-18  Richard Stallman  <rms@gnu.org>
15632         * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
15634         * imenu.el (imenu-create-index-function, imenu--index-alist)
15635         (imenu--last-menubar-index-alist, imenu--make-index-alist)
15636         (imenu-default-create-index-function, imenu--generic-function):
15637         Doc fixes.
15639         * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
15641         * help-mode.el (help-mode): Set view-exit-action to delete window.
15643         * env.el (setenv): Get rid of arg UNSET.  Interactive unsetting
15644         now works by passing nil as arg.
15646         * apropos.el (apropos-print): Don't do where-is on self-insert-command.
15648         * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
15649         (read-abbrev-file): Provide default when reading filename.
15651         * files.el (enable-local-variables): Allow :all as value.
15652         (hack-local-variables): Implement that value.
15653         (safe-local-variable-values, safe-local-eval-forms)
15654         (enable-local-variables): Mark as risky.
15655         (find-file-visit-truename, kept-old-versions): Mark safe.
15657         * time-stamp.el (time-stamp-format, time-stamp-line-limit)
15658         (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
15659         (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
15661 2006-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
15663         * progmodes/tcl.el (tcl-send-string, tcl-send-region):
15664         Use forward-line so as to get to BOL even in the presence of fields.
15665         (tcl-eval-region): Strip surrounding space to avoid multiple prompts
15666         in return.
15667         (inferior-tcl): Tell tclsh to work in interactive mode.
15669         * complete.el (partial-completion-mode):
15670         Use 'choose-completion-string-functions to make sure that
15671         choose-completion fills the minibuffer properly.
15673         * complete.el (PC-old-read-file-name-internal): Remove.
15674         (PC-read-include-file-name-internal): Remove.  Turn it into an advice
15675         of read-file-name-internal.
15676         (partial-completion-mode): Enable/disable this advice.
15678 2006-04-18  Juanma Barranquero  <lekktu@gmail.com>
15680         * net/tramp.el (tramp-completion-file-name-handler): Revert change
15681         of 2006-04-17.
15683 2006-04-18  Carsten Dominik  <dominik@science.uva.nl>
15685         * textmodes/org.el (org-insert-heading): Insert heading before
15686         current if at beginning of line.
15687         (org-todo, org-date): New faces.
15688         (org-table-align): Make sure tooltip window contains full text.
15689         (org-no-properties): New defsubst.
15690         (org-set-font-lock-defaults): Use new faces.
15692 2006-04-18  Nick Roberts  <nickrob@snap.net.nz>
15694         * progmodes/gud.el (gud-speedbar-item-info): Display frame address
15695         for root variables.
15697         * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
15698         (gdb-frame-address): Re-use to identify frame for watch expression.
15699         (gdb-var-list, gdb-var-create-handler): Add frame address for root
15700         variables.
15701         (gdb-init-1, gdb-source, gdb-post-prompt)
15702         (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
15703         (gdb-frame-handler): Get gdb-frame-address.
15705 2006-04-17  Michael Albinus  <michael.albinus@gmx.de>
15707         Sync with Tramp 2.0.53.
15709         * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
15710         'control.  Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
15711         (tramp-completion-file-name-handler): Add autoload cookie for
15712         adding to `file-name-handler-alist'.
15714         * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
15715         the prompt.  If it returns earlier (when detecting an error
15716         message), the rest of the output will merge accidently with the
15717         output of the next command.  Reported by M Jared Finder
15718         <jared@hpalace.com>.
15720         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
15721         for `process-file', in order to let it work for older Emacsen too.
15723 2006-04-17  Ralf Angeli  <angeli@iwi.uni-sb.de>
15725         * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
15726         (tex-font-lock-keywords-3): Use it.
15728 2006-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
15730         * newcomment.el (comment-add): New function.
15731         (comment-region-default, comment-dwim): Use it.
15733 2006-04-15  Michael Olson  <mwolson@gnu.org>
15735         * emacs-lisp/tq.el: Improve comments.
15736         (tq-queue-head-question): New accessor function.
15737         (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
15738         Update for modified queue structure.
15739         (tq-queue-add): Accept `question' argument.
15740         (tq-queue-pop): If a question is pending, send it.
15741         (tq-enqueue): Accept new optional argument `delay-question'.
15742         If this is non-nil, and at least one other question is pending a
15743         response, queue the question rather than sending it immediately.
15745 2006-04-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15747         * calendar/appt.el (appt-add): Check whether an appointment is
15748         already present in appt-time-msg-list.  Simplify code.
15750 2006-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
15752         * progmodes/cc-langs.el (c-mode-menu):
15753         Don't presume c-subword-mode is bound.
15755 2006-04-13  Bill Wohler  <wohler@newt.com>
15757         * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
15758         (customize-package-emacs-version): Use cdr instead of cadr now
15759         that alists use dotted pairs.
15761         * custom.el (defcustom): Fix docstring for :package-version.
15763 2006-04-13  Michael Albinus  <michael.albinus@gmx.de>
15765         * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
15766         (tramp-handle-shell-command): Display output buffer only when
15767         `tramp-display-shell-command-buffer' is true.
15768         (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
15770 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
15772         * textmodes/org.el (org-set-autofill-regexps): Set only the local
15773         values of `adaptive-fill-regexp' and `adaptive-fill-function'.
15775 2006-04-13  Romain Francoise  <romain@orebokech.com>
15777         * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
15778         leaving temporary .cvsignore buffers behind.
15780 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
15782         * textmodes/org.el (org-set-regexps-and-options)
15783         (org-get-current-options): Better names for the startup folding
15784         options.
15786 2006-04-13  Thien-Thi Nguyen  <ttn@gnu.org>
15788         * vc.el (vc-annotate): Arrange for point to end up at the same
15789         line number as in the original, but only when using a new buffer.
15791 2006-04-12  Stuart Herring  <herring@lanl.gov>  (tiny change)
15793         * files.el (hack-one-local-variable-eval-safep):
15794         Recognize `edebug-form-spec' for `put', but only if it passes
15795         `edebug-basic-spec'.  Generalize `put' handling.
15797         * emacs-lisp/edebug.el (edebug-basic-spec): New function for
15798         vetting file-local form specs.
15800         * allout.el (allout-layout): Autoload its `safe-local-variable'
15801         property.
15803 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
15805         * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
15806         (org-agenda-mouse-1-follows-link)
15807         (org-mouse-1-follows-link): New options.
15808         (org-format-agenda-item): Fix bug if TAGS is nil.
15809         (org-agenda-get-scheduled): Quote `priority' symbol in plist.
15811 2006-04-13  Nick Roberts  <nickrob@snap.net.nz>
15813         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
15814         GDB 6.1+ gives full filename for "info sources" so use
15815         file-name-nondirectory.
15817 2006-04-12  Romain Francoise  <romain@orebokech.com>
15819         * subr.el (read-passwd): Bind `message-log-max' to nil.
15821 2006-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15823         * progmodes/perl-mode.el (perl-indent-new-calculate):
15824         Recompute parse-start after jumping backward by a whole sexp.
15826 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
15828         * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
15829         window configuration.
15830         (vc-annotate-display-select): Select the buffer so that current-buffer
15831         (and selected-window) is the output buffer at the end of vc-annotate.
15833 2006-04-11  J.D. Smith  <jdsmith@as.arizona.edu>
15835         * vc.el (vc-annotate-color-map): Add custom TTY color map for
15836         8-color terminals, to use all of the colors in a sensible order.
15837         256-color terminals work well with the standard map.
15838         (vc-annotate-lines): Only strip the first color character if it
15839         is "#", to allow for terminal-style named colors.
15840         (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
15841         the correct buffer is scrolled.
15843 2006-04-11  Richard Stallman  <rms@gnu.org>
15845         * emacs-lisp/bytecomp.el (byte-compile-file):
15846         Bind enable-local-variables to :safe, and make normal-mode obey it.
15848         * files.el (enable-local-variables): Allow value :safe.
15849         (normal-mode): Doc fix.
15850         (hack-local-variables): Implement enable-local-variables = :safe.
15851         (hack-local-variables-confirm): Don't prevent quitting.
15853 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
15855         * loadhist.el (unload-feature): A bit of sanity check of
15856         load-history entries.  Cancel timer-vars before unbinding them.
15858         * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
15859         quote special chars, and make the trick work on the hex part of the
15860         buffer as well.
15861         (hexl-mode, hexl-save-buffer, hexl-mode-exit)
15862         (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
15864         * startup.el (normal-splash-screen): Fix last change so we don't wait
15865         2 minutes if we don't show the splash screen.
15867 2006-04-11  Carsten Dominik  <dominik@science.uva.nl>
15869         * textmodes/org.el (org-export-plain-list-max-depth)
15870         (org-table-spaces-around-separators)
15871         (org-radio-targets, org-activate-camels)
15872         (org-table-spaces-around-invisible-separators): Options removed.
15873         (org-time-stamp-rounding-minutes, org-remember-templates)
15874         (org-ellipsis, org-activate-links, org-descriptive-links):
15875         New options.
15876         (org-remember-apply-template, org-current-time)
15877         (org-finish-edit-table-field)
15878         (org-link-unescape, org-link-escape)
15879         (org-string-width, org-table-clean-line, org-html-do-expand)
15880         (org-edit-agenda-file-list, org-store-new-agenda-file-list)
15881         (org-read-agenda-file-list): New functions.
15882         (org-table-edit-field)
15883         (org-table-create-or-convert-from-region): New commands
15884         (org-table-toggle-vline-visibility): Command removed.
15885         (org-table-convert-region): Made a command.
15886         (orgtbl-deleta-backward-char, orgtbl-delete-char): Remove commands.
15887         Replace with the normal org- functions.
15888         (org-self-insert-command): Don't trigger realign unnecessarily
15889         when blanking a field that is not full.
15890         (org-mode): `Set buffer-invisibility-spec' for links.
15891         (org-activate-links2): Hide link part and only show descriptive
15892         part of the link.
15893         (org-insert-link): Modify for new linking system.
15894         (org-store-link): Store description separately, for use by
15895         `org-insert-link'.
15896         (org-table-align): Use `org-string-width'.
15897         (defgroup): Completely new group structure for custom variables.
15898         (org-agenda-files): Option: Single file name allowed.  Function:
15899         Optional argument unrestrited means ignore any restricitons.
15900         (org-install-agenda-files-menu): Find a buffer in Org-mode before
15901         trying to modify the menu.  Use generalized access to
15902         `org-agenda-files.'
15903         (org-agenda-list, org-todo-list, org-cycle-agenda-files)
15904         (org-agenda-file-to-front, org-remove-file, org-diary)
15905         (org-tags-view, org-export-icalendar-all-agenda-files)
15906         (org-export-icalendar-combine-agenda-files): Use generalized
15907         access to `org-agenda-files'.
15908         (org-remember-handler): Correctly preserve heading if present.
15909         (org-table-insert-row, org-table-insert-hline): Deal with
15910         invisible characters.
15912 2006-04-10  J.D. Smith  <jdsmith@as.arizona.edu>
15914         * vc.el (vc-annotate-display-mode): Made default 'fullscale.
15915         (vc-annotate-color-map): New 18 element constant
15916         value/saturation, rotating hue colormap, from red->blue.
15917         (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
15918         (vc-annotate-display-select): Switch to annotate-mode elsewhere.
15919         (vc-annotate): To avoid killing the required local variables,
15920         set them before the end of `with-output-to-temp-buffer', and
15921         after first switching to annotate-mode.
15922         (vc-annotate-warp-version): Add buffer argument in goto-line to
15923         ensure annotation, not source, is scrolled.
15925 2006-04-10  Bill Wohler  <wohler@newt.com>
15927         * custom.el (defcustom, custom-handle-keyword):
15928         Add :package-version keyword.
15929         (custom-add-package-version): New function.  Sets value of new
15930         property 'custom-package-version from :package-version keyword.
15931         (defcustom): Create Common Keywords section in docstring.
15932         (defface, defgroup): Replace definitions of a select few keywords
15933         with a reference to the Common Keywords in defcustom.
15934         (defcustom, defface, defgroup): Replace reference to Customization
15935         chapter in manual with hyperlink.
15937         * cus-edit.el (customize-package-emacs-version-alist): New variable.
15938         (customize-changed-options): Add check for custom-package-version.
15939         (customize-package-emacs-version): New function to look up Emacs
15940         version corresponding to the given package version.
15942         * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
15943         defun name, in similar fashion to find-variable-regexp.
15945 2006-04-10  Eli Zaretskii  <eliz@gnu.org>
15947         * international/mule-cmds.el (set-locale-environment): Fix last
15948         change for when the locale's preferences don't specify any encoding.
15950 2006-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15952         * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
15953         so the defined var/fun doesn't need to be quoted.
15955 2006-04-10  Richard Stallman  <rms@gnu.org>
15957         * finder.el (finder-mode-map): Add n and p bindings.
15959 2006-04-10  Nick Roberts  <nickrob@snap.net.nz>
15961         * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
15962         (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
15963         (gdb-setup-windows): Put something in source window if we can't find
15964         the source file.
15965         (gdb-frame-handler): Make it work again with just assembly.
15966         (gdb-data-list-register-values-handler): Make it work when there is
15967         no stack.
15969 2006-04-09  Richard Stallman  <rms@gnu.org>
15971         * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
15972         specs while looking for charset.
15974         * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
15976         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
15977         Make them faces.
15978         (lm-font-lock-keywords): Update appropriately.
15980 2006-04-10  Kim F. Storm  <storm@cua.dk>
15982         * simple.el (filter-buffer-substring): Add NOPROPS arg, so
15983         it can also replace buffer-substring-no-properties.
15985         * emulation/cua-base.el (cua-delete-region, cua-paste)
15986         (cua-repeat-replace-region): Use filter-buffer-substring.
15988         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
15989         (cua-cut-region-to-global-mark): Likewise.
15991         * emulation/cua-rect.el (cua--extract-rectangle)
15992         (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
15994 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15996         * textmodes/bibtex.el (bibtex-entry-update): New optional arg
15997         entry-type.  Add field delimiters to numerical fields if they are
15998         not present.
16000 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
16002         * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
16003         string-const to return value.
16004         (bibtex-remove-delimiters): Use it.
16006 2006-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16008         * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
16009         cl-byte-compile-compiler-macro unless it exists.
16011 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
16013         * files.el (hack-local-variables-confirm) <offer-save>:
16014         Clarify message text.  Suggested by Ralf Angeli.
16016 2006-04-08  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
16018         * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
16019         (delete-extract-rectangle-line): Use `filter-buffer-substring'
16020         instead of `buffer-substring' and `delete-region'.  (Most of the
16021         code actually copied from `kill-region'.)
16023 2006-04-08  Ryan Yeske  <rcyeske@gmail.com>
16025         * net/rcirc.el (rcirc-default-server): Rename from rcirc-server.
16026         (rcirc-default-port): Rename from rcirc-port.
16027         (rcirc-default-nick): Rename from rcirc-nick.
16028         (rcirc-default-user-name): Rename from rcirc-user-name.
16029         (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
16030         (rcirc-low-priority-flag): New variable.
16031         (rcirc-decode-coding-system): New defcustom.
16032         (rcirc-encode-coding-system): New defcustom.
16033         (rcirc-coding-system-alist): New defcustom.
16034         (rcirc-multiline-major-mode): New defcustom.
16035         (rcirc-nick): New internal variable.
16036         (rcirc-process): Remove variable.
16037         (rcirc-server-buffer): New variable.
16038         (rcirc): Update to use rcirc-default-* variables above.
16039         (rcirc-connect): Do not add window-configuration-hook-here.
16040         (rcirc-server): New internal variable.
16041         (rcirc-connect): Do not send keepalive pings if
16042         rcirc-keepalive-seconds is nil.
16043         (with-rcirc-server-buffer): New macro.
16044         (rcirc-send-string): Encode with rcirc-encode-coding-system.
16045         (rcirc-server-name): Rename from rcirc-server.
16046         (rcirc-buffer-process): New function.
16047         (rcirc-buffer-nick): New function.
16048         (rcirc-buffer-target): Remove function.
16049         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
16050         New commands.
16051         (rcirc-mode-map): Change binding of C-c C-l to
16052         rcirc-toggle-low-priority.
16053         (rcirc-mode): Initialize coding system based on
16054         rcirc-coding-system-alist.  New change-major-mode-hook to part the
16055         channel on a mode change.  Make kill-buffer-hook buffer-local.
16056         (rcirc-change-major-mode-hook): New function.
16057         (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
16058         (rcirc-last-post-time): New variable.
16059         (rcirc-process-message): Store the last time user posted a message
16060         to this target.
16061         (rcirc-multiline-minor-mode): New mode.
16062         (rcirc-multiline-minor-mode-map): New mode map.
16063         (rcirc-edit-multiline): Put multiline-edit buffer in
16064         rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
16065         (rcirc-print): Ignore any line starting with an ignored nick.
16066         (rcirc-print): Decode using rcirc-decode-coding-system.
16067         (rcirc-track-minor-mode): Update global-mode-string when disabling
16068         this mode.
16069         (minor-mode-alist): Add LowPri indicator.
16070         (rcirc-toggle-low-priority): New function.
16071         (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
16072         next lowpriority buffer with activity.
16073         (rcirc-record-activity): Sort buffers in rcirc-activity by the
16074         last time the user posted a message in to the target.
16075         (rcirc-update-activity-string): New formatting for low priority
16076         buffers.
16077         (rcirc-split-activity): New function.
16078         (rcirc-handler-PART, rcirc-handler-KICK)
16079         (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
16080         (rcirc-nick-away-alist): New variable.
16081         (rcirc-handler-301): New handler.  Away messages are printed once
16082         per change.
16084 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
16086         * info.el (Info-follow-nearest-node): Doc fix.
16088         * international/mule-cmds.el (set-locale-environment): Make sure
16089         the coding-system preferred by the locale's language has the same
16090         EOL conversion type as the original buffer-file-coding-system.
16091         (locale-language-names): Add a few MS Windows language codes.
16093 2006-04-07  Richard Stallman  <rms@gnu.org>
16095         * simple.el (eval-expression): Doc fix.
16097         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
16098         (eval-defun): Doc fixes.
16100 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
16102         * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
16104 2006-04-07  Nick Roberts  <nickrob@snap.net.nz>
16106         * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
16107         GDB list command without argument for greater generality.
16109 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
16111         * subr.el (string-or-null-p): New function.
16113         * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
16115         * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
16117         * files.el: Update comment about safe-local-variable declarations.
16119 2006-04-06  J.D. Smith  <jdsmith@as.arizona.edu>
16121         * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
16122         See idlwave.org.
16124         * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
16125         See idlwave.org.  Includes code to obsolete idlw-rinfo.el.
16127         * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
16128         See idlwave.org.
16130         * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
16131         version 6.0 (minimal changes).  See idlwave.org.
16133         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
16134         6.0 (minimal changes).  See idlwave.org.
16136         * progmodes/idlw-rinfo.el: File obsoleted and removed.
16138 2006-04-06  Romain Francoise  <romain@orebokech.com>
16140         * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
16141         symmetric encryption features and a new asynchronous interface to
16142         GnuPG.  This new version is version 1.4, plus whitespace changes.
16144 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
16146         * files.el: Move some `safe-local-variable' declarations to the
16147         respective files.
16149         * textmodes/ispell.el (ispell-check-comments)
16150         (ispell-local-dictionary): Mark as safe.
16152         * abbrev.el (abbrev-mode): Mark as safe.
16154         * add-log.el (change-log-default-name): Mark as safe.
16156         * textmodes/reftex-vars.el (reftex-vref-is-default)
16157         (reftex-fref-is-default, reftex-level-indent)
16158         (reftex-guess-label-type): Mark as safe.
16160         * textmodes/fill.el (colon-double-space): Mark as safe.
16162         * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
16163         (sentence-end-double-space, sentence-end-without-period)
16164         (sentence-end-without-space, sentence-end, sentence-end-base)
16165         (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
16167 2006-04-06  Kim F. Storm  <storm@cua.dk>
16169         * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
16170         the :set-after list.
16171         (ido-downcase-unc-hosts): New user option.  Default on.
16172         (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
16173         when it is set, as regexps are now applied on the fly.
16174         (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
16175         Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
16176         on the fly, but only when ido-process-ignore-lists is set.
16177         Do case insensitive filtering if ido-downcase-unc-hosts is set.
16178         Only downcase names if ido-downcase-unc-hosts is set.
16180 2006-04-06  Juanma Barranquero  <lekktu@gmail.com>
16182         * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
16184         * woman.el (WoMan-xref-man-page): Fix call to `substring'.
16186 2006-04-05  Kim F. Storm  <storm@cua.dk>
16188         * ido.el (ido-mode): Set after ido-unc-hosts and
16189         ido-ignore-unc-host-regexps.
16190         (ido-save-history): Save ido-unc-hosts-cache.
16191         (ido-load-history): Load ido-unc-hosts-cache.
16192         (ido-reread-directory): Refresh unc hosts cache in // dir.
16194         * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
16195         to nil while displaying slash screen.
16197 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
16199         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
16200         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
16202 2006-04-05  Kenichi Handa  <handa@m17n.org>
16204         * international/characters.el: Setup cases of Latin, Greek, and
16205         Cyrillic characters in CJK charsets.
16207 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
16209         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
16210         default-enable-multibyte-characters.  This reverts the change from
16211         revision 6.17 which is no longer necessary because the passphrase
16212         is sent separately now.  GnuPG messages are unreadable under
16213         multibyte locales with default-enable-multibyte-characters set to nil.
16215 2006-04-04  Andreas Schwab  <schwab@suse.de>
16217         * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
16218         and `byte-compile-warnings' as `safe-local-variable'.
16220 2006-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
16222         * man.el (Man-mode-map): Restore the \r binding.
16223         (Man-abstract-xref-man-page): If Man-target-string is a function,
16224         call it.
16225         (Man-highlight-references): Use Man-default-man-entry to get the
16226         target.  Deal with xrefs too.
16227         (Man-highlight-references0): Don't call the target function.
16229         * woman.el (WoMan-xref-man-page): Strip the section number, woman
16230         cannot deal with it.
16232 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
16234         * pgg-gpg.el: Clean up process buffers every time gpg processes
16235         complete.
16237 2006-04-04  Kenichi Handa  <handa@m17n.org>
16239         * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
16240         here.
16241         (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
16242         Temporarily bind inhibit-field-text-motion to t.
16244 2006-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16246         * startup.el (normal-splash-screen): Only set mode-line-format in the
16247         splash buffer, so as not to interfere when debugging the code.
16248         Ignore errors when switching buffer.
16250 2006-04-03  Romain Francoise  <romain@orebokech.com>
16252         * dired.el (dired-dnd-protocol-alist): Fix typo.
16254 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
16256         * savehist.el (savehist): Add :version.
16257         (savehist-ignored-variables): New variable.
16258         (savehist-minibuffer-hook): Don't save variables listed in
16259         `savehist-ignored-variables'.
16261         * dired.el (dired-dnd-protocol-alist): Mention that change does
16262         only apply to new buffers in doc string.
16264 2006-04-03  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
16266         * recentf.el (recentf-open-files-item): Include newline in button
16267         field, so opening a file will work, when the point is at the end
16268         of the file name.  Allow, for example, to [i]search a file by
16269         extension and just push RET to open it.
16271 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
16273         * pgg-gpg.el (pgg-gpg-process-filter)
16274         (pgg-gpg-wait-for-completion): Check if buffer is alive.
16276         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
16277         lines, temporary fix.
16279 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
16281         * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
16283 2006-04-02  Richard Stallman  <rms@gnu.org>
16285         * progmodes/compile.el (compilation-message-face): Make it defcustom.
16287 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
16289         * ibuf-macs.el (define-ibuffer-column): Add a new key:
16290         header-mouse-map.
16292         * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
16293         (ibuffer-mode-header-map): New keymaps.
16294         (ibuffer-update-title-and-summary): Enable mouse face highlighting
16295         and keybindings for column headers.
16296         (name, size, mode) <define-ibuffer-column>: Add a header-mouse-map
16297         property.
16299 2006-04-02  Drew Adams  <drew.adams@oracle.com>
16301         * speedbar.el (speedbar-after-create-hook): Doc fix.
16303 2006-04-02  Michael Ernst  <mernst@alum.mit.edu>
16305         * shell.el (shell-directory-tracker)
16306         (shell-dynamic-complete-command): Doc fixes.
16308 2006-04-01  Matt Hodges  <MPHodges@member.fsf.org>
16310         * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
16311         terminals.
16313 2006-04-01  Kim F. Storm  <storm@cua.dk>
16315         * ido.el (ido-unc-hosts-cache): New defvar.
16316         (ido-unc-hosts): If value of defcustom is a function, call it to
16317         get list of UNC hosts.  Add function-item choices to specify
16318         ido-unc-hosts-net-view or user function.
16319         (ido-ignore-unc-host-regexps): New defcustom.
16320         (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
16321         (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
16322         (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
16324 2006-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
16326         * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
16327         wwidth.
16329 2006-03-31  Juanma Barranquero  <lekktu@gmail.com>
16331         * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
16332         (ido-max-work-file-list, ido-switch-buffer)
16333         (ido-read-file-name-as-directory-commands):
16334         Fix typos in docstrings.
16336 2006-03-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16338         * term/mac-win.el (mac-system-coding-system): Define and use after
16339         Mac-specific coding systems are ready.
16341 2006-03-27  Romain Francoise  <romain@orebokech.com>
16343         * net/rcirc.el (rcirc-connect): Add autoload cookie.
16345         * ldefs-boot.el: Update.
16347 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
16349         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
16350         passphrases when it is not needed.
16351         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
16352         passphrase stuff from gpg, should only be necessary when you use
16353         gpg with a smartcard.
16355 2006-03-27  Nick Roberts  <nickrob@snap.net.nz>
16357         * comint.el (comint-dynamic-list-completions): Allow user to
16358         select *Completions* buffer.
16360 2006-03-27  Carsten Dominik  <dominik@science.uva.nl>
16362         * textmodes/org.el (org-get-level-face): Fix bug with level counting.
16364 2006-03-26  Andreas Schwab  <schwab@suse.de>
16366         * progmodes/gud.el (gdb): Only complain about multiple debugging
16367         when the gdb process is still running.
16369 2006-03-25  Eli Zaretskii  <eliz@gnu.org>
16371         * mail/rmail.el (tool-bar-map): Defvar it.
16372         (rmail-tool-bar-map): Tool-bar buttons for Rmail.
16373         (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
16375 2006-03-25  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
16377         * help.el (print-help-return-message): Suggest to use
16378         display-buffer instead of switch-to-buffer-other-window to restore
16379         the previous window without selecting it.
16381 2006-03-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16383         * frame.el (select-frame-by-name): Call x-focus-frame also when
16384         window-system is mac.
16386         * term/mac-win.el: Adjust Courier font specifications in
16387         x-fixed-font-alist.
16388         (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
16389         when directly encoding to UTF-16 in native byte order, no BOM.
16391 2006-03-25  Kim F. Storm  <storm@cua.dk>
16393         * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
16394         (cua--init-keymaps): Use it instead of fixed C-return.
16395         (cua-mode): Set after it.
16397         * emulation/cua-rect.el (cua--init-rectangles):
16398         Use cua-rectangle-mark-key instead of fixed C-return.
16400 2006-03-25  Nick Roberts  <nickrob@snap.net.nz>
16402         * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
16403         "run" in .gdbinit.
16404         (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
16406 2006-03-24  Romain Francoise  <romain@orebokech.com>
16408         * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
16409         `display-buffer-other-frame'.
16411 2006-03-24  Kim F. Storm  <storm@cua.dk>
16413         * apropos.el (apropos-synonyms): Add selection => region.
16415 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
16417         * progmodes/gdb-ui.el (gdb-var-create-regexp)
16418         (gdb-var-list-children-regexp, gdb-var-update-regexp)
16419         (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
16420         (gdb-data-list-register-values-regexp)
16421         (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
16422         Future proof against new fields being added to MI output.
16423         (gdb-send): Don't treat backslashes for program input as
16424         continuations.
16425         (gdb-assembler-handler): Don't use window-start for this handler.
16426         (gdb-frame-handler): Don't change to hollow arrow if overlay
16427         arrow doesn't move to new frame.
16429 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
16431         * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
16432         prevent compiler warnings.
16433         (gdb-stopped): Check for gud-last-last-frame (case: signal).
16434         (breakpoint-disabled): Make lighter for contrast with overlay arrow.
16435         (gdb-assembler-custom): Use hollow-right-triangle for assembler
16436         buffer too.
16438 2006-03-23  Reiner Steib  <reinersteib+gmane@imap.cc>
16440         * pgg-gpg.el (pgg-gpg-update-agent): Check for
16441         make-network-process, so we can use the same code in Gnus v5-10
16442         too and have this file fully synchronized with that release.
16444 2006-03-23  Romain Francoise  <romain@orebokech.com>
16446         * ibuf-ext.el (ibuffer-read-filter-group-name):
16447         Use `ibuffer-generate-filter-groups' to make completion list match
16448         the filter groups that are really displayed in the Ibuffer buffer.
16449         (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
16451 2006-03-23  Kenichi Handa  <handa@m17n.org>
16453         * international/mule-cmds.el (sort-coding-systems): Describe that
16454         the argument is modified in docstring.
16456 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
16458         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
16459         (pgg-gpg-update-agent): New function.
16460         (pgg-gpg-use-agent-p): New function.
16461         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
16462         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
16463         (pgg-gpg-sign-region): Use it.
16465 2006-03-21  Chong Yidong  <cyd@stupidchicken.com>
16467         * cus-edit.el (custom-face-set): Call custom-push-theme before
16468         face-spec set so that `changed' theme is correctly saved.
16469         (custom-face-reset-standard): Reset to recalculated face rather
16470         than defface spec.
16472         * custom.el (custom-push-theme): Only save `changed' theme if the
16473         current face does not match the defface specs.
16475 2006-03-21  Simon Josefsson  <jas@extundo.com>
16477         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
16478         <wilde@sha-bang.de>.
16479         (pgg-gpg-use-agent): New variable.
16480         (pgg-gpg-process-region): Use it.
16481         (pgg-gpg-encrypt-region): Likewise.
16482         (pgg-gpg-encrypt-symmetric-region): Likewise.
16483         (pgg-gpg-decrypt-region): Likewise.
16484         (pgg-gpg-sign-region): Likewise.
16485         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
16487 2006-03-21  Carsten Dominik  <dominik@science.uva.nl>
16489         * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
16490         bracket links.
16492 2006-03-21  Kim F. Storm  <storm@cua.dk>
16494         * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
16495         fringe-indicator-alist instead of modifying global value.
16496         (gdb-frame-handler): Likewise.
16498 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
16500         * diff-mode.el (diff-function): Make it inherit from diff-header
16501         instead of diff-context.
16503         * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
16504         bitmap.
16505         (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
16506         change names in macro above for consistency.
16507         (gdb-frame-handler): Use hollow-right-triangle for all selected
16508         frames which except the innermost (where execution has stopped).
16509         (gdb-reset): Reset buffer-local values of overlay-arrow.
16511 2006-03-20  Richard Stallman  <rms@gnu.org>
16513         * simple.el (set-mark-command): Doc fix.
16515         * files.el (display-buffer-other-frame): New command.
16516         (ctl-x-4-map): Bind C-x 5 C-o to it.
16518 2006-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16520         * jit-lock.el (jit-lock-function): Check for the actual defer-timer
16521         rather than just defer-time, in case defer-time has been changed but
16522         the timer isn't running yet.
16523         (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
16525 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
16527         * help-mode.el (help-follow-symbol): New function.
16528         Essentially identical to the old `help-follow', but do not let
16529         `push-button' do the work when on an xref.
16530         (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
16532 2006-03-19  Richard Stallman  <rms@gnu.org>
16534         * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
16535         preceded by the word `program'.
16536         (help-follow-mouse, help-follow): Throw error if not on xref.
16537         Delete no longer used args.
16539 2006-03-20  Nick Roberts  <nickrob@snap.net.nz>
16541         * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
16542         annotation ensure gud-overlay-arrow-position is redisplayed.
16544 2006-03-19  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
16546         * textmodes/bibtex.el (bibtex-include-OPTkey)
16547         (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
16548         (bibtex-autokey-name-case-convert)
16549         (bibtex-autokey-titleword-case-convert): Make these the aliases
16550         for the following two variables.
16551         (bibtex-autokey-name-case-convert-function)
16552         (bibtex-autokey-titleword-case-convert-function): Make these the
16553         real names.
16554         (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
16555         bibtex-font-lock-crossref sublists.
16556         (bibtex-mode): Revert 2005-12-30 change (which made
16557         completion-ignore-case buffer-local).
16558         (bibtex-url): Simplify.
16560 2006-03-19  Kim F. Storm  <storm@cua.dk>
16562         * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
16563         cursor property value to 2 (to align with C level change).
16565 2006-03-19  Bill Wohler  <wohler@newt.com>
16567         * image.el (image-load-path-for-library): Shorten first line in
16568         docstring.
16570 2006-03-18  Richard Stallman  <rms@gnu.org>
16572         * mail/rmail.el (rmail-reply-regexp): Undo previous change.
16574 2006-03-18  Ben North  <ben@redfrontdoor.org>  (tiny change)
16576         * isearch.el (isearch-other-meta-char): Handle user bindings for
16577         shifted control characters.
16579 2006-03-18  Agustin Martin  <agustin.martin@hispalinux.es>
16581         * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
16582         part that matches email addresses, file names, etc.
16584 2006-03-18  Eli Zaretskii  <eliz@gnu.org>
16586         * term/w32-win.el (mouse-set-font):
16587         Mention w32-list-proportional-fonts in the doc string.
16589 2006-03-18  Kim F. Storm  <storm@cua.dk>
16591         * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
16592         (ido-unc-hosts): New user option to explicitly define list of know
16593         UNC-style hosts for completion.
16594         (ido-cache-unc-host-shares-time): New user option.
16595         (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
16596         New helper functions for UNC file-name support.
16597         (ido-may-cache-directory): Check for UNC host.  Simplify.
16598         (ido-wash-history): Clean out old UNC hosts.
16599         (ido-nonreadable-directory-p): UNC hosts are always readable.
16600         (ido-directory-too-big-p): UNC hosts are never too big.
16601         (ido-set-current-directory): Handle UNC root path.
16602         (ido-file-name-all-completions): Complete UNC host names from
16603         ido-unc-hosts list.  Cache UNC host shares.
16604         (ido-make-file-list-1): Don't filter UNC root.
16605         (ido-exhibit): Check for // in root directory, and switch to UNC
16606         mode by setting ido-current-directory to //.
16608 2006-03-17  Luc Teirlinck  <teirllm@auburn.edu>
16610         * cus-edit.el (customize-changed-options): Mention explicit
16611         version number as default in prompt.
16613 2006-03-17  Bill Wohler  <wohler@newt.com>
16615         * image.el (image-load-path-for-library): Minor docstring fix.
16617 2006-03-17  Carsten Dominik  <dominik@science.uva.nl>
16619         * textmodes/org.el (org-read-date): Include subgroup 5 into
16620         replacement text.
16621         (org-popup-calendar-for-date-prompt): Fix customization type.
16623 2006-03-17  Nick Roberts  <nickrob@snap.net.nz>
16625         * progmodes/gdb-ui.el (gud-watch): Provide completion.
16626         (gdb-continuation): New variable.
16627         (gdb-send): Deal with continuation lines.
16629         * progmodes/gud.el (gud-gdb-complete-command)
16630         (gud-gdb-run-command-fetch-lines): Adapt for use with watch
16631         expressions.
16632         (gud-tooltip-mode): Use buffer-local value.
16634 2006-03-16  Kim F. Storm  <storm@cua.dk>
16636         * ido.el (ido-edit-input): Use selected match, if any.
16638 2006-03-16  Bill Wohler  <wohler@newt.com>
16640         * image.el (image-load-path-for-library): Prefer user's images in
16641         image-load-path.
16643 2006-03-16  Martin Rudalics  <rudalics@gmx.at>
16645         * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
16646         when checking for attempt to drag leftmost or rightmost scrollbar.
16648 2006-03-16  Nick Roberts  <nickrob@snap.net.nz>
16650         * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
16651         (gdb-force-mode-line-update): New function.
16652         (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
16653         (gdb-exited): Use them.
16654         (gdb-signal): New function.
16655         (gdb-annotation-rules): Provide a rule for it.
16657 2006-03-16  Kenichi Handa  <handa@m17n.org>
16659         * international/mule.el (auto-coding-regexp-alist): Add entries
16660         for Unicode BOM.
16662         * sort.el (sort-build-lists): Temporarily bind
16663         inhibit-field-text-motion to t.
16665 2006-03-15  Luc Teirlinck  <teirllm@auburn.edu>
16667         * locate.el (locate-command, locate-make-command-line)
16668         (locate-fcodes-file, locate-update-command)
16669         (locate-prompt-for-command, locate, locate-with-filter)
16670         (locate-get-file-positions): Doc fixes.
16671         (locate-buffer-name, locate-header-face): Remove leading `*' in
16672         defcustom.
16673         (locate-filter-output): Use `keep-lines' instead of its alias
16674         `delete-non-matching-lines'.
16675         (locate-get-filename, locate-get-dirname): Add introductory comment.
16676         (locate-find-directory-other-window): Give appropriate error
16677         message if used outside main listing.
16679 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
16681         * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
16682         the new extend-region feature.
16683         (font-lock-after-change-function): Update correspondingly.
16684         * jit-lock.el (jit-lock-after-change): Update correspondingly.
16685         * progmodes/grep.el (font-lock-lines-before): Don't disable.
16687 2006-03-15  Bill Wohler  <wohler@newt.com>
16689         * image.el (image-load-path-for-library): Fix example by not
16690         recommending that one binds image-load-path.  Just defvar it to
16691         placate compiler and only use it if previously defined.
16693 2006-03-15  Carsten Dominik  <dominik@science.uva.nl>
16695         * textmodes/org.el (org-insert-centered): Use `string-width' to
16696         make underlining work for wide characters.
16697         (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
16698         TAB to `org-cycle', to make sure that no binding in
16699         `outline-mode-map' can supercede it.
16701 2006-03-14  Ken Manheimer  <ken.manheimer@gmail.com>
16703         * allout.el: Increment version to 2.2.1 in file commentary.
16705         (allout-version): Increment to 2.2.1.
16707         (allout-default-layout): New customization variable, used when the
16708         file lacks a specific allout-layout.  Uses allout-layout-type for
16709         recursively nested definition.
16711         (allout-layout-type): Widget defining allout layouts, necessary for
16712         self-recursive definition.
16714         (allout-mode): Incorporate allout-default-layout as fallback for
16715         allout-layout.
16717         (allout-layout): Mark as 'safe-local-variable', and refer mention
16718         fallback to `allout-default-layout' in absence of a specified value.
16719         (allout-passphrase-verifier-string)
16720         (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
16722         (allout-file-passphrase-verifier-string): Obsolete variable, removed.
16724         (allout-get-encryption-passphrase-verifier): Use correct name of
16725         passphrase verifier in docstring.
16727 2006-03-15  Nick Roberts  <nickrob@snap.net.nz>
16729         * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
16730         elements.
16731         (gdb-find-watch-expression): Make it work for arrays too.
16732         Follow change to gdb-var-list.
16733         (gud-watch): Allow the user to enter variable name with a prexix
16734         arg.  Create keybindings.
16735         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
16736         (gdb-var-list-children-handler, gdb-var-update-handler)
16737         (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
16738         (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
16739         Follow change to gdb-var-list.
16740         (gdb-starting): Don't show the overlay arrows when program is running.
16742         * progmodes/gud.el (gud-speedbar-buttons): Follow change to
16743         gdb-var-list.
16745 2006-03-14  Bill Wohler  <wohler@newt.com>
16747         * image.el (image-load-path-for-library): Pass value of path
16748         rather than symbol.  Always return list of directories.
16749         Guarantee that image directory comes first.
16751 2006-03-14  Alan Mackenzie  <acm@muc.de>
16753         * font-core.el (font-lock-extend-region\(-function\)?.):
16754         New function/variable.
16756         * font-lock.el (font-lock-after-change-function):
16757         Call font-lock-extend-region.  Obey font-lock-lines-before.
16758         (font-lock-default-fontify-region): Remove reference to
16759         font-lock-lines-before.
16761         * jit-lock.el (jit-lock-after-change):
16762         Call font-lock-extend-region.  Obey font-lock-lines-before.
16764 2006-03-14  David Ponce  <david@dponce.com>
16766         * tree-widget.el (tree-widget-themes-load-path)
16767         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
16769 2006-03-13  Ryan Yeske  <rcyeske@gmail.com>
16771         * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
16772         (rcirc-print): Mark the start of text at the end of the prompt.
16773         (rcirc-track-minor-mode): Add autoload cookie.
16774         (rcirc-update-activity-string): Add space to front of mode-line
16775         indicator.
16777 2006-03-13  Miles Bader  <miles@gnu.org>
16779         * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
16780         (rcirc-abbrev-nick): Remove function.
16781         (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
16783 2006-03-13  David Ponce  <david@dponce.com>
16785         * tree-widget.el: Handle themes across all occurrences of the main
16786         themes sub-directory found in tree-widget-themes-load-path.
16787         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
16788         (tree-widget--locate-sub-directory): Return all occurrences.
16789         (tree-widget-themes-path): New function.
16790         Replace tree-widget-themes-directory, and return a list of directories.
16791         (tree-widget-set-parent-theme)
16792         (tree-widget-lookup-image): Use it.
16794 2006-03-13  Carsten Dominik  <dominik@science.uva.nl>
16796         * textmodes/org.el (org-link-search): Avoid self-matching of
16797         links, allow target text to be distributed over several lines.
16798         (org-search-not-link): New function.
16799         (org-set-regexps-and-options, org-get-current-options):
16800         New startup options.
16801         (org-export-as-html): Take odd-level setting from local variable.
16802         (org-fontify-emphasized-text): New option.
16803         (org-set-font-lock-defaults): Include emphasized text.
16804         (org-follow-mhe-link): Allow folder-only links, fix folder name.
16805         (org-font-lock): Customize group renamed from `org-faces'.
16807 2006-03-13  John Paul Wallington  <jpw@pobox.com>
16809         * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
16810         keyword; require `ibuf-ext' feature.  Thanks to Zhang Wei.
16812 2006-03-12  Luc Teirlinck  <teirllm@auburn.edu>
16814         * cus-start.el (all): Delete :version keyword for members of the
16815         fringe group, since the entire group is new in 22.1.
16817 2006-03-13  Nick Roberts  <nickrob@snap.net.nz>
16819         * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
16820         map if value is hexadecimal (an address).
16821         (gud-watch): Only search roots for existing watch expressions.
16822         (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
16823         prevent caching problems with speedbar-update-directory-contents.
16825 2006-03-12  Juri Linkov  <juri@jurta.org>
16827         * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
16828         before comparing with `low' and `warn'.
16830         * info.el (Info-dir-remove-duplicates): Move point to the
16831         beginning of the current line after deleting the entries from
16832         redundant heading.  Use marker for `limit' and compare it with
16833         point before calling `re-search-forward'.
16835 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
16837         * simple.el (yank): Fix typo in docstring.
16839 2006-03-11  Ryan Yeske  <rcyeske@gmail.com>
16841         * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
16842         messages, where "D" is the 6th character.
16844 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
16846         * simple.el (yank): Fix last change.
16848 2006-03-11  David Ponce  <david@dponce.com>
16850         * textmodes/ispell.el (ispell-find-aspell-dictionaries): Add aliases
16851         before merging elements from the standard ispell-dictionary-alist.
16852         (ispell-aspell-add-aliases): Add aliases to the passed dictionary
16853         alist, and return the new alist.
16855 2006-03-11  Richard Stallman  <rms@gnu.org>
16857         * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
16859         * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
16860         the way it is implemented is too unclean.
16862         * simple.el (kill-region, yank): Doc fix.
16864         * battery.el (battery-echo-area-format): Doc fix.
16865         (battery-mode-line-format): Likewise.
16866         (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
16867         (battery-linux-proc-acpi): Ignore batteries that say "charged".
16869 2006-03-11  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
16871         * progmodes/octave-mod.el (octave-indent-for-comment):
16872         Behave according to do string.
16874 2006-03-11  Agustin Martin  <agustin.martin@hispalinux.es>
16876         * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
16877         Be visible only if major mode is Mail Mode.
16879         * textmodes/flyspell.el (flyspell-external-point-words)
16880         (flyspell-process-localwords): Fix last changes.
16882 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
16884         * calendar/holidays.el (list-holidays): Doc fix.
16886         * international/mule.el (auto-coding-alist): Add .odt
16887         (OpenOffice's open document) files.
16889         * files.el (auto-mode-alist): Add .odt (OpenOffice's open
16890         document) files.  Mention in the doc string the need to sync with
16891         auto-coding-alist.
16893 2006-03-10  Chong Yidong  <cyd@stupidchicken.com>
16895         * files.el (hack-local-variables-confirm): Don't prompt for ! if
16896         enable-local-variables is set to always query, or there is no
16897         savable variable.
16899 2006-03-10  Bill Wohler  <wohler@newt.com>
16901         * image.el (image-load-path-for-library): Merge at least three
16902         functions from Gnus and MH-E into this one function that can now
16903         be shared.
16905 2006-03-11  Nick Roberts  <nickrob@snap.net.nz>
16907         * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
16908         gdb-remove-mouse-face and remove help-echo too.
16909         (gdb-enqueue-input): Correct conditional clause.
16911 2006-03-10  Glenn Morris  <rgm@gnu.org>
16913         * calendar/calendar.el (calendar-holidays): Doc fix.
16914         * calendar/holidays.el (list-holidays): Doc fix.
16916 2006-03-10  Nick Roberts  <nickrob@snap.net.nz>
16918         * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
16919         it gets called in gdb-prompt anyway.
16920         (gdb-use-separate-io-buffer): Only restore window arrangement for
16921         gdb-many-windows.
16922         (gdb-enqueue-input): Make it harder to send GDB input when program
16923         is running.
16924         (gdb-buffer-list): New variable.
16925         (gdb-remove-mouse-face): New function.
16926         (gdb-starting): Use it when GDB input won't get sent.
16928 2006-03-08  Juanma Barranquero  <lekktu@gmail.com>
16930         * help.el (view-lossage): Remove trailing whitespace before
16931         inserting "\n".
16933 2006-03-07  Chong Yidong  <cyd@stupidchicken.com>
16935         * files.el (hack-local-variables-confirm):
16936         Set coding-system-for-read to nil before writing to .emacs.
16938         * arc-mode.el (archive-extract): Check if an existing buffer name
16939         comes from a different archive.
16941         * help.el (describe-key-briefly): If KEY is a down event, read and
16942         discard the up event.
16944 2006-03-07  Nick Roberts  <nickrob@snap.net.nz>
16946         * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
16947         be edited and use font-lock-warning-face for any changes.
16949         * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
16950         (gdb-edit-value): Use it to report any errors.
16952 2006-03-07  Juanma Barranquero  <lekktu@gmail.com>
16954         * help.el (describe-key): Remove leftover test code.
16956 2006-03-07  Carsten Dominik  <dominik@science.uva.nl>
16958         * textmodes/org.el: Move defvars out of eval-when-compile.
16959         Use buffer-file-name variable.
16960         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
16961         arg `file'.
16962         (org-level-faces): Remove startup dependency.
16963         (org-cycle, org-map-tree, org-scan-tags)
16964         (org-remember-handler): Don't call `outline-level' directly.
16965         (org-mhe-search-all-folders): New option.
16966         (org-mhe-get-message-folder-from-index)
16967         (org-mhe-get-message-folder): Fix indexing search.
16968         (org-format-agenda-item): Handle nil TAGS argument.
16969         (org-cleaned-string-for-export, org-activate-target-links)
16970         (org-make-target-link-regexp): Deal with empty radio target list.
16971         (org-tag): New face.
16972         (org-get-level-face): New function.
16973         (org-set-font-lock-defaults): Simplify setup for headlines.
16974         (org-complete): Pass common substring to `display-completion-list'.
16976 2006-03-06  David Ponce  <david@dponce.com>
16978         * tree-widget.el: Update Commentary header.
16979         (tree-widget-theme-name): Ignore parent themes.
16980         (tree-widget-set-parent-theme): New function.
16981         (tree-widget-set-theme): Use it.
16982         (tree-widget-set-image-properties): Move definition.  Does nothing
16983         if image properties have already been set.
16984         (tree-widget-image-properties): Move definition.  Receive an image
16985         name.  Set the :pointer property.
16986         (tree-widget-lookup-image): Doc fix.  Search in parent themes.
16987         Don't set the :pointer image property.
16988         (tree-widget-convert-widget): New function.  Handle :dynargs
16989         compatibility here.
16990         (tree-widget): Use it to :convert-widget.  Add the :expander-p
16991         predicate to control when the :expander function is entered.
16992         Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
16993         (tree-widget-value-create): Handle :expander-p.  widget-apply
16994         :expander.
16995         (tree-widget-expander-p): New function.  Default value of the
16996         :expander-p property.
16998 2006-03-06  Chong Yidong  <cyd@stupidchicken.com>
17000         * help.el (describe-key): Properly handle the return value of
17001         read-key-sequence when grabbing an up-event.  Cleanup mouse-1
17002         remaps.  Handle string and vector `follow-link' values.
17004 2006-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17006         * complete.el (PC-expand-many-files): Try be more careful when parsing
17007         the shell's output.
17009 2006-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
17011         * outline.el (hide-sublevels): Provide better interactive default.
17013 2006-03-06  Kenichi Handa  <handa@m17n.org>
17015         * international/fontset.el (create-fontset-from-fontset-spec):
17016         Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
17018 2006-03-05  Luc Teirlinck  <teirllm@auburn.edu>
17020         * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
17021         backslashes instead of one in regexp.
17022         (gud-tooltip-dereference): Add missing optional argument.
17024 2006-03-04  John Paul Wallington  <jpw@pobox.com>
17026         * wdired.el (toplevel): Require `cl' at compile-time.
17028 2006-03-04  Andreas Schwab  <schwab@suse.de>
17030         * server.el (server-process-filter): Handle errors during
17031         evaluation of the argument.
17033 2006-03-03  John Paul Wallington  <jpw@pobox.com>
17035         * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
17036         escape parentheses at beginning of line.
17037         (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
17038         (t-mouse-mode): Remove period from end of error message.
17040 2006-03-03  Agustin Martin  <agustin.martin@hispalinux.es>
17042         * textmodes/flyspell.el (flyspell-process-localwords):
17043         Be case-sensitive.
17045 2006-03-03  Martin Rudalics  <rudalics@gmx.at>
17047         * cus-edit.el (custom-quote): Remove function, since it has been
17048         moved to custom.el.
17050         * font-lock.el (lisp-font-lock-keywords-2)
17051         * emacs-lisp/rx.el (rx-check-any, rx-check-not)
17052         * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
17053         they have no special meaning.
17055         * midnight.el (clean-buffer-list): Handle case where base-buffer of
17056         indirect buffer gets killed before indirect buffer.  Use dolist.
17058 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
17060         * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
17061         value instead of a literal constant (1) on more pauses.
17063 2006-03-03  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
17065         * textmodes/flyspell.el (flyspell-external-point-words):
17066         Be case-sensitive.
17068 2006-03-03  Ryan Yeske  <rcyeske@gmail.com>
17070         * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
17071         with "www".
17073 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
17075         * allout.el: Restablish intermediate missing comment header to
17076         preserve outline structure.
17077         (allout-beginning-of-current-entry): Skip invisible text.
17078         (allout-open-topic): Fix opening a topic at end-of-buffer.
17079         (allout-minor-mode): Move nearer to allout-mode function.
17081 2006-03-02  Carsten Dominik  <dominik@science.uva.nl>
17083         * textmodes/org.el (org-paste-subtree): Remove (debug) form.
17085 2006-03-02  Nick Roberts  <nickrob@snap.net.nz>
17087         * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
17088         is nil.
17090         * progmodes/gud.el (gud-speedbar-menu-items):
17091         Use buffer-local-value and add missing :visible keyword.
17093         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
17095 2006-03-01  Carsten Dominik  <dominik@science.uva.nl>
17097         * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
17098         must be `follow-link'.
17100         * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
17102         * textmodes/org.el (org-export-as-html): Fix bugs in HTML
17103         formatting: No nested anchors.
17104         (org-all-targets): Fix bug with XEmacs compatibility.
17105         (org-read-date): Add (require 'parse-time).
17106         (org-set-tags): Fix bug with extra inserted space.
17107         (org-export-html-style): Define a style class for targets.
17108         (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
17109         (org-hide-leading-stars): New option.
17110         (org-hide): New face.
17111         (org-set-font-lock-defaults): Allow to hide leading stars.
17112         (org-get-legal-level, org-tr-level): New functions.
17113         (org-odd-levels-only): New option.
17114         (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
17115         (org-demote, org-promote): Deal with double-star levels.
17116         (org-convert-to-odd-levels): New command.
17118 2006-03-01  Nick Roberts  <nickrob@snap.net.nz>
17120         * speedbar.el (speedbar-update-localized-contents): Try to
17121         preserve window-start.
17122         (speedbar-update-directory-contents): Try to preserve window-start
17123         and window-point.
17124         (speedbar-update-special-contents): Don't move back to start of window.
17126         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
17127         gdb-speedbar-timer-fn.  Use speedbar-refresh instead of
17128         speedbar-timer-fn.
17129         (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
17130         (gdb-speedbar-expand-node): Use speedbar-delete-subblock
17131         instead of gdb-speedbar-timer-fn.
17133 2006-02-28  Jay Belanger  <belanger@truman.edu>
17135         * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
17136         (math-compose-expr): Use latex option when calling
17137         `math-compose-tex-matrix' for latex mode.
17139 2006-02-28  Nick Roberts  <nickrob@snap.net.nz>
17141         * speedbar.el: Re-instate comments about developing for speedbar
17142         [this is what info and gdb-ui use even if better methods exist now].
17144         * t-mouse.el: New file.
17145         (t-mouse-tty): Use with-temp-buffer.  Add more terminal types.
17146         (t-mouse-lispy-buffer-posn-from-coords): Remove.
17147         (t-mouse-make-event-element): Use posn-at-x-y instead.
17148         (t-mouse-make-event): Deal with Fedora Core 3.
17149         (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
17150         (t-mouse-mouse-position-function): New function.  Use it instead
17151         of advising mouse-position.
17152         (t-mouse-mode): New minor mode.
17153         (t-mouse-stop, t-mouse-run): Remove.  Use t-mouse-mode instead.
17155 2006-02-27  Glenn Morris  <rgm@gnu.org>
17157         * calendar/calendar.el (calendar-holidays): Doc fix.
17159 2006-02-27  Nick Roberts  <nickrob@snap.net.nz>
17161         * progmodes/gdb-ui.el (gdb-source-window): New variable.
17162         Re-introduce the concept of a source window.
17163         (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
17164         consistency with get-buffer-create.
17165         (def-gdb-auto-update-handler, gdb-info-locals-handler)
17166         (gdb-data-list-register-values-handler)
17167         (gdb-stack-list-locals-handler): Try to preserve window-start as
17168         well as window-point.
17169         (gdb-display-source-buffer): New function (old concept).
17170         (gdb-goto-breakpoint): Use it.
17172         * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
17173         for gdb-ui/gdb-mi (old concept).
17175 2006-02-27  Carsten Dominik  <dominik@science.uva.nl>
17177         * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
17178         binding.
17180         * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
17182         * textmodes/reftex-sel.el (reftex-select-label-map)
17183         (reftex-select-bib-map): Add `follow-mouse' binding.
17185 2006-02-26  Luc Teirlinck  <teirllm@auburn.edu>
17187         * jka-cmpr-hook.el (jka-compr-compression-info-list)
17188         (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
17189         Give :set functions to provide automatic updating.
17190         Update docstring.  Give compiler defvars early in the file
17191         and move the defcustoms to a later spot where all called functions
17192         are defined.
17193         (jka-compr-file-name-handler-entry): Doc fix.
17194         (jka-compr-compression-info-list--internal)
17195         (jka-compr-mode-alist-additions--internal)
17196         (jka-compr-load-suffixes--internal): New variables.
17197         (jka-compr-install): Set the three above variables.
17198         Update `load-file-rep-suffixes' instead of `load-suffixes'.
17199         (jka-compr-update, jka-compr-set): New functions.
17200         (auto-compression-mode): Doc fix.
17202         * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
17203         Update `load-file-rep-suffixes' instead of `load-suffixes'.
17204         Use jka-compr-compression-info-list--internal,
17205         jka-compr-mode-alist-additions--internal and
17206         jka-compr-load-suffixes--internal.
17208         * files.el (load-library):
17209         * loadhist.el (file-loadhist-lookup):
17210         * startup.el (command-line):
17211         * subr.el (locate-library):
17212         * emacs-lisp/autoload.el (update-directory-autoloads):
17213         * emacs-lisp/find-func.el (find-library-suffixes):
17214         Use `get-load-suffixes' instead of `load-suffixes'.
17216         * subr.el (locate-library):
17217         * emacs-lisp/find-func.el (find-library-name):
17218         Use `load-file-rep-suffixes' instead of '("").
17220 2006-02-26  Kim F. Storm  <storm@cua.dk>
17222         * ido.el (ido-save-history, ido-load-history): Simplify.
17223         Don't use find-file-noselect to avoid interference from other modes.
17225 2006-02-25  Thien-Thi Nguyen  <ttn@gnu.org>
17227         * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
17228         to use the default shell if filename is not available.
17229         Reported by Giorgos Keramidas.
17231 2006-02-25  John Williams  <jrw@pobox.com>  (tiny change)
17233         * progmodes/etags.el (tags-completion-table): Do completion from
17234         all the tables in the current list, as documented in the manual.
17236 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
17238         * CC Mode Update to 5.31.3.
17240 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
17242         * progmodes/cc-mode.el (c-postprocess-file-styles):
17243         Bind inhibit-read-only to t, around the call to
17244         c-remove-any-local-eval-or-mode-variables, so that it works on a
17245         RO file.
17247 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
17249         * progmodes/cc-awk.el: Correct a typo.
17251 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
17253         * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
17254         c-hungry-delete-backwards, at the request of RMS.  Leave the old
17255         name as an alias.
17257 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
17259         * progmodes/cc-mode.el: Correct a typo.
17261 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
17263         * progmodes/cc-defs.el: Update the version number to 5.31.3.
17265 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
17267         * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
17268         brace-else-brace (error due to mbeg, mend being undefined).
17270 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
17272         * progmodes/cc-mode.el: File Local variables: Solve the problem
17273         where both `mode' and c-file-offsets are specified: `mode' will
17274         overwrite c-f-o's settings:
17275         (c-remove-any-local-eval-or-mode-variables): New function.
17276         (c-postprocess-file-styles): Call the above new function, within
17277         c-tentative-buffer-change, to splat `mode' and `eval' before the
17278         second hack-local-variables.
17280 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
17282         * progmodes/cc-mode.el:
17283         [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
17284         (c-after-change): Protect the match data with save-match-data.
17285         It was getting corrupted by c-after-change-check-<>-operators.
17287         * progmodes/cc-defs.el: [Supersedes patch V1.38]:
17288         (top level): Check for a buggy font-lock-compile-keywords ONLY in
17289         XEmacs.  GNU Emacs 22 now has a check which would throw an error here.
17291         * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
17292         with save-match-data.  It was being corrupted when Font Lock was
17293         not enabled.
17295 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
17297         * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
17298         Mode and Subword Mode.
17300         * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
17301         real labels ("case 1:" or "foo:") from non-labels ("public:").
17302         (c-forward-objc-directive): Replace c-forward-token-2 with crude
17303         coding; c-f-t-2 doesn't move over a token at EOB.
17305         * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
17307         * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
17308         (c-update-modeline): Concatenate the minor mode indicators
17309         directly onto mode-name, removing c-submode-indicators.
17310         Sometimes, c-s-i got separated from the mode name on the mode line.
17312         * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
17313         (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
17315 2006-02-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
17317         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
17318         error message when there's an evaluation error to show whether
17319         it's loaded from source or not.
17320         (c-filter-ops): Make it available at runtime too to work when
17321         `c-make-init-lang-vars-fun' needs to evaluate from source.
17323 2006-02-24  Juanma Barranquero  <lekktu@gmail.com>
17325         * help.el (help): Revert last part of 2006-02-23 change (deletion
17326         of the `provide' call).
17328 2006-02-23  Juri Linkov  <juri@jurta.org>
17330         * compare-w.el (compare-windows-highlight): Add new value
17331         `persistent' and change :type from `boolean' to `choice'.
17332         (compare-windows-overlays1, compare-windows-overlays2):
17333         New internal variables.
17334         (compare-windows-highlight): If compare-windows-highlight is
17335         `persistent', add current overlays to compare-windows-overlays[12]
17336         instead of adding compare-windows-dehighlight to pre-command-hook.
17337         (compare-windows-dehighlight): Delete all overlays from
17338         compare-windows-overlays[12].
17340         * info.el (Info-search): Don't bind search-spaces-regexp to
17341         Info-search-whitespace-regexp in non-regexp isearch mode.
17343 2006-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17345         * help.el (describe-mode): Pass `mode-name' to format-mode-line.
17347 2006-02-23  Juanma Barranquero  <lekktu@gmail.com>
17349         * textmodes/org.el (org-xemacs-p)
17350         (org-export-html-show-new-buffer, org-table-may-need-update)
17351         (org-insert-item, org-mhe-get-message-real-folder)
17352         (org-mhe-get-message-folder-from-index)
17353         (org-mhe-get-message-folder, org-mhe-get-message-num)
17354         (org-mhe-get-header, org-make-org-heading-search-string)
17355         (org-make-org-heading-camel, org-table-sort-lines)
17356         (org-format-org-table-html, org-format-table-table-html):
17357         Fix typos in docstrings.
17359 2006-02-23  Carsten Dominik  <dominik@science.uva.nl>
17361         * textmodes/org.el (org-cleaned-string-for-export)
17362         (org-solidify-link-text): New function.
17363         (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
17364         XEmacs, just to silence the compiler.
17365         (org-export-as-ascii, org-export-as-html-and-open):
17366         Use `org-cleaned-string-for-export' and create internal links.
17367         (org-follow-mhe-link): Require mh-e, use folder.
17369 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
17371         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
17373         * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
17374         gdb-debug-log-length.
17375         (gdb-debug-ring): Rename from gdb-debug-log-ring.  Don't make
17376         it a real ring but...
17377         (gud-gdba-marker-filter): ...make it work like mark-ring.
17378         (gdb-enable-debug): Rename from gdb-enable-debug-log.
17379         (gdb-mouse-jump): New function.  Add bindings.
17381 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
17383         * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
17384         (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
17385         (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
17386         (gdb-debug-log-length): Customize it's length.
17387         (gud-watch, gdb-var-create-handler): Display function::var format
17388         but don't use to create variable object.
17389         (gdb-var-create-handler): Use message-box in place of message.
17390         (gdb-stopped): Call gdb-exited if signalled.
17392 2006-02-22  Carsten Dominik  <dominik@science.uva.nl>
17394         * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
17396         * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
17398         * textmodes/reftex.el (reftex-locate-file): Search all extensions
17399         if `reftex-try-all-extensions' is set.
17401         * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
17402         fail silently when there is no valid argument at point.
17403         (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
17404         `fail-silently' argument.  From a patch by David Reiter.
17406         * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
17407         New commands.
17408         (org-mark-ring): New variable.
17409         (org-mark-ring-length): New option.
17410         (org-open-at-point, org-goto, org-open-file): Push old position
17411         onto the mark ring.
17412         (org-add-hook): New function.
17413         (org-export-table-remove-special-lines): New option.
17414         (org-skip-comments, org-format-org-table-html): Respect new
17415         option `org-export-table-remove-special-lines'.
17416         (org-open-file): Allow special command configuration for
17417         directory link.
17418         (org-file-apps): Fix bugs in customize type, added setting
17419         for directories.
17420         (org-activate-tags, org-format-agenda-item, org-complete)
17421         (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
17422         (org-get-tags, org-get-buffer-tags, org-open-at-point)
17423         (org-link-search, org-make-org-heading-search-string)
17424         (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
17425         (org-radio-targets, org-file-link-context-use-camel-case)
17426         (org-activate-camels): New options.
17427         (org-update-radio-target-regexp, org-all-targets)
17428         (org-make-target-link-regexp, org-activate-target-links):
17429         New functions.
17430         (org-make-org-heading-search-string): New function.
17431         (org-store-link, org-insert-link): Use new option
17432         `org-file-link-context-use-camel-case'.
17433         (org-activate-camels): Use new option `org-activate-camels'.
17434         (org-link-regexp): Add mhe prefix.
17435         (org-open-at-point, org-store-link): Support for mhe links.
17436         (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
17437         (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
17438         (org-mhe-get-header, org-follow-mhe-link): New functions.
17439         (org-remove-angle-brackets, org-add-angle-brackets):
17440         New functions.
17441         (org-bracket-link-regexp): New constant.
17442         (org-read-date): Fix bug that was rejecting all typed dates.
17443         (org-link-search): Make hierarchy above visible after a match.
17444         (org-follow-bbdb-link): Inhibit electric mode for BBDB.
17445         (org-store-link): Fix bug with link creation when cursor is in
17446         an empty line.
17447         (org-open-at-point): Fix bug with matching a link.
17448         Fixed buggy argument sequence in call to `org-view-tags'.
17449         (org-compile-prefix-format): Set `org-prefix-has-tag'.
17450         (org-prefix-has-tag): New variable.
17451         (org-format-agenda-item): Remove tags from headline
17452         if appropriate.
17453         (org-agenda-remove-tags-when-in-prefix): New option.
17455 2006-02-21  Michael Kifer  <kifer@cs.stonybrook.edu>
17457         * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
17458         Fix the regular expressions.
17460 2006-02-21  Richard M. Stallman  <rms@gnu.org>
17462         * progmodes/sh-script.el (sh-mode): Set shell type based on file name
17463         if there's no other specific basis.
17465         * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
17466         as variables at all.
17467         (unsafep-variable): Rename arg; doc fix.
17469         * abbrevlist.el (list-one-abbrev-table): Add autoload.
17471         * calendar/appt.el (diary-selective-display): Add defvar.
17473         * sort.el (sort-columns): Use Posix arg syntax for `sort'.
17475         * isearch.el (search-whitespace-regexp): Fix custom type.
17477         * help.el (describe-key-briefly): Compute interactive args
17478         in same was as before previous change.
17480         * files.el (enable-local-variables): Doc fix.
17482 2006-02-21  Kim F. Storm  <storm@cua.dk>
17484         * fringe.el: Cleanup as file is now pre-loaded.
17485         (fringe-bitmaps): Initialize unconditionally.
17486         (fringe-mode, set-fringe-style): Remove autoload cookies.
17488 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
17490         * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
17491         `horizontal-bar'.
17492         (fringe-cursor-alist): Use `horizontal-bar'.
17494 2006-02-20  Kim F. Storm  <storm@cua.dk>
17496         * fringe.el (fringe-bitmaps): Update to new bitmap names.
17497         (fringe-indicator-alist, fringe-cursor-alist): Initialize.
17499         * loadup.el: Load "fringe" on window systems.
17501 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
17503         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
17504         out of scope components.
17506         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
17507         default.
17509 2006-02-20  Chong Yidong  <cyd@stupidchicken.com>
17511         * custom.el (customize-mark-to-save, customize-mark-as-set):
17512         Load the symbol first.
17514 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
17516         * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
17517         strech spec so it doesn't display as "^J" on the header line
17518         when `Buffer-menu-use-header-line' is t.
17520 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
17522         * speedbar.el (speedbar-make-button): Keep text properties
17523         of string arguments if desired.
17525         * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
17526         expessions.
17528         * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
17529         of speedbar.
17531 2006-02-19  Ryan Yeske  <rcyeske@gmail.com>
17533         * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
17534         to value of `read-file-name-completion-ignore-case'.
17536 2006-02-19  Chong Yidong  <cyd@stupidchicken.com>
17538         * custom.el (customize-mark-as-set): Push to `user' theme.
17540         * cus-edit.el (custom-save-variables): Allow unthemed values.
17541         (customize-set-variable): Push setting to `user' theme.
17543 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
17545         * progmodes/gud.el: Don't require font-lock as it's now
17546         automatically loaded.
17547         (gud-speedbar-buttons): Replace gdb-var-changed with
17548         gdb-force-update.
17550         * progmodes/gdb-ui.el (gdb-force-update): Rename from
17551         gdb-var-changed.
17552         (gdb-post-prompt): Use it.
17553         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
17554         (gdb-var-update-handler, gdb-var-delete)
17555         (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
17556         (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
17557         gdb-force-update in gdb-post-prompt.
17558         (gdb-reset): Clear watch expressions from speedbar when quitting.
17560 2006-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
17562         * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
17563         (viper-change-state-to-vi, viper-change-state-to-emacs):
17564         Make aware of cursor coloring in the Emacs state.
17565         (viper-special-read-and-insert-char): Use read-char-exclusive.
17566         (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
17568         * emulation/viper-init.el (viper-emacs-state-cursor-color):
17569         New variable.
17571         * emulation/viper-util.el (viper-save-cursor-color)
17572         (viper-get-saved-cursor-color-in-replace-mode)
17573         (viper-get-saved-cursor-color-in-insert-mode)
17574         (viper-restore-cursor-color): Make aware of the cursor color
17575         in Emacs state.
17576         (viper-get-saved-cursor-color-in-emacs-mode): New function.
17578         * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
17579         (ediff-ignore-case-option3, ediff-actual-diff-options)
17580         (ediff-actual-diff3-options): New variables to control case sensitivity.
17581         (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
17582         (ediff-setup-diff-regions3): Make aware of case-sensitivity.
17583         (ediff-toggle-ignore-case): New function.
17584         (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
17586         * ediff-help.el (ediff-long-help-message-narrow2)
17587         (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
17588         (ediff-long-help-message-word-mode): Add ignore-case command.
17589         (ediff-help-for-quick-help): Add ignore-case command.
17591         * ediff-merg.el: Move provide to the end.
17593         * ediff-ptch.el: Move provide to the end.
17595         * ediff-wind.el: Move provide to the end.
17597         * ediff-mult.el: Move provide to the end.
17598         (ediff-set-meta-overlay): Enable follow-link.
17600         * ediff.el: Move provide to the end.
17601         Break recursive load cycle in eval-when-compile.
17602         (ediff-patch-buffer): Better heuristics.
17604         * ediff-util.el: Move provide to the end.
17605         Break recursive load cycle in eval-when-compile.
17606         (ediff-setup-keymap): Add binding for #c.  Replace some defsubsts with
17607         defuns.
17608         (ediff-submit-report): Pass the values of ediff-diff3-program,
17609         ediff-diff3-options.
17611 2006-02-19  Juanma Barranquero  <lekktu@gmail.com>
17613         * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
17614         the opening bracket of the following bracketing pairs: {}, [], (), <>,
17615         `' (for example, in the docstring of `windmove-default-keybindings').
17617 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
17619         * progmodes/gud.el (gud-speedbar-buttons): Update properly for
17620         shadow face.  Don't provide binding to edit variable when it is
17621         out of scope.
17623         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
17624         (gdb-var-update-handler): Detect out of scope variables with pre
17625         GDB 6.4 too.
17626         (gdb-post-prompt): Revert change from 2006-02-17 (force update).
17627         Reset status of variable objects to nil in update handlers.
17628         (gdb-var-update-handler-1): Detect when a variable object comes
17629         in scope.  setcar on var changes gdb-var-list directly.
17631 2006-02-17  Juri Linkov  <juri@jurta.org>
17633         * ffap.el (ffap) <defface>: Add explicit face declaration.
17634         (ffap-highlight): Use face `ffap' directly instead of checking
17635         for its existence.
17637         * icomplete.el (icomplete-get-keys): Use `t' for the second arg
17638         `visible-ok' of `other-buffer' to find the right original buffer.
17640         * info.el (Info-search): Skip `Local Variables' node.
17642 2006-02-17  Juri Linkov  <juri@jurta.org>
17644         * info.el (Info-find-file): Check for symbols `apropos', `history',
17645         `toc' in the input filename, and return these symbols as is.
17646         (Info-find-node-2): Set Info-current-file to symbols `apropos',
17647         `history', `toc' instead of strings.
17648         (Info-set-mode-line): For non-string Info-current-file use the
17649         symbol's name inside **.
17650         (Info-isearch-push-state): Add quote before Info-current-file and
17651         Info-current-node.
17652         (Info-isearch-pop-state): Use `equal' instead of `string='.
17653         (Info-extract-pointer, Info-following-node-name): Use
17654         `match-string-no-properties' instead of `match-string'.
17655         (Info-up): Check `old-file' for `stringp'.
17656         (Info-history): Use `equal' instead of `string-equal'.
17657         Check `file' for `stringp'.
17658         (Info-history): Use symbol `history' instead of string as first arg
17659         of `Info-find-node'.
17660         (Info-toc): Check `Info-current-file' for `stringp'.  Use symbol
17661         `toc' instead of string.
17662         (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
17663         instead of `buffer-substring', and `match-string-no-properties'
17664         instead of `match-string'.
17665         (Info-index-nodes): Check for symbols `apropos', `history', `toc'
17666         instead of strings.
17667         (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
17668         Use symbol `apropos' instead of string.
17669         (Info-copy-current-node-name): Check `Info-current-file' for
17670         `stringp' and construct a command with `Info-find-node' from it.
17671         (Info-fontify-node): Use `match-string-no-properties' instead of
17672         `match-string' and check file names for `stringp'.
17673         (Info-desktop-buffer-misc-data): Check for symbols `apropos',
17674         `history', `toc' instead of strings.
17676 2006-02-17  Chong Yidong  <cyd@stupidchicken.com>
17678         * files.el: Rearrange functions and variables in the file local
17679         variables section.
17681 2006-02-17  Reiner Steib  <Reiner.Steib@gmx.de>
17683         * files.el: Add truncate-lines, ispell-check-comments and
17684         ispell-local-dictionary as safe local variables.
17686 2006-02-18  Nick Roberts  <nickrob@snap.net.nz>
17688         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
17689         out of scope variables.
17690         (gud-speedbar-buttons): Use unless.
17692         * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
17693         (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
17694         (gdb-show-changed-values): Also use for out of scope variables.
17695         (gdb-var-update-handler-1): Note if variable goes out of scope.
17697 2006-02-17  Ryan Yeske  <rcyeske@gmail.com>
17699         * net/rcirc.el (rcirc-connect): Make all arguments optional, and
17700         default to global variable values for unsupplied args.
17701         (rcirc-get-buffer-create): Fix bug with setting the target.
17702         (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
17703         test for rcirc-always-use-server-buffer-flag here.
17704         (rcirc-response-formats): Add %N, which is a facified nick.  %n
17705         uses the default face.  Change the ACTION format string.  If the
17706         "nick" is the server, don't print anything for that field.
17707         Comment fixes.
17708         (rcirc-target-buffer): Don't test
17709         rcirc-always-use-server-buffer-flag here.
17710         (rcirc-print): Squeeze extra spaces out of the text before message.
17711         (rcirc-put-nick-channel): Strip potential "@" char from nick
17712         before adding them to nick table.
17713         (rcirc-url-regexp): Improve to match address like "foo.com".
17715 2006-02-17  Eli Zaretskii  <eliz@gnu.org>
17717         * allout.el (allout-hidden-p): Move this defsubst before
17718         allout-overlay-interior-modification-handler, where it is first
17719         used.
17721 2006-02-17  Ken Manheimer  <ken.manheimer@gmail.com>
17723         * allout.el: Use allout invisible-text overlays instead of
17724         selective display for concealed text.  Also, lots of general
17725         cleanup, and improved compatibility code.
17727         (allout-version): Incremented, corrected, revised, and refined
17728         module commentary.
17730         (provide 'allout): Moved to the bottom, added a require of overlay.
17732         (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
17733         `except-current'.
17734         (allout-write-file-hook-handler): Minimize delay.
17735         (count-trailing-whitespace-region): New function so
17736         auto-encryption of current topic can resituate cursor exactly.
17737         PGP/GPG encryption trims trailing whitespace from lines, which
17738         must be accounted for across encryption then decryption.
17740         (allout-command-prefix): Now defaults to "\C-c<space>" rather than
17741         just plain "\C-c", to avoid intruding on user's keybinding space.
17743         (allout-toggle-current-subtree-encryption): Pass along fetch-pass
17744         parameter, so user request to provide a new password is done.
17746         (allout-outside-normal-auto-fill-function, allout-auto-fill):
17747         Refined mechanism for auto-filling behavior while in allout mode.
17749         (allout-mode): Explicitly specify the mode map in the docstring.
17750         Clarify provision for various write-file hook var names.
17751         Adjusted for invisible-text overlays instead of selective-display.
17753         (allout-depth): Really return 0 if not within any topic.  This
17754         rectifies `allout-beginning-of-level' and sequence numbering
17755         errors that occur when cutting and pasting numbered topics.
17756         Changed from a in-line subst to a regular function, as well.
17758         (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
17760         (allout-end-of-subtree, allout-end-of-subtree)
17761         (allout-end-of-entry, allout-end-of-current-heading)
17762         (allout-next-visible-heading, allout-open-topic, allout-show-entry)
17763         (allout-show-children, allout-show-to-offshoot)
17764         (allout-hide-current-entry, allout-show-current-entry): Rectified
17765         handling of trailing blank lines between items.
17767         (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
17768         (allout-current-depth, allout-unprotected, allout-hidden-p)
17769         (allout-on-current-heading-p, allout-listify-exposed)
17770         (allout-chart-subtree, allout-goto-prefix)
17771         (allout-back-to-current-heading, allout-get-body-text)
17772         (allout-snug-back, allout-flag-current-subtree, allout-show-all)
17773         (allout-hide-region-body, allout-toggle-subtree-encryption)
17774         (allout-encrypt-string, allout-encrypted-key-info)
17775         (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
17776         (allout-file-vars-section-data): Adjusted for use with
17777         invisible-text overlays instead of selective-display.
17779         (allout-kill-line, allout-kill-topic, allout-yank-processing):
17780         Reworked for use with invisible text overlays.
17782         (allout-current-topic-collapsed-p): New function.
17784         (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
17785         to know when to close the containing topic.
17787         (allout-pre-command-business, allout-post-command-business):
17788         Simplify undo-batching and dynamic isearch exposure.
17790         (allout-set-overlay-category): New for invisible-text overlays.
17791         Sets properties of allout-overlay-category, used by
17792         allout-flag-region to set invisible-text overlay properties.
17793         (allout-get-invisibility-overlay): Get the first qualifying
17794         invisibility overlay, so we can find the extent of it.
17795         (allout-back-to-visible-text): Get to just before the beginnining
17796         of the current invisibility overlay, if any.
17798         (allout-overlay-insert-in-front-handler)
17799         (allout-overlay-interior-modification-handler)
17800         (allout-before-change-handler, allout-isearch-end-handler): New
17801         functions to handle extraordinary actions affecting concealed
17802         text.
17804         (allout-flag-region): Use overlays instead of selective-display
17805         for invisible text - by inheritence from the properties of
17806         allout-overlay-category in mainline Emacs, and applied
17807         property-by-property in XEmacs, some recent versions of which
17808         don't inherit the properties from the category.  Provisions to
17809         respond to concealed-text edits simplified drastically.
17811         (allout-isearch-rectification, allout-isearch-was-font-lock)
17812         (allout-isearch-expose, allout-enwrap-isearch)
17813         (allout-isearch-abort, allout-pre-was-isearching)
17814         (allout-isearch-prior-pos, allout-isearch-did-quit)
17815         (allout-isearch-dynamic-expose)
17816         (allout-hide-current-entry-completely): Functions deleted.
17818         (allout-undo-aggregation): Explicit undo aggregation no longer
17819         necessary due to transition away from selective-display.
17821         (set-allout-regexp, allout-up-current-level)
17822         (allout-next-visible-heading, allout-forward-current-level)
17823         (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
17824         (allout-kill-line, allout-yank-processing, allout-show-children)
17825         (allout-expose-topic, allout-old-expose-topic)
17826         (allout-listify-exposed, allout-insert-latex-header)
17827         (allout-toggle-subtree-encryption, allout-encrypt-string)
17828         (remove-from-invisibility-spec, allout-hide-current-subtree):
17829         Ditched unused variables.
17831 2006-02-17  Agustin Martin  <agustin.martin@hispalinux.es>
17833         * textmodes/ispell.el (ispell-change-dictionary): Call
17834         ispell-buffer-local-dict instead of
17835         ispell-accept-buffer-local-defs.
17836         (ispell-local-dictionary-alist): Accept as valid any coding-system
17837         supported by Emacs.
17838         (ispell-dictionary-alist-3): Esperanto dictionary's coding system
17839         changed to iso-8859-3.
17841 2006-02-17  Nick Roberts  <nickrob@snap.net.nz>
17843         * speedbar.el (speedbar-frame-width): Make an inline function
17844         instead of a macro.  Use frame-width.
17845         (speedbar-try-completion, speedbar-update-contents)
17846         (speedbar-timer-fn): Use consp.
17847         (speedbar-update-localized-contents): Try to preserve point.
17849         * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
17850         (menu): Re-order menu items.
17851         (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
17852         field.
17853         (gdb-var-update-handler-1): Use it for GDB 6.4+.
17854         (gdb-post-prompt): Speed things by not forcing update.
17856 2006-02-16  Chong Yidong  <cyd@stupidchicken.com>
17858         * wid-edit.el (widget-button-click): For mouse-1, cancel button
17859         press and perform default action if we get a mouse movement event.
17861 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
17863         * calendar/icalendar.el (icalendar--get-event-property)
17864         (icalendar--get-event-property-attributes): Fix typos in
17865         docstrings.
17867         * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
17868         docstring.
17870 2006-02-15  Juanma Barranquero  <lekktu@gmail.com>
17872         * bs.el (bs-mode): Use `buffer-disable-undo'.
17873         (bs--get-file-name): Simplify.
17874         (bs-show-in-buffer): Mark the buffer as not modified.
17876 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
17878         * wid-edit.el (widget-keymap): Bind down-mouse-1 to
17879         widget-button-click.
17881         * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
17882         (custom-mode): Update docstring.
17884         * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
17885         binding.
17887         * files.el (hack-local-variables-confirm): Allow scrolling if the
17888         file variable list is too long.  Kill temp buffer after use.
17890 2006-02-15  Nick Roberts  <nickrob@snap.net.nz>
17892         * progmodes/gud.el (gdb): Improve doc string.
17893         (gdb-script-font-lock-keywords): Expand allowed character set.
17895         * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
17896         (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
17897         (gdb-separate-io-interrupt, gdb-separate-io-quit)
17898         (gdb-separate-io-stop, gdb-separate-io-eof):
17899         Rename from gdb-inferior-* to gdb-separate-*.
17900         (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
17902 2006-02-14  Jay Belanger  <belanger@truman.edu>
17904         * calc/calc-arith.el (math-check-known-scalarp): Make sure
17905         expression is a symbol before checking that it is bound.
17907         * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
17908         test to see if equation can be solved.
17910 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
17912         * wid-edit.el (widget-button-click): Use :pressed-face property
17913         for overlay face, if it exists.
17915         * cus-edit.el (custom-manual, custom-add-see-also)
17916         (custom-add-parent-links, custom-group-link): Add :pressed-face
17917         property to links.
17919         * files.el (hack-local-variables): Remove ignored variables before
17920         checking if any variables need setting.
17922 2006-02-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17924         * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
17926 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
17928         * help.el (where-is): Fix message for remapped commands.
17930         * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
17931         Fix typos in docstrings.
17933 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
17935         * files.el (safe-local-variable-values): New option.
17936         (hack-local-variables-prop-line): Return a list of variable-value
17937         pairs if MODE-ONLY is non-nil.
17938         (hack-local-variables): Construct list of variable-value pairs,
17939         and apply or reject them in one go.  Ask for confirmation if
17940         variables are not known safe.
17941         (hack-local-variables-confirm): Complete rewrite.  Support
17942         `safe-local-variable-values'.
17943         (enable-local-variables): Update docstring to reflect new
17944         behavior.
17945         (ignored-local-variables): Ignore ignored-local-variables and
17946         safe-local-variable-values.
17947         (safe-local-variable-p): New function.
17948         (risky-local-variable-p): `safe-local-variable' property check
17949         moved to safe-local-variable-p.
17950         (hack-one-local-variable): Checks moved to hack-local-variables.
17952         (byte-compile-dynamic, c-basic-offset, c-file-style)
17953         (c-indent-level, comment-column, fill-column, fill-prefix)
17954         (indent-tabs-mode, kept-new-versions, no-byte-compile)
17955         (no-update-autoloads, outline-regexp, page-delimiter)
17956         (paragraph-start, paragraph-separate, sentence-end)
17957         (sentence-end-double-space tab-width, version-control):
17958         Add `safe-local-variable' property.
17960         * find-lisp.el: Delete nonexistent `autocompile' file variable.
17962         * icomplete.el, play/landmark.el: Change nonexistent
17963         `outline-layout' file variable to `allout-layout'.
17965 2006-02-14  Nick Roberts  <nickrob@snap.net.nz>
17967         * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
17968         (gdb-get-changed-registers): Test value of gud-minor-mode relative
17969         to gud-comint-buffer.
17970         (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
17971         gdb-ui.el for gdb-mi.el.
17972         (gdb-post-prompt, gdb-get-changed-registers): Move test for
17973         registers buffer to gdb-get-changed-registers.
17974         (gdb-breakpoint-regexp): New regexp.  Allow toggling and
17975         deletion of catchpoints (throw and catch).
17976         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
17977         (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
17978         (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
17979         (gdb-var-list-children-1, gdb-info-breakpoints-custom)
17980         (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
17982 2006-02-13  Jay Belanger  <belanger@truman.edu>
17984         * calc/calc-arith.el (math-check-known-matrixp): Make sure
17985         expression is a symbol before checking that it is bound.
17987 2006-02-13  Richard M. Stallman  <rms@gnu.org>
17989         * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
17990         for the minibuffer too, but not if resize-mini-windows will interfere.
17992         * help.el (describe-key-briefly, describe-key): Do all arg-reading
17993         inside `interactive' spec.
17994         (describe-key-briefly-internal, describe-key-internal):
17995         Functions merged back into their callers.
17997 2006-02-13  Martin Rudalics  <rudalics@gmx.at>
17999         * info.el (info-xref-visited): Inherit from info-xref too.
18000         (Info-set-mode-line): Replace occurrences of `%' by `%%'
18001         when propertizing Info-current-file and Info-current-node.
18003 2006-02-13  Juri Linkov  <juri@jurta.org>
18005         * tumme.el (tumme-thumbnail-storage): Fix docstring.
18006         (tumme-thumb-name): Fix per-directory format.
18008 2006-02-13  Juanma Barranquero  <lekktu@gmail.com>
18010         * subr.el (substitute-key-definition): Doc fix (hide internal arg).
18012 2006-02-12  Miles Bader  <miles@gnu.org>
18014         * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
18016 2006-02-13  Mathias Dahl  <mathias.dahl@gmail.com>
18018         * tumme.el: Remove history section.  If someone needs the it, it
18019         can always be found in CVS.
18021 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
18023         * tumme.el (tumme-thumbnail-storage): Update docstring.  Add info
18024         about the Thumbnail Managing Standard option.
18026 2006-02-12  Richard M. Stallman  <rms@gnu.org>
18028         * subr.el (substitute-key-definition): Doc fix.
18030         * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
18032         * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
18034         * info.el (Info-mode): Doc fix.
18036         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
18038 2006-02-12  Michael Albinus  <michael.albinus@gmx.de>
18040         * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
18041         because on Solaris a POSIX compatible "id" is needed.  Reported by
18042         Magnus Henoch <mange@freemail.hu>.
18044 2006-02-12  Juri Linkov  <juri@jurta.org>
18046         * tumme.el: Remove todo item about Thumbnail Managing Standard.
18047         (tumme) <defgroup>: Change :group to `multimedia'.
18048         (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
18049         Managing Standard.
18050         (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
18051         Fix dostring.
18052         (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
18053         and %y.  Fix docstring.
18054         (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
18055         (tumme-cmd-create-standard-thumbnail-command): New user options.
18056         (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
18057         is `standard'.  Fix docstring.
18058         (tumme-thumb-width, tumme-thumb-height): New user options.
18059         (tumme-external-viewer): Try to find various viewers.
18060         (tumme-get-thumbnail-image): Use `create-image' instead of
18061         constructing the `image' structure.
18062         (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
18063         `standard'.
18064         (tumme-thumb-name): Add file name generation for standard storage.
18065         Simplify code for other storages.
18066         (tumme-thumb-name): Use width %w and height %h instead of size %s.
18067         Add modification time %m and thumbnail-nq8 %q.
18068         Use `tumme-cmd-create-standard-thumbnail-command' if
18069         tumme-thumbnail-storage is `standard'.
18070         (tumme-dired-insert-marked-thumbs): New autoload command.
18071         (tumme-dired-after-readin-hook): New function.
18072         (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
18073         `tumme-thumb-size'.
18074         (tumme-display-image): Replace size-x %x and size-y %y with
18075         width %w and height %h.
18077         * dired.el (dired-mode-map): Bind `\C-t\C-t' to
18078         `tumme-dired-insert-marked-thumbs'.
18080 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
18082         * tumme.el (tumme-write-tag): Fix small bug (file name did not
18083         include path).
18084         (tumme-mark-tagged-files): Fix bug in regexp used to find rows
18085         matching tag.
18087 2006-02-12  Miles Bader  <miles@gnu.org>
18089         * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
18090         New variables.
18091         (rcirc-abbrev-nick): New function.
18092         (rcirc-format-response-string): Rewrite to use the formats in
18093         `rcirc-response-formats' and expand escape sequences therein.
18094         A text-property `rcirc-text' is added over the actual response
18095         text to make easy to find inside the returned string.
18096         (rcirc-print): When filling, just look for the `rcirc-text'
18097         text-property to find the appropriate fill prefix, instead of
18098         using hardwired patterns.
18100 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
18102         * tumme.el: Enhance some docstrings.  Add todo item about Thumbnail
18103         Managing Standard.
18105 2006-02-11  Kim F. Storm  <storm@cua.dk>
18107         * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
18108         Don't use insert-buffer; do insert-buffer-substring directly.
18109         (ido-file-internal): Set mark for ido-insert-file.  Use insert-file-1.
18111 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
18113         * files.el (revert-buffer, recover-file): Replace buffer-read-only
18114         with inhibit-read-only.  Suggested by Stefan Monnier.
18115         (revert-buffer): Let insert-file-contents discard
18116         buffer-undo-list.  Simplify code.
18117         (find-file, find-file-existing, revert-buffer): Doc-string fixes.
18119 2006-02-11  Eli Zaretskii  <eliz@gnu.org>
18121         * menu-bar.el (menu-bar-select-yank): Add a doc string.
18123         * help.el (describe-key-briefly): Now a wrapper for
18124         describe-key-briefly-internal.  Bind enable-disabled-menus-and-buttons
18125         to t.  Populate yank-menu if empty.
18126         (describe-key-briefly-internal): Renamed from describe-key-briefly.
18127         (describe-key): Now a wrapper for describe-key-internal.  Bind
18128         enable-disabled-menus-and-buttons to t.  Populate yank-menu if empty.
18129         (describe-key-internal): Renamed from describe-key.
18131 2006-02-11  Milan Zamazal  <pdm@zamazal.org>
18133         * progmodes/glasses.el (glasses-separator): Doc fix.
18134         (glasses-original-separator): New defcustom.
18135         (glasses-make-readable, glasses-convert-to-unreadable): Use it.
18137 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
18139         * mwheel.el (mouse-wheel-up-event): Doc fix.
18141 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
18143         * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
18144         (tumme-dir): New function.  Copied from thumbs.el.
18146 2006-02-10  Juanma Barranquero  <lekktu@gmail.com>
18148         * desktop.el (desktop-outvar): Fix typo.
18149         (desktop-save-buffer-p): Doc fix.
18151         * subr.el (substitute-key-definition): Fix typo.
18153 2006-02-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18155         * frame.el (select-frame-set-input-focus): Call x-focus-frame also
18156         when window-system is mac.
18158         * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
18160 2006-02-10  Kim F. Storm  <storm@cua.dk>
18162         * subr.el (substitute-key-definition-key): Pass t for NOERROR to
18163         indirect-function instead of using condition-case.
18165 2006-02-10  Mathias Dahl  <mathias.dahl@gmail.com>
18167         * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
18168         less `colloquial'...
18170 2006-02-09  Mathias Dahl  <mathias.dahl@gmail.com>
18172         * tumme.el: Add a couple of todo items.
18174 2006-02-09  Lars Hansen  <larsh@soem.dk>
18176         * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
18177         (highlight-changes-mode): Don't change desktop-locals-to-save.
18179 2006-02-09  Chong Yidong  <cyd@stupidchicken.com>
18181         * image-mode.el (image-toggle-display): Clear image cache if using
18182         filename.
18184 2006-02-09  Masatake YAMATO  <jet@gyve.org>
18186         * dired-x.el (dired-guess-shell-alist-default): Add .man as
18187         a `dired-man' target.
18189         * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
18190         boundary of symbols.
18192 2006-02-08  Peter Doornbosch  <peter.doornbosch@luminis.nl>  (tiny change)
18194         * vc-svn.el (vc-svn-print-log): Show recent commits as well.
18196 2006-02-09  Juanma Barranquero  <lekktu@gmail.com>
18198         * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
18199         `mapcar'; return nil.
18201 2006-02-08  Chong Yidong  <cyd@stupidchicken.com>
18203         * mouse.el (mouse-drag-track): Don't change window if we rebind to
18204         some other event.
18206 2006-02-08  Ryan Yeske  <rcyeske@gmail.com>
18208         * net/rcirc.el (rcirc-startup-channels-alist):
18209         Add irc.freenode.net and #emacs as defaults.
18210         (rcirc-ignore-all-activity-flag): Remove variable.
18211         (rcirc-authinfo): New variable.
18212         (rcirc-authinfo-filename): Remove variable.
18213         (rcirc-always-use-server-buffer-flag): New flag.
18214         (rcirc): M-x rcirc will automatically connect without prompting.
18215         C-u M-x rcirc will prompt.  Use rcirc-connect to create a
18216         connection in lisp.
18217         (rcirc-process-server-response-1): Remove everything but the nick
18218         portion of the sender so it doesn't need to be done everywhere
18219         else.  Update related code.
18220         (global-map): Remove global keybindings.
18221         (rcirc-get-buffer-create): Make sure rcirc-topic is set.
18222         (rcirc-send-input): Split into several functions.
18223         (rcirc-process-input-line, rcirc-process-message)
18224         (rcirc-process-command): New functions.
18225         (rcirc-target-buffer): New function to determine where to route
18226         messages.
18227         (rcirc-user-nick): Save match data.
18228         (rcirc-toggle-ignore-buffer-activity)
18229         (rcirc-update-activity-string): Remove global ignore functionality,
18230         which can be done now by toggling rcirc-track-minor-mode.
18231         (rcirc-track-minor-mode-map): New keymap.
18232         (rcirc-track-minor-mode): New minor-mode.
18233         (ignore): Make the ignore output nicer.  Always print it when
18234         adding or removing nicks.
18235         (rcirc-url-regexp): Improve.
18236         (rcirc-mangle-text): Remove properties before using text in the
18237         modeline.
18238         (rcirc-authenticate): Authentication data comes from
18239         rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
18240         (rcirc-server-prefix): Inherit from rcirc-server.
18242 2006-02-08  Mathias Megyei  <Mathias.Megyei@micronas.com>  (tiny change)
18244         * Makefile.in (compile): Append "|| true" to the end of the `find'
18245         command, like compile-always does.
18247 2006-02-08  Sam Steingold  <sds@gnu.org>
18249         * net/tramp.el (tramp-maybe-open-connection): Do not wait for
18250         output from a dead connection.
18252 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
18254         * dired.el (dired-mode-map): Add more bindings for tumme.
18256 2006-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
18258         * wdired.el (wdired-mode-map): Use remap.
18259         (wdired-get-filename): Massage.
18260         (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
18261         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
18262         `keymap' property rather than `local-map'.
18264 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
18266         * tumme.el (tumme-get-thumbnail-image): New utility function.
18267         Suggested by from Chong Yidong.
18268         (tumme-dired-with-window-configuration): Rename from
18269         `tumme-dired'.  Add code to save window configuration.
18270         (tumme-restore-window-configuration): New command to restore the
18271         window configuration that `tumme-dired-with-window-configuration'
18272         saves before it changes the window configuration.
18273         (tumme-show-all-from-dir): New command to display thumbnails for
18274         all files in a directory entered by the user, like M-x thumbs.
18275         (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
18276         have been created.
18277         (tumme-display-thumbnail-original-image): Call `display-buffer'.
18278         (obsolete-tumme-display-thumbnail-original-image-and-buffer):
18279         Remove obsolete test function.
18281 2006-02-07  Juanma Barranquero  <lekktu@gmail.com>
18283         * vc.el (small-temporary-file-directory): Remove defvar; there's
18284         a defcustom for it in files.el.
18286         * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
18287         Fix typo in message.
18288         (tumme-gallery-generate): Fix typo in `error' message.
18289         (tumme-display-window-height-correction)
18290         (tumme-display-window-width-correction, tumme-line-up-dynamic)
18291         (tumme-line-up-interactive): Dox fixes.
18292         (tumme-cmd-rotate-original-options, tumme-display-properties-format)
18293         (tumme-restore-window-configuration, tumme-format-properties-string)
18294         (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
18295         Fix typos in docstrings.
18297 2006-02-07  Chris Moore  <christopher.ian.moore@gmail.com>
18299         * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
18301 2006-02-07  Nick Roberts  <nickrob@snap.net.nz>
18303         * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
18304         User should use hook if desired.
18306         * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
18307         buffer if necessary.
18308         (gdb-delete-frame-or-window): New function.
18309         (gdb-breakpoints-mode-map): Bind "q" to it.
18311 2006-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18313         * textmodes/nroff-mode.el: Clean up name space.
18314         (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
18315         (nroff-mode): Obey the global setting of nroff-electric-mode.
18316         (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
18318         * calendar/calendar.el (calendar-increment-month): Typo in last change.
18320 2006-02-06  Thien-Thi Nguyen  <ttn@gnu.org>
18322         * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
18324 2006-02-06  Lars Hansen  <larsh@soem.dk>
18326         * generic-x.el (etc-fstab-generic-mode): Add file system types
18327         cifs and usbdevfs.  Allow special chars in file names.
18329 2006-02-05  Jay Belanger  <belanger@truman.edu>
18331         Update copyright notices of the files in lisp/calc.
18333 2006-02-05  Romain Francoise  <romain@orebokech.com>
18335         Update copyright notices of all files in the lisp/play directory.
18337 2006-02-04  Luc Teirlinck  <teirllm@auburn.edu>
18339         * ldefs-boot.el: Regenerate.
18341         * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
18343 2006-02-05  Kim F. Storm  <storm@cua.dk>
18345         * files.el (magic-mode-regexp-match-limit): New defvar.
18346         (set-auto-mode): Use it to limit magic-mode-alist matching.
18348 2006-02-04  Eli Zaretskii  <eliz@gnu.org>
18350         * info.el (Info-index, Info-mode): Improve the description of the
18351         `i' command.
18353         * ldefs-boot.el: Regenerate.
18355 2006-02-03  Werner Lemberg  <wl@gnu.org>
18357         * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
18358         greedy to find the closing bracket in \*[...] and similar
18359         expressions.  This is a first rough fix -- many additional
18360         refinements are necessary to make nroff mode really usable with groff.
18362 2006-02-03  Jens Petersen  <petersen@redhat.com>  (tiny change)
18364         * international/mule-cmds.el (set-locale-environment):
18365         Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
18366         libX11.
18368 2006-02-03  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
18370         * arc-mode.el (archive-maybe-copy): Fix the way directories in the
18371         archive are created in archive-tmpdir.
18373 2006-02-02  John Paul Wallington  <jpw@pobox.com>
18375         * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
18376         (ibuffer-fontification-alist): Use it.
18377         (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
18378         to "* z" and the Ibuffer Mark menu.
18380         * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
18382 2006-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
18384         * textmodes/table.el (*table--cell-describe-mode)
18385         (*table--cell-describe-bindings): Undo last change since
18386         print-help-return-message is not obsoleted by anything at all.
18388 2006-02-02  Luc Teirlinck  <teirllm@auburn.edu>
18390         * emulation/cua-base.el (cua-mode): Doc fix.
18392 2006-02-02  Juanma Barranquero  <lekktu@gmail.com>
18394         * dframe.el (dframe-handle-make-frame-visible)
18395         (dframe-handle-iconify-frame, dframe-get-focus)
18396         (dframe-select-attached-frame, dframe-power-click)
18397         (dframe-frame-mode): Fix typos in docstrings.
18399         * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
18400         (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
18401         Fix typos in docstrings.
18403         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
18404         (hi-lock-face-buffer, hi-lock-font-lock-hook)
18405         (hi-lock-archaic-interface-message-used)
18406         (hi-lock-file-patterns-range): Fix typos in docstrings.
18408         * savehist.el (savehist-loaded, savehist-load, savehist-install)
18409         (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
18411         * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
18412         Fix typo in docstring.
18414         * net/newsticker.el (newsticker--decode-iso8601-date)
18415         (newsticker--set-customvar, newsticker--buffer-insert-item)
18416         (newsticker--do-run-auto-mark-filter)
18417         (newsticker--parse-generic-feed): Doc fixes.
18418         (newsticker--retrieval-timer-list, newsticker-url-list)
18419         (newsticker-hide-immortal-items-in-echo-area)
18420         (newsticker-hide-obsolete-items-in-echo-area)
18421         (newsticker-new-item-face, newsticker--enclosure)
18422         (newsticker-buffer-update, newsticker-w3m-show-inline-images)
18423         (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
18424         (newsticker--parse-generic-feed, newsticker--cache-contains)
18425         (newsticker--stat-num-items, newsticker-download-enclosures):
18426         Fix typos in docstrings.
18428         * net/rcirc.el (rcirc-debug): Doc fix.
18429         (rcirc-fill-column, rcirc-receive-message-hooks)
18430         (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
18431         (rcirc-mode, rcirc-generate-new-buffer-name)
18432         (rcirc-startup-channels, rcirc-ignore-update-automatic)
18433         (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
18434         Fix typos in docstrings.
18435         (rcirc-print): "?\ " -> "?\s".
18436         (rcirc-cmd-join): Improve argument/docstring consistency.
18438 2006-02-01  Mark A. Hershberger  <mah@everybody.org>
18440         * xml.el (xml-parse-region): Move save-excursion and set-buffer up
18441         before narrow-to-region.
18443 2006-02-01  Richard M. Stallman  <rms@gnu.org>
18445         * simple.el (move-beginning-of-line): Scan properly for invis change.
18447         * replace.el (multi-occur-in-matching-buffers): Fix prev change.
18449 2006-02-01  Michael Albinus  <michael.albinus@gmx.de>
18451         * net/tramp.el (tramp-convert-file-attributes): Set file's gid
18452         change bit only when id-format is 'integer.  Reported by Matt
18453         Hodges <M.P.Hodges@rl.ac.uk>.
18455 2006-02-01  Juanma Barranquero  <lekktu@gmail.com>
18457         * hilit-chg.el (highlight-changes-initial-state)
18458         (highlight-changes-global-initial-state): Doc fixes.
18459         (highlight-changes-global-modes, global-highlight-changes):
18460         Fix typos in docstrings.
18462 2006-02-01  Kim F. Storm  <storm@cua.dk>
18464         * emulation/cua-base.el (cua-mode): Mention that CUA enables
18465         transient-mark-mode in doc string.
18467 2006-01-31  Richard M. Stallman  <rms@gnu.org>
18469         * replace.el (multi-occur): Doc fix.
18470         (multi-occur-in-matching-buffers): Rename from
18471         multi-occur-by-filename-regexp.  Prefix arg says match
18472         buffer names instead of file names.
18474 2006-01-31  Juanma Barranquero  <lekktu@gmail.com>
18476         * bs.el: Allow non-default values of `bs-header-lines-length'.
18477         (bs--running-in-xemacs): Remove (not needed anymore).
18478         (bs--set-window-height): Simplify by using `fit-window-to-buffer'
18479         instead of `shrink-window', thus avoiding having to compute the
18480         height of the window.
18481         (bs--up): Wrap around even when there's no header.
18482         (bs--down): Use `forward-line' instead of `next-line'.
18484 2006-01-30  Chong Yidong  <cyd@stupidchicken.com>
18486         * image-mode.el (image-toggle-display): Use file name if possible,
18487         instead of unnecessarily allocating a (possibly huge) lisp string.
18489 2006-01-30  John Paul Wallington  <jpw@pobox.com>
18491         * subr.el (toplevel): Define `cl-assertion-failed' condition here
18492         because the `assert' macro signals it at runtime.
18494         * emacs-lisp/cl.el (toplevel): Remove definition of
18495         `cl-assertion-failed' condition.
18497 2006-01-30  Nick Roberts  <nickrob@snap.net.nz>
18499         * thumbs.el (thumbs-marked-list): Make buffer-local and
18500         permanent-local.
18501         (thumbs-insert-thumb): Make help-echo non-sticky.
18502         (thumbs-file-alist): Use eolp as check for (non)-image.
18504 2006-01-30  Juanma Barranquero  <lekktu@gmail.com>
18506         * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
18507         (ediff-before-session-group-setup-hooks)
18508         (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
18509         Fix typos in docstrings.
18511         * window.el (bw-dir, bw-eqdir, balance-windows)
18512         (split-window-keep-point): Fix typos in docstrings.
18514         * textmodes/org.el (org-allow-space-in-links, org-closed-string)
18515         (org-quote-string, org-calendar-to-agenda-key)
18516         (org-agenda-sorting-strategy, org-agenda-use-time-grid)
18517         (org-show-following-heading, org-tags-column)
18518         (org-use-tag-inheritance, org, org-allow-space-in-links)
18519         (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
18520         (org-enable-table-editor, org-calc-default-modes)
18521         (org-table-allow-automatic-line-recalculation)
18522         (org-export-html-style, org-export-with-fixed-width)
18523         (org-export-with-sub-superscripts, org-special-keyword)
18524         (org-formula, org-time-grid, org-table-may-need-update)
18525         (org-mode, org-goto-ret, org-goto-left, org-goto-right)
18526         (org-goto-quit, org-get-indentation, org-end-of-item)
18527         (org-move-item-down, org-move-item-up)
18528         (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
18529         (org-remove-occur-highlights, org-read-date, org-goto-calendar)
18530         (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
18531         (org-agenda-log-mode, org-agenda-toggle-diary)
18532         (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
18533         (org-agenda-file-to-end, org-agenda-no-heading-message)
18534         (org-agenda-get-closed, org-format-agenda-item)
18535         (org-cmp-priority, org-cmp-category, org-cmp-time)
18536         (org-agenda-change-all-lines, org-agenda-diary-entry)
18537         (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
18538         (org-link-search, org-camel-to-words, org-open-file)
18539         (org-remember-handler, org-table-convert-region)
18540         (org-table-move-row-down, org-table-move-row-up)
18541         (org-table-copy-region, org-table-wrap-region)
18542         (org-table-toggle-vline-visibility)
18543         (org-table-get-vertical-vector, org-table-modify-formulas)
18544         (org-table-get-specials, org-recalc-commands)
18545         (org-table-rotate-recalc-marks, org-table-eval-formula)
18546         (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
18547         (org-level-color-stars-only, org-insert-heading):
18548         Fix typos in docstrings.
18549         (last-arg): Add defvar.
18551         * makefile.w32-in (WINS): Add erc.
18552         (MH_E_SRC): Update (copied from lisp/Makefile.in).
18554 2006-01-29  Bill Wohler  <wohler@newt.com>
18556         * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
18557         mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
18558         mh-tool-bar.el, mh-xface.el.  Remove mh-customize.el, mh-init.el.
18559         (mh-autoloads): Don't use comments on otherwise empty lines.
18561 2006-01-29  Edward O'Connor  <ted@oconnor.cx>
18563         * emulation/viper.el (viper-major-mode-modifier-list):
18564         Add insert-state and vi-state entries for erc-mode.
18565         (viper-go-away, viper-set-hooks): Add and remove
18566         viper-comint-mode-hook from erc-mode-hook as appropriate.
18568         * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
18570 2006-01-29  Juanma Barranquero  <lekktu@gmail.com>
18572         * bs.el (bs--format-aux): Implement `middle' alignment as
18573         described in the docstring for `bs-attributes-list'.
18574         (bs--get-name): Simplify.  Don't pad the buffer name.
18576 2006-01-27  Agustin Martin  <agustin.martin@hispalinux.es>
18578         * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
18579         English aspell dictionary is installed, use the first entry of
18580         ispell-dictionary-alist-1.
18582 2006-01-27  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
18584         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
18585         Doc fix.
18587 2006-01-27  Michael Albinus  <michael.albinus@gmx.de>
18589         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
18590         for `process-file', in order to let it work for older Emacsen too.
18592 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
18594         * international/latexenc.el: Add a suitable `coding:' tag.
18595         (latexenc-find-file-coding-system): Undo last change.
18597 2006-01-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
18599         * international/latexenc.el (latexenc-find-file-coding-system):
18600         Make sure latexenc-main-file is a regular file and is readable.
18602 2006-01-27  Andre Spiegel  <spiegel@gnu.org>
18604         * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
18605         Pass FILE to vc-user-login-name.
18607         * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
18609 2006-01-27  Nick Roberts  <nickrob@snap.net.nz>
18611         * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
18612         there are no more images to display.
18613         (thumbs-mark, thumbs-unmark): Revert change so that they move to
18614         the next image.
18616 2006-01-26  Richard M. Stallman  <rms@gnu.org>
18618         * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
18620         * wid-edit.el (advertised-widget-backward): New alias.
18621         (widget-keymap): Use advertised-widget-backward for S-TAB.
18623         * tumme.el: Correct the keywords.
18624         (tumme-dir-max-size): Use defvar.
18625         (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
18627         * simple.el (move-beginning-of-line): Take account of fields.
18628         (clone-indirect-buffer-other-window): Take args like
18629         clone-indirect-buffer, and work like it.
18631         * help-fns.el (describe-function): Don't pass `nil' as default.
18633         * files.el (risky-local-variable-p): Follow var aliases.
18635         * subr.el (lazy-completion-table): Doc fix.
18637         * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
18638         global binding of `line'.
18640 2006-01-25  Andre Spiegel  <spiegel@gnu.org>
18642         * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
18643         Tramp.
18645         * vc.el (vc-default-dired-state-info): Pass FILE to
18646         vc-user-login-name.
18647         (vc-default-update-changelog): Don't use vc-user-login-name, we
18648         don't need it here.
18650         * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
18651         no longer necessary.
18653 2006-01-25  Kenichi Handa  <handa@m17n.org>
18655         * international/mule.el (decode-char): Avoid the overhead of
18656         calling utf-lookup-subst-table-for-decode if
18657         utf-translate-cjk-mode is nil.
18658         (encode-char): Avoid the overhead of calling
18659         utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
18660         nil.
18662 2006-01-22  Kenichi Handa  <handa@m17n.org>
18664         * international/mule.el (make-subsidiary-coding-system): Reset
18665         `coding-system-define-form' property of subsidiaries to nil.
18666         Avoid duplicated entry in coding-system-alist.
18667         (make-coding-system): Avoid duplicated entry in
18668         coding-system-alist.
18669         (define-coding-system-alias): Likewise.
18671 2006-01-24  Luc Teirlinck  <teirllm@auburn.edu>
18673         * completion.el: Minor fixes in introductory comment.
18674         (completion-def-wrapper): Fix alist.
18676 2006-01-25  Nick Roberts  <nickrob@snap.net.nz>
18678         * thumbs.el (thumbs-new-image-size): New function.
18679         (thumbs-increment-image-size-element)
18680         (thumbs-decrement-image-size-element, thumbs-increment-image-size)
18681         (thumbs-decrement-image-size): Delete.
18682         (thumbs-resize-image-1): Rename from thumbs-resize-image.  Keep old
18683         temp files and use to resize.
18684         (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
18685         Use increment argument to enlarge/shrink.  Preserve point.
18686         (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
18687         (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
18688         (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
18689         (thumbs-mark, thumbs-unmark): Preserve point.
18690         (thumbs-modify-image): Keep old temp files and use to modify.
18691         Cleanup old temp files at load time.  Preserve point.
18692         (thumbs-view-image-mode-map): Use new command names.
18694 2006-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18696         * log-view.el (log-view-minor-wrap): First rev is the one at point.
18698         * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
18699         the nastiest part of the cyclic dependency.
18700         (cal-menu-update): Use dotimes and calendar-increment-month.
18702         * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
18703         (calendar-week-start-day): Add an :initializer.
18704         (calendar-mode-map): Use suppress-keymap, and command remapping.
18705         (describe-calendar-mode): Setup xref-stack info for the back button.
18706         (calendar-star-date): Insert before delete.
18707         (calendar-set-mode-line): Add file-modified info if applicable.
18708         (calendar-increment-month): New function.
18710 2006-01-24  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
18712         * font-lock.el (lisp-font-lock-keywords-2):
18713         Recognize "& keywords" only at word boundaries.
18715 2006-01-24  Nick Roberts  <nickrob@snap.net.nz>
18717         * thumbs.el (thumbs-extra-images): New variable.  Make it buffer-local
18718         and permanent-local.
18719         (thumbs-max-image-number): New variable.
18720         (thumbs-do-thumbs-insertion): Use them.
18721         (thumbs-per-line): Change default to 4.
18722         (thumbs-marked-list): Rename from thumbs-markedL.
18723         (thumbs-cleanup-thumbsdir, thumbs-delete-images)
18724         (thumbs-rename-images): Use -list instead of L for internal variables.
18725         (thumbs-call-convert): Use call-process instead of shell-command.
18726         (thumbs-insert-thumb): Add filename as help-echo to each image.
18727         (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
18728         Give dir to thumbs-show-thumbs-list.
18729         (thumbs-show-thumbs-list): Set default-directory to that of images.
18730         (thumbs-dired-show): Rename from thumbs-dired-show-all.
18731         (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
18732         (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
18733         (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
18735 2006-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
18737         * ses.el (ses-read-cell): Provide a default value.
18739 2006-01-23  Juanma Barranquero  <lekktu@gmail.com>
18741         * term/w32-win.el (image-library-alist): Add additional names for
18742         GIF library.
18744 2006-01-23  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
18746         * international/latexenc.el (latexenc-find-file-coding-system):
18747         Add file-regular-p check.
18749 2006-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18751         * simple.el (clone-buffer): Don't show the new buffer in the same
18752         window.
18754 2006-01-23  Juri Linkov  <juri@jurta.org>
18756         * faces.el (link, link-visited): New faces based on default values
18757         of `info-xref' and `info-xref-visited'.
18759         * info.el (info-xref): Inherit from `link'.
18760         (info-xref-visited): Inherit from `link-visited'.
18762         * cus-edit.el (custom-buffer-create-internal): Use widget type
18763         `custom-manual' instead of `info-link' and don't set properties
18764         `button-face' and `mouse-face' explicitly.
18765         (custom-browse-group-tag, custom-browse-variable-tag)
18766         (custom-browse-face-tag): Inherit from widget class
18767         `custom-group-link' instead of `push-button'.
18768         (custom-button-unraised): Inherit from `underline' face.
18769         (custom-link): Inherit from `link' face.  Fix doc and group.
18770         (custom-add-parent-links, custom-group-value-create): Don't set
18771         properties `button-face' and `mouse-face' explicitly for
18772         `custom-group-link' widget.
18773         (custom-group-link): Add properties `button-face' and `mouse-face'
18774         to widget definition.
18775         (custom-field-keymap): New variable.  Put `custom-field-keymap' to
18776         editable-field's :keymap property.
18777         (custom-mode): Fix docstring: substitute keybindings for
18778         `widget-forward' and `widget-backward' from `widget-keymap',
18779         `widget-complete' from `custom-field-keymap', replace old
18780         `Custom-move-and-invoke' with `widget-move-and-invoke'.  Untabify.
18782         * desktop.el (desktop-load-file): Check for `fboundp' before
18783         calling `symbol-function'.
18785         * simple.el (clone-buffer, clone-indirect-buffer)
18786         (clone-indirect-buffer-other-window): Use `read-buffer' instead of
18787         `read-string'.  Fix prompts.
18789         * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
18791 2006-01-23  Nick Roberts  <nickrob@snap.net.nz>
18793         * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
18795 2006-01-22  Luc Teirlinck  <teirllm@auburn.edu>
18797         * startup.el (inhibit-splash-screen, initial-scratch-message):
18798         Doc fixes.
18800 2006-01-22  Michael Albinus  <michael.albinus@gmx.de>
18802         Sync with Tramp 2.0.52.
18804         * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
18805         * net/tramp-vc.el: Add code for unloading Tramp.  See comment before
18806         `tramp-unload-tramp' for checklist.
18808         * net/tramp.el: Require `timer-funcs' instead of `timer' if in
18809         XEmacs.  Contributed by Steve Youngs <steve@sxemacs.org>.
18810         (tramp-unload-file-name-handler-alist)
18811         (tramp-unload-tramp): New defuns.
18812         (tramp-advice-PC-expand-many-files): New defadvice.
18813         (tramp-save-PC-expand-many-files, tramp-setup-complete): Defuns
18814         removed.
18815         (tramp-handle-expand-file-name): Remove double slash.
18816         (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
18817         It doesn't matter, because it will be converted later on.
18818         (tramp-handle-file-ownership-preserved-p): Rewritten.  The old
18819         implementation was just heuristic.
18820         (tramp-post-connection): Set uid and gid properties.
18821         (tramp-convert-file-attributes): Set file's gid change bit.
18822         (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
18823         (tramp-handle-expand-file-name): Use "~root" for tilde expansion
18824         in case of su(do)? methods.  The home directory of the local user
18825         will be taken else.
18826         (tramp-open-connection-telnet)
18827         (tramp-open-connection-rsh, tramp-open-connection-su)
18828         (tramp-open-connection-multi): Set PS1 to "$ ".  Otherwise, a
18829         local shell prompt could hurt.  Reported by Romain Francoise
18830         <romain@orebokech.com>.
18831         (tramp-let-maybe): Add `edebug-form-spec' property.
18832         (tramp-handle-expand-file-name): Bind `default-directory' locally
18833         to "/" in order to avoid problems with UNC shares or Cygwin
18834         mounts.
18835         (tramp-md5-function): Fix typo in error message.
18837         * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
18839         * net/tramp-util.el (top): Apply `ignore' instead of `identity'
18840         for byte-compiler pacification.
18842 2006-01-22  Andre Spiegel  <spiegel@gnu.org>
18844         * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
18845         ID-FORMAT `string'.  This allows us to get rid of
18846         `vc-user-login-name UID'.
18848         * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
18850 2006-01-22  John Paul Wallington  <jpw@pobox.com>
18852         * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
18854 2006-01-21  Martin Rudalics  <rudalics@gmx.at>
18856         * emacs-lisp/find-func.el (find-definition-noselect)
18857         (find-variable-noselect): Search variables in C source code too.
18858         (find-function-C-source, find-function-noselect, find-function)
18859         (find-function-other-frame, find-variable-noselect, find-variable)
18860         (find-variable-other-frame, find-variable-at-point):
18861         Fix docstrings.
18863 2006-01-21  Francesco Potort\e,Al\e(B  <pot@gnu.org>
18865         * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
18867 2006-01-21  Agustin Martin  <agustin.martin@hispalinux.es>
18869         * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
18870         Default to disabling the "Save affix" question.
18872 2006-01-21  Marien Zwart  <marienz@gentoo.org>  (tiny change)
18874         * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
18875         the first arg to run-python.
18877 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
18879         * startup.el (command-line-1): Handle --no-desktop if desktop.el
18880         is not loaded.
18882 2006-01-20  Jay Belanger  <belanger@truman.edu>
18884         * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
18885         limit is 0.
18887         * calc/calc-arith.el (math-add-symb-fancy): Check the length of
18888         the correct variable.
18890 2006-01-20  Carsten Dominik  <dominik@science.uva.nl>
18892         * textmodes/org.el (org-open-at-point): Fixed bug with matching a
18893         link.  Fixed buggy argument sequence in call to `org-view-tags'.
18894         (org-compile-prefix-format): Set `org-prefix-has-tag'.
18895         (org-prefix-has-tag): New variable.
18896         (org-format-agenda-item): Remove tags from headline if
18897         appropriate.
18898         (org-agenda-remove-tags-when-in-prefix): New option.
18899         (org-get-tags-at): New function.
18901 2006-01-20  Nick Roberts  <nickrob@snap.net.nz>
18903         * thumbs.el (thumbs-buffer): New variable.  Make it buffer local.
18904         (thumbs-find-image): Move image name and number from buffer name
18905         to mode name.  Set thumbs-buffer.  Preserve point so that large
18906         images remain visible.
18907         (thumbs-file-alist): Construct list in thumbs-buffer and reverse
18908         order.
18909         (thumbs-show-image-num): Get image from thumbs-file-alist.  Set
18910         mode name.
18911         (thumbs-next-image, thumbs-previous-image): Make them work.
18913 2006-01-19  Luc Teirlinck  <teirllm@auburn.edu>
18915         * cus-edit.el (custom-buffer-create-internal): State in the text above
18916         the whole buffer buttons that they do not operate on hidden items.
18917         (custom-face-menu): Use `custom-face-save' instead of
18918         `custom-face-save-command'.
18919         (custom-face-save-command): Make it an alias for `custom-face-save'
18920         and declare it obsolete.
18921         (custom-face-save): Doc fix.
18923         * dired.el (dired-no-confirm): Add quote.
18924         (dired-subdir-alist-pre-R): Add quote in
18925         `make-variable-buffer-local' form and remove unbalanced parenthesis.
18927 2006-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
18929         * textmodes/table.el (table-mode-indicator): Typo in last change.
18931 2006-01-19  Richard M. Stallman  <rms@gnu.org>
18933         * outline.el (hide-leaves): Don't call outline-end-of-heading.
18934         Fixes bug reported in Nov 2005.
18936         * isearch.el (isearch-forward): Doc fix.
18938         * dired.el (dired-move-to-filename-regexp): Define as alias.
18939         (dired-no-confirm): Use defcustom.
18940         (dired-subdir-alist-pre-R): Put defvar at top level.
18942         * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
18944         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
18945         Mark as risky.
18947         * simple.el (set-mark-command): Doc fix.
18948         (clone-indirect-buffer-other-window):
18949         Read arg like clone-indirect-buffer.
18950         (move-beginning-of-line): Skip invisible newlines.
18952 2006-01-19  Masatake YAMATO  <jet@gyve.org>
18954         * progmodes/cpp.el (cpp-edit-load): Make the order of
18955         listed conditions in a base C code buffer and its associate
18956         CPP Edit buffer the same.
18958 2006-01-19  Kenichi Handa  <handa@m17n.org>
18960         * mail/rmail.el (rmail-enable-mime): Docstring fixed.
18961         (rmail-mime-feature): Likewise.
18962         (rmail-require-mime-maybe): Use display-warning to show a warning
18963         message.
18965         * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
18966         (find-auto-coding): Use auto-coding-regexp-alist-lookup.
18968 2006-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
18970         * array.el: Move defvars out of eval-when-compile.
18971         (array-make-template): Replace undeclared global var with a local one.
18972         (array-mode): Inline initialization functions.
18973         (array-init-local-variables, array-init-max-row)
18974         (array-init-max-column, array-init-columns-per-line)
18975         (array-init-field-width, array-init-rows-numbered)
18976         (array-init-line-length, array-init-lines-per-row): Remove.
18978         * play/doctor.el: Move defvars out of eval-when-compile.  Use dolist.
18979         (doc-mode-map): Define explicitly.
18980         (doctor-txtype): Use mapc.
18982         * textmodes/table.el: Move defvars out of eval-when-compile.
18983         Remove harmful code meant to avoid byte-compiler warnings.
18984         (table-fixed-mode-indicator): Remove.  Use a more complex mode-line
18985         specification that checks table-fixed-width-mode directly.
18986         (table-recognize-region, table-recognize-cell):
18987         Use restore-buffer-modified-p.
18988         (table-fixed-width-mode): Remove code that refreshes
18989         table-fixed-mode-indicator.
18990         (*table--cell-describe-bindings, *table--cell-describe-mode):
18991         Avoid obsolete name print-help-return-message.
18992         (table--test-cell-list): Don't use replace-regexp from elisp.
18993         (table--point-entered-cell-function, table--point-left-cell-function):
18994         Don't set table-fixed-mode-indicator, use force-mode-line-update.
18996         * textmodes/org.el: Move defvars out of eval-when-compile.  Move code
18997         that was after the end of file.  Use buffer-file-name variable.
18998         (org-timestamp-change): Use with-current-buffer.
18999         (org-todo-list): Don't unnecessarily define a new buffer-local var.
19000         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
19001         `file'.
19003         * progmodes/fortran.el: Move defvars out of eval-when-compile.
19004         (fortran-break-line): Remove unused var `opoint'.
19005         (fortran-abbrev-start): Obey help-event-list.
19007 2006-01-18  Jesper Harder  <harder@phys.au.dk>
19009         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
19011 2006-01-18  Masatake YAMATO  <jet@gyve.org>
19013         * progmodes/make-mode.el (makefile-imake-mode): New mode
19014         derived from makefile-mode.
19015         (makefile-imake-mode-syntax-table): New syntax table
19016         derived from makefile-mode-syntax-table.
19017         (makefile-mode): Write about makefile-imake-mode in doc string.
19018         (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
19019         (makefile-imake-font-lock-keywords): New font lock keywords.
19021         * files.el (auto-mode-alist): Add Imakefile.
19023 2006-01-17  Agustin Martin  <agustin.martin@hispalinux.es>
19025         * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
19026         loading the file rather than when turning on flyspell-mode.
19028 2006-01-16  Luc Teirlinck  <teirllm@auburn.edu>
19030         * cus-edit.el (customize-rogue): Minor doc fix.
19032 2006-01-17  Juri Linkov  <juri@jurta.org>
19034         * dired-aux.el (dired-diff): Use dired-dwim-target-directory
19035         instead of the file at the mark as default if the file at the mark
19036         is the same as the file at point or if dired-dwim-target-directory
19037         is not the same as the current directory and the mark is not active.
19039         * log-view.el (log-view-minor-wrap): Use the same logic to get
19040         revisions as `log-view-diff'.
19042         * info.el (Info-revert-find-node): Check for Info-current-file
19043         before preserving new-history.
19045         * man.el (Man-heading-regexp): Add `/'.
19047         * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
19048         (html-mode): Set `sentence-end-base' instead of `sentence-end'.
19050 2006-01-16  Juri Linkov  <juri@jurta.org>
19052         * faces.el (mode-line-faces): New defgroup.
19053         (mode-line-highlight): Move definition after new defgroup.
19054         (mode-line, mode-line-inactive, mode-line-highlight):
19055         Replace :group `modeline' with `mode-line-faces'.
19056         (mode-line-buffer-id): New face.
19057         (modeline-buffer-id): New face alias.
19058         (vertical-border): Remove :group `modeline'.
19060         * bindings.el (propertized-buffer-identification): Use face
19061         `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
19062         (mode-line-next-buffer, mode-line-previous-buffer): New functions.
19063         (mode-line-buffer-identification-keymap): For mouse-1 replace
19064         `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
19065         Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
19066         mouse-3.
19068         * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
19069         Buffer-menu-buffer.  Doc fix.
19070         (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
19071         (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
19072         `Buffer-menu-buffer'.
19074         * info.el (Info-mode-line-node-keymap): New defvar.
19075         (Info-set-mode-line): Use `stringp' to check Info-current-file.
19076         Propertize Info-current-node with `mode-line-buffer-id' and
19077         `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
19079         * time.el (display-time-mail-face): Replace :group `faces' with
19080         `mode-line-faces'.
19082 2006-01-16  Kenichi Handa  <handa@m17n.org>
19084         * international/code-pages.el: Add autoload cookies for cp125[0345678].
19086         * language/european.el (cp1252): New alias for windows-1252.
19088         * international/mule.el (autoload-coding-system): Prepare for EOL
19089         variants.
19091 2006-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
19093         * term.el (term-raw-map): Add mapping for insert.
19094         (term-send-insert): New.
19095         (term-mode): Make variables local here instead of doing it in
19096         `term-emulate-terminal'.
19097         (term-emulate-terminal): Delete incorrect optimization for cr+lf.
19098         Scroll reverse needs to take into account the scroll region.
19099         Saving and restoring the cursor should save the color attributes too.
19100         (term-reset-terminal): Reset the scroll region.
19101         (term-handle-ansi-escape): Cursor up and down should take into
19102         account the scroll region.
19103         (term-set-scroll-region): Rename from `term-scroll-region'.
19104         Move to 0,0 after setting the region.
19105         (term-handle-scroll): Handle scroll up.
19106         (term-down): Fix off by one error.
19107         (term-delete-lines): Do not delete outside the scroll region.
19108         (term-insert-lines): Take into account the scroll region.
19110 2006-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
19112         * textmodes/ispell.el (ispell-internal-change-dictionary)
19113         (ispell-change-dictionary): Undo most of last change of 2006-01-13.
19114         (start, end): Move declaration outside of eval-when-compile.
19116         * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
19117         (flyspell-mode-on): Use it.
19119         * textmodes/ispell.el (ispell-kill-ispell): Run new hook
19120         ispell-kill-ispell-hook.
19122 2006-01-14  Luc Teirlinck  <teirllm@auburn.edu>
19124         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
19125         (Custom-reset-saved): Do not ask for confirmation in single option
19126         buffers.
19128 2006-01-13  Richard M. Stallman  <rms@gnu.org>
19130         * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
19132 2006-01-13  Romain Francoise  <romain@orebokech.com>
19134         * add-log.el (add-change-log-entry, change-log-merge):
19135         Conditionally use `hard-newline'.
19137 2006-01-13  Martin Rudalics  <rudalics@gmx.at>
19139         * wid-edit.el (widget-field-end): If the overlay is no longer
19140         associated with a buffer, behave as if the overlay didn't exist.
19142         * cus-edit.el (custom-add-see-also, custom-add-parent-links):
19143         Make sure the links use the `custom-link' face.
19145 2006-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
19147         * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
19148         (ld-script-mode): Don't set indent-line-function since we don't
19149         have one.
19151 2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
19153         * textmodes/org.el (org-open-file): Use mailcap for selecting an
19154         application.
19155         (org-file-apps-defaults-gnu): Use mailcap as the default for
19156         selecting an application on a UNIX system.
19157         (org-agenda-show-tags): New command.
19158         (org-table-insert-hline): Keep cursor in current table line.
19159         (org-table-convert): Offset effect of modifying
19160         `org-table-insert-hline'.
19161         (org-format-agenda-item): New optional argument TAG.
19162         (org-compile-prefix-format): Handle %T format for the tag.
19163         (org-expand-wide-chars): New function.
19164         (org-table-insert-row, org-table-insert-hline):
19165         Use `org-expand-wide-chars'.
19166         (org-open-file): Fix bug in program launch.
19167         (org-get-time-of-day): Fix bug with times before 1am.
19168         (org-agenda-menu): Add tags commands.
19170 2006-01-13  Agustin Martin  <agustin.martin@hispalinux.es>
19172         * textmodes/ispell.el (ispell-init-process): Include the used
19173         dictionary in ispell process start message.
19174         (ispell-internal-change-dictionary): When flyspell-mode is active
19175         and dictionary is changed, make sure ispell process is restarted
19176         and flyspell word cache cleared out for the current buffer.
19177         (ispell-change-dictionary): Make sure flyspell word cache is
19178         cleared out in all buffers with active flyspell mode when
19179         dictionary is globally changed.
19180         Call ispell-internal-change-dictionary after dictionary change.
19182 2006-01-13  Eli Zaretskii  <eliz@gnu.org>
19184         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
19186         * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
19187         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
19188         years.  Fix small differences wrt Makefile.in.
19189         (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
19190         Makefile.in does.
19192 2006-01-12  Bill Wohler  <wohler@newt.com>
19194         * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
19195         mh-search.el.
19197 2006-01-12  Masatake YAMATO  <jet@gyve.org>
19199         * progmodes/ld-script.el: Update copyright year.
19201 2006-01-12  Chong Yidong  <cyd@stupidchicken.com>
19203         * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
19204         Don't add widget if setting undefined.
19206 2006-01-12  John Paul Wallington  <jpw@pobox.com>
19208         * help-fns.el (describe-variable): Remove newlines from void
19209         variable output.
19211 2006-01-13  Nick Roberts  <nickrob@snap.net.nz>
19213         * wdired.el (wdired-mode-map): Add help echo for
19214         wdired-abort-changes.
19216         * man.el (Man-file-name-regexp): Adjust for a list of files.
19218 2006-01-12  Masatake YAMATO  <jet@gyve.org>
19220         * progmodes/ld-script.el (auto-mode-alist): Support
19221         suffix conventions used in netbsd and eCos.
19223 2006-01-11  Luc Teirlinck  <teirllm@auburn.edu>
19225         * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
19226         (custom-variable-menu, custom-face-menu, custom-group-menu)
19227         (Custom-mode-menu): Change names of menu items.  (As discussed on
19228         emacs-devel.)
19229         (custom-face-menu): Add "Undo Edits" item.
19231         * startup.el (init-file-user): defcustom -> defvar.
19233         * tooltip.el (tooltip-mode): Doc fix.
19235 2006-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
19237         * reveal.el (reveal-post-command): window-buffer signals an error on
19238         dead windows rather than returning nil.
19239         (reveal-open-new-overlays): An overlay might die while we open others.
19241 2006-01-11  Bill Wohler  <wohler@newt.com>
19243         * cus-dep.el (generated-custom-dependencies-file): Fix typo and
19244         phrasing in docstring.
19246         * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
19247         can give some systems gas.  Add new file mh-buffers.el.
19249 2006-01-06  Masatake YAMATO  <jet@gyve.org>
19251         * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
19252         C preprocessor forward ported from GNU Emacs 21.2.
19254         * progmodes/asm-mode.el (asm-font-lock-keywords):
19255         Use `cpp-font-lock-keywords'.
19257         * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
19259         * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
19260         of $ for "\\.ld[s]?".
19262 2006-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19264         * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
19265         (tcl-indent-line): Return `noindent' if inside a string.
19267         * progmodes/flymake.el (flymake-split-string): Remove more than one
19268         empty string at beg/end of the result.
19269         (flymake-find-buildfile, flymake-find-possible-master-files):
19270         Use expand-file-name.
19271         (flymake-fix-file-name): Don't replace \ with / and don't remove ./
19272         since expand-file-name does it for us.  Use directory-file-name.
19273         (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
19274         (flymake-ler-get-type, flymake-ler-get-text)
19275         (flymake-ler-make-ler): Remove.  Replace by defstruct.  Update callers.
19276         (flymake-current-line-no): Remove spurious interactive spec.
19277         (flymake-delete-temp-directory): Remove unused var `slash-pos'.
19278         (flymake-check-include): Remove arg inc-path merged into inc-name.
19279         (flymake-check-patch-master-file-buffer): Fit in 80 columns.
19280         Arg regexp-list replaced by a simple regexp.
19281         (flymake-master-make-header-init, flymake-master-tex-init):
19282         Correspondingly replace regexp-list with a regexp.  Fix regexp.
19284 2006-01-10  Simon Josefsson  <jas@extundo.com>
19286         * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
19287         describing AUTH PLAIN fix.
19289 2006-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
19291         * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
19292         (report-emacs-bug): Don't record initial prompt text.
19293         Instead, add text properties to prompting text.
19294         (report-emacs-bug-hook): Delete prompting text.
19296 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
19298         * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
19299         `dirs'.  Adjust callers.
19301 2006-01-09  John Paul Wallington  <jpw@gnu.org>
19303         * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
19305 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
19307         * reveal.el (reveal-open-new-overlays): New extracted fun.
19308         (reveal-close-old-overlays): Idem.  Check overlays's liveness before
19309         using them.  Simplify the code.
19310         (reveal-post-command): Use them.  Fix up obsolete windows in
19311         reveal-open-spots.
19313         * progmodes/flymake.el: Use `require' rather than autoload for
19314         XEmacs's overlays.
19315         (flymake-get-common-file-prefix, flymake-build-relative-filename):
19316         Delete.  Use file-relative-name instead.
19317         (flymake-get-syntax-check-program-args, flymake-perl-init):
19318         Simplify the resulting code.
19320         * log-view.el (log-view-file-re, log-view-message-re): Add support
19321         for DaRCS output.
19323 2006-01-09  Alex Schroeder  <alex@gnu.org>
19325         * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
19326         identifiers sometimes added in square brackets at the beginning of
19327         subject lines.
19329 2006-01-07  Richard M. Stallman  <rms@gnu.org>
19331         * cus-edit.el (Custom-set, Custom-save): Doc fix.
19332         (Custom-reset-current, Custom-reset-saved): Change question text.
19333         (Custom-reset-standard): Likewise.
19334         (custom-variable-reset-saved): Doc fix.
19336 2006-01-07  Eli Zaretskii  <eliz@gnu.org>
19338         * startup.el (init-file-user): Doc fix.
19340 2006-01-07  Alex Schroeder  <alex@gnu.org>
19342         * mail/rmail.el (rmail-current-subject): New function.
19343         (rmail-current-subject-regexp): New function.
19344         (rmail-next-same-subject): Use it.
19346         * mail/rmailsum.el (rmail-summary-by-topic):
19347         Use rmail-current-subject and rmail-current-subject-regexp.
19348         (rmail-summary-next-same-subject): Ditto.
19350         * net/rcirc.el (rcirc-send-input): No longer check whether the
19351         process is open, since not all commands need an open process.
19352         (rcirc-send-string): Check whether the process is open before
19353         sending anything.
19354         (rcirc-ignore-list): New option.
19355         (rcirc-ignore-list-automatic): New variable.
19356         (rcirc-print): Take rcirc-ignore-list into account.
19357         (rcirc-cmd-ignore): New command.
19358         (rcirc-ignore-update-automatic): New function.
19359         (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
19360         list if ignored nicks.
19361         (rcirc-handler-NICK): Ditto, and also ignore the new nick.
19363 2006-01-06  David Reitter  <david.reitter@gmail.com>
19365         * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
19366         reflect the address to which the report will be sent.
19368 2006-01-06  Eli Zaretskii  <eliz@gnu.org>
19370         * progmodes/ld-script.el (auto-mode-alist): Recognize linker
19371         scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
19373 2006-01-01  Michael Ernst  <mernst@alum.mit.edu>  (tiny changes)
19375         * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
19377         * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
19378         the doc string: "functoin" => "function".
19379         * ldefs-boot.el: Likewise.
19381         * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
19382         message text: "Duplicat" => "Duplicate".
19384 2006-01-06  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
19386         * files.el (basic-save-buffer-2): If backing-up failed, reset
19387         buffer-backed-up to nil.
19389 2006-01-06  Nick Roberts  <nickrob@snap.net.nz>
19391         * progmodes/gud.el (gdb-script-skip-to-head)
19392         (gdb-script-calculate-indentation): Indent for breakpoint command
19393         lists also.
19395 2006-01-05  Bill Wohler  <wohler@newt.com>
19397         * Makefile.in (compile-always): Add mh-autoloads dependency.
19398         (bootstrap): Remove mh-autoloads dependency, as compile dependency
19399         provides it.
19400         (updates): Remove mh-autoloads dependency, since it probably has
19401         already run recently (via recompile).
19403 2006-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
19405         * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
19406         argument `force' to disable the flyspell-last-buffer optimization.
19407         (flyspell-mode-on): Use it.
19409         * progmodes/flymake.el (flymake-get-cleanup-function): Default to
19410         flymake-simple-cleanup.
19411         (flymake-allowed-file-name-masks): Use this new default.
19412         All the functions are now called in the right buffer rather than
19413         passing the buffer as argument.
19414         (flymake-process-sentinel): Switch to buffer before calling cleanup.
19415         (flymake-parse-err-lines): Remove redundant buffer arg.
19416         (flymake-get-program-dir): Comment out unused function.
19417         (flymake-start-syntax-check, flymake-start-syntax-check-process):
19418         Remove redundant buffer argument.
19419         (flymake-get-real-file-name, flymake-simple-java-cleanup)
19420         (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
19422 2006-01-05  Richard M. Stallman  <rms@gnu.org>
19424         * info.el (Info-find-node): Don't record previous node if have none.
19425         (info): Go to directory only if history is empty.
19427         * simple.el (mark): Doc fix.
19429 2006-01-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19431         * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
19432         already of desired type.
19433         (mac-ae-list): Coerce parameter to "list" type.
19434         (mac-dispatch-apple-event): Replace cadr part of event with a
19435         dummy position so that event-start returns it.
19437 2006-01-05  Carsten Dominik  <dominik@science.uva.nl>
19439         * textmodes/org.el (org-end-of-subtree): New function.
19440         (org-cycle, org-subtree-end-visible-p, org-scan-tags):
19441         Use `org-end-of-subtree'.
19442         (org-agenda, org-agenda-convert-date): Protect calls to
19443         `fit-window-to-buffer'.
19444         (org-tags-view): Force matching of sublevels when doing a
19445         todo-only search.  Define the correct redo command, including the
19446         arguments.
19447         (org-agenda-redo): Display message.
19448         (org-check-for-org-mode): New function.
19449         (org-agenda-type): New variable.
19450         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
19451         Set `org-agenda-type'.
19452         (org-agenda-check-type): New function.
19453         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
19454         (org-agenda-week-view, org-agenda-day-view)
19455         (org-agenda-next-date-line, org-agenda-previous-date-line)
19456         (org-agenda-log-mode, org-agenda-toggle-diary)
19457         (org-agenda-toggle-time-grid, org-agenda-date-later)
19458         (org-agenda-date-prompt, org-agenda-diary-entry)
19459         (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
19460         (org-agenda-convert-date, org-agenda-menu):
19461         Use `org-agenda-check-type'.
19462         (org-make-overlay, org-delete-overlay)
19463         (org-detatch-overlay, org-move-overlay, org-overlay-put):
19464         New compatibility functions.
19465         (org-calendar-select-mouse): New command.
19467 2006-01-04  Chong Yidong  <cyd@stupidchicken.com>
19469         * cus-edit.el (Custom-reset-current, Custom-reset-saved)
19470         (Custom-reset-standard): Fix y-or-n-p messages.
19471         (custom-link): New face for links.
19472         (custom-buffer-create-internal, custom-manual): Use it.
19473         (custom-face-save): Push to theme-face before setting face spec.
19475         * wid-edit.el (widget-default-mouse-face-get): New function.
19476         (widget-specify-button): Handle mouse-face like button-face.
19478         * custom.el (load-theme): Clear old theme settings if reloading.
19480 2006-01-03  Luc Teirlinck  <teirllm@auburn.edu>
19482         * cus-edit.el (custom-buffer-create-internal): Move whole buffer
19483         "Erase Customization" button back to same position it occupies in
19484         the individual State menus.
19486 2006-01-04  Kim F. Storm  <storm@cua.dk>
19488         * wid-edit.el (key-sequence): Rework widget to read key binding
19489         using `kbd' syntax.  Use C-q to insert literal key, event, or code.
19490         (widget-key-sequence-default-value): Default value for empty sequence.
19491         (widget-key-sequence-map): New map for reading key binding.  Bind C-q.
19492         (widget-key-sequence-read-event): New command for C-q.
19493         (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
19494         (widget-key-sequence-value-to-external): New functions.
19496 2006-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19498         * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
19499         Use expand-file-name.
19500         (flymake-delete-temp-directory): Use expand-file-name,
19501         file-name-directory, and directory-file-name.
19502         (flymake-strrchr): Delete.
19503         (flymake-start-syntax-check): Don't pass the redundant buffer argument
19504         to the init-f function.
19505         (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
19506         (flymake-init-find-buildfile-dir)
19507         (flymake-init-create-temp-source-and-master-buffer-copy)
19508         (flymake-simple-make-init-impl, flymake-simple-make-init)
19509         (flymake-master-make-init, flymake-master-make-header-init)
19510         (flymake-simple-make-java-init, flymake-simple-ant-java-init)
19511         (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
19512         (flymake-xml-init): Remove corresponding redundant buffer argument.
19513         (flymake-allowed-file-name-masks): Remove last elems that are equal to
19514         the default anyway.  Clean up regexps.
19516         * progmodes/flymake.el (flymake-temp-source-file-name)
19517         (flymake-master-file-name, flymake-temp-master-file-name)
19518         (flymake-base-dir): New buffer-local vars.
19519         (flymake-buffer-data, flymake-get-buffer-value)
19520         (flymake-set-buffer-value): Replace those hash-tables by the new
19521         buffer-local vars.  Update callers.
19523         * progmodes/flymake.el (flymake-check-start-time)
19524         (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
19525         (flymake-last-change-time, flymake-new-err-info, flymake-timer):
19526         Move definition, so we can remove redundant earlier declaration.
19527         (flymake-replace-regexp-in-string, flymake-split-string)
19528         (flymake-get-temp-dir): Use defalias.
19529         (flymake-popup-menu): Remove `pos' argument.  Use posn-at-point.
19530         (flymake-xemacs-window-edges): Remove unused function.
19531         (flymake-get-point-pixel-pos): Move.
19532         (flymake-pid-to-names, flymake-reg-names)
19533         (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
19534         Replace by a simple list flymake-processes and by process-buffer.
19535         Update callers.  Other than simplify the code, it uses buffers rather
19536         than buffer-names so it doesn't get confused by uniquify.
19537         (flymake-buffer-data): The global value should just be nil.
19539         * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
19540         Optimize the body of a defalias like any other code.
19542         * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
19543         Make sure we've setup font-lock's vars.  It may influence which
19544         function we then call.
19545         (font-lock-default-fontify-buffer): Don't bother calling set-defaults
19546         here since it's too late anyway.
19548 2006-01-03  Romain Francoise  <romain@orebokech.com>
19550         * startup.el (fancy-splash-tail, normal-splash-screen):
19551         Update copyright year.
19553 2006-01-02  J.D. Smith  <jdsmith@as.arizona.edu>
19555         * mouse.el (mouse-drag-track): Rename, from
19556         `mouse-drag-region-1'.  Includes optional argument required to
19557         enable post-drag event processing (e.g. delete region keys).
19558         Can be used without this argument to track a mouse region and operate
19559         on it as soon as the drag completes.
19560         (mouse-drag-region): Use `mouse-drag-track'.
19562 2006-01-02  Chong Yidong  <cyd@stupidchicken.com>
19564         * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
19565         Move to `custom-buffer' group.
19567         * cus-theme.el: Rewrite the Custom New Theme Mode interface.
19568         (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
19569         (custom-theme-insert-face-marker, custom-theme-variable-menu)
19570         (custom-theme-face-menu): New variables.
19571         (custom-theme-add-variable, custom-theme-variable-action)
19572         (custom-variable-reset-theme, custom-theme-delete-variable)
19573         (custom-face-reset-theme, custom-theme-face-action)
19574         (custom-theme-delete-face, custom-theme-merge-theme)
19575         (custom-theme-add-face, custom-theme-visit-theme): New functions.
19577 2006-01-01  Chong Yidong  <cyd@stupidchicken.com>
19579         * custom.el: Move Custom Themes commentary to start of theme code.
19580         (custom-known-themes): Rename `standard' theme to `changed'.
19581         (custom-push-theme): Caller no longer specifies what theme to use
19582         when doing `reset'---the setting is simply removed from the theme.
19583         Delete MODE from `theme-value' and `theme-settings' properties.
19584         (custom-declare-theme): Ignore &rest args since we don't use them.
19586         (custom-loaded-themes): Delete variable.
19587         (custom-theme-load-themes, custom-theme-loaded-p)
19588         (custom-theme-value): Delete functions.
19590         (custom-declare-theme): Signal error on invalid theme names.
19591         (provide-theme): custom-loaded-themes was deleted.
19592         (load-theme): Load the file unconditionally.
19593         (enable-theme): Call `load-theme' if theme is undefined.
19594         (custom-enabled-themes): Only update value for successful loads.
19595         (disable-theme): Complete from enabled themes when interactive.
19596         (custom-variable-theme-value): Calculate theme value directly.
19598         (custom-theme-reset-variables, custom-reset-variables): Mark as
19599         XEmacs compatibility functions.  We don't actually use these.
19601         * cus-edit.el (custom-variable-state-set):
19602         Use custom-variable-theme-value instead of custom-theme-value.
19603         (custom-face-state-set): Rename `standard' theme to `changed'.
19604         (custom-save-variables, custom-save-faces): Delete unneeded
19605         references to custom-reset-variables.
19606         (custom-save-resets): Delete function.
19607         (custom-save-variables, custom-save-faces): MODE argument deleted.
19608         (custom-save-variables, custom-save-faces): Ignore theme values.
19610         * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
19611         compatibility function.
19613 2006-01-01  Richard M. Stallman  <rms@gnu.org>
19615         * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
19616         (Custom-reset-current, Custom-reset-saved): Likewise.
19617         (Custom-reset-standard): Show message if aborted.
19618         (custom-mode): Doc fix, describing those commands.
19620         * mouse.el (mouse-drag-region-1): When following link via mouse-2,
19621         put on event-kind property.
19623 2005-12-31  Chong Yidong  <cyd@stupidchicken.com>
19625         * custom.el (provide-theme): Ban `user' theme name.
19626         (custom-enabling-themes): New variable.
19627         (enable-theme): Don't enable user if custom-enabling-themes is t.
19628         (custom-enabled-themes): Make it a defcustom.
19629         (custom-theme-recalc-face): No-op if face is undefined.
19631         * cus-edit.el (custom-button-mouse): New variable.
19632         (custom-button-mouse): New face.
19633         (custom-raised-buttons, custom-mode): Use it.
19635         * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
19637 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
19639         * progmodes/gud.el (gud-display-line): Support hl-line in the
19640         source buffer.
19642 2005-12-31  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
19644         * mouse.el (mouse-drag-window-above): Verify that the found window
19645         overlaps with the given window in the horizontal dimension.
19647 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
19649         * Makefile.in (cvs-update): New target.
19651         * makefile.w32-in (cvs-update): Ditto.
19653 2005-12-30  Chong Yidong  <cyd@stupidchicken.com>
19655         * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
19656         (custom-new-theme-mode-map): New variable.
19658 2005-12-30  Richard M. Stallman  <rms@gnu.org>
19660         * custom.el (custom-load-themes): Function deleted.
19662         * cus-edit.el (custom-save-loaded-themes): Function deleted.
19663         (custom-save-variables): Don't delete or add custom-load-themes call.
19665 2005-12-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19667         * cus-start.el: Add `visible-cursor'.
19669         * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
19670         (flymake-parse-output-and-residual): Remove `source-buffer' argument.
19671         (flymake-process-filter): Switch to buffer before calling it instead.
19672         (flymake-post-syntax-check, flymake-highlight-err-lines)
19673         (flymake-delete-own-overlays, flymake-parse-err-lines)
19674         (flymake-start-syntax-check, flymake-start-syntax-check-process)
19675         (flymake-count-lines, flymake-parse-residual):
19676         Remove constant buffer argument.
19677         (flymake-start-syntax-check-for-current-buffer): Remove.
19678         Update callers to use flymake-start-syntax-check instead.
19679         (flymake-display-err-menu-for-current-line):
19680         Remove unused var `mouse-pos'.
19681         (flymake-restore-formatting): Comment out unused function.
19682         (flymake-report-status, flymake-report-fatal-status): Remove buffer
19683         argument, use current-buffer instead.  Update callers.
19685 2005-12-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
19687         * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
19688         buffer-local because choose-completion-delete-max-match requires
19689         that we set completion-ignore-case (i.e., binding via let is not
19690         sufficient).
19691         (bibtex-complete): Always set completion-ignore-case and
19692         choose-completion-string-functions.  The latter is needed because
19693         choose-completion-string-functions keeps its value if we quit the
19694         *Completions* buffer without requesting a completion.
19696 2005-12-30  Andreas Schwab  <schwab@suse.de>
19698         * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
19700 2005-12-30  Eli Zaretskii  <eliz@gnu.org>
19702         * jit-lock.el (jit-lock-chunk-size): Doc fix.
19704 2005-12-30  Juri Linkov  <juri@jurta.org>
19706         * locate.el (locate-fcodes-file, locate-header-face)
19707         * progmodes/delphi.el (delphi-other-face)
19708         * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
19710         * paren.el (show-paren-match, show-paren-mismatch): Use existing
19711         group `paren-showing-faces'.
19713         * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
19714         (goto-address): Fix docstring.
19716         * net/webjump.el (webjump-sample-sites): Update URLs.
19718         * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
19720         * subr.el (cancel-change-group): Add listp around pending-undo-list.
19722 2005-12-29  Stefan Monnier  <monnier@iro.umontreal.ca>
19724         * font-lock.el (font-lock-compile-keywords): Signal an error when
19725         font-lock-set-defaults hasn't been called.
19727 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
19729         * subr.el (noreturn, 1value): Doc fixes.
19731 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
19733         * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
19734         that assoc-string returns nil.
19736 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
19738         * textmodes/bibtex.el (bibtex-entry-type-whitespace)
19739         (bibtex-entry-type-str, bibtex-empty-field-re)
19740         (bibtex-search-backward-string, bibtex-preamble-prefix)
19741         (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
19742         (bibtex-any-valid-entry-type): New variable.
19743         (bibtex-parse-field-name): Simplify.
19744         (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
19745         (bibtex-preamble-prefix): Include left delimiter.
19746         (bibtex-search-forward-field, bibtex-search-backward-field):
19747         Allow unbounded search past entry boundaries (required by bibtex-pop).
19748         (bibtex-text-in-field-bounds): Use push.
19749         (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
19750         (bibtex-parse-preamble, bibtex-valid-entry)
19751         (bibtex-beginning-first-field): New functions.
19752         (bibtex-skip-to-valid-entry): Use bibtex-valid-entry.  Fix regexp.
19753         (bibtex-map-entries): Fix docstring.
19754         (bibtex-flash-head): New arg prompt.  Simplify.
19755         (bibtex-enclosing-field): Include code of bibtex-inside-field.
19756         (bibtex-insert-kill): Simplify.  Always insert text past the
19757         current field or entry.
19758         (bibtex-format-entry): Use bibtex-parse-field.
19759         (bibtex-pop): Use bibtex-beginning-of-entry and
19760         bibtex-end-of-entry to initiate the search.  Insert empty field if
19761         we found ourselves.
19762         (bibtex-print-help-message): New args field and comma.
19763         Handle entry keys.
19764         (bibtex-make-field): Use bibtex-beginning-of-entry.
19765         (bibtex-end-of-entry): Use bibtex-valid-entry.  Recognize any
19766         invalid entry.
19767         (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
19768         Handle preambles.  Simplify code for thorough test.
19769         (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
19770         New arg comma.  Handle entry heads.
19771         (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
19772         (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
19773         New arg comma.
19774         (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
19775         (bibtex-fill-field): Simplify.
19776         (bibtex-fill-entry): Use bibtex-beginning-first-field and
19777         bibtex-parse-field.
19778         (bibtex-convert-alien): Do not wait before calling bibtex-validate.
19779         (bibtex-complete): Use bibtex-parse-preamble.
19781 2005-12-29  Nick Roberts  <nickrob@snap.net.nz>
19783         * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
19784         Display name of expression instead of convenience variable.
19785         (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
19787         * progmodes/gud.el (gud-tooltip-dereference): Rename from
19788         toggle-gud-tooltip-dereference.
19789         (gud-tooltip-print-command): Move concatenation of "*" to expr to...
19790         (gud-tooltip-tips): ...here when dereferencing.
19792 2005-12-28  Bill Wohler  <wohler@newt.com>
19794         * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
19796 2005-12-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19798         * vc.el (vc-annotate-display): Replace optional arg `color-map' with
19799         compulsory arg `ratio'.  Inline body of vc-annotate-time-span.
19800         (vc-annotate-display-autoscale): Adjust call.
19801         (vc-annotate-display-default): Adjust call.  Make arg compulsory.
19802         Fix interactive spec.
19803         (vc-annotate-time-span): Remove.
19804         (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
19805         (vc-annotate-mode-menu, vc-annotate-display-autoscale)
19806         (vc-annotate-display-select): Use new name.
19808         * vc.el (vc-annotate-mode-map): Remove obsolete binding.
19809         (vc-annotate-mode-menu): Remove left-over redundant declaration.
19810         Correct the construction of span entries.  Simplify.
19811         (vc-annotate-display-select): Fix the nil case.
19812         (vc-annotate): Remove obsolete (and now broken) code.
19813         (vc-annotate-extract-revision-at-line): Remove obsolete code.
19814         (vc-annotate-time-span): Remove unused arg `quantize'.  Simplify.
19816 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
19818         * subr.el (lazy-completion-table): Correct typo in docstring.
19820         * startup.el (command-line): Use `custom-reevaluate-setting' for
19821         `send-mail-function'.
19823         * mail/sendmail.el (send-mail-function): Autoload the standard-value.
19825 2005-12-05  Ralf Angeli  <angeli@iwi.uni-sb.de>
19827         * mail/smtpmail.el (smtpmail-try-auth-methods):
19828         Send credentials together with "AUTH PLAIN" command.
19830 2005-12-27  Richard M. Stallman  <rms@gnu.org>
19832         * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
19833         mouse-2, go back to previously selected window, so it's selected
19834         when mouse-2 command runs.
19836 2005-12-27  Juri Linkov  <juri@jurta.org>
19838         * descr-text.el (describe-text-sexp): Use square brackets for
19839         button [Show] to distinguish it from the property value `show'.
19840         (describe-property-list): Use `insert-text-button' with
19841         `help-face' type instead of putting face in quotes, because button
19842         is not created automatically for a list of faces.
19843         (describe-text-properties-1): Put button-type value in quotes to
19844         distinguish from plain text "button".
19845         (describe-char): Display code point values in hex.  Don't use
19846         `symbol-name' for `current-input-method' because it is a string.
19847         Use `insert-text-button' with `help-face' type instead of putting
19848         hardcoded face in quotes, because button is not created automatically.
19850 2005-12-27  Richard M. Stallman  <rms@gnu.org>
19852         * progmodes/glasses.el (glasses-face): More specific custom type.
19854         * files.el (set-visited-file-name): Doc fix.
19856         * textmodes/flyspell.el (flyspell-external-point-words):
19857         Use local var buffer-scan-pos to advance scan for next misspelling.
19858         Advance it only after we find the misspelling.
19860 2005-12-27  Agustin Martin  <agustin.martin@hispalinux.es>
19862         * textmodes/flyspell.el (flyspell-external-point-words):
19863         New criteria for finding the misspelling in the buffer.
19865 2005-12-27  Nick Roberts  <nickrob@snap.net.nz>
19867         * help-mode.el (help-insert-string): Set help-xref-stack-item
19868         rather than call help-setup-xref.
19870         * descr-text.el (describe-char): Revert previous changes for
19871         optional buffer argument.
19873 2005-12-27  Juri Linkov  <juri@jurta.org>
19875         * help-mode.el (help-insert-string): New function.  Save buffer
19876         contents in cases where it is impossible to recompute the old contents.
19878         * descr-text.el (describe-char): Set help-xref-stack-item
19879         explicitly after buffer has been generated.
19881 2005-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19883         * cus-start.el (all): Add x-gtk-show-hidden-files.
19885 2005-12-26  Richard M. Stallman  <rms@gnu.org>
19887         * replace.el (perform-replace): Calculate match-again
19888         before skipping read-only matches.
19890         * paren.el (paren-showing-faces): New group.
19891         (show-paren-match, show-paren-mismatch): Move to that group.
19893         * button.el (button): Put into group `basic-faces'.
19895         * progmodes/make-mode.el: Remove faces from group `faces'.
19897         * apropos.el (apropos, apropos-value): Doc fix.
19898         (apropos-documentation): Doc fix.
19900 2005-12-26  Stefan Monnier  <monnier@iro.umontreal.ca>
19902         * subr.el (lazy-completion-table): Remove argument `args'.
19904         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
19905         Don't use the `args' argument of lazy-completion-table.
19907 2005-12-26  Nick Roberts  <nickrob@snap.net.nz>
19909         * descr-text.el (describe-char): Add optional argument for buffer.
19910         Set buffer appropriately.  Call help-setup-xref.
19911         Suggested by Stefan Monnier.
19913 2005-12-26  Juri Linkov  <juri@jurta.org>
19915         * descr-text.el: Require `help-fns' at runtime.  Don't require
19916         `button' for byte compilation.
19917         (describe-text-widget): Add `help-echo' for first button.
19918         Use `help-info' for second.
19919         (describe-property-list): Use `help-argument-name' instead of `italic'.
19920         (describe-text-category): Add prompt to interactive spec.
19921         Call `help-setup-xref'.
19922         (describe-char): Use `help-character-set'.  Add `help-echo' for
19923         code point.  Use `help-input-method'.  Remove superfluous insert.
19925 2005-12-25  Richard M. Stallman  <rms@gnu.org>
19927         * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
19928         at point, in case of narrowing.
19930         * progmodes/delphi.el (delphi-other-face): Allow nil in type.
19932         * locate.el (locate-header-face): Allow nil in type.
19934         * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
19936 2005-12-25  Romain Francoise  <romain@orebokech.com>
19938         * battery.el (battery-linux-proc-acpi): Also try
19939         `/proc/acpi/thermal_zone/THM0/temperature'.
19941 2005-12-24  Chong Yidong  <cyd@stupidchicken.com>
19943         * custom.el (custom-push-theme): Fix docstring.
19945         * cus-edit.el (custom-variable-set, custom-variable-save)
19946         (custom-variable-save): Custom-quote widget values.
19947         (customize-save-variable): Fix custom-push-theme call.
19949 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
19951         * w32-fns.el (w32-batch-update-autoloads): New function.
19953         * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
19954         Use w32-batch-update-autoloads, and don't setq generated-autoload-file
19955         from the command line.
19957 2005-12-23  Chong Yidong  <cyd@stupidchicken.com>
19959         * custom.el (custom-push-theme): Clarify docstring.  VALUE nil for
19960         reset means to remove setting from theme entirely.  Don't keep
19961         expanding theme-settings list; delete old entries if necessary.
19963         * cus-edit.el (custom-buffer-create-internal): Move "Erase
19964         customization" button one line up.
19965         (custom-themed): New face.
19966         (custom-magic-alist): New value, THEMED, for theme settings.
19967         (custom-variable-state-set, custom-face-state-set):
19968         Check theme-value instead of saved-value.
19969         (custom-variable-reset-standard, custom-face-reset-standard):
19970         Remove theme setting entirely.  Recalculate new values.
19971         (custom-variable-set, custom-variable-set)
19972         (custom-variable-reset-saved, custom-variable-reset-backup)
19973         (custom-face-set, custom-face-reset-saved): Update `user' theme.
19974         (custom-variable-save): Fix typos.
19976 2005-12-23  Juri Linkov  <juri@jurta.org>
19978         * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
19979         Add autoload cookies.
19980         (edebug-outside-d-c-i-n-s-w): New variable.
19981         (edebug-display, edebug-outside-excursion): Use it to save the
19982         original value of default-cursor-in-non-selected-windows.
19983         Set default-cursor-in-non-selected-windows to t while Edebug
19984         is active.
19985         (edebug-mode, edebug-eval-mode): Doc fix.
19987         * mouse.el (mouse-choose-completion): Replace `buffer-substring'
19988         with `buffer-substring-no-properties' to remove common substring
19989         highlighting.
19991         * info.el (info-other-window, info): Rename function argument
19992         `file' to `file-or-node'.
19993         (Info-complete-menu-item): Use local variable `complete-nodes' to
19994         keep the global value of `Info-complete-nodes' unchanged for
19995         subsequent completions.
19996         (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
19998         * simple.el (get-next-valid-buffer, last-buffer)
19999         (next-error-buffer-p, next-error-find-buffer)
20000         (minibuffer-history-sexp-flag): Doc fix.
20002         * savehist.el (savehist-mode-hook): Add `:group'.
20004         * log-view.el: Call autoload for vc-find-version.
20005         (log-view-current-file): Adjust subgroup numbers.
20006         (log-view-current-tag): Add `length'.
20008 2005-12-23  Richard M. Stallman  <rms@gnu.org>
20010         * vc.el (vc-annotate-car-last-cons): Defn moved up.
20012 2005-12-23  Juri Linkov  <juri@jurta.org>
20014         * hi-lock.el (hi-lock-archaic-interface-message-used)
20015         (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
20016         (hi-lock-mode): Display "Hi" in the mode line only when
20017         hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
20018         (hi-lock-write-interactive-patterns):
20019         Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
20020         (hi-lock-set-pattern, hi-lock-set-file-patterns)
20021         (hi-lock-font-lock-hook): Set 3rd arg `how' of
20022         font-lock-add-keywords to t.
20024 2005-12-23  David Koppelman  <koppel@ece.lsu.edu>
20026         * hi-lock.el (hi-lock-highlight-range): New variable.
20027         (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
20028         only if font-lock-fontified is non-nil.  Remove overlays.
20029         (hi-lock-set-pattern): Call font-lock-fontify-buffer if
20030         font-lock-fontified is non-nil, otherwise use overlays (instead of
20031         text properties).
20032         (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
20033         New variables.
20034         (hi-lock-string-serialize): New function.
20036 2005-12-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20038         * menu-bar.el (menu-find-file-existing): New function.
20039         (menu-bar-file-menu): Use menu-find-file-existing for Open.
20041         * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
20043 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20045         * vc.el: Remove unnecessary leading * in docstrings.
20046         (vc-annotate-mode-map): Move initialization into declaration.
20047         (vc-static-header-alist): Nitpick on the regexp.
20048         (vc-default-init-version): New fun.
20049         (vc-register): Use it.
20050         (vc-insert-headers): Use dolist.
20051         (vc-annotate-get-backend): Remove unused function.
20052         (vc-annotate-add-menu): Remove.  Build the menu directly at toplevel.
20053         (vc-annotate-mode): Remove corresponding call.
20054         (vc-annotate-car-last-cons): Simplify.
20055         (vc-annotate-buffers): Remove var.
20056         (vc-annotate-backend): Make it buffer-local.
20057         (vc-annotate): Move the interaction to the interactive spec.
20058         Add a `buf' argument.
20059         (vc-annotate-warp-version): Use this new `buf' argument to avoid
20060         killing&creating a vc-annotate buffer, which is very disruptive when
20061         the buffers are shown in dedicated frames.
20063 2005-12-23  Nick Roberts  <nickrob@snap.net.nz>
20065         * descr-text.el: Add FSF as maintainer.
20066         (describe-text-mode, describe-text-mode-map)
20067         (describe-text-mode-hook, describe-text-done): Delete.  Use normal
20068         help-mode.
20069         (describe-text-widget, describe-text-sexp)
20070         (describe-property-list, describe-text-category)
20071         (describe-text-properties, describe-text-properties-1)
20072         (describe-char): Use help buttons instead of widgets.
20073         (describe-char-unicodedata-file): Make URL link in doc string.
20075 2005-12-22  Richard M. Stallman  <rms@gnu.org>
20077         * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
20078         (custom-buffer-create-internal): Reword the top-of-buffer help intro.
20079         Don't include buttons that write a file when there's no file.
20080         (custom-variable-menu, custom-face-menu, custom-group-menu):
20081         Don't include commands that write a file when there's no file.
20082         (customize-browse): Reword the top-of-buffer help intro.
20083         (custom-buffer-create-internal): Fix previous change.
20084         (customize-changed-options-previous-release): Prev release is 21.1.
20085         (customize-changed-options): Doc fix.
20086         (customize-changed): New alias.
20087         (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
20088         Say "standard values".
20089         (Custom-reset-standard): Doc fix.
20090         (custom-face-reset-standard): Doc fix.
20092 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20094         * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
20095         even if font-lock-mode is non-nil since it may be t without having
20096         turned on font-lock-mode-internal.
20097         (font-lock-choose-keywords): Minor optimization.
20098         (font-lock-add-keywords, font-lock-remove-keywords)
20099         (font-lock-set-defaults): Don't call make-local-variable on a variable
20100         that we know to already be local.
20102 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20104         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
20105         messages if in the minibuffer.
20107 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
20109         * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
20110         (tex-mode-flyspell-verify, flyspell-get-word)
20111         (flyspell-external-point-words): Don't use point-min/max uselessly.
20113         * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
20114         by Kevin Rodgers.  Instead, just hide the completions buffer if we
20115         don't need to show it.
20117 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
20119         * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
20121 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
20123         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
20124         delete-windows-on with an inexistent buffer.
20126 2005-12-22  Nick Roberts  <nickrob@snap.net.nz>
20128         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
20129         Delete defcustom variable :tag names.
20131 2005-12-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20133         * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
20134         (log-view-font-lock-keywords): Ajust subgroup numbers.
20135         (log-view-current-tag): Don't hard code the number of subgroups.
20137 2005-12-20  Juri Linkov  <juri@jurta.org>
20139         * tooltip.el (tooltip): Move defgroup before define-minor-mode.
20140         (tooltip-x-offset, tooltip-y-offset): Doc fix.
20142         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
20143         (menu-bar-non-minibuffer-window-p): Instead of checking
20144         display-multi-frame-p, use selected-frame when menu-updating-frame
20145         is nil.
20147 2005-12-20  Stuart Herring  <herring@lanl.gov>  (tiny change)
20149         * align.el (align-rules-list): Use [ \t] instead of \s-
20150         for column separators in text mode.
20152 2005-12-20  Nick Roberts  <nickrob@snap.net.nz>
20154         * help-mode.el (help-customize-variable, help-customize-face):
20155         Don't pop help-xref-stack as help-follow no longer pushes
20156         anything on to it.
20158 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
20160         * textmodes/org.el (org-agenda-custom-commands): New option.
20161         (org-agenda): Offer custom commands on splash screen.
20162         (org-make-tags-matcher): Parser for Boolean logic added.
20163         (org-agenda-set-tags): New command.
20164         (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
20165         (org-set-tags): Efficiency improvements.
20166         (org-auto-align-tags): New option.
20167         (org-todo, org-demote, org-promote): Realign tags.
20168         (org-tags-completion-function): Use also "&" and "|" as separators.
20169         (org-org-menu): Agenda commands simplified.
20171 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
20173         * cus-edit.el (customize-apropos, customize-apropos-options):
20174         Docstring changes.
20176         * font-lock.el (font-lock): Add tags to the links in the defgroup.
20178 2005-12-19  Chong Yidong  <cyd@stupidchicken.com>
20180         * longlines.el (longlines-mode): Wrap while widened.
20181         (longlines-decode-region, longlines-encode-region): Compute max
20182         just once.
20184 2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20186         * cus-edit.el (mac): New group.
20188         * cus-start.el (all): Add user options in macterm.c.  Add test for
20189         Mac-related built-ins.  Fix test for GTK-related built-ins.
20191         * term/mac-win.el (mac-handle-language-change)
20192         (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
20193         (mac-services-open-selection, mac-services-mail-selection)
20194         (mac-services-mail-to, mac-services-insert-text)
20195         (mac-dispatch-apple-event): Add docstrings.
20196         (x-get-selection, mac-select-convert-to-string): Select coding
20197         system from `utf-16be' and `utf-16le' using `byteorder'.
20199 2005-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
20201         * subr.el (lazy-completion-table): Don't be fooled if the var holds
20202         a "list" (lambda ...) rather than a real completion list.
20204         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
20205         lexical-let when encountering ((lambda (...) ...) ...).
20207 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
20209         * progmodes/sh-script.el (sh-mode):
20210         * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
20211         * textmodes/picture.el (picture-mode): Update docstrings.
20213 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
20215         * makefile.w32-in (autoloads, custom-deps): Warn that parts of
20216         commands enclosed in $(ARGQUOTE)s should not be split between two
20217         lines, as that will break with GNU Make >3.80, when sh.exe is used
20218         and arg quoting is with '..'.
20219         (autoloads): Don't break the quoted --eval expression between
20220         several lines.
20222 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
20224         * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
20225         Capture error from printing circular structures.
20227 2005-12-17  Martin Rudalics  <rudalics@gmx.at>
20229         * wid-edit.el (widget-checkbox-action): Clear undo info.
20231 2005-12-16  Bill Wohler  <wohler@newt.com>
20233         * menu-bar.el (kill-this-buffer): Set a good example by using menu
20234         bar, not menubar in comment.
20236 2005-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
20238         * progmodes/cc-engine.el (c-after-change-check-<>-operators):
20239         After-change-functions should not clobber the match data.
20241 2005-12-16  Juri Linkov  <juri@jurta.org>
20243         * simple.el (choose-completion): Use `buffer-substring-no-properties'
20244         instead of `buffer-substring'.
20245         (completion-common-substring): Doc fix.
20246         (completion-setup-function): Use minibuffer-completion-contents
20247         instead of minibuffer-contents.  Don't set common-string-length
20248         initially.  Remove special handling of partial-completion-mode.
20249         Move computation of completion-base-size into one cond.
20250         Call completion-base-size-function in mainbuf.  In computation of
20251         completion-base-size for file name completion don't move point to
20252         the end of the minibuffer.  Move computation of common-string-length
20253         into one cond.  Start putting faces only when common-string-length>=0.
20254         Add condition to put completions-common-part when
20255         common-string-length>0.
20257         * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
20258         place point at the first different character in the minibuffer
20259         even if this position is at the beginning of the minibuffer.
20261         * info.el (Info-read-node-name-1): In completion-base-size-function's
20262         lambda return 1 if common-substring or minibuffer-completion-contents
20263         starts with (, and 0 otherwise.
20265         * emacs-lisp/crm.el (crm-minibuffer-completion-help):
20266         Use `crm-current-element' for second arg of `display-completion-list'.
20268 2005-12-16  Klaus Zeitler  <kzeitler@lucent.com>
20270         * files.el (set-auto-mode): Look for an interpreter specified on
20271         the first line also if search for mode specification succeeded,
20272         but the mode is not known.
20274 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
20276         * textmodes/org.el (org-tags-match-list-sublevels): New option.
20277         (org-open-at-point): Implement tag searches as links.
20278         (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
20279         (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
20280         (org-tags-sparse-tree, org-tags-view, org-set-tags)
20281         (org-agenda-dispatch): New commands.
20282         (org-use-tag-inheritance, org-tags-column): New options.
20283         (org-tab-follows-link, org-return-follows-link): New options.
20284         (org-tags): New customize group.
20285         (org-start-icalendar-file): Get local time zone.
20286         (org-tags-completion-function): New function.
20287         (org-set-font-lock-defaults): Make sure links will also be
20288         highlighted inside headlines.
20290 2005-12-16  Mark Plaksin  <happy@usg.edu>  (tiny change)
20292         * term.el (term-emulate-terminal):
20293         Let term-handle-ansi-terminal-messages override what Bash says about
20294         its current directory.
20296 2005-12-16  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
20298         * bindings.el (last-buffer): Move to simple.el.
20299         * simple.el (last-buffer): Move here.
20300         (get-next-valid-buffer): New function.
20301         (next-buffer): Use frame-local buffer list, maintain buried buffer list.
20302         (prev-buffer): Ditto.  Rename to `previous-buffer'.
20304         * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
20305         * bindings.el (global-map): Ditto.
20307 2005-12-15  Luc Teirlinck  <teirllm@auburn.edu>
20309         * cus-edit.el: Introductory comment change.
20310         (custom-magic-alist): Change message string for the `rogue' state.
20312 2005-12-15  Richard M. Stallman  <rms@gnu.org>
20314         * tooltip.el: Delete defcustom variable :tag names.
20316         * complete.el (partial-completion-mode): Doc fix.
20318         * textmodes/flyspell.el (flyspell-external-point-words):
20319         Use save-excursion to ensure we don't move backward in the
20320         search loop, not even one character.
20321         (flyspell-delete-all-overlays): Use remove-overlays directly.
20323         * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
20324         (ispell-start-process): Set that variable.
20325         Clear ispell-buffer-local-name.
20326         (ispell-internal-change-dictionary):
20327         Set ispell-current-dictionary after killing process.
20328         (ispell-buffer-local-dict):
20329         Don't set spell-personal-dictionary after killing process.
20330         (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
20331         (ispell-tex-skip-alists, ispell-html-skip-alists)
20332         (ispell-skip-region-alist): Mark as risky.
20334         * net/newsticker.el (newsticker--retrieval-timer-list)
20335         (newsticker--display-timer, newsticker-running-p)
20336         (newsticker-ticker-running-p): Definitions moved up.
20338 2005-12-16  Nick Roberts  <nickrob@snap.net.nz>
20340         * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
20342 2005-12-15  David Ponce  <david@dponce.com>
20344         * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
20345         (recentf-edit-list, recentf-open-files): Signal an error when
20346         there is no recent file.
20348 2005-12-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
20350         * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
20351         read-only except for texinfo-format-region evaluation.
20353 2005-12-14  Richard M. Stallman  <rms@gnu.org>
20355         * vc.el (vc-default-previous-version, vc-default-next-version)
20356         (vc-do-command): Doc fixes.
20358 2005-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
20360         * textmodes/bibtex.el (bibtex-expand-strings)
20361         (bibtex-autokey-expand-string, bibtex-name-part)
20362         (bibtex-entry-type-whitespace, bibtex-entry-type-str)
20363         (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
20364         (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
20365         (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
20366         (bibtex-entry-postfix, bibtex-known-entry-type-re)
20367         (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
20368         (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
20369         (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
20370         (bibtex-beginning-of-last-entry): Remove.
20371         (bibtex-parse-field-name): Use bibtex-field-name.  Issue error
20372         message if comma is missing but buffer is read-only.
20373         (bibtex-parse-field-text): Handle whitespaces at the end of field
20374         text.  Return 3-element list with beginning and end of field text
20375         and end of field.
20376         (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
20377         (bibtex-parse-field): Remove arg name.  Use bibtex-field-name.
20378         (bibtex-search-forward-field, bibtex-search-backward-field):
20379         Search always delimited by limits of entry.  Use more efficient
20380         search algorithms.
20381         (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
20382         bibtex-end-of-name-in-field.
20383         (bibtex-text-in-field-bounds): Handle BibTeX strings when
20384         extracting the content of a field.
20385         (bibtex-text-in-field): Use search limits.
20386         (bibtex-parse-string-prefix): Handle empty string keys based on
20387         bibtex-string-empty-key.
20388         (bibtex-parse-string): Fix docstring.
20389         (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
20390         (bibtex-preamble-prefix, bibtex-strings): New functions.
20391         (bibtex-skip-to-valid-entry): Include preceding whitespace in
20392         BibTeX entries (consistent with other BibTeX functions).
20393         (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
20394         (bibtex-search-entry): Fix docstring.  Simplify.
20395         (bibtex-flash-head, bibtex-complete-string-cleanup)
20396         (bibtex-count-entries, bibtex-sort-buffer): Simplify.
20397         (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
20398         (bibtex-parse-entry): New optional arg content.
20399         (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
20400         Use bibtex-text-in-field-bounds.
20401         (bibtex-print-help-message): Handle BibTeX strings and preambles.
20402         (bibtex-end-of-entry): Use bibtex-preamble-prefix and
20403         bibtex-parse-string-postfix.
20404         (bibtex-find-text-internal): New function.
20405         (bibtex-remove-delimiters): Use it.
20406         (bibtex-find-text): Use it.  New optional arg help.
20407         (bibtex-complete): Handle BibTeX string and preamble entries.
20408         (bibtex-Preamble): Fix order of closing delimiters.
20410 2005-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
20412         * vc.el (vc-default-revert): New fun.
20414         * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
20416 2005-12-14  Romain Francoise  <romain@orebokech.com>
20418         * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
20419         (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
20420         (font-lock-remove-keywords): Likewise.
20422 2005-12-14  Juri Linkov  <juri@jurta.org>
20424         * log-view.el (log-view-diff): Doc fix.
20426         * isearch.el (isearch-query-replace): Use (mark) instead of
20427         isearch-opoint if mark is active in transient-mark-mode.
20429 2005-12-14  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
20431         * isearch.el (isearch-query-replace): Check for isearch-other-end.
20433 2005-12-14  Per Abrahamsen  <abraham@dina.kvl.dk>
20435         * progmodes/cpp.el (cpp-face): New widget.
20436         (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
20438 2005-12-14  Juri Linkov  <juri@jurta.org>
20440         * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
20441         around `erase-buffer' and `insert'.
20443         * descr-text.el (describe-text-properties): Replace buffer name
20444         "*Help-2*" with "*Help*<2>".
20445         (describe-char): Add functions print-help-return-message,
20446         toggle-read-only.  Use help-setup-xref with nil to not store
20447         describe-char in help-xref-stack.  Use help-make-xrefs to
20448         make [back] button.
20450         * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
20452         * wdired.el (wdired-old-point): New internal variable.
20453         (wdired-change-to-wdired-mode): Set it buffer-locally.
20454         (wdired-abort-changes): Restore point after aborting changes.
20456 2005-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
20458         * vc.el (vc-do-command): Add a new value t for okstatus.
20460         * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
20461         frame in case of errors.
20463 2005-12-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20465         * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
20466         so it comes after "On the Left" in the menu.
20468 2005-12-12  Luc Teirlinck  <teirllm@auburn.edu>
20470         * cus-edit.el (customize-apropos, customize-apropos-options)
20471         (customize-apropos-faces, customize-apropos-groups): Doc fixes.
20473 2005-12-12  Bill Wohler  <wohler@newt.com>
20475         * vc-svn.el (vc-svn-registered): Fix problem of visiting
20476         non-writable Subversion-controlled files by saving window
20477         configuration before calling vc-do-command.  vc-do-command calls
20478         pop-to-buffer on error which is unexpected during registration.
20480 2005-12-12  Jay Belanger  <belanger@truman.edu>
20482         * calc/README: Update the summary of changes.
20484 2005-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
20486         * descr-text.el (describe-char): Rework last fix to solve the problem
20487         is the same way it's solved for everything else in that function
20488         (i.e. by extracting the info before setting up the *Help* buffer).
20490 2005-12-12  Kim F. Storm  <storm@cua.dk>
20492         * subr.el (version-regexp-alist): Allow space as separator before
20493         non-numeric part, e.g. "1.0 alpha".
20494         (version-to-list): Interpret .X.Y version as 0.X.Y version.
20496 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
20498         * textmodes/org.el (org-agenda, org-timeline, org-todo):
20499         Implement Logging and the keep-modes setting.
20500         (org-get-category): Make sure a string is returned.
20501         (org-log-done): New function.
20502         (org-log-done, org-closed-string): New options.
20504 2005-12-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20506         * tooltip.el (tooltip-y-offset): Change default to 20.
20508 2005-12-12  Richard M. Stallman  <rms@gnu.org>
20510         * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
20512         * frame.el (display-hourglass): Doc fix.
20514         * help.el (help-for-help-internal): Simplify entry for `a'.
20516         * info.el (Info-on-current-buffer): Doc fix.
20517         (info-insert-file-contents): Don't test (featurep 'jka-compr).
20519         * startup.el (inhibit-splash-screen): Make this the real name.
20520         (inhibit-startup-message): Make this the alias.
20521         (command-line): Find only simple.el, and use its directory
20522         to fill in other preloaded files' names.
20523         (command-line): Deactivate the mark if deactivate-mark is set.
20525         * international/mule.el (load-with-code-conversion):
20526         Bind deactivate-mark.
20528         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
20530 2005-12-11  Luc Teirlinck  <teirllm@auburn.edu>
20532         * cus-edit.el (customize-apropos): Avoid listing an option more
20533         than once under different aliases.  No longer list user options
20534         that are not defined with defcustom (unless a prefix arg is given).
20535         Doc fix.
20536         (customize-apropos-options): Doc fix.
20538 2005-12-11  Juri Linkov  <juri@jurta.org>
20540         * frame.el (set-background-color, set-foreground-color)
20541         (set-cursor-color, set-mouse-color, set-border-color):
20542         Add explicit prompts to read colors by `facemenu-read-color'.
20543         (show-trailing-whitespace, blink-cursor-delay)
20544         (blink-cursor-interval, display-hourglass, hourglass-delay):
20545         Remove tags.
20546         (display-hourglass, hourglass-delay): Doc fix.
20547         (cursor-in-non-selected-windows): Capitalize words in tag.
20549         * faces.el (frame-background-mode): Replace `choice-item' keywords
20550         with `const' to not make [default] button.  Change default value tag
20551         from `default' to `automatic'.  Doc fix.
20552         (trailing-whitespace) <defface>: Change group `whitespace' to
20553         `whitespace-faces'.
20555 2005-12-11  Richard M. Stallman  <rms@gnu.org>
20557         * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
20559 2005-12-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20561         * term/mac-win.el: Create keymap for mac-apple-event-map.
20563 2005-12-11  Nick Roberts  <nickrob@snap.net.nz>
20565         * tooltip.el (tooltip-mode): Move to start of file so that it
20566         appears at top of customize buffer.
20568         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
20569         Add the gud groupname.
20570         (gud-tooltip-mode): Add the tooltip groupname.
20571         (gud-tooltip-echo-area): Add the gud groupname.  Remove tag to
20572         avoid conflict with tooltip-use-echo-area.
20574 2005-12-10  Romain Francoise  <romain@orebokech.com>
20576         * help.el (help-for-help-internal): Add `r' in doc string.
20578 2005-12-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
20580         * align.el (align-regexp, align-highlight-rule):
20581         Use region-beginning and region-end instead of point and mark, so that
20582         repetition (with `repeat-complex-command') recomputes the region
20583         bounds.
20585 2005-12-10  Lennart Borgman  <lennart.borgman.073@student.lu.se>
20587         * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
20588         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
20589         (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
20590         (balance-windows): Rewrite using the above new functions.
20592 2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
20594         * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
20595         react if global-hi-lock-mode seems intended.
20596         (global-hi-lock-mode): Renamed from hi-lock-mode.
20597         (hi-lock-archaic-interface-message-used)
20598         (hi-lock-archaic-interface-deduce): New variables.
20599         (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
20600         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
20601         (hi-lock-find-patterns, hi-lock-font-lock-hook):
20602         Replace hi-lock-buffer-mode with hi-lock-mode.
20604 2005-12-10  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
20606         * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
20607         completion list, even after a partial completion has been
20608         inserted in the current buffer.  If there are more than 1
20609         completion, redisplay the *Completions* buffer; if the
20610         completion is unique, delete the *Completions* window.
20612 2005-12-10  Eli Zaretskii  <eliz@gnu.org>
20614         * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
20615         strings and long subject lines that were broken into multiple
20616         lines at arbitrary places.  Handle subjects that have "Re: " in
20617         the middle.
20619 2005-12-10  John W. Eaton  <jwe@octave.org>
20621         * progmodes/octave-mod.el (octave-electric-space): Don't indent
20622         comments or strings if octave-auto-indent is nil.
20624 2005-12-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20626         * term/mac-win.el: Require url when compiling.
20627         Call mac-process-deferred-apple-events after loading init files.
20628         (mac-apple-event-map): New defvar.  Define event handlers in it.
20629         (core-event, internet-event): New Apple event class symbols.
20630         (open-application, reopen-application, open-documents)
20631         (print-documents, open-contents, quit-application)
20632         (application-died, show-preferences, autosave-now, get-url):
20633         New Apple event ID symbols.
20634         (about): New HICommand ID symbol.
20635         (mac-event-spec, mac-event-ae): New macros.
20636         (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
20637         (mac-ae-selection-range, mac-ae-text-for-search)
20638         (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
20639         (mac-application-menu-map): Remove keymap.  Handlers for HICommand
20640         and Services menu events are now defined in mac-apple-event-map.
20641         (mac-drag-n-drop): Remove selection range handling.
20643 2005-12-10  Kenichi Handa  <handa@m17n.org>
20645         * simple.el (zap-to-char):
20646         * isearch.el (isearch-process-search-char): Translate CHAR by
20647         translation-table-for-input.
20649 2005-12-09  Chong Yidong  <cyd@stupidchicken.com>
20651         * foldout.el (foldout-exit-fold): Properly hide subtree.
20653 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
20655         * files.el (save-buffer):
20656         * international/ucs-tables.el (ucs-set-table-for-input):
20657         * mail/mail-extr.el (mail-extract-address-components):
20658         * mail/sendmail.el (mail-mode): Reformat doc string.
20660 2005-12-09  Juri Linkov  <juri@jurta.org>
20662         * isearch.el (isearch-highlight): Change main overlay priority
20663         from 1 to 1001.  Simplify.
20664         (isearch-lazy-highlight-update): Change lazy overlay priority
20665         from 0 to 1000.
20667         * replace.el (replace-highlight): Change overlay priority from
20668         1 to 1001.
20670         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
20671         Change overlay priority from 1 to 1001.  Reuse existing overlay.
20673         * compare-w.el (compare-windows-highlight): Change overlay
20674         priority from 1 to 1000.
20676         * menu-bar.el (menu-bar-edit-menu): Add listp around
20677         pending-undo-list to disable menu item "undo" when pending
20678         undo list is empty.
20680         * locate.el (locate): Disable undo in *Locate* buffer.
20682 2005-12-09  Kim F. Storm  <storm@cua.dk>
20684         * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
20686 2005-12-09  David Ponce  <david@dponce.com>
20688         * recentf.el: Improvement of the menu code.
20689         (recentf-enabled-p): Move before first use.  Use `kill-emacs-hook'
20690         instead of menu hook.
20691         (recentf-show-menu, recentf-hide-menu): New functions.
20692         (recentf-menu-customization-changed, recentf-mode): Use them.
20693         (recentf-menu-action, recentf-max-menu-items)
20694         (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
20695         (recentf-arrange-by-rule-others)
20696         (recentf-arrange-by-rules-min-items)
20697         (recentf-arrange-by-rule-subfilter): Don't use
20698         `recentf-menu-customization-changed'.
20699         (recentf-arrange-rules): Likewise.  Accept functions to compute
20700         sub-menu titles.
20701         (recentf-menu-filter): Likewise.  Doc fix.
20702         (recentf-menu-value-shortcut): Doc fix.
20703         (recentf-dump-variable): Quote atom value.
20704         (recentf-make-menu-items): Update to use it as a menu filter.
20705         (recentf-match-rule): New function.
20706         (recentf-arrange-by-rule): Use it.
20707         (recentf-indirect-mode-rule): New function.
20708         (recentf-build-mode-rules): Use it.
20709         (recentf-dir-rule): New function.
20710         (recentf-arrange-by-dir): Use it.
20711         (recentf-filter-changer-current): Rename from
20712         `recentf-filter-changer-state'.  All references updated.
20713         (recentf-filter-changer-alist): Update filter names.
20714         (recentf-filter-changer-select): New function.
20715         (recentf-filter-changer): Use it.  Make a sub-menu from filters
20716         available in `recentf-filter-changer-alist'.
20717         (recentf-data-cache, recentf-clear-data)
20718         (recentf-update-menu): Remove.  All references updated.
20719         (recentf-match-rule-p, recentf-build-dir-rules)
20720         (recentf-filter-changer-goto-next)
20721         (recentf-filter-changer-get-current)
20722         (recentf-filter-changer-get-next): Remove.
20724 2005-12-08  Luc Teirlinck  <teirllm@auburn.edu>
20726         * cus-edit.el (custom-buffer-create-internal): Relabel the whole
20727         buffer "Reset" button to "Reset to Current" for consistency with
20728         the State buttons.
20730 2005-12-08  John Paul Wallington  <jpw@pobox.com>
20732         * ibuf-ext.el (define-ibuffer-filter filename):
20733         If `dired-directory' is a list then really use its car.
20735 2005-12-08  Kim F. Storm  <storm@cua.dk>
20737         * emulation/cua-rect.el (cua--rectangle-aux-replace):
20738         Fix indention of text on right side of replaced rectangle.
20740 2005-12-09  Nick Roberts  <nickrob@snap.net.nz>
20742         * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
20743         No need to check gud-comint-buffer is bound.
20744         (gdb): Prevent multiple debugging when first session uses gdba.
20746 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
20748         CC Mode update to 5.31.
20750         * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
20751         Emacsen which lack `define-minor-mode'.  (Currently Emacs <21.
20752         We might do this function properly in the future).
20754         * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
20755         New macros c-sentence-end and c-default-value-sentence end, to cope
20756         with Emacs 22's new function `sentence-end'.
20758 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
20760         * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
20761         compat issue using `c-put-overlay' and `c-delete-overlay'.
20763         * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
20764         New compat macros to handle overlays/extents.
20766 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
20768         * progmodes/cc-fix.el: Add definitions of the macros push and pop
20769         (for GNU Emacs 20.4).
20771         * progmodes/cc-defs.el
20772         (i): Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4).
20774         * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
20775         highlighting mechanism so it will work in XEmacs too.
20777         * progmodes/cc-defs.el: Insert c-int-to-char.
20779         * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
20780         call to the new macro c-int-to-char.  This solves XEmacs's
20781         regarding characters as different from integers.
20783 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
20785         * progmodes/cc-fonts.el (c-make-syntactic-matcher):
20786         New internal helper.
20788         (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
20789         construct to make the indirect face lookup work in XEmacs.
20791         (c-cpp-matchers): Append the negation char face to the existing
20792         fontification, so that the cpp face doesn't disappear.
20793         Use `c-make-syntactic-matcher' to avoid negation chars in comments
20794         and strings.
20796         * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
20797         to map to `font-lock-negation-char-face' in emacsen where it exists.
20799 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
20801         * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
20803         * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
20804         Rename "c-subword-move-mode" as "c-subword-mode".
20806         * progmodes/cc-mode.el: Added tty suitable bindings for C-c
20807         <delete> and C-c C-<delete>.  (To the c-hungry- delete functions).
20809 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
20811         * progmodes/cc-mode.el: Added autoload directive for
20812         `c-subword-move-mode' for use in older emacsen.
20814 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
20816         * progmodes/cc-mode.el:
20817         (i): Insert a binding for C-c C-backspace into
20818         c-bind-special-erase-keys which works in TTYs.
20819         (ii): Make sure that when file styles are used, any explicitly
20820         given style variables take priority over those in the style.
20821         Do this by calling `hack-local-variables' a second time.
20823         * progmodes/cc-vars.el: Add language specific customization
20824         widgets for AWK to c-doc-comment-style, c-require-final-newline
20825         and c-default-style.  Add a defcustom for awk-mode-hook.
20826         Give c-syntactic-element and c-syntactic-context doc-strings by
20827         directly setting their `variable-documentation' propery.
20828         This allows Emacs 22.1 to read these with C-h v.
20830         * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
20832 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
20834         * progmodes/cc-fonts.el, cc-vars.el
20835         (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
20836         (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
20837         Masatake YAMATO.
20839         (c-doc-comment-style): Made GtkDoc default in C mode.
20841         * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
20842         and C-c C-<delete>.
20844         (c-bind-special-erase-keys): New function for use on
20845         `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
20847         * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
20848         <delete> key behavior in XEmacs according to `delete-forward-p'.
20849         C.f. `c-electric-delete'.
20851 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
20853         * progmodes/cc-mode.el: Give c-hungry-backspace and
20854         c-hungry-delete-forward permanent key bindings.
20856         * progmodes/cc-cmds.el (c-electric-semi&comma):
20857         Bind c-syntactic-context for calls to "criteria functions", for
20858         consistency with other calls to user functions.
20860         * progmodes/cc-cmds.el (c-indent-command): Expunge use of
20861         `current-prefix-arg', since this might be the prefix arg to a
20862         command which calls c-indent-command as a function.  Change the
20863         interactive spec from "p" to "P".
20865         * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
20866         reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
20867         was difficult to understand.
20869 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
20871         * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
20872         first char of an identifier.
20874         * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
20875         +" syntax in C++.
20877 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
20879         * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
20880         auto-fill doesn't split a c-comment's last word from a hanging
20881         "*/" when a space is typed between them after fill-column.
20883         * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
20885         * progmodes/cc-styles.el (c-set-style)
20886         (c-setup-paragraph-variables): Abort the command if we're not in a
20887         CC Mode buffer.
20889         * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
20890         with blank comment-prefix, and a blank line as the comment's
20891         second line.
20893 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
20895         * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
20896         Incorporate the patterns added in the Emacs development branch
20897         for the new Emacs 22 face `font-lock-negation-char-face'.
20899         * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
20900         of "red" since it stands out better in xterms and DOS terminals.
20902         * progmodes/cc-engine.el (c-literal-faces):
20903         Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
20905 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
20907         * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
20908         forcibly enable c-electric-flag.
20910         * progmodes/cc-vars.el, cc-cmds.el: New clean-up
20911         `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
20912         after the comment-prefix of a C-style comment will close that comment.
20914 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
20916         * progmodes/cc-fonts.el (c-basic-matchers-before)
20917         (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
20918         in Pike.
20920         * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
20921         digraphs.
20923         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
20924         (c-cpp-message-directives, c-cpp-include-directives)
20925         (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
20926         (c-cpp-expr-directives): Introduce new language constants to
20927         control cpp syntax in a cleaner way.
20929         (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
20931         (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
20933         * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
20934         (c-multiline-string-start-char): New language constants and
20935         variables to specify how newlines in string literals work.
20937         (c-font-lock-invalid-string): Use them.
20939         * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
20940         unbalanced close brace is entered.  Optimization by avoiding going
20941         back over arbitrarily large blocks.  Removed hints that this
20942         function only would be relevant/useful in AWK.
20944         (c-electric-brace): Indent syntactically after the cleanups since
20945         lineup functions might do it differently then.
20947         * progmodes/cc-engine.el, cc-langs.el
20948         (c-opt-op-identifier-prefix): New language constant and variable.
20950         (c-just-after-func-arglist-p, c-after-special-operator-id)
20951         (c-search-decl-header-end, c-inside-bracelist-p): Use it.
20953         * progmodes/cc-align.el, cc-engine.el
20954         (c-after-special-operator-id): New helper to handle C++ operator
20955         identifiers.
20957         (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
20958         (c-guess-basic-syntax): Handle C++ operator identifiers in
20959         declarations.
20961         * progmodes/cc-langs.el (c-assignment-operators): Add the
20962         trigraph version of ^= too.
20964         * progmodes/cc-langs.el (c-assignment-operators): Add the
20965         trigraph version of |= in C++.
20967         * progmodes/cc-fonts.el (c-font-lock-declarators):
20968         Handle `c-decl-hangon-kwds' after the identifier name.
20970         * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
20971         whether an arglist is "nonempty", ignore a comment after the open
20972         paren if it isn't followed by a non-comment token on the same line.
20974         * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
20975         Enable heuristics below the point to cope with classes inside special
20976         brace lists in Pike.
20978 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
20980         * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
20982 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
20984         * progmodes/cc-guess.el (cc-guess-install): New function to
20985         install an already guessed style in another buffer.
20987         * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
20988         sets `inhibit-read-only' - `c-save-buffer-state' should be used
20989         anyway if the change always is undone.
20991 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
20993         Implement togglable electricity:
20995         * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
20996         saying when it should be used.
20998         * progmodes/cc-engine.el: Add the new buffer-local variable,
20999         c-electric-flag.
21001         * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
21002         c-toggle-auto-newline.
21004         * progmodes/cc-mode.el: Rename c-toggle-auto-state to
21005         c-toggle-auto-newline.  Remove the binding for
21006         c-toggle-auto-hungry-state.  Add the binding C-c C-l for the new
21007         c-toggle-electric-state.
21009         * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
21011         * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
21012         c-\(forward\|backward\)-subword.
21013         (c-update-modeline): Add the new modeline flag `l' for
21014         `c-electric-flag'.  Make the auto-newline flag `a' dependent on `l'.
21015         (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
21016         Make the old name an alias of the new name.
21017         (c-toggle-electric-state): New function.
21018         (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
21019         Adapt these functions to do electric things only when
21020         c-electric-flag is non-nil.
21021         (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
21022         new functions from c-electric-brace.
21023         (c-point-syntax): Add a check for "virtual semicolons" in AWK
21024         mode, so that the tentative extra newline doesn't change the
21025         syntax of the following brace.
21026         (c-electric-brace): Restructure by extracting the above functions.
21027         Tidy up the coding somewhat.
21028         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
21029         restructure a bit.
21031 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
21033         * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
21034         anchor position(s) using faces.  Thanks to Masatake YAMATO for the idea.
21036         * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
21037         (c-submode-indicators): Change name from `c-auto-hungry-string'
21038         since it's now used to track another submode.
21040         (c-update-modeline): Convert to function and extended to check
21041         `c-subword-move-mode'.
21043         (c-forward-into-nomenclature, c-backward-into-nomenclature):
21044         Convert to compat aliases for `c-forward-subword' and
21045         `c-backward-subword'.
21047         * progmodes/cc-subword.el: New functions and minor mode to handle
21048         SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
21050         (c-forward-subword, c-backward-subword, c-mark-subword)
21051         (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
21052         (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
21053         Functions corresponding to the standard word handling functions.
21055         (c-subword-move-mode): Minor mode that replaces all the standard
21056         word handling functions with their subword equivalences.
21058 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
21060         * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
21061         entry for one-liner-defun.
21063         * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
21064         name in its def-edebug-spec.
21066         * progmodes/cc-cmds.el (c-electric-brace): Make the
21067         one-liner-defun clean-up work with empty-defun-braces.  o-l-d now
21068         compacts space before a comment, if this will make things fit on
21069         one line.
21071         Introduce an "awk" style, mainly for auto-newline and clean-ups.
21073         * progmodes/cc-align.el: New function c-snug-1line-defun-close.
21075         * progmodes/cc-cmds.el: In c-electric-brace, add code for new
21076         clean-up one-liner-defun.
21078         * progmodes/cc-styles.el: Add the new "awk" style.
21080         * progmodes/cc-vars.el: Add description of one-liner-defun to
21081         c-cleanup-list's doc-string.  New user options,
21082         c-max-one-liner-length.  In c-default-style, set the default style
21083         for AWK to "awk".
21085 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
21087         * progmodes/cc-engine.el (c-forward-label): Fix fontification of
21088         macros inside labels.
21090         * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
21091         `c-at-statement-start-p' and `c-at-expression-start-p'.
21093         * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
21094         error if the mark isn't set.
21096         * progmodes/cc-engine.el (c-guess-continued-construct)
21097         (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
21098         accurately detect functions inside functions.
21100         * progmodes/cc-engine.el (c-at-expression-start-p): New function
21101         like `c-at-statement-start-p' that additionally recognizes commas
21102         and expression parentheses as delimiters.
21104         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
21105         to avoid heuristics that doesn't work for unclosed blocks.
21106         (c-at-statement-start-p): New function.
21108         * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
21109         Objective-C directives, e.g. directives spanning lines should work
21110         reasonably well now.
21112         (c-put-c-type-property, c-clear-c-type-property): New helpers.
21114         (c-forward-objc-directive): New function to move over any ObjC
21115         directive.
21117         (c-just-after-func-arglist-p, c-guess-basic-syntax)
21118         (c-basic-matchers-before): Use it.
21120         (c-font-lock-objc-iip-decl): Remove.
21122         * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
21123         in the template arglist recognition.
21125         * progmodes/cc-styles.el (c-style-alist): Fix several
21126         inconsistencies in the Whitesmith style.
21128         * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
21129         New lineup function to get lines after Whitesmith style blocks
21130         correctly indented.
21132         (c-lineup-whitesmith-in-block): Back out the compensation for
21133         opening parens since it's done using `add' lists in the style
21134         definition instead.  Don't use the anchor position since it varies
21135         too much between the syntactic symbols. :P
21137         * progmodes/cc-vars.el (c-valid-offset): Update.
21139         * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
21140         lists where the offsets are combined according to several
21141         different methods: `first', `min', `max', and `add'.
21142         Report offset evaluation errors with `c-benign-error' so that some kind
21143         of reindentation still is done.
21145         * progmodes/cc-engine.el (c-guess-basic-syntax):
21146         Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
21147         `arglist-close'.
21149         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
21150         situations for `arglist-cont-nonempty' and `arglist-close'.
21152         * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
21154         * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
21155         cc-bytecomp-boundp' in a number of places.
21157         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
21158         macro related issue.
21160 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
21162         * progmodes/cc-awk.el: Change the terminology of regexps: A char
21163         list is now [asdf], a char class [:alpha:].
21164         Include code for char classes.
21165         Set c-awk-NL-prop on lines ending in open strings.  (Bug fix.)
21166         Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
21168         Remove (nearly all of) the cruft associated with AWK Mode's former
21169         concept of "virtual semicolons":
21171         Adapt c-beginning-of-statement, c-end-of-statement (together with
21172         subfunctions) to use the new notion of "virtual semicolon" in
21173         place of the old awkward special handling for AWK.  There remains
21174         much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
21175         * progmodes/cc-cmds.el:
21176         (c-ascertain-adjacent-literal): In the backwards direction, now
21177         recognises AWK regexp delimiters as string delimiters.
21178         (c-after-statement-terminator-p): Adapt for virtual semicolons;
21179         check more rigorously for "end of macro".
21180         (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
21181         virtual semicolons;
21182         (c-beginning-of-statement): Adapt for virtual semicolons; Separate
21183         out the code for forward movement into ...
21184         (c-end-of-statement): Now contains the code for forward movement,
21185         adapted for virtual semicolons.
21187         * progmodes/cc-engine.el:
21188         (c-ws*-string-limit-regexp): New regexp.
21189         (c-forward-single-comment, c-backward-single-comment): Comment out
21190         the (now redundant) "special" AWK stuff.
21192         * progmodes/cc-styles.el, cc-vars.el: Change the settings of
21193         c-string-par-start, c-string-par-separate to be more like Text
21194         Mode than Fundamental Mode.
21196 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
21198         * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
21199         to the fontified region so that fontification doesn't occur
21200         outside it (could happen e.g. when fontifying a line with an
21201         unfinished declaration).
21203 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
21205         * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
21206         start of the file.  ^L now separate sections of the file.
21207         (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
21208         (c-awk-one-line-possibly-open-string-re)
21209         (c-awk-regexp-one-line-possibly-open-char-class-re)
21210         (c-awk-one-line-possibly-open-regexp-re)
21211         (c-awk-one-line-non-syn-ws*-re): New defonsts.
21212         (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
21214         Amend the concept of "virtual semicolons" (in the indentation
21215         engine) for languages like AWK, such that they are now
21216         conceptually attached to end of the last token of a statement, not
21217         the end of the line.  (In AWK Mode, however, the pertinent text
21218         property is still physically set on the EOL.)  Remove the specific
21219         tests for awk-mode, thus facilitating the introduction of other
21220         language modes where EOLs can end statements.
21221         (Note: The funtionality in cc-cmds.el, specifically
21222         c-beginning/end-of-statement has yet to be amended.)
21224         * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
21225         New macros.
21227         * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
21228         c-stmt-delim-chars.  New c-lang-defvars: c-at-vsemi-p-fn,
21229         c-vsemi-status-unknown-p-fn (in a new page).
21231         * progmodes/cc-engine.el: In c-beginning-of-statement-1,
21232         c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
21233         numerous awkward forms like
21234         (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
21235         with (c-at-vsemi-p).  Fix a few typos.  In c-guess-basic-syntax, new
21236         variable before-ws-ip, the place just after char-before-ip appears.
21238         * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
21239         a comment.
21241 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
21243         * progmodes/cc-cmds.el (c-electric-brace): Clean up using
21244         `c-tentative-buffer-changes'.
21246         * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
21247         convert to macro to choose between Emacs and XEmacs at compile time.
21249         (c-set-region-active): New set counterpart to `c-region-is-active-p'.
21251         (c-tentative-buffer-changes): New macro to handle temporary buffer
21252         changes in a convenient way.
21254         (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
21255         for `c-tentative-buffer-changes'.
21257         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
21258         the checks for paren sexps between the point and the keyword, to
21259         avoid some false alarms.
21261         * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
21262         Fixed a situation where an error could be thrown for unbalanced
21263         parens.  Changed to make use of c-keyword-member' to avoid some
21264         repeated regexp matches.
21266         (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
21267         These language variable are no longer necessary.
21269         (c-block-stmt-kwds): New language constant used by
21270         c-looking-at-inexpr-block'.
21272         (c-guess-basic-syntax): Remove an optional check that looked at
21273         the existence of the now removed language variables.
21275         * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
21276         (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
21277         object instantiation expressions as declarations in some contexts.
21278         This bug only affected languages where the declarator can't be
21279         enclosed in parentheses.
21281         * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
21282         insert newlines before and after substatement braces.
21284         * progmodes/cc-engine.el: Improved the heuristics for recognizing
21285         function declaration headers and the handling of C++ style member
21286         init lists.
21288         (c-just-after-func-arglist-p): Rewritten to use
21289         `c-forward-decl-or-cast-1'.  Now behaves a bit differently too.
21291         (c-beginning-of-member-init-list): Remove since it isn't used anymore.
21293         (c-guess-basic-syntax): Adapt case 5B for the new
21294         `c-just-after-func-arglist-p'.  Merge cases 5B.1 and 5B.3.
21295         Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
21296         covers all cases now).
21298         * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
21300 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
21302         * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
21303         c-string-par-start/separate c-sentence-end-with-esc-eol,
21304         initialised in c-setup-paragraph-variables, used in string
21305         scanning subroutines of c-beginning-of-statement.
21307         * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
21308         which precedes the newly inserted `{'.
21310 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
21312         * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
21313         function for declaration level blocks.  It should now cope with
21314         templates better and also be a lot more comprehensible.
21316         (c-looking-at-decl-block): The new function.
21318         (c-search-uplist-for-classkey): The old one.  It's now a wrapper
21319         for compatibility.
21321         (c-add-class-syntax, c-guess-continued-construct)
21322         (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
21324         (c-decl-block-key): Change to tell apart ambiguous and
21325         unambiguous keywords.  Pike specials are now handled directly in
21326         the code instead.
21328         (c-block-prefix-disallowed-chars, c-block-prefix-charset):
21329         New language constants and variables to make the backward skip in
21330         `c-looking-at-decl-block' as tight as possible.
21332         (c-nonsymbol-token-char-list): New language constant.
21334         * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
21335         find balanced template arglists backwards.
21337         * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
21338         making char classes for `c-syntactic-skip-backward'.
21340         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
21341         16D - can't be a class-close at that point.
21343         * progmodes/cc-engine.el (c-guess-basic-syntax)
21344         (c-add-class-syntax): Don't narrow out the enclosing declaration
21345         level.  This makes everything a lot easier, and it was actually
21346         only four small places that needed it to work.  Some places that
21347         previously did `widen' are removed now, which has the effect that
21348         `c-guess-basic-syntax' never will look at things outside the
21349         current narrowment now.  The anchor position for `topmost-intro'
21350         is affected by this, but it was so bogus it was basically useless
21351         before, and now it's equally bogus but in a slightly different way.
21353         (c-narrow-out-enclosing-class): Gone.
21355         (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
21356         the narrowed region.
21358         (c-least-enclosing-brace): Remove silly optional argument.
21360         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
21361         the point could be left directly after an open paren when finding
21362         the beginning of the first decl in the block.
21364         * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
21365         Specify which submatch to use.
21367         * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
21369         (c-decl-start-re): No longer any need for special treatment of
21370         ObjC due to the above.
21372         (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
21373         presumably follows C in that regard.
21375         * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
21376         New language constants to specify operator tokens inside
21377         identifiers in a more high level way.
21379         (c-opt-identifier-prefix-key): New internal language constant.
21381         (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
21382         (c-identifier-start, c-identifier-key): Now completely calculated
21383         from other constants.
21385         (c-identifier-last-sym-match): Decommission since it's no longer used.
21387         (c-operators): Use `c-identifier-ops'.  Document `postfix-if-paren'.
21389         * progmodes/cc-engine.el (c-forward-name): Remove the
21390         optimization when c-identifier-key is equal to c-symbol-key since
21391         it doesn't work in byte compiled files.  Don't record empty
21392         regions as identifiers.
21394         * progmodes/cc-langs.el (c-filter-ops): New helper function to
21395         simplify access to `c-operators' and its likes.
21397         (c-operator-list, c-all-op-syntax-tokens)
21398         (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
21399         (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
21400         (c-primary-expr-regexp, c-cast-parens): Use it.
21402         * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
21403         an explicit language in functions.
21405         * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
21406         variant of adornment.
21408         * progmodes/cc-langs.el (c-any-class-key): Remove unused language
21409         variable.
21411         (c-type-decl-prefix-key): Remove some now unnecessary cruft from
21412         the Pike value.
21414         * progmodes/cc-engine.el (c-on-identifier)
21415         (c-simple-skip-symbol-backward): Small fix for handling "-"
21416         correctly in `skip-chars-backward'.  Affected the operator lfun
21417         syntax in Pike.
21419         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
21420         diagnostic message about precompiled language vars not being used.
21422         * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
21423         "__attribute__" is followed by a parenthesis.
21425         (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
21426         (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
21427         language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
21429         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
21430         Internal cleanups to properly detect the declared identifiers in
21431         various declarations.
21433         (c-decl-start-kwds): New language constant to recognize
21434         declarations that can start anywhere.  Used for class declarations
21435         in Pike.
21437         (c-specifier-key, c-not-decl-init-keywords)
21438         (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
21439         (c-find-decl-spots): Implement `c-decl-start-kwds'.
21441         (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
21442         (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
21443         handling of the compiler specific extension keywords into a new
21444         language constant `c-decl-hangon-kwds' that defines keyword
21445         clauses to be ignored in declarations.
21447         (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
21448         past unrecognized tokens when handling `c-colon-type-list-kwds'.
21449         Necessary to stop at the declared identifier in e.g. IDL valuetype
21450         declarations.
21452         (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
21453         (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
21454         (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
21455         (c-forward-decl-or-cast-1): Recognize the declared identifier in
21456         class and enum declarations as such and not as part of the type.
21458         (c-forward-decl-or-cast-1, c-forward-label): Relax the
21459         interpretation of PRECEDING-TOKEN-END when there's no preceding token.
21461         (c-forward-decl-or-cast-1): Don't disregard sure signs of
21462         declarations when there's some syntax error later on.
21464         (c-complex-decl-matchers): Did away with a reference to
21465         `c-specifier-key'.
21467         * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
21468         value - this variable is always dynamically bound.
21470         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
21471         * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
21472         * cc-cmds.el, cc-defs.el: Change the policy for marking up
21473         functions that might do hidden buffer changes: All such internal
21474         functions are now marked instead of those that don't.
21476         (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
21477         (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
21478         (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
21479         (c-literal-type): Allow these functions to make hidden buffer changes,
21480         so that they are free to use text property caching later on.
21482         (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
21483         (c-electric-brace, c-electric-slash, c-electric-star)
21484         (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
21485         (c-electric-paren, c-electric-continued-statement, c-indent-command)
21486         (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
21487         (c-context-line-break): Add `c-save-buffer-state' calls to comply
21488         with the changed semantics of the functions above.
21490         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
21491         when macros occur in obscure places.  Optimized the sexp movement
21492         a bit.
21494 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
21496         Enhancements for c-beginning-of-statement to work in AWK Mode:
21498         * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
21499         (completed statement) with `}' (statement completed by closing
21500         brace or semicolon) and `$' (statement completed by EOL).
21502         (c-awk-virtual-semicolon-ends-prev-line-p)
21503         (c-awk-virtual-semicolon-ends-line-p)
21504         (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
21505         (c-awk-at-statement-end-p): New functions.
21507         * progmodes/cc-cmds.el: Simplify the structure of functions
21508         c-forward-over-illiterals, c-back-over-illiterals.  Enhance these
21509         two functions and c-beginning-of-statement to handle AWK Mode.
21511         * progmodes/cc-engine.el: Enhance c-forward-single-comment,
21512         c-backward-single-comment for AWK mode.  Attempt to clarify their
21513         doc-strings.
21515         * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
21517 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
21519         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
21520         label handling.  Labels are now recognized in a uniform and more
21521         robust way, regardless of context.  Text properties are put on all
21522         labels to recognize the following declarations better.
21523         Multiword labels are handled both in indentation and fontification for
21524         the benefit of language extensions like Qt.  For consistency, keywords
21525         in labels are now fontified with the label face instead.
21526         That also applies to "case" and "default".
21528         (c-beginning-of-statement-1): Fix some bugs in the label
21529         handling.  Disregard `c-nonlabel-token-key' in labels that begin
21530         with `c-label-kwds'.
21532         (c-find-decl-spots): Support that the callback adds more
21533         `c-decl-end' spots to find.
21535         (c-forward-decl-or-cast-1): Don't treat a list of plain
21536         identifiers followed by a colon as a declaration.
21538         (c-forward-label): New function to recognize labels.
21540         (c-guess-basic-syntax): Replace uses of `c-label-key' with
21541         `c-forward-label'.  Moved the label recognition cases (14 and 15)
21542         earlier since they aren't so context sensitive now.  Handle labels
21543         on the top level gracefully.  Moved access label recognition to
21544         the generic label case (CASE 15) - removed CASE 5E.
21546         (c-font-lock-declarations): Add recognition of labels in the
21547         same round since we need to handle labels in parallell with other
21548         declarations to recognize both accurately.  It should also improve
21549         speed.
21551         (c-simple-decl-matchers, c-basic-matchers-after):
21552         Move `c-font-lock-labels' so that it only is used on decoration level 2
21553         since `c-font-lock-declarations' handles it otherwise.
21555         (c-complex-decl-matchers): Remove the simplistic recognition of
21556         access labels.
21558         (c-decl-prefix-re): Remove the kludges that was necessary to cope
21559         with labels earlier.
21561         (c-decl-start-re): New language variable to make
21562         `c-font-lock-declarations' stop for the special protection labels
21563         in Objective-C that start with `@'.
21565         (c-label-key): Remove since it's no longer used.
21567         (c-recognize-colon-labels, c-label-prefix-re): New language
21568         constants to support recognition of generic colon-terminated labels.
21570         (c-type-decl-end-used): `c-decl-end' is now used whenever there
21571         are colon terminated labels.
21573         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
21574         first argument starts with a special brace list.
21576         * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
21577         (c-font-lock-declarations): Break out the declaration and cast
21578         recognition from `c-font-lock-declarations' to a new function, so
21579         that it can be used in the indentation engine.
21581         * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
21582         up to the start of the literal.  Fixed bug with the point on the
21583         wrong side of the search limit that could happen when the start
21584         position is inside a literal.
21586         * progmodes/cc-engine.el (c-parse-state)
21587         (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
21588         so that it's kept a little bit back to increase the hit rate.
21590         (c-parse-state): Change the macro handling and fixed some
21591         glitches.  Macro context is checked more often than necessary now,
21592         but otoh less garbage conses are generated.
21594         * progmodes/cc-engine.el (c-parse-state)
21595         (c-invalidate-state-cache): Cache the last position where
21596         `c-state-cache' applies.  This can speed up refontification quite
21597         a bit in blocks where there are many non-brace parens before the point.
21599         (c-state-cache-end): New variable for this.
21601         (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
21602         cache variable.
21604         * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
21605         get close initial continue positions when the start position is
21606         inside a literal or macro.  Do not call the callback for spots
21607         before the start position (which can happen e.g. for `c-decl-end'
21608         spots inside comments).  Optimize better in special cases when the
21609         region is a single line inside a literal or macro (typically when
21610         the current line is refontified).
21612         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
21613         to `c-add-stmt-syntax' - there's no need to explicitly whack off
21614         entries from the paren state.
21616         * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
21617         special case for "else if" clauses.
21619         * progmodes/cc-engine.el (c-looking-at-inexpr-block)
21620         (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
21622         * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
21623         New language variable to recognize the gcc extension with statement
21624         blocks inside expressions.
21626         * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
21627         it somewhat more comprehensible.  The argument AT-BLOCK-START is
21628         no longer used and hence removed.
21630         (c-guess-continued-construct, c-guess-basic-syntax): Update calls
21631         to `c-add-stmt-syntax'.
21633         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
21634         Use `c-beginning-of-statement-1' instead of duplicating parts of it.
21635         This fixes bogus label recognition.
21637         * progmodes/cc-engine.el (c-add-type, c-check-type)
21638         (c-forward-name, c-forward-type): Improve storage of template
21639         types in `c-found-types' so that they can be recognized better.
21641         (c-syntactic-content): Add option to skip past nested parens.
21643         * progmodes/cc-engine.el (c-forward-name):
21644         Set `c-last-identifier-range' all the time.  It's less work that way.
21645         Handle that there might not be an identifier to store in
21646         `c-last-identifier-range'.
21648         (c-forward-type): Handle that `c-last-identifier-range' might be
21649         nil from `c-forward-name'.
21651         * progmodes/cc-defs.el (c-safe-scan-lists)
21652         (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
21654         * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
21655         to work even if the form fails.
21657         * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
21658         down in a large file in one go.
21660         (c-get-fallback-start-pos): New helper function for `c-parse-state'.
21662         * progmodes/cc-align.el (c-lineup-assignments): New lineup
21663         function which is like `c-lineup-math' but returns nil instead of
21664         `c-basic-offset' when it doesn't match.
21666         (c-lineup-math): Change to use `c-lineup-assignments'.
21668 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
21670         * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
21671         c-beginning-of-statement.  New subfunctions
21672         c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
21674 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
21676         * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
21677         hardcoded char classes whereever possible.  Changed a couple of
21678         places to use skip by syntax instead of skip by char class.
21680         * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
21681         Fix a bug in the regexp that caused extreme backtracking.
21683         * progmodes/cc-langs.el (c-block-comment-starter)
21684         (c-block-comment-ender): New language constants to specify in a
21685         single place how block comments look.
21687         (c-comment-start-regexp, c-block-comment-start-regexp)
21688         (comment-start, comment-end, comment-start-skip)
21689         (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
21690         (c-syntactic-ws, c-nonempty-syntactic-ws)
21691         (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
21692         `c-line-comment-starter', `c-block-comment-starter' and
21693         `c-block-comment-ender'.
21695         (c-block-comment-regexp, c-unterminated-block-comment-regexp):
21696         New language constants to break up things a bit.
21698         (c-simple-ws): New language constant for simple whitespace.
21700         * progmodes/cc-defs.el (c-concat-separated): New convenience function.
21702         * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
21703         in `regexp-opt' in Emacs 20 and XEmacs when strings contain
21704         newlines.  Allow and ignore nil elements in the list.
21706 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
21708         * progmodes/cc-cmds.el: Comment out a (n almost certainly
21709         superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
21711         * progmodes/cc-cmds.el: Tidy up the comments in
21712         c-beginning-of-statement and subfunctions.
21714         * progmodes/cc-awk.el: Replace calls to put-text-property to the
21715         more flexible c-put-char-property and c-clear-char-properties.
21716         Add the author's email address.
21718         * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
21720         * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
21721         closing "*/" of a block comment.
21723         * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
21724         subfunctions) so that it works at BOB and EOB.
21726         * progmodes/cc-cmds.el, cc-vars.el: More updating of
21727         c-beginning-of-statement, including new variable
21728         c-block-comment-start-regexp.
21730 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
21732         * progmodes/cc-langs.el (c-known-type-key): Optimize simple
21733         symbols from `*-font-lock-extra-types' so that there's no need to
21734         use `regexp-opt' on those lists.
21736         * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
21737         `c-type-modifier-kwds' is empty.
21739         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
21740         there are several strings on the same line.
21742         * progmodes/cc-engine.el (c-literal-limits): Remove the
21743         compatibility function for older emacsen.  `c-literal-limits-fast'
21744         has now taken the place of this function.
21746         * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
21747         with older emacsen: We now require `pps-extended-state'.
21749 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
21751         * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
21752         which obviates the need to hack sentence-end.  This now handles
21753         escaped newlines in strings correctly.  Correct minor bugs in
21754         c-move-over-sentence and in c-beginning-of-statement.
21756         * progmodes/cc-cmds.el (c-beginning-of-statement (and
21757         subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
21758         that movement over macros and code are rigorously separated from
21759         eachother.  Correct a few incidental bugs.
21761         * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
21762         Improve its doc-string.  Improve the handling of certain specific cases.
21764 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
21766         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
21767         (c-guess-basic-syntax): Change the way class-level labels are
21768         recognized; they can now contain essentially any symbols.
21770         (c-opt-extra-label-key): New language variable to cope with the
21771         special protection label syntax in Objective-C.
21773         (c-opt-access-key): Remove; this is now handled better by
21774         `c-nonlabel-token-key' and `c-opt-extra-label-key'.
21776         (c-complex-decl-matchers): Update to handle that
21777         `c-opt-access-key' no longer exists.
21779         * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
21780         improved label recognition in `c-beginning-of-statement-1'.
21782         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
21783         Recognize bitfields better.
21785         * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
21786         Remove some cruft and fixed a bug that could cause it to go to a
21787         position further down.
21789         * progmodes/cc-langs.el, cc-engine.el
21790         (c-beginning-of-statement-1): Improve detection of labels in
21791         declaration contexts.
21793         (c-beginning-of-decl-1): Use it.
21795         (c-nonlabel-token-key): New language constant and variable needed
21796         by `c-beginning-of-statement-1'.
21798         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
21799         manifested itself due to the correction in `c-forward-sexp'.
21801         * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
21802         Make these behave as documented when used at the buffer limits.
21804         * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
21805         (c-type-decl-end-used): Made this a language variable.
21807         * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
21808         correctly when `combine-after-change-calls' is used together with
21809         temporary narrowings.
21811         * progmodes/cc-engine.el (c-beginning-of-statement-1):
21812         Report labels correctly when the start point is immediately after the
21813         colon.
21815         * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
21816         Remove since it isn't used anymore.
21818         * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
21819         bracket arglists such as template parens in C++.
21821         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
21822         in the last check-in.  Some optimization.
21824         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
21825         where it could stop at the same level in a preceding sexp when
21826         PAREN-LEVEL is set.
21828         * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
21829         text property lookup only when it's needed.
21831         * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
21832         Change the policy for paren marked angle brackets to be more
21833         persistent; once marked they remain marked even when they're found
21834         to be unbalanced in the searched region.  This should keep the
21835         paren syntax around even when individual lines are refontified in
21836         multiline template arglists.
21838         (c-parse-and-markup-<>-arglists): New dynamically bound variable
21839         to control markup so that incorrect angle bracket arglists aren't
21840         marked in contexts where the correct value for
21841         `c-disallow-comma-in-<>-arglists' isn't known.
21843         (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
21844         argument has become `c-parse-and-markup-<>-arglists'.
21846         (c-remove-<>-arglist-properties): Remove - no longer used.
21848         (c-after-change-check-<>-operators): New function used on
21849         `after-change-functions' to avoid that "<" and ">" characters that
21850         are part of longer operators have paren syntax.
21852         (c-<>-multichar-token-regexp): New language variable used by
21853         `c-after-change-check-<>-operators'.
21855         (c-after-change): Call `c-after-change-check-<>-operators'.
21857         (c-font-lock-<>-arglists): Use the context properties set by
21858         `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
21859         correctly to avoid doing invalid markup.
21861         (c-font-lock-declarations): Remove code that undoes the invalid
21862         markup done by `c-font-lock-<>-arglists'.
21864         (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
21865         after `c-font-lock-declarations'.
21867         * progmodes/cc-engine.el (c-syntactic-skip-backward):
21868         Add paren-level feature.
21870         (c-guess-basic-syntax): Improve the anchor position for
21871         `template-args-cont' in nested template arglists.  There's still
21872         much to be desired in this area, though.
21874 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
21876         * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
21877         Make the "Text Filling and Line Breaking" commands work for AWK buffers.
21879 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
21881         * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
21882         Removed; (c-major-mode-is 'awk-mode) can be used instead now.
21884         * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
21885         it doesn't work no longer are supported.
21887         * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
21888         * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
21889         requires support for the syntax-table' text property, which rules
21890         out Emacs 19 and XEmacs < 21.4.  Removed various compatibility
21891         cruft associated with those versions.
21893         * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
21894         for the `syntax-table' text property, which rules out Emacs 19 and
21895         XEmacs < 21.4.  Removed various compatibility cruft associated
21896         with those versions.
21898         * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
21899         support for the `syntax-table' text property.
21901         * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
21902         variable and use an extra quoted face name instead.  All the
21903         emacsen flavors handle that correctly.
21905         * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
21906         (c-font-lock-declarators, c-font-lock-declarations)
21907         (c-complex-decl-matchers, c-basic-matchers-after): Use a text
21908         property to mark the items in in declarator lists to handle
21909         refontification inside multiline declarations better.
21911         * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
21912         construct like "a * b = c;" as a declaration.
21914 2005-12-08  Kim F. Storm  <storm@cua.dk>
21916         * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
21917         (cua-rectangle-modifier-key): ... this.  New defcustom.  Can now
21918         select either meta, hyper, or super modifier for rectangle commands.
21919         (cua--rectangle-modifier-key): New defvar.
21920         (cua--M/H-key): Use it.  Remove special case for `space'.
21921         (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
21922         on X, to meta otherwise.  Always bind C-return to toggle
21923         rectangle.  Pass ?\s instead of `space' to cua--M/H-key.
21925         * emulation/cua-rect.el (cua-help-for-rectangle):
21926         Use cua--rectangle-modifier-key.  Handle super modifier too.
21927         (cua--init-rectangles): Always bind C-return to toggle rectangle.
21928         Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
21930         * ido.el: Move Acknowledgements and History after Commentary.
21931         Minor changes to Commentary.
21933         * emulation/cua-base.el (cua--select-keymaps): Enable repeat
21934         keymap if cua--prefix-override-timer is `shift'.
21935         (cua--shift-control-prefix): New function; emulate "type prefix
21936         key twice" functionality to handle shifted prefix key override.
21937         (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
21938         New commands.
21939         (cua--init-keymaps): Bind them to S-C-c and S-C-x.
21941 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
21943         * textmodes/org.el (org-insert-heading): Try to do items before
21944         headings.
21945         (org-agenda-mode): Quote `org-agenda-mode-hook'.
21946         (org-insert-item): New function.
21947         (org-renumber-ordered-list): Don't skip to higher level lists.
21949 2005-12-08  Juri Linkov  <juri@jurta.org>
21951         * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
21953         * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
21955         * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
21957         * pcvs.el (defun-cvs-mode): Put `definition-name' property on
21958         the constructed function name fun-1.
21960         * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
21961         because such links don't lead to parent documentation.
21963 2005-12-08  Kenichi Handa  <handa@m17n.org>
21965         * descr-text.el (describe-char): Use *Help-2* buffer if the
21966         current buffer is *Help*.  Call describe-text-properties while
21967         setting the original buffer.
21969 2005-12-07  Bill Wohler  <wohler@newt.com>
21971         * files.el (auto-mode-alist): Remove mh-letter-mode.  Unnecessary,
21972         and causes problems with non-MH users (such as Gnus users).
21974 2005-12-08  Nick Roberts  <nickrob@snap.net.nz>
21976         * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
21977         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
21978         (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
21979         command "info sources".  Move calls to GDB command "list".
21980         (gdb-find-file-hook): Just use gdb-source-file-list.
21981         (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
21982         (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
21983         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
21984         (gdb-data-list-register-values-handler): Use correct trigger name.
21986 2005-12-07  Kim F. Storm  <storm@cua.dk>
21988         * ido.el (ido-completion-map): Rename from ido-mode-map.
21989         (ido-common-completion-map, ido-file-completion-map)
21990         (ido-file-dir-completion-map, ido-buffer-completion-map):
21991         Rename from ido-mode-....-map.
21992         (ido-init-completion-maps): Rename from ido-init-mode-maps.
21993         (ido-setup-completion-map): Rename from ido-define-mode-map.
21994         (ido-read-internal): Bind minibuffer-local-filename-completion-map
21995         to ido-completion-map.
21997 2005-12-07  Kenichi Handa  <handa@m17n.org>
21999         * international/mule-cmds.el
22000         (set-display-table-and-terminal-coding-system): If the coding
22001         system specified in `unibyte-display' property is different from
22002         the arg coding-system, don't setup standard-display-table.
22004 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
22006         * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
22007         that comments end at \n, regardless of selective-display.
22009 2005-12-07  Nick Roberts  <nickrob@snap.net.nz>
22011         * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
22012         (gdb-version): New variables.
22013         (gdb-source-file-list, gdb-register-names)
22014         (gdb-changed-registers): New variables for use with GDB 6.4+.
22015         (gdb-ann3): Replace with...
22016         (gdb-init-1, gdb-init-2): ...two new functions.
22017         (gdba, gdb-prompt): Call gdb-init-1.
22018         (gdb-get-version): New function.  Call gdb-init-2 from here.
22019         (gud-watch): Make it work with mouse events too.
22020         (gdb-post-prompt): Don't add to queue until GDB version is known.
22021         (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
22022         (gdb-locals-mode): Use gdb-version.
22023         (gdb-memory-format-map, gdb-memory-unit-map)
22024         (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
22025         (gdb-locals-font-lock-keywords-1)
22026         (gdb-locals-font-lock-keywords-2): New variables.
22027         (gdb-find-file-hook): Make it work with GDB 6.4+ too.
22028         (gdb-set-gud-minor-mode-existing-buffers-1)
22029         (gdb-var-list-children-1, gdb-var-list-children-handler-1)
22030         (gdb-var-update-1, gdb-var-update-handler-1)
22031         (gdb-data-list-register-values-handler)
22032         (gdb-data-list-register-values-custom)
22033         (gdb-get-changed-registers, gdb-get-changed-registers-handler)
22034         (gdb-stack-list-locals-handler, gdb-get-register-names):
22035         New functions for use with GDB 6.4+.
22036         (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
22037         (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
22038         (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
22039         (gdb-stack-list-locals-regexp)
22040         (gdb-data-list-register-names-regexp): New regexps for use with
22041         GDB 6.4+.
22043 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
22045         * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
22047 2005-12-06  Nozomu Ando  <nand@mac.com>
22049         * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
22050         prompts work for AUTH PLAIN.  Also reported by Steve Allan
22051         <seallan@verizon.net>.
22053 2005-12-06  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
22055         * frame.el (set-frame-parameter): Add doc string.
22057 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
22059         * textmodes/org.el (org-occur-highlights): New variable.
22060         (org-highlight-new-match, org-remove-occur-highlights): New functions.
22061         (org-highlight-sparse-tree-matches): New option.
22062         (org-do-occur): New function.
22063         (org-get-heading): Make it work also at beginning of line.
22064         (org-category-table): New variable.
22065         (org-get-category-table, org-get-category)
22066         (org-camel-to-words, org-link-search): New functions.
22067         (org-select-this-todo-keyword): New variable.
22068         (org-todo-list): New command.
22069         (org-shiftright, org-shiftleft): New commands.
22070         (org-agenda-todo): Add prefix argument.
22071         (org-show-hierarchy-above): New option.
22072         (org-show-todo-tree): Numerical prefix creates tree for specific
22073         TODO keyword.
22074         (org-outline-level): New function, to assign a level to plain
22075         lists items.
22076         (org-cycle-include-plain-lists): New option.
22077         (org-mode): Use `org-outline-level' as value of `outline-level'.
22078         (org-cycle): Temporarily switch `outline-regexp' if
22079         `org-cycle-include-plain-lists' is non-nil.
22080         (org-start-icalendar-file): Fix format bug.
22081         (org-agenda-get-day-entries): Create category table.
22082         (org-agenda-get-todos, org-agenda-get-timestamps)
22083         (org-agenda-get-deadlines, org-agenda-get-scheduled)
22084         (org-agenda-get-blocks): Use `org-get-category'.
22085         (org-context-in-file-links): Rename from
22086         `org-line-numbers-in-file-links'.
22088 2005-12-06  Romain Francoise  <romain@orebokech.com>
22090         * window.el (balance-windows): Delete extraneous third arg in call
22091         to `enlarge-window'.
22093 2005-12-06  Kenichi Handa  <handa@m17n.org>
22095         * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
22097 2005-12-06  Nick Roberts  <nickrob@snap.net.nz>
22099         * progmodes/gdb-ui.el (gdb-var-create-handler)
22100         (gdb-var-evaluate-expression-handler, gdb-frame-handler)
22101         (gdb-var-list-children-handler, gdb-var-update-handler):
22102         Current buffer is already gdb-partial-output-buffer, don't
22103         make it current again.
22105 2005-12-05  Luc Teirlinck  <teirllm@auburn.edu>
22107         * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
22108         (list-buffers-noselect): Use it.
22110 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
22112         * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
22113         (mail-yank-ignored-headers): Use regexp-opt.
22114         (mail-mode-map): Move initialization into declaration.
22115         (mail-sent-via): Remove unused shadowed var `to-line'.
22116         (mail-mailer-swallows-blank-line): Use with-temp-buffer.
22117         (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
22118         (mail-do-fcc): Use dolist and push.
22119         (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
22120         (mail-yank-ignored-headers): Don't autoload.
22122 2005-12-05  Kenichi Handa  <handa@m17n.org>
22124         * international/mule-cmds.el (set-language-info-internal): New fun.
22125         (set-language-info): Call set-language-info-internal to update
22126         language-info-alist.  If LANG-ENV is the current one, call
22127         set-language-environment to make INFO effective now.
22128         (set-language-info-alist): Likewise.
22129         (locale-language-names): With locale "en", use English
22130         lang. env. but set the default codings to iso-8859-1.
22132 2005-12-04  Nick Roberts  <nickrob@snap.net.nz>
22134         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
22135         (gdb-speedbar-auto-raise): Echo new state in minibuffer.
22136         (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
22137         for plain strings.
22138         (gdb-frames-mode): Remove redundant call to font-lock-mode.
22139         (gdb-all-registers): Rename from toggle-gdb-all-registers.
22140         Create registers buffer if necessary.  Echo new state in minibuffer.
22141         (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
22143 2005-12-03  Chong Yidong  <cyd@stupidchicken.com>
22145         * info.el (Info-fontify-node): Match external links using
22146         non-directory part of filename.
22148 2005-12-04  Juri Linkov  <juri@jurta.org>
22150         * font-core.el (global-font-lock-mode): Use define-global-minor-mode
22151         instead of easy-mmode-define-global-mode.  Add `:group font-lock'.
22152         (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
22153         because there is no customization option for it.
22155         * font-lock.el (lisp-font-lock-keywords-1):
22156         Add define-global-minor-mode.
22158         * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
22160         * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
22161         properties on the constructed variable names.
22163         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
22164         Put `definition-name' properties on the constructed function names
22165         next-sym and prev-sym.
22167         * emacs-lisp/find-func.el (find-function-regexp):
22168         Add define-global-minor-mode.  Replace `easy-mmode-define-global-mode'
22169         with `easy-mmode-define-[a-z-]+'.  Add easy-menu-define.
22170         (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
22171         and easy-menu-define.
22173         * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
22174         easy-mmode-define-global-mode and define-global-minor-mode.
22175         (lisp-imenu-generic-expression): Add define-global-minor-mode.
22177         * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
22178         instead of easy-mmode-define-global-mode.
22180         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
22181         Use define-minor-mode instead of easy-mmode-define-minor-mode.
22183         * cus-edit.el (customize-group, customize-group-other-window):
22184         Filter out autoloaded options from the group completion list by
22185         using heuristics that autoloaded groups don't have `custom-autoload'
22186         property on their symbols (they have only `custom-loads').
22188         * simple.el (completion-setup-function): Put completions-common-part
22189         face on complete completion string too (i.e. completion string
22190         without completions-first-difference face).
22192         * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
22194 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
22196         * view.el (view-mode): Doc fix.
22198         * disp-table.el (standard-display-european): Add to the warning
22199         message a reference to the doc string.
22201         * play/yow.el (apropos-zippy): Call print-help-return-message,
22202         similar to other Help and Apropos commands.
22204         * help.el (print-help-return-message): If pop-up-frames is
22205         non-nil, set up help-return-method to delete the help window and,
22206         possibly, its frame as well, and don't display message about
22207         scrolling the help window.  Doc fix.
22208         (help-return-method): Doc fix.
22210 2005-12-03  Martin Rudalics  <rudalics@gmx.at>
22212         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
22213         whereby names of length one or names starting with a
22214         symbol-constituent character would not be returned.
22216 2005-12-03  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
22218         * subr.el (atomic-change-group): Add edebug and indentation spec.
22220 2005-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
22222         * completion.el (save-completions-file-name): Fix typo in last change.
22224 2005-12-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
22226         * info.el: Move back/forward history to the beginning of the tool bar.
22228 2005-12-02  Ken Manheimer  <ken.manheimer@gmail.com>
22230         * allout.el (eval-when-compile): Remove unnecessary load of cl.
22231         Add fset of allout-real-isearch-abort during compile to fix
22232         byte-compilation warnings.
22233         (allout-mode-p): Move definition of this macro above all uses, or
22234         byte compilation in barren Emacs (eg, during Emacs build) will
22235         lack the definition.
22236         (allout-mode): Move this variable above any uses, or byte
22237         compilation will fail.
22238         (allout-resolve-xref): Remove use of personal file-reference function.
22239         (allout-toggle-current-subtree-encryption): Do the current (ie,
22240         visible containing) topic, rather than nearest around point.  Doc fix.
22241         (allout-toggle-subtree-encryption): New function, workhorse that
22242         works on nearest topic containing point.
22243         (allout-encrypt-string): Signal requirement for newer version of pgg.
22244         (allout-resumptions): Doc fix.
22246 2005-12-02  Eli Zaretskii  <eliz@gnu.org>
22248         * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
22250 2005-12-02  Agustin Martin  <agustin.martin@hispalinux.es>
22252         * textmodes/flyspell.el (flyspell-external-point-words):
22253         Consider a misspelling as found in the string search if: (a) misspelling
22254         and found string lengths match, or (b) misspelling is found as
22255         element in a boundary-chars separated longer string, or (c)
22256         ispell-program-name is really ispell and misspelling is found as
22257         part of a TeX string.  After successful match move beginning of
22258         search region to end of match.  Warn about not found misspellings
22259         once the process is done.
22260         (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
22262 2005-12-02  Nick Roberts  <nickrob@snap.net.nz>
22264         * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
22265         tool bar (removed inadvertently).
22267 2005-12-02  Juri Linkov  <juri@jurta.org>
22269         * log-view.el (log-view-diff): Clarify doc string.
22271 2005-12-01  Bill Wohler  <wohler@newt.com>
22273         * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
22274         triggers lm-verify errors.
22276 2005-12-01  Luc Teirlinck  <teirllm@auburn.edu>
22278         * simple.el (transient-mark-mode, line-number-mode)
22279         (column-number-mode, size-indication-mode): Remove `:require nil'.
22281 2005-12-01  Nick Roberts  <nickrob@snap.net.nz>
22283         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
22284         in the margin also.
22285         (gdb-breakpoints-mode-map): Use D instead of d for
22286         gdb-delete-breakpoint.
22287         (gdb-get-frame-number): Require a number to match on.
22288         (gdb-threads-mode-map): Add follow-link binding.
22290 2005-11-30  Jason Rumney  <jasonr@gnu.org>
22292         * isearch.el (isearch-mode-map): Avoid exiting search on
22293         language-change event.
22295 2005-11-30  Romain Francoise  <romain@orebokech.com>
22297         * speedbar.el (speedbar-default-position): New defcustom.
22298         (speedbar-frame-reposition-smartly): Use it.
22300         * dframe.el (dframe-reposition-frame-emacs): Fix position
22301         computation for `left' location.
22302         Update copyright year.
22304 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22306         * help.el (help-map): Move initialization into declaration.
22308         * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
22310         * help-fns.el (help-argument-name): Don't autoload.
22311         It's useless and triggers a bug in cus-dep.el causing ldefs-boot
22312         to be re-loaded when customizing the `help' group.
22314 2005-11-30  John Paul Wallington  <jpw@gnu.org>
22316         * help-fns.el (describe-function-1): Fill arglist output.
22318 2005-11-30  Kim F. Storm  <storm@cua.dk>
22320         * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
22321         (cua--rectangle-post-command): Cleanup overlays and deactivate mark
22322         after revert-buffer (or anything else which kills all local variables).
22324         * apropos.el (apropos-parse-pattern): Doc fix.
22325         Set apropos-regexp directly, rather than expecting callers to do so.
22326         (apropos-command, apropos, apropos-value, apropos-documentation):
22327         Simplify calls to apropos-parse-pattern.
22329 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
22331         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
22332         (hi-lock-face-phrase-buffer): Use hi-yellow face.
22333         (hi-lock-write-interactive-patterns): Use comment-region.
22335         * longlines.el (longlines-mode): Add mail-setup-hook.
22337         * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
22339         * simple.el (sendmail-user-agent-compose, next-line):
22340         Conditionally use hard-newline.
22342 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
22344         * international/latexenc.el (latex-inputenc-coding-alist):
22345         Reword doc string.
22347 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
22349         * help.el (describe-key-briefly, describe-key): Recognize default
22350         bindings.
22352 2005-11-29  Romain Francoise  <romain@orebokech.com>
22354         * view.el (view-inhibit-help-message): New defcustom.
22355         (view-mode-enter): Use it.
22357 2005-11-29  Michael Kifer  <kifer@cs.stonybrook.edu>
22359         * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
22360         Preserve user position.
22362 2005-11-28  Luc Teirlinck  <teirllm@auburn.edu>
22364         * font-lock.el: Throw error if facemenu is not loaded to prevent
22365         accidental change of loading order in loadup.el.  (Suggested by RMS.)
22367         * loadup.el: Add comment explaining why facemenu must be loaded
22368         before font-lock.
22370 2005-11-28  Jay Belanger  <belanger@truman.edu>
22372         * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
22373         (calc-dispatch-map): Add more keys for `calc-same-interface'.
22375         * calc/calc-misc.el (calc-dispatch-help): Update docstring.
22377         * calc/calc-embed.el (calc-do-embedded): Update help message.
22379         * calc/calc-prog.el (calc-user-define-invokation): Update help message.
22381 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
22383         * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
22385         * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
22386         called-interactively-p.
22387         (elp-profilable-p): Rename from elp-not-profilable-p.
22388         Invert result and take into account macros and autoloaded functions.
22389         (elp-instrument-function): Update call.
22390         (elp-instrument-package): Update call.  Add completion.
22391         (elp-pack-number): Use match-string.
22392         (elp-results-jump-to-definition-by-mouse): Merge into
22393         elp-results-jump-to-definition and then remove.
22394         (elp-output-insert-symname): Make help echo text single-line.
22396         * replace.el (query-replace-map): Move initialization into declaration.
22397         (occur-engine): Use with-current-buffer.
22398         (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
22399         (occur-mode-mouse-goto): Replace with an alias.
22401 2005-11-28  Juri Linkov  <juri@jurta.org>
22403         * simple.el (quoted-insert): Let-bind input-method-function to nil.
22405         * term/w32-win.el: Bind [S-tab] to [backtab].
22407         * info.el (Info-fontify-node): Set 2nd arg `noerror' of
22408         `Info-find-file' to t.
22410         * replace.el (occur-mode-mouse-goto): Pop, don't switch.
22411         (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
22412         and same-window-regexps.
22413         (occur-next-error): Don't move point for arg 0.
22415 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
22417         * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
22419 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
22421         * log-edit.el (log-edit-changelog-use-first): New var.
22422         (log-edit-changelog-ours-p): Use it.
22423         (log-edit-insert-changelog): Set it with new arg `use-first'.
22424         (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
22425         (log-edit-hook): Add them to the list of suggested options.
22427         * textmodes/flyspell.el (flyspell-last-buffer): New var.
22428         (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
22429         redundant work.
22430         (flyspell-mode-on): Use add-hook for after-change-functions.
22431         (flyspell-mode-off): Use remove-hook for after-change-functions.
22432         (flyspell-changes): Make it buffer-local.
22433         (flyspell-after-change-function): Make it non-interactive.  Use push.
22434         (flyspell-post-command-hook): Check input-pending-p while processing
22435         the potentially long list of buffer changes.
22437 2005-11-28  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
22439         * buff-menu.el (list-buffers-noselect): Display the selected
22440         frame's buffer list, not the global one.
22442 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
22444         * xt-mouse.el (xterm-mouse-event): Set last-input-event so
22445         that (list last-input-event) works as in interactive spec.
22447 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
22449         * loadup.el ("facemenu"): Load facemenu before font-lock, because
22450         `facemenu-keymap' needs to be defined when font-lock is loaded.
22451         Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
22453 2005-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
22455         * completion.el: Remove useless leading * in defcustom docstrings.
22456         (save-completions-file-name): Use ~/.emacs.d if available.
22457         (completion-standard-syntax-table): Rename from
22458         cmpl-standard-syntax-table and fold initialization into declaration,
22459         thus removing cmpl-make-standard-completion-syntax-table.
22460         (completion-lisp-syntax-table, completion-c-syntax-table)
22461         (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
22462         (cmpl-saved-syntax, cmpl-saved-point): Remove.
22463         (symbol-under-point, symbol-before-point)
22464         (symbol-under-or-before-point, symbol-before-point-for-complete)
22465         (add-completions-from-c-buffer): Use with-syntax-table.
22466         (make-completion): Don't return a list of completion entries.
22467         Update callers.
22468         (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
22469         (completion-initialize): Rename from initialize-completions.
22470         (completion-find-file-hook): Rename from cmpl-find-file-hook.
22471         (kill-emacs-save-completions): Collect stats here.
22472         (save-completions-to-file, load-completions-from-file):
22473         Use with-current-buffer.
22474         (completion-def-wrapper): Rename from def-completion-wrapper.  Make it
22475         into a function.  Move all calls to toplevel.
22476         (completion-lisp-mode-hook): New fun.
22477         (completion-c-mode-hook, completion-setup-fortran-mode):
22478         Set the syntax-table here.  Use local-set-key.
22479         (completion-saved-bindings): New var.
22480         (dynamic-completion-mode): Make it into a proper minor mode.
22481         (load-completions-from-file): Remove unused var `num-uses'.
22483         * emacs-lisp/cl-macs.el (defstruct): Don't define the default
22484         constructor if it is explicitly overridden.
22486         * complete.el (PC-completion-as-file-name-predicate):
22487         Use minibuffer-completing-file-name.
22488         (partial-completion-mode): Use find-file-not-found-functions.
22489         (PC-lisp-complete-symbol): Use with-syntax-table.
22490         (PC-look-for-include-file): Remove dead setq.
22491         (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
22492         (PC-complete): Use with-current-buffer.
22494         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
22495         escape single quotes.
22497 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
22499         * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
22500         of `if' whose condition always returned nil.  Doc fix.
22502         * buff-menu.el (Buffer-menu-revert-function): Make the selected
22503         window's buffer the current buffer around the call to
22504         `list-buffers-noselect'.  This is necessary to mark that buffer
22505         with a `.' in the Buffer Menu when called from Lisp, for instance
22506         by Auto Revert Mode.
22508 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
22510         * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
22511         attaching to it.
22512         (gdb-pre-prompt): Make sure gdb-error is reset.
22514         * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
22515         with a child process, detect it.
22516         (gud-speedbar-buttons): Match regexp more carefully.
22518 2005-11-27  Richard M. Stallman  <rms@gnu.org>
22520         * mouse.el (mouse-drag-move-window-bottom):
22521         Use adjust-window-trailing-edge.
22523 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
22525         * simple.el (blink-matching-open): Ignore
22526         `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
22527         (blink-matching-paren-on-screen): Update docstring.
22529         * paren.el (show-paren-mode): No longer change
22530         `blink-matching-paren-on-screen'.
22532 2005-11-27  John Paul Wallington  <jpw@pobox.com>
22534         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
22535         (gdb-threads-select, gdb-edit-register-value):
22536         Use `posn-set-point' instead of `mouse-set-point' because the
22537         latter is not fbound when configured without X.
22539 2005-11-27  Kim F. Storm  <storm@cua.dk>
22541         * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
22542         existing face when partially highlighting a TAB in a rectangle.
22544 2005-11-26  Kim F. Storm  <storm@cua.dk>
22546         * ido.el (ido-mode-map): Doc fix.
22547         (ido-mode-common-map, ido-mode-file-map)
22548         (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
22549         (ido-define-mode-map): Rewrite.  Select one of the new maps as
22550         parent for ido-mode-map instead of building from scratch.
22551         (ido-init-mode-maps): New defun to initialize new maps.
22552         (ido-mode): Call it.
22553         (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
22554         (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
22556 2005-11-26  John Paul Wallington  <jpw@pobox.com>
22558         * arc-mode.el (archive-extract): Use `posn-set-point' instead of
22559         `mouse-set-point' because the latter is not fbound when configured
22560         without X.
22562 2005-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
22564         * files.el (file-relative-name): Doc fix.
22566 2005-11-26  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
22568         * progmodes/octave-inf.el (inferior-octave-startup): Force a
22569         non-empty string for secondary prompt PS2.
22571 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
22573         * progmodes/compile.el (compilation-setup): Fix last change.
22575 2005-11-26  Nick Roberts  <nickrob@snap.net.nz>
22577         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
22578         (gdb-mouse-toggle-breakpoint-margin)
22579         (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
22580         Add gdb-server-prefix to keep out of command history.
22581         (gdb-edit-register-value): New function.
22582         (gdb-registers-mode-map): Bind mouse-2 and RET to it.
22583         (gdb-info-registers-custom): Use above map.
22585 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
22587         * custom.el (enable-theme): Signal error if argument is not a
22588         theme.  Don't recalculate a face if it's not loaded yet.
22590         * cus-face.el (custom-theme-set-faces): Don't change saved-face if
22591         the `user' theme is in effect.
22593         * info.el (Info-on-current-buffer): Record actual filename in
22594         Info-current-file, instead of t, or a fake filename if a non-file
22595         buffer.  Make autoload.
22596         (Info-find-node, Info-revert-find-node): No need to check for
22597         Info-current-file nil.
22598         (Info-set-mode-line, Info-up, Info-copy-current-node-name):
22599         Info-current-file is now never `t'.
22600         (Info-fontify-node): Many simplifications due to Info-current-file
22601         always being valid.  Use Info-find-file to find node filename.
22603 2005-11-25  David Kastrup  <dak@gnu.org>
22605         * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
22606         new character, then delete" in order to preserve markers.
22608 2005-11-25  David Ponce  <david@dponce.com>
22610         * recentf.el (recentf-arrange-by-rule): Handle a special
22611         `auto-mode-alist'-like "strip suffix" rule.
22612         (recentf-build-mode-rules): Handle second level auto-mode entries.
22614 2005-11-25  Michael Kifer  <kifer@cs.stonybrook.edu>
22616         * emulation/viper-keym.el (viper-ESC-key): Use different values
22617         in terminal and window modes.
22619         * emulation/viper.el (viper-emacs-state-mode-list): Delete mail-mode,
22620         add jde-javadoc-checker-report-mode.
22622         * ediff-wind.el (ediff-make-wide-display): Slight simplification.
22624         * ediff.el (ediff-date): Change the date of last update.
22626 2005-11-24  Chong Yidong  <cyd@stupidchicken.com>
22628         * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
22629         Use define-minor-mode, and make it a local mode.  Turn on font-lock.
22630         (hi-lock-mode): New global minor mode.
22631         (turn-on-hi-lock-if-enabled): New function.
22632         (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
22633         Change arguments to regexp and face instead of a font-lock pattern.
22634         Directly set face property, instead of refontifying.
22635         (hi-lock-font-lock-hook): Check if font-lock is being turned on.
22636         (hi-lock-find-patterns): Use line-number-at-pos.
22638         (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode.  Use new
22639         arguments for hi-lock-set-pattern.
22640         (hi-lock-unface-buffer, hi-lock-set-file-patterns):
22641         Call font-lock-fontify-buffer.
22642         (hi-lock-find-file-hook, hi-lock-current-line)
22643         (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
22645         (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
22646         turned off.
22648         * progmodes/compile.el (compilation-setup): Don't fiddle with
22649         font-lock-defaults.
22651 2005-11-25  Nick Roberts  <nickrob@snap.net.nz>
22653         * progmodes/gdb-ui.el (gdb-var-create-handler)
22654         (gdb-var-list-children-handler): Find values for all variable
22655         objects.  gud-speedbar-buttons decides whether to display them.
22657 2005-11-24  Romain Francoise  <romain@orebokech.com>
22659         * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
22660         buffer name with a space.
22662 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
22664         * textmodes/org.el (org-export-plain-list-max-depth): Rename from
22665         `org-export-local-list-max-depth'.  Change default value to 3.
22666         (org-auto-renumber-ordered-lists)
22667         (org-plain-list-ordered-item-terminator): New options.
22668         (org-at-item-p, org-beginning-of-item, org-end-of-item)
22669         (org-get-indentation, org-get-string-indentation)
22670         (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
22671         New functions.
22672         (org-move-item-down, org-move-item-up): New commands.
22673         (org-export-as-html): New classes for CSS support.  Bug fix in
22674         regular expression detecting fixed-width regions.  Respect
22675         `org-local-list-ordered-item-terminator'.
22676         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
22677         also a list item.
22678         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
22679         New item moving functions.
22681 2005-11-24  Juri Linkov  <juri@jurta.org>
22683         * isearch.el (isearch-repeat): With empty search ring set
22684         `isearch-error' to the error string instead of signaling error
22685         with the function `error'.
22687 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22689         * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
22691 2005-11-24  Nick Roberts  <nickrob@snap.net.nz>
22693         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
22694         and variable.
22695         (gdb-var-create-handler, gdb-var-list-children-handler):
22696         Don't match on "char **...".
22697         (gdb-var-update-handler): Find values for all variable objects.
22698         (gdb-info-frames-custom): Identify frames by leading "#".
22700         * progmodes/gud.el (gud-speedbar-menu-items): Add
22701         gdb-speedbar-auto-raise as radio button.
22702         (gud-speedbar-buttons): Raise speedbar if requested.
22703         Don't match on "char **...".
22704         (gud-speedbar-buttons): Add (pointer) value for non-leaves.
22705         Make it editable.
22707 2005-11-23  Chong Yidong  <cyd@stupidchicken.com>
22709         * info.el (Info-fontify-node): Handle the case where
22710         Info-current-file is t.
22712 2005-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
22714         * simple.el (blink-matching-open): Fix off-by-one in last change.
22716 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22718         * term/mac-win.el: Don't change default directory.
22720 2005-11-22  Luc Teirlinck  <teirllm@auburn.edu>
22722         * cus-edit.el (Custom-reset-standard): Make it handle Custom group
22723         buffers correctly.  (It used to throw an error in such buffers.)
22724         Make it ask for confirmation in group buffers and other Custom
22725         buffers containing more than one customization item.
22727 2005-11-22  John Paul Wallington  <jpw@gnu.org>
22729         * net/goto-addr.el (goto-address-fontify): Put `follow-link'
22730         property on mail and url overlays.
22731         (goto-address-at-point): Use `posn-set-point' instead of
22732         `mouse-set-point' because the latter is not fbound when configured
22733         without X.
22735 2005-11-22  Lars Hansen  <larsh@soem.dk>
22737         * ls-lisp.el (ls-lisp-parse-symlink): Delete.
22738         (ls-lisp-classify, ls-lisp-format): Delete call to
22739         ls-lisp-parse-symlink.
22740         (ls-lisp-handle-switches): Handle symlinks to directories as
22741         directories when ls-lisp-dirs-first in non-nil.
22743 2005-11-21  Luc Teirlinck  <teirllm@auburn.edu>
22745         * startup.el (command-line): Make sure that loaddefs.el is handled
22746         correctly in load-history.
22748 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
22750         * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
22751         (gdb-struct-string, gdb-array-string): New constants.
22752         (gdb-info-locals-handler): Use them.
22753         (gdb-reset): Reset gdb-var-list to nil.
22755 2005-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
22757         * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
22758         in patterns.
22760 2005-11-21  Juri Linkov  <juri@jurta.org>
22762         * custom.el (defcustom): Update link types in docstring.
22764 2005-11-20  Martin Rudalics  <rudalics@gmx.at>
22766         * custom.el (defgroup): Add doc-string-elt info.
22768         * widget.el (define-widget): Don't use declare for the doc-string-elt.
22770 2005-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
22772         * newcomment.el (comment-enter-backward): Fix last fix.
22774         * simple.el (blink-matching-open):
22775         * paren.el (show-paren-function): Allow new paren-class info.
22777 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
22779         * faces.el: Revert 2005-11-17 change.  :ignore-defface is now
22780         handled automagically.
22782 2005-11-20  Andreas Schwab  <schwab@suse.de>
22784         * descr-text.el (describe-char): When copying overlays put them
22785         over the full char description instead of just the first character
22786         of it.
22788 2005-11-20  Juri Linkov  <juri@jurta.org>
22790         * simple.el (what-cursor-position):
22791         * descr-text.el (describe-char): Use Lisp-readable syntax
22792         for octal and hex.  Reorder decimal, octal and hex values.
22793         Remove excess whitespace in the output.  Use `=' in `column='
22794         like in `point=' and `Hscroll='.
22796         * international/mule-cmds.el (encoded-string-description):
22797         Use Lisp-readable syntax for hex.
22799 2005-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
22801         * newcomment.el (comment-enter-backward): Handle the case where the
22802         comment is closed by EOB.
22804 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
22806         * longlines.el (longlines-before-revert-hook)
22807         (longlines-after-revert-hook): New functions.
22808         (longlines-mode): Turn off longlines temporarily when reverting.
22809         Add a message-setup-hook.
22810         (longlines-decode-buffer): New function.
22811         (longlines-wrap-line): Preserve marker positions.
22813 2005-11-19  Andreas Schwab  <schwab@suse.de>
22815         * emacs-lisp/shadow.el: Handle compressed files.
22817 2005-11-19  Romain Francoise  <romain@orebokech.com>
22819         * net/browse-url.el (browse-url-default-browser): Signal an error
22820         if no usable browser can be found, rather than try to load w3.
22822 2005-11-16  Ryan Yeske  <rcyeske@gmail.com>
22824         * net/rcirc.el (rcirc-mangle-text): Add bold face property without
22825         replacing existing properties.
22826         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
22827         (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
22828         tty specs.
22829         (rcirc-server-prefix, rcirc-server): New faces.
22830         (rcirc-url-regexp): Generate with rx macro.
22831         (rcirc-last-server-message-time): New variable.
22832         (rcirc-filter): Record time of last message.
22833         (rcirc-keepalive): Kill processes that did not send a message
22834         since the last ping.
22835         (rcirc-mode): Give rcirc-topic a local binding here.
22837 2005-11-19  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
22839         * subr.el (read-passwd): Fontify the prompt as we do with other
22840         prompts.
22842 2005-11-19  Ryan Yeske  <rcyeske@gmail.com>
22844         * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
22845         binding buffer-read-only to nil.
22847 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
22849         * complete.el (partial-completion-mode):
22850         Mention completion-auto-help in the doc string.
22852         * man.el (Man-highlight-references): Doc fix.  Reformat code in a
22853         more Lisp-ish way.
22855 2005-11-19  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
22857         * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
22858         digits, not 8, to avoid misalignment for files larger than 100MB.
22860 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
22862         * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
22863         Mention "keyboard shortcuts" in the help text.
22865 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22867         * startup.el (fancy-splash-default-action): Discard only
22868         mouse-down and succeeding mouse-up events in the splash screen
22869         window so that drag-n-drop event can be processed.
22871 2005-11-18  Chong Yidong  <cyd@stupidchicken.com>
22873         * longlines.el (longlines-mode): Add hacks for mail-mode and
22874         message-mode.
22876 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
22878         * textmodes/org.el (org-table-sort-lines): New command.
22879         (org-tbl-menu): Add entry for `org-table-sort-lines'.
22880         (org-add-file): Command removed, use `org-agenda-file-to-front'
22881         instead.
22882         (org-export-icalendar): Use `org-icalendar-combined-name'.
22883         (org-cycle-agenda-files, org-agenda-file-to-end)
22884         (org-agenda-file-to-front): New commands.
22885         (org-table-tab-jumps-over-hlines, org-export-html-style):
22886         New options.
22887         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
22888         (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
22889         New functions.
22890         (org-fill-paragraph): Call `org-table-align' in tables.
22891         (org-mode): Call `org-set-autofill-regexps'.
22892         (org-export-as-html): Support for local handformatted lists.
22893         Modified to produce valid HTML 4.0.  Use `org-export-html-style'.
22894         (org-export-local-list-max-depth): New option.
22895         (org-html-expand): Use `org-html-protect'.
22897 2005-11-18  Nick Roberts  <nickrob@snap.net.nz>
22899         * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
22900         to "p".
22901         (gdb): Move definition of gud-pp to...
22903         * progmodes/gdb-ui.el (gdb-ann3): ...here.  Make it work in the
22904         speedbar.
22905         (gdb-find-watch-expression): New function.
22907 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
22909         * faces.el (face-attribute, set-face-attribute): Mention existence
22910         of `:ignore-defface' setting in docstring.
22912 2005-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
22914         * simple.el (completion-setup-function): Fix last change.
22916 2005-11-17  John Paul Wallington  <jpw@pobox.com>
22918         * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
22919         Use `posn-set-point' instead of `mouse-set-point' because the
22920         latter is not fbound when configured without X.
22922         * comint.el (comint-insert-input): Likewise.
22924 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
22926         * simple.el (hard-newline): New variable.
22927         (sendmail-user-agent-compose, next-line): Use it.
22929         * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
22930         (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
22931         (mail-mail-reply-to, mail-mail-followup-to)
22932         (mail-position-on-field, mail-signature, mail-yank-original)
22933         (mail-attach-file): Likewise.
22935         * mail/mailheader.el (mail-header-format)
22936         (mail-header-format-function): Likewise.
22938         * add-log.el (add-change-log-entry, change-log-merge): Likewise.
22940 2005-11-17  Juri Linkov  <juri@jurta.org>
22942         * font-lock.el (font-lock-faces): Rename this defgroup from
22943         `font-lock-highlighting-faces'.
22944         (font-lock-comment-face, font-lock-comment-delimiter-face)
22945         (font-lock-string-face, font-lock-doc-face)
22946         (font-lock-keyword-face, font-lock-builtin-face)
22947         (font-lock-function-name-face, font-lock-variable-name-face)
22948         (font-lock-type-face, font-lock-constant-face)
22949         (font-lock-warning-face, font-lock-negation-char-face)
22950         (font-lock-preprocessor-face)
22951         (font-lock-regexp-grouping-backslash)
22952         (font-lock-regexp-grouping-construct): Rename :group from
22953         `font-lock-highlighting-faces' to `font-lock-faces'.
22955         * cus-edit.el (lisp, c, tex):
22956         * progmodes/ada-mode.el (ada):
22957         * progmodes/asm-mode.el (asm):
22958         * progmodes/cperl-mode.el (cperl-faces):
22959         * progmodes/cpp.el (cpp):
22960         * progmodes/dcl-mode.el (dcl):
22961         * progmodes/f90.el (f90):
22962         * progmodes/fortran.el (fortran):
22963         * progmodes/icon.el (icon):
22964         * progmodes/idlwave.el (idlwave-misc):
22965         * progmodes/m4-mode.el (m4):
22966         * progmodes/make-mode.el (makefile):
22967         * progmodes/meta-mode.el (meta-font):
22968         * progmodes/modula2.el (modula2):
22969         * progmodes/octave-mod.el (octave):
22970         * progmodes/pascal.el (pascal):
22971         * progmodes/perl-mode.el (perl):
22972         * progmodes/prolog.el (prolog):
22973         * progmodes/ps-mode.el (PostScript-edit):
22974         * progmodes/scheme.el (scheme):
22975         * progmodes/sh-script.el (sh-script):
22976         * progmodes/simula.el (simula):
22977         * progmodes/tcl.el (tcl):
22978         * textmodes/nroff-mode.el (nroff):
22979         * textmodes/reftex-vars.el (reftex-fontification-configurations):
22980         * textmodes/sgml-mode.el (sgml):
22981         * textmodes/texinfo.el (texinfo):
22982         Add :link (custom-group-link font-lock-faces) to defgroup.
22984         * hi-lock.el (hi-lock): Rename this defgroup from
22985         `hi-lock-interactive-text-highlighting'.  Change parent group from
22986         `faces' to `font-lock'.  Add link to the manual.
22987         (hi-lock-mode, hi-lock-file-patterns-range)
22988         (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
22989         `hi-lock-interactive-text-highlighting' to `hi-lock'.
22990         (hi-lock-faces): Add :group `faces'.
22992         * cus-edit.el (custom-variable-prompt): Clarify the code.
22994         * faces.el (face-read-string): Set the default value arg of
22995         completing-read.
22997 2005-11-16  Luc Teirlinck  <teirllm@auburn.edu>
22999         * rfn-eshadow.el (file-name-shadow-properties)
23000         (file-name-shadow-tty-properties, file-name-shadow-mode):
23001         Remove autoloads, because the file is now preloaded.
23003 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
23005         * printing.el (easy-menu-intern): Don't define.
23006         (pr-get-symbol): Use easy-menu-intern only if defined.
23008         * simple.el (blink-matching-open): Simplify a bit.
23009         (completion-setup-function): Fix the case of partial-completion-mode
23010         when the minibuffer's contents start with "-".
23011         Obey completion-base-size-function even when
23012         minibuffer-completing-file-name is non-nil.
23014 2005-11-16  Richard M. Stallman  <rms@gnu.org>
23016         * net/eudcb-ph.el (eudc-ph-open-session):
23017         Use set-process-query-on-exit-flag.
23019         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
23021         * international/ucs-tables.el (ucs-set-table-for-input):
23022         Use make-local-variable, not make-variable-buffer-local.
23024         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
23025         Improve warning message text.
23027         * savehist.el (savehist-save-hook): Add :group.
23029         * menu-bar.el (menu-bar-help-menu):
23030         Rename Find Extra Packages to External Packages.
23032         * cus-edit.el (Custom-reset-standard): Verify that
23033         :custom-standard-value prop exists before calling it.
23035         * apropos.el (apropos-calc-scores): Use apropos-pattern.
23037 2005-11-16  Martin Rudalics  <rudalics@gmx.at>
23039         * wid-edit.el (color): Enclose %t in %{...%}.
23041         * cus-edit.el (face): Enclose %t in %{...%}.
23043 2005-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
23045         * savehist.el (savehist-mode-hook): Re-add the var.
23046         (savehist-mode): Use it.
23048 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
23050         * textmodes/flyspell.el: Fix commenting convention.
23051         Remove unnecessary leading * in custom docstrings.
23052         (flyspell-emacs): Remove unused var.
23053         (flyspell-delete-region-overlays): Use remove-overlays.
23054         (flyspell-accept-buffer-local-defs): Use save-current-buffer.
23055         (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
23056         (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
23057         (flyspell-debug-signal-word-checked): Use with-current-buffer.
23058         (make-flyspell-overlay): Don't locally reuse a global name.
23059         (flyspell-highlight-incorrect-region)
23060         (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
23061         (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
23062         (flyspell-notify-misspell): Remove unused args `start' and `end'.
23063         (flyspell-word): Adjust call accordingly.  Use ispell-send-string.
23064         Wrap calls to accept-process-output inside with-local-quit since it's
23065         often called from a post-command-hook.
23066         (flyspell-correct-word, flyspell-auto-correct-word):
23067         Use ispell-send-string.
23068         (flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
23070         * calendar/diary-lib.el (diary-list-entries): Also hide the
23071         terminating newline.
23073 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
23075         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
23076         window-system, to allow fonts on tty.
23078 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
23080         * progmodes/gud.el (gud-speedbar-item-info): New function.
23081         (gud-install-speedbar-variables): Use it to display data type
23082         of watch expression as a tooltip in speedbar.
23084 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
23086         * font-core.el (global-font-lock-mode): Add :version keyword,
23087         because default was changed.
23089         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
23091         * startup.el (command-line): Use `custom-reevaluate-setting' for
23092         `file-name-shadow-mode'.
23094         * loadup.el: Preload rfn-eshadow.
23096         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
23097         Add :version keyword.
23098         (file-name-shadow-properties, file-name-shadow-tty-properties)
23099         (file-name-shadow): Add :version keyword.
23101         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
23102         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
23103         in the custom-group property of the symbol frames and the fringe
23104         group got no link to its parent group frames.
23105         Doc fix.
23107 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
23109         * progmodes/gud.el (gud-stop-subjob): New function.
23110         (gud-menu-map, gud-tool-bar-map): Use it.
23112 2005-11-16  Kim F. Storm  <storm@cua.dk>
23114         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
23115         than kill it.
23116         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
23117         to a more useful/logical place.
23119 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
23121         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
23122         go buttons complementary.
23124 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
23126         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
23127         (rfn-eshadow-sifn-equal): New function.
23128         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
23130 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
23132         * emulation/viper-util.el (viper-non-word-characters-reformed-vi):
23133         Quote `-' in string.
23135         * emulation/viper.el (viper-emacs-state-mode-list): Ensure that
23136         rcirc-mode buffers come up in Emacs state.
23138         * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
23139         operation.
23141 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
23143         * term.el (term-termcap-format): Fix typos.
23144         (term-down): Fix the negative argument case.
23146 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
23148         * progmodes/gdb-ui.el: Remove face-alias left over from change on
23149         2005-08-15.
23150         (gdb-ann3): New command gud-go.
23151         (menu): Accomodate gdb-mi.el.
23152         (gdb-assembler-custom): Make buffer of selected window current
23153         so that set-window-point works.
23155         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
23156         buttons and include new ones.
23158 2005-11-16  Kim F. Storm  <storm@cua.dk>
23160         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
23161         (gud-menu-map): Use it.
23163 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
23165         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
23166         that works correctly for Custom and that does not override a user
23167         who disables it.
23169         * help-mode.el (help-make-xrefs, help-xref-on-pp)
23170         (help-xref-interned, help-follow): Make hyperlinks for variables
23171         that are unbound, but have a non-nil variable-documentation property.
23173         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
23174         mode hook.  (It conflicted with defcustoms for some mode hooks.)
23175         Use the `variable-documentation' property to give the mode hook a
23176         docstring and expand that docstring.
23178 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
23180         * savehist.el (savehist-mode): Don't bother with
23181         `custom-set-minor-mode'.
23182         (savehist-coding-system): Check XEmacs version.
23183         (history-length): Declare also at run time.
23184         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
23185         Don't set the customize state.
23186         (savehist-minibuffer-hook): Special case for when
23187         minibuffer-history-variable is equal to t.
23189 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
23191         * files.el (write-file): Refresh VC status.
23193         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
23194         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
23195         than fundamental-mode to see if the mode was set.
23197 2005-11-14  Romain Francoise  <romain@orebokech.com>
23199         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
23200         dummy function in `eval-when-compile' to avoid compiler warning.
23201         Require `man' at compile time.
23203 2005-11-14  Jay Belanger  <belanger@truman.edu>
23205         * calc/calc-alg.el (calcFunc-write-out-power): Rename it to
23206         calcFunc-powerexpand.
23207         (math-write-out-power): Rename it to math-powerexpand; have it
23208         handle negative exponents.
23209         (calc-writeoutpower): Rename it to calc-powerexpand.
23211         * calc/calc-ext.el: Change calcFunc-writeoutpower and
23212         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
23213         autoloads.
23214         Add calcFunc-ldiv to autoloads.
23216         * calc/calc-arith.el (calcFunc-ldiv): New function.
23218         * calc/calc.el (calc-left-divide): New function.
23220 2005-11-14  Juri Linkov  <juri@jurta.org>
23222         * cus-edit.el (custom-variable-prompt): Set the default value arg
23223         of completing-read.
23225         * cus-dep.el (custom-make-dependencies): Reverse the list of
23226         found dependencies.
23228 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
23230         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
23231         Highlighting" entry, it is on by default now.
23232         (menu-bar-options-save): Do not save global-font-lock-mode.
23234 2005-11-13  Richard M. Stallman  <rms@gnu.org>
23236         * textmodes/flyspell.el (flyspell-large-region):
23237         Call flyspell-accept-buffer-local-defs.
23239 2005-11-13  Agustin Martin  <agustin.martin@hispalinux.es>
23241         * textmodes/flyspell.el (flyspell-notify-misspell):
23242         Fix misspelling of "Misspelling".
23243         (flyspell-process-localwords): New function.
23244         (flyspell-large-region): Call flyspell-process-localwords and
23245         flyspell-delete-region-overlays.
23246         (flyspell-delete-region-overlays): New function.
23247         (flyspell-delete-all-overlays): Call that.
23249 2005-11-13  Richard M. Stallman  <rms@gnu.org>
23251         * help.el (help-for-help-internal): Improve doc of C-h a.
23252         (describe-key): Improve prompt; doc fix.
23254 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
23256         * vc-svn.el (vc-svn-registered): Catch all errors.
23258         * cus-dep.el (custom-make-dependencies): Typo.
23260 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
23262         * net/tramp-util.el (top): Fix compilation warning.
23264 2005-11-13  Kim F. Storm  <storm@cua.dk>
23266         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
23268 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
23270         * progmodes/gud.el (gud-menu-map): Move parentheses (again).
23271         (gud-speedbar-buttons): Match on "const char *" too.
23273         * progmodes/gdb-ui.el (gdb-var-create-handler)
23274         (gdb-var-list-children-handler): Match on "const char *" too.
23275         (gdb-var-evaluate-expression-handler): Match on empty string.
23276         (gdb-var-update-handler): Only call
23277         gdb-var-evaluate-expression-handler when required.
23279 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
23281         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
23282         selected window.  This still doesn't work for speedbar.
23283         (gud-speedbar-buttons): Handle string expressions properly.
23285         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
23286         (gdb-var-create-handler): Handle string expressions properly.
23287         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
23288         Handle string expressions properly.  Move "type" field into regexp.
23290 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
23292         * bookmark.el (bookmark-maybe-message): New function to reduce
23293         code duplication: invokes `message' iff baud-rate is high enough.
23294         (bookmark-write-file): Use above instead of an inline conditional.
23295         (bookmark-load): Same.
23297 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
23299         * bookmark.el (bookmark-write-file): Don't visit the destination
23300         file, just write the data to it using write-region.  This is
23301         similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
23302         change to avoid visiting the file in the first place.
23304 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
23306         * hi-lock.el (hi-lock-mode): Set the default value of
23307         font-lock-defaults.
23309 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
23311         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
23312         arg to `file-attributes'.
23313         (find-lisp-format): The UID and GID can now be strings.
23315 2005-11-12  Kim F. Storm  <storm@cua.dk>
23317         * help.el (help-map): Bind C-h d to apropos-documentation.
23319         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
23320         when point is at end-of-buffer.
23322         * apropos.el (apropos-match-face): Doc fix.
23323         (apropos-sort-by-scores): Add new choice `verbose'.
23324         (apropos-documentation-sort-by-scores): New defcustom.
23325         (apropos-pattern): Now contains the pattern entered by the user.
23326         (apropos-pattern-quoted): New defvar.
23327         (apropos-regexp): New defvar, containing the regexp corresponding
23328         to apropos-pattern.
23329         (apropos-all-words-regexp): Rename from apropos-all-regexp.
23330         (apropos-read-pattern): New defun.  Use it to read pattern arg in
23331         interactive calls; returns list of words for a word list, and
23332         string for a regexp.
23333         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
23334         parses a list of words or regexp as returned by apropos-read-pattern.
23335         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
23336         (apropos-score-doc): Return a very high score if the string
23337         entered by the user matches literally.
23338         (apropos-variable): Doc fix.  Use apropos-read-pattern.
23339         (apropos-command): Doc fix.  Use apropos-read-pattern and
23340         apropos-parse-pattern.  Call apropos-print with nosubst=t.
23341         (apropos, apropos-value): Doc fix.  Use apropos-read-pattern and
23342         apropos-parse-pattern.
23343         (apropos-documentation): Doc fix.  Use apropos-read-pattern and
23344         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
23345         apropos-documentation-sort-by-scores.  Call apropos-print with
23346         nosubst=t.
23347         (apropos-documentation-internal): Pass doc string through
23348         substitute-key-definition before adding text properties.
23349         Highlight substring matching literal user input if possible.
23350         (apropos-documentation-check-doc-file): Remove locals beg and end.
23351         Fix calculation of score (as added twice).  Pass doc string through
23352         substitute-key-definition before adding text properties.
23353         (apropos-documentation-check-elc-file): Pass doc string through
23354         substitute-key-definition before adding text properties.
23355         Highlight substring matching literal user input if possible.
23356         (apropos-print): Add new arg NOSUBST; if set, command and variable
23357         doc strings have already been passed through substitute-key-definition.
23358         Add code to handle apropos-accumulator items without score element
23359         for backwards compatibility (e.g. with woman package).
23360         Only show scores if apropos-sort-by-scores is `verbose'.
23362 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23364         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
23365         Add jka-compr-load-suffixes to load-suffixes.
23367         * jka-compr.el: Require jka-cmpr-hook.
23368         (jka-compr-info-compress-message, jka-compr-info-compress-program)
23369         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
23370         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
23371         (jka-compr-info-can-append, jka-compr-info-strip-extension)
23372         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
23373         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
23374         (jka-compr-uninstall): Remove entries from
23375         jka-compr-added-to-file-coding-system-alist after they are used.
23376         (jka-compr-error): Remove unused var `curbuf'.
23377         (jka-compr-file-local-copy): Remove unused var `notfound'.
23379 2005-11-10  Romain Francoise  <romain@orebokech.com>
23381         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
23383 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
23385         * progmodes/gud.el (gud-menu-map): Move parentheses.
23386         (gdb): New command gud-pv.
23388 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23390         * tar-mode.el: Remove spurious or unnecessary leading stars
23391         in docstrings.
23392         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
23393         (tar-parse-octal-integer-safe): Use mapc.
23394         (tar-header-block-summarize): Remove unused var `ck'.
23395         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
23396         cleared before.  Obey default-enable-multibyte-characters.
23397         Use mapconcat.  Simplify setting of tar-header-offset.
23398         (tar-mode-map): Move initialization inside delcaration.
23399         (tar-flag-deleted): Use `abs'.
23400         (tar-expunge-internal): Remove unused var `line'.
23401         (tar-expunge-internal): Don't hardcode point-min==1.
23402         (tar-expunge): Widen while doing set-buffer-multibyte.
23403         (tar-rename-entry): Use file-name-coding-system.
23404         (tar-alter-one-field): Don't hardcode point-min==1.
23405         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
23406         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
23408 2005-11-10  Masatake YAMATO  <jet@gyve.org>
23410         * add-log.el (add-log-current-defun): Handle class::method
23411         notation of c++.  Fix incorrect comment.
23413 2005-11-10  Alan Mackenzie  <acm@muc.de>
23415         * help-fns.el (describe-variable): Make C-h v work when a variable
23416         has variable documentation yet is unbound.
23418 2005-11-10  Masatake YAMATO  <jet@gyve.org>
23420         * man.el (Man-highlight-references): Set an empty
23421         string to `Man-arguments' if it is nil.
23422         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
23424 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
23426         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
23427         commenting conventions.
23429         * cus-dep.el (custom-make-dependencies): Simplify.
23430         Better follow the commenting conventions.
23432 2005-11-09  Richard M. Stallman  <rms@gnu.org>
23434         * apropos.el (apropos-pattern): Rename from apropos-regexp.
23435         (apropos-orig-pattern): Rename from apropos-orig-regexp.
23436         All uses changed.
23437         (apropos-rewrite-regexp): Doc fix.
23438         (apropos-variable, apropos-command, apropos, apropos-value):
23439         Change prompt; carry through the argument renaming.
23441 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
23443         * find-lisp.el: Require dired.
23444         (find-lisp-find-dired-internal): Do not call
23445         `abbreviate-file-name' on DIR.
23447 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
23449         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
23451 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
23453         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
23454         when using the speedbar.
23455         (gdb): New command gud-pp.
23456         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
23458 2005-11-09  Juri Linkov  <juri@jurta.org>
23460         * replace.el (occur-excluded-properties): New defcustom.
23461         (occur-1, occur-engine, occur-accumulate-lines): Use it.
23463 2005-11-08  Jay Belanger  <belanger@truman.edu>
23465         * calc/calc-units.el (math-convert-units): Replace any composite
23466         unit by its definition.
23468 2005-11-08  Lars Hansen  <larsh@soem.dk>
23470         * emacs-lisp/autoload.el (update-directory-autoloads):
23471         Add obsolete function alias.
23473 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
23475         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
23476         comment-indent-function.
23477         (lisp-comment-indent): Replace by an alias for comment-indent-default.
23479         * reveal.el (reveal-post-command): Rework the handling of
23480         reveal-open-spots, so as to be more reliable.  There were several
23481         tricky corner cases where an open spot might be lost, or where
23482         a closed spot might end up on the list of open spots.
23483         Only reveal text that's ellipsised.
23485 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
23487         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
23489 2005-11-07  John Paul Wallington  <jpw@gnu.org>
23491         * ibuffer.el (ibuffer): Search iconified frames too when
23492         getting Ibuffer buffer's window.
23494 2005-11-06  Richard M. Stallman  <rms@gnu.org>
23496         * progmodes/compile.el (compilation-internal-error-properties):
23497         save-excursion around the computation of MARKER.
23499 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
23501         * textmodes/flyspell.el (flyspell-external-point-words):
23502         flyspell-get-word returns a list, not just a string.
23504 2005-11-06  John Paul Wallington  <jpw@pobox.com>
23506         * ibuffer.el (ibuffer): Search all visible frames when getting
23507         Ibuffer buffer's window.
23509 2005-11-07  Masatake YAMATO  <jet@gyve.org>
23511         * man.el (Man-reference-regexp): Accept spaces between
23512         `Man-name-regexp' and `Man-section-regexp'.
23513         (Man-apropos-regexp): New variable.
23514         (Man-abstract-xref-man-page): Use value for `Man-target-string'
23515         if available.
23516         (Man-highlight-references, Man-highlight-references0):
23517         Handle the case when `Man-arguments' includes "-k".
23518         (Man-highlight-references0): Rename the argument `TARGET-POS' to
23519         `TARGET'. `TARGET' can be a number, function or nil.
23521 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
23523         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
23524         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
23525         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
23526         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
23527         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
23528         (gdb-send-item): Use buffer-local-value and simplify.
23530 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
23532         * startup.el (command-line): Use `custom-reevaluate-setting' for
23533         `global-font-lock-mode'.
23535         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
23536         by default, except in batch mode or when the -D option is given.
23538         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
23539         specified keyword args on to `define-minor-mode'.  Update docstring.
23541 2005-11-05  Romain Francoise  <romain@orebokech.com>
23543         * replace.el (occur-engine): Add marker at end of line, too.
23545 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
23547         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
23548         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
23549         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
23550         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
23551         argument to all these routines, so the passphrase can be managed
23552         externally and passed in to the system.
23553         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
23554         pgg-add-passphrase-to-cache function.
23556         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
23557         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
23558         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
23559         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
23560         argument to all these routines, so the passphrase can be managed
23561         externally and passed in to the system.
23562         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
23563         function.
23565 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
23567         * font-lock.el: Don't deal with font-lock-face-attributes here,
23568         move the code ...
23570         * startup.el (command-line): ... here.  Use face-spec-set instead
23571         of custom-declare-face.
23573         * faces.el (face-spec-set): Reset the face if spec is not nil.
23575 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
23577         * newcomment.el (comment-region-internal): Box more tightly in the
23578         common case where there's no TAB in the boxed text.
23580 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
23582         * info.el (info-tool-bar-map): Use images prev-node, next-node and
23583         up-node.
23585 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
23587         * net/newsticker.el: Commentary updated.  Code formatting changed.
23588         (newsticker-version): Change to "1.9".
23589         (newsticker, newsticker-feed): Doc fix.
23590         (newsticker-url-list): Doc fix.  Add option "Weekly".
23591         (newsticker-retrieval-interval): Add option "Weekly".
23592         (newsticker-headline-processing): Doc fix.
23593         (newsticker-auto-mark-filter): Remove.
23594         (newsticker-auto-mark-filter-list): New.
23595         (newsticker-layout, newsticker-sort-method): Doc fix.
23596         (newsticker-hide-old-items-in-newsticker-buffer)
23597         (newsticker-heading-format, newsticker-item-format)
23598         (newsticker-desc-format): Doc fix.
23599         (newsticker-show-all-rss-elements): Remove.
23600         (newsticker-show-all-news-elements): New.
23601         (newsticker-faces, newsticker-ticker): Doc fix.
23602         (remove-from-invisibility-spec): Code formatting.
23603         (newsticker--process-ids): New.
23604         (newsticker-mode): Doc fix.
23605         (newsticker-mode): Change mode-line-format.
23606         (newsticker-start): Remove debug output.
23607         (newsticker-start-ticker): Doc fix.  Add autoload cookie.
23608         (newsticker-w3m-show-inline-images): Code formatting.
23609         (newsticker-next-item): Call `force-mode-line-update'.
23610         (newsticker-previous-item): Call `force-mode-line-update'.
23611         (newsticker-next-feed): Call `force-mode-line-update'.
23612         (newsticker-previous-feed): Call `force-mode-line-update'.
23613         (newsticker-mark-all-items-at-point-as-read): Code formatting.
23614         (newsticker-show-old-items): Do not show descs.
23615         (newsticker-hide-entry): Hide too much.
23616         (newsticker-hide-entry, newsticker-show-entry)
23617         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
23618         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
23619         (newsticker-toggle-auto-narrow-to-item): Code formatting.
23620         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
23621         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
23622         (newsticker-get-news): Call `force-mode-line-update'.
23623         Collect process ids.
23624         (newsticker--sentinel): Change coding system handling.
23625         Move image retrieval to new functions newsticker--get-logo-url-*.
23626         Move feed parsing to new functions newsticker--parse-*.
23627         Update list of process ids.
23628         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
23629         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
23630         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
23631         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
23632         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
23633         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
23634         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
23635         (newsticker--decode-coding-string): Remove.
23636         (newsticker--decode-numeric-entities): Check input.  Format code.
23637         (newsticker--remove-whitespace): Check input.
23638         (newsticker--do-forget-preformatted): Doc fix.
23639         (newsticker--decode-rfc822-date): Allow for missing time.
23640         (newsticker--update-process-ids): New.
23641         (newsticker--image-sentinel): Change comment.
23642         (newsticker--image-read): Change error message.
23643         (newsticker--imenu-goto): Doc fix.  Show headline title.
23644         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
23645         (newsticker--buffer-do-insert-text): Clean whitespace in
23646         html-rendered headline title.  Code formatting.
23647         Call `newsticker--buffer-print-extra-elements'.
23648         (newsticker--buffer-print-extra-element): Remove.
23649         (newsticker--buffer-print-extra-elements): New.
23650         (newsticker--buffer-do-print-extra-element): New.
23651         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
23652         large sizes.
23653         (newsticker--run-auto-mark-filter)
23654         (newsticker--do-run-auto-mark-filter):
23655         Use `newsticker-auto-mark-filter-list'.
23657 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
23659         * net/rcirc.el: Use split-string OMIT-NULLS argument.
23660         (rcirc-print): Force redisplay before running hooks.  Do long
23661         buffer truncation after making new text read-only.  Deal with nil
23662         text when decoding strings.  If TARGET is nil, use either the
23663         currently selected buffer, if it is an rcirc buffer and of the
23664         same process or the process buffer.
23665         (rcirc-mode): Remove header-line.  Recompute short buffer names.
23666         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
23667         (rcirc-short-buffer-name): Add variable.
23668         (rcirc-kill-buffer-hook): Recompute short buffer names.
23669         Remove nick from private channel.
23670         (rcirc-send-input): Send command text to current-buffer.
23671         Don't clear overlay arrow here.
23672         (rcirc-short-buffer-name): Return a short buffer name.
23673         (rcirc-update-short-buffer-names, rcirc-abbreviate)
23674         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
23675         buffer-name abbreviations.
23676         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
23677         Do not touch nick-table when killing a parted channel.
23678         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
23679         Clear arrow from current buffer if it is now hidden.
23680         (rcirc-current-buffer): Add variable.
23681         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
23682         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
23683         Remove -face from names.
23684         (rcirc-update-activity-string): Print "DND" when globally ignoring
23685         activity.
23686         (rcirc-ignore-buffer-activity-flag): Rename from
23687         rcirc-ignore-channel-activity.
23688         (rcirc-ignore-all-activity-flag): Doc fix.
23689         (rcirc-channels): Remove variable.
23690         (rcirc-kill-buffer-hook):
23691         (rcirc-get-buffer-create): Add nick to private channel.
23692         (rcirc-multiline-edit-submit): Remove tabs.
23693         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
23694         folded.
23695         (rcirc-remove-nick-channel): Bug fix.
23696         (rcirc-toggle-ignore-buffer-activity): Rename from
23697         rcirc-toggle-ignore-channel-activity.
23698         (rcirc-record-activity): Add buffers to the front of the list.
23699         (rcirc-update-activity): Remove killed buffers from list.
23700         (rcirc-process-server-response-1): Remove last argument if it is
23701         null before calling handler.
23702         (rcirc): Add "rcirc" defcustom prefix.
23703         (rcirc-prompt): Simplify default prompt.
23704         Use custom-initialize-default.
23705         (rcirc-private-chats): Remove variable.
23706         (rcirc-prompt): Change initialization.
23707         (rcirc-version): Remove function.
23708         (rcirc-id-string): Add constant.
23709         (rcirc-last-buffer): Remove variable.
23710         (rcirc-buffer-alist): Add variable.
23711         (rcirc-connect): Update variable setup.
23712         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
23713         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
23714         default.
23715         (rcirc-handler-generic): Trigger activity.
23716         (rcirc-send-message): Create the buffor of the target.
23717         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
23718         (rcirc-get-buffer): Just return nil if there is no matching buffer.
23719         (rcirc-multiline-edit-cancel): Remove function.
23720         (rcirc-set-last-buffer): Remove function.
23721         (rcirc-get-any-buffer): Add function.
23722         (rcirc-join-channels): Don't print /join text.
23723         (rcirc-toggle-ignore-channel-activity): Add and update echo area
23724         messages.
23725         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
23726         (rcirc-handler-NOTICE): Recognize CTCP responses.
23727         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
23728         constructing TOPIC string for buffers we are not JOINed.
23729         (rcirc-handler-CTCP-response): Add handler.
23730         (rcirc-multiline-edit-submit): Restore the window-configuration
23731         before adjusting point.
23732         (rcirc): Add customization group.
23733         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
23734         (rcirc-user-full-name, rcirc-startup-channels-alist)
23735         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
23736         (rcirc-ignore-all-activity-flag, rcirc-time-format)
23737         (rcirc-input-ring-size, rcirc-read-only-flag)
23738         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
23739         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
23740         Change defvar to defcustom.
23741         (rcirc-update-prompt): Add optional ALL arg, which will update
23742         prompts in all rcirc buffers.  Regexp quote replacement text.
23743         (rcirc-fill-column): Accept frame-width as a value.
23744         (rcirc-set-changed): Add function.
23745         (rcirc-next-active-buffer): Write more meaningful messages.
23746         (rcirc-faces): Add customization group.
23747         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
23748         (rcirc-nick-in-message-face, rcirc-prompt-face)
23749         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
23750         (with-rcirc-process-buffer): Move before first usage.
23751         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
23752         (rcirc-debug-flag): Rename from `rcirc-log-p'.
23753         (rcirc-debug): Rename from `rcirc-log'.
23754         (rcirc-format-response-string): Do not print `-' chars for a
23755         NOTICE with no sender.  Simplify output of server responses.
23757 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
23759         (rcirc-browse-url-map, rcirc-browse-url-at-point)
23760         (rcirc-browse-url-at-mouse, rcirc-mangle-text):
23761         Make urls mouse and RET clickable.
23763 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
23765         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
23767 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
23769         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
23770         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
23771         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
23772         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
23773         argument to all these routines, so the passphrase can be managed
23774         externally and passed in to the system.
23775         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
23776         pgg-add-passphrase-to-cache function.
23778         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
23779         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
23780         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
23781         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
23782         argument to all these routines, so the passphrase can be managed
23783         externally and passed in to the system.
23784         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
23785         function.
23787 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
23789         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
23790         from goto-address-url-regexp.
23792 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
23794         * textmodes/org.el (org-read-date, org-goto-calendar)
23795         (org-recenter-calendar, org-agenda-goto-calendar):
23796         Temporarily clear `calendar-move-hook'.
23798 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
23800         * ediff-merg.el (ediff-merge-region-is-non-clash):
23801         Return t, if not merging.
23803         * ediff-util.el (ediff-previous-difference): Don't skip regions that
23804         have merge clashes.
23806 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23808         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
23809         Undo previous change.
23811         * startup.el (command-line): Use `custom-reevaluate-setting' for
23812         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
23813         tty-register-default-colors on Mac.
23815 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
23817         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
23818         (gdb-buffer-type): Make it automatically buffer local...
23819         (gdb-get-create-buffer): ...and set it accordingly.
23820         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
23821         actually work.
23823 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
23825         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
23826         not red.
23828 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
23830         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
23831         case GUD buffer is not visible.
23832         (gdb-goto-breakpoint): Try to force display in source buffer.
23833         (gdb-frame-gdb-buffer): Copy other similar functions.
23834         (gdb-restore-windows): Don't display source if not asked for.
23835         (gdb-assembler-buffer-name): Don't capitalise.
23837 2005-11-03  Richard M. Stallman  <rms@gnu.org>
23839         * wid-edit.el (key-sequence): New widget type.
23841         * simple.el (set-mark-command-repeat-pop): New variable.
23842         (set-mark-command): Only interpret plan C-@ after a pop as a pop
23843         if set-mark-command-repeat-pop is true.
23845         * info.el (Info-fontify-node): Don't display extra "see" if there
23846         already is one here.
23848         * mouse.el: Fix special handling of DEL after dragging a region:
23849         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
23850         (mouse-region-delete-keys): Change to defcustom.  Add [backspace].
23852         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
23854         * textmodes/ispell.el (ispell-command-loop): Change `i' description
23855         not to assume it pertains to an affix.
23857         * textmodes/flyspell.el (flyspell-post-command-hook):
23858         Bind deactivate-mark to prevent deactivation.
23860 2005-11-03  Lars Hansen  <larsh@soem.dk>
23862         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
23863         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
23864         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
23866 2005-11-03  Romain Francoise  <romain@orebokech.com>
23868         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
23869         Update copyright years.
23871 2005-11-03  Sam Steingold  <sds@gnu.org>
23873         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
23874         Use system-type instead of window-system because window-system is not
23875         correctly defined during loadup.
23877 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
23879         * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
23880         (xml-parse-tag): Join strings separated by a comment properly.
23882 2005-11-02  Andreas Schwab  <schwab@suse.de>
23884         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
23886 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
23888         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
23889         (byte-optimize-pure-func): Quote the eval'd value.
23891         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
23892         Rename from perl-font-lock-syntactic-face-function.
23893         Change the calling convention so it can be used as a font-lock MATCHER.
23894         Do the parse-partial-sexp loop outselves.
23895         (perl-font-lock-syntactic-keywords): Use it.
23896         (perl-mode): Don't set font-lock-syntactic-face-function any more.
23898 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
23900         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
23901         disassembly buffer too.
23902         (gdb-exited): Remove overlay arrows when execution has finished.
23903         (gdb-info-frames-custom, gdb-info-threads-custom)
23904         (gdb-info-registers-custom): Don't add inappropriate text
23905         properties if inferior is not active.
23907 2005-11-02  Glenn Morris  <rgm@gnu.org>
23909         * progmodes/fortran.el (fortran-blink-match):
23910         Use `blink-matching-delay'.
23912 2005-11-02  John Mongan  <jmongan@mccammon.ucsd.edu>  (tiny change)
23914         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
23916 2005-11-02  Lars Hansen  <larsh@soem.dk>
23918         * net/tramp.el (tramp-action-out-of-band): Handle scp message
23919         "Permission denied".
23921 2005-11-01  Richard M. Stallman  <rms@gnu.org>
23923         * textmodes/flyspell.el (flyspell-external-point-words):
23924         Pass nil to flyspell-get-word.
23926 2005-11-02  Kim F. Storm  <storm@cua.dk>
23928         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
23929         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
23931 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
23933         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
23934         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
23935         (calendar-mouse-print-dates): Add optional `event' argument.
23936         Update interactive-spec.
23937         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
23938         Use `calendar-event-to-date' instead of `event'.
23940 2005-11-02  Masatake YAMATO  <jet@gyve.org>
23942         * progmodes/ld-script.el (ld-script-builtins):
23943         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
23944         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
23945         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
23947 2005-11-01  Romain Francoise  <romain@orebokech.com>
23949         * vc-sccs.el: Update copyright year.
23950         * ezimage.el: Likewise.
23952 2005-11-01  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>  (tiny change)
23954         * info.el (Info-fontify-node): Use `string-width' for fontifying
23955         underlined titles.
23957 2005-11-01  Juri Linkov  <juri@jurta.org>
23959         * info.el (Info-fontify-node): Downcase node header keywords Node,
23960         Prev, Next, Up before comparison.
23961         (Info-history): Insert absolute directory name, and put invisible
23962         property on it.
23964 2005-11-01  Juri Linkov  <juri@jurta.org>
23966         * info.el (Info-file-supports-index-cookies): New variable.
23967         (Info-find-node-2): Check makeinfo version for index cookie support.
23968         (Info-index-nodes): Search for nodes with index cookies only when
23969         Info-file-supports-index-cookies is t.  Otherwise, search nodes
23970         with "Index" in the node name.
23971         (Info-index-node): Search index cookie in the current node only when
23972         Info-file-supports-index-cookies is t.  Otherwise, check the word
23973         "Index" in the node name.
23974         (Info-find-emacs-command-nodes): Remove code that searches nodes
23975         with "Index" node name in the top menu.
23977 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
23979         * progmodes/scheme.el (scheme-mode-variables): Use the default
23980         comment-indent-function.
23982         * faces.el (face-attribute): Handle the case where a face inherits from
23983         a non-existent face.
23985         * simple.el (eval-expression-print-format): Use lisp-readable syntax
23986         for octal and hexa output, and merge the char into the paren.
23987         (kill-new): Use push.
23988         (copy-to-buffer): Use with-current-buffer.
23989         (completion-setup-function): Move code in loop to remove redundancy.
23990         (minibuffer-local-must-match-map): Don't add bindings that duplicate
23991         those inherited from minibuffer-local-completion-map.
23993         * savehist.el (savehist-mode) <defcustom>:
23994         Use custom-set-minor-mode if available.
23995         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
23996         and emit a message if applicable.
23998 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
24000         * savehist.el: Sync up to version 19.
24001         (savehist-mode): New minor mode.
24002         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
24003         (savehist-length): Remove (use history-length instead).
24004         (savehist-file-modes): Rename from savehist-modes.
24005         (savehist-save-hook, savehist-loaded): New vars.
24006         (savehist-load): Use savehist-mode.  Try to smooth up transition from
24007         old format to new format.
24008         (savehist-install): Allow savehist-autosave-interval to be nil.
24009         (savehist-save): Run the new hook.  Be more careful to only trim the
24010         history variables.
24011         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
24012         (savehist-printable): Print into a buffer rather than char-by-char.
24014 2005-11-01  John Wiegley  <johnw@newartisans.com>
24016         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
24017         toggle-ignore keybinding (C-a).  The author said it had been
24018         disabled much earlier due to a possible incompatibility, but after
24019         many months of usage I have encountered no problems (and it is a
24020         rather useful option, especially for switching to " *temp*").
24022         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
24023         support for OS/X's AddressBook, by calling out to the open source
24024         program "contacts" (installable through Fink).
24026         * net/eudc.el (eudc-expand-inline): If the
24027         `eudc-multiple-match-handling-method' is set to `all', delete the
24028         query string before inserting the query result.
24030         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
24031         flag, to prevent Eshell from using the system ls when
24032         `eshell-ls-insert-directory' is in used.
24033         (eshell-ls-insert-directory): Disable font-lock in directory
24034         buffer so that Eshell's own fontification is seen.  This broke
24035         recently due to changes in font-lock, so this goes back to version
24036         21 behavior.
24038 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
24040         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
24041         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
24042         (gdb-many-windows): Doc fix.
24044 2005-10-31  Romain Francoise  <romain@orebokech.com>
24046         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
24048 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
24050         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
24051         that global-font-lock-mode can be enabled by default.
24053         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
24054         (font-lock-add-keywords, font-lock-remove-keywords)
24055         (font-lock-fontify-buffer): Remove autoload cookies.
24057         * jit-lock.el (jit-lock-register): Likewise.
24059         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
24061 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
24063         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
24064         intact if there is no gud-comint-buffer.
24066 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
24068         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
24069         old prompt comint-prompt-read-only is t and GDB commands are
24070         issued from tool bar etc.
24072 2005-10-31  Masatake YAMATO  <jet@gyve.org>
24074         * vc.el (vc-directory-exclusion-list): Add "{arch}".
24076 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
24078         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
24079         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
24081 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
24083         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
24084         starting at beginning of line.  Fontification is messed up when
24085         `open-paren-in-column-0-is-defun-start' set to t.
24086         Reported by John Paul Wallington <jpw@pobox.com>.
24088 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
24090         * comint.el (comint-send-input): Call `comint-update-fence' when
24091         `comint-process-echoes' and `comint-prompt-read-only' are both
24092         non-nil, to avoid leftover read-only newline.
24094 2005-10-30  Richard M. Stallman  <rms@gnu.org>
24096         * textmodes/flyspell.el (flyspell-external-point-words):
24097         Detect when WORD can't be checked properly because
24098         flyspell-get-word finds just part of it, and move on.
24100         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
24101         boundarychar for Polish.
24102         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
24103         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
24105 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
24107         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
24108         (gdb-registers-font-lock-keywords): Delete.
24109         (gdb-registers-mode): Don't fontify.
24110         (gdb-info-registers-custom): Use text properties instead as, in
24111         future, changed register values will use font-lock-warning-face.
24112         (gdb-local-font-lock-keywords): Rename to...
24113         (gdb-locals-font-lock-keywords): ...for consistency.
24115 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
24117         * vc.el (vc-switch-backend): Better error message if the buffer is
24118         not visiting a file under version control.
24120         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
24122 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
24124         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
24125         ~/.emacs.d/.emacs.
24127 2005-10-29  Richard M. Stallman  <rms@gnu.org>
24129         * replace.el (occur-mode-mouse-goto): Always go to other window.
24130         (occur-mode-goto-occurrence): Always switch in same window.
24132         * simple.el (undo): Display message at end, not at start.
24134         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
24135         New arg REUSE-CELL.
24136         (cancel-timer-internal): New function.
24137         (timer-event-handler): Use cancel-timer-internal,
24138         and pass the cell it returns to timer-activate...
24140         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
24141         (jit-lock-deferred-fontify, jit-lock-context-fontify)
24142         (jit-lock-after-change): Test memory-full.
24144 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
24146         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
24147         part of the decoded armor to find the key-identifier.
24148         (pgg-gpg-lookup-key-owner): New function to return the
24149         human-readable identifier of a key owner.
24150         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
24151         key itself.
24152         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
24153         the key value) if we have a key and can match it against a secret
24154         key.  Also, added a note pointing out fact that the prompt only
24155         indicates the first matching key.
24157         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
24158         pgg-decrypt-region.
24159         (pgg-pending-timers): A new hash for tracking the passphrase cache
24160         timers, so that new ones supercede old ones.
24161         (pgg-add-passphrase-to-cache): Rename from
24162         `pgg-add-passphrase-cache' to reduce confusion (all callers
24163         changed).  Modified to cancel old timers when new ones are added.
24164         (pgg-remove-passphrase-from-cache): Rename from
24165         `pgg-remove-passphrase-cache' to reduce confusion (all callers
24166         changed).  Modified to cancel old timers when their keys are
24167         removed from the cache.
24168         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
24169         XEmacs, an indirection to delete-itimer.
24170         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
24171         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
24172         users can only check cache without risk of prompting.  Correct bug in
24173         notruncate behavior.
24174         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
24175         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
24176         Add informative docstrings.
24177         (pgg-decrypt): Convey provided passphrase in subordinate call to
24178         pgg-decrypt-region.
24180         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
24181         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
24182         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
24183         `passphrase' argument, so the passphrase can be managed externally
24184         and then passed in to the system.
24186         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
24187         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
24188         so the passphrase cache can be used reliably with identifiers
24189         besides a pgp packet's key id.
24191         * pgg-gpg.el (pgg-pgp-encrypt-region)
24192         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
24193         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
24194         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
24195         argument to all these routines, so the passphrase can be managed
24196         externally and passed in to the system.
24198         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
24199         `notruncate' argument, so the passphrase cache can be used
24200         reliably with identifiers besides a pgp packet's key id.
24202 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
24204         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
24205         symmetric encryption.
24206         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
24207         encrypted session key.
24208         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
24209         message ask for the passphrase in a proper way.
24211         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
24212         New user commands for symmetric encryption.
24214 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
24216         * textmodes/conf-mode.el (conf-assignment-sign)
24217         (conf-assignment-regexp): Fix docstrings.
24218         (conf-mode-initialize): New function.
24219         (conf-mode): Remove optional args.  Use delay-mode-hooks to
24220         recognize recursive calls.
24221         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
24222         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
24223         (conf-xdefaults-mode): Use define-derived-mode and
24224         conf-mode-initialize.
24226 2005-10-29  Romain Francoise  <romain@orebokech.com>
24228         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
24230 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
24232         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
24233         part of the decoded armor to find the key-identifier.
24234         (pgg-gpg-lookup-key-owner): New function to return the
24235         human-readable identifier of a key owner.
24236         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
24237         key itself.
24238         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
24239         the key value) if we have a key and can match it against a secret
24240         key.  Also, added a note pointing out fact that the prompt only
24241         indicates the first matching key.
24243         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
24244         pgg-decrypt-region.
24245         (pgg-pending-timers): A new hash for tracking the passphrase cache
24246         timers, so that new ones supercede old ones.
24247         (pgg-add-passphrase-to-cache): Rename from
24248         `pgg-add-passphrase-cache' to reduce confusion (all callers
24249         changed).  Modified to cancel old timers when new ones are added.
24250         (pgg-remove-passphrase-from-cache): Rename from
24251         `pgg-remove-passphrase-cache' to reduce confusion (all callers
24252         changed).  Modified to cancel old timers when their keys are
24253         removed from the cache.
24254         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
24255         XEmacs, an indirection to delete-itimer.
24256         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
24257         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
24258         users can only check cache without risk of prompting.  Correct bug in
24259         notruncate behavior.
24260         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
24261         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
24262         Add informative docstrings.
24263         (pgg-decrypt): Convey provided passphrase in subordinate call to
24264         pgg-decrypt-region.
24266 2005-10-20  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
24268         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
24269         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
24270         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
24271         `passphrase' argument, so the passphrase can be managed externally
24272         and then passed in to the system.
24274         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
24275         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
24276         so the passphrase cache can be used reliably with identifiers
24277         besides a pgp packet's key id.
24279         * pgg-gpg.el (pgg-pgp-encrypt-region)
24280         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
24281         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
24282         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
24283         argument to all these routines, so the passphrase can be managed
24284         externally and passed in to the system.
24286         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
24287         `notruncate' argument, so the passphrase cache can be used
24288         reliably with identifiers besides a pgp packet's key id.
24290 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
24292         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
24293         symmetric encryption.
24294         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
24295         encrypted session key.
24296         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
24297         message ask for the passphrase in a proper way.
24299         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
24300         New user commands for symmetric encryption.
24302 2005-10-28  Bill Wohler  <wohler@newt.com>
24304         * help-mode.el (help-url): New button type.  Calls browse-url.
24305         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
24306         Similar to Info nodes: URL `url'.
24307         (help-make-xrefs): Create help-url buttons for
24308         help-xref-url-regexp matches.
24310 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
24312         * tool-bar.el (tool-bar-add-item-from-menu)
24313         (tool-bar-local-item-from-menu): Fix doc strings.
24315 2005-10-28  Romain Francoise  <romain@orebokech.com>
24317         * ldefs-boot.el: Update.
24319         * subr.el (locate-library): Move from help-fns.el.
24320         * help-fns.el (locate-library): Move to subr.el.
24322 2005-10-28  Richard M. Stallman  <rms@gnu.org>
24324         * net/tramp.el (tramp-completion-mode): defvar moved up.
24326         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
24328         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
24330         * files.el (find-file-noselect): Use %d to format large file size.
24332         * bindings.el (mode-line-format): Add %e.
24334         * loadup.el ("facemenu"): Load unconditionally.
24335         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
24336         ("x-dnd"): Load, when appropriate.
24338         * startup.el (command-line): Call before-init-hook earlier.
24339         Warn about some bad characters in -u user name.
24341         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
24342         (flyspell-external-point-words): Error if misspelled word is not found.
24343         Set flyspell-large-region-beg at end of word.
24345 2005-10-28  Andreas Schwab  <schwab@suse.de>
24347         * view.el (View-revert-buffer-scroll-page-forward):
24348         Use view-page-size-default.
24350 2005-10-28  Juri Linkov  <juri@jurta.org>
24352         * international/quail.el (quail-get-current-str): Translate last
24353         raw character for deterministic input methods.
24355 2005-10-27  Jay Belanger  <belanger@truman.edu>
24357         * calc/calc-ext.el: Add functions to autoloads.
24358         (math-identity-matrix-p, math-ident-row-p): New functions.
24360         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
24361         multiplication by an identity matrix; don't turn multiplication by
24362         an inverse matrix into division.
24363         (math-div-symbol-fancy): Replace division by matrices with
24364         multiplication by inverse.
24366         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
24368         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
24369         (calc-writeoutpower): New functions.
24371 2005-10-27  Romain Francoise  <romain@orebokech.com>
24373         * replace.el (occur-engine): Include colon in mouse-face highlight.
24375         * dired-x.el: Change Maintainer field.
24377 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
24379         * longlines.el (longlines-mode): Bind after-change-functions to
24380         nil during initial decoding and final encoding.
24382 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
24384         * term.el (term-emulate-terminal, term-handle-colors-array)
24385         (term-handle-ansi-escape): Specify the terminfo capabilities
24386         implemented.
24388 2005-10-26  Richard M. Stallman  <rms@gnu.org>
24390         * info.el (Info-fontify-node): Fix detection of sentence-break
24391         before *Note.
24393 2005-10-26  Romain Francoise  <romain@orebokech.com>
24395         * smerge-mode.el: Add `tools' to file keywords.
24397 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
24399         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
24400         when the fringe is not available.
24402         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
24403         (def-gdb-auto-update-trigger): Simplify construction.
24404         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
24405         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
24406         defined explicitly.
24407         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
24408         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
24409         defined explicitly.
24410         (gdb-info-locals-custom): Remove as it's a no-op.
24412 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
24414         * longlines.el (longlines-mode): Remove narrowing before
24415         performing the initial decoding or final encoding.
24417 2005-10-25  Romain Francoise  <romain@orebokech.com>
24419         * emacs-lisp/find-func.el (find-library-name): Also strip
24420         extension if library name ends in .el, to take advantage of
24421         `find-library-suffixes'.
24423 2005-10-25  Richard M. Stallman  <rms@gnu.org>
24425         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
24427 2005-10-25  Juri Linkov  <juri@jurta.org>
24429         * textmodes/texinfo.el (texinfo-mode): Change charset of one
24430         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
24432 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
24434         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
24435         (blackbox-redefine-key): Add argument `map'.
24437         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
24438         regions when moving the jit-lock-context-unfontify-pos boundary.
24440 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
24442         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
24444 2005-10-25  Masatake YAMATO  <jet@gyve.org>
24446         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
24448 2005-10-25  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
24450         * play/blackbox.el (blackbox-redefine-key): New function.
24451         (blackbox-mode-map): Use it to remap existing bindings for cursor
24452         motion instead of binding literal keys.
24454 2005-10-25  Glenn Morris  <rgm@gnu.org>
24456         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
24457         diary does not end in a newline.  Do not assume a blank line at
24458         the start of the diary file.
24460 2005-10-25  Kenichi Handa  <handa@m17n.org>
24462         * international/quail.el (quail-translate-key): If the input
24463         method is deterministic and failed to handle the last key, restart
24464         the key handling loop from an appropriate key.
24466 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
24468         * vc.el (vc-dired-mode): Extend comment for binding of
24469         `directory-listing-before-filename-regexp'.
24471 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
24473         * textmodes/texinfo.el (texinfo-mode):
24474         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
24475         not to unnecessarily expose emacs-mule's internal char codes.
24477 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
24479         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
24480         Display hand pointer and help-echo on disabled icon too.
24481         (gdb-mouse-until): New function.
24482         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
24484 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
24486         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
24487         with 2005-10-23 change to doctor.el.
24489         * finder.el (finder-mode-map): Add follow-link binding.
24491 2005-10-25  Kim F. Storm  <storm@cua.dk>
24493         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
24494         to gdb-mouse-toggle-breakpoint-fringe.
24495         (gdb-mouse-toggle-breakpoint-margin): Rename from
24496         gdb-mouse-toggle-breakpoint.  Fix doc.
24497         (gdb-mouse-toggle-breakpoint-fringe): New defun.
24498         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
24499         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
24500         string properties also for fringe breakpoint bitmaps.
24502 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
24504         * textmodes/org.el (org-start-icalendar-file): Fix format form.
24506 2005-10-25  Masatake YAMATO  <jet@gyve.org>
24508         * simple.el (completion-common-substring):
24509         Use `completion-common-substring' prior to `completion-base-size'.
24511 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
24513         * savehist.el: Require CL while compiling.
24514         (savehist-history-variables): Remove.
24515         (savehist-save-minibuffer-history, savehist-additional-variables)
24516         (savehist-minibuffer-history-variables): New vars.
24517         (savehist-save): Use them.
24518         (savehist-uninstall, savehist-minibuffer-hook): New funs.
24519         (savehist-install): New fun, extracted from savehist-load.
24520         (savehist-load): Use them.
24522 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
24524         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
24525         a dummy doc-string-elt property.
24526         (defalias, defvaralias, define-category): Add a docstring property.
24528         * image.el (defimage):
24529         * widget.el (define-widget):
24530         * custom.el (defface, defcustom): Add `doc-string' declaration.
24532         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
24533         (defadvice): Add `doc-string' declaration.
24535         * emacs-lisp/byte-run.el (macro-declaration-function):
24536         Handle `doc-string' declarations.
24537         (define-obsolete-function-alias, define-obsolete-variable-alias):
24538         Add `doc-string' declaration.
24540 2005-10-24  Kenichi Handa  <handa@m17n.org>
24542         * international/utf-7.el (utf-7): Add autoload cookie.
24544         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
24546 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
24548         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
24549         list of directories passed to batch-update-autoloads.  Add "." to
24550         the list of the echoed directories.
24552         * pgg-def.el:
24553         * pgg-gpg.el:
24554         * pgg-parse.el:
24555         * pgg-pgp.el:
24556         * pgg-pgp5.el:
24557         * pgg.el: Moved here from the gnus subdirectory.
24559 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
24561         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
24562         in case comint-prompt-read-only is set to t.
24564         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
24565         in case comint-prompt-read-only is set to t.
24567 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
24569         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
24570         Now a string.
24571         (icalendar-import-format): Handle CLASS, STATUS, URL.
24572         Rename `subject' to `summary'.
24573         (icalendar-import-format-summary): Rename from
24574         `icalendar-import-format-subject'.
24575         (icalendar-import-format-url, icalendar-import-format-status)
24576         (icalendar-import-format-class): New variables.
24577         (icalendar--rris): Take variable argument list.
24578         (icalendar--datestring-to-isodate): Remove unnecessary
24579         calendar-style check when converting dates with explicit month names.
24580         (icalendar-export-region): Change return type of conversion
24581         subroutines.  Bury current buffer unless error occurred.
24582         (icalendar--convert-to-ical)
24583         (icalendar--parse-summary-and-rest): New functions.
24584         (icalendar--convert-ordinary-to-ical)
24585         (icalendar--convert-weekly-to-ical)
24586         (icalendar--convert-yearly-to-ical)
24587         (icalendar--convert-block-to-ical)
24588         (icalendar--convert-cyclic-to-ical)
24589         (icalendar--convert-anniversary-to-ical): Change return type.
24590         Strip trailing blanks from subject.
24591         (icalendar--convert-sexp-to-ical): Change return type.
24592         Strip trailing blanks from subject.  Handle simple sexp
24593         entries as generated by icalendar.el.
24594         (icalendar--convert-float-to-ical)
24595         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
24596         (icalendar-import-file): Doc fix.
24597         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
24598         Correct call to icalendar--rris.
24599         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
24600         `summary'.
24601         (icalendar--add-diary-entry): Rename `subject' to `summary'.
24603 2005-10-24  Romain Francoise  <romain@orebokech.com>
24605         * server.el (server-sentinel): Set query-on-exit flag to nil on
24606         new client processes (it isn't inherited from the server process).
24608         * replace.el (occur-engine): Rearrange text properties.
24610 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
24612         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
24613         case-fold-search is nil.
24614         (debug-help-follow): Use help-xref-interned directly.
24616 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
24618         * thumbs.el (thumbs-image-type): Add .pbm.
24620 2005-10-23  Richard M. Stallman  <rms@gnu.org>
24622         * faces.el (inhibit-face-set-after-frame-default): New variable.
24623         (set-face-attribute): Bind it.
24624         (face-set-after-frame-default): Test it.
24626         * help-fns.el (describe-simplify-lib-file-name): New function.
24627         (describe-function-1, describe-variable): Use it.
24629         * faces.el (describe-face): Use describe-simplify-lib-file-name.
24631         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
24632         Eliminate nil as possible value.
24633         (tooltip-hide-delay): Reduce internal-border-width.
24635         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
24636         (menu-bar-file-menu) <new-file>: Likewise.
24638         * simple.el (line-move-finish): Ignore fields computing LINE-END.
24640         * international/mule.el (load-with-code-conversion):
24641         Pass full file name to `eval-buffer' unless preloading.
24643         * textmodes/flyspell.el (flyspell-large-region):
24644         Call ispell-check-version.
24646         * textmodes/ispell.el (ispell-local-dictionary-overridden):
24647         Fix the make-variable-buffer-local call that was supposed
24648         to be for this variable.
24649         (ispell-aspell-supports-utf8): Doc fix.
24650         (ispell-find-aspell-dictionaries): Preserve elements of
24651         ispell-dictionary-alist for dictionaries that aspell doesn't report.
24652         (ispell-aspell-find-dictionary): Return nil on error.
24654         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
24655         (doctor-symptoms): Likewise.
24657         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
24659 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
24661         * cus-edit.el (custom-button, custom-button-pressed): New vars.
24662         (custom-raised-buttons): Add :set spec.
24663         (custom-button-unraised, custom-button-pressed-unraised):
24664         New faces, so that custom-raised-buttons actually does something.
24665         (custom-mode): Use custom-button and custom-button-pressed.
24667         * wid-edit.el (widget-specify-button): Don't ignore
24668         widget-mouse-face on graphic terminals.
24669         (widget-move-and-invoke): Cleanup.
24671 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
24673         * whitespace.el (whitespace-cleanup): Doc fix.
24675 2005-10-23  Romain Francoise  <romain@orebokech.com>
24677         * emulation/viper.el (viper-set-hooks): Quote forms passed to
24678         `eval-after-load' to avoid evaluating their result.
24680 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
24682         * files.el (directory-listing-before-filename-regexp):
24683         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
24685         * dired.el (dired-move-to-filename-regexp): Remove.
24686         All occurrences replaced by `directory-listing-before-filename-regexp'.
24688         * dired-x.el, locate.el, vc.el:
24689         Replace `dired-move-to-filename-regexp' by
24690         `directory-listing-before-filename-regexp'.  In vc.el it is
24691         overwritten locally; maybe this can be handled in files.el too.
24693         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurrences
24694         replaced by `directory-listing-before-filename-regexp'.
24696 2005-10-23  Andreas Schwab  <schwab@suse.de>
24698         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
24699         and eval-next-after-load.
24701 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
24703         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
24704         exist, create it.
24706 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
24708         * allout.el: Remove autoloads for mailcrypt and crypt++.
24709         Require pgg, pgg-gpg during compilation.
24710         (allout-version): Increment version number to 2.1, and use a literal
24711         rather than RCS Id.
24712         (allout-default-encryption-scheme): Remove.
24713         (allout-passphrase-verifier-handling)
24714         (allout-passphrase-verifier-string)
24715         (allout-file-passphrase-verifier-string)
24716         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
24717         (allout-passphrase-hint-handling): Rename and simplify.
24718         (allout-init): Use `find-file-hook' if available, otherwise
24719         `find-file-hooks'.
24720         (allout-mode): Use `write-file-functions' if available, otherwise
24721         `local-write-file-hooks' and, instead of making auto-save-hook
24722         buffer local, make the write-file-hook activity contingent to
24723         allout-mode.
24724         (allout-mode): Use key-binding substitution in the docstring.
24725         (allout-kill-line): Spell-out kill ring data structure mutation
24726         instead of using byte-compiler-complaint-provoking `pop'.
24727         (allout-insert-listified): Use `insert' rather than `insert-string'
24728         (allout-toggle-current-subtree-encryption): Update docstring, adjust
24729         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
24730         (allout-encrypt-string): Totally revamped vis new underlying
24731         encryption facilities.
24732         (allout-mc-activate-passwd): Remove.
24733         (allout-obtain-passphrase): New, more or less replaces
24734         allout-mc-activate-passwd.
24735         (allout-encrypted-key-info): More or less replaces
24736         allout-encrypted-text-type.
24737         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
24738         (my-mark-marker): Use `(featurep 'xemacs)'.
24740 2005-10-23  Lars Hansen  <larsh@soem.dk>
24742         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
24743         (byte-compile-file-form-defmumble, byte-compile-defun)
24744         (byte-compile-defmacro): Use it.
24745         (byte-compile-form): Don't call byte-compile-set-symbol-position
24746         when a byte-compile handler is called.
24748 2005-10-22  Romain Francoise  <romain@orebokech.com>
24750         * savehist.el (savehist-history-variables): Add `grep-find-history'.
24752         * subr.el (eval-after-load): Convert library name to an absolute
24753         file name using locate-library, since load-history no longer has
24754         library names in it.
24756 2005-10-22  Richard M. Stallman  <rms@gnu.org>
24758         * files.el (make-temp-file): Move from subr.el.
24759         * subr.el (make-temp-file): Move to files.el.
24761         * window.el (get-buffer-window-list): Move from subr.el.
24762         * subr.el (get-buffer-window-list): Move to window.el.
24764         * image.el (image-load-path): Use eval-at-startup to initialize.
24766         * subr.el (eval-at-startup): New macro.
24768         * subr.el: Much rearrangement of functions and division
24769         into pages.  No code changes.
24771 2005-10-22  Kenichi Handa  <handa@m17n.org>
24773         * tar-mode.el (tar-extract): Be sure to call
24774         find-operation-coding-system if set-auto-coding doesn't find a
24775         coding system.
24777 2005-10-22  Kim F. Storm  <storm@cua.dk>
24779         * image.el (image-type-header-regexps): Rename from image-type-regexps.
24780         Change users.
24781         (image-type-file-name-regexps): New defconst.
24782         (image-type-from-data): Simplify loop.
24783         (image-type-from-buffer): New defun.
24784         (image-type-from-file-header): Use it instead of image-type-from-data.
24785         Use image-search-load-path instead of only looking in data-directory.
24786         (image-type-from-file-name): New defun.
24787         (image-search-load-path): Change `pathname' to `filename'.
24788         Make PATH arg optional, default to image-load-path.
24790 2005-10-21  Richard M. Stallman  <rms@gnu.org>
24792         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
24794         * textmodes/paragraphs.el (sentence-end-base): New variable.
24795         (sentence-end): Use sentence-end-base.
24797 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
24799         * font-lock.el (font-lock-default-fontify-region): Check the multiline
24800         property independently from the font-lock-multiline variable.
24802 2005-10-21  Richard M. Stallman  <rms@gnu.org>
24804         * emacs-lisp/find-func.el (find-library-name): Doc fix.
24806         * startup.el (command-line): Convert library names
24807         in `load-history' to absolute file names.
24809         * subr.el (symbol-file): Doc fix.
24811         * loadhist.el (file-loadhist-lookup): Call locate-library
24812         instead of find-library-name.  Don't try converting
24813         abs file names to library names, since load-history no longer
24814         has library names in it.
24815         (file-dependents, file-provides, file-requires): Doc fixes.
24817 2005-10-21  Juri Linkov  <juri@jurta.org>
24819         * progmodes/etags.el (tags-table-mode): New function.
24820         (tags-verify-table): Replace initialize-new-tags-table with
24821         tags-table-mode.
24823         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
24824         default value.
24825         (desktop-modes-not-to-save): Add tags-table-mode to the
24826         default value.
24828         * info.el (Info-index-next): Add total number of index
24829         alternatives to the message.
24831         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
24832         backward only space (instead of space and period) before looking
24833         at sentence end.
24835         * simple.el (set-variable): Use user-variable-p instead of symbolp.
24836         Add the old variable value as 4th default-value arg of read-string.
24838 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
24840         * cus-face.el (custom-declare-face): Make face from X resources
24841         also on Mac.
24843         * disp-table.el (standard-display-g1, standard-display-graphic):
24844         Refuse to use string glyphs also on Mac.
24845         (standard-display-european): Don't set terminal coding system also
24846         on Mac.
24848         * frame.el (display-screens): Use x-display-screens also on Mac.
24850 2005-10-21  Romain Francoise  <romain@orebokech.com>
24852         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
24854 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
24856         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
24857         and $? into sexps.
24859         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
24860         warning face on open-paren-in-column-0.
24862         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
24863         boundary case.  Fix typo.
24864         Suggested by Martin Rudalics <rudalics@gmx.at>.
24866 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
24868         * textmodes/org.el (org-combined-agenda-icalendar-file)
24869         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
24870         (org-export-icalendar-this-file)
24871         (org-export-icalendar-all-agenda-files)
24872         (org-export-icalendar-combine-agenda-files): New commands.
24873         (org-export-icalendar, org-print-icalendar-entries)
24874         (org-start-icalendar-file, org-finish-icalendar-file)
24875         (org-ical-ts-to-string): New functions.
24876         (org-read-date, org-goto-calendar)
24877         (org-agenda-goto-calendar): Inhibit displaying diary entries by
24878         call to `calendar'.
24879         (orgtbl-setup): Remove the :keys arguments from the menu description.
24880         (org-after-save-iCalendar-file-hook): New variable.
24882 2005-10-21  Kenichi Handa  <handa@m17n.org>
24884         * language/vietnamese.el (tcvn-5712): Make it an alias of
24885         vietnamese-tcvn coding-system.
24887 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
24889         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
24890         group id is given.
24892 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
24894         * progmodes/sh-script.el (sh-escaped-line-re): New var.
24895         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
24896         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
24897         whose line is either continued or ends with a comment.
24899 2005-10-20  Romain Francoise  <romain@orebokech.com>
24901         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
24903         * replace.el (occur-engine): Add follow-link property.
24905         * font-core.el (font-lock-mode): Doc fix.
24907 2005-10-20  Richard M. Stallman  <rms@gnu.org>
24909         * net/rcirc.el: New file.
24911 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
24913         * term.el (term-term-name): Initialize to "eterm-color".
24915 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
24917         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
24918         for encryption functionality.
24919         Move allout customization subgroup from `editing' to `outlines' group.
24920         Fix commentary keywords to legitimate ones.
24921         Update author info (using my current email address, obscurified).
24922         (allout-encrypt-string, allout-encryption-produce-work-buffer)
24923         (allout-encrypted-topic-p, allout-encrypted-text-type)
24924         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
24925         (allout-situate-encryption-key-verifier)
24926         (allout-get-encryption-key-verifier, allout-verify-key)
24927         (allout-next-topic-pending-encryption)
24928         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
24929         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
24930         (outline-key-verifier-handling, outline-key-hint-handling)
24931         (outline-encrypt-unencrypted-on-saves): New defcustoms.
24932         (allout-file-key-verifier-string, allout-encryption-scheme)
24933         (allout-key-verifier-string, allout-key-hint-string)
24934         (allout-after-save-decrypt): New variables.
24935         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
24936         (allout-after-saves-handler): New hook functions.
24937         (allout-post-command-business): Do allout-after-save-decrypt.
24938         (allout-enable-file-variable-adjustment): Custom var to enable
24939         mechanism for adding and adjusting settings of Emacs file variables.
24940         (allout-adjust-file-variable, allout-file-vars-section-data):
24941         New functions, implement the mechanism.
24942         (outlineify-sticky): Use the file vars mechanism.
24943         (allout-inhibit-protection, allout-during-write-cue)
24944         (allout-override-protect, allout-before-change-protect): Remove.
24945         (allout-flag-region, allout-open-topic): Adjust read-only text.
24946         (allout-open-line-not-read-only): Add to facilitate read-only
24947         text based protection.
24948         (allout-kill-line): Revise to adjust read-only text, clue the
24949         user about the inhibition.
24950         (allout-unprotected): Use unwind-protect.
24951         (allout-shift-in, allout-shift-out): Disallow manually shifting a
24952         topic deeper than the offspring depth of the previous topic -
24953         avoiding confusing "containment discontinuities".
24954         (allout-reindent-bodies): Fix retention of body relative hanging
24955         indent during promotion of collapsed bodies.
24956         (allout-open-topic): Make it easy to open new topic with same
24957         bullet as current topic - topic creation functions provided with
24958         any universal argument provokes now prompt for bullet, defaulting
24959         to the bullet of the previous topic.
24960         (allout-plain-bullets-string, allout-distinctive-bullets-string):
24961         Plain bullet alternates `.' period and `,' comma only.  All other
24962         bullets are relegated to special status (but customizable).
24963         (allout-end-of-entry): Rename from allout-end-of-current-entry
24964         since it actually operates w.r.t. most immediately containing
24965         entry, visible or not.
24966         (allout-hide-current-entry, allout-show-current-entry): Use the
24967         revised version.
24968         (allout-old-expose-topic): Solidify deprecation.
24969         (allout-end-of-subtree): Add so we can span concealed as well
24970         as visible topics.
24971         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
24972         (allout-end-of-current-heading): Tweak to just respect the first line.
24973         (allout-get-body-text): Add.
24974         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
24975         when invoked interactively.
24976         (allout-up-current-level): Use `interactive-p'.
24977         (allout-mode, allout-init): Miscellaneous docstring and
24978         operational refinements, as well as hookups of new encryption stuff.
24979         (allout-beginning-of-current-entry): Now works as advertised.
24980         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
24981         (allout-isearch-rectification): Refine condition for isearching.
24982         (allout-isearch-abort, allout-enwrap-isearch)
24983         (allout-flag-region, my-region-active-p): Relocate some macros.
24984         (allout-title): Fallback title is (buffer-name), not
24985         non-existing (current-buffer-name).
24986         (subst-char-in-string): Define if absent (for some XEmacs versions).
24988 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
24990         * mail/sendmail.el (mail-setup-hook, mail-aliases)
24991         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
24992         (mail-citation-prefix-regexp, mail-signature-file)
24993         (mail-default-headers, mail-bury-selects-summary)
24994         (mail-send-nonascii): Add autoload cookies.
24996 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
24998         * frame.el (blink-cursor-mode): Add `mac' to the list of
24999         window-system's that support blinking cursor.
25001 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
25003         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
25005 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
25007         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
25008         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
25009         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
25011 2005-10-20  Kim F. Storm  <storm@cua.dk>
25013         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
25014         (ido-set-current-directory): Don't add / after final @.
25015         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
25016         Explicitly handle ange-ftp completion oddities.
25017         (ido-make-file-list): Don't rotate list at tramp root to avoid
25018         triggering tramp file handler for expand-file-name via get-file-buffer.
25020 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
25022         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
25024 2005-10-19  Jay Belanger  <belanger@truman.edu>
25026         * calc/calc-units.el (math-standard-units): Add units, adjust
25027         symbols and update values.
25028         (math-unit-prefixes): Add more prefixes.
25030 2005-10-19  Romain Francoise  <romain@orebokech.com>
25032         * bookmark.el (bookmark-menu-heading): New face.
25033         (bookmark-bmenu-list): Use it.
25034         Don't fiddle with `baud-rate' at top-level.
25036 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
25038         * image.el (create-image, find-image): Mention max-image-size in
25039         docstring.
25041 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
25043         * savehist.el (savehist-load): Revert to checking XEmacs.
25045         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
25046         Various docstring and line-width fixups.
25047         (conf-mode): Use cond.
25048         Set font-lock-defaults.  Don't set comment-use-syntax.
25050 2005-10-18  David Ponce  <david@dponce.com>
25052         * tree-widget.el (tree-widget-button-click): New function.
25053         (tree-widget-button-keymap): Use it.
25055 2005-10-18  Romain Francoise  <romain@orebokech.com>
25057         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
25058         (bookmark-bmenu-hide-filenames): Add follow-link property.
25059         Improve help-echo text.
25061         * ffap.el (find-file-at-point): Doc fix.
25063 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
25065         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
25067 2005-10-18  Masatake YAMATO  <jet@gyve.org>
25069         Install to the CVS repository what I forgot to install in my
25070         2005-10-16 changes.
25072         * progmodes/python.el (python-complete-symbol): Pass the common
25073         prefix substring of completion to `display-completion-list'.
25075         * textmodes/org.el (org-complete): Ditto.
25077 2005-10-18  Masatake YAMATO  <jet@gyve.org>
25079         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
25081         * woman.el (WoMan-xref-man-page): New button type derived
25082         from `Man-abstract-xref-man-page'.
25083         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
25085         * man.el (Man-abstract-xref-man-page): New button type.
25086         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
25087         (Man-highlight-references): Add new optional argument `xref-man-type'.
25089 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
25091         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
25093 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
25095         * cus-edit.el (Custom-move-and-invoke): Delete.
25096         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
25098         * wid-edit.el (widget-move-and-invoke): New function, from
25099         Custom-move-and-invoke.
25101 2005-10-17  Bill Wohler  <wohler@newt.com>
25103         Move all remaining images from lisp/toolbar to etc/images, move
25104         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
25105         the low resolution images in their own directory (low-color).
25107         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
25108         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
25109         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
25110         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
25111         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
25112         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
25113         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
25115         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
25116         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
25117         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
25118         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
25119         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
25120         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
25121         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
25122         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
25123         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
25124         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
25125         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
25126         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
25127         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
25128         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
25129         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
25131         To conform with convention, replace the underscore (_) in the
25132         following image names with dash (-) or (/) as appropriate.
25134         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
25135         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
25136         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
25137         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
25138         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
25139         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
25140         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
25141         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
25142         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
25143         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
25144         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
25145         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
25146         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
25147         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
25148         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
25150         * info.el (info-tool-bar-map): Replace underscores in image names
25151         with dashes.
25153         * makefile.w32-in (WINS): Remove toolbar.
25155         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
25157         * tool-bar.el: Move to lisp from toolbar.  Now that
25158         toolbar is empty, it should be deleted when folks run "cvs up -P".
25160 2005-10-18  Jay Belanger  <belanger@truman.edu>
25162         * calc/calc-store.el (calc-store-into): Get the proper variable name
25163         to display in message.
25165 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
25167         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
25168         expressions display in speedbar for all buffers when debugging.
25169         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
25171         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
25172         (speedbar-insert-button, speedbar-make-button):
25173         Use add-text-properties.
25174         (speedbar-update-localized-contents)
25175         (speedbar-update-directory-contents)
25176         (speedbar-update-special-contents): Use dolist.
25177         (speedbar-buffer-easymenu-definition): Add a menu separator.
25179 2005-10-17  Jason Rumney  <jasonr@gnu.org>
25181         * makefile.w32-in: Use $(lisp) consistently.
25182         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
25183         for shell specific generation of mh-autoloads.
25185 2005-10-17  Richard M. Stallman  <rms@gnu.org>
25187         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
25189 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
25191         * jit-lock.el (jit-lock-fontify-now):
25192         Move jit-lock-context-unfontify-pos to avoid wasted work.
25194 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
25196         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
25197         `tramp-completion-mode' for checking if we are in completion mode.
25198         (tramp-completion-handle-file-name-all-completions): Reorder code
25199         in order to complete for file names only in case there are no
25200         method/user/host completions.  This is necessary for cooperation
25201         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
25203 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
25205         * longlines.el (longlines-search-forward)
25206         (longlines-search-backward): Match any number of spaces.
25208 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
25210         * diff-mode.el (diff-mode): Doc fix.
25212 2005-10-16  David Reitter  <david.reitter@gmail.com>
25214         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
25215         as default on darwin and windows systems.
25217 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
25219         * arc-mode.el (archive-zip-extract): Doc fix.
25221 2005-10-16  Romain Francoise  <romain@orebokech.com>
25223         * mouse.el (mouse-1-click-follows-link): Doc fix.
25225 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
25227         * savehist.el: Don't require CL at runtime.
25228         (savehist-xemacs): Remove.
25229         (savehist-coding-system): Use utf-8 if present, regardless of religion.
25230         (savehist-no-conversion): Use (featurep 'xemacs).
25231         (savehist-load): Check existence of start-itimer rather than XEmacs.
25232         Use an idle timer.
25233         (savehist-process-for-saving): Replace use of CL funs `subseq' and
25234         `delete-if-not'.
25236 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
25238         * savehist.el: Newer version.
25239         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
25240         (savehist-last-checksum, savehist-no-conversion): New vars.
25241         (savehist-autosave, savehist-process-for-saving, savehist-printable):
25242         New functions.
25243         (savehist-load, savehist-save): Use them.
25244         (savehist-delimit): Remove.
25246 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
25248         * progmodes/compile.el (compilation-goto-locus): Display the
25249         compilation buffer first and the source buffer second, in case they're
25250         in overlapping frames.  Don't raise the compilation frame if it was the
25251         selected window upon entry.  Pass the `other-window' arg to
25252         pop-to-buffer.
25254         * info.el (Info-fontify-node): Use dolist.
25255         Change add-text-properties to put-text-property.
25257 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
25259         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
25260         bound of search.
25262 2005-10-16  Masatake YAMATO  <jet@gyve.org>
25264         * dabbrev.el (dabbrev-completion): Pass the common
25265         prefix substring of completion to `display-completion-list'.
25267         * filecache.el (file-cache-minibuffer-complete)
25268         (file-cache-complete): Ditto.
25270         * tempo.el (tempo-display-completions): Ditto.
25272         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
25274         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
25276         * eshell/em-hist.el (eshell-list-history): Ditto.
25278         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
25280         * mail/mailalias.el (mail-complete): Ditto.
25282         * progmodes/etags.el (complete-tag): Ditto.
25284         * progmodes/make-mode.el (makefile-complete): Ditto.
25286         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
25288         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
25290         * progmodes/pascal.el (pascal-complete-word)
25291         (pascal-show-completions): Ditto.
25293         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
25295         * simple.el (completion-common-substring): New variable.
25296         (completion-setup-function): Use `completion-common-substring'
25297         to put faces.
25299 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
25301         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
25302         (x-get-selection, mac-select-convert-to-string): Convert from/to
25303         UTF-16 clipboard data as in native byte order, no BOM.
25305 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
25307         * progmodes/gud.el (gud-tool-bar-map): Rename the images
25308         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
25309         (gud-sentinel): Use speedbar-frame to check for speedbar.
25311 2005-10-15  Richard M. Stallman  <rms@gnu.org>
25313         * savehist.el: New file.
25315 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
25317         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
25318         Fix bug in \bf fontification.
25320 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
25322         * pcvs.el (cvs-edit-log-files): New var.
25323         (cvs-mode-edit-log): New arg `file'.
25324         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
25325         Instead force the use of the original file and nothing else.
25326         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
25327         the cvs-minor-wrap-function is set.
25328         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
25330 2005-10-14  Bill Wohler  <wohler@newt.com>
25332         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
25333         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
25334         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
25335         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
25336         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
25337         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
25338         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
25339         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
25340         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
25341         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
25342         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
25343         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
25344         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
25345         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
25346         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
25348         * progmodes/gud.el (gud-tool-bar-map): Rename the images
25349         appropriately (for example, gud-break to gud/break).
25351 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
25353         * longlines.el (longlinges-search-function)
25354         (longlines-search-forward, longlines-search-backward): New functions.
25355         (longlines-mode): Set isearch-search-fun-function to
25356         longlinges-search-function.
25358         * mouse.el (mouse-drag-region-1): Handle the case where a
25359         double-click event is bound to an arbitrary function.
25361 2005-10-14  David Ponce  <david@dponce.com>
25363         * recentf.el (recentf-track-opened-file)
25364         (recentf-track-closed-file, recentf-update-menu)
25365         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
25366         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
25367         mouse-1-click-follows-link.
25369 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
25371         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
25372         Gnome file-manager.png.  Suggested by
25373         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
25375         * toolbar/README: Add diropen.xpm.
25377 2005-10-13  Bill Wohler  <wohler@newt.com>
25379         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
25380         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
25382 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
25384         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
25385         Don't waste the byte-compiler's time on constant data.
25387 2005-10-13  Kenichi Handa  <handa@m17n.org>
25389         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
25390         byte with `escape-glyph' face.
25392         * international/fontset.el (ccl-encode-unicode-font):
25393         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
25394         Handle the case that ucs-mule-to-mule-unicode translates a character to
25395         ASCII (usually for IPA characters).
25397 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
25399         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
25400         Don't hide the underline of titles if font-lock-mode is disabled.
25402 2005-10-12  Bill Wohler  <wohler@newt.com>
25404         * makefile.w32-in (MH-E-SRC): New.  Used by mh-autoloads.
25405         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
25406         files in MH-E-SRC have been updated.
25407         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
25409 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
25411         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
25412         (mixal-mode-syntax-table): Add \n as end-comment.
25413         (mixal-operation-codes-alist): Immediately initialize to full value.
25414         (mixal-add-operation-code): Remove.
25415         (mixal-describe-operation-code): Make the arg non-optional.
25416         Use the interactive spec instead.
25417         Use mixal-operation-codes-alist rather than mixal-operation-codes.
25418         (mixal-font-lock-keywords): Don't highlight comments here any more.
25419         (mixal-font-lock-syntactic-keywords): New var.
25420         (mixal-mode): Use it.  Fix comment-start-skip.
25422 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
25424         * startup.el (command-line-x-option-alist): -nb => -nbi.
25426 2005-10-12  Kim F. Storm  <storm@cua.dk>
25428         * startup.el (fancy-splash-default-action): Discard mouse click in
25429         the splash screen window, as it has no sensible meaning in the
25430         next window to be selected.  Fixes error reported by Jan D.
25432 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
25434         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
25436 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
25438         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
25439         Try to fix up minor layout issues like indentation, line break, etc...
25440         (mixal-mode-syntax-table): Don't try to specify comment syntax,
25441         because it doesn't work.
25442         (mixal-operation-codes): Add some more codes.
25443         (mixal-font-lock-keywords): Process comments here.
25444         (mixal-mode): mixasm no longer needs -g option.
25446 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
25448         * progmodes/sh-script.el (sh-tmp-file):
25449         Use mktemp -t.  Finish support for es and rc shells.
25451 2005-10-11  Jay Belanger  <belanger@truman.edu>
25453         * calc/calcalg2.el (calc-integral): With an argument, compute the
25454         definite integral.
25456 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
25458         * mouse.el (mouse-drag-region-1): Don't try to catch a
25459         double-click when doing follow-link (it's overridden anyway).
25461 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
25463         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
25464         (autoload-print-form-outbuf): Add docstring.
25466 2005-10-11  Juri Linkov  <juri@jurta.org>
25468         * info.el (Info-mode-menu): Delete menu item "Edit".
25469         (Info-mode): Delete description of Info-edit from docstring,
25470         and rearrange descriptions of Info commands in the order
25471         they are documented in the Info manual.
25473 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
25475         * calendar/appt.el (appt-check): Use diary-selective-display var.
25477 2005-10-10  Richard M. Stallman  <rms@gnu.org>
25479         * net/newsticker.el (newsticker-start, newsticker-show-news):
25480         Add autoload cookies.
25482 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
25484         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
25486 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
25488         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
25490 2005-10-10  Jay Belanger  <belanger@truman.edu>
25492         * calc/calc-arith.el (math-check-known-scalarp)
25493         (math-check-known-matrixp): Check the values of arguments that are
25494         variables.
25495         (math-check-known-square-matrixp): New function.
25496         (math-known-square-matrixp): Use math-check-known-square-matrixp.
25497         (math-super-types): Add sqmatrix type.
25499         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
25500         mode name `square' to `sqmatrix'.
25502         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
25503         mode name `square' to `sqmatrix'.
25505 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
25507         * progmodes/etags.el (select-tags-table-mode): Don't use
25508         selective-display.
25509         (tags-select-tags-table): Pass `button' to the action function.
25510         (select-tags-table): Place the side-info on button properties rather
25511         than in hidden text.  Abbreviate file names.
25512         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
25513         (select-tags-table-select): Add `button' argument.
25514         Get side-info from the button property rather than from hidden text.
25516 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
25518         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
25519         (gud-speedbar-buttons): Preserve point if possible.
25520         (gud-sentinel): Restore previous speedbar display type.
25522         * progmodes/gdb-ui.el (gdba): Improve diagram.
25523         (def-gdb-auto-update-handler, gdb-info-locals-handler)
25524         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
25525         Call get-buffer-window once.
25527 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
25529         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
25530         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
25531         (pascal-indent-command): Remove unused var `ind'.
25532         (pascal-indent-case): Remove unused var `oldpos'.
25533         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
25534         since it's now used as a proper minor mode map.
25535         (pascal-outline): Rename to pascal-outline-mode.
25536         (pascal-outline-mode): Use define-minor-mode.
25537         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
25538         selective-display.
25540 2005-10-10  Andreas Schwab  <schwab@suse.de>
25542         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
25543         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
25545         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
25546         outside source directory.
25548 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
25550         * textmodes/org.el (org-mode-map): Explicit definition of `C-c
25551         C-x' as a prefix.
25552         (orgtbl-mode-map): Full keymap instead of sparse, because all
25553         `self-insert-command' keys are redefined in this map.
25554         (org-export-as-html): Specify charset for HTML file, by taking it
25555         from the coding system.
25557 2005-10-10  Kenichi Handa  <handa@m17n.org>
25559         * textmodes/flyspell.el (flyspell-check-word-p):
25560         If unread-command-events is non-empty, don't call sit-for.
25562 2005-10-09  Richard M. Stallman  <rms@gnu.org>
25564         * font-lock.el (font-lock-syntactic-keywords)
25565         (font-lock-keywords): Doc fixes.
25567         * textmodes/flyspell.el (flyspell-external-point-words):
25568         Simplify logic, and don't try to check for consecutive appearances
25569         of one incorrect word.
25571 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
25573         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
25574         separator.
25576         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
25577         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
25578         (gud-expansion-speedbar-buttons): New function.
25579         (gud-speedbar-buttons): Check for gud-comint-buffer.
25581 2005-10-09  Bill Wohler  <wohler@newt.com>
25583         * Makefile.in (updates): Add mh-loaddefs dependency.
25585 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
25587         * speedbar.el (speedbar-file-key-map): Fix typo.
25589 2005-10-09  Daniel Brockman  <daniel@brockman.se>
25591         * cus-start.el (line-spacing): Add custom spec.
25593 2005-10-09  Romain Francoise  <romain@orebokech.com>
25595         * textmodes/ispell.el (ispell-check-version): Fix last change.
25597 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
25599         * term/x-win.el: Remove -i, --icon-type from comment.
25601         * startup.el (command-line-x-option-alist): Remove options -i,
25602         -itype, --icon-type, added -nb, --no-bitmap-icon.
25604 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
25606         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
25607         instead of :active.
25609 2005-10-08  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
25611         * textmodes/ispell.el (ispell-check-version):
25612         Ignore hyphen, and all that follows, in aspell's version text.
25614 2005-10-08  Jay Belanger  <belanger@truman.edu>
25616         * calc/calc-arith.el (math-known-square-matrixp): New function.
25617         (math-pow-fancy): Check for matrices before distributing exponent
25618         across products.
25620         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
25621         fullscreen keypad.  Suggested by Luc Teirlinck.
25622         (calc-keypad-show-input): Add space for formatting.
25624         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
25625         Add square matrix option.
25627         * calc/calc-poly.el (math-expand-term): Check for matrices instead
25628         of checking calc-matrix-mode when deciding how to expand.
25630         * calc/calc.el (calc-set-mode-line): Add square matrix option.
25632 2005-10-08  Lars Hansen  <larsh@soem.dk>
25634         * net/tramp.el (tramp-perl-directory-files-and-attributes):
25635         Add error handling.
25636         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
25638 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
25640         Sync with Tramp 2.0.51.
25642         * net/tramp.el (tramp-handle-set-visited-file-modtime)
25643         (tramp-handle-insert-file-contents, tramp-handle-write-region):
25644         Insert special handling for `last-coding-system-used', again
25645         it still seems to be necessary (unlike stated before).
25646         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
25647         (tramp-password-prompt-regexp): There might be other words before
25648         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
25649         (tramp-chunksize): Improve docstring.
25650         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
25651         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
25652         Christian Joergensen <bugs@razor.dk>.
25654 2005-10-07  Glenn Morris  <rgm@gnu.org>
25656         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
25657         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
25658         precision'.
25660 2005-10-07  Romain Francoise  <romain@orebokech.com>
25662         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
25663         (ibuffer-do-shell-command-pipe-replace)
25664         (ibuffer-do-shell-command-file, ibuffer-do-eval)
25665         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
25666         (ibuffer-do-revert, ibuffer-do-replace-regexp)
25667         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
25668         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
25669         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
25670         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
25671         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
25672         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
25673         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
25674         Autoload file sans suffix.
25676         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
25678 2005-10-07  David Ponce  <david@dponce.com>
25680         * recentf.el (recentf-menu-open-all-flag): New option.
25681         (recentf-digit-shortcut-command-name): New function.
25682         (recentf--shortcuts-keymap): New variable.
25683         (recentf-menu-shortcuts): New variable.
25684         (recentf-make-menu-items): Initialize it.  Replace the "More..."
25685         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
25686         (recentf-menu-value-shortcut): New function.
25687         (recentf-make-menu-item): Use it.  No more in-lined.
25688         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
25689         (recentf-open-most-recent-file): Rename from
25690         `recentf-open-file-with-key'.  Don't depend on key binding.
25691         (recentf-mode-map): New variable.
25692         (recentf-mode): Use it.
25694 2005-10-06  Bill Wohler  <wohler@newt.com>
25696         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
25698         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
25699         (MH-E-SRC): New.  Used by mh-autoloads.
25700         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
25701         files in MH-E-SRC have been updated.
25702         (compile, recompile, bootstrap): Depend on mh-autoloads.
25704 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
25706         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
25707         gud-break and gud-remove icons when the fringe is not available.
25709         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
25710         Typo.
25712 2005-10-06  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
25714         * play/zone.el (zone): Wrap body with save-window-excursion.
25716 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
25718         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
25719         Use the new `list-only' arg to diary-list-entries.
25721         * calendar/diary-lib.el: Use overlays rather than selective-display.
25722         (diary-selective-display): New var.
25723         (diary-header-line-format): Use it.
25724         (diary-list-entries): Add argument `list-only'.
25725         Put the buffer in diary-mode.  Don't add \^M at beg and end.
25726         Replace \^M by invisible overlays.
25727         (diary-unhide-everything): Replace \^M by invisible overlays.
25728         (print-diary-entries): Look for overlays rather than \^M.
25729         Add a space to the temp buffer name.
25730         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
25731         Put the buffer in diary-mode.
25732         (list-sexp-diary-entries): Replace \^M by invisible overlays.
25733         (diary-anniversary): Make the year arg optional.
25734         (diary-time-regexp): New const.
25735         (diary-font-lock-keywords): Use it to accept a few more time formats.
25737         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
25739 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
25741         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
25742         Fix bug introduced 2005-07-03: Use (car (last ...))
25743         to faithfully reproduce replaced artist-last.
25744         (artist-set-arrow-points-for-poly): Likewise.
25745         Suggested by Johan Bockg\e,Ae\e(Brd.
25747 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
25749         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
25750         * wid-edit.el (widget):
25751         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
25752         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
25754 2005-10-06  Kenichi Handa  <handa@m17n.org>
25756         * international/mule-cmds.el (set-language-environment):
25757         Fix setting up of case-table for unibyte mode.
25759         * simple.el (what-cursor-position): If the character is displayed
25760         by some `display' text property, show that.  Don't use
25761         single-key-description for eight-bit characters in multibyte mode.
25763 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
25765         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
25766         (gdb-ann3): Set it.
25767         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
25768         (gdb-info-frames-custom): Use inverse-video for first five
25769         characters of selected frame only.
25770         (gdb-get-frame-number): Select frame even when point is on frame
25771         number.
25773 2005-10-06  Masatake YAMATO  <jet@gyve.org>
25775         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
25776         Put `font-lock-function-name-face'.
25777         (gdb-info-frames-custom): Put `font-lock-function-name-face'
25778         and `font-lock-variable-name-face'
25779         (gdb-registers-font-lock-keywords): New font lock keywords definition.
25780         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
25781         (gdb-memory-font-lock-keywords): New font lock keywords definition.
25782         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
25783         (gdb-local-font-lock-keywords): New font lock keywords definition.
25784         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
25785         (gdb-threads-font-lock-keywords): New font lock keywords definition.
25786         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
25788 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
25790         * ediff-merg.el (ediff-merge-region-is-non-clash): New defsubst.
25791         (ediff-merge-region-is-non-clash-to-skip): Previously called
25792         ediff-merge-region-is-non-clash.
25794         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
25795         Use insert-buffer-substring.
25797         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
25798         selecting files to patch.  Also bug fixes.
25800         * ediff-util.el (ediff-setup): Bug fix.
25801         (ediff-next-difference): Never skip clashes that differ in white
25802         space only.
25804         * ediff-wind.el (ediff-setup-control-frame)
25805         (ediff-destroy-control-frame): Check the menubar feature.
25807         * emulation/viper-cmd.el (viper-normalize-minor-mode-map-alist)
25808         (viper-refresh-mode-line): Use make-local-variable to localize
25809         some vars instead of make-variable-buffer-local.  Suggested by
25810         Stefan Monnier.
25812         * emulation/viper-init.el (viper-make-variable-buffer-local):
25813         Delete alias.
25814         (viper-restore-cursor-type, viper-set-insert-cursor-type):
25815         Use make-local-variable instead of make-variable-buffer-local.
25816         Suggested by Stefan Monnier.
25818         * emulation/viper.el (viper-mode): Don't use
25819         viper-make-variable-buffer-local.
25820         (viper-comint-mode-hook): Use make-local-variable on
25821         require-final-newline.
25822         (viper-non-hook-settings): Don't use make-variable-buffer-local.
25824 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
25826         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
25827         also the second char of a comment-start sequence.
25828         (scheme-sexp-comment-syntax-table): New var.
25829         (lambda, define): Set their scheme-doc-string-elt property.
25830         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
25831         Use lisp-font-lock-syntactic-face-function now that it properly
25832         handles |...| symbols.
25833         (scheme-mode-variables): Set lisp-doc-string-elt-property,
25834         parse-sexp-lookup-properties and font-lock-extra-managed-props.
25836         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
25837         bit from # to |.
25838         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
25840         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
25841         (lisp-doc-string-elt-property): New var.
25842         (lisp-font-lock-syntactic-face-function): Use it.
25843         Rewrite to recognize docstrings even for forms not at toplevel.
25845         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
25846         annotation on the | part of #| rather than on the # part.
25847         (scheme-font-lock-syntactic-face-function): New function, to
25848         distinguish strings from |...| symbols.
25849         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
25850         syntax-table so that #|...|# is properly highlighted.
25852         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
25853         Don't mark as docstring the 3rd elem of an unknown toplevel form.
25855 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
25857         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
25858         and C-e.
25860         * emacs-lisp/eldoc.el: Move comments into docstrings.
25861         (eldoc-message-commands): Initialize in its declaration.
25862         Add move-beginning-of-line and move-end-of-line.
25863         (eldoc-add-command, eldoc-add-command-completions)
25864         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
25866         * outline.el (outline-mark-subtree): Activate the mark.
25868         * calendar/appt.el (appt-time-regexp): New var.
25869         (appt-add, appt-make-list): Use it.
25870         (appt-convert-time): Clean up.
25872         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
25873         Don't set any syntax-table property here.
25874         (tex-font-lock-verb): New function.  Do it here.
25875         (tex-font-lock-syntactic-keywords): Use it.
25877 2005-10-04  Richard M. Stallman  <rms@gnu.org>
25879         * wid-edit.el (widget-file-complete): Get the widget start point
25880         the right way.  Default directory to `/' if file has none.
25882         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
25884         * textmodes/flyspell.el (flyspell-mode-on):
25885         Call ispell-maybe-find-aspell-dictionaries.
25887         * textmodes/ispell.el (ispell-word, ispell-region):
25888         Call ispell-maybe-find-aspell-dictionaries.
25889         (ispell-accept-buffer-local-defs):
25890         Don't call ispell-maybe-find-aspell-dictionaries.
25892 2005-10-04  Richard M. Stallman  <rms@gnu.org>
25894         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
25896 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
25898         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
25899         instead of `fboundp' in order to allow for anonymous functions.
25901 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
25903         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
25904         case the user clicks on the link while another window is selected.
25905         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
25907         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
25908         functionality.
25909         (dframe-help-echo): Save point in case mouse tracking is off.
25911 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
25913         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
25915 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
25917         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
25918         not change the global value of those vars.
25920         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
25921         make-local-variable which we do not need any more.
25923 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
25925         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
25926         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
25927         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
25928         (speedbar-path-line): Define obsolete aliases.
25929         (speedbar-line-directory): Doc fix.
25931         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
25932         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
25933         instead of speedbar-line-path.
25935 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
25937         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
25938         to nil if dropping on a window.  Handle dropping on a minibuffer window
25939         like dropping on a non-window part of Emacs.
25941 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
25943         * net/ange-ftp.el: Use with-current-buffer.
25944         (ange-ftp-insert-directory): Do not follow symlinks any more.
25946         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
25947         Remove interactive spec.
25949 2005-10-03  Kim F. Storm  <storm@cua.dk>
25951         * ido.el (ido-mode): Use custom-initialize-set.
25953 2005-10-02  Richard M. Stallman  <rms@gnu.org>
25955         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
25956         Use insert-buffer-substring.
25958         * net/tramp.el: Pacify byte compiler warnings in pacification code.
25959         (tramp-handle-file-local-copy): Use insert-buffer-substring.
25961 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
25963         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
25964         in last change.
25965         (ange-ftp-insert-directory): Fix up the search for the case where
25966         `file' is absolute.
25968 2005-10-02  Romain Francoise  <romain@orebokech.com>
25970         * progmodes/compile.el (compile-goto-error): Delete extra paren.
25972 2005-10-02  Andreas Schwab  <schwab@suse.de>
25974         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
25975         directory component in the session info.
25977 2005-10-01  Richard M. Stallman  <rms@gnu.org>
25979         * comint.el (comint-redirect-subvert-readonly): Doc fix.
25981         * simple.el (next-error-internal): New function.
25983         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
25984         (compilation-start): Pass new arg to compilation-buffer-name.
25985         (compile-goto-error): Use next-error-internal.
25987 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
25989         * speedbar.el: Remove RCS tag.
25990         (speedbar-check-read-only): Handle non-existent files.
25992         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
25994         * info.el (Info-speedbar-hierarchy-buttons)
25995         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
25997 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
25999         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
26000         Do not match newline.
26001         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
26002         (bibtex-summary): Remove unnecessary save-excursion.
26003         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
26005 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
26007         * term/mac-win.el: Add charset info for "iso10646-1".
26008         Modify default fontset to use ATSUI-compatible fonts for some charsets
26009         if available.
26011 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
26013         * speedbar.el: Re-apply arch tag.
26014         (speedbar-version): Rename to version 1.0.  Suggested by Eric
26015         M. Ludlam.
26016         Reapply two changes from Emacs CVS' version of speedbar lost
26017         during the merge:
26018         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
26019         (speedbar-frame-parameters): Improve customize type.
26021 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
26023         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
26024         (ange-ftp-file-directory-p): Fix the symlink case.
26025         (ange-ftp-insert-directory): When listing a single file, get a list of
26026         the parent buffer and extract the relevant line.  Inspired from a patch
26027         by Katsumi Yamaoka <yamaoka@jpl.org>.
26028         (ange-ftp-file-name-sans-versions): Simplify.
26030 2005-09-30  Bill Wohler  <wohler@newt.com>
26032         Move MH-E image files from toolbar and mail directories into
26033         etc/images.
26035         * mail/reply2.*: Move to etc/images/mail/reply*.
26037         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
26038         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
26039         etc/images.
26041         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
26042         * toolbar/reply*: Move to etc/images/mail.
26044         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
26046 2005-09-30  Eric M. Ludlam  <zappo@gnu.org>
26048         * speedbar.el: New version 1.0pre3.
26050         Frame management code (including timer, and mouse click specifics)
26051         moved to dframe.el:
26052         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
26053         (speedbar-timer): Removed.  Use dframe-timer.
26054         (speedbar-close-frame): Removed.  Use dframe-close-frame.
26055         (speedbar-activity-change-focus-flag): Removed.  Use
26056         dframe-activity-change-focus-flag.
26057         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
26058         dframe-update-speed.
26060         (speedbar-current-frame): New macro.  Use this instead of the
26061         variable speedbar-frame.
26063         (speedbar-use-images, speedbar-expand-image-button-alist)
26064         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
26066         (speedbar-find-image-on-load-path): Removed.  Replaced by
26067         defezimage in ezimage.el.
26068         (speedbar-expand-image-button-alist): Removed.  Replaced by
26069         ezimage-expand-image-button-alist in ezimage.el.
26071         (speedbar-ignored-directory-regexp)
26072         (speedbar-add-ignored-directory-regexp)
26073         (speedbar-ignored-directory-expressions)
26074         (speedbar-line-directory, speedbar-buffers-line-directory)
26075         (speedbar-directory-line, speedbar-buffers-line-directory):
26076         Renamed, replacing `path' with `directory'.
26078         (speedbar-create-directory, speedbar-expand-line-descendants)
26079         (speedbar-toggle-line-expansion)
26080         (speedbar-contract-line-descendants): New commands.
26082         (speedbar-query-confirmation-method, speedbar-select-frame-method)
26083         (speedbar-use-tool-tips-flag): New options.
26085         (speedbar-check-read-only, speedbar-require-version)
26086         (speedbar-insert-separator, speedbar-buffers-tail-notes)
26087         (speedbar-handle-delete-frame, speedbar-try-completion)
26088         (speedbar-update-localized-contents): New functions.
26090         (speedbar-incompatible-version, speedbar-ro-to-do-point)
26091         (speedbar-object-read-only-indicator): New variables.
26093         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
26094         New hooks.
26096         (speedbar-separator-face): New face.
26098         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
26099         (speedbar-ignored-modes): Add fundamental-mode.
26100         (speedbar-directory-unshown-regexp): Add . directories.
26102         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
26103         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
26104         `]' for full expand/close.
26105         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
26107         (speedbar-check-vc): Support hidden files.
26108         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
26109         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
26110         state is nil, it is not checked out.
26112         (speedbar-line-text, speedbar-line-token): Support expand buttons
26113         with no text.
26114         (speedbar-refresh): Universal argument acts as power-click.
26115         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
26116         that buffer to get variable values.
26118         And many other bugfixes.
26120         * dframe.el, ezimage.el, sb-image.el: New files.
26122         * sb-*.xpm: Remove files.  New image files installed into
26123         etc/images/ezimage.
26125 2005-09-30  Kenichi Handa  <handa@m17n.org>
26127         * ps-mule.el (ps-mule-show-warning): If a character is in
26128         ps-print-translation-table, don't treat it as non-printable.
26130 2005-09-30  David Ponce  <david@dponce.com>
26132         * tree-widget.el (tree-widget-themes-load-path): New variable.
26133         (tree-widget-themes-directory): Doc fix.
26134         (tree-widget-image-formats) [Emacs]: Doc fix.
26135         (tree-widget--locate-sub-directory): New function.
26136         (tree-widget-themes-directory): Use it.
26138         * recentf.el (recentf-filename-handlers): Rename from
26139         `recentf-filename-handler'.  Allow a list of functions.
26140         (recentf-menu-items-for-commands): Fix :help strings.
26141         (recentf-apply-filename-handlers): New function.
26142         (recentf-expand-file-name): Use it.
26143         (recentf-cleanup): Remove duplicates too.
26145 2005-09-29  Juri Linkov  <juri@jurta.org>
26147         * faces.el: Rearrange face definitions to be in the same order as
26148         their face descriptions in "(emacs)Standard Faces".
26150         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
26152         * tooltip.el (tooltip): Add group `basic-faces'.
26154         * buff-menu.el (Buffer-menu-buffer): Remove group
26155         `font-lock-highlighting-faces'.
26157         * progmodes/compile.el (compilation-error, compilation-warning)
26158         (compilation-info, compilation-line-number, compilation-column-number):
26159         Change group from `font-lock-highlighting-faces' to `compilation'.
26161         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
26162         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
26163         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
26164         (vhdl-font-lock-reserved-words-face)
26165         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
26166         `font-lock-highlighting-faces'.
26168         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
26170 2005-09-28  Kim F. Storm  <storm@cua.dk>
26172         * emulation/cua-base.el: Set CUA move property on additional commands:
26173         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
26174         forward-sexp, backward-sexp, forward-list, backward-list.
26176 2005-09-28  Romain Francoise  <romain@orebokech.com>
26178         * comint.el (comint-show-output): Really set point at the
26179         beginning of the output when not using `comint-use-prompt-regexp'.
26181 2005-09-27  Jay Belanger  <belanger@truman.edu>
26183         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
26184         in TeX mode.
26186 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
26188         * textmodes/org.el (org-table-sum): Fix format string.
26190         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
26191         Quote face names.
26193 2005-09-26  Romain Francoise  <romain@orebokech.com>
26195         * isearch.el (isearch-forward-regexp): Close doc string.
26197 2005-09-25  Richard M. Stallman  <rms@gnu.org>
26199         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
26201         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
26203         * progmodes/compile.el (compilation-error-properties):
26204         When getting the file from the previous error message,
26205         correctly decode the new data format.
26207         * progmodes/cc-cmds.el (c-electric-paren):
26208         Call old-blink-paren only for close-paren.
26210 2005-09-24  Andreas Schwab  <schwab@suse.de>
26212         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
26213         condition.
26215 2005-09-25  Romain Francoise  <romain@orebokech.com>
26217         * dired-aux.el (dired-copy-file-recursive):
26218         * dired.el (dired-delete-file):
26219         * ediff-mult.el (ediff-dir-diff-copy-file):
26220         * ediff-util.el (ediff-test-save-region):
26221         * forms.el (forms-mode):
26222         * ido.el (ido-file-internal, ido-delete-file-at-head):
26223         * log-edit.el (log-edit-done):
26224         * ses.el (ses-yank-resize):
26225         * play/gomoku.el (gomoku-human-plays, gomoku)
26226         (gomoku-human-resigns, gomoku-prompt-for-other-game)
26227         (gomoku-offer-a-draw):
26228         * play/landmark.el (lm-human-resigns, lm):
26229         * net/eudcb-ldap.el (eudc-ldap-check-base):
26230         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
26231         * progmodes/ebrowse.el (ebrowse-find-pattern):
26232         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
26233         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
26234         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
26236         * vc.el (vc-delete-file):
26237         * play/gomoku.el (gomoku-terminate-game, gomoku)
26238         (gomoku-prompt-for-move, gomoku-human-takes-back):
26239         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
26240         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
26242 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
26244         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
26245         color rxvt terminals by using the code xterm.el used to use before
26246         2005-04-09 in order to match the colors used by rxvt.
26248 2005-09-24  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
26250         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
26251         colors rxvt-unicode terminals by using the same code as xterm.el.
26253 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
26255         * textmodes/tex-mode.el (tex-font-lock-append-prop)
26256         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
26257         new symbol used for the tex-verbatim face.
26259 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
26261         * woman.el (woman-file-name):
26262         * wid-edit.el (widget-file-prompt-value)
26263         (widget-coding-system-prompt-value):
26264         * w32-fns.el (set-w32-system-coding-system):
26265         * vc.el (vc-version-diff, vc-annotate):
26266         * textmodes/reftex-auc.el (reftex-arg-cite)
26267         (reftex-arg-index-tag):
26268         * textmodes/refer.el (refer-get-bib-files):
26269         * textmodes/artist.el (artist-figlet-choose-font):
26270         * terminal.el (terminal-emulator):
26271         * replace.el (occur-read-primary-args):
26272         * rect.el (string-rectangle, string-insert-rectangle):
26273         * ps-print.el (ps-print-preprint):
26274         * progmodes/pascal.el (pascal-goto-defun):
26275         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
26276         * progmodes/compile.el (compilation-find-file):
26277         * printing.el (pr-interactive-n-up):
26278         * play/animate.el (animate-birthday-present):
26279         * net/rcompile.el (remote-compile):
26280         * man.el (man, Man-goto-section, Man-follow-manual-reference):
26281         * mail/rmailsum.el (rmail-summary-search-backward)
26282         (rmail-summary-search):
26283         * mail/rmailout.el (rmail-output-read-rmail-file-name)
26284         (rmail-output-read-file-name):
26285         * mail/rmail.el (rmail-search, rmail-search-backwards):
26286         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
26287         * locate.el (locate):
26288         * international/quail.el (quail-show-keyboard-layout):
26289         * international/mule.el (set-buffer-file-coding-system)
26290         (revert-buffer-with-coding-system, set-file-name-coding-system)
26291         (set-terminal-coding-system, set-keyboard-coding-system)
26292         (set-next-selection-coding-system):
26293         * international/mule-diag.el (describe-coding-system)
26294         (describe-font, describe-fontset):
26295         * international/mule-cmds.el (universal-coding-system-argument)
26296         (search-unencodable-char, describe-input-method)
26297         (set-language-environment, describe-language-environment):
26298         * international/codepage.el (codepage-setup):
26299         * international/code-pages.el (codepage-setup):
26300         * info.el (Info-search, Info-follow-reference)
26301         (Info-search-backward):
26302         * emacs-lisp/advice.el (ad-read-advised-function)
26303         (ad-read-advice-class, ad-clear-cache, ad-activate)
26304         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
26305         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
26306         (ad-read-regexp):
26307         * ediff-util.el (ediff-toggle-regexp-match):
26308         * ediff-ptch.el (ediff-prompt-for-patch-file):
26309         * dired-aux.el (dired-diff):
26310         * diff.el (diff):
26311         * cus-edit.el (custom-variable-prompt):
26312         * calendar/timeclock.el (timeclock-ask-for-project):
26313         * calc/calcalg3.el (calc-get-fit-variables):
26314         * calc/calc-store.el (calc-edit-variable)
26315         (calc-permanent-variable):
26316         * vc-mcvs.el (vc-mcvs-register):
26317         * shadowfile.el (shadow-define-literal-group):
26318         * woman.el (woman-file-name):
26319         * vc.el (vc-version-diff, vc-merge):
26320         * textmodes/reftex-index.el (reftex-index-complete-tag):
26321         * format.el (format-decode-buffer, format-decode-region):
26322         * emulation/viper-cmd.el (viper-read-string-with-history):
26323         * emacs-lisp/debug.el (cancel-debug-on-entry):
26324         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
26325         * ediff.el (ediff-merge-revisions)
26326         (ediff-merge-revisions-with-ancestor, ediff-revision):
26327         * completion.el (interactive-completion-string-reader):
26328         * calc/calc-prog.el (calc-user-define-formula):
26329         Follow convention for reading with the minibuffer.
26331 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
26333         * progmodes/python.el (python-describe-symbol): Add globals() and
26334         locals() to the arguments of emacs.ehelp.
26336 2005-09-24  Magnus Henoch  <mange@freemail.hu>
26338         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
26339         New function, code extracted from ispell-valid-dictionary-list.
26340         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
26341         Call it.
26343 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
26345         * subr.el (version-regexp-alist): Extend valid syntax for version
26346         strings: allow any of the characters -,_,+ to separate the
26347         alpha/beta/rc part from the version part.  Doc fix.
26348         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
26350 2005-09-23  David Reitter  <david.reitter@gmail.com>
26352         * mail/mailclient.el: New file.
26354 2005-09-23  Richard M. Stallman  <rms@gnu.org>
26356         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
26357         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
26358         Doc fixes.
26360         * progmodes/cc-mode.el (c-font-lock-init):
26361         Specify font-lock-lines-before.
26363 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
26365         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
26366         whole conflict.
26368 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
26370         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
26371         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
26372         of `remap' feature when available.  Additional key bindings for
26373         better tty support.
26374         (org-mode-restart, org-force-self-insert): New commands.
26375         (org-time-stamp-inactive): New command.
26376         (org-remap): New function.
26377         (org-table-auto-blank-field, org-level-color-stars-only): New options.
26378         (org-enable-fixed-width-editor): Move to `org-structure'
26379         customization group.
26380         (org-self-insert-command, orgtbl-self-insert-command): Modify to
26381         blank field after field motion commands.
26383 2005-09-23  Kenichi Handa  <handa@m17n.org>
26385         * international/mule-cmds.el (set-language-environment):
26386         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
26387         have to call utf-translate-cjk-load-tables.
26389 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
26391         * mouse.el (mouse-move-drag-overlay): Fix last change.
26393 2005-09-22  David Ponce  <david@dponce.com>
26395         * tree-widget.el (tree-widget-value-create): Fix previous change.
26397 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
26399         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
26401 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
26403         * mouse.el (mouse-move-drag-overlay): New function.
26404         (mouse-drag-region-1): Use it.
26405         Try to simplify a bit the state handling.  Handle clicks on links
26406         inside intangible areas.
26407         (mouse-save-then-kill): Minor simplification.
26408         (mouse-secondary-overlay): Make it always non-nil instead of
26409         recreating it each time.
26410         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
26411         (mouse-kill-secondary, mouse-secondary-save-then-kill):
26412         Simplify accordingly.
26414 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
26416         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
26418 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
26420         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
26421         (ediff-file-name-sans-prefix): Treat nil as an empty string.
26422         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
26423         to patch.
26425         * ediff-util.el: Use insert-buffer-substring.
26427         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
26429         * emulation/viper-cmd.el (viper-change-state): Don't move over the
26430         field boundaries in the minibuffer.
26431         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
26432         (viper-minibuffer-post-command-hook): New hook.
26433         (viper-line): Don't move cursor at bolp.
26435         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
26437         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
26438         avoid compiler warnings.
26440         * emulation/viper-macs.el (ex-map): Better messages.
26442         * emulation/viper-util.el (viper-beginning-of-field): New function.
26444         * emulation/viper.el: Replace make-variable-buffer-local with
26445         viper-make-variable-buffer-local everywhere, to avoid warnings.
26447 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
26449         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
26450         Delete unused var `old-selected-window'.
26451         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
26452         (mouse-drag-secondary): Delete unused var `start-frame'.
26454 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
26456         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
26458 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
26460         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
26461         Re-indent within 80 columns.  Use inhibit-read-only.
26463 2005-09-19  Romain Francoise  <romain@orebokech.com>
26465         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
26467 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
26469         * font-lock.el (font-lock-default-fontify-region): Don't add a line
26470         unconditionally, since the after-change-function already did it.
26472 2005-09-19  Miles Bader  <miles@gnu.org>
26474         * net/newsticker.el: Get rid of CVS keyword.
26476 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
26478         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
26479         The prompt is formatted later.
26481 2005-09-19  David Ponce  <david@dponce.com>
26483         * tree-widget.el (tree-widget-value-create): Save the converted
26484         tree :node widget.
26486 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
26488         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
26489         variable `message'.
26491 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
26493         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
26494         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
26495         <slawomir.nowaczyk.847@student.lu.se>.
26497 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
26499         * image.el (image-load-path): Use symbol `data-directory' instead
26500         of its value, for backward compatibility with packages that bind
26501         it during `find-image'.  Suggested by Katsumi Yamaoka.
26502         (image-search-load-path): Handle symbols whose values are strings.
26504 2005-09-18  Romain Francoise  <romain@orebokech.com>
26506         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
26507         with-current-buffer form in save-excursion.
26509 2005-09-18  Deepak Goel  <deego@gnufans.org>
26511         * apropos.el (apropos-command): Fix `message' call: first arg
26512         should be a format spec.  In this and all other cases that appear
26513         below and elsewhere in the source code, I made a change only when
26514         two conditions were satisfied: [1] I can think of a possibility
26515         that the arguments would cause an error, for example, the code in
26516         question relies on external variables such as filenames.  [2] I
26517         was sure that the arg to `message' could not have been nil in the code.
26519         * textmodes/tildify.el (tildify-region): Ditto.
26521         * textmodes/reftex-index.el (reftex-index-change-entry)
26522         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
26523         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
26524         * textmodes/org.el (org-complete, org-deadline, org-schedule)
26525         (org-priority, org-table-sum):
26526         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
26527         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
26528         (flyspell-word, flyspell-display-next-corrections):
26529         * textmodes/bibtex.el (bibtex-print-help-message):
26530         * textmodes/artist.el (artist-key-set-point-poly):
26531         * term/mac-win.el (mac-services-insert-text):
26532         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
26533         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
26534         (vhdl-port-paste-testbench, vhdl-compose-new-component)
26535         (vhdl-compose-configuration):
26536         * progmodes/sh-script.el (sh-blink, sh-show-indent)
26537         (sh-set-indent, sh-learn-line-indent):
26538         * progmodes/ps-mode.el (ps-mode-target-column):
26539         * progmodes/idlwave.el (idlwave-make-tags)
26540         (idlwave-scan-library-catalogs):
26541         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
26542         * progmodes/gud.el (gud-jdb-analyze-source):
26543         * progmodes/flymake.el (flymake-log):
26544         * progmodes/ebnf2ps.el (ebnf-generate-region):
26545         * progmodes/cmacexp.el (c-macro-expansion):
26546         * progmodes/ada-xref.el (ada-treat-cmd-string):
26547         * progmodes/ada-mode.el (ada-create-case-exception-substring)
26548         (ada-justified-indent-current, ada-batch-reformat):
26549         * play/zone.el (zone):
26550         * play/landmark.el (lm-move):
26551         * play/decipher.el (decipher-show-alphabet):
26552         * net/newsticker.el (newsticker--display-jump)
26553         (newsticker--display-scroll):
26554         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
26555         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
26556         * mail/feedmail.el (feedmail-dump-message-to-queue):
26557         * eshell/esh-proc.el (eshell-remove-process-entry):
26558         * emulation/ws-mode.el (ws-last-error):
26559         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
26560         (viper-record-kbd-macro):
26561         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
26562         * emacs-lisp/lisp-mnt.el (lm-report-bug):
26563         * emacs-lisp/find-func.el (find-function-noselect):
26564         * calendar/timeclock.el (timeclock-status-string)
26565         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
26566         (timeclock-when-to-leave-string):
26567         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
26568         * calc/calc-units.el (calc-enter-units-table):
26569         * calc/calc-mode.el (calc-mode-record-mode):
26570         * woman.el (woman-mini-help):
26571         * wdired.el (wdired-change-to-wdired-mode):
26572         * vc.el (vc-retrieve-snapshot):
26573         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
26574         * startup.el (display-startup-echo-area-message):
26575         * simple.el (set-goal-column):
26576         * ses.el (ses-command-hook, ses-recalculate-cell):
26577         * server.el (server-process-filter):
26578         * printing.el (pr-interface-txt-print, pr-interface-printify)
26579         (pr-interface-ps):
26580         * pcvs.el (cvs-help):
26581         * log-edit.el (log-edit, log-edit-mode-help):
26582         * iswitchb.el (iswitchb-possible-new-buffer):
26583         * isearch.el (isearch-edit-string):
26584         * image-mode.el (image-mode, image-minor-mode):
26585         * ibuf-macs.el (define-ibuffer-filter):
26586         * hi-lock.el (hi-lock-find-patterns):
26587         * files.el (toggle-read-only):
26588         * ediff-util.el (ediff-copy-diff)
26589         (ediff-write-merge-buffer-and-maybe-kill):
26590         * echistory.el (Electric-history-undefined):
26591         * dnd.el (dnd-insert-text):
26592         * dired-aux.el (dired-query):
26593         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
26594         * bookmark.el (bookmark-bmenu-locate):
26595         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
26596         Fix `message' calls to ensure first arg is a format string.
26597         The change was made only when these two conditions were satisfied:
26598         [1] when there is a possibility that the arguments would cause an error
26599         for example, if the code in question relies on external variables
26600         such as filenames, and
26601         [2] if the arg to `message' could not have been nil in the code.
26603         * pcomplete.el (pcomplete--help): Fix `message' format spec.
26604         Not having a %s would be weird, though not technically wrong.
26606 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
26608         * term/mac-win.el (mac-add-charset-info): Doc fix.
26610 2005-09-17  Romain Francoise  <romain@orebokech.com>
26612         * shell.el (shell-resync-dirs): Handle echoing processes more
26613         reliably.  Don't insert resync command if `comint-process-echoes'
26614         is non-nil.
26616 2005-09-17  Magnus Henoch  <mange@freemail.hu>
26618         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
26619         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
26620         aspell versions >= 0.60.
26621         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
26622         only if ispell-aspell-supports-utf8 is non-nil.
26624 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
26626         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
26627         buffer-local value to lisp-indent-function.
26629 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
26631         * progmodes/glasses.el (glasses-make-readable): If
26632         glasses-separator differs from underscore, put appropriate
26633         overlays over underscore characters.
26634         (glasses-convert-to-unreadable): If glasses-separator differs from
26635         underscore, try to convert glasses-separator characters to
26636         underscores.
26638 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
26640         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
26641         Use with-syntax-table and dolist.
26643 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
26645         * textmodes/reftex-auc.el:
26646         * textmodes/reftex-cite.el:
26647         * textmodes/reftex-dcr.el:
26648         * textmodes/reftex-global.el:
26649         * textmodes/reftex-parse.el:
26650         * textmodes/reftex-ref.el:
26651         * textmodes/reftex-sel.el:
26652         * textmodes/reftex-toc.el:
26653         * textmodes/reftex-vars.el:
26654         * textmodes/reftex.el: Small changes to remove compiler warnings.
26656         * textmodes/reftex-index.el: Likewise.
26657         (reftex-query-index-phrase): More efficient use of markers.
26659 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
26661         * image.el (image-load-path): New variable.
26662         (image-search-load-path): New function.
26663         (find-image): Search for images in `image-load-path'.
26665 2005-09-15  Richard M. Stallman  <rms@gnu.org>
26667         * follow.el: Change Maintainer field.
26669 2005-09-15  David Ponce  <david@dponce.com>
26671         * recentf.el (recentf-save-file-modes): New option.
26672         (recentf-save-list): Use it.
26674 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
26676         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
26677         (mode-line-mule-info, mode-line-modified): Move bindings from
26678         mouse-3 to mouse-1.
26680 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
26682         * simple.el (sendmail-user-agent-compose): Revert last change.
26684 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
26686         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
26687         Use with-current-buffer.
26688         (ange-ftp-gwp-start): Remove unused var `gw-user'.
26689         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
26690         (ange-ftp-insert-directory): Remove unused var `short'.
26691         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
26693         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
26694         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
26696         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
26697         (check-calendar-holidays, diary-list-entries): Autoload.
26698         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
26699         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
26701         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
26702         which mistakenly removed a call to display-buffer.
26704 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
26706         * obsolete/iso-insert.el: Move to obsolete/ from international/.
26708 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
26710         * progmodes/hideshow.el
26711         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
26712         (hs-allow-nesting): New user var.
26713         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
26714         (hs-hide-block-at-point): When nesting allowed,
26715         if there is already an overlay in place, delete it.
26716         (hs-safety-is-job-n): Delete func; remove call sites.
26717         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
26718         (hs-overlay-at): New func.
26719         (hs-already-hidden-p, hs-show-block): Use it.
26720         (hs-hide-all): Don't pre-clean if nesting allowed.
26721         (hs-show-all): Temporarily disallow
26722         nesting around call to `hs-discard-overlays'.
26724 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
26726         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
26727         Delete unused local var.
26729 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
26731         * help-fns.el (describe-categories): "?\ " -> "?\s".
26732         (help-do-arg-highlight): Recognize also ARG-n, as in
26733         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
26735         * international/codepage.el (dos-unsupported-char-glyph):
26736         * net/newsticker.el (tool-bar-map, w3-mode-map)
26737         (w3m-minor-mode-map):
26738         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
26739         (ent-alist):
26740         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
26742 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
26744         * custom.el (custom-push-theme): Handle the case where a symbol is
26745         bound but face properties have not yet been assigned.
26747         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
26748         Fix behavior if noerase is `t' and there is no mail buffer.
26750         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
26751         if `continue' is nil, rather than signal an error.
26753 2005-09-12  Richard M. Stallman  <rms@gnu.org>
26755         * font-lock.el (font-lock-keywords): Add autoload.
26757         * help-fns.el (describe-variable): Rearrange to put source link
26758         in a predictable place.
26760         * net/newsticker.el: New file.
26762 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
26764         * calendar/calendar.el (calendar-for-loop): Add edebug info.
26765         (calendar-basic-setup): Use the new nil arg.
26766         (number-of-diary-entries): Move to diary-lib.el.
26768         * calendar/diary-lib.el: Use with-current-buffer, match-string.
26769         (diary-list-entries): Use with-syntax-table and dolist.
26770         Rename from list-diary-entries.
26771         Use number-of-diary-entries if `number' is nil.
26772         (diary, diary-view-entries): Use this new name and new nil arg value.
26773         (number-of-diary-entries): Move from calendar.el.
26774         (diary-unhide-everything): New function.
26775         (include-other-diary-files, fancy-diary-display)
26776         (diary-show-all-entries, make-diary-entry): Use it.
26777         (diary-mail-entries): Use buffer-string.
26778         (mark-diary-entries): Fix long standing paren typo.
26779         (diary-sexp-entry): Use count-lines.
26780         (make-diary-entry): Avoid `previous-line'.
26781         (diary-mode-map): New var.
26782         (diary-mode): Redraw cal after saving.  Setup header-line.
26783         (fancy-diary-display-mode): Use local-set-key.
26785         * startup.el (command-line): Try calling various terminal-init-foo-bar
26786         functions by stripping hyphenated suffixes from $TERM.
26788         * files.el (normal-mode): Check boundness of font-lock-keywords.
26790 2005-09-12  Richard M. Stallman  <rms@gnu.org>
26792         * progmodes/compile.el: Don't decide a file's directory
26793         until the user actually tries to go there.
26794         (compilation-next-error-function):
26795         Pass compilation-find-file the directory from the file-struct.
26796         (compilation-internal-error-properties): Separate local FILE-STRUCT
26797         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
26798         (compilation-find-file): Arg DIR renamed to DIRECTORY.
26799         Expand it, and if nil, use default-directory.
26800         (compilation-get-file-structure): Don't mix specified directory
26801         with default directory.  Put specified directory into
26802         file-struct.  Don't make the file name absolute.
26804         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
26805         (compile-command): Add autoload.
26806         (compilation-disable-input): Add autoload.
26808 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
26810         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
26811         strings of the variables it can override.
26812         (time-stamp): New (as yet undocumented) time-stamp-format escapes
26813         %Q and %q, for fully-qualified domain name and unqualified host name.
26815 2005-09-11  Kim F. Storm  <storm@cua.dk>
26817         * emacs-lisp/authors.el (authors-aliases): Update list.
26818         (authors-fixed-entries): Update mldrag.el entry.
26820 2005-09-10  Alan Mackenzie  <acm@muc.de>
26822         * textmodes/page.el (narrow-to-page): Exclude _entire_ multi-line
26823         delimiter from the region narrowed to.
26825 2005-09-10  Magnus Henoch  <mange@freemail.hu>
26827         * textmodes/ispell.el (ispell-check-version): Signal an error if
26828         aspell version is less than 0.60.
26830 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
26832         * progmodes/octave-inf.el (inferior-octave-startup):
26833         Resync current dir at the end.
26835 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
26837         * woman.el (woman-topic-at-point-default):
26838         Rename to woman-use-topic-at-point-default.
26839         (woman-topic-at-point): Rename to woman-use-topic-at-point.
26840         (woman-file-name): Reflect renames above.  Automatically use the
26841         word at point as topic if woman-use-topic-at-point is non-nil.
26842         Otherwise offer it as default but don't insert it in the
26843         minibuffer.  Also use `test-completion' instead of `assoc' as
26844         suggested by Stefan Monnier.
26846 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
26848         * vc.el (vc-directory, vc-update-change-log): Throw an error on
26849         the attempt to do it over Tramp.  This is not yet supported.
26851 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
26853         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
26854         (menu-bar-non-minibuffer-window-p): New functions.
26855         ("Split Window", "Save As..."): Use them.
26856         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
26857         ("Print Buffer", "Truncate Long Lines in this Buffer"):
26858         Use menu-bar-menu-frame-live-and-visible-p.
26859         ("Save Buffer", "Insert File", "Open Directory...")
26860         ("Open File...", "Visit New File..."):
26861         Use menu-bar-non-minibuffer-window-p.
26862         (kill-this-buffer-enabled-p, dired <menu-enable>):
26863         Use menu-bar-non-minibuffer-window-p.
26865 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
26867         * cus-start.el (all): Don't complain about fringe-related
26868         built-ins if fringes are not supported.  Ditto about
26869         selection-related built-ins.  Fix the test for GTK-related built-ins.
26871         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
26872         ("Postscript Print Buffer", "Print Region", "Save As...")
26873         ("Save", "Insert File...", "Open Directory...")
26874         ("Open File...", "Visit New File..."")
26875         ("Truncate Long Lines in this Buffer"): Don't look at
26876         menu-updating-frame if this display does not support multiple frames.
26878 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
26880         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
26882 2005-09-09  Emilio C. Lopes  <eclig@gmx.net>
26884         * woman.el: Format- and whitespace-related changes.
26886 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
26888         * woman.el: Fix my email address.
26890 2005-09-08  Richard M. Stallman  <rms@gnu.org>
26892         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
26893         (sh-mode): Locally set skeleton-pair-default-alist.
26895         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
26897         * progmodes/flymake.el: Require `compile' unconditionally.
26899         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
26901         * woman.el (woman-file-name): Provide a default, not initial input.
26903         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
26905         * font-lock.el (font-lock-support-mode): Doc fix.
26907         * descr-text.el (describe-property-list): Handle non-symbol prop names.
26909 2005-09-08  Richard M. Stallman  <rms@gnu.org>
26911         * simple.el (blink-matching-open): Get rid of text props from
26912         the string shown in echo area.  Don't permanently set point.
26913         Some rearrangements.
26915 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
26917         * recentf.el (recentf-filename-handler): Add custom choice
26918         `abbreviate-file-name'.
26920         * msb.el (msb--very-many-menus): Fix typo.
26922         * disp-table.el (standard-display-european): Don't set
26923         enable-multibyte-characters to nil.
26925 2005-09-08  David Ponce  <david@dponce.com>
26927         * recentf.el (recentf-show-file-shortcuts-flag): New option.
26928         (recentf-expand-file-name): Doc fix.
26929         (recentf-dialog-mode-map): Define digit shortcuts.
26930         (recentf--files-with-key): New variable.
26931         (recentf-show-digit-shortcut-filter): New function.
26932         (recentf-open-files-items): New function.
26933         (recentf-open-files): Use it.
26934         (recentf-open-file-with-key): New command.
26936 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
26938         * buff-menu.el (Buffer-menu-sort-by-column): New function.
26939         Suggested by Kim F. Storm.
26940         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
26941         (Buffer-menu-make-sort-button): Use global keymap.
26943 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
26945         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
26946         (Man-getpage-in-background-advice): Remove defadvice; it isn't
26947         necessary any longer with the remapped command.
26948         (Man-bgproc-sentinel-advice): Remove defadvice which counts
26949         formatting time only.
26951         * net/tramp.el (tramp-action-password)
26952         (tramp-multi-action-password): Compile the password prompt from
26953         `method', `user' and `host'.  Sometimes it isn't obvious which
26954         password to enter, for example with remote files offered by
26955         recentf.el, or with multiple steps.  Suggested by Robert Marshall
26956         <robert@chezmarshall.freeserve.co.uk>.
26958 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
26960         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
26961         Fix regexp for when "s///" is at the beginning of line.
26963 2005-09-07  Jay Belanger  <belanger@truman.edu>
26965         * calc/calc-poly.el (math-expand-term): Multiply out any powers
26966         when in matrix mode.
26968 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
26970         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
26971         non-anonymous functions.
26973 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
26975         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
26976         when using a header line.  Otherwise, use mouse-1-click-follows-link.
26978         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
26979         can't be moved; don't signal an error.
26981 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
26983         * cus-theme.el (custom-theme-write-faces): Save the current face
26984         spec, not the defface spec.
26986         * custom.el (custom-known-themes): Clarify meaning of "standard".
26987         (custom-push-theme): Save old values in the standard theme.
26988         (disable-theme): Correct typo.
26989         (custom-face-theme-value): Deleted unused function.
26990         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
26992 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
26994         * progmodes/compile.el (compilation-goto-locus): Take into account
26995         iconified frames when determining whether the buffer is
26996         already visible.
26997         Don't reset window height if the window already existed.
26999 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
27001         * custom.el (load-theme): Rename from require-theme.
27002         Add interactive spec.
27003         (enable-theme): Rename from custom-enable-theme.
27004         Add interactive spec.
27005         (disable-theme): Rename from custom-disable-theme.
27006         Add interactive spec.
27007         (custom-make-theme-feature): Doc fix.
27008         (custom-theme-directory): Doc fix.
27009         (provide-theme): Call enable-theme.
27011 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
27013         * obsolete/lazy-lock.el (lazy-lock-mode):
27014         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
27015         font-lock-mode if it's off.  Print a warning instead.
27017         * progmodes/compile.el (compilation-start): Ignore errors if the
27018         process died before we get to send-eof.
27020         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
27021         Undo last change.  Enclosing the result in quotes broke things on Unix
27022         since tex-send-command passes it through shell-quote-argument.
27023         (tex-send-command): Pass `file' through convert-standard-filename
27024         when possible.
27025         (tex-uptodate-p): Handle the case where TeX hasn't put additional
27026         info in a transcript.
27028 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
27030         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
27031         fix compilation warning.  Reorder the key definitions to group
27032         together keys emitted by the current version of xterm.
27034         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
27035         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
27036         Reorder predicates to correct min-color usage.
27038 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
27040         * longlines.el (longlines-mode): Inhibit read-only when encoding.
27041         Kill local variables when longlines-mode is turned off.
27043 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
27045         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
27047         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
27049         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
27051         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
27052         (font-lock-lines-before): Change default to being inactive.
27053         (font-lock-default-fontify-region): Obey font-lock-lines-before.
27054         (font-lock-after-change-function): Don't handle f-l-lines-before here.
27056 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
27058         * net/tramp.el (tramp-handle-make-auto-save-file-name):
27059         Deactivate temporarily advice if active (not needed for Emacs 22,
27060         but for backwards compatibility).
27061         (tramp-exists-file-name-handler): Rewrite.  First implementation
27062         was too simple.
27063         (tramp-advice-make-auto-save-file-name):
27064         Call `tramp-handle-make-auto-save-file-name' (again, just for
27065         backwards compatibility).
27067 2005-08-31  Reto Zimmermann  <reto@gnu.org>
27069         * progmodes/vhdl-mode.el
27070         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
27071         (vhdl-end-p): Fix indentation bug "else" after "-- when".
27072         (vhdl-set-default-project): New function (easier setting of default).
27073         (vhdl-port-copy): Handle extended identifiers for generics.
27074         (vhdl-compiler-alist): Better description for error message regexp.
27075         (vhdl-make): Query for target, use previous as default.
27076         (vhdl-port-copy): Fix port copy for port names starting with "signal".
27077         (vhdl-font-lock-keywords-2): Fix fontification for record
27078         el. assign.
27079         (vhdl-speedbar-make-subpack-line): Add package body link.
27080         (vhdl-generate-makefile-1): Not include itself as dependency.
27081         (vhdl-font-lock-init): Highlight c-preprocessor directives.
27082         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
27083         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
27084         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
27085         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
27086         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
27087         (vhdl-import-project): Add string argument for `error'.
27088         (vhdl-compose-configuration)
27089         (vhdl-compose-configuration-architecture): Add configuration
27090         declaration generation.
27091         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
27092         (vhdl-trailer-re): Add "record" keyword (better indentation).
27093         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
27094         "[^ \t-\"]+".
27095         (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
27096         (vhdl-testbench-entity-file-name)
27097         (vhdl-testbench-architecture-file-name): Allow separate
27098         customization of testbench file names.
27099         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
27100         (vhdl-get-visible-signals): Allow newline within alias declaration.
27101         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
27102         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
27103         (member-ignore-case): Alias for missing function in XEmacs.
27104         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
27105         (vhdl-update-sensitivity-list): Ignore case on read signals.
27106         (vhdl-replace-string): Adjust case only for file names.
27107         (vhdl-update-sensitivity-list): Fix search for read signals.
27108         (vhdl-update-sensitivity-list): Exclude formal parameters.
27109         (vhdl-get-visible-signals): Include aliases of signals.
27110         (vhdl-get-visible-signals): Fix signal name searching.
27111         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
27112         (vhdl-fixup-whitespace-region): Fix for character
27113         literals (e.g. `:').
27115 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
27117         * ansi-color.el (comint-last-output-start):
27118         * bs.el (font-lock-verbose):
27119         * diff-mode.el (add-log-buffer-file-name-function):
27120         * dired-x.el (vm-folder-directory):
27121         * faces.el (help-xref-stack-item):
27122         * files.el (font-lock-keywords):
27123         * find-lisp.el (dired-buffers, dired-subdir-alist):
27124         * ido.el (cua-inhibit-cua-keys):
27125         * log-view.el (cvs-minor-wrap-function):
27126         * outline.el (font-lock-warning-face):
27127         * simple.el (compilation-current-error):
27128         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
27129         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
27130         * tooltip.el (comint-prompt-regexp):
27131         * w32-fns.el (explicit-shell-file-name):
27132         * term/mac-win.el (mac-charset-info-alist)
27133         (mac-services-selection, mac-system-script-code):
27134         * term/tty-colors.el (msdos-color-values):
27135         * term/w32-win.el (xlfd-regexp-registry-subnum):
27136         * term/x-win.el (x-keysym-table, x-selection-timeout)
27137         (x-session-id, x-session-previous-id):
27138         * textmodes/ispell.el (mail-yank-prefix):
27139         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
27140         * textmodes/org.el (calc-embedded-close-formula)
27141         (calc-embedded-open-formula)
27142         (font-lock-unfontify-region-function):
27143         * textmodes/reftex-global.el (isearch-next-buffer-function)
27144         (TeX-master):
27145         * textmodes/reftex.el (font-lock-keywords):
27146         * textmodes/tex-mode.el (font-lock-comment-face)
27147         (font-lock-doc-face):
27148         * textmodes/texinfo.el (outline-heading-alist):
27149         Add defvars.
27151         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
27152         (artist-spray-chars, artist-mode-init, artist-replace-string)
27153         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
27154         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
27155         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
27157         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
27158         (conf-align-assignments): "?\ " -> "?\s".
27160         * textmodes/reftex-index.el (TeX-master): Add defvar.
27161         (reftex-index-phrases-marker): Move up defvar.
27163         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
27164         (reftex-toc-include-labels-indicator)
27165         (reftex-toc-include-index-indicator)
27166         (reftex-toc-max-level-indicator): Move up declarations.
27168         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
27169         of args to `tramp-run-real-handler', even if it's empty in this case.
27171 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
27173         * dired.el (dired-move-to-filename-regexp): Add date format for
27174         Mac OS X 10.3 in East Asian locales.
27176 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
27178         * files.el (make-auto-save-file-name): Add file name handler call
27179         if applicable.
27181         * net/tramp.el (tramp-file-name-handler-alist)
27182         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
27183         (tramp-handle-make-auto-save-file-name): Rename from
27184         `tramp-make-auto-save-file-name'.
27185         (tramp-exists-file-name-handler): New defun.
27186         (tramp-advice-make-auto-save-file-name): Make defadvice only when
27187         `make-auto-save-file-name' is not a magic file name operation.
27189 2005-08-30  Richard M. Stallman  <rms@gnu.org>
27191         * files.el (risky-local-variable-p):
27192         Match `-predicates' and `-commands.
27194         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
27195         (custom-save-all): Visit the file if necessary;
27196         kill the buffer if we created it.
27197         (custom-save-delete): Don't visit file or kill buffer here.
27199 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
27201         * textmodes/org.el (org-special-keyword): New face.
27202         (org-table-copy-down, org-table-eval-formula)
27203         (org-table-recalculate, org-init-section-numbers):
27204         Use `string-to-number' instead of `string-to-int'.
27205         (org-get-location): Use `insert-buffer-substring' instead of
27206         `insert-buffer'.
27207         (org-modify-diary-entry-string): New function.
27208         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
27209         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
27210         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
27211         active region.
27212         (org-export-as-html): Handle QUOTE keyword.
27213         (org-quote-string): New option.
27214         (org-bookmark-jump-unhide): New function, used for
27215         `bookmark-after-jump-hook'.
27216         (org-diary-default-entry): Apply only when not called through
27217         `org-agenda'.
27219 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
27221         * net/eudc.el (mode-popup-menu):
27222         * play/handwrite.el (ps-printer-name, ps-lpr-command):
27223         * progmodes/ada-mode.el (compile-auto-highlight)
27224         (skeleton-further-elements):
27225         * progmodes/autoconf.el (font-lock-syntactic-keywords):
27226         * progmodes/cmacexp.el (msdos-shells):
27227         * progmodes/compile.el (font-lock-extra-managed-props)
27228         (font-lock-keywords, font-lock-maximum-size)
27229         (font-lock-support-mode):
27230         * progmodes/grep.el (font-lock-lines-before):
27231         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
27232         * progmodes/mixal-mode.el (compile-command):
27233         * progmodes/perl-mode.el (font-lock-comment-face)
27234         (font-lock-doc-face, font-lock-string-face):
27235         * progmodes/prolog.el (comint-prompt-regexp):
27236         * progmodes/sh-script.el (font-lock-comment-face)
27237         (font-lock-set-defaults, font-lock-string-face):
27238         * progmodes/sql.el (font-lock-keyword-face)
27239         (font-lock-set-defaults, font-lock-string-face):
27240         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
27241         (itimer-version, lazy-lock-defer-contextually)
27242         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
27243         Add defvars.
27245         * progmodes/cperl-mode.el (cperl-electric-lbrace)
27246         (cperl-electric-keyword, cperl-electric-pod)
27247         (cperl-electric-backspace, cperl-forward-re)
27248         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
27249         (vc-rcs-header, vc-sccs-header): Add defvars.
27251         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
27252         (font-lock-syntactic-keywords, gud-find-expr-function):
27253         Add defvars.
27255         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
27256         (gdb-frame-parameters): Declare before use.
27258         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
27259         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
27260         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
27261         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
27263         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
27264         (idlwave-help-with-source): Use `insert-buffer-substring', not
27265         `insert-buffer'.
27267 2005-08-29  Juri Linkov  <juri@jurta.org>
27269         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
27270         Put outline-back-to-heading function call inside save-excursion.
27272 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
27274         * man.el (Man-init-defvars, Man-translate-references)
27275         (Man-support-local-filenames, Man-highlight-references):
27276         * progmodes/sql.el (sql-interactive-mode):
27277         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
27279         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
27280         (compilation-mode-font-lock-keywords): Add defvars.
27281         (checkdoc-interactive-loop): "?\ " -> "?\s".
27283         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
27284         (font-lock-doc-face, font-lock-string-face)
27285         (font-lock-keywords-case-fold-search): Add defvars.
27286         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
27288         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
27289         Don't pass X and Y (they are ignored anyway).
27290         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
27291         (mouse-delete-window): Make arguments optional.
27293         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
27294         (caesar-translate-table, minor-modes, news-buffer-save)
27295         (news-group-name, news-minor-modes): Add defvars.
27297         * emacs-lisp/lselect.el (mouse-highlight-priority)
27298         (x-lost-selection-functions, zmacs-regions):
27299         * emacs-lisp/pp.el (font-lock-verbose):
27300         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
27301         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
27302         (ses-mode-map):
27303         * emacs-lisp/tcover-unsafep.el (safe-functions):
27304         * international/mule-cmds.el (mac-system-coding-system)
27305         (mac-system-locale):
27306         * language/ethio-util.el (rmail-current-message)
27307         (rmail-message-vector):
27308         * language/thai-util.el (thai-auto-composition-mode):
27309         * mail/metamail.el (rmail-current-message, rmail-message-vector):
27310         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
27311         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
27312         (vm-primary-inbox, vm-spool-files):
27313         * mail/rmail.el (deleted-head, font-lock-fontified)
27314         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
27315         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
27316         (total-messages):
27317         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
27318         (rmail-summary-mode-map):
27319         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
27320         (rmail-last-label, rmail-last-multi-labels)
27321         (rmail-summary-vector, rmail-total-messages):
27322         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
27323         * mail/rmailsum.el (msgnum):
27324         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
27325         (rmail-current-message):
27326         * obsolete/fast-lock.el (font-lock-face-list):
27327         * obsolete/rnewspost.el (mail-reply-buffer):
27328         * obsolete/scribe.el (compile-command):
27329         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
27331 2005-08-28  John Paul Wallington  <jpw@gnu.org>
27333         * ibuf-ext.el (ibuffer-auto-update-changed):
27334         Use `frame-or-buffer-changed-p' to check whether we need to update.
27335         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
27336         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
27337         as a `frame-or-buffer-changed-p' state vector instead.
27339 2005-08-27  Romain Francoise  <romain@orebokech.com>
27341         * textmodes/makeinfo.el (makeinfo-compile):
27342         Use `compilation-start'.  Set `next-error-function' according to
27343         `disable-errors'.
27344         (makeinfo-next-error): New function.
27345         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
27346         (makeinfo-buffer): Likewise.
27348         * progmodes/compile.el (compilation-start): Add autoload cookie.
27350         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
27351         * textmodes/sgml-mode.el: Likewise.
27352         * progmodes/python.el: Likewise.
27354 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
27356         * simple.el (blink-matching-paren-distance): Document the meaning
27357         of nil value, and allow to customize to nil.
27359         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
27360         command.com, not command.exe.
27362 2005-08-26  John Wiegley  <johnw@newartisans.com>
27364         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
27365         code around a bit so that an extraneous nil argument is not added
27366         to a command when no args are given.
27368         * eshell/esh-arg.el (eshell-parse-double-quote): If a
27369         double-quoted argument resolves to nil, return it as an empty
27370         string rather than as nil.  This made it impossible to pass "" to
27371         a shell script as a null string argument.
27373 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
27375         * outline.el (outline-invent-heading): New fun.
27376         (outline-promote, outline-demote): Use it.
27377         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
27378         (outline-end-of-subtree): Remove unused var `opoint'.
27380 2005-08-26  David Reitter  <david.reitter@gmail.com>
27382         * menu-bar.el (truncate-lines, write-file, print-buffer)
27383         (ps-print-buffer-faces, ps-print-buffer, split-window):
27384         Disable menu items when the frame they refer to is invisible, or when
27385         they refer to a buffer and the minibuffer is selected.
27387 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
27389         * progmodes/flymake.el (flymake-highlight-err-lines):
27390         Use save-excursion around flymake-highlight-line to preserve point.
27392 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
27394         * progmodes/octave-mod.el: Change Author and Maintainer address.
27395         (octave-maintainer-address): Change Kurt's email address.
27396         * progmodes/octave-inf.el: Change Author and Maintainer address.
27397         * progmodes/octave-hlp.el: Change Author and Maintainer address.
27399 2005-08-26  Kim F. Storm  <storm@cua.dk>
27401         * subr.el (version-list-<, version-list-<=, version-list-=):
27402         Rename from integer-list-*.
27403         (version-list-not-zero): Likewise.  Fix while loop.
27404         (version=): Use version-list-= instead of string-equal.
27406 2005-08-26  Richard M. Stallman  <rms@gnu.org>
27408         * outline.el (outline-promote): Try shortening the heading.
27409         As last resort, read the heading to use.
27410         (outline-demote): As last resort, read the heading to use.
27412 2005-08-26  Romain Francoise  <romain@orebokech.com>
27414         * progmodes/compile.el (compilation-start): Doc fix.
27416         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
27417         (antlr-font-lock-additional-keywords): Fix reference to
27418         `antlr-font-lock-literal-regexp' erroneously changed during the
27419         mass face rename.
27420         (antlr-run-tool): Use `compilation-start'.
27422         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
27423         instead of the obsolete `compile-internal'.
27425 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
27427         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
27428         (number, original-date):
27429         * calendar/cal-china.el (date):
27430         * calendar/cal-coptic.el (date):
27431         * calendar/cal-french.el (date):
27432         * calendar/cal-hebrew.el (date, entry, number, original-date):
27433         * calendar/cal-islam.el (date, number, original-date):
27434         * calendar/cal-iso.el (date):
27435         * calendar/cal-julian.el (date):
27436         * calendar/cal-mayan.el (date):
27437         * calendar/cal-menu.el (date, event):
27438         * calendar/cal-persia.el (date):
27439         * calendar/lunar.el (date):
27440         * calendar/solar.el (date): Add defvars.
27442         * emerge.el:
27443         * ibuffer.el:
27444         * info-xref.el:
27445         * obsolete/bg-mouse.el:
27446         * obsolete/sun-curs.el:
27447         * obsolete/swedish.el: Move the `defvar's to the top level.
27449         * smerge-mode.el (smerge-refined-change): Add :group.
27451 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
27453         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
27454         (smerge-keep-n): Remove props.
27455         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
27456         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
27457         now that it's done in smerge-keep-n.
27458         (smerge-refined-change): New face.
27459         (smerge-refine-chopup-region, smerge-refine-highlight-change)
27460         (smerge-refine): New funs.
27461         (smerge-basic-map): Bind smerge-refine.
27463 2005-08-25  Juri Linkov  <juri@jurta.org>
27465         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
27466         compilation-process-setup-function and compilation-disable-input
27467         in grep-mode instead of let-bindings in grep.
27469         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
27470         Delete "Automatic File De/compression" (auto-compression-mode).
27472 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
27474         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
27475         Silence warning about non-existent variable.
27477 2005-08-25  Richard M. Stallman  <rms@gnu.org>
27479         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
27480         Rename "Describe Key" to "Describe Key or Mouse Operation".
27482         * mail/mailalias.el (build-mail-aliases): Delete comments
27483         from the contents before processing them.
27485         * isearch.el (isearch-edit-string): Erase the Search prompt
27486         if user enters an empty string and there is no default.
27488         * comint.el (comint-file-name-prefix): Add autoload.
27490 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
27492         * subr.el (play-sound): Rearrange to avoid warning.
27494 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
27496         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
27497         New hook.
27498         (add-to-diary-list): Call `diary-modify-entry-list-string-function'.
27500 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
27502         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
27504         * custom.el (custom-theme-set-variables): Sort minor modes last.
27506 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
27508         * subr.el (version-separator, version-regexp-alist): New vars used by
27509         version comparison funs.
27510         (integer-list-<, integer-list-=, integer-list-<=)
27511         (integer-list-not-zero): New funs for integer list comparison.
27512         (version-to-list, version=, version<, version<=): New funs for version
27513         comparison.
27515 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
27517         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
27518         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
27519         time to silence the byte-compiler.
27521         * ibuffer.el (ibuffer-compile-make-eliding-form)
27522         (ibuffer-check-formats): Use `with-no-warnings' to hide references
27523         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
27524         so it's silly to get warnings for it).
27525         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
27526         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
27527         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
27528         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
27529         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
27530         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
27531         Defvar at compile time.
27532         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
27533         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
27534         Declare them before use.
27536         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
27537         (info-xref-good, info-xref-bad): Defvar at compile time.
27539         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
27540         Use `let*' instead of `let'.
27542         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
27543         (*mouse-y*, menu, char): Defvar at compile time.
27544         (sc::menu): Declare it before use.
27545         (sc::pack-one-line): Use `let', not `let*'.
27547         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
27548         (mail-send-hook): Defvar at compile time.
27550         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
27551         Defvar at compile time.
27553         * term/sun-mouse.el (current-global-mousemap)
27554         (current-local-mousemap): Declare them before use.
27556 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
27558         * bookmark.el (bookmark-after-jump-hook): New hook.
27559         (bookmark-jump): Run `bookmark-after-jump-hook'.
27561 2005-08-23  Juri Linkov  <juri@jurta.org>
27563         * faces.el (minibuffer-prompt): Doc fix.
27565 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
27567         * progmodes/xscheme.el: Trivial changes to silence warnings.
27568         (xscheme-previous-mode, xscheme-previous-process-state):
27569         Add defvars.
27570         (xscheme-last-input-end, xscheme-process-command-line)
27571         (xscheme-process-name, xscheme-buffer-name)
27572         (xscheme-expressions-ring-max, xscheme-expressions-ring)
27573         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
27574         (xscheme-control-g-synchronization-p)
27575         (xscheme-control-g-disabled-p, xscheme-string-receiver)
27576         (default-xscheme-runlight, xscheme-runlight)
27577         (xscheme-runlight-string, xscheme-process-filter-state)
27578         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
27579         Move to beginning of file.
27580         (scheme-interaction-mode-commands-alist)
27581         (scheme-interaction-mode-map, scheme-debugger-mode-map):
27582         Declare them before use.  Note: the initialization code for the
27583         variables has not been moved because it uses functions that reference
27584         the variables.
27585         (xscheme-control-g-message-string, xscheme-process-filter-alist)
27586         (xscheme-prompt-for-expression-map): Declare them before use.
27587         (scheme-debugger-mode-commands): "?\ " -> "?\s".
27589 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
27591         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
27593 2005-08-22  Juri Linkov  <juri@jurta.org>
27595         * faces.el (set-face-underline): Delete this duplicate function
27596         and make an obsolete alias to set-face-underline-p.
27597         (set-face-underline-p): Use docstring of set-face-underline.
27598         (describe-face): Create hyperlink to parent face.
27600         * info.el (Info-insert-dir): Use save-excursion around
27601         insert-buffer-substring.
27602         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
27603         (Info-escape-percent): Delete function.
27604         (Info-fontify-node): Replace Info-escape-percent by
27605         replace-regexp-in-string with REP arg set to lambda that
27606         duplicates `%' and preserves text properties.
27608         * progmodes/compile.el (compilation-disable-input): Doc fix.
27609         (define-compilation-mode): Doc fix and refill.
27610         (kill-compilation): Use `mode-name' in the error message.
27611         (compilation-find-file): Use `compilation-error' in the
27612         read-file-name's prompt.
27614 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
27616         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
27617         (smerge-auto-leave): Make undo re-enable the mode.
27618         (debug-ignored-errors): Add the user-error of impossible resolution.
27619         (smerge-resolve): Move things around a bit, in preparation for later.
27620         (smerge-diff): Don't fail if the buffer has no associated file.
27621         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
27622         (smerge-conflict-overlay): New function.
27623         (smerge-match-conflict): Don't add text properties here.
27624         (smerge-find-conflict): Instead, add an overlay here.
27625         Also check for the case where we're inside a conflict already, so as to
27626         obviate the need for font-lock-multiline, which is unbearably slow with
27627         large conflicts and ciomplex font-lock patterns.
27628         (smerge-remove-props): Remove overlay rather than text-properties.
27629         (smerge-mode): Don't set font-lock-multiline.
27630         Remove overlays when turned off.
27632 2005-08-21  Kim F. Storm  <storm@cua.dk>
27634         * ido.el (ido-ignore-item-p): Use save-match-data.
27635         Bind case-fold-search to ido-case-fold locally.
27637 2005-08-20  Richard M. Stallman  <rms@gnu.org>
27639         * files.el (normal-mode): If font lock is on, turn it off and on.
27641         * subr.el (replace-regexp-in-string): Doc fix.
27643         * startup.el (command-line-1): Don't suppress startup screen
27644         due to existing processes.
27646         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
27648         * progmodes/compile.el (compilation-disable-input): Default to nil.
27650 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
27652         * progmodes/compile.el (compilation-disable-input): New defcustom.
27653         (compilation-start): If compilation-disable-input is non-nil, send
27654         EOF to the compilation process.
27656 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
27658         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
27659         Run the argument of tex-shell-cd-command through
27660         convert-standard-filename, to get the correct style of slashes on
27661         Windows, and enclose the result in quotes, in case the file name
27662         includes whitespace or other special characters.
27664 2005-08-19  Andreas Schwab  <schwab@suse.de>
27666         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
27667         process.
27669 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
27671         * cus-start.el (minibuffer-prompt-properties): Correct typo.
27673 2005-08-18  Kim F. Storm  <storm@cua.dk>
27675         * scroll-lock.el: Fix errors due to incorrect line wrapping.
27677 2005-08-18  Richard M. Stallman  <rms@gnu.org>
27679         * scroll-lock.el: New file.
27681 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
27683         * dired.el (dired-move-to-end-of-filename):
27684         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
27686 2005-08-18  Kim F. Storm  <storm@cua.dk>
27688         * ido.el (ido-everywhere): Fix defcustom :set function to disable
27689         rather than toggle mode when custom value is nil.
27690         (ido-everywhere): Fix defun doc string.
27692 2005-08-17  Richard M. Stallman  <rms@gnu.org>
27694         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
27695         as tag instead of "Inviolable".
27697 2005-08-17  Kim F. Storm  <storm@cua.dk>
27699         * windmove.el (windmove-coordinates-of-position): Remove.
27700         (windmove-coordinates-of-window-position): Remove.
27701         (windmove-reference-loc): Use posn-at-point instead.
27703         * subr.el (insert-for-yank-1): Doc fix.
27705         * ido.el (ido-enter-matching-directory): Rename from
27706         ido-enter-single-matching-directory.  Change `slash' choice to
27707         `only'.  Add `first' choice.
27708         (ido-exhibit): Adapt to above changes.
27710 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
27712         * Makefile.in: Expand comment about building loaddefs.el.
27714 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
27716         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
27717         Comment use of defadvice.
27719         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
27721 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
27723         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
27724         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
27725         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
27726         * progmodes/idlw-shell.el, progmodes/ld-script.el,
27727         * progmodes/which-func.el, ruler-mode.el, strokes.el,
27728         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
27729         for backward compatibility for faces that did not appear in the
27730         previous Emacs release.
27732         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
27734 2005-08-15  Kim F. Storm  <storm@cua.dk>
27736         * emulation/cua-base.el (cua-delete-region): Return t if
27737         deleted region was non-empty.
27738         (cua-replace-region): Inhibit overwrite-mode for
27739         self-insert-command if replaced region was non-empty.
27740         (cua--explicit-region-start, cua--status-string): Make them
27741         buffer-local at top-level...
27742         (cua-mode): ...rather than when mode is enabled.
27744 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
27746         * progmodes/vhdl-mode.el (vhdl-emacs-21):
27747         Set t for Emacs 21, 22, and so on.
27749 2005-08-15  David Ponce  <david@dponce.com>
27751         * tree-widget.el: Update Commentary header.
27752         (tree-widget-theme): Doc fix.
27753         (tree-widget-space-width): New option.
27754         (tree-widget-image-properties): Look up in the default theme too.
27755         (tree-widget--cursors): Only for images with arrow pointer shape.
27756         (tree-widget-lookup-image): Pointer shape is hand by default.
27757         (tree-widget-icon): Rename generic icon widget from
27758         `tree-widget-control'.
27759         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
27760         derive from `tree-widget-icon'.
27761         (tree-widget-handle): Improve default look and feel of the text
27762         representation.
27763         (tree-widget): Rename :*-control properties to :*-icon properties.
27764         Add :action and :help-echo properties.
27765         (tree-widget-after-toggle-functions): Move.
27766         (tree-widget-close-node, tree-widget-open-node): Remove.
27767         (tree-widget-before-create-icon-functions): New hook.
27768         (tree-widget-value-create): Update to allow customization of icons
27769         and nodes at run-time via that new hook.
27770         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
27771         (tree-widget-icon-action, tree-widget-icon-help-echo)
27772         (tree-widget-action, tree-widget-help-echo): New functions.
27774 2005-08-15  Kim F. Storm  <storm@cua.dk>
27776         * ido.el (ido-buffer-internal): Use with-no-warnings.
27777         (ido-make-merged-file-list): Use while-no-input.
27779 2005-08-15  Richard M. Stallman  <rms@gnu.org>
27781         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
27782         (flyspell-large-region): Fix doc and custom type.
27784 2005-08-14  Richard M. Stallman  <rms@gnu.org>
27786         * files.el (interpreter-mode-alist): Doc fix.
27788         * mail/rmail.el (rmail-nonignored-headers): New variable.
27789         (rmail-clear-headers): Use it.
27790         (rmail-reply): Better handling of mail-followup-to header.
27792         * progmodes/sh-script.el (sh-font-lock-keywords-var):
27793         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
27794         don't try to refer to executable-font-lock-keywords.
27795         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
27796         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
27797         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
27798         (sh-mode): Set comment-start-skip, local-abbrev-table,
27799         imenu-case-fold-search.
27800         (sh-set-shell): Don't set them here.
27801         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
27802         Don't cache the results in the original alist; don't ever modify
27803         that alist.
27805         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
27807         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
27808         empty.
27810 2005-08-15  Andreas Schwab  <schwab@suse.de>
27812         * desktop.el: Put autoload cookie at risky-local-variable declarations.
27814         * dired.el, info.el, mail/rmail.el: Revert last change.
27816 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
27818         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
27819         modification in `eval-after-load' form.
27820         * info.el: Likewise.
27821         * mail/rmail.el: Likewise.
27823 2005-08-14  Juri Linkov  <juri@jurta.org>
27825         * progmodes/compile.el (compilation-mode-font-lock-keywords):
27826         Remove highlighting of "Compilation started".  Highlight only
27827         the word "finished" in "Compilation finished".  Add highlighting
27828         of "interrupt", "killed", "terminated" and the exit code.
27829         (compilation-start): Add newline after header.  Use exactly the
27830         same time stamp format as the finishing message.
27831         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
27833         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
27834         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
27835         Add highlighting of "interrupt", "killed", "terminated".
27837         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
27838         enabled and the current command is self-insert-command, call it
27839         explicitly with overwrite-mode bound to nil, to not allow it
27840         to delete the character after the selected region.
27842 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
27844         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
27845         move-end-of-line, end-of-line, and beginning-of-line to the list
27846         of commands after which the echo area is updated.
27848 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
27850         * cus-edit.el (custom-save-all, custom-save-delete):
27851         Bind recentf-exclude to exclude custom-file.
27853 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
27855         * mail/rmailsum.el (rmail-summary-end-of-message): New command
27856         to go to the bottom of the mail message.  Added to
27857         `rmail-summary-mode-map' with key "/".
27858         (rmail-summary-show-message): New (internal) function for use by
27859         both `rmail-summary-beginning/end-of-message'.
27860         (rmail-summary-beginning-of-message): Change to use
27861         rmail-summary-show-message.
27863         * mail/rmail.el (rmail-end-of-message): New command to go to the
27864         end of the current message.  Added to `rmail-mode-map' with key "/".
27865         (rmail-beginning-of-message): Fix to work as documented.
27866         (rmail-mode): Change documentation.
27868         * progmodes/compile.el (compilation-start): Add the line
27869         "Compilation started" with compilation start time.
27870         (compilation-mode-font-lock-keywords): Add `started' to keywords.
27872 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
27874         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
27875         of menu items.
27877 2005-08-11  Richard M. Stallman  <rms@gnu.org>
27879         * simple.el (pop-global-mark): Reverse test of widen-automatically.
27881         * battery.el (battery-status-function): Don't use ignore-errors.
27883 2005-08-11  Lute Kamstra  <lute@gnu.org>
27885         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
27886         define-obsolete-variable-alias.
27888 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
27890         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
27891         (ange-ftp-send-cmd): Revert last change, and expand
27892         the comment explaining the problem.
27894 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
27896         * ldefs-boot.el: Update.
27898         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
27899         item to "Time, Load and Mail".  Change help echo text.
27901         * time.el (display-time-use-mail-icon, display-time-format)
27902         (display-time-string-forms): Shorten first line of docstrings.
27904 2005-08-10  Lars Hansen  <larsh@soem.dk>
27906         * desktop.el (desktop-buffer-mode-handlers):
27907         Make non-customizable.  Add autoload cookie.  Change initial value to
27908         nil; add elements in respective modules instead.  Fix doc string.
27909         (desktop-load-file): New function.
27910         (desktop-minor-mode-handlers): New autoloaded variable.
27911         (desktop-create-buffer): Call minor mode handlers.
27912         Use desktop-load-file to load major and minor mode modules prior to
27913         checking for a handler.
27914         (desktop-save): Don't add nil to desktop-minor-modes for minor
27915         modes with nil function in desktop-minor-mode-table.  Don't delete
27916         desktop file before rewriting it.
27917         (desktop-locals-to-save): Add autoload cookie.  Don't make
27918         automatically buffer-local.  Add variables column-number-mode,
27919         size-indication-mode, indent-tabs-mode,
27920         indicate-buffer-boundaries, indicate-empty-lines and
27921         show-trailing-whitespace.
27922         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
27923         regexps.  Don't use desktop-clear-preserve-buffers-regexp.
27924         (desktop-clear-preserve-buffers-regexp): Delete.
27925         (desktop-clear-preserve-buffers): Update initial value and docstring.
27926         (desktop-save-buffer): Fix doc string.
27928         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
27929         (hilit-chg-desktop-restore): New function.
27930         (highlight-changes-mode): Add highlight-changes-mode to
27931         desktop-locals-to-save.
27933         * dired.el: Add handler to desktop-buffer-mode-handlers.
27934         (dired-restore-desktop-buffer): Remove autoload cookie.
27935         (dired-mode): Add autoload cookie.
27937         * info.el: Add handler to desktop-buffer-mode-handlers.
27938         (Info-restore-desktop-buffer): Remove autoload cookie.
27939         (Info-mode): Add autoload cookie.
27941         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
27942         (mh-restore-desktop-buffer): Remove autoload cookie.
27943         (mh-folder-mode): Add autoload cookie.
27945         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
27946         (rmail-restore-desktop-buffer): Remove autoload cookie.
27948 2005-08-11  Masatake YAMATO  <jet@gyve.org>
27950         * hexl.el (hexl-address-region):
27951         (hexl-ascii-region, hexl-font-lock-keywords):
27952         (hexl-highlight-line-range): Use the term "region"
27953         instead of "area" for consistency with the other symbols
27954         defined in hexl.el.
27956 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
27958         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
27959         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
27960         out by Juri Linkov).  Add `display-battery-mode'.
27962 2005-08-09  Juri Linkov  <juri@jurta.org>
27964         * progmodes/compile.el (compilation-mode-font-lock-keywords):
27965         Remove `-text' from face variable names.
27966         (compilation-error-file-name, compilation-warning-file-name)
27967         (compilation-info-file-name): Delete faces.
27968         (compilation-line-number, compilation-column-number):
27969         Remove face underlining.
27970         (compilation-message-face): Set to `underline' value by default.
27971         (compilation-error-face, compilation-warning-face)
27972         (compilation-info-face): Remove `-file-name' from face names.
27973         (compilation-error-text-face, compilation-warning-text-face)
27974         (compilation-info-text-face): Delete face variables.
27975         (compilation-text-face): Delete function.
27977         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
27978         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
27979         (grep-error-face): Set to `compilation-error' instead of
27980         `compilation-error-face' (which is redefined to `grep-hit-face' in
27981         grep buffers).
27982         (grep-mode-font-lock-keywords): Remove `-text' from face variable
27983         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
27985         * dired-aux.el (dired-do-query-replace-regexp):
27986         Use `query-replace-read-args'.
27988         * replace.el (query-replace-read-from, query-replace-read-to)
27989         (query-replace-read-args): Rename arg `string' to `prompt'.
27991         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
27993 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
27995         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
27996         uploading files.
27997         (ange-ftp-canonize-filename): Handle file names beginning with ~
27998         correctly.
28000 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
28002         * textmodes/fill.el (canonically-space-region)
28003         (fill-context-prefix, fill-french-nobreak-p)
28004         (fill-delete-newlines, fill-comment-paragraph)
28005         (justify-current-line): "?\ " -> "?\s".
28007 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
28009         * textmodes/fill.el (fill-nonuniform-paragraphs):
28010         Improve argument/docstring consistency.
28012 2005-08-09  Richard M. Stallman  <rms@gnu.org>
28014         * textmodes/ispell.el (ispell-word): More fboundp checks.
28016         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
28017         (find-file-noselect-1): Call it here, only if RAWFILE.
28018         (normal-mode): Always set some major mode.
28019         (save-some-buffers-action-alist): Change some explanation strings.
28020         (file-name-non-special): In the `quote' method, use unwind-protect.
28022 2005-08-09  Magnus Henoch  <mange@freemail.hu>
28024         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
28025         (ispell-have-aspell-dictionaries): New variable.
28026         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
28027         (ispell-get-aspell-config-value): New function.
28028         (ispell-aspell-find-dictionary): New function.
28029         (ispell-aspell-add-aliases): New function.
28030         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
28031         appropriate.  Don't look for ispell dictionaries if we use aspell.
28032         (ispell-menu-map): Don't build a submenu of dictionaries.
28034 2005-08-09  Richard M. Stallman  <rms@gnu.org>
28036         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
28037         (sql-read-passwd): Use read-passwd.
28039         * progmodes/idlw-toolbar.el (idlwave-toolbar)
28040         (idlwave-toolbar-is-possible): Add defvars.
28042         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
28043         Avoid warnings.
28045         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
28046         (idlwave-system-class-info, idlwave-executive-commands-alist):
28047         Use defvar.
28049         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
28051         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
28052         Avoid warnings.
28054         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
28055         and content-type: headers.
28057         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
28059         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
28060         and rename some of them to be more self-explanatory.
28062         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
28064         * startup.el (command-line-1): Implement -scriptload.
28066         * replace.el (occur-engine): Initial *Occur* output not undoable.
28068         * menu-bar.el (menu-bar-file-menu): Rename some menu items
28069         and improve help strings.
28071         * isearch.el (isearch-repeat): When changing direction,
28072         mark search successful.
28074         * ediff-init.el: Use (featurep 'xemacs).
28076         * comint.el (send-invisible): Identify buffer, if not selected.
28078         * align.el: Delete autoload for c-guess-basic-syntax.
28080 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
28082         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
28083         Improve argument/docstring consistency.  Doc fixes.
28084         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
28085         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
28086         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
28087         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
28088         (r2bv-organization, r2bv-pages, r2bv-primary-author)
28089         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
28090         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
28091         Defvar at compile time.
28093 2005-08-09  Juri Linkov  <juri@jurta.org>
28095         * info.el: Replace `info' with upper-case `Info' where appropriate.
28096         (info-title-1, info-title-2, info-title-3, info-title-4)
28097         (info-menu-header): Move up face definitions.
28098         (info-menu-star): Rename from `info-menu-5'.
28099         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
28100         (Info-fontify-visited-nodes): Fix docstring.
28101         (Info-hide-note-references): Fix docstring.
28102         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
28103         menu items in the same way as on cross-references.
28104         (info-apropos): Fix sorting order and formatting to be like in the
28105         stand-alone Info browser.  Display error messages for 1 sec.
28106         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
28107         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
28108         from the menu bar.
28109         (Info-insert-dir): Restore point after calling
28110         `insert-buffer-substring'.
28112 2005-08-08  Richard M. Stallman  <rms@gnu.org>
28114         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
28115         (recompute-lucid-menubar): Add defvars.
28117         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
28119         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
28121         * net/net-utils.el (run-dig): Rename from `dig'.
28123         * play/gametree.el (gametree-mode): Use make-local-variable,
28124         not make-variable-buffer-local.
28126         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
28128         * ansi-color.el (ansi-color-make-extent)
28129         (ansi-color-set-extent-face): Use fboundp, not functionp.
28131         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
28132         not make-variable-buffer-local.
28134         * bookmark.el (Info-current-file): Add defvar.
28135         (bookmark-jump-noselect): Use with-no-warnings.
28137         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
28139         * ebuff-menu.el (Helper-return-blurb): Add defvar.
28141         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
28143         * find-file.el (ada-procedure-start-regexp)
28144         (ada-package-start-regexp): Add defvars.
28146         * info.el (Info-insert-dir): Use insert-buffer-substring.
28148         * xml.el (xml-att-def-re): Add defvar.
28150         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
28151         calling convention.
28153         * subr.el (while-no-input): Return t if there is input.
28155 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
28157         * cus-start.el (all): Add `overflow-newline-into-fringe'.
28159 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
28161         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
28162         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
28164 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
28166         * cmuscheme.el (scheme-start-file): Replace reference to
28167         `user-emacs-directory' by "~/.emacs.d/".
28169 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
28171         * info.el (Info-dir-remove-duplicates): Avoid case folding
28172         in loop; instead, keep downcased strings for comparison.
28173         Suggested by Helmut Eller.
28175 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
28177         Sync with Tramp 2.0.50.
28179         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
28180         XEmacs case; not necessary anymore.
28181         (tramp-user-regexp): Allow "@" as part of user name.
28182         (tramp-handle-set-visited-file-modtime)
28183         (tramp-handle-insert-file-contents)
28184         (tramp-handle-write-region): No special handling for
28185         `last-coding-system-used, because this is done in
28186         `tramp-accept-process-output' now.
28187         (tramp-accept-process-output): New defun.
28188         (tramp-process-one-action, tramp-process-one-multi-action)
28189         (tramp-wait-for-regexp, tramp-wait-for-output)
28190         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
28191         Howells <dhowells@redhat.com>.
28192         (clear-visited-file-modtime): Defadvice removed.  The check for
28193         unset buffer's modtime does not need to be based on
28194         `tramp-buffer-file-attributes'.  Suggested by RMS.
28195         (tramp-message): Insert "\n" if not being at beginning of line.
28196         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
28197         sequence with same logic.
28198         (tramp-completion-handle-expand-file-name): Discard call of
28199         `tramp-drop-volume-letter'.  It is not necessary, and there have
28200         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
28201         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
28202         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
28203         should always be visible.
28204         (tramp-handle-insert-directory, tramp-setup-complete)
28205         (tramp-set-process-query-on-exit-flag)
28206         (tramp-append-tramp-buffers): Pacify byte-compiler.
28207         (tramp-bug): Delete non-existing variables from list.
28208         Apply `tramp-load-report-modules' as pre-hook.
28209         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
28210         `shell-prompt-pattern' because of non-7bit characters.
28211         Reported by Sebastian Luque <sluque@mun.ca>.
28212         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
28213         (tramp-match-string-list): Remove function.
28214         (tramp-wait-for-regexp): Remove call of that function.
28215         Suggested by Kim F. Storm <storm@cua.dk>.
28216         (tramp-set-auto-save-file-modes): Use octal integer code #o600
28217         instead of octal character code ?\600.  The latter resulted in a
28218         syntax error with XEmacs.
28220         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
28221         XEmacs case; not necessary anymore.
28222         (tramp-smb-handle-write-region): No special handling for
28223         `last-coding-system-used, because this is done in
28224         `tramp-accept-process-output' now.
28225         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
28227 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
28229         * wid-edit.el (widget-choice-value-create):
28230         Unconditionally respect user choice.  Set :explicit-choice back to nil
28231         when no longer needed.
28232         (widget-choice-action): Unconditionally respect user choice.
28233         Eliminate :explicit-choice-value.
28235         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
28237         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
28238         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
28239         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
28240         running new function `toggle-indicate-empty-lines'.
28241         Rename "Customize" item to "Customize fringe".
28242         Rename "Indicators" item to "Buffer boundaries" and change help echo.
28243         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
28244         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
28245         Delete "Empty lines only" item.
28246         (menu-bar-showhide-fringe-ind-customize): New function.
28247         (menu-bar-showhide-fringe-ind-mixed)
28248         (menu-bar-showhide-fringe-ind-box)
28249         (menu-bar-showhide-fringe-ind-right)
28250         (menu-bar-showhide-fringe-ind-left)
28251         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
28252         instead of `fringe-indicators'.
28254 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
28256         * emulation/viper.el (viper-emacs-state-mode-list):
28257         Add recentf-dialog-mode.  Change the date of last update.
28259 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
28261         * emulation/viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
28262         (viper-exec-yank, viper-put-back): Don't display modification msg
28263         if in the minibuffer.
28265         * emulation/viper-init.el (viper-replace-overlay-cursor-color)
28266         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
28267         Make variables frame local.
28269         * emulation/viper-util.el (viper-append-filter-alist):
28270         Use append instead of nconc.
28272         * emulation/viper.el (viper-vi-state-mode-list)
28273         (viper-emacs-state-mode-list): Move help-mode and
28274         completion-list-mode from the first list to the second.
28275         (viper-mode): Docstring.
28276         (viper-go-away, viper-non-hook-settings): Don't localize
28277         minor-mode-alist in newer Emacsen.  Add advice to
28278         set-cursor-color.  Don't bind "\C-c\\".
28280 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
28282         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
28283         (scheme-macro-expand-command): New user options.
28284         (scheme-trace-procedure, scheme-expand-current-form): New commands.
28285         (scheme-form-at-point, scheme-start-file)
28286         (scheme-interactively-start-process): New functions.
28287         (scheme-get-process): New function, extracted from `scheme-proc'.
28288         (run-scheme): Call `scheme-start-file' to get start file, and pass
28289         it to `make-comint'.
28290         (switch-to-scheme, scheme-proc):
28291         Call `scheme-interactively-start-process' if no Scheme buffer/process
28292         is available.
28294 2005-08-06  Juri Linkov  <juri@jurta.org>
28296         * progmodes/compile.el (compilation-mode-font-lock-keywords):
28297         Use `compilation-text-face', `compilation-info-text-face' and
28298         `compilation-error-text-face' instead of `font-lock-keyword-face'.
28299         (compilation-error): New face.
28300         (compilation-error-file-name): Inherit from
28301         `compilation-error' instead of `font-lock-warning-face'.
28302         (compilation-warning-file-name): Inherit from
28303         `compilation-warning' instead of `font-lock-warning-face'.
28304         (compilation-info, compilation-error-file-name)
28305         (compilation-warning-file-name, compilation-info-file-name)
28306         (compilation-line-number, compilation-column-number): Doc fix.
28307         (compilation-error-text-face, compilation-warning-text-face)
28308         (compilation-info-text-face): New face variables.
28309         (compilation-line-face, compilation-column-face)
28310         (compilation-enter-directory-face)
28311         (compilation-leave-directory-face): Doc fix.
28312         (compilation-text-face): New function.
28314         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
28315         instead of 1 to display binary file names as info file links.
28316         (grep-error-face): Use `compilation-error-face' instead of
28317         `font-lock-keyword-face'.
28318         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
28319         and `compilation-warning-text-face' instead of
28320         `font-lock-keyword-face'.  Use `compilation-error-text-face'
28321         instead of `grep-error-face'.
28323 2005-08-05  Kenichi Handa  <handa@m17n.org>
28325         * international/code-pages.el: Add autoload cookies for all coding
28326         systems.
28328 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
28330         * cus-start.el (all): Put undo.c where it alphabetically belongs.
28332 2005-08-04  Juri Linkov  <juri@jurta.org>
28334         * progmodes/compile.el (compilation-mode-map):
28335         * progmodes/grep.el (grep-mode-map):
28336         Bind TAB to `compilation-next-error' and [backtab] to
28337         `compilation-previous-error'.
28339         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
28340         matching line numbers, column numbers and their ranges with regexp
28341         matching only line numbers.
28342         (grep-context-face): New face variable.
28343         (grep-mode-font-lock-keywords): Use it.
28345         * faces.el (read-face-name): Delete duplicate faces.
28347 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
28349         * thumbs.el (thumbs-find-image): Don't make variables
28350         automatically buffer local.
28351         (thumbs-current-tmp-filename, thumbs-current-image-filename)
28352         (thumbs-image-num): Make automatically buffer local.
28353         (thumbs-show-thumbs-list): Use `make-local-variable', not
28354         `make-variable-buffer-local'.
28355         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
28357         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
28358         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
28359         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
28360         (bother, bye, canyou, chatlst, continue, deathlst, describe)
28361         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
28362         (feelings-about, foullst, found, hello, history, howareyoulst)
28363         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
28364         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
28365         (neglst, obj, object, owner, please, problems, qlist)
28366         (random-adjective, relation, remlst, repetitive-shortness)
28367         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
28368         (shortlst, something, sportslst, stallmanlst, states, subj)
28369         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
28370         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
28371         Defvar at compile time.
28373         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
28374         not `make-variable-buffer-local'.
28376 2005-08-02  Kim F. Storm  <storm@cua.dk>
28378         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
28379         rectangle overlay in selected window.
28381 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
28383         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
28384         instead of display group.  Make `indicate-buffer-boundaries'
28385         customizable through Custom.
28387 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
28389         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
28390         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
28391         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
28392         (gdb-put-string): Fix typos in docstrings.
28394 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
28396         Update copyright notices of files in progmodes directory for
28397         release of Emacs 22.1.
28399         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
28401         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
28402         Don't barf if the GUD buffer has been killed.
28404 2005-08-01  Kim F. Storm  <storm@cua.dk>
28406         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
28408 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
28410         * simple.el (next-error-follow-minor-mode):
28411         make-variable-buffer-local -> make-local-variable.
28413         * emacs-lisp/cl-extra.el: Require CL also when compiling.
28415         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
28416         (byte-compile-form-make-variable-buffer-local): New functions to warn
28417         about misuses of make-variable-buffer-local where make-local-variable
28418         was meant.
28420 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
28422         * bs.el (bs-attributes-list): Doc fix.
28423         (bs): Update url-link.
28425         * desktop.el (desktop-save-buffer): Fix typos in docstring.
28426         (desktop-load-default): Simplify.
28428         * ibuffer.el (ibuffer-columnize-and-insert-list)
28429         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
28430         (ibuffer-unmark-all, ibuffer-toggle-marks)
28431         (ibuffer-unmark-forward, ibuffer-unmark-backward)
28432         (ibuffer-compile-make-format-form, ibuffer-format-column)
28433         (ibuffer-current-buffers-with-marks)
28434         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
28435         (ibuffer): Doc fix.
28436         (ibuffer-mode): Fix typo in docstring.
28437         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
28438         with `define-obsolete-variable-alias'.
28439         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
28441 2005-07-29  Kenichi Handa  <handa@m17n.org>
28443         * international/mule-cmds.el (select-message-coding-system):
28444         Be sure to use LF for end-of-line.  If no coding system is decided,
28445         return iso-8859-1-unix.
28447 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
28449         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
28450         (ange-ftp-pending-error-line): New vars.
28451         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
28452         to handle the non-fatal no-route-to-host messages.
28453         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
28455 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
28457         * isearch.el (isearch-mode-map, isearch-other-meta-char)
28458         (isearch-quote-char, isearch-printing-char)
28459         (isearch-text-char-description): "?\ " -> "?\s".
28460         (isearch-lazy-highlight-cleanup)
28461         (isearch-lazy-highlight-initial-delay)
28462         (isearch-lazy-highlight-interval)
28463         (isearch-lazy-highlight-max-at-a-time)
28464         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
28465         Declare with define-obsolete-*-alias macros.
28466         (isearch-forward): Fix typo in docstring.
28467         (search-invisible, search-ring-yank-pointer)
28468         (regexp-search-ring-yank-pointer): Doc fixes.
28470         * recentf.el (recentf-menu-append-commands-p): Declare with
28471         `define-obsolete-variable-alias'.
28472         (recentf-max-saved-items, recentf-menu-filter)
28473         (recentf-arrange-by-rule-subfilter): Doc fixes.
28474         (recentf-menu-append-commands-flag)
28475         (recentf-initialize-file-name-history, recentf-expand-file-name)
28476         (recentf-clear-data): Fix typos in docstrings.
28478 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
28480         * progmodes/gdb-ui.el: Smarten comments.
28481         (gdb-info-breakpoints-custom): Use nowarn when finding file.
28483 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
28485         * term/apollo.el (terminal-init-apollo): New function containing
28486         all former top level forms in the file.
28487         * term/bobcat.el (terminal-init-bobcat):
28488         * term/cygwin.el (terminal-init-cygwin):
28489         * term/iris-ansi.el (terminal-init-iris-ansi):
28490         * term/linux.el (terminal-init-linux):
28491         * term/news.el (terminal-init-news):
28492         * term/rxvt.el (terminal-init-rxvt):
28493         * term/sun.el (terminal-init-sun):
28494         * term/tvi970.el (terminal-init-tvi970):
28495         * term/vt100.el (terminal-init-vt100):
28496         * term/vt102.el (terminal-init-vt102):
28497         * term/vt125.el (terminal-init-vt125):
28498         * term/vt200.el (terminal-init-vt200):
28499         * term/vt201.el (terminal-init-vt201):
28500         * term/vt220.el (terminal-init-vt220):
28501         * term/vt240.el (terminal-init-vt240):
28502         * term/vt300.el (terminal-init-vt300):
28503         * term/vt320.el (terminal-init-vt320):
28504         * term/vt400.el (terminal-init-vt400):
28505         * term/vt420.el (terminal-init-vt420):
28506         * term/wyse50.el (terminal-init-wyse50):
28507         * term/xterm.el (terminal-init-xterm): Likewise.
28509         * term/README: Describe the terminal-init-* functionality.
28511         * startup.el (command-line): After loading the terminal initialization
28512         file call the corresponding terminal initialization function.
28514 2005-07-27  Kenichi Handa  <handa@m17n.org>
28516         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
28517         negative.
28519         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
28520         (ps-mule-composition-prologue): Fix for the case that
28521         RelativeCompose is false.
28523 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
28525         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
28527         * descr-text.el (describe-char): Handle the case where the list of
28528         chars is displayed in a separate frame.
28529         Be a bit more discriminating when looking for the char.
28531 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
28533         * bookmark.el (bookmark-automatically-show-annotations)
28534         (bookmark-read-annotation-text-func): Doc fixes.
28535         (bookmark-save): Improve argument/docstring consistency.
28536         (bookmark-get-bookmark, bookmark-get-bookmark-record)
28537         (bookmark-alist-from-buffer)
28538         (bookmark-upgrade-file-format-from-0)
28539         (bookmark-grok-file-format-version)
28540         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
28541         (bookmark-read-annotation-mode)
28542         (bookmark-insert-current-bookmark, bookmark-jump)
28543         (bookmark-exit-hook): Fix typos in docstrings.
28544         (bookmark-exit-hooks): Define as obsolete alias.
28545         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
28546         not `bookmark-exit-hooks'.  Fix docstring.
28547         (bookmark-bmenu-select): "?\ " -> "?\s".
28549 2005-07-25  Ari Roponen  <arjuropo@cc.jyu.fi>  (tiny change)
28551         * startup.el (command-line): Fix typo.
28553 2005-07-24  Richard M. Stallman  <rms@gnu.org>
28555         * tooltip.el (tooltip-mode): Test emacs-basic-display,
28556         not emacs-quick-startup.
28558 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
28560         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
28561         (reb-next-match, reb-show-subexp): Use `with-selected-window'
28562         instead of `reb-with-current-window'.
28563         (reb-prev-match): Likewise.  Also, don't move left if the search
28564         was unsuccessful.
28565         (reb-initialize-buffer): New function.
28566         (re-builder, reb-change-syntax): Use it.
28568         * man.el (Man-goto-page): Make second argument NOERROR optional.
28570 2005-07-23  Richard M. Stallman  <rms@gnu.org>
28572         * man.el (Man-bgproc-sentinel): Check here for failure to find
28573         any man page in the output, and report the error here.
28574         (Man-arguments): Make it permanent local.
28575         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
28576         (Man-mode): Pass t for NOERROR.
28578         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
28579         (grep-mode-font-lock-keywords):
28580         Don't use compilation-...-face for messages that are not file names.
28582         * progmodes/compile.el (compilation-mode-font-lock-keywords):
28583         Don't use compilation-...-face for messages that are not file names.
28585 2005-07-22  Juri Linkov  <juri@jurta.org>
28587         * startup.el (normal-splash-screen): Update menu name.
28589         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
28591 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
28593         * term/xterm.el: Load term/rxvt if the terminal is actually an
28594         rxvt terminal.
28595         (xterm-rxvt-set-background-mode): Remove, not used anymore.
28597         * term/rxvt.el (function-key-map): Use substitute-key-definition
28598         to bind {C,S,C-S}-{f1-f10}.  Add a few missing key bindings.
28600         * term/cygwin.el: New file.
28602 2005-07-22  Kim F. Storm  <storm@cua.dk>
28604         * image-file.el (insert-image-file, image-file-yank-handler):
28605         Fix last change to maintain a (unique) yank-handler on yanked images.
28607 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
28609         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
28610         of the file size (as in "177B" for 177 bytes).  This happens with
28611         "ls -lh" on FreeBSD.
28613 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
28615         * hilit-chg.el (highlight-changes-global-initial-state)
28616         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
28617         (hilit-chg-fixup, highlight-changes-mode):
28618         Fix typos in docstrings.
28619         (highlight-changes-global-modes, highlight-changes-rotate-faces):
28620         Doc fixes.
28622 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
28624         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
28625         mode function using `eval-after-load'.
28627 2005-07-21  Kim F. Storm  <storm@cua.dk>
28629         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
28630         included when reporting an Emacs crash, and tell about the DEBUG file.
28632         * image-file.el (insert-image-file): Add yank-handler.
28633         (image-file-yank-handler): Yank handler to make unique copies of
28634         images when they are yanked into a buffer next to each other.
28636 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
28638         * comint.el (comint-use-prompt-regexp, comint-send-input)
28639         (comint-source-default, comint-extract-string)
28640         (comint-get-source, comint-word, comint-completion)
28641         (comint-source, comint-prompt-read-only, comint-update-fence):
28642         Fix typos in docstrings.
28643         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
28644         Declare with define-obsolete-*-alias macros.
28645         (comint-previous-matching-input-from-input)
28646         (comint-next-matching-input-from-input)
28647         (comint-previous-matching-input, comint-next-matching-input)
28648         (comint-forward-matching-input):
28649         Improve argument/docstring consistency.
28651         * desktop.el (desktop-clear-preserve-buffers-regexp):
28652         Also preserve the *server* buffer.
28654         * simple.el (clone-indirect-buffer): Doc fix.
28655         (fixup-whitespace, just-one-space)
28656         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
28657         (next-error, next-error-highlight)
28658         (next-error-highlight-no-select, next-error-last-buffer)
28659         (next-error-buffer-p, next-error-find-buffer, next-error)
28660         (previous-error, next-error-no-select, previous-error-no-select)
28661         (open-line, split-line, minibuffer-prompt-width, kill-new)
28662         (binary-overwrite-mode): Fix typos in docstrings.
28663         (set-fill-column): Fix typo in message.
28665         * skeleton.el (skeleton-proxy-new): Doc fix.
28667         * strokes.el (strokes-load-hook): Doc fix.
28668         (strokes-grid-resolution, strokes-get-grid-position)
28669         (strokes-renormalize-to-grid, strokes-read-stroke)
28670         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
28671         (strokes-global-map): Fix typos in docstrings.
28672         (strokes-help): Doc fix.  Fix help message and pass it through
28673         `substitute-command-keys'.
28675         * tempo.el (tempo-insert-prompt, tempo-interactive)
28676         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
28677         (tempo-insert-string-functions, tempo-local-tags)
28678         (tempo-define-template, tempo-insert-template)
28679         (tempo-insert-prompt-compat, tempo-is-user-element)
28680         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
28681         Fix typos in docstrings.
28683         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
28684         (vcursor-key-bindings, vcursor-use-vcursor-map)
28685         (vcursor-find-window, vcursor-scroll-down)
28686         (vcursor-disable, vcursor-beginning-of-buffer)
28687         (vcursor-end-of-buffer): Fix typos in docstrings.
28688         (vcursor-relative-move, vcursor-get-char-count):
28689         Improve argument/docstring consistency.
28691         * version.el: "?\ " -> "?\s".
28693         * wid-edit.el (widget-default-create, widget-after-change)
28694         (widget-default-format-handler, widget-checklist-add-item)
28695         (widget-radio-add-item, widget-choose, widget-specify-secret)
28696         (widget-field-value-create, widget-field-value-get)
28697         (widget-editable-list-format-handler)
28698         (widget-editable-list-entry-create, widget-group-value-create)
28699         (widget-documentation-link-add)
28700         (widget-documentation-string-value-create): "?\ " -> "?\s".
28701         (widget-convert-text): Doc fix.
28702         (widget-narrow-to-field, widget-field-find)
28703         (widget-url-link-action, widget-emacs-library-link-action)
28704         (widget-color-notify): Fix typos in docstrings.
28706         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
28707         (x-select-text, set-w32-system-coding-system)
28708         (w32-add-charset-info): Fix typos in docstrings.
28710         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
28711         (cua-enable-cua-keys, cua-use-hyper-key)
28712         (cua-virtual-rectangle-edges): Fix typos in docstrings.
28713         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
28715         * net/tramp.el (tramp-handle-load): Fix typo in error message.
28717         * emacs-lisp/re-builder.el (regexp-builder): Declare with
28718         `defalias' instead of faking it.
28720         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
28721         (eshell-ls-missing, eshell-ls-dired-initial-args)
28722         (eshell-ls-use-in-dired): Fix typos in docstrings.
28724 2005-07-20  Kim F. Storm  <storm@cua.dk>
28726         * emulation/cua-base.el (cua-mode): Improve doc string.
28728 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
28730         * abbrev.el (expand-region-abbrevs): Doc fix.
28731         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
28732         Improve argument/docstring consistency.
28734         * arc-mode.el (archive-get-descr, archive-alternate-display):
28735         Doc fixes.
28736         (archive-l-e): Improve argument/docstring consistency.
28737         (archive-tmpdir, archive-unixdate, archive-unixtime)
28738         (archive-chmod-entry): Fix typos in docstrings.
28739         (archive-unflag, archive-unflag-backwards)
28740         (archive-unmark-all-files): "?\ " -> "?\s".
28742         * buff-menu.el (Buffer-menu-unmark): Doc fix.
28743         (Buffer-menu-not-modified, Buffer-menu-execute)
28744         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
28745         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
28747         * composite.el (compose-string, encode-composition-rule)
28748         (compose-last-chars): Fix typos in docstrings.
28750         * desktop.el (desktop-enable, desktop-basefilename):
28751         Declare with `define-obsolete-variable-alias'.
28752         (desktop-internal-v2s): Don't quote keywords.
28753         (desktop-clear): "?\ " -> "?\s".
28755         * dired.el (dired-align-file, dired-flag-backup-files)
28756         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
28757         (dired-listing-switches, dired-ls-F-marks-symlinks)
28758         (dired-dwim-target, dired-load-hook, dired-mode-hook)
28759         (dired-directory, dired-faces, dired, dired-revert)
28760         (dired-mode, dired-summary, dired-view-file)
28761         (dired-copy-filename-as-kill, dired-delete-file)
28762         (dired-no-confirm, dired-unmark-all-marks)
28763         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
28764         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
28765         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
28766         Fix typos in message strings.
28768         * dired-x.el (virtual-dired): Declare with `defalias'.
28769         (dired-mark-unmarked-files, dired-local-variables-file)
28770         (dired-omit-here-always): Doc fix.
28771         (dired-omit-mode, dired-find-subdir)
28772         (dired-enable-local-variables, dired-clean-up-buffers-too)
28773         (dired-extra-startup, dired-mark-extension, dired-jump)
28774         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
28775         (dired-smart-shell-command, dired-guess-shell-alist-user)
28776         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
28777         (dired-x-bind-find-file, dired-x-submit-report):
28778         Fix typos in docstrings.
28779         (dired-mark-unmarked-files): "?\ " -> "?\s".
28781         * dirtrack.el (dirtrack-list): Fix typos in docstring.
28783         * faces.el (describe-face): "?\ " -> "?\s".
28784         (read-all-face-attributes, read-face-font, modify-face)
28785         (face-attr-construct, italic): Fix typos in docstrings.
28786         (frame-update-face-colors): Declare with
28787         `define-obsolete-function-alias'.
28789         * files.el (find-file-noselect, recode-file-name): Doc fixes.
28790         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
28791         (magic-mode-alist, buffer-file-numbers-unique)
28792         (write-file-functions, get-free-disk-space):
28793         Fix typos in docstrings.
28794         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
28795         (write-contents-hooks, write-file-hooks):
28796         Declare with `define-obsolete-variable-alias'.
28798         * forms-d2.el (arch-rj): Fix typo in docstrings.
28799         (arch-tocol): Likewise.  "?\ " -> "?\s".
28801         * frame.el (set-frame-font, cursor-in-non-selected-windows):
28802         Fix typo in docstring.
28803         (set-screen-width, set-screen-height): Delete redundant info in
28804         doctrings.
28805         (new-frame, screen-height, screen-width): Declare with
28806         `define-obsolete-function-alias'.
28807         (delete-frame-hook, blink-cursor): Declare with
28808         `define-obsolete-variable-alias'.
28810         * paths.el (prune-directory-list): Fix typos in docstring.
28812         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
28813         (cvs-prefix-get): Fix typos in docstrings.
28815         * ps-print.el (ps-extend-face-list, ps-extend-face)
28816         (ps-print-background-image): Fix typos in docstrings.
28817         (ps-default-fg, ps-default-bg): Doc fixes.
28819         * s-region.el (s-region-bind): Doc fix.
28820         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
28822         * textmodes/org.el (org-table-formula-substitute-names)
28823         (org-table-get-vertical-vector): Doc fixes.
28824         (org-table-recalculate): Remove unused argument to `message'.
28826 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
28828         * textmodes/org.el (org-table-column-names)
28829         (org-table-column-name-regexp)
28830         (org-table-named-field-locations): New variables.
28831         (org-archive-subtree): Protect `this-command' when calling
28832         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
28833         the kill buffer.
28834         (org-complete): Remove fixed-formula completion.
28835         (org-edit-formulas-map): New variable.
28836         (org-table-edit-formulas): New command.
28837         (org-finish-edit-formulas, org-abort-edit-formulas)
28838         (org-show-variable, org-table-get-vertical-vector): New functions.
28839         (org-table-maybe-eval-formula): Handle `:=' fields.
28840         (org-table-get-stored-formulas, org-table-store-formulas)
28841         (org-table-get-formula, org-table-modify-formulas)
28842         (org-table-replace-in-formulas): Handle named field formulas.
28843         (org-table-get-specials): Store locations of named fields.
28845 2005-07-19  Juri Linkov  <juri@jurta.org>
28847         * progmodes/grep.el (grep-regexp-alist)
28848         (grep-mode-font-lock-keywords, grep-process-setup):
28849         Use default GNU grep match color "01;31m" instead of "01;41m".
28850         (grep-regexp-alist, grep-mode-font-lock-keywords):
28851         Use `\\[[0-9]*m' instead of `\\[00m'.
28852         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
28853         sgr_start where its handling is more important.  Use the real
28854         length of sgr_start instead of constant 8.
28855         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
28856         specially.  Delete all remaining escape sequences.
28857         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
28858         (grep-regexp-alist): Make hyperlink only for binary file name
28859         instead of the whole line.
28860         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
28861         (grep-mode): Add autoload.
28863         * emacs-lisp/find-func.el (find-function-regexp):
28864         Add `define-compilation-mode'.
28866 2005-07-19  Juri Linkov  <juri@jurta.org>
28868         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
28869         (compare-windows-sync-string-size, compare-windows-recenter)
28870         (compare-windows-highlight, compare-windows): Add version 22.1.
28871         (compare-windows) <defface>: Inherit from lazy-highlight instead
28872         of duplicating its default value.
28874         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
28875         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
28877         * descr-text.el (describe-char): Create link buttons for `charset'
28878         and `code point'.  Add the current input method name with a link
28879         button to `to input' field.  Print face names of display table
28880         characters in `The display table entry is displayed by' section
28881         instead of printing face-id in the `display' field.
28882         Guess hardcoded faces and create a link button for them.
28883         Skip empty fields when calculating max-width.
28884         Treat `widget-create' specially while inserting strings from the
28885         collected field list.
28886         (describe-char-after): Made obsolete in version 22.1, not 21.5.
28888         * diff-mode.el (diff-file-header): Change foreground color from
28889         yellow to green on light backgrounds.
28890         (diff-context): Inherit from `shadow' only for color/grayscale
28891         with more than 88 colors.
28892         (diff-indicator-removed, diff-indicator-added)
28893         (diff-indicator-changed): New faces.
28894         (diff-font-lock-keywords): Use new faces.  Regroup rules.
28895         Add "^---$" for `normal' diff format.  Fontify `#' lines with
28896         font-lock-comment-delimiter-face and font-lock-comment-face.
28897         Add `#' to ^[^...] in the rule for `diff-context-face'.
28899         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
28900         a button-like box.  Inherit from `highlight' on low colors.
28901         (shadow): Use shades of gray only for color/grayscale with
28902         more than 88 colors.  Use green for light backgrounds with
28903         8 colors, and yellow for dark backgrounds with 8 colors.
28905         * font-lock.el (font-lock-regexp-grouping-backslash):
28906         Don't inherit from escape-glyph (use bold for all cases).
28908         * info.el (info-xref-visited): Use light foreground color `violet'
28909         for dark backgrounds instead of dark color `magenta3'.
28910         (info-title-1): Use `yellow' color for dark backgrounds.
28912         * isearch.el (isearch): Use not-too-dark magenta3 instead of
28913         too-light magenta2.
28915         * replace.el (match): Use slightly more light RoyalBlue3 instead
28916         of dark RoyalBlue4.
28918         * wid-edit.el (widget-inactive): Inherit from `shadow'.
28920 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
28922         * novice.el (disabled-command-hook): Declare it with
28923         `define-obsolete-variable-alias'.
28925         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
28926         (desktop-buffer-misc-functions, desktop-buffer-handlers)
28927         (desktop-load-default): Add release to obsolescence info.
28928         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
28929         (desktop-append-buffer-args, desktop-read):
28930         Fix typos in docstrings.
28931         (desktop-kill): Fix typo in message.
28932         (desktop-save): Doc fix.
28934 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
28936         * emulation/viper-cmd.el (viper-escape-to-state): Bug fix.
28937         (viper-envelop-ESC-key): Change the definition of fast
28938         keysequence so it'll work with keyboard macros.
28940         * ediff.el (ediff-patch-buffer): Change the docstring.
28942 2005-07-19  Kenichi Handa  <handa@m17n.org>
28944         * international/mule-cmds.el (select-safe-coding-system): Try to
28945         use an auto-coding (if any) before anything else.  If the found
28946         auto-coding is invalid, show a warning message.
28948         * international/mule.el (find-auto-coding): New function created
28949         by modifying the body of set-auto-coding.
28950         (set-auto-coding): Use find-auto-coding to find a coding.
28952 2005-07-18  Richard M. Stallman  <rms@gnu.org>
28954         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
28955         not isearch-mode-end-hook-error.
28956         (allout-before-change-protect): Fix error message.
28958 2005-07-18  Juri Linkov  <juri@jurta.org>
28960         * allout.el (allout-mode):
28961         * calculator.el (calculator-copy):
28962         * custom.el (custom-known-themes):
28963         * dired.el (dired-desktop-buffer-misc-data)
28964         (dired-restore-desktop-buffer):
28965         * dired-x.el (dired-omit-marker-char):
28966         * files.el (basic-save-buffer):
28967         * font-core.el (font-lock-mode):
28968         * calendar/calendar.el (calendar-goto-hebrew-date)
28969         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
28970         (calendar-goto-persian-date):
28971         * language/ethio-util.el (ethio-sera-to-fidel-region):
28972         * textmodes/picture.el (picture-mode):
28973         Delete duplicate duplicate words.
28975 2005-07-18  Juri Linkov  <juri@jurta.org>
28977         * isearch.el (isearch-mode-map): Remove key bindings for regexp
28978         chars * ? } |.
28979         (isearch-fallback): Don't call `isearch-process-search-char'.
28980         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
28981         (isearch-process-search-char): Call `isearch-fallback' for regexp
28982         chars * ? } |.
28983         (isearch-return-char): Make obsolete with `make-obsolete' instead
28984         of simply documenting it as obsolete in the docstring.
28985         (isearch-fallback): Refill docstring.
28987         * international/isearch-x.el
28988         (isearch-process-search-multibyte-characters): Remove unneeded
28989         `concat'.  Add intermediate values to `junk-hist' instead of
28990         `minibuffer-history'.  Test the length of `str'.
28992 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
28994         * allout.el (allout-resolve-xref): Fix typos in error strings.
28995         (allout-before-change-protect): Remove unneeded `concat'.
28997         * array.el (array-mode, array-reconfigure-rows)
28998         (untabify-backward): Fix typos in docstrings.
28999         (array-reconfigure-rows): Use `insert-buffer-substring', not
29000         `insert-buffer'.
29002         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
29003         * progmodes/ada-mode.el (ada-make-body):
29004         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
29006         * dired.el (dired-log):
29007         * tar-mode.el (tar-subfile-save-buffer):
29008         * play/zone.el (zone-pgm-stress-destress):
29009         Use `insert-buffer-substring', not `insert-buffer'.
29011 2005-07-17  Simon Josefsson  <jas@extundo.com>
29013         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
29015 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
29017         * mail/smtpmail.el (smtpmail-auth-supported): Add plain auth method.
29018         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
29020 2005-07-17  Kim F. Storm  <storm@cua.dk>
29022         * ido.el (dired-other-window): Add ido property.
29024 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
29026         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
29027         Fix typo in docstring.
29028         (byte-compile-interactive-only-functions): Add `insert-buffer' and
29029         `insert-file-literally'.
29031         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
29032         info and delete redundant message.  Doc fix.
29033         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
29034         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
29036 2005-07-16  Richard M. Stallman  <rms@gnu.org>
29038         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
29039         (byte-compile-and): Use byte-compile-and-recursion.
29040         (byte-compile-or-recursion): New function.
29041         (byte-compile-or): Use that.
29042         (byte-compile-if): Guard the else-clause too.
29043         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
29045         * isearch.el (isearch-mode-end-hook-quit): New variable.
29046         (isearch-done): Bind it.
29047         (isearch-mode-end-hook): Doc fix.
29049         * allout.el (allout-isearch-did-quit): Variable deleted.
29050         (allout-real-isearch-abort): Function name no longer used.
29051         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
29052         (allout-isearch-rectification): isearch-mode always exists.
29053         Don't set allout-isearch-did-quit.
29054         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
29055         allout-isearch-did-quit.
29056         (allout-enwrap-isearch): Just add the hook.
29057         (allout-isearch-abort): Function deleted.
29058         (allout-pre-command-business): Avoid warning.
29060         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
29061         Correctly avoid warnings.
29062         (pascal-outline): Likewise.
29064         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
29066         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
29068         * play/tetris.el (tetris-mode): Avoid warning.
29070         * play/snake.el (snake-mode): Avoid warning.
29072         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
29073         (gamegrid-set-display-table): Avoid warning.
29074         (gamegrid-set-timer): Likewise.
29075         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
29076         (gamegrid-add-score-with-update-game-score-1): Take FILE
29077         as argument.
29078         (gamegrid-add-score-with-update-game-score): Pass that argument.
29079         Rename have-shared-game-dir to gamegrid-shared-game-dir.
29081         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
29083         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
29084         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
29086         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
29087         and insert-file.
29089         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
29090         (sc-ask): Avoid warnings.
29092         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
29093         (eshell-hist-initialize): Use that var the natural way.
29095         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
29097         * emacs-lisp/re-builder.el (reb-cook-regexp):
29098         Avoid warning calling lre-compile-string.
29099         (reb-color-display-p): Avoid warning.
29101         * calculator.el (calculator-last-input): Guard uses
29102         of event-key and key-press-event-p.
29103         (event-key, key-press-event-p): Delete definitions.
29105         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
29106         (find-gc-source-directory, find-gc-subrs-callers)
29107         (find-gc-noreturn-list, find-gc-source-files)
29108         (find-gc-subrs-called): Vars renamed and defvar'd.
29110         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
29111         (checkdoc-overlay-put, checkdoc-delete-overlay)
29112         (checkdoc-overlay-start, checkdoc-overlay-end)
29113         (checkdoc-mode-line-update, checkdoc-char=):
29114         Define such that compiler knows they are defined.
29115         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
29116         (checkdoc-read-event): Delete.  Use read-event directly.
29118         * whitespace.el (whitespace-make-overlay)
29119         (whitespace-overlay-put, whitespace-delete-overlay)
29120         (whitespace-overlay-start, whitespace-overlay-end):
29121         Define such that compiler knows they are defined.
29122         (whitespace): Move conditional inside.
29124         * tempo.el (tempo-insert-template): Suppress warning.
29126         * ediff-diff.el (longlines-mode): Add defvar.
29128 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
29130         * server.el: Bind "C-x #" in a way that works even if C-x is
29131         redefined to a command key, not a prefix key.
29133 2005-07-16  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>  (tiny change)
29135         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
29136         cl-make-type-test till execution time.
29138 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
29140         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
29141         arg ARG and use it.
29143 2005-07-16  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>  (tiny change)
29145         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
29147 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
29149         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
29150         a defcustom with two :set or :type keywords.
29152 2005-07-15  Richard M. Stallman  <rms@gnu.org>
29154         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
29155         Don't give ^M comment-end syntax.
29157 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
29159         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
29160         Don't consider gdbmi (gdb-mi.el has its own update functions).
29161         (gdb-var-delete): Make it work for gdbmi as well.
29162         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
29164         * progmodes/gud.el (etags, sdb): Only require etags when needed.
29165         (gud-speedbar-menu-items): Correct logic for enabling items.
29167 2005-07-15  Kim F. Storm  <storm@cua.dk>
29169         * ido.el: Fix commentary.
29170         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
29171         Use with-no-warnings around ffap-guesser.
29172         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
29173         Let bind minibuffer-completing-file-name to t.
29175 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
29177         * startup.el (site-run-file, keyboard-type): Doc fixes.
29178         (command-line): Check for "--basic-display" argument; also for
29179         "--quick", not "--bare-bones" (which was renamed).
29180         (fancy-splash-text): Add missing item "Getting New Versions".
29181         (normal-splash-screen): Fix typos and improve consistency with
29182         `fancy-splash-text'.  Update copyright year.
29184         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
29185         valid binding for `help-char'.
29187         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
29189 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
29191         * term.el (term-mode): Disable cua-mode for term buffers.
29193 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
29195         * add-log.el (add-log-mailing-address, change-log-merge):
29196         Doc fixes.
29197         (change-log-get-method-definition): Fix typo in docstring.
29199 2005-07-14  Kim F. Storm  <storm@cua.dk>
29201         * emulation/cua-base.el:
29202         (cua--pre-command-handler-1, cua--pre-command-handler)
29203         (cua--post-command-handler-1, cua--post-command-handler):
29204         Split in two.  Check (buffer local) value of cua-mode.
29205         (cua-selection-mode): New command.
29207 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
29209         * custom.el (custom-initialize-safe-set)
29210         (custom-initialize-safe-default): Doc fixes.
29212         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
29213         and simplify :init-value again.
29215         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
29216         and simplify :init-value again.  Delete autoload.
29218         * startup.el (command-line): Use `custom-reevaluate-setting' again
29219         for tooltip-mode.
29221         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
29222         a defcustom with two :initialize keywords.
29224 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
29226         * allout.el (my-mark-marker, allout-isearch-prior-pos)
29227         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
29228         (allout-post-command-business, allout-flag-region)
29229         (isearch-reenable-font-lock, allout-yank)
29230         (allout-insert-latex-header, allout-insert-latex-trailer)
29231         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
29232         (allout-latex-verb-quote): Fix typos in docstrings.
29233         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
29234         (allout-unprotected, allout-prefix-data):
29235         Improve argument/docstring consistency.
29236         (allout-chart-subtree): Fix argument spec.
29237         (allout-open-topic): Rename `use_sib_bullet' argument to
29238         `use-sib-bullet'.  Doc fix.
29240         * whitespace.el (whitespace-check-buffer-leading)
29241         (whitespace-check-buffer-trailing)
29242         (whitespace-check-buffer-indent)
29243         (whitespace-check-buffer-spacetab)
29244         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
29245         (whitespace-check-leading-whitespace)
29246         (whitespace-check-trailing-whitespace)
29247         (whitespace-check-spacetab-whitespace)
29248         (whitespace-check-indent-whitespace)
29249         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
29250         (whitespace-modes): Fix typos in docstrings.
29251         (defgroup, defcustom): Doc fixes.
29253         * winner.el (winner-mode, winner-boring-buffers)
29254         (winner-pending-undo-ring): Doc fixes.
29255         (winner-ring): Remove unneeded `progn'.
29256         (winner-equal): `defsubst' it.
29257         (winner-redo): Fix message.
29259 2005-07-13  Kim F. Storm  <storm@cua.dk>
29261         * simple.el (line-move-1): Always use vertical-motion to
29262         do the last (or only) line move to ensure some movement.
29263         Undo 2005-06-23 change--don't check for overlays.
29265 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
29267         * term/mac-win.el (ccl-encode-mac-roman-font)
29268         (ccl-encode-mac-centraleurroman-font)
29269         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
29270         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
29271         Change charset-id boundary of dimension to ?\xef.
29272         (mac-char-fontspec-list): New constant.
29273         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
29274         argument.  Nil uses itself as family in font-spec.  Previous
29275         behavior for nil is now provided by non-nil non-string argument.
29276         All callers changed.  Add font-specs for Mac fonts to
29277         "fontset-default" unless iso8859-1 fonts are installed.
29279 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
29281         * progmodes/sh-script.el (sh-get-indent-info): Only indent
29282         a continuation line if the \ is preceded by SPC or TAB.
29283         (sh-get-indent-info): Simplify.
29284         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
29285         Use with-current-buffer.
29287         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
29288         when the matched text is empty.
29290 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
29292         * startup.el (command-line): Revert to previous handling of
29293         tooltip-mode.  Explain in comment why the complexity is needed.
29295         * tooltip.el (tooltip-mode): Revert to previous implementation of
29296         its defcustom.
29298         * frame.el (blink-cursor-mode): Revert to previous implementation
29299         of its defcustom.  Update comment.
29301 2005-07-12  Lars Hansen  <larsh@soem.dk>
29303         * desktop.el: Update e-mail address.
29305 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
29307         * term/mac-win.el (mac-services-mail-selection)
29308         (mac-services-mail-to): New functions.
29309         (mac-application-menu-map): Bind them.
29311 2005-07-12  wulei  <milton@wulei.net>  (tiny change)
29313         * progmodes/gdb-ui.el: Add note about buffering with Windows.
29315 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
29317         * custom.el (custom-reevaluate-setting): Doc fix.
29319 2005-07-11  Jay Belanger  <belanger@truman.edu>
29321         * calc/calc.el (calc-embedded-announce-formula-alist)
29322         (calc-embedded-open-close-plain-alist)
29323         (calc-embedded-open-close-mode-alist): Add checks for additional
29324         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
29326 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
29328         * custom.el (custom-enable-theme): Don't add theme to
29329         `custom-enabled-themes' with `push' because there is no
29330         setf-method for `delq'.
29332 2005-07-11  Richard M. Stallman  <rms@gnu.org>
29334         * custom.el (custom-declare-variable): Doc fix.
29336         * dired-aux.el (dired-compare-directories): Remove "." and ".."
29337         from the alists.
29339         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
29340         Do nothing if edebug-active.
29342         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
29343         (edebug-display): Do it here instead.
29345 2005-07-10  Richard M. Stallman  <rms@gnu.org>
29347         * cus-face.el (custom-theme-set-faces): Make it work.
29348         (custom-reset-faces): Doc fix.
29349         (custom-theme-reset-internal-face, custom-theme-face-value):
29350         Functions deleted.
29352         * custom.el (custom-push-theme): Maintain list of the settings
29353         of a given theme in its theme-settings property.
29354         Maintain position of old settings in the theme-value
29355         or theme-face property.
29356         (custom-enabled-themes): New variable.
29357         (custom-theme-enabled-p): New function.
29358         (provide-theme): Update custom-enabled-themes.
29359         Disable and reenable the `user' theme.
29360         (require-theme): Doc fix.
29361         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
29362         (custom-theme-value, custom-theme-variable-value): Likewise.
29363         (custom-theme-reset-internal): Likewise.
29364         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
29365         (custom-enable-theme, custom-disable-theme): New functions.
29366         (custom-variable-theme-value, custom-face-theme-value): Likewise.
29367         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
29368         (custom-theme-reset-variables): Simplify.
29369         (deftheme, custom-declare-theme, custom-make-theme-feature):
29370         Definitions moved.
29372 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
29374         * longlines.el (longlines-show-region)
29375         (longlines-unshow-hard-newlines): Recognize hard newlines by
29376         non-nil hard property, instead of t.
29378 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
29380         * emulation/viper-cmd.el (viper--key-maps): New variable.
29381         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
29382         emulation-mode-map-alists.
29383         (viper-envelop-ESC-key): Use viper-subseq.
29384         (viper-search-forward/backward/next): Disable debug-on-error.
29386         * emulation/viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
29387         (viper-ESC-key): New defcustoms.
29389         * emulation/viper-macs.el (ex-map-read-args): Use viper-subseq.
29391         * emulation/viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
29392         (viper-subseq): Copy of subseq from cl.el.
29394         * emulation/viper.el (viper-go-away, viper-set-hooks): Use
29395         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
29397         * emulation/viper-mous.el (viper-current-frame-saved): Use defvar.
29399         * emulation/viper-init.el: Get rid of -face in face names.
29401         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
29402         Make it work with longlines mode.
29404         * ediff-mult.el (ediff-meta-mode-hook): New variable.
29406         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
29408         * ediff-init.el: Get rid of -face in face names.
29410 2005-07-10  Richard M. Stallman  <rms@gnu.org>
29412         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
29413         and with-timeout-unsuspend.
29415         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
29416         and with-timeout-unsuspend.
29418         * emacs-lisp/timer.el (with-timeout-timers): New variable.
29419         (with-timeout): Bind that variable to record timers.
29420         (with-timeout-suspend, with-timeout-unsuspend): New functions.
29422         * emacs-lisp/debug.el (debug-help-follow): New function.
29423         (debugger-mode-map): Use that instead of help-follow.
29424         (debugger-setup-buffer): Use eval-buffer-list
29425         to handle eval-buffer frames.
29427 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
29429         * timezone.el (timezone-parse-date): Change first regexp
29430         so it will not mistakenly match dates with no time zone.
29432 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
29434         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
29436 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
29438         * custom.el (custom-initialize-safe-set)
29439         (custom-initialize-safe-default): New functions.
29441         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
29442         and simplify :init-value.
29444         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
29445         and simplify :init-value.  Delete obsolete comment.
29447         * startup.el (command-line): Use `custom-reevaluate-setting' to
29448         handle `tooltip-mode'.  Delete obsolete comment.
29450         * files.el (set-visited-file-name): Avoid calling
29451         `file-name-nondirectory' with a nil argument.
29453 2005-07-09  Richard M. Stallman  <rms@gnu.org>
29455         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
29456         was called with nil for the buffer, handle the read position right.
29457         Handle read position for eval-region, too.
29459 2005-07-09  Juri Linkov  <juri@jurta.org>
29461         * fringe.el (fringe-mode): Add period in docstring.
29462         (fringe-query-style): Build prompt depending on `all-frames' arg.
29464         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
29465         to not create links to unrelated functions in the Help buffer.
29467         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
29468         Doc fix.
29470         * simple.el (next-error-hook): New variable.
29471         (next-error): Use it.  Doc fix.
29473         * textmodes/ispell.el (ispell-command-loop): Add current
29474         dictionary name and program name to mode-line-format.
29475         (ispell-region, ispell-process-line): Add current dictionary name
29476         and program name to messages.
29478 2005-07-08  Jay Belanger  <belanger@truman.edu>
29480         * calc/calc.el (calc-embedded-announce-formula-alist)
29481         (calc-embedded-open-close-formula-alist)
29482         (calc-embedded-open-close-word-alist)
29483         (calc-embedded-open-close-plain-alist)
29484         (calc-embedded-open-close-new-formula-alist)
29485         (calc-embedded-open-close-mode-alist)
29486         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
29487         (calc-embedded-mode-hook): New variables.
29489         * calc/calc-embed.el (calc-embedded-firsttime)
29490         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
29491         New variables.
29492         (calc-do-embedded): Use calc-embedded-firsttime,
29493         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
29494         determine whether or not to run hooks.
29495         (calc-embedded-make-info): Set calc-embedded-firsttime-buf and
29496         calc-embedded-firsttime-formula appropriately.
29497         Set calc-embedded delimiter variables according to mode.
29499 2005-07-08  Richard M. Stallman  <rms@gnu.org>
29501         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
29502         Check for "emacs", etc., as entire symbol, not just as word.
29503         (checkdoc-file-comments-engine): Use regexp-quote on FN.
29505         * files.el (set-visited-file-name): Report the error
29506         for "empty filename" earlier.
29507         (kill-some-buffers): Ignore buffers already dead.
29509         * fringe.el (fringe-mode): Doc fix.
29511         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
29512         Check for (featurep 'xemacs) and turn off warnings in what it guards.
29513         Use unwind-protect to ensure byte-compile-unresolved-functions
29514         is updated.
29516         * whitespace.el (whitespace-buffer-leading-cleanup):
29517         Simplify w/ skip-chars-forward.
29518         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
29520         * mail/rmail.el (rmail-only-expunge): Fix paren error.
29521         Unconditionally try to leave point at the same old place.
29523 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
29525         * comint.el (comint-postoutput-scroll-to-bottom)
29526         (comint-show-maximum-output): Take scroll-margin into consideration.
29528 2005-07-08  Kim F. Storm  <storm@cua.dk>
29530         * ido.el (ido-use-filename-at-point): New choice `guess'.
29531         (ido-file-internal): Try ffap-guesser if selected.
29533         * ido.el (ido-before-fallback-functions): New hook.
29534         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
29535         (ido-read-file-name): Run it.
29537 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
29539         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
29540         strings rather than a list of symbols to the completion function.
29542 2005-07-07  Jay Belanger  <belanger@truman.edu>
29544         * calc/calc-units.el (math-apply-units): Change the places in
29545         which units are simplified.
29547 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
29549         * cus-edit.el (customize-option, customize-option-other-window):
29550         Make them handle aliases.
29552         * custom.el (custom-variable-p): Make it recursively follow
29553         aliases.  Mention that in the docstring.
29555 2005-07-07  Richard M. Stallman  <rms@gnu.org>
29557         * cus-start.el (exec-path): Use `directory' instead of `file'.
29558         Fix tag for nil.
29560 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
29562         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
29563         when called non-interactively.  Doc fix.
29565 2005-07-07  Lute Kamstra  <lute@gnu.org>
29567         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
29568         new address as well.
29570 2005-07-07  Kenichi Handa  <handa@m17n.org>
29572         * international/mule.el (make-coding-system):
29573         Describe `ascii-incompatible' property in the docstring.
29574         (set-file-name-coding-system): Signal an error if coding-system is
29575         ascii-incompatible.
29576         (set-keyboard-coding-system): Likewise.
29578         * international/mule-cmds.el (set-default-coding-systems):
29579         Don't set default-file-name-coding-system and
29580         default-keyboard-coding-system if coding-system is ASCII-incompatible.
29582         * international/utf-16.el: Declare that all UTF-16-based coding
29583         systems are ASCII-incompatible.
29585 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
29587         * progmodes/gud.el: Require font-lock for displaying errors.
29588         Used by gdb-ui.el.
29590 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
29592         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
29593         values for the pattern lists which are `read'able but not
29594         `append'able (like symbols).
29596 2005-07-06  Richard M. Stallman  <rms@gnu.org>
29598         * progmodes/flymake.el (flymake-float-time): Instead of
29599         with-no-warnings, test for XEmacs.
29600         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
29601         to avoid warning.
29603 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
29605         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
29607 2005-07-05  Lute Kamstra  <lute@gnu.org>
29609         * battery.el: Add support for Darwin (with much debugging help
29610         from Samuel Lauber <sam124@operamail.com>).
29611         (battery-status-function, battery-echo-area-format)
29612         (battery-mode-line-format): Add support for pmset on Darwin.
29613         (battery-load-low, battery-load-critical): New user options.
29614         (battery-pmset): New function.
29616 2005-07-05  Lute Kamstra  <lute@gnu.org>
29618         Update FSF's address in GPL notices.
29620         * textmodes/page-ext.el: Update FSF's address.
29622 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
29624         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
29625         filling from using prefix when filling a single-line docstring.
29627         * progmodes/flymake.el: Remove useless eval-when-compile.
29629         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
29631 2005-07-04  Richard M. Stallman  <rms@gnu.org>
29633         * textmodes/org.el (org-file-apps-defaults-gnu):
29634         Rename from org-file-apps-defaults-linux.
29635         (org-default-apps): Don't test system-type for `linux'.
29636         (org-file-apps): Doc fix.
29638 2005-07-04  David Ponce  <david@dponce.com>
29640         * tree-widget.el: Improve header Commentary section.
29641         (tree-widget) [defgroup]
29642         (tree-widget-image-enable, tree-widget-themes-directory)
29643         (tree-widget-theme, tree-widget-image-properties-emacs)
29644         (tree-widget-image-properties-xemacs, tree-widget-create-image)
29645         (tree-widget-image-formats, tree-widget-control)
29646         (tree-widget-empty-control, tree-widget-leaf-control
29647         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
29648         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
29649         (tree-widget-keep, tree-widget-after-toggle-functions)
29650         (tree-widget-open-node, tree-widget-close-node): Doc fix.
29651         (tree-widget-open-control, tree-widget-close-control): Fix doc and
29652         :help-echo message.
29653         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
29654         (tree-widget-image-properties): Doc fix.  Clearer implementation.
29655         (tree-widget--cursors): New constant.
29656         (tree-widget-lookup-image): New function split from
29657         `tree-widget-find-image'.  Clearer implementation.
29658         (tree-widget-find-image): Use it.
29659         (tree-widget-button-keymap): Use `set-keymap-parent'.
29660         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
29661         Define the sub-widgets here.
29662         (tree-widget-node): Check that :node is not a tree-widget.
29663         (tree-widget-get-super, tree-widget-open-control)
29664         (tree-widget-close-control, tree-widget-empty-control)
29665         (tree-widget-leaf-control, tree-widget-guide)
29666         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
29667         (tree-widget-no-handle, tree-widget-value-delete)
29668         (tree-widget-map): Remove.
29669         (tree-widget-children-value-save): Doc fix.  Simplified.
29670         (tree-widget-value-create): Update according to previous changes.
29672 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
29674         * textmodes/org.el: Leading space replaced by TABS.
29675         (org-recalc-marks, org-table-rotate-recalc-marks)
29676         (org-table-get-specials): Treat "^" and "_" marks.
29677         (org-table-justify-field-maybe): Optional argument NEW.
29678         (org-table-eval-formula): Parsing of the format simplified.
29679         New modes C,I.  Honor the %= parameter in the current table.
29680         Avoid unnecessary re-align by using the NEW argument to
29681         `org-table-justify-field-maybe'.
29682         (org-calc-default-modes): Default for date-format mimicks org-mode.
29683         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
29685 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
29687         * cus-face.el (custom-theme-set-faces): Make it handle face
29688         aliases whose alias declarations are pre- or autoloaded.
29690 2005-07-04  Juri Linkov  <juri@jurta.org>
29692         * faces.el (read-face-name): Put the code for getting a face name
29693         from the buffer before adding the faces from the `face' property.
29694         Use `completing-read-multiple' instead of `completing-read'.
29695         Require `crm'.  Add default value and post-process the returned
29696         list of faces.
29698         * emacs-lisp/crm.el (crm-find-current-element)
29699         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
29701         * emacs-lisp/lisp-mode.el (eval-defun-1):
29702         * emacs-lisp/edebug.el (edebug-eval-defun):
29703         Remove unnecessary quotes.
29705 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
29707         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
29708         (prolog-indent-level): Fix typo in docstring.
29710         * info.el (Info-history, Info-history-forward)
29711         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
29713         * add-log.el (add-change-log-entry):
29714         * comint.el (comint-dynamic-list-input-ring)
29715         (comint-dynamic-list-completions):
29716         * dabbrev.el (dabbrev-expand):
29717         * delim-col.el (delimit-columns-rectangle-line):
29718         * diff-mode.el (diff-context->unified, diff-reverse-direction)
29719         (diff-unified->context):
29720         * ediff-init.el (ediff-abbrev-jobname):
29721         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
29722         (ediff-replace-session-activity-marker-in-meta-buffer):
29723         * info.el (Info-summary):
29724         * lpr.el (printify-region):
29725         * printing.el (pr-create-interface):
29726         * ps-print.el (ps-print-quote):
29727         * ses.el (ses-column-widths, ses-print-cell)
29728         (ses-adjust-print-width, ses-center):
29729         * shell.el (shell-file-name-quote-list):
29730         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
29731         (strokes-fill-current-buffer-with-whitespace)
29732         (strokes-xpm-for-stroke, strokes-list-strokes)
29733         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
29734         * term.el (term-dynamic-list-input-ring)
29735         (term-dynamic-list-completions):
29736         * calc/calc.el (math-format-stack-value):
29737         * emacs-lisp/edebug.el (edebug-display-freq-count):
29738         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
29739         (delphi-new-comment-line):
29740         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
29741         * progmodes/executable.el (executable-set-magic):
29742         * progmodes/python.el (inferior-python-mode):
29743         * progmodes/scheme.el (scheme-mode-syntax-table):
29744         * progmodes/sh-script.el (sh-maybe-here-document):
29745         * progmodes/sql.el (sql-copy-column):
29746         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
29747         * textmodes/bibtex.el (bibtex-mode):
29748         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
29749         (sgml-auto-attributes):
29750         * textmodes/table.el (table-insert, table-shorten-cell)
29751         (table--generate-source-scan-lines, table-delete-row)
29752         (*table--cell-delete-char, table--spacify-frame)
29753         (table--horizontally-shift-above-and-below)
29754         (table--cell-insert-char, table--cell-blank-str)
29755         (table--fill-region-strictly):
29756         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
29757         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
29759         * add-log.el (change-log):
29760         * apropos.el (apropos):
29761         * comint.el (comint-completion, comint-source):
29762         * dabbrev.el (dabbrev):
29763         * delim-col.el (columns):
29764         * diff-mode.el (diff-mode):
29765         * ediff.el (ediff):
29766         * ediff-diff.el (ediff-diff):
29767         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
29768         * ediff-mult.el (ediff-mult):
29769         * ediff-ptch.el (ediff-ptch):
29770         * ediff-wind.el (ediff-window):
29771         * facemenu.el (facemenu):
29772         * indent.el (indent):
29773         * info.el (info):
29774         * jka-cmpr-hook.el (compression, jka-compr):
29775         * lpr.el (lpr):
29776         * outline.el (outlines):
29777         * pcmpl-cvs.el (pcmpl-cvs):
29778         * pcmpl-rpm.el (pcmpl-rpm):
29779         * printing.el (printing):
29780         * ps-print.el (postscript, ps-print, ps-print-horizontal)
29781         (ps-print-vertical, ps-print-headers, ps-print-font)
29782         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
29783         (ps-print-background, ps-print-printer, ps-print-page)
29784         (ps-print-miscellany):
29785         * ses.el (ses):
29786         * shell.el (shell, shell-directories, shell-faces):
29787         * startup.el (initialization):
29788         * strokes.el (strokes):
29789         * term.el (term):
29790         * uniquify.el (uniquify):
29791         * w32-vars.el (w32):
29792         * calc/calc.el (calc):
29793         * emacs-lisp/bytecomp.el (bytecomp):
29794         * emacs-lisp/cl-indent.el (lisp-indent):
29795         * emacs-lisp/edebug.el (edebug):
29796         * emacs-lisp/elp.el (elp):
29797         * emacs-lisp/testcover.el (testcover):
29798         * emacs-lisp/trace.el (trace):
29799         * emulation/viper-ex.el (viper-ex):
29800         * emulation/viper-mous.el (viper-mouse):
29801         * mail/mailalias.el (mailalias):
29802         * mail/supercite.el (supercite, supercite-frames)
29803         (supercite-attr, supercite-cite, supercite-hooks):
29804         * net/rcompile.el (remote-compile):
29805         * net/rlogin.el (rlogin):
29806         * obsolete/ooutline.el (outlines):
29807         * progmodes/delphi.el (delphi):
29808         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
29809         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
29810         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
29811         (ebnf-optimization):
29812         * progmodes/etags.el (etags):
29813         * progmodes/executable.el (executable):
29814         * progmodes/idlwave.el (idlwave):
29815         * progmodes/pascal.el (pascal):
29816         * progmodes/prolog.el (prolog):
29817         * progmodes/python.el (python):
29818         * progmodes/scheme.el (scheme):
29819         * progmodes/sh-script.el (sh, sh-script):
29820         * progmodes/sql.el (SQL):
29821         * progmodes/tcl.el (tcl):
29822         * textmodes/bibtex.el (bibtex, bibtex-autokey):
29823         * textmodes/enriched.el (enriched):
29824         * textmodes/makeinfo.el (makeinfo):
29825         * textmodes/sgml-mode.el (sgml):
29826         * textmodes/table.el (table-hooks):
29827         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
29828         * textmodes/texinfo.el (texinfo):
29829         * textmodes/two-column.el (two-column):
29830         Finish `defgroup' description with period.
29832         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
29833         * eshell/esh-var.el (eshell-var):
29834         * progmodes/vhdl-mode.el (vhdl-testbench):
29835         * textmodes/org.el (org): Fix typos in docstrings.
29837         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
29838         consistency.
29840         * progmodes/flymake.el (flymake-find-file): Remove.
29841         (flymake-float-time): Use `with-no-warnings'.
29842         (flymake-check-start-time, flymake-check-was-interrupted)
29843         (flymake-err-info, flymake-is-running, flymake-last-change-time)
29844         (flymake-new-err-info): `defvar' at compile time.
29846 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
29848         * replace.el (occur-hook): Doc fix.
29849         (occur-1): Don't call `occur-hook' if there are no matches.
29851 2005-07-03  Richard M. Stallman  <rms@gnu.org>
29853         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
29854         global-map, save the same map.
29855         (global-map): Don't alter it at top level.
29856         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
29857         Then alter it here instead.
29858         (tpu-edt-off): Set global-map to the saved one.
29860         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
29861         All references simplified.
29862         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
29863         (zmacs-regions): Add defvar.
29864         (repeat-complex-command-map): Everything about that deleted.
29866         * textmodes/artist.el (artist-key-is-drawing)
29867         (artist-key-endpoint1, artist-key-poly-point-list)
29868         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
29869         (artist-key-compl-table, artist-rb-save-data)
29870         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
29871         Don't put them in eval-when-compile.
29872         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
29874         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
29875         Use with-no-warnings.
29877         * net/browse-url.el (dos-windows-version): Add defvar.
29879         * mail/supercite.el (filladapt-prefix-table): Add defvar.
29881         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
29882         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
29883         (rmail-new-summary-line-count): Rename from new-summary-line-count.
29884         Add defvar.
29885         (rmail-summary-beginning-of-message): Use with-no-warnings.
29886         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
29888         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
29889         Use with-no-warnings.
29891         * emulation/vi.el (vi-mark-region): Use c-mark-function.
29892         (c-mark-function): Add point-moving-unit property.
29893         (vi-goto-line): Use with-no-warnings.
29895         * emulation/edt.el (edt-last-copied-word): Add defvar.
29896         (zmacs-region-stays): Likewise.
29897         (edt-mark-section-wisely): Use c-mark-function for C.
29898         Use makr-defun for Fortran.
29899         (time-string): defvar deleted.
29900         (edt-display-the-time): Don't set time-string.
29902         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
29904         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
29905         Don't warn when name is not constant
29906         or for defining the group `emacs'.
29908         * tooltip.el (gud-tooltip-mode): Add defvar.
29910         * startup.el (default-frame-background-mode): Add defvar.
29912         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
29914         * info.el (tool-bar-map): Add defvar.
29916         * dired.el (dnd-protocol-alist): Add defvar.
29918         * dired-aux.el (dired-query): Display question with answer, when
29919         the user answers.
29921         * custom.el (custom-add-option): Doc fix.
29923         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
29925 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
29927         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
29928         bogus name from the last change.
29930 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
29932         * custom.el (custom-declare-variable): Fix typos in comment.
29933         (custom-known-themes): Doc fix.
29934         (custom-theme-directory): New defcustom.
29935         (require-theme): Make it check `custom-theme-directory'.
29937         * cus-theme.el (custom-new-theme-mode): New function.
29938         (custom-theme-name, custom-theme-variables, custom-theme-faces)
29939         (custom-theme-description): Add compiler defvars.
29940         (customize-create-theme): Add doc to the "*New Custom Theme*"
29941         buffer.  Use `custom-new-theme-mode'.
29942         (custom-theme-write): Put the created buffer in emacs-lisp-mode
29943         and save it to the `custom-theme-directory'.  Make this the
29944         default directory of the buffer.
29946 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
29948         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
29949         Fix unbalanced parentheses.
29951 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
29953         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
29954         into flymake-mode and delegate to flymake-mode.
29956         * find-file.el (ff-which-function-are-we-in): Clean up.
29958 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
29960         * replace.el (occur-rename-buffer): Fix docstring.
29962         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
29963         (edt-last-copied-word, edt-learn-macro-count)
29964         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
29965         (edt-rect-start-point, edt-user-global-map, rect-start-point)
29966         (time-string, zmacs-region-stays):
29967         * emulation/edt-mapper.el (edt-save-function-key-map)
29968         (EDT-key-name): `defvar' to silence the byte-compiler.
29970 2005-07-02  Martin Rudalics  <rudalics@gmx.at>
29972         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
29973         font-lock-regexp-backslash.  Doc fix.
29974         (font-lock-regexp-backslash-grouping-construct): Rename from
29975         font-lock-regexp-backslash-construct.  Doc fix.
29976         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
29977         grouping constructs.
29979 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
29981         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
29982         updating all the prerequisites.
29984 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
29986         * textmodes/org.el (org-agenda-start-on-weekday)
29987         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
29988         (org-agenda-use-time-grid, org-archive-location)
29989         (org-allow-space-in-links, org-usenet-links-prefer-google)
29990         (org-enable-table-editor, org-export-default-language)
29991         (org-export-html-show-new-buffer, org-fill-paragraph)
29992         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
29993         (org-goto-quit, org-occur, org-eval-in-calendar)
29994         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
29995         (org-agenda-diary-entry, org-remember-help)
29996         (org-table-convert-region, org-at-table-p)
29997         (org-table-move-row-down, org-table-move-row-up)
29998         (org-table-copy-region, org-table-toggle-vline-visibility)
29999         (org-table-get-stored-formulas, org-table-get-specials)
30000         (org-recalc-commands, org-table-eval-formula)
30001         (org-table-formula-substitute-names, orgtbl-make-binding)
30002         (org-format-org-table-html, org-format-table-table-html)
30003         (org-format-table-table-html-using-table-generate-source)
30004         (org-customize): Fix typos in docstrings.
30005         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
30006         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
30007         (org-back-to-heading): Doc fixes.
30008         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
30009         (org-agenda-change-all-lines, org-get-header):
30010         Improve argument/docstring consistency.
30011         (orgtbl-error): Fix error message.
30013         * progmodes/flymake.el (flymake-find-possible-master-files)
30014         (flymake-master-file-compare, flymake-get-line-err-count)
30015         (flymake-highlight-line, flymake-gui-warnings-enabled):
30016         Fix typos in docstrings.
30017         (flymake-parse-line, flymake-get-project-include-dirs-function)
30018         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
30019         Doc fixes.
30020         (flymake-get-project-include-dirs-function)
30021         (flymake-make-err-menu-data):
30022         Improve argument/docstring consistency.
30024 2005-07-01  Lute Kamstra  <lute@gnu.org>
30026         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
30027         Catch errors with ignore-errors.  Use temporary buffer.
30028         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
30030         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
30031         background color faces.
30032         (facemenu-set-foreground, facemenu-set-background):
30033         Use facemenu-set-face-from-menu.
30034         (facemenu-set-face-from-menu): Treat face names that start with
30035         "fg:" or "bg:" as special.
30036         (facemenu-add-new-color): Don't create faces.  Simplify.
30038 2005-06-30  Richard M. Stallman  <rms@gnu.org>
30040         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
30041         (crm-find-current-element): Likewise.
30043 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
30045         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
30047 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
30049         * arc-mode.el (archive-extract): Make it work as a mouse binding.
30050         (archive-mouse-extract): Make it an obsolete alias.
30051         (archive-mode-map): Don't use archive-mouse-extract any more.
30052         (archive-mode, archive-extract): write-contents-hooks ->
30053         write-contents-functions.
30054         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
30055         first arg.
30056         (archive-rename-entry): Update the call.
30057         (archive-zip-summarize): Remove unused var `method'.
30058         (archive-lzh-summarize): Remove unused var `creator'.
30060         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
30061         dedicated frame upon exit.
30063         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
30064         (archive-zip-extract, archive-zip-expunge)
30065         (archive-zip-update, archive-zip-update-case): Use executable-find.
30066         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
30067         Use restore-buffer-modified-p.
30068         (archive-extract, archive-add-new-member, archive-write-file-member):
30069         Use with-current-buffer.
30070         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
30072 2005-06-30  Andreas Schwab  <schwab@suse.de>
30074         * progmodes/gud.el (gud-filter): Remove unneeded progn.
30076 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
30078         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
30080 2005-06-30  Juri Linkov  <juri@jurta.org>
30082         * faces.el (vertical-border): Inherit from mode-line-inactive
30083         only on tty.
30085 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
30087         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
30088         example, -NLINES in the `occur' docstring).
30090         * replace.el (occur-1): When no matches are found, do not set the
30091         `buffer-read-only' and modified flags for the occur buffer,
30092         because it is deleted.
30094         * emulation/cua-base.el (cua-check-pending-input)
30095         (cua-repeat-replace-region, cua-mode, cua-debug)
30096         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
30097         Fix typos in docstrings.
30099         * emulation/cua-gmrk.el (cua-toggle-global-mark)
30100         (cua-cut-region-to-global-mark)
30101         (cua--cut-rectangle-to-global-mark):
30102         Remove period from end of messages.
30104         * emulation/cua-rect.el (cua-do-rectangle-padding):
30105         Remove period from end of messages.
30106         (cua--rectangle-seq-format): Fix typo in docstring.
30107         (cua-sequence-rectangle, cua-fill-char-rectangle):
30108         Improve argument/docstring consistency.
30110 2005-06-29  Juri Linkov  <juri@jurta.org>
30112         * faces.el (default-frame-background-mode): New internal variable.
30113         (frame-set-background-mode): Use it.
30115         * startup.el (normal-top-level): Set default-frame-background-mode
30116         instead of frame-background-mode.  Before setting it, test for its
30117         nil value.  Remove tests for frame-background-mode and frame
30118         parameter `reverse'.  Add test for "unspecified-fg".
30120         * term/xterm.el (xterm-rxvt-set-background-mode):
30121         * term/rxvt.el (rxvt-set-background-mode):
30122         Set default-frame-background-mode instead of frame-background-mode.
30124 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
30126         * simple.el (set-variable): Warn about obsolete user variables.
30128         * imenu.el (imenu--completion-buffer):
30129         * mouse.el (mouse-buffer-menu-alist):
30130         * msb.el (msb-invisible-buffer-p):
30131         * calendar/diary-lib.el (diary-header-line-format):
30132         * emacs-lisp/pp.el (pp-buffer):
30133         * progmodes/cperl-mode.el (cperl-do-auto-fill):
30134         * textmodes/picture.el (picture-replace-match):
30135         Change space constants followed by a sexp to "?\s ".
30137         * play/decipher.el (decipher-loop-with-breaks):
30138         * textmodes/texinfo.el (texinfo-insert-@item): Change space
30139         constants "protected" from end of line by a comment to "?\s".
30141 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
30143         * font-lock.el (save-buffer-state): Use `declare'.
30145         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
30146         reset the syntax-table to cperl-mode-syntax-table.
30147         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
30148         "foo_print_bar" is not matched as a reserved keyword.
30150 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
30152         * textmodes/org.el (orgtbl-setup): New function, for delayed
30153         setup for the orgtbl commands.
30154         (org-calc-default-modes): New option.
30155         (orgtbl-make-binding): Use `defun' to get better help display.
30156         (org-diary): Call `org-compile-prefix-format'.
30157         (org-table-formula-substitute-names): New function.
30158         (org-agenda-day-view, org-agenda-week-view): New commands.
30159         (org-agenda-toggle-week-view): Command removed.
30160         (org-tbl-menu): Split off from org-org-menu.
30161         (org-mode): Move removal of outline-mode menus to here.
30162         (org-table-formula-debug): New option.
30163         (org-table-insert-row): Keep first field if just "#" or "*".
30164         (org-mode): Paragraph regexps fixed.
30165         (org-table-recalculate-regexp): New constant.
30166         (org-table-justify-field-maybe): Avoid replace if not necessary.
30167         (org-copy-special, org-cut-special): Use `call-interactively'.
30168         (org-table-copy-region): Take region from `interactive' call.
30169         (org-trim): Return string even if no match.
30170         (org-formula): New face.
30171         (org-set-font-lock-defaults): No longer highlight "FIXME".
30172         But highlight formula-related fields in table.
30173         (org-table-p): Use regexp, not fontification.
30174         (org-table-align): Handle white space at end of line.
30175         (org-table-formula-evaluate-inline): New option.
30176         (org-mode): Auto-wrapping in comment lines turned off.
30177         (org-table-copy-down): Evaluate only in copied field, not in
30178         destination.
30179         (org-table-current-formula): Variable removed.
30180         (org-table-store-formulas, org-table-get-stored-formulas)
30181         (org-table-modify-formulas, org-table-replace-in-formulas)
30182         (org-table-maybe-eval-formula): New functions.
30183         (org-table-get-formula): Modify to use stored formulas.
30184         (org-table-insert-column, org-table-delete-column)
30185         (org-table-move-column): Call `org-table-modify-formulas'.
30186         (org-complete): Add completion for keyword formulas.
30187         (orgtbl-mode): Pull orgtbl-mode-map to start of
30188         minor-mode-map-alist.
30190 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
30192         * progmodes/python.el (python-check): Require `compile' before
30193         modifying its variables.
30195         * newcomment.el (comment-indent-default): Don't get fooled by an early
30196         end of buffer.
30198 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
30200         * ps-print.el (ps-print-version): Fix version number.
30202 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
30204         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
30206 2005-06-28  Richard M. Stallman  <rms@gnu.org>
30208         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
30209         (flyspell-local-mouse-map): Declaration deleted.
30210         (flyspell-mouse-map): Bind only mouse-2.
30211         (flyspell-mode-map): Don't test flyspell-use-local-map.
30212         (flyspell-overlay-keymap-property-name): Var deleted.
30213         (flyspell-mode-on): Don't make local bindings for
30214         flyspell-mouse-map and flyspell-mode-map.
30215         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
30217         * textmodes/ispell.el (ispell-word): Do not ignore short words.
30219         * progmodes/compile.el (compilation-next-error-function):
30220         Don't switch buffers; operate on the current buffer.
30222         * progmodes/compile.el (compilation-error-file-name)
30223         (compilation-warning-file-name, compilation-info-file-name)
30224         (compilation-line-number, compilation-column-number): New faces.
30225         (compilation-error-face, compilation-warning-face)
30226         (compilation-info-face, compilation-line-face)
30227         (compilation-column-face): Use them.
30229         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
30231         * comint.el (comint-password-prompt-regexp): Accept ", try again".
30233         * bindings.el (global-map): Bind insertchar and its variants.
30235 2005-06-27  Richard M. Stallman  <rms@gnu.org>
30237         * textmodes/artist.el (artist-text-overwrite)
30238         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
30240 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
30242         * ps-print.el: It was not working the page selection for printing.
30243         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
30244         (ps-print-version): New version 6.6.7.
30245         (ps-end-sheet): New fun.
30246         (ps-header-sheet, ps-end-job): Call it.
30248 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
30250         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
30252 2005-06-27  Lute Kamstra  <lute@gnu.org>
30254         * facemenu.el (facemenu-unlisted-faces): Add foreground and
30255         background color faces.
30256         (facemenu-get-face): Delete function.
30257         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
30258         (facemenu-add-new-color): Make second argument mandatory.
30259         Create the appropriate face and return it.  Simplify.
30260         (facemenu-set-foreground, facemenu-set-background): Don't check if
30261         color is defined.  Use return value of facemenu-add-new-color.
30263 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
30265         * progmodes/gud.el (gud-filter): Add missing argument to
30266         with-selected-window.
30268 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
30270         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
30271         a :require to the defcustom.
30273         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
30274         defcustoms corresponding to minor modes.
30276 2005-06-26  David Ponce  <david@dponce.com>
30278         * recentf.el: Require tree-widget instead of wid-edit.
30279         (recentf-filename-handler): Fix widget :type.
30280         (recentf-cancel-dialog, recentf-open-more-files)
30281         (recentf-open-files-action): Doc fix.
30282         (recentf-dialog-goto-first): New function.
30283         (recentf-dialog-mode-map): Set parent keymap first.
30284         (recentf-dialog-mode): Define with define-derived-mode.
30285         Don't display continuation lines in dialogs.
30286         (recentf-edit-list): Rename from recentf-edit-selected-items.
30287         (recentf-edit-list-select): Rename from recentf-edit-list-action.
30288         Simplify.
30289         (recentf-edit-list-validate): New function.
30290         (recentf-edit-list): Update accordingly.
30291         (recentf-open-files-item-shift): Remove.
30292         (recentf-open-files-item): Convert menu elements into tree and
30293         link widgets.  Don't create the widgets.
30294         (recentf-open-files): Update accordingly.
30295         (recentf-save-list): Untabify.
30297 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
30299         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
30300         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
30301         partially contained in the active region.  Do not take active
30302         region into account when called from Lisp, unless INTERACTIVE arg
30303         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
30304         avoid trouble with fields.  Make marker point nowhere when no
30305         longer used.  Always return nil.  Doc fix.
30306         (flush-lines): Add INTERACTIVE arg.  Do not take active region
30307         into account when called from Lisp, unless INTERACTIVE arg is
30308         non-nil.  Use `forward-line' instead of `beginning-of-line' to
30309         avoid trouble with fields.  Make marker point nowhere when no
30310         longer used.  Always return nil.  Doc fix.
30311         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
30312         interchangeable.  Do not take active region into account when
30313         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
30314         message in echo area when called from Lisp, unless INTERACTIVE arg
30315         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
30316         Return the number of matches.  Doc fix.
30317         (occur): Doc fix.
30318         (perform-replace): Make comment follow double space convention for
30319         the sake of `outline-minor-mode'.
30321         * faces.el (facep): Doc fix.
30323 2005-06-25  Richard M. Stallman  <rms@gnu.org>
30325         * facemenu.el (facemenu-enable-faces-p): New function.
30326         (facemenu-background-menu, facemenu-foreground-menu)
30327         (facemenu-face-menu): Add menu-enable property.
30329         * jka-compr.el (jka-compr-insert-file-contents):
30330         Special handling if cannot find the uncompression program.
30332         * cus-face.el (custom-face-attributes): Add autoload.
30334         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
30335         Bind comment-indent-function locally.
30337         * window.el (save-selected-window): Use save-current-buffer.
30339         * subr.el (with-selected-window): Use save-current-buffer.
30341         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
30342         and with-current-buffer.
30344 2005-06-24  Richard M. Stallman  <rms@gnu.org>
30346         * simple.el (line-move-1): Fix previous change.
30348 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
30350         * replace.el (occur-1): Set `buffer-read-only' and the
30351         buffer-modified flag before running `occur-hook' to protect
30352         against unintentional buffer switches that can lead to data loss.
30354 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
30356         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
30357         (gud-gdb-marker-filter): Use font-lock-warning-face for any
30358         initial error.
30360         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
30361         after fresh input.
30362         (gdb-var-create-handler): Put name of expression in quotes.
30364 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
30366         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
30367         elements of RING in order, and without bogus nil elements.
30369 2005-06-23  Richard M. Stallman  <rms@gnu.org>
30371         * simple.el (set-variable): Args renamed; doc fix.
30372         (line-move-1): When there are overlays around, use vertical-motion.
30374         * faces.el (escape-glyph): Use brown against light background.
30375         (nobreak-space): Rename from no-break-space.
30376         Fix previous change.
30378         * dired-aux.el (dired-do-copy): Fix arg prompt.
30380         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
30382 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
30384         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
30385         rather than "Distributor".
30387 2005-06-23  Lute Kamstra  <lute@gnu.org>
30389         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
30390         (debug-on-entry): Use it.  New interactive declaration that uses
30391         function-called-at-point.
30393 2005-06-23  Kim F. Storm  <storm@cua.dk>
30395         * subr.el (save-match-data): Add comment about using evaporate arg
30396         to set-match-data.
30398 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
30400         * cus-edit.el (customize-face)
30401         (customize-face-other-window): Handle face aliases.
30403         * faces.el (face-documentation, set-face-attribute)
30404         (face-spec-set): Handle face aliases.
30406 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
30408         * help-mode.el (help-make-xrefs): If a symbol representing a face
30409         name is not followed by the word "face", it could still be a
30410         function or variable name, so don't bypass other checks.
30412 2005-06-22  Juri Linkov  <juri@jurta.org>
30414         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
30415         Replace aliased functions with calls where second arg `inherit' is t.
30417 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
30419         * progmodes/gdb-ui.el (gdb-error): New variable.
30420         (gdb-error): New function.
30421         (gdb-annotation-rules): Act on error-begin and error annotations.
30422         (gdb-concat-output): Use font-lock-warning-face for errors.
30424 2005-06-22  Miles Bader  <miles@gnu.org>
30426         * bindings.el (propertized-buffer-identification): Use renamed
30427         `Buffer-menu-buffer' face.
30429         * faces.el (vertical-border): Rename from `vertical-divider'.
30430         (escape-glyph): Change dark-background color back to `cyan'.
30432 2005-06-21  Juri Linkov  <juri@jurta.org>
30434         * faces.el (face-user-default-spec): Try getting `customized-face'
30435         prior to `saved-face'.
30436         (frame-background-mode): Refill docstring.
30438         * emacs-lisp/lisp-mode.el (eval-defun-1):
30439         * emacs-lisp/edebug.el (edebug-eval-defun):
30440         Set `saved-face' temporarily to nil before calling form.
30441         Set `customized-face' to the new spec after that.
30443 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
30445         * subr.el (1value, lambda, key-substitution-in-progress):
30446         Doc fixes.
30448         * autoinsert.el (auto-insert-alist):
30449         * ses.el (ses-call-printer):
30450         * subr.el (noreturn):
30451         * emacs-lisp/lisp.el (check-parens):
30452         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
30453         * net/browse-url.el (browse-url-mosaic):
30454         * progmodes/cc-defs.el (c-safe-scan-lists):
30455         * progmodes/ebnf-abn.el (ebnf-abn-lex):
30456         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
30457         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
30458         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
30459         * progmodes/ebnf-iso.el (ebnf-iso-lex):
30460         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
30462 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
30464         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
30466 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
30468         * calendar/appt.el (appt-make-list): Activate the package, if
30469         not already active (for backwards compatibility).
30471 2005-06-20  Kim F. Storm  <storm@cua.dk>
30473         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
30475 2005-06-20  Miles Bader  <miles@gnu.org>
30477         * faces.el (vertical-divider): New face.
30479 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
30481         * simple.el (kill-whole-line): Doc fix.
30482         (next-error-buffer-p, next-error-find-buffer)
30483         (clone-indirect-buffer): Fix typos in docstrings.
30484         (comment-line-break-function): Doc fix: don't say variable
30485         is automatically buffer-local (it isn't).
30487 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
30489         * net/tramp-ftp.el (top):
30490         * net/tramp-smb.el (top):
30491         * net/tramp-util.el (top):
30492         * net/tramp-uu.el (top):
30493         * net/tramp-vc.el (top):
30494         * net/tramp.el (top): Revert copyright years back to original
30495         ones.  Tramp has a life outside GNU Emacs.
30497 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
30499         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
30501 2005-06-18  Juri Linkov  <juri@jurta.org>
30503         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
30504         end of first regexp to limit the match to the position between
30505         line number and source line with same separator character as used
30506         between file name and line number.  In the second regexp limit
30507         mouse-face area to file name and line number by adding new group
30508         for them and referring it in HYPERLINK arg.
30509         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
30510         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
30511         previous line where grep markers may be already removed.
30513 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
30515         * progmodes/ps-mode.el: Update version and maintainer's email address.
30517 2005-06-18  Steve Youngs  <steve@xemacs.org>
30519         * net/browse-url.el (browse-url-browser-function)
30520         (browse-url-default-browser): Add firefox.
30521         (browse-url-firefox-program, browse-url-firefox-arguments)
30522         (browse-url-firefox-startup-arguments)
30523         (browse-url-firefox-new-window-is-tab): New defcustoms.
30524         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
30526 2005-06-17  Richard M. Stallman  <rms@gnu.org>
30528         * startup.el (command-line): Warn if specified user name has
30529         no home directory.
30531         * term.el (term-get-old-input, term-input-filter, term-input-sender)
30532         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
30534         * longlines.el (longlines-mode, longlines-show-hard-newlines):
30535         Doc fixes.
30537         * faces.el (underline): Try bold if terminal doesn't support underline.
30539         * mail/sendmail.el (mail-setup-with-from): New variable.
30540         (mail-insert-from-field): New function.
30541         (sendmail-send-it): Call it.
30542         (mail-setup): Optionally call it here.
30544         * term/linux.el: Call tty-no-underline.
30546 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
30548         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
30550 2005-06-17  Miles Bader  <miles@gnu.org>
30552         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
30553         (ediff-current-diff-C, ediff-current-diff-Ancestor)
30554         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
30555         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
30556         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
30557         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
30558         Remove "-face" suffix from face names.
30559         (ediff-current-diff-face-A, ediff-current-diff-face-B)
30560         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
30561         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
30562         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
30563         (ediff-even-diff-face-A, ediff-even-diff-face-B)
30564         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
30565         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
30566         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
30567         New backward-compatibility aliases for renamed faces.
30568         (ediff-current-diff-face-A, ediff-current-diff-face-B)
30569         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
30570         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
30571         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
30572         (ediff-even-diff-face-A, ediff-even-diff-face-B)
30573         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
30574         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
30575         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
30576         Use renamed ediff faces.
30578         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
30579         Remove "-face" suffix from face names.
30580         (eshell-test-ok-face, eshell-test-failed-face):
30581         New backward-compatibility aliases for renamed faces.
30582         (eshell-run-test): Use renamed eshell-test faces.
30584         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
30585         face name.
30586         (eshell-prompt-face): New backward-compatibility alias for renamed
30587         face.
30588         (eshell-emit-prompt): Use renamed eshell-prompt face.
30590         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
30591         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
30592         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
30593         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
30594         Remove "-face" suffix from face names.
30595         (eshell-ls-directory-face, eshell-ls-symlink-face)
30596         (eshell-ls-executable-face, eshell-ls-readonly-face)
30597         (eshell-ls-unreadable-face, eshell-ls-special-face)
30598         (eshell-ls-missing-face, eshell-ls-archive-face)
30599         (eshell-ls-backup-face, eshell-ls-product-face)
30600         (eshell-ls-clutter-face):
30601         New backward-compatibility aliases for renamed faces.
30602         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
30604         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
30605         Remove "-face" suffix from face name.
30606         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
30607         instead of literal face.
30609 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
30611         * emacs-lisp/warnings.el (display-warning, lwarn)
30612         (warning-minimum-log-level): Doc fixes.
30613         (warning-minimum-level, warning-minimum-log-level):
30614         Add :debug to :type choices.
30616         * progmodes/ada-mode.el (ada-format-paramlist)
30617         (ada-get-indent-case, ada-check-matching-start)
30618         (ada-check-defun-name, ada-goto-matching-decl-start)
30619         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
30620         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
30621         (ada-make-subprogram-body): Follow error conventions.
30622         (ada-case-exception-file, ada-indent-comment-as-code)
30623         (ada-indent-handle-comment-special, ada-indent-renames)
30624         (ada-indent-return, ada-search-directories-internal)
30625         (ada-tab-policy, ada-case-exception-substring)
30626         (ada-other-file-alist, ada-matching-start-re)
30627         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
30628         (ada-imenu-generic-expression, ada-compile-goto-error)
30629         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
30630         (ada-popup-menu, ada-add-extensions, ada-mode)
30631         (ada-region-selected, ada-create-case-exception)
30632         (ada-create-case-exception-substring, ada-after-keyword-p)
30633         (ada-activate-keys-for-case, ada-adjust-case-region)
30634         (ada-adjust-case-buffer, ada-format-paramlist)
30635         (ada-scan-paramlist, ada-insert-paramlist)
30636         (ada-indent-newline-indent)
30637         (ada-indent-newline-indent-conditional)
30638         (ada-justified-indent-current, ada-goto-previous-word)
30639         (ada-indent-current, ada-get-indent-open-paren)
30640         (ada-get-indent-paramlist, ada-get-indent-end)
30641         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
30642         (ada-get-indent-block-start, ada-get-indent-subprog)
30643         (ada-get-indent-noindent, ada-get-indent-label)
30644         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
30645         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
30646         (ada-goto-stmt-end, ada-goto-next-word)
30647         (ada-check-matching-start, ada-check-defun-name)
30648         (ada-goto-matching-decl-start, ada-goto-matching-start)
30649         (ada-goto-matching-end, ada-search-ignore-string-comment)
30650         (ada-in-decl-p, ada-looking-at-semi-or)
30651         (ada-looking-at-semi-private, ada-in-paramlist-p)
30652         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
30653         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
30654         (ada-next-procedure, ada-previous-procedure, ada-next-package)
30655         (ada-previous-package, ada-create-menu)
30656         (ada-fill-comment-paragraph-justify)
30657         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
30658         (ada-other-file-name, ada-last-which-function-line)
30659         (ada-last-which-function-subprog, ada-which-function)
30660         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
30661         (ada-gen-treat-proc, ada-check-emacs-version)
30662         (ada-continuation-indent, ada-align-region-separate):
30663         Fix typos in docstrings.
30664         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
30666 2005-06-16  Lute Kamstra  <lute@gnu.org>
30668         * simple.el (fundamental-mode): Run after-change-major-mode-hook
30669         conditionally.
30671 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
30673         * comint.el (comint-replace-by-expanded-filename)
30674         (comint-prompt-regexp, comint-delimiter-argument-list)
30675         (comint-preinput-scroll-to-bottom):
30676         * info.el (Info-hide-cookies-node):
30677         * ls-lisp.el (ls-lisp-classify):
30678         * find-file.el (ff-search-directories, ff-special-constructs)
30679         (ff-find-other-file):
30680         * font-lock.el (font-lock-keywords):
30681         * shell.el (shell-prompt-pattern)
30682         (shell-dynamic-complete-functions, shell-mode)
30683         (shell-delimiter-argument-list):
30684         * term.el (term-replace-by-expanded-filename)
30685         (term-prompt-regexp, term-delimiter-argument-list):
30686         * woman.el (woman-ignore, woman0-if):
30687         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
30688         * emacs-lisp/elint.el (elint-init-env):
30689         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
30690         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
30691         * language/ethio-util.el (ethio-tilde-escape)
30692         (ethio-use-three-dot-question):
30693         * net/zone-mode.el (zone-mode-load-time-setup):
30694         * progmodes/cc-align.el (c-lineup-argcont):
30695         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
30696         * progmodes/cperl-mode.el (cperl-set-style-back):
30697         * progmodes/inf-lisp.el (inferior-lisp-prompt):
30698         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
30699         Fix spellings in docstrings.
30701         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
30702         * progmodes/modula2.el (m2-for): Fix spellings.
30704         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
30706         * simple.el (undo-more): Don't use `format' on `error' arguments.
30707         Improve argument/docstring consistency.
30708         (pending-undo-list): Doc fix.
30710         * smerge-mode.el (smerge-ensure-match):
30711         * emulation/vip.el (vip-ex):
30712         * net/zone-mode.el (zone-mode-update-serial):
30713         * progmodes/idlwave.el (idlwave-complete):
30714         * progmodes/vhdl-mode.el (vhdl-visit-file)
30715         (vhdl-compose-wire-components):
30716         Don't use `format' on `error' arguments.
30718         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
30719         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
30720         (tooltip-help-tips): Fix typos in docstrings.
30722 2005-06-16  David Ponce  <david@dponce.com>
30724         * tree-widget.el (tree-widget-value-create): Simplify last change.
30726 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
30728         * ido.el (ido-incomplete-regexp): New variable.
30729         (ido-set-matches-1): Handle invalid-regexp error and set
30730         ido-incomplete-regexp.
30731         (ido-incomplete-regexp): New face.
30732         (ido-completions): Use it.
30733         (ido-complete, ido-exit-minibuffer, ido-completions):
30734         Handle incomplete regexps.
30735         (ido-completions): Add check for complete match when entering a regexp.
30737 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
30739         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
30741 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
30743         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
30744         by field delimiters.
30746 2005-06-15  David Ponce  <david@dponce.com>
30748         * tree-widget.el: eval-and-compile inlined functions so they will
30749         be available at run-time too.
30750         (tree-widget-super-format-handler)
30751         (tree-widget-format-handler): Remove.
30752         (tree-widget-value-create): Handle the :indent property.
30754 2005-06-15  Miles Bader  <miles@gnu.org>
30756         * progmodes/which-func.el (which-func): Only inherit
30757         `font-lock-function-name-face' when that makes sense against the
30758         default mode-line face, otherwise set the face color explicitly.
30760         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
30761         faces instead of (non-existent) variables.
30763 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
30765         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
30766         (iswitchb-get-matched-buffers): Likewise.  Simplify.
30768 2005-06-14  Miles Bader  <miles@gnu.org>
30770         * progmodes/ld-script.el (ld-script-location-counter):
30771         Remove "-face" suffix from face name.
30772         (ld-script-location-counter-face):
30773         New backward-compatibility alias for renamed face.
30774         (ld-script-location-counter-face): Use renamed face.
30776         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
30777         (cperl-hash): Remove "-face" suffix from face names.
30778         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
30779         New backward-compatibility aliases for renamed faces.
30780         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
30781         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
30783         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
30784         name.
30785         (which-func-face): New backward-compatibility alias for renamed face.
30786         (which-func-format): Use renamed which-func face.
30788         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
30789         (vhdl-function, vhdl-directive, vhdl-reserved-word)
30790         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
30791         names.
30792         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
30793         (vhdl-speedbar-configuration, vhdl-speedbar-package)
30794         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
30795         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
30796         (vhdl-speedbar-architecture-selected)
30797         (vhdl-speedbar-configuration-selected)
30798         (vhdl-speedbar-package-selected)
30799         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
30800         names.
30801         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
30802         Use renamed faces.
30803         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
30804         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
30805         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
30806         Use renamed faces.
30807         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
30808         names.
30809         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
30810         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
30811         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
30812         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
30813         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
30814         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
30816         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
30817         face name.
30818         (sh-heredoc-face): New backward-compatibility alias for renamed face.
30819         (sh-heredoc-face): Use renamed sh-heredoc face.
30821         * progmodes/idlw-help.el (idlwave-help-link):
30822         Remove "-face" suffix from face name.
30823         (idlwave-help-link-face):
30824         New backward-compatibility alias for renamed face.
30825         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
30827         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
30828         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
30829         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
30830         New backward-compatibility aliases for renamed faces.
30831         (idlwave-shell-disabled-breakpoint-face)
30832         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
30834         * progmodes/flymake.el (flymake-errline, flymake-warnline):
30835         Remove "-face" suffix from face names.
30836         (flymake-errline-face, flymake-warnline-face):
30837         New backward-compatibility aliases for renamed faces.
30838         (flymake-highlight-line): Use renamed flymake faces.
30840         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
30841         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
30842         (ebrowse-member-class, ebrowse-progress):
30843         Remove "-face" suffix from face names.
30844         (ebrowse-tree-mark-face, ebrowse-root-class-face)
30845         (ebrowse-file-name-face, ebrowse-default-face)
30846         (ebrowse-member-attribute-face, ebrowse-member-class-face)
30847         (ebrowse-progress-face):
30848         New backward-compatibility aliases for renamed faces.
30849         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
30850         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
30851         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
30852         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
30854         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
30855         antlr-syntax)
30856         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
30857         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
30858         names.
30859         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
30860         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
30861         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
30862         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
30863         backward-compatibility aliases for renamed faces.
30864         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
30865         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
30866         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
30867         remove "font-lock-".  Use renamed antlr-mode faces.
30868         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
30869         literal face-names with face variable references.
30871         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
30872         face name.
30873         (Buffer-menu-buffer-face): New backward-compatibility alias for
30874         renamed face.
30875         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
30877 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
30879         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
30880         Eliminate "-face" suffix.
30881         (makefile-targets): Inherit from font-lock-function-name-face and
30882         eliminate "-face" suffix.
30883         (makefile-shell): Remove attributes and eliminate "-face" suffix.
30884         (makefile-*-font-lock-keywords): Append makefile-targets in rule
30885         actions, instead of prepending, to make it less visible.
30886         (makefile-previous-dependency, makefile-match-dependency):
30887         Don't match a target on a continuation line.
30889         * files.el (auto-mode-alist): Put Makefile in gmake mode.
30891 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
30893         * progmodes/gdb-ui.el (menu): Re-order menu items.
30894         (gdb-tooltip-print): Respect tooltip-use-echo-area.
30896         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
30897         Define in tooltip.el.
30898         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
30899         (gud-tooltip-tips): Respect tooltip-use-echo-area and
30900         gud-tooltip-echo-area.
30902         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
30903         backward compatibility and make obsolete.
30904         (tooltip-help-tips): Use tooltip-use-echo-area.
30905         (tooltip-show-help-function): Rename to...
30906         (tooltip-show-help): ...this, because it is a function.
30907         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
30909 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
30911         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
30912         (edebug-print-length, edebug-print-level, edebug-print-circle)
30913         (edebug-modify-breakpoint, edebug-eval-last-sexp)
30914         (edebug-eval-print-last-sexp): Doc fixes.
30916 2005-06-14  Kim F. Storm  <storm@cua.dk>
30918         * ido.el (ido-mode): Make a new keymap every time we enable ido,
30919         as the coverage buffer/file/both may change.
30921 2005-06-14  Lute Kamstra  <lute@gnu.org>
30923         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
30924         and run-mode-hooks.  Simplify.
30926         * mail/rmailedit.el (rmail-edit-mode):
30927         * progmodes/octave-inf.el (inferior-octave-mode):
30928         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
30930         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
30931         and run-mode-hooks.
30932         (recentf-edit-list, recentf-open-files): Don't call
30933         kill-all-local-variables directly.
30935         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
30937 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
30939         * emacs-lisp/byte-run.el (make-obsolete)
30940         (define-obsolete-function-alias): Rename arguments FUNCTION and
30941         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
30942         (make-obsolete-variable, define-obsolete-variable-alias):
30943         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
30944         respectively.
30946         * isearchb.el (isearchb-activate):
30947         * pcvs.el (cvs-mode):
30948         * ses.el (ses-load):
30949         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
30950         * net/tramp.el (tramp-find-file-exists-command)
30951         (tramp-find-shell):
30952         * progmodes/ada-mode.el (ada-create-case-exception)
30953         (ada-create-case-exception-substring, ada-make-subprogram-body):
30954         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
30955         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
30956         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
30957         * textmodes/org.el (org-promote, org-evaluate-time-range)
30958         (org-agenda-next-date-line, org-agenda-previous-date-line)
30959         (org-agenda-error, org-open-at-point, org-table-move-row)
30960         (org-format-table-table-html-using-table-generate-source)
30961         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
30962         * textmodes/reftex.el (reftex-access-scan-info):
30963         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
30964         (reftex-toc-promote-prepare): Follow error conventions.
30966         * diff-mode.el (diff-mode): Fix typo in docstring.
30968         * forms.el (forms--intuit-from-file): Fix reference to
30969         `forms-number-of-fields' in error message.
30970         (forms-print): Fix quoting in error message.
30972         * forms.el (forms-mode):
30973         * emulation/vi.el (vi-goto-insert-state):
30974         * progmodes/flymake.el (flymake-new-err-info)
30975         (flymake-start-syntax-check-for-current-buffer)
30976         (flymake-simple-cleanup):
30977         * eshell/esh-var.el (eshell/export):
30978         * progmodes/gud.el (xdb):
30979         * textmodes/flyspell.el (flyspell-incorrect-hook)
30980         (flyspell-maybe-correct-transposition)
30981         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
30983 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
30985         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
30986         minibuffer prompt.
30988 2005-06-13  Kim F. Storm  <storm@cua.dk>
30990         * subr.el (add-to-ordered-list): New defun.
30992         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
30993         add cua--keymap-alist to emulation-mode-map-alists.
30995 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
30997         * subr.el (complete-in-turn): New macro.
30998         (dynamic-completion-table, lazy-completion-table): Add debug info.
31000         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
31001         in preference to face aliases.
31003         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
31004         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
31005         Remove unused vars `start' and `firstline'.
31006         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
31007         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
31009 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
31011         * cus-start.el (all): Don't complain about missing GTK-related
31012         variables, unless either `gtk' is boundp or this isn't a
31013         `windows-nt' build.
31015 2005-06-13  Lute Kamstra  <lute@gnu.org>
31017         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
31018         run-mode-hooks.
31020         * ediff-mult.el (ediff-meta-mode):
31021         * ediff-util.el (ediff-mode): Use run-mode-hooks.
31023         * ledit.el (ledit-mode): Use delay-mode-hooks.
31025         * woman.el (woman-mode-line-format): Delete constant.
31026         (woman-mode-map): Initialize it properly.
31027         (woman-mode): Set mode-class property to special.
31028         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
31029         Set major-mode and mode-name.  Don't set mode-line-format directly.
31030         (Man-getpage-in-background): Don't reference woman-mode-line-format.
31032         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
31033         string argument obsolete.
31035 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
31037         * textmodes/org.el (org-CUA-compatible): New option.
31038         (org-disputed-keys): New variable.
31039         (org-key): New function.
31040         (orgtbl-make-binding): Add docstring to the created function.
31041         (org-mode): Set paragraph start/separate regexps.
31042         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
31043         (org-archive-location, org-archive-mark-done)
31044         (org-archive-stamp-time): New options.
31045         (org-archive-subtree): New command.
31046         (org-fill-paragraph): New function.
31047         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
31048         (org-fake-empty-table-line): Function removed.
31049         (org-format-org-table-html): Do not create empty table lines at
31050         separator lines.  Improved table header treatment.
31051         (org-link-format): New option.
31052         (org-make-link): New function.
31053         (org-insert-link, org-store-link): Use org-make-link.
31054         (org-open-file): Quote file name for shell command, to allow
31055         spaces in file names.
31056         (org-link-regexp): Fix bug with mailto link.
31057         (org-link-maybe-angles-regexp, org-protected-link-regexp):
31058         New constants.
31059         (org-export-as-html): Deal with the optional angles around a link.
31060         Better treatment of file: links.
31061         (org-open-at-point): Replace @{ and @} with < and >.
31062         (org-run-mode-hooks): Function removed.
31063         (org-agenda-mode): No longer use `org-run-mode-hooks'.
31065 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
31067         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
31068         MI command -data-list-register-values.
31069         (gdb-post-prompt): Indent properly.
31071 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
31073         * hilit-chg.el (highlight-changes-colors): Rename from
31074         `highlight-changes-colours'.
31075         (highlight-changes-colours): Keep as obsolete alias.
31076         (highlight-changes-face-list): Doc fix.
31077         (hilit-chg-make-list): Use `highlight-changes-colors'.
31079 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
31081         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
31082         defun-prompt-regexp.
31084 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
31086         * loadup.el: Don't say we are dumping under 2 names on windows-nt
31087         and cygwin.
31089         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
31090         Don't use an old loaddefs.el, as in Makefile.in.
31092 2005-06-12  Lute Kamstra  <lute@gnu.org>
31094         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
31096         * man.el (Man-mode-map): Initialize it properly.
31097         (Man-mode): Set mode-class property to special.
31099         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
31101 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
31103         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
31104         A newline is needed in the docstring there.
31106         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
31107         Doc fixes.
31109 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
31111         * printing.el: Doc fix.  The menubar is no more changed when printing
31112         is loaded, it only changes when pr-menu-bind or pr-update-menus is
31113         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
31114         (pr-version): New version number (6.8.4).
31115         (pr-menu-bind): New command.
31116         (pr-update-menus): Docstring and code fix.
31117         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
31118         Docstring fix.
31119         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
31120         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
31122 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
31124         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
31125         "Returns" to "return", document useful return values, etc.
31127 2005-06-11  Alan Mackenzie  <acm@muc.de>
31129         * textmodes/fill.el (fill-context-prefix): Try `adaptive-fill-function'
31130         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
31131         (adaptive-file-function): Minor amendment to doc-string.
31133 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
31135         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
31136         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
31137         Fix :type--it is `integer', not `string'.
31139         * faces.el (modeline-highlight): Rename from (the erroneous)
31140         `modeline-higilight'.
31142 2005-06-11  Lute Kamstra  <lute@gnu.org>
31144         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
31145         lisp-interaction-mode-map but make it the parent.
31146         (edebug-eval-mode): Use define-derived-mode.
31148 2005-06-11  Andreas Schwab  <schwab@suse.de>
31150         * bindings.el: Add binding of `ESC functionkey' for every
31151         `M-functionkey'.
31152         * hexl.el (hexl-mode-map): Likewise.
31154 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
31156         * progmodes/compile.el (compilation-error-regexp-alist-alist)
31157         [msft]: update regexp for newer msft compilers.
31159 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
31161         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
31162         ATTLIST portions of included DTDs.
31163         (xml-parse-dtd): Eliminate use of inefficient match-data.
31165 2005-06-10  Miles Bader  <miles@gnu.org>
31167         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
31168         (mpuz-text): Remove "-face" suffix from face names.
31169         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
31170         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
31171         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
31173         * play/gomoku.el (gomoku-O, gomoku-X):
31174         Remove "-face" suffix from face names.
31175         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
31176         New backward-compatibility aliases for renamed faces.
31177         (gomoku-font-lock-keywords): Use renamed gomoku faces.
31179 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
31181         * thumbs.el: Fixes for changes of 2005-06-09.
31182         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
31183         as a directory.
31184         (thumbs-thumbname): Remove directory separator from format string;
31185         `thumbs-thumbsdir' now returns a valid directory name.
31186         (thumbs-temp-dir): New defsubst.
31187         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
31188         Use it.
31190         * cus-edit.el (minibuffer):
31191         * files.el (make-backup-file-name-function):
31192         * filesets.el (filesets-external-viewers):
31193         * hilit-chg.el (highlight-changes-colours)
31194         (highlight-changes-face-list, highlight-changes-rotate-faces):
31195         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
31196         * kmacro.el (kmacro-call-macro):
31197         * log-edit.el (log-edit-changelog-full-paragraphs):
31198         * mouse.el (mouse-1-click-follows-link):
31199         * skeleton.el (skeleton-autowrap):
31200         * subr.el (insert-for-yank-1):
31201         * tempo.el (tempo-insert-region):
31202         * terminal.el (terminal-emulator):
31203         * time.el (display-time-mail-face):
31204         * vc.el (vc-annotate):
31205         * vcursor.el (vcursor-copy-line):
31206         * woman.el (woman-bold-headings, woman-ignore)
31207         (woman-default-faces, woman-monochrome-faces):
31208         * calendar/todo-mode.el (todo-insert-threshold):
31209         * emulation/pc-select.el (pc-select-selection-keys-only)
31210         (pc-selection-mode):
31211         * emulation/vip.el (vip-find-char-forward):
31212         * emulation/viper-cmd.el (viper-find-char-forward):
31213         * international/mule-cmds.el
31214         (select-safe-coding-system-accept-default-p)
31215         (input-method-exit-on-invalid-key):
31216         * international/mule-diag.el (describe-coding-system):
31217         * international/ucs-tables.el (unify-8859-on-encoding-mode):
31218         * net/browse-url.el (browse-url-xterm-program):
31219         * obsolete/lazy-lock.el (lazy-lock-mode):
31220         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
31221         (cperl-mode):
31222         * progmodes/cpp.el (cpp-face-light-name-list)
31223         (cpp-face-dark-name-list):
31224         * progmodes/delphi.el (delphi-newline-always-indents):
31225         Fix spellings in docstrings.
31227         * ido.el (ido-mode, ido-file-extensions-order)
31228         (ido-default-file-method, ido-default-buffer-method)
31229         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
31230         (ido-decorations, ido-read-file-name-as-directory-commands)
31231         (ido-read-file-name-non-ido, ido-work-directory-list)
31232         (ido-ignore-item-temp-list, ido-current-directory)
31233         (ido-magic-forward-char, ido-enter-find-file)
31234         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
31235         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
31237 2005-06-10  Lute Kamstra  <lute@gnu.org>
31239         * play/dunnet.el (dun-mode): Use define-derived-mode.
31240         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
31241         obsolete alias.
31243         * play/doctor.el (doctor-mode-map): Remove defvar.
31244         (doctor-mode): Use define-derived-mode.
31246         * mail/mspools.el (mspools-mode):
31247         * net/eudc-hotlist.el (eudc-hotlist-mode):
31248         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
31250 2005-06-10  Miles Bader  <miles@gnu.org>
31252         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
31253         Remove "-face" suffix from face names.
31254         (flyspell-incorrect-face, flyspell-duplicate-face):
31255         New backward-compatibility aliases for renamed faces.
31256         (flyspell-mode-on, make-flyspell-overlay)
31257         (flyspell-highlight-incorrect-region)
31258         (flyspell-highlight-duplicate-region)
31259         (flyspell-display-next-corrections)
31260         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
31262         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
31263         from face name.
31264         (texinfo-heading-face): New backward-compatibility alias for
31265         renamed face.
31266         (texinfo-heading-face): Use renamed texinfo-heading face.
31268         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
31269         suffix from face names.
31270         (tex-math-face, tex-verbatim-face):
31271         New backward-compatibility aliases for renamed faces.
31272         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
31273         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
31274         literal face name.
31276         * textmodes/table.el (table-cell): Remove "-face" suffix from face
31277         name.
31278         (table-cell-face): New backward-compatibility alias for renamed face.
31279         (table--put-cell-face-property, table--update-cell-face):
31280         Use renamed table-cell face.
31282         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
31283         from face name.
31284         (sgml-namespace-face): New backward-compatibility alias for
31285         renamed face.
31286         (sgml-namespace-face): Use renamed sgml-namespace face.
31288         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
31289         (org-level-4, org-level-5, org-level-6, org-level-7)
31290         (org-level-8, org-warning, org-headline-done)
31291         (org-deadline-announce, org-scheduled-today)
31292         (org-scheduled-previously, org-link, org-done, org-table)
31293         (org-time-grid): Remove "-face" suffix from face names.
31294         (org-level-1-face, org-level-2-face, org-level-3-face)
31295         (org-level-4-face, org-level-5-face, org-level-6-face)
31296         (org-level-7-face, org-level-8-face, org-warning-face)
31297         (org-headline-done-face, org-deadline-announce-face)
31298         (org-scheduled-today-face, org-scheduled-previously-face)
31299         (org-link-face, org-done-face, org-table-face)
31300         (org-time-grid-face):
31301         New backward-compatibility aliases for renamed faces.
31302         (org-level-faces, org-set-font-lock-defaults, org-timeline)
31303         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
31304         (org-agenda-get-timestamps, org-agenda-get-scheduled)
31305         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
31307         * emulation/viper-init.el (viper-search, viper-replace-overlay)
31308         (viper-minibuffer-emacs, viper-minibuffer-insert)
31309         (viper-minibuffer-vi): Remove "-face" suffix from face names.
31310         (viper-search-face, viper-replace-overlay-face)
31311         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
31312         (viper-minibuffer-vi-face):
31313         New backward-compatibility aliases for renamed faces.
31314         (viper-search-face, viper-replace-overlay-face)
31315         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
31316         (viper-minibuffer-vi-face): Use renamed viper faces.
31318         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
31319         Remove "-face" suffix from face names.
31320         (testcover-nohits-face, testcover-1value-face):
31321         New backward-compatibility aliases for renamed faces.
31322         (testcover-mark): Use renamed testcover faces.
31324         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
31325         face name.
31326         (diary-button-face): New backward-compatibility alias for renamed face.
31327         (diary-entry): Use renamed diary-button face.
31329         * calendar/calendar.el (diary, calendar-today, holiday)
31330         (mark-visible-calendar-date): Remove "-face" suffix from face names.
31331         (diary-face, calendar-today-face, holiday-face):
31332         New backward-compatibility aliases for renamed faces.
31333         (eval-after-load "facemenu", diary-entry-marker)
31334         (calendar-today-marker, calendar-holiday-marker, diary-face):
31335         Use renamed calendar faces.
31337         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
31338         (compare-windows-face): New backward-compatibility alias for
31339         renamed face.
31340         (compare-windows-highlight): Use renamed compare-windows face.
31342         * strokes.el (strokes-char): Remove "-face" suffix from face name.
31343         (strokes-char-face): New backward-compatibility alias for renamed face.
31344         (strokes-encode-buffer): Use renamed strokes-char face.
31346         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
31347         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
31348         Remove "-face" suffix from face names.
31349         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
31350         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
31351         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
31352         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
31353         Use renamed pcvs faces.
31354         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
31355         * pcvs-defs.el (cvs-mode-map): Likewise.
31356         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
31358         * info.el (info-title-1, info-title-2, info-title-3)
31359         (info-title-4): Remove "-face" suffix from and downcase face names.
31360         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
31361         (Info-title-4-face):
31362         New backward-compatibility aliases for renamed faces.
31363         (Info-fontify-node): Use renamed info faces.
31365         * hilit-chg.el (highlight-changes, highlight-changes-delete):
31366         Remove "-face" suffix from face names.
31367         (highlight-changes-face, highlight-changes-delete-face):
31368         New backward-compatibility aliases for renamed faces.
31369         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
31370         (hilit-chg-make-list): Use renamed highlight-changes faces.
31372         * generic-x.el (show-tabs-tab, show-tabs-space):
31373         Remove "-face" suffix from face names.
31374         (show-tabs-tab-face, show-tabs-space-face):
31375         New backward-compatibility aliases for renamed faces.
31376         (show-tabs-generic-mode-font-lock-defaults-1)
31377         (show-tabs-generic-mode-font-lock-defaults-2):
31378         Use renamed show-tabs faces.
31380         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
31381         (smerge-markers): Remove "-face" suffix from face names.
31382         (smerge-mine-face, smerge-other-face, smerge-base-face)
31383         (smerge-markers-face):
31384         New backward-compatibility aliases for renamed faces.
31385         (smerge-mine-face, smerge-other-face, smerge-base-face)
31386         (smerge-markers-face): Use renamed smerge faces.
31388         * log-view.el (log-view-file, log-view-message): Remove "-face"
31389         suffix from face names.
31390         (log-view-file-face, log-view-message-face):
31391         New backward-compatibility aliases for renamed faces.
31392         (log-view-file-face, log-view-message-face): Use renamed log-view
31393         faces.
31395         * paren.el (show-paren-match, show-paren-mismatch):
31396         Remove "-face" suffix from face names.
31397         (show-paren-match-face, show-paren-mismatch-face):
31398         New backward-compatibility aliases for renamed faces.
31399         (show-paren-function): Use renamed show-paren faces.
31401         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
31402         (ruler-mode-margins, ruler-mode-fringes)
31403         (ruler-mode-column-number, ruler-mode-fill-column)
31404         (ruler-mode-comment-column, ruler-mode-goal-column)
31405         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
31406         suffix from face names.
31407         (ruler-mode-default-face, ruler-mode-pad-face)
31408         (ruler-mode-margins-face, ruler-mode-fringes-face)
31409         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
31410         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
31411         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
31412         New backward-compatibility aliases for renamed faces.
31413         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
31414         (ruler-mode-column-number, ruler-mode-fill-column)
31415         (ruler-mode-comment-column, ruler-mode-goal-column)
31416         (ruler-mode-tab-stop, ruler-mode-current-column)
31417         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
31418         faces.
31420         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
31421         face name.
31422         (whitespace-highlight-the-space): Use renamed face.
31423         (whitespace-highlight-face): New backward-compatibility alias for
31424         renamed face.
31426         * woman.el (woman-italic, woman-bold, woman-unknown)
31427         (woman-addition, woman-symbol-face):
31428         Remove "-face" suffix from face names.
31429         (woman-italic-face, woman-bold-face, woman-unknown-face)
31430         (woman-addition-face):
31431         New backward-compatibility aliases for renamed faces.
31432         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
31433         (woman-decode-region, woman-replace-match)
31434         (woman-display-extended-fonts, woman-special-characters)
31435         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
31436         Use renamed woman faces.
31438         * longlines.el (longlines-visible-face): Face removed.
31440         * diff-mode.el (diff-header, diff-file-header, diff-index)
31441         (diff-hunk-header, diff-removed, diff-added, diff-changed)
31442         (diff-function, diff-context, diff-nonexistent): Remove "-face"
31443         suffix from face names.
31444         (diff-header-face, diff-file-header-face, diff-index-face)
31445         (diff-hunk-header-face, diff-removed-face, diff-added-face)
31446         (diff-changed-face, diff-function-face, diff-context-face)
31447         (diff-nonexistent-face): New backward-compatibility aliases for
31448         renamed faces.
31449         (diff-header-face, diff-file-header-face)
31450         (diff-index, diff-index-face, diff-hunk-header)
31451         (diff-hunk-header-face, diff-removed, diff-removed-face)
31452         (diff-added, diff-added-face, diff-changed-face, diff-function)
31453         (diff-function-face, diff-context-face, diff-nonexistent)
31454         (diff-nonexistent-face): Use renamed diff-mode faces.
31456         * progmodes/compile.el (compilation-warning-face)
31457         (compilation-info-face): Remove "-face" suffix from face names.
31458         (compilation-warning-face, compilation-info-face):
31459         New backward-compatibility aliases for renamed faces.
31460         (compilation-warning-face, compilation-info-face):
31461         Use renamed compilation faces.
31463         * add-log.el (change-log-date, change-log-name)
31464         (change-log-email, change-log-file, change-log-list)
31465         (change-log-conditionals, change-log-function)
31466         (change-log-acknowledgement): Remove "-face" suffix from face names.
31467         (change-log-date-face, change-log-name-face)
31468         (change-log-email-face, change-log-file-face)
31469         (change-log-list-face, change-log-conditionals-face)
31470         (change-log-function-face, change-log-acknowledgement-face):
31471         New backward-compatibility aliases for renamed faces.
31472         (change-log-font-lock-keywords): Use renamed change-log faces.
31474         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
31475         (custom-set, custom-changed, custom-saved, custom-button)
31476         (custom-button-pressed, custom-documentation, custom-state)
31477         (custom-comment, custom-comment-tag, custom-variable-tag)
31478         (custom-variable-button, custom-face-tag, custom-group-tag-1)
31479         (custom-group-tag): Remove "-face" suffix from face names.
31480         (custom-magic-alist, custom-magic-value-create)
31481         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
31482         (custom-invalid-face, custom-rogue-face, custom-modified-face)
31483         (custom-set-face, custom-changed-face, custom-saved-face)
31484         (custom-button-face, custom-button-pressed-face)
31485         (custom-documentation-face, custom-state-face)
31486         (custom-comment-face, custom-comment-tag-face)
31487         (custom-variable-tag-face, custom-variable-button-face)
31488         (custom-face-tag-face, custom-group-tag-face-1)
31489         (custom-group-tag-face):
31490         New backward-compatibility aliases for renamed faces.
31492         * wid-edit.el (widget-documentation, widget-button)
31493         (widget-field, widget-single-line-field, widget-inactive)
31494         (widget-button-pressed): "-face" suffix removed from face names.
31495         (widget-documentation-face, widget-button-face)
31496         (widget-field-face, widget-single-line-field-face)
31497         (widget-inactive-face, widget-button-pressed-face):
31498         New backward-compatibility aliases for renamed faces.
31499         (widget-documentation-face, widget-button-face)
31500         (widget-button-pressed-face, widget-specify-field)
31501         (widget-specify-inactive): Use renamed widget faces.
31503 2005-06-10  Kenichi Handa  <handa@m17n.org>
31505         * term/x-win.el (x-clipboard-yank): Remove condition-case
31506         wrapping.
31508 2005-06-11  Kenichi Handa  <handa@m17n.org>
31510         * add-log.el (change-log-font-lock-keywords): Make the regexp for
31511         date lines stricter.
31513 2005-06-10  Zhang Wei  <id.brep@gmail.com>
31515         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
31516         of x-get-selection.
31518 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
31520         * comint.el (comint-mode, comint-snapshot-last-prompt):
31521         * frame.el (frame-current-scroll-bars):
31522         * term.el (term-mode, term-check-proc, term-input-sender)
31523         (term-simple-send, term-extract-string, term-word)
31524         (term-match-partial-filename):
31525         * window.el (window-current-scroll-bars):
31526         * emulation/cua-base.el (cua-normal-cursor-color)
31527         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
31528         (cua-global-mark-cursor-color):
31529         * mail/undigest.el (rmail-forward-separator-regex):
31530         Fix typos in docstrings.
31532         * comint.el (comint-check-proc, make-comint-in-buffer)
31533         (comint-source-default): Doc fixes.
31535         * term.el (term-send-string): Improve argument/docstring consistency.
31537 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
31539         * comint.el (comint-send-input): Bind `inhibit-read-only' around
31540         call to `delete-region'.
31541         (comint-mode-hook): Do not enable Font Lock by default.
31543 2005-06-09  Lute Kamstra  <lute@gnu.org>
31545         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
31546         could be void.
31548 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
31550         * emacs-lisp/debug.el (debugger-will-be-back): New var.
31551         (debug): Use it.
31552         (debugger-step-through, debugger-continue, debugger-jump)
31553         (debugger-return-value): Set it when needed.
31554         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
31555         Use inhibit-read-only.
31557 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
31559         * window.el (shrink-window-if-larger-than-buffer)
31560         (window-size-fixed): Fix typo in docstring.
31562         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
31563         thumbnails directory on loading.
31564         (thumbs-conversion-program): Use `eq' to check the system type,
31565         not `equal'.
31566         (thumbs-temp-dir): Initialize to `temporary-file-directory',
31567         not "/tmp".  Fix docstring.
31568         (thumbs-thumbsdir): New function to return the thumbnails
31569         directory, creating it if needed.
31570         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
31571         (thumbs-temp-file): Delete variable and make it into a function.
31572         (thumbs-resize-image, thumbs-modify-image): Use it.
31573         (thumbs-kill-buffer): Simplify.
31574         (thumbs-gensym): Defalias or duplicate CL `gensym'.
31575         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
31576         docstrings.
31578 2005-06-09  Kim F. Storm  <storm@cua.dk>
31580         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
31581         set-match-data to free markers in match-data.
31583         * replace.el (replace-match-data): Pass RESEAT arg `t' to
31584         match-data to unchain markers in match-data.
31586 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
31588         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
31589         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
31590         unnecessary now.
31592 2005-06-08  Richard M. Stallman  <rms@gnu.org>
31594         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
31595         give the variable a doc string that doesn't say don't set it directly.
31597         * textmodes/ispell.el (ispell-check-version):
31598         Use match-string-no-properties.
31599         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
31600         (ispell-buffer-local-words): Likewise.
31602         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
31603         except on terminals with enough colors to really display it.
31604         (makefile-dependency-regex): Delete spurious `bb'.
31606         * faces.el (escape-glyph): Use blue once again in last case.
31607         (no-break-space): Redefine so that it isn't invisible on a tty.
31609 2005-06-08  Kim F. Storm  <storm@cua.dk>
31611         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
31612         also when reading directory name.
31614 2005-06-08  Lute Kamstra  <lute@gnu.org>
31616         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
31617         (flyspell-mode-line-string): Remove autoload cookie.
31618         (flyspell-mode): Remove defvar.
31620 2005-06-07  Lute Kamstra  <lute@gnu.org>
31622         * textmodes/org.el (org-run-mode-hooks): New function.
31623         (org-agenda-mode): Use it.
31625 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
31627         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
31629 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
31631         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
31633 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
31635         * font-lock.el (font-lock-add-keywords): Doc fix.
31637 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
31639         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
31640         (tex-compile-default): In the absence of any history, use the order in
31641         tex-compile-alist to choose the preferred command.
31642         (tex-compile-commands): Reorder a bit.
31644         * textmodes/flyspell.el (flyspell-auto-correct-binding)
31645         (flyspell-incorrect-face, flyspell-duplicate-face):
31646         Use (X)Emacs-agnostic code.
31647         (flyspell-mode-map): Don't overwrite at each load.  Remove code
31648         redundant with the subsequent add-minor-mode.  Merge Emacs and
31649         XEmacs code.
31650         (flyspell-word): Minor simplification.
31651         (flyspell-math-tex-command-p): Quieten the byte-compiler.
31652         (flyspell-external-point-words): Remove unused vars `size' and `start'.
31653         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
31654         Merge the corresponding Emacs code.
31655         (flyspell-correct-word, flyspell-xemacs-popup):
31656         Use flyspell-do-correct.
31658         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
31659         a dedicated window.
31661         * international/latexenc.el (latexenc-find-file-coding-system):
31662         Undo part of last patch, to turn off a compiler warning.
31664 2005-06-06  Juri Linkov  <juri@jurta.org>
31666         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
31667         Rename `tmm-inactive-face' to `tmm-inactive'.
31669 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
31671         * iswitchb.el: Rename faces.
31673 2005-06-06  Kim F. Storm  <storm@cua.dk>
31675         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
31676         (cua-global-mark): Remove -face suffix from face names.
31678         * emulation/cua-gmrk.el (cua--init-global-mark):
31679         Remove cua-global-mark face setup.
31681 2005-06-06  Richard M. Stallman  <rms@gnu.org>
31683         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
31684         just like other allowed characters.
31685         (makefile-match-dependency): Exclude leading and training whitespace
31686         from the range of regexp subexp 1.
31687         (makefile-macroassign-regex): Don't try to match the body,
31688         just the name of the macro being defined.
31690         * info.el (Info-read-node-name-2): New function.
31691         (Info-read-node-name-1): Use that.
31692         Add a completion-base-size-function property.
31694         * simple.el (completion-setup-function): Look for
31695         completion-base-size-function property of minibuffer-completion-table.
31697         * files.el (locate-file-completion): Doc fix.
31699         * printing.el: Don't call pr-update-menus; user must do that.
31701         * emacs-lisp/debug.el (debugger-window): New variable.
31702         (debug): Use debugger-window if it is set and still alive.
31703         Record debugger-window for next entry.
31705         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
31707 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
31709         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
31710         (hack-one-local-variable, hack-local-variables)
31711         (hack-local-variables-prop-line): Pass that arg.
31713 2005-06-06  Kim F. Storm  <storm@cua.dk>
31715         * ido.el (ido-first-match, ido-only-match, ido-subdir)
31716         (ido-indicator): Remove -face suffix from face names.
31718 2005-06-06  Juri Linkov  <juri@jurta.org>
31720         * font-lock.el (font-lock-regexp-backslash)
31721         (font-lock-regexp-backslash-construct): New faces.
31722         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
31723         after `('.  Add `while-no-input' to control structures.
31725         * faces.el (no-break-space, shadow): New faces.
31726         (escape-glyph): Use less loud colors pink2 and red4.
31728         * diff-mode.el (diff-context-face)
31729         * dired.el (dired-ignored)
31730         * rfn-eshadow.el (file-name-shadow)
31731         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
31733         * info.el (Info-title-1-face): Use green instead of yellow because
31734         bold yellow is not readable on light backgrounds.
31736         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
31737         before selecting the desired mode to not spend time fontifying
31738         old contents.
31740 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
31742         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
31743         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
31745         * ps-print.el (ps-default-fg, ps-default-bg):
31746         Fix typos in docstrings.
31748         * isearchb.el (isearchb): Don't pass a spurious second argument to
31749         `iswitchb-completions'.
31751 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
31753         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
31754         to preserve point.
31755         (gdb-find-file-hook): Add doc string.
31757         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
31758         C dereferenced pointer expression.
31759         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
31761         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
31763         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
31764         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
31765         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
31766         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
31767         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
31768         Make background transparent.
31770 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
31772         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
31773         (font-lock-remove-keywords): Doc fix.
31774         (font-lock-mode-major-mode): Compiler defvar.
31775         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
31777         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
31778         (font-lock-mode): Update `font-lock-mode-major-mode'.
31779         (font-lock-set-defaults): Compiler defvar.
31780         (font-lock-default-function): Take `font-lock-mode-major-mode'
31781         into account.
31783         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
31784         keep track of which major mode it enabled the minor mode for.
31785         Use find-file-hook again.  Update docstring.
31787         * simple.el (eval-expression-print-level)
31788         (eval-expression-print-length, eval-expression-debug-on-error):
31789         Doc fixes.
31791 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
31793         * iswitchb.el (iswitchb-single-match-face)
31794         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
31795         (iswitchb-invalid-regexp-face): New faces.
31796         (iswitchb-completions): Use them.
31797         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
31798         now marked as an obsolete alias.
31799         (iswitchb-read-buffer): Remove check for bound font variables.
31800         (iswitchb-invalid-regexp): New free variable.
31801         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
31802         set iswitchb-invalid-regexp.
31803         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
31804         invalid regexps.
31805         (iswitchb-completions): Add check for complete match when entering
31806         a regexp.
31807         (iswitchb-completions): Remove require-match argument.
31808         (iswitchb-exhibit): Fix caller.
31809         (iswitchb-common-match-inserted): New variable.
31810         (iswitchb-complete, iswitchb-completion-help): Use it.
31812 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
31814         * url/url-http.el (url-http-chunked-encoding-after-change-function):
31815         Use `url-http-debug' instead of `message'.
31817 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
31819         * url/url-http.el (url-http-parse-headers): Pass redirected URL
31820         as a callback argument.
31822 2005-06-04  Kim F. Storm  <storm@cua.dk>
31824         * simple.el (line-move): Only call sit-for when moving backwards.
31826         * ido.el (ido-make-merged-file-list-1): New defun split from
31827         ido-make-merged-file-list.
31828         (ido-make-merged-file-list): Bind throw-on-input around call to
31829         ido-make-merged-file-list-1.  Return input-pending-p if
31830         interrupted by more input available.
31831         (ido-read-internal): Handle input-pending-p return value from
31832         ido-make-merged-file-list.
31834 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
31836         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
31837         compatibility code.
31839         * international/latexenc.el (latexenc-find-file-coding-system):
31840         Don't inherit the EOL part of the coding-system from the
31841         tex-main buffer.  Fit within 80 columns.
31843 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
31845         * tmm.el (tmm-inactive-face): New face.
31846         (tmm-remove-inactive-mouse-face): New function.
31847         (tmm-prompt, tmm-add-one-shortcut)
31848         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
31849         but not selectable.
31851 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
31853         * faces.el (face-equal): Improve argument/docstring consistency.
31855 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
31857         * progmodes/make-mode.el (makefile-targets-face)
31858         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
31859         (makefile-bsdmake-dependency-regex)
31860         (makefile-makepp-rule-action-regex)
31861         (makefile-bsdmake-rule-action-regex): New constants.
31862         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
31864         * progmodes/compile.el (compilation-error-regexp-alist-alist):
31865         Allow (...) within `...' for makepp messages.
31867 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
31869         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
31871         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
31872         "." files are deleted from all file lists before comparison.
31874         * emulation/viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
31875         (viper-ESC-key): Made them customizable.
31877         * emulation/viper.el (viper-non-hook-settings):
31878         Fix the names of defadvices.
31880 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
31882         * autorevert.el (auto-revert-buffers): Use save-match-data.
31884 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
31886         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
31887         menu items with a nil command binding.
31889 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
31891         * emacs-lisp/cl-macs.el (defsetf):
31892         Improve argument/docstring consistency.
31894         * faces.el (list-faces-display): Improve the formatting by
31895         computing the maximum length required for any face-name (reworked
31896         patch of 1999-01-11, accidentally deleted on 1999-07-21).
31897         (internal-find-face): Remove redundant info in docstring.
31899 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
31901         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
31902         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
31903         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
31904         (gdb-assembler-custom): Improve regexps.
31905         (def-gdb-auto-update-handler): Use window point to preserve point.
31907 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
31909         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
31911 2005-05-31  Jay Belanger  <belanger@truman.edu>
31913         * calc/calc-embed.el (calc-embedded-word): Change argument passed
31914         to calc-embedded.
31915         (calc-embedded-make-info): Have plain prefix argument select
31916         entire line.
31918 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
31920         * faces.el (list-faces-display): Signal error if passed a regexp
31921         that matches no face name.
31923         * simple.el (filter-buffer-substring): Fix typo in docstring.
31925 2005-05-31  Richard M. Stallman  <rms@gnu.org>
31927         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
31928         (vhdl-emacs-21): Doc fix.
31929         (vhdl-mode): Unconditionally set comment-padding.
31930         (vhdl-fixup-whitespace-region): Insert spaces only where
31931         there are none.
31932         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
31934 2005-05-30  John Wiegley  <johnw@newartisans.com>
31936         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
31937         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
31938         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
31939         `directory-sep-char' to ?/, and all uses of `string-to-int' to
31940         `string-to-number'.
31942 2005-05-30  Jay Belanger  <belanger@truman.edu>
31944         * calc/calc.el (calc-bug-address): Fix docstring.
31945         (calc-window-hook, calc-trail-window-hook): New variables.
31946         (calc-trail-display): Restore use of calc-trail-window-hook.
31947         (calc): Restore use of calc-window-hook.
31949 2005-05-31  Masatake YAMATO  <jet@gyve.org>
31951         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
31953         * help-fns.el (help-C-file-name): Add autoload mark for
31954         `find-function-noselect'.
31956 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
31958         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
31959         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
31961 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
31963         * calendar/diary-lib.el (mark-included-diary-files): Only kill
31964         included diary buffer if it was not already being visited.
31965         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
31967         * calendar/icalendar.el (top-level): Do not require appt.
31969         * mail/supercite.el (sc-select-attribution): Only use a list
31970         element from sc-attrib-selection-list if it returns a string.
31971         Reported by Davide G. M. Salvetti <salve@debian.org>.
31973 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
31975         * thumbs.el (thumbs-thumbname): The resulting thumbname now
31976         includes a hash value to improve its uniqueness, and has a ".jpg"
31977         extension.  Also, it is now a valid filename on all systems.
31978         (thumbs-make-thumb): Use `let', not `let*'.
31979         (thumbs-show-thumbs-list): Check for JPEG availability.
31981 2005-05-30  Richard M. Stallman  <rms@gnu.org>
31983         * filesets.el (filesets-menu-ensure-use-cached):
31984         Prevent warning when emacs-version>= is undefined.
31986         * printing.el (pr-interactive-n-up): Use string-to-number.
31988         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
31990         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
31991         Warn only when name to be defined is quoted.
31993 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
31995         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
31996         Make regexp more robust.
31997         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
31998         Force regeneration of disassembly.
32000 2005-05-29  Jay Belanger  <belanger@truman.edu>
32002         * calc/calc.el (calc-user-invocation): Check if
32003         calc-invocation-macro is non-nil.
32005 2005-05-29  Juri Linkov  <juri@jurta.org>
32007         * add-log.el (change-log-font-lock-keywords):
32008         Add `+' to e-mail regexp to accept mail address with keywords.
32010         * man.el (Man-name-regexp): Add `:' to accept qualified names.
32012 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
32014         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
32016         * ielm.el (inferior-emacs-lisp-mode): Ditto.
32018 2005-05-29  Richard M. Stallman  <rms@gnu.org>
32020         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
32021         Undo the change that moves to end of the current word.
32023 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
32025         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
32026         Throw error when count <= 0 to ensure input is a number.
32027         (gdb-read-memory-custom): Pick up address from buffer.
32028         (gdb-memory-mode): Allow user to increment and decrement
32029         memory address from header line.
32031 2005-05-29  Richard M. Stallman  <rms@gnu.org>
32033         * textmodes/flyspell.el (flyspell-version): Function deleted.
32034         (flyspell-auto-correct-previous-hook): Doc fix.
32036         * jit-lock.el (jit-lock-function, jit-lock-after-change):
32037         Do nothing if memory is full.
32039         * font-lock.el (font-lock-fontify-syntactically-region):
32040         Pass t for GREEDY to looking-back.
32042         * saveplace.el (save-place-alist-to-file): Write the file
32043         using write-region.
32045         * subr.el (looking-back): New argument GREEDY.
32047         * progmodes/compile.el (compilation-start): Set the mode
32048         before inserting the initial text.
32050         * progmodes/which-func.el (which-func-update-1): Turn the mode
32051         off in case of error by setting which-func-mode.
32053 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
32055         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
32056         Narrow down to what's on the screen, and recenter overlays
32057         at the end of the next word.
32059 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
32061         * textmodes/flyspell.el (flyspell-emacs, flyspell-use-local-map):
32062         8Vars moved up.
32063         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
32064         (flyspell-abbrev-p): Default to nil.
32065         (flyspell-use-global-abbrev-table-p): Doc fix.
32066         (flyspell-large-region): Allow nil as value.
32067         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
32069         (mail-mode-flyspell-verify): More robust handling
32070         of `mail-header-separator'.  More efficient signature detection.
32071         Allow for regexp metacharacters in message-header-separator.
32072         Adding `To' not to be checked in mail-mode-flyspell-verify.
32074         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
32075         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
32076         Bind flyspell-auto-correct-binding.
32077         Bind C-. and C-, .
32078         (flyspell-mode-map): Likewise.
32079         (flyspell-mode): Doc fix.
32080         (flyspell-accept-buffer-local-defs): Preserve current buffer.
32081         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
32082         (flyspell-word-cache-result): New var, always local.
32083         (flyspell-check-pre-word-p): Doc fix.
32084         (flyspell-check-changed-word-p): Handle spc like newline.
32085         (flyspell-post-command-hook): Set flyspell-word-cache-result.
32086         (flyspell-word-search-backward, flyspell-word-search-forward):
32087         New functions.
32088         (flyspell-word): Return t if nothing to check.
32089         When parsing TeX code, check for after } or \.
32090         Use flyspell-word-search-backward to find previous word.
32091         Return nil if duplicated word.
32092         For word already checked, return same value as last time.
32093         Set flyspell-word-cache-result after checking.
32094         Don't clobber the return value.
32095         (flyspell-get-word): Major rewrite.
32096         (flyspell-external-point-words): New locals pword, pcount.
32097         Fix size used in progress message.
32098         Find the proper corresponding word in flyspell-large-region-buffer.
32099         (flyspell-region): Check for flyspell-large-region = nil.
32100         (flyspell-highlight-incorrect-region): Clean up overlays in region.
32101         (flyspell-auto-correct-word): Check that WORD is a cons.
32102         (flyspell-correct-word): Likewise.
32104 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
32106         * progmodes/make-mode.el (makefile-rule-action-regex)
32107         (makefile-macroassign-regex, makefile-makepp-mode)
32108         (makefile-bsdmake-mode): Continuation lines may be empty.
32109         Reported by Joshua Varner.
32110         (makefile-makepp-font-lock-keywords): Add $(stem).
32112 2005-05-28  Karl Berry  <karl@gnu.org>
32114         * textmodes/tex-mode.el: Now that tex-send-command calls
32115         shell-quote-argument (2005-03-31 change), remove all calls to
32116         shell-quote-argument; they all end up invoking tex-send-command.
32117         The double quoting loses on filenames with non-safe characters,
32118         such as "@".  Reported by Frederik Fouvry.
32120 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
32122         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
32123         about preserving point.
32125 2005-05-27  Jay Belanger  <belanger@truman.edu>
32127         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
32128         Info-goto-node.
32130         * calc/calc-embed.el (calc-embed-arg): New variable.
32131         (calc-do-embedded-activate, calc-embedded-activate-formula)
32132         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
32133         variable by new variable.
32134         (calc-embedded-make-info): Replace undeclared variable by new
32135         variable.  When selecting region with positive prefix
32136         argument, use end of previous line instead of beginning of line.
32138         * calc/calc-aent.el (calc-arg-values): Declare it.
32140         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
32141         Declare them.
32143         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
32145         * calc/calc.el (calc-alg-map): Declare it.
32147         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
32149 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
32151         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
32152         (gdb-registers-buffer, toggle-gdb-all-registers):
32153         Toggle display of floating point registers.
32154         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
32156         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
32157         (toggle-gud-tooltip-dereference):
32158         Rename from gud-toggle-tooltip-dereference.
32160 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
32162         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
32164 2005-05-27  Jay Belanger  <belanger@truman.edu>
32166         * calc/calc-prog.el (calc-kbd-report): Remove.
32167         (calc-kbd-query): Rewrite.
32169 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
32171         * image.el (image-library-alist): Move to image.c.
32172         (image-type-available-p): Doc fix.
32174 2005-05-27  Lute Kamstra  <lute@gnu.org>
32176         * calc/calc.el (calc):
32177         * outline.el (outline-1, outline-2, outline-3, outline-4)
32178         (outline-5, outline-6, outline-7, outline-8):
32179         * textmodes/dns-mode.el (dns-mode):
32180         * textmodes/sgml-mode.el (sgml-namespace-face):
32181         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
32182         (tex-verbatim-face, tex-use-reftex):
32183         * textmodes/texinfo.el (texinfo-heading-face):
32184         Specify customization group.
32186         * longlines.el: Don't require easy-mmode.
32187         (longlines-visible-face): Specify customization group.
32189 2005-05-27  Kenichi Handa  <handa@m17n.org>
32191         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
32192         encoding table of windows-1251.
32194         * international/ucs-tables.el (ucs-set-table-for-input):
32195         If translation-table-for-input of a coding system is a symbol, get
32196         its translation-table property.
32198         * international/code-pages.el: Don't register a coding system into
32199         non-iso-charset-alist more than once.
32200         (cp-make-coding-system): Likewise.
32202 2005-05-26  John Wiegley  <johnw@newartisans.com>
32204         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
32205         `eshell-resume-eval' is wrapped in a list, it indicates that the
32206         command was run asynchronously.  In that case, unwrap the value
32207         before checking the delimiter value.
32209         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
32210         character before a space at the end of a line is \, assume the space
32211         is part of the last argument rather than a final argument separator.
32213         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
32214         is in use, and the target is `t' or `nil' (which are the most common
32215         values), don't assume that the symbol target is a buffer.
32217 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
32219         * calendar/calendar.el (calendar-mode-line-format):
32220         Use mode-line-highlight as mouse-face.
32222         * time.el (display-time-string-forms, display-time-update):
32223         Use mode-line-highlight as mouse-face.
32225 2005-05-26  Jay Belanger  <belanger@truman.edu>
32227         * calc/calc.el (calc-language-alist): Remove extra defvar.
32229 2005-05-26  Lute Kamstra  <lute@gnu.org>
32231         * arc-mode.el (archive-mode):
32232         * bookmark.el (bookmark-read-annotation-mode)
32233         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
32234         * bs.el (bs-mode):
32235         * calc/calc-yank.el (calc-edit-mode):
32236         * calc/calc.el (calc-mode, calc-trail-mode):
32237         * calculator.el (calculator-mode):
32238         * chistory.el (command-history-mode):
32239         * comint.el:
32240         * cus-edit.el (custom-mode):
32241         * descr-text.el (describe-text-mode):
32242         * ebuff-menu.el (Electric-buffer-menu-mode):
32243         * ediff-util.el (ediff-mode):
32244         * emacs-lisp/re-builder.el (reb-mode):
32245         * emulation/vi.el (vi-mode-setup):
32246         * emulation/ws-mode.el (wordstar-mode):
32247         * eshell/esh-mode.el (eshell-mode):
32248         * forms.el (forms-mode):
32249         * help-mode.el (help-mode):
32250         * hexl.el (hexl-mode):
32251         * ibuffer.el (ibuffer-mode):
32252         * ielm.el (inferior-emacs-lisp-mode):
32253         * info.el (Info-mode, Info-edit-mode):
32254         * international/swedish.el:
32255         * ledit.el (ledit-from-lisp-mode):
32256         * locate.el (locate-mode):
32257         * mail/rmail.el (rmail-mode):
32258         * mail/rmailedit.el (rmail-edit-mode):
32259         * mail/rmailsum.el (rmail-summary-mode):
32260         * mail/supercite.el (sc-electric-mode):
32261         * net/eudc.el (eudc-mode):
32262         * net/quickurl.el (quickurl-list-mode):
32263         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
32264         * obsolete/ooutline.el (outline-mode):
32265         * obsolete/options.el (Edit-options-mode):
32266         * obsolete/rnews.el (news-mode):
32267         * obsolete/rnewspost.el (news-reply-mode):
32268         * play/5x5.el (5x5-mode):
32269         * play/decipher.el (decipher-mode, decipher-stats-mode):
32270         * play/gomoku.el (gomoku-mode):
32271         * play/snake.el (snake-mode):
32272         * play/solitaire.el (solitaire-mode):
32273         * play/tetris.el (tetris-mode):
32274         * progmodes/ada-mode.el (ada-mode):
32275         * progmodes/antlr-mode.el (antlr-mode):
32276         * progmodes/autoconf.el (autoconf-mode):
32277         * progmodes/dcl-mode.el (dcl-mode):
32278         * progmodes/delphi.el (delphi-mode):
32279         * progmodes/ebrowse.el (ebrowse-tree-mode)
32280         (ebrowse-electric-list-mode, ebrowse-member-mode)
32281         (ebrowse-electric-position-mode):
32282         * progmodes/f90.el (f90-mode):
32283         * progmodes/fortran.el (fortran-mode):
32284         * progmodes/icon.el (icon-mode):
32285         * progmodes/idlw-help.el (idlwave-help-mode):
32286         * progmodes/idlw-shell.el (idlwave-shell-mode):
32287         * progmodes/idlwave.el (idlwave-mode):
32288         * progmodes/inf-lisp.el (inferior-lisp-mode):
32289         * progmodes/m4-mode.el (m4-mode):
32290         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
32291         * progmodes/modula2.el (modula-2-mode):
32292         * progmodes/octave-inf.el (inferior-octave-mode):
32293         * progmodes/octave-mod.el (octave-mode):
32294         * progmodes/pascal.el (pascal-mode):
32295         * progmodes/sh-script.el (sh-mode):
32296         * progmodes/sql.el (sql-mode, sql-interactive-mode):
32297         * progmodes/vhdl-mode.el (vhdl-mode):
32298         * progmodes/xscheme.el (scheme-interaction-mode):
32299         * replace.el (occur-mode):
32300         * ses.el (ses-mode):
32301         * simple.el (completion-list-mode):
32302         * skeleton.el:
32303         * speedbar.el (speedbar-mode):
32304         * term.el (term-mode):
32305         * terminal.el (terminal-edit-mode):
32306         * textmodes/reftex-index.el (reftex-index-mode)
32307         (reftex-index-phrases-mode):
32308         * textmodes/reftex-sel.el (reftex-select-label-mode)
32309         (reftex-select-bib-mode):
32310         * textmodes/reftex-toc.el (reftex-toc-mode):
32311         * wdired.el (wdired-change-to-wdired-mode):
32312         * wid-browse.el (widget-browse-mode):
32313         Use run-mode-hooks.
32315         * array.el (array-mode):
32316         * calendar/todo-mode.el (todo-mode):
32317         * man.el (Man-mode):
32318         * play/landmark.el (lm-mode):
32319         * play/mpuz.el (mpuz-mode):
32320         Use kill-all-local-variables and run-mode-hooks.
32322         * subr.el (delay-mode-hooks): Specify indentation.
32324 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
32326         * xml.el (xml-substitute-special): Don't die for undefined xml
32327         entities.
32329 2005-05-26  Jay Belanger  <belanger@truman.edu>
32331         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
32332         of nil.
32334 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
32336         * progmodes/gdb-ui.el (gdb-frame-address):
32337         Rename from gdb-current-address.
32338         (gdb-previous-frame-address): Rename from gdb-previous-address.
32339         (gdb-selected-frame): Rename from gdb-current-frame.
32340         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
32341         (gdb-frame-number): Rename from gdb-current-stack-level.
32342         (gdb-ann3): Match new mode-name for disassembly buffer.
32343         Extend initialization of variables.
32344         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
32345         (gdb-memory-mode): Use mouse-face in header line.
32346         (gdb-assembler-buffer-name): Call it disassembly and give frame
32347         in mode line.
32348         (gdb-source-spec-regexp, gdb-assembler-custom)
32349         (gdb-invalidate-assembler, gdb-frame-handler):
32350         Make robust to leading zeroes in address format.
32352 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
32354         * textmodes/org.el (org-mode): Use `define-derived-mode' to
32355         define `org-mode'.
32356         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
32358 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
32360         * log-edit.el (log-edit-changelog-entries): Distinguish between
32361         filenames like xfns.c and fns.c.
32363 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
32365         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
32366         point after reverting.
32367         (Buffer-menu-make-sort-button): Handle the case where
32368         `Buffer-menu-use-header-line' is nil.
32370 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
32372         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
32373         New funcs.  In minibuffer-local-completion-map bind `]', `/'
32374         and `:' to them.
32376 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
32378         * startup.el (normal-top-level): Allow modification of load-path while
32379         we're iterating over it.
32381 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
32383         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
32384         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
32385         (thumbs-resize-interactive, thumbs-insert-image)
32386         (thumbs-insert-thumb, thumbs-dired-show-marked)
32387         (thumbs-find-image-at-point, thumbs-delete-images)
32388         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
32389         (thumbs-increment-image-size, thumbs-decrement-image-size):
32390         Fix typos in docstrings.
32392 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
32394         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
32395         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
32396         (cperl-mode): Use them.
32398 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
32400         * window.el (quit-window, shrink-window-if-larger-than-buffer):
32401         Doc fixes.
32403 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
32405         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
32406         Bind C-d to gdb-inferior-io-eof.
32408         * dired.el (dired-dnd-popup-notice): Use message-box.
32410 2005-05-23  Masatake YAMATO  <jet@gyve.org>
32412         * bindings.el (mode-line-major-mode-keymap):
32413         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
32415         * faces.el (mode-line-highlight): New face.
32417         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
32418         as mouse-face.
32420         * bindings.el (top-level, help-echo, mode-line-modified)
32421         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
32422         as mouse-face.
32424 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
32426         * progmodes/cc-engine.el (c-guess-basic-syntax):
32427         Remove spurious call to `zerop'.
32429         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
32431 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
32433         CC Mode update to 5.30.10:
32435         * progmodes/cc-fonts.el (c-font-lock-declarators): Fix bug where
32436         the point could go past the limit in decoration level 2, thereby
32437         causing errors during interactive fontification.
32439         * progmodes/cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp
32440         bug when the file is evaluated interactively.
32442         * progmodes/cc-engine.el (c-guess-basic-syntax): Handle operator
32443         declarations somewhat better in C++.
32445         * progmodes/cc-styles.el, cc-mode.el (c-run-mode-hooks):
32446         New helper macro to make use of `run-mode-hooks'
32447         which has been added in Emacs 21.1.
32448         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
32449         (awk-mode): Use it.
32450         (make-local-hook): Suppress warning about obsoleteness.
32452         * progmodes/cc-engine.el, cc-align.el, cc-cmds.el
32453         (c-append-backslashes-forward, c-delete-backslashes-forward)
32454         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
32455         Compensate for return value from `forward-line' when it has moved
32456         but not to a different line due to eob.
32458         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchoring in
32459         `objc-method-intro' and `objc-method-args-cont'.
32461 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
32463         CC Mode update to 5.30.10:
32465         * progmodes/cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's
32466         address in the copyright statement.  Incidentally, change "along with
32467         GNU Emacs" to "along with this program" where it occurs.
32469         * progmodes/cc-mode.el: Add a fourth parameter `t' to the awk-mode
32470         autoload, so that it is interactive, hence can be found by M-x awk-mode
32471         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
32472         <gmorris+emacs@ast.cam.ac.uk>.
32474         * progmodes/cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
32475         Mode's regexps.
32477 2005-05-23  Kevin Ryde  <user42@zip.com.au>
32479         * progmodes/cc-align.el (c-lineup-argcont): Ignore conses for {} pairs
32480         from c-parse-state, to avoid a lisp error (on bad code).
32482 2005-05-23  Lute Kamstra  <lute@gnu.org>
32484         * subr.el (font-lock-defaults): Remove defvar as it's already
32485         defined in font-core.el.
32487         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
32489 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
32491         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
32492         more general and work when GDB variable "print pretty" is on,
32493         as with Emacs, for example.
32495 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
32497         * font-core.el: Update comment.
32499         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
32500         Use `after-change-major-mode-hook' instead of `find-file-hook'.
32502         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
32504 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
32506         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
32507         and `yank-handler' in the doc strings.
32509 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
32511         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
32513 2005-05-22  Richard M. Stallman  <rms@gnu.org>
32515         * help.el (describe-key): Move print-help-return-message call
32516         out of conditional.
32518         * progmodes/etags.el (list-tags): Use with-no-warnings.
32520         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
32521         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
32522         (starttls-extra-args, starttls-extra-arguments): Add defvars.
32524         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
32526         * language/viet-util.el (viet-viscii-nonascii-translation-table):
32527         Add defvar.
32529         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
32530         Use defvar, not defconst.
32532         * hexl.el (hexl-follow-line): Use with-no-warnings.
32534         * emulation/tpu-extras.el: Use write-file-functions instead of
32535         write-file-hooks.
32537         * dired.el (dired-font-lock-keywords): Fontify files with junk
32538         extensions even if marked by -F.
32540 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
32542         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
32543         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
32544         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
32545         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
32546         (concatenate, list-length, get*, getf, cl-remprop):
32547         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
32548         (etypecase, progv, lexical-let, lexical-let*)
32549         (multiple-value-bind, multiple-value-setq, shiftf):
32550         Improve argument/docstring consistency.
32552         * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
32554 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
32556         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
32557         doesn't exist.
32559         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
32560         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
32562 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
32564         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
32565         already deleted variables: auto-fill-hook, blink-paren-hook,
32566         lisp-indent-hook, inhibit-local-variables, unread-command-event,
32567         suspend-hooks, comment-indent-hook, meta-flag,
32568         before-change-function, after-change-function,
32569         font-lock-doc-string-face.
32571 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
32573         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
32575 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
32577         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
32578         rmail-dont-reply-to.
32580 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
32582         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
32583         literal blank when splitting new-header-values.
32585 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
32587         * calendar/cal-menu.el (cal-menu-update): Add separator as a
32588         string so that tmm doesn't create a completion entry for it.
32590         * textmodes/table.el (table-disable-menu): Ditto.
32592 2005-05-21  Richard M. Stallman  <rms@gnu.org>
32594         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
32596         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
32598         * net/rcompile.el (remote-compile): Use compilation-start.
32600         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
32602 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
32604         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
32605         Default to makefile-bsdmake-mode on BSD systems.
32607         * imenu.el (imenu-generic-expression, imenu--generic-function'):
32608         REGEXP may also be a search function now.  The part of doc-string
32609         for describing the structure was 95% identical to that of
32610         `imenu--generic-function'.  Unify it there.
32612         * progmodes/make-mode.el (makefile-imenu-generic-expression):
32613         Use function to find dependencies, because regexp alone is so complex,
32614         it easily goes into an endless loop.
32615         (makefile-makepp-mode): Also add submenu for Perl functions
32616         defined in the makefile.
32617         (makefile-bsdmake-mode): Special imenu-generic-expression no
32618         longer needed, due to function call.
32619         (makefile-match-dependency): Take BOUND into account when checking
32620         if we're through.
32622 2005-05-20  Jay Belanger  <belanger@truman.edu>
32624         * calc/calc-units.el (calc-invalidate-units-table):
32625         Use inhibit-read-only.
32626         (math-build-units-table-buffer): Use view-mode.
32628 2005-05-20  David Kastrup  <dak@gnu.org>
32630         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
32631         easy-menu-add is not a nop on Emacs; and clarify when to call it.
32633 2005-05-20  Lute Kamstra  <lute@gnu.org>
32635         * diff-mode.el (diff-header-face, diff-file-header-face)
32636         (diff-index-face, diff-hunk-header-face, diff-removed-face)
32637         (diff-added-face, diff-changed-face, diff-function-face)
32638         (diff-context-face, diff-nonexistent-face): Put them in the
32639         diff-mode customization group.
32641 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
32643         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
32645         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
32647         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
32648         Minor regexp-optimization.
32650 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
32652         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
32653         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
32654         (org-agenda-add-time-grid-maybe): New function.
32655         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
32656         (org-table-create): `dotimes' instead of `mapcar'.
32657         (org-xor): Simplify implementation.
32658         (org-agenda): `inhibit-redisplay' turned on.
32659         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
32660         a consistent line after a state change.
32661         (org-agenda-remove-times-when-in-prefix): New option.
32662         (org-prefix-has-time): New variable.
32663         (org-parse-time-string): Optional argument NODEFAULT.
32664         (org-format-agenda-item): Parse items for time-of-day
32665         specifications and move these into the prefix if possible.
32666         (org-agenda-priority): Get current heading, not previous heading
32667         during agenda remote editing.
32669 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
32671         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
32672         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
32673         (remove-duplicates, delete-duplicates, substitute)
32674         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
32675         (nsubstitute-if-not, find, find-if, find-if-not, position)
32676         (position-if, position-if-not, count, count-if, count-if-not)
32677         (mismatch, search, sort*, stable-sort, merge, member*)
32678         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
32679         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
32680         (intersection, nintersection, set-difference, nset-difference)
32681         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
32682         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
32683         (nsublis, tree-equal): Improve argument/docstring consistency.
32685         * subr.el (send-string, send-region): Remove obsolescence declaration.
32686         (window-dot, set-window-dot, read-input, show-buffer)
32687         (eval-current-buffer, string-to-int):
32688         Add release number to obsolescence declarations.
32690 2005-05-19  Kim F. Storm  <storm@cua.dk>
32692         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
32693         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
32695 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
32697         * faces.el (list-faces-display): Make back button respect optional
32698         regexp arg.
32700 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
32702         * calculator.el (calculator-radix-grouping-mode)
32703         (calculator-radix-grouping-digits, calculator-displayer)
32704         (calculator-radix-grouping-separator, calculator-copy-displayer):
32705         * dabbrev.el (dabbrev-search-these-buffers-only):
32706         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
32707         (diff-advance-after-apply-hunk, diff-mode-hook)
32708         (diff-minor-mode-prefix):
32709         * imenu.el (imenu-use-popup-menu):
32710         * jit-lock.el (jit-lock-context-time):
32711         * newcomment.el (comment-fill-column, comment-column)
32712         (comment-style, comment-padding, comment-multi-line)
32713         (comment-empty-lines, comment-auto-fill-only-comments):
32714         * reveal.el (reveal-around-mark):
32715         * uniquify.el (uniquify-buffer-name-style)
32716         (uniquify-after-kill-buffer-p)
32717         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
32718         (uniquify-min-dir-content, uniquify-separator)
32719         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
32720         * w32-vars.el (w32-fixed-font-alist):
32721         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
32722         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
32723         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
32724         * progmodes/perl-mode.el (perl-indent-level)
32725         (perl-continued-statement-offset, perl-continued-brace-offset)
32726         (perl-brace-offset, perl-brace-imaginary-offset)
32727         (perl-label-offset, perl-indent-continued-arguments)
32728         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
32729         * progmodes/tcl.el (tcl-indent-level)
32730         (tcl-continued-indent-level, tcl-auto-newline)
32731         (tcl-tab-always-indent, tcl-electric-hash-style)
32732         (tcl-help-directory-list, tcl-use-smart-word-finder)
32733         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
32734         (inferior-tcl-source-command):
32735         * textmodes/fill.el (enable-kinsoku):
32736         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
32737         * textmodes/table.el (table-yank-handler):
32738         Specify missing group (and type, if simple) in defcustom.
32740 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
32742         * progmodes/compile.el (compilation-finish-function): Fix defvar.
32744 2005-05-19  Richard M. Stallman  <rms@gnu.org>
32746         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
32748         * subr.el (event-basic-type): Don't get an error.
32749         (left-fringe-p): Function deleted.
32751         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
32752         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
32754         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
32755         in recursive copy.
32757         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
32759         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
32761         * emacs-lisp/bytecomp.el
32762         (byte-compile-file-form-custom-declare-variable):
32763         Call byte-compile-nogroup-warn if appropriate.
32765         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
32766         (compilation-set-window): Don't call left-fringe-p; do it directly.
32768 2005-05-19  Jay Belanger  <belanger@truman.edu>
32770         * calc/calc-graph.el (calc-graph-format-data): Make sure
32771         var-PlotRejects is bound before trying to check its value.
32773 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
32775         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
32776         definition of this variable from reftex-global.el to reftex.el,
32777         because it is needed in the menu.
32779 2005-05-19  Lute Kamstra  <lute@gnu.org>
32781         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
32782         years are fixed.  Don't insert a space after a dash.
32784 2005-05-19  Kim F. Storm  <storm@cua.dk>
32786         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
32788 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
32790         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
32791         strings, because (eq ... ?\\) is fairly frequent.
32793         * progmodes/make-mode.el (makefile-add-this-line-targets):
32794         Simplify and integrate into `makefile-pickup-targets'.
32795         (makefile-add-this-line-macro): Simplify and integrate into
32796         `makefile-pickup-macros.
32797         (makefile-pickup-filenames-as-targets): Simplify.
32798         (makefile-previous-dependency, makefile-match-dependency):
32799         Don't stumble over `::'.
32801 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
32803         * subr.el (post-command-idle-hook, post-command-idle-delay):
32804         Remove obsoletion of post-command-idle-hook and
32805         post-command-idle-delay.
32807         * faces.el (list-faces-display): Provide button when describe-face
32808         is called to take user back to the list of faces.
32810         * help-fns.el (describe-variable): Remove hyperlinks in a
32811         variable's value as these are quite frequently inappropriate.
32813         * follow.el (follow-submit-feedback, follow-mode):
32814         Remove references to post-command-idle-hook.
32816 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
32818         * progmodes/make-mode.el (makefile-previous-dependency)
32819         (makefile-match-dependency): Check for := (and in bsd mode also
32820         !=) to give a better result, even when font-lock is not on.
32822 2005-05-18  Jay Belanger  <belanger@truman.edu>
32824         * calc/calc-help.el (calc-s-prefix-help):
32825         Add `calc-copy-special-constant' to help string.
32827 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
32829         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
32831 2005-05-18  Jay Belanger  <belanger@truman.edu>
32833         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
32834         in linear factors are in proper order.
32836 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
32838         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
32839         Support for jurabib.
32841         * textmodes/reftex.el (featurep): Define aliases for overlay
32842         commands, for XEmacs compatibility, and use these aliases in
32843         overlay initializations.
32844         (reftex-highlight): Use `reftex-move-overlay'.
32845         (reftex-unhighlight): Use `reftex-delete-overlay'.
32846         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
32847         (reftex-access-search-path): Use `reftex-uniquify' instead of
32848         `reftex-uniq'.
32850         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
32851         `before-string' property modification enables for Emacs as well.
32852         (reftex-select-item): Use `reftex-delete-overlay'.
32853         (reftex-select-mark): Use `reftex-make-overlay' and
32854         `reftex-overlay-put'.
32855         (reftex-select-unmark): Use `reftex-delete-overlay' and
32856         `reftex-overlay-put'.
32858 2005-05-18  Lute Kamstra  <lute@gnu.org>
32860         * emacs-lisp/lisp.el (check-parens): Fix docstring.
32862 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
32864         * add-log.el (add-change-log-entry):
32865         * array.el (array-make-template, array-reconfigure-rows)
32866         (array-init-max-row, array-init-max-column)
32867         (array-init-columns-per-line, array-init-field-width):
32868         * replace.el (replace-match-maybe-edit, perform-replace):
32869         * textmodes/spell.el (spell-region):
32870         Replace `read-input' by `read-string'.
32872         * forms.el (forms-mode):
32873         * finder.el (finder-compile-keywords):
32874         * shadowfile.el (shadow-read-files):
32875         Replace `eval-current-buffer' by `eval-buffer'.
32877         * terminal.el (te-pass-through):
32878         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
32879         (ange-ftp-raw-send-cmd):
32880         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
32881         (send-process-next-char, telnet-initial-filter, telnet):
32882         Replace `send-string' by `process-send-string'.
32884         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
32885         (prolog-consult-region): Replace `send-string' by
32886         `process-send-string'; replace `send-region' by `process-send-region'.
32888         * progmodes/delphi.el (delphi-log-msg):
32889         Replace `set-window-dot' by `set-window-point'.
32891         * subr.el (window-dot, set-window-dot, read-input, send-string)
32892         (send-region, show-buffer, eval-current-buffer):
32893         Make really obsolete, as the comment says.
32895 2005-05-17  Kim F. Storm  <storm@cua.dk>
32897         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
32898         (cua--init-keymaps): Bind C-return instead of S-return to set
32899         rectangle mark.
32901         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
32902         instead of S-return to toggle/clear rectangle mark.
32904 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
32906         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
32907         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
32908         Also fontify plain strings assigned to variables, mostly so that a
32909         colon has a face and is thus not taken as a dependency separator.
32910         (makefile-previous-dependency): Inline the new matcher, because it
32911         is too complex to work in both directions.
32912         (makefile-match-dependency): Eliminate `backward' arg (see above).
32913         Completely reimplemented so as to not sometimes go into an endless
32914         loop.  It should also be more efficient, because first it only
32915         searches for `:', instead of applying the very complex regexp.
32916         (makefile-mode): Cancel `font-lock-support-mode', because blocks
32917         to be fontified in one piece can be too long for JIT.
32918         Makefiles are never *that* big.
32920 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
32922         * dired.el (dired-mode): Simplify.
32924 2005-05-17  Lute Kamstra  <lute@gnu.org>
32926         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
32927         defcustom for the mode hook variable.
32929         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
32930         Emacs Lisp Reference Manual.
32932 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
32934         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
32935         (evenp, list*):
32936         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
32937         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
32939         * net/tramp-smb.el (tramp-smb-open-connection):
32940         Pass `tramp-chunksize' as fifth (required) argument.
32942 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
32944         * font-lock.el (lisp-font-lock-keywords-1):
32945         Set `font-lock-negation-char-face' for [^...] char group.
32946         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
32948         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
32949         a var, and refine it to mask one more level of nested vars.
32950         (makefile-rule-action-regex): Turn it into a var, and refine it so
32951         it recognizes backslashed continuation lines as belonging to the
32952         same command.
32953         (makefile-macroassign-regex): Refine it so it recognizes
32954         backslashed continuation lines as belonging to the same command.
32955         (makefile-var-use-regex): Don't look at the next char, because it
32956         might be the same one to be skipped by the initial [^$], leading
32957         to an overlooked variable use.
32958         (makefile-make-font-lock-keywords): Remove two parameters, which
32959         are now variables that some of the modes set locally.
32960         Handle dependency and rule action matching through functions, because
32961         regexps alone match too often.  Dependency matching now comes
32962         last, so it can check, whether a colon already matched something else.
32963         (makefile-mode): Inform that font-lock improves makefile parsing
32964         capabilities.
32965         (makefile-match-dependency, makefile-match-action): New functions.
32967 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
32969         * emacs-lisp/cl-extra.el (equalp): Doc fix.
32971         * align.el (align-regexp):
32972         * ansi-color.el (ansi-color-get-face):
32973         * array.el (array-reconfigure-rows, array-init-max-row)
32974         (array-init-max-column, array-init-columns-per-line)
32975         (array-init-field-width):
32976         * dired-aux.el (dired-trample-file-versions):
32977         * dired-x.el (dired-mark-sexp):
32978         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
32979         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
32980         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
32981         * faces.el (face-read-integer):
32982         * files.el (backup-extract-version, insert-directory):
32983         * hexl.el (hexl-insert-decimal-char):
32984         * server.el (server-process-filter):
32985         * shell.el (shell-extract-num):
32986         * startup.el (command-line-1):
32987         * term.el (term-command-hook):
32988         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
32989         (time-stamp-do-number):
32990         * time.el (display-time-update):
32991         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
32992         (timezone-fix-time):
32993         * vms-patch.el (vms-suspend-resume-hook):
32994         * calendar/appt.el (appt-convert-time):
32995         * calendar/cal-bahai.el (mark-bahai-diary-entries):
32996         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
32997         * calendar/cal-islam.el (mark-islamic-diary-entries):
32998         * calendar/calendar.el (calendar-cursor-to-date)
32999         (calendar-star-date):
33000         * calendar/diary-lib.el (diary-attrtype-convert)
33001         (mark-diary-entries, diary-entry-time):
33002         * calendar/solar.el (solar-get-number):
33003         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
33004         * emacs-lisp/re-builder.el (reb-display-subexp):
33005         * emulation/edt.el (edt-set-scroll-margins):
33006         * emulation/tpu-extras.el (tpu-set-scroll-margins):
33007         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
33008         (vip-get-ex-count):
33009         * emulation/viper-ex.el (viper-get-ex-token)
33010         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
33011         * international/fontset.el (fontset-plain-name):
33012         * mail/feedmail.el (feedmail-look-at-queue-directory):
33013         * mail/mailalias.el (mail-get-names):
33014         * mail/rmail.el (rmail-convert-to-babyl-format):
33015         * mail/rmailsum.el (rmail-make-basic-summary-line)
33016         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
33017         (rmail-summary-goto-msg):
33018         * mail/smtpmail.el (smtpmail-read-response):
33019         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
33020         (ange-ftp-vms-add-file-entry):
33021         * play/gametree.el (gametree-looking-at-ply)
33022         (gametree-current-branch-score):
33023         * progmodes/ada-xref.el (ada-prj-find-prj-file)
33024         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
33025         * progmodes/cperl-mode.el (condition-case):
33026         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
33027         (ebrowse-set-member-buffer-column-width)
33028         (ebrowse-select-1st-to-9nth):
33029         * progmodes/etags.el (etags-snarf-tag):
33030         * progmodes/flymake.el (flymake-parse-line):
33031         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
33032         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
33033         (idlwave-shell-menu-def):
33034         * progmodes/ps-mode.el (ps-run-goto-error):
33035         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
33036         (vhdl-speedbar-contract-level):
33037         * term/mac-win.el (x-handle-numeric-switch):
33038         * term/sun-mouse.el (sun-get-frame-data):
33039         * term/w32-win.el (x-handle-numeric-switch):
33040         * term/x-win.el (x-handle-numeric-switch):
33041         * textmodes/ispell.el (ispell-parse-output):
33042         * textmodes/nroff-mode.el (nroff-outline-level):
33043         * textmodes/reftex-cite.el (reftex-bib-sort-year)
33044         (reftex-bib-sort-year-reverse, reftex-format-citation):
33045         * textmodes/reftex-parse.el (reftex-init-section-numbers)
33046         (reftex-section-number):
33047         * textmodes/texinfmt.el (texinfo-paragraphindent):
33048         Replace `string-to-int' by `string-to-number'.
33050         * international/latexenc.el: Add page marker to force the "Local
33051         Variables:" string out of the last page.
33053 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
33055         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
33056         tooltip-change-major-mode.
33057         (gud-tooltip-print-command): Remove case where gud-minor-mode
33058         is gdb ("--fullname").
33059         (gud-tooltip-tips): Turn GUD tooltips off for this case and
33060         explain to user.
33062 2005-05-16  Jay Belanger  <belanger@truman.edu>
33064         * calc/calc-store.el (calc-copy-special-constant): New function.
33066         * calc/calc-ext.el (calc-init-extensions): Add binding for
33067         `calc-copy-special-constant'.
33069         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
33070         for the `calc-copy-special-constant' command.
33072 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
33074         * subr.el (left-fringe-p): New function.
33076         * progmodes/compile.el (compilation-setup): Set local value of
33077         overlay-arrow-string to "" always.
33078         (compilation-set-window): Left fringe then don't scroll.
33079         No left fringe then no arrow and scroll message to top.
33080         (compilation-context-lines): Adjust doc string accordingly.
33082 2005-05-16  Kim F. Storm  <storm@cua.dk>
33084         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
33085         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
33086         (ido-wide-find-dir-or-delete-dir): New command for M-d.
33087         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
33088         (ido-read-file-name): Handle commands with ido property value
33089         equal to find-file as reading a file name, to allow C-d to enter dired.
33090         (ibuffer-find-file): Add ido property with value find-file.
33092 2005-05-15  Kim F. Storm  <storm@cua.dk>
33094         * subr.el (open-network-stream-nowait): Remove.
33095         (open-network-stream-server): Remove.
33097 2005-05-15  Richard M. Stallman  <rms@gnu.org>
33099         * faces.el (describe-face): Output a definition link button.
33101         * help-mode.el (help-face-def): New button type.
33103         * emacs-lisp/copyright.el (copyright-fix-years):
33104         Match properly if the first year is 2-digit.
33105         Don't mess up the whitespace after the years by filling.
33107         * dired-aux.el (dired-mark-confirm):
33108         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
33110         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
33111         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
33112         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
33114         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
33115         Set font-lock-comment-start-skip.
33117         * font-lock.el (font-lock-comment-start-skip): New variable.
33118         (font-lock-comment-end-skip): New variable.
33119         (font-lock-fontify-syntactically-region): Use them if non-nil.
33121 2005-05-15  Jay Belanger  <belanger@truman.edu>
33123         * calc/calc-store.el (calc-store-value): Return a string rather
33124         than display it as a message.
33125         Use calc-var-name for variable name.
33126         (calc-store-into): Add the result of calc-store-value to message.
33127         (calc-copy-variable): Add a message.
33128         (calc-store-exchange): Improve error messages.
33129         (calc-store-binary, calc-store-map): Don't reset the values of
33130         special constants.
33132 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
33134         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
33135         manual to docstring.
33137         * files.el (hack-local-variables-confirm): Add STRING argument.
33138         Make the function handle non file visiting buffers correctly.
33139         (hack-local-variables-prop-line, hack-local-variables)
33140         (hack-one-local-variable): Use STRING arg of
33141         `hack-local-variables-confirm'.
33143 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
33145         Sync with Tramp 2.0.49.
33147         * net/tramp.el (tramp-handle-dired-call-process)
33148         (tramp-handle-insert-directory):`insert-buffer' cannot be used
33149         because the contents of the Tramp buffer is changed before
33150         insertion (`expand-file' and alike).
33151         (tramp-handle-insert-directory): If `localname' has an empty
33152         nondirectory name, it must not be quoted.
33153         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
33154         variable `tramp-chunksize'.  Change callees.
33155         (tramp-open-connection-setup-interactive-shell): Check remote host
33156         for buggy `send-process-string' implementation.
33157         Set `tramp-chunksize' if found.  Reported by Michael Kifer
33158         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
33159         (tramp-handle-shell-command): `insert-buffer' cannot be used
33160         because the contents of the Tramp buffer is changed before
33161         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
33162         <frederic.bothamy@free.fr>.
33163         (tramp-set-auto-save): Actions should be done for Tramp file name
33164         handler only.  Ange-FTP has its own auto-save mechanism.
33165         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
33166         (tramp-set-auto-save-file-modes): Set file modes of
33167         `buffer-auto-save-file-name' to ?\600 as fallback solution.
33168         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
33169         (tramp-bug): Remove obsolete variable.
33170         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
33171         for presence of `mml-mode'.  Make it running for older Emacsen as well.
33173 2005-05-14  John Paul Wallington  <jpw@pobox.com>
33175         * ibuf-ext.el (define-ibuffer-filter filename):
33176         If `dired-directory' is a list, use its car.
33178 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
33180         * ibuffer.el (define-ibuffer-column filename):
33181         If `dired-directory' is a list, use its car.
33183 2005-05-14  Richard M. Stallman  <rms@gnu.org>
33185         * subr.el (symbol-file): Doc fix.
33187         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
33188         (byte-compile-form): Call byte-compile-nogroup-warn.
33189         (byte-compile-warning-types): Doc fix.
33191         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
33193         * progmodes/cc-engine.el (c-literal-faces):
33194         Add font-lock-comment-delimiter-face.
33196         * net/net-utils.el (dig): Use with-no-warnings.
33198         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
33199         (sc-recite-frame-alist, sc-default-cite-frame)
33200         (sc-default-uncite-frame, sc-default-recite-frame)
33201         (sc-attrib-selection-list, sc-rewrite-header-list):
33202         Mark as risky-local-variable.
33204         * international/ogonek.el (ogonek-jak, ogonek-how):
33205         Don't use beginning-of-buffer.
33207         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
33209         * calendar/solar.el (solar-data-list): Move definition up.
33211         * dnd.el (dnd-protocol-alist): Add autoload.
33213         * progmodes/sh-script.el: Many doc usage fixes.
33214         (sh-indent-after-do): Change default to match common styles.
33216 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
33218         * files.el (interpreter-mode-alist)
33219         (auto-mode-interpreter-regexp): Doc fixes.
33221 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
33223         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
33225         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
33227 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
33229         * dired.el (dired-mode): make-variable-buffer-local =>
33230         make-local-variable.
33232 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
33234         * term/mac-win.el (mac-select-convert-to-string): Try coding
33235         systems in mac-script-code-coding-systems if specified one cannot
33236         encode string for `com.apple.traditional-mac-plain-text'.
33238 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
33240         * progmodes/make-mode.el (makefile-targets-face)
33241         (makefile-shell-face, makefile-makepp-perl-face): New faces.
33242         (makefile-dependency-regex): Fix it to not make the colon in
33243         $(var:a=b) special.
33244         (makefile-rule-action-regex): New regexp for highlighting embedded
33245         Shell strings.
33246         (makefile-macroassign-regex): Handle != for highlighting as
33247         embedded Shell strings.
33248         (makefile-var-use-regex): New const.
33249         (makefile-statements, makefile-automake-statements)
33250         (makefile-gmake-statements, makefile-makepp-statements)
33251         (makefile-bsdmake-statements): New consts.
33252         (makefile-make-font-lock-keywords): New function.
33253         (makefile-automake-font-lock-keywords)
33254         (makefile-gmake-font-lock-keywords)
33255         (makefile-makepp-font-lock-keywords)
33256         (makefile-bsdmake-font-lock-keywords): New consts.
33257         (makefile-mode-map): Add switchers between the various submodes.
33258         (makefile-mode): Document the availability of the variants.
33259         (makefile-automake-mode, makefile-gmake-mode)
33260         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
33262         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
33263         new variants of makefile-mode.
33265 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
33267         * font-lock.el (font-lock-comment-delimiter-face): Fix up
33268         the inheritance.
33270 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
33272         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
33273         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
33275         * files.el (normal-mode): Extend the scope of the
33276         `enable-local-variables' binding to include the `set-auto-mode' call.
33277         (magic-mode-alist): Doc fix.
33279 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
33281         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
33282         font-lock-comment-face rather than copying its setting.
33284 2005-05-12  Andreas Schwab  <schwab@suse.de>
33286         * eshell/esh-mode.el (eshell-send-input): Doc fix.
33288 2005-05-12  Lute Kamstra  <lute@gnu.org>
33290         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
33291         defcustom for the mode hook variable.  Delete the last argument.
33292         * generic-x.el: Fix callers of define-generic-mode.
33293         (generic-x-modes): Delete group.
33294         (show-tabs-tab-face, show-tabs-space-face): Put them in the
33295         generic-x customization group.
33297 2005-05-12  Kim F. Storm  <storm@cua.dk>
33299         * font-lock.el (font-lock-negation-char-face): Default to "off".
33301         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
33302         font-lock-negation-char-face to ! in !=.
33304 2005-05-12  Masatake YAMATO  <jet@gyve.org>
33306         * add-log.el (find-change-log): Fix typos in the docstring
33307         of function.
33309 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
33311         * international/latexenc.el (latexenc-find-file-coding-system):
33312         Avoid `re-search-forward' when looking for input encoding because
33313         of speed and safety.  Better regular expressions for recognizing
33314         input encoding.  Limit a search for TeX-master/tex-main-file to
33315         the local variable section.
33317 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
33319         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
33320         syntax of $ to "'" (quote).
33322 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
33324         * dnd.el (dnd-protocol-alist): Improve custom type.
33326         * dired.el (dired-dnd-protocol-alist): New variable.
33327         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
33328         `dired-mode-hook' to the end.
33330 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
33332         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
33333         comment-end if comment-start-skip is not set.
33334         Obey the font-lock-comment-delimiter-face variables.
33336 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
33338         * files.el (executable-find): Move from executable.el.  Use
33339         locate-file.
33340         * progmodes/executable.el (executable-find): Move to files.el.
33342         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
33343         when trying to ensure forward progress.
33345 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
33347         * mouse-sel.el (mouse-sel-follow-link-p): New function.
33348         (mouse-select, mouse-select-internal, mouse-extend-internal):
33349         Use it to implement mouse-1-click-follows-link functionality.
33351 2005-05-11  Richard M. Stallman  <rms@gnu.org>
33353         * font-lock.el (font-lock-fontify-syntactically-region):
33354         Use font-lock-comment-delimiter-face for comment delimiters.
33356 2005-05-10  Jay Belanger  <belanger@truman.edu>
33358         * calc/calc-help.el (calc-m-prefix-help): Add mention of
33359         preserving embedded modes.
33361 2005-05-10  Richard M. Stallman  <rms@gnu.org>
33363         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
33365         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
33366         Move from ada-stmt.el.
33367         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
33369         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
33370         Move to ada-mode.el.
33371         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
33373         * cus-edit.el (custom-file): Call file-chase-links.
33375         * files.el (read-directory-name): Fix previous change.
33376         (hack-local-variables-confirm): New function.
33377         (hack-local-variables-prop-line, hack-local-variables)
33378         (hack-one-local-variable): Use it.
33380 2005-05-10  Lute Kamstra  <lute@gnu.org>
33382         * font-lock.el (font-lock-keywords-alist)
33383         (font-lock-removed-keywords-alist): Clarify docstrings.
33385 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
33387         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
33388         (gdb-source-info): Check for preprocessor info.
33389         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
33390         a macro for a function.
33391         (gdb-info-breakpoints-custom): Try to find file again if not already
33392         found (user might have used GDB dir command).
33393         (gdb-get-location): Update gdb-location-alist correctly for change
33394         to gdb-info-breakpoints-custom.
33396         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
33397         (gud-tooltip-print-command): Add gdbmi case.
33398         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
33399         preprocessor info.
33401 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
33403         * startup.el (fancy-splash-insert): Fix typo in doc string.
33405 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
33407         * obsolete/float.el (string-to-float):
33408         * obsolete/hilit19.el (hilit-add-pattern):
33409         * obsolete/rnews.el (news-parse-range, news-select-message)
33410         (news-get-pruned-list-of-files): Replace `string-to-int' by
33411         `string-to-number'.
33413         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
33414         `find-file-not-found-hooks'; use `add-hook'.
33415         (uncompress-while-visiting): Set `write-file-functions', not
33416         `write-file-hooks'; use `add-hook'.
33418 2005-05-09  Kim F. Storm  <storm@cua.dk>
33420         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
33421         (cua-paste): Handle clipboard action.
33422         (cua--init-keymaps): Remap clipboard-kill-region and
33423         clipboard-kill-ring-save.
33425 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
33427         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
33428         Improve commentary.
33430         * simple.el (next-error-overlay-arrow-position): Revert the change
33431         made on 2005-04-30.
33433 2005-05-07  Jay Belanger  <belanger@truman.edu>
33435         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
33436         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
33437         `calc-sel-reselect'.
33439         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
33440         Calc is in embedded mode.
33442 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
33444         * progmodes/compile.el (compilation-setup):
33445         Set overlay-arrow-string to an empty string on text terminals.
33447         * textmodes/ispell.el (ispell-program-name): Try looking for
33448         "aspell" along exec-path, and if found, use it as the default
33449         speller program.
33451 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
33453         * international/mule.el (sgml-xml-auto-coding-function):
33454         Recognize encoding='FOO' in single quotes as well as in double quotes.
33456 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
33458         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
33459         as well as `interactive', so that defmacro* would recognize
33460         `declare' forms.
33462 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
33464         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
33465         Explain more about the LIGHTER arg's usage in the doc string.
33466         Add commentary to clarify what the code does.  Fix the regexp that
33467         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
33468         since it could have characters special to regular expressions.
33470 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
33472         * replace.el (occur-1): Bind inhibit-read-only so that
33473         erase-buffer doesn't barf on read-only text properties (likewise
33474         for add-text-properties in occur-engine).  Mark buffer as unmodified.
33475         (occur-engine): Don't set buffer-read-only here.
33477 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
33479         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
33480         list-buffers-directory.  This caused the *cvs-commit* buffer to be
33481         sometimes mistakenly reused as a *cvs* buffer.
33483 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
33485         * tooltip.el: Move code for GUD tooltips into gud.el.
33486         (require): CL no longer needed to compile case.
33487         (tooltip-mode): Do not toggle functions for GUD tooltips.
33488         (tooltip-gud-tips-p): Remove.  Replace with minor mode
33489         gud-tooltip-mode in gud.el.
33490         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
33491         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
33492         tooltip-gud prefix with gud-tooltip and obsolete.
33493         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
33494         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
33495         (tooltip-mouse-motion): Mouse movement functions/variable.
33496         Rename in gud.el by adding gud prefix.
33497         (tooltip-gud-original-filter, tooltip-gud-dereference)
33498         (tooltip-gud-event, tooltip-toggle-gud-tips)
33499         (tooltip-gud-process-output, tooltip-gud-print-command)
33500         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
33501         gud.el by replacing tooltip-gud prefix with gud-tooltip.
33502         (gdb-tooltip-print): Move to gdb-ui.el.
33504         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
33505         (require): CL needed to compile case.
33506         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
33507         tooltip-gud-tips-p.  Make it a minor-mode.
33508         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
33509         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
33510         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
33511         (gud-tooltip-change-major-mode)
33512         (gud-tooltip-activate-mouse-motions-if-enabled)
33513         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
33514         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
33515         (gud-tooltip-original-filter, gud-tooltip-dereference)
33516         (gud-tooltip-event, tooltip-toggle-gud-tips)
33517         (gud-tooltip-process-output, gud-tooltip-print-command)
33518         (gud-tooltip-tips): Move from tooltip.el.
33520         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
33521         (gdb-cpp-define-alist-flags): Doc fix.
33522         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
33523         gud-tooltip-mode is t.
33525 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
33527         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
33528         evaporate if their text is deleted.
33529         (goto-address-at-point): Make it work as a mouse binding as well.
33530         (goto-address-at-mouse): Obsolete it.  Update users.
33532 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
33534         * calendar/appt.el (top-level): No longer activate on load.
33536 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
33538         * calendar/cal-bahai.el (mark-bahai-diary-entries):
33539         * net/webjump.el (webjump):
33540         * progmodes/idlw-help.el (idlwave-do-context-help1)
33541         (idlwave-highlight-linked-completions):
33542         * textmodes/po.el (po-find-file-coding-system-guts):
33543         Replace `assoc-ignore-case' by `assoc-string'.
33545 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
33547         * files.el (locate-file): Doc fix.
33549         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
33550         Remove the redundant test for ms-dos.
33552         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
33553         look for the preprocessor with exec-suffixes.  If not found in
33554         standard places, look in exec-path.  Remove most of the tests that
33555         used system-type.
33557         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
33559         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
33561         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
33562         file-name clash with jka-compr.el on 8+3 filesystems.
33564 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
33566         * term/mac-win.el: Don't define or bind scroll bar functions if
33567         x-toolkit-scroll-bars is t.
33568         (x-select-text, x-get-selection-value): Clear
33569         x-last-selected-text-clipboard if x-select-enable-clipboard is
33570         nil.
33571         (PRIMARY): Put mac-scrap-name property.
33572         (mac-select-convert-to-file-url): New function.
33573         (public.file-url): New selection target type.  Add to
33574         selection-converter-alist.
33575         (x-get-selection, x-selection-value): Handle it.
33576         (x-cut-buffer-or-selection-value): New alias.
33578 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
33580         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
33581         entry to avoid calling bibtex-find-entry with arg global
33582         being t.  Remove arg key.
33583         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
33584         (bibtex-copy-summary-as-kill): Change accordingly.
33586 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
33588         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
33589         (org-agenda-date-later): Use with-current-buffer.
33591 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
33593         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
33594         (define-obsolete-variable-alias): Doc Fixes.
33596 2005-05-06  Kim F. Storm  <storm@cua.dk>
33598         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
33599         vertical-motion when selective-display is active.
33601         * ido.el (ido-setup-hook): New hook.
33602         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
33603         (ido-input-stack): New var.
33604         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
33605         ido-next-work-file binding to M-O.
33606         Bind M-f to ido-wide-find-file-or-pop-dir.
33607         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
33608         (ido-read-internal): Run ido-setup-hook.
33609         Catch quit in read-file-name and read-string to cancel edit.
33610         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
33611         Automatically pop-all when completing a directory name (RET).
33612         (ido-file-internal): Add with-no-warnings around ffap and dired code.
33613         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
33614         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
33615         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
33616         New functions for M-b/M-f to move among the directory components.
33617         (ido-make-merged-file-list): Catch quit to cancel merge.
33618         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
33619         (ido-completion-help): No warnings for ido-completion-buffer-full.
33621 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
33623         * font-lock.el (font-lock-negation-char-face): New face and variable.
33624         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
33625         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
33626         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
33627         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
33629 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
33631         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
33632         Fix typo in docstring.
33634         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
33635         (ebrowse-print-statistics-line)
33636         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
33638         * term/w32-win.el (image-library-alist): Add additional name for
33639         Xpm library.
33641 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
33643         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
33644         use gcc instead of cpp.
33646         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
33647         (gdb-create-define-alist): Use it.
33648         (gdb-cpp-define-alist-program): Update for MS-DOS.
33650 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
33652         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
33654 2005-05-04  Richard M. Stallman  <rms@gnu.org>
33656         * help.el (describe-key): No error when UNTRANSLATED is nil.
33658         * simple.el (line-move-1): Fix previous change to signal errors
33659         appropriately.
33661 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
33663         * calendar/icalendar.el (icalendar-version): Now at 0.12.
33664         (icalendar-duration-correction): Remove.
33665         (icalendar--get-event-properties): Split result at commas.
33666         (icalendar--decode-isoduration): New optional argument
33667         DURATION-CORRECTION.
33668         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
33669         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
33670         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
33671         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
33672         (icalendar--convert-anniversary-to-ical): New functions, extracted
33673         from icalendar-export-region, with bug fixes.
33674         (icalendar-export-region): Use the above functions.
33675         (icalendar-import-buffer): Check before saving diary file.
33676         (icalendar--convert-recurring-to-diary)
33677         (icalendar--convert-non-recurring-all-day-to-diary)
33678         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
33679         extracted from icalendar--convert-ical-to-diary, with bug fixes.
33680         (icalendar--convert-ical-to-diary): Use the above functions.
33682 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
33684         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
33685         Remove these recent additions.
33686         (c-mode): Restore to before 2005-04-28.
33688         * progmodes/cc-vars.el (cc-define-list-program): Remove this
33689         recent addition.
33691         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
33692         (gdb-define-alist): New variables.
33693         (gdb-create-define-alist): New function.
33694         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
33695         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
33696         with string-to-number.
33697         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
33699         * progmodes/gud.el: Replace string-to-int with string-to-number.
33700         (gud-find-file): Handle gdb-define-alist.
33702         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
33704 2005-05-02  Jay Belanger  <belanger@truman.edu>
33706         * calc/calc-aent.el (math-read-token):
33707         * calc/calc-bin.el (calc-word-size):
33708         * calc/calc-ext.el (calc-read-number-fancy):
33709         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
33710         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
33711         * calc/calc-frac.el (calc-over-notation):
33712         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
33713         (calc-graph-num-points, calc-graph-init):
33714         * calc/calc-prog.el (calc-read-parse-table-part)
33715         (calc-edit-macro-repeats):
33716         * calc/calc-yank.el (calc-do-grab-rectangle):
33717         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
33718         Replace `string-to-int' by `string-to-number'.
33720 2005-05-02  Kim F. Storm  <storm@cua.dk>
33722         * kmacro.el: Use executing-kbd-macro-index variable.
33724 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
33726         * net/rlogin.el (rlogin-parse-words): Delete func.
33727         (rlogin): Use split-string, not rlogin-parse-words.
33728         Also, if there are option-like elements in the parsed args,
33729         take the host to be the first arg immediately following them.
33730         Suggested by Michael Mauger.
33732 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
33734         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
33736 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
33738         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
33739         (cc-mode-cpp-program): Rename to cc-define-list-program and
33740         move to cc-vars.el.
33742         * progmodes/cc-vars.el (cc-define-list-program):
33743         Change to "gcc -E -dM -".  Make customizable.
33745 2005-05-02  Kim F. Storm  <storm@cua.dk>
33747         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
33749 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
33751         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
33753         * international/mule-util.el (truncate-string): Remove alias and
33754         obsolete declaration.
33756         * international/mule-cmds.el (update-iso-coding-systems):
33757         Remove alias and obsolete declaration.
33759         * international/mule.el (coding-system-parent): Remove alias and
33760         obsolete declaration.
33762         * subr.el (define-function, sref): Remove aliases and obsolete
33763         declarations.
33764         (chars-in-region): Remove obsolete declaration.
33766 2005-05-01  Richard M. Stallman  <rms@gnu.org>
33768         * info.el (Info-mode): Set widen-automatically to nil, locally.
33770         * simple.el (widen-automatically): New variable.
33771         (pop-global-mark): Obey widen-automatically.
33773 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
33775         * term/xterm.el (function-key-map): Call substitute-key-definition
33776         before the keymap size is increased by a lot of define-key calls.
33778 2005-05-01  Richard M. Stallman  <rms@gnu.org>
33780         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
33781         Rename ARG to ELEMENT.  Doc fix.
33783 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
33785         * allout.el (allout-exposure): Remove macro and obsolete declaration.
33786         Remove references to allout-exposure/change to allout-new-exposure.
33788         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
33789         bytecode symbols.
33791         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
33792         (compiled-function-p, focus-frame, unfocus-frame):
33793         Remove aliases and obsolete declarations.
33794         Back out inadvertent changes from previous commit.
33796 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
33798         * files.el (require-final-newline): Make Custom tags consistent
33799         with mode-require-final-newline.
33800         (mode-require-final-newline): Doc fix.
33802 2005-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
33804         * international/latexenc.el (latexenc-find-file-coding-system):
33805         Fix regular expressions.
33807 2005-05-01  David Kastrup  <dak@gnu.org>
33809         * international/latexenc.el (latexenc-find-file-coding-system):
33810         Fix regular expressions.
33812 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
33814         * subr.el (string-to-int): Make obsolete.
33816 2005-04-30  Richard M. Stallman  <rms@gnu.org>
33818         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
33820         * loadup.el: Load jka-comp-hook.
33822         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
33823         (jka-compr-handler): Add autoload.  `put' calls moved
33824         to jka-comp-hook.el.
33825         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
33826         (jka-compr-inhibit): Autoload.
33828         * jka-comp-hook.el: New file.
33829         Enable the mode by default.
33831         * files.el (backup-buffer-copy): Use copy-file instead
33832         of write-region, and put back the 'excl.
33834 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
33836         * progmodes/flymake.el (flymake-split-string)
33837         (flymake-split-string, flymake-log, flymake-pid-to-names)
33838         (flymake-reg-names, flymake-get-source-buffer-name)
33839         (flymake-unreg-names, flymake-add-line-err-info)
33840         (flymake-add-err-info): Clarify docstrings.
33841         (flymake-popup-menu, flymake-make-emacs-menu)
33842         (flymake-make-xemacs-menu): Add docstrings.
33843         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
33844         Set variables directly throughout.
33846 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
33848         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
33849         exists.  Initialize cc-define-alist.
33850         (c-mode): Add cc-create-define-alist locally to after-save-hook.
33851         If there is no file (Macroexpansion) don't create an alist.
33853 2005-04-29  Sam Steingold  <sds@gnu.org>
33855         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
33856         (cc-create-define-alist): Use it instead of the hard-coded string.
33858 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
33860         * international/mule-conf.el (file-coding-system-alist): Fix regexp
33861         for latexenc.
33863 2005-04-29  Lute Kamstra  <lute@gnu.org>
33865         * emacs-lisp/generic.el: Improve commentary section.
33866         (define-generic-mode): Improve docstring.
33868 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
33870         * textmodes/org.el (many places): Change to quiet the byte compiler.
33871         (org-prefix-format-compiled): New variable.
33872         (org-compile-prefix-format): New function.
33873         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
33874         (org-agenda-prefix-format, org-timeline-prefix-format): New options.
33875         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
33876         (org-get-entries-from-diary): Use `org-get-time-of-day' for
33877         consistency with entries from `org-mode' files.
33878         (org-get-time-of-day): Fix bug with partial matches early in a line.
33879         (org-non-link-chars): New constant.
33880         (org-link-regexp): Respect `org-non-link-chars'.
33881         (org-agenda-day-view): Remove command.
33882         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
33883         (org-follow-bbdb-link, org-store-link): Search also company field.
33884         (org-highlight-overlay): New variable.
33885         (org-highlight, org-unhighlight): New functions.
33886         (org-agenda-mode): Add pre-command-hook to remove highlight.
33887         (org-evaluate-time-range): Behavior depends upon whether time stamp
33888         contains a time or not.
33889         (org-show-subtree, org-show-entry): New functions.
33890         (org-agenda-cleanup-fancy-diary): Remove empty lines.
33892 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
33894         * comint.el (comint-output-filter-functions): Add autoload cookie.
33896 2005-04-28  Kim F. Storm  <storm@cua.dk>
33898         * ido.el (ido-everywhere): Fix last change.
33900 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
33902         * international/latexenc.el: New file.
33903         * international/mule-conf.el (file-coding-system-alist): For .tex,
33904         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
33906 2005-04-28  Lute Kamstra  <lute@gnu.org>
33908         * font-lock.el (font-lock-add-keywords)
33909         (font-lock-remove-keywords): Clarify docstring.
33910         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
33911         Don't start docstrings with a `*'.
33912         (font-lock-update-removed-keyword-alist): Give it a docstring.
33914         * generic-x.el: Update commentary section.
33915         Only require font-lock when compiling.
33916         Define all modes conditionally.
33917         Place all generic modes in the generic-x-modes customization group.
33918         (generic-x-modes): New customization group.
33919         (generic-default-modes, generic-mswindows-modes)
33920         (generic-unix-modes, generic-other-modes): New constants.
33921         (generic-define-mswindows-modes, generic-define-unix-modes):
33922         Update docstrings.  Make them obsolete.
33923         (generic-extras-enable-list): New default value.  Update docstring.
33924         Improve :type.  Change :set function.
33925         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
33926         Fix docstring.
33928         * emacs-lisp/generic.el (generic-mode-internal):
33929         Simplify font-lock-defaults.
33930         (define-generic-mode): Fix docstring.
33932 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
33934         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
33935         font-lock-face property to highlight matches.
33937 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
33939         * progmodes/cc-mode.el (cc-create-define-alist): New function.
33940         (cc-define-alist): New variable.
33941         (c-mode): Make it local and initialize it.
33943         * progmodes/gdb-ui.el (gdb-active-process): New variable.
33944         (gdb-exited): New function.
33945         (gdb-annotation-rules): Use it.
33946         (gdb-starting): Set gdb-active-process to t.
33947         (gdb-stopping): Amend doc string.
33948         (gdb-reset): Set gdb-active-process to nil.
33950         * tooltip.el (tooltip-gud-tips): Show the associated #define
33951         directives when a C program under GDB is not executing.
33953 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
33955         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
33956         font-lock-fontify-syntactic-keywords.
33958         * font-lock.el (font-lock-default-fontify-region): Don't force
33959         parse-sexp-lookup-properties to nil.
33961 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
33963         * man.el (man-mode-syntax-table): Set up `:' to have
33964         word-constituent syntax.
33966 2005-04-27  Lute Kamstra  <lute@gnu.org>
33968         * novice.el (disable-command): Don't add spurious newlines to the
33969         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
33971 2005-04-26  Jay Belanger  <belanger@truman.edu>
33973         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
33974         than one window before deleting window.
33976 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
33978         * shell.el (shell-prompt-pattern): Doc fix.
33979         (shell-mode): Set paragraph-separate buffer locally to "\\'".
33981         * comint.el (comint-prompt-regexp, comint-get-old-input)
33982         (comint-use-prompt-regexp)
33983         (comint-use-prompt-regexp-instead-of-fields)
33984         (comint-replace-by-expanded-history, comint-send-input)
33985         (comint-output-filter, comint-get-old-input-default)
33986         (comint-line-beginning-position, comint-bol, comint-show-output)
33987         (comint-backward-matching-input, comint-forward-matching-input)
33988         (comint-next-prompt, comint-previous-prompt):
33989         Rename `comint-use-prompt-regexp-instead-of-fields' to
33990         `comint-use-prompt-regexp'.  Keep old name as alias and declare
33991         obsolete.
33992         (comint-use-prompt-regexp): Shorten first line of doc string.
33994         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
33995         Set paragraph-separate buffer locally to "\\'".
33997         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
33998         Adapt to above name change.
34000         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
34001         (smbclient-prompt-regexp): Ditto.
34003         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
34005 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
34007         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
34008         gdb-location-list.
34009         Break lines that are over 80 characters wide.
34011 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
34013         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
34014         New fun and var, to preserve compatibility.
34016         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
34018 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
34020         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
34021         name to file-newer-than-file-p.
34023 2005-04-26  Richard M. Stallman  <rms@gnu.org>
34025         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
34027         * progmodes/python.el (python-mode):
34028         Use new name eldoc-documentation-function.
34030         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
34032         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
34033         (eldoc-documentation-function):
34034         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
34036 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
34038         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
34040 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
34042         * term/xterm.el (function-key-map): Fix strings for
34043         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
34044         {C,S,A,C-S}-{f1-f12}.
34046 2005-04-26  Kenichi Handa  <handa@m17n.org>
34048         * international/mule-cmds.el (select-safe-coding-system):
34049         Fix previous change.
34051 2005-04-26  Lute Kamstra  <lute@gnu.org>
34053         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
34055         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
34056         (font-lock-comment-delimiter-face): Ditto.
34058         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
34060 2005-04-25  Jay Belanger  <belanger@truman.edu>
34062         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
34063         to t while inserting information; use help-mode.
34065 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
34067         * term.el (ansi-term-color-vector): Use the xterm colors.
34068         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
34070 2005-04-25  Lute Kamstra  <lute@gnu.org>
34072         * font-core.el (font-lock-defaults): Fix docstring.
34074         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
34076 2005-04-25  Kenichi Handa  <handa@m17n.org>
34078         * international/mule-cmds.el (select-safe-coding-system):
34079         Don't check consistency with coding: spec, etc if raw-text or
34080         no-conversion was found to be safe.
34082 2005-04-24  Richard M. Stallman  <rms@gnu.org>
34084         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
34085         citation markers at start of each line.
34087         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
34088         citation markers at start of each line.
34090         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
34092         * files.el (mode-require-final-newline): Fix previous change.
34093         (require-final-newline): Fix type label.
34095 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
34097         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
34098         statement in buffer (broken by 2004-11-24 change).
34100 2005-04-24  Kim F. Storm  <storm@cua.dk>
34102         * ido.el (ido-everywhere): Save and restore old read-buffer-function
34103         and read-file-name-function values.  Don't overwrite existing
34104         non-nil values if ido-mode is enabled without ido-everywhere.
34106 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
34108         * files.el (mode-require-final-newline): Minor doc fix.
34110 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
34112         * subr.el (syntax-after): Doc fix.
34113         (syntax-class): If argument is nil, return nil.  Mask off upper 16
34114         bits, not 8 bits.
34116         * files.el (mode-require-final-newline): Doc fix.
34117         (backup-buffer-copy): Fix last change.
34119 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
34121         * term/mac-win.el: Require select.  Set selection-coding-system to
34122         mac-system-coding-system.  Call menu-bar-enable-clipboard.
34123         (x-last-selected-text-clipboard, x-last-selected-text-primary)
34124         (x-select-enable-clipboard): New variables.
34125         (x-select-text, x-get-selection, x-selection-value)
34126         (x-get-selection-value, mac-select-convert-to-string)
34127         (mac-services-open-file, mac-services-open-selection)
34128         (mac-services-insert-text): New functions.
34129         (CLIPBOARD, FIND): Put mac-scrap-name property.
34130         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
34131         (public.tiff): Put mac-ostype property.
34132         (selection-converter-alist): Add entries for them.
34133         (mac-application-menu-map): New keymap.
34134         (interprogram-cut-function, interprogram-paste-function): Set to
34135         x-select-text and x-get-selection-value, respectively.
34136         (split-window-keep-point): Set to t.
34138 2005-04-23  Richard M. Stallman  <rms@gnu.org>
34140         * files.el (read-directory-name): Always pass non-nil
34141         DEFAULT-FILENAME arg to read-file-name.
34142         (backup-buffer-copy, basic-save-buffer-2): Take care against
34143         writing thru an unexpected existing symlink.
34144         (revert-buffer): In indirect buffer, revert the base buffer.
34145         (magic-mode-alist): Doc fix.
34146         (buffer-stale-function): Doc fix.
34147         (minibuffer-with-setup-hook): Avoid warning.
34148         (mode-require-final-newline): Doc and custom fix.
34150         * follow.el (follow-end-of-buffer): Use with-no-warnings.
34152         * font-lock.el (font-lock-comment-face): On terminals with few colors,
34153         use the default appearance.
34154         (font-lock-comment-delimiter-face): New face, new variable.
34156         * imenu.el (imenu--generic-function): The official position of a
34157         definition is the start of the line that BEG is in.
34159         * midnight.el (midnight-timer): Move defvar up.
34161         * mouse.el (mouse-drag-region-1): Delete some debugging code.
34163         * saveplace.el (save-place-to-alist): Use with-no-warnings.
34165         * startup.el (command-line): Use with-no-warnings.
34167         * window.el (window-size-fixed): New defvar.
34169         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
34171         * mail/rmail.el (rmail-font-lock-keywords):
34172         Use font-lock-comment-delimiter-face.
34174         * mail/sendmail.el (mail-font-lock-keywords):
34175         Use font-lock-comment-delimiter-face.
34177         * progmodes/compile.el (next-error-highlight-timer): New defvar.
34179 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
34181         * progmodes/compile.el (compilation-mode-font-lock-keywords):
34182         Specify t for LAXMATCH when matching directories.
34183         Save match data around compilation-compat-error-properties form.
34185 2005-04-23  David Kastrup  <dak@gnu.org>
34187         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
34188         Mention that the autoloaded aliases should be kept for AUCTeX.
34190 2005-04-23  Andreas Schwab  <schwab@suse.de>
34192         * isearch.el (isearch-forward): Doc fix.
34194 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
34196         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
34197         (jit-lock-stealth-nice): Change default value to 0.5.
34199 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
34201         * abbrev.el (write-abbrev-file): Write table entries in
34202         alphabetical order by table name.
34204 2005-04-22  Kim F. Storm  <storm@cua.dk>
34206         * ido.el (ido-read-internal): Fix `list' completion.
34208 2005-04-22  Kenichi Handa  <handa@m17n.org>
34210         * recentf.el (recentf-save-file-coding-system): New variable.
34211         (recentf-save-list): Encode the file by
34212         recentf-save-file-coding-system and add coding: tag.
34214 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
34216         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
34218 2005-04-21  Lute Kamstra  <lute@gnu.org>
34220         * loadhist.el (unload-feature): Don't remove a function from hooks
34221         if it is about to be restored to an autoload .  Remove functions
34222         that will become unbound from auto-mode-alist.  Simplify the code.
34224         * subr.el (assq-delete-all): New implementation that is linear,
34225         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
34226         (rassq-delete-all): New function.
34228         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
34229         Add size-indication-mode.
34231 2005-04-21  Kenichi Handa  <handa@m17n.org>
34233         * international/mule-cmds.el: Add autoload for widget-value in
34234         eval-when-compile.
34236 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
34238         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
34239         Add tooltip-mode.
34241         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
34243 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
34245         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
34246         (inferior-lisp-filter-regexp, inferior-lisp-program)
34247         (inferior-lisp-load-command, inferior-lisp-prompt)
34248         (inferior-lisp-mode-hook, lisp-source-modes)
34249         (inferior-lisp-load-hook): defvar->defcustom.
34250         (inferior-lisp-program, inferior-lisp-prompt)
34251         (inferior-lisp-load-hook): Doc fixes.
34252         (inferior-lisp-install-letter-bindings): Small change in
34253         introductory comment.
34255 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
34257         * vc.el (vc-annotate-color-map): Change some colors so that text
34258         using them as foreground is readable on both white and black
34259         backgrounds.
34261 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
34263         * international/mule-conf.el (translation-table-for-input):
34264         Remove redundant declaration.
34266 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
34268         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
34270         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
34271         (tooltip-toggle-gud-tips): New function.
34273 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
34275         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
34276         right angle brackets.
34278 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
34280         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
34282 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
34284         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
34285         Remove.  Update callers to use expand-file-name instead.
34287         * subr.el (syntax-class): New function.
34289         * simple.el (blink-matching-open): Use it.
34291         * paren.el (show-paren-function): Use it to recognize parens that are
34292         also used in 2-char comment markers.
34294 2005-04-19  Lute Kamstra  <lute@gnu.org>
34296         * loadhist.el (unload-feature): Update for new format of
34297         load-history.  Simplify the code.
34299 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
34301         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
34302         (mac-add-charset-info): New function.  Initialize variable
34303         mac-charset-info-alist using it.
34304         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
34305         for translation.
34306         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
34307         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
34308         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
34309         New CCL programs.
34311 2005-04-19  Kim F. Storm  <storm@cua.dk>
34313         * simple.el (next-buffer, prev-buffer, next-error)
34314         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
34315         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
34317         * bindings.el (next-buffer, prev-buffer, next-error)
34318         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
34319         (clone-indirect-buffer-other-window): Move bindings from simple.el.
34320         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
34321         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
34323 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
34325         * isearch.el (isearch-edit-string): Make the search-ring available for
34326         minibuffer history commands.
34327         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
34328         the default history commands now work just as well.
34329         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
34331 2005-04-18  Kim F. Storm  <storm@cua.dk>
34333         * emulation/cua-base.el (cua--pre-command-handler): Add more
34334         elaborate check for shift modifier on non-window systems.
34336 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
34338         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
34340 2005-04-18  Kim F. Storm  <storm@cua.dk>
34342         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
34343         and make it optional.  Don't test tooltip-gud-echo-area here.
34344         (tooltip-gud-process-output, gdb-tooltip-print):
34345         Pass tooltip-gud-echo-area to tooltip-show.
34346         (tooltip-help-tips): Remove second optional arg to tooltip-show.
34348 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
34350         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
34351         `display-graphic-p' may not be bound yet.
34353 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
34355         * startup.el (command-line): No longer enable Xterm Mouse mode by
34356         default in terminals compatible with xterm.
34358         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
34360 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
34362         * tooltip.el (tooltip-gud-echo-area): Rename from
34363         tooltip-use-echo-area.
34364         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
34365         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
34366         area independently of where help tooltips are displayed.
34368 2005-04-17  David Kastrup  <dak@gnu.org>
34370         * cus-theme.el (custom-theme-write-variables): Quote variables
34371         where necessary.
34373 2005-04-17  Richard M. Stallman  <rms@gnu.org>
34375         * simple.el (yank-excluded-properties): Add follow-link to value.
34377         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
34379         * startup.el (fancy-splash-max-time): Just 30 seconds.
34380         (fancy-splash-delay): Just 7.
34381         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
34383         * loadhist.el (unload-feature): Update for new format of load-history.
34384         Simplify the code.
34386         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
34387         (rmail-font-lock-keywords): Don't fontify the text of a citation.
34389         * mail/sendmail.el (mail-font-lock-keywords):
34390         Don't fontify subject text.
34391         Don't fontify the text of a citation.
34393 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
34395         * comint.el (comint-output-filter): Run comint-output-filter-functions
34396         with point where the user had it.
34398 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
34400         * international/ucs-tables.el (ucs-set-table-for-input):
34401         Disable when using unify-on-decoding.
34403 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
34405         * emulation/cua-base.el (cua-global-mark-face): Add special case
34406         for displays supporting a high number of colors.
34408 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
34410         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
34412 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
34414         * filesets.el (filesets-add-buffer): If user supplies a name of a
34415         non-existing fileset, create a new fileset.
34417 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
34419         * textmodes/org.el (org-up-heading-all): Fix bug with
34420         `outline-up-heading-all'.
34422 2005-04-16  Andreas Schwab  <schwab@suse.de>
34424         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
34425         /etc/permissions.d/* and /etc/aliases.d/*.
34427 2005-04-16  Kenichi Handa  <handa@m17n.org>
34429         * international/code-pages.el (cp-make-coding-system):
34430         Set `translation-table-for-input' property value to the symbol
34431         ucs-mule-to-mule-unicode, not to that value.
34432         (pt154): Escape guillemet by `\'.
34434 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
34436         * loadup.el: Load tooltip if x-show-tip is fboundp.
34438         * startup.el (command-line): Add comment.
34440         * tooltip.el (tooltip-mode): Specify correct standard value for
34441         Custom in init-value.
34443 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
34445         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
34446         possible.
34448 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
34450         * textmodes/org.el (org-agenda-date-prompt): Rename from
34451         `org-agenda-date-today'.
34452         (org-evaluate-time-range): Insert at point instead of directly
34453         after time range.
34454         (org-first-headline-recenter, org-subtree-end-visible-p)
34455         (org-optimize-window-after-visibility-change): New functions
34456         (org-agenda-post-command-hook): Don't allow point at end of line,
34457         to make sure it always hits the text properties.
34458         (org-agenda-next-date-line, org-agenda-previous-date-line):
34459         New commands.
34460         (org-set-regexps-and-options): Category may contain white space.
34461         (org-agenda-get-deadlines, org-agenda-get-scheduled):
34462         Improve marker positions.
34463         (org-agenda-new-marker): Argument POS made optional.
34464         (org-agenda-get-timestamps): Deadlines which are done are listed
34465         in org-done-face now.
34466         (org-agenda-get-todos, org-agenda-get-timestamps)
34467         (org-agenda-get-deadlines, org-agenda-get-scheduled):
34468         Set `undone-face' and `done-face' properties.
34469         (org-last-todo-state-is-todo): New variable.
34470         (org-todo): Set `org-last-todo-state-is-todo'.
34471         (org-agenda-todo): Change face according to
34472         `org-last-todo-state-is-todo'.  And change other lines referring to
34473         the same entry.
34474         (org-calendar-goto-agenda): New command.
34475         (org-calendar-to-agenda-key): New option.
34476         (org-startup-folded): New allowed value `content'.
34477         (org-set-regexps-and-options): Accept new value `content' for
34478         `org-startup-folded'.
34479         (org-get-current-options): Handle new value `content' for
34480         `org-startup-folded'.
34481         (org-insert-todo-heading): New command.
34482         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
34483         interactively in empty file and option
34484         `org-insert-mode-line-in-empty-file' has been set.
34485         (org-agenda-todo, org-agenda-priority): Modify to use
34486         `org-agenda-change-all-lines'.
34487         (org-warning-face): Change color on dark background.
34489 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
34491         * international/mule-cmds.el (set-locale-environment): On Mac OS,
34492         use preferences AppleLocale and AppleLanguages, and variable
34493         mac-system-locale for default locale.  On Mac OS Classic, use
34494         mac-system-coding-system for default coding systems.
34496         * term/mac-win.el: Don't set file-name-coding-system.
34497         Decode variables system-name, emacs-build-system, user-login-name, and
34498         user-full-name by mac-system-coding-system on Mac OS Classic.
34499         (mac-system-coding-system): New variable.
34501 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
34503         * startup.el (command-line): Handle `xterm-mouse-mode' before
34504         reading init file.
34506         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
34508 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
34510         * progmodes/sh-script.el (sh-here-document-word): Make it a
34511         defcustom.  Doc fix.
34512         (sh-add): Bash uses $(( )) for arithmetic.
34513         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
34514         (sh-maybe-here-document): Remove quotes and leading whitespace
34515         from heredoc word when closing.  Indent heredoc with tabs if word
34516         starts with "-".
34518 2005-04-13  Richard M. Stallman  <rms@gnu.org>
34520         * simple.el (undo): Fix previous change.
34522         * custom.el (defface): Doc fix.
34524 2005-04-13  Lute Kamstra  <lute@gnu.org>
34526         * Makefile.in (DONTCOMPILE): Remove list.
34527         (compile, compile-always): Don't use DONTCOMPILE.
34528         (update-authors): Load the library in which batch-update-authors
34529         is defined.
34530         * makefile.w32-in (DONTCOMPILE): Remove list.
34531         (compile, compile-always): Fix comments.
34532         (update-authors): Load the library in which batch-update-authors
34533         is defined.
34535         * generic-x.el (generic-mode-ini-file-find-file-hook):
34536         Rename to ini-generic-mode-find-file-hook.
34537         Keep generic-mode-ini-file-find-file-hook as an alias.
34538         (ini-generic-mode-find-file-hook): Rename from
34539         generic-mode-ini-file-find-file-hook.  Fix docstring.
34540         (ini-generic-mode): Docstring change.
34541         (bat-generic-mode-run-as-comint): Silence the byte compiler.
34543         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
34544         called from lisp.
34546         * generic.el: Move to the emacs-lisp subdir.
34548 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
34550         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
34551         and C-S- function and cursor motion keys.
34553 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
34555         * startup.el (command-line): Enable Xterm Mouse mode by default.
34556         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
34557         for Custom.  No longer show "Mouse" in mode line when enabled.
34558         Doc fix.
34560 2005-04-12  Kim F. Storm  <storm@cua.dk>
34562         * emulation/cua-base.el (cua-rectangle-face)
34563         (cua-rectangle-noselect-face): Define face attributes here.
34565         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
34567 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
34569         * startup.el (command-line): Turn off blinking cursor if
34570         cursorBlink in resources is off or false.
34572 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
34574         * term/mac-win.el (dnd): Require dnd.
34575         (mac-drag-n-drop): Call dnd-handle-one-url.
34576         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
34577         (kTextEncodingISOLatin2): Remove constants.
34578         (mac-script-code-coding-systems): New constant.
34579         (mac-handle-language-change): New function.
34580         (special-event-map): Bind it to `language-change' event.
34581         (mac-centraleurroman, mac-cyrillic): New coding systems.
34582         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
34583         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
34584         and mac-cyrillic-encoder to encode-mac-centraleurroman and
34585         encode-mac-cyrillic, respectively.
34587 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
34589         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
34590         Don't set overlay-arrow-string to "=>" as this is done
34591         globally in C now.
34593 2005-04-12  Lute Kamstra  <lute@gnu.org>
34595         * generic-x.el (rc-generic-mode, rul-generic-mode):
34596         Fix auto-mode-alist entries.
34597         (etc-fstab-generic-mode): Tweak fontification.
34599         * generic.el (generic-make-keywords-list): Fix docstring.
34600         (generic-mode-internal): Simplify generic-font-lock-keywords.
34602 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
34604         * whitespace.el (whitespace-buffer-leading)
34605         (whitespace-buffer-trailing): Revert the incorrect test inversion.
34606         However, fix the highlight area for the leading and
34607         trailing whitespaces to show space.
34609 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
34611         * whitespace.el (whitespace-version): Bump to 3.5.
34613         (whitespace-buffer-leading, whitespace-buffer-trailing):
34614         Invert sense of the test to highlight the whitespace.
34616 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
34618         * progmodes/gud.el (gud-display-line): GUD uses its own
34619         overlay arrow now so don't set overlay-arrow-string.
34620         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
34622 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
34624         * term.el (term-ansi-current-bold, term-ansi-current-underline)
34625         (term-ansi-current-reverse, term-ansi-current-invisible)
34626         (term-ansi-face-already-done): Change to boolean.
34627         (term-reset-terminal, term-handle-colors-array): Handle the above
34628         vars accordingly.
34629         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
34630         (term-emulate-terminal): Use the new name.
34632         * faces.el (secondary-selection): Use yellow1, not yellow.
34633         (trailing-whitespace): Use red1, not red.
34635 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
34637         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
34638         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
34639         (dired-dnd-handle-file): Call dnd-get-local-file-uri.
34641         * cus-edit.el (dnd): New group.
34643         * term/w32-win.el (dnd): Require dnd
34644         (w32-drag-n-drop): Call dnd-handle-one-url.
34646         * x-dnd.el: Require dnd.
34647         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
34648         Call dnd-handle-one-url.
34649         (x-dnd-types-alist, x-dnd-insert-utf8-text)
34650         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
34651         to dnd-insert-text.
34652         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
34653         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
34654         (x-dnd-get-local-file-name, x-dnd-open-local-file)
34655         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
34657         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
34659 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
34661         * wdired.el: Doc fixes.
34662         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
34663         (wdired-use-dired-vertical-movement): Rename from
34664         wdired-always-move-to-filename-beginning.
34665         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
34666         (wdired-change-to-wdired-mode): Change mode name.
34667         (wdired-newline): Delete.
34669 2005-04-11  Richard M. Stallman  <rms@gnu.org>
34671         * whitespace.el (whitespace-highlight-the-space):
34672         Don't call whitespace-unhighlight-the-space here.
34674         * simple.el (undo): Record t in undo-equiv-table
34675         for the redo record made by an undo-in-region.
34677 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
34679         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
34680         (gdb-frame-inferior-io-buffer): New Functions to control
34681         display of separate IO buffer.
34682         (menu): Add them to menu-bar.
34683         (gdb-display-buffer): Check for buffer another frame.
34684         Protect GUD buffer.
34685         (gdb-setup-windows): Create IO buffer if not already there.
34686         (gdb-memory-mode): Remove purecopy noops.
34688 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
34690         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
34691         and pass to self-insert-command.
34693 2005-04-11  Lute Kamstra  <lute@gnu.org>
34695         * generic.el: Commentary section cleanup.
34696         (generic): Delete.
34697         (generic-use-find-file-hook, generic-lines-to-scan)
34698         (generic-find-file-regexp, generic-ignore-files-regexp)
34699         (default-generic-mode, generic-mode-find-file-hook)
34700         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
34701         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
34702         (generic-use-find-file-hook, generic-lines-to-scan)
34703         (generic-find-file-regexp, generic-ignore-files-regexp)
34704         (default-generic-mode, generic-mode-find-file-hook)
34705         (generic-mode-ini-file-find-file-hook): Move from generic.el.
34707 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
34709         * bookmark.el (bookmark-write-file): Catch errors writing file.
34710         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
34712 2005-04-10  Richard M. Stallman  <rms@gnu.org>
34714         * startup.el (fancy-splash-tail): Update copyright year.
34715         (command-line): Split part of -Q into -D.
34716         (emacs-basic-display): New defvar.
34717         (fancy-splash-text): Correct name of menu item.
34719         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
34721         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
34722         lines in one node.
34724         * comint.el (comint-send-input): New arg ARTIFICIAL.
34725         Callers in this file changed.
34727         * abbrev.el (define-abbrevs): Read system abbrevs properly.
34729         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
34731 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
34733         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
34734         `ldap-search-internal'.
34736 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
34738         * files.el (set-auto-mode-1): Use line-end-position.
34740         * international/latin-1.el:
34741         * international/latin-2.el:
34742         * international/latin-3.el:
34743         * international/latin-4.el:
34744         * international/latin-5.el:
34745         * international/latin-8.el:
34746         * international/latin-9.el: Give punctuation syntax to NBSP.
34748         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
34749         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
34750         Use char-classes to accept non-ascii letters, accepted in some recent
34751         bibtex implementations.
34753 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
34755         * custom.el (custom-set-minor-mode): Any non-nil value for the
34756         variable should enable the mode when set through Custom.
34758 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
34760         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
34761         TAB binding so tab-always-indent is obeyed.
34762         (vhdl-minibuffer-local-map): Move initialization into declaration.
34763         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
34764         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
34765         (vhdl-hooked-abbrev): Avoid test for XEmacs.
34766         (vhdl-current-line): Use line-beginning-position.
34767         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
34768         with-output-to-temp-buffer, so the current position can be recorded.
34770 2005-04-10  Masatake YAMATO  <jet@gyve.org>
34772         * progmodes/compile.el (compilation-error-regexp-alist-alist):
34773         Add regexp for gcov.
34775 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
34777         * calendar/time-date.el (time-to-seconds, seconds-to-time)
34778         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
34779         syntax which Emacs 20 doesn't support.
34781 2005-04-09  Richard M. Stallman  <rms@gnu.org>
34783         * help.el (describe-key-briefly, describe-key):
34784         Replace strings as event types with "(any string)".
34786 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
34788         * arc-mode.el (archive-mode-map): Move initialization into
34789         the declaration.  Override *all* bindings of `undo'.
34790         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
34792 2005-04-09  Jay Belanger  <belanger@truman.edu>
34794         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
34796 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
34798         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
34799         (xterm-register-default-colors): Update color values computation
34800         to match xterm-200.
34802 2005-04-09  Kenichi Handa  <handa@m17n.org>
34804         * international/code-pages.el (iso-latin-7): Fix the map.
34806 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
34808         * emacs-lisp/lisp.el (defun-prompt-regexp)
34809         (parens-require-spaces, buffer-end, end-of-defun)
34810         (insert-parentheses): Doc fixes.
34812 2005-04-08  Kim F. Storm  <storm@cua.dk>
34814         * comint.el (comint-highlight-prompt): Fix face spec.
34815         * hi-lock.el (hi-green): Likewise.
34817 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
34819         * cus-edit.el (custom-modified-face):
34820         * comint.el (comint-highlight-input): Fix previous changes.
34821         * term.el (term-handle-ansi-escape): Add a comment.
34823 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
34825         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
34826         in the buffer and in whitespace-highlighted-space.
34827         (whitespace-unhighlight-the-space): Simplify.
34828         (whitespace-buffer): Simplify.
34830 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
34832         * textmodes/table.el (table-cell-face): Add special case for
34833         displays supporting a high number of colors.
34834         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
34835         (vhdl-font-lock-reserved-words-face)
34836         (vhdl-speedbar-architecture-face)
34837         (vhdl-speedbar-instantiation-face)
34838         (vhdl-speedbar-architecture-selected-face)
34839         (vhdl-speedbar-instantiation-selected-face): Likewise.
34840         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
34841         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
34842         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
34843         (ebrowse-root-class-face, ebrowse-member-attribute-face)
34844         (ebrowse-progress-face): Likewise.
34845         * progmodes/compile.el (compilation-info-face): Likewise.
34846         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
34847         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
34848         * calendar/calendar.el (diary-face): Likewise.
34849         * woman.el (woman-italic-face, woman-bold-face)
34850         (woman-unknown-face): Likewise.
34851         * wid-edit.el (widget-button-pressed-face): Likewise.
34852         * whitespace.el (whitespace-highlight-face): Likewise.
34853         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
34854         * pcvs-info.el (cvs-marked-face): Likewise.
34855         * info.el (info-xref): Likewise.
34856         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
34857         * hilit-chg.el (highlight-changes-face)
34858         (highlight-changes-delete-face): Likewise.
34859         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
34860         (hi-red-b): Likewise.
34861         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
34862         * font-lock.el (font-lock-keyword-face)
34863         (font-lock-function-name-face, font-lock-warning-face): Likewise.
34864         * cus-edit.el (custom-invalid-face, custom-modified-face)
34865         (custom-set-face, custom-changed-face, custom-variable-tag-face)
34866         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
34867         * comint.el (comint-highlight-prompt): Likewise.
34869 2005-04-08  Lute Kamstra  <lute@gnu.org>
34871         * font-lock.el (font-lock-keywords): Docstring fixes.
34873 2005-04-08  Kenichi Handa  <handa@m17n.org>
34875         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
34876         chars are more than a limit, print " and more..." at the tail.
34878 2005-04-08  Kim F. Storm  <storm@cua.dk>
34880         * emacs-lisp/authors.el (authors-aliases): Update list.
34881         (authors-ignored-files): New list.
34882         (authors-fixed-entries): Fix typo.
34883         (authors-renamed-files-alist): Update list.
34884         (authors-add): Check authors-ignored-files.
34886 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
34888         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
34889         optional, to ensure backward compatibility.
34891 2005-04-08  Stephen Eglen  <stephen@gnu.org>
34893         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
34895 2005-04-08  Kim F. Storm  <storm@cua.dk>
34897         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
34899         * mouse.el (mouse-on-link-p): Doc fix.
34901 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
34903         * ielm.el (ielm-prompt-read-only): Doc fix.
34905         * comint.el (comint-prompt-read-only): Doc fix.
34907 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
34909         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
34910         ensure dired always handles wildcards passed to ffap.
34911         (find-file-at-point): Use it.
34912         (ffap-dired-wildcards): Doc fix.
34914 2005-04-07  Juri Linkov  <juri@jurta.org>
34916         * simple.el (next-error-overlay-arrow-position): New defvar.
34917         Put "=>" on its property `overlay-arrow-string'.  Add it to
34918         `overlay-arrow-variable-list'.
34920         * progmodes/compile.el (compilation-setup):
34921         Set `next-error-overlay-arrow-position' to nil.  Also set it to
34922         nil in the local hook `kill-buffer-hook'.  Make local variable
34923         `overlay-arrow-string' and set it to "=>".
34924         (compilation-goto-locus): Set BOL position to
34925         `next-error-overlay-arrow-position' instead of
34926         `overlay-arrow-position'.
34928         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
34929         locally instead of adding it to the global hook.
34930         (Info-kill-buffer): Move up.
34932 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
34934         * term/xterm.el (xterm-standard-colors): Update color values from
34935         xterm-200.
34937 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
34939         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
34941         * fast-lock.el:
34942         * lazy-lock.el: Move them to the obsolete subdir.
34944 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
34946         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
34947         (wdired-add-replace-advice): Remove.
34948         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
34950 2005-04-06  Kim F. Storm  <storm@cua.dk>
34952         * startup.el (command-line): Add --bare-bones alias for -Q.
34954 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
34956         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
34957         create the startup fontset if a font specification ends with
34958         `mac-roman'.
34960 2005-04-06  Lute Kamstra  <lute@gnu.org>
34962         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
34963         change.
34965         * emacs-lisp/copyright.el (copyright-update-year): Replace the
34966         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
34968 2005-04-05  Lute Kamstra  <lute@gnu.org>
34970         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
34971         (define-generic-mode): Ditto.  Fix debug declaration.
34973         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
34974         Put them in the generic-x group.
34976         * calendar/timeclock.el (timeclock): Doc fix.
34978         * generic.el (define-generic-mode): Don't use custom-current-group.
34979         Document default :group value.
34980         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
34981         (define-global-minor-mode): Don't use custom-current-group.
34983 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
34985         * startup.el (command-line-1): Display startup-echo-area-message
34986         when fancy splash screen is in use.
34988         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
34989         (sh-escaped-newline): New face.
34990         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
34991         newline, and use sh-escaped-newline face.
34993         * progmodes/tcl.el (tcl-escaped-newline): New face.
34994         (tcl-builtin-list): New variable.
34995         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
34996         newlines.  Fix keywords subexpression number.
34998 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
35000         * textmodes/org.el (org-diary-default-entry): Fix call to
35001         `add-to-diary-entry'.
35003 2005-04-05  Kim F. Storm  <storm@cua.dk>
35005         * ediff-init.el: Use (featurep 'xemacs).
35007 2005-04-05  David Ponce  <david@dponce.com>
35009         * cus-edit.el (face): Derive from symbol widget.  Display sample
35010         of the current face on the fly.
35011         (widget-face-sample-face-get, widget-face-notify): New functions.
35012         (widget-face-value-create): Remove.
35014         * wid-edit.el (widget-field-end): Temporarily remove field
35015         narrowing before to call `get-char-property'.
35017 2005-04-04  Jay Belanger  <belanger@truman.edu>
35019         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
35020         (math-read-subscripts): New variable.
35021         (math-read-preprocess-string): Process subscripts.
35023 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
35025         * comint.el (comint-prompt-read-only): Doc fix.
35027         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
35028         `-1'.  Doc fix.
35030 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
35032         * textmodes/org.el (org-insert-mode-line-in-empty-file):
35033         Change default value to nil.
35035 2005-04-04  Lute Kamstra  <lute@gnu.org>
35037         * autorevert.el (auto-revert-mode): Specify :group.
35038         * battery.el (display-battery-mode): Specify :group.
35039         * diff-mode.el (diff-minor-mode): Specify :group.
35040         * font-core.el (font-lock-mode): Specify :group.
35041         * hl-line.el (hl-line-mode): Specify :group.
35042         * iimage.el (iimage): New customization group.
35043         (iimage-mode): Specify :group.
35044         * longlines.el (longlines-mode): Specify :group.
35045         * master.el: Don't require easy-mmode.
35046         (master): New customization group.
35047         (master-mode): Specify :group.
35048         * msb.el (msb-mode): Specify :group.
35049         * reveal.el (reveal-mode): Specify :group.
35050         * simple.el (next-error-follow-minor-mode): Specify :group.
35051         * smerge-mode.el (smerge-mode): Specify :group.
35052         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
35053         * emulation/cua-base.el (cua-mode): Specify :group.
35054         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
35055         * language/thai-util.el (thai-auto-composition-mode)
35056         (thai-word-mode): Specify :group.
35057         * mail/supercite.el (sc-minor-mode): Specify :group.
35058         * progmodes/cwarn.el (cwarn-mode): Specify :group.
35059         * progmodes/flymake.el (flymake-mode): Specify :group.
35060         * progmodes/glasses.el (glasses-mode): Specify :group.
35061         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
35062         * textmodes/enriched.el (enriched-mode): Specify :group.
35063         * textmodes/refill.el (refill-mode): Specify :group.
35065         * add-log.el (change-log-font-lock-keywords): Names in
35066         parenthesized lists can contain spaces.
35068 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
35070         * startup.el (fancy-splash-text): Shorten default text of
35071         "Emacs Tutorial" line.  Also, if the current language env
35072         indicates an available tutorial file other than TUTORIAL,
35073         extract its title and append it to the line in parentheses.
35074         (fancy-splash-insert): If arg is a thunk, funcall it.
35076 2005-04-04  Jay Belanger  <belanger@truman.edu>
35078         * calc/calc.el (calc-language-alist): Add tags to customization type.
35080 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
35082         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
35083         Doc fix.
35085 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
35087         * add-log.el (change-log-font-lock-keywords): The manual
35088         describing a Change Log entry, says: (...) "Aside from these
35089         header lines, every line in the change log starts with a space or
35090         a tab.".  The font-lock was not highlighting lines started with
35091         spaces, added support for it.
35093 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
35095         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
35096         (bibtex-generate-url-list): Update docstring accordingly.  Put the
35097         complex example in the docstring.
35098         (bibtex-font-lock-url): Use pop.
35100 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
35102         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
35104         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
35106 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
35108         * filesets.el (filesets-set-default): Doc fix.
35110 2005-04-03  Lute Kamstra  <lute@gnu.org>
35112         * generic.el (define-generic-mode): Add argument to specify
35113         keywords for defcustom.
35114         (default-generic-mode): Specify :group.
35116         * generic-x.el: Specify :group for all generic modes.
35118         * desktop.el (desktop-no-desktop-file-hook)
35119         (desktop-after-read-hook): Doc fix.
35121 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
35123         * simple.el (visible-mode): Use explicit :group keyword.
35124         This changes the group of `visible-mode-hook' from paren-blinking
35125         to editing-basics.
35127 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
35129         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
35130         mailbox specifications as well as URLs.
35131         (rmail-insert-inbox-text): Remove unused conditional branches.
35133 2005-04-01  Jay Belanger  <belanger@truman.edu>
35135         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
35136         (calc-gnuplot-print-command): Move definitions to calc.el.
35138         * calc/calc-embed.el (calc-embedded-announce-formula)
35139         (calc-embedded-open-formula, calc-embedded-close-formula)
35140         (calc-embedded-open-word, calc-embedded-close-word)
35141         (calc-embedded-open-plain, calc-embedded-close-plain)
35142         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
35143         (calc-embedded-open-mode, calc-embedded-close-mode):
35144         Move definitions to calc.el.
35146         * calc/calc.el (calc-settings-file, calc-language-alist):
35147         Make customizable.
35148         (calc-embedded-announce-formula, calc-embedded-open-formula)
35149         (calc-embedded-close-formula, calc-embedded-open-word)
35150         (calc-embedded-close-word, calc-embedded-open-plain)
35151         (calc-embedded-close-plain, calc-embedded-open-new-formula)
35152         (calc-embedded-close-new-formula, calc-embedded-open-mode)
35153         (calc-embedded-close-mode, calc-gnuplot-name)
35154         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
35155         from other files and make customizable.
35157 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
35159         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
35160         Use buffer-live-p.
35161         (cvs-mode-run): Don't call cvs-update-header here.
35162         (cvs-run-process): Call cvs-update-header.
35163         Use process properties for cvs-postprocess and cvs-buffer so that
35164         the sentinel can behave better if the temp buffer is killed.
35165         Use a pipe rather than a tty, to better handle unexpected prompts.
35166         (cvs-sentinel): Rewrite.  Call cvs-update-header.
35168 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
35170         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
35171         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
35173 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
35175         * generic.el (define-generic-mode): Add indentation rule.
35177 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
35179         * files.el (mode-require-final-newline): Make Custom correctly
35180         report a nil value and allow to set it to nil via Custom.
35181         Doc fix.
35183 2005-04-01  Kenichi Handa  <handa@m17n.org>
35185         * international/characters.el: Enable the correct case setting for
35186         dotless-i and dotted-I.
35188 2005-04-01  Kim F. Storm  <storm@cua.dk>
35190         * ido.el (ido-file-internal): Fall back to non-ido command if
35191         initial directory is on slow ftp (or tramp) host.
35193 2005-03-31  Richard M. Stallman  <rms@gnu.org>
35195         * emacs-lisp/autoload.el (make-autoload):
35196         Handle define-global-minor-mode.
35198         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
35199         Rename from easy-mmode-define-global-mode.
35200         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
35202         * progmodes/scheme.el (scheme-mode-syntax-table):
35203         Update syntax of | and # for two-character comment syntax.
35205 2005-03-31  Lute Kamstra  <lute@gnu.org>
35207         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
35208         (define-minor-mode): Call custom-current-group at load-time.
35210         * generic.el (define-generic-mode): Add debug declaration.
35211         Add defcustom for the mode hook.
35212         (generic-mode-internal): Use run-mode-hooks.
35214 2005-03-31  Kim F. Storm  <storm@cua.dk>
35216         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
35217         (mouse-fixup-help-message): New defun called by show_help_echo
35218         to fixup mouse-2 prefix in help messages when applicable.
35220         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
35222 2005-03-31  Kenichi Handa  <handa@m17n.org>
35224         * language/thai-word.el (thai-find-word-ends): Pay attention to
35225         the case that we reach the end of buffer.
35227         * textmodes/fill.el (fill-text-properties-at): New function.
35228         (fill-newline): Use fill-text-properties-at instead of
35229         text-properties-at.
35231 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
35233         * textmodes/tex-mode.el (tex-start-tex): Use shell-quote-argument,
35234         not comint-quote-filename.
35236 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
35238         * help-fns.el (help-with-tutorial): Revert last change.
35240 2005-03-31  Kim F. Storm  <storm@cua.dk>
35242         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
35244 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
35246         * calendar/cal-china.el: Update reference to "Calendrical
35247         Calculations" book; there's a new edition.
35248         * calendar/cal-coptic.el: Likewise.
35249         * calendar/cal-french.el: Likewise.
35250         * calendar/cal-hebrew.el: Likewise.
35251         * calendar/cal-islam.el: Likewise.
35252         * calendar/cal-iso.el: Likewise.
35253         * calendar/cal-julian.el: Likewise.
35254         * calendar/cal-mayan.el: Likewise.
35255         * calendar/cal-persia.el: Likewise.
35256         * calendar/calendar.el: Likewise.
35257         * calendar/holidays.el: Likewise.
35258         * calendar/lunar.el: Likewise.
35259         * calendar/solar.el: Likewise.
35261         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
35262         white space from doc string.
35264 2005-03-30  Jay Belanger  <belanger@truman.edu>
35266         * calc/calc-help.el (calc-full-help): Remove email address.
35268 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
35270         * help-fns.el (help-with-tutorial): Delete title line.
35272 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
35274         * calendar/cal-x.el (calendar-one-frame-setup)
35275         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
35276         rather than `symbol' for set-window-dedicated-p.
35278         * calendar/appt.el (appt-buffer-name): Make it a constant.
35279         (appt-add): Doc fix.
35281         * filesets.el (filesets-menu-path, filesets-menu-before)
35282         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
35283         (filesets-menu-cache-file): Use directory ~/.emacs.d.
35284         (filesets-add-submenu): Delete and use add-submenu instead.
35286 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
35288         * textmodes/org.el (org-agenda-phases-of-moon)
35289         (org-agenda-sunrise-sunset, org-agenda-convert-date)
35290         (org-agenda-goto-calendar): New commands.
35291         (org-diary-default-entry): New function.
35292         (org-get-entries-from-diary): Better parsing of diary entries.
35293         (org-agenda-check-no-diary): New function.
35294         ("diary-lib"): Advice to function `add-to-diary-list', to allow
35295         linking to diary entries.
35296         (org-agenda-execute-calendar-command): New function.
35297         (org-agenda): Improve visible section in window.
35298         Use `org-fit-agenda-window'.
35299         (org-fit-agenda-window): New option.
35300         (org-move-subtree-down): Better handling of empty lines
35301         at end of subtree.
35302         (org-cycle): Numeric prefix is interpreted now as show-subtree N
35303         levels up.
35304         (org-fontify-done-headline): New option.
35305         (org-headline-done-face): New face.
35306         (org-set-font-lock-defaults): Use `org-headline-done-face'.
35307         (org-table-copy-down): Rename from `org-table-copy-from-above'.
35308         When current field is non-empty, it is copied to next row.
35309         (org-table-copy-from-above): Fix bug which made it
35310         impossible to copy fields containing only a single non-white character.
35312 2005-03-30  Kim F. Storm  <storm@cua.dk>
35314         * kmacro.el (kmacro-end-macro): Isearch may store this command
35315         into the macro -- so ignore it when executing keyboard macro.
35317 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
35319         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
35321 2005-03-29  Kenichi Handa  <handa@m17n.org>
35323         * language/thai.el ("Thai"): Set setup-function and exit-function
35324         for Thai language environment.
35326         * language/thai-util.el: Require thai-word.
35327         (thai-word-mode-map): New variable.
35328         (thai-word-mode): New minor mode.
35329         (setup-thai-language-environment-internal): New function.
35330         (exit-thai-language-environment-internal): New function.
35332         * language/thai-word.el (thai-word-table): Declare it by defvar,
35333         use dolist to initialize it.
35334         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
35335         (thai-fill-find-break-point): New functions.
35337 2005-03-29  Richard M. Stallman  <rms@gnu.org>
35339         * simple.el (idle-update-delay): Move definition up.
35340         (set-mark): Doc fix.
35342 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
35344         * longlines.el: New file.
35346         * simple.el (buffer-substring-filters): New variable.
35347         (filter-buffer-substring): New function.
35348         (kill-region, copy-region-as-kill): Use it.
35350         * register.el (copy-to-register, append-to-register)
35351         (prepend-to-register): Use filter-buffer-substring.
35353 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
35355         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
35356         (gud-filter-pending-text): Move in front of gdb.
35357         (gud-overlay-arrow-position): New variable.
35358         (gud-sentinel, gud-display-line): Use it in place of
35359         overlay-arrow-position.
35361 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
35363         * progmodes/fortran.el (fortran-if-indent): Doc fix.
35364         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
35365         (fortran-font-lock-keywords-4): New variable.
35366         (fortran-blocks-re, fortran-end-block-re)
35367         (fortran-start-block-re): New constants, for hideshow.
35368         (hs-special-modes-alist): Add a Fortran entry.
35369         (fortran-mode-map): Bind fortran-end-of-block,
35370         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
35371         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
35372         (fortran-looking-at-if-then, fortran-end-of-block)
35373         (fortran-beginning-of-block): New functions, for hideshow.
35375         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
35376         Doc fix.  Tweak regexp.
35377         (f90-beginning-of-block): Push mark first.
35379 2005-03-29  Jay Belanger  <belanger@truman.edu>
35381         * calc/calc.el: Update copyright date.
35382         (calc-version): Increase to 2.1.
35383         (calc-version-date): Remove.
35385         * calc/calc-help.el: Update copyright date.
35386         (calc-full-help): Remove reference to calc-version-date.
35387         Update copyright date.
35389 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
35391         * vc.el (vc-do-command): Use a pipe for async processes, so password
35392         prompts don't show up at places where the user can't reply.
35394 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
35396         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
35397         on the file name we pass to the inferior shell.
35399 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
35401         * progmodes/which-func.el (which-function): Be robust in the face of an
35402         imenu--make-index-alist failure.
35404 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
35406         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
35408         * progmodes/python.el (python-preoutput-filter): Fix last change.
35410 2005-03-29  Lute Kamstra  <lute@gnu.org>
35412         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
35413         functions and compiled macros.
35414         (debug-convert-byte-code): Handle macros too.
35415         (debug-on-entry-1): Don't signal an error when trying to clear a
35416         function that is not set to debug on entry.
35418 2005-03-29  Jay Belanger  <belanger@truman.edu>
35420         * calc/calc-lang.el: Add functions to math-function-table
35421         properties of tex and math.
35423 2005-03-29  Kenichi Handa  <handa@m17n.org>
35425         * ps-mule.el (ps-mule-plot-string): Translate characters by
35426         ps-print-translation-table.
35427         (ps-mule-begin-job): Call find-charset-region/string with
35428         ps-print-translation-table.
35429         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
35431         * ps-print.el (ps-print-translation-table): New variable.
35432         (ps-plot-region): Translate characters by ps-print-translation-table.
35434 2005-03-29  Juri Linkov  <juri@jurta.org>
35436         * simple.el (next-error-highlight-timer): New variable.
35438         * progmodes/compile.el (compilation-goto-locus):
35439         Use `next-error-highlight-timer' instead of `sit-for'.
35441 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
35443         * mail/supercite.el (sc-mail-field): Use assoc-string.
35444         (sc-get-address): Simplify regexps.
35446         * files.el (minibuffer-with-setup-hook): New macro.
35447         (find-file-read-args): Use it to avoid let-binding
35448         minibuffer-with-setup-hook (which breaks turning on/off
35449         file-name-shadow-mode while in the prompt).
35451         * complete.el (PC-read-include-file-name-internal):
35452         Use test-completion.
35454 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
35456         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
35458 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
35460         * window.el (window-buffer-height): Use count-screen-lines.
35462         * progmodes/python.el (python-preoutput-leftover): New var.
35463         (python-preoutput-filter): Use it.
35464         (python-send-receive): Loop until all the result has been received.
35466 2005-03-28  Juri Linkov  <juri@jurta.org>
35468         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
35470         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
35471         "Recover Crashed Session".
35472         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
35473         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
35474         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
35475         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
35476         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
35477         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
35478         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
35479         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
35481         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
35482         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
35483         Ediff Sessions", "Toggle use of separate control buffer frame",
35484         "Use separate frame for Ediff control buffer".
35486         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
35487         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
35488         "Rename Bookmark", "Delete Bookmark".
35490         * info.el (Info-mode-menu): Remove ellipsis from "Index".
35491         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
35492         Add `:active Info-index-alternatives' to "Next Matching Item".
35494         * wdired.el (wdired-change-to-wdired-mode):
35495         Mention `wdired-abort-changes' key in the initial message.
35497         * international/mule.el (auto-coding-alist): Associate non-ascii
35498         image filename extensions with `no-conversion'.
35500 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
35502         * international/iso-acc.el:
35503         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
35505 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
35507         * textmodes/sgml-mode.el (html-mode): Doc update.
35509         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
35511 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
35513         * term.el (term-move-columns): Fix face after extending a line.
35514         (term-insert-spaces): Likewise.
35515         (term-reset-terminal): Fix off by one error.
35517 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
35519         * international/mule.el (auto-coding-alist): Add .xpi files.
35521         * files.el (auto-mode-alist): Add .xpi files.
35523 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
35525         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
35527 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
35529         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
35531 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
35533         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
35534         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
35536         * calendar/cal-move.el (calendar-beginning-of-year): Move the
35537         cursor to Jan 1 when needed.
35538         (calendar-end-of-year): Fix -/+ typo.
35539         Reported by Chong Yidong <cyd@stupidchicken.com>.
35541 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
35543         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
35545         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
35546         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
35548 2005-03-25  Richard M. Stallman  <rms@gnu.org>
35550         * filesets.el (filesets-init): Add autoload.
35552         * mail/mailalias.el (mail-directory): Doc fix.
35554 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
35556         * mail/mailalias.el (mail-directory-process): Do nothing if
35557         mail-directory-process is an atom.
35558         (mail-get-names): Ignore mail-directory-names if it is an atom.
35559         (mail-directory-process defvar): Doc fix.
35560         (mail-names): Doc fix.
35562 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
35564         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
35566 2005-03-26  Kenichi Handa  <handa@m17n.org>
35568         * international/mule-util.el (detect-coding-with-priority):
35569         Call update-coding-systems-internal before detect-coding-region.
35571 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
35573         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
35574         (gdb-frames-mode-map): Add follow-link property.
35576 2005-03-25  Jay Belanger  <belanger@truman.edu>
35578         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
35579         for variables.
35581 2005-03-25  Juri Linkov  <juri@jurta.org>
35583         * image-mode.el: Optimize image filename extension regexps in
35584         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
35585         in `auto-mode-alist'.
35586         (image-mode): Add `image-toggle-display-text' to local hook
35587         `change-major-mode-hook'.  Display the image as an image by
35588         default.  Set `cursor-type' and `truncate-lines' if the image
35589         is already displayed.  Take into account the current mode (image
35590         or text) in message.
35591         (image-minor-mode): New minor mode.
35592         (image-mode-maybe, image-toggle-display-text): New functions.
35593         (image-toggle-display): Use called-interactively-p.
35594         Let-bind `inhibit-read-only' to t.
35596         * image-mode.el (image-minor-mode): Set `cursor-type' and
35597         `truncate-lines' if the image is already displayed.  Add turning
35598         image-minor-mode off to `change-major-mode-hook'.  Add message.
35599         Call `image-toggle-display-text' after turning image-minor-mode off.
35601 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
35603         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
35604         Terminal.app, use utf-8.
35605         (set-display-table-and-terminal-coding-system): Add coding-system arg.
35606         (set-locale-environment): Use it.
35608         * term/xterm.el: Undo last change, better done in mule-cmds.el.
35610         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
35612         * progmodes/python.el (python-close-block-statement-p)
35613         (python-outdent-p, python-current-defun): Use symbol-end.
35615 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>
35617         * files.el (save-some-buffers): Doc fix.
35619 2005-03-25  Werner Lemberg  <wl@gnu.org>
35621         * complete.el, thumbs.el: Replace `legal' with `valid'.
35622         * calendar/calendar.el: Replace `legal' with `valid'.
35623         * emacs-lisp/advice.el: Replace `legal' with `valid'.
35624         * mail/supercite.el: Replace `legal' with `valid'.
35625         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
35626         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
35627         Replace `legal' with `valid'.
35628         * textmodes/reftex-vars.el, textmodes/reftex.el:
35629         Replace `legal' with `valid'.
35631 2005-03-25  Werner Lemberg  <wl@gnu.org>
35633         * calc/calc-forms.el, calc/calc-sel.el
35634         * midnight.el, vc-cvs.el
35635         * emacs-lisp/cl-macs.el
35636         * emulation/vip.el
35637         * eshell/esh-io.el, eshell/esh-var.el
35638         * mail/supercite.el
35639         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
35640         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
35641         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
35642         * progmodes/sh-script.el, progmodes/xscheme.el
35643         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
35644         * textmodes/reftex-index.el, textmodes/reftex-parse.el
35645         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
35646         * textmodes/reftex.el, textmodes/org.el:
35647         Replace `illegal' with `invalid'.
35649 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
35651         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
35652         (flymake-find-buildfile, flymake-find-possible-master-files)
35653         (flymake-check-include, flymake-parse-line): Replace loops over the
35654         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
35656         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
35657         Substitute file-name-as-directory in the rest of the file.
35658         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
35659         (flymake-replace-region): Remove unused arg `buffer'.
35660         (flymake-check-patch-master-file-buffer): Update calls to it.
35661         (flymake-add-err-info): Remove unused var `count'.
35662         (flymake-mode): Use define-minor-mode.
35664         * progmodes/flymake.el: Use with-current-buffer.
35665         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
35666         flymake-replace-regexp-in-string, flymake-line-beginning-position)
35667         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
35668         Avoid testing for `xemacs'.
35669         (flymake-nop): Move.
35670         (flymake-region-has-flymake-overlays): Return the computed value.
35671         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
35672         Remove unused var `endline'.
35673         (flymake-get-line-count): Remove unused function.
35674         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
35676         * emulation/vi.el:
35677         * generic.el:
35678         * hilit-chg.el (global-highlight-changes):
35679         * hi-lock.el (hi-lock-mode):
35680         * follow.el: find-file-hooks -> find-file-hook.
35682         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
35684 2005-03-24  Juri Linkov  <juri@jurta.org>
35686         * dired.el (dired-mode-map): Add menu item "Compare directories"
35687         for dired-compare-directories.
35689         * dired-aux.el (dired-compare-directories): Add autoload cookie.
35690         Doc fix.  Replace `read-file-name' with `read-directory-name'.
35692 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
35694         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
35696 2005-03-24  Jay Belanger  <belanger@truman.edu>
35698         * calc/calc-embed.el (calc-embedded-mode-change): Save all
35699         relevant mode settings in calc-embedded-original-modes when modes
35700         are permanently changed.
35702 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
35704         * autoinsert.el: find-file-hooks -> find-file-hook.
35706 2005-03-24  Lute Kamstra  <lute@gnu.org>
35708         * generic.el (generic-font-lock-defaults): Make it obsolete.
35709         (generic-font-lock-keywords): New variable to replace
35710         generic-font-lock-defaults.
35711         (generic-mode-set-font-lock): Delete it.
35712         (generic-mode-internal): Don't call generic-mode-set-font-lock.
35713         (generic-bracket-support): Add docstring.
35715         * generic-x.el: Rename generic-font-lock-defaults to
35716         generic-font-lock-keywords throughout.
35717         (mailagent-rules-setup-function): Delete it.
35718         (mailagent-rules-generic-mode): Use anonymous function instead.
35719         (show-tabs-generic-mode-font-lock-defaults-1)
35720         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
35721         Quote faces.
35722         (show-tabs-tab-face, show-tabs-space-face): Specify background,
35723         not foreground.
35725         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
35726         Recognize define-generic-mode.
35728 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
35730         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
35731         if there's no completion table.
35733 2005-03-23  Miles Bader  <miles@gnu.org>
35735         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
35736         Remove tty-specific variants, as they're no longer needed.
35738 2005-03-23  Lute Kamstra  <lute@gnu.org>
35740         * generic-x.el: Code cleanup: make args constant whenever possible.
35741         (installshield-statement-keyword-list)
35742         (installshield-system-functions-list)
35743         (installshield-system-variables-list, installshield-types-list)
35744         (installshield-funarg-constants-list): Make them constants.
35746         * generic.el (generic-make-keywords-list): Add autoload cookie.
35748         * calendar/time-date.el: Add comment on time value formats.
35749         Don't require parse-time.
35750         (with-decoded-time-value): New macro.
35751         (encode-time-value): New function.
35752         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
35753         (days-to-time): Return a valid time value when arg is huge.
35754         (time-since): Use time-subtract.
35755         (time-to-number-of-days): Use time-to-seconds.
35757 2005-03-23  David Ponce  <david@dponce.com>
35759         * recentf.el (recentf-keep): New option.
35760         (recentf-menu-action): Default to `find-file'.
35761         (recentf-keep-non-readable-files-flag)
35762         (recentf-keep-non-readable-files-p)
35763         (recentf-file-readable-p, recentf-find-file)
35764         (recentf-cleanup-remote): Remove.
35765         (recentf-include-p): More robust.
35766         (recentf-keep-p): New function.
35767         (recentf-remove-if-non-kept): Rename from
35768         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
35769         All callers updated.
35770         (recentf-menu-items-for-commands): Fix help string.
35771         (recentf-track-closed-file): Update.  Doc fix.
35772         (recentf-cleanup): Update.  Count removed files.  Doc fix.
35774 2005-03-23  Kim F. Storm  <storm@cua.dk>
35776         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
35777         Don't inherit from fringe face (now happens automatically).
35779 2005-03-22  Kim F. Storm  <storm@cua.dk>
35781         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
35782         position values.
35784 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
35786         * menu-bar.el (showhide-date-time): Remove.
35787         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
35788         (menu-bar-make-mm-toggle): Simplify.
35790 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
35792         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
35793         Accept qualified variable and function names.
35795 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
35797         * bindings.el (completion-ignored-extensions):
35798         Remove ".lis" for `vax-vms'.
35800 2005-03-22  Andreas Schwab  <schwab@suse.de>
35802         * generic-x.el: Revert last change.
35803         * ldefs-boot.el: Update.
35805 2005-03-22  Jay Belanger  <belanger@truman.edu>
35807         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
35808         (calc-embedded-save-original-modes)
35809         (calc-embedded-restore-original-modes): New functions.
35810         (calc-do-embedded): Save original modes when entering embedded mode
35811         and restore when leaving embedded mode.
35812         (calc-embedded-modes-change): Change the value of
35813         calc-embedded-original-modes to reflect permanent changes.
35815 2005-03-22  Lute Kamstra  <lute@gnu.org>
35817         * generic-x.el: Require generic again.
35819 2005-03-22  Miles Bader  <miles@gnu.org>
35821         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
35822         Tweak details to look good on both ttys and bitmap displays, light
35823         or dark background, etc.
35825 2005-03-21  Kim F. Storm  <storm@cua.dk>
35827         * tooltip.el (tooltip-show-help-function): Check car and cdr of
35828         mouse position.
35830 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
35832         * icomplete.el: Don't forcibly turn on the mode upon load.
35833         (icomplete-mode): Use define-minor-mode.
35834         (icomplete-eoinput): Default to nil.
35835         (icomplete-minibuffer-setup): Remove autoload.
35836         (icomplete-tidy): Simplify.
35837         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
35838         in the initial state or if the user has modified the field.
35839         Fix handling of icomplete-max-delay-chars.
35840         Remove code that handles the oddball case where
35841         minibuffer-completion-table is an integer.
35842         Wrap icomplete-completions in while-no-input in case building
35843         completions takes more time than expected.
35844         (icomplete-completions): Simplify.
35846 2005-03-21  Richard M. Stallman  <rms@gnu.org>
35848         * jka-compr.el (jka-compr-really-do-compress):
35849         Make variable buffer-local.
35851         * image-mode.el: Handle .xpm files too.
35852         (image-toggle-display): Preserve modification flag.
35854         * help.el (where-is): Don't mention aliases with no key bindings.
35856 2005-03-21  Lute Kamstra  <lute@gnu.org>
35858         * generic.el: Fix commentary section.  Don't require cl for
35859         compilation.
35860         (generic-mode-list): Add autoload cookie.
35861         (generic-use-find-file-hook, generic-lines-to-scan)
35862         (generic-find-file-regexp, generic-ignore-files-regexp)
35863         (generic-mode, generic-mode-find-file-hook)
35864         (generic-mode-ini-file-find-file-hook): Fix docstrings.
35865         (define-generic-mode): Make it a defmacro.  Fix docstring.
35866         (generic-mode-internal): Code cleanup.  Add autoload cookie.
35867         (generic-mode-set-comments): Code cleanup.
35868         * generic-x.el: Don't prevent compilation.  Don't require generic.
35869         Follow coding conventions.  Minor code cleanup.
35870         (etc-fstab-generic-mode): Add some keywords.
35871         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
35872         define-generic-mode like a function declaration.
35874 2005-03-21  Jay Belanger  <belanger@truman.edu>
35876         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
35877         changing modes.
35879 2005-03-21  Sam Steingold  <sds@gnu.org>
35881         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
35883 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
35885         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
35886         Add underscore to "f$ lexicals" regexp.
35888 2005-03-20  Juri Linkov  <juri@jurta.org>
35890         * subr.el (progress-reporter-do-update): When `min-value' is equal
35891         to `max-value', set `percentage' to 0 and prevent division by zero.
35893 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
35895         Sync with Tramp 2.0.48.
35897         * net/tramp.el (all): Change all addresses to .gnu.org.
35898         (tramp-append-tramp-buffers): New defun.
35899         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
35900         Catch `dont-send' signal.
35901         (tramp-set-auto-save-file-modes): Set always permissions, because
35902         there might be an old auto-saved file belonging to another
35903         original file.  This could be a security threat.  Reported by
35904         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
35905         Check for Emacs 21.3.50 removed.
35907         * net/tramp-smb.el (all): Remove debug construct for
35908         `with-parsed-tramp-file-name'.
35909         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
35910         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
35911         No error message if DIRECTORY or FILENAME doesn't exist.
35912         (tramp-smb-open-connection): Check existence of
35913         `tramp-smb-program'.
35915 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
35917         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
35918         Properly handle the case where the `m' or `s' command's argument is not
35919         yet terminated.
35920         (perl-indent-new-calculate): New function.
35921         (perl-indent-line): Use it.
35923 2005-03-20  Miles Bader  <miles@gnu.org>
35925         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
35926         in text-mode too.  Change to new face names.
35927         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
35928         Add `:weight bold' attribute.
35929         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
35931 2005-03-19  Juri Linkov  <juri@jurta.org>
35933         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
35935         * international/mule.el (auto-coding-alist): Sync with
35936         `auto-mode-alist' by adding upper case archive file extensions
35937         and adding ear/war to jar extension.
35939 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
35941         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
35942         running, restart it.
35944 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
35946         * finder.el (finder-current-item): Throw an error on an empty line.
35948         * man.el (Man-follow-manual-reference): If current-word returns
35949         nil, use "".
35951 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
35953         * simple.el (goto-line): Doc fix.
35955 2005-03-19  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
35957         * files.el (save-buffer): Doc fix.
35959 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
35961         * recentf.el (recentf-cleanup-remote): New variable.
35962         (recentf-cleanup): Use it to conditionally check availability of
35963         remote files.
35965 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
35967         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
35968         function names.
35970 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
35972         * language/thai-word.el: New file.
35974 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
35976         * files.el (backup-buffer): If the file's directory is not
35977         writable, use copy instead of move to backup the file.
35979 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
35981         * obsolete/keyswap.el: Moved to obsolete/ from term/.
35983 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
35985         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
35986         Use functionp instead of symbolp and fboundp.  Reported by Drkm
35987         <darkman_spam@yahoo.fr>.
35988         (ps-print-version): New version 6.6.6.
35990 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
35992         * textmodes/table.el (table--line-column-position): New idiom.
35993         (table--row-column-insertion-point-p): New function to test
35994         validity of row and column insertion operation at a location.
35995         (table-global-menu, table-cell-menu): Use above functions for
35996         deterministic test operation.
35997         (table--editable-cell-p): Behave in deterministic fashion.
35999 2005-03-18  Juri Linkov  <juri@jurta.org>
36001         * isearch.el (isearch-lazy-highlight-new-loop):
36002         Make arguments beg and end optional.
36003         (isearch-update): Remove optional arguments nil from
36004         isearch-lazy-highlight-new-loop.
36005         (isearch-lazy-highlight-search): Let-bind case-fold-search to
36006         isearch-lazy-highlight-case-fold-search instead of
36007         isearch-case-fold-search, and let-bind isearch-regexp to
36008         isearch-lazy-highlight-regexp.
36009         Use isearch-lazy-highlight-last-string instead of isearch-string.
36011         * replace.el (perform-replace): Remove bindings of global
36012         variables isearch-string, isearch-regexp, isearch-case-fold-search.
36013         Add three new arguments to `replace-highlight'.
36014         (replace-highlight): Add arguments string, regexp, case-fold.
36015         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
36016         to allow isearch-lazy-highlight-new-loop to use these values
36017         to set corresponding isearch-lazy-highlight-* internal
36018         variables whose values lazy highlighting will use regardless of
36019         changes to global variables isearch-string, isearch-regexp,
36020         isearch-case-fold-search during lazy highlighting loop.
36021         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
36022         to `lazy-highlight-cleanup'.
36024         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
36025         (ispell-highlight-face): Set default face to `isearch' when
36026         lazy highlighting is enabled.
36027         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
36028         priority to 1.  Add lazy highlighting.
36029         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
36030         from `isearch-dehighlight'.
36032 2005-03-18  David Ponce  <david@dponce.com>
36034         * files.el (hack-local-variables): Do a case-insensitive search
36035         for End.
36037 2005-03-18  Juri Linkov  <juri@jurta.org>
36039         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
36040         `isearch-lazy-highlight-cleanup', add alias to old name and
36041         declare obsolete.  Add release numbers to other obsolete vars.
36042         (isearch-done, isearch-lazy-highlight-new-loop):
36043         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
36044         (lazy-highlight-cleanup) <variable>: Doc fix.
36045         (isearch-lazy-highlight-update): Rename obsolete
36046         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
36048 2005-03-18  Kenichi Handa  <handa@m17n.org>
36050         * language/thai-util.el: Fix categorization of Thai characters in
36051         thai-category-table.
36052         (thai-composition-pattern): Adjust it for the above change.
36053         (thai-self-insert-command, thai-compose-syllable): New functions.
36054         (thai-compose-region): Use thai-compose-syllable.
36055         (thai-compose-string): Likewise.
36056         (thai-composition-function): Likewise.
36057         (thai-auto-composition): New function.
36058         (thai-auto-composition-mode): New minor mode.
36060         * language/thai.el: Fix patterns to be registered in
36061         composition-function-table.
36063         * international/quail.el (quail-input-method): Locally bind
36064         inhibit-modification-hooks to t.
36066 2005-03-17  Richard M. Stallman  <rms@gnu.org>
36068         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
36069         (perl-mode): Use run-mode-hooks.
36071         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
36072         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
36073         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
36075         * mail/sendmail.el (sendmail-send-it): Reenable the code
36076         to compute resend-to-address and use it.
36078         * tar-mode.el (tar-mode): Turn off undo unconditionally.
36080         * image-mode.el: New file.
36082         * image.el (insert-sliced-image): Add autoload cookie.
36084         * font-lock.el (font-lock-lines-before): New user option.
36085         (font-lock-after-change-function): Obey it.
36087         * bindings.el (esc-map): Make M-g a prefix.
36088         Bind M-g g and M-g M-g to goto-line.
36090         * faces.el (face-id): Doc fix.
36092 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
36094         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
36095         (rmail-show-message): Use rmail-unknown-mail-followup-to.
36096         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
36098         * mail/sendmail.el (mail-yank-ignored-headers)
36099         (mail-font-lock-keywords, mail-mode-fill-paragraph):
36100         Add Mail-Followup-To and Mail-Reply-To headers.
36101         (mail-citation-hook): Add autoload cookie.
36102         (mail-mode): Doc fix.
36103         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
36104         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
36105         (mail-mode-fill-paragraph): Handle those headers.
36106         (mail-mailing-lists): New variable.
36107         (mail-mail-reply-to, mail-mail-followup-to): New functions.
36109 2005-03-17  Juri Linkov  <juri@jurta.org>
36111         * isearch.el (isearch-fallback): Check for `(car previous)'
36112         before calling `isearch-other-end-state'.
36114 2005-03-17  Kim F. Storm  <storm@cua.dk>
36116         * simple.el (move-beginning-of-line): Move to beginning of buffer
36117         line, as well as beginning of screen line.
36119 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
36121         * calendar/diary-lib.el (mark-diary-entries): Use new optional
36122         argument REDRAW rather than calendar-redrawing variable.
36123         * calendar/calendar.el (calendar-redrawing): Delete.
36124         (redraw-calendar): Do not bind calendar-redrawing.
36126 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
36128         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
36129         diary-file buffer.
36131 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
36133         * help.el (describe-mode): Allow a :minor-mode-function property to
36134         specify a different minor mode toggle function than the variable.
36135         * simple.el (auto-fill-function):
36136         * subr.el (add-minor-mode): Use it.
36138 2005-03-16  Kenichi Handa  <handa@m17n.org>
36140         * language/ethio-util.el (sera-being-called-by-w3): New variable.
36141         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
36142         (ethio-fidel-to-sera-buffer): Likewise.
36144 2005-03-16  Juri Linkov  <juri@jurta.org>
36146         * emacs-lisp/find-func.el (find-function-regexp):
36147         Add defun-emitting macro `menu-bar-make-toggle'.
36149         * isearch.el: Put `isearch-scroll' property to
36150         `split-window-horizontally'.
36152         * info.el: Update error messages for `debug-ignored-errors'.
36153         (Info-isearch-search): Doc fix.
36154         (Info-find-node): Move up code to go into info buffer before
36155         recording the node to the history.
36156         (Info-fontify-node): Fontify titles only if the next line
36157         has two or more `*', `=', `-', `.'.
36158         Display "go to this node" for empty (match-string 3).
36160 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
36162         * term/mac-win.el: Add mouse pointer shape constants.
36164 2005-03-15  Kim F. Storm  <storm@cua.dk>
36166         * simple.el (move-beginning-of-line): Use vertical-motion.
36168 2005-03-15  Juri Linkov  <juri@jurta.org>
36170         * isearch.el (isearch-error): New variable.
36171         (isearch-invalid-regexp, isearch-within-brackets): Remove.
36172         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
36173         (isearch-within-brackets-state): Remove.
36174         (isearch-case-fold-search-state, isearch-pop-fun-state):
36175         Decrease frame index.
36176         (isearch-mode, isearch-top-state, isearch-push-state)
36177         (isearch-edit-string, isearch-abort, isearch-search-and-update)
36178         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
36179         (isearch-search, isearch-lazy-highlight-new-loop):
36180         Replace `isearch-invalid-regexp' with `isearch-error'.
36181         Remove `isearch-within-brackets'.
36182         (isearch-search): Add `search-failed' handler to `condition-case'.
36183         (isearch-lazy-highlight-search): Add `condition-case' to catch
36184         errors and allow `isearch-lazy-highlight-update' to try
36185         highlighting from the beginning of the window.
36186         (isearch-repeat): Move up code to set isearch-wrapped to t
36187         before calling isearch-wrap-function.
36189         * info.el (Info-isearch-initial-node): New internal variable.
36190         (Info-search): Signal an error in isearch mode when search leaves
36191         the initial node.  Signal an error when `bound' is non-nil and
36192         nothing was found in the current subfile.
36193         (Info-isearch-search): Remove `condition-case'.
36194         (Info-isearch-wrap): Don't wrap when search failed during leaving
36195         the initial node.  If `Info-isearch-search' is nil, wrap around
36196         the current node.
36197         (Info-isearch-start): New fun.
36198         (Info-mode): Add buffer-local hook `Info-isearch-start' to
36199         `isearch-mode-hook'.
36201 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
36203         * simple.el (normal-erase-is-backspace): Set default to t if
36204         running on Mac.
36206         * term/mac-win.el (function-key-map): Sync with x-win.el.
36208 2005-03-15  Kenichi Handa  <handa@m17n.org>
36210         * international/mule-cmds.el (locale-language-names): Modify the
36211         format of elements and add more entries.
36212         (locale-preferred-coding-systems): Add more entries.
36213         (set-locale-environment): Adjust for the change of
36214         locale-language-names.
36216 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
36218         * pcvs.el (smerge-ediff): Remove bogus autoload.
36220 2005-03-14  Lute Kamstra  <lute@gnu.org>
36222         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
36223         Ignore a `*' at the beginning of a line.
36225         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
36226         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
36227         subr.el.
36228         (dont-compile, eval-when-compile, eval-and-compile): Use declare
36229         to specify indentation.
36231         * generic.el (define-generic-mode): Let generic-mode-list be a
36232         list of strings; test membership with equal.
36234 2005-03-14  Kim F. Storm  <storm@cua.dk>
36236         * simple.el (next-line, previous-line): Add optional try-vscroll
36237         arg to recognize interactive use.  Pass it on to line-move.
36238         (line-move): Don't perform auto-window-vscroll when defining or
36239         executing keyboard macro to ensure consistent behavior.
36241 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
36243         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
36245 2005-03-13  Lute Kamstra  <lute@gnu.org>
36247         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
36248         debugger-setup-buffer so that backtrace marks the frames set to
36249         debug-on-exit and we don't have to do it manually.  Set an extra
36250         debug-on-exit for macro's.
36251         (debugger-setup-buffer): Don't mark the top frame manually.
36253 2005-03-12  Lute Kamstra  <lute@gnu.org>
36255         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
36256         lisp-indent-function throughout.
36257         (with-no-warnings): Set lisp-indent-function property.
36259 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
36261         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
36262         Add entry for backslash.
36264 2005-03-12  Juri Linkov  <juri@jurta.org>
36266         * info.el (Info-search): Four fixes for backward search.
36268 2005-03-11  Jay Belanger  <belanger@truman.edu>
36270         * calc/calc.el (calc-language-alist): New variable.
36271         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
36272         (calc-embedded-find-modes): Use calc-language-alist instead of
36273         calc-embedded-language-alist.
36275 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
36277         * calendar/calendar.el (calendar-redrawing): New internal
36278         variable.
36279         (redraw-calendar): Remove bogus save-excursion from previous
36280         change.  Bind calendar-redrawing to t for mark-diary-entries.
36281         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
36282         calendar if that is why we were called.
36284 2005-03-11  Kenichi Handa  <handa@m17n.org>
36286         * international/mule.el (make-coding-system): Set property
36287         coding-system-define-form to nil.
36288         (define-coding-system-alias): Likewise.
36290 2005-03-11  Kenichi Handa  <handa@m17n.org>
36292         These changes are suggested by Dave Love <fx@gnu.org>.
36294         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
36295         coding: tag.
36296         (adaptive-fill-regexp): Add more bullets.
36297         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
36298         regexps.
36300 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
36302         * help.el (describe-mode): Properly handle non-trivial lighters.
36303         Don't ignore minor modes that are not listed in minor-mode-list.
36305         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
36306         feature ON when the user requests to turn it OFF.
36308 2005-03-10  Lute Kamstra  <lute@gnu.org>
36310         * emacs-lisp/debug.el (debug-entry-code): Delete it.
36311         (implement-debug-on-entry): New function to replace debug-entry-code.
36312         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
36313         second argument as the 2005-03-07 change makes it obsolete.
36314         (debug-on-entry, cancel-debug-on-entry): Update call to
36315         debug-on-entry-1.
36316         (debug, debugger-setup-buffer): Comment update.
36317         (debugger-frame-number): Update to work with implement-debug-on-entry.
36319 2005-03-10  Jay Belanger  <belanger@truman.edu>
36321         * calc/calc-embed.el (math-ms-args): Declare it.
36322         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
36323         math-ms-args.
36324         (calc-embedded-subst): Use math-multi-subst-rec to substitute
36325         variables.
36327 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
36329         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
36330         Use message-box.
36332         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
36333         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
36334         (tooltip-gud-tips): Simplify.
36335         (tooltip-gud-tips-p): Remove superfluous :set.
36336         (tooltip-gud-modes): Add fortran-mode.
36337         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
36339         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
36341 2005-03-09  Kim F. Storm  <storm@cua.dk>
36343         * play/animate.el (animate-place-char): Use forward-line instead
36344         of next-line to improve performance.
36346 2005-03-09  Simon Josefsson  <jas@extundo.com>
36348         * net/browse-url.el (browse-url-default-browser): Doc fix.
36350 2005-03-09  Miles Bader  <miles@gnu.org>
36352         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
36353         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
36355 2005-03-09  Kenichi Handa  <handa@m17n.org>
36357         * international/latin-1.el: Set case and syntax for 255 only if
36358         set-case-syntax-set-multibyte is nil.
36360         * textmodes/ispell.el (ispell-insert-word): New function.
36361         (ispell-word): Use ispell-insert-word to insert a new word.
36362         (ispell-process-line): Likewise.
36363         (ispell-complete-word): Likewise.
36365 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
36367         * calendar/calendar.el (redraw-calendar): Preserve point.
36368         Reported by Matt Hodges <MPHodges@member.fsf.org>.
36369         (calendar-week-start-day): Move after definition of
36370         redraw-calendar.  Delete buffer test, since redraw-calendar has
36371         that now.
36373         * calendar/diary-lib.el (mark-diary-entries): Only call
36374         redraw-calendar in the first of any recursive calls.
36375         Reported by Alan Shutko <ats@acm.org>.
36377 2005-03-08  Juri Linkov  <juri@jurta.org>
36379         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
36380         (html-horizontal-rule, html-line, html-image, html-checkboxes)
36381         (html-radio-buttons): Add a space before the trailing `/>' where
36382         sgml-xml-mode is non-nil.
36383         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
36384         the subsequent tag of the empty XML tag.
36385         (html-href-anchor): Don't set initial input to "http:".
36386         (html-image): Ask for the image URL and set point inside alt="".
36387         (html-name-anchor): Duplicate the name in the `id' attribute when
36388         sgml-xml-mode is non-nil.
36389         (html-paragraph): Remove \n before <p>.
36390         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
36391         instead of `checked' when sgml-xml-mode is non-nil.
36393         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
36394         Remove 1 space before #RRGGBB to not truncate it on terminal
36395         windows w/o fringes.  Remove 1 space between bg and fg examples
36396         to get more space.
36397         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
36398         avoid byte-compile warnings.
36400         * image-file.el (image-file-handler): Put `safe-magic' property to
36401         `image-file-handler'.
36403         * info.el (Info-isearch-search): Emulate word search in
36404         isearching through multiple Info nodes with Info-search.
36405         (Info-isearch-wrap): Allow isearch-word.
36407 2005-03-08  Lute Kamstra  <lute@gnu.org>
36409         * emacs-lisp/debug.el (debugger-step-through): Make sure that
36410         stepping into the debugger's code is not possible.
36411         (debugger-jumping-flag): Docstring update.
36413 2005-03-08  Jay Belanger  <belanger@truman.edu>
36415         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
36416         embedded mode begins.
36417         (calc-embedded-language-alist): New variable.
36418         (calc-embedded-find-modes): Use calc-embedded-language-alist to
36419         set default language mode.
36421 2005-03-08  Kenichi Handa  <handa@m17n.org>
36423         * international/ccl.el (define-ccl-program): Fix docstring about
36424         extra 256 bytes assured for the output buffer.
36426         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
36427         Fix BUFFER_MAGNIFICATION to 2.
36428         (ccl-encode-mule-utf-16be-with-signature): Likewise.
36430 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
36432         * align.el (align-rules-list): Added an alignment rule for CSS
36433         declarations (applies to css-mode and html-mode buffers).
36435 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
36437         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
36439 2005-03-07  Kim F. Storm  <storm@cua.dk>
36441         * simple.el (move-beginning-of-line): New command.
36443         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
36445         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
36447         * emulation/cua-base.el: Put CUA move property on move-end-of-line
36448         and move-beginning-of-line.
36450         * apropos.el (apropos-print): Omit command from M-x ... RET.
36452 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
36454         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
36455         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
36457 2005-03-06  Richard M. Stallman  <rms@gnu.org>
36459         * bindings.el (esc-map): Bind M-g to goto-line.
36461         * facemenu.el (global-map): Bind M-o, not M-g.
36463 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
36465         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
36466         "Open Directory" as for "Open File".
36468 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
36470         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
36471         (push-mark-command): Run activate-mark-hook.
36473 2005-03-06  Richard M. Stallman  <rms@gnu.org>
36475         * help-mode.el (help-mode-finish): Don't alter the element
36476         in view-return-to-alist if there already is one.
36478         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
36479         make sure the current buffer is the expected one.
36481         * novice.el (disabled-command-function): Output in *Disabled Command*.
36482         Explicitly ignore non-keyboard events, and explicitly handle C-g.
36484         * textmodes/flyspell.el (flyspell-large-region):
36485         Pass args differently for aspell.
36487         * files.el (mode-require-final-newline): Doc fix.
36489 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
36491         * progmodes/which-func.el (which-function):
36492         Specify NOERROR when calling imenu--make-index-alist.
36494 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
36496         * simple.el (normal-erase-is-backspace): Define default value.
36498         * custom.el (custom-theme-set-variables): Remove unused var
36499         `immediate'.
36500         (custom-reevaluate-setting): Simple function to handle variables
36501         that are defined before their default value can really be
36502         computed.
36504         * startup.el (command-line): Use it for temporary-file-directory,
36505         small-emporary-file-directory, auto-save-file-name-transforms,
36506         blink-cursor-mode, and normal-erase-is-backspace.
36508         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
36509         progress, even with buggy anchored keywords.
36511 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
36513         * simple.el (goto-line): Remove unbalanced final parenthesis.
36515 2005-03-05  Richard M. Stallman  <rms@gnu.org>
36517         * simple.el (goto-line): Use a number at point as the default.
36518         With C-u as arg, switch buffers.
36520 2005-03-05  Juri Linkov  <juri@jurta.org>
36522         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
36523         with `no-blinking-cursor'.
36525         * startup.el (no-blinking-cursor): New defvar.
36526         (command-line): Add `--no-blinking-cursor' to longopts.
36527         Set `no-blinking-cursor' to t for command line arguments
36528         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
36529         with `no-blinking-cursor' in the condition for calling
36530         `blink-cursor-mode'.
36532 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
36534         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
36535         (menu-bar-options-save): Add blink-cursor-mode.
36536         (menu-bar-options-menu): Add blink-cursor-mode.
36538 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
36540         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
36541         (icalendar-export-file, icalendar-export-region)
36542         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
36543         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
36545 2005-03-04  Lute Kamstra  <lute@gnu.org>
36547         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
36548         (debug-function-list): Ditto.
36550 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
36552         * textmodes/texinfmt.el (texinfo-append-refill):
36553         Redefine the types of line to which @refill
36554         is not appended by replacing a search for `@refill\\|@bye' with
36555         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
36556         itemize@refill' bug and the unfilled long lines bug.
36557         (texinfmt-version): Update number and date.
36559 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
36561         * international/code-pages.el (windows-1250, windows-125[2-8])
36562         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
36564 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
36566         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
36567         bound yet.
36569 2005-03-02  Romain Francoise  <romain@orebokech.com>
36571         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
36572         buffer after removing limits.
36573         (ibuffer-pop-filter): Ditto.
36574         Update copyright.
36576 2005-03-02  Miles Bader  <miles@gnu.org>
36578         * button.el (make-text-button): If the user doesn't specify a
36579         type, use the default.  Rewrite to use `add-text-properties' and
36580         plist functions.
36582 2005-03-01  Lute Kamstra  <lute@gnu.org>
36584         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
36585         (debugger-jumping-flag): New var.
36586         (debug-entry-code): Use it.
36587         (debugger-jump): Use debugger-jumping-flag and add
36588         debugger-reenable to post-command-hook.
36589         (debugger-reenable): Use debugger-jumping-flag and remove itself
36590         from post-command-hook.
36591         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
36592         debugger-reenable.
36594 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
36596         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
36597         inclusion of "itemize\\|", which may be unnecessary, is certainly
36598         inelegant, and stops refilling in itemize lists when formatting
36599         Japanese Texinfo files to Info.
36600         Update copyright to 2005.
36602 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
36604         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
36605         of an error if GDB can't find the source file.
36607 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
36609         * calendar/calendar.el (redraw-calendar): Work from any buffer,
36610         not just the calendar.
36612         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
36613         first.
36614         (diary-redraw-calendar): New function.
36615         (make-diary-entry): Add diary-redraw-calendar to local
36616         write-contents-functions.  Turn off selective display before
36617         inserting in diary.
36619 2005-03-01  Kim F. Storm  <storm@cua.dk>
36621         * emacs-lisp/copyright.el (copyright-fix-years): New command.
36623 2005-03-01  Lute Kamstra  <lute@gnu.org>
36625         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
36626         that debug-entry-code can be safely removed from a function while
36627         this code is being evaluated.  Revert the 2005-02-27 change as the
36628         new implementation no longer requires it.  Make sure that a
36629         function body containing just a string is not mistaken for a docstring.
36630         (debug): Skip one more frame in case of debug on entry.
36631         (debugger-setup-buffer): Delete one more frame line in case of
36632         debug on entry.
36633         (debugger-frame-number): Update to use the new text introduced by
36634         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
36636 2005-02-28  Kim F. Storm  <storm@cua.dk>
36638         * double.el (double-translate-key): Call force-window-update after
36639         read-event to avoid crash in redisplay.
36641 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
36643         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
36644         (debug): Use it.  Move the inhibit-trace earlier.
36645         (debug-entry-code): New const.
36646         (debug-on-entry-1): Use it.
36648 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
36650         * international/utf-16.el (ccl-encode-mule-utf-16le):
36651         Fix BUFFER_MAGNIFICATION to 2.
36652         (ccl-encode-mule-utf-16be): Likewise.
36654 2005-02-28  Kenichi Handa  <handa@m17n.org>
36656         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
36657         Fix BUFFER_MAGNIFICATION to 4.
36658         (ccl-encode-mule-utf-16be-with-signature): Likewise.
36660 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
36662         * speedbar.el (speedbar-update-flag): Doc fix.
36663         (speedbar-show-info-under-mouse): Give set-mouse-position the right
36664         argument.
36666 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
36668         * reveal.el (reveal-post-command): Don't try to reveal overlays which
36669         have a non-nil `invisible' property but are actually visible.
36671         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
36672         for perldoc sections.
36673         (perl-outline-regexp, perl-outline-level): New var and function.
36674         (perl-mode): Use them.
36676 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
36678         * calendar/diary-lib.el (diary-remind): Discard any mark portion
36679         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
36681 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
36683         * cus-edit.el: Comment change.
36684         (custom-buffer-create-internal): Slightly reword text at top of
36685         Custom buffers.  Mention there that saving an option edits the
36686         init file.  Add link to Emacs manual node on `custom-file'.
36687         (custom-magic-alist): Rewrite individual State messages to use
36688         capitalized keywords.  Doc fix.
36690 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
36692         * calendar/calendar.el (calendar-buffer): Move above
36693         calendar-week-start-day.
36694         (calendar-week-start-day): Doc fix.  Add :set function.
36695         (calendar-minimum-window-height): New variable.
36696         (generate-calendar-window): Only resize window if selected-window
36697         is displaying the calendar buffer.  Use new variable
36698         calendar-minimum-window-height.
36699         (generate-calendar): Reword error message.
36700         (calendar-mode-map): Bind DEL to scroll-other-window-down.
36702 2005-02-27  Andreas Schwab  <schwab@suse.de>
36704         * vc.el (vc-do-command): Don't run command asynchronously when
36705         operating in a remote directory.
36707         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
36708         change from sync with Tramp 2.0.47.
36710 2005-02-27  Richard M. Stallman  <rms@gnu.org>
36712         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
36714         * textmodes/flyspell.el (flyspell-mode-on):
36715         Call ispell-change-dictionary only if necessary.
36717         * emacs-lisp/re-builder.el (regexp-builder): New function.
36719         * register.el (describe-register-1): Explicitly handle
36720         yank-excluded-properties = t.
36722         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
36723         (custom-magic-alist): Change the status descriptions again.
36724         (face widget-type): Total rewrite based on `restricted-sexp'
36725         to eliminate the confusing double hiding levels.
36727         * emacs-lisp/debug.el (debug-on-entry-1):
36728         If function body is empty, add nil as body form.
36730 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
36732         * emacs-lisp/trace.el (inhibit-trace): New var.
36733         (trace-make-advice): Use it.
36735         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
36737 2005-02-26  Kim F. Storm  <storm@cua.dk>
36739         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
36740         (mouse-on-link-p, mouse-drag-region-1): Use it.
36742 2005-02-25  Lute Kamstra  <lute@gnu.org>
36744         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
36746 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
36748         * frame.el (blink-cursor-mode): Add :group keyword.
36750 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
36752         * calendar/icalendar.el (icalendar--decode-isodatetime):
36753         New optional argument DAY-SHIFT.
36754         (icalendar-export-region): Fix coding-system-for-write.
36755         (icalendar--convert-ical-to-diary): Shift end-day of all-day
36756         events by one.
36758 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
36760         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
36762 2005-02-24  Kim F. Storm  <storm@cua.dk>
36764         * international/iso-acc.el (iso-accents-compose): Fix crash
36765         during redisplay.  Call force-window-update after read-event
36766         and delete-region to signal that window is not accurate.
36768 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
36770         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
36771         Remove unused and inexistent var `inhibit-trace'.
36772         (debugger-mode): Use run-mode-hooks.
36773         (debugger-list-functions): Add buttons; setup xref stack.
36775 2005-02-23  Richard M. Stallman  <rms@gnu.org>
36777         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
36778         appointment says it was explicitly made.
36779         (appt-add): Set the 3rd element.
36780         (appt-make-list): Preserve explicit appointments.
36782         * subr.el (find-tag-default): Catch errors in forward-sexp.
36784 2005-02-23  Juri Linkov  <juri@jurta.org>
36786         * info.el (Info-isearch-search): New defcustom.
36787         (Info-isearch-search): Call the default isearch function
36788         when Info-isearch-search is nil.
36789         (Info-isearch-wrap): Use variable Info-isearch-search.
36791 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
36793         * cus-edit.el: Comment change.
36795 2005-02-22  Kim F. Storm  <storm@cua.dk>
36797         * progmodes/hideif.el (hide-ifdef-use-define-alist):
36798         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
36800 2005-02-22  Simon Josefsson  <jas@extundo.com>
36802         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
36803         New variable.
36804         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
36805         Oskarsson" <myrkraverk@users.sourceforget.net>.
36807 2005-02-22  Kim F. Storm  <storm@cua.dk>
36809         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
36810         check that window of that event is the selected window.
36811         (mouse-drag-region-1): Compare mouse event window to selected
36812         window before setting point.
36814         * tooltip.el (tooltip-show-help-function): Pass event to
36815         mouse-on-link-p so it can check selected window.
36817 2005-02-22  Kenichi Handa  <handa@m17n.org>
36819         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
36820         (ps-mule-show-warning): New function.
36821         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
36822         characters are found.
36824         * ps-print.el (ps-header-footer-string): Return a list of header
36825         and footer strings.
36827 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
36829         * pcvs.el (cvs-retrieve-revision): Fix thinko.
36831 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
36833         * frame.el (blink-cursor-mode): Use define-minor-mode.
36835         * term/mac-win.el (function-key-map): Use char-names more consistently.
36836         (file-name-coding-system): Only set it for MacOS-9.  The other case is
36837         already handled in mule-cmds.el (where it also works when mac-win.el
36838         is not used).
36840 2005-02-21  Kenichi Handa  <handa@m17n.org>
36842         * international/mule.el (ctext-pre-write-conversion): Always use
36843         " *code-converting-work*" buffer for work.
36845         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
36847 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
36849         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
36851 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
36853         * ses.el (undo-more): Restore defadvice, but only the part that
36854         allows changes outside the restricted area of the buffer.
36856 2005-02-20  Kim F. Storm  <storm@cua.dk>
36858         * simple.el (line-move): Add fourth optional arg try-vscroll which
36859         must be set to perform auto-window-vscroll.
36860         When moving backwards and doing auto-window-vscroll, automatically
36861         vscroll to the last part of lines which are taller than the window.
36862         (next-line, previous-line): Set try-vscroll arg on line-move.
36864 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
36866         * replace.el (query-replace, query-replace-regexp)
36867         (replace-string, replace-regexp): When operating on region, make
36868         the minibuffer prompt say so.
36870         * isearch.el (isearch-forward): Document isearch-query-replace and
36871         isearch-query-replace-regexp keybindings.
36873 2005-02-19  Jay Belanger  <belanger@truman.edu>
36875         * calc/calc-aent.el (math-read-token): Add local variable.
36877         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
36878         (calc-edit-top): Move declaration to earlier in file.
36879         (calc-edit-macro-repeats): Add local variables.
36881         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
36882         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
36883         calcFunc-tanh.
36884         Adjust integration rule for calcFunc-tan.
36886 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
36888         * emulation/viper-cmd.el (viper-prefix-commands): Make into a defconst.
36889         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
36890         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
36891         (viper-skip-separators): Bug fix.
36892         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
36893         particular major mode.
36894         (viper-del-backward-char-in-replace): Don't put deleted char on the
36895         kill ring.
36897         * emulation/viper-ex.el (viper-color-display-p): New function.
36898         (viper-has-face-support-p): Use viper-color-display-p.
36900         * emulation/viper-keym.el (viper-gnus-modifier-map): New keymap.
36902         * emulation/viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
36904         * emulation/viper-util.el (viper-glob-unix-files):
36905         Fix shell status check.
36906         (viper-file-remote-p): Make equivalent to file-remote-p.
36908         * emulation/viper.el (viper-major-mode-modifier-list):
36909         Use viper-gnus-modifier-map.
36911 2005-02-19  David Kastrup  <dak@gnu.org>
36913         * subr.el (subregexp-context-p): Fix garbled doc string by adding
36914         quoting.
36916 2005-02-19  Jay Belanger  <belanger@truman.edu>
36918         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
36919         Remove extra definitions.
36920         (calc-coth): New function.
36921         (calcFunc-cot): Fix `let'.
36923 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
36925         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
36926         the reasons we use "type pc" in these faces.
36928         * button.el (button): Ditto.
36930 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
36932         * replace.el (query-replace-read-from): Set the value of
36933         query-replace-from-history-variable to handle the case of an empty
36934         string entered to accept the suggested default.
36936         * net/tramp.el (tramp-file-name-for-operation):
36937         Use dired-call-process instead of dired-call-process-command.
36939 2005-02-19  Jay Belanger  <belanger@truman.edu>
36941         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
36942         (math-div-non-trig): New variables.
36943         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
36944         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
36945         (math-combine-prod, math-div-symb-fancy): Add simplifications for
36946         trig expressions.
36948 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
36950         * progmodes/gdb-ui.el (gdb-var-update-handler)
36951         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
36952         for watch expressions,
36953         (gdb-var-create-handler): Don't set speedbar-update-flag.
36954         (gdb-post-prompt): Simplify test for speedbar.
36956 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
36958         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
36959         (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
36960         we use the syntax table of the correct buffer.
36961         (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
36962         Felix Gatzemeier.
36964         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
36965         (ediff-file-remote-p): Make synonymous with file-remote-p.
36966         In all deffaces ediff-*-face-*, use min-colors.
36968         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
36969         ediff-recurse-to-subdirectories.
36970         (ediff-mark-if-equal): Check that the arguments are strings, use
36971         ediff-same-contents (after to Felix Gatzemeier).
36973         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
36974         nil.
36976 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
36978         * log-view.el (log-view-message-re): Fix up Subversion regexp.
36980 2005-02-18  David Kastrup  <dak@gnu.org>
36982         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
36983         use `mark-active' when defined.
36985 2005-02-18  Kenichi Handa  <handa@m17n.org>
36987         * ps-print.el (ps-font-info-database): New entry
36988         ZapfChancery-MediumItalic with correct font name.  Fix font name
36989         of the entry Zapf-Chancery-MediumItalic.
36991 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
36993         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
36995 2005-02-16  Kim F. Storm  <storm@cua.dk>
36997         * ido.el (ido-fallback-command): Pass user input to fallback command.
36999 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
37001         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
37002         (gdb-find-file-hook): Add server prefix.
37004 2005-02-16  Richard M. Stallman  <rms@gnu.org>
37006         * replace.el (perform-replace): Pass new args to replace-highlight.
37007         (replace-highlight): Take region args,
37008         and pass them to isearch-lazy-highlight-new-loop.
37010         * novice.el (disabled-command-hook): Autoload the defalias
37011         and the make-obsolete-variable call.
37013         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
37015         * isearch.el (isearch-lazy-highlight-start-limit)
37016         (isearch-lazy-highlight-end-limit): New variables limit
37017         the region for highlighting.
37018         (isearch-lazy-highlight-new-loop): New args BEG and END.
37019         (isearch-lazy-highlight-search): Use the new vars.
37020         (isearch-lazy-highlight-update): Likewise.
37022         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
37024         * cus-start.el (all): Use default-boundp.
37026 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
37028         * menu-bar.el (menu-bar-select-frame): Handle current frame.
37030 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
37032         * autorevert.el (auto-revert-stop-on-user-input)
37033         (auto-revert-verbose): Doc fixes.
37035 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
37037         * international/mule-cmds.el (set-locale-environment): Remove call
37038         to set-selection-coding-system on Windows.
37040 2005-02-15  Jay Belanger  <belanger@truman.edu>
37042         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
37043         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
37044         calcFunc-coth.
37045         (math-simplify-sqrt): Add simplifications.
37047         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
37048         to list.
37050         * calc/calc-ext.el: Add functions to autoloads.
37052         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
37053         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
37054         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
37055         (math-csc-raw, math-cot-raw): New functions.
37057         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
37059         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
37060         the variable name in a message.
37062         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
37063         calcFunc-csc, calcFunc-cot.
37065         * calc/calcalg2.el: Add derivative and integration rules for
37066         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
37067         calcFunc-csch, calcFunc-coth.
37068         (math-do-integral-methods): Add to checks for when to use
37069         substitutions.
37071         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
37073 2005-02-15  Lute Kamstra  <lute@gnu.org>
37075         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
37076         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
37077         <monnier@iro.umontreal.ca>.
37078         (lisp-outline-level): Improve efficiency.  Suggested by David
37079         Kastrup <dak@gnu.org>.
37081 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
37083         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
37084         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
37085         (gdb-set-gud-minor-mode-existing-buffers): New functions.
37086         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
37087         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
37089 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
37091         * cus-start.el (all): Comment change.
37093 2005-02-14  Lute Kamstra  <lute@gnu.org>
37095         * cus-start.el (all): Check if symbol is void.
37097 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
37099         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
37100         optional argument to \cite.
37102 2005-02-14  Richard M. Stallman  <rms@gnu.org>
37104         * cus-edit.el (custom-buffer-create-internal): Update help message.
37105         (custom-magic-alist): Update help messages.
37107         * cus-start.el (all): Allow a var to specify a standard value.
37109 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
37111         * custom.el (custom-theme-set-variables): Handle variable aliases.
37113         * frame.el (blink-cursor-timer): Doc fix.
37114         (blink-cursor): Make it an alias for `blink-cursor-mode' and
37115         declare obsolete.
37116         (blink-cursor-mode): Define with defcustom and use correct
37117         standard expression in that defcustom.
37118         * startup.el (command-line): Adapt to above changes in frame.el.
37120 2005-02-11  Lute Kamstra  <lute@gnu.org>
37122         * apropos.el (apropos-score-doc): Prevent division by zero.
37124 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
37126         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
37127         (icalendar--get-event-property-attributes)
37128         (icalendar--get-event-properties)
37129         (icalendar--datetime-to-diary-date): New functions.
37130         (icalendar--split-value): Doc fix.
37131         (icalendar--datetime-to-noneuropean-date)
37132         (icalendar--datetime-to-european-date): New optional argument
37133         SEPARATOR.  Return result as a string instead of a list.
37134         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
37135         (icalendar--convert-string-for-export): Rename arg S to STRING.
37136         (icalendar-export-region): Doc fix.  Change name of error buffer.
37137         Save output buffer.
37138         (icalendar-import-file): Add blank at end of prompt.
37139         (icalendar-import-buffer): Doc fix.  Do not switch to error
37140         buffer.  Indicate status in return value.
37141         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
37142         buffer.  Save output buffer.  Handle exception from recurrence
37143         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
37144         events.  Fix problems with weekly all-day events.
37146 2005-02-10  Richard M. Stallman  <rms@gnu.org>
37148         * simple.el (eval-expression-print-format):
37149         Avoid warning about edebug-active.
37151         * help.el (help-for-help-internal): Rename from help-for-help.
37152         (help-for-help): Define with defalias.
37154         * font-core.el (font-lock-default-function): Use with-no-warnings.
37156         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
37158         * custom.el (defface): Doc fix.
37160 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
37162         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
37163         width 0" to prevent word wrapping problems.
37165 2005-02-09  Kim F. Storm  <storm@cua.dk>
37167         * ido.el (ido-file-extensions-order): New defcustom.
37168         (ido-file-extension-lessp, ido-file-extension-aux)
37169         (ido-file-extension-order): New advanced file ordering.
37170         (ido-file-lessp): New simple file ordering.
37171         (ido-sort-list): Remove.
37172         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
37173         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
37175 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
37177         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
37178         that some versions of grep produce.
37179         (grep-mode-font-lock-keywords): Likewise.
37181 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
37183         * progmodes/gdb-ui.el (gdb-location-list): New variable.
37184         (gdb-cdir): Delete.
37185         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
37186         (gdb-source-info): Treat case when source file is in another
37187         directory properly.
37188         (gdb-get-location): New function.
37190 2005-02-07  Jay Belanger  <belanger@truman.edu>
37192         * calc/calc-prog.el (calc-write-parse-table-part)
37193         (calc-fix-token-name): Fix a check for language type.
37195         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
37197 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
37199         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
37200         as directory not writable.
37202 2005-02-07  Kim F. Storm  <storm@cua.dk>
37204         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
37205         (cua--standard-movement-commands): Remove list.
37206         Instead, set CUA property value to move for movement commands.
37207         (cua-movement-commands): Remove.  Users must set CUA prop instead.
37208         (cua--pre-command-handler): Check CUA property.
37209         (cua--init-keymaps): Don't remap undo commands.
37210         (cua-mode): Don't call cua--rectangle-on-off.
37212         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
37213         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
37214         (cua--rect-undo-set-point): New var.
37215         (cua--rectangle-undo-boundary): Setup undo apply entry.
37216         (cua--rect-undo-handler): New function for rectangle undo.
37217         (cua--rect-start-position, cua--rect-end-position): Add.
37218         (cua--rectangle-post-command): Call cua--rectangle-set-corners
37219         for restored rectangle.  Set point if cua--rect-undo-set-point.
37221 2005-02-06  Jay Belanger  <belanger@truman.edu>
37223         * calc/calc-lang.el (calc-tex-language): Display more information
37224         in messages.
37226         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
37227         in TeX mode.
37229 2005-02-06  Richard M. Stallman  <rms@gnu.org>
37231         * emacs-lisp/lisp.el (buffer-end): Doc fix.
37233 2005-02-05  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
37235         * net/ldap.el (ldap-search-internal): Support attributes with
37236         optional descriptions separated by a semi-colon, as in
37237         "userCertificate;binary".
37239 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
37241         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
37242         isn't a cons (i.e. the version is 0).
37244 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
37246         * help.el (help-for-help): Doc fix.
37248 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
37250         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
37251         GDB-Windows on the menu-bar as this works better.
37253 2005-02-04  Jay Belanger  <belanger@truman.edu>
37255         * calc/calc-embed.el (calc-embedded-update): Don't put in
37256         unnecessary newlines.  Adjust the end of formula marker.
37258         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
37259         (math-latex-parse-two-args): New function.
37261 2005-02-03  Lute Kamstra  <lute@gnu.org>
37263         * help-fns.el (help-with-tutorial): Make sure that users cannot
37264         remove the entire text of the tutorial by means of `undo'.
37266 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
37268         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
37269         in recent changes, where the ispell process was repeatedly
37270         killed & restarted.
37272         * international/mule-cmds.el (set-locale-environment): Set file-name
37273         coding system to utf-8 on Darwin systems.
37274         (set-default-coding-systems): Don't set default-file-name-coding-system
37275         on Darwin systems.
37277 2005-02-03  Richard M. Stallman  <rms@gnu.org>
37279         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
37281 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
37283         * faces.el (list-faces-display): Add optional argument.
37285 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
37287         * font-core.el (font-lock-default-function): Handle the rare case where
37288         only font-lock-keywords is set.
37290 2005-02-02  Kenichi Handa  <handa@m17n.org>
37292         * international/characters.el: Cancel previous change for
37293         I-WITH-DOT-ABOVE and DOTLESS-i.
37295         * international/latin-5.el: Cancel previous change.
37297 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
37299         * progmodes/gud.el: Correction to syntax in gud-menu-map.
37301 2005-02-02  Kenichi Handa  <handa@m17n.org>
37303         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
37304         DOTLESS-i.
37306         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
37307         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
37309         * case-table.el (get-upcase-table): New function.
37310         (copy-case-table): Copy upcaes table too if non-nil.
37311         (set-case-syntax-delims): Maintain upcase table too.
37312         (set-case-syntax-pair): Likewise.
37313         (set-upcase-syntax, set-downcase-syntax): New functions.
37314         (set-case-syntax): Maintain upcase table too.
37316 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
37318         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
37320         * progmodes/gud.el (gud-goto-info): New function.
37321         (gud-tool-bar-map): Use correct icon.
37323 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
37325         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
37326         When delegating, order args in the funcall correctly.
37328 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
37330         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
37332 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
37334         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
37335         buffer not visiting a file.
37337 2005-01-31  Jay Belanger  <belanger@truman.edu>
37339         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
37340         bound on the line with the formula.
37342 2005-01-31  Kim F. Storm  <storm@cua.dk>
37344         * ses.el (ses-create-cell-variable-range)
37345         (ses-destroy-cell-variable-range, ses-reset-header-string)
37346         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
37347         (ses-insert-row): Fix format of apply undo entries.
37349 2005-01-31  Jay Belanger  <belanger@truman.edu>
37351         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
37352         parts.
37354         * calc/calc-embed.el (calc-embedded-open-formula)
37355         (calc-embedded-close-formula): Ignore matrix environments.
37357         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
37358         TeX mode.
37360         * calc/calc-lang.el (math-function-table, math-oper-table)
37361         (math-variable-table): Adjust the LaTeX portions.
37363         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
37364         (math-latex-ignore-words): New constant.
37366 2005-01-31  Richard M. Stallman  <rms@gnu.org>
37368         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
37369         (ispell-local-dictionary): Doc fix.
37370         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
37371         Don't reinitialize at run time.  Don't defcustom.
37372         All uses changed to append ispell-local-dictionary-alist,
37373         or check it first.
37374         (ispell-current-dictionary): New variable for dictionary in use.
37375         (ispell-dictionary): Now used only for global default.
37376         (ispell-start-process): Set ispell-current-dictionary,
37377         not ispell-dictionary.
37378         (ispell-change-dictionary): Use this only for setting
37379         user preferences.
37380         (ispell-internal-change-dictionary): New function
37381         to change the current dictionary in use.
37382         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
37383         Use ispell-current-dictionary.
37384         Handle ispell-local-dictionary-overridden.
37385         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
37387 2005-01-31  Jay Belanger  <belanger@truman.edu>
37389         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
37391         * calc/calc-ext.el: Add calc-latex-language to autoloads.
37392         (calc-mode-map): Add calc-latex-language.
37394         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
37395         (math-latex-print-frac): New functions.
37396         (math-oper-table, math-function-table, math-variable-table)
37397         (math-complex-format, math-input-filter): Add latex properties.
37398         (calc-set-language): Set math-expr-special-function-mapping.
37400         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
37401         (calc-write-parse-table-part): Add LaTeX support.
37403         * calc/calc.el (calc-language): Adjust docstring.
37404         (calc-set-mode-line): Add LaTeX support.
37405         (math-expr-special-function-mapping): New variable.
37406         (math-tex-ignore-words): Add to list.
37408         * calc/calccomp.el (math-compose-expr, math-compose-rows):
37409         Add LaTeX support.
37410         (math-compose-expr): Add support for special functions.
37412         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
37414 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
37416         * progmodes/gdb-ui.el (gdb-memory-address)
37417         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
37418         (gdb-memory-mode-map, gdb-memory-format-keymap)
37419         (gdb-memory-format-menu, gdb-memory-unit-keymap)
37420         (gdb-memory-unit-menu): New variables for a buffer
37421         that lets the user examine program memory.
37422         (gdb-memory-set-address, gdb-memory-set-repeat-count)
37423         (gdb-memory-format-binary, gdb-memory-format-octal)
37424         (gdb-memory-format-unsigned, gdb-memory-format-signed)
37425         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
37426         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
37427         (gdb-memory-unit-word, gdb-memory-unit-halfword)
37428         (gdb-memory-unit-byte, gdb-memory-unit-menu)
37429         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
37430         (gdb-memory-mode, gdb-memory-buffer-name)
37431         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
37432         New functions for above buffer.
37434 2005-01-30  Richard M. Stallman  <rms@gnu.org>
37436         * cus-edit.el (custom-bury-buffer): Function deleted.
37437         (custom-buffer-done-function): Option deleted.
37438         (custom-buffer-done-kill): New replacement option.
37439         (Custom-buffer-done): Call quit-window.
37440         (custom-buffer-create-internal): Update for above changes.
37442 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
37444         * simple.el (undo-ask-before-discard): New var.
37445         (undo-outer-limit-truncate): Implement it.
37446         (undo-extra-outer-limit): Doc update.
37448 2005-01-29  Richard M. Stallman  <rms@gnu.org>
37450         * ses.el (undo-more): Delete defadvice.
37451         (ses-begin-change): Doc fix.
37453         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
37454         instead of rebinding C-x u and C-_.
37456         * files.el (normal-backup-enable-predicate): Return nil for files
37457         in /tmp, regardless of temporary-file-directory.
37459         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
37461         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
37462         (open-rectangle, delete-whitespace-rectangle-line)
37463         (clear-rectangle-line): If FILL, pass t instead of FILL
37464         for move-to-column's 2nd arg.
37466         * simple.el (undo): Fix the test for continuing a series of undos.
37467         (undo-more): Set pending-undo-list to t when we reach end.
37468         (pending-undo-list): Move up defvar.
37470         * wid-edit.el (widget-button-click):
37471         Shorten the range of the track-mouse binding.
37473         * comint.el (comint-insert-input): Undo previous changes;
37474         use last-input-event in interactive spec.
37476 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
37478         * progmodes/compile.el (compilation-start): Bind buffer-read-only
37479         to nil before invoking call-process.  Reset buffer's modified flag
37480         after fontifying it in the no-async branch.
37482         * wid-edit.el (widget-specify-button): If mouse pointer shape
37483         cannot be changed, use mouse face instead.
37485 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
37487         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
37488         (gdb-goto-breakpoint): Make breakpoint handling work on template
37489         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>.
37490         (gdb-assembler-custom): Update to recognize breakpoint information
37491         added on 2005-01-19.
37493 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
37495         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
37496         (dsssl-mode): Use define-derived-mode.
37497         (scheme-mode-initialize): Remove.
37498         (scheme-mode): Use run-mode-hooks.
37500         * cus-edit.el (customize-group-other-window)
37501         (custom-buffer-create-other-window): Don't override special-display-*.
37502         (custom-mode-map): Make it dense.
37504         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
37505         sets the default value.
37507 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
37509         * descr-text.el: Add more keywords.
37511 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
37513         * speedbar.el: Avoid unnecessary use of locate-library.
37515         * international/mule-cmds.el (standard-display-european-internal):
37516         Don't fiddle with latin-1 non-break space any more since it's now
37517         special cased in the C code.
37518         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
37520 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
37522         * cus-start.el (all): Add `undo-outer-limit'.
37524 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
37526         * textmodes/bibtex.el (bibtex-format-entry):
37527         Use `bibtex-empty-field-re' only on the text of fields, not on entire
37528         field lines.
37529         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
37530         not on part of a buffer.
37532 2005-01-25  Lute Kamstra  <lute@gnu.org>
37534         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
37535         nonempty field text strings like "{letters\\macro{}more letters}".
37536         Clarify docstring.
37537         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
37538         (bibtex-entry-offset, bibtex-parse-association)
37539         (bibtex-parse-field-name): Fix typos in docstrings.
37540         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
37542 2005-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
37543             Juri Linkov  <juri@jurta.org>
37545         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
37546         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
37547         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
37548         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
37550         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
37551         isearch minor mode.
37553 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
37555         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
37557 2005-01-24  Lute Kamstra  <lute@gnu.org>
37559         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
37560         CASECHARS and NOT-CASECHARS regular expressions of the
37561         "nederlands" and "nederlands8" dictionaries to prevent a "Range
37562         striding over charsets" error.
37564 2005-01-24  Jay Belanger  <belanger@truman.edu>
37566         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
37567         display variable name.
37569 2005-01-24  Kenichi Handa  <handa@m17n.org>
37571         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
37572         Fix setting of the element of encoded-kbd-iso2022-invocations.
37574 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
37576         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
37577         (gdb-threads-select): Change to also accept mouse events.
37578         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
37579         (gdb-threads-mouse-select): Delete.
37581 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
37583         * files.el (insert-directory): Take care of empty directory,
37584         listed without -a switch.
37586 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
37588         * textmodes/refill.el (refill-post-command-function):
37589         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
37590         to the list of functions that we should be careful not to undo.
37591         (refill-late-fill-paragraph-function): Remove.
37592         (refill-saved-state): New var.
37593         (refill-mode): Use it to save fill-paragraph-function.
37594         Save also the value of auto-fill-function.
37596         * term/w32-win.el: Simplify code.
37598 2005-01-23  Kim F. Storm  <storm@cua.dk>
37600         * simple.el (line-move): Adapt to new return value from
37601         pos-visible-in-window-p.
37603         * simple.el (line-move): Fix last change.  Check partial
37604         visibility at point rather than at window-start.
37606 2005-01-22  Jason Rumney  <jasonr@gnu.org>
37608         * term/w32-win.el (xw-defined-colors): Remove debug-message.
37610 2005-01-22  David Kastrup  <dak@gnu.org>
37612         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
37614 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
37616         * type-break.el (type-break-mode): Add a test for
37617         type-break-file-name being non-nil.
37619 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
37621         * net/eudc.el (top level): Call (message "") via progn, so that
37622         eudc-options-file is loaded.
37624 2005-01-22  Kim F. Storm  <storm@cua.dk>
37626         * simple.el (line-move-1): Rename from line-move.
37627         (line-move): New function that adjusts vscroll for partially
37628         visible rows, and calls line-move-1 otherwise.
37630 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
37632         * pcomplete.el: Define pcomplete-read-event instead of read-event,
37633         since it's not a complete read-event implementation.
37635 2005-01-20  Jay Belanger  <belanger@truman.edu>
37637         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
37638         for called function.
37640 2005-01-20  Steven Tamm  <steventamm@mac.com>
37642         * term/mac-win.el (process-connection-type): Remove.
37643         Controlled now by s/darwin.h:PTY_ITERATION.
37645 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
37647         * window.el (handle-select-window): Don't switch window when we're
37648         in the minibuffer.
37650 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
37652         * subr.el (dotimes-with-progress-reporter): New macro.
37654         * ses.el (ses-dotimes-msg): Remove macro.
37655         Use `dotimes-with-progress-reporter' instead.
37657 2005-01-19  Steven Tamm  <steventamm@mac.com>
37659         * term/mac-win.el (process-connection-type): Use new
37660         operating-system-release variable to use ptys on Darwin 7 (OS X
37661         10.3) when using carbon build.
37663 2005-01-19  Jay Belanger  <belanger@truman.edu>
37665         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
37666         flags if the last command was a tab or M-tab.
37668         * calc/calc-prog.el (calc-user-define-edit): Put original formula
37669         in formula editing buffer.
37671 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
37673         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
37674         breakpoint image symbol in margin.
37676 2005-01-19  Jay Belanger  <belanger@truman.edu>
37678         * calc/calc-prog.el (calc-execute-kbd-macro):
37679         Ignore calc-keep-arg-flag.
37681 2005-01-19  Kenichi Handa  <handa@m17n.org>
37683         * textmodes/ispell.el (ispell-looking-at): New function.
37684         (ispell-process-line): Use ispell-looking-at to compare the ispell
37685         output and the buffer contents.
37687 2005-01-18  Jay Belanger  <belanger@truman.edu>
37689         * calc/calc.el (calc-display-raw): Fix docstring.
37691 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
37693         * simple.el (blink-matching-open): Strip extra info from syntax.
37695         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
37696         funny chars in the end-of-here-doc marker.
37698 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
37700         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
37701         that enable/disabled state of breakpoints is shown correctly in
37702         fringe and on ttys.
37703         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
37704         Add breakpoint information as text properties.
37705         (gdb-mouse-toggle-breakpoint):
37706         Rename to gdb-mouse-set-clear-breakpoint.
37707         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
37708         breakpoints in the margin.
37709         (gdb-remove-strings): Simplify.
37711 2005-01-17  Jay Belanger  <belanger@truman.edu>
37713         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
37714         erasing buffer.
37716 2005-01-17  Richard M. Stallman  <rms@gnu.org>
37718         * progmodes/grep.el (grep-find): Copy from `grep' the condition
37719         for calling grep-compute-defaults.
37721         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
37722         if buffer is empty.
37724         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
37726 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
37728         * hilit-chg.el (highlight-changes-mode): Don't autoload.
37730         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
37731         non-preloaded variables.
37733 2005-01-17  Steven Tamm  <steventamm@mac.com>
37735         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
37736         tex-shell cause to force interactivity when using pipes.
37738 2005-01-17  Kim F. Storm  <storm@cua.dk>
37740         * simple.el (just-one-space): Make arg optional.
37742 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
37744         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
37745         posn-at-x-y to t to access left-margin.
37747 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
37749         Sync with Tramp 2.0.47.
37751         * net/tramp.el (tramp-operation-not-permitted-regexp): New defcustom,
37752         catching keep-date problems in cp/scp operations.
37753         (tramp-handle-copy-file): Don't call `set-file-modes'
37754         unconditionally.  Specialized functions should know better what is
37755         necessary.  This improves performance a little bit, and the
37756         functions could catch errors with `cp -p' and `scp -p'.
37757         (tramp-do-copy-or-rename-file-via-buffer)
37758         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
37759         when appropriate.
37760         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
37761         Call `set-file-modes' when appropriate.
37762         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
37763         Johnsson <isak@hypergene.com>.
37764         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
37765         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
37766         <joakim@verona.se>.
37767         (tramp-file-name-for-operation): Mark `shell-command' as magic for
37768         Emacs only.
37770         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
37771         `find-file-hooks' and `dired-mode-hook'.
37772         (tramp-minor-mode-map): Respective map.  Add remapping for
37773         `compile' and `recompile'.
37774         (tramp-remap-command, tramp-recompile): New defuns.
37775         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
37776         in buffer "*Compilation*".  Call the commands asynchronously.
37778         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
37779         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
37780         `shell-command', because it isn't magic in XEmacs.  Reported by
37781         Adrian Aichner <adrian@xemacs.org>.
37783         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
37784         `substitute-in-file-name.
37785         (tramp-smb-handle-substitute-in-file-name): New defun.
37786         (tramp-smb-advice-PC-do-completion): Delete advice.
37788 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
37790         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
37791         Fix error in deleting region.
37793 2005-01-15  Richard M. Stallman  <rms@gnu.org>
37795         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
37796         In non-temp buffer, switch syntax table temporarily.
37798         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
37800         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
37802         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
37804         * imenu.el (imenu--split-menu): Copy menulist before sorting.
37805         (imenu--generic-function): Use START, not BEG, as pos of definition.
37807         * simple.el (just-one-space): Argument specifies number of spaces.
37809         * simple.el (eval-expression-print-format): Avoid warning
37810         about edebug-active.
37812 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (tiny change)
37814         * progmodes/sh-script.el: Code copied from make-mode.el
37815         with small changes,
37816         (sh-mode-map): Bind C-c C-\.
37817         (sh-backslash-column, sh-backslash-align): New variables.
37818         (sh-backslash-region, sh-append-backslash): New functions.
37820 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
37822         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
37823         (rmail-pop-password, rmail-pop-password-required): Move to
37824         rmail-obsolete group.
37825         (rmail-set-pop-password): Rename to rmail-set-remote-password.
37826         All callers updated.
37827         (rmail-get-pop-password): Rename to rmail-get-remote-password.
37828         Take an argument specifying whether it is POP or IMAP mailbox we
37829         are using.  All callers updated.
37830         (rmail-pop-password-error): Rename to
37831         rmail-remote-password-error.  Added mailutils-specific error message.
37832         (rmail-movemail-search-path)
37833         (rmail-movemail-variant-in-use): New variables.
37834         (rmail-remote-password, rmail-remote-password-required):
37835         New customization variables.
37836         (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
37837         (rmail-parse-url): New function.
37838         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
37839         with GNU mailutils movemail.
37841 2005-01-15  Kevin Ryde  <user42@zip.com.au>
37843         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
37844         suffix to space, $ or '$, to correctly position point when going
37845         to @table style constants like DBL_MAX.
37847 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
37849         * type-break.el (type-break-mode, type-break-file-time)
37850         (type-break-file-keystroke-count, type-break-choose-file):
37851         Don't store data in or load data from the file if type-break-file-name
37852         is nil.
37853         (type-break-file-name): Doc update as per the above.
37855 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
37857         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
37858         lookup-key might return nil; handle that.
37860 2005-01-15  Alan Mackenzie  <acm@muc.de>
37862         * progmodes/ebrowse.el (ebrowse-class-in-tree):
37863         Return the tail of the tree rather than the element found,
37864         thus enabling the tree to be setcar'd.
37866 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
37868         * textmodes/org.el (org-show-following-heading): New option.
37869         (org-show-hierarchy-above): Use `org-show-following-heading'.
37870         (org-cycle): Documentation fix.
37872         * textmodes/org.el (orgtbl-optimized): New option.
37873         (orgtbl-mode): New command, a minor mode.
37874         (orgtbl-mode-map): New variable.
37875         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
37876         (orgtbl-error, orgtbl-self-insert-command)
37877         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
37879         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
37880         a local variable in each org-mode buffer.
37882         * textmodes/org.el (org-set-regexps-and-options): Rename from
37883         `org-set-regexps'.  Added checking for STARTUP keyword.
37884         (org-get-current-options): Add STARTUP options.
37885         (org-table-insert-row): Make mode intelligent about when
37886         realignment is needed.
37887         (org-self-insert-command, org-delete-backward-char, org-delete-char):
37888         New commands.
37889         (org-enable-table-editor): New default value `optimized'.
37890         (org-table-blank-field): Support blanking regions if active.
37892 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
37894         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
37895         if the year is not given.
37897         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
37898         Add new escapes %m and %M, fixed bug with %F by adding
37899         save-match-data.
37900         (reftex-reference): Remove ?. from list of spaces.
37901         (reftex-label-info): Add automatic label prefix recognition.
37903         * textmodes/reftex-index.el (reftex-index-next-phrase):
37904         Add slave parameter to call of `reftex-index-this-phrase'.
37905         (reftex-index-this-phrase): New optional argument.
37906         (reftex-index-region-phrases): Add slave parameter to call of
37907         `reftex-index-this-phrase'.
37908         (reftex-display-index): New argument redo.
37909         (reftex-index-rescan): Add `redo' to arguments of
37910         `reftex-display-index'.
37911         (reftex-index-Rescan, reftex-index-revert)
37912         (reftex-index-switch-index-tag): Add `redo' to arguments of
37913         `reftex-display-index'.
37914         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
37915         indexing.  Fix bug with matching is there is a quote before or
37916         after the word.
37918         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
37919         Fix bug when collecting citation keys in lines with comments.
37920         (reftex-citation): Prefix argument no longer rescans the document,
37921         but forces prompting for optional arguments of cite macros.
37922         (reftex-do-citation): Prompting for optional arguments implemented.
37924         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
37925         Add optional arguments to most cite commands.
37926         (reftex-cite-cleanup-optional-args): New option
37927         (reftex-cite-prompt-optional-args): New option.
37928         (reftex-trust-label-prefix): New option.
37930         * textmodes/reftex-toc.el (reftex-toc-find-section):
37931         Add push-mark before changing the position in the buffer.
37933         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
37934         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
37936 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
37938         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
37939         more carefully.
37941 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
37943         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
37944         (sgml-mode): Use it.
37945         (sgml-get-context): Better keep track of implicitly closed tags.
37947 2005-01-13  Kenichi Handa  <handa@m17n.org>
37949         * textmodes/ispell.el: These changes are to fix misalignment error
37950         caused by equivalent characters of different Emacs charsets.
37951         (ispell-unified-chars-table): New variable.
37952         (ispell-get-decoded-string): New function.
37953         (ispell-get-casechars, ispell-get-not-casechars)
37954         (ispell-get-otherchars): Call ispell-get-decoded-string.
37956 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
37958         * custom.el (custom-declare-variable): Just put symbol instead
37959         of (defvar . symbol) in `current-load-list'.
37961 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
37963         * emacs-lisp/elint.el: Fixed typo in Commentary section.
37965 2005-01-12  Jay Belanger  <belanger@truman.edu>
37967         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
37968         to create a Calc summary.
37970 2005-01-12  Kim F. Storm  <storm@cua.dk>
37972         * mouse.el (mouse-on-link-p): Change functionality and doc
37973         string to comply with latest description in lisp ref.
37975 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
37977         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
37978         Enable mouse clicks on mode-line, header-line and margin.
37979         (event-type): Give mouse event symbols an `event-kind' property
37980         with value `mouse-click'.
37982 2005-01-12  Juri Linkov  <juri@jurta.org>
37984         * facemenu.el (list-colors-display): Add new arg buffer-name.
37985         Use it.  Fix docstring.  Replace code for identifying duplicate
37986         colors by the name with call to `list-colors-duplicates' which
37987         identifies duplicate colors by the value unless the color
37988         is one of special Windows colors.  Set truncate-lines to t.
37989         Print sorted duplicate color names on each line.  Indent to 22
37990         \(the longest color name in rgb.txt) instead of 20.  Optimize.
37991         (list-colors-duplicates): New function.
37992         (facemenu-color-name-equal): Delete function.
37994         * facemenu.el (list-colors-print): New function created from code
37995         in list-colors-display.  Print #RRGGBB at the window right edge.
37996         (list-colors-display): When temp-buffer-show-function is not
37997         defined, call list-colors-print from temp-buffer-show-hook
37998         to get the right value of window-width in list-colors-print
37999         after the buffer is displayed.
38001         * simple.el (pop-mark): Move deactivate-mark out of conditional
38002         part to deactivate the active mark regardless of the state of the
38003         mark ring.
38005         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
38006         variables line in desktop files.
38008 2005-01-12  Juri Linkov  <juri@jurta.org>
38010         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
38011         Bring together isearch highlight related options.
38012         (lazy-highlight): Replace group `replace' by `matching'.
38013         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
38014         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
38015         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
38016         and declare them obsolete.
38017         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
38018         (isearch-faces): Remove defgroup.
38019         (isearch-overlay, isearch-highlight, isearch-dehighlight):
38020         Move isearch highlighting code closer to lazy highlighting code.
38022         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
38023         (query-replace-highlight, query-replace-lazy-highlight)
38024         (query-replace): Move definitions to the beginning of the file.
38026 2005-01-11  Juri Linkov  <juri@jurta.org>
38028         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
38029         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
38030         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
38032         * info.el (Info-history-forward): New variable.
38033         (Info-select-node): Reset Info-history-forward to nil.
38034         (Info-last): Turn into defalias.
38035         (Info-history-back): Rename from Info-last.
38036         Add current node to Info-history-forward.
38037         (Info-history-forward): New fun.
38038         (Info-mode-map): Replace Info-last by Info-history-back.
38039         Bind Info-history-forward to "r".
38040         (Info-mode-menu): Replace Info-last by Info-history-back.
38041         Fix menu item text.  Add menu item for Info-history-forward.
38042         (info-tool-bar-map): Replace Info-last by Info-history-back.
38043         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
38044         for Info-history-forward.
38045         (Info-mode): Replace Info-last by Info-history-back in docstring.
38046         Add local variable Info-history-forward.
38047         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
38049 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
38051         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
38052         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
38053         Ignore select-window events rather than fiddle with
38054         mouse-autoselect-window.
38056 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
38058         * type-break.el (type-break-mode): Fix previous change.
38060 2005-01-10  Jay Belanger  <belanger@truman.edu>
38062         * calc/calc-ext.el (calc-reset): Reset when inside embedded
38063         calculator; only reset when point is inside a calculator.
38064         Don't adjust the window height if the window takes up the whole height
38065         of the frame.
38067 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
38069         * ebuff-menu.el (Electric-buffer-menu-mode):
38070         Preserve value of buffer-local var header-line-format.
38072 2005-01-09  Jay Belanger  <belanger@truman.edu>
38074         * calc/calc.el (calc-mode-var-list-restore-saved-values):
38075         Make sure settings file exists before accessing it.
38077         * calc/calc-embed.el (calc-embedded-subst):
38078         Replace math-multi-subst-rec, which is only supposed to be called
38079         by math-multi-subst, by math-multi-subst.
38081 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
38083         * vc.el (vc-allow-async-revert): New user option.
38084         (vc-disable-async-diff): New internal variable.
38085         (vc-revert-buffer): Use them to disable asynchronous diff.
38087         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
38088         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
38089         asynchronously if vc-disable-async-diff is t.
38091 2005-01-09  Jay Belanger  <belanger@truman.edu>
38093         * calc/calc.el (defcalcmodevar): New macro.
38094         (calc-mode-var-list-restore-default-values)
38095         (calc-mode-var-list-restore-saved-values): New functions.
38096         (calc-mode-var-list): Use defcalcmodevar to define it.
38097         (calc-always-load-extensions, calc-line-numbering)
38098         (calc-line-breaking, calc-display-just, calc-display-origin)
38099         (calc-number-radix, calc-leading-zeros, calc-group-digits)
38100         (calc-group-char, calc-point-char, calc-frac-format)
38101         (calc-prefer-frac, calc-hms-format, calc-date-format)
38102         (calc-float-format, calc-full-float-format, calc-complex-format)
38103         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
38104         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
38105         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
38106         (calc-matrix-brackets, calc-language, calc-language-option)
38107         (calc-left-label, calc-right-label, calc-word-size)
38108         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
38109         (calc-display-raw, calc-internal-prec, calc-angle-mode)
38110         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
38111         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
38112         (calc-window-height, calc-display-trail, calc-show-selections)
38113         (calc-use-selections, calc-assoc-selections)
38114         (calc-display-working-message, calc-auto-why, calc-timing)
38115         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
38116         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
38117         (calc-gnuplot-default-device, calc-gnuplot-default-output)
38118         (calc-gnuplot-print-device, calc-gnuplot-print-output)
38119         (calc-gnuplot-geometry, calc-graph-default-resolution)
38120         (calc-graph-default-resolution-3d, calc-invocation-macro)
38121         (calc-show-banner): Use defcalcmodevar to declare them and set
38122         their default values.
38124         * calc/calc-ext.el (calc-reset): Restore saved values of variables
38125         instead of default values (but restore default values if there is
38126         an argument of 0).
38128 2005-01-09  David Kastrup  <dak@gnu.org>
38130         * desktop.el (desktop-restore-eager): Fix typo in type.
38132 2005-01-08  Richard M. Stallman  <rms@gnu.org>
38134         * cus-edit.el (customize): Delete :link.
38136 2005-01-08  Jay Belanger  <belanger@truman.edu>
38138         * calc/calc.el (calc-mode): Remove the extension from the
38139         `calc-settings-file' file name when loading it.
38141 2005-01-08  Kim F. Storm  <storm@cua.dk>
38143         * info.el (Info-mode-map, Info-next-link-keymap)
38144         (Info-prev-link-keymap, Info-up-link-keymap):
38145         Map follow-link to mouse-face.
38146         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
38148 2005-01-08  Jay Belanger  <belanger@truman.edu>
38150         * calc/calc.el (calc-settings-file): Change default value.
38151         Suggested by cgw in a comment in calc-mode.el.
38153         * calc/calc-mode.el (calc-settings-file-name):
38154         Compare calc-settings-file to user-init-file instead of ~/.emacs.
38155         Replace ~/.emacs in a prompt by calc-settings-file.
38157 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
38159         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
38160         (desktop-lazy-idle-delay): New customizable variables.
38161         (desktop-buffer-args-list): New variable.
38162         (desktop-append-buffer-args): New function.
38163         (desktop-save): Call desktop-append-buffer-args for some buffers.
38164         (desktop-lazy-create-buffer): New function.
38165         (desktop-idle-create-buffers): New function.
38166         (desktop-read): Add message about buffers to restore lazily.
38167         (desktop-lazy-abort): New command.
38168         (desktop-clear): Call desktop-lazy-abort.
38169         (desktop-lazy-complete): New command.
38171 2005-01-06  Richard M. Stallman  <rms@gnu.org>
38173         * emacs-lisp/find-func.el (find-face-definition):
38174         Rename from find-face.
38176 2005-01-06  Kim F. Storm  <storm@cua.dk>
38178         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
38180         * man.el (Man-xref-man-page, Man-xref-header-file)
38181         (Man-xref-normal-file): Add follow-link property.
38183 2005-01-06  Jay Belanger  <belanger@truman.edu>
38185         * calc/calc-units.el: Make sure the proper macro definitions are
38186         available when compiling.
38188 2005-01-06  Juri Linkov  <juri@jurta.org>
38190         * isearch.el (isearch-lazy-highlight-update):
38191         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
38193 2005-01-06  Miles Bader  <miles@gnu.org>
38195         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
38196         (isearch-lazy-highlight-face): Use new name.
38198 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
38200         * uniquify.el (uniquify-rationalize-file-buffer-names):
38201         Re-add an interactive spec.
38202         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
38203         to the same name.
38205         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
38206         (isearch-update, isearch-done): Adjust calls accordingly.
38208 2005-01-05  Richard M. Stallman  <rms@gnu.org>
38210         * custom.el (custom-set-variables, custom-theme-set-variables):
38211         Clarify documentation.
38213         * emacs-lisp/find-func.el (find-variable)
38214         (find-variable-other-window, find-variable-other-frame):
38215         Fix the TYPE args to find-function-read and find-function-do-it.
38216         (find-function): Doc fix.
38217         (find-function-at-point): Replace function-at-point alias.
38219 2005-01-04  Richard M. Stallman  <rms@gnu.org>
38221         * cus-face.el (custom-declare-face):
38222         Record defface in current-load-list.
38224         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
38226         * emacs-lisp/find-func.el: Doc fixes.
38227         (find-face-regexp): New variable.
38228         (find-function-regexp-alist): New variable.
38229         (find-function-C-source): Third arg is now TYPE.
38230         (find-function-search-for-symbol): Handle general TYPE.
38231         (find-function-read, find-function-do-it): Handle general TYPE.
38232         (find-definition-noselect, find-face): New functions.
38233         (function-at-point): Alias deleted.
38235 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
38237         * battery.el (display-battery-mode): Rename from display-battery.
38238         Handle the case where it gets turned off.
38240 2005-01-04  Richard M. Stallman  <rms@gnu.org>
38242         * cus-edit.el (customize): Make :link point to user doc.
38244         * man.el (Man-fontify-manpage): Turn off undo generation.
38246         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
38248 2005-01-04  Andreas Schwab  <schwab@suse.de>
38250         * files.el (insert-directory): Only look for error lines in
38251         inserted text.  Don't move too far after processing --dired markers.
38253 2005-01-04  Richard M. Stallman  <rms@gnu.org>
38255         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
38256         Don't expand if the character is @, period, dash, etc.
38257         (define-mail-abbrev): Quote names that contain problem characters.
38259 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
38261         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
38263 2005-01-03  Richard M. Stallman  <rms@gnu.org>
38265         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
38266         (query-replace-highlight, query-replace-lazy-highlight)
38267         (query-replace): Definitions moved up.  Doc fix.
38269 2005-01-03  Richard M. Stallman  <rms@gnu.org>
38271         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
38272         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
38273         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
38274         (lazy-highlight-face): Rename from isearch-lazy-...
38275         Change all references to them.
38277 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
38279         * cus-edit.el (custom-file): Doc fix for defcustom.
38280         (custom-file): The function no longer sets the variable
38281         `custom-file' to its return value.
38283         * startup.el (command-line): No longer load `custom-file'.
38285 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
38287         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
38289         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
38290         Don't confuse module-prefixed identifiers for labels.
38291         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
38293 2005-01-02  Richard M. Stallman  <rms@gnu.org>
38295         * files.el (basic-save-buffer-1): Fix previous change.
38297         * loadhist.el (file-loadhist-lookup): New function.
38298         (file-provides, file-requires): Use it.
38300         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
38301         instead of calculating the right size.
38303 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>
38305         * vc-svn.el (vc-svn-diff): Stay local if possible.
38307 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
38309         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
38311         * files.el (hack-local-variables): Fix last change.
38313 2005-01-02  Jay Belanger  <belanger@truman.edu>
38315         * calc/calc-yank.el (calc-edit-top): New variable.
38316         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
38317         object.  Change header properties.
38318         (calc-edit-finish, calc-edit-finish-stack-object)
38319         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
38320         edited object.
38321         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
38322         for the beginning of the edited object.
38323         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
38324         for the beginning of the edited object.
38325         * calc/calc-prog.el (calc-edit-macro-finish-edit)
38326         (calc-finish-formula-edit, calc-macro-repeats)
38327         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
38328         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
38329         beginning of the edited object.
38330         (calc-user-define-edit): Change the header for editing macros.
38331         Remove unnecessary variable.
38333 2005-01-01  Jay Belanger  <belanger@truman.edu>
38335         * calc/calc-yank.el (calc-edit-mode): Change default header.
38336         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
38337         * calc/calc-store.el (calc-edit-variable): Change title to match new
38338         header.
38339         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
38340         mode to match new header.
38341         (calc-user-define-edit): Change titles to include names of commands.
38342         (calc-finish-formula-edit): Adjust to handle new header.
38343         (calc-finish-macro-edit): Remove.
38344         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
38345         (calc-edit-macro-command, calc-edit-macro-command-type)
38346         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
38347         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
38348         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
38349         (calc-edit-macro-finish-edit): New functions.
38350         (calc-user-define-edit): Use new functions to edit named calc macros.
38352 2005-01-01  Stefan Monnier  <monnier@iro.umontreal.ca>
38354         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
38356         * ses.el (copy-region-as-kill): Deactivate mark.
38358 2005-01-01  Richard M. Stallman  <rms@gnu.org>
38360         * replace.el (occur-1): If the output buffer is also an input,
38361         don't kill it, rename it.
38363         * faces.el (set-face-background, set-face-foreground): Doc fix.
38365         * cus-face.el (custom-face-attributes): Fix :help-echo strings
38366         for :foreground and :background.
38368         * dired.el (dired-view-command-alist): Variable deleted.
38369         (dired-view-file, dired-mouse-find-file-other-window):
38370         Delete the code to use it.
38372 2005-01-01  Kim F. Storm  <storm@cua.dk>
38374         * image.el (insert-sliced-image): Use t for line-height property.
38376 See ChangeLog.11 for earlier changes.
38378 ;; Local Variables:
38379 ;; coding: iso-2022-7bit
38380 ;; add-log-time-zone-rule: t
38381 ;; End:
38383     Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
38385   This file is part of GNU Emacs.
38387   GNU Emacs is free software; you can redistribute it and/or modify
38388   it under the terms of the GNU General Public License as published by
38389   the Free Software Foundation; either version 3, or (at your option)
38390   any later version.
38392   GNU Emacs is distributed in the hope that it will be useful,
38393   but WITHOUT ANY WARRANTY; without even the implied warranty of
38394   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
38395   GNU General Public License for more details.
38397   You should have received a copy of the GNU General Public License
38398   along with GNU Emacs; see the file COPYING.  If not, write to the
38399   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
38400   Boston, MA 02110-1301, USA.
38402 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1