(tags-verify-table): Be careful to use and update
[emacs.git] / lisp / ChangeLog
blob2f889f6ac532b06c09a1aa6ae97dc7c3c1e1fec4
1 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * progmodes/etags.el (tags-verify-table): Be careful to use and update
4         tags-file-name and tags-table-list from the right buffer.
5         (tags-table-check-computed-list, tags-table-extend-computed-list)
6         (find-tag-noselect): Use with-current-buffer.
8         * emacs-lisp/trace.el (trace-entry-message, trace-exit-message):
9         Use print-circle.
11         * minibuffer.el (minibuffer-local-must-match-filename-map):
12         Declare obsolete alias for the old name.
14         * abbrev.el (unexpand-abbrev): Better preserve markers.
16 2008-06-05  Glenn Morris  <rgm@gnu.org>
18         * emacs-lisp/autoload.el (autoload-rubric): New function,
19         extracted from autoload-ensure-default-file.
20         (autoload-ensure-default-file): Use autoload-rubric.
22         * cus-dep.el (generated-custom-dependencies-file): Doc fix.
23         (custom-dependencies-no-scan-regexp): New variable.
24         (custom-make-dependencies): Use with-temp-buffer and autoload-rubric.
25         Don't scan files matching custom-dependencies-no-scan-regexp.
26         Disable undo in the output buffer.  Remove kept-new-versions wackiness.
28         * finder.el (finder-headmark): Initialize and add doc string.
29         (generated-finder-keywords-file): Doc fix.
30         (finder-no-scan-regexp): New variable.
31         (finder-compile-keywords): Use a single let binding.
32         Disable undo in the output buffer.  Use autoload-rubric.
33         Use mapc rather than mapcar.  Don't scan files matching
34         finder-no-scan-regexp.  Use with-temp-buffer.  Use expand-file-name
35         rather than concat.  Use directory-files to do regexp matching.
36         No need to require jka-compr.
37         (finder-list-keywords): Remove un-needed set-buffer.  Disable undo.
38         (finder-list-matches): Disable undo.
39         (finder-commentary): Use let rather than let*.  Disable undo.
40         (finder-current-item): Use zerop.
41         (finder-mode): Use define-derived-mode.
42         (finder-exit): Doc fix.  Use dolist.
44         * Makefile.in ($(lisp)/cus-load.el): Remove unnecessary rule.
45         (custom-deps): Don't require $(lisp)/cus-load.el.
46         (custom-deps, finder-data): Don't depend on autoloads.
47         Should not be needed now, and doing so was causing make install to
48         re-dump emacs post-bootstrap.
49         (bootstrap-after): Don't run update-elclist, since modifying Makefile.in
50         mid-build forces some things to be rebuilt.
52 2008-06-05  Miles Bader  <miles@gnu.org>
54         * face-remap.el
55         (face-remap-add-relative): Renamed from `add-relative-face-remapping'.
56         (face-remap-remove-relative): Renamed from
57         `remove-relative-face-remapping'.
58         (face-remap-reset-base): Renamed from
59         `set-default-base-face-remapping'.
60         (face-remap-set-base): Renamed from `set-base-face-remapping'.
61         (text-scale-increase): Renamed from `increase-buffer-face-height'.
62         (text-scale-decrease): Renamed from `decrease-buffer-face-height'.
63         (text-scale-adjust): Renamed from `adjust-buffer-face-height'.
65         * face-remap.el (variable-pitch-mode): Autoload.
67 2008-06-04  Sam Steingold  <sds@gnu.org>
69         * vc-hg.el (vc-hg-status-extra-header, vc-hg-status-extra-headers):
70         Generate extra status headers for a Mercurial tree.
72 2008-06-04  John Paul Wallington  <jpw@pobox.com>
74         * echistory.el (electric-history-map): Define within defvar.
75         Add docstring.
77         * font-lock.el (font-lock-turn-off-thing-lock)
78         (font-lock-after-fontify-buffer, font-lock-after-unfontify-buffer):
79         Use `bound-and-true-p'.
80         (cpp-font-lock-keywords-source-directives, cpp-font-lock-keywords):
81         Doc fixes.
83         * international/ccl.el (define-ccl-program): Add `doc-string'
84         declaration.
86 2008-06-04  Juanma Barranquero  <lekktu@gmail.com>
88         * face-remap.el (variable-pitch-mode): Reflow docstrings.
89         (text-scale-mode, adjust-buffer-face-height): Fix typos in docstrings.
91 2008-06-04  Trent W. Buck  <trentbuck@gmail.com>  (tiny change)
93         * emacs-lisp/rx.el (rx): Doc fix.
95 2008-06-04  Markus Triska  <markus.triska@gmx.at>
97         * image-mode.el (image-mode-map): Add doc-view-inspired bindings.
99 2008-06-04  Miles Bader  <miles@gnu.org>
101         * face-remap.el (adjust-buffer-face-height): New function.
102         Add autoloaded keybindings in ctl-x-map.
103         (increase-buffer-face-height, decrease-buffer-face-height):
104         Simplify interactive spec to just "p".  Remove autoloaded keybindings.
106 2008-06-03  Chong Yidong  <cyd@stupidchicken.com>
108         * simple.el (line-move-1): If we did not move as far as desired,
109         ensure that point-left and point-entered hooks are called.
111 2008-06-03  Sam Steingold  <sds@gnu.org>
113         * vc-cvs.el (vc-cvs-status-extra-headers): Remove extraneous newlines.
115 2008-06-03  John Paul Wallington  <jpw@pobox.com>
117         * progmodes/make-mode.el (makefile-cleanup-continuations)
118         (makefile-warn-suspicious-lines, makefile-warn-continuations):
119         Use `derived-mode-p'.
121 2008-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
123         * Makefile.in (update-elclist): Impose a fixed collation for sorting.
124         (ELCFILES): Update.
126 2008-06-03  Miles Bader  <miles@gnu.org>
128         * face-remap.el: New file.
129         * Makefile.in (ELCFILES): Add face-remap.elc.
131 2008-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
133         * progmodes/flymake.el (flymake-process-filter): Make sure the source
134         buffer isn't dead.
136         * obsolete/bg-mouse.el, obsolete/float.el, obsolete/hilit19.el,
137         * obsolete/lselect.el, obsolete/mlsupport.el, obsolete/ooutline.el,
138         * obsolete/profile.el, obsolete/rsz-mini.el, obsolete/uncompress.el,
139         * obsolete/auto-show.el, obsolete/hscroll.el:
140         Remove packages that were obsolete in Emacs-20, or that were obsolete
141         in Emacs-21 and do not contain any more code.
143         * vc-dispatcher.el (vc-dir-menu-map-filter): Don't fail if
144         vc-client-mode is not set.
146         * image-mode.el (image-mode-map): Suppress key map and bind `q'.
147         * doc-view.el (doc-view-mode-map): Inherit from image-mode-map.
149         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords): Try to be
150         yet a bit more clever at distinguishing / from /.
152 2008-06-03  Kenichi Handa  <handa@m17n.org>
154         * Makefile.in (ELCFILES): Add $(lisp)/language/hanja-util.elc.
156 2008-06-03  Jihyun Cho  <jihyun.jo@gmail.com>
158         * language/hanja-util.el: New file.
160 2008-06-03  Glenn Morris  <rgm@gnu.org>
162         * progmodes/f90.el (f90-typedef-matcher, f90-looking-at-type-like):
163         Check that end-of-word follows "type".
165 2008-06-02  Daiki Ueno  <ueno@unixuser.org>
167         * epa-file.el (epa-file-write-region): Write the entire buffer
168         content if START is nil.
170 2008-06-01  Thomas Morgan  <tlm@thomasmorgan.net>  (tiny change)
172         * select.el (x-get-selection): Fix typo.
174 2008-06-01  Juanma Barranquero  <lekktu@gmail.com>
176         * descr-text.el (describe-text-sexp): Use `string-match-p'.  Simplify.
177         (describe-char): Use `looking-at-p', `string-match-p' when possible.
179 2008-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
181         * tar-mode.el (tar-header-block-summarize): Ensure one space around
182         user&group.
184 2008-05-31  John Paul Wallington  <jpw@pobox.com>
186         * help-fns.el (describe-variable-custom-version-info):
187         Handle dotted `package-version' info.
189 2008-05-31  Juanma Barranquero  <lekktu@gmail.com>
191         * icomplete.el (icomplete-get-keys): Doc fix.  Use `when'.
193 2008-05-31  Dan Nicolaescu  <dann@ics.uci.edu>
195         * vc-cvs.el (vc-cvs-after-dir-status): Support spaces in file
196         names and improve support for unregistered files.
198 2008-05-31  Glenn Morris  <rgm@gnu.org>
200         * Makefile.in (compile-last): Replace tr in `els' assignment with sed.
201         Remove shell variable `elc'.  Split tests to hopefully be more portable.
202         Fix `sel' assignment.
204 2008-05-30  Juanma Barranquero  <lekktu@gmail.com>
206         * minibuffer.el (completion-table-dynamic): Doc fix.
208 2008-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
210         * vc-cvs.el (vc-cvs-state-heuristic, vc-cvs-parse-status):
211         Try and return `unregistered' when applicable.
213         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
214         Don't encourage naming variables with "-flag".
216 2008-05-30  Glenn Morris  <rgm@gnu.org>
218         * Makefile.in (update-elclist): Hide the warning when it does not apply,
219         make it milder when it does.
220         (autogen-clean): New target.
221         (maintainer-clean): Use autogen-clean.
223         * calendar/diary-lib.el (diary-display-function): New name for
224         diary-display-hook.  Keep old name as obsolete alias.  Doc fix.
225         Change custom type and version.
226         (diary-list-entries-hook, diary-list-entries, diary-simple-display)
227         (diary-fancy-display): Doc fixes.
228         (diary-list-entries, diary-include-other-diary-files)
229         (diary-mail-entries):
230         Use diary-display-function rather than diary-display-hook.
232         * calendar/appt.el (appt-check): Use diary-display-function rather than
233         diary-display-hook.
234         * calendar/cal-x.el (calendar-dedicate-diary): Update for
235         diary-display-function replacing diary-display-hook.
236         * org/org-agenda.el (org-get-entries-from-diary): Also set
237         diary-display-function.
239         * calendar/cal-html.el (cal-html-list-diary-entries):
240         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
241         * calendar/cal-tex.el (cal-tex-list-diary-entries): Use LIST-ONLY
242         argument of diary-list-entries rather than setting diary-display-hook.
244 2008-05-30  Kenichi Handa  <handa@m17n.org>
246         * international/mule-conf.el (utf-8-with-signature): Renamed from
247         utf-8-sig.
248         (utf-8-auto): Adjusted for the above change.
250         * international/mule-diag.el (describe-font): Don't check fontset
251         here, and just call font-info.  Get the default font by from the
252         default face.
254 2008-05-29  Kenichi Handa  <handa@m17n.org>
256         * international/mule-conf.el (utf-8-sig, utf-8-auto):
257         New coding systems.
259         * international/mule.el (define-coding-system): Accept :bom for utf-8.
261 2008-05-29  Espen Wiborg  <espen.wiborg@telio.no>  (tiny change)
263         * international/utf-7.el (utf-7-encode): Use the right escape char
264         depending on imap/nonimap encoding.
266 2008-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
268         * minibuffer.el (completion-pcm-all-completions): Add the base-size.
270 2008-05-29  Juanma Barranquero  <lekktu@gmail.com>
272         * icomplete.el (icomplete-prospects-height): Add :group.
274 2008-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
276         * icomplete.el (icomplete-prospects-length): Make obsolete.
277         (icomplete-prospects-height): New var.
278         (icomplete-completions): Use it.
280 2008-05-29  David Kastrup  <dak@gnu.org>
282         * autoinsert.el (auto-insert): Add :link.
284 2008-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
286         * tar-mode.el (tar-header): New field `header-start'.
287         (tar-header-block-tokenize): Set it when useful.
288         Drop "GNUtar " magic value, which even GNU Tar doesn't know about.
289         (tar-header-data-end): New function.
290         (tar-summarize-buffer): Use it.
291         (tar-next-line): Fix goal column for long usernames.
292         (tar-expunge-internal): Use header-start.
293         (tar-rename-entry): Handle ustar-style long names.
294         (tar-alter-one-field): Add optional `descriptor' argument.
295         (tar-subfile-save-buffer): Use it.
297 2008-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
299         * tar-mode.el (tar-header): New field `header-start'.
300         (tar-header-block-tokenize): Set header-start for longlink entries.
301         (tar-expunge-internal): Use header-start to expunge longlink entries.
303         * files.el (hack-local-variables): Don't signal an error if the local
304         variable section is not properly terminated.
306         * emacs-lisp/easymenu.el (easy-menu-convert-item)
307         (easy-menu-convert-item-1): Move the duplicate-generation outside of
308         the caching so it also works for identical entries.
310         * tar-mode.el (tar-summarize-buffer): Fix reporter initialization.
311         (tar-mode): Use write-region-annotate-functions rather than
312         write-contents-functions.
313         (tar-extract): Remove unused var `pos'.
314         (tar-subfile-save-buffer): Remove unused var `following-descs'.
315         (tar-mode-write-file): Remove.
316         (tar-write-region-annotate): New function.
318         * progmodes/flymake.el (flymake-save-buffer-in-file):
319         * shadowfile.el (shadow-copy-file):
320         * arc-mode.el (archive-*-write-file-member):
321         * files.el (diff-buffer-with-file):
322         * subr.el (with-temp-file): Pass nil to write-region.
323         * jka-compr.el (jka-compr-write-region): Preserve `start's nullness.
325         * doc-view.el (doc-view-mode-map): Bind `q' to quit-window, as is
326         the custom.
328         * files.el (basic-save-buffer-2): Pass nil rather than (point-min)
329         to write-region.
331 2008-05-28  Glenn Morris  <rgm@gnu.org>
333         * Makefile.in (update-elclist): Work around non-portability of "\"
334         in various implementations of echo.
336 2008-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
338         * international/mule-diag.el (describe-current-coding-system):
339         Don't assume selection-coding-system is always defined.
341         * tar-mode.el: Use defstruct and markers.
342         (tar-setf): Remove.
343         (tar-header): Use defstruct.  Add `data-start' field.
344         (make-tar-desc, tar-desc-tokens): Remove, folded into tar-header.
345         (tar-desc-data-start): Remove (now called tar-header-data-start).
346         (tar-roundup-512): New fun.
347         (tar-header-block-tokenize): Receive a buffer position rather than
348         a string.  Handle @longLink here, be more careful about it.
349         Create a marker for data-start.
350         (tar-summarize-buffer): Don't handle @LongLink here any more.
351         (tar-expunge-internal, tar-subfile-save-buffer): Don't update
352         data-start on the following entries any more.
353         (tar-chown-entry, tar-chgrp-entry): Use read-number.
355         * tar-mode.el: Use buffer-swap-text to separate summary and raw data.
356         (tar-header-offset): Remove.
357         (tar-parse-info, tar-header-offset, tar-file-name-coding-system):
358         Not permanent any more.
359         (tar-data-buffer): New var.
360         (tar-data-swapped-p, tar-change-major-mode-hook)
361         (tar-mode-kill-buffer-hook): New funs.
362         (tar-untar-buffer, tar-summarize-buffer, tar-mode, tar-mode-revert)
363         (tar-extract, tar-copy, tar-expunge-internal, tar-expunge)
364         (tar-clear-modification-flags, tar-alter-one-field)
365         (tar-subfile-save-buffer, tar-pad-to-blocksize, tar-mode-write-file):
366         Change accordingly.
368 2008-05-27  Dan Nicolaescu  <dann@ics.uci.edu>
370         * vc-dispatcher.el (vc-directory-resynch-file): Rename to ...
371         (vc-dir-resynch-file): ... this.  Update callers.
372         Use vc-string-prefix-p.  Ignore directory args.
373         (vc-string-prefix-p): CSE.
374         (vc-resynch-buffer): Restore conditional.
376         * vc-hooks.el (vc-after-save): Improve test.
377         (vc-mode-line): Fix indentation.
379 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
381         * calendar/parse-time.el (parse-time-months)
382         (parse-time-weekdays): Add long-form month and day names.
384 2008-05-27  Glenn Morris  <rgm@gnu.org>
386         * Makefile.in (update-elclist): Make errors in final sed non-fatal.
388 2008-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
390         * vc-dispatcher.el (vc-string-prefix-p): New function.
391         (vc-dir-parent-marked-p): Use it.
393 2008-05-27  Dan Nicolaescu  <dann@ics.uci.edu>
395         * vc.el (Problems): Remove fixed issues.
396         (vc-expand-dirs): Avoid returning directories.
397         (vc-dir): Fix C-x v v binding.
398         (vc-make-backend-object): Fix name.
399         (vc-dir-show-fileentry): Fix docstring.
400         (vc-dir-refresh): Use vc-dir-backend.  Fix docstring.
401         (vc-dir-refresh-files): Use vc-dir-backend.  Fix docstring.
402         Reset the state for directories.
403         (vc-dir-headers): Align labels.
404         (vc-default-status-printer): Do no call prettify-state-info.
405         (vc-deduce-fileset): Replace implementation with one based on a
406         working older version.
407         (vc-next-action): Use the new form of vc-deduce-fileset.
408         Fix dealing with unregistered files.
410         * vc-dispatcher.el (vc-resynch-window): Fix mode-line updating.
411         (vc-dir-menu-map): Fix menu title for the menu bar and the popup menu.
412         (vc-dir-child-files): New function.
413         (vc-dir-node-directory): New function.
414         (vc-dir-update, vc-dir-parent-marked-p)
415         (vc-dir-children-marked-p, vc-dir-mark-all-files)
416         (vc-dir-marked-only-files, vc-dispatcher-selection-set): Use it.
418         * vc-cvs.el (vc-cvs-status-extra-headers): Align labels.
420 2008-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
422         * diff-mode.el (diff-context-mid-hunk-header-re): New const.
423         (diff-font-lock-keywords, diff-context->unified)
424         (diff-reverse-direction, diff-fixup-modifs, diff-sanity-check-hunk)
425         (diff-hunk-text, diff-find-source-location): Use it.
426         (diff-post-command-hook): Let the user edit the hunk headers.
428 2008-05-26  Andreas Schwab  <schwab@suse.de>
430         * vc.el (vc-default-prettify-state-info): Fix formatting of an
431         unknown state.
433         * tar-mode.el (tar-summarize-buffer): Comment fix.
435 2008-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
437         * tar-mode.el (tar-summarize-buffer): Handle GNU Tar @LongLink format.
439 2008-05-26  Glenn Morris  <rgm@gnu.org>
441         * calendar/cal-hebrew.el (diary-ordinal-suffix): Declare for compiler.
443 2008-05-25  John Paul Wallington  <jpw@pobox.com>
445         * proced.el (proced-next-line, proced-previous-line):
446         Avoid calling `next-line' and `previous-line' from Lisp code.
448 2008-05-25  Ed Reingold  <reingold@emr.cs.iit.edu>
450         * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
451         Use diary-ordinal-suffix.
453 2008-05-24  Juanma Barranquero  <lekktu@gmail.com>
455         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-defs)
456         (edebug-all-forms, edebug-eval-macro-args, edebug-save-windows)
457         (edebug-save-displayed-buffer-points, edebug-initial-mode)
458         (edebug-trace, edebug-test-coverage, edebug-continue-kbd-macro)
459         (edebug-print-length, edebug-print-level, edebug-print-circle)
460         (edebug-unwrap-results, edebug-on-error, edebug-on-quit)
461         (edebug-global-break-condition, edebug-sit-for-seconds):
462         Remove spurious * from defcustom docstrings.
463         (edebug-unwrap*, edebug-signal, edebug-eval-display):
464         Improve argument/docstring consistency.
465         (edebug-test-coverage, edebug-gensym, edebug-read)
466         (edebug-top-level-nonstop, edebug-eval-result-list)
467         (edebug-eval-redisplay, edebug-trace): Fix typos in docstring.
468         (edebug-eval-defun, edebug-eval-top-level-form, edebug)
469         (edebug-display-freq-count): Reflow docstrings.
470         (edebug-restore-status): Doc fix.
472 2008-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
474         * proced.el (proced-header-line): Use the :align-to 0 feature
475         rather than computing the corresponding position manually.
476         (proced-update): Don't hardcode point-min==1.
478 2008-05-24  Alan Mackenzie  <acm@muc.de>
480         * progmodes/cc-mode.el (c-postprocess-file-styles): Throw an error
481         if c-file-style is set to a non-string.
483         (c-neutralize-CPP-line): Surround by `save-excursion'.
484         (c-neutralize-syntax-in-CPP): Optimize for speed.
486 2008-05-24  Glenn Morris  <rgm@gnu.org>
488         * Makefile.in (update-elclist): New target, to update ELCFILES.
489         (bootstrap-after): Run update-elclist.
491 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
493         * icalendar.el (icalendar-version): Increase to "0.19".
494         (icalendar--date-style): New function.
495         (icalendar--datetime-to-diary-date): Doc fix.
496         Use icalendar--date-style.
497         (icalendar--datestring-to-isodate): Doc fix.  Handle iso date style.
498         (icalendar--convert-yearly-to-ical)
499         (icalendar--convert-recurring-to-diary): Handle iso date style,
500         use icalendar-date-style.
502 2008-05-23  Dan Nicolaescu  <dann@ics.uci.edu>
504         * vc.el (vc-delete-file): Make sure the buffer is deleted and
505         vc-dir buffers are updated.
507 2008-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
509         * vc.el (vc-delete-file): Don't try to resynch the buffer.
511 2008-05-23  Paul Rivier  <paul.r.ml@gmail.com>
513         * textmodes/reftex-vars.el (reftex-extra-bindings-prefix): New var.
514         * textmodes/reftex.el (reftex-extra-bindings-map): New var.
515         (reftex-extra-bindings): Use it.
517         * progmodes/mixal-mode.el (mixal-mode-map): Move key-bindings
518         away from the user-reserved keys.
520         * progmodes/ada-mode.el (ada-mode-extra-map, ada-mode-extra-prefix):
521         New vars.
522         (ada-create-keymap): Use them.
524 2008-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
526         * emacs-lisp/regexp-opt.el (regexp-opt): Always return
527         a properly-grouped regexp.
529 2008-05-23  Juanma Barranquero  <lekktu@gmail.com>
531         * progmodes/cap-words.el (capitalized-words-mode):
532         Fix typos in docstring.
534 2008-05-23  Kenichi Handa  <handa@m17n.org>
536         * international/mule-conf.el: Don't define the charset `emacs'
537         here, just put :docstring, :short-name, and :long-name.
539 2008-05-22  Kenichi Handa  <handa@m17n.org>
541         * international/mule-diag.el (font-show-log): Limit each listing
542         to 20 items.
544 2008-05-23  Nick Roberts  <nickrob@snap.net.nz>
546         * progmodes/gdb-ui.el (gdb-enable-debug): New function.
547         (gdb-annotation-rules): New entry for "thread-changed".
548         (gdb-thread-changed): New function.
550 2008-05-23  Glenn Morris  <rgm@gnu.org>
552         * Makefile.in (SOURCES): Remove, unused.
553         (lisptagsfiles1, lisptagsfiles2): Use '*' rather than '[a-zA-Z]*'.
554         (TAGS, TAGS-LISP): Use a single rule with multiple targets.
555         Exclude more '*loaddefs' files.
556         (compile-always): Simplify '.elc' deletion.
558 2008-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
560         * vc-bzr.el (vc-bzr-annotate-time): Reduce memory allocation.
561         (vc-bzr-revision-completion-table): Handle `boundaries' argument.
563         * minibuffer.el (completion-boundaries): Change calling
564         convention, so `string' has the same semantics as in
565         try-completion and all-completions.
566         (completion-table-with-context, completion--embedded-envvar-table)
567         (completion--file-name-table)
568         (completion-pcm--find-all-completions): Adjust code accordingly.
570 2008-05-22  Chong Yidong  <cyd@stupidchicken.com>
572         * image-mode.el (image-mode-winprops): Add argument CLEANUP to
573         prune image-mode-winprops-alist, preventing it from growing
574         indefinitely.
575         (image-mode-reapply-winprops): Use it.
577 2008-05-22  Teodor Zlatanov  <tzz@lifelogs.com>
579         * net/netrc.el (netrc-machine): Always match if the port is not given.
581 2008-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
583         * minibuffer.el (completion-pcm--find-all-completions):
584         Don't add pseudo-completions.
586         * icomplete.el (icomplete-eoinput): Remove.
587         (icomplete-overlay): New var to replace it.
588         (icomplete-tidy): Rewrite.
589         (icomplete-exhibit): Use an overlay.
590         (icomplete-completions): Use completion-all-sorted-completions.
591         Obey completion-ignore-case.
593         * files.el (locate-dominating-file): Accept non-existing argument.
594         (project-find-settings-file): Rewrite, using locate-dominating-file.
596 2008-05-22  Kenichi Handa  <handa@m17n.org>
598         * faces.el (font-weight-table, font-slant-table, font-width-table):
599         Delete them.  Don't call internal-set-font-style-table.
601         * international/mule-diag.el (font-show-log): New function.
603         * international/fontset.el (script-representative-chars): Add more
604         chars for latin.  Add data for symbol.
605         (setup-default-fontset): Add entries for phonetic, armenian, and symbol.
607 2008-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
609         * minibuffer.el (completion-all-sorted-completions): New var.
610         (completion--flush-all-sorted-completions)
611         (completion-all-sorted-completions): New functions.
612         (minibuffer-force-complete): New command.
614 2008-05-21  Glenn Morris  <rgm@gnu.org>
616         * files.el (c-postprocess-file-styles): Declare for compiler.
618         * Makefile.in: Allow for parallel byte-compiling.
619         (ELCFILES): New variable.
620         (.el.elc): Remove prerequisites from suffix rule.  Print a message.
621         (compile-first, compile-main, compile-last): New targets.
622         (compile-always): Simplify - delete .elc files, then `make compile'.
624         * Makefile.in (compile-calc): Use glob rather than find.
625         ($(lisp)/progmodes/cc-mode.elc): Use $@.
627         * eshell/esh-module.el: No need for cl when compiling.
629         * eshell/eshell.el (eshell-defgroup): New alias.
630         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
631         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
632         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
633         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
634         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
635         * eshell/em-xtra.el: Use eshell-defgroup rather than defgroup.
636         Autoload the custom group.  Set generated-autoload-file.
637         * eshell/em-basic.el, eshell/esh-module.el: Require eshell,
638         for eshell-defgroup.
639         * eshell/esh-module.el (eshell-load-defgroups): Remove.
640         Require esh-groups rather than loading it.
642 2008-05-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
644         * proced.el (proced-header-line): New variable and new function.
645         (proced-mode): Set header-line-format.
646         (proced-update): Set proced-header-line.
647         (proced-send-signal): Use proced-header-line.
649 2008-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
651         * macros.el (insert-kbd-macro): Use prin1-char.
653 2008-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
655         * minibuffer.el (completion-boundaries): New function.
656         (completion--some): Delay errors.
657         (complete-with-action, completion-table-with-context):
658         Handle `boundaries' case.
659         (completion--try-word-completion): Avoid partial-completion
660         when the user hasn't entered anything yet.
661         (minibuffer-local-map, minibuffer-local-filename-completion-map)
662         (minibuffer-local-must-match-map, minibuffer-local-completion-map)
663         (minibuffer-local-must-match-filename-map, minibuffer-local-ns-map):
664         Setup default keybindings.
665         (completion--embedded-envvar-re): New var.
666         (completion--embedded-envvar-table): Use it.  Handle `boundaries' case.
667         (completion--file-name-table): Handle `boundaries' case.
668         (completion-pcm--pattern->regex): Avoid pathological backtracking.
669         (completion-pcm--all-completions): Add a `prefix' arg.
670         (completion-pcm--find-all-completions): New function.
671         (completion-pcm-all-completions, completion-pcm-try-completion):
672         Use it.
674         * icomplete.el (icomplete-completions): Don't use `predicate' with
675         a table of a different type than `candidates'.
677 2008-05-20  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
679         * proced.el (proced-goal-column): Rename from proced-procname-column.
680         (proced-goal-header-re): Rename from proced-procname-column-regexp.
681         (proced-move-to-goal-column): Rename from proced-move-to-procname.
682         (proced-header-face, proced-header-regexp): Remove.
683         (proced-font-lock-keywords): Remove proced-header-face.
684         (proced-header-alist, proced-sorting-schemes-re): New variables.
685         (proced): Rename Proced buffer to *Proced*.
686         (proced-next-line, proced-previous-line): New commands.
687         (proced-do-mark, proced-do-mark-all, proced-toggle-marks)
688         (proced-hide-processes): Do not treat first line as special.
689         (proced-header-space): New function.
690         (proced-update): Use header-line-format.
691         Initialize proced-header-alist and proced-sorting-schemes-re.
692         Set proced-goal-column.  Include proced-command in mode-name.
693         (proced-send-signal): Use header-line-format for *Marked
694         Processes* buffer.
695         (proced-sort): Restrict minibuffer completion to applicable
696         sorting schemes.
697         (proced-sorting-scheme-p): Use proced-sorting-schemes-re.
699 2008-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
701         * icomplete.el (icomplete-simple-completing-p):
702         Allow icomplete-with-completion-tables to say "use it everywhere".
703         (icomplete-completions): Obey completion-styles.  Try to accommodate
704         partial-completion style.
706 2008-05-20  Michael Olson  <mwolson@gnu.org>
708         * files.el (project-find-settings-file): Change concat to
709         expand-file-name.
711 2008-05-19  Tom Tromey  <tromey@redhat.com>
713         * files.el (normal-mode): Call hack-project-variables.
714         (hack-local-variables-confirm): Add 'project' argument.
715         (hack-local-variables-apply): New function.
716         (hack-local-variables): Use it.
717         (project-class-alist, project-directory-alist): New variables.
718         (project-get-alist): New function.
719         (project-collect-bindings-from-alist)
720         (project-collect-binding-list, set-directory-project)
721         (project-find-settings-file, project-define-from-project-file)
722         (hack-project-variables): New functions.
724 2008-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
726         * emacs-lisp/cl-specs.el (destructuring-bind): Fix spec.
728 2008-05-19  Juanma Barranquero  <lekktu@gmail.com>
730         * faces.el (font-weight-table): Fix typo in docstring.
732 2008-05-18  David Hull  <david@snap.com>  (tiny change)
734         * vc-hg.el (vc-hg-annotate-re): Recognize the output of --follow.
735         (vc-hg-annotate-command): Allow white space before version number.
737 2008-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
739         * calc/calc-yank.el (calc-register-alist): New variable.
740         (calc-set-register,calc-get-register,calc-copy-to-register)
741         (calc-insert-register,calc-add-to-register,calc-append-to-register)
742         (calc-prepend-to-register): New functions.
744         * calc/calc-ext.el (calc-init-extensions): Add keybindings for
745         `calc-copy-to-register' and `calc-insert-register'.
746         Autoload new register functions.
748         * calc/calc-help.el (calc-r-prefix-help): Add help for register
749         functions.
751 2008-05-18  Dan Nicolaescu  <dann@ics.uci.edu>
753         * vc.el (Todo): Add known problems.
754         (vc-dir-backend): New variable.
755         (vc-dir): Set it.
756         (vc-make-backend-object, vc-generic-status-printer)
757         (vc-generic-state, vc-generic-status-fileinfo-extra)
758         (vc-dir-extra-menu): Use it.
759         (vc-generic-dir-headers): Remove, unused.
761         * vc-dispatcher.el (vc-dir-previous-directory): Rename from
762         vc-dir-prev-directory for consistency with vc-dir-previous-line.
763         (vc-dir-mode-map): Fix bindings.
765         * vc-bzr.el (vc-bzr-after-dir-status): Remove unused binding.
767 2008-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
769         * calc/calc-yank.el (calc-kill): Make sure that only the stack is
770         operated on.
771         (calc-kill-region): Kill entire lines.
773 2008-05-17  Glenn Morris  <rgm@gnu.org>
775         * ezimage.el (ezimage-use-images): Drop support for Emacs < 21 and
776         simplify initial value.
777         (defezimage): Drop support for Emacs without defimage, use a featurep
778         test rather than fboundp when defining, drop with-no-warnings.
779         (ezimage-insert-over-text): Move featurep test inside
780         add-text-properties.
782         * elide-head.el (elide-head-headers-to-hide): Handle GPLv3 format.
784         * net/tramp.el (top-level): Load auth-source when compiling.
786         * progmodes/fortran.el (fortran-font-lock-keywords-2): Add .eqv., .neqv.
788 2008-05-17  Andreas Schwab  <schwab@suse.de>
790         * vc-dispatcher.el (vc-dir-mode-map): Fix M-down and M-up binding.
792 2008-05-17  Dan Nicolaescu  <dann@ics.uci.edu>
794         * vc.el (vc-annotate-show-diff-revision-at-line): Change
795         vc-diff-internal arg to match what vc-deduce-fileseset returns now.
797 2008-05-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
799         * menu-bar.el (menu-bar-select-buffer): Reinsert it as msb.el uses it.
801 2008-05-17  Jim Meyering  <meyering@redhat.com>
803         * ido.el (ido-save-history): Do not emit a trailing newline at the
804         end of the ido history file.
806 2008-05-16  John Paul Wallington  <jpw@pobox.com>
808         * vc-dispatcher.el (top-level): Revert previous change: require cl
809         when compiling.
811 2008-05-16  Eric S. Raymond  <esr@snark.thyrsus.com>
813         * vc.el (vc-default-status-printer)
814         (vc-default-prettify-state-info): Enhance the state prettyprinter
815         to deal better with unknown states and indirect through it when
816         painting vc-dir buffers.
818 2008-05-16  John Paul Wallington  <jpw@pobox.com>
820         * vc-dispatcher.el (top-level): Don't require cl when compiling.
821         (vc-dir-mode-map): Fix backquote.
822         (vc-at-event): Doc fix.  Use `make-symbol' instead of `gensym'.
824 2008-05-16  Michael Albinus  <michael.albinus@gmx.de>
826         * net/tramp.el (tramp-handle-write-region): Fix check for short track.
827         Reported by Glenn Morris <rgm@gnu.org>.
829 2008-05-16  Eric S. Raymond  <esr@snark.thyrsus.com>
831         * vc.el: Remove my analysis of SCCS/RCS concurrency issues from
832         the end of the file, it was good work at one time but has been
833         stale since 1995 and may now be actively misleading.
834         * vc-cvs.el (vc-cvs-status-extra-headers): Extract and display the
835         CVS repository and module (assumptions for the latter a bit iffy).
836         * vc-svn.el (vc-svn-status-extra-headers): Extract and display the
837         SVN repository.
839 2008-05-16  Juanma Barranquero  <lekktu@gmail.com>
841         * vc-rcs.el (vc-rcs-create-tag):
842         * vc-sccs.el (vc-sccs-create-tag):
843         Fix typo in error message and pass backend arg.
845 2008-05-15  Michael Albinus  <michael.albinus@gmx.de>
847         * net/tramp.el (tramp-file-name-for-operation): Add `make-temp-name'.
849 2008-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
851         * net/tramp.el: Load auth-source library.
852         (tramp-read-passwd): Use it for password, not login.
854 2008-05-15  Shigeru Fukaya  <shugeru.fukaya@gmail.com>
856         * ses.el (ses-goto-print): Use move-to-column rather than forward-char.
857         (ses-print-cell): Use string-width, truncate-string-to-width,
858         delete-region rather than length, substring, delete-char.
859         (ses-setup): Set inhibit-point-motion-hooks to t.
860         Calculate position by actually moving point rather than just using
861         unibyte character length.
862         (ses-mode): Set indent-tabs-mode to nil.
863         (ses-center): Use string-width rather than length.
865 2008-05-15  Eric S. Raymond  <esr@snark.thyrsus.com>
867         * vc-cvs.el, vc-git.el, vc-hg.el, vc-hooks.el, vc-mcvs.el,
868         * vc-rcs.el, vc-sccs.el, vc-svn.el, vc.el:
869         Rename vc-*-create-snapshot and vc-*-retrieve-snapshot to
870         vc-*-create-tag and vc-*-retrieve-tag respectively.
872         * vc-dispatcher.el: Fix an incorrect buffer name and remove an
873         unneeded defalias.
875         * vc.el, vc-dispatcher.el (vc-dir-menu-map-filter): Move.
877         * vc.el, vc-dispatcher.el (vc-dir-menu-map): Remove assumption
878         about buffer names.
880 2008-05-15  Glenn Morris  <rgm@gnu.org>
882         * vc-hooks.el (vc-directory-resynch-file): Fix declaration.
884         * org/org-exp.el (org-infojs-options-inbuffer-template):
885         Fix declaration.
887         * progmodes/cc-mode.el (declare-function): Add compat definition.
888         (awk-mode-syntax-table, c-awk-unstick-NL-prop): Declare for compiler.
890 2008-05-14  Eric S. Raymond  <esr@snark.thyrsus.com>
892         * vc-dispatcher.el (vc-dispatcher-selection): Change the returned
893         list to a cons so the caller can get back both expanded and
894         unexpanded filesets.
895         * vc.el (vc-deduce-fileseset, vc-next-action, vc-diff-internal)
896         (vc-merge, vc-version-diff, vc-print-log, vc-revert, vc-rollback):
897         Change handling of selection-set returns as required.
899 2008-05-15  John Paul Wallington  <jpw@pobox.com>
901         * add-log.el (top-level): Don't require cl when compiling.
903         * arc-mode.el (archive-add-new-member): Use `derived-mode-p'.
904         (archive-*-extract): Use `zerop'
905         (archive-*-write-file-member): Use `or', use `zerop'.
907         * diff-mode.el (diff-current-defun): Use `buffer-local-value'.
909         * ibuffer.el (ibuffer-assert-ibuffer-mode): New defsubst.
910         (ibuffer-mark-interactive, ibuffer-set-mark)
911         (ibuffer-insert-buffer-line, ibuffer-redisplay-current)
912         (ibuffer-map-lines, ibuffer-switch-format)
913         (ibuffer-update-title-and-summary)
914         (ibuffer-redisplay-engine): Use it.
916         * ibuf-ext.el (ibuffer-interactive-filter-by-mode)
917         (ibuffer-set-filter-groups-by-mode, ibuffer-list-buffer-modes)
918         (define-ibuffer-filter mode, define-ibuffer-filter used-mode)
919         (define-ibuffer-sorter major-mode, ibuffer-mark-unsaved-buffers)
920         (ibuffer-mark-read-only-buffers)
921         (ibuffer-mark-dired-buffers): Use `buffer-local-value'.
923         * ibuf-macs.el (ibuffer-aif, ibuffer-awhen, ibuffer-save-marks)
924         (define-ibuffer-column, define-ibuffer-sorter)
925         (define-ibuffer-op, define-ibuffer-filter): Add declarations
926         containing indentation specs, replacing equivalent top-level
927         forms that set `lisp-indent-function' properties.
928         (define-ibuffer-op): Use `derived-mode-p'.
929         (define-ibuffer-filter): Remove redundant `concat' call.
931 2008-05-14  Michael Albinus  <michael.albinus@gmx.de>
933         * net/tramp.el (tramp-echo-mark): Update docstring.
934         (tramp-echo-mark-marker): New defconst.
935         (tramp-check-for-regexp): Use it.
937 2008-05-14  Eric S. Raymond  <esr@snark.thyrsus.com>
939         * vc.el (vc-deduce-fileset): Do the right thing when visting a
940         buffer (say, a log buffer or diff buffer) with a vc-dir buffer
941         as parent.
943 2008-05-14  John Paul Wallington  <jpw@pobox.com>
945         * international/mule.el (convert-define-charset-argument):
946         Remove period from end of error message.
947         (coding-system-mnemonic): Doc fix.
948         (ctext-pre-write-conversion): Doc fix.
950 2008-05-14  Simon Marshall  <simon@gnu.org>
952         * obsolete/fast-lock.el (fast-lock-cache-directories): Remove "."
953         from its default value and give it the risky-local-variable
954         property (CVE-2008-2142).
956 2008-05-14  Kenichi Handa  <handa@m17n.org>
958         * language/korean.el ("Korean"): Set `iso639-language'
959         property to `ko'.
961         * language/japanese.el ("Japanese"): Set `iso639-language'
962         property to `ja'.
964         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
965         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK")
966         ("Chinese-GB18030"): Set `iso639-language' property to `zh'.
968         * international/mule-cmds.el (set-language-environment):
969         Set current-iso639-language.
971         * international/fontset.el (setup-default-fontset): For kana, han,
972         hangul, and cjk-misc, move an entry with font-spec at the end.
973         (generate-fontset-menu): Exclue fontset-auto* from the list.
975         * composite.el (compose-chars-after): Assume that WINDOW is always
976         non-nil.
978         * faces.el (font-weight-table, font-slant-table)
979         (font-swidth-table): Declare them by defconst.  Change the format
980         of elements.  Call internal-set-font-style-table after their
981         declaration.
982         (face-valid-attribute-values): Call font-family-list.  Get values
983         for width, weight, and slant from font-xxx-table.
985         * cus-face.el (custom-face-attributes): Add "thin" for :weight.
987 2008-05-13  John Paul Wallington  <jpw@pobox.com>
989         * ibuffer.el (ibuffer-buffer-file-name): New function.
990         (define-ibuffer-column filename): Use it.
992         * ibuf-ext.el (define-ibuffer-filter filename): Use it.
994 2008-05-13  Chong Yidong  <cyd@stupidchicken.com>
996         * talk.el (talk): Simplify.  Pass display arg to talk-add-display
997         as a string.
998         (talk-add-display): Simplify.  Accept only string args.
1000 2008-05-13  Jay Belanger  <jay.p.belanger@gmail.com>
1002         * calc/calc.el (calc-mode-map): Remove old keybinding for `calc-yank'.
1004 2008-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1006         * Makefile.in (bootstrap-prepare): Don't chmod files.
1007         (autoloads): Do it here instead, where it's actually needed.
1009 2008-05-13  Chong Yidong  <cyd@stupidchicken.com>
1011         * tool-bar.el (tool-bar-make-keymap): Account for the optional
1012         KEY-BINDING-DATA field in menu-item list.
1014 2008-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1016         * dired.el (dired-read-dir-and-switches): Move things about to use less
1017         recursion during macroexpansion.
1019         * dired.el (dired-read-dir-and-switches): Use read-file-name.
1021         * dired.el (dired-read-dir-and-switches): Ignore ., .., and
1022         completion-ignored-extension directories if there's something else.
1023         (dired-mark-if, dired-map-over-marks, dired-readin, dired-revert)
1024         (dired-remember-marks, dired-undo, dired-build-subdir-alist)
1025         (dired-internal-do-deletions, dired-mark-files-in-region, dired-mark)
1026         (dired-toggle-marks, dired-change-marks, dired-unmark-all-files):
1027         buffer-read-only -> inhibit-read-only.
1029 2008-05-12  Eric S. Raymond  <esr@snark.thyrsus.com>
1031         * vc.el (vc-expand-dirs): Stop this function from tossing out
1032         explicitly specified files.
1034 2008-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1036         * smerge-mode.el (smerge-apply-resolution-patch): Don't pass nil
1037         to `insert'.
1039 2008-05-12  Dan Nicolaescu  <dann@ics.uci.edu>
1041         * vc.el (vc-annotate-show-diff-revision-at-line): Remove incorrect
1042         cons.  Use vc-annotate-backend.
1043         (with-vc-file, edit-vc-file): Remove unused macros.
1045 2008-05-12  Teodor Zlatanov  <tzz@lifelogs.com>
1047         * mail/smtpmail.el: Add autoload for `auth-source-user-or-password'.
1048         (smtpmail-try-auth-methods): Use it.
1050 2008-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1052         * emacs-lisp/cl.el (cl-set-nthcdr): Make it a defsubst so that
1053         (setf (nthcdr ..) ..) doesn't require CL at runtime.
1055 2008-05-11  Carsten Dominik  <dominik@science.uva.nl>
1057         * org/org.el (org-modules): Repair problems with loading org-jsinfo.org.
1059 2008-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1061         * vc-bzr.el (vc-bzr-sha1, vc-bzr-command-discarding-stderr)
1062         (vc-bzr-revision-completion-table): Use process-file.
1063         (vc-bzr-working-revision): Pass relative file names.
1065         * diff-mode.el (diff-hunk-header-re): Refine the regexp.
1067 2008-05-11  Juri Linkov  <juri@jurta.org>
1069         * wid-edit.el (widget-image-directory): Change default image data
1070         subdirectory from "custom" to "images/custom".
1072         * info.el (Info-next-preorder): Let-bind `Info-history' to nil
1073         before recursive call to `Info-next-preorder' to not add
1074         intermediate nodes to the history.
1076         * isearch.el: Put isearch-scroll property on recenter-top-bottom.
1078         * emulation/cua-base.el: Put isearch-scroll property
1079         on cua-scroll-up and cua-scroll-down.
1081 2008-05-11  Eric S. Raymond  <esr@snark.thyrsus.com>
1083         * vc-hooks.el (vc-recompute-state): Remove (dead code).
1085 2008-05-10  Dan Nicolaescu  <dann@ics.uci.edu>
1087         * vc-dispatcher.el (ewoc): Require.
1088         (vc-log-edit, vc-buffer-sync): Declare for byte compiler.
1090         * vc-hg.el (vc-hg-diff, vc-hg-annotate-command): Use when not if.
1092 2008-05-10  Chong Yidong  <cyd@stupidchicken.com>
1094         * term/w32-win.el (x-colors):
1095         * term/mac-win.el (x-colors):
1096         * term/x-win.el (x-colors): Re-order colors.
1098 2008-05-10  Reiner Steib  <reiner.steib@gmx.de>
1100         * smerge-mode.el (smerge-command-prefix): Fix custom type.
1102 2008-05-10  Eric S. Raymond  <esr@snark.thyrsus.com>
1104         * vc-dispatcher.el (vc-dir-next-directory, vc-dir-prev-directory):
1105         New functions implementing motion to next and previous directory.
1107         * vc-arch.el (vc-arch-command):
1108         * vc-bzr.el (vc-bzr-command):
1109         * vc-cvs.el (vc-cvs-command):
1110         * vc-dispatcher.el (vc-do-command):
1111         * vc-git.el (vc-git-command):
1112         * vc-hg.el (vc-hg-command):
1113         * vc-mcvs.el (vc-mvcs-command):
1114         * vc-mtn.el (vc-mtn-command):
1115         * vc-sccs.el (vc-sccs-command, vc-sccs-workfile)
1116         (vc-sccs-workfile-unchanged-p):
1117         * vc-svn.el (vc-svn-command, vc-svn-create-repo),
1118         * vc-rcs.el (all methods): Remove assumption about what a nil
1119         argument to vc-do-command means.  This means no buffer name needs
1120         to be hardcoded into the dispatcher layer, and it's better to be
1121         explicit anyway.
1123         * vc-svn.el (vc-svn-dir-state-heuristic): Remove.
1125 2008-05-10  Dan Nicolaescu  <dann@ics.uci.edu>
1127         * vc.el: Update todo.
1129         * vc-sccs.el (vc-sccs-dir-status):
1130         * vc-rcs.el (vc-rcs-dir-status): Avoid using results from multiple
1131         backends and returning up to date files.
1133         * vc-hooks.el (vc-prefix-map): Remove duplicate binding.
1135 2008-05-09  Eric S. Raymond  <esr@snark.thyrsus.com>
1137         * vc.el (vc-dir):
1138         * vc-hooks.el: Tweak the VC directory bindings.  These are now
1139         documented in the manual.
1141         * vc-dispatcher.el (vc-dir-update, vc-dir-parent-marked-p)
1142         (vc-dir-children-marked-p): Remove the vc-dir-insert-directories global.
1143         (vc-dispatcher-selection-set): Allow callers to pass in an
1144         observer flag that says no buffer sync is required.
1145         * vc.el (vc-deduce-fileset, vc-print-log, vc-version-diff):
1146         Use the observer flag.
1148 2008-05-09  Michael Albinus  <michael.albinus@gmx.de>
1150         * simple.el (start-file-process): Clarify docstring.
1152 2008-05-09  Eric S. Raymond  <esr@snark.thyrsus.com>
1154         * vc-sccs.el, vc.svn.el, vc-git.el, vc-hg.el, vc-mtn.el:
1155         Remove stub implementations of, and references to, wash-log.
1156         * vc-rcs.el (vc-rcs-comment-history):
1157         * vc-cvs.el (vc-cvs-comment-history):
1158         Inline the code that used to be wash-log.
1160         * vc-sccs.el (vc-sccs-checkin, vc-sccs-checkout, vc-sccs-rollback)
1161         (vc-sccs-revert, vc-sccs-steal-lock, vc-sccs-modify-change-comment)
1162         (vc-sccs-print-log, vc-sccs-diff): Grok directories.
1163         * vc-rcs.el (vc-sccs-checkin, vc-sccs-checkout)
1164         (vc-rcs-revert, vc-rcs-steal-lock, vc-rcs-modify-change-comment)
1165         (vc-rcs-print-log): Grok directories.
1167 2008-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1169         * vc.el (vc-mark-resolved): Add `backend' argument.
1170         (vc-next-action): Pass it the backend.
1171         (vc-next-action, vc-checkout, vc-mark-resolved, vc-version-diff)
1172         (vc-merge, vc-rollback, vc-update, vc-transfer-file, vc-delete-file)
1173         (vc-default-comment-history, vc-default-create-snapshot)
1174         (vc-default-retrieve-snapshot, vc-default-revert, vc-annotate)
1175         (vc-annotate-revision-previous-to-line)
1176         (vc-annotate-show-diff-revision-at-line, vc-annotate-warp-revision):
1177         * vc-svn.el (vc-svn-checkout):
1178         * vc-mcvs.el (vc-mcvs-checkout):
1179         * vc-hooks.el (vc-state, vc-default-workfile-unchanged-p)
1180         (vc-working-revision, vc-before-save, vc-mode-line):
1181         Prefer vc-call-backend to vc-call so as not to recompute the backend.
1183         * vc.el (vc-deduce-fileset): Don't require the checkout-model and the
1184         state to be consistent since it's often an unwarranted restriction.
1185         Don't return the state either.
1186         (vc-next-action): Check that the state is consistent.
1187         (vc-diff-internal, vc-version-diff, vc-print-log, vc-revert)
1188         (vc-rollback, vc-update): Adapt to new return value of
1189         vc-deduce-fileset.
1191         * vc-dispatcher.el (vc-dispatcher-browsing): Use derived-mode-p.
1192         (vc-dir-prepare-status-buffer): Use vc-dispatcher-browsing.
1193         (vc-dispatcher-in-fileset-p): New fun.
1194         (vc-dispatcher-selection-set): Use it to properly handle directories.
1196 2008-05-09  Dan Nicolaescu  <dann@ics.uci.edu>
1198         * vc.el (vc-version-diff, vc-print-log, vc-revert, vc-rollback)
1199         (vc-update): Remove unused let bindings.
1201 2008-05-09  Eric S. Raymond  <esr@snark.thyrsus.com>
1203         * vc.el (vc-deduce-fileset, vc-next-action, vc-version-diff)
1204         (vc-diff, vc-revert, vc-rollback, vc-update):
1205         * vc-dispatcher.el (vc-dispatcher-selection-set):
1206         Get rid of 4 special cases in fileset selection.  This involved
1207         changing the return value of (vc-deduce-fileset) so that it passes
1208         back a deduced state as well as a deduced back end.
1210 2008-05-08  Sam Steingold  <sds@gnu.org>
1212         * progmodes/compile.el (compilation-minor-mode-map)
1213         (compilation-mode-map): Bind "g" to recompile and "q" to quit-window.
1214         * grep.el (grep-mode-map): Use `set-keymap-parent' to connect it
1215         to `compilation-minor-mode-map' (instead of an explicit `cons').
1217 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
1219         * org/org.el (org-modules, org-format-latex-options):
1220         * org/org-archive.el (org-archive-stamp-time)
1221         (org-archive-save-context-info):
1222         * org/org-faces.el (org-hide):
1223         * org/org-irc.el (org-irc-parse-link):
1224         * org/org-macs.el (org-call-with-arg, org-autoload):
1225         * org/org-mew.el (org-mew-store-link):
1226         * org/org-remember.el (org-remember-store-without-prompt)
1227         (org-remember-templates): Fix typos in docstrings.
1229         * org/org-info.el (org-info-store-link): Remove leftover docstring.
1231         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
1232         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
1233         (org-bbdb-anniv-split): Fix typos in docstrings.
1235         * org/org-publish.el (org-publish-project-alist): Doc fixes.
1236         (org-publish-use-timestamps-flag): Reflow docstring.
1237         (org-publish-files-alist): Fix typos in docstring.
1239 2008-05-07  Sam Steingold  <sds@gnu.org>
1241         * pcvs-util.el (cvs-bury-buffer): Revert my patch: quit-window
1242         appears to be too aggressive with window removal.
1244 2008-05-08  Michael McNamara  <mac@mail.brushroad.com>
1246         * verilog-mode.el (verilog-type-font-keywords): Add leda and 0in
1247         as pragma keywords.
1248         (verilog-pretty-expr): Support lining up assignments which include
1249         part selects.
1250         (verilog-mode): More portable check for the availability of
1251         hideshow support.
1252         (verilog-do-indent): Remove special indent for declarations inside
1253         a parenthetical list.  The code is ill-advised, and doesn't work
1254         given the new user defined types.
1255         (verilog-set-auto-endcomments): Enhance function automatic
1256         endcomment to support functions that return user defined types.
1257         (verilog-mode): Add code to tell which-function-mode minor mode
1258         that Verilog supports this feature.
1260 2008-05-08  Eli Zaretskii  <eliz@gnu.org>
1262         * epa-file.el: Require epa-hook.
1264         * loadup.el ("epa-hook"): Load epa-hook instead of epa-file-hook.
1266         * epa-hook.el: Renamed from epa-file-hook.el, to avoid
1267         file-names clashes on 8+3 filesystems.  Provide epa-hook.
1269         * org/org-jsinfo.el: Renamed from org-infojs.el, to avoid
1270         file-names clashes on 8+3 filesystems.
1272 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
1274         * org/org.el (org-read-date-get-relative): Interpret lone
1275         weekday abbreviation as relative to today.
1277 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
1279         * abbrev.el (define-abbrev-table):
1280         * composite.el (toggle-auto-composition):
1281         * json.el (json-alist-p, json-plist-p):
1282         * minibuffer.el (completion-table-with-predicate):
1283         * ps-mule.el (ps-mule-external-libraries):
1284         * emacs-lisp/advice.el (ad-special-form-p):
1285         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
1286         * eshell/em-smart.el (eshell-review-quick-commands):
1287         * progmodes/python.el (python-comment-line-p, python-blank-line-p)
1288         (python-skip-out, python-check-comint-prompt):
1289         Don't use `iff' in docstrings.
1291         * international/robin.el (robin-package-alist): Fix typo in docstring.
1292         (robin-current-package-name): Doc fix.
1293         (robin-activate): Don't use `iff' in docstring.
1295 2008-05-07  Eric S. Raymond  <esr@snark.thyrsus.com>
1297         * vc.el, vc-dispatcher.el: VC-Dired support removed.
1298         The code uses a ewoc-based implementation now.
1299         * vc-hooks.el: Support for Meta-CVS has been removed.
1301 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1303         * tool-bar.el: Choose images dynamically.
1304         (tool-bar-make-keymap, tool-bar-find-image): New function.
1305         (tool-bar-find-image-cache): New var.
1306         (tool-bar-local-item, tool-bar-local-item-from-menu):
1307         Don't select the image yet, do it later in tool-bar-make-keymap.
1309 2008-05-07  Andreas Schwab  <schwab@suse.de>
1311         * window.el: Require 'cl when compiling.
1313 2008-05-07  Dan Nicolaescu  <dann@ics.uci.edu>
1315         * vc-dispatcher.el (vc-dir-insert-directories): Default to t.
1317 2008-05-07  Glenn Morris  <rgm@gnu.org>
1319         * subr.el (ignore-errors): Move here from cl-macs.el.
1320         * emacs-lisp/cl-macs.el (ignore-errors): Move to subr.el.
1322         * progmodes/fortran.el (fortran-mode): Fix font-lock-syntactic-keywords
1323         oddness.
1325 2008-05-06  Eric S. Raymond  <esr@snark.thyrsus.com>
1327         * vc-hooks.el (vc-find-file-hook):
1328         * vc-dispatcher.el (vc-resynch-window): Decouple vc-dispatcher
1329         further from vc.el.
1330         * vc.el (vc-dir-mode): Move VC-specific context menu entries here.
1332 2008-05-06  Wilson Snyder  <wsnyder@wsnyder.org>
1334         * verilog-mode.el (verilog-getopt-file): Cleanup warning message format.
1335         (verilog-auto, verilog-auto-arg, verilog-auto-ascii-enum)
1336         (verilog-auto-inout, verilog-auto-inout-module)
1337         (verilog-auto-input, verilog-auto-inst, verilog-auto-inst-param)
1338         (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
1339         (verilog-auto-reg-input, verilog-auto-reset, verilog-auto-sense)
1340         (verilog-auto-sense-sigs, verilog-auto-tieoff)
1341         (verilog-auto-unused, verilog-auto-wire)
1342         (verilog-decls-get-assigns, verilog-decls-get-consts)
1343         (verilog-decls-get-gparams, verilog-decls-get-inouts)
1344         (verilog-decls-get-inputs, verilog-decls-get-outputs)
1345         (verilog-decls-get-ports, verilog-decls-get-regs)
1346         (verilog-decls-get-signals, verilog-decls-get-wires)
1347         (verilog-dir-cache-lib-filenames, verilog-dir-cache-list)
1348         (verilog-dir-cache-preserving, verilog-dir-file-exists-p)
1349         (verilog-dir-files, verilog-expand-dirnames, verilog-getopt-file)
1350         (verilog-inject-sense, verilog-library-filenames)
1351         (verilog-mode-release-date, verilog-mode-version)
1352         (verilog-modi-cache-add, verilog-modi-cache-preserve-buffer)
1353         (verilog-modi-cache-preserve-tick, verilog-modi-cache-results)
1354         (verilog-modi-get-assigns, verilog-modi-get-consts)
1355         (verilog-modi-get-gparams, verilog-modi-get-inouts)
1356         (verilog-modi-get-inputs, verilog-modi-get-outputs)
1357         (verilog-modi-get-ports, verilog-modi-get-regs)
1358         (verilog-modi-get-signals, verilog-modi-get-sub-inouts)
1359         (verilog-modi-get-sub-inputs, verilog-modi-get-sub-outputs)
1360         (verilog-modi-get-wires, verilog-preserve-cache)
1361         (verilog-preserve-dir-cache, verilog-preserve-modi-cache)
1362         (verilog-read-sub-decls, verilog-read-sub-decls-line)
1363         (verilog-read-sub-decls-sig, verilog-subdecls-get-inouts)
1364         (verilog-subdecls-get-inputs, verilog-subdecls-get-outputs):
1365         Add caching of additional state, and rework signal extraction
1366         routines to improve AUTO expansion performance by 300%++.
1368 2008-05-06  Chong Yidong  <cyd@stupidchicken.com>
1370         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1371         Tweak Open Watcom regexp to distinguish between errors and warnings.
1373 2008-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1375         * dired.el (dired-read-dir-and-switches): Fix up last change.
1377 2008-05-05  Eric S. Raymond  <esr@snark.thyrsus.com>
1379         * vc.el (vc-deduce-fileset): Lift all the policy and UI stuff
1380         out of this function, move it to vc-dispatcher-selection-set.
1382 2008-05-05  Sam Steingold  <sds@gnu.org>
1384         * window.el (delete-other-windows-vertically): New function.
1386 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1388         * dired.el (dired-read-dir-and-switches):
1389         Obey read-file-name-completion-ignore-case.
1391 2008-05-05  Nick Roberts  <nickrob@snap.net.nz>
1393         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1394         Add regexp for Open Watcom compiler output.
1396 2008-05-05  Phil Sung  <psung@mit.edu>  (tiny change)
1398         * progmodes/python.el (python-block-pairs): Align finally with except.
1400 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1402         * vc-rcs.el (vc-rcs-fetch-master-state): Fix inf-loop.
1404 2008-05-05  Tom Tromey  <tromey@redhat.com>
1406         * smerge-mode.el (smerge-start-session): Don't call smerge-next if
1407         looking at conflict marker.
1409 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1411         * vc-dispatcher.el (vc-dir-mark-buffer-changed): Fix typo
1412         client-mode -> vc-client-object, and guess `funcall' was meant.
1413         (vc-dir-mode): Rename client-mode -> vc-client-mode.
1415 2008-05-05  Dan Nicolaescu  <dann@ics.uci.edu>
1417         * net/zeroconf.el (dbus-call-method, dbus-register-signal)
1418         (dbus-debug): Move declarations outside eval-when-compile.
1420 2008-05-04  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1422         * proced.el (proced-command-alist): Fix system-type values.
1423         Fix defcustom.
1424         (proced-sorting-schemes-alist, proced-sorting-scheme): New variables.
1425         (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
1426         (proced-sort-start, proced-sort, proced-sort-time): New commands.
1427         (proced-update): Use proced-sorting-scheme.  Update modeline.
1428         (proced-send-signal): Use nreverse.
1429         (proced-sorting-scheme-p): New function.
1431 2008-05-04  Andreas Schwab  <schwab@suse.de>
1433         * vc.el: Require dired when compiling.
1435         * minibuffer.el (completion--insert-strings): Don't delete past bol.
1437 2008-05-03  Glenn Morris  <rgm@gnu.org>
1439         * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el:
1440         * ediff-ptch.el, ediff-util.el, ediff-wind.el, ediff.el:
1441         Simplify compilation requirements.
1442         * ediff-init.el, ediff-vers.el: Remove unnecessary variable
1443         declarations.
1445 2008-05-03  Dave Love  <fx@gnu.org>
1447         * progmodes/python.el (python-beginning-of-statement):
1448         Loop at least once (fixes 2008-02-21 change).
1450 2008-05-03  Eli Zaretskii  <eliz@gnu.org>
1452         * ls-lisp.el (ls-lisp-insert-directory): Use `string-width'
1453         instead of `length' for comparing length of user and group names.
1455 2008-05-03  Eric S. Raymond  <esr@snark.thyrsus.com>
1457         * vc-dispatcher.el: New file, separates out the UI and command
1458         execution machinery from VCS-specific logic left in vc.el.
1459         The separation is not yet completely clean, but it's a good start.
1460         * vc.el: This file is about 1700 lines shorter now.
1461         Remove obsolete logentry-check from the backend API.
1462         * vc-sccs.el (vc-sccs-logentry-check): Remove.  This was the only
1463         implementation of the logentry-check method, and it guarded against
1464         a log length limit that has probably been obsolete for 15 years (!).
1466 2008-05-02  Sam Steingold  <sds@gnu.org>
1468         * progmodes/compile.el (compilation-start): Move setting of
1469         compilation-directory after (funcall mode) as that resets local
1470         variables, this fixes recompile in grep buffers.
1471         * grep.el (grep-mode-map): Bind "g" to recompile (like in dired &c).
1473 2008-05-02  Eric S. Raymond  <esr@snark.thyrsus.com>
1475         * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
1476         * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
1477         * vc-svn.el, vc.el (vc-*-checkout-model): Make sure every backend
1478         has one of these and that all are called in compatible ways.
1479         * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
1480         * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
1481         * vc-svn.el, vc.el (vc-*-revision-granularity): Make sure every
1482         backend has one of these.
1484 2008-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1486         * progmodes/octave-mod.el (octave-abbrev-table): Move defvar and
1487         initialization into define-abbrev-table.  Use :regexp.
1488         (octave-mode-syntax-table): Don't set word syntax for `.
1490         * files.el (minibuffer-with-setup-hook): Allow `fun' expressions rather
1491         than only value.
1493         * dired.el (dired-read-dir-and-switches):
1494         Set minibuffer-completing-file-name and call substitute-in-file-name.
1495         (dired-format-columns-of-files): Use completion--insert-strings.
1497         * minibuffer.el (completion-hilit-commonality): Revert last change:
1498         the leftover code was actually useful.
1499         (completion--insert-strings): Use string-width rather than length.
1501 2008-05-02  Sam Steingold  <sds@gnu.org>
1503         * vc.el (vc-dir-mode-map): Enable mouse bindings.
1504         (vc-at-event): New macro: run the body at the even location.
1505         (vc-dir-menu, vc-dir-toggle-mark): Use it.
1506         (vc-dir-mark-file, vc-dir-unmark-file): Move only on non-mouse events.
1507         * subr.el (mouse-event-p): Check if the even is mouse-related.
1509 2008-05-02  Nick Roberts  <nickrob@snap.net.nz>
1511         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
1512         Don't throw error if no file is found.
1514 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
1516         * vc-hooks.el (vc-call, vc-state): Fix typos in docstrings.
1517         (vc-default-state-heuristic): Doc fix.
1519 2008-05-02  Richard Sharman  <rsharman@pobox.com>
1521         * hilit-chg.el (highlight-changes-mode): Remove references to
1522         hooks that no longer exist.  Because define-minor-mode is used the
1523         hook highlight-changes-mode-hook exists and can do what both the
1524         old hooks used to do.  The documentation at the top of the file
1525         was updated to demonstrate this.
1526         (highlight-changes-mode): Remove commented out call to a hook
1527         function that is no longer there.
1528         (hilit-chg-set): Remove running of highlight-changes-enable-hook.
1530 2008-05-02  Eric S. Raymond  <esr@snark.thyrsus.com>
1532         * vc.el (vc-default-dired-state-info): Change name of primitive
1533         to prettify-state-info, in preparation for ripping out dired mode.
1534         * vc-bzr.el (vc-bzr-dired-state-info): Change name of primitive
1535         to prettify-state-info, in preparation for ripping out dired mode.
1536         * vc-hooks.el (vc-toggle-read-only): Throw an error when a user
1537         tries this on a version-controlled buffer.  It will do useless or
1538         actively bad things on any version control system newer than RCS.
1539         * vc-hooks.el (vc-dired-resynch-file):
1540         * vc.el (vc-dired-resynch-file): Change name of primitive to
1541         vc-directory-resynch-file, preparing to remove dired.
1543 2008-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
1545         * vc-rcs.el (vc-rcs-state): Fix typos.
1547         * vc.el (vc-register): Change argument order so that the prefix
1548         argument is assigned correctly.
1549         (vc-next-action, vc-dir-register): Update for the above change.
1551 2008-05-01  Juri Linkov  <juri@jurta.org>
1553         * replace.el (occur-read-primary-args): Set default to the car of
1554         regexp-history and display it in the prompt, but don't add to the
1555         list of minibuffer defaults.  Bind history-add-new-input to nil to
1556         not add automatically `default'.  For empty input return `default'.
1557         Otherwise, add `input' to regexp-history and return it.
1558         (occur-1): Signal an error for the empty regexp.
1560         * progmodes/compile.el (compilation-auto-jump):
1561         Set window point to `pos' explicitly.
1563 2008-05-01  Eric S. Raymond  <esr@snark.thyrsus.com>
1565         * vc-bzr.el (vc-bzr-state): Allow this to return 'ignored
1566         when appropriate.
1567         * vc-sccs.el (vc-sccs-state): Call vc-sccs-unregistered so
1568         we report the 'unregistered state reliably.
1569         * vc-rcs.el (vc-rcs-state): Call vc-rcs-unregistered so
1570         we report the 'unregistered state reliably.
1571         * vc-git.el (vc-git-state): Call vc-git-unregistered so
1572         we report the 'unregistered state reliably.
1573         * vc-hooks (vc-state): Document that vc-unregistered is
1574         now expected to be returned reliably.
1575         * vc.el (vc-default-dired-state): Change needs-patch state to
1576         needs-update, since the name now shows up in dir-status listings
1577         and was somewhat misleading.
1578         * vc-cvs.el (vc-cvs-delete-file): Don't do a "cvs commit"
1579         immediately after removing the file.
1580         * vc.el (vc-next-action): More informative messages when a fileset
1581         is in a mixed state or files are missing.
1583 2008-05-01  Sam Steingold  <sds@gnu.org>
1585         * vc.el (vc-delete-file): Check if the file has uncommitted changes.
1587 2008-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1589         * Makefile.in: Revert incorrect fix for claimed bootstrap breakage.
1591 2008-05-01  Daiki Ueno  <ueno@unixuser.org>
1593         * epa-file-hook.el: New file split from epa-file.el.
1594         * epa-file.el: Require 'epa-file-hook.
1595         (epa-file-handler): Add autoload cookie.
1596         * loadup.el: Load epa-file-hook.
1597         * startup.el (command-line): Eval the body of auto-encryption-mode.
1599 2008-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
1601         * vc.el (vc-dir-mode-map): Don't bind "r".
1603         * vc-hg.el (vc-hg-extra-fileinfo): New defstruct.
1604         (vc-hg-status-printer): New function.
1605         (vc-hg-after-dir-status): Deal with copied and renamed files.
1606         (vc-hg-dir-status): Add flag to show copied files.
1608 2008-05-01  John Paul Wallington  <jpw@pobox.com>
1610         * ibuffer.el (ibuffer-last-sorting-mode): New variable.
1611         (ibuffer-do-sort-by-recency): Reverse sorting order if last
1612         sorting mode was recency.
1614         * ibuf-macs.el (define-ibuffer-sorter): Define the sorter to
1615         reverse sorting order if last sorting mode was the sorter's.
1617 2008-05-01  Jason Rumney  <jasonr@gnu.org>
1619         * w32-fns.el (w32-charset-info-alist): Map vietnamese to windows-1258.
1621 2008-04-30  John Paul Wallington  <jpw@pobox.com>
1623         * ibuffer.el (define-ibuffer-column filename): When the major mode
1624         is `vc-dir-mode' show the buffer's default directory.
1626         * ibuf-ext.el (define-ibuffer-filter filename): Likewise when the
1627         major mode is `vc-dir-mode' use the buffer's default directory.
1629 2008-04-30  Sam Steingold  <sds@gnu.org>
1631         * vc.el (vc-dir-delete-file): Add.
1632         (vc-dir-mode-map): Bind "r" to vc-dir-delete-file, like in PCL-CVS.
1633         (vc-delete-file): Do not barf when the file has been already deleted.
1635 2008-04-30  Dan Nicolaescu  <dann@ics.uci.edu>
1637         * emacs-lisp/lisp-mode.el (lisp-mode-map): Add menu.
1639 2008-04-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1641         * progmodes/octave-mod.el (octave-help): New function.
1642         * progmodes/octave-hlp.el: Delete.
1643         * info-look.el (octave-mode): Add operator index.
1645         * vc.el (vc-checkout): Typo.
1647 2008-04-30  Dan Nicolaescu  <dann@ics.uci.edu>
1649         * menu-bar.el (menu-bar-tools-menu): Reorder, place Games last.
1650         Add "..." in the appropriate places.
1652         * epa.el (epa-key-list-mode-map): Add more menu entries.
1653         Add "..." in the appropriate places.
1655         * dired.el (dired-mode-map): Add :help.
1657         * vc.el (vc-deduce-fileset): Add new parameter.
1658         (vc-dir-marked-only-files): New function.
1659         (vc-next-action): Don't ignore directories, look at the files
1660         inside them.
1661         (vc-dir-mode): Document how the mark/unmark commands work.
1663 2008-04-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1665         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
1666         Rule out trailing spaces in file and directory names as well.
1668         * minibuffer.el (completion--do-completion): Move point even if the
1669         completion makes no change.
1670         (completion-pcm-try-completion): Fix computation of new point.
1672 2008-04-30  David Hansen  <david.hansen@gmx.net>
1674         * dired.el: Require 'cl.
1676 2008-04-30  Nick Roberts  <nickrob@snap.net.nz>
1678         * progmodes/gdb-ui.el (gdb-frame-handler-1): Make overlay arrow
1679         hollow if not in innermost frame.
1681 2008-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1683         Make `checkout-model' apply to filesets.
1684         * vc-hooks.el (vc-checkout-model): Rewrite.
1685         (vc-before-save, vc-after-save): Adjust callers accordingly.
1686         * vc.el (vc-editable-p, vc-next-action, vc-checkout, vc-update)
1687         (vc-transfer-file): Adjust callers accordingly.
1688         * vc-rcs.el (vc-rcs-checkout-model): Adjust arg.
1689         (vc-rcs-state, vc-rcs-state-heuristic, vc-rcs-receive-file)
1690         (vc-rcs-checkout, vc-rcs-fetch-master-state): Use vc-rcs-checkout-model
1691         instead of vc-checkout-model.
1692         * vc-mcvs.el (vc-mcvs-revert):
1693         Use vc-mcvs-checkout-model i.s.o vc-checkout-model.
1694         * vc-cvs.el (vc-cvs-checkout-model): Adjust arg.
1695         (vc-cvs-revert): Use vc-cvs-checkout-model i.s.o vc-checkout-model.
1696         * vc-svn.el (vc-svn-checkout-model):
1697         * vc-hg.el (vc-hg-checkout-model):
1698         * vc-git.el (vc-git-checkout-model):
1699         * vc-bzr.el (vc-bzr-checkout-model): Adjust arg.
1701         * dired.el (dired-read-dir-and-switches): Replace last change with
1702         a new approach that mixes read-file-name and read-directory-name.
1704         * files.el (read-buffer-to-switch):
1705         Avoid making assumptions about `other-buffer'.
1707 2008-04-29  Sam Steingold  <sds@gnu.org>
1709         * vc.el (vc-dir-mode-hook): Add normal hook.
1710         (vc-dir-mode): Run it.
1712 2008-04-29  Nick Roberts  <nickrob@snap.net.nz>
1714         * progmodes/gdb-ui.el (gdb-display-buffer): Don't pop up GUD buffer.
1715         Always split windows.
1716         (gdb-speedbar-timer-fn): Only raise frame after user input.
1717         (gdb-same-frame): Reverse initial value.
1718         (gdb-display-gdb-buffer): Check for GUD buffer in other frames.
1720         * progmodes/gud.el (gud-speedbar-buttons): Raise frame in
1721         gdb-speedbar-timer-fn.
1723 2008-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1725         * uniquify.el (uniquify-rationalize-a-list): Beware of side-effects.
1727 2008-04-29  Daiki Ueno  <ueno@unixuser.org>
1729         * epa.el (epa-key-list-mode-map): Add menu.
1730         (epa-delete-keys, epa-import-keys): Fix typo.
1732 2008-04-29  Glenn Morris  <rgm@gnu.org>
1734         * find-cmd.el (top-level): Does not need cl when compiling.
1736 2008-04-29  Phil Jackson  <phil@shellarchive.co.uk>
1738         * find-cmd.el: New file.
1740 2008-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1742         * minibuffer.el (completion-hilit-commonality): Remove leftover code.
1743         (completion-pcm--pattern->regex): Let `group' be a list of symbols.
1744         (completion-pcm--hilit-commonality): New function.
1745         (completion-pcm-all-completions): Use it.
1747         * minibuffer.el (completion-common-substring): Mark obsolete.
1748         (completions-first-difference, completions-common-part):
1749         Move from simple.el.
1750         (completion-hilit-commonality): New fun.
1751         (display-completion-list, completion-emacs21-all-completions)
1752         (completion-emacs22-all-completions): Use it.
1753         * simple.el (completions-first-difference, completions-common-part):
1754         Move to minibuffer.el.
1755         (choose-completion-string): Use field functions and minibufferp.
1756         (completion-setup-function): Don't set completions faces.
1758 2008-04-29  Glenn Morris  <rgm@gnu.org>
1760         * calendar/calendar.el (calendar-nth-named-absday)
1761         (calendar-nth-named-day):
1762         * calendar/diary-lib.el (diary-list-sexp-entries, diary-float):
1763         * calendar/holidays.el (holiday-float): Doc fixes.
1765         * emacs-lisp/check-declare.el (check-declare-errmsg): Fix counting in
1766         the `full' case.
1768         * org/org-agenda.el (calendar-iso-from-absolute):
1769         * org/org.el (calendar-absolute-from-iso, calendar-iso-from-absolute):
1770         Fix declarations.
1772 2008-04-28  Nick Roberts  <nickrob@snap.net.nz>
1774         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Make breakpoint
1775         icons work for assembler, i.e. FILE.s, FILE.S (not disassembly).
1776         (gdb-goto-breakpoint): Likewise for visiting breakpoints.
1777         (gdb-assembler-custom): Be careful not to match other addresses.
1779 2008-04-29  Jason Rumney  <jasonr@gnu.org>
1781         * battery.el (battery-status-function): Use w32-battery-status
1782         on Windows.
1783         (battery-echo-area-format): Make apm format the general case.
1784         (battery-mode-line-format): Merge apm and pmset formats as the
1785         general case.
1787 2008-04-29  Nick Roberts  <nickrob@snap.net.nz>
1789         * progmodes/gdb-ui.el (gdb-info-stack-custom):
1790         Use gud-tool-bar-item-visible-no-fringe.
1791         (gdb-display-buffer): Don't pop new buffer if gud-comint-buffer
1792         is already visible in frame.  Remove optional size parameter
1793         and add optional frame parameter.
1795         * progmodes/gud.el (gud-display-line): Only consider visible
1796         frames when looking for source buffer.
1798 2008-04-28  Chong Yidong  <cyd@stupidchicken.com>
1800         * doc-view.el (doc-view-new-window-function): Avoid using WINDOW
1801         argument to get-char-property, in case the current buffer hasn't
1802         been assigned to that window yet.
1803         (doc-view-display): Default to selected window if the current
1804         buffer hasn't been assigned to a window yet.
1806 2008-04-28  Vinicius Jose Latorre  <bzg@altern.org>
1808         * whitespace.el (whitespace-trailing-regexp): Fix docstring.
1810 2008-04-28  Michael Albinus  <michael.albinus@gmx.de>
1812         * net/tramp.el (tramp-mode): New defcustom.
1813         (tramp-file-name-handler, tramp-completion-file-name-handler):
1814         Use it.
1815         (tramp-replace-environment-variables): Handle "$$".
1817 2008-04-28  Sam Steingold  <sds@gnu.org>
1819         * vc-hg.el (vc-hg-rename-file): Fix argument order.
1821 2008-04-28  Bastien Guerry  <bzg@altern.org>
1823         * whitespace.el (whitespace-trailing): Fix typo.
1825 2008-04-28  Sam Steingold  <sds@gnu.org>
1827         * textmodes/remember.el (diary-make-entry): Update the autoload.
1829 2008-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1831         * minibuffer.el (completion-pcm--all-completions): Don't pass nil to
1832         all-completions.
1834 2008-04-28  Juanma Barranquero  <lekktu@gmail.com>
1836         * desktop.el (desktop-minor-mode-table): Add `savehist-mode'.
1838 2008-04-27  Dan Nicolaescu  <dann@ics.uci.edu>
1840         * vc.el (vc-dir-mode-map): Change bindings for unmark all and revert.
1841         (vc-dir-parent-marked-p, vc-dir-children-marked-p): Implement.
1842         (vc-dir-mark-file): Add an optional argument.
1843         (vc-dir-mark-all-files, vc-dir-unmark-all-files): Deal with directories.
1845 2008-04-27  Daiki Ueno  <ueno@unixuser.org>
1847         * epa-file.el (epa-file-enable, epa-file-disable): Use find-file-hook
1848         rather than obsolete alias find-file-hooks.
1849         (auto-encryption-mode): Rename from epa-file-mode.  Default to on.
1850         Use find-file-hook rather than obsolete alias find-file-hooks.
1851         Add to find-file-not-found-functions.
1852         (epa-file-handler): Put 'safe-magic and 'operations properties.
1854         * epa.el (epa-global-minor-modes, epa-mode, epa-menu)
1855         (epa-menu-items): Remove.
1857         * epa-dired.el (epa-dired-do-decrypt, epa-dired-do-verify)
1858         (epa-dired-do-sign, epa-dired-do-encrypt): Add autoload cookie.
1859         (epa-dired-mode, epa-global-dired-mode): Remove.
1861         * dired.el (dired-mode-map): Bind encryption/decryption commands.
1863         * menu-bar.el (menu-bar-encryption-decryption-menu): New menu item.
1865         * files.el (insert-file-contents-literally): Inhibit epa-file-handler.
1867 2008-04-27  Glenn Morris  <rgm@gnu.org>
1869         * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
1870         Remove un-needed local `orig-list'.  Replace cl `copy-list'.
1872 2008-04-27  Carsten Dominik  <dominik@science.uva.nl>
1874         * org/org.el (org-html-level-start): Always have id's in HTML.
1875         (org-export-as-html): Use `org-link-protocols' to
1876         retrieve the export form of the link.
1877         (org-add-link-type): Final parameter renamed from PUBLISH.
1878         Better documentation of how it is to be used.  Avoid double entries for
1879         the same link type.
1880         (org-add-link-props): New function.
1881         (org-modules-loaded): New variable.
1882         (org-load-modules-maybe, org-set-modules): New function.
1883         (org-modules): New option.
1884         (org-mode, org-cycle, orgstruct-mode, org-run-like-in-org-mode)
1885         (orgtbl-mode, org-store-link, org-insert-link-global)
1886         (org-open-at-point): Call `org-load-modules-maybe'.
1887         (org-search-view): Add more text properties.
1888         (org-agenda-schedule, org-agenda-deadline): Allow also in
1889         search-type agendas.
1890         (org-search-view): Order of arguments has been changed.
1891         Interpret prefix-arg as TODO-ONLY.
1892         (org-agenda, org-run-agenda-series, org-agenda-manipulate-query):
1893         Take new argument order of `org-search-view' into account.
1894         (org-todo-only): New variable.
1895         (org-search-syntax-table): New variable and function.
1896         (org-search-view): Do the search with the special syntax table.
1897         (define-obsolete-function-alias): Make work with XEmacs.
1898         (org-add-planning-info): Use old date as default when modifying an
1899         existing deadline or scheduled item.
1900         (org-agenda-compute-time-span): Make argument N optional.
1901         (org-agenda-format-date-aligned): Require `cal-iso'.
1902         (org-agenda-list): Include week into agenda heading, don't
1903         list it at each date (only on Mondays).
1904         (org-read-date-analyze): Define local variable `iso-date'.
1905         (org-agenda-format-date-aligned): Remove dependency on
1906         `calendar-time-from-absolute'.
1907         (org-remember-apply-template, org-go-to-remember-target):
1908         Interpret filenames relative to `org-directory'.
1909         (org-complete): Silently fail when trying to complete
1910         keywords that don't have a default value.
1911         (org-get-current-options): Add a #+DATE: option.
1912         (org-additional-option-like-keywords): Remove "DATE:" from the
1913         list of additional keywords.
1914         (org-export-as-html): Remove (current-time) as unnecessary second
1915         argument of `format-time-string'.
1916         (org-clock-find-position): Handle special case at end of buffer.
1917         (org-agenda-day-view): New argument DAY-OF-YEAR, pass it on to
1918         `org-agenda-change-time-span'.
1919         (org-agenda-week-view): New argument ISO-WEEK, pass it on to
1920         `org-agenda-change-time-span'.
1921         (org-agenda-month-view): New argument MONTH, pass it on to
1922         `org-agenda-change-time-span'.
1923         (org-agenda-year-view): New argument YEAR, pass it on to
1924         `org-agenda-change-time-span'.
1925         (org-agenda-change-time-span): New optional argument N, pass it on
1926         to `org-agenda-compute-time-span'.
1927         (org-agenda-compute-time-span): New argument N, interpret it by
1928         changing the starting day.
1929         (org-small-year-to-year): New function.
1930         (org-scheduled-past-days): Respect `org-scheduled-past-days'.
1931         (org-auto-repeat-maybe): Make sure that repeating dates are pushed
1932         into the future, and that the shift is at least one interval, never 0.
1933         (org-update-checkbox-count): Fix bug with checkbox counting.
1934         (org-add-note): New command.
1935         (org-add-log-setup): Rename from `org-add-log-maybe'.
1936         (org-log-note-headings): New entry for plain notes (i.e. notes not
1937         related to state changes or clocking).
1938         (org-get-org-file): Check for availability of `remember-data-file'.
1939         (org-cached-entry-get): Allow a regexp value for
1940         `org-use-property-inheritance'.
1941         (org-use-property-inheritance): Allow regexp value.  Fix bug in
1942         customization type.
1943         (org-use-tag-inheritance): Allow a list and a regexp value for
1944         this variable.
1945         (org-scan-tags, org-get-tags-at): Implement selective tag inheritance.
1946         (org-entry-get): Respect value `selective' for the INHERIT argument.
1947         (org-tag-inherit-p, org-property-inherit-p): New functions.
1948         (org-agenda-format-date-aligned): Allow 10 characters for
1949         weekday, to acomodate German locale.
1950         (org-add-archive-files): New function.
1951         (org-agenda-files): New argument `ext', to get archive files as well.
1952         (org-tbl-menu): Protect the use of variables that
1953         are only available when org-table.el gets loaded.
1954         (org-read-agenda-file-list): Error if `org-agenda-files' is a
1955         single directory.
1956         (org-open-file): Allow a batch process to trigger
1957         waiting after executing a system command.
1958         (org-store-link): Link to headline when there is not
1959         target and no region in an org-mode buffer when creating a link.
1960         (org-link-types-re): New variable.
1961         (org-make-link-regexps): Compute `org-link-types-re'.
1962         (org-make-link-description-function): New option.
1963         (org-agenda-date, org-agenda-date-weekend): New faces.
1964         (org-archive-sibling-heading): New option.
1965         (org-archive-to-archive-sibling): New function.
1966         (org-iswitchb): New command.
1967         (org-buffer-list): New function.
1968         (org-agenda-columns): Also try the #+COLUMNS line in
1969         the buffer associated with the entry at point (or with the first
1970         entry in the agenda view).
1971         (org-modules): Add entry for org-bibtex.el.
1972         (org-completion-fallback-command): Move into `org-completion' group.
1973         (org-clock-heading-function): Move to `org-progress' group.
1974         (org-auto-repeat-maybe): Make sure that a note can
1975         be enforces if `org-log-repeat' is `note'.
1976         (org-modules): Allow additional symbols for external packages.
1977         (org-ctrl-c-ctrl-c): Allow for `org-clock-overlays' to be undefined.
1978         (org-clock-goto): Hide drawers after showing an
1979         entry with `org-clock-goto.'
1980         (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft):
1981         Try also a clocktable block shift.
1982         (org-clocktable-try-shift): New function.
1983         (org-columns-hscoll-title): New function.
1984         (org-columns-previous-hscroll): New variable.
1985         (org-columns-full-header-line-format): New variable.
1986         (org-columns-display-here-title, org-columns-remove-overlays):
1987         Install `org-columns-hscoll-title' in post-command-hook.
1989         * org/org.el: Split into many small files.
1991         * org/org-agenda.el: New file, split off from org.el.
1993         * org/org-archive.el: New file, split off from org.el.
1995         * org/org-bbdb.el: New file.
1997         * org/org-bibtex.el: New file, split off from org.el.
1999         * org/org-clock.el: New file, split off from org.el.
2001         * org/org-colview.el: New file, split off from org.el.
2003         * org/org-compat.el: New file, split off from org.el.
2005         * org/org-exp.el: New file, split off from org.el.
2007         * org/org-faces.el: New file, split off from org.el.
2009         * org/org-gnus.el: New file, split off from org.el.
2011         * org/org-info.el: New file, split off from org.el.
2013         * org/org-infojs.el: New file.
2015         * org/org-irc.el: New file.
2017         * org/org-macs.el: New file, split off from org.el.
2019         * org/org-mew.el: New file.
2021         * org/org-mhe.el: New file, split off from org.el.
2023         * org/org-publish.el: New file, split off from org.el.
2025         * org/org-remember.el: New file, split off from org.el.
2027         * org/org-rmail.el: New file, split off from org.el.
2029         * org/org-table.el: New file, split off from org.el.
2031         * org/org-vm.el: New file, split off from org.el.
2033         * org/org-wl.el: New file, split off from org.el.
2035 2008-04-27  Jason Riedy  <jason@acm.org>
2037         * lisp/org-table.el (orgtbl-to-generic): Add a :remove-nil-lines
2038         parameter that supresses lines that evaluate to NIL.
2039         (orgtbl-get-fmt): New inline function for
2040         picking apart formats that may be lists.
2041         (orgtbl-apply-fmt): New inline function for applying formats that
2042         may be functions.
2043         (orgtbl-eval-str): New inline function for strings that may be
2044         functions.
2045         (orgtbl-format-line, orgtbl-to-generic): Use and document.
2046         (orgtbl-to-latex, orgtbl-to-texinfo): Document.
2047         (*orgtbl-llfmt*, *orgtbl-llstart*)
2048         (*orgtbl-llend*): Dynamic variables for last-line formatting.
2049         (orgtbl-format-section): Shift formatting to support detecting the
2050         last line and formatting it specially.
2051         (orgtbl-to-generic): Document :ll* formats.  Set to the non-ll
2052         formats unless overridden.
2053         (orgtbl-to-latex): Suggest using :llend to suppress the final \\.
2054         (*orgtbl-table*, *orgtbl-rtn*): Dynamically
2055         bound variables to hold the input collection of lines and output
2056         formatted text.
2057         (*orgtbl-hline*, *orgtbl-sep*, *orgtbl-fmt*, *orgtbl-efmt*)
2058         (*orgtbl-lfmt*, *orgtbl-lstart*, *orgtbl-lend*): Dynamically bound
2059         format parameters.
2060         (orgtbl-format-line): New function encapsulating formatting for a
2061         single line.
2062         (orgtbl-format-section): Similar for each section.  Rebinding the
2063         dynamic vars customizes the formatting for each section.
2064         (orgtbl-to-generic): Use orgtbl-format-line and
2065         orgtbl-format-section.
2066         (org-get-param): Now unused, so delete.
2067         (orgtbl-gather-send-defs): New function to
2068         gather all the SEND definitions before a table.
2069         (orgtbl-send-replace-tbl): New function to find the RECEIVE
2070         corresponding to the current name.
2071         (orgtbl-send-table): Use the previous two functions and implement
2072         multiple destinations for each table.
2074         * doc/org.texi (A LaTeX example): Note that fmt may be a
2075         one-argument function, and efmt may be a two-argument function.
2076         (Radio tables): Document multiple destinations.
2078 2008-04-27  Carsten Dominik  <dominik@science.uva.nl>
2080         * org/org-agenda.el (org-add-to-diary-list): New function.
2081         (org-prefix-has-effort): New variable.
2082         (org-sort-agenda-noeffort-is-high): New option.
2083         (org-agenda-columns-show-summaries)
2084         (org-agenda-columns-compute-summary-properties): New options.
2085         (org-format-agenda-item): Compute the duration of the item.
2086         (org-agenda-weekend-days): New variable.
2087         (org-agenda-list, org-timeline): Use the proper faces for dates in
2088         the agenda and timeline buffers.
2089         (org-agenda-archive-to-archive-sibling): New command.
2090         (org-agenda-start-with-clockreport-mode): New option.
2091         (org-agenda-clockreport-parameter-plist): New option.
2092         (org-agenda-clocktable-mode): New variable.
2093         (org-agenda-deadline-leaders): Allow a function value for the
2094         deadline leader.
2095         (org-agenda-get-deadlines): Deal with new function value.
2097         * lisp/org-clock.el (org-clock): New customization group.
2098         (org-clock-into-drawer, org-clock-out-when-done)
2099         (org-clock-in-switch-to-state, org-clock-heading-function):
2100         Move into the new group.
2101         (org-clock-out-remove-zero-time-clocks): New option.
2102         (org-clock-out): Use `org-clock-out-remove-zero-time-clocks'.
2103         (org-dblock-write:clocktable): Allow a Lisp form for the scope
2104         parameter.
2105         (org-dblock-write:clocktable): Fix bug with total time calculation.
2106         (org-dblock-write:clocktable): Request the unrestricted list of files.
2107         (org-get-clocktable): New function.
2108         (org-dblock-write:clocktable): Make sure :tstart and :tend can not only
2109         be strings but also integers (an absolute day number) and lists (m d y).
2111         * org/org-colview.el (org-columns-next-allowed-value)
2112         (org-columns-edit-value): Limit the effort for updating in the
2113         agenda to recomputing a single file.
2114         (org-columns-compute): Only write property value if it has changed.
2115         This avoids raising the buffer-change-flag unnecessarily.
2116         (org-agenda-colview-summarize)
2117         (org-agenda-colview-compute): New functions.
2118         (org-agenda-columns): Call `org-agenda-colview-summarize'.
2120         * org/org-exp.el (org-export-run-in-background): New option.
2121         (org-export-icalendar): Allow a batch process to trigger waiting
2122         after executing a system command.
2123         (org-export-preprocess-string): Rename from
2124         `org-cleaned-string-for-export'.
2125         (org-export-html-style): Made target class look like normal text.
2126         (org-export-as-html): Make use of the better proprocessing in
2127         `org-cleaned-string-for-export'.
2128         (org-cleaned-string-for-export): Better treatment of heuristic
2129         targets, many more internal links will now work in HTML export.
2130         (org-get-current-options): Incorporate LINK_UP, LINK_HOME, and INFOJS.
2131         (org-export-inbuffer-options-extra): New variable.
2132         (org-export-options-filters): New hook.
2133         (org-infile-export-plist): Find also the settings keywords in
2134         `org-export-inbuffer-options-extra'.
2135         (org-infile-export-plist): Allow multiple #+OPTIONS lines and
2136         multiple #+INFOJS_OPT lines.
2137         (org-export-html-handle-js-options): New function.
2138         (org-export-html-infojs-setup): New option.
2139         (org-export-as-html): Call `org-export-html-handle-js-options'.
2140         Add autoload to all entry points.
2141         (org-skip-comments): Function removed.
2143         * org/org-table.el (org-table-make-reference): Extra parenthesis
2144         around single fields, to make sure that algebraic formulas get
2145         correctly interpreted by calc.
2146         (org-table-current-column): No longer interactive.
2148         * org/org-export-latex.el (org-export-latex-preprocess):
2149         Rename from `org-export-latex-cleaned-string'.
2151 2008-04-27  Bastien Guerry  <bzg@altern.org>
2153         * org/org-publish.el (org-publish-get-base-files-1): New function.
2154         (org-publish-get-base-files): Use it.
2155         (org-publish-temp-files): New variable.
2156         Don't require 'dired-aux anymore.
2157         (org-publish-initial-buffer): New variable.
2158         (org-publish-org-to, org-publish): Use it.
2159         (org-publish-get-base-files-1): Bug fix: get
2160         the proper list of files when recursing thru a directory.
2161         (org-publish-get-base-files): Use the :exclude property to skip
2162         both files and directories.
2164 2008-04-27  Michael Albinus  <michael.albinus@gmx.de>
2166         * net/tramp.el (tramp-handle-make-symbolic-link)
2167         (tramp-handle-file-name-directory)
2168         (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
2169         (tramp-do-copy-or-rename-file-directly)
2170         (tramp-handle-insert-directory, tramp-handle-expand-file-name)
2171         (tramp-handle-substitute-in-file-name)
2172         (tramp-handle-insert-file-contents, tramp-handle-write-region)
2173         * net/tramp-cache.el (tramp-get-file-property)
2174         (tramp-set-file-property, tramp-flush-file-property)
2175         (tramp-flush-directory-property)
2176         * net/tramp-compat.el (tramp-compat-make-temp-file)
2177         * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
2178         Disable `file-name-handler-alist' when handling localname.
2179         It could have a remote file syntax, like a VMS file name.
2181 2008-04-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2183         * whitespace.el: New version 11.1.
2184         (whitespace-trailing-regexp): Option fix, now trailing regexp must be
2185         enclosed by \\( and \\)$.  Docstring fix.
2186         (whitespace-trailing-regexp): Fun removed.
2187         (whitespace-report-list): Const initialization fix.
2188         (whitespace-color-on): Code fix.
2190 2008-04-27  Andreas Schwab  <schwab@suse.de>
2192         * Makefile.el: Unbreak bootstrap.
2194 2008-04-27  Michael Albinus  <michael.albinus@gmx.de>
2196         * net/tramp.el (tramp-replace-environment-variables): New defun.
2197         (tramp-handle-substitute-in-file-name, tramp-file-name-handler):
2198         Use it.
2200 2008-04-27  Glenn Morris  <rgm@gnu.org>
2202         * emacs-lisp/bytecomp.el (byte-compile-file): Doc fix.
2204         * calculator.el (calculator-expt): Replace cl function `oddp'.
2206 2008-04-27  Johan BockgÃ¥rd  <bojohan@gnu.org>
2208         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
2209         Simplify.  Collect `defun' and `autoload' entries.
2210         Avoid modifying load-history.
2212 2008-04-26  Glenn Morris  <rgm@gnu.org>
2214         * textmodes/ispell.el (ispell-insert-word): Revert previous change.
2216         * simple.el (quoted-insert, zap-to-char): Revert previous change.
2218 2008-04-26  John Paul Wallington  <jpw@pobox.com>
2220         * hexl.el (hexl-mode): Stash `eldoc-documentation-function' in
2221         `hexl-mode-old-eldoc-documentation-function'.
2222         (hexl-mode-exit): Restore it.
2223         (hexl-mode-old-eldoc-documentation-function): Declare for compiler.
2225         * w32-fns.el (top-level): Don't set `completion-ignore-case' to t.
2227 2008-04-26  Juanma Barranquero  <lekktu@gmail.com>
2229         * minibuffer.el (completion-pcm-word-delimiters): Add :group.
2230         (completion-pcm--all-completions): Doc fix.
2231         (completion-styles-alist, completion-all-completions):
2232         Fix typos in docstrings.
2234 2008-04-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2236         * whitespace.el: There is now only one variable (whitespace-style) to
2237         specify which kind of blank is visualized.  Doc and docstring fix.
2238         New version 11.0.
2239         (whitespace-style): New option, replace whitespace-style-mark and
2240         whitespace-style-color.
2241         (whitespace-style-mark, whitespace-style-color): Options removed.
2242         (whitespace-hspace, whitespace-tab, whitespace-newline)
2243         (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
2244         (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
2245         (whitespace-hspace-regexp, whitespace-space-regexp)
2246         (whitespace-tab-regexp, whitespace-trailing-regexp)
2247         (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
2248         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
2249         (whitespace-space-after-tab-regexp, whitespace-line-column)
2250         (whitespace-display-mappings, whitespace-report): Docstring fix.
2251         (whitespace-color-value-list, whitespace-mark-value-list)
2252         (whitespace-active-color, whitespace-active-mark)
2253         (whitespace-toggle-color, whitespace-toggle-mark): Vars removed.
2254         (whitespace-style-value-list, whitespace-active-style)
2255         (whitespace-toggle-style): New vars.
2256         (whitespace-toggle-option-alist, whitespace-help-text):
2257         Var initialization and docstring fix.
2258         (whitespace-toggle-options, global-whitespace-toggle-options)
2259         (whitespace-cleanup, whitespace-cleanup-region)
2260         (whitespace-report-region, whitespace-interactive-char)
2261         (whitespace-toggle-list): Docstring and code fix.
2262         (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
2263         (whitespace-turn-off, whitespace-color-on, whitespace-color-off)
2264         (whitespace-display-char-on, whitespace-display-char-off): Code fix.
2265         (whitespace-style-face-p, whitespace-style-mark-p): New fun.
2267 2008-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2269         * diff-mode.el (diff-hunk-header-re-unified): Allow elided line counts.
2270         (diff-end-of-hunk, diff-unified->context, diff-fixup-modifs)
2271         (diff-sanity-check-hunk): Adjust code accordingly.
2273 2008-04-26  Glenn Morris  <rgm@gnu.org>
2275         * abbrev.el (define-abbrev): Don't use `iff' in doc-strings.
2277         * forms-d2.dat: Move to ../etc.
2278         * forms-d2.el (forms-file): Adapt for above change.
2280         * simple.el (quoted-insert, zap-to-char): Remove uses of obsolete
2281         `translation-table-for-input'.
2283         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): New function.
2284         (byte-compile-obsolete, byte-compile-variable-ref): Use it.
2286         * progmodes/fortran.el (fortran-mode-syntax-table): Change `;'
2287         to punctuation now it's not needed for abbrevs.
2288         (fortran-mode-abbrev-table): Remove defvar, make use of new
2289         define-abbrev-table :regexp feature.
2291         * textmodes/ispell.el (ispell-insert-word): Remove, and replace with
2292         insert, now that translation-table-for-input is not needed.
2294 2008-04-26  Johannes Weiner  <hannes@saeurebad.de>
2296         * emacs-lisp/pp.el (pp-display-expression): New function,
2297         extracted from pp-eval-expression.
2298         (pp-eval-expression): Use pp-display-expression.
2299         (pp-macroexpand-expression, pp-macroexpand-last-sexp): New functions.
2300         (pp-last-sexp): New function, extracted from pp-eval-last-sexp.
2301         (pp-eval-last-sexp): Use pp-last-sexp.
2303 2008-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2305         * abbrev.el (define-abbrev-table): Apply props even if the table
2306         exists already.
2308         * minibuffer.el (completion-table-with-context): Fix `pred' for the
2309         various kinds of completion tables.
2310         (completion-emacs22-try-completion): Place cursor after the /, as was
2311         done in Emacs-22's minibuffer-complete-word.
2312         Fix bug reported by David Hansen <david.hansen@gmx.net>.
2313         (completion-emacs22-try-completion): Merge all mergable text rather
2314         than just /.
2315         (completion-pcm--delim-wild-regex): New var.
2316         (completion-pcm-word-delimiters): New custom.
2317         (completion-pcm--prepare-delim-re, completion-pcm--pattern-trivial-p)
2318         (completion-pcm--string->pattern, completion-pcm--pattern->regex)
2319         (completion-pcm--all-completions, completion-pcm-all-completions)
2320         (completion-pcm--merge-completions, completion-pcm--pattern->string)
2321         (completion-pcm-try-completion): New functions.
2322         (completion-styles-alist): Add them.
2323         (completion-styles): Add it to the default.
2325 2008-04-25  Nick Roberts  <nickrob@snap.net.nz>
2327         * progmodes/gdb-ui.el (gud-watch): Don't create speedbar...
2328         (gdb-var-create-handler): ...until here when there are values.
2329         (gdb-post-prompt): Don't do -var-update with no watch expressions.
2330         (gdb-info-locals-handler): Don't match "struct {...}" as an array.
2332 2008-04-25  Eli Zaretskii  <eliz@gnu.org>
2334         * ls-lisp.el (ls-lisp-format): Fix last change.
2335         (ls-lisp-uid-d-fmt, ls-lisp-uid-s-fmt, ls-lisp-gid-d-fmt)
2336         (ls-lisp-gid-s-fmt, ls-lisp-filesize-d-fmt)
2337         (ls-lisp-filesize-f-fmt): New defvars.
2338         (ls-lisp-insert-directory): Dynamically compute format specifiers
2339         for displaying UID, GID, and file size, and store them in the
2340         above variables.
2341         (ls-lisp-format): Use ls-lisp-filesize-f-fmt, ls-lisp-uid-s-fmt,
2342         ls-lisp-uid-d-fmt, ls-lisp-gid-s-fmt, and ls-lisp-gid-d-fmt
2343         instead of constant format strings.
2344         (ls-lisp-format-file-size): Use ls-lisp-filesize-f-fmt and
2345         ls-lisp-filesize-d-fmt instead of constant format strings.
2347 2008-04-24  Nick Roberts  <nickrob@snap.net.nz>
2349         * progmodes/gdb-ui.el (gdb-invalidate-assembler): Compare numeric
2350         value of addresses rather than (partial) string value.
2351         (gdb-frame-handler): Change regexp according to above change.
2352         (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
2353         (gdb-registers-mode, gdb-memory-mode, gdb-locals-mode)
2354         (gdb-assembler-mode): Disable undo in these buffers.
2356 2008-04-24  Michael Albinus  <michael.albinus@gmx.de>
2358         * net/tramp.el (tramp-get-remote-stat): Test whether stat supports %s.
2359         Reported by Loris Bennett <loris.bennett@fu-berlin.de>.
2361 2008-04-24  Sam Steingold  <sds@gnu.org>
2363         * textmodes/remember.el (remember-diary-extract-entries): Use
2364         diary-make-entry instead of the obsolete make-diary-entry.
2366 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2368         * subr.el (translation-table-for-input): Mark as obsolete.
2370         * isearch.el (isearch-search-string): Avoid string-bytes and aset.
2372         * international/quail.el (quail-build-decode-map): Avoid string-bytes.
2374         * textmodes/ispell.el (ispell-dictionary-alist-1)
2375         (ispell-dictionary-alist-2, ispell-dictionary-alist-3)
2376         (ispell-dictionary-alist-4, ispell-dictionary-alist-5)
2377         (ispell-dictionary-alist-6): Remove.
2378         (ispell-dictionary-base-alist): New var, merges the above.
2379         (ispell-find-aspell-dictionaries, ispell-set-spellchecker-params):
2380         Use it.
2381         (ispell-dictionary-alist): Default to nil.  Remove autoload.
2382         (ispell-local-dictionary-alist): Remove autoload.
2384         * progmodes/f90.el (f90-mode-syntax-table): Don't set ` as word syntax.
2385         (f90-mode-abbrev-table): Use the new :regexp feature.
2386         Merge defvar and mapc into define-abbrev-table.
2387         (f90-imenu-type-matcher): Remove unused `l'.
2388         (f90-imenu-generic-expression): Remove unused `not-ib'.
2389         (f90-prepare-abbrev-list-buffer): Use with-current-buffer.
2390         (f90-change-keywords): Use restore-buffer-modified-p.
2392 2008-04-24  Glenn Morris  <rgm@gnu.org>
2394         * net/goto-addr.el (goto-address-prog-mode):
2395         * progmodes/bug-reference.el (bug-reference-prog-mode):
2396         Define for compiler.
2398         * minibuffer.el (x-file-dialog): Declare as function.
2400         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file): Use
2401         dframe-update-speed rather than obsolete alias speedbar-update-speed.
2403         * calendar/cal-menu.el (cal-menu-diary-menu): Fix typo.
2404         (cal-menu-scroll-menu): Use commands rather than key macros, which don't
2405         work with easymenu.  Add :keys where needed.
2407         * calendar/cal-move.el (calendar-scroll-left): Handle case when
2408         event-start is nil.
2410         * calendar/calendar.el (calendar-mode-map): Fix typo.
2412 2008-04-24  Tom Tromey  <tromey@redhat.com>
2414         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
2415         Document keywords.  Add :suppress.
2416         * pcvs-defs.el (cvs-mode-map): Use :suppress.
2418         * net/goto-addr.el (goto-address-unfontify): New function.
2419         (goto-address-fontify): Use it.  Respect goto-address-prog-mode.
2420         (goto-address-fontify-region, goto-address-mode)
2421         (goto-address-prog-mode): New functions.
2423         * progmodes/bug-reference.el: New file.
2425 2008-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2427         * term/mac-win.el (mac-ts-active-input-buf): Move defvar to macterm.c.
2429 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2431         * emacs-lisp/easymenu.el (easy-menu-make-symbol): Don't wrap keyboard
2432         macros within lambdas.
2434 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2436         * minibuffer.el (completion-try-completion): Add `point' argument.
2437         Change return value.
2438         (completion-all-completions): Add `point' argument.
2439         (minibuffer-completion-help): Pass the new `point' argument.
2440         (completion--do-completion): Pass the whole field to try-completion.
2441         (completion--try-word-completion): Rewrite, making fewer assumptions.
2442         (completion-emacs21-try-completion, completion-emacs21-all-completions)
2443         (completion-emacs22-try-completion, completion-emacs22-all-completions)
2444         (completion-basic-try-completion, completion-basic-all-completions):
2445         New functions.
2446         (completion-styles-alist): Use them.
2448 2008-04-23  Agustin Martin  <agustin.martin@hispalinux.es>
2450         * ispell.el (ispell-set-spellchecker-params): New function to make sure
2451         right params and dictionary alists are used after spellchecker changes.
2452         (ispell-aspell-dictionary-alist, ispell-last-program-name)
2453         (ispell-initialize-spellchecker-hook): New variables and hook.
2454         (ispell-find-aspell-dictionaries): Use ispell-aspell-dictionary-alist.
2455         (ispell-maybe-find-aspell-dictionaries): Remove.
2456         Calls replaced by (ispell-set-spellchecker-params) calls.
2457         (ispell-have-aspell-dictionaries): Remove.
2458         * flyspell.el: Replace ispell-maybe-find-aspell-dictionaries by
2459         ispell-set-spellchecker-params.
2461 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2463         * complete.el (PC-do-completion): Be more robust in the presence of
2464         unexpected values in minibuffer-completion-predicate.
2466         * minibuffer.el (read-file-name): Don't let-bind default-directory.
2467         Only abbreviate default-filename if it's a file.
2469         * minibuffer.el (read-file-name-function, read-file-name-predicate)
2470         (read-file-name-completion-ignore-case, insert-default-directory):
2471         New vars, moved from fileio.c.
2472         (read-file-name): New fun, moved from fileio.c.
2473         * cus-start.el: Remove insert-default-directory and
2474         read-file-name-completion-ignore-case.
2476 2008-04-23  Magnus Henoch  <mange@freemail.hu>
2478         * tar-mode.el (tar-untar-buffer): If the entry has directory
2479         link type, extract it as a directory even if its file name doesn't
2480         end with a slash.  Fixes extraction of NetBSD tar archives.
2482 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2484         * server.el (server-start): Also don't get confused by CRs since we
2485         don't quote them.
2487 2008-04-23  Nick Roberts  <nickrob@snap.net.nz>
2489         * progmodes/gdb-ui.el (gdb-init-buffer): New function.
2490         (gdb-set-gud-minor-mode-existing-buffers)
2491         (gdb-info-breakpoints-custom, gdb-get-location)
2492         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
2493         Previously gdb-create-define-alist wasn't always run and added to
2494         after-save-hook.
2496         * progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer.
2498 2008-04-23  Kevin Ryde  <user42@zip.com.au>
2500         * progmodes/make-mode.el (makefile-fill-paragraph): Treat indented
2501         comments like unindented ones.
2503 2008-04-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2505         * term/mac-win.el (mac-ae-open-documents): Adjust selection range
2506         parameter origins.
2508 2008-04-23  Kevin Ryde  <user42@zip.com.au>
2510         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2511         Bind print-level to ensure output forms aren't truncated if
2512         print-level is set to eval-expression-print-level when going via
2513         eval-defun and friends, or has been otherwise fiddled with.
2515 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2517         * progmodes/cc-mode.el (c-basic-common-init): Don't set
2518         font-lock-extend-after-change-region-function globally.
2520 2008-04-23  Juanma Barranquero  <lekktu@gmail.com>
2522         * speedbar.el (speedbar-use-tool-tips-flag)
2523         (speedbar-ignored-directory-regexp, speedbar-file-unshown-regexp)
2524         (speedbar-file-regexp, speedbar-message, speedbar-item-info)
2525         (speedbar-files-item-info, speedbar-maybe-add-localized-support)
2526         (speedbar-insert-files-at-point, speedbar-dynamic-tags-function-list)
2527         (speedbar-generic-list-positioned-group-p, speedbar-insert-generic-list)
2528         (speedbar-fetch-replacement-function, speedbar-extract-one-symbol)
2529         (speedbar-separator-face): Fix typos in docstrings.
2530         (speedbar-stealthy-function-list, speedbar-verbosity-level)
2531         (speedbar-supported-extension-expressions, speedbar-update-current-file)
2532         (speedbar-add-indicator, speedbar-tag-expand): Reflow docstring.
2533         (speedbar-use-imenu-flag, speedbar-ignored-directory-expressions)
2534         (speedbar-directory-unshown-regexp, speedbar-handle-delete-frame)
2535         (speedbar-show-info-under-mouse, speedbar-directory-buttons)
2536         (speedbar-check-vc-this-line, speedbar-files-line-directory)
2537         (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
2538         (speedbar-buffers-line-directory, speedbar-recenter-to-top)
2539         (speedbar-recenter): Doc fixes.
2540         (speedbar-update-speed, speedbar-navigating-speed): Add obsolescence
2541         declaration and remove redundant info in docstring.
2543 2008-04-23  Dan Nicolaescu  <dann@ics.uci.edu>
2545         * vc-git.el (vc-git-status-printer): Deal with directories.
2547         * vc.el (vc-next-action): Look at more than the first file to
2548         determine the state.
2550 2008-04-23  Glenn Morris  <rgm@gnu.org>
2552         * dframe.el (dframe-have-timer-flag): Drop support for Emacs without
2553         timers.  Doc fix.
2554         (dframe-update-speed): Drop support for XEmacs < 20.
2555         (dframe-frame-mode): Drop support for Emacs < 20.
2556         (dframe-set-timer-internal): Drop support for Emacs without timers.
2557         (dframe-popup-kludge): Use mouse-menu-major-mode-map if defined.
2559         * ediff-init.el (ediff-check-version): Drop support for very old Emacs
2560         versions.  Add doc-string.  Mark as obsolete.
2562         * ps-def.el (ps-color-device): Drop support for XEmacs < 19.12.
2564         * speedbar.el (speedbar-use-tool-tips-flag): Check for tooltip-mode,
2565         rather than using an Emacs version test.
2567         * tree-widget.el (tree-widget-image-enable): Use display-images-p
2568         rather than an Emacs version test.
2570         * calendar/cal-china.el (holiday-chinese-qingming)
2571         (holiday-chinese-winter-solstice, holiday-chinese): New functions.
2572         * calendar/calendar.el (calendar-chinese-all-holidays-flag): New.
2573         * calendar/holidays.el (holiday-oriental-holidays): Add more holidays.
2575         * calendar/cal-islam.el (holiday-islamic): Doc fix.
2577         * calendar/diary-lib.el (diary-list-sexp-entries): Doc fix.
2578         (diary-remind): Allow negative DAYS to represent a range 1:DAYS.
2579         Suggested by Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
2581 2008-04-23  Nick Roberts  <nickrob@snap.net.nz>
2583         * progmodes/gdb-ui.el (gdb-previous-frame-address): Rename...
2584         (gdb-previous-frame-pc-address): ...to this.
2585         (gdb-get-selected-frame): Use MI command -stack-info-frame instead
2586         of "info frame" with Gdb 6.4+.
2587         (gdb-stack-list-frames-regexp): New regexp.
2588         (gdb-frame-handler-1): Parse output of -stack-info-frame.
2590 2008-04-22  David Glasser  <glasser@davidglasser.net>  (tiny change)
2592         * tar-mode.el (tar-prefix-offset): New constant.
2593         (tar-header-block-tokenize): Support paths with long names
2594         which use the "ustar" standard.
2596 2008-04-22  Mathias Dahl  <mathias.dahl@gmail.com>
2598         * image-dired.el (image-dired-track-original-file)
2599         (image-dired-modify-mark-on-thumb-original-file):
2600         Use `dired-goto-file' instead of `search-forward'.  This solves
2601         a bug with finding files where the file name is a subset of other
2602         file names.  Doc fix.
2604 2008-04-22  Juri Linkov  <juri@jurta.org>
2606         * menu-bar.el (buffers-menu-max-size): Move its definition down to
2607         the "Buffers Menu" section.  Change group name `mouse' to `menu'.
2608         (yank-menu-length): Change group name `mouse' to `menu'.
2609         (buffers-menu-buffer-name-length): New user option.
2610         (menu-bar-update-buffers): Use buffers-menu-buffer-name-length
2611         instead of the hard-coded number 27.
2613 2008-04-22  Juri Linkov  <juri@jurta.org>
2615         * isearch.el (eval-when-compile): Require `help-macro'.
2616         (isearch-help-for-help-internal): Isearch specific Help screen
2617         created by `make-help-screen'.
2618         (isearch-help-map): New variable that binds "b", "k", "m" to
2619         isearch-specific commands, and binds other keys to
2620         isearch-other-control-char, thus allowing other Help keys to
2621         exit isearch mode and execute their global definitions.
2622         (isearch-help-for-help, isearch-describe-bindings)
2623         (isearch-describe-key, isearch-describe-mode): New commands.
2624         (isearch-mode-help): Define alias to isearch-describe-mode
2625         and remove its old function definition.
2626         (isearch-mode-map): Bind "\C-h" to isearch-help-map.
2627         Remove old comments because this issue is settled now.
2628         (isearch-forward): Describe three new Help commands in the docstring.
2629         (isearch-mode): Remove \\{isearch-mode-map} from the docstring,
2630         leave the single sentence at the first line of the docstring,
2631         and prepend the word "function" before `isearch-forward'
2632         to make the Help link to the function instead of variable.
2634 2008-04-22  Juri Linkov  <juri@jurta.org>
2636         * isearch.el (isearch-success-function): New variable with default
2637         to `isearch-success-function-default'.
2638         (isearch-search): Call a function from `isearch-success-function'
2639         instead of calling the hard-coded `isearch-range-invisible'.
2640         (isearch-success-function-default): New function that calls
2641         `isearch-range-invisible' and inverts its return value.
2643         * info.el (Info-search): In two similar places that skip
2644         undesired search matches move code to Info-search-success-function,
2645         and call `isearch-success-function' instead.
2646         (Info-search-success-function): New function copied from code
2647         in Info-search.  Replace isearch-range-invisible with
2648         text-property-not-all that checks for 'invisible and 'display
2649         properties to skip partially invisible matches (whose display
2650         properties were set by Info-fontify-node).
2651         (Info-mode): Set buffer-local isearch-success-function
2652         to Info-search-success-function.
2654 2008-04-22  Juri Linkov  <juri@jurta.org>
2656         * minibuffer.el (internal-complete-buffer-except): New function.
2658         * files.el (read-buffer-to-switch): New function.
2659         (switch-to-buffer-other-window, switch-to-buffer-other-frame):
2660         Change interactive spec to call read-buffer-to-switch instead of
2661         using the letter "B".
2663         * simple.el (minibuffer-default-add-shell-commands): New function.
2664         Use declare-function for mailcap-file-default-commands from "mailcap".
2665         (shell-command): Set local minibuffer-default-add-function to
2666         minibuffer-default-add-shell-commands in minibuffer-with-setup-hook
2667         before calling read-shell-command.  Set 4th arg default-value of
2668         read-shell-command to relative buffer-file-name in file buffers.
2670         * dired-aux.el (dired-read-shell-command-default): Move it to
2671         gnus/mailcap.el and change its name to more general name
2672         mailcap-file-default-commands.
2673         (minibuffer-default-add-dired-shell-commands): New function.
2674         Use declare-function for mailcap-file-default-commands from "mailcap".
2675         (dired-read-shell-command): Set local minibuffer-default-add-function
2676         to minibuffer-default-add-dired-shell-commands in minibuffer-with-setup-hook
2677         before calling read-shell-command.  Remove dired-read-shell-command-default
2678         from the default value arg because default values are not set in
2679         minibuffer-default-add-dired-shell-commands.  Doc fix.
2681         * dired-x.el (dired-smart-shell-command): Sync arguments and
2682         interactive spec with changes in `shell-command'.
2683         Use dired-get-filename to get the dired file name at point
2684         as the default value in dired mode.
2686 2008-04-22  Juanma Barranquero  <lekktu@gmail.com>
2688         * info.el (Info-complete-menu-item): Add missing parenthesis.
2690 2008-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2692         * info.el (Info-complete-menu-item): Save point.
2694 2008-04-22  Juanma Barranquero  <lekktu@gmail.com>
2696         * minibuffer.el (minibuffer-complete-and-exit): Fix last change.
2698 2008-04-22  Andreas Schwab  <schwab@suse.de>
2700         * Makefile.in (emacs-deps): Define.
2701         Use it instead of $(lisp)/subdirs.el.
2703 2008-04-22  Dan Nicolaescu  <dann@ics.uci.edu>
2705         * vc.el (vc-next-action): Do not consider directories when
2706         checking for state compatibility.
2707         (vc-transfer-file): Use when not if.
2708         (vc-dir-parent-marked-p, vc-dir-children-marked-p): New functions.
2709         (vc-dir-mark-file): Use them.
2710         (vc-deduce-fileset): Also return the backend.
2711         (vc-diff-internal): Take as argument the value returned by
2712         vc-deduce-fileset instead of just the fileset.
2713         (vc-next-action, vc-finish-logentry, vc-version-diff, vc-diff)
2714         (vc-dir-mark-file, vc-print-log, vc-revert, vc-rollback)
2715         (vc-update): Update the vc-deduce-fileset and vc-diff-internal calls.
2717 2008-04-22  Tassilo Horn  <tassilo@member.fsf.org>
2719         * doc-view.el (doc-view-scroll-up-or-next-page): Don't use
2720         set-window-vscroll but image-scroll-down.  Fixes a bug where a
2721         command following SPC scrolled up again.
2723 2008-04-22  Nick Roberts  <nickrob@snap.net.nz>
2725         * progmodes/gdb-ui.el (gdb-locals-header): New variable.
2726         (gdb-locals-mode, gdb-registers-mode): Use it for header line.
2727         (gud-watch): Add "$" prefix when in registers buffer.
2729 2008-04-22  Glenn Morris  <rgm@gnu.org>
2731         * progmodes/gdb-ui.el (gdbmi-invalidate-frames): Declare as function.
2733         * whitespace.el (whitespace-display-table)
2734         (whitespace-display-table-was-local): Move definitions before use.
2736         * emacs-lisp/copyright.el (copyright-at-end-flag): New option.
2737         (copyright-limit): Respect copyright-at-end-flag.
2738         (copyright-re-search, copyright-start-point)
2739         (copyright-offset-too-large-p): New functions.
2740         (copyright-update-year): Use copyright-re-search.
2741         (copyright-update, copyright-fix-years): Use copyright-start-point,
2742         and copyright-re-search.
2743         (copyright): Use copyright-offset-too-large-p.
2744         * add-log.el (change-log-mode): Set copyright-at-end-flag.
2746         * add-log.el (top-level): Require 'cl when compiling.
2748 2008-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2750         * complete.el (PC-complete-as-file-name, PC-read-file-name-internal):
2751         Treat minibuffer-completion-predicate as a predicate.
2753         * minibuffer.el (completion--file-name-table): Accept both the old
2754         `dir' arg or the new `pred' arg.
2756         * ffap.el (ffap-read-file-or-url): Do not abuse completing-read's
2757         `predicate' argument to pass non-predicate data.
2758         (ffap-read-url-internal, ffap-read-file-or-url-internal):
2759         Use second arg as proper predicate.
2761         * vc-bzr.el (vc-bzr-complete-with-prefix): Remove.
2762         (vc-bzr-revision-completion-table): Use completion-table-with-context
2763         instead.
2765         * simple.el (choose-completion-string): Use minibuffer-completion-table.
2767 2008-04-21  Chong Yidong  <cyd@stupidchicken.com>
2769         * term.el (term-emulate-terminal): Perform redisplay after the
2770         process filter has finished running.
2772 2008-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2774         * vc.el (vc-dir): Use pop-to-buffer, so it can be customized.
2776         * minibuffer.el (completion-try-completion): Change magic symbol
2777         property name.  Rename from minibuffer-try-completion.
2778         (completion-all-completions): Rename from minibuffer-all-completions.
2779         Remove hide-spaces argument.
2780         (completion--do-completion): Rename from minibuffer--do-completion.
2781         (minibuffer-complete-and-exit): Call just try-completion rather than
2782         completion-try-completion to fix up the case.
2783         (completion--try-word-completion): Try to add space or hyphen before
2784         making `string' a prefix of `completion'.
2785         (completion--insert-strings): Rename from minibuffer--insert-strings.
2787 2008-04-22  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
2789         * net/tls.el (tls-program): Add -ign_eof argument to call the
2790         openssl commands.
2791         (tls-checktrust): Ditto.
2793 2008-04-21  Dan Nicolaescu  <dann@ics.uci.edu>
2795         * vc-cvs.el (vc-cvs-status-extra-headers): New function.
2797         * vc-hooks.el (vc-insert-file, vc-state, vc-working-revision)
2798         (vc-check-master-templates, vc-file-not-found-hook)
2799         (vc-kill-buffer-hook):
2800         * vc.el (vc-process-sentinel, vc-exec-after, vc-do-command)
2801         (vc-find-position-by-context, vc-buffer-context)
2802         (vc-restore-buffer-context, vc-responsible-backend)
2803         (vc-expand-dirs, vc-ensure-vc-buffer, vc-buffer-sync)
2804         (vc-next-action, vc-register, vc-register-with, vc-steal-lock)
2805         (vc-finish-logentry, vc-coding-system-for-diff, vc-switches)
2806         (vc-version-diff, vc-diff, vc-insert-headers)
2807         (vc-dired-buffers-for-dir, vc-dired-resynch-file)
2808         (vc-snapshot-precondition, vc-create-snapshot, vc-print-log)
2809         (vc-revert, vc-rollback, vc-version-backup-file)
2810         (vc-rename-master, vc-delete-file, vc-rename-file)
2811         (vc-branch-part, vc-default-retrieve-snapshot)
2812         (vc-annotate-display-autoscale, vc-annotate-display-select)
2813         (vc-annotate, vc-annotate-warp-revision, vc-annotate-difference)
2814         (vc-annotate-lines, vc-file-tree-walk-internal): Use when instead of if.
2815         (vc-dir-update): Handle directories.
2816         (vc-default-status-printer): Simplify.
2818         * progmodes/asm-mode.el (asm-mode-map):
2819         * progmodes/hideif.el (hide-ifdef-mode-menu): Add :help.
2821         * progmodes/m4-mode.el (m4-mode-map): Add menu.
2823 2008-04-21  Kenichi Handa  <handa@m17n.org>
2825         * select.el (xselect-convert-to-string): Send a C_STRING only if
2826         the polymorphic target TEXT is requested.
2828 2008-04-21  Juanma Barranquero  <lekktu@gmail.com>
2830         * minibuffer.el (completion-setup-hook, display-completion-list)
2831         (completion--file-name-table): Fix typos in docstrings.
2832         (completion-table-dynamic): Fix typo, and reflow docstring.
2834 2008-04-20  Andreas Schwab  <schwab@suse.de>
2836         * server.el (server-switch-buffer): Also consider clients in the
2837         selected frame.
2839 2008-04-19  Nick Roberts  <nickrob@snap.net.nz>
2841         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
2842         Select window clicked on first.
2843         (gdb): Display thread number in mode-line.
2844         (gdb-make-header-line-mouse-map): Move to avoid byte compiler warnings.
2845         (gdb-breakpoints-header): New variable.
2846         (gdb-breakpoints-mode, gdb-threads-mode): Use it for header line.
2848 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2850         * vc-sccs.el (vc-sccs-do-command): New fun.  Use the "sccs" command.
2851         (vc-sccs-register, vc-sccs-checkin, vc-sccs-find-revision)
2852         (vc-sccs-checkout, vc-sccs-rollback, vc-sccs-revert)
2853         (vc-sccs-steal-lock, vc-sccs-modify-change-comment)
2854         (vc-sccs-print-log): Use it.
2856         * vc-hooks.el (vc-path): Remove SCCS-specific hack.
2858         * emacs-lisp/lisp-mode.el (lisp-mode-auto-fill): Make it an alias.
2859         * progmodes/scheme.el (scheme-mode-variables): Don't use it.
2861         * tooltip.el (tooltip-previous-message): New var.
2862         (tooltip-show-help-non-mode): Rewrite to better follow the behavior of
2863         the C code (avoid overwriting a minibuffer, restore previous echo
2864         message, ...).
2865         (tooltip-delay, tooltip-process-prompt-regexp, tooltip-strip-prompt):
2866         Simplify.
2868 2008-04-19  Nick Roberts  <nickrob@snap.net.nz>
2870         * progmodes/gdb-ui.el (gdb-thread-indicator): New variable.
2871         (gdb-init-1): Initialise it.
2872         (gdb-annotation-rules): New entry for "new-thread".
2873         (gdb-thread-identification): New function to customize
2874         mode-line-buffer-identification.
2875         (gdb-frames-mode, gdb-registers-mode, gdb-locals-mode)
2876         (gdb-assembler-mode): Use it.
2877         (gdb-threads-mode): Force "info threads" onto queue.
2879 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2881         * files.el (locate-file-completion-table): Rename from
2882         locate-file-completion and make it use `pred' in the normal way.
2883         (locate-file-completion): New compatibility wrapper.
2884         (load-library): Use locate-file-completion-table.
2885         * finder.el (finder-commentary):
2886         * subr.el (locate-library):
2887         * emacs-lisp/find-func.el (find-library): Likewise.
2888         * info.el: Use with-current-buffer and inhibit-read-only.
2889         (Info-read-node-name-2): Change to use `predicate' in the normal way.
2890         (Info-read-node-name-1): Adjust uses accordingly.
2892         * minibuffer.el (completion-table-with-context): Add support for `pred'.
2893         (completion-table-with-terminator): Don't use complete-with-action
2894         since we have to distinguish all three cases anyway.
2895         (completion-table-with-predicate): New function.
2896         (dynamic-completion-table): Add obsolete alias.
2898         * emacs-lisp/trace.el (trace-make-advice): Don't change selected-window.
2900 2008-04-18  Sam Steingold  <sds@gnu.org>
2902         * vc.el (vc-dir-menu-map, vc-dir-mode-map, vc-dir-tool-bar-map):
2903         Use quit-window instead of bury-buffer.
2905 2008-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2907         * minibuffer.el (completion-table-with-terminator): Fix last fix.
2909 2008-04-18  Andreas Schwab  <schwab@suse.de>
2911         * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
2912         ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
2913         Depend on $(lisp)/subdirs.el.
2915 2008-04-18  Juanma Barranquero  <lekktu@gmail.com>
2917         * descr-text.el (describe-char-after):
2918         Use `define-obsolete-function-alias'.
2920         * dired-x.el (dired-omit-files-p): Use `define-obsolete-variable-alias'.
2922         * facemenu.el (facemenu-unlisted-faces): Fix obsolescence description.
2924         * savehist.el (savehist-load): Add WHEN to obsolescence declaration.
2925         Remove redundant obsolescence info in docstring.
2927         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
2928         (vc-header-alist): Add WHEN to obsolescence declaration.
2929         (vc-state): Fix typo in docstring.
2931         * emacs-lisp/checkdoc.el (checkdoc-minor-keymap):
2932         Use `define-obsolete-variable-alias'.
2934         * emulation/tpu-edt.el (tpu-have-ispell):
2935         * international/codepage.el (codepage-setup):
2936         Fix typo in obsolescence declaration.
2938         * international/mule.el (char-coding-system-table):
2939         Remove redundant obsolescence info in docstring.
2940         (charset-list, generic-char-p, set-char-table-default):
2941         Fix typos in obsolescence decarations.
2943         * international/mule-diag.el (non-iso-charset-alist):
2944         Fix typo in obsolescence declaration.
2945         (decode-codepage-char): Remove redundant obsolescence info in docstring.
2947         * font-core.el (font-lock-defaults-alist):
2948         * font-lock.el (font-lock-reference-face):
2949         * frame.el (screen-height, screen-width, set-screen-width)
2950         (set-screen-height):
2951         * hilit-chg.el (highlight-changes-initial-state):
2952         * isearch.el (isearch-return-char):
2953         * log-edit.el (cvs-commit-buffer-require-final-newline)
2954         (cvs-changelog-full-paragraphs):
2955         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
2956         (mouse-popup-menubar-stuff):
2957         * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
2958         (mouse-wheel-click-button):
2959         * outline.el (outline-visible):
2960         * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name):
2961         * pcvs-info.el (cvs-display-full-path, cvs-fileinfo->full-path):
2962         * emacs-lisp/lisp-mode.el (lisp-comment-indent):
2963         * progmodes/compile.el (compile-internal):
2964         Add WHEN to obsolescence declarations.
2966 2008-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2968         * emacs-lisp/debug.el (debug): Revert to bury-buffer since quit-window
2969         is not better anyway.
2971 2008-04-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2973         * whitespace.el (whitespace-report-region): Handle whitespace-tab-width
2974         properly.
2976 2008-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2978         * progmodes/python.el (python-mode-map): Use abbrev-table-menu.
2979         (python-use-skeletons): Remove, unused.
2980         (python-skeletons): Remove.  Use the abbrev table instead.
2981         (python-mode-abbrev-table): Fix regexp;
2982         add enable-function and case-fixed.
2983         (def-python-skeleton): Simplify.
2984         (python-expand-template): Use the abbrev-table and abbrev-insert.
2985         (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
2986         Remove.
2987         (python-mode): Don't set pre-abbrev-expand-hook.
2989         * skeleton.el: Set coding-tag.
2991         * abbrev.el (abbrev-insert): New function extracted from expand-abbrev.
2992         (expand-abbrev): Use it.
2993         (abbrev-table-menu): New function.
2995         * abbrev.el (define-abbrev-table): Fontify dosctrings as such.
2997         * minibuffer.el (completion-table-with-terminator): Fix paren typo.
2999 2008-04-17  Sam Steingold  <sds@gnu.org>
3001         * pcvs-util.el (cvs-bury-buffer): Use quit-window instead of the
3002         idiosyncratic bury-buffer/delete-window logic.
3004 2008-04-17  Juanma Barranquero  <lekktu@gmail.com>
3006         * emacs-lisp/crm.el (crm-completion-help, crm-complete)
3007         (crm-complete-word, crm-complete-and-exit): Fix typo in previous change.
3009 2008-04-17  Kenichi Handa  <handa@m17n.org>
3011         * international/characters.el: Don't make the width of U+00AD to 0.
3013 2008-04-17  Nick Roberts  <nickrob@snap.net.nz>
3015         * progmodes/gdb-ui.el (gdb-stack-update): New variable.
3016         (gdb, gdb-starting, gdb-frames-mode): Use it.
3017         (gdb-invalidate-frames): Advise to call "info stack" only if
3018         execution has occurred.
3019         (gdb-info-breakpoints-custom): Only update overlay-arrow pointing to
3020         selected frame if no execution has occurred.
3021         (gdb-frames-force-update): New interactive function.
3022         (gdb-frames-mode-map): Bind it to "F".
3024 2008-04-17  Michael Olson  <mwolson@gnu.org>
3026         * textmodes/remember.el (remember-version): Release Remember 2.0.
3028 2008-04-16  Yoni Rabkin  <yoni@rabkins.net>
3030         * textmodes/artist.el:
3031         * progmodes/vhdl-mode.el:
3032         * progmodes/verilog-mode.el:
3033         * progmodes/vera-mode.el:
3034         * progmodes/simula.el:
3035         * progmodes/ps-mode.el:
3036         * progmodes/cmacexp.el:
3037         * obsolete/hilit19.el:
3038         * emulation/viper.el:
3039         * ediff.el: Cleanup the bug-report email addresses and make sure the
3040         maintainer is still willing to handle bug reports.
3042 2008-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
3044         * vc.el (vc-dir-kill-query): Fix thinko.
3046 2008-04-16  Glenn Morris  <rgm@gnu.org>
3048         * calendar/diary-lib.el (diary-remind): Don't clobber `date' passed
3049         by diary-sexp-entry.
3051 2008-04-16  Markus Triska  <markus.triska@gmx.at>
3053         * proced.el (proced-command-alist): Add support for darwin.
3055 2008-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3057         * proced.el (proced-mode): Redefine as just the major-mode.
3058         (proced): Separate it from proced-mode.
3060         * vc.el: Rename vc-status to vc-dir and the vc-status var to vc-ewoc.
3062 2008-04-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3064         * whitespace.el: Honor the `indent-tabs-mode' setting from user.
3065         Suggested by Stephen Deasey <sdeasey@gmail.com>.  Honor also the
3066         `tab-width' setting from user.  New version 10.0.  Doc and docstring
3067         fix.
3068         (whitespace-style, whitespace-chars): Remove options.
3069         (whitespace-style-mark): New option, replace whitespace-style deleted
3070         option.  Fix docstring.
3071         (whitespace-style-color): New option, replace whitespace-chars deleted
3072         option.  Fix docstring.
3073         (whitespace-space, whitespace-hspace, whitespace-tab)
3074         (whitespace-newline, whitespace-trailing, whitespace-line)
3075         (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
3076         (whitespace-space-after-tab, whitespace-hspace-regexp)
3077         (whitespace-space-regexp, whitespace-tab-regexp)
3078         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
3079         (whitespace-empty-at-eob-regexp, whitespace-line-column)
3080         (whitespace-toggle-option-alist): Fix docstring.
3081         (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
3082         (whitespace-space-after-tab-regexp, whitespace-display-mappings): Fix
3083         docstring and initialization.
3084         (global-whitespace-mode): Autoloaded global minor mode.
3085         (whitespace-chars-value-list, whitespace-style-value-list)
3086         (whitespace-active-chars, whitespace-active-style)
3087         (whitespace-toggle-chars, whitespace-toggle-style): Remove vars.
3088         (whitespace-color-value-list): New var, replace
3089         whitespace-chars-value-list removed var.
3090         (whitespace-mark-value-list): New var, replace
3091         whitespace-style-value-list removed var.
3092         (whitespace-active-color): New var, replace whitespace-active-chars
3093         removed var.
3094         (whitespace-active-mark): New var, replace whitespace-active-style
3095         removed var.
3096         (whitespace-toggle-color): New var, replace whitespace-toggle-chars
3097         removed var.
3098         (whitespace-toggle-mark): New var, replace whitespace-toggle-style
3099         removed var.
3100         (whitespace-toggle-option-alist, whitespace-report-list)
3101         (whitespace-report-text, whitespace-help-text): Fix initialization.
3102         (whitespace-indent-tabs-mode, whitespace-tab-width): New vars.
3103         (whitespace-toggle-options, global-whitespace-toggle-options)
3104         (whitespace-cleanup-region, whitespace-report-region)
3105         (whitespace-interactive-char): Fix docstring and code.
3106         (whitespace-cleanup, whitespace-report): Fix docstring.
3107         (whitespace-replace-spaces-by-tabs): Remove fun.
3108         (whitespace-replace-action): New fun, replace
3109         whitespace-replace-spaces-by-tabs removed fun.
3110         (whitespace-regexp, whitespace-indentation-regexp)
3111         (whitespace-space-after-tab-regexp, whitespace-insert-value)
3112         (whitespace-kill-buffer): New funs.
3113         (whitespace-insert-option-mark, whitespace-help-on)
3114         (whitespace-help-off, whitespace-turn-on, whitespace-turn-off)
3115         (whitespace-color-on, whitespace-color-off)
3116         (whitespace-display-char-on): Fix code.
3118 2008-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3120         * mouse-drag.el (mouse-throw-magnifier-with-scroll-bar)
3121         (mouse-throw-magnifier-with-mouse-movement): Remove.
3122         (mouse-throw-magnifier-base): New const.
3123         (mouse-drag-scroll-delta): New fun.
3124         (mouse-drag-throw): Use it.
3126 2008-04-15  Juanma Barranquero  <lekktu@gmail.com>
3128         * international/uni-bidi.el, international/uni-category.el:
3129         * international/uni-combining.el, international/uni-comment.el:
3130         * international/uni-decimal.el, international/uni-decomposition.el:
3131         * international/uni-digit.el, international/uni-lowercase.el:
3132         * international/uni-mirrored.el, international/uni-name.el:
3133         * international/uni-numeric.el, international/uni-old-name.el:
3134         * international/uni-titlecase.el, international/uni-uppercase.el:
3135         * international/charprop.el: Regenerate.
3137 2008-04-15  Dan Nicolaescu  <dann@ics.uci.edu>
3139         * vc.el (vc-status-fileinfo): Add new member directoryp.
3140         (vc-default-status-printer): Print directories.
3141         (vc-status-update): Sort files before subdirectories.
3143         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
3144         Add alternative implementation based on "cvs update".
3146 2008-04-15  Tassilo Horn  <tassilo@member.fsf.org>
3148         * doc-view.el: Changed requirements section to tell that only one
3149         of dvipdf or dvipdfm is needed.
3150         (doc-view-already-converted-p): Fix bug that forced reconversion
3151         if doc was already converted.
3153 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3155         * minibuffer.el (minibuffer-message):
3156         Make sure we can put-text-property.
3158         * emacs-lisp/crm.el: Complete rewrite.
3160         * tmm.el (tmm-completion-delete-prompt): Don't hardcode point-min==1.
3161         (tmm-add-prompt): Make sure completion-setup-hook is preserved even in
3162         case of an error in display-completion-list.
3164         * filecache.el (file-cache-completions-keymap): Move init from
3165         file-cache-completion-setup-function into declaration.
3166         (file-cache-minibuffer-complete): Simplify.
3167         (file-cache-completion-setup-function): Use standard-output,
3168         preserve current-buffer.
3170         * vc.el (vc-status-update): Fix typo.
3171         (vc-status-update): Set needs-update.
3172         (vc-status-refresh): Î·-reduce.
3174 2008-04-14  Tassilo Horn  <tassilo@member.fsf.org>
3176         * doc-view.el (doc-view-mode-map): Bind C-a to image-bol and C-e
3177         to image-eol.
3179 2008-04-14  Alexandre Julliard  <julliard@winehq.org>
3181         * vc.el (vc-status-update): Undo the previous revert.
3183 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3185         * minibuffer.el (completion-table-with-terminator): Those completions
3186         are never valid w.r.t test-completion.
3187         (completion--file-name-table):
3188         Check completion-all-completions-with-base-size.
3190 2008-04-14  Tassilo Horn  <tassilo@member.fsf.org>
3192         * doc-view.el (doc-view-dvipdf-program): New variable.
3193         (doc-view-dvipdfm-program): Mention doc-view-dvipdf-program.
3194         (doc-view-mode-p): Check for doc-view-dvipdf-program as
3195         alternative for doc-view-dvipdfm-program.
3196         (doc-view-dvi->pdf): Prefer dvipdf over dvipdfm.
3198         * doc-view.el (doc-view-start-process): Don't set
3199         default-directory to "~/" if the current value is valid.
3200         This broke PS files that run other files in the same directory.
3202 2008-04-14  Dan Nicolaescu  <dann@ics.uci.edu>
3204         * vc.el (vc-status-kill-query): New function.
3205         (vc-status-mode): Add it to kill-buffer-query-functions.
3206         (vc-status-show-fileentry): New function.
3207         (vc-status-menu-map): Bind it.  Bind vc-next-action.
3209 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3211         * minibuffer.el (minibuffer-message): Put cursor at the right place.
3213 2008-04-13  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3215         * proced.el (proced-send-signal): Fix error recognition.
3217 2008-04-13  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3219         * proced.el (proced-command-alist): Remove sort column.
3220         (proced-command, proced-procname-column):
3221         Use make-variable-buffer-local.
3222         (proced-signal-function): Rename from proced-kill-program.
3223         Allow for elisp symbols and string values representing system calls.
3224         (proced-marker-regexp, proced-success-message): New functions.
3225         (proced): Use defalias.  Add autoload cookie.
3226         (proced-unmark-backward, proced-toggle-marks)
3227         (proced-hide-processes): New commands.
3228         (proced-do-mark): Simplify code.
3229         (proced-insert-mark): Use optional arg BACKWARD instead of line number.
3230         (proced-update): Remove sorting.
3231         (proced-send-signal): Display number of processes to operate on.
3232         Allow for system calls or elisp functions to send signals.
3233         Check if signal was sent successfully.
3235 2008-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3237         * minibuffer.el (completion-all-completion-with-base-size): New var.
3238         (completion--some): New function.
3239         (completion-table-with-context, completion--file-name-table):
3240         Return the base-size if requested.
3241         (completion-table-in-turn): Generalize to multiple arguments.
3242         (complete-in-turn): Compatibility alias.
3243         (completion-styles-alist): New var.
3244         (completion-styles): New customization.
3245         (minibuffer-try-completion, minibuffer-all-completions):
3246         New functions.
3247         (minibuffer--do-completion, minibuffer-complete-and-exit)
3248         (minibuffer-try-word-completion): Use them.
3249         (display-completion-list, minibuffer-completion-help): Use them.
3250         Handle all-completions's new base-size info to set completion-base-size.
3251         * info.el (Info-read-node-name-1): Use completion-table-with-context,
3252         completion-table-with-terminator and complete-with-action.
3253         Remove the now obsolete completion-base-size-function property.
3254         * simple.el (completion-list-mode-map): Move init into declaration.
3255         (completion-list-mode): Use define-derived-mode.
3256         (completion-setup-function): Use any completion-base-size that may
3257         have been set before.  Remove handling of completion-base-size-function.
3258         * loadup.el: Move abbrev.el up earlier.
3260 2008-04-13  Alexandre Julliard  <julliard@winehq.org>
3262         * vc-git.el (vc-git-after-dir-status-stage)
3263         (vc-git-dir-status-goto-stage): New functions.
3264         (vc-git-after-dir-status-stage1)
3265         (vc-git-after-dir-status-stage1-empty-db)
3266         (vc-git-after-dir-status-stage2): Remove, functionality moved
3267         into the new generic stage functions.
3268         (vc-git-dir-status-files): New function.
3270         * vc.el (vc-status-update): Revert an incorrect rewrite.
3271         Add some comments.
3272         (vc-status-refresh-files): New function.
3273         (vc-status-refresh): Use `vc-status-refresh-files' to refresh the
3274         state of up-to-date files.
3275         (vc-default-dir-status-files): New function.
3277 2008-04-13  Juanma Barranquero  <lekktu@gmail.com>
3279         * minibuffer.el (completion--embedded-envvar-table)
3280         (read-file-name-internal): Fix typos in 2008-04-11 change.
3282         * faces.el (read-face-name): Use `completion-table-in-turn',
3283         not `complete-in-turn'.
3285 2008-04-13  Andreas Schwab  <schwab@suse.de>
3287         * progmodes/etags.el: Require 'cl when compiling.
3289 2008-04-12  Nick Roberts  <nickrob@snap.net.nz>
3291         * progmodes/gud.el (gud-menu-map): Expand tooltip.
3293         * progmodes/gdb-ui.el (gdb-find-source-frame): Improve doc string.
3294         (menu): Add/expand menu tooltips.
3296 2008-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
3298         * progmodes/sh-script.el (sh-show-indent): Fix typo.
3299         (sh-mode-map): Add a toggle for inserting braces and quotes in pairs.
3301         * vc-cvs.el (vc-cvs-registered): Allow removed files to be
3302         considered registered.
3304 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
3306         * emacs-lisp/copyright.el (copyright-update-directory): New command.
3308         * ediff-wind.el (ediff-split-window-function)
3309         (ediff-merge-split-window-function): Improve custom type.
3311 2008-04-12  Eli Zaretskii  <eliz@gnu.org>
3313         * loadup.el ("minibuffer"): Move after "faces".
3315 2008-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3317         * progmodes/hideif.el (hif-factor): Handle unary minus.
3319 2008-04-12  Glenn Morris  <rgm@gnu.org>
3321         * calendar/cal-china.el (chinese-calendar-time-zone):
3322         Mark obsolete name as risky too.
3324         * calendar/calendar.el (calendar-faces): New custom group.
3325         (calendar-today, diary, holiday): Doc fix.
3326         Move to calendar-faces group.
3327         * calendar/diary-lib.el (diary-face, diary-anniversary, diary-time)
3328         (diary-button): Doc fix.  Move to calendar-faces group.
3330         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
3331         * desktop.el, files.el, hilit-chg.el, ibuffer.el, iswitchb.el:
3332         * pcvs-info.el, recentf.el, speedbar.el, calendar/cal-china.el:
3333         * calendar/cal-hebrew.el, calendar/cal-x.el, calendar/calendar.el
3334         * calendar/diary-lib.el, net/net-utils.el, progmodes/gud.el:
3335         Move non-autoloaded define-obsolete-variable-alias calls for defcustoms
3336         not in dumped files before the associated defcustom.
3338 2008-04-11  Johan BockgÃ¥rd  <bojohan@gnu.org>
3340         * minibuffer.el (lazy-completion-table): Fix debug spec.
3342 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3344         * minibuffer.el (complete-with-action, lazy-completion-table):
3345         Move from subr.el.
3346         (apply-partially, completion-table-dynamic)
3347         (completion-table-with-context, completion-table-with-terminator)
3348         (completion-table-in-turn): New funs.
3349         (completion--make-envvar-table, completion--embedded-envvar-table):
3350         New funs.
3351         (read-file-name-internal): Use them.
3352         (completion-setup-hook): Move from simple.el.
3353         * subr.el (complete-with-action, lazy-completion-table):
3354         * simple.el (completion-setup-hook): Move to minibuffer.el.
3356 2008-04-11  Glenn Morris  <rgm@gnu.org>
3358         * Makefile.in (AUTOGENEL): Add calc/calc-loaddefs.el.
3360 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3362         * progmodes/python.el (python-mode): Don't mess with hippie-expand.
3364         * Makefile.in (bootstrap-prepare): Make tpu-edt.el writable as well.
3366         * textmodes/fill.el (fill-forward-paragraph-function): New var.
3367         (fill-forward-paragraph): New fun.
3368         (fill-paragraph, fill-region): Use it.
3370         * vc.el: Change `dir-status' to not take (and pass) status-buffer.
3371         (vc-status-create-fileinfo): Make `extra' optional.
3372         (vc-status-busy): New fun.
3373         (vc-status-menu-map): Use it.
3374         (vc-status-crt-marked): Remove.
3375         (vc-status-update): Rename from vc-status-add-entries.
3376         Add argument so as to prevent addition of entries.  Rewrite.
3377         (vc-update-vc-status-buffer): Remove.
3378         (vc-status-refresh): Don't remove old entries, set them to
3379         up-to-date instead.  Also do it after the update is complete.
3380         (vc-status-marked-files): Î·-reduce.
3382         * dired.el (dired-read-dir-and-switches): Use read-directory-name even
3383         for non-dialogs.
3385         * Makefile.in (bootstrap-prepare): Don't copy ldefs-boot over loaddefs.
3387         * loadup.el: Load ldefs-boot.el if loaddefs.el doesn't exist.
3389 2008-04-11  Jan Djärv  <jan.h.d@swipnet.se>
3391         * tooltip.el (tooltip-show-help-non-mode): Set message-truncate-lines
3392         to t and don't truncate msg.
3394 2008-04-11  Glenn Morris  <rgm@gnu.org>
3396         * calendar/calendar.el (diary, holidays):
3397         Move custom groups to other files.
3398         (holiday-general-holidays, holiday-oriental-holidays)
3399         (holiday-local-holidays, holiday-other-holidays, hebrew-holidays-1)
3400         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
3401         (holiday-hebrew-holidays, holiday-christian-holidays)
3402         (holiday-islamic-holidays, holiday-bahai-holidays)
3403         (holiday-solar-holidays, calendar-holidays): Move to holidays.el.
3404         * calendar/diary-lib.el: Move custom group here from calendar.el.
3405         * calendar/holidays-lib.el: Move custom group and variables here
3406         from calendar.el.
3408         * calendar/cal-china.el (calendar-chinese-time-zone): Mark as risky.
3410         * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
3411         Fix custom group.
3412         (calendar-current-time-zone-cache): Autoload riskiness.
3414         * calendar/cal-tex.el (cal-tex-preamble-extra): Fix custom type.
3416 2008-04-11  Chong Yidong  <cyd@stupidchicken.com>
3418         * woman.el (woman2-TH): Use string-equal instead of string-match.
3420 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3422         * smerge-mode.el (smerge-apply-resolution-patch): Fix typo.
3423         (smerge-resolve): Merge the "2-way refinement" case with one half of
3424         the "mere whitespace" resolution.
3426 2008-04-10  Dan Nicolaescu  <dann@ics.uci.edu>
3428         * vc-bzr.el (vc-bzr-after-dir-status): Detect the conflict state.
3430 2008-04-10  Juanma Barranquero  <lekktu@gmail.com>
3432         * subr.el (assoc-ignore-case, assoc-ignore-representation):
3433         Add WHEN to obsolescence declaration.
3435         * makefile.w32-in (AUTOGENEL): Add calc-loaddefs.el.
3437 2008-04-10  Dan Nicolaescu  <dann@ics.uci.edu>
3439         * vc-hooks.el (vc-state): Add new state `conflict'.
3440         (vc-after-save): Use when not if.
3441         (vc-default-mode-line-string): Deal with the conflict state.
3442         (vc-prefix-map, vc-menu-map): Bind vc-status instead of vc-directory.
3444         * vc.el (vc-editable-p, vc-default-status-printer)
3445         (vc-next-action): Deal with the conflict state.
3446         (vc-mark-resolved): New function.
3447         (vc-status-mode): Fix mode name.
3448         (vc-default-comment-history): Use when not if.
3449         (Todo): Add new entries, remove old ones.
3451         * vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news): Set conflict state.
3452         (vc-cvs-parse-status, vc-cvs-after-dir-status):
3453         * vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
3454         Detect the conflict state.
3456         * vc-hg.el (vc-hg-dir-status): Remove unneeded call.
3458 2008-04-10  Glenn Morris  <rgm@gnu.org>
3460         * menu-bar.el (menu-bar-options-menu) <truncate-lines>:
3461         Respect truncate-partial-width-windows in non-full windows,
3462         with regards to :toggle and :enable state.
3464         * simple.el (toggle-truncate-lines): Doc fix.
3466         * Makefile.in (MH_E_DIR): New variable.
3467         (MH_E_SRC): Restore variable removed 2008-03-13.
3468         (mh-loaddefs.el): Depend on $MH_E_SRC.
3469         (CAL_DIR, CAL_SRC): New variables.
3470         (cal-loaddefs.el, diary-loaddefs.el, hol-loaddefs.el):
3471         Depend on CAL_SRC.
3473         * calendar/calendar.el (calendar, diary): Add :prefix.
3474         (holidays): Change :prefix.
3475         (calendar-today, holiday, calendar-holiday-marker)
3476         (european-calendar-style): Change custom groups.
3478         * calendar/calendar.el (diary-hook, diary-display-hook):
3479         Move to diary-lib.el.
3480         * calendar/diary-lib.el (diary-hook, diary-display-hook):
3481         Move here from calendar.el.
3482         * calendar/appt.el: Require diary-lib rather than calendar.
3483         * calendar/cal-x.el (diary-display-hook): Declare for compiler.
3485         * calendar/appt.el (appt): Add :prefix.
3487         * calendar/diary-lib.el (diary-hook): Doc fix.
3488         (diary-mark-sexp-entries): Fix replacement of calendar-for-loop.
3490 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3492         * minibuffer.el (minibuffer--double-dollars, read-file-name-internal):
3493         New functions.
3495         * minibuffer.el (minibuffer--do-completion): Don't forget to propagate
3496         the arg to recursive calls.
3498 2008-04-09  Juanma Barranquero  <lekktu@gmail.com>
3500         * minibuffer.el (completion-auto-help): Fix typo.
3502 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3504         * vc-cvs.el (vc-cvs-diff-tree): Remove unused function.
3506 2008-04-09  Michael Albinus  <michael.albinus@gmx.de>
3508         * net/tramp.el (tramp-find-file-name-coding-system-alist): New defun.
3509         (tramp-handle-insert-file-contents, tramp-handle-write-region): Use it.
3511 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3513         * vc-hooks.el (vc-default-mode-line-string): Use ? for missing.
3515         * minibuffer.el (minibuffer): Move group from cus-edit.el.
3516         (completion-auto-help): Move from C code.
3517         (minibuffer--maybe-completion-help): Remove.
3518         (minibuffer--bitset): New function.
3519         (minibuffer--do-completion): Rename from minibuffer-do-completion.
3520         Renumber a bit.  Really complete on string *before* point.
3521         Add argument used for word-completion.
3522         Join trailing / in completion with following text, as done in
3523         minibuffer-complete-word.
3524         Handle new value `lazy' for completion-auto-help.
3525         (minibuffer-try-word-completion): New function extracted from
3526         minibuffer-complete-word.
3527         (minibuffer-complete-word): Use minibuffer--do-completion.
3528         (minibuffer--insert-strings): Rename from
3529         minibuffer-complete-insert-strings.
3530         (exit-minibuffer): Fix typo.
3531         * cus-edit.el (minibuffer): Move group to minibuffer.el.
3532         * cus-start.el: Remove completion-auto-help.
3534 2008-04-09  Alexandre Julliard  <julliard@winehq.org>
3536         * vc.el (vc-status-add-entries): New function.
3537         (vc-status-add-entry): Remove.
3538         (vc-update-vc-status-buffer, vc-status-mark-buffer-changed):
3539         Use vc-status-add-entries.
3541         * emacs-lisp/ewoc.el (ewoc-collect): Return results in the correct
3542         order.
3544 2008-04-09  Jason Rumney  <jasonr@gnu.org>
3546         * makefile.w32-in (LOADDEFS): Add mh-loaddefs.el.
3547         ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule.
3548         (pre-mh-loaddefs.el-CMD, pre-mh-loaddefs.el-SH): Remove.
3549         (AUTOGENEL): New variable.
3550         (distclean, maintainer-clean): New targets.
3552 2008-04-09  Chong Yidong  <cyd@stupidchicken.com>
3554         * emacs-lisp/regexp-opt.el (regexp-opt):
3555         Reduce max-lisp-eval-depth and max-specpdl-size to 10000.
3557 2008-04-09  Lennart Borgman  <lennart.borgman@gmail.com>
3559         * nxml/nxml-mode.el (nxml-cleanup): New function.
3560         (nxml-mode): Add it to change-major-mode-hook.
3562 2008-04-09  Jan Djärv  <jan.h.d@swipnet.se>
3564         * term/x-win.el (x-gtk-stock-map): Map info to gtk-info.
3566 2008-04-09  Juanma Barranquero  <lekktu@gmail.com>
3568         * calc/.cvsignore: New file.
3570 2008-04-09  Jan Djärv  <jan.h.d@swipnet.se>
3572         * vc.el (vc-status-tool-bar-map): Add vc-print-log to tool bar.
3574         * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as
3575         show-help-function when turning tooltip off.
3576         (tooltip-show): Call tooltip-show-help-non-mode if use-echo-area.
3577         (tooltip-trunc-str, tooltip-show-help-non-mode): New.
3579 2008-04-09  Alan Mackenzie  <acm@muc.de>
3581         * font-lock.el (font-lock-extend-after-change-region-function):
3582         Make it buffer local.
3584 2008-04-09  Glenn Morris  <rgm@gnu.org>
3586         * calendar/calendar.el (diary-file, european-calendar-style):
3587         Remove autoload cookies.
3589 2008-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
3591         * outline.el (outline-mode-menu-bar-map):
3592         * log-view.el (log-view-mode-menu):
3593         * log-edit.el (log-edit-menu): Add :help.
3595 2008-04-09  Chong Yidong  <cyd@stupidchicken.com>
3597         * emacs-lisp/regexp-opt.el (regexp-opt-group):
3598         Use substring-no-properties for correct handling of unibyte strings.
3600 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3602         * add-log.el (change-log-next-buffer): Handle the case where version<
3603         signals an error.
3605         * mouse.el (mouse-menu-major-mode-map): New fun extracted from
3606         mouse-major-mode-menu.
3607         (mouse-menu-bar-map): New fun extracted from mouse-popup-menubar.
3608         (mouse-major-mode-menu, mouse-popup-menubar)
3609         (mouse-popup-menubar-stuff): Use them.
3610         (C-down-mouse-3): Bind to a dynamic map rather than to
3611         mouse-popup-menubar-stuff.
3613         * bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1
3614         to mouse-menu-major-mode-map rather than to mouse-major-mode-menu.
3616 2008-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
3618         * vc-svn.el (vc-svn-modify-change-comment): Add support for the
3619         file:// access method.
3621 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3623         * minibuffer.el: New file.
3624         * loadup.el: Load it.
3626 2008-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3628         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
3629         rather than subdirs.el.  It introduces an ugly circular dependency, tho.
3631         * calc/calc.el: Load "calc-loaddefs" rather than set up manual autoloads.
3632         (calc-mode-map, calc-digit-map, calc-dispatch-map):
3633         Move initialization into declaration.
3634         * calc/calc-yank.el:
3635         * calc/calc-misc.el:
3636         * calc/calc-embed.el:
3637         * calc/calc-aent.el: Add autoload cookies.  Set generated-autoload-file.
3639 2008-04-08  Michael Albinus  <michael.albinus@gmx.de>
3641         * ps-samp.el (ps-add-printer, ps-remove-printer)
3642         (ps-make-dynamic-printer-menu): New functions.
3644         * net/zeroconf.el: New file.
3646 2008-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3648         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits): Typo.
3650 2008-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
3652         * vc-rcs.el (vc-rcs-modify-change-comment):
3653         * vc-cvs.el (vc-cvs-modify-change-comment): Fix argument order.
3655         * log-view.el (log-view-mode-menu): Bind log-view-modify-change-comment.
3657 2008-04-08  Juanma Barranquero  <lekktu@gmail.com>
3659         * international/mule-cmds.el (set-locale-environment): Don't warn if
3660         coding system doesn't agree with system locale (this reverts changes
3661         by Dave Love, dated 2002-10-27 and 2002-10-09).
3663         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
3664         * emacs-lisp/cl-macs.el (get-setf-method): Use `string-match-p'.
3666         * emacs-lisp/copyright.el (copyright-update-year): Use `looking-at-p'.
3668 2008-04-08  Glenn Morris  <rgm@gnu.org>
3670         * calendar/calendar.el (calendar-date-style): Remove autoload cookie.
3671         * textmodes/remember.el (remember-diary-convert-entry):
3672         Require calendar.
3674         * textmodes/remember.el (remember-diary-extract-entries): Don't pass
3675         diary-file, since it is the default for make-diary-entry anyway.
3677         * calendar/cal-menu.el (cal-menu-event-to-date):
3678         Rename calendar-event-to-date.  Update callers.
3679         (calendar-mouse-tex-day): Rename cal-tex-mouse-day.
3680         (calendar-mouse-tex-week): Rename cal-tex-mouse-week.
3681         (calendar-mouse-tex-week2): Rename cal-tex-mouse-week2.
3682         (calendar-mouse-tex-week-iso): Rename cal-tex-mouse-week-iso.
3683         (calendar-mouse-tex-week-monday): Rename cal-tex-mouse-week-monday.
3684         (calendar-mouse-tex-filofax-daily): Rename cal-tex-mouse-filofax-daily.
3685         (calendar-mouse-tex-filofax-2week): Rename cal-tex-mouse-filofax-2week.
3686         (calendar-mouse-tex-filofax-week): Rename cal-tex-mouse-filofax-week.
3687         (calendar-mouse-tex-month): Rename cal-tex-mouse-month.
3688         (calendar-mouse-tex-month-landscape):
3689         Rename cal-tex-mouse-month-landscape.
3690         (calendar-mouse-tex-year): Rename cal-tex-mouse-year.
3691         (calendar-mouse-tex-filofax-year): Rename cal-tex-mouse-filofax-year.
3692         (calendar-mouse-tex-year-landscape):
3693         Rename cal-tex-mouse-year-landscape.
3694         (cal-menu-context-mouse-menu): Update for above name changes.
3696         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
3697         * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
3698         * calendar/cal-iso.el, calendar/cal-julian.el, calendar/cal-move.el:
3699         * calendar/cal-persia.el, calendar/cal-tex.el, calendar/calendar.el:
3700         * calendar/holidays.el: Replace int-to-string with number-to-string.
3702 2008-04-08  Chong Yidong  <cyd@stupidchicken.com>
3704         * mwheel.el (mwheel-scroll): Deactivate any temporarily active
3705         region if point moves.
3707 2008-04-08  Kenichi Handa  <handa@m17n.org>
3709         * faces.el (font-slant-table): Change numeric values for `r',
3710         `roman', and `normal'.
3712 2008-04-07  Vincent Belaïche  <vincent.b.1@hotmail.fr>
3714         * calc/calc-vec.el (calcFunc-kron, calc-kron): New functions.
3716 2008-04-07  Jay Belanger  <jay.p.belanger@gmail.com>
3718         * calc/calc-ext.el (calc-init-extensions): Add `calc-kron' and
3719         `calcFunc-kron' to autoloads.  Add keybinding for `calc-kron'.
3721 2008-04-07  Michael Albinus  <michael.albinus@gmx.de>
3723         * net/tramp.el (tramp-methods): Fix again tramp-copy-args of
3724         "pscp" and "psftp".  Reported by Gilles Pion <gpion@lfdj.com>.
3726 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3728         * dired-aux.el (dired-read-shell-command): Use read-shell-command.
3730 2008-04-07  Sam Steingold  <sds@gnu.org>
3732         * progmodes/inf-lisp.el (lisp-compile-string, lisp-eval-string):
3733         Add helper functions.
3734         (lisp-do-defun): Extract the common part of lisp-eval-defun and
3735         lisp-compile-defun; DEFVAR forms reset the variables to the init
3736         values, just like in emacs-lisp mode eval-defun.
3737         (lisp-eval-defun, lisp-compile-defun): Use lisp-do-defun.
3738         (lisp-compile-region): Use lisp-compile-string.
3740 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3742         * subr.el (combine-and-quote-strings): Also quote strings that contain
3743         the separator.
3745         * pcvs-util.el (cvs-map): Avoid recursion :-(
3747 2008-04-07  Glenn Morris  <rgm@gnu.org>
3749         * calendar/calendar.el (calendar-mode-map): Replace use of kbd.
3751         * calendar.el (diary-view-entries-initially-flag): Rename
3752         view-diary-entries-initially.  Keep old name as alias, update users.
3753         (calendar-mark-diary-entries-flag): Rename
3754         mark-diary-entries-in-calendar.  Keep old name as alias, update users.
3755         (calendar-view-holidays-initially-flag): Rename
3756         view-calendar-holidays-initially.  Keep old name as alias, update users.
3757         (calendar-mark-holidays-flag): Rename mark-holidays-in-calendar.
3758         Keep old name as alias, update users.
3759         (calendar-initial-window-hook): Rename initial-calendar-window-hook.
3760         Keep old name as alias, update users.
3761         (calendar-today-visible-hook): Rename today-visible-calendar-hook.
3762         Keep old name as alias, update users.
3763         (calendar-today-invisible-hook): Rename today-invisible-calendar-hook.
3764         Keep old name as alias, update users.
3765         (diary-iso-date-forms): Rename iso-date-diary-pattern.  Update users.
3766         (diary-american-date-forms): Rename american-date-diary-pattern.
3767         Keep old name as alias, update users.
3768         (diary-european-date-forms): Rename european-date-diary-pattern.
3769         Keep old name as alias, update users.
3770         (calendar-iso-date-display-form): Rename iso-calendar-display-form.
3771         Keep old name as alias, update users.
3772         (calendar-european-date-display-form): Rename
3773         european-calendar-display-form.  Keep old name as alias, update users.
3774         (calendar-american-date-display-form): Rename
3775         european-calendar-display-form.  Keep old name as alias, update users.
3776         (diary-show-holidays-flag): Rename holidays-in-diary-buffer.
3777         Keep old name as alias, update users.
3778         (holiday-general-holidays): Rename general-holidays.
3779         Keep old name as alias, update users.
3780         (holiday-oriental-holidays): Rename oriental-holidays.
3781         Keep old name as alias, update users.
3782         (holiday-local-holidays): Rename local-holidays.
3783         Keep old name as alias, update users.
3784         (holiday-other-holidays): Rename other-holidays.
3785         Keep old name as alias, update users.
3786         (holiday-hebrew-holidays): Rename hebrew-holidays.
3787         Keep old name as alias, update users.
3788         (holiday-christian-holidays): Rename christian-holidays.
3789         Keep old name as alias, update users.
3790         (holiday-islamic-holidays): Rename islamic-holidays.
3791         Keep old name as alias, update users.
3792         (holiday-bahai-holidays): Rename bahai-holidays.
3793         Keep old name as alias, update users.
3794         (holiday-solar-holidays): Rename solar-holidays.
3795         Keep old name as alias, update users.
3796         (diary-fancy-buffer): Rename fancy-diary-buffer.
3797         Keep old name as alias, update users.
3798         (calendar-other-calendars-buffer): Rename other-calendars-buffer.
3799         Update users.
3800         (calendar-hebrew-yahrzeit-buffer): Rename cal-hebrew-yahrzeit-buffer.
3801         Update users.
3802         (calendar-increment-month): Rename increment-calendar-month.
3803         Keep old name as alias, update callers.
3804         (calendar-increment-month-cons): Rename old calendar-increment-month.
3805         Update callers.
3806         (calendar-extract-month): Rename extract-calendar-month.
3807         Keep old name as alias, update callers
3808         (calendar-extract-day): Rename extract-calendar-day.
3809         Keep old name as alias, update callers.
3810         (calendar-extract-year): Rename extract-calendar-year.
3811         Keep old name as alias, update callers.
3812         (calendar-generate-window): Rename generate-calendar-window.
3813         Update callers.
3814         (calendar-generate): Rename generate-calendar.  Update callers.
3815         (calendar-generate-month): Rename generate-calendar-month.
3816         Update callers.
3817         (calendar-redraw): Rename redraw-calendar.  Update callers.
3818         (calendar-describe-mode): Rename describe-calendar-mode.  Update uses.
3819         (calendar-mouse-other-month): Rename mouse-calendar-other-month.
3820         Update callers.
3821         (calendar-update-mode-line): Rename update-calendar-mode-line.
3822         Update callers.
3823         (calendar-exit): Rename exit-calendar.  Keep old name as alias,
3824         update callers.
3825         (calendar-mark-visible-date): Rename mark-visible-calendar-date.
3826         Keep old name as alias, update callers.
3827         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
3828         * calendar/cal-dst.el, calendar/cal-french.el, calendar/cal-hebrew.el:
3829         * calendar/cal-html.el, calendar/cal-islam.el, calendar/cal-iso.el:
3830         * calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el:
3831         * calendar/cal-persia.el, calendar/cal-tex.el, calendar/cal-x.el:
3832         * calendar/diary-lib.el, calendar/holidays.el, calendar/lunar.el:
3833         * calendar/solar.el: Update for calendar.el name changes.
3834         * org/org.el (org-agenda-format-date-aligned)
3835         (org-agenda-execute-calendar-command): Access date elements directly
3836         rather than using calendar functions.
3837         (org-read-date, org-goto-calendar, org-agenda-goto-calendar):
3838         Also set calendar-view-diary-initially-flag,
3839         calendar-view-holidays-initially-flag
3840         (org-get-entries-from-diary): Also set diary-fancy-buffer.
3841         (org-agenda-execute-calendar-command): No need to set displayed-day.
3843 2008-04-06  Alan Mackenzie  <acm@muc.de>
3845         * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
3846         typo in the doc string.
3848         * progmodes/cc-mode.el (c-basic-common-init):
3849         Set font-lock-extend-after-change-region-function.
3850         (c-extend-after-change-region): New function, used in
3851         font-lock-extend-after-change-region-function, thus superseding
3852         advice on the Font Lock after change functions.
3853         (c-advise-fl-for-region): Remove this macro.
3855 2008-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
3857         * textmodes/flyspell.el (flyspell-duplicate-distance):
3858         Improve custom type.
3860 2008-04-06  Glenn Morris  <rgm@gnu.org>
3862         * calendar/diary-lib.el (diary-sexp-entry-symbol):
3863         Rename sexp-diary-entry-symbol.  Keep old name as alias, update users.
3864         (diary-list-entries-hook): Rename list-diary-entries-hook.
3865         Keep old name as alias, update users.
3866         (diary-mark-entries-hook): Rename mark-diary-entries-hook.
3867         Keep old name as alias, update users.
3868         (diary-nongregorian-listing-hook): Rename
3869         nongregorian-diary-listing-hook.  Keep old name as alias, update users.
3870         (diary-nongregorian-marking-hook): Rename
3871         nongregorian-diary-marking-hook.  Keep old name as alias, update users.
3872         (diary-print-entries-hook): Rename print-diary-entries-hook.
3873         Keep old name as alias, update users.
3874         (diary-abbreviated-year-flag): Rename abbreviated-calendar-year.
3875         Keep old name as alias, update users.
3876         (diary-number-of-entries): Rename number-of-diary-entries.
3877         Keep old name as alias, update users.
3878         (view-diary-entries, list-diary-entries, show-all-diary-entries):
3879         Give version of obsolescence.
3880         (diary-view-other-diary-entries): Rename view-other-diary-entries.
3881         Keep old name as alias, update callers.
3882         (diary-add-to-list): Rename add-to-diary-list.  Keep old name as alias,
3883         update callers.
3884         (diary-include-other-diary-files): Rename include-other-diary-files.
3885         Keep old name as alias, update callers.
3886         (diary-simple-display): Rename simple-diary-display.
3887         Keep old name as alias, update callers.
3888         (diary-fancy-display): Rename fancy-diary-display.
3889         Keep old name as alias, update callers.
3890         (diary-print-entries): Rename print-diary-entries.
3891         Keep old name as alias, update callers.
3892         (diary-marking-entries-flag): Rename marking-diary-entries.
3893         Update users.
3894         (diary-marking-entry-flag): Rename marking-diary-entry.  Update users.
3895         (diary-mark-entries): Rename mark-diary-entries.
3896         Keep old name as alias, update callers.
3897         (diary-mark-sexp-entries): Rename mark-sexp-diary-entries.
3898         Keep old name as alias, update callers.
3899         (diary-mark-included-diary-files): Rename mark-included-diary-files.
3900         Keep old name as alias, update callers.
3901         (calendar-mark-days-named): Rename mark-calendar-days-named.
3902         Keep old name as alias, update callers.
3903         (calendar-mark-month): Rename mark-calendar-month.
3904         Keep old name as alias, update callers.
3905         (calendar-mark-date-pattern): Rename mark-calendar-date-pattern.
3906         Keep old name as alias, update callers.
3907         (diary-sort-entries): Rename sort-diary-entries.
3908         Keep old name as alias, update callers.
3909         (diary-list-sexp-entries): Rename list-sexp-diary-entries.
3910         Keep old name as alias, update callers.
3911         (diary-make-entry): Rename make-diary-entry.  Keep old name as alias,
3912         update callers.
3913         (diary-insert-entry): Rename insert-diary-entry.
3914         Keep old name as alias.
3915         (diary-insert-weekly-entry): Rename insert-weekly-diary-entry.
3916         Keep old name as alias.
3917         (diary-insert-monthly-entry): Rename insert-monthly-diary-entry.
3918         Keep old name as alias.
3919         (diary-insert-yearly-entry): Rename insert-yearly-diary-entry.
3920         Keep old name as alias.
3921         (diary-insert-anniversary-entry): Rename insert-anniversary-diary-entry.
3922         Keep old name as alias.
3923         (diary-insert-block-entry): Rename insert-block-diary-entry.
3924         Keep old name as alias.
3925         (diary-insert-cyclic-entry): Rename insert-cyclic-diary-entry.
3926         Keep old name as alias.
3927         (diary-fancy-font-lock-keywords): Rename fancy-diary-font-lock-keywords.
3928         Keep old name as alias, update users.
3929         (diary-fancy-display-mode): Rename fancy-diary-display-mode.
3930         Keep old name as alias, update callers.
3931         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
3932         * calendar/cal-menu.el, calendar/cal-x.el, calendar/calendar.el:
3933         * calendar/icalendar.el: Update for diary-lib name changes.
3935 2008-04-06  Chong Yidong  <cyd@stupidchicken.com>
3937         * dired-aux.el (dired-overwrite-confirmed): Revert last change.
3939         * dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite
3940         for copy, move, and link operations.
3942 2008-04-06  Michael Kifer  <kifer@cs.stonybrook.edu>
3944         * emulation/viper-init.el, emulation/viper-ex.el, emulation/viper-cmd.el
3945         (viper-search-wrap-around-t): Replace with viper-search-wrap-around.
3947         * ediff-util.el, ediff-vers.el, ediff-wind.el: Replace 3-argument
3948         'require' statements with 1-argument ones (wrapped in if's).
3949         For compatibility with the current stable version of XEmacs.
3951 2008-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
3953         * vc.el (vc-status-prepare-status-buffer): Reset vc-parent-buffer-name.
3955 2008-04-06  Jason Rumney  <jasonr@gnu.org>
3957         * language/burmese.el ("Burmese"): Make sample text consistent with
3958         language name.
3960 2008-04-06  Nick Roberts  <nickrob@snap.net.nz>
3962         * progmodes/gdb-ui.el (gdb): New group.
3963         (gdb-debug-log-max, gdb-enable-debug)
3964         (gdb-cpp-define-alist-program, gdb-cpp-define-alist-flags)
3965         (gdb-show-main, gdb-many-windows, gdb-use-separate-io-buffer)
3966         (gdb-speedbar-auto-raise, gdb-use-colon-colon-notation)
3967         (gdb-show-changed-values, gdb-max-children)
3968         (gdb-delete-out-of-scope, gdb-same-frame, gdb-find-source-frame)
3969         (breakpoint-enabled, breakpoint-disabled, gdb-max-frames)
3970         (gdb-all-registers, gdb-memory-repeat-count, gdb-memory-format)
3971         (gdb-memory-unit): Move to new group from GUD group.
3972         (menu): Allow customization from GDB-UI menu-item.
3974 2008-04-05  Chong Yidong  <cyd@stupidchicken.com>
3976         * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
3978 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3980         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
3981         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
3982         Revision numbers can include ".".
3984         * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
3985         "+" lines not accounted for by counting "-" and context lines.
3987 2008-04-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3989         * term/mac-win.el (mac-service-open-file): Use file URL instead of
3990         file name string.
3992 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3994         * vc-bzr.el (vc-bzr-annotate-command): Preserve line alignment.
3995         (vc-bzr-annotate-time): Accept space used to preserve alignment.
3997 2008-04-05  Richard Stallman  <rms@gnu.org>
3999         * emacs-lisp/advice.el (defadvice): Add usage pattern.
4001 2008-04-05  Nick Roberts  <nickrob@snap.net.nz>
4003         * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
4004         thread in [h-e-w]).
4006 2008-04-05  Juanma Barranquero  <lekktu@gmail.com>
4008         * files.el (abort-if-file-too-large): Fix typo in docstring.
4010 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4012         * subr.el (functionp): Return nil for special forms.
4014 2008-04-05  Glenn Morris  <rgm@gnu.org>
4016         * emacs-lisp/autoload.el (autoload-ensure-default-file):
4017         Provide a feature.
4018         * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el:
4019         Require loaddef file rather than loading it.
4020         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that
4021         autoload-ensure-default-file provides a feature.
4023         * Makefile.in (LOADDEFS): Add mh-loaddefs.el.
4024         (AUTOGENEL): mh-loaddefs is in $LOADDEFS now.
4025         (compile, compile-always, recompile): Use $LOADDEFS.
4026         (cal-autoloads): Remove.
4028         * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather
4029         than buffer-live-p.  Reported by David Koppelman <koppel@ece.lsu.edu>.
4031         * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
4032         (hebrew-holidays-3, hebrew-holidays-4): Don't autoload obsolescence.
4034         * calendar/calendar.el (diary-hebrew-entry-symbol):
4035         Rename hebrew-diary-entry-symbol.  Keep old name as alias.
4036         (diary-islamic-entry-symbol): Rename islamic-diary-entry-symbol.
4037         Keep old name as alias.
4038         (diary-bahai-entry-symbol): Rename bahai-diary-entry-symbol.
4039         Keep old name as alias.
4040         * calendar/cal-bahai.el: Update for rename bahai-diary-entry-symbol
4041         to diary-bahai-entry-symbol.
4042         * calendar/cal-hebrew.el: Update for rename hebrew-diary-entry-symbol
4043         to diary-hebrew-entry-symbol.
4044         * calendar/cal-islam.el: Update for rename islamic-diary-entry-symbol
4045         to diary-islamic-entry-symbol.
4046         * calendar/diary-lib.el: Update for diary-entry-symbol renames.
4048         * calendar/solar.el (diary-sabbath-candles-minutes)
4049         (diary-sabbath-candles): Move to cal-hebrew.
4050         * calendar/cal-hebrew.el (diary-hebrew-sabbath-candles-minutes)
4051         (diary-hebrew-sabbath-candles): Move here from solar.el and rename.
4052         Doc fix.  Keep old name as alias.
4053         (diary-hebrew-sabbath-candles): Simplify.
4054         (solar-setup, solar-sunrise-sunset, calendar-latitude)
4055         (calendar-longitude, calendar-time-zone): Declare for compiler.
4056         * calendar/diary-lib.el (list-sexp-diary-entries): Update doc for
4057         rename.
4059         * calendar/cal-coptic.el (calendar-coptic-month-name-array):
4060         Rename coptic-calendar-month-name-array.  Update callers.
4061         (calendar-coptic-epoch): Rename coptic-calendar-epoch.  Update callers.
4062         (calendar-coptic-name): Rename coptic-name.  Update callers.
4063         (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
4064         Update callers.
4065         (calendar-coptic-last-day-of-month):
4066         Rename coptic-calendar-last-day-of-month.  Update callers.
4067         (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
4068         Keep old name as alias, update callers.
4069         (calendar-coptic-print-date): Rename calendar-print-coptic-date.
4070         Keep old name as alias, update callers.
4071         (calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
4072         Keep old name as alias.
4073         (calendar-ethiopic-month-name-array):
4074         Rename ethiopic-calendar-month-name-array.  Update callers.
4075         (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
4076         Update callers.
4077         (calendar-ethiopic-name): Rename ethiopic-name.  Update callers.
4078         (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic.
4079         Keep old name as alias, update callers.
4080         (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date.
4081         Keep old name as alias, update callers.
4082         (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
4083         Keep old name as alias.
4085         * calendar/cal-french.el (calendar-french-epoch):
4086         Rename french-calendar-epoch.  Update callers.
4087         (calendar-french-month-name-array): Rename variable and function
4088         french-calendar-month-name-array.  Update callers.
4089         (calendar-french-multibyte-month-name-array):
4090         Rename french-calendar-multibyte-month-name-array.  Update callers.
4091         (calendar-french-day-name-array): Rename variable and function
4092         french-calendar-day-name-array.  Update callers.
4093         (calendar-french-special-days-array): Rename variable and function
4094         french-calendar-special-days-array.  Update callers.
4095         (calendar-french-multibyte-special-days-array):
4096         Rename french-calendar-multibyte-special-days-array.  Update callers.
4097         (calendar-french-accents-p): Rename french-calendar-accents.
4098         Update callers.
4099         (calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
4100         Update callers.
4101         (calendar-french-last-day-of-month):
4102         Rename french-calendar-last-day-of-month.  Update callers.
4103         (calendar-french-to-absolute): Rename calendar-absolute-from-french.
4104         Keep old name as alias, update callers.
4105         (calendar-french-print-date): Rename calendar-print-french-date.
4106         Keep old name as alias, update callers.
4107         (calendar-french-goto-date): Rename calendar-goto-french-date.
4108         Keep old name as alias.
4110         * calendar/cal-menu.el, calendar/calendar.el:
4111         Update for Coptic and French name changes.
4113         * calendar/cal-china.el (calendar-chinese): Rename custom group
4114         from chinese-calendar.  Update users.
4115         (calendar-chinese-time-zone): Rename chinese-calendar-time-zone.
4116         Keep old name as alias, update users.
4117         (calendar-chinese-location-name): Rename chinese-calendar-location-name.
4118         Keep old name as alias.
4119         (calendar-chinese-daylight-time-offset):
4120         Rename chinese-calendar-daylight-time-offset.  Keep old name as alias,
4121         update users.
4122         (calendar-chinese-standard-time-zone-name):
4123         Rename chinese-calendar-standard-time-zone-name.
4124         Keep old name as alias, update users.
4125         (calendar-chinese-daylight-saving-start):
4126         Rename chinese-calendar-daylight-savings-starts.
4127         Keep old name as alias, update users.
4128         (calendar-chinese-daylight-saving-end):
4129         Rename chinese-calendar-daylight-savings-ends.  Keep old name as alias,
4130         update users.
4131         (calendar-chinese-daylight-saving-start-time):
4132         Rename chinese-calendar-daylight-savings-starts-time.
4133         Keep old name as alias, update users.
4134         (calendar-chinese-daylight-saving-end-time):
4135         Rename chinese-calendar-daylight-savings-ends-time.
4136         Keep old name as alias, update users.
4137         (calendar-chinese-celestial-stem): Rename
4138         calendar-chinese-celestial-stem.  Keep old name as alias, update users.
4139         (calendar-chinese-terrestrial-branch):
4140         Rename calendar-chinese-terrestrial-branch.  Keep old name as alias,
4141         update users.
4142         (calendar-chinese-zodiac-sign-on-or-after):
4143         Rename chinese-zodiac-sign-on-or-after.  Update callers.
4144         (calendar-chinese-new-moon-on-or-after):
4145         Rename chinese-new-moon-on-or-after.  Update callers.
4146         (calendar-chinese-month-list): Rename chinese-month-list.
4147         Update callers.
4148         (calendar-chinese-number-months): Rename number-chinese-months.
4149         Update callers.
4150         (calendar-chinese-compute-year): Rename compute-chinese-year.
4151         Update callers.
4152         (calendar-chinese-year-cache): Rename chinese-year-cache.  Update users.
4153         (calendar-chinese-year): Rename chinese-year.  Update callers.
4154         (calendar-chinese-year-cache-init): Rename chinese-year-cache-init.
4155         (calendar-chinese-to-absolute): Rename calendar-absolute-from-chinese.
4156         Keep old name as alias, update callers.
4157         (calendar-chinese-print-date): Rename calendar-print-chinese-date.
4158         Keep old name as alias, update callers.
4159         (calendar-chinese-months-to-alist):
4160         Rename make-chinese-month-assoc-list.  Update callers.
4161         (calendar-chinese-months): Rename chinese-months.  Update callers.
4162         (calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
4163         Keep old name as alias, update callers.
4165         * calendar/cal-hebrew.el (calendar-hebrew-leap-year-p):
4166         Rename hebrew-calendar-leap-year-p.  Update callers.
4167         (calendar-hebrew-last-month-of-year):
4168         Rename hebrew-calendar-last-month-of-year.  Update callers.
4169         (calendar-hebrew-elapsed-days): Rename hebrew-calendar-elapsed-days.
4170         Update callers.
4171         (calendar-hebrew-days-in-year): Rename hebrew-calendar-days-in-year.
4172         Update callers.
4173         (calendar-hebrew-long-heshvan-p): Rename hebrew-calendar-long-heshvan-p.
4174         Update callers.
4175         (calendar-hebrew-short-kislev-p): Rename hebrew-calendar-short-kislev-p.
4176         Update callers.
4177         (calendar-hebrew-last-day-of-month):
4178         Rename hebrew-calendar-last-day-of-month.  Update callers.
4179         (calendar-hebrew-to-absolute): Rename calendar-absolute-from-hebrew.
4180         Keep old name as alias, update callers.
4181         (calendar-hebrew-print-date): Rename calendar-print-hebrew-date.
4182         Keep old name as alias, update callers.
4183         (calendar-hebrew-yahrzeit): Rename hebrew-calendar-yahrzeit.
4184         Keep old name as alias, update callers.
4185         (calendar-hebrew-goto-date): Rename calendar-goto-hebrew-date.
4186         Keep old name as alias.
4187         (holiday-hebrew-rosh-hashanah): Rename holiday-rosh-hashanah-etc.
4188         Keep old name as alias.
4189         (holiday-hebrew-hanukkah): Rename holiday-hanukkah.
4190         Keep old name as alias.
4191         (holiday-hebrew-passover): Rename holiday-passover-etc.
4192         Keep old name as alias.
4193         (holiday-hebrew-tisha-b-av): Rename holiday-tisha-b-av-etc.
4194         Keep old name as alias, update callers.
4195         (diary-hebrew-list-entries): Rename list-hebrew-diary-entries.
4196         Keep old name as alias.
4197         (calendar-hebrew-mark-date-pattern):
4198         Rename mark-hebrew-calendar-date-pattern.  Keep old name as alias,
4199         update callers.
4200         (diary-hebrew-mark-entries): Rename mark-hebrew-diary-entries.
4201         Keep old name as alias.
4202         (diary-hebrew-insert-entry): Rename insert-hebrew-diary-entry.
4203         Keep old name as alias.
4204         (diary-hebrew-insert-monthly-entry):
4205         Rename insert-monthly-hebrew-diary-entry.  Keep old name as alias.
4206         (diary-hebrew-insert-yearly-entry):
4207         Rename insert-yearly-hebrew-diary-entry.  Keep old name as alias.
4208         (calender-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
4209         Keep old name as alias.
4210         (diary-hebrew-omer): Rename diary-omer.  Keep old name as alias.
4211         (diary-hebrew-yahrzeit): Rename diary-yahrzeit.  Keep old name as alias.
4212         (diary-hebrew-rosh-hodesh): Rename diary-rosh-hodesh.
4213         Keep old name as alias.
4214         (calendar-hebrew-parashiot-names):
4215         Rename hebrew-calendar-parashiot-names.  Update callers.
4216         (calendar-hebrew-parasha-name): Rename hebrew-calendar-parasha-name.
4217         (calendar-hebrew-year-Saturday-incomplete-Sunday):
4218         Rename hebrew-calendar-year-Saturday-incomplete-Sunday.
4219         (calendar-hebrew-year-Saturday-complete-Tuesday):
4220         Rename hebrew-calendar-year-Saturday-complete-Tuesday.
4221         (calendar-hebrew-year-Monday-incomplete-Tuesday):
4222         Rename hebrew-calendar-year-Monday-incomplete-Tuesday.
4223         (calendar-hebrew-year-Monday-complete-Thursday):
4224         Rename hebrew-calendar-year-Monday-complete-Thursday.
4225         (calendar-hebrew-year-Tuesday-regular-Thursday):
4226         Rename hebrew-calendar-year-Tuesday-regular-Thursday.
4227         (calendar-hebrew-year-Thursday-regular-Saturday):
4228         Rename hebrew-calendar-year-Thursday-regular-Saturday.
4229         (calendar-hebrew-year-Thursday-complete-Sunday):
4230         Rename hebrew-calendar-year-Thursday-complete-Sunday.
4231         (calendar-hebrew-year-Saturday-incomplete-Tuesday):
4232         Rename hebrew-calendar-year-Saturday-incomplete-Tuesday.
4233         (calendar-hebrew-year-Saturday-complete-Thursday):
4234         Rename hebrew-calendar-year-Saturday-complete-Thursday.
4235         (calendar-hebrew-year-Monday-incomplete-Thursday):
4236         Rename hebrew-calendar-year-Monday-incomplete-Thursday.
4237         (calendar-hebrew-year-Monday-complete-Saturday):
4238         Rename hebrew-calendar-year-Monday-complete-Saturday.
4239         (calendar-hebrew-year-Tuesday-regular-Saturday):
4240         Rename hebrew-calendar-year-Tuesday-regular-Saturday.
4241         (calendar-hebrew-year-Thursday-incomplete-Sunday):
4242         Rename hebrew-calendar-year-Thursday-incomplete-Sunday.
4243         (calendar-hebrew-year-Thursday-complete-Tuesday):
4244         Rename hebrew-calendar-year-Thursday-complete-Tuesday.
4245         (diary-hebrew-parasha): Rename diary-parasha.  Keep old name as alias.
4246         Update for above name changes of constants.
4248         * calendar/cal-menu.el, calendar/calendar.el:
4249         Update for chinese and hebrew name changes.
4250         * calendar/diary-lib.el: Update for hebrew name changes.
4252 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4254         * subr.el (keymap-canonicalize): Correct thinko.
4256         * server.el: Undo part of the multi-tty change, which is only
4257         needed if server.el is preloaded, and broke server-running-p.
4258         (server-socket-dir): Initialize in the defvar, as before.
4259         (server-start): Remove initialization of server-socket-dir.
4261 2008-04-05  Eli Zaretskii  <eliz@gnu.org>
4263         * ls-lisp.el (ls-lisp-format): Support inodes that are 2- or
4264         3-member cons cells.
4266 2008-04-05  Chong Yidong  <cyd@stupidchicken.com>
4268         * cus-face.el (custom-face-attributes): Handle roman slant.
4270         * faces.el (default): Ensure the face-defface-spec property is set.
4272 2008-04-05  Adrian Robert  <Adrian.B.Robert@gmail.com>
4274         * files.el (abort-if-file-too-large): New function.
4275         (find-file-noselect, insert-file-1): Use it.
4277 2008-04-05  Reto Zimmermann  <reto@gnu.org>
4279         * progmodes/vhdl-mode.el (vhdl-mode-map-init):
4280         Replace C-c[a-zA-Z] key bindings.
4282 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4284         * progmodes/hideif.el (hif-token-alist): New var.
4285         (hif-token-regexp, hif-tokenize): Use it.
4286         (hif-mathify-binop): New macro.
4287         (hif-plus, hif-minus, hif-notequal, hif-greater, hif-less)
4288         (hif-greater-equal, hif-less-equal): Use it.
4289         (hif-logior, hif-logand): New functions.
4290         (hif-math): Accept | and & as well.
4292         * progmodes/etags.el: Fix problem with completion for buffer-local
4293         tables.  Reported by Radey Shouman <shouman@comcast.net>.
4294         (tags-complete-tag): Remove.
4295         (tags-lazy-completion-table): New function to replace it.
4296         (find-tag-tag, complete-tag): Update users.
4298 2008-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
4300         * vc-rcs.el (vc-rcs-dir-status):
4301         * vc-sccs.el (vc-sccs-dir-status): New function.
4303         * outline.el (outline-mode-menu-bar-map):
4304         * term.el (terminal-signal-menu): Add :help.
4306         * net/eudc.el (eudc-mode-map): Declare and define in one step.
4307         (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.
4309         * emacs-lisp/re-builder.el (reb-mode-map):
4310         * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
4312         * diff-mode.el (diff-file-junk-re): Recognize the git format for
4313         new files, deleted files and for changing permissions.
4314         (diff-mode): Set beginning-of-defun-function and
4315         end-of-defun-function.
4317         * vc-bzr.el (vc-bzr-state): Use when instead of if.
4319         * vc.el (vc-default-status-fileinfo-extra): New function.
4320         (vc-status-mark-buffer-changed): Use it.
4321         (vc-update-vc-status-buffer): Allow for partial updates.
4323 2008-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4325         * net/tramp.el (after-init-hook): Don't wrap a lambda around
4326         tramp-register-completion-file-name-handler.
4328         * subr.el (keymap-canonicalize): New function.
4329         * mouse.el (mouse-menu-non-singleton): Use it.
4330         (mouse-major-mode-menu): Remove hack made unnecessary.
4332         * simple.el (set-fill-column): Prompt rather than error by default.
4334 2008-04-04  Andreas Schwab  <schwab@suse.de>
4336         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
4337         Reset new-rules after each round.
4339         * Makefile.in (cal-autoloads): New target.
4340         (compile, compile-always, recompile): Depend on it.
4341         ($(lisp)/calendar/cal-loaddefs.el)
4342         ($(lisp)/calendar/diary-loaddefs.el)
4343         ($(lisp)/calendar/hol-loaddefs.el): Depend on calendar/*.el.
4345 2008-04-04  Michael Kifer  <kifer@cs.stonybrook.edu>
4347         * ediff*.el: Replace load with require in eval-when-compile.
4349         * ediff-hook: Delete all invocations of (autoload ...).
4351         * ediff-util.el (ediff-setup): Make window-min-height a local variable
4352         in ediff control window, and set its min height to 2.
4353         (ediff-setup-control-buffer): Dedicate the control window.
4354         (ediff-toggle-multiframe): Undedicate control window.
4355         Work directly with ediff-setup-windows-multiframe and
4356         ediff-setup-windows-plain.
4358         * ediff-wind (ediff-choose-window-setup-function-automatically):
4359         New function.
4360         (ediff-window-setup-function): Change initialization.
4361         (ediff-setup-windows-automatic): Delete.
4362         (ediff-setup-windows-plain-merge): Make control window dedicated.
4363         (ediff-destroy-control-frame): Do not skip frames if working in a
4364         single frame.
4366         * emulation/viper-ex.el: Move provide's forward, prevent recursion in
4367         eval-when-compile.
4369         * emulation/viper-util.el: Move provide's forward, prevent recursion in
4370         eval-when-compile.
4372 2008-04-04  Glenn Morris  <rgm@gnu.org>
4374         * calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename
4375         calendar-absolute-from-bahai.  Update callers, keep old name as alias.
4377         * calendar/cal-islam.el (calendar-islamic-leap-year-p):
4378         Rename islamic-calendar-leap-year-p.  Update callers.
4379         (calendar-islamic-last-day-of-month):
4380         Rename islamic-calendar-last-day-of-month.  Update callers.
4381         (calendar-islamic-day-number):
4382         Rename islamic-calendar-day-number.  Update callers.
4383         (calendar-islamic-to-absolute): Rename calendar-absolute-from-islamic.
4384         Update callers, keep old name as alias.
4385         (calendar-islamic-print-date): Rename calendar-print-islamic-date.
4386         Update callers, keep old name as alias.
4387         (calendar-islamic-goto-date): Rename calendar-goto-islamic-date.
4388         Keep old name as alias.
4389         (diary-islamic-list-entries): Rename list-islamic-diary-entries.
4390         Update callers, keep old name as alias.
4391         (calendar-islamic-mark-date-pattern):
4392         Rename mark-islamic-calendar-date-pattern.  Update callers, keep old
4393         name as alias.
4394         (diary-islamic-insert-entry): Rename insert-islamic-diary-entry.
4395         Keep old name as alias.
4396         (diary-islamic-insert-monthly-entry):
4397         Rename insert-monthly-islamic-diary-entry.  Keep old name as alias.
4398         (diary-islamic-insert-yearly-entry):
4399         Rename insert-yearly-islamic-diary-entry.  Keep old name as alias.
4401         * calendar/cal-iso.el (calendar-iso-to-absolute): Rename
4402         calendar-absolute-from-iso.  Update callers, keep old name as alias.
4403         (calendar-iso-print-date): Rename calendar-print-iso-date.
4404         Update callers, keep old name as alias.
4405         (calendar-iso-goto-date): Rename calendar-goto-iso-date.
4406         Keep old name as alias.
4407         (calendar-iso-goto-week): Rename calendar-goto-iso-week.
4408         Keep old name as alias.
4410         * calendar/cal-julian.el (calendar-julian-to-absolute): Rename
4411         calendar-absolute-from-julian.  Update callers, keep old name as alias.
4412         (calendar-julian-print-date): Rename calendar-print-julian-date.
4413         Update callers, keep old name as alias.
4414         (calendar-julian-goto-date): Rename calendar-goto-julian-date.
4415         Update callers, keep old name as alias.
4416         (calendar-astro-to-absolute): Rename calendar-absolute-from-astro.
4417         Update callers, keep old name as alias.
4418         (calendar-astro-print-day-number):
4419         Rename calendar-print-astro-day-number.  Update callers, keep old
4420         name as alias.
4421         (calendar-astro-goto-day-number): Rename calendar-goto-astro-day-number.
4422         Update callers, keep old name as alias.
4424         * calendar/cal-mayan.el (calendar-mayan-string-from-long-count):
4425         Rename calendar-string-to-mayan-long-count.  Update callers.
4426         (calendar-mayan-print-date): Rename calendar-print-mayan-date.
4427         Update callers, keep old name as alias.
4428         (calendar-mayan-read-haab-date): Rename calendar-read-mayan-haab-date.
4429         Update callers.
4430         (calendar-mayan-read-tzolkin-date):
4431         Rename calendar-read-mayan-tzolkin-date.  Update callers.
4432         (calendar-mayan-next-haab-date): Rename calendar-next-haab-date.
4433         Keep old name as alias.
4434         (calendar-mayan-previous-haab-date): Rename calendar-previous-haab-date.
4435         Keep old name as alias.
4436         (calendar-mayan-next-tzolkin-date): Rename calendar-next-tzolkin-date.
4437         Keep old name as alias.
4438         (calendar-mayan-previous-tzolkin-date):
4439         Rename calendar-previous-tzolkin-date.  Keep old name as alias.
4440         (calendar-mayan-next-round-date):
4441         Rename calendar-next-calendar-round-date.  Keep old name as alias.
4442         (calendar-mayan-previous-round-date):
4443         Rename calendar-previous-calendar-round-date.  Keep old name as alias.
4444         (calendar-mayan-long-count-to-absolute): Rename
4445         calendar-absolute-from-mayan-long-count.  Keep old name as alias.
4446         (calendar-mayan-goto-long-count-date):
4447         Rename calendar-goto-mayan-long-count-date.  Keep old name as alias.
4449         * calendar/cal-persia.el (calendar-persian-month-name-array):
4450         Rename persian-calendar-month-name-array.  Update callers.
4451         (calendar-persian-epoch): Rename persian-calendar-epoch.
4452         Update callers.
4453         (calendar-persian-leap-year-p): Rename persian-calendar-leap-year-p.
4454         Update callers.
4455         (calendar-persian-last-day-of-month):
4456         Rename persian-calendar-last-day-of-month.  Update callers.
4457         (calendar-persian-to-absolute): Rename calendar-absolute-from-persian.
4458         Update callers, keep old name as alias.
4459         (calendar-persian-print-date): Rename calendar-print-persian-date.
4460         Update callers, keep old name as alias.
4461         (calendar-persian-goto-date): Rename calendar-goto-persian-date.
4462         Keep old name as alias.
4464         * calendar/cal-china.el, calendar/cal-coptic.el, calendar/cal-islam.el:
4465         * calendar/cal-persia.el, calendar/holidays.el, calendar/lunar.el:
4466         * calendar/solar.el: Update for cal-julian name changes.
4468         * calendar/cal-dst.el: Update for persian name changes.
4470         * calendar/cal-menu.el, calendar/calendar.el:
4471         Update for islamic, iso, julian, mayan, persian name changes.
4473         * calendar/diary-lib.el: Update for islamic name changes.
4475         * calendar/calendar.el (calendar-hebrew-all-holidays-flag):
4476         Rename all-hebrew-calendar-holidays.  Update callers, keep old name
4477         as alias.
4478         (calendar-christian-all-holidays-flag):
4479         Rename all-christian-calendar-holidays.  Update callers, keep old
4480         name as alias.
4481         (calendar-islamic-all-holidays-flag):
4482         Rename all-islamic-calendar-holidays.  Update callers, keep old
4483         name as alias.
4484         (calendar-bahai-all-holidays-flag): Rename all-bahai-calendar-holidays.
4485         Update callers, keep old name as alias.
4486         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/holidays.el:
4487         Update for the above name changes.
4489 2008-04-04  Juanma Barranquero  <lekktu@gmail.com>
4491         * hilit-chg.el (global-highlight-changes-mode)
4492         (highlight-changes-passive-string, highlight-changes-active-string):
4493         Mark as obsolete since 23.1, not 22.1.
4495 2008-04-03  Juanma Barranquero  <lekktu@gmail.com>
4497         * hilit-chg.el (highlight-changes-visibility-initial-state)
4498         (hilit-chg-update, highlight-changes-mode-turn-on):
4499         Fix typos in docstrings.
4501 2008-04-03  Stephen Berman  <Stephen.Berman@gmx.net>
4503         * newcomment.el (comment-enter-backward): Be careful to restore
4504         position changed during narrowing.
4506 2008-04-03  Giuliano Procida  <giuliano.procida@googlemail.com>  (tiny change)
4508         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4509         Recognize `sub ($$)'.
4511 2008-04-03  Richard Sharman  <rsharman@pobox.com>
4513         * hilit-chg.el (highlight-changes-mode): Rename from
4514         highlight-changes; no longer uses sub-modes active and passive;
4515         implemented by define-minor-mode.
4516         (highlight-changes-toggle-visibility): New function, to replace
4517         the old passive/active submodes of global-highlight-changes-mode;
4518         implemented by define-minor-mode.
4519         (global-highlight-changes-mode): Rename from global-highlight-changes;
4520         rewrite using define-globalized-minor-mode.
4521         (hilit-chg-major-mode-hook, hilit-chg-check-global)
4522         (hilit-chg-post-command-hook, hilit-chg-check-global)
4523         (hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due
4524         to use of define-globalized-minor-mode.
4525         (highlight-changes-global-initial-state): Change to be boolean.
4526         (highlight-changes-visible-string, highlight-changes-invisible-string):
4527         Rename from highlight-changes-active-string and
4528         highlight-changes-passive-string.
4529         (hilit-chg-update, hilit-chg-set): Use them.
4530         (global-highlight-changes-mode): Rename from global-highlight-changes.
4531         (hilit-chg-map-changes, hilit-chg-display-changes): Add arguments to
4532         docstring.
4533         (hilit-chg-hide-changes): Rewrite to use dolist.
4534         (hilit-chg-set-face-on-change, hilit-chg-update)
4535         (highlight-changes-rotate-faces): Use highlight-changes-visible-mode
4536         variable instead of testing highlight-changes-mode.
4537         (highlight-markup-buffers): Add require ediff-util; argument on calls
4538         to highlight-changes-mode changed.
4539         (highlight-compare-with-file): Fix problems with interactive
4540         call giving invalid default file.
4542 2008-04-03  Nick Roberts  <nickrob@snap.net.nz>
4544         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
4545         Fix in disassembly buffer (regression in 22.2).
4547 2008-04-03  Michael Kifer  <kifer@cs.stonybrook.edu>
4549         * emulation/viper-macs.el (viper-read-fast-keysequence):
4550         Use viper-read-event instead of viper-read-key.
4552         * emulation/viper.el (viper-mode): Move the check for fundamental mode.
4554         * emulation/viper-utils.el (viper-get-saved-cursor-color-in-insert-mode)
4555         (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant
4556         let-statements.
4558         * emulation/viper-ex.el, emulation/viper-macs.el:
4559         * emulation/viper-mous.el:
4560         Replace load with require in eval-when-compile.
4562 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4564         * files.el (auto-mode-alist): Use archive-mode for Debian packages.
4566         * arc-mode.el (archive-mode-map): Obey mouse-1-click-follows-link.
4567         (archive-try-jka-compr): New function.
4568         (archive-set-buffer-as-visiting-file): Use it.
4570         * tar-mode.el (tar-mode-map): Obey mouse-1-click-follows-link.
4572 2008-04-03  Chong Yidong  <cyd@stupidchicken.com>
4574         * simple.el (handle-shift-selection): New arg.
4576 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4578         * emacs-lisp/cl-macs.el (defsetf): Accept a lambda for the 2-arg form.
4580         * vc-bzr.el (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
4582 2008-04-03  Chong Yidong  <cyd@stupidchicken.com>
4584         * shell.el (shell-dynamic-complete-filename): New fun.
4585         (shell-dynamic-complete-functions): Use it.
4587         * help-fns.el (describe-variable): Undo 2008-02-25 change.
4589 2008-04-03  Kenichi Handa  <handa@m17n.org>
4591         * international/fontset.el (create-fontset-from-x-resource):
4592         Handle the error of X resource more gracefully.
4594         * international/latin1-disp.el (latin1-display): Don't use make-char.
4595         Fix the argument to set-char-table-range.
4596         (latin1-display-identities): Don't use make-char.
4597         (latin1-display-reset): Use map-charset-chars instead of directly
4598         calling standard-display-default.
4599         (latin1-display-check-font): Don't use make-char.
4600         (latin1-display-setup): Likewise.
4601         (latin1-display-ucs-per-lynx): Likewise.
4603 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4605         * emacs-lisp/timer.el (timer): Define as a defstruct, so we can
4606         name the fields, to make the code clearer.
4607         Rewrite all `aset' and `aref' using the defined accessors.
4608         (timer--time): New pseudo-field.
4609         (timer-set-time, timer-set-idle-time, timer-inc-time)
4610         (timer-set-time-with-usecs, with-timeout-suspend): Use it.
4611         (timer--time-less-p): New function.
4612         (timer--activate): New function, extracted from timer-activate.
4613         (timer-activate-when-idle, timer-activate): Use it.
4614         (cancel-function-timers): Use dolist.
4616 2008-04-03  Glenn Morris  <rgm@gnu.org>
4618         * add-log.el (c-beginning-of-defun, c-end-of-defun):
4619         Remove declarations; no longer used.
4620         (c-cpp-define-name, c-defun-name): Declare as functions.
4622         * calendar/cal-bahai.el (holiday-fixed): Autoload it.
4623         (holiday-bahai-new-year, holiday-bahai-ridvan): New functions.
4625         * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc)
4626         (holiday-passover-etc, holiday-hanukkah): Doc fix.
4627         Add optional argument.  Simplify.
4628         (holiday-tisha-b-av-etc): Use memq rather than unless.
4629         (holiday-julian): Autoload it.
4630         (holiday-hebrew-misc): New function.
4632         * calendar/cal-islam.el (holiday-islamic-new-year): New function.
4634         * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
4635         (hebrew-holidays-3, hebrew-holidays-4): Make obsolete.
4636         (hebrew-holidays-2): Just use holiday-hanukkah now it respects
4637         all-hebrew-calendar-holidays.
4638         (hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays):
4639         Simplify using new functions.
4640         (calendar-holidays): Doc fix.
4641         (generate-calendar-window): Use bound-and-true-p.
4643         * calendar/diary-lib.el (diary-mail-addr): Use bound-and-true-p.
4645         * calendar/holidays.el (calendar-holiday-list): Fix previous change.
4646         (holiday-filter-visible-calendar): Doc fix.  Use mapcar.
4647         (holiday-easter-etc): Fix nesting of result.  Tweak holiday order.
4648         Use calendar-date-is-visible-p, not holiday-filter-visible-calendar.
4650         * net/tramp.el (tramp-drop-volume-letter): Move definition before use.
4652 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4654         * vc-mtn.el (vc-mtn-command): Avoid localization of messages.
4656         * vc-bzr.el (vc-bzr-checkout): Simplify.
4658         * image-mode.el (image-mode-fit-frame): New command.
4660         * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo)
4661         (copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
4662         (keyboard-escape-quit): Check region-active-p i.s.o
4663         transient-mark-mode.
4665 2008-04-02  Simon Josefsson  <simon@josefsson.org>
4667         * net/imap.el (imap-enable-exchange-bug-workaround): New variable.
4668         (imap-message-copyuid-1): Use it.
4669         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
4670         J. Williams in
4671         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
4673 2008-04-02  Alan Mackenzie  <acm@muc.de>
4675         * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
4676         New optimised functions to get the name of the current defun/macro.
4678         * add-log.el (add-log-current-defun): Move the functionality which
4679         gets the current function name for C like modes to cc-cmds.el,
4680         thus optimising for speed.
4682 2008-04-02  Chong Yidong  <cyd@stupidchicken.com>
4684         * simple.el (deactivate-mark): When the mark is temporarily
4685         active, restore the original value of transient-mark-mode.
4686         (set-mark-command): First deactivate the mark if was temporarily active.
4687         (exchange-point-and-mark): Reactivate the mark if it was
4688         temporarily active.
4689         (handle-shift-selection): New fun.
4690         (transient-mark-mode): Move var documentation here from buffer.c.
4691         (next-line, previous-line, backward-word, move-end-of-line)
4692         (move-beginning-of-line, forward-to-indentation)
4693         (backward-to-indentation, back-to-indentation)
4694         (beginning-of-buffer, end-of-buffer): Add ^ interactive spec.
4696         * mouse.el (mouse-set-region-1): Save the old value of
4697         transient-mark-mode.
4698         (mouse-drag-track): Ignore the now-obsolete value `identity' for
4699         transient-mark-mode.
4701         * textmodes/paragraphs.el (forward-paragraph)
4702         (backward-paragraph, forward-sentence, backward-sentence): Add ^
4703         interactive spec.
4705         * emulation/cua-base.el (cua-mode): Turn off shift-select-mode.
4707 2008-04-02  Michael Albinus  <michael.albinus@gmx.de>
4709         * net/tramp.el (tramp-make-tramp-temp-file):
4710         Use `tramp-drop-volume-letter' for the local file name part.
4712 2008-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
4714         * progmodes/sh-script.el (sh-mode-map): Rename the menu.  Add :help.
4715         Add menu entries corresponding to all the key bindings.
4717         * emacs-lisp/debug.el (debugger-mode-map):
4718         * textmodes/conf-mode.el (conf-mode-map): Add a menu.
4719         (conf-align-assignments): Only work on the region if it is active.
4720         (conf-quote-normal): Use when instead of if.  Remove redundant test.
4722         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
4723         for tracing and re-builder.
4725 2008-04-02  Glenn Morris  <rgm@gnu.org>
4727         * calendar/appt.el (appt-disp-window-function): Doc fix.
4728         (appt-display-message): Move beep before display.
4729         (appt-check): Make interactive.  Reduce the number of lets.
4730         Use string-equal to compare mode-line strings.
4731         (appt-disp-window): Pluralize "minute" as needed.  Make appt buffer
4732         read-only.
4733         (appt-select-lowest-window, appt-make-list): Reduce the number of lets.
4734         (appt-delete): Simplify.
4736         * calendar/cal-china.el (holiday-chinese-new-year): Use a single let.
4738         * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
4740         * calendar/cal-hebrew.el (list-yahrzeit-dates):
4741         * calendar/cal-tex.el (cal-tex-insert-blank-days-at-end)
4742         (cal-tex-last-blank-p, cal-tex-daily-page): Expand calendar-for-loops.
4744         * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
4745         (calendar-holiday-marker, mark-visible-calendar-date):
4746         * calendar/diary-lib.el (fancy-diary-display):
4747         Check for font-lock-mode before using faces.
4749         * calendar/calendar.el (hebrew-holidays-3, generate-calendar-month)
4750         (calendar-gregorian-from-absolute): Reduce the number of lets.
4751         (hebrew-holidays-4, generate-calendar-window): Simplify.
4752         (calendar-for-loop): Make obsolete.
4753         (calendar-nth-named-day): Doc fix.
4755         * calendar/diary-lib.el (diary-list-entries, fancy-diary-display)
4756         (print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
4757         (calendar-mark-1, list-sexp-diary-entries, diary-remind):
4758         Reduce the number of lets.
4759         (mark-sexp-diary-entries, calendar-mark-complex):
4760         Expand calendar-for-loops.
4762 2008-04-01  Chong Yidong  <cyd@stupidchicken.com>
4764         * find-dired.el (find-dired-filter): Fix last patch to handle
4765         multi-line process input.  Pad link numbers too.
4767 2008-04-01  Jari Aalto  <jari.aalto@cante.net>
4769         * find-dired.el (find-dired-filter): Align columns by padding file sizes.
4771 2008-04-01  Jason Rumney  <jasonr@gnu.org>
4773         * international/characters.el (script-list): Add phonetic script,
4774         covering IPA (previously Latin), Phonetic Extensions and
4775         Phonetic Extensions Supplement (both previously unassigned).
4777         * international/fontset.el (setup-default-fontset): Use unicode fonts
4778         that cover bopomofo script for bopomofo.
4779         Likewise for braille and mathematical.
4780         Use unicode scripts that cover the phonetic script for IPA.
4782 2008-04-01  Johan BockgÃ¥rd  <bojohan@gnu.org>
4784         * emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
4785         return the assigned value.
4787 2008-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4789         * abbrev.el (abbrev-mode): Use define-minor-mode.
4791         * mouse.el (mouse-major-mode-menu-prefix): Remove.  Remove uses.
4792         (mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
4793         Use map-keymap.
4794         (minor-mode-menu-from-indicator): Use it.  Simplify.
4796         * bindings.el (mode-line-mode-menu): Move before (new) first use.
4797         (mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
4798         Bind the key directly to the menu.
4799         (mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.
4801 2008-04-01  Daiki Ueno  <ueno@unixuser.org>
4803         * epa.el (epa-decrypt-region): Explain the reason why this
4804         function should not be used in Lisp programs.
4805         (epa-decrypt-armor-in-region): Ditto.
4806         (epa-verify-region): Ditto.
4807         (epa-verify-cleartext-in-region): Ditto.
4808         (epa-sign-region): Ditto.
4809         (epa-encrypt-region): Ditto.
4811         * epg.el (epg-start-receive-keys): Fix typo in docstring.
4813         * epa.el (epa-select-keys): Show menu even if there is no key in
4814         GnuPG's keyring.
4816 2008-04-01  Glenn Morris  <rgm@gnu.org>
4818         * calendar/calendar.el (calendar-make-temp-face): New function.
4819         (mark-visible-calendar-date):
4820         * calendar/diary-lib.el (fancy-diary-display): Use it.
4822         * vc-hooks.el (vc-responsible-backend): Declare as function.
4824         * calendar/calendar.el (calendar-nongregorian-visible-p): New function.
4825         * calendar/cal-hebrew.el (calendar-hebrew-date-is-visible-p):
4826         * calendar/cal-julian.el (holiday-julian): Use it.
4828         * calendar/cal-hebrew.el (hebrew-calendar-elapsed-days): Doc fix.
4829         (calendar-hebrew-date-is-visible-p): Extract some common code into
4830         separate function.
4831         (holiday-hebrew, mark-hebrew-calendar-date-pattern): Use it.
4833         * calendar/cal-menu.el (cal-menu-holidays-menu):
4834         * calendar/calendar.el (calendar-mode-map): Use calendar-mark-holidays
4835         rather than obsolete alias.
4837         * calendar/calendar.el (mark-visible-calendar-date): Also use overlay
4838         for mark characters.
4839         (calendar-unmark): Unmark by removing all overlays, rather than
4840         redrawing.
4841         (calendar-starred-day): Remove.
4842         (calendar-mode): Disable undo.  Don't make calendar-starred-day local.
4843         (calendar-cursor-to-date): No need for special star handling now
4844         using overlays.
4845         (calendar-star-date): Use overlays.
4847         * calendar/cal-french.el (calendar-goto-french-date):
4848         * calendar/cal-hebrew.el (calendar-hebrew-from-absolute)
4849         (holiday-hanukkah, mark-hebrew-calendar-date-pattern):
4850         * calendar/cal-move.el (calendar-forward-month, calendar-end-of-month):
4851         * calendar/cal-persia.el (calendar-persian-date-string):
4852         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
4853         (cal-tex-cursor-month, cal-tex-LaTeXify-string):
4854         * calendar/lunar.el (lunar-phase-list, lunar-new-moon-on-or-after):
4855         * calendar/solar.el (solar-equinoxes-solstices):
4856         Reduce nesting of some lets.
4858         * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
4859         (calendar-goto-mayan-long-count-date): Simplify.
4861         * calendar/holidays.el (calendar-holiday-list, holiday-easter-etc):
4862         Simplify by using mapcar.
4863         (calendar-list-holidays): Return holiday-list.
4864         (list-holidays): Use let rather than let*.  Remove un-needed locals
4865         `d', `never'.
4866         (calendar-check-holidays): Return result from dolist.
4867         (holiday-float): Use a single let*.  Simplify if-and to and.
4868         (holiday-sexp, holiday-advent, holiday-greek-orthodox-easter): Use a
4869         single let*.
4871 2008-04-01  Jay Belanger  <jay.p.belanger@gmail.com>
4873         * calc/calc.el: Autoload `calc-yank'.
4874         (calc-mode-map): Add keybindings for `calc-yank'.
4875         * calc/calc-ext.el (calc-init-extensions): Remove keybinding
4876         assignments for `calc-yank'.
4878 2008-03-31  Dan Nicolaescu  <dann@ics.uci.edu>
4880         * vc.el (vc-status-add-entry): Assume ENTRY is a list, not a cons.
4881         (vc-status-mark-buffer-changed): Handle the extra field.
4883         * vc-bzr.el (vc-bzr-after-dir-status):
4884         * vc-cvs.el (vc-cvs-after-dir-status):
4885         * vc-hg.el (vc-hg-after-dir-status):
4886         * vc-svn.el (vc-svn-after-dir-status): Return a list, not a cons.
4888 2008-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4890         * doc-view.el: Compute displayed pages first (in PDF).
4891         (doc-view-current-converter-processes): Rename from
4892         doc-view-current-converter-process.  Update users.
4893         (doc-view-sentinel): Test buffer's liveness.
4894         (doc-view-pdf/ps->png-sentinel): Remove.
4895         (doc-view-start-process): New function.
4896         (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
4897         (doc-view-ps->pdf): Use it.
4898         (doc-view-pdf->png-1, doc-view-pdf->png, doc-view-active-pages):
4899         New functions.
4900         (doc-view-convert-current-doc, doc-view-goto-page): Use them.
4901         (doc-view-mode): Kill the processes when leaving the mode.
4903 2008-03-31  Juanma Barranquero  <lekktu@gmail.com>
4905         * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p):
4906         Use `byte-compile-warning-types'.  Add docstring.
4908 2008-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4910         * smerge-mode.el (smerge-apply-resolution-patch): New fun.
4911         (smerge-resolve): Add various resolution heuristics.
4913         * smerge-mode.el (smerge-refine): Allow highlighting other subparts
4914         in 3-way conflicts.
4916 2008-03-31  Glenn Morris  <rgm@gnu.org>
4918         * calendar/cal-bahai.el (diary-bahai-mark-entries):
4919         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
4920         * calendar/cal-islam.el (mark-islamic-diary-entries):
4921         Fix argument order in call to diary-mark-entries-1.
4923         * calendar/cal-bahai.el (calendar-bahai-date-string): Avoid an error for
4924         pre-Bahai dates.
4925         (holiday-bahai): Use an algorithm actually relevant to this calendar
4926         system.
4928         * calendar/cal-china.el (holiday-chinese-new-year): Doc fix.
4930         * calendar/cal-islam.el (holiday-islamic): Remove un-needed let.
4931         Use and.
4933         * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
4934         in the last fortnight in Julian October.
4936         * calendar/calendar.el (increment-calendar-month): Optionally handle
4937         systems without 12 months per year.
4939         (calendar-date-is-visible-p): Doc fix.  Simplify.
4941         * calendar/holidays.el (holiday-filter-visible-calendar): Return result
4942         from dolist.
4944 2008-03-30  Juanma Barranquero  <lekktu@gmail.com>
4946         * hi-lock.el (hi-lock-mode): Fix typos in docstring.
4947         (hi-lock-unload-function): New function.
4949 2008-03-30  Michael Albinus  <michael.albinus@gmx.de>
4951         * net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
4952         overwriting when NEWNAME is a local file.
4954         * net/trampver.el: Update release number.
4956 2008-03-30  Alexandre Julliard  <julliard@winehq.org>
4958         * vc-git.el: Make vc-status display information about copies,
4959         renames and permission changes.
4960         (vc-git-extra-fileinfo): New defstruct.
4961         (vc-git-escape-file-name, vc-git-file-type-as-string)
4962         (vc-git-rename-as-string, vc-git-permissions-as-string)
4963         (vc-git-status-printer): New functions.
4964         (vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo.
4965         (vc-git-after-dir-status-stage1): Look for copies, renames and
4966         permission changes.
4967         (vc-git-after-dir-status-stage1-empty-db): Set permissions.
4968         (vc-git-dir-status): Ask for staged files and renames.
4970 2008-03-30  Dan Nicolaescu  <dann@ics.uci.edu>
4972         * vc.el: Allow backends to display backend specific information in
4973         the vc-status listing.
4974         (vc-status-fileinfo): Add a field for backend specific information.
4975         (vc-status-printer): Rename to ...
4976         (vc-default-status-printer): ... this.
4977         (vc-status-printer): New function.
4978         (vc-update-vc-status-buffer): Set the backend specific file info
4979         if provided.
4981 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4983         * textmodes/remember.el (remember-diary-convert-entry): Revert last
4984         change (ill-conceived).
4986 2008-03-29  Glenn Morris  <rgm@gnu.org>
4988         * calendar/cal-hebrew.el (holiday-hebrew): Simplify.
4989         * calendar/cal-julian.el (holiday-julian): Simplify.
4991         * calendar/holidays.el (list-holidays): Use or.
4993 2008-03-29  Juri Linkov  <juri@jurta.org>
4995         * window.el (split-window-preferred-horizontally): New function.
4997         * cus-start.el (split-window-preferred-function):
4998         Set choice for "vertically" to nil instead of split-window.
4999         Set choice for "horizontally" to split-window-preferred-horizontally
5000         instead of lambda.
5002 2008-03-29  Juri Linkov  <juri@jurta.org>
5004         * simple.el (minibuffer-default-add-function): New variable with
5005         the default to minibuffer-default-add-completions.
5006         (minibuffer-default-add-done): New variable.  Make it buffer-local.
5007         (minibuffer-default-add-completions): New function.
5008         (goto-history-element): Set minibuffer-default-add-done to t and
5009         call a function in minibuffer-default-add-function when the
5010         specified absolute history position is greater than the length of
5011         the minibuffer-default list and minibuffer-default-add-done is nil.
5012         Change "^End of history; no next item$" to "^End of defaults;
5013         no next item$".
5015         * bindings.el (debug-ignored-errors): Change "^End of history;
5016         no next item$" to "^End of defaults; no next item$".
5018 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5020         * subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.
5022         * textmodes/remember.el (remember-diary-convert-entry): Prefer boundp
5023         to with-no-warnings.
5025 2008-03-29  Michael Albinus  <michael.albinus@gmx.de>
5027         Sync with Tramp 2.1.13.
5029         * net/tramp-ftp.el: Require 'cl when byte-compiling.
5031         * net/trampver.el: Update release number.
5033 2008-03-29  Dan Nicolaescu  <dann@ics.uci.edu>
5035         * vc-hooks.el (vc-menu-map-filter): Be more careful when finding
5036         the current backend.
5038         * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
5039         (vc-status-refresh): Create a temporary buffer and call the
5040         `dir-status' backend function from that buffer.
5042         * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
5043         (vc-bzr-after-dir-status): Don't kill the buffer.
5045         * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
5046         (vc-cvs-after-dir-status): Don't kill the buffer.
5048         * vc-git.el (vc-git-dir-status): Don't create a buffer.
5049         (vc-git-after-dir-status-stage2): Don't kill the buffer.
5051         * vc-hg.el (vc-hg-dir-status): Don't create a buffer.
5052         (vc-hg-after-dir-status): Don't kill the buffer.
5054         * vc-svn.el (vc-svn-dir-status): Don't create a buffer.
5055         (vc-svn-after-dir-status): Don't kill the buffer.
5057 2008-03-29  Glenn Morris  <rgm@gnu.org>
5059         * calendar/calendar.el (diary-file, american-date-diary-pattern)
5060         (european-date-diary-pattern, european-calendar-display-form)
5061         (american-calendar-display-form, diary-display-hook): Doc fixes.
5062         (european-calendar-style): Doc fix.  Use calendar-set-date-style for
5063         custom :set.  Mark as obsolete.
5064         (calendar-date-style, iso-date-diary-pattern)
5065         (iso-calendar-display-form): New user variables.
5066         (diary-date-forms, calendar-date-display-form): Set using
5067         calendar-date-style.  Doc fix.
5068         (calendar-set-date-style): New command.
5069         (european-calendar, american-calendar): Use calendar-set-date-style.
5070         Mark as obsolete.
5072         * calendar/diary-lib.el (number): Move declaration where needed.
5073         (diary-mail-entries, list-sexp-diary-entries): Doc fixes.
5074         (diary-make-date): New function.
5075         (diary-date, diary-block, diary-anniversary, diary-cyclic): Doc fix.
5076         Use diary-make-date.
5077         (diary-date-display-form, diary-insert-entry-1): New functions.
5078         (insert-monthly-diary-entry, insert-yearly-diary-entry):
5079         Use diary-insert-entry-1.
5080         (insert-anniversary-diary-entry, insert-block-diary-entry)
5081         (insert-cyclic-diary-entry): Use diary-date-display-form.
5083         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
5084         Autoload diary-insert-entry-1.
5085         * calendar/cal-bahai.el (diary-bahai-insert-entry)
5086         (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
5087         * calendar/cal-hebrew.el (insert-hebrew-diary-entry)
5088         (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
5089         * calendar/cal-islam.el (insert-islamic-diary-entry)
5090         (insert-monthly-islamic-diary-entry, insert-yearly-islamic-diary-entry):
5091         Use diary-insert-entry-1.
5093         * calendar/cal-hebrew.el (diary-make-date): Autoload it.
5094         (diary-yahrzeit): Doc fix.  Use diary-make-date.
5096         * calendar/icalendar.el (icalendar--datetime-to-american-date):
5097         New name for icalendar--datetime-to-noneuropean-date.  Make old name
5098         obsolete alias.
5099         (icalendar--datetime-to-iso-date): New function.
5100         (icalendar--datetime-to-diary-date): Doc fix.  Respect
5101         calendar-date-style if bound.
5103         * textmodes/remember.el (remember-diary-convert-entry):
5104         Respect calendar-date-style if bound.
5106 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5108         * xt-mouse.el (xterm-mouse-mode): Use delete-terminal-functions.
5109         (xterm-mouse-handle-delete-frame): Delete.
5111         * term/xterm.el (terminal-init-xterm): Use delete-terminal-functions.
5112         (xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys)
5113         (xterm-remove-modify-other-keys): Lookup terminal rather than frame
5114         in xterm-modify-other-keys-terminal-list.
5116         * vc-bzr.el (vc-bzr-state-heuristic): Fix last change for when there
5117         are conflicts.
5119 2008-03-29  Dan Nicolaescu  <dann@ics.uci.edu>
5121         * vc.el (vc-update): Check if the buffer is unsaved only if it
5122         actually exists.
5123         (vc-status-mode-map, vc-status-menu-map): Bind vc-update and
5124         vc-print-log.
5126 2008-03-28  Magnus Henoch  <mange@freemail.hu>
5128         * net/dns.el (dns-write): Use set-buffer-multibyte.
5130 2008-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5132         * vc-bzr.el (vc-bzr-sha1): New fun.
5133         (vc-bzr-state-heuristic): New fun, extracted from vc-bzr-registered.
5134         (vc-bzr-registered): Use it.
5136 2008-03-28  Dan Nicolaescu  <dann@ics.uci.edu>
5138         * vc.el (vc-status-kill-dir-status-process): Simplify.
5139         (vc-status-refresh): Make sure the buffer is live.
5140         (ring): Don't require it, not used.
5142 2008-03-28  Wilson Snyder  <wsnyder@wsnyder.org>
5144         * progmodes/verilog-mode.el (verilog-auto-inout-module):
5145         Add optional regular expression to AUTOINOUTMODULE.
5146         (verilog-inject-auto, verilog-auto-arg, verilog-auto-inst)
5147         (verilog-auto-inst-param, verilog-auto-reg)
5148         (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
5149         (verilog-auto-output-every, verilog-auto-input)
5150         (verilog-auto-inout, verilog-auto-sense, verilog-auto-tieoff)
5151         (verilog-auto-unused, verilog-auto): Update documentation to use
5152         more obvious instance module names versus cell names.
5154 2008-03-28  Jan Djärv  <jan.h.d@swipnet.se>
5156         * progmodes/compile.el (compilation-mode-tool-bar-map): Only enable
5157         kill if a process is running.
5159         * progmodes/grep.el (grep-mode-tool-bar-map): The same.
5161 2008-03-28  Dan Nicolaescu  <dann@ics.uci.edu>
5163         * vc.el: Add new backend function 'status-extra-headers.
5164         (vc-default-status-extra-headers): New function.
5165         (vc-status-headers): Call 'status-extra-headers.  Add colors.
5167         * vc-git.el (vc-git-status-extra-headers): New function.
5169 2008-03-28  Glenn Morris  <rgm@gnu.org>
5171         * calendar/cal-menu.el (cal-menu-holidays-menu)
5172         (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
5173         (cal-menu-list-holidays-previous-year): Simplify now that 2nd arg of
5174         holiday-list is optional.
5175         (calendar-mouse-holidays): Remove un-needed local `l'.
5177         * calendar/cal-move.el (calendar-cursor-to-nearest-date):
5178         Remove un-needed local `date'.
5179         (calendar-cursor-to-visible-date): Use let rather than let*.
5180         Remove un-needed local `first-of-month-weekday'.
5182         * calendar/calendar.el (abbreviated-calendar-year): Move to diary-lib.
5184         * calendar/diary-lib.el (print-diary-entries-hook, diary-list-entries):
5185         Doc fixes.
5186         (abbreviated-calendar-year): Move here from calendar.el.  Doc fix.
5187         (diary-header-line-flag, diary-header-line-format): Declare.
5188         (diary-pull-attrs): Check for multiple matches.
5189         (diary-list-entries-2): Simplify finding start of date.
5190         (diary-show-all-entries, make-diary-entry): Respect non-nil values of
5191         pop-up-frames.
5192         (diary-mark-entries-1): Re-use offset in abbreviated-year case.
5193         (mark-sexp-diary-entries): Remove superfluous call to diary-pull-attrs.
5195 2008-03-27  Dan Nicolaescu  <dann@ics.uci.edu>
5197         * vc-hg.el (vc-hg-state, vc-hg-dir-state): Deal with 'missing files.
5199         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate.
5201 2008-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5203         * vc-hooks.el (vc-before-save): Don't prevent saving the file.
5205         * image-mode.el (image-mode-reapply-winprops): Fix last change.
5207 2008-03-27  Kenichi Handa  <handa@ni.aist.go.jp>
5209         * international/mule-conf.el (define-iso-single-byte-charset):
5210         Don't make latin-iso8859-* supplementary.
5211         (#'set-charset-priority): Don't change the priority of charsets
5212         `unicode' and `emacs'.
5214 2008-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5216         * vc.el (vc-do-command): Don't pop to the buffer if it's an internal
5217         temp buffer.
5219 2008-03-27  Glenn Morris  <rgm@gnu.org>
5221         * calendar/cal-bahai.el (diary-bahai-list-entries):
5222         * calendar/cal-hebrew.el (list-hebrew-diary-entries):
5223         * calendar/cal-islam.el (list-islamic-diary-entries): Doc fix.
5225         * calendar/calendar.el (diary-file): Doc fix.
5227         * calendar/diary-lib.el (diary-face-attrs): Fix `height' regexp.
5228         (list-diary-entries-hook, mark-diary-entries-hook)
5229         (include-other-diary-files, diary-mail-entries)
5230         (mark-included-diary-files, list-sexp-diary-entries): Doc fixes.
5231         (diary-set-header): New function.
5232         (diary-header-line-flag, diary-header-line-format):
5233         Use diary-set-header for custom :set function.
5234         (diary-set-maybe-redraw): Use symbol-value rather than eval.
5235         (diary-attrtype-convert): Use intern-soft rather than read.
5236         (diary-display-no-entries): New function.
5237         (simple-diary-display, fancy-diary-display): Use it.
5238         (fancy-diary-display): Doc fix.  Remove unneeded local entry-list.
5239         (diary-mark-entries-1): Fix position offsets in non-gregorian case.
5241         * calendar/holidays.el (list-holidays): Doc fix.
5243 2008-03-26  Jay Belanger  <jay.p.belanger@gmail.com>
5245         * calc/calc-store.el (calc-read-var-name-history): New variable.
5246         (calc-read-var-name): Use `calc-read-var-name-history'.
5248 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5250         * image-mode.el (image-mode-reapply-winprops): Simplify now that
5251         window-configuration-change-hook works buffer-locally.
5253 2008-03-26  Johan BockgÃ¥rd  <bojohan@gnu.org>
5255         * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table
5256         for Emacs Lisp, not Lisp.
5258 2008-03-26  Juanma Barranquero  <lekktu@gmail.com>
5260         * help-fns.el (describe-function-1, describe-variable):
5261         If CURRENT-NAME is nil, don't end obsolescence info with semicolon.
5263         * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no
5264         replacement is provided, don't print "use nil instead".
5266 2008-03-26  Johan BockgÃ¥rd  <bojohan@gnu.org>
5268         * complete.el (PC-do-completion): Use regexp-quote.
5270 2008-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
5272         * vc-cvs.el (vc-cvs-parse-status, vc-cvs-after-dir-status):
5273         Detect missing files.
5275         * vc-git.el (vc-git-extra-menu-map): New key map.
5276         (vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep):
5277         New functions.
5279         * vc-hooks.el (vc-default-mode-line-string): Deal with 'removed
5280         and 'missing files.
5282 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5284         * calendar/holidays.el (list-holidays): Make Y2 optional.
5286         * calendar/appt.el (appt-buffer-name): Don't use a leading space for
5287         buffers shown to the user.
5288         (appt-disp-window): Disable undo explicitly now that the leading space
5289         is gone.
5291         * simple.el (activate-mark): New function.
5292         (set-mark-command): Use it with region-active-p to clean up the code.
5293         (exchange-point-and-mark): Invert the meaning of C-u when
5294         transient-mark-mode is active.
5296         * dired-aux.el (dired-create-files): Use dolist.
5298         * bindings.el (mode-line-change-eol): Use with-selected-window.
5300         * apropos.el (apropos-command): Include macros.
5302 2008-03-26  Glenn Morris  <rgm@gnu.org>
5304         * calendar/cal-bahai.el: Require calendar, not cal-julian.
5305         (calendar-bahai-epoch): Doc fix.
5307         * calendar/cal-china.el: Explicitly require calendar.
5309         * calendar/cal-coptic.el, calendar/cal-islam.el, calendar/cal-persia.el:
5310         Require calendar rather than cal-julian.
5311         Autoload calendar-absolute-from-julian.
5312         * calendar/cal-coptic.el (coptic-calendar-epoch):
5313         * calendar/cal-islam.el (calendar-islamic-epoch):
5314         * calendar/cal-persia.el (persian-calendar-epoch): Set when compiling.
5316         * calendar/cal-islam.el (calendar-islamic-epoch): Doc fix.
5318         * calendar/cal-dst.el: Don't require cal-persia.
5319         (calendar-absolute-from-persian): Autoload it.
5320         (dst-adjust-time): Doc fix.
5322         * calendar/cal-menu.el (cal-menu-diary-menu): Remove menu headings that
5323         cause cal-bahai, cal-islam, cal-hebrew to be loaded on starting the
5324         calendar.
5326         * calendar/cal-menu.el: Require calendar rather than declaring
5327         functions.
5328         * calendar/calendar.el: Provide calendar before requiring cal-menu.
5330         * calendar/cal-x.el (calendar-after-frame-setup-hook): New name for
5331         calendar-after-frame-setup-hooks.  Update callers, make old name an
5332         obsolete alias.  Doc fix.
5333         (calendar-frame-1): Doc fix.
5335         * calendar/calendar.el (solar-holidays): Simplify holiday-sexp calls.
5337         * calendar/calendar.el (oriental-holidays, solar-holidays):
5338         * calendar/holidays.el (list-holidays): Assume atan always bound.
5340         * calendar/lunar.el, calendar/solar.el: Remove floating-point check.
5341         Explicitly require calendar, not cal-julian.
5342         * calendar/lunar.el: Explicitly require cal-dst.
5344 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5346         * autorevert.el (auto-revert-buffers): Use buffer-live-p.
5348         * help-fns.el (describe-function-1, describe-variable): If no
5349         replacement is provided, don't print "use nil instead".
5351 2008-03-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5353         * proced.el: New file.
5355 2008-03-25  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
5357         * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.
5359 2008-03-25  Juri Linkov  <juri@jurta.org>
5361         * battery.el: Add file cookie coding:iso-8859-1 for the degree sign
5362         in battery-mode-line-format.
5364         * bindings.el (minibuffer-local-map): For the command
5365         file-cache-minibuffer-complete replace keymap minibuffer-local-map
5366         with map which is already locally bound to minibuffer-local-map.
5368 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5370         * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
5371         Remove `sort-first' argument.
5373         * subr.el (redisplay-end-trigger-functions)
5374         (window-redisplay-end-trigger, set-window-redisplay-end-trigger)
5375         (process-filter-multibyte-p, set-process-filter-multibyte):
5376         Mark as obsolete.
5378 2008-03-25  Juanma Barranquero  <lekktu@gmail.com>
5380         * emacs-lisp/re-builder.el (reb-mode-common): Remove reference to
5381         bogus variable `reb-kill-buffer'; don't make hooks buffer-local,
5382         use the LOCAL arg of `add-hook'.
5383         (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
5384         Remove spurious * from defcustom docstrings.
5385         (reb-next-match, reb-prev-match, reb-enter-subexp-mode):
5386         Fix typos in messages.
5387         (reb-mode-buffer-p): New function.
5388         (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'.  Use `when'.
5389         (top, reb-show-subexp, reb-auto-update, reb-auto-update)
5390         (reb-delete-overlays, reb-cook-regexp, reb-update-regexp)
5391         (reb-update-overlays): Use `unless', `when'.
5392         (re-builder-unload-function): New function.
5394 2008-03-25  Dan Nicolaescu  <dann@ics.uci.edu>
5396         * vc-hooks.el (vc-state): Add documentation for 'missing.
5398 2008-03-25  Wilson Snyder  <wsnyder@wsnyder.org>
5400         * progmodes/verilog-mode.el (verilog-auto-output)
5401         (verilog-auto-input, verilog-auto-inout, verilog-auto)
5402         (verilog-delete-auto): Add optional regular expression to
5403         AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
5404         (verilog-signals-matching-regexp): New internal function for
5405         signal matching.
5407 2008-03-25  Johan BockgÃ¥rd  <bojohan@gnu.org>
5409         * info.el (Info-isearch-search): Always return point.
5411 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5413         * diff-mode.el (diff-remembered-defdir): New var.
5414         (diff-find-file-name): Use it to flush diff-remembered-files-alist.
5416 2008-03-25  Glenn Morris  <rgm@gnu.org>
5418         * calendar/cal-bahai.el (calendar-bahai-read-date): New name for
5419         calendar-bahai-prompt-for-date.  Update callers, make old name an
5420         obsolete alias.  Doc fix.
5421         * calendar/cal-coptic.el (calendar-coptic-read-date): New name for
5422         coptic-prompt-for-date.  Update callers, make old name an
5423         obsolete alias.  Doc fix.
5424         * calendar/cal-hebrew.el (calendar-hebrew-read-date): New name for
5425         calendar-hebrew-prompt-for-date.  Update callers.  Doc fix.
5426         * calendar/cal-islam.el (calendar-islamic-read-date): New name for
5427         calendar-islamic-prompt-for-date.  Update callers.  Doc fix.
5428         * calendar/cal-iso.el (calendar-iso-read-date): New name for
5429         calendar-iso-read-args.  Update callers, make old name an obsolete
5430         alias.
5431         * calendar/cal-persia.el (calendar-persian-read-date): New name for
5432         persian-prompt-for-date.  Update callers, make old name an
5433         obsolete alias.  Doc fix.  Move definition before use.
5435         * calendar/cal-x.el (diary-frame-parameters)
5436         (calendar-frame-parameters, calendar-and-diary-frame-parameters)
5437         (calendar-frame-1): Doc fixes.
5438         (make-fancy-diary-buffer): Remove declaration.
5439         (calendar-dedicate-diary): Replace call to deleted function
5440         make-fancy-diary-buffer.
5441         (calendar-frame-setup): New function.
5442         (calendar-one-frame-setup, calendar-only-one-frame-setup)
5443         (calendar-two-frame-setup): Call calendar-frame-setup to do the actual
5444         work, and mark as obsolete.
5445         (special-display-buffer-names): Don't mess with this; it's not our
5446         business.
5447         (cal-x-load-hook): Defvar it, and mark as obsolete.
5449         * calendar/calendar.el (calendar-remove-frame-by-deleting):
5450         Default to t.  Add to 'calendar group.
5451         (calendar): Doc fix.  Use calendar-frame-setup.
5452         (calendar-basic-setup): Doc fix.  Add optional NODISPLAY argument.
5453         (generate-calendar-window): Doc fix.
5455 2008-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5457         * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
5459 2008-03-24  Drew Adams  <drew.adams@oracle.com>
5461         * finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
5462         New variables.
5463         (finder-mode): Use finder-mode-syntax-table.  Set font-lock-defaults.
5464         (finder-exit): Ignore errors rather than avoiding them.
5465         Kill *Finder-package* buffer also.
5467 2008-03-24  Andreas Schwab  <schwab@suse.de>
5469         * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
5471 2008-03-24  Dan Nicolaescu  <dann@ics.uci.edu>
5473         * vc-hg.el (vc-hg-after-dir-status):
5474         * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
5476         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
5477         Detect removed files.
5479         * vc.el (vc-status-printer): Use a different face for missing files.
5480         (vc-status-hide-up-to-date): Rename from
5481         vc-status-remove-up-to-date.  Update all callers.
5482         (vc-status-mode-map): Bind C-m.
5484 2008-03-24  Alexandre Julliard  <julliard@winehq.org>
5486         * vc-git.el (vc-git-after-dir-status-stage1): Move state matching
5487         code ...
5488         (vc-git--state-code): ... to this new function.
5489         (vc-git-state): Use it.
5491 2008-03-24  Trent Buck  <trentbuck@gmail.com>  (tiny change)
5493         * textmodes/remember.el (remember-mail-date)
5494         (remember-store-in-mailbox): Write date and From line in such a
5495         way that Mutt can read it.
5497 2008-03-23  Chong Yidong  <cyd@stupidchicken.com>
5499         * simple.el (transient-mark-mode): Turn on by default.
5501 2008-03-23  Dan Nicolaescu  <dann@ics.uci.edu>
5503         * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
5504         'unregistered for unregistered files.
5506         * vc-hg.el (vc-hg-state): Return 'removed for removed files.
5508         * bindings.el (standard-mode-line-modes): Avoid duplicating a string.
5510         * vc-cvs.el (vc-cvs-parse-status): Note there are problems with
5511         subdirectories.
5513         * vc.el (vc-status-prepare-status-buffer): Fix thinko.
5514         (vc-status-menu-map): Add binding for vc-status-kill-dir-status-process.
5515         Add :enable for vc-status-refresh.
5516         (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
5517         (vc-status-tool-bar-map): Add binding for
5518         vc-status-kill-dir-status-process.
5519         Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
5520         (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
5521         Reset vc-status-process-buffer.
5522         (vc-status-refresh): Don't run two refreshes at a time.
5523         (vc-status): If the buffer is already in vc-status-mode only refresh.
5524         (vc-status-mark-buffer-changed): Add an optional file parameter.
5525         (vc-resynch-buffer): Use it.
5526         (vc-delete-file): Expand the file name before using it.
5527         Be careful to not create a new buffer with the old file contents.
5528         Update the VC state after performing the operation.
5530 2008-03-23  Andreas Schwab  <schwab@suse.de>
5532         * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
5533         Fix radio button condition.
5534         [box]: Likewise.
5535         [customize]: Add radio button.
5537 2008-03-23  Jay Belanger  <jay.p.belanger@gmail.com>
5539         * calc/calc.el (calc-was-keypad-mode, calc-full-mode)
5540         (calc-user-parse-tables, calc-gnuplot-default-device)
5541         (calc-gnuplot-default-output, calc-gnuplot-print-device)
5542         (calc-gnuplot-print-output, calc-gnuplot-geometry)
5543         (calc-graph-default-resolution, calc-graph-default-resolution-3d)
5544         (calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
5545         (calc-undo-list, calc-redo-list, calc-main-buffer)
5546         (calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
5547         (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
5548         (calc-said-hello, calc-executing-macro, calc-any-selections)
5549         (calc-help-phase, calc-full-help-flag, calc-refresh-count)
5550         (calc-display-dirty, calc-embedded-info, calc-embedded-active)
5551         (calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
5552         (math-expr-variable-mapping, calc-mode-map, calc-digit-map)
5553         (calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
5554         (calc-create-buffer, calc-quit): Add docstrings.
5556 2008-03-23  Juanma Barranquero  <lekktu@gmail.com>
5558         * makefile.w32-in (WINS_ALMOST): Add org.
5560 2008-03-23  Dan Nicolaescu  <dann@ics.uci.edu>
5562         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
5563         New functions to implement vc-status support.
5565 2008-03-22  Dan Nicolaescu  <dann@ics.uci.edu>
5567         * vc.el (vc-status-prepare-status-buffer): New function.
5568         (vc-status): Use it.
5570         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
5571         appropriate.
5573 2008-03-22  Alexandre Julliard  <julliard@winehq.org>
5575         * vc-git.el (vc-git--empty-db-p)
5576         (vc-git-after-dir-status-stage1-empty-db): New functions.
5577         (vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
5578         Add support for empty repositories.
5580 2008-03-22  Dan Nicolaescu  <dann@ics.uci.edu>
5582         * vc-git.el (vc-git-annotate-extract-revision-at-line):
5583         Allow "^" in a version name.
5585         * vc-mtn.el (vc-mtn-state): Support the added state.
5587 2008-03-22  Carsten Dominik  <dominik@science.uva.nl>
5589         * org: New directory for Org-mode.
5591         * org/org-export-latex.el: Moved from lisp/texmodes.
5593         * org/org-irc.el: Moved from lisp/texmodes.
5595         * org/org-mac-message.el: Moved from lisp/texmodes.
5597         * org/org-mouse.el: Moved from lisp/texmodes.
5599         * org/org-publish.el: Moved from lisp/texmodes.
5601 2008-03-21  Juri Linkov  <juri@jurta.org>
5603         * comint.el (comint-dynamic-simple-complete):
5604         Use variable `stub' for the second arg `common-substring'
5605         of `comint-dynamic-list-completions'.
5606         (comint-dynamic-list-filename-completions):
5607         Use variable `filenondir' for the second arg `common-substring'
5608         of `comint-dynamic-list-completions'.
5609         (comint-dynamic-list-completions): Add new optional arg
5610         `common-substring'.  Add `common-substring' as the second arg of
5611         the call to `display-completion-list'.  Doc fix.
5613         * comint.el (comint-dynamic-complete-as-filename)
5614         (comint-dynamic-list-filename-completions)
5615         (comint-dynamic-simple-complete): Use `minibuffer-message'
5616         to display message "No completions of %s" when a command
5617         is called in the minibuffer.
5618         (comint-dynamic-simple-complete): Don't display other
5619         completion messages when a command is called in the minibuffer.
5620         (comint-dynamic-list-completions): Use `minibuffer-message'
5621         to display message " [Type space to flush ...]" when a command
5622         is called in the minibuffer.
5624         * shell.el (shell-dynamic-complete-command)
5625         (shell-dynamic-complete-environment-variable): Don't display
5626         completion messages when command is called in the minibuffer.
5628         * emacs-lisp/lisp.el (lisp-complete-symbol):
5629         Use `minibuffer-message' to display message "No completions of %s"
5630         when this command is called in the minibuffer.
5632         * bindings.el (standard-mode-line-modes): Put special help-echo
5633         tooltip on recursive edit %[ %] mode-line constructs.
5635         * dabbrev.el (debug-ignored-errors): Remove $ from the end of
5636         "^No dynamic expansion for .* found$" to allow error messages like
5637         "No dynamic expansion for \"%s\" found in this-buffer".
5639 2008-03-21  Michael Albinus  <michael.albinus@gmx.de>
5641         * net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
5642         "psftp".
5644 2008-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5646         * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
5647         * vc.el (vc-default-dired-state-info): Use just "modified".
5648         * vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
5649         (vc-cvs-mode-line-string): Make use of the better default.
5650         (vc-cvs-parse-entry): Use the new `added'.
5651         (vc-cvs-dired-state-info): Remove.
5652         * vc-svn.el (vc-svn-dired-state-info): Remove.
5653         * vc-hg.el (vc-hg-dired-state-info): Remove.
5654         * vc-git.el (vc-git-dired-state-info): Remove.
5656 2008-03-21  Dan Nicolaescu  <dann@ics.uci.edu>
5658         * vc-git.el (vc-git-status-result): New variable.
5659         (vc-git-dir-status): Split out ...
5660         (vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
5661         ... these new functions and work asynchronously.
5663 2008-03-21  Alexandre Julliard  <julliard@winehq.org>
5665         * vc-git.el (vc-git-after-dir-status): Remove.
5666         (vc-git-dired-state-info): Reimplement.
5668 2008-03-21  Dan Nicolaescu  <dann@ics.uci.edu>
5670         * replace.el (occur-mode-map): Add :help.
5672         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entry
5673         for disassemble.
5675         * vc.el (vc-status-mark-buffer-changed): Better deal with files in
5676         the 'added state.
5677         (vc-status-remove-up-to-date): New function.
5678         (vc-status-mode-map, vc-status-menu-map): Bind it.
5679         (vc-status-printer): Use a different face up-to-date files.
5680         (vc-resynch-buffer): Update the vc-status buffer if it exists.
5681         (Todo): Remove solved entries.
5683         * vc-hg.el (vc-hg-state):
5684         * vc-git.el (vc-git-state):
5685         * vc-cvs.el (vc-cvs-parse-status):
5686         * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
5687         state.
5689 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5691         * progmodes/compile.el (compile):
5692         * progmodes/grep.el (grep, grep-find): Use read-shell-command.
5694         * simple.el (minibuffer-local-shell-command-map): New var.
5695         (minibuffer-complete-shell-command, read-shell-command): New funs.
5696         (shell-command, shell-command-on-region): Use them.
5698 2008-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
5700         * vc.el (vc-status-mark-buffer-changed): New function to implement
5701         updating of the *vc-status* buffer when a buffer is saved.
5702         (vc-status-mode): Use it for after-change-hook.
5703         (vc-add-to-vc-status-buffer): Rename to ...
5704         (vc-status-add-entry): ... this.
5705         (Todo): Add new entry.
5707 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5709         * sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness.
5711 2008-03-20  Juanma Barranquero  <lekktu@gmail.com>
5713         * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars)
5714         (icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
5715         Remove spurious * from defcustom docstrings.
5716         (icomplete-compute-delay): Fix docstring and remove spurious *.
5717         (icomplete-delay-completions-threshold): Fix typo in docstring and
5718         remove spurious *.
5719         (icomplete-completions): While collecting the list of prospective
5720         candidates, don't overshoot `icomplete-prospects-length'.
5722 2008-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
5724         * textmodes/refbib.el:
5725         * textmodes/reftex.el:
5726         * textmodes/reftex-global.el:
5727         * textmodes/reftex-vars.el:
5728         * textmodes/reftex-toc.el: Don't use eval-and-compile for byte
5729         compiler pacifying defvars.
5730         (reftex-toc-mode): Only make zmacs-regions local on XEmacs.
5731         * textmodes/reftex-index.el (zmacs-regions): Remove pacifier,
5732         not needed.
5734 2008-03-20  Wilson Snyder  <wsnyder@wsnyder.org>
5736         * progmodes/verilog-mode.el (verilog-easy-menu-filter): New function.
5737         (verilog-stmt-menu, verilog-menu): Add :help and filter it.
5738         (verilog-customize, verilog-font-customize)
5739         (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
5740         (verilog-mode): Update documentation strings to match tool tips.
5741         (verilog-auto-search-do, verilog-auto-re-search-do)
5742         (verilog-skip-forward-comment-or-string): Fix verilog-auto
5743         expansion when a .* appears inside a string.
5744         (verilog-re-search-forward, verilog-re-search-backward):
5745         Add comment to recall how this works.
5746         (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
5748 2008-03-20  Glenn Morris  <rgm@gnu.org>
5750         * calendar/calendar.el (calendar-other-dates): New function.
5751         (calendar-print-other-dates): Use calendar-other-dates.
5752         * calendar/cal-menu.el (calendar-other-dates): Declare it, and removes
5753         the declarations it replaces.
5754         (calendar-mouse-print-dates): Use calendar-other-dates.
5756         * calendar/cal-bahai.el (calendar-bahai-leap-year-p)
5757         (calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
5758         (calendar-absolute-from-bahai): Fix the leap-year case.
5759         (calendar-bahai-from-absolute): Re-use the Gregorian month.
5760         (calendar-bahai-date-string, calendar-bahai-print-date):
5761         Handle pre-Bahai dates.
5763         * calendar/cal-china.el (chinese-calendar-celestial-stem)
5764         (chinese-calendar-terrestrial-branch): Make defcustoms.
5766         * calendar/cal-menu.el (calendar-mouse-holidays): Re-use the title.
5767         (calendar-mouse-view-diary-entries): Use or.
5768         (calendar-mouse-chinese-date): Remove unused command.
5769         (cal-menu-load-hook): Mark as obsolete.
5771         * calendar/solar.el (calendar-location-name, calendar-latitude)
5772         (calendar-longitude, solar-arctan, sunrise-sunset)
5773         (solar-mean-equinoxes/solstices): Use the appropriate equality test.
5775 2008-03-20  Jay Belanger  <jay.p.belanger@gmail.com>
5777         * calc/calc.el: Remove outdated comments.
5778         (defcalcmodevar, calc-mode-var-list-restore-default-values)
5779         (calc-mode-var-list-restore-saved-values, calc-autorange-units):
5780         Add docstrings.
5782 2008-03-19  Jason Rumney  <jasonr@gnu.org>
5784         * w32-fns.el (x-alternatives-map): Add S-tab mapping.
5786 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
5788         * net/tls.el (open-tls-stream): Reindent.
5790 2008-03-19  Michael Albinus  <michael.albinus@gmx.de>
5792         * net/tramp.el (tramp-let-maybe): Removed.
5793         (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
5794         It does not exist under XEmacs.
5795         (tramp-handle-file-truename, tramp-handle-expand-file-name)
5796         (tramp-completion-file-name-handler): Let-bind
5797         `directory-sep-char'.
5799         * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
5800         `directory-sep-char'.
5802 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5804         * help-fns.el (describe-function-1): Don't signal "missing arglist"
5805         for autoloaded keymaps.
5807         * progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
5808         (electric-verilog-terminate-line, verilog-in-struct-region-p)
5809         (verilog-backward-ws&directives, verilog-forward-ws&directives)
5810         (verilog-in-comment-p, verilog-in-star-comment-p)
5811         (verilog-in-slash-comment-p, verilog-skip-backward-comments)
5812         (verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
5813         (verilog-skip-forward-comment-or-string, verilog-in-paren)
5814         (verilog-skip-forward-comment-p): Use it.
5816 2008-03-19  Juanma Barranquero  <lekktu@gmail.com>
5818         * textmodes/org.el (org-link-store, org-link-follow, org-latex)
5819         (org-remember-templates, org-time-stamp-rounding-minutes)
5820         (org-back-over-empty-lines, org-find-base-buffer-visiting)
5821         (org-columns-new): Fix typos in docstrings.
5823 2008-03-19  Glenn Morris  <rgm@gnu.org>
5825         * net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
5826         (tramp-handle-shell-command): Use condition-case rather than
5827         ignore-errors.
5829 2008-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
5831         * diff-mode.el (diff-header): Make the color louder.
5832         (diff-refine-change): Tone the color down.
5834 2008-03-19  Juanma Barranquero  <lekktu@gmail.com>
5836         * descr-text.el (describe-char): When `describe-char-unidata-list'
5837         is set to show all properties, list them in the right order.
5839 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5841         * international/mule.el (load-with-code-conversion): Avoid setting
5842         default-enable-multibyte-characters.
5844 2008-03-19  Gustav HÃ¥llberg  <gustav@virtutech.com>  (tiny change)
5846         * vc.el (vc-annotate-background): Fix custom type.
5848 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5850         * descr-text.el (describe-char-unidata-list): Allow specifying
5851         just all properties.
5852         (describe-char): Handle that new value.
5854         * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
5856 2008-03-18  Tassilo Horn  <tassilo@member.fsf.org>
5858         * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
5859         instead of file name extension to make docs with uncommon
5860         extensions work.
5862 2008-03-18  Tassilo Horn  <tassilo@member.fsf.org>
5864         * doc-view.el (require): Require cl at compile time because
5865         `assert' needs it.
5867 2008-03-18  Glenn Morris  <rgm@gnu.org>
5869         * calendar/calendar.el (initial-calendar-window-hook)
5870         (today-visible-calendar-hook): Doc fixes.
5872 2008-03-17  Michael Albinus  <michael.albinus@gmx.de>
5874         * net/tramp.el (tramp-root-regexp): Simplify.
5875         (tramp-completion-file-name-regexp-separate): Don't insist on
5876         leading "[".  This prevents method or user or host completion.
5877         (tramp-let-maybe): Autoload it.
5878         (tramp-drop-volume-letter): Don't autoload.  When not on W32, it
5879         is an alias for `identity'.
5880         (tramp-handle-write-region): Protect `last-coding-system-used'
5881         over the trailing statements.
5882         (tramp-completion-file-name-handler-post-function): Remove.
5883         (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
5884         instead of calling `tramp-drop-volume-letter'.
5886         * net/tramp.el:
5887         * net/tramp-uu.el:
5888         * net/trampver.el: Move coding cookie at the end.
5890 2008-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5892         * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
5893         elements which may be something else than characters.
5895 2008-03-17  Dan Nicolaescu  <dann@ics.uci.edu>
5897         * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
5898         New functions to implement vc-status support.
5900         * vc.el (vc-default-extra-status-menu)
5901         (vc-add-to-vc-status-buffer): New functions.
5903         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
5904         for eldoc and ielm.
5906 2008-03-17  Glenn Morris  <rgm@gnu.org>
5908         * calendar/cal-x.el (diary-frame-parameters)
5909         (calendar-frame-parameters, calendar-and-diary-frame-parameters):
5910         Fix custom type; add options.
5911         (calendar-frame, diary-frame): Doc fixes.
5912         (calendar-dedicate-diary, calendar-frame-1): Extract common code into
5913         new functions.
5914         (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
5915         Use calendar-frame-1 and calendar-dedicate-diary.
5916         (calendar-one-frame-setup): Also handle only-one-frame case.
5917         (calendar-only-one-frame-setup): Doc fix.  Just call
5918         calendar-one-frame-setup.
5920         * calendar/diary-lib.el: Re-order some definitions before their use.
5921         (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
5922         (diary-list-entries): Doc fixes.
5923         (make-fancy-diary-display): Remove function.
5925         * calendar/calendar.el (calendar-today-marker)
5926         (initial-calendar-window-hook, today-visible-calendar-hook)
5927         (today-invisible-calendar-hook, diary-file, calendar-basic-setup)
5928         (calendar-star-date, calendar-mark-today): Doc fixes.
5929         (today-visible-calendar-hook): Add options.
5930         (calendar-in-read-only-buffer): New macro.
5931         (calendar-basic-setup): Adapt for change in calendar-read-date.
5932         Place holiday let inside if.
5933         (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
5934         (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
5935         (calendar-print-other-dates): Use one let rather than many.
5937         * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
5938         (calendar-print-other-dates):
5939         * calendar/cal-hebrew.el (list-yahrzeit-dates):
5940         * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
5941         * calendar/holidays.el (calendar-list-holidays, list-holidays)
5942         (calendar-cursor-holidays):
5943         * calendar/lunar.el (calendar-phases-of-moon): Use
5944         calendar-in-read-only-buffer to replace previous code and disable undo.
5946 2008-03-16  Juri Linkov  <juri@jurta.org>
5948         * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
5949         and regexp-search-ring-yank-pointer for the HISTPOS argument of
5950         read-from-minibuffer to provide the correct initial minibuffer
5951         history position in isearch-edit-string when it is called from
5952         isearch-ring-adjust.
5954         * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
5955         to check if the current buffer is the minibuffer, and in this case
5956         call abort-recursive-edit to kill the minibuffer.  Doc fix.
5957         (kill-this-buffer-enabled-p): Allow this function to return non-nil
5958         when the current buffer is the minibuffer.
5960         * simple.el (goto-line): Leave mark at previous position.  Doc fix.
5962 2008-03-16  Tassilo Horn  <tassilo@member.fsf.org>
5964         * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
5965         Use non-nil PARENTS attribute of make-directory instead of
5966         explicitly checking existence the current cache directory.
5968 2008-03-16  Daiki Ueno  <ueno@unixuser.org>
5970         * epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
5971         M-x epa-file-select-keys.
5973 2008-03-16  Kenichi Handa  <handa@m17n.org>
5975         * international/mule.el (auto-coding-alist):
5976         Use no-conversion-multibyte for archive files.
5978 2008-03-16  Glenn Morris  <rgm@gnu.org>
5980         * calendar/diary-lib.el (calendar-mark-complex, calendar-mark-1):
5981         New functions.
5982         * calendar/cal-bahai.el (calendar-mark-1): Autoload it.
5983         (calendar-bahai-mark-date-pattern): Add optional argument `color'.
5984         Use calendar-mark-1.
5985         * calendar/cal-hebrew.el (calendar-mark-complex): Autoload it.
5986         (mark-hebrew-calendar-date-pattern): Add optional argument `color'.
5987         Use calendar-mark-complex.
5988         * calendar/cal-islam.el (calendar-mark-1): Autoload it.
5989         (mark-islamic-calendar-date-pattern): Add optional argument `color'.
5990         Use calendar-mark-1.
5992         * calendar/calendar.el (calendar-mod): Remove.
5993         * calendar/cal-china.el (calendar-chinese-from-absolute)
5994         (calendar-chinese-date-string): Expand calendar-mod calls.
5995         * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
5996         Expand calendar-mod calls.
5998         * calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
5999         (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
6000         (diary-bahai-insert-yearly-entry): Use let rather than let*.
6001         Move obsolete aliases after the functions that replaced them.
6003         * calendar/cal-hebrew.el (calendar-absolute-from-hebrew)
6004         (hebrew-calendar-yahrzeit, insert-hebrew-diary-entry)
6005         (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry):
6006         Use let rather than let*.
6007         (calendar-hebrew-prompt-for-date): New function.
6008         (calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
6009         (holiday-tisha-b-av-etc): Use unless, let.
6011         * calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
6012         (calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
6014         * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
6016         * calendar/calendar.el (calendar-for-loop): Add indent spec.
6018         * calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
6019         (list-sexp-diary-entries, diary-font-lock-sexps): Use format rather
6020         than concat.
6021         (diary): Remove un-needed let.
6022         (view-other-diary-entries): Rename argument.
6023         (diary-list-entries-2): New function.
6024         (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
6025         (print-diary-entries): Use unless.
6026         (diary-mark-entries-1): Change argument order, make all but
6027         markfunc optional.  Handle the standard (Gregorian) case.
6028         Use match-string-no-properties.  Handle marks.
6029         (mark-diary-entries): Use diary-mark-entries-1.
6030         (diary-font-lock-keywords-1): New macro.
6031         (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
6033 2008-03-16  Ulf Jasper  <ulf.jasper@web.de>
6035         * icalendar.el (icalendar-version): Increase to 0.18.
6036         (icalendar-export-hidden-diary-entries): New variable.
6037         (icalendar-export-region): Use icalendar-export-hidden-diary-entries.
6038         In case of error, insert full error-val.
6039         (icalendar-first-weekday-of-year): Remove `offset' argument.  Doc fix.
6040         Use calendar-day-of-week.  Return the day number.
6041         (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
6043 2008-03-16  Craig Markwardt  <Craig.Markwardt@nasa.gov>
6045         * icalendar.el (icalendar-recurring-start-year): New variable.
6046         (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
6047         (icalendar-export-region): Ignore hidden diary entries.
6048         (icalendar--convert-ordinary-to-ical): Fix case where event
6049         spans across midnight boundary.
6050         (icalendar-first-weekday-of-year): New function.
6051         (icalendar--convert-weekly-to-ical): Allow user-selectable start
6052         year for recurring events (Mozilla calendars do not propagate
6053         recurring events forever, so year 2000 start date was not working).
6054         (icalendar--convert-yearly-to-ical): Remove extra spaces in
6055         formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
6057 2008-03-15  Michael Albinus  <michael.albinus@gmx.de>
6059         * net/tramp.el (tramp-root-regexp): New defconst.
6060         (tramp-completion-file-name-regexp-unified)
6061         (tramp-completion-file-name-regexp-separate)
6062         (tramp-completion-file-name-regexp-url): Use it.
6063         (tramp-do-copy-or-rename-file-via-buffer):
6064         Set `enable-multibyte-characters' to nil.  Set `jka-compr-inhibit' to
6065         t for `insert-file-contents-literally'.
6066         (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
6067         Autoload it.
6068         (tramp-completion-file-name-handler-post-function): New defconst.
6069         (tramp-completion-file-name-handler): Use it.
6070         (tramp-maybe-open-connection): Update calls to
6071         `tramp-flush-connection-property' for removed 2nd argument.
6073 2008-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6075         * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
6076         (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
6077         New functions.
6079 2008-03-15  Glenn Morris  <rgm@gnu.org>
6081         * calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
6082         New functions.
6083         * calendar/cal-bahai.el (number, original-date, add-to-diary-list)
6084         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
6085         (diary-list-entries-1, diary-mark-entries-1): Autoload.
6086         (diary-bahai-list-entries): Use diary-list-entries-1.
6087         (diary-bahai-mark-entries): Doc fix.  Use diary-mark-entries-1.
6088         * calendar/cal-hebrew.el (number, original-date, add-to-diary-list)
6089         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
6090         (diary-list-entries-1, diary-mark-entries-1): Autoload.
6091         (list-hebrew-diary-entries): Use diary-list-entries-1.
6092         (mark-hebrew-diary-entries): Doc fix.  Use diary-mark-entries-1.
6093         * calendar/cal-islam.el (number, original-date, add-to-diary-list)
6094         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
6095         (diary-list-entries-1, diary-mark-entries-1): Autoload.
6096         (list-islamic-diary-entries): Use diary-list-entries-1.
6097         (mark-islamic-diary-entries): Doc fix.  Use diary-mark-entries-1.
6099         * calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
6101         * calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
6103         * calendar/cal-china.el (number-chinese-months)
6104         (calendar-chinese-from-absolute): Use nth, caar.
6106         * calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
6108         * calendar/cal-french.el (french-calendar-accents): Doc fix.
6110         * calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
6111         (calendar-hebrew-month-name-array-leap-year)
6112         (hebrew-calendar-parashiot-names): Make constants.
6113         (diary-parasha): Move definition after constants it uses.
6115         * calendar/cal-html.el (cal-html-insert-link-yearpage)
6116         (cal-html-htmlify-list): Doc fix.
6117         (cal-html-htmlify-entry): Use nth.
6119         * calendar/cal-islam.el (calendar-islamic-month-name-array)
6120         (calendar-islamic-epoch): Make constants.
6121         (calendar-islamic-epoch): Doc fix.
6123         * calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
6125         * calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
6126         (cal-tex-month-name): Doc fix.
6127         (cal-tex-last-blank-p): Use zerop.
6129         * calendar/calendar.el (european-calendar-style, calendar-for-loop)
6130         (calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
6131         (calendar-cursor-to-date): Doc fix.
6132         (hebrew-holidays-1, hebrew-holidays-4): Simplify.
6133         (extract-calendar-day, extract-calendar-year): Use cadr, nth.
6134         (calendar-day-number): Use when.
6135         (generate-calendar-month): Use dotimes.
6136         (exit-calendar, calendar-print-other-dates): Use let rather than let*.
6137         (calendar-set-mark): Reverse conditional.
6138         (calendar-make-alist): Move definition before use.
6140         * calendar/diary-lib.el (diary-face-attrs)
6141         (diary-glob-file-regexp-prefix, diary-selective-display)
6142         (number-of-diary-entries, diary-list-entries, diary-goto-entry)
6143         (list-sexp-diary-entries, diary-date, diary-block, diary-float)
6144         (diary-anniversary, diary-cyclic)
6145         (diary-fancy-font-lock-fontify-region-function): Doc fixes.
6146         (diary-header-line-format): Change wording.
6147         (diary-list-entries): Set `date-start' in let.
6148         (include-other-diary-files, mark-included-diary-files): Use format.
6149         (simple-diary-display, fancy-diary-display): Use cadr, unless.
6150         (mark-diary-entries): Use 1+.
6151         (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
6152         (mark-calendar-month): Use dotimes.
6154         * calendar/holidays.el (displayed-month, displayed-year):
6155         Move declarations where needed.
6156         (calendar-list-holidays): Doc fix.
6158         * calendar/parse-time.el (parse-time-string): Simplify.
6160         * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
6161         Make constants.
6162         (solar-sunrise-sunset): Rename some local variables for clarity.
6163         (sunrise-sunset): Use zerop.
6164         (solar-mean-equinoxes/solstices): Doc fix.
6166         * calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
6167         Use nth.
6168         (timeclock-completing-read, timeclock-generate-report): Use zerop.
6169         (timeclock-mean, timeclock-generate-report): Use dolist.
6171         * calendar/todo-mode.el (todo-add-category): Simplify.
6172         (todo-more-important-p, todo-delete-item, todo-file-item):
6173         Use unless, when.
6174         (todo-top-priorities): Use zerop.
6176 2008-03-14  Nick Roberts  <nickrob@snap.net.nz>
6178         * buff-menu.el (list-buffers-noselect): Display buffer name in
6179         tooltip instead of mouse binding when it doesn't fit in the list.
6181 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
6183         * faces.el (xw-defined-colors):
6184         * simple.el (widget-convert, shell-mode): Declare as functions
6185         instead of autoloading.
6187         * abbrev.el:
6188         * button.el:
6189         * cus-face.el:
6190         * ediff-hook.el:
6191         * emacs-lisp/backquote.el:
6192         * emacs-lisp/timer.el:
6193         * facemenu.el:
6194         * faces.el:
6195         * menu-bar.el:
6196         * simple.el:
6197         * subr.el:
6198         * textmodes/fill.el:
6199         * textmodes/paragraphs.el: Remove autoloads, redundant when the
6200         files are preloaded.
6202 2008-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6204         * desktop.el (desktop-create-buffer): Don't catch errors if
6205         debug-on-error is set.
6207 2008-03-14  Eli Zaretskii  <eliz@gnu.org>
6209         * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
6210         ($(lisp)/calendar/diary-loaddefs.el)
6211         ($(lisp)/calendar/hol-loaddefs.el): New targets.
6212         (LOADDEFS): New macro.
6213         (autoloads): Depend on $(LOADDEFS).
6215 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
6217         * font-lock.el (featurep): Remove test, not useful anymore.
6218         (facemenu-keymap): Move key binding ...
6219         * facemenu.el (facemenu-keymap): ... here.
6221         * vc-bzr.el (vc-bzr-print-log): Insert a file marker.  Run the log
6222         for each file in the list.
6223         (vc-bzr-log-view-mode): Recognize the file marker.
6225         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
6226         for checkdoc and profiling.
6228 2008-03-14  Bastien Guerry  <bzg@altern.org>
6230         * textmodes/flyspell.el (nxml-mode): Add the right
6231         `flyspell-mode-predicate'.
6233         * wid-edit.el (link): Use 'mouse-face for :follow-link.
6235 2008-03-14  Glenn Morris  <rgm@gnu.org>
6237         * calendar/solar.el: Reorder so that functions are defined before use.
6238         (displayed-month, displayed-year): Move declarations where needed.
6239         (solar-get-number): Move definition before use.  Use unless.
6240         (solar-equatorial-coordinates): Simplify.
6241         (solar-sunrise-and-sunset): Use let rather than let*.
6242         (solar-longitude, solar-equinoxes-solstices): Use cadr, nth.
6244         * startup.el (command-line-1): Rename -internal-script back to
6245         -scriptload (reverts previous change).
6247         * calendar/cal-bahai.el (calendar-bahai-month-name-array)
6248         (calendar-bahai-leap-base): Add doc strings.
6249         (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
6250         Move definition before use.
6251         (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
6252         (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
6253         variables outside the loop.  Use dolist.
6254         (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
6256         * calendar/cal-china.el: Re-order so that functions are defined before
6257         use.
6258         (displayed-month, displayed-year): Move declarations where needed.
6259         (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
6260         (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
6261         Add doc strings.
6262         (chinese-year-cache): Recenter on 2010.  Doc fix.
6263         (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
6264         Doc fix.  Simplify.
6265         (chinese-year-cache-init): New function.
6266         (compute-chinese-year, holiday-chinese-new-year)
6267         (calendar-chinese-date-string, calendar-goto-chinese-date)
6268         (make-chinese-month-assoc-list): Use cadr, nth.
6269         (chinese-months): Remove un-needed let.
6271         * calendar/cal-coptic.el (coptic-calendar-month-name-array)
6272         (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
6273         (coptic-prompt-for-date): Move definition before use.
6275         * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
6276         (calendar-dst-find-data, calendar-daylight-time-offset)
6277         (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
6278         (calendar-daylight-savings-starts-time)
6279         (calendar-daylight-savings-ends-time): Use cadr, nth.
6281         * calendar/cal-french.el (french-calendar-epoch)
6282         (calendar-goto-french-date): Doc fix.
6283         (french-calendar-month-name-array)
6284         (french-calendar-multibyte-month-name-array)
6285         (french-calendar-day-name-array, french-calendar-special-days-array):
6286         Add doc strings.
6288         * calendar/cal-hebrew.el (displayed-month, displayed-year)
6289         (original-date): Move declarations where needed.
6290         (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
6291         Doc fix.
6292         (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
6293         constant variables outside the loop.  Use dolist.
6295         * calendar/cal-islam.el (displayed-month, displayed-year)
6296         (original-date): Move declarations where needed.
6297         (islamic-calendar-day-number): Remove unused local variable `day'.
6298         (calendar-goto-islamic-date): Doc fix.
6299         (holiday-islamic): Use unless.
6300         (list-islamic-diary-entries, mark-islamic-diary-entries): Move some
6301         constant variables outside the loop.  Use dolist.
6302         (mark-islamic-calendar-date-pattern): Move definition before use.
6303         Use unless.
6304         (mark-islamic-diary-entries): Doc fix.
6305         (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
6306         (insert-yearly-islamic-diary-entry): Use let rather than let*.
6308         * calendar/cal-julian.el (calendar-absolute-from-julian):
6309         Move definition before use.  Remove un-needed local `day'.
6310         (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
6312         * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
6313         (calendar-mayan-tzolkin-names-array): Add doc strings.
6314         (calendar-mayan-long-count-from-absolute): Use a single let.
6315         (calendar-string-to-mayan-long-count): Simplify.
6316         (calendar-next-haab-date, calendar-previous-haab-date)
6317         (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
6318         (calendar-previous-calendar-round-date)
6319         (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
6320         Doc fix.
6321         (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
6322         (calendar-mayan-date-string, calendar-print-mayan-date)
6323         (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
6324         (calendar-mayan-long-count-common-era): Move definitions before use.
6326         * calendar/cal-menu.el (displayed-year): Move declaration where needed.
6327         (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
6328         Doc fix.
6329         (calendar-mouse-goto-date): Move definition before use.
6331         * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
6332         Move definition before use.
6333         (calendar-cursor-to-visible-date): Move definition before use.
6334         (calendar-scroll-left): Use unless and zerop.  Combine lets into one,
6335         and place inside the conditional.
6336         (calendar-forward-day): Simplify.
6337         (calendar-end-of-month): Use unless.
6338         (calendar-goto-day-of-year): Doc fix.
6339         Relocate obsolete aliases after their replacements.
6341         * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
6343         * calendar/diary-lib.el (mark-diary-entries): Move some constant
6344         variables outside the diary-date-forms loop.
6346         * calendar/calendar.el (diary-file): Doc fix.
6347         (calendar-buffer-list): Return buffers rather than strings (fixes
6348         previous change).
6349         (hebrew-holidays-4): Fix typo.
6351         * calendar/holidays.el (displayed-month, displayed-year):
6352         Move declarations where needed.
6353         (calendar-holiday-list, calendar-list-holidays)
6354         (holiday-filter-visible-calendar): Move definitions before use.
6355         (list-holidays): Use cadr.
6356         Relocate obsolete aliases after their replacements.
6358         * calendar/lunar.el (date, displayed-month, displayed-year):
6359         Move declarations where needed.
6360         (lunar-phase-list): Move definition after functions it uses.
6361         (calendar-phases-of-moon, diary-phases-of-moon)
6362         (lunar-new-moon-on-or-after): Use cadr, nth.
6363         (lunar-new-moon-on-or-after): Doc fix.
6365         * textmodes/org-irc.el (top-level): CL not required when compiling.
6366         (org-irc-visit-erc): Replace runtime CL functions.
6368         * textmodes/org-publish.el (declare-function): Add compatibility stub.
6369         (org-publish-delete-dups): Declare as function.
6371 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
6373         * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
6374         (vc-bzr-show-log-entry): Make regexp match more cases.
6375         (vc-diff-switches-list): Remove autoload, not needed.
6377 2008-03-14  Juri Linkov  <juri@jurta.org>
6379         * isearch.el (isearch-edit-string): Remove one call to
6380         `isearch-push-state' not to push an inconsistent state,
6381         but keep another correct call to `isearch-push-state'.
6382         (isearch-ring-adjust): Call `isearch-push-state' only when
6383         `search-ring-update' is non-nil since `isearch-edit-string'
6384         already pushes its state.
6385         (isearch-message): Improve matching the failed part by checking
6386         if the original message starts with the last successful message.
6388         * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
6389         (dired-perm-write): Rename from `dired-warn-writable'.
6390         Change parent face from `font-lock-warning-face' to
6391         `font-lock-comment-delimiter-face'.
6392         (dired-warn-writable-face): Rename to `dired-perm-write-face'.
6393         (dired-perm-write-face): Rename from `dired-warn-writable-face'.
6394         (dired-font-lock-keywords): Replace `dired-warn-writable-face'
6395         with `dired-perm-write-face'.
6397 2008-03-13  Tassilo Horn  <tassilo@member.fsf.org>
6399         * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
6400         Create cache dir only if it doesn't already exist.
6402 2008-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6404         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
6405         of \ and '.
6407 2008-03-13  Johan BockgÃ¥rd  <bojohan@gnu.org>
6409         * net/browse-url.el (browse-url-text-xterm):
6410         Unquote browse-url-text-browser.
6412 2008-03-13  Carsten Dominik  <dominik@science.uva.nl>
6414         * textmodes/org-mouse.el: Version number change.
6416         * textmodes/org-publish.el (org-publish-expand-components):
6417         Remove null projects from the list of components.
6418         (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
6419         Remove unused retrieval of the :publishing-directory property.
6420         (org-publish-file): Bugfix: when using a relative directory as the
6421         publishing directory, convert it to a directory filename.
6422         (org-publish-project): New alias.
6423         (org-publish-get-files): Protect against empty p.
6424         (org-publish-file): Send an error when file is not part of any project.
6425         (org-publish-file): Offer to refresh the list of files in known
6426         project when the current file is not part of any project.
6427         (org-publish-before-export-hook)
6428         (org-publish-after-export-hook): New hooks.
6429         (org-publish-org-to): Use new hooks and kill buffers.
6430         (org-publish-file): Remove the code for killing buffers.
6431         (org-publish-initialize-files-alist): Use interactive.
6432         (org-publish-file): If the publishing function creates a new
6433         buffer, kill it after publishing.
6434         (org-publish-timestamp-filename): Protect ":" in file name path
6435         under windows.
6437         * textmodes/org-export-latex.el (org-export-as-latex): Revert the
6438         change that killed the LaTeX buffer.
6440         * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
6441         in the decision tree.
6442         (org-select-remember-template): Clean the code.
6443         (org-prepare-dblock): Add the extra :content parameter.
6444         (org-write-agenda): New output type ".ics" files.
6445         (org-write-agenda): Call `org-icalendar-verify-function', both for
6446         time stamps and for TODO entries.
6447         (org-agenda-collect-markers, org-create-marker-find-array)
6448         (org-check-agenda-marker-table): New functions.
6449         (org-agenda-marker-table): New variable.
6450         (org-export-as-html): Revert the change that killed the html
6451         buffer.  Side effects first need to be studied carefully.
6452         (org-get-tags-at): Fix the structure of the condition-case statement.
6453         (org-ts-regexp0, org-repeat-re, org-display-custom-time)
6454         (org-timestamp-change): Fix regulear expressions to swallow the
6455         extra character for repeat-shift control.
6456         (org-auto-repeat-maybe): Implement the new repeater mechanisms.
6457         (org-get-legal-level): Alias to `org-get-valid-level'.
6458         (org-dblock-write:clocktable): Add a :link parameter, linking
6459         headlines to their location in the Org agenda files.
6460         (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
6461         throwing an error when getting tags before headlines.
6462         (org-timestamp-change, org-modify-ts-extra)
6463         (org-ts-regexp1): Fix timestamp editing.
6464         (org-agenda-custom-commands-local-options): New constant.
6465         (org-agenda-custom-commands):
6466         Use `org-agenda-custom-commands-local-options' to improve customize
6467         type.  "htmlize": Removed hack to fix face problem with htmlize,
6468         it no longer seem necessary.
6469         (org-follow-link-hook): New hook.
6470         (org-agenda-custom-commands): Add "Component" as a tag for each
6471         item in a command serie.
6472         (org-open-at-point): Run `org-follow-link-hook'.
6473         (org-agenda-schedule): Bugfix: don't display marker type when it
6474         is nil.
6475         (org-store-link): org-irc required.
6476         (org-set-regexps-and-options): Parse the new logging options.
6477         (org-extract-log-state-settings): New function.
6478         (org-todo): Handle the new ways of recording state change stuff.
6479         (org-local-logging): New function.
6480         (org-columns-open-link): Fix bug with opening link in column view.
6481         (org-local-logging): New function
6482         (org-todo): Make sure that LOGGING properties are honoured.
6483         (org-todo-keywords): Improve docstring.
6484         (org-startup-options): Cleanup startup options.
6485         (org-set-regexps-and-options): Process the "!" markers.
6486         (org-todo): Respect the new logging stuff.
6487         (org-log-note-how): New variable.
6488         (org-add-log-maybe): New parameter HOW that defines how logging
6489         should be done and also overrides PURPOSE.  Add a docstring.
6490         (org-add-log-note): Check if we really need to ask for a note.
6491         (org-get-current-options): Digest the new keyword.
6492         (org-agenda-reset-markers): Rename from
6493         `org-agenda-maybe-reset-markers'.  Remove FORCE argument.
6494         (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
6495         function, without force argument.
6496         (org-buffer-property-keys): Bind local variables s and p.
6497         (org-make-tags-matcher): Allow "" to match an empty or
6498         non-existent property value.
6499         (org-export-as-html): Join unsorted lists when they directly
6500         follow each other.  Such lists may be created by headlines that
6501         are converted to lists.
6502         (org-nofm-to-completion): New function.
6503         (org-export-as-html): Use :html-extension instead of
6504         org-export-html-extension.
6505         (org-store-link): Support for links from `rmail-summary-mode'.
6506         (org-columns-new, org-complete, org-set-property): Set the
6507         `include-columns' argument in the call to
6508         `org-buffer-property-keys'.
6509         (org-buffer-property-keys): New argument `include-columns', to
6510         include properties expected by any of the COLUMS formats in the
6511         current buffer.
6512         (org-cleaned-string-for-export): Get rid of drawers first, so that
6513         they will be removed also in the text before the first headline.
6514         (org-clock-report): Show the clocktable when found.
6515         (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
6516         (org-version): With prefix argument, insert `org-version' at point.
6517         (org-agenda-goto): Recenter the window after finding the target
6518         location, to make sure the correct position will be displayed.
6519         (org-agenda-get-deadlines): Don't scale priority with the warning
6520         period.
6521         (org-insert-heading): Don't break line in the middle of the line.
6522         (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
6523         be 0.
6524         (org-update-checkbox-count): Revamp to deal with hierarchical
6525         beckboxes.  This was a patch from Miguel A. Figueroa-Villanueva.
6526         (org-remove-timestamp-with-keyword): New function.
6527         (org-schedule, org-deadline):
6528         Use `org-remove-timestamp-with-keyword' to make sure all such time
6529         stamps are removed.
6530         (org-mode): Support for `align'.
6531         (org-agenda-get-deadlines): Make sure priorities increase as the
6532         due date approaches and is passed.
6533         (org-remember-apply-template): Fix problem with tags that
6534         contain "_" or "@".
6535         (org-make-link-regexps): Improve the regular expression for plain links.
6536         (org-agenda-get-closed): List each clocking entry.
6537         (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
6538         (org-special-ctrl-k): New option.
6539         (org-kill-line): New function.
6540         (org-archive-all-done): Fix incorrect number of stars in regexp.
6541         (org-refile-get-location): New function.
6542         (org-refile-goto-last-stored): New function.
6543         (org-global-tags-completion-table): Add the value of org-tag-alist
6544         in each buffer, to make sure that also unused tags will be
6545         available for completion.
6546         (org-columns-edit-value)
6547         (org-columns-next-allowed-value): Only update if not in agenda.
6548         (org-clocktable-steps): New function.
6549         (org-dblock-write:clocktable): Call `org-clocktable-steps'.
6550         (org-archive-subtree): Add the outline tree context as a property.
6551         (org-closest-date): New optional argument `prefer'.
6552         (org-goto-auto-isearch): New option.
6553         (org-goto-map, org-get-location): Implement auto-isearch.
6554         (org-goto-local-auto-isearch-map): New variable.
6555         (org-goto-local-search-forward-headings)
6556         (org-goto-local-auto-isearch): New functions.
6558 2008-03-13  Philip Jackson  <emacs@shellarchive.co.uk>
6560         * textmodes/org-irc.el: New file.
6562 2008-03-13  John Wiegley  <johnw@gnu.org>
6564         * textmodes/org-mac-message.el: New file.
6566 2008-03-13  Dan Nicolaescu  <dann@ics.uci.edu>
6568         * font-lock.el (font-lock-comment-face): Set the foreground for
6569         the light background 8 colors case.
6571 2008-03-13  Glenn Morris  <rgm@gnu.org>
6573         * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
6574         generate-autoload-cookie patterns.
6576         * startup.el (command-line-1): Rename -scriptload to -internal-script.
6578         * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
6579         (MH_E_SRC): Remove variable.
6580         ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
6581         Simplify file header.  Use $@ for generated-autoload-file.
6583         * Makefile.in (LOADDEFS): New variable.
6584         (AUTOGENEL): Use $LOADDEFS.
6585         (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
6586         ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
6587         ($(lisp)/calendar/hol-loaddefs.el): New targets.
6588         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
6589         * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
6590         * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
6591         * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
6592         * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
6593         * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
6594         Add calendar-specific autoload cookies, and remove any setting of
6595         generated-autoload-file.
6596         * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
6597         * calendar/diary-lib.el: Replace explicit autoloads with reading of
6598         diary-loaddefs.
6599         * calendar/holidays.el: Replace explicit autoloads with reading of
6600         hol-loaddefs.
6602         * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
6603         (calendar-buffer-list): Simplify.
6604         (generate-calendar-window): Use calendar-mark-holidays rather than
6605         obsolete alias.
6607         * calendar/cal-hebrew.el (list-yahrzeit-dates):
6608         Use cal-hebrew-yahrzeit-buffer.
6610         * calendar/cal-x.el (calendar-only-one-frame-setup)
6611         (calendar-two-frame-setup): Doc fixes.
6612         (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
6614         * calendar/appt.el (appt-mode-string): Mark as risky.
6615         (appt-check): Apply mode-line-emphasis face to appt-mode-string.
6617         * calendar/cal-html.el (diary-list-entries):
6618         * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
6619         (calendar-iso-from-absolute): Fix autoloads.
6621         * calendar/cal-iso.el (calendar-absolute-from-iso)
6622         (calendar-iso-read-args): Simplify.
6623         (calendar-iso-date-string, calendar-iso-read-args)
6624         (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
6626         * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
6627         (displayed-month, displayed-year): Move declarations where needed.
6628         (calendar-print-astro-day-number): Doc fix.
6630         * calendar/cal-persia.el (persian-calendar-month-name-array)
6631         (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
6632         (persian-prompt-for-date): Remove local variable `today'.
6634         * calendar/diary-lib.el (mark-calendar-month): Use zerop.
6636         * calendar/solar.el (solar-moment, solar-exact-local-noon)
6637         (solar-sunrise-sunset, solar-sunrise-sunset-string)
6638         (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time)
6639         (diary-sabbath-candles, solar-equinoxes/solstices)
6640         (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
6641         (solar-time-equation, solar-date-to-et): Simplify.
6643         * mail/supercite.el: Remove the `function' in `(function (lambda'.
6644         Replace `(car (cdr' with cadr'.
6646         * progmodes/f90.el (f90-font-lock-n): New function.
6647         (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
6648         Use f90-font-lock-n.
6649         (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
6651         * progmodes/f90.el (f90-mode-abbrev-table):
6652         * progmodes/fortran.el (fortran-mode-abbrev-table):
6653         Use newer form of define-abbrev, where supported.  No need to bind
6654         abbrevs-changed for system abbrevs.
6656 2008-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6658         * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
6659         delete-frame-functions.
6661         * bookmark.el (Info-current-node): Remove.
6663 2008-03-12  Juri Linkov  <juri@jurta.org>
6665         * help.el (describe-project): Remove defaliases for view-todo and
6666         describe-project that are now unnecessary after the merge from
6667         emacs--rel--22 that added define-obsolete-function-alias.
6669         * startup.el (inhibit-startup-screen): Revert incomplete
6670         2008-03-10 merge from emacs--rel--22 that partly reverted
6671         2008-02-28 change that added initial message to *scratch* buffer
6672         regardless of the value of `inhibit-startup-screen'.
6673         Now keep this change in the trunk, but not in the 22 branch.
6675 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6677         * international/quail.el (quail-setup-completion-buf, quail-help):
6678         * mail/binhex.el (binhex-decode-region-internal):
6679         * mail/uudecode.el (uudecode-decode-region-internal):
6680         * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
6681         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
6682         setting default-enable-multibyte-characters.
6684         * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
6686         * comint.el: Fix up indentation and comment style.  Remove `function'.
6688         * international/mule-cmds.el (reset-language-environment)
6689         (set-language-environment-nonascii-translation):
6690         Don't set-unibyte-charset.
6692         * doc-view.el: Remove all cb-args, use closures instead.
6693         (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
6694         doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
6695         doing an incorrect check).  Update all callers to use the new name.
6696         (doc-view-doc->txt): Add missing `txt' argument.
6698 2008-03-12  Tassilo Horn  <tassilo@member.fsf.org>
6700         * doc-view.el (doc-view-current-cache-dir): Set buffer used for
6701         md5 sum calculation to single-byte.
6703 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6705         * doc-view.el (doc-view-new-window-function): Add assertion.
6706         (doc-view-doc-type): New var.
6707         (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
6708         (doc-view-intersection): New fun.
6709         (doc-view-mode): Use it to set the new var.
6711 2008-03-12  Tassilo Horn  <tassilo@member.fsf.org>
6713         * doc-view.el (doc-view-doc->txt, doc-view-open-text)
6714         (doc-view-already-converted-p): New functions.
6715         (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
6716         (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
6717         (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
6718         (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
6719         (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
6720         (doc-view-convert-current-doc): Don't hardwire the functions the
6721         sentinels call.  Now they're provided by two args CALLBACK and
6722         CB-ARGS to the functions.
6723         (doc-view-search): Use doc-view-doc->txt.
6724         (doc-view-initiate-display): Use doc-view-already-converted-p.
6725         Mention new binding C-c C-t if doc-view-mode doesn't work.
6727 2008-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
6729         * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
6731 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6733         * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
6734         Mark " outside of tags as punctuation.
6736 2008-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6738         * menu-bar.el (minibuffer-local-map): Use the same command for the
6739         "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
6740         Prefer RET over C-j for exit-minibuffer.
6742         * files.el (display-buffer-other-frame): Eliminate problematic code.
6744         * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
6745         (menu-bar-select-buffer): Remove.
6746         (menu-bar-select-frame): Make non-interactive and take a frame arg.
6747         (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
6749 2008-03-11  Juanma Barranquero  <lekktu@gmail.com>
6751         * icomplete.el (icomplete-completions): Remove obsolete code.
6753         * net/net-utils.el (iwconfig-program-options): Doc fix.
6754         (net-utils-run-program, run-network-program): Define as functions.
6756 2008-03-11  Dan Nicolaescu  <dann@ics.uci.edu>
6758         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
6760 2008-03-11  Glenn Morris  <rgm@gnu.org>
6762         * faces.el (mode-line-emphasis): New face.
6763         * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
6765         * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
6767 2008-03-11  Chong Yidong  <cyd@stupidchicken.com>
6769         * simple.el (set-mark-command): Doc fix.
6771 2008-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6773         * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
6775         * emacs-lisp/autoload.el (autoload-find-destination):
6776         Don't force raw-text.
6778         * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
6779         * calendar/cal-loaddefs.el: Don't version control.
6781 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
6783         * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
6784         entries and add :help to the existing ones.
6786 2008-03-10  Glenn Morris  <rgm@gnu.org>
6788         * calendar/cal-hebrew.el (date, entry, number): Move declarations
6789         to where they are needed.
6791         * calendar/calendar.el (diary-file, hebrew-holidays-1)
6792         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
6793         (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
6794         (calendar-version): Doc fixes.
6795         (calendar-absolute-from-gregorian): Use zerop.
6796         (calendar-mode-line-format): Make it a defcustom.
6798         * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
6799         (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
6800         (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
6801         (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
6802         (mark-included-diary-files, mark-calendar-days-named)
6803         (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
6804         (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
6805         (insert-monthly-diary-entry, insert-yearly-diary-entry)
6806         (insert-anniversary-diary-entry, insert-block-diary-entry)
6807         (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
6808         (diary-font-lock-sexps): Doc fixes.
6809         (diary-remind-message, mark-calendar-month): Use zerop.
6810         (diary-attrtype-convert, diary-pull-attrs): Simplify.
6811         (diary-list-entries): Revert let to let* (previous change).
6813         * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
6815 2008-03-10  Kim F. Storm  <storm@cua.dk>
6817         * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
6818         function aliases for the old names.
6820 2008-03-10  Juanma Barranquero  <lekktu@gmail.com>
6822         * iswitchb.el (iswitchb-use-faces): Doc fix.
6823         (iswitchb-buffer-ignore, iswitchb-read-buffer):
6824         Fix typos in docstrings.
6826 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
6828         * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
6829         Fix typo.
6830         (verilog-type-font-keywords): Reindent.
6832 2008-03-10  Michael McNamara  <mac@mail.brushroad.com>
6834         * verilog-mode.el (verilog-font-grouping-keywords): Fix bug in the
6835         grouping-keyword regular expression.
6836         (verilog-font-lock-keywords): Allow users to toggle special
6837         highlight of grouping-keywords.
6838         (verilog-highlight-grouping-keywords): The toggle for special
6839         highlighting of grouping keywords.
6841 2008-03-10  Juri Linkov  <juri@jurta.org>
6843         * startup.el: Revert 2008-02-28 change that adds initial message
6844         to *scratch* buffer regardless of the value of
6845         `inhibit-startup-screen'.
6847 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
6849         * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
6850         * textmodes/bibtex-style.el (bibtex-style-indent-basic):
6851         * progmodes/verilog-mode.el (verilog-mode):
6852         * net/socks.el (socks):
6853         * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
6855 2008-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6857         * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
6858         (doc-view-bookmark-make-record): Use them.
6859         (doc-view-bookmark-jump): Use them.  Fix find-file ->find-file-noselect.
6860         (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
6862         * bookmark.el (bookmark-make-record-function): Change expected return
6863         value to include a suggested bookmark name.
6864         (bookmark-make): Split into bookmark-make-record and bookmark-store.
6865         Fix reversed `overwrite' semantics.
6866         (bookmark-set): Call bookmark-make-record before prompting the user.
6867         Then pass the result to bookmark-store later on.
6868         (bookmark-make-name-function): Remove.
6869         (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
6870         * info.el (bookmark-make-name-function): Remove.
6871         (Info-mode): Don't set it.
6872         (Info-bookmark-make-name): Remove.
6873         (Info-bookmark-make-record): Use Info-current-node as suggested default
6874         bookmark name.
6876         * bookmark.el (bookmark-set): Make bookmark before reading annotations.
6877         I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
6878         (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
6879         (bookmark-annotation-buffer, bookmark-annotation-file)
6880         (bookmark-annotation-point, bookmark-send-annotation)
6881         (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
6882         (bookmark-edit-annotation-text-func): Rename from
6883         bookmark-read-annotation-text-func.  Keep old name as an obsolete alias.
6884         (bookmark-edit-annotation-mode-map): Move initialization into
6885         declaration.
6887         * bookmark.el: Remove spurious * in docstrings.
6888         (bookmark-minibuffer-read-name-map): New var.
6889         (bookmark-set): Use it.  Also pass the default value as it should.
6890         (bookmark-send-edited-annotation): Take no chances with text properties.
6891         (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
6892         (bookmark-insert-buffer-name): Remove.
6893         (bookmark-buffer-file-name): Signal an error rather than returning nil.
6895 2008-03-09  Thomas Hühn  <xf27@arcor.de>  (tiny change)
6897         * tutorial.el (tutorial--default-keys): Update `C-l' binding.
6899 2008-03-09  Dan Nicolaescu  <dann@ics.uci.edu>
6901         * diff-mode.el (diff-mode-menu): Add :help.
6903 2008-03-09  Glenn Morris  <rgm@gnu.org>
6905         * calendar/calendar.el (general-holidays, oriental-holidays)
6906         (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
6907         (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
6908         (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
6909         (calendar-holidays): Restore autoload cookies, because people are
6910         used to using these variables without loading calendar.el.
6912         * calendar/cal-islam.el (diary-islamic-date): Move to end.
6913         (date, number): Declare where needed.
6915         * calendar/diary-lib.el (nongregorian-diary-marking-hook)
6916         (list-sexp-diary-entries): Doc fixes.
6917         (diary-list-entries): Doc fix.  Remove free variable `entry'.
6918         (fancy-diary-display): Use dolist, bobp.  Remove free variable `entry'.
6919         Simplify setting of `date-holiday-list'.
6920         (mark-diary-entries): Remove free variable `entry'.
6921         (diary-list-entries, include-other-diary-files, fancy-diary-display):
6922         Use let where let* is not needed.
6924 2008-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6926         * bookmark.el (bookmark-make): Don't pass the `annotation' to the
6927         make-record function, instead paste it in afterwards.
6928         (bookmark-make-record-for-text-file):
6929         * doc-view.el (doc-view-bookmark-make-record):
6930         * info.el (Info-bookmark-make-record): Don't mess with annotations.
6932 2008-03-08  Glenn Morris  <rgm@gnu.org>
6934         * calendar/diary-lib.el (entry): Declare for compiler part-way through.
6936 2008-03-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6938         * calendar/diary-lib.el (diary-list-entries)
6939         (include-other-diary-files, mark-diary-entries)
6940         (mark-sexp-diary-entries, mark-included-diary-files)
6941         (diary-entry-time, list-sexp-diary-entries): Remove the special
6942         handling of ^M that dates back to the use of selective-display.
6943         (simple-diary-display): Obey setting of pop-up-frames.
6944         (body, entry): Remove unnecessary declarations.
6946         * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
6947         (bookmark-get-annotation, bookmark-set-annotation)
6948         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
6949         (bookmark-set-position, bookmark-get-front-context-string)
6950         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
6951         (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
6952         * info.el (Info-bookmark-make-record): Don't bother recording point.
6953         (bookmark-get-filename, bookmark-get-front-context-string)
6954         (bookmark-get-rear-context-string, bookmark-get-position):
6955         Don't declare any more.
6956         (bookmark-get-info-node): Remove.
6957         (bookmark-prop-get): Declare.
6958         (Info-bookmark-jump): Use it.
6960 2008-03-08  Johan BockgÃ¥rd  <bojohan@gnu.org>
6962         * subr.el (while-no-input): Don't splice BODY directly into the
6963         `or' form.
6965 2008-03-08  Dan Nicolaescu  <dann@ics.uci.edu>
6967         * diff-mode.el (diff-ignore-whitespace-hunk):
6968         Bind inhibit-read-only before trying to change the buffer.
6970 2008-03-08  Glenn Morris  <rgm@gnu.org>
6972         * calendar/appt.el (appt): Move custom group here from calendar.el.
6973         (appt-disp-window, appt-convert-time): Doc fixes.
6975         * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
6976         (calendar-bahai-mark-date-pattern):
6977         * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
6978         * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
6979         * calendar/cal-julian.el (calendar-absolute-from-julian):
6980         * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
6982         * calendar/cal-china.el (chinese-calendar): Move custom group here from
6983         calendar.el.
6984         (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
6985         Make constants.
6986         (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
6987         (chinese-calendar-daylight-savings-starts)
6988         (chinese-calendar-daylight-savings-ends)
6989         (chinese-calendar-daylight-savings-starts-time)
6990         (chinese-calendar-daylight-savings-ends-time)
6991         (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
6992         Doc fixes.
6994         * calendar/cal-coptic.el (coptic-name): Add doc string.
6996         * calendar/cal-french.el (french-calendar-month-name-array)
6997         (french-calendar-day-name-array, french-calendar-special-days-array):
6998         Add doc strings.
7000         * calendar/cal-bahai.el (diary-bahai-mark-entries)
7001         (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
7002         (diary-bahai-insert-yearly-entry):
7003         * calendar/cal-dst.el (calendar-next-time-zone-transition)
7004         (calendar-time-zone):
7005         * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
7006         (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
7007         (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
7008         (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
7009         (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
7010         * calendar/cal-islam.el (islamic-calendar-leap-year-p)
7011         (list-islamic-diary-entries, mark-islamic-diary-entries)
7012         (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
7013         (insert-yearly-islamic-diary-entry):
7014         * calendar/cal-iso.el (calendar-iso-read-args):
7015         * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
7016         (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
7017         (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
7018         (calendar-next-calendar-round-date)
7019         (calendar-mayan-long-count-common-era):
7020         * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
7021         (cal-menu-x-popup-menu, calendar-mouse-holidays)
7022         (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
7023         (calendar-mouse-goto-date):
7024         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
7025         * calendar/holidays.el (holidays):
7026         * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
7027         * calendar/time-date.el (date-to-time, time-subtract, time-add)
7028         (safe-date-to-time): Doc fixes.
7030         * calendar/cal-persia.el (persian-calendar-month-name-array)
7031         (persian-calendar-epoch): Make constants.
7033         * calendar/cal-tex.el (calendar-tex): Move custom group here from
7034         calendar.el.
7036         * calendar/cal-x.el (diary-frame-parameters)
7037         (calendar-frame-parameters, calendar-and-diary-frame-parameters)
7038         (calendar-after-frame-setup-hooks): Make defcustoms.
7039         (calendar-one-frame-setup, calendar-only-one-frame-setup)
7040         (calendar-two-frame-setup): Doc fix.
7042         * calendar/cal-loaddefs.el: New file.
7044         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
7045         * calendar/cal-french.el, calendar/cal-html.el:
7046         * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
7047         * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
7048         * calendar/cal-tex.el, calendar/cal-x.el:
7049         Unquote lambda functions.  Add autoload cookies to functions formerly
7050         autoloaded in calendar.el.  Set `generated-autoload-file' to
7051         "cal-loaddefs.el".
7053         * calendar/calendar.el: Move many autoloads to separate file,
7054         cal-loaddefs.el.  Move defcustoms to start and re-order.
7055         (calendar-month-name-array, calendar-starred-day): No need to
7056         declare for compiler.
7057         (cal-loaddefs): Require it.
7058         (appt, chinese-calendar, calendar-tex): Move custom groups to the
7059         appropriate file.
7060         (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
7061         Reverse logic.
7062         (diary-face, diary-file-name-prefix-function, diary-include-string)
7063         (diary-glob-file-regexp-prefix, diary-face-attrs)
7064         (diary-file-name-prefix, sexp-diary-entry-symbol)
7065         (print-diary-entries-hook, list-diary-entries-hook)
7066         (nongregorian-diary-listing-hook, mark-diary-entries-hook)
7067         (nongregorian-diary-marking-hook, diary-list-include-blanks):
7068         Move to diary-lib.
7069         (all-christian-calendar-holidays, all-islamic-calendar-holidays)
7070         (all-bahai-calendar-holidays): Doc fix.
7071         (calendar-insert-indented): Doc fix.  Use when rather than if.
7072         (exit-calendar): Use mapc rather than mapcar.
7073         (calendar-cursor-to-date): Use zerop.
7074         (calendar-mark-ring): Add doc-string.
7075         (calendar-starred-day): Defvar it.
7076         (calendar-mode): Make calendar-starred-day local.
7077         (calendar-star-date): No need to make calendar-starred-day local.
7079         * calendar/diary-lib.el: Move defcustoms to start.
7080         (diary-include-string, diary-list-include-blanks)
7081         (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
7082         (diary-file-name-prefix, diary-file-name-prefix-function)
7083         (sexp-diary-entry-symbol, list-diary-entries-hook)
7084         (mark-diary-entries-hook, nongregorian-diary-listing-hook)
7085         (nongregorian-diary-marking-hook, print-diary-entries-hook):
7086         Move here from calendar.el.
7087         (diary-file-name-prefix-function): Use 'identity.
7088         (diary-face): Make it a defcustom, and mark as obsolete.
7089         (top-level): No need to require cal-hebrew, cal-islam when compiling.
7090         (calendar-hebrew-month-name-array-leap-year)
7091         (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
7092         Define for compiler.
7093         (diary-font-lock-keywords): Use format rather than concat.
7094         Add bahai-diary-entry-symbol.
7096         * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
7097         * calendar/solar.el: Unquote lambda functions.
7099         * calendar/solar.el (calendar-location-name, calendar-latitude)
7100         (calendar-longitude, solar-setup, solar-sin-degrees)
7101         (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
7102         (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
7103         (solar-sunrise-and-sunset, solar-moment, solar-daylight)
7104         (solar-exact-local-noon, solar-julian-ut-centuries)
7105         (solar-ephemeris-time, solar-date-next-longitude)
7106         (solar-horizontal-coordinates, solar-equatorial-coordinates)
7107         (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
7108         (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
7109         (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
7110         Doc fixes.
7111         (solar-horizontal-coordinates, solar-equatorial-coordinates)
7112         (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
7113         (solar-ecliptic-coordinates): Use unless.
7114         (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
7115         Use or.
7117         * calendar/timeclock.el: Add doc-strings to all functions.
7118         (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
7119         (timeclock-entry-list-length, timeclock-entry-list-projects)
7120         (timeclock-day-list-projects, timeclock-day-list): Use dolist.
7122         * calendar/todo-mode.el: Remove un-needed eval-when-compile.
7124         * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
7125         (org-get-entries-from-diary): Require diary-lib.
7127 2008-03-08  Juanma Barranquero  <lekktu@gmail.com>
7129         * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
7130         Pacify byte-compiler.
7132 2008-03-07  Alan Mackenzie  <acm@muc.de>
7134         * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
7135         paren/bracket pairs parsed, to solve performance problem.
7137 2008-03-07  Bastien Guerry  <bzg@altern.org>
7139         * bookmark.el (bookmark-set): Don't check for
7140         `bookmark-make-name-function' since `bookmark-buffer-file-name'
7141         already takes care of this.
7142         (bookmark-buffer-name, bookmark-buffer-file-name):
7143         Remove Info-mode specific code.
7145         * info.el (bookmark-get-info-node): Define this function in
7146         info.el, not in bookmark.el.
7147         (Info-mode): Set `bookmark-make-name-function' to
7148         `Info-bookmark-make-name' locally.
7149         (Info-bookmark-make-name): New function.
7151         * bookmark.el (bookmark-make-name-function): New variable.
7153 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
7155         * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
7156         buffer-local, not `bookmark-make-cell-function' (the old name).
7158 2008-03-07  Tassilo Horn  <tassilo@member.fsf.org>
7160         * doc-view.el (doc-view-bookmark-make-record):
7161         * image-mode.el (image-bookmark-make-record):
7162         * info.el (Info-bookmark-make-record): Delete obsolete second arg.
7164 2008-03-07  Jan Djärv  <jan.h.d@swipnet.se>
7166         * vc.el (vc-status-menu-map-filter): Return orig-binding if
7167         boundp 'vc-ignore-menu-filter.
7168         (vc-status-tool-bar-map): Make it defvar.
7169         (vc-status-mode): vc-status-tool-bar-map now variable.
7170         (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
7172 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
7174         Give a better name to part of the bookmark interface.
7176         This was originally a much larger change, but halfway through I
7177         updated and discovered that Stefan Monnier had done the rest.
7178         It looks like he anticipated the new name too, because he used
7179         `the-record' instead of `the-cell' for some internal variable names.
7181         * bookmark.el (bookmark-make-record-function): Was
7182         `bookmark-make-cell-function'.
7183         (bookmark-make, bookmark-send-annotation): Update for above.
7184         (bookmark-make-record-for-text-file):
7185         Was `bookmark-make-cell-for-text-file'.  Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
7187         * info.el: Adjust accordingly.
7188         (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
7190         * image-mode.el: Adjust accordingly.
7191         (image-bookmark-make-record): Was `image-bookmark-make-cell'.
7193         * doc-view.el: Adjust accordingly.
7194         (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
7196 2008-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7198         * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
7199         Move initialization into declaration.
7200         (bookmark-get-info-node, bookmark-set-info-node): Remove.
7201         (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
7202         (bookmark-info-current-node): Remove.
7203         (bookmark-jump-noselect): Rename from bookmark-jump-internal.
7204         Add relocation fallback.  Set bookmark-current-bookmark.
7205         (bookmark-default-handler): Rename from bookmark-jump-noselect.
7206         Remove relocation fallback.  Don't set bookmark-current-bookmark.
7207         (bookmark-set): Let it be used even if there's no buffer-file-name
7208         as long as there is a bookmark-make-cell-function.
7209         * info.el (Info-bookmark-jump): Remove relocation fallback.
7210         Don't set bookmark-current-bookmark.
7212 2008-03-07  Glenn Morris  <rgm@gnu.org>
7214         * calendar/appt.el (appt-issue-message)
7215         (appt-message-warning-time, appt-audible, appt-visible)
7216         (appt-msg-window, appt-display-mode-line, appt-display-duration)
7217         (appt-display-diary): Remove autoload cookies.
7219         * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
7220         Remove leading `*' from defcustom doc-strings.
7222         * calendar/cal-dst.el (calendar-dst): New custom group.
7223         (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
7224         (calendar-time-zone, calendar-daylight-time-offset)
7225         (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
7226         (calendar-daylight-savings-starts-time)
7227         (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
7228         (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
7229         Move to start.
7231         * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
7233         * calendar/calendar.el (calendar-version): Use emacs-version and
7234         make it obsolete.  Move to end.
7235         (calendar-offset, view-diary-entries-initially)
7236         (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
7237         (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
7238         (all-christian-calendar-holidays, all-islamic-calendar-holidays)
7239         (all-bahai-calendar-holidays, calendar-load-hook)
7240         (initial-calendar-window-hook, today-visible-calendar-hook)
7241         (today-invisible-calendar-hook, calendar-move-hook)
7242         (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
7243         (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
7244         (diary-include-string, sexp-diary-entry-symbol)
7245         (abbreviated-calendar-year, american-date-diary-pattern)
7246         (european-date-diary-pattern, european-calendar-display-form)
7247         (american-calendar-display-form, print-diary-entries-hook)
7248         (list-diary-entries-hook, diary-hook, diary-display-hook)
7249         (nongregorian-diary-listing-hook, mark-diary-entries-hook)
7250         (nongregorian-diary-marking-hook, diary-list-include-blanks)
7251         (holidays-in-diary-buffer, general-holidays, oriental-holidays)
7252         (local-holidays, other-holidays, hebrew-holidays-1)
7253         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
7254         (hebrew-holidays, christian-holidays, islamic-holidays)
7255         (bahai-holidays, solar-holidays, calendar-setup)
7256         (calendar-week-start-day): Remove autoload cookies.
7257         (diary-glob-file-regexp-prefix): Doc fix.
7258         (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
7259         (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
7260         (calendar-week-start-day, calendar-debug-sexp): Move to start.
7262         * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
7263         (calendar-time-display-form, calendar-latitude)
7264         (calendar-longitude, solar-equinoxes-solstices): Remove autoload
7265         cookies.
7266         (calendar-latitude, calendar-longitude): Move functions after
7267         variables.
7268         (diary-sabbath-candles-minutes): Move to start.
7269         (solar-setup): Use or rather than if.
7270         (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
7271         Remove condition-case.
7272         (solar-atn2): Use zerop.
7273         (solar-equinoxes-solstices): Doc fix.
7275         * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
7276         (sc-mode-map-prefix): Doc fix.  Make it a defcustom.
7278         * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
7279         (calendar-longitude, calendar-latitude, calendar-location-name):
7280         Declare for compiler.
7282 2008-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7284         * arc-mode.el (archive-ar-file-header-re): New const.
7285         (archive-ar-summarize, archive-ar-extract): New funs.
7286         (archive-find-type): Recognize ar archives.
7288         * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
7289         New functions.
7291         * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
7293 2008-03-06  Lennart Borgman  <lennart.borgman@gmail.com>
7295         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
7296         Replace :enable (mark-active) with :enable mark-active.
7298 2008-03-06  Juanma Barranquero  <lekktu@gmail.com>
7300         * vms-patch.el (make-legal-file-name): New obsolete alias.
7301         (make-valid-file-name): Rename from `make-legal-file-name'.
7302         (make-auto-save-file-name): Use it.
7304         * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
7305         (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
7306         (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
7308         * textmodes/org.el (org-export-html-style): Doc fix.
7309         (org-get-legal-level): New obsolete alias.
7310         (org-get-valid-level): Rename from `org-get-legal-level'.
7311         (org-promote, org-demote, org-archive-subtree)
7312         (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
7314 2008-03-06  Jan Djärv  <jan.h.d@swipnet.se>
7316         * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
7318         * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
7319         (vc-status-toggle-mark): New functions.
7320         (vc-status-mode): Set tool bar map.
7322 2008-03-05  Chong Yidong  <cyd@stupidchicken.com>
7324         * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
7325         Reported by Drew Adams <drew.adams@oracle.com>.
7327 2008-03-05  Kenichi Handa  <handa@ni.aist.go.jp>
7329         * subr.el (read-quoted-char): Resolve modifers of the character
7330         event.
7332         * comint.el (comint-exec-1): Don't change the coding-system for
7333         decoding to dos-like EOL.
7334         (comint-carriage-motion): Fully rewrite.
7336 2008-03-05  Juanma Barranquero  <lekktu@gmail.com>
7338         * epg.el (epg-context-include-certs): Reflow docstring.
7339         (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
7340         (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
7341         (epg-context-set-signers, epg-context-set-sig-notations)
7342         (epg-make-import-status, epg-make-import-result)
7343         (epg-start-delete-keys): Fix typos in docstrings.
7344         (epg-start-sign-keys, epg-sign-keys):
7345         Fix typos in obsolescence declarations.
7347         * iswitchb.el: Don't check for `cadr' and `last'.
7348         (iswitchb-define-mode-map, iswitchb-default-keybindings):
7349         Add obsolescence declaration and remove redundant info from docstring.
7350         (iswitchb-set-common-completion, iswitchb-set-matches)
7351         (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
7352         (recentf-list, most-len, most-is-exact):
7353         Don't wrap defvars within `eval-when-compile'.
7355 2008-03-05  Glenn Morris  <rgm@gnu.org>
7357         * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
7358         * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
7359         * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
7360         * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
7361         ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
7363         * ediff-hook.el (ediff-window-setup-function): Don't autoload
7364         declaration for compiler.
7365         (ediff-xemacs-init-menus): Use when rather than if.
7367         * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
7368         if+and to just and.
7369         (ediff-read-event, ediff-overlayp, ediff-make-overlay)
7370         (ediff-delete-overlay): Move the XEmacs test inside the definition.
7372         * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
7374         * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
7375         test inside XEmacs test.
7376         (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
7377         since it was doing nothing on Emacs.
7378         (ediff-make-bullet-proof-overlay): Use when rather than if.
7380         * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
7381         (ediff-setup-control-frame): Remove
7382         ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
7383         a (featurep 'xemacs) test.
7385 2008-03-05  Jay Belanger  <jay.p.belanger@gmail.com>
7387         * calc/calc-ext.el (calc-extended-command-history): New variable.
7388         (calc-exectute-extended-command): Use `calc-extended-command-history'.
7390 2008-03-05  Dan Nicolaescu  <dann@ics.uci.edu>
7392         * bindings.el (mode-line-remote): Add mouse-face.  Improve tooltip.
7393         (standard-mode-line-position): Add mouse-face.
7395         * progmodes/compile.el (compilation-menu-map, compilation-mode-map):
7396         * progmodes/grep.el (grep-mode-map): Add :help.
7398         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
7399         initialize in one step.  Add :help.  Use :enable to activate menu
7400         items.  Show the key binding for edebug-defun.
7401         (lisp-interaction-mode-map): Add a menu.
7403         * term.el (term-mode-map): Define and initialize in one step.
7405         * ediff-init.el (ediff-color-display-p): Simplify.
7406         (Xor): Remove unused function.
7407         (ediff-with-syntax-table): Simplify for Emacs.
7409         * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
7410         menu-bar being loaded, it always is.
7412 2008-03-05  Glenn Morris  <rgm@gnu.org>
7414         * textmodes/tex-mode.el (tex-mode): Suppress warning about
7415         multiple definitions when compiling.
7417 2008-03-04  Alan Mackenzie  <acm@muc.de>
7419         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
7421         * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
7422         doc-string, "c-old-LEN" -> "c-old-END".
7424 2008-03-04  Jason Rumney  <jasonr@gnu.org>
7426         * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
7427         namespaces.
7429 2008-03-04  Glenn Morris  <rgm@gnu.org>
7431         * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
7433         * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
7434         than mapcar.
7436 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7438         * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
7439         (byte-compile-nilconstp): Can't use recursion in a defsubst.
7441         * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
7442         so that M-q can fill comments.
7443         (tex-executable-exists-p, tex-compile): Extend with special syntax for
7444         commands implemented in elisp.
7445         (tex-compile-commands): Add an entry to use doc-view for pdf files.
7446         (tex-format-cmd): New function.
7447         (tex-compile): Use it to let the user specify default arguments.
7448         (tex-cmd-bibtex-args): New var.
7449         (tex-cmd-doc-view): New function.
7451 2008-03-03  Juanma Barranquero  <lekktu@gmail.com>
7453         * faces.el (face-spec-set): Fix typos in docstring.
7455 2008-03-03  Dan Nicolaescu  <dann@ics.uci.edu>
7457         * bindings.el (mode-line-column-line-number-mode-map): New variable.
7458         (standard-mode-line-position): Use it to add a menu for toggling
7459         column number and line number display.
7461 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7463         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
7464         Remove optimization that was working around the form-code-walker bug.
7466         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
7467         Walk into the body of lambdas after byte-compile-unfold-lambda.
7469 2008-03-03  Glenn Morris  <rgm@gnu.org>
7471         * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
7472         value, if set, over frame value.
7474         * simple.el (transient-mark-mode): Don't turn on by default.
7476         * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
7477         accidentally removed by the 2007-12-05 merge from Gnus.
7479 2008-03-02  Dan Nicolaescu  <dann@ics.uci.edu>
7481         * progmodes/compile.el (compilation-menu-map): Add menu entries
7482         for useful options.
7484 2008-03-01  Dan Nicolaescu  <dann@ics.uci.edu>
7485             Glenn Morris  <rgm@gnu.org>
7487         * emacs-lisp/bytecomp.el (byte-recompile-directory)
7488         (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
7489         Give a `bytecomp-' prefix to local variables with common names.
7491 2008-03-01  Glenn Morris  <rgm@gnu.org>
7493         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Restore
7494         code commented out 2007-11-10.
7496         * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
7498         * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
7499         Delete macro.
7500         * emulation/viper-cmd.el, emulation/viper-ex.el:
7501         * emulation/viper-init.el, emulation/viper-keym.el:
7502         * emulation/viper-mous.el, emulation/viper-util.el:
7503         * emulation/viper.el:
7504         Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
7505         featurep test.
7507         Replace obselete frame-local variables with frame-parameters.
7508         * emulation/viper-init.el (viper-replace-overlay-cursor-color)
7509         (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
7510         (viper-vi-state-cursor-color): Only call make-variable-frame-local
7511         on XEmacs.
7512         * emulation/viper-util.el (viper-frame-value): New macro.
7513         * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
7514         (viper-R-state-post-command-sentinel)
7515         (viper-replace-state-post-command-sentinel)
7516         (viper-change-state-to-insert, viper-change-state-to-emacs):
7517         * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
7518         (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
7519         (viper-get-saved-cursor-color-in-insert-mode)
7520         (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
7521         Use viper-frame-value for viper-replace-overlay-cursor-color,
7522         viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
7523         viper-vi-state-cursor-color values.
7525         * emulation/viper-cmd.el (zmacs-region-stays):
7526         * emulation/viper-util.el (zmacs-region-stays): No need to define
7527         for compiler.
7529         * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
7530         mapcar on Emacs.
7532         * emulation/viper-mous.el (viper-counting-clicks-p): Only define
7533         on XEmacs.
7535         * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
7536         rather than if.
7538 2008-03-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7540         * whitespace.el: New version 9.3.  As the glyph code generation was
7541         fixed, it is possible now to use character code above ?\x1FFFF in the
7542         display table.  Fix `whitespace-indentation-regexp' to not include an
7543         extra ending character.  Reported by Michael Welsh Duggan
7544         <mwd@cert.org>.  Added hook actions when buffer is written or killed as
7545         the original whitespace package had.  Suggested by Eric Cooper
7546         <ecc@cmu.edu>.  Doc fix.
7547         (whitespace-action): New option.
7548         (whitespace-display-mappings): Changed default newline visualization to
7549         display downwards arrow, as the glyph code generation was fixed.
7550         (whitespace-unload-function): Assure that all local whitespace mode is
7551         turned off.
7552         (whitespace-global-modes): Fix type customization.
7553         (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
7554         (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
7555         (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
7556         Fix code.
7557         (whitespace-buffer): Command removed.
7558         (whitespace-trailing-regexp, whitespace-mark-x)
7559         (whitespace-display-window, whitespace-action-when-on)
7560         (whitespace-add-local-hook, whitespace-remove-local-hook)
7561         (whitespace-write-file-hook, whitespace-kill-buffer-hook)
7562         (whitespace-action): New funs.
7563         (whitespace-report-list, whitespace-report-text)
7564         (whitespace-report-buffer-name): New consts.
7565         (whitespace-report, whitespace-report-region): New commands.
7567 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
7569         * disp-table.el (make-glyph-code): Don't test the result of
7570         `face-id', which already signals an error for invalid faces.
7571         (glyph-face): Simplify.
7573         * desktop.el (desktop-read): Set `desktop-dirname' to nil before
7574         running `desktop-not-loaded-hook' to allow modifying it.
7575         Don't show warning message if `desktop-dirname' was modified.
7577 2008-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7579         * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
7580         we still expect more lines.
7582         * textmodes/fill.el (fill-comment-paragraph): Don't try to do
7583         comment-paragraph filling if the commark doesn't match
7584         comment-start-skip.
7586 2008-03-01  Daiki Ueno  <ueno@unixuser.org>
7588         * international/utf-7.el (utf-7-encode): Never skip the trailing - for
7589         the `imap' variant.
7591 2008-03-01  Jason Rumney  <jasonr@gnu.org>
7593         * files.el (make-auto-save-file-name): Encode more characters in
7594         non-file buffer names.  Use url-encoding.
7596 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
7598         * net/net-utils.el (ftp-program): Fix typo in docstring.
7599         (ifconfig-program-options, netstat-program-options)
7600         (arp-program-options, route-program-options, nslookup-program-options)
7601         (ftp-program-options, smbclient-program-options)
7602         (dns-lookup-program-options, arp, route): Doc fixes.
7604         * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
7605         (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
7606         (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
7607         Fix typos in docstrings.
7608         (gdb-pending-triggers): Reflow docstring.
7609         (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
7611 2008-03-01  Alan Mackenzie  <acm@muc.de>
7613         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
7614         typing "#" at EOB.
7616 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
7618         * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
7620 2008-02-29  Kim F. Storm  <storm@cua.dk>
7622         * emulation/cua-base.el (cua-remap-control-v)
7623         (cua-remap-control-z): New defcustoms.
7624         (cua-mode): Add them to set-after property.
7625         (cua--init-keymaps): Use them.
7626         Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
7628         * help.el (view-emacs-todo): Rename from view-todo.
7629         (describe-gnu-project): Rename from describe-project.  Users changed.
7630         (view-help-file): New helper function.
7631         (describe-distribution, describe-copying, describe-gnu-project)
7632         (view-todo, view-order-manuals, view-emacs-problems): Use it.
7633         (view-emacs-debugging, view-external-packages): New commands.
7634         (help-map): Move describe-distribution to C-h C-o (ordering).
7635         Move view-emacs-problems to C-h C-p (problems).
7636         Bind view-emacs-debugging to C-h C-d (debugging).
7637         Bind view-external-packages to C-h C-e (extras).
7638         (help-for-help-internal): Cleanup and align descriptions.
7639         Remove command names to reduce clutter.
7641 2008-02-29  Nick Roberts  <nickrob@snap.net.nz>
7643         * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
7644         and quieter face (not a warning).
7646 2008-02-29  Dan Nicolaescu  <dann@ics.uci.edu>
7648         * vc.el (vc-status-crt-marked): New variable.
7649         (vc-status-mode): Make it local.
7650         (vc-status-refresh): Use it to save the marked files.
7651         (vc-update-vc-status-buffer): Use it to restore the marked files.
7653         * vc-svn.el (vc-svn-after-dir-status):
7654         * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
7656 2008-02-29  Glenn Morris  <rgm@gnu.org>
7658         * allout.el (allout-topic-encryption-bullet)
7659         (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
7660         (allout-encrypt-unencrypted-on-saves): Change defcustom :version
7661         from 22.0 to 22.1.
7663         * net/imap.el (imap-ping-server):
7664         * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
7665         Change defcustom :version from 23.0 to 23.1.
7667 2008-02-29  Juanma Barranquero  <lekktu@gmail.com>
7669         * desktop.el (desktop-save): Save the buffer name if the
7670         uniquified base name is empty.
7672 2008-02-29  Nick Roberts  <nickrob@snap.net.nz>
7674         * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
7675         correctly when user has "set print address off".
7677 2008-02-28  Juanma Barranquero  <lekktu@gmail.com>
7679         * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
7680         version number of the next major Emacs release, not 23.0.
7682         * longlines.el (longlines-unload-function): New function.
7684 2008-02-28  Juri Linkov  <juri@jurta.org>
7686         * startup.el (normal-splash-screen): Add argument `concise'.
7687         Remove unused binding `prev-buffer'.  Let-bind `splash-buffer'
7688         to the created buffer.  If `concise' is non-nil, call
7689         `display-buffer', otherwise `switch-to-buffer'.  Doc fix.
7690         (display-startup-screen): Add argument `concise' to the call to
7691         `normal-splash-screen'.
7693 2008-02-28  Kim F. Storm  <storm@cua.dk>
7695         * startup.el (startup-echo-area-message): Check for about-emacs.
7697 2008-02-28  Juri Linkov  <juri@jurta.org>
7699         * startup.el: Always add initial message to *scratch* buffer if
7700         `initial-scratch-message' is non-nil regardless of the value of
7701         `inhibit-startup-screen'.
7702         (inhibit-startup-screen, initial-scratch-message): Doc fix.
7703         (command-line-1): Move code that inserts `initial-scratch-message'
7704         up before the if-form that checks for `inhibit-startup-screen'.
7705         Suggested by Jonathan Rockway <jon@jrock.us>.
7707 2008-02-28  Juri Linkov  <juri@jurta.org>
7709         * cus-edit.el (custom-mode-map, custom-mode-link-map):
7710         Rename `custom-mode' to `Custom-mode' in docstrings.
7711         (custom-buffer-create-internal, customize-browse):
7712         Rename `custom-mode' to `Custom-mode'.
7713         (custom-mode-hook): Rename to `Custom-mode-hook'.
7714         (Custom-mode-hook): Renamed from `custom-mode-hook'.
7715         (custom-mode): Rename to `Custom-mode'.
7716         (Custom-mode): Renamed from `custom-mode'.  Doc fix.
7717         (custom-mode): Add backward-compatible non-interactive variant of
7718         `Custom-mode' that simply calls `Custom-mode'.  Mark it obsoleted.
7719         (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
7721         * info-look.el: Rename `custom-mode' to `Custom-mode'.
7723         * emulation/viper.el (viper-emacs-state-mode-list):
7724         Rename `custom-mode' to `Custom-mode'.
7726         * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
7727         Capitalize "Tagged Files".
7728         (minibuffer-local-map): Add menu items for next/previous
7729         history elements and isearch history forward/backward.
7731         * progmodes/hideshow.el (hs-minor-mode-menu): Compare
7732         `hs-isearch-open' with t instead of `comment' in :selected
7733         for "Code and Comment blocks" menu item.
7735 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7737         * uniquify.el (uniquify-buffer-base-name): Undo last change.
7738         Should be done in desktop.el instead.
7740 2008-02-28  Glenn Morris  <rgm@gnu.org>
7742         * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
7744         * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
7746         * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
7747         (Info-menu, Info-goto-node): Remove declarations.
7748         (report-emacs-bug-info): Use info rather than Info-goto-node.
7750         * progmodes/idlwave.el (Info-goto-node): Remove declaration.
7751         (idlwave-convert-xml-system-routine-info): Don't require xml.
7752         (idlwave-show-commentary, idlwave-shell-show-commentary):
7753         Don't require finder.
7754         (idlwave-info): Don't require info.  Use info rather than
7755         Info-goto-node.
7757         * textmodes/org.el (Info-goto-node): Remove declaration.
7758         (org-info): Use info rather than Info-goto-node.
7760         * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
7761         (reftex-info): Don't require info.  Use info rather than Info-goto-node.
7763 2008-02-28  Dan Nicolaescu  <dann@ics.uci.edu>
7765         * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
7766         the menu.
7768         * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
7769         (vc-finish-logentry): Check for vc-status-mode, not only for
7770         vc-dired-mode.
7772 2008-02-28  Kenichi Handa  <handa@ni.aist.go.jp>
7774         * isearch.el (isearch-printing-char): Don't check
7775         keyboard-coding-system.
7776         Call isearch-process-search-multibyte-characters only when
7777         current-input-method is non-nil.
7779 2008-02-27  Kim F. Storm  <storm@cua.dk>
7781         * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
7782         (glyph-char, glyph-face): Handle cons encoding.
7784 2008-02-27  Juanma Barranquero  <lekktu@gmail.com>
7786         * uniquify.el (uniquify-buffer-base-name): If the base name is an
7787         empty string, return nil to allow the caller to default to the
7788         buffer name.  Reported by Martin Fischer <parozusa@web.de>.
7790         * tool-bar.el (tool-bar-setup): Doc fix.
7792         * mail/supercite.el (sc-describe):
7793         Fix typos in obsolescence declaration.
7795 2008-02-27  Glenn Morris  <rgm@gnu.org>
7797         * autoinsert.el (auto-insert-alist): Change permission text to
7798         match FSF's GPLv3 form.
7800         * mail/supercite.el (sc-cite-original): Doc fix.
7801         (sc-version): Make obsolete.
7802         (sc-describe): Show the SC info page.  Make obsolete.
7804 2008-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7806         * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
7807         when using transient-mark-mode.
7808         (default-indicate-unused-lines): Remove unused var.
7810 2008-02-26  Jan Djärv  <jan.h.d@swipnet.se>
7812         * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
7813         and previous.
7815         * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
7817 2008-02-26  Glenn Morris  <rgm@gnu.org>
7819         * net/net-utils.el (top-level): Don't require comint when compiling.
7820         (nslookup-font-lock-keywords): Don't require font-lock.
7821         Use font-lock faces rather than variables.
7822         (nslookup, ftp, smbclient, network-service-connection):
7823         Don't require comint.
7824         (comint-prompt-regexp, comint-input-autoexpand)
7825         (comint-input-ring): Declare for compiler.
7826         (comint-mode, ffap-string-at-point, comint-exec): Autoload.
7827         (dns-lookup-host): Don't require ffap.  Remove `with-no-warnings'.
7829         * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
7830         doc-string.
7832 2008-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7834         * doc-view.el (doc-view-current-page): Add a `win' argument.
7836 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7838         * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
7839         Demote it to plain defvar.
7840         (doc-view-conversion-refresh-interval): Reduce interval.
7841         (doc-view-goto-page): Allow moving to pages not yet rendered.
7842         (doc-view-goto-page): Construct a file name rather than extracting it
7843         from doc-view-current-files.
7844         (doc-view-kill-proc): Ignore errors from kill-process.
7845         (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
7846         (doc-view-insert-image): Use appropriate text if the page hasn't been
7847         rendered yet.  Adjust scrolling so the text is displayed.
7848         (doc-view-display): Detect not just that a page is available, but also
7849         that it wasn't available before, so as to avoid refreshing all pages
7850         repeatedly.
7851         (doc-view-mode): Make doc-view-cache-directory if needed.
7853 2008-02-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7855         * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
7856         toggle-read-only.
7858         * textmodes/bibtex.el (bibtex-format-entry): Handle error message
7859         refering to a missing required field with the OPT prefix.
7860         Make unwindform more robust.
7862         * textmodes/bibtex.el: Remove support for hideshow minor mode as
7863         it duplicates the bibtex support in progmodes/hideshow.el.
7864         * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
7865         entries that do not start at the beginning of a line.
7867 2008-02-25  Chong Yidong  <cyd@stupidchicken.com>
7869         * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
7871 2008-02-25  Robert J. Chassell  <bob@rattlesnake.com>
7873         * help-fns.el (describe-variable): Add phrases about
7874         initialization file with and without customization;
7875         use new button type help-info-variable.
7877         * help-mode.el (help-info-variable):
7878         New button able to read Info files for help-fns.el.
7880 2008-02-25  Jan Djärv  <jan.h.d@swipnet.se>
7882         * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
7883         (grep-mode): Use grep-mode-tool-bar-map.
7885         * progmodes/compile.el (tool-bar): Require tool-bar.
7886         (compilation-mode-tool-bar-map): New variable.
7887         (compilation-mode): Use compilation-mode-tool-bar-map.
7889         * term/x-win.el (x-gtk-stock-map): Add cancel.  Remove extensions.
7891 2008-02-25  Glenn Morris  <rgm@gnu.org>
7893         * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
7895 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7897         * diff-mode.el (diff-file-junk-re): New const.
7898         (diff-beginning-of-file-and-junk): Use it.
7899         (diff-file-kill): Make sure we were really inside a file diff.
7901         * diff-mode.el: Make it more robust in the presence of empty context
7902         lines in unified hunks.
7903         (diff-valid-unified-empty-line): New var.
7904         (diff-unified->context, diff-sanity-check-hunk): Obey it.
7905         (diff-end-of-hunk): Obey it.  New arg `donttrustheader'.
7906         (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
7907         (diff-hunk-header-re-unified): New const.
7908         (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
7909         (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
7910         (diff-sanity-check-hunk): Use it.
7912         * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
7913         Index: line, don't search backward for the previous one.
7915 2008-02-25  Kenichi Handa  <handa@ni.aist.go.jp>
7917         * international/fontset.el (setup-default-fontset): Add non-OTF
7918         lao font for lao script.
7920         * language/tibetan.el: Register tibetan-composition-function in
7921         composition-function-table.
7923         * language/tibet-util.el (tibetan-composition-function):
7924         Adjust for the new calling way (argument changed).  Try font-shape-text
7925         if possible.
7927         * language/lao.el: Register lao-composition-function in
7928         composition-function-table.
7930         * language/lao-util.el (lao-composition-function): Adjust for the new
7931         calling way (argument changed).  Try font-shape-text if possible.
7933 2008-02-25  Jason Rumney  <jasonr@gnu.org>
7935         * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
7937 2008-02-25  Juri Linkov  <juri@jurta.org>
7939         * isearch.el (isearch-fail): Use "RosyBrown1" for a light
7940         background, "red4" for a dark background, "red" for 16 and
7941         8 colors, "grey" for grayscale, and inverse video otherwise.
7942         Add :version tag.
7943         (isearch-message): Keep the original isearch-message intact, and
7944         add text properties to it where necessary.  Add `isearch-error' to
7945         the condition that checks if isearch is unsuccessful.
7947 2008-02-24  Juri Linkov  <juri@jurta.org>
7949         * progmodes/compile.el (compilation-handle-exit):
7950         Use compilation-error face instead of font-lock-warning-face.
7951         Display the same message in the minibuffer as is inserted
7952         at the end of the compilation buffer.
7954 2008-02-24  Glenn Morris  <rgm@gnu.org>
7956         * vc-cvs.el (vc-cvs-register): Fix registering of directories in
7957         multiple file case.
7959         * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
7961         * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
7962         multiple file case.  Use a single `let' rather than two.
7964 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
7966         * progmodes/compile.el (compilation-start): Specify a face for
7967         mode-line-process.
7968         (compilation-handle-exit): Specify a face and a tooltip for
7969         mode-line-process.
7971 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7973         * hilit-chg.el: Remove spurious * in defcustom docstrings.
7974         (hilit-chg-make-ov): Simplify.
7975         (hilit-chg-fixup): Use remove-overlays.
7976         (hilit-chg-set-face-on-change): Remove redundant call to
7977         `remove-text-properties'.
7979         * dired.el (dired-mark-prompt): Don't count/display the t element.
7980         Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
7982 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
7984         * progmodes/verilog-mode.el (eval-when-compile): Don't define
7985         add-submenu.
7986         (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
7987         Remove.  Move contents to the only use ...
7988         (verilog-menu): ... here.
7989         (verilog-statement-menu): Remove.  Move contents to the only use ...
7990         (verilog-stmt-menu): ... here.
7991         (verilog-mark-defun): Simply call mark-defun for emacs.
7992         (occur-pos-list): Declare for byte compiler.
7993         (mode-popup-menu): Don't defvar.
7994         (verilog-add-statement-menu): Remove.
7995         (verilog-mode-hook): Don't add verilog-add-statement-menu.
7996         (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
7998 2008-02-24  Michael McNamara  <mac@mail.brushroad.com>
8000         * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
8001         conditional.
8002         (verilog-font-grouping-keywords-face): Make the begin..end
8003         keywords standout more than other verilog keywords.
8004         (verilog-type-font-keywords): Move the begin..end out of this list
8005         to facilitate making them to (potentially) stand out more.
8006         (verilog-backward-token): Fix indent of bare always{_*}?, initial,
8007         function & task blocks.
8008         (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
8009         initial, function & task blocks.
8010         (verilog-forward-sexp): Handle the new "disable fork" statement of
8011         IEEE-1800 Verilog.
8012         (verilog-beg-block-re-ordered): Handle the new "disable fork"
8013         statement of IEEE-1800 Verilog.
8014         (verilog-calc-1): Handle the new "disable fork" statement of
8015         IEEE-1800 Verilog.
8016         (verilog-disable-fork-re): Add const to help handle the new
8017         "disable fork" statement of IEEE-1800 Verilog.
8018         (verilog-declaration-core-re): Add port directions by themselves,
8019         with no qualification, as base item of a declaration.
8020         (verilog-pretty-declarations): Add new flag to ask it to refrain
8021         from printing to the message buffer.
8022         (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
8023         printing to the message buffer.  Improve handling of the many
8024         types of expression line up.
8025         (verilog-just-one-space): Remove printing of an empty message.
8026         (verilog-get-lineup-indent): Rework to support the better handling
8027         of expression lineup for verilog-pretty-expr.
8028         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
8030 2008-02-24  Alan Mackenzie  <acm@muc.de>
8032         * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
8033         yesterday's commit.
8035 2008-02-24  Nick Roberts  <nickrob@snap.net.nz>
8037         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
8038         to mouse-set-point in buffers that aren't associated with files.
8040         * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
8042 2008-02-24  Alan Mackenzie  <acm@muc.de>
8044         Set of changes so that "obtrusive" syntactic elements in a
8045         C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
8046         unmatched paren) don't interact syntactically with stuff outside
8047         the CPP line.
8049         * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
8050         Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
8051         off-by-one bug.
8052         (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
8053         a bit of refactoring.
8054         (c-awk-extend-and-syntax-tablify-region): Takes some of the
8055         functionality of c-awk-advise-fl-for-awk-region, which has been
8056         refactored away.
8058         * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
8059         (c-clear-char-property-with-value): New function and macro which
8060         remove text-properties `equal' to a supplied value.
8062         * progmodes/cc-engine.el: Comment about text properties amended.
8064         * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
8065         parens around "error\\|warning".
8067         * progmodes/cc-langs.el (c-get-state-before-change-function)
8068         (c-before-font-lock-function, c-anchored-cpp-prefix):
8069         New language variables.
8070         (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
8072         * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
8073         syntax-table text properties.
8074         (c-common-init): Call language specific before/after-change
8075         functions at mode initialisation.
8076         (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
8077         (c-extend-region-for-CPP, c-neutralize-CPP-line)
8078         (c-neutralize-syntax-in-CPP): New functions.
8079         (c-before-change, c-after-change): Call the new language specific
8080         change functions defined in cc-langs.el.
8081         (c-advise-fl-for-region): New macro.
8082         (awk-mode): Remove AWK specific stuff which has been refactored
8083         into language independent stuff.
8085 2008-02-24  Nick Roberts  <nickrob@snap.net.nz>
8087         * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
8088         (gdb): (Re)set gdb-flush-pending-output to nil here...
8089         (gdb-init-1): ...instead of here (before gdb-prompt).
8091 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8093         * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
8094         Recognize ''' just like any other char-constant.
8096 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8098         * vc-hooks.el (vc-find-root): Remove initial loop because it's not
8099         careful enough.  Detect the uid-change all within the main loop.
8101 2008-02-24  Stefan Monnier  <monnier@pastel.home>
8103         * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
8105 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8107         * hilit-chg.el (highlight-save-buffer-state): New macro.
8108         (highlight-save-buffer-state, hilit-chg-set-face-on-change)
8109         (hilit-chg-clear): Use it to preserve the modified-p flag.
8110         (highlight-changes-rotate-faces): Don't mess with the undo-list.
8112 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8114         * font-lock.el (font-lock-set-defaults): Unset previously set variables
8115         when needed.
8117 2008-02-24  Ã†var Arnfjörð Bjarmason  <avar@cpan.org>  (tiny change)
8119         * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
8120         from gnus-button-url-regexp.
8122 2008-02-24  Eli Zaretskii  <eliz@gnu.org>
8124         * progmodes/compile.el (compilation-next-error): Doc fix.
8125         (compilation-find-file): Doc fix.
8127 2008-02-24  Glenn Morris  <rgm@gnu.org>
8129         * net/net-utils.el (ipconfig-program, ipconfig-program-options):
8130         Add obsolete aliases to the old names.
8132 2008-02-24  Richard Stallman  <rms@gnu.org>
8134         * net/net-utils.el (ifconfig): Rename from ipconfig.
8135         (ipconfig): Alias to ifconfig.
8136         (ifconfig-program): Rename from ipconfig-program.
8137         (ifconfig-program-options): Rename from ipconfig-program-options.
8139 2008-02-24  Michael McNamara  <mac@mail.brushroad.com>
8141         * progmodes/verilog-mode.el (verilog-declaration-core-re):
8142         Add port directions by themselves, with no qualification, as base
8143         item of a declaration.
8144         (verilog-pretty-declarations): Add new flag that inhibits printing
8145         to the message buffer.
8146         (verilog-pretty-expr): Add new flag that inhibits printing to the
8147         message buffer.  Improve handling of the many types of expression
8148         line up.
8149         (verilog-just-one-space): Don't print an empty message.
8150         (verilog-get-lineup-indent): Rework to support the better handling
8151         of expression lineup for verilog-pretty-expr.
8152         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
8153         (verilog-mode-version, verilog-mode-release-date): Update.
8155 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8157         * subr.el (cancel-change-group): Don't move point.
8159 2008-02-23  Markus Triska  <markus.triska@gmx.at>
8161         * linum.el (linum-after-config): Update all visible windows.
8163 2008-02-23  Glenn Morris  <rgm@gnu.org>
8165         * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
8166         Add :help for Solitaire and Tetris.
8168         * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
8170         * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
8171         (smtpmail-code-conv-from): Doc fix.  Fix custom type.
8172         (smtpmail-queue-index-file): Make it a defcustom.
8173         (smtpmail-queue-index): Delete.
8174         (smtpmail-send-it, smtpmail-send-queued-mail):
8175         Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
8176         smtpmail-queue-index.
8178         * net/net-utils.el (iwconfig-program, iwconfig-program-options):
8179         Add :version.
8181 2008-02-23  Yoni Rabkin  <yoni@rabkins.net>  (tiny change)
8183         * net/net-utils.el (iwconfig-program, iwconfig-program-options):
8184         New variables.
8185         (iwconfig): New function.
8187 2008-02-23  Dan Nicolaescu  <dann@ics.uci.edu>
8189         * vc.el (vc-find-revision): Make vc-parent-buffer local before
8190         setting it.
8191         (vc-status-menu-map): Do not define using easy-menu.
8192         (vc-status-menu-map): New defalias.
8193         (vc-status-mode-map): Hook up the menu.
8194         (top-level): Update TODO.
8196         * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
8198         * vc-bzr.el (vc-bzr-init-version): Rename to ...
8199         (vc-bzr-init-revision): ... this.
8201 2008-02-23  Jason Rumney  <jasonr@gnu.org>
8203         * makefile.w32-in (WINS_ALMOST): Remove term.
8204         (WINS): Add term here.
8205         (custom-deps, finder-data): Use WINS_ALMOST.
8207 2008-02-22  Juanma Barranquero  <lekktu@gmail.com>
8209         * faces.el (font-weight-table): Fix value of `semi-light'.
8211 2008-02-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8213         * faces.el (font-weight-table, font-slant-table, font-swidth-table):
8214         Make those tables bijective.
8216 2008-02-22  Ken Manheimer  <ken.manheimer@gmail.com>
8218         Finish pdbtrack integration cleanup, settling missing-functions
8219         byte compiler warnings appropriately.
8221         * progmodes/python.el (python-point): Remove this - beginning-of-line
8222         was all that was necessary for `python-pdbtrack-overlay-arrow'.
8223         (python-end-of-def-or-class, python-beginning-of-def-or-class)
8224         (python-goto-initial-line): Drop these - they were only needed for
8225         python-point.
8226         (python-comint-output-filter-function): Use condition-case and
8227         beginning-of-line directly, instead of python-mode.el functions
8228         which require all sorts of baggage.
8229         (point-safe): Unnecessary - we're using condition-case directly,
8230         instead.
8231         (python-execute-file): Include for python-shell, which I'm leaving
8232         in keeping despite it being unnecessary for pdb tracking.
8234 2008-02-22  Peter Danenberg  <pcd@wikitex.org>  (tiny change)
8236         * progmodes/scheme.el (scheme-font-lock-keywords-2):
8237         Add SRFI 11 support.
8238         (let-values, let*-values): Specify scheme-indent-function.
8240 2008-02-22  Dan Nicolaescu  <dann@ics.uci.edu>
8242         * vc.el (vc-exec-after): Move setting mode-line-process in the
8243         busy case ...
8244         (vc-set-mode-line-busy-indicator): ... in this new function.
8245         (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
8246         (vc-update-vc-status-buffer): Reset mode-line-process.
8247         (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
8248         mark/unmark all the files with the same state as the current one.
8249         With a prefix argument mark/unmark all files.
8250         (vc-status-mode-menu): Adjust strings.
8251         (vc-update-vc-status-buffer): Only do something when the argument
8252         is not nil.
8253         (vc-status-kill-dir-status-process): New function.
8254         (vc-status-mode-map): Bind it.
8255         (vc-status-process-buffer): New variable.
8256         (vc-status-mode): Make it local.
8257         (vc-status-refresh): Set it.
8259         * vc-hg.el (vc-hg-dir-status):
8260         * vc-git.el (vc-git-dir-status):
8261         * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
8262         command is run.
8264 2008-02-22  Glenn Morris  <rgm@gnu.org>
8266         * json.el (top-level): No need to require thingatpt.
8267         (json-read-keyword): Use thing-at-point rather than word-at-point.
8269         * time.el (top-level): No need to require time-date when compiling.
8271         * emacs-lisp/copyright.el (copyright-update-year):
8272         Fix subexpression numbering for the case when years are split over
8273         lines, and for the replace case.
8275         * emulation/tpu-edt.el (tpu-have-ispell): Doc fix.  Make obsolete.
8276         (tpu-caar, tpu-cadr): Delete functions.
8277         (zmacs-regions): No need to declare for compiler.
8278         (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
8279         (tpu-spell-check): Rewrite, and handle mark after point.
8280         (tpu-special-insert): Use or rather than if.
8282         * emulation/vip.el (vip-special-prefix-com): Use ispell-region
8283         rather than spell-region.
8285         * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
8286         warnings about spell-region.
8288 2008-02-22  Kenichi Handa  <handa@ni.aist.go.jp>
8290         * ldefs-boot.el: Regenerated.
8292         * loadup.el: Don't load language/devanagari, language/kannanda,
8293         language/malayalam, and language/tamil.  Load language/sinhala.
8295         * language/indian.el (indian-font-foundry)
8296         (indian-script-language-alist, indian-font-char-index-table)
8297         (indian-font-char, indian-font-char-range, indian-script-table)
8298         (indian-default-script, indian-composable-pattern): Delete them.
8299         ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
8300         language environments moved to here.
8301         ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
8302         New language environments.
8304         * language/devanagari.el, language/devan-util.el,
8305         * language/kannanda.el, language/knd-util.el, language/malayalam.el,
8306         * language/mlm-util.el, language/tamil.el, language/tml-util.el:
8307         Delete them.
8309         * language/sinhala.el: New file.
8311 2008-02-21  Ken Manheimer  <ken.manheimer@gmail.com>
8313         Update Nick Robert's port of pdb tracking from python-mode.el.
8315         * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
8316         Clarify docstring.
8317         (python-pdbtrack-minor-mode-string): A sign indicating that pdb
8318         tracking is happening.
8319         (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
8320         (python-pdbtrack-input-prompt): Better recognize PDB prompts.
8321         (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
8322         Tracking is plugged in to all comint buffers once python.el is loaded.
8323         (python-pdbtrack-overlay-arrow): Toggle activation of
8324         `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
8325         (python-pdbtrack-track-stack-file): Use new
8326         `python-pdbtrack-get-source-buffer' for more flexible access to
8327         debugging source files.
8328         (python-pdbtrack-get-source-buffer): Identify debugging target buffer
8329         according to pdb stack trace, optionally using new
8330         `python-pdbtrack-grub-for-buffer' if file is not locally available.
8331         (python-pdbtrack-grub-for-buffer): Find most recent python-mode
8332         named buffer, or having function with indicated name.
8333         (python-shell): Remove comint-output-filter-functions hook
8334         addition, it's being done elsewhere.  Wrap long line.
8336 2008-02-21  Michael Olson  <mwolson@gnu.org>
8338         * json.el: Replace XEmacs compatibility code to get rid of
8339         compiler warnings.
8341         * time.el: Fix compiler warning.
8343 2008-02-21  Edward O'Connor  <ted@oconnor.cx>
8345         * json.el: New file (JavaScript Object Notation parser / generator).
8347 2008-02-21  Dave Love  <fx@gnu.org>
8349         * progmodes/sym-comp.el: New file.
8351         * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
8352         Require sym-comp.  Add Python buffer to same-window-buffer-names.
8353         Fixup whitespaces.
8354         (python-font-lock-keywords): Add highlighting for Python builtins.
8355         (python-font-lock-syntactic-keywords): Rewrite.
8356         (python-quote-syntax): Use syntax-ppss-context instead of parsing
8357         ppss directly.
8358         (python-mode-map): Add binding for python-find-function.
8359         (python-calculate-indentation): Clean up the logic.
8360         (python-beginning-of-defun): Explicitly set return value.
8361         (python-beginning-of-statement): Stop looping if we get stuck
8362         going backwards.
8363         (python-next-statement): Stop looping if we somehow end up inside
8364         a string while advancing.
8365         (python-preoutput-continuation, python-version-checked): New vars.
8366         (python-check-version): New function.
8367         (run-python): Set default command to python-command instead of
8368         python-python-command.
8369         (run-python): Use python-check-version.  Give PYTHONPATH
8370         precedence over data-directory in the process environment.
8371         Load function definitions in python process after.
8372         (python-check-comint-prompt): New function.
8373         (python-send-command, python-send-receive): Use it.
8374         (python-complete-symbol, python-try-complete): Functions deleted.
8375         Use symbol-complete instead of python-complete-symbol throughout.
8376         (python-fill-paragraph): Further refine the fenced-string regexp.
8377         (def-python-skeleton): Expand to the original abbrev instead if in
8378         a comment or string.  Tweak skeletons for `if', `while', `for',
8379         `try/except', `try/finally', `name'.
8380         (python-pea-hook, python-abbrev-pc-hook): New functions.
8381         (python-abbrev-syntax-table): New var.
8382         (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
8383         Use symbol-completion-try-complete for hippie expansion.
8384         Turn on font lock unconditionally.
8385         (python-mode-hook): Defcustom it.  No need to use make-local
8386         variable on indent-tabs-mode in "Turn off Indent Tabs mode"
8387         option, since it's buffer-local.
8389 2008-02-21  Juanma Barranquero  <lekktu@gmail.com>
8391         * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
8393 2008-02-21  Drew Adams  <drew.adams@oracle.com>
8395         * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
8396         "Turn off" and a "Help" entry when the minor mode has no menu.
8398 2008-02-21  Dan Nicolaescu  <dann@ics.uci.edu>
8400         * vc.el (vc-status-mark, vc-status-unmark): New functions.
8401         (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
8402         vc-status-mark-file and vc-status-unmark-file.
8403         (vc-status-mark-unmark): New function.
8404         (vc-status-previous-line, vc-status-next-line): No longer interactive.
8406 2008-02-21  Glenn Morris  <rgm@gnu.org>
8408         * composite.el (encode-composition-rule): Fix typo in error message.
8409         (composition-function-table, auto-composition-mode): Doc fixes.
8411         * subr.el (sit-for): Fix obsolete form for nil second argument.
8413         * textmodes/spell.el (spell-buffer, spell-word, spell-region)
8414         (spell-string): Make obsolete, in favor of ispell.
8416 2008-02-21  Kenichi Handa  <handa@ni.aist.go.jp>
8418         * language/devanagari.el: Don't setup composition-function-table
8419         here.
8420         ("Devanagari"): Change charset, coding-system, coding-priority to
8421         Unicode-based ones.  Don't require the feature devan-util.
8423         * composite.el (compose-chars-after): Fix arguments for a function
8424         in composition-function-table.
8425         (auto-compose-region): Likewise.
8427         * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
8428         for Ethiopic.
8429         (ps-mule-plot-string): Ignore glyph-string based compositions.
8431 2008-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8433         * doc-view.el: Allow different windows to show different pages.
8434         (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
8435         (doc-view-current-image, doc-view-current-overlay): Remove variables,
8436         add them back as macros instead, using image-mode-winprops instead.
8437         Update all users of those variables.
8438         (doc-view-new-window-function): New function to create a new overlay
8439         for each new window.
8440         (doc-view-mode): Use it and image-mode-setup-winprops.
8441         (doc-view-clone-buffer-hook): Rewrite accordingly.
8443         * image-mode.el: Extend [hv]scroll support to per-window properties.
8444         (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
8445         (image-mode-winprops-alist): New var to replace them.
8446         (image-mode-new-window-functions): New hook.
8447         (image-mode-winprops, image-mode-window-get, image-mode-window-put):
8448         New funs.
8449         (image-set-window-vscroll, image-set-window-hscroll): Use them.
8450         Remove the `window' argument, update callers.
8451         (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
8452         Use the new functions.
8453         (image-mode-reapply-winprops): New fun.
8454         (image-mode): Use it.
8456 2008-02-20  Jay Belanger  <jay.p.belanger@gmail.com>
8458         * calc/calc-math.el (math-sin-raw): Add optional argument
8459         to keep track of original argument.
8460         (math-cos-raw): Use optional argument when calling math-sin-raw.
8461         (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
8462         with close to original precision.
8464 2008-02-20  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8466         * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
8467         args in calls of sit-for.
8469 2008-02-20  Juanma Barranquero  <lekktu@gmail.com>
8471         * vc-svn.el (vc-svn-program): Fix typo in docstring.
8472         (vc-svn-checkin): Fix typo in error message.
8474         * help-mode.el: Require easymenu when compiling.
8476 2008-02-20  Dan Nicolaescu  <dann@ics.uci.edu>
8478         * help-mode.el (help-mode-menu): New menu.
8480 2008-02-20  Glenn Morris  <rgm@gnu.org>
8482         * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
8483         on Windows.
8485 2008-02-20  Kenichi Handa  <handa@ni.aist.go.jp>
8487         * ps-mule.el (ps-mule-encode-region): Return a single string.
8488         (ps-mule-plot-string): Adjust for the above change.
8489         (ps-mule-encode-header-string): Likewise.
8491         * international/latin1-disp.el (latin1-display): Don't use
8492         ucs-mule-8859-to-mule-unicode.  Fix the way of resetting
8493         standard-display-table.
8494         (latin1-display-identities): Adjust for the change of what is
8495         returned by (get-language-info charset 'charset).
8497         * international/mule-util.el (char-displayable-p): Fix for Latin-1
8498         characters and terminal case.
8500 2008-02-19  Ken Manheimer  <ken.manheimer@gmail.com>
8502         Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
8504         * progmodes/python.el: Also require comint when loading.
8505         (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
8506         Replace python-shell with run-python on menu bar.
8507         (python-shell-map): New map.
8508         (python-default-interpreter, python-python-command-args)
8509         (python-jython-command-args, python-pdbtrack-do-tracking-p):
8510         New options.
8511         (python-which-shell, python-which-args, python-which-bufname):
8512         New buffer local variables.
8513         (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
8515         * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
8516         (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
8517         New constants.
8519         Pdbtrack features:
8521         (python-point, python-end-of-def-or-class)
8522         (python-beginning-of-def-or-class, python-goto-initial-line)
8523         (python-comint-output-filter-function)
8524         (python-pdbtrack-overlay-arrow)
8525         (python-pdbtrack-track-stack-file, python-toggle-shells)
8526         (python-shell, python-pdbtrack-toggle-stack-tracking)
8527         (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
8528         New functions.
8530 2008-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8532         * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
8533         when the argument is nil.
8535 2008-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
8537         * vc.el (dir-status): Add a brief description.
8539 2008-02-19  Thien-Thi Nguyen  <ttn@gnuvola.org>
8541         * vc-hooks.el (vc-find-root): Take optional arg INVERT.
8542         If non-nil, reverse the sense of the check.
8544         * vc-rcs.el (vc-rcs-root): New func.
8545         * vc-cvs.el (vc-cvs-root): New func.
8546         * vc-svn.el (vc-svn-root): New func.
8547         * vc-sccs.el (vc-sccs-root): New func.
8549 2008-02-18  Kenichi Handa  <handa@ni.aist.go.jp>
8551         * language/japan-util.el (setup-japanese-environment-internal):
8552         Call use-cjk-char-width-table.
8554         * language/japanese.el ("Japanese"): Set exit-function to
8555         use-default-char-width-table.
8557         * international/characters.el: Delete occurrences of non-Unicode
8558         tibetan and ethiopic characters.
8559         (cjk-char-width-table): New variable.
8560         (use-cjk-char-width-table, use-default-char-width-table):
8561         New functions.
8563 2008-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
8565         * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
8566         (vc-status-mode-menu): Add a :filter.
8567         (vc-status-printer): Add faces.
8569         * vc-hg.el (vc-hg-extra-status-menu): New function.
8570         (vc-hg-dir-status): Clean up the buffer before using it.
8572 2008-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8574         * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
8575         (gdb): Initialize it here instead.
8577         * files.el (locate-dominating-file): Fix thinko in last change.
8578         Reported by Bruce Stephens <bruce.stephens@isode.com>.
8580 2008-02-18  Dan Nicolaescu  <dann@ics.uci.edu>
8582         * vc.el (vc-status-mode-menu): New menu for vc-status.
8584 2008-02-18  Juanma Barranquero  <lekktu@gmail.com>
8586         * progmodes/verilog-mode.el (customize): Fix typo in error message.
8587         (verilog-mode, verilog-mode-indent, verilog-mode-actions)
8588         (verilog-mode-auto, verilog-indent-level-module)
8589         (verilog-minimum-comment-distance, verilog-library-flags)
8590         (verilog-library-directories, verilog-library-files)
8591         (verilog-auto-reset-widths, verilog-imenu-generic-expression)
8592         (verilog-xemacs-menu, verilog-set-compile-command)
8593         (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
8594         (verilog-get-expr, verilog-strip-comments, verilog-one-line)
8595         (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
8596         (verilog-batch-inject-auto, verilog-batch-indent)
8597         (verilog-continued-line, verilog-type-keywords)
8598         (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
8599         (verilog-read-inst-pins, verilog-read-arg-pins)
8600         (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
8601         (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
8602         (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
8603         (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
8604         (verilog-sk-datadef, verilog-colorize-include-files-buffer)
8605         (verilog-mode-version, verilog-mode-release-date)
8606         (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
8607         (verilog-simulator, verilog-compiler)
8608         (verilog-auto-sense-defines-constant, verilog-company)
8609         (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
8610         Fix typos in docstrings.
8611         (verilog-set-auto-endcomments, verilog-calculate-indent)
8612         (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
8613         Reflow docstrings.
8614         (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
8615         (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
8616         (electric-verilog-forward-sexp, verilog-in-case-region-p)
8617         (verilog-in-struct-region-p, verilog-in-generate-region-p)
8618         (verilog-leap-to-head, verilog-current-indent-level)
8619         (verilog-case-indent-level, verilog-cpp-keywords)
8620         (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
8621         (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
8622         (verilog-signals-not-in, verilog-symbol-detick-text)
8623         (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
8624         (verilog-forward-close-paren, verilog-backward-open-paren)
8625         (verilog-backward-open-bracket): Doc fixes.
8627         * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
8628         (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
8629         (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
8630         (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
8631         (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
8632         Fix typos in docstrings.
8634         * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
8636 2008-02-18  Bastien Guerry  <Bastien.Guerry@ens.fr>
8638         * info.el (Info-read-node-name): Removed unused `default' arg.
8640 2008-02-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
8642         * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
8644 2008-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8646         * image-mode.el (image-get-display-property): New fun.
8647         (image-forward-hscroll, image-next-line, image-eol, image-eob)
8648         (image-mode, image-minor-mode, image-toggle-display-text)
8649         (image-toggle-display): Use it.
8651 2008-02-18  Jason Rumney  <jasonr@gnu.org>
8653         * international/mule.el (xml-find-file-coding-system): Don't warn
8654         about utf-16 with BOM.
8656         * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
8658         * international/mule.el (sgml-xml-auto-coding-function): Detect and
8659         warn if file encoding is not utf-8 and encoding not specified.
8660         (xml-find-file-coding-system): New function.
8661         * international/mule-conf.el (file-coding-system-alist): Use it.
8663 2008-02-17  Glenn Morris  <rgm@gnu.org>
8665         * international/mule-cmds.el (set-locale-environment):
8666         Pass `frame' to getenv for LC_MESSAGES.
8668 2008-02-17  Juri Linkov  <juri@jurta.org>
8670         * time.el (emacs-init-time): Use format instead of format-seconds.
8672 2008-02-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8674         * textmodes/bibtex.el (bibtex-search-entry): Rename from
8675         bibtex-find-entry.  Add autoload cookie.
8676         (bibtex-find-entry): Alias for bibtex-search-entry.
8677         (bibtex-search-crossref): Rename from bibtex-find-crossref.
8678         (bibtex-find-crossref): Alias for bibtex-search-crossref.
8679         (bibtex-clean-entry): atomic-change-group removed.
8680         (bibtex-format-entry): Use atomic-change-group.  Use unwind-protect
8681         to locate buffer location where error occurred.
8682         Make error messages more specific.
8683         (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
8685 2008-02-17  Dan Nicolaescu  <dann@ics.uci.edu>
8687         * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
8688         top level.
8690         * simple.el (transient-mark-mode): Add an :init-value.
8692         * startup.el (command-line): Use custom-reevaluate-setting for
8693         transient-mark-mode.
8695 2008-02-17  Michaël Cadilhac  <michael@cadilhac.name>
8697         * wdired.el (wdired-allow-to-change-permissions): Fix typo.
8699 2008-02-16  Juri Linkov  <juri@jurta.org>
8701         * startup.el (after-init-time): New variable.
8702         (command-line): Set `after-init-time' to the current time.
8704         * time.el (emacs-init-time): New function.
8706 2008-02-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8708         * files.el (locate-dominating-file): Remove initial loop because it's
8709         not careful enough.  Detect the uid-change all within the main loop.
8711 2008-02-16  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
8713         * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
8715 2008-02-16  Dan Nicolaescu  <dann@ics.uci.edu>
8717         * vc.el (vc-annotate): Add new argument.
8718         (vc-annotate-warp-revision): Pass the current line to vc-annotate.
8720         * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
8721         Move make-variable-buffer-local code after the corresponding defvar.
8722         (hs-minor-mode-map): Define and initialize in one step.
8723         (hs-minor-mode): Change from defun to define-minor-mode.
8725 2008-02-16  Nick Roberts  <nickrob@snap.net.nz>
8727         * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
8728         (gdb-ready): Move declaration...
8730         * progmodes/gdb-ui.el (gdb-ready): ...to here.
8731         (gdb-early-user-input): New variable.
8732         (gdb): Reset gdb-flush-pending-output to nil and set
8733         comint-input-sender here (before gdb-prompt), instead of...
8734         (gdb-init-1): ...here.
8735         (gdb-send): If Emacs is not ready, defer user input to...
8736         (gdb-prompt): ...here.
8738 2008-02-16  Glenn Morris  <rgm@gnu.org>
8740         * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
8742         * startup.el (emacs-startup-time): Rename to `before-init-time'.
8743         (before-init-time): New name for `emacs-startup-time'.
8744         (command-line): Use before-init-time rather than emacs-startup-time.
8745         * time.el (emacs-uptime): Use before-init-time rather than
8746         emacs-startup-time.
8748         * composite.el (composition-function-table): Doc fix.
8750         * calendar/time-date.el (format-seconds): Remove `nonzero' argument
8751         in favor of `%z' specifier.
8752         (emacs-uptime): Move to time.el.
8753         * time.el (emacs-uptime): Move here from time-date.el.  Add optional
8754         `format' argument.  Doc fix.  Use `%z' rather than removed `nonzero'
8755         argument of format-seconds.
8757 2008-02-16  Dan Nicolaescu  <dann@ics.uci.edu>
8759         * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
8761 2008-02-15  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
8763         * ielm.el (ielm-is-whitespace): Remove.
8764         (ielm-is-whitespace-or-comment): New function.
8765         (ielm-eval-input): Use it.
8767 2008-02-15  Jason Rumney  <jasonr@gnu.org>
8769         * term/mac-win.el: Fix coding tag.
8771 2008-02-15  Dan Nicolaescu  <dann@ics.uci.edu>
8773         * vc-hooks.el (vc-menu-map):
8774         * bindings.el (mode-line-mode-menu): Add tooltips.
8776         * bindings.el (help-echo): Add more tooltips.  Use a less
8777         telegraphic style for existing tooltips.
8779 2008-02-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8781         * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
8782         from the auto-generated one.
8784 2008-02-14  Glenn Morris  <rgm@gnu.org>
8786         * mail/rmail-spam-filter.el (rmail-spam-filter):
8787         Let-bind message-spam-status.
8789         * mail/smtpmail.el (password-cache-add): Declare as function.
8791 2008-02-14  Justus Piater  <Justus-bulk@Piater.name>  (tiny change)
8793         * mail/smtpmail.el: Use password-cache.
8795 2008-02-14  Juanma Barranquero  <lekktu@gmail.com>
8797         * uniquify.el (uniquify-buffer-base-name): New function.
8798         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
8800         * desktop.el (uniquify-managed): Don't defvar.
8801         (desktop-buffer-info): Use `uniquify-buffer-base-name', not
8802         `uniquify-managed'.  Return also the buffer's base name.
8803         (desktop-save): When saving the buffer info, filter out the base name,
8804         and save it as buffer name if the buffer is managed by uniquify.
8805         (uniquify-item-base): Don't declare; not called anymore.
8807 2008-02-14  Dan Nicolaescu  <dann@ics.uci.edu>
8809         * vc.el (vc-annotate-find-revision-at-line): New function.
8810         (vc-annotate-mode-map): Bind it.
8811         (vc-annotate-mode-menu): Add a menu entry for it.  Add :help for
8812         some entries.
8814 2008-02-14  Glenn Morris  <rgm@gnu.org>
8816         * calendar/time-date.el (format-seconds): New function.
8817         (emacs-uptime): Use format-seconds.
8819         * Makefile.in (custom-deps, finder-data, autoloads, recompile):
8820         Remove `LC_ALL=C', since it's included in $(emacs) now.
8822 2008-02-14  Zhang Wei  <id.brep@gmail.com>
8824         * textmodes/org-publish.el (org-publish-timestamp-filename):
8825         Replace colon characters in filename too.
8827 2008-02-13  Bastien Guerry  <bzg@altern.org>
8829         * mail/rmail.el (rmail-header-name): New face.
8830         (rmail-font-lock-keywords): Use rmail-header-name.
8832         * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
8833         against X-Spam-Status header field.
8834         (rmail-spam-filter): Also check X-Spam-Status header field.
8836 2008-02-14  Mark A. Hershberger  <mah@everybody.org>
8838         * progmodes/flymake.el (flymake-allowed-file-name-masks):
8839         Add support for .pm files and .php files.
8840         (flymake-err-line-patterns): Add pattern for PHP errors.
8841         (flymake-php-init): New function.  PHP support for flymake.
8843         * progmodes/compile.el (compilation-error-regexp-alist-alist):
8844         Add regular expression for PHP errors.
8846 2008-02-13  Michael Albinus  <michael.albinus@gmx.de>
8848         * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
8849         This DTRT even on w32 machines.
8850         (ange-ftp-cf1): Quote FILENAME.
8852 2008-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8854         * smerge-mode.el (smerge-auto-combine-max-separation): New var.
8855         (smerge-auto-combine): New fun.
8857 2008-02-12  Juri Linkov  <juri@jurta.org>
8859         * startup.el (fancy-startup-screen, normal-splash-screen):
8860         Set default-directory to command-line-default-directory.
8862         * desktop.el (after-init-hook): Set inhibit-startup-screen to t
8863         after reading the desktop.
8865         * progmodes/compile.el (compilation-auto-jump):
8866         Call compile-goto-error only when compilation-auto-jump-to-first-error
8867         is non-nil.
8868         (compilation-scroll-output): Replace :type 'boolean with a choice
8869         that has three options including a third option `first-error'.
8870         Doc fix.
8871         (compilation-start, compilation-forget-errors): Add an alternate
8872         condition comparing compilation-scroll-output with `first-error'
8873         in addition to compilation-auto-jump-to-first-error (to call
8874         compilation-auto-jump in the proper place).
8876 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8878         * international/mule.el (sgml-html-meta-auto-coding-function):
8879         Make sure the search limit is ahead.
8881         * tar-mode.el: Fix broken indentation.
8882         (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
8883         Use with-current-buffer.
8885 2008-02-12  Juanma Barranquero  <lekktu@gmail.com>
8887         * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
8888         it is already automatically buffer-local.
8890 2008-02-11  Drew Adams  <drew.adams@oracle.com>
8892         * help.el (describe-key): Join some split lines to facilitate filling.
8893         * help-fns.el (describe-function-1): Fill text of overlong lines.
8895 2008-02-12  Kenichi Handa  <handa@ni.aist.go.jp>
8897         * emacs-lisp/bytecomp.el (byte-compile-lapcode):
8898         Use unibyte-string instead of string-make-unibyte.
8900         * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
8902 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8904         * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
8905         works also for buffers w/o buffer-file-name.  Update callers.
8906         (doc-view-clone-buffer-hook): New fun.
8907         (doc-view-mode): Use it for indirect clones.  Mark the overlays with
8908         the `doc-view' property so they can be recognized.
8910         * simple.el (clone-indirect-buffer-hook): New hook.
8911         (clone-indirect-buffer): Run it.
8913 2008-02-11  Daiki Ueno  <ueno@unixuser.org>
8915         * epa.el (epa-menu-mode): Merge into epa-mode.
8916         (epa-menu-items): Rename the label "EasyPG Assistant" to
8917         "Encryption/Decryption".
8919         * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
8920         (epa-dired-mode-map): Rename from epa-dired-map.
8921         (epa-global-dired-mode): Rename the global minor mode.
8923 2008-02-11 Drew Adams  <drew.adams@oracle.com>
8925         * isearch.el (isearch-fail): New face.
8926         (isearch-message): Highlight failure part of input.
8928 2008-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8930         * ibuffer.el (ibuffer-header-line-format): New var.
8931         (ibuffer-mode): Set it instead of header-line-format.
8932         (ibuffer-update): Use it to set header-line-format.
8934         * international/mule-cmds.el (ucs-insert): Inherit surrounding
8935         properties like self-insert-command.
8937 2008-02-11  Drew Adams  <drew.adams@oracle.com>
8939         * progmodes/etags.el: Add many doc strings.
8941 2008-02-11  Jason Rumney  <jasonr@gnu.org>
8943         * ldefs-boot.el: Regenerated.
8945 2008-02-11  Glenn Morris  <rgm@gnu.org>
8947         * progmodes/compile.el (compilation-error-regexp-alist-alist):
8948         Shorten some names.
8950         * ffap.el (ffap-rfc-directories): Add :version.
8952 2008-02-11  Chris Moore  <christopher.ian.moore@gmail.com>
8954         * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
8955         files, and backup files of same.
8957 2008-02-11  Kevin Ryde  <user42@zip.com.au>
8959         * ffap.el (ffap-rfc-directories): New variable.
8960         (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
8962         * info.el (Info-next-reference, Info-prev-reference)
8963         (Info-try-follow-nearest-node): Move to and follow https:// links too.
8965         * simple.el (completion-list-mode): Show full completion-list-mode-map
8966         in the docstring.
8968 2008-02-11  Sam Steingold  <sds@gnu.org>
8970         * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
8972 2008-02-11  Glenn Morris  <rgm@gnu.org>
8974         * startup.el (emacs-startup-time): New variable.
8975         (command-line): Set emacs-startup-time.
8977         * calendar/time-date.el (emacs-uptime): New function.
8979 2008-02-10  Bastien Guerry  <bzg@altern.org>
8981         * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
8982         (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
8983         it is nil.
8985 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
8987         * epg-config.el: Expand the contents of epg-package-info.el.
8988         (epg-package-name): New constant.
8989         (epg-version-number): New constant.
8990         (epg-bug-report-address): New constant.
8992         * epa-mail.el (epa-mail-mode): Add autoload cookie.
8993         (epa-global-mail-mode): New global minor mode.
8995         * epa-file.el (epa-file-mode): New global minor mode.
8997         * epa-dired.el (epa-dired-mode): New global minor mode.
8999         * epa.el (epa-menu): New variable.
9000         (epa-menu-items): New variable.
9001         (epa-menu-mode): New global minor mode.
9002         (epa-global-minor-modes): New user option.
9003         (epa-mode): New global minor mode.
9005 2008-02-10  Michael Albinus  <michael.albinus@gmx.de>
9007         * net/dbus.el: Remove `no-byte-compile' cookie.
9008         (dbus-call-method, dbus-register-signal, dbus-debug)
9009         (dbus-registered-functions-table): Declare them with
9010         `declare-function' or `defvar', respectively.
9011         (top): Don't assert any longer.  Require 'cl when compiling.
9012         Apply `ignore-errors' but `dbus-ignore-errors'.
9014 2008-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
9016         * diff-mode.el (diff-add-change-log-entries-other-window):
9017         Use add-change-log-entry.
9019 2008-02-09  Jason Rumney  <jasonr@gnu.org>
9021         * button.el (button-map):
9022         * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
9023         * ldefs-boot.el: Regenerate.
9025 2008-02-09  Dan Nicolaescu  <dann@ics.uci.edu>
9027         * epa.el (epa-faces, epa):
9028         * epa-file.el (epa-file):
9029         * epg-config.el (epg): Add :version.
9031 2008-02-09  Thien-Thi Nguyen  <ttn@gnuvola.org>
9033         * vc.el (vc-exec-after): Append CODE to previous fragments.
9034         (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
9035         take MESSAGES instead of VERBOSE; use it when non-nil.
9036         (vc-diff-internal): Compute messages once; use them;
9037         update call to vc-diff-finish.
9039 2008-02-09  Michael Olson  <mwolson@gnu.org>
9041         * net/tramp.el (tramp-process-sentinel): Avoid error when process
9042         buffer has been killed, such as by
9043         `tramp-cleanup-all-connections'.
9045 2008-02-09  Miles Bader  <miles@gnu.org>
9047         * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
9049 2008-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9051         * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
9052         splitter in context hunks.
9054 2008-02-08  Kenichi Handa  <handa@ni.aist.go.jp>
9056         * international/fontset.el (setup-default-fontset): Fix arabic otf
9057         font specification.
9059 2008-02-08  Daiki Ueno  <ueno@unixuser.org>
9061         * epa-dired.el:
9062         * epa-file.el:
9063         * epa-mail.el:
9064         * epa-setup.el:
9065         * epa.el:
9066         * epg-config.el:
9067         * epg-package-info.el:
9068         * epg.el: Initial check-in of EasyPG.
9070 2008-02-08  Glenn Morris  <rgm@gnu.org>
9072         * woman.el (woman-locale): New defcustom.
9073         (woman-expand-locale, woman-manpath-add-locales): New functions.
9074         (woman-manpath): Call woman-manpath-add-locales.  Bump :version.
9076         * international/mule-cmds.el (locale-translate): New function,
9077         with old code extracted from set-locale-environment.
9078         (set-locale-environment): Use locale-translate.  Set woman-locale.
9080         * cus-start.el (selection-coding-system): Remove, since it's now
9081         defined in select.el rather than in xselect.c.
9082         * select.el (selection-coding-system): Make it a defcustom, and
9083         add the properties from cus-start.el.  Bump :version.
9085         * custom.el (custom-theme-set-variables): Sort symbols that are
9086         dependencies before symbols that depend on them.
9087         (custom-enabled-themes): Set after custom-theme-directory.
9089         * pcmpl-unix.el (top-level): Move provide statement to end.
9090         (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
9091         `*' from doc-string.  Allow to be nil.
9092         (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
9093         Allow to be nil.  Add :version.
9094         (pcmpl-ssh-hosts): Move definition before use.  Handle lines
9095         without hostnames, and multiple hostnames per line.
9097         * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
9099 2008-02-08  Phil Hagelberg  <phil@evri.com>
9101         * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
9102         (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
9104 2008-02-07  Timo Savola  <timo.savola@iki.fi>
9106         * startup.el (command-line-x-option-alist): Add --parent-id.
9108         * term/x-win.el (x-handle-parent-id): New function.
9110 2008-02-07  Chris Moore  <christopher.ian.moore@gmail.com>
9112         * mouse.el (x-fixed-font-alist): Use consistent capitalization for
9113         "Font Menu".
9115 2008-02-06  Michael Albinus  <michael.albinus@gmx.de>
9117         * net/dbus.el (dbus-interface-peer): New defconst.
9118         (dbus-ping): New defun.
9120 2008-02-06  Sam Steingold  <sds@gnu.org>
9122         * vc-hooks.el (vc-prefix-key): New user-customizable variable.
9124 2008-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9126         * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
9127         Just return nil and let the C code provide a fallback.
9129 2008-02-05  Glenn Morris  <rgm@gnu.org>
9131         * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
9132         tramp-flush-connection-property for removed 2nd argument.
9134 2008-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9136         * diff-mode.el (diff-add-change-log-entries-other-window):
9137         Rename from diff-create-changelog.  Change users.
9138         Minor change to hopefully work with plain diffs.
9139         (diff-mode-map): Add binding for it.
9141 2008-02-04  Dan Nicolaescu  <dann@ics.uci.edu>
9143         * diff-mode.el: Add new TODO entry.
9144         (diff-create-changelog): New function.
9145         (diff-mode-menu): Bind it.
9147 2008-02-04  Kenichi Handa  <handa@ni.aist.go.jp>
9149         * international/mule-diag.el (print-fontset-element): Handle the
9150         case of inhibiting the fallback fonts.
9152 2008-02-04  Kim F. Storm  <storm@cua.dk>
9154         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
9155         (ido-magic-delete-char): Use prefix arg.
9157 2008-02-03  Juanma Barranquero  <lekktu@gmail.com>
9159         * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
9160         because the latter is in fact a 1.2.8 build distributed with GTK+ (as
9161         of today, the most recent libpng is 1.2.24).
9163 2008-02-03  Michael Albinus  <michael.albinus@gmx.de>
9165         * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
9167         * net/dbus.el (top): Check (featurep 'dbusbind).
9169         * net/tramp.el (tramp-process-sentinel): New defun.
9170         (tramp-do-copy-or-rename-file-out-of-band)
9171         (tramp-maybe-open-connection): Use it as process sentinel.
9172         (tramp-handle-delete-directory): Don't use the "-f" option; it
9173         isn't portable.
9174         (tramp-handle-start-file-process): Echo `tramp-end-of-output'
9175         after the command.
9176         (tramp-handle-shell-command): Set `mode-line-process' in the
9177         asynchronous case.
9179         * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
9181         * net/tramp-fish.el (tramp-fish-maybe-open-connection):
9182         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
9183         Use `tramp-process-sentinel' as process sentinel.
9185 2008-02-02  Juanma Barranquero  <lekktu@gmail.com>
9187         * whitespace.el (global-whitespace-mode): Revert last change.
9188         (whitespace-unload-function): Force `global-whitespace-mode'
9189         to deactivate local modes in a slightly less intrusive way.
9191 2008-02-02  Eli Zaretskii  <eliz@gnu.org>
9193         * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
9195 2008-02-02  Glenn Morris  <rgm@gnu.org>
9197         * international/latin1-disp.el (latin1-display):
9198         * progmodes/fortran.el (fortran-comment-indent-char):
9199         * progmodes/idlw-shell.el (top-level):
9200         * term/mac-win.el (mac-keyboard-translate-char):
9201         * whitespace.el (whitespace-char-valid-p):
9202         * wid-edit.el (widget-key-sequence-read-event):
9203         Use characterp rather than char-valid-p.
9205         * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
9206         to capitalized-find-word-boundary.  Doc fix.  Update callers.
9207         (capitalized-next-word-boundary-function-table): Rename to
9208         capitalized-find-word-boundary-function-table.  Doc fix.  Update users.
9210         * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
9211         string-to-int.
9213         * ps-def.el (declare-function): Add compatibility definition.
9214         (ps-plot-with-face, ps-plot-string): Declare as functions.
9215         (ps-bold-faces, ps-italic-faces): Declare variables.
9217         * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
9218         (ps-mule-end-job): Declare as functions.
9220         * wid-edit.el (widget-string-complete): Use assoc-string rather
9221         than assoc-ignore-case.
9223 See ChangeLog.13 for earlier changes.
9225 ;; Local Variables:
9226 ;; coding: utf-8
9227 ;; add-log-time-zone-rule: t
9228 ;; End:
9230     Copyright (C) 2008  Free Software Foundation, Inc.
9232   This file is part of GNU Emacs.
9234   GNU Emacs is free software: you can redistribute it and/or modify
9235   it under the terms of the GNU General Public License as published by
9236   the Free Software Foundation, either version 3 of the License, or
9237   (at your option) any later version.
9239   GNU Emacs is distributed in the hope that it will be useful,
9240   but WITHOUT ANY WARRANTY; without even the implied warranty of
9241   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
9242   GNU General Public License for more details.
9244   You should have received a copy of the GNU General Public License
9245   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
9247 ;; arch-tag: c241c1f9-d668-48bf-920a-2897ed0340bc