Autoload variable-pitch-mode
[emacs.git] / lisp / ChangeLog
blob05f0001c82bba3bd1e3d188792adea084f86bc25
1 2008-06-05  Miles Bader  <miles@gnu.org>
3         * face-remap.el (variable-pitch-mode): Autoload.
5 2008-06-04  Sam Steingold  <sds@gnu.org>
7         * vc-hg.el (vc-hg-status-extra-header, vc-hg-status-extra-headers):
8         Generate extra status headers for a Mercurial tree.
10 2008-06-04  John Paul Wallington  <jpw@pobox.com>
12         * echistory.el (electric-history-map): Define within defvar.
13         Add docstring.
15         * font-lock.el (font-lock-turn-off-thing-lock)
16         (font-lock-after-fontify-buffer, font-lock-after-unfontify-buffer):
17         Use `bound-and-true-p'.
18         (cpp-font-lock-keywords-source-directives, cpp-font-lock-keywords):
19         Doc fixes.
21         * international/ccl.el (define-ccl-program): Add `doc-string'
22         declaration.
24 2008-06-04  Juanma Barranquero  <lekktu@gmail.com>
26         * face-remap.el (variable-pitch-mode): Reflow docstrings.
27         (text-scale-mode, adjust-buffer-face-height): Fix typos in docstrings.
29 2008-06-04  Trent W. Buck  <trentbuck@gmail.com>  (tiny change)
31         * emacs-lisp/rx.el (rx): Doc fix.
33 2008-06-04  Markus Triska  <markus.triska@gmx.at>
35         * image-mode.el (image-mode-map): Add doc-view-inspired bindings.
37 2008-06-04  Miles Bader  <miles@gnu.org>
39         * face-remap.el (adjust-buffer-face-height): New function.
40         Add autoloaded keybindings in ctl-x-map.
41         (increase-buffer-face-height, decrease-buffer-face-height):
42         Simplify interactive spec to just "p".  Remove autoloaded keybindings.
44 2008-06-03  Chong Yidong  <cyd@stupidchicken.com>
46         * simple.el (line-move-1): If we did not move as far as desired,
47         ensure that point-left and point-entered hooks are called.
49 2008-06-03  Sam Steingold  <sds@gnu.org>
51         * vc-cvs.el (vc-cvs-status-extra-headers): Remove extraneous newlines.
53 2008-06-03  John Paul Wallington  <jpw@pobox.com>
55         * progmodes/make-mode.el (makefile-cleanup-continuations)
56         (makefile-warn-suspicious-lines, makefile-warn-continuations):
57         Use `derived-mode-p'.
59 2008-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
61         * Makefile.in (update-elclist): Impose a fixed collation for sorting.
62         (ELCFILES): Update.
64 2008-06-03  Miles Bader  <miles@gnu.org>
66         * face-remap.el: New file.
67         * Makefile.in (ELCFILES): Add face-remap.elc.
69 2008-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
71         * progmodes/flymake.el (flymake-process-filter): Make sure the source
72         buffer isn't dead.
74         * obsolete/bg-mouse.el, obsolete/float.el, obsolete/hilit19.el,
75         * obsolete/lselect.el, obsolete/mlsupport.el, obsolete/ooutline.el,
76         * obsolete/profile.el, obsolete/rsz-mini.el, obsolete/uncompress.el,
77         * obsolete/auto-show.el, obsolete/hscroll.el:
78         Remove packages that were obsolete in Emacs-20, or that were obsolete
79         in Emacs-21 and do not contain any more code.
81         * vc-dispatcher.el (vc-dir-menu-map-filter): Don't fail if
82         vc-client-mode is not set.
84         * image-mode.el (image-mode-map): Suppress key map and bind `q'.
85         * doc-view.el (doc-view-mode-map): Inherit from image-mode-map.
87         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords): Try to be
88         yet a bit more clever at distinguishing / from /.
90 2008-06-03  Kenichi Handa  <handa@m17n.org>
92         * Makefile.in (ELCFILES): Add $(lisp)/language/hanja-util.elc.
94 2008-06-03  Jihyun Cho  <jihyun.jo@gmail.com>
96         * language/hanja-util.el: New file.
98 2008-06-03  Glenn Morris  <rgm@gnu.org>
100         * progmodes/f90.el (f90-typedef-matcher, f90-looking-at-type-like):
101         Check that end-of-word follows "type".
103 2008-06-02  Daiki Ueno  <ueno@unixuser.org>
105         * epa-file.el (epa-file-write-region): Write the entire buffer
106         content if START is nil.
108 2008-06-01  Thomas Morgan  <tlm@thomasmorgan.net>  (tiny change)
110         * select.el (x-get-selection): Fix typo.
112 2008-06-01  Juanma Barranquero  <lekktu@gmail.com>
114         * descr-text.el (describe-text-sexp): Use `string-match-p'.  Simplify.
115         (describe-char): Use `looking-at-p', `string-match-p' when possible.
117 2008-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
119         * tar-mode.el (tar-header-block-summarize): Ensure one space around
120         user&group.
122 2008-05-31  John Paul Wallington  <jpw@pobox.com>
124         * help-fns.el (describe-variable-custom-version-info):
125         Handle dotted `package-version' info.
127 2008-05-31  Juanma Barranquero  <lekktu@gmail.com>
129         * icomplete.el (icomplete-get-keys): Doc fix.  Use `when'.
131 2008-05-31  Dan Nicolaescu  <dann@ics.uci.edu>
133         * vc-cvs.el (vc-cvs-after-dir-status): Support spaces in file
134         names and improve support for unregistered files.
136 2008-05-31  Glenn Morris  <rgm@gnu.org>
138         * Makefile.in (compile-last): Replace tr in `els' assignment with sed.
139         Remove shell variable `elc'.  Split tests to hopefully be more portable.
140         Fix `sel' assignment.
142 2008-05-30  Juanma Barranquero  <lekktu@gmail.com>
144         * minibuffer.el (completion-table-dynamic): Doc fix.
146 2008-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
148         * vc-cvs.el (vc-cvs-state-heuristic, vc-cvs-parse-status):
149         Try and return `unregistered' when applicable.
151         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
152         Don't encourage naming variables with "-flag".
154 2008-05-30  Glenn Morris  <rgm@gnu.org>
156         * Makefile.in (update-elclist): Hide the warning when it does not apply,
157         make it milder when it does.
158         (autogen-clean): New target.
159         (maintainer-clean): Use autogen-clean.
161         * calendar/diary-lib.el (diary-display-function): New name for
162         diary-display-hook.  Keep old name as obsolete alias.  Doc fix.
163         Change custom type and version.
164         (diary-list-entries-hook, diary-list-entries, diary-simple-display)
165         (diary-fancy-display): Doc fixes.
166         (diary-list-entries, diary-include-other-diary-files)
167         (diary-mail-entries):
168         Use diary-display-function rather than diary-display-hook.
170         * calendar/appt.el (appt-check): Use diary-display-function rather than
171         diary-display-hook.
172         * calendar/cal-x.el (calendar-dedicate-diary): Update for
173         diary-display-function replacing diary-display-hook.
174         * org/org-agenda.el (org-get-entries-from-diary): Also set
175         diary-display-function.
177         * calendar/cal-html.el (cal-html-list-diary-entries):
178         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
179         * calendar/cal-tex.el (cal-tex-list-diary-entries): Use LIST-ONLY
180         argument of diary-list-entries rather than setting diary-display-hook.
182 2008-05-30  Kenichi Handa  <handa@m17n.org>
184         * international/mule-conf.el (utf-8-with-signature): Renamed from
185         utf-8-sig.
186         (utf-8-auto): Adjusted for the above change.
188         * international/mule-diag.el (describe-font): Don't check fontset
189         here, and just call font-info.  Get the default font by from the
190         default face.
192 2008-05-29  Kenichi Handa  <handa@m17n.org>
194         * international/mule-conf.el (utf-8-sig, utf-8-auto):
195         New coding systems.
197         * international/mule.el (define-coding-system): Accept :bom for utf-8.
199 2008-05-29  Espen Wiborg  <espen.wiborg@telio.no>  (tiny change)
201         * international/utf-7.el (utf-7-encode): Use the right escape char
202         depending on imap/nonimap encoding.
204 2008-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
206         * minibuffer.el (completion-pcm-all-completions): Add the base-size.
208 2008-05-29  Juanma Barranquero  <lekktu@gmail.com>
210         * icomplete.el (icomplete-prospects-height): Add :group.
212 2008-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
214         * icomplete.el (icomplete-prospects-length): Make obsolete.
215         (icomplete-prospects-height): New var.
216         (icomplete-completions): Use it.
218 2008-05-29  David Kastrup  <dak@gnu.org>
220         * autoinsert.el (auto-insert): Add :link.
222 2008-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
224         * tar-mode.el (tar-header): New field `header-start'.
225         (tar-header-block-tokenize): Set it when useful.
226         Drop "GNUtar " magic value, which even GNU Tar doesn't know about.
227         (tar-header-data-end): New function.
228         (tar-summarize-buffer): Use it.
229         (tar-next-line): Fix goal column for long usernames.
230         (tar-expunge-internal): Use header-start.
231         (tar-rename-entry): Handle ustar-style long names.
232         (tar-alter-one-field): Add optional `descriptor' argument.
233         (tar-subfile-save-buffer): Use it.
235 2008-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
237         * tar-mode.el (tar-header): New field `header-start'.
238         (tar-header-block-tokenize): Set header-start for longlink entries.
239         (tar-expunge-internal): Use header-start to expunge longlink entries.
241         * files.el (hack-local-variables): Don't signal an error if the local
242         variable section is not properly terminated.
244         * emacs-lisp/easymenu.el (easy-menu-convert-item)
245         (easy-menu-convert-item-1): Move the duplicate-generation outside of
246         the caching so it also works for identical entries.
248         * tar-mode.el (tar-summarize-buffer): Fix reporter initialization.
249         (tar-mode): Use write-region-annotate-functions rather than
250         write-contents-functions.
251         (tar-extract): Remove unused var `pos'.
252         (tar-subfile-save-buffer): Remove unused var `following-descs'.
253         (tar-mode-write-file): Remove.
254         (tar-write-region-annotate): New function.
256         * progmodes/flymake.el (flymake-save-buffer-in-file):
257         * shadowfile.el (shadow-copy-file):
258         * arc-mode.el (archive-*-write-file-member):
259         * files.el (diff-buffer-with-file):
260         * subr.el (with-temp-file): Pass nil to write-region.
261         * jka-compr.el (jka-compr-write-region): Preserve `start's nullness.
263         * doc-view.el (doc-view-mode-map): Bind `q' to quit-window, as is
264         the custom.
266         * files.el (basic-save-buffer-2): Pass nil rather than (point-min)
267         to write-region.
269 2008-05-28  Glenn Morris  <rgm@gnu.org>
271         * Makefile.in (update-elclist): Work around non-portability of "\"
272         in various implementations of echo.
274 2008-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
276         * international/mule-diag.el (describe-current-coding-system):
277         Don't assume selection-coding-system is always defined.
279         * tar-mode.el: Use defstruct and markers.
280         (tar-setf): Remove.
281         (tar-header): Use defstruct.  Add `data-start' field.
282         (make-tar-desc, tar-desc-tokens): Remove, folded into tar-header.
283         (tar-desc-data-start): Remove (now called tar-header-data-start).
284         (tar-roundup-512): New fun.
285         (tar-header-block-tokenize): Receive a buffer position rather than
286         a string.  Handle @longLink here, be more careful about it.
287         Create a marker for data-start.
288         (tar-summarize-buffer): Don't handle @LongLink here any more.
289         (tar-expunge-internal, tar-subfile-save-buffer): Don't update
290         data-start on the following entries any more.
291         (tar-chown-entry, tar-chgrp-entry): Use read-number.
293         * tar-mode.el: Use buffer-swap-text to separate summary and raw data.
294         (tar-header-offset): Remove.
295         (tar-parse-info, tar-header-offset, tar-file-name-coding-system):
296         Not permanent any more.
297         (tar-data-buffer): New var.
298         (tar-data-swapped-p, tar-change-major-mode-hook)
299         (tar-mode-kill-buffer-hook): New funs.
300         (tar-untar-buffer, tar-summarize-buffer, tar-mode, tar-mode-revert)
301         (tar-extract, tar-copy, tar-expunge-internal, tar-expunge)
302         (tar-clear-modification-flags, tar-alter-one-field)
303         (tar-subfile-save-buffer, tar-pad-to-blocksize, tar-mode-write-file):
304         Change accordingly.
306 2008-05-27  Dan Nicolaescu  <dann@ics.uci.edu>
308         * vc-dispatcher.el (vc-directory-resynch-file): Rename to ...
309         (vc-dir-resynch-file): ... this.  Update callers.
310         Use vc-string-prefix-p.  Ignore directory args.
311         (vc-string-prefix-p): CSE.
312         (vc-resynch-buffer): Restore conditional.
314         * vc-hooks.el (vc-after-save): Improve test.
315         (vc-mode-line): Fix indentation.
317 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
319         * calendar/parse-time.el (parse-time-months)
320         (parse-time-weekdays): Add long-form month and day names.
322 2008-05-27  Glenn Morris  <rgm@gnu.org>
324         * Makefile.in (update-elclist): Make errors in final sed non-fatal.
326 2008-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
328         * vc-dispatcher.el (vc-string-prefix-p): New function.
329         (vc-dir-parent-marked-p): Use it.
331 2008-05-27  Dan Nicolaescu  <dann@ics.uci.edu>
333         * vc.el (Problems): Remove fixed issues.
334         (vc-expand-dirs): Avoid returning directories.
335         (vc-dir): Fix C-x v v binding.
336         (vc-make-backend-object): Fix name.
337         (vc-dir-show-fileentry): Fix docstring.
338         (vc-dir-refresh): Use vc-dir-backend.  Fix docstring.
339         (vc-dir-refresh-files): Use vc-dir-backend.  Fix docstring.
340         Reset the state for directories.
341         (vc-dir-headers): Align labels.
342         (vc-default-status-printer): Do no call prettify-state-info.
343         (vc-deduce-fileset): Replace implementation with one based on a
344         working older version.
345         (vc-next-action): Use the new form of vc-deduce-fileset.
346         Fix dealing with unregistered files.
348         * vc-dispatcher.el (vc-resynch-window): Fix mode-line updating.
349         (vc-dir-menu-map): Fix menu title for the menu bar and the popup menu.
350         (vc-dir-child-files): New function.
351         (vc-dir-node-directory): New function.
352         (vc-dir-update, vc-dir-parent-marked-p)
353         (vc-dir-children-marked-p, vc-dir-mark-all-files)
354         (vc-dir-marked-only-files, vc-dispatcher-selection-set): Use it.
356         * vc-cvs.el (vc-cvs-status-extra-headers): Align labels.
358 2008-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
360         * diff-mode.el (diff-context-mid-hunk-header-re): New const.
361         (diff-font-lock-keywords, diff-context->unified)
362         (diff-reverse-direction, diff-fixup-modifs, diff-sanity-check-hunk)
363         (diff-hunk-text, diff-find-source-location): Use it.
364         (diff-post-command-hook): Let the user edit the hunk headers.
366 2008-05-26  Andreas Schwab  <schwab@suse.de>
368         * vc.el (vc-default-prettify-state-info): Fix formatting of an
369         unknown state.
371         * tar-mode.el (tar-summarize-buffer): Comment fix.
373 2008-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
375         * tar-mode.el (tar-summarize-buffer): Handle GNU Tar @LongLink format.
377 2008-05-26  Glenn Morris  <rgm@gnu.org>
379         * calendar/cal-hebrew.el (diary-ordinal-suffix): Declare for compiler.
381 2008-05-25  John Paul Wallington  <jpw@pobox.com>
383         * proced.el (proced-next-line, proced-previous-line):
384         Avoid calling `next-line' and `previous-line' from Lisp code.
386 2008-05-25  Ed Reingold  <reingold@emr.cs.iit.edu>
388         * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
389         Use diary-ordinal-suffix.
391 2008-05-24  Juanma Barranquero  <lekktu@gmail.com>
393         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-defs)
394         (edebug-all-forms, edebug-eval-macro-args, edebug-save-windows)
395         (edebug-save-displayed-buffer-points, edebug-initial-mode)
396         (edebug-trace, edebug-test-coverage, edebug-continue-kbd-macro)
397         (edebug-print-length, edebug-print-level, edebug-print-circle)
398         (edebug-unwrap-results, edebug-on-error, edebug-on-quit)
399         (edebug-global-break-condition, edebug-sit-for-seconds):
400         Remove spurious * from defcustom docstrings.
401         (edebug-unwrap*, edebug-signal, edebug-eval-display):
402         Improve argument/docstring consistency.
403         (edebug-test-coverage, edebug-gensym, edebug-read)
404         (edebug-top-level-nonstop, edebug-eval-result-list)
405         (edebug-eval-redisplay, edebug-trace): Fix typos in docstring.
406         (edebug-eval-defun, edebug-eval-top-level-form, edebug)
407         (edebug-display-freq-count): Reflow docstrings.
408         (edebug-restore-status): Doc fix.
410 2008-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
412         * proced.el (proced-header-line): Use the :align-to 0 feature
413         rather than computing the corresponding position manually.
414         (proced-update): Don't hardcode point-min==1.
416 2008-05-24  Alan Mackenzie  <acm@muc.de>
418         * progmodes/cc-mode.el (c-postprocess-file-styles): Throw an error
419         if c-file-style is set to a non-string.
421         (c-neutralize-CPP-line): Surround by `save-excursion'.
422         (c-neutralize-syntax-in-CPP): Optimize for speed.
424 2008-05-24  Glenn Morris  <rgm@gnu.org>
426         * Makefile.in (update-elclist): New target, to update ELCFILES.
427         (bootstrap-after): Run update-elclist.
429 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
431         * icalendar.el (icalendar-version): Increase to "0.19".
432         (icalendar--date-style): New function.
433         (icalendar--datetime-to-diary-date): Doc fix.
434         Use icalendar--date-style.
435         (icalendar--datestring-to-isodate): Doc fix.  Handle iso date style.
436         (icalendar--convert-yearly-to-ical)
437         (icalendar--convert-recurring-to-diary): Handle iso date style,
438         use icalendar-date-style.
440 2008-05-23  Dan Nicolaescu  <dann@ics.uci.edu>
442         * vc.el (vc-delete-file): Make sure the buffer is deleted and
443         vc-dir buffers are updated.
445 2008-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
447         * vc.el (vc-delete-file): Don't try to resynch the buffer.
449 2008-05-23  Paul Rivier  <paul.r.ml@gmail.com>
451         * textmodes/reftex-vars.el (reftex-extra-bindings-prefix): New var.
452         * textmodes/reftex.el (reftex-extra-bindings-map): New var.
453         (reftex-extra-bindings): Use it.
455         * progmodes/mixal-mode.el (mixal-mode-map): Move key-bindings
456         away from the user-reserved keys.
458         * progmodes/ada-mode.el (ada-mode-extra-map, ada-mode-extra-prefix):
459         New vars.
460         (ada-create-keymap): Use them.
462 2008-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
464         * emacs-lisp/regexp-opt.el (regexp-opt): Always return
465         a properly-grouped regexp.
467 2008-05-23  Juanma Barranquero  <lekktu@gmail.com>
469         * progmodes/cap-words.el (capitalized-words-mode):
470         Fix typos in docstring.
472 2008-05-23  Kenichi Handa  <handa@m17n.org>
474         * international/mule-conf.el: Don't define the charset `emacs'
475         here, just put :docstring, :short-name, and :long-name.
477 2008-05-22  Kenichi Handa  <handa@m17n.org>
479         * international/mule-diag.el (font-show-log): Limit each listing
480         to 20 items.
482 2008-05-23  Nick Roberts  <nickrob@snap.net.nz>
484         * progmodes/gdb-ui.el (gdb-enable-debug): New function.
485         (gdb-annotation-rules): New entry for "thread-changed".
486         (gdb-thread-changed): New function.
488 2008-05-23  Glenn Morris  <rgm@gnu.org>
490         * Makefile.in (SOURCES): Remove, unused.
491         (lisptagsfiles1, lisptagsfiles2): Use '*' rather than '[a-zA-Z]*'.
492         (TAGS, TAGS-LISP): Use a single rule with multiple targets.
493         Exclude more '*loaddefs' files.
494         (compile-always): Simplify '.elc' deletion.
496 2008-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
498         * vc-bzr.el (vc-bzr-annotate-time): Reduce memory allocation.
499         (vc-bzr-revision-completion-table): Handle `boundaries' argument.
501         * minibuffer.el (completion-boundaries): Change calling
502         convention, so `string' has the same semantics as in
503         try-completion and all-completions.
504         (completion-table-with-context, completion--embedded-envvar-table)
505         (completion--file-name-table)
506         (completion-pcm--find-all-completions): Adjust code accordingly.
508 2008-05-22  Chong Yidong  <cyd@stupidchicken.com>
510         * image-mode.el (image-mode-winprops): Add argument CLEANUP to
511         prune image-mode-winprops-alist, preventing it from growing
512         indefinitely.
513         (image-mode-reapply-winprops): Use it.
515 2008-05-22  Teodor Zlatanov  <tzz@lifelogs.com>
517         * net/netrc.el (netrc-machine): Always match if the port is not given.
519 2008-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
521         * minibuffer.el (completion-pcm--find-all-completions):
522         Don't add pseudo-completions.
524         * icomplete.el (icomplete-eoinput): Remove.
525         (icomplete-overlay): New var to replace it.
526         (icomplete-tidy): Rewrite.
527         (icomplete-exhibit): Use an overlay.
528         (icomplete-completions): Use completion-all-sorted-completions.
529         Obey completion-ignore-case.
531         * files.el (locate-dominating-file): Accept non-existing argument.
532         (project-find-settings-file): Rewrite, using locate-dominating-file.
534 2008-05-22  Kenichi Handa  <handa@m17n.org>
536         * faces.el (font-weight-table, font-slant-table, font-width-table):
537         Delete them.  Don't call internal-set-font-style-table.
539         * international/mule-diag.el (font-show-log): New function.
541         * international/fontset.el (script-representative-chars): Add more
542         chars for latin.  Add data for symbol.
543         (setup-default-fontset): Add entries for phonetic, armenian, and symbol.
545 2008-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
547         * minibuffer.el (completion-all-sorted-completions): New var.
548         (completion--flush-all-sorted-completions)
549         (completion-all-sorted-completions): New functions.
550         (minibuffer-force-complete): New command.
552 2008-05-21  Glenn Morris  <rgm@gnu.org>
554         * files.el (c-postprocess-file-styles): Declare for compiler.
556         * Makefile.in: Allow for parallel byte-compiling.
557         (ELCFILES): New variable.
558         (.el.elc): Remove prerequisites from suffix rule.  Print a message.
559         (compile-first, compile-main, compile-last): New targets.
560         (compile-always): Simplify - delete .elc files, then `make compile'.
562         * Makefile.in (compile-calc): Use glob rather than find.
563         ($(lisp)/progmodes/cc-mode.elc): Use $@.
565         * eshell/esh-module.el: No need for cl when compiling.
567         * eshell/eshell.el (eshell-defgroup): New alias.
568         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
569         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
570         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
571         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
572         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
573         * eshell/em-xtra.el: Use eshell-defgroup rather than defgroup.
574         Autoload the custom group.  Set generated-autoload-file.
575         * eshell/em-basic.el, eshell/esh-module.el: Require eshell,
576         for eshell-defgroup.
577         * eshell/esh-module.el (eshell-load-defgroups): Remove.
578         Require esh-groups rather than loading it.
580 2008-05-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
582         * proced.el (proced-header-line): New variable and new function.
583         (proced-mode): Set header-line-format.
584         (proced-update): Set proced-header-line.
585         (proced-send-signal): Use proced-header-line.
587 2008-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
589         * macros.el (insert-kbd-macro): Use prin1-char.
591 2008-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
593         * minibuffer.el (completion-boundaries): New function.
594         (completion--some): Delay errors.
595         (complete-with-action, completion-table-with-context):
596         Handle `boundaries' case.
597         (completion--try-word-completion): Avoid partial-completion
598         when the user hasn't entered anything yet.
599         (minibuffer-local-map, minibuffer-local-filename-completion-map)
600         (minibuffer-local-must-match-map, minibuffer-local-completion-map)
601         (minibuffer-local-must-match-filename-map, minibuffer-local-ns-map):
602         Setup default keybindings.
603         (completion--embedded-envvar-re): New var.
604         (completion--embedded-envvar-table): Use it.  Handle `boundaries' case.
605         (completion--file-name-table): Handle `boundaries' case.
606         (completion-pcm--pattern->regex): Avoid pathological backtracking.
607         (completion-pcm--all-completions): Add a `prefix' arg.
608         (completion-pcm--find-all-completions): New function.
609         (completion-pcm-all-completions, completion-pcm-try-completion):
610         Use it.
612         * icomplete.el (icomplete-completions): Don't use `predicate' with
613         a table of a different type than `candidates'.
615 2008-05-20  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
617         * proced.el (proced-goal-column): Rename from proced-procname-column.
618         (proced-goal-header-re): Rename from proced-procname-column-regexp.
619         (proced-move-to-goal-column): Rename from proced-move-to-procname.
620         (proced-header-face, proced-header-regexp): Remove.
621         (proced-font-lock-keywords): Remove proced-header-face.
622         (proced-header-alist, proced-sorting-schemes-re): New variables.
623         (proced): Rename Proced buffer to *Proced*.
624         (proced-next-line, proced-previous-line): New commands.
625         (proced-do-mark, proced-do-mark-all, proced-toggle-marks)
626         (proced-hide-processes): Do not treat first line as special.
627         (proced-header-space): New function.
628         (proced-update): Use header-line-format.
629         Initialize proced-header-alist and proced-sorting-schemes-re.
630         Set proced-goal-column.  Include proced-command in mode-name.
631         (proced-send-signal): Use header-line-format for *Marked
632         Processes* buffer.
633         (proced-sort): Restrict minibuffer completion to applicable
634         sorting schemes.
635         (proced-sorting-scheme-p): Use proced-sorting-schemes-re.
637 2008-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
639         * icomplete.el (icomplete-simple-completing-p):
640         Allow icomplete-with-completion-tables to say "use it everywhere".
641         (icomplete-completions): Obey completion-styles.  Try to accommodate
642         partial-completion style.
644 2008-05-20  Michael Olson  <mwolson@gnu.org>
646         * files.el (project-find-settings-file): Change concat to
647         expand-file-name.
649 2008-05-19  Tom Tromey  <tromey@redhat.com>
651         * files.el (normal-mode): Call hack-project-variables.
652         (hack-local-variables-confirm): Add 'project' argument.
653         (hack-local-variables-apply): New function.
654         (hack-local-variables): Use it.
655         (project-class-alist, project-directory-alist): New variables.
656         (project-get-alist): New function.
657         (project-collect-bindings-from-alist)
658         (project-collect-binding-list, set-directory-project)
659         (project-find-settings-file, project-define-from-project-file)
660         (hack-project-variables): New functions.
662 2008-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
664         * emacs-lisp/cl-specs.el (destructuring-bind): Fix spec.
666 2008-05-19  Juanma Barranquero  <lekktu@gmail.com>
668         * faces.el (font-weight-table): Fix typo in docstring.
670 2008-05-18  David Hull  <david@snap.com>  (tiny change)
672         * vc-hg.el (vc-hg-annotate-re): Recognize the output of --follow.
673         (vc-hg-annotate-command): Allow white space before version number.
675 2008-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
677         * calc/calc-yank.el (calc-register-alist): New variable.
678         (calc-set-register,calc-get-register,calc-copy-to-register)
679         (calc-insert-register,calc-add-to-register,calc-append-to-register)
680         (calc-prepend-to-register): New functions.
682         * calc/calc-ext.el (calc-init-extensions): Add keybindings for
683         `calc-copy-to-register' and `calc-insert-register'.
684         Autoload new register functions.
686         * calc/calc-help.el (calc-r-prefix-help): Add help for register
687         functions.
689 2008-05-18  Dan Nicolaescu  <dann@ics.uci.edu>
691         * vc.el (Todo): Add known problems.
692         (vc-dir-backend): New variable.
693         (vc-dir): Set it.
694         (vc-make-backend-object, vc-generic-status-printer)
695         (vc-generic-state, vc-generic-status-fileinfo-extra)
696         (vc-dir-extra-menu): Use it.
697         (vc-generic-dir-headers): Remove, unused.
699         * vc-dispatcher.el (vc-dir-previous-directory): Rename from
700         vc-dir-prev-directory for consistency with vc-dir-previous-line.
701         (vc-dir-mode-map): Fix bindings.
703         * vc-bzr.el (vc-bzr-after-dir-status): Remove unused binding.
705 2008-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
707         * calc/calc-yank.el (calc-kill): Make sure that only the stack is
708         operated on.
709         (calc-kill-region): Kill entire lines.
711 2008-05-17  Glenn Morris  <rgm@gnu.org>
713         * ezimage.el (ezimage-use-images): Drop support for Emacs < 21 and
714         simplify initial value.
715         (defezimage): Drop support for Emacs without defimage, use a featurep
716         test rather than fboundp when defining, drop with-no-warnings.
717         (ezimage-insert-over-text): Move featurep test inside
718         add-text-properties.
720         * elide-head.el (elide-head-headers-to-hide): Handle GPLv3 format.
722         * net/tramp.el (top-level): Load auth-source when compiling.
724         * progmodes/fortran.el (fortran-font-lock-keywords-2): Add .eqv., .neqv.
726 2008-05-17  Andreas Schwab  <schwab@suse.de>
728         * vc-dispatcher.el (vc-dir-mode-map): Fix M-down and M-up binding.
730 2008-05-17  Dan Nicolaescu  <dann@ics.uci.edu>
732         * vc.el (vc-annotate-show-diff-revision-at-line): Change
733         vc-diff-internal arg to match what vc-deduce-fileseset returns now.
735 2008-05-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
737         * menu-bar.el (menu-bar-select-buffer): Reinsert it as msb.el uses it.
739 2008-05-17  Jim Meyering  <meyering@redhat.com>
741         * ido.el (ido-save-history): Do not emit a trailing newline at the
742         end of the ido history file.
744 2008-05-16  John Paul Wallington  <jpw@pobox.com>
746         * vc-dispatcher.el (top-level): Revert previous change: require cl
747         when compiling.
749 2008-05-16  Eric S. Raymond  <esr@snark.thyrsus.com>
751         * vc.el (vc-default-status-printer)
752         (vc-default-prettify-state-info): Enhance the state prettyprinter
753         to deal better with unknown states and indirect through it when
754         painting vc-dir buffers.
756 2008-05-16  John Paul Wallington  <jpw@pobox.com>
758         * vc-dispatcher.el (top-level): Don't require cl when compiling.
759         (vc-dir-mode-map): Fix backquote.
760         (vc-at-event): Doc fix.  Use `make-symbol' instead of `gensym'.
762 2008-05-16  Michael Albinus  <michael.albinus@gmx.de>
764         * net/tramp.el (tramp-handle-write-region): Fix check for short track.
765         Reported by Glenn Morris <rgm@gnu.org>.
767 2008-05-16  Eric S. Raymond  <esr@snark.thyrsus.com>
769         * vc.el: Remove my analysis of SCCS/RCS concurrency issues from
770         the end of the file, it was good work at one time but has been
771         stale since 1995 and may now be actively misleading.
772         * vc-cvs.el (vc-cvs-status-extra-headers): Extract and display the
773         CVS repository and module (assumptions for the latter a bit iffy).
774         * vc-svn.el (vc-svn-status-extra-headers): Extract and display the
775         SVN repository.
777 2008-05-16  Juanma Barranquero  <lekktu@gmail.com>
779         * vc-rcs.el (vc-rcs-create-tag):
780         * vc-sccs.el (vc-sccs-create-tag):
781         Fix typo in error message and pass backend arg.
783 2008-05-15  Michael Albinus  <michael.albinus@gmx.de>
785         * net/tramp.el (tramp-file-name-for-operation): Add `make-temp-name'.
787 2008-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
789         * net/tramp.el: Load auth-source library.
790         (tramp-read-passwd): Use it for password, not login.
792 2008-05-15  Shigeru Fukaya  <shugeru.fukaya@gmail.com>
794         * ses.el (ses-goto-print): Use move-to-column rather than forward-char.
795         (ses-print-cell): Use string-width, truncate-string-to-width,
796         delete-region rather than length, substring, delete-char.
797         (ses-setup): Set inhibit-point-motion-hooks to t.
798         Calculate position by actually moving point rather than just using
799         unibyte character length.
800         (ses-mode): Set indent-tabs-mode to nil.
801         (ses-center): Use string-width rather than length.
803 2008-05-15  Eric S. Raymond  <esr@snark.thyrsus.com>
805         * vc-cvs.el, vc-git.el, vc-hg.el, vc-hooks.el, vc-mcvs.el,
806         * vc-rcs.el, vc-sccs.el, vc-svn.el, vc.el:
807         Rename vc-*-create-snapshot and vc-*-retrieve-snapshot to
808         vc-*-create-tag and vc-*-retrieve-tag respectively.
810         * vc-dispatcher.el: Fix an incorrect buffer name and remove an
811         unneeded defalias.
813         * vc.el, vc-dispatcher.el (vc-dir-menu-map-filter): Move.
815         * vc.el, vc-dispatcher.el (vc-dir-menu-map): Remove assumption
816         about buffer names.
818 2008-05-15  Glenn Morris  <rgm@gnu.org>
820         * vc-hooks.el (vc-directory-resynch-file): Fix declaration.
822         * org/org-exp.el (org-infojs-options-inbuffer-template):
823         Fix declaration.
825         * progmodes/cc-mode.el (declare-function): Add compat definition.
826         (awk-mode-syntax-table, c-awk-unstick-NL-prop): Declare for compiler.
828 2008-05-14  Eric S. Raymond  <esr@snark.thyrsus.com>
830         * vc-dispatcher.el (vc-dispatcher-selection): Change the returned
831         list to a cons so the caller can get back both expanded and
832         unexpanded filesets.
833         * vc.el (vc-deduce-fileseset, vc-next-action, vc-diff-internal)
834         (vc-merge, vc-version-diff, vc-print-log, vc-revert, vc-rollback):
835         Change handling of selection-set returns as required.
837 2008-05-15  John Paul Wallington  <jpw@pobox.com>
839         * add-log.el (top-level): Don't require cl when compiling.
841         * arc-mode.el (archive-add-new-member): Use `derived-mode-p'.
842         (archive-*-extract): Use `zerop'
843         (archive-*-write-file-member): Use `or', use `zerop'.
845         * diff-mode.el (diff-current-defun): Use `buffer-local-value'.
847         * ibuffer.el (ibuffer-assert-ibuffer-mode): New defsubst.
848         (ibuffer-mark-interactive, ibuffer-set-mark)
849         (ibuffer-insert-buffer-line, ibuffer-redisplay-current)
850         (ibuffer-map-lines, ibuffer-switch-format)
851         (ibuffer-update-title-and-summary)
852         (ibuffer-redisplay-engine): Use it.
854         * ibuf-ext.el (ibuffer-interactive-filter-by-mode)
855         (ibuffer-set-filter-groups-by-mode, ibuffer-list-buffer-modes)
856         (define-ibuffer-filter mode, define-ibuffer-filter used-mode)
857         (define-ibuffer-sorter major-mode, ibuffer-mark-unsaved-buffers)
858         (ibuffer-mark-read-only-buffers)
859         (ibuffer-mark-dired-buffers): Use `buffer-local-value'.
861         * ibuf-macs.el (ibuffer-aif, ibuffer-awhen, ibuffer-save-marks)
862         (define-ibuffer-column, define-ibuffer-sorter)
863         (define-ibuffer-op, define-ibuffer-filter): Add declarations
864         containing indentation specs, replacing equivalent top-level
865         forms that set `lisp-indent-function' properties.
866         (define-ibuffer-op): Use `derived-mode-p'.
867         (define-ibuffer-filter): Remove redundant `concat' call.
869 2008-05-14  Michael Albinus  <michael.albinus@gmx.de>
871         * net/tramp.el (tramp-echo-mark): Update docstring.
872         (tramp-echo-mark-marker): New defconst.
873         (tramp-check-for-regexp): Use it.
875 2008-05-14  Eric S. Raymond  <esr@snark.thyrsus.com>
877         * vc.el (vc-deduce-fileset): Do the right thing when visting a
878         buffer (say, a log buffer or diff buffer) with a vc-dir buffer
879         as parent.
881 2008-05-14  John Paul Wallington  <jpw@pobox.com>
883         * international/mule.el (convert-define-charset-argument):
884         Remove period from end of error message.
885         (coding-system-mnemonic): Doc fix.
886         (ctext-pre-write-conversion): Doc fix.
888 2008-05-14  Simon Marshall  <simon@gnu.org>
890         * obsolete/fast-lock.el (fast-lock-cache-directories): Remove "."
891         from its default value and give it the risky-local-variable
892         property (CVE-2008-2142).
894 2008-05-14  Kenichi Handa  <handa@m17n.org>
896         * language/korean.el ("Korean"): Set `iso639-language'
897         property to `ko'.
899         * language/japanese.el ("Japanese"): Set `iso639-language'
900         property to `ja'.
902         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
903         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK")
904         ("Chinese-GB18030"): Set `iso639-language' property to `zh'.
906         * international/mule-cmds.el (set-language-environment):
907         Set current-iso639-language.
909         * international/fontset.el (setup-default-fontset): For kana, han,
910         hangul, and cjk-misc, move an entry with font-spec at the end.
911         (generate-fontset-menu): Exclue fontset-auto* from the list.
913         * composite.el (compose-chars-after): Assume that WINDOW is always
914         non-nil.
916         * faces.el (font-weight-table, font-slant-table)
917         (font-swidth-table): Declare them by defconst.  Change the format
918         of elements.  Call internal-set-font-style-table after their
919         declaration.
920         (face-valid-attribute-values): Call font-family-list.  Get values
921         for width, weight, and slant from font-xxx-table.
923         * cus-face.el (custom-face-attributes): Add "thin" for :weight.
925 2008-05-13  John Paul Wallington  <jpw@pobox.com>
927         * ibuffer.el (ibuffer-buffer-file-name): New function.
928         (define-ibuffer-column filename): Use it.
930         * ibuf-ext.el (define-ibuffer-filter filename): Use it.
932 2008-05-13  Chong Yidong  <cyd@stupidchicken.com>
934         * talk.el (talk): Simplify.  Pass display arg to talk-add-display
935         as a string.
936         (talk-add-display): Simplify.  Accept only string args.
938 2008-05-13  Jay Belanger  <jay.p.belanger@gmail.com>
940         * calc/calc.el (calc-mode-map): Remove old keybinding for `calc-yank'.
942 2008-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
944         * Makefile.in (bootstrap-prepare): Don't chmod files.
945         (autoloads): Do it here instead, where it's actually needed.
947 2008-05-13  Chong Yidong  <cyd@stupidchicken.com>
949         * tool-bar.el (tool-bar-make-keymap): Account for the optional
950         KEY-BINDING-DATA field in menu-item list.
952 2008-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
954         * dired.el (dired-read-dir-and-switches): Move things about to use less
955         recursion during macroexpansion.
957         * dired.el (dired-read-dir-and-switches): Use read-file-name.
959         * dired.el (dired-read-dir-and-switches): Ignore ., .., and
960         completion-ignored-extension directories if there's something else.
961         (dired-mark-if, dired-map-over-marks, dired-readin, dired-revert)
962         (dired-remember-marks, dired-undo, dired-build-subdir-alist)
963         (dired-internal-do-deletions, dired-mark-files-in-region, dired-mark)
964         (dired-toggle-marks, dired-change-marks, dired-unmark-all-files):
965         buffer-read-only -> inhibit-read-only.
967 2008-05-12  Eric S. Raymond  <esr@snark.thyrsus.com>
969         * vc.el (vc-expand-dirs): Stop this function from tossing out
970         explicitly specified files.
972 2008-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
974         * smerge-mode.el (smerge-apply-resolution-patch): Don't pass nil
975         to `insert'.
977 2008-05-12  Dan Nicolaescu  <dann@ics.uci.edu>
979         * vc.el (vc-annotate-show-diff-revision-at-line): Remove incorrect
980         cons.  Use vc-annotate-backend.
981         (with-vc-file, edit-vc-file): Remove unused macros.
983 2008-05-12  Teodor Zlatanov  <tzz@lifelogs.com>
985         * mail/smtpmail.el: Add autoload for `auth-source-user-or-password'.
986         (smtpmail-try-auth-methods): Use it.
988 2008-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
990         * emacs-lisp/cl.el (cl-set-nthcdr): Make it a defsubst so that
991         (setf (nthcdr ..) ..) doesn't require CL at runtime.
993 2008-05-11  Carsten Dominik  <dominik@science.uva.nl>
995         * org/org.el (org-modules): Repair problems with loading org-jsinfo.org.
997 2008-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
999         * vc-bzr.el (vc-bzr-sha1, vc-bzr-command-discarding-stderr)
1000         (vc-bzr-revision-completion-table): Use process-file.
1001         (vc-bzr-working-revision): Pass relative file names.
1003         * diff-mode.el (diff-hunk-header-re): Refine the regexp.
1005 2008-05-11  Juri Linkov  <juri@jurta.org>
1007         * wid-edit.el (widget-image-directory): Change default image data
1008         subdirectory from "custom" to "images/custom".
1010         * info.el (Info-next-preorder): Let-bind `Info-history' to nil
1011         before recursive call to `Info-next-preorder' to not add
1012         intermediate nodes to the history.
1014         * isearch.el: Put isearch-scroll property on recenter-top-bottom.
1016         * emulation/cua-base.el: Put isearch-scroll property
1017         on cua-scroll-up and cua-scroll-down.
1019 2008-05-11  Eric S. Raymond  <esr@snark.thyrsus.com>
1021         * vc-hooks.el (vc-recompute-state): Remove (dead code).
1023 2008-05-10  Dan Nicolaescu  <dann@ics.uci.edu>
1025         * vc-dispatcher.el (ewoc): Require.
1026         (vc-log-edit, vc-buffer-sync): Declare for byte compiler.
1028         * vc-hg.el (vc-hg-diff, vc-hg-annotate-command): Use when not if.
1030 2008-05-10  Chong Yidong  <cyd@stupidchicken.com>
1032         * term/w32-win.el (x-colors):
1033         * term/mac-win.el (x-colors):
1034         * term/x-win.el (x-colors): Re-order colors.
1036 2008-05-10  Reiner Steib  <reiner.steib@gmx.de>
1038         * smerge-mode.el (smerge-command-prefix): Fix custom type.
1040 2008-05-10  Eric S. Raymond  <esr@snark.thyrsus.com>
1042         * vc-dispatcher.el (vc-dir-next-directory, vc-dir-prev-directory):
1043         New functions implementing motion to next and previous directory.
1045         * vc-arch.el (vc-arch-command):
1046         * vc-bzr.el (vc-bzr-command):
1047         * vc-cvs.el (vc-cvs-command):
1048         * vc-dispatcher.el (vc-do-command):
1049         * vc-git.el (vc-git-command):
1050         * vc-hg.el (vc-hg-command):
1051         * vc-mcvs.el (vc-mvcs-command):
1052         * vc-mtn.el (vc-mtn-command):
1053         * vc-sccs.el (vc-sccs-command, vc-sccs-workfile)
1054         (vc-sccs-workfile-unchanged-p):
1055         * vc-svn.el (vc-svn-command, vc-svn-create-repo),
1056         * vc-rcs.el (all methods): Remove assumption about what a nil
1057         argument to vc-do-command means.  This means no buffer name needs
1058         to be hardcoded into the dispatcher layer, and it's better to be
1059         explicit anyway.
1061         * vc-svn.el (vc-svn-dir-state-heuristic): Remove.
1063 2008-05-10  Dan Nicolaescu  <dann@ics.uci.edu>
1065         * vc.el: Update todo.
1067         * vc-sccs.el (vc-sccs-dir-status):
1068         * vc-rcs.el (vc-rcs-dir-status): Avoid using results from multiple
1069         backends and returning up to date files.
1071         * vc-hooks.el (vc-prefix-map): Remove duplicate binding.
1073 2008-05-09  Eric S. Raymond  <esr@snark.thyrsus.com>
1075         * vc.el (vc-dir):
1076         * vc-hooks.el: Tweak the VC directory bindings.  These are now
1077         documented in the manual.
1079         * vc-dispatcher.el (vc-dir-update, vc-dir-parent-marked-p)
1080         (vc-dir-children-marked-p): Remove the vc-dir-insert-directories global.
1081         (vc-dispatcher-selection-set): Allow callers to pass in an
1082         observer flag that says no buffer sync is required.
1083         * vc.el (vc-deduce-fileset, vc-print-log, vc-version-diff):
1084         Use the observer flag.
1086 2008-05-09  Michael Albinus  <michael.albinus@gmx.de>
1088         * simple.el (start-file-process): Clarify docstring.
1090 2008-05-09  Eric S. Raymond  <esr@snark.thyrsus.com>
1092         * vc-sccs.el, vc.svn.el, vc-git.el, vc-hg.el, vc-mtn.el:
1093         Remove stub implementations of, and references to, wash-log.
1094         * vc-rcs.el (vc-rcs-comment-history):
1095         * vc-cvs.el (vc-cvs-comment-history):
1096         Inline the code that used to be wash-log.
1098         * vc-sccs.el (vc-sccs-checkin, vc-sccs-checkout, vc-sccs-rollback)
1099         (vc-sccs-revert, vc-sccs-steal-lock, vc-sccs-modify-change-comment)
1100         (vc-sccs-print-log, vc-sccs-diff): Grok directories.
1101         * vc-rcs.el (vc-sccs-checkin, vc-sccs-checkout)
1102         (vc-rcs-revert, vc-rcs-steal-lock, vc-rcs-modify-change-comment)
1103         (vc-rcs-print-log): Grok directories.
1105 2008-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1107         * vc.el (vc-mark-resolved): Add `backend' argument.
1108         (vc-next-action): Pass it the backend.
1109         (vc-next-action, vc-checkout, vc-mark-resolved, vc-version-diff)
1110         (vc-merge, vc-rollback, vc-update, vc-transfer-file, vc-delete-file)
1111         (vc-default-comment-history, vc-default-create-snapshot)
1112         (vc-default-retrieve-snapshot, vc-default-revert, vc-annotate)
1113         (vc-annotate-revision-previous-to-line)
1114         (vc-annotate-show-diff-revision-at-line, vc-annotate-warp-revision):
1115         * vc-svn.el (vc-svn-checkout):
1116         * vc-mcvs.el (vc-mcvs-checkout):
1117         * vc-hooks.el (vc-state, vc-default-workfile-unchanged-p)
1118         (vc-working-revision, vc-before-save, vc-mode-line):
1119         Prefer vc-call-backend to vc-call so as not to recompute the backend.
1121         * vc.el (vc-deduce-fileset): Don't require the checkout-model and the
1122         state to be consistent since it's often an unwarranted restriction.
1123         Don't return the state either.
1124         (vc-next-action): Check that the state is consistent.
1125         (vc-diff-internal, vc-version-diff, vc-print-log, vc-revert)
1126         (vc-rollback, vc-update): Adapt to new return value of
1127         vc-deduce-fileset.
1129         * vc-dispatcher.el (vc-dispatcher-browsing): Use derived-mode-p.
1130         (vc-dir-prepare-status-buffer): Use vc-dispatcher-browsing.
1131         (vc-dispatcher-in-fileset-p): New fun.
1132         (vc-dispatcher-selection-set): Use it to properly handle directories.
1134 2008-05-09  Dan Nicolaescu  <dann@ics.uci.edu>
1136         * vc.el (vc-version-diff, vc-print-log, vc-revert, vc-rollback)
1137         (vc-update): Remove unused let bindings.
1139 2008-05-09  Eric S. Raymond  <esr@snark.thyrsus.com>
1141         * vc.el (vc-deduce-fileset, vc-next-action, vc-version-diff)
1142         (vc-diff, vc-revert, vc-rollback, vc-update):
1143         * vc-dispatcher.el (vc-dispatcher-selection-set):
1144         Get rid of 4 special cases in fileset selection.  This involved
1145         changing the return value of (vc-deduce-fileset) so that it passes
1146         back a deduced state as well as a deduced back end.
1148 2008-05-08  Sam Steingold  <sds@gnu.org>
1150         * progmodes/compile.el (compilation-minor-mode-map)
1151         (compilation-mode-map): Bind "g" to recompile and "q" to quit-window.
1152         * grep.el (grep-mode-map): Use `set-keymap-parent' to connect it
1153         to `compilation-minor-mode-map' (instead of an explicit `cons').
1155 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
1157         * org/org.el (org-modules, org-format-latex-options):
1158         * org/org-archive.el (org-archive-stamp-time)
1159         (org-archive-save-context-info):
1160         * org/org-faces.el (org-hide):
1161         * org/org-irc.el (org-irc-parse-link):
1162         * org/org-macs.el (org-call-with-arg, org-autoload):
1163         * org/org-mew.el (org-mew-store-link):
1164         * org/org-remember.el (org-remember-store-without-prompt)
1165         (org-remember-templates): Fix typos in docstrings.
1167         * org/org-info.el (org-info-store-link): Remove leftover docstring.
1169         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
1170         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
1171         (org-bbdb-anniv-split): Fix typos in docstrings.
1173         * org/org-publish.el (org-publish-project-alist): Doc fixes.
1174         (org-publish-use-timestamps-flag): Reflow docstring.
1175         (org-publish-files-alist): Fix typos in docstring.
1177 2008-05-07  Sam Steingold  <sds@gnu.org>
1179         * pcvs-util.el (cvs-bury-buffer): Revert my patch: quit-window
1180         appears to be too aggressive with window removal.
1182 2008-05-08  Michael McNamara  <mac@mail.brushroad.com>
1184         * verilog-mode.el (verilog-type-font-keywords): Add leda and 0in
1185         as pragma keywords.
1186         (verilog-pretty-expr): Support lining up assignments which include
1187         part selects.
1188         (verilog-mode): More portable check for the availability of
1189         hideshow support.
1190         (verilog-do-indent): Remove special indent for declarations inside
1191         a parenthetical list.  The code is ill-advised, and doesn't work
1192         given the new user defined types.
1193         (verilog-set-auto-endcomments): Enhance function automatic
1194         endcomment to support functions that return user defined types.
1195         (verilog-mode): Add code to tell which-function-mode minor mode
1196         that Verilog supports this feature.
1198 2008-05-08  Eli Zaretskii  <eliz@gnu.org>
1200         * epa-file.el: Require epa-hook.
1202         * loadup.el ("epa-hook"): Load epa-hook instead of epa-file-hook.
1204         * epa-hook.el: Renamed from epa-file-hook.el, to avoid
1205         file-names clashes on 8+3 filesystems.  Provide epa-hook.
1207         * org/org-jsinfo.el: Renamed from org-infojs.el, to avoid
1208         file-names clashes on 8+3 filesystems.
1210 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
1212         * org/org.el (org-read-date-get-relative): Interpret lone
1213         weekday abbreviation as relative to today.
1215 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
1217         * abbrev.el (define-abbrev-table):
1218         * composite.el (toggle-auto-composition):
1219         * json.el (json-alist-p, json-plist-p):
1220         * minibuffer.el (completion-table-with-predicate):
1221         * ps-mule.el (ps-mule-external-libraries):
1222         * emacs-lisp/advice.el (ad-special-form-p):
1223         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
1224         * eshell/em-smart.el (eshell-review-quick-commands):
1225         * progmodes/python.el (python-comment-line-p, python-blank-line-p)
1226         (python-skip-out, python-check-comint-prompt):
1227         Don't use `iff' in docstrings.
1229         * international/robin.el (robin-package-alist): Fix typo in docstring.
1230         (robin-current-package-name): Doc fix.
1231         (robin-activate): Don't use `iff' in docstring.
1233 2008-05-07  Eric S. Raymond  <esr@snark.thyrsus.com>
1235         * vc.el, vc-dispatcher.el: VC-Dired support removed.
1236         The code uses a ewoc-based implementation now.
1237         * vc-hooks.el: Support for Meta-CVS has been removed.
1239 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1241         * tool-bar.el: Choose images dynamically.
1242         (tool-bar-make-keymap, tool-bar-find-image): New function.
1243         (tool-bar-find-image-cache): New var.
1244         (tool-bar-local-item, tool-bar-local-item-from-menu):
1245         Don't select the image yet, do it later in tool-bar-make-keymap.
1247 2008-05-07  Andreas Schwab  <schwab@suse.de>
1249         * window.el: Require 'cl when compiling.
1251 2008-05-07  Dan Nicolaescu  <dann@ics.uci.edu>
1253         * vc-dispatcher.el (vc-dir-insert-directories): Default to t.
1255 2008-05-07  Glenn Morris  <rgm@gnu.org>
1257         * subr.el (ignore-errors): Move here from cl-macs.el.
1258         * emacs-lisp/cl-macs.el (ignore-errors): Move to subr.el.
1260         * progmodes/fortran.el (fortran-mode): Fix font-lock-syntactic-keywords
1261         oddness.
1263 2008-05-06  Eric S. Raymond  <esr@snark.thyrsus.com>
1265         * vc-hooks.el (vc-find-file-hook):
1266         * vc-dispatcher.el (vc-resynch-window): Decouple vc-dispatcher
1267         further from vc.el.
1268         * vc.el (vc-dir-mode): Move VC-specific context menu entries here.
1270 2008-05-06  Wilson Snyder  <wsnyder@wsnyder.org>
1272         * verilog-mode.el (verilog-getopt-file): Cleanup warning message format.
1273         (verilog-auto, verilog-auto-arg, verilog-auto-ascii-enum)
1274         (verilog-auto-inout, verilog-auto-inout-module)
1275         (verilog-auto-input, verilog-auto-inst, verilog-auto-inst-param)
1276         (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
1277         (verilog-auto-reg-input, verilog-auto-reset, verilog-auto-sense)
1278         (verilog-auto-sense-sigs, verilog-auto-tieoff)
1279         (verilog-auto-unused, verilog-auto-wire)
1280         (verilog-decls-get-assigns, verilog-decls-get-consts)
1281         (verilog-decls-get-gparams, verilog-decls-get-inouts)
1282         (verilog-decls-get-inputs, verilog-decls-get-outputs)
1283         (verilog-decls-get-ports, verilog-decls-get-regs)
1284         (verilog-decls-get-signals, verilog-decls-get-wires)
1285         (verilog-dir-cache-lib-filenames, verilog-dir-cache-list)
1286         (verilog-dir-cache-preserving, verilog-dir-file-exists-p)
1287         (verilog-dir-files, verilog-expand-dirnames, verilog-getopt-file)
1288         (verilog-inject-sense, verilog-library-filenames)
1289         (verilog-mode-release-date, verilog-mode-version)
1290         (verilog-modi-cache-add, verilog-modi-cache-preserve-buffer)
1291         (verilog-modi-cache-preserve-tick, verilog-modi-cache-results)
1292         (verilog-modi-get-assigns, verilog-modi-get-consts)
1293         (verilog-modi-get-gparams, verilog-modi-get-inouts)
1294         (verilog-modi-get-inputs, verilog-modi-get-outputs)
1295         (verilog-modi-get-ports, verilog-modi-get-regs)
1296         (verilog-modi-get-signals, verilog-modi-get-sub-inouts)
1297         (verilog-modi-get-sub-inputs, verilog-modi-get-sub-outputs)
1298         (verilog-modi-get-wires, verilog-preserve-cache)
1299         (verilog-preserve-dir-cache, verilog-preserve-modi-cache)
1300         (verilog-read-sub-decls, verilog-read-sub-decls-line)
1301         (verilog-read-sub-decls-sig, verilog-subdecls-get-inouts)
1302         (verilog-subdecls-get-inputs, verilog-subdecls-get-outputs):
1303         Add caching of additional state, and rework signal extraction
1304         routines to improve AUTO expansion performance by 300%++.
1306 2008-05-06  Chong Yidong  <cyd@stupidchicken.com>
1308         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1309         Tweak Open Watcom regexp to distinguish between errors and warnings.
1311 2008-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1313         * dired.el (dired-read-dir-and-switches): Fix up last change.
1315 2008-05-05  Eric S. Raymond  <esr@snark.thyrsus.com>
1317         * vc.el (vc-deduce-fileset): Lift all the policy and UI stuff
1318         out of this function, move it to vc-dispatcher-selection-set.
1320 2008-05-05  Sam Steingold  <sds@gnu.org>
1322         * window.el (delete-other-windows-vertically): New function.
1324 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1326         * dired.el (dired-read-dir-and-switches):
1327         Obey read-file-name-completion-ignore-case.
1329 2008-05-05  Nick Roberts  <nickrob@snap.net.nz>
1331         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1332         Add regexp for Open Watcom compiler output.
1334 2008-05-05  Phil Sung  <psung@mit.edu>  (tiny change)
1336         * progmodes/python.el (python-block-pairs): Align finally with except.
1338 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1340         * vc-rcs.el (vc-rcs-fetch-master-state): Fix inf-loop.
1342 2008-05-05  Tom Tromey  <tromey@redhat.com>
1344         * smerge-mode.el (smerge-start-session): Don't call smerge-next if
1345         looking at conflict marker.
1347 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1349         * vc-dispatcher.el (vc-dir-mark-buffer-changed): Fix typo
1350         client-mode -> vc-client-object, and guess `funcall' was meant.
1351         (vc-dir-mode): Rename client-mode -> vc-client-mode.
1353 2008-05-05  Dan Nicolaescu  <dann@ics.uci.edu>
1355         * net/zeroconf.el (dbus-call-method, dbus-register-signal)
1356         (dbus-debug): Move declarations outside eval-when-compile.
1358 2008-05-04  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1360         * proced.el (proced-command-alist): Fix system-type values.
1361         Fix defcustom.
1362         (proced-sorting-schemes-alist, proced-sorting-scheme): New variables.
1363         (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
1364         (proced-sort-start, proced-sort, proced-sort-time): New commands.
1365         (proced-update): Use proced-sorting-scheme.  Update modeline.
1366         (proced-send-signal): Use nreverse.
1367         (proced-sorting-scheme-p): New function.
1369 2008-05-04  Andreas Schwab  <schwab@suse.de>
1371         * vc.el: Require dired when compiling.
1373         * minibuffer.el (completion--insert-strings): Don't delete past bol.
1375 2008-05-03  Glenn Morris  <rgm@gnu.org>
1377         * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el:
1378         * ediff-ptch.el, ediff-util.el, ediff-wind.el, ediff.el:
1379         Simplify compilation requirements.
1380         * ediff-init.el, ediff-vers.el: Remove unnecessary variable
1381         declarations.
1383 2008-05-03  Dave Love  <fx@gnu.org>
1385         * progmodes/python.el (python-beginning-of-statement):
1386         Loop at least once (fixes 2008-02-21 change).
1388 2008-05-03  Eli Zaretskii  <eliz@gnu.org>
1390         * ls-lisp.el (ls-lisp-insert-directory): Use `string-width'
1391         instead of `length' for comparing length of user and group names.
1393 2008-05-03  Eric S. Raymond  <esr@snark.thyrsus.com>
1395         * vc-dispatcher.el: New file, separates out the UI and command
1396         execution machinery from VCS-specific logic left in vc.el.
1397         The separation is not yet completely clean, but it's a good start.
1398         * vc.el: This file is about 1700 lines shorter now.
1399         Remove obsolete logentry-check from the backend API.
1400         * vc-sccs.el (vc-sccs-logentry-check): Remove.  This was the only
1401         implementation of the logentry-check method, and it guarded against
1402         a log length limit that has probably been obsolete for 15 years (!).
1404 2008-05-02  Sam Steingold  <sds@gnu.org>
1406         * progmodes/compile.el (compilation-start): Move setting of
1407         compilation-directory after (funcall mode) as that resets local
1408         variables, this fixes recompile in grep buffers.
1409         * grep.el (grep-mode-map): Bind "g" to recompile (like in dired &c).
1411 2008-05-02  Eric S. Raymond  <esr@snark.thyrsus.com>
1413         * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
1414         * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
1415         * vc-svn.el, vc.el (vc-*-checkout-model): Make sure every backend
1416         has one of these and that all are called in compatible ways.
1417         * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
1418         * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
1419         * vc-svn.el, vc.el (vc-*-revision-granularity): Make sure every
1420         backend has one of these.
1422 2008-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1424         * progmodes/octave-mod.el (octave-abbrev-table): Move defvar and
1425         initialization into define-abbrev-table.  Use :regexp.
1426         (octave-mode-syntax-table): Don't set word syntax for `.
1428         * files.el (minibuffer-with-setup-hook): Allow `fun' expressions rather
1429         than only value.
1431         * dired.el (dired-read-dir-and-switches):
1432         Set minibuffer-completing-file-name and call substitute-in-file-name.
1433         (dired-format-columns-of-files): Use completion--insert-strings.
1435         * minibuffer.el (completion-hilit-commonality): Revert last change:
1436         the leftover code was actually useful.
1437         (completion--insert-strings): Use string-width rather than length.
1439 2008-05-02  Sam Steingold  <sds@gnu.org>
1441         * vc.el (vc-dir-mode-map): Enable mouse bindings.
1442         (vc-at-event): New macro: run the body at the even location.
1443         (vc-dir-menu, vc-dir-toggle-mark): Use it.
1444         (vc-dir-mark-file, vc-dir-unmark-file): Move only on non-mouse events.
1445         * subr.el (mouse-event-p): Check if the even is mouse-related.
1447 2008-05-02  Nick Roberts  <nickrob@snap.net.nz>
1449         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
1450         Don't throw error if no file is found.
1452 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
1454         * vc-hooks.el (vc-call, vc-state): Fix typos in docstrings.
1455         (vc-default-state-heuristic): Doc fix.
1457 2008-05-02  Richard Sharman  <rsharman@pobox.com>
1459         * hilit-chg.el (highlight-changes-mode): Remove references to
1460         hooks that no longer exist.  Because define-minor-mode is used the
1461         hook highlight-changes-mode-hook exists and can do what both the
1462         old hooks used to do.  The documentation at the top of the file
1463         was updated to demonstrate this.
1464         (highlight-changes-mode): Remove commented out call to a hook
1465         function that is no longer there.
1466         (hilit-chg-set): Remove running of highlight-changes-enable-hook.
1468 2008-05-02  Eric S. Raymond  <esr@snark.thyrsus.com>
1470         * vc.el (vc-default-dired-state-info): Change name of primitive
1471         to prettify-state-info, in preparation for ripping out dired mode.
1472         * vc-bzr.el (vc-bzr-dired-state-info): Change name of primitive
1473         to prettify-state-info, in preparation for ripping out dired mode.
1474         * vc-hooks.el (vc-toggle-read-only): Throw an error when a user
1475         tries this on a version-controlled buffer.  It will do useless or
1476         actively bad things on any version control system newer than RCS.
1477         * vc-hooks.el (vc-dired-resynch-file):
1478         * vc.el (vc-dired-resynch-file): Change name of primitive to
1479         vc-directory-resynch-file, preparing to remove dired.
1481 2008-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
1483         * vc-rcs.el (vc-rcs-state): Fix typos.
1485         * vc.el (vc-register): Change argument order so that the prefix
1486         argument is assigned correctly.
1487         (vc-next-action, vc-dir-register): Update for the above change.
1489 2008-05-01  Juri Linkov  <juri@jurta.org>
1491         * replace.el (occur-read-primary-args): Set default to the car of
1492         regexp-history and display it in the prompt, but don't add to the
1493         list of minibuffer defaults.  Bind history-add-new-input to nil to
1494         not add automatically `default'.  For empty input return `default'.
1495         Otherwise, add `input' to regexp-history and return it.
1496         (occur-1): Signal an error for the empty regexp.
1498         * progmodes/compile.el (compilation-auto-jump):
1499         Set window point to `pos' explicitly.
1501 2008-05-01  Eric S. Raymond  <esr@snark.thyrsus.com>
1503         * vc-bzr.el (vc-bzr-state): Allow this to return 'ignored
1504         when appropriate.
1505         * vc-sccs.el (vc-sccs-state): Call vc-sccs-unregistered so
1506         we report the 'unregistered state reliably.
1507         * vc-rcs.el (vc-rcs-state): Call vc-rcs-unregistered so
1508         we report the 'unregistered state reliably.
1509         * vc-git.el (vc-git-state): Call vc-git-unregistered so
1510         we report the 'unregistered state reliably.
1511         * vc-hooks (vc-state): Document that vc-unregistered is
1512         now expected to be returned reliably.
1513         * vc.el (vc-default-dired-state): Change needs-patch state to
1514         needs-update, since the name now shows up in dir-status listings
1515         and was somewhat misleading.
1516         * vc-cvs.el (vc-cvs-delete-file): Don't do a "cvs commit"
1517         immediately after removing the file.
1518         * vc.el (vc-next-action): More informative messages when a fileset
1519         is in a mixed state or files are missing.
1521 2008-05-01  Sam Steingold  <sds@gnu.org>
1523         * vc.el (vc-delete-file): Check if the file has uncommitted changes.
1525 2008-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1527         * Makefile.in: Revert incorrect fix for claimed bootstrap breakage.
1529 2008-05-01  Daiki Ueno  <ueno@unixuser.org>
1531         * epa-file-hook.el: New file split from epa-file.el.
1532         * epa-file.el: Require 'epa-file-hook.
1533         (epa-file-handler): Add autoload cookie.
1534         * loadup.el: Load epa-file-hook.
1535         * startup.el (command-line): Eval the body of auto-encryption-mode.
1537 2008-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
1539         * vc.el (vc-dir-mode-map): Don't bind "r".
1541         * vc-hg.el (vc-hg-extra-fileinfo): New defstruct.
1542         (vc-hg-status-printer): New function.
1543         (vc-hg-after-dir-status): Deal with copied and renamed files.
1544         (vc-hg-dir-status): Add flag to show copied files.
1546 2008-05-01  John Paul Wallington  <jpw@pobox.com>
1548         * ibuffer.el (ibuffer-last-sorting-mode): New variable.
1549         (ibuffer-do-sort-by-recency): Reverse sorting order if last
1550         sorting mode was recency.
1552         * ibuf-macs.el (define-ibuffer-sorter): Define the sorter to
1553         reverse sorting order if last sorting mode was the sorter's.
1555 2008-05-01  Jason Rumney  <jasonr@gnu.org>
1557         * w32-fns.el (w32-charset-info-alist): Map vietnamese to windows-1258.
1559 2008-04-30  John Paul Wallington  <jpw@pobox.com>
1561         * ibuffer.el (define-ibuffer-column filename): When the major mode
1562         is `vc-dir-mode' show the buffer's default directory.
1564         * ibuf-ext.el (define-ibuffer-filter filename): Likewise when the
1565         major mode is `vc-dir-mode' use the buffer's default directory.
1567 2008-04-30  Sam Steingold  <sds@gnu.org>
1569         * vc.el (vc-dir-delete-file): Add.
1570         (vc-dir-mode-map): Bind "r" to vc-dir-delete-file, like in PCL-CVS.
1571         (vc-delete-file): Do not barf when the file has been already deleted.
1573 2008-04-30  Dan Nicolaescu  <dann@ics.uci.edu>
1575         * emacs-lisp/lisp-mode.el (lisp-mode-map): Add menu.
1577 2008-04-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1579         * progmodes/octave-mod.el (octave-help): New function.
1580         * progmodes/octave-hlp.el: Delete.
1581         * info-look.el (octave-mode): Add operator index.
1583         * vc.el (vc-checkout): Typo.
1585 2008-04-30  Dan Nicolaescu  <dann@ics.uci.edu>
1587         * menu-bar.el (menu-bar-tools-menu): Reorder, place Games last.
1588         Add "..." in the appropriate places.
1590         * epa.el (epa-key-list-mode-map): Add more menu entries.
1591         Add "..." in the appropriate places.
1593         * dired.el (dired-mode-map): Add :help.
1595         * vc.el (vc-deduce-fileset): Add new parameter.
1596         (vc-dir-marked-only-files): New function.
1597         (vc-next-action): Don't ignore directories, look at the files
1598         inside them.
1599         (vc-dir-mode): Document how the mark/unmark commands work.
1601 2008-04-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1603         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
1604         Rule out trailing spaces in file and directory names as well.
1606         * minibuffer.el (completion--do-completion): Move point even if the
1607         completion makes no change.
1608         (completion-pcm-try-completion): Fix computation of new point.
1610 2008-04-30  David Hansen  <david.hansen@gmx.net>
1612         * dired.el: Require 'cl.
1614 2008-04-30  Nick Roberts  <nickrob@snap.net.nz>
1616         * progmodes/gdb-ui.el (gdb-frame-handler-1): Make overlay arrow
1617         hollow if not in innermost frame.
1619 2008-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1621         Make `checkout-model' apply to filesets.
1622         * vc-hooks.el (vc-checkout-model): Rewrite.
1623         (vc-before-save, vc-after-save): Adjust callers accordingly.
1624         * vc.el (vc-editable-p, vc-next-action, vc-checkout, vc-update)
1625         (vc-transfer-file): Adjust callers accordingly.
1626         * vc-rcs.el (vc-rcs-checkout-model): Adjust arg.
1627         (vc-rcs-state, vc-rcs-state-heuristic, vc-rcs-receive-file)
1628         (vc-rcs-checkout, vc-rcs-fetch-master-state): Use vc-rcs-checkout-model
1629         instead of vc-checkout-model.
1630         * vc-mcvs.el (vc-mcvs-revert):
1631         Use vc-mcvs-checkout-model i.s.o vc-checkout-model.
1632         * vc-cvs.el (vc-cvs-checkout-model): Adjust arg.
1633         (vc-cvs-revert): Use vc-cvs-checkout-model i.s.o vc-checkout-model.
1634         * vc-svn.el (vc-svn-checkout-model):
1635         * vc-hg.el (vc-hg-checkout-model):
1636         * vc-git.el (vc-git-checkout-model):
1637         * vc-bzr.el (vc-bzr-checkout-model): Adjust arg.
1639         * dired.el (dired-read-dir-and-switches): Replace last change with
1640         a new approach that mixes read-file-name and read-directory-name.
1642         * files.el (read-buffer-to-switch):
1643         Avoid making assumptions about `other-buffer'.
1645 2008-04-29  Sam Steingold  <sds@gnu.org>
1647         * vc.el (vc-dir-mode-hook): Add normal hook.
1648         (vc-dir-mode): Run it.
1650 2008-04-29  Nick Roberts  <nickrob@snap.net.nz>
1652         * progmodes/gdb-ui.el (gdb-display-buffer): Don't pop up GUD buffer.
1653         Always split windows.
1654         (gdb-speedbar-timer-fn): Only raise frame after user input.
1655         (gdb-same-frame): Reverse initial value.
1656         (gdb-display-gdb-buffer): Check for GUD buffer in other frames.
1658         * progmodes/gud.el (gud-speedbar-buttons): Raise frame in
1659         gdb-speedbar-timer-fn.
1661 2008-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1663         * uniquify.el (uniquify-rationalize-a-list): Beware of side-effects.
1665 2008-04-29  Daiki Ueno  <ueno@unixuser.org>
1667         * epa.el (epa-key-list-mode-map): Add menu.
1668         (epa-delete-keys, epa-import-keys): Fix typo.
1670 2008-04-29  Glenn Morris  <rgm@gnu.org>
1672         * find-cmd.el (top-level): Does not need cl when compiling.
1674 2008-04-29  Phil Jackson  <phil@shellarchive.co.uk>
1676         * find-cmd.el: New file.
1678 2008-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1680         * minibuffer.el (completion-hilit-commonality): Remove leftover code.
1681         (completion-pcm--pattern->regex): Let `group' be a list of symbols.
1682         (completion-pcm--hilit-commonality): New function.
1683         (completion-pcm-all-completions): Use it.
1685         * minibuffer.el (completion-common-substring): Mark obsolete.
1686         (completions-first-difference, completions-common-part):
1687         Move from simple.el.
1688         (completion-hilit-commonality): New fun.
1689         (display-completion-list, completion-emacs21-all-completions)
1690         (completion-emacs22-all-completions): Use it.
1691         * simple.el (completions-first-difference, completions-common-part):
1692         Move to minibuffer.el.
1693         (choose-completion-string): Use field functions and minibufferp.
1694         (completion-setup-function): Don't set completions faces.
1696 2008-04-29  Glenn Morris  <rgm@gnu.org>
1698         * calendar/calendar.el (calendar-nth-named-absday)
1699         (calendar-nth-named-day):
1700         * calendar/diary-lib.el (diary-list-sexp-entries, diary-float):
1701         * calendar/holidays.el (holiday-float): Doc fixes.
1703         * emacs-lisp/check-declare.el (check-declare-errmsg): Fix counting in
1704         the `full' case.
1706         * org/org-agenda.el (calendar-iso-from-absolute):
1707         * org/org.el (calendar-absolute-from-iso, calendar-iso-from-absolute):
1708         Fix declarations.
1710 2008-04-28  Nick Roberts  <nickrob@snap.net.nz>
1712         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Make breakpoint
1713         icons work for assembler, i.e. FILE.s, FILE.S (not disassembly).
1714         (gdb-goto-breakpoint): Likewise for visiting breakpoints.
1715         (gdb-assembler-custom): Be careful not to match other addresses.
1717 2008-04-29  Jason Rumney  <jasonr@gnu.org>
1719         * battery.el (battery-status-function): Use w32-battery-status
1720         on Windows.
1721         (battery-echo-area-format): Make apm format the general case.
1722         (battery-mode-line-format): Merge apm and pmset formats as the
1723         general case.
1725 2008-04-29  Nick Roberts  <nickrob@snap.net.nz>
1727         * progmodes/gdb-ui.el (gdb-info-stack-custom):
1728         Use gud-tool-bar-item-visible-no-fringe.
1729         (gdb-display-buffer): Don't pop new buffer if gud-comint-buffer
1730         is already visible in frame.  Remove optional size parameter
1731         and add optional frame parameter.
1733         * progmodes/gud.el (gud-display-line): Only consider visible
1734         frames when looking for source buffer.
1736 2008-04-28  Chong Yidong  <cyd@stupidchicken.com>
1738         * doc-view.el (doc-view-new-window-function): Avoid using WINDOW
1739         argument to get-char-property, in case the current buffer hasn't
1740         been assigned to that window yet.
1741         (doc-view-display): Default to selected window if the current
1742         buffer hasn't been assigned to a window yet.
1744 2008-04-28  Vinicius Jose Latorre  <bzg@altern.org>
1746         * whitespace.el (whitespace-trailing-regexp): Fix docstring.
1748 2008-04-28  Michael Albinus  <michael.albinus@gmx.de>
1750         * net/tramp.el (tramp-mode): New defcustom.
1751         (tramp-file-name-handler, tramp-completion-file-name-handler):
1752         Use it.
1753         (tramp-replace-environment-variables): Handle "$$".
1755 2008-04-28  Sam Steingold  <sds@gnu.org>
1757         * vc-hg.el (vc-hg-rename-file): Fix argument order.
1759 2008-04-28  Bastien Guerry  <bzg@altern.org>
1761         * whitespace.el (whitespace-trailing): Fix typo.
1763 2008-04-28  Sam Steingold  <sds@gnu.org>
1765         * textmodes/remember.el (diary-make-entry): Update the autoload.
1767 2008-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1769         * minibuffer.el (completion-pcm--all-completions): Don't pass nil to
1770         all-completions.
1772 2008-04-28  Juanma Barranquero  <lekktu@gmail.com>
1774         * desktop.el (desktop-minor-mode-table): Add `savehist-mode'.
1776 2008-04-27  Dan Nicolaescu  <dann@ics.uci.edu>
1778         * vc.el (vc-dir-mode-map): Change bindings for unmark all and revert.
1779         (vc-dir-parent-marked-p, vc-dir-children-marked-p): Implement.
1780         (vc-dir-mark-file): Add an optional argument.
1781         (vc-dir-mark-all-files, vc-dir-unmark-all-files): Deal with directories.
1783 2008-04-27  Daiki Ueno  <ueno@unixuser.org>
1785         * epa-file.el (epa-file-enable, epa-file-disable): Use find-file-hook
1786         rather than obsolete alias find-file-hooks.
1787         (auto-encryption-mode): Rename from epa-file-mode.  Default to on.
1788         Use find-file-hook rather than obsolete alias find-file-hooks.
1789         Add to find-file-not-found-functions.
1790         (epa-file-handler): Put 'safe-magic and 'operations properties.
1792         * epa.el (epa-global-minor-modes, epa-mode, epa-menu)
1793         (epa-menu-items): Remove.
1795         * epa-dired.el (epa-dired-do-decrypt, epa-dired-do-verify)
1796         (epa-dired-do-sign, epa-dired-do-encrypt): Add autoload cookie.
1797         (epa-dired-mode, epa-global-dired-mode): Remove.
1799         * dired.el (dired-mode-map): Bind encryption/decryption commands.
1801         * menu-bar.el (menu-bar-encryption-decryption-menu): New menu item.
1803         * files.el (insert-file-contents-literally): Inhibit epa-file-handler.
1805 2008-04-27  Glenn Morris  <rgm@gnu.org>
1807         * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
1808         Remove un-needed local `orig-list'.  Replace cl `copy-list'.
1810 2008-04-27  Carsten Dominik  <dominik@science.uva.nl>
1812         * org/org.el (org-html-level-start): Always have id's in HTML.
1813         (org-export-as-html): Use `org-link-protocols' to
1814         retrieve the export form of the link.
1815         (org-add-link-type): Final parameter renamed from PUBLISH.
1816         Better documentation of how it is to be used.  Avoid double entries for
1817         the same link type.
1818         (org-add-link-props): New function.
1819         (org-modules-loaded): New variable.
1820         (org-load-modules-maybe, org-set-modules): New function.
1821         (org-modules): New option.
1822         (org-mode, org-cycle, orgstruct-mode, org-run-like-in-org-mode)
1823         (orgtbl-mode, org-store-link, org-insert-link-global)
1824         (org-open-at-point): Call `org-load-modules-maybe'.
1825         (org-search-view): Add more text properties.
1826         (org-agenda-schedule, org-agenda-deadline): Allow also in
1827         search-type agendas.
1828         (org-search-view): Order of arguments has been changed.
1829         Interpret prefix-arg as TODO-ONLY.
1830         (org-agenda, org-run-agenda-series, org-agenda-manipulate-query):
1831         Take new argument order of `org-search-view' into account.
1832         (org-todo-only): New variable.
1833         (org-search-syntax-table): New variable and function.
1834         (org-search-view): Do the search with the special syntax table.
1835         (define-obsolete-function-alias): Make work with XEmacs.
1836         (org-add-planning-info): Use old date as default when modifying an
1837         existing deadline or scheduled item.
1838         (org-agenda-compute-time-span): Make argument N optional.
1839         (org-agenda-format-date-aligned): Require `cal-iso'.
1840         (org-agenda-list): Include week into agenda heading, don't
1841         list it at each date (only on Mondays).
1842         (org-read-date-analyze): Define local variable `iso-date'.
1843         (org-agenda-format-date-aligned): Remove dependency on
1844         `calendar-time-from-absolute'.
1845         (org-remember-apply-template, org-go-to-remember-target):
1846         Interpret filenames relative to `org-directory'.
1847         (org-complete): Silently fail when trying to complete
1848         keywords that don't have a default value.
1849         (org-get-current-options): Add a #+DATE: option.
1850         (org-additional-option-like-keywords): Remove "DATE:" from the
1851         list of additional keywords.
1852         (org-export-as-html): Remove (current-time) as unnecessary second
1853         argument of `format-time-string'.
1854         (org-clock-find-position): Handle special case at end of buffer.
1855         (org-agenda-day-view): New argument DAY-OF-YEAR, pass it on to
1856         `org-agenda-change-time-span'.
1857         (org-agenda-week-view): New argument ISO-WEEK, pass it on to
1858         `org-agenda-change-time-span'.
1859         (org-agenda-month-view): New argument MONTH, pass it on to
1860         `org-agenda-change-time-span'.
1861         (org-agenda-year-view): New argument YEAR, pass it on to
1862         `org-agenda-change-time-span'.
1863         (org-agenda-change-time-span): New optional argument N, pass it on
1864         to `org-agenda-compute-time-span'.
1865         (org-agenda-compute-time-span): New argument N, interpret it by
1866         changing the starting day.
1867         (org-small-year-to-year): New function.
1868         (org-scheduled-past-days): Respect `org-scheduled-past-days'.
1869         (org-auto-repeat-maybe): Make sure that repeating dates are pushed
1870         into the future, and that the shift is at least one interval, never 0.
1871         (org-update-checkbox-count): Fix bug with checkbox counting.
1872         (org-add-note): New command.
1873         (org-add-log-setup): Rename from `org-add-log-maybe'.
1874         (org-log-note-headings): New entry for plain notes (i.e. notes not
1875         related to state changes or clocking).
1876         (org-get-org-file): Check for availability of `remember-data-file'.
1877         (org-cached-entry-get): Allow a regexp value for
1878         `org-use-property-inheritance'.
1879         (org-use-property-inheritance): Allow regexp value.  Fix bug in
1880         customization type.
1881         (org-use-tag-inheritance): Allow a list and a regexp value for
1882         this variable.
1883         (org-scan-tags, org-get-tags-at): Implement selective tag inheritance.
1884         (org-entry-get): Respect value `selective' for the INHERIT argument.
1885         (org-tag-inherit-p, org-property-inherit-p): New functions.
1886         (org-agenda-format-date-aligned): Allow 10 characters for
1887         weekday, to acomodate German locale.
1888         (org-add-archive-files): New function.
1889         (org-agenda-files): New argument `ext', to get archive files as well.
1890         (org-tbl-menu): Protect the use of variables that
1891         are only available when org-table.el gets loaded.
1892         (org-read-agenda-file-list): Error if `org-agenda-files' is a
1893         single directory.
1894         (org-open-file): Allow a batch process to trigger
1895         waiting after executing a system command.
1896         (org-store-link): Link to headline when there is not
1897         target and no region in an org-mode buffer when creating a link.
1898         (org-link-types-re): New variable.
1899         (org-make-link-regexps): Compute `org-link-types-re'.
1900         (org-make-link-description-function): New option.
1901         (org-agenda-date, org-agenda-date-weekend): New faces.
1902         (org-archive-sibling-heading): New option.
1903         (org-archive-to-archive-sibling): New function.
1904         (org-iswitchb): New command.
1905         (org-buffer-list): New function.
1906         (org-agenda-columns): Also try the #+COLUMNS line in
1907         the buffer associated with the entry at point (or with the first
1908         entry in the agenda view).
1909         (org-modules): Add entry for org-bibtex.el.
1910         (org-completion-fallback-command): Move into `org-completion' group.
1911         (org-clock-heading-function): Move to `org-progress' group.
1912         (org-auto-repeat-maybe): Make sure that a note can
1913         be enforces if `org-log-repeat' is `note'.
1914         (org-modules): Allow additional symbols for external packages.
1915         (org-ctrl-c-ctrl-c): Allow for `org-clock-overlays' to be undefined.
1916         (org-clock-goto): Hide drawers after showing an
1917         entry with `org-clock-goto.'
1918         (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft):
1919         Try also a clocktable block shift.
1920         (org-clocktable-try-shift): New function.
1921         (org-columns-hscoll-title): New function.
1922         (org-columns-previous-hscroll): New variable.
1923         (org-columns-full-header-line-format): New variable.
1924         (org-columns-display-here-title, org-columns-remove-overlays):
1925         Install `org-columns-hscoll-title' in post-command-hook.
1927         * org/org.el: Split into many small files.
1929         * org/org-agenda.el: New file, split off from org.el.
1931         * org/org-archive.el: New file, split off from org.el.
1933         * org/org-bbdb.el: New file.
1935         * org/org-bibtex.el: New file, split off from org.el.
1937         * org/org-clock.el: New file, split off from org.el.
1939         * org/org-colview.el: New file, split off from org.el.
1941         * org/org-compat.el: New file, split off from org.el.
1943         * org/org-exp.el: New file, split off from org.el.
1945         * org/org-faces.el: New file, split off from org.el.
1947         * org/org-gnus.el: New file, split off from org.el.
1949         * org/org-info.el: New file, split off from org.el.
1951         * org/org-infojs.el: New file.
1953         * org/org-irc.el: New file.
1955         * org/org-macs.el: New file, split off from org.el.
1957         * org/org-mew.el: New file.
1959         * org/org-mhe.el: New file, split off from org.el.
1961         * org/org-publish.el: New file, split off from org.el.
1963         * org/org-remember.el: New file, split off from org.el.
1965         * org/org-rmail.el: New file, split off from org.el.
1967         * org/org-table.el: New file, split off from org.el.
1969         * org/org-vm.el: New file, split off from org.el.
1971         * org/org-wl.el: New file, split off from org.el.
1973 2008-04-27  Jason Riedy  <jason@acm.org>
1975         * lisp/org-table.el (orgtbl-to-generic): Add a :remove-nil-lines
1976         parameter that supresses lines that evaluate to NIL.
1977         (orgtbl-get-fmt): New inline function for
1978         picking apart formats that may be lists.
1979         (orgtbl-apply-fmt): New inline function for applying formats that
1980         may be functions.
1981         (orgtbl-eval-str): New inline function for strings that may be
1982         functions.
1983         (orgtbl-format-line, orgtbl-to-generic): Use and document.
1984         (orgtbl-to-latex, orgtbl-to-texinfo): Document.
1985         (*orgtbl-llfmt*, *orgtbl-llstart*)
1986         (*orgtbl-llend*): Dynamic variables for last-line formatting.
1987         (orgtbl-format-section): Shift formatting to support detecting the
1988         last line and formatting it specially.
1989         (orgtbl-to-generic): Document :ll* formats.  Set to the non-ll
1990         formats unless overridden.
1991         (orgtbl-to-latex): Suggest using :llend to suppress the final \\.
1992         (*orgtbl-table*, *orgtbl-rtn*): Dynamically
1993         bound variables to hold the input collection of lines and output
1994         formatted text.
1995         (*orgtbl-hline*, *orgtbl-sep*, *orgtbl-fmt*, *orgtbl-efmt*)
1996         (*orgtbl-lfmt*, *orgtbl-lstart*, *orgtbl-lend*): Dynamically bound
1997         format parameters.
1998         (orgtbl-format-line): New function encapsulating formatting for a
1999         single line.
2000         (orgtbl-format-section): Similar for each section.  Rebinding the
2001         dynamic vars customizes the formatting for each section.
2002         (orgtbl-to-generic): Use orgtbl-format-line and
2003         orgtbl-format-section.
2004         (org-get-param): Now unused, so delete.
2005         (orgtbl-gather-send-defs): New function to
2006         gather all the SEND definitions before a table.
2007         (orgtbl-send-replace-tbl): New function to find the RECEIVE
2008         corresponding to the current name.
2009         (orgtbl-send-table): Use the previous two functions and implement
2010         multiple destinations for each table.
2012         * doc/org.texi (A LaTeX example): Note that fmt may be a
2013         one-argument function, and efmt may be a two-argument function.
2014         (Radio tables): Document multiple destinations.
2016 2008-04-27  Carsten Dominik  <dominik@science.uva.nl>
2018         * org/org-agenda.el (org-add-to-diary-list): New function.
2019         (org-prefix-has-effort): New variable.
2020         (org-sort-agenda-noeffort-is-high): New option.
2021         (org-agenda-columns-show-summaries)
2022         (org-agenda-columns-compute-summary-properties): New options.
2023         (org-format-agenda-item): Compute the duration of the item.
2024         (org-agenda-weekend-days): New variable.
2025         (org-agenda-list, org-timeline): Use the proper faces for dates in
2026         the agenda and timeline buffers.
2027         (org-agenda-archive-to-archive-sibling): New command.
2028         (org-agenda-start-with-clockreport-mode): New option.
2029         (org-agenda-clockreport-parameter-plist): New option.
2030         (org-agenda-clocktable-mode): New variable.
2031         (org-agenda-deadline-leaders): Allow a function value for the
2032         deadline leader.
2033         (org-agenda-get-deadlines): Deal with new function value.
2035         * lisp/org-clock.el (org-clock): New customization group.
2036         (org-clock-into-drawer, org-clock-out-when-done)
2037         (org-clock-in-switch-to-state, org-clock-heading-function):
2038         Move into the new group.
2039         (org-clock-out-remove-zero-time-clocks): New option.
2040         (org-clock-out): Use `org-clock-out-remove-zero-time-clocks'.
2041         (org-dblock-write:clocktable): Allow a Lisp form for the scope
2042         parameter.
2043         (org-dblock-write:clocktable): Fix bug with total time calculation.
2044         (org-dblock-write:clocktable): Request the unrestricted list of files.
2045         (org-get-clocktable): New function.
2046         (org-dblock-write:clocktable): Make sure :tstart and :tend can not only
2047         be strings but also integers (an absolute day number) and lists (m d y).
2049         * org/org-colview.el (org-columns-next-allowed-value)
2050         (org-columns-edit-value): Limit the effort for updating in the
2051         agenda to recomputing a single file.
2052         (org-columns-compute): Only write property value if it has changed.
2053         This avoids raising the buffer-change-flag unnecessarily.
2054         (org-agenda-colview-summarize)
2055         (org-agenda-colview-compute): New functions.
2056         (org-agenda-columns): Call `org-agenda-colview-summarize'.
2058         * org/org-exp.el (org-export-run-in-background): New option.
2059         (org-export-icalendar): Allow a batch process to trigger waiting
2060         after executing a system command.
2061         (org-export-preprocess-string): Rename from
2062         `org-cleaned-string-for-export'.
2063         (org-export-html-style): Made target class look like normal text.
2064         (org-export-as-html): Make use of the better proprocessing in
2065         `org-cleaned-string-for-export'.
2066         (org-cleaned-string-for-export): Better treatment of heuristic
2067         targets, many more internal links will now work in HTML export.
2068         (org-get-current-options): Incorporate LINK_UP, LINK_HOME, and INFOJS.
2069         (org-export-inbuffer-options-extra): New variable.
2070         (org-export-options-filters): New hook.
2071         (org-infile-export-plist): Find also the settings keywords in
2072         `org-export-inbuffer-options-extra'.
2073         (org-infile-export-plist): Allow multiple #+OPTIONS lines and
2074         multiple #+INFOJS_OPT lines.
2075         (org-export-html-handle-js-options): New function.
2076         (org-export-html-infojs-setup): New option.
2077         (org-export-as-html): Call `org-export-html-handle-js-options'.
2078         Add autoload to all entry points.
2079         (org-skip-comments): Function removed.
2081         * org/org-table.el (org-table-make-reference): Extra parenthesis
2082         around single fields, to make sure that algebraic formulas get
2083         correctly interpreted by calc.
2084         (org-table-current-column): No longer interactive.
2086         * org/org-export-latex.el (org-export-latex-preprocess):
2087         Rename from `org-export-latex-cleaned-string'.
2089 2008-04-27  Bastien Guerry  <bzg@altern.org>
2091         * org/org-publish.el (org-publish-get-base-files-1): New function.
2092         (org-publish-get-base-files): Use it.
2093         (org-publish-temp-files): New variable.
2094         Don't require 'dired-aux anymore.
2095         (org-publish-initial-buffer): New variable.
2096         (org-publish-org-to, org-publish): Use it.
2097         (org-publish-get-base-files-1): Bug fix: get
2098         the proper list of files when recursing thru a directory.
2099         (org-publish-get-base-files): Use the :exclude property to skip
2100         both files and directories.
2102 2008-04-27  Michael Albinus  <michael.albinus@gmx.de>
2104         * net/tramp.el (tramp-handle-make-symbolic-link)
2105         (tramp-handle-file-name-directory)
2106         (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
2107         (tramp-do-copy-or-rename-file-directly)
2108         (tramp-handle-insert-directory, tramp-handle-expand-file-name)
2109         (tramp-handle-substitute-in-file-name)
2110         (tramp-handle-insert-file-contents, tramp-handle-write-region)
2111         * net/tramp-cache.el (tramp-get-file-property)
2112         (tramp-set-file-property, tramp-flush-file-property)
2113         (tramp-flush-directory-property)
2114         * net/tramp-compat.el (tramp-compat-make-temp-file)
2115         * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
2116         Disable `file-name-handler-alist' when handling localname.
2117         It could have a remote file syntax, like a VMS file name.
2119 2008-04-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2121         * whitespace.el: New version 11.1.
2122         (whitespace-trailing-regexp): Option fix, now trailing regexp must be
2123         enclosed by \\( and \\)$.  Docstring fix.
2124         (whitespace-trailing-regexp): Fun removed.
2125         (whitespace-report-list): Const initialization fix.
2126         (whitespace-color-on): Code fix.
2128 2008-04-27  Andreas Schwab  <schwab@suse.de>
2130         * Makefile.el: Unbreak bootstrap.
2132 2008-04-27  Michael Albinus  <michael.albinus@gmx.de>
2134         * net/tramp.el (tramp-replace-environment-variables): New defun.
2135         (tramp-handle-substitute-in-file-name, tramp-file-name-handler):
2136         Use it.
2138 2008-04-27  Glenn Morris  <rgm@gnu.org>
2140         * emacs-lisp/bytecomp.el (byte-compile-file): Doc fix.
2142         * calculator.el (calculator-expt): Replace cl function `oddp'.
2144 2008-04-27  Johan BockgÃ¥rd  <bojohan@gnu.org>
2146         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
2147         Simplify.  Collect `defun' and `autoload' entries.
2148         Avoid modifying load-history.
2150 2008-04-26  Glenn Morris  <rgm@gnu.org>
2152         * textmodes/ispell.el (ispell-insert-word): Revert previous change.
2154         * simple.el (quoted-insert, zap-to-char): Revert previous change.
2156 2008-04-26  John Paul Wallington  <jpw@pobox.com>
2158         * hexl.el (hexl-mode): Stash `eldoc-documentation-function' in
2159         `hexl-mode-old-eldoc-documentation-function'.
2160         (hexl-mode-exit): Restore it.
2161         (hexl-mode-old-eldoc-documentation-function): Declare for compiler.
2163         * w32-fns.el (top-level): Don't set `completion-ignore-case' to t.
2165 2008-04-26  Juanma Barranquero  <lekktu@gmail.com>
2167         * minibuffer.el (completion-pcm-word-delimiters): Add :group.
2168         (completion-pcm--all-completions): Doc fix.
2169         (completion-styles-alist, completion-all-completions):
2170         Fix typos in docstrings.
2172 2008-04-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2174         * whitespace.el: There is now only one variable (whitespace-style) to
2175         specify which kind of blank is visualized.  Doc and docstring fix.
2176         New version 11.0.
2177         (whitespace-style): New option, replace whitespace-style-mark and
2178         whitespace-style-color.
2179         (whitespace-style-mark, whitespace-style-color): Options removed.
2180         (whitespace-hspace, whitespace-tab, whitespace-newline)
2181         (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
2182         (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
2183         (whitespace-hspace-regexp, whitespace-space-regexp)
2184         (whitespace-tab-regexp, whitespace-trailing-regexp)
2185         (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
2186         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
2187         (whitespace-space-after-tab-regexp, whitespace-line-column)
2188         (whitespace-display-mappings, whitespace-report): Docstring fix.
2189         (whitespace-color-value-list, whitespace-mark-value-list)
2190         (whitespace-active-color, whitespace-active-mark)
2191         (whitespace-toggle-color, whitespace-toggle-mark): Vars removed.
2192         (whitespace-style-value-list, whitespace-active-style)
2193         (whitespace-toggle-style): New vars.
2194         (whitespace-toggle-option-alist, whitespace-help-text):
2195         Var initialization and docstring fix.
2196         (whitespace-toggle-options, global-whitespace-toggle-options)
2197         (whitespace-cleanup, whitespace-cleanup-region)
2198         (whitespace-report-region, whitespace-interactive-char)
2199         (whitespace-toggle-list): Docstring and code fix.
2200         (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
2201         (whitespace-turn-off, whitespace-color-on, whitespace-color-off)
2202         (whitespace-display-char-on, whitespace-display-char-off): Code fix.
2203         (whitespace-style-face-p, whitespace-style-mark-p): New fun.
2205 2008-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2207         * diff-mode.el (diff-hunk-header-re-unified): Allow elided line counts.
2208         (diff-end-of-hunk, diff-unified->context, diff-fixup-modifs)
2209         (diff-sanity-check-hunk): Adjust code accordingly.
2211 2008-04-26  Glenn Morris  <rgm@gnu.org>
2213         * abbrev.el (define-abbrev): Don't use `iff' in doc-strings.
2215         * forms-d2.dat: Move to ../etc.
2216         * forms-d2.el (forms-file): Adapt for above change.
2218         * simple.el (quoted-insert, zap-to-char): Remove uses of obsolete
2219         `translation-table-for-input'.
2221         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): New function.
2222         (byte-compile-obsolete, byte-compile-variable-ref): Use it.
2224         * progmodes/fortran.el (fortran-mode-syntax-table): Change `;'
2225         to punctuation now it's not needed for abbrevs.
2226         (fortran-mode-abbrev-table): Remove defvar, make use of new
2227         define-abbrev-table :regexp feature.
2229         * textmodes/ispell.el (ispell-insert-word): Remove, and replace with
2230         insert, now that translation-table-for-input is not needed.
2232 2008-04-26  Johannes Weiner  <hannes@saeurebad.de>
2234         * emacs-lisp/pp.el (pp-display-expression): New function,
2235         extracted from pp-eval-expression.
2236         (pp-eval-expression): Use pp-display-expression.
2237         (pp-macroexpand-expression, pp-macroexpand-last-sexp): New functions.
2238         (pp-last-sexp): New function, extracted from pp-eval-last-sexp.
2239         (pp-eval-last-sexp): Use pp-last-sexp.
2241 2008-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2243         * abbrev.el (define-abbrev-table): Apply props even if the table
2244         exists already.
2246         * minibuffer.el (completion-table-with-context): Fix `pred' for the
2247         various kinds of completion tables.
2248         (completion-emacs22-try-completion): Place cursor after the /, as was
2249         done in Emacs-22's minibuffer-complete-word.
2250         Fix bug reported by David Hansen <david.hansen@gmx.net>.
2251         (completion-emacs22-try-completion): Merge all mergable text rather
2252         than just /.
2253         (completion-pcm--delim-wild-regex): New var.
2254         (completion-pcm-word-delimiters): New custom.
2255         (completion-pcm--prepare-delim-re, completion-pcm--pattern-trivial-p)
2256         (completion-pcm--string->pattern, completion-pcm--pattern->regex)
2257         (completion-pcm--all-completions, completion-pcm-all-completions)
2258         (completion-pcm--merge-completions, completion-pcm--pattern->string)
2259         (completion-pcm-try-completion): New functions.
2260         (completion-styles-alist): Add them.
2261         (completion-styles): Add it to the default.
2263 2008-04-25  Nick Roberts  <nickrob@snap.net.nz>
2265         * progmodes/gdb-ui.el (gud-watch): Don't create speedbar...
2266         (gdb-var-create-handler): ...until here when there are values.
2267         (gdb-post-prompt): Don't do -var-update with no watch expressions.
2268         (gdb-info-locals-handler): Don't match "struct {...}" as an array.
2270 2008-04-25  Eli Zaretskii  <eliz@gnu.org>
2272         * ls-lisp.el (ls-lisp-format): Fix last change.
2273         (ls-lisp-uid-d-fmt, ls-lisp-uid-s-fmt, ls-lisp-gid-d-fmt)
2274         (ls-lisp-gid-s-fmt, ls-lisp-filesize-d-fmt)
2275         (ls-lisp-filesize-f-fmt): New defvars.
2276         (ls-lisp-insert-directory): Dynamically compute format specifiers
2277         for displaying UID, GID, and file size, and store them in the
2278         above variables.
2279         (ls-lisp-format): Use ls-lisp-filesize-f-fmt, ls-lisp-uid-s-fmt,
2280         ls-lisp-uid-d-fmt, ls-lisp-gid-s-fmt, and ls-lisp-gid-d-fmt
2281         instead of constant format strings.
2282         (ls-lisp-format-file-size): Use ls-lisp-filesize-f-fmt and
2283         ls-lisp-filesize-d-fmt instead of constant format strings.
2285 2008-04-24  Nick Roberts  <nickrob@snap.net.nz>
2287         * progmodes/gdb-ui.el (gdb-invalidate-assembler): Compare numeric
2288         value of addresses rather than (partial) string value.
2289         (gdb-frame-handler): Change regexp according to above change.
2290         (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
2291         (gdb-registers-mode, gdb-memory-mode, gdb-locals-mode)
2292         (gdb-assembler-mode): Disable undo in these buffers.
2294 2008-04-24  Michael Albinus  <michael.albinus@gmx.de>
2296         * net/tramp.el (tramp-get-remote-stat): Test whether stat supports %s.
2297         Reported by Loris Bennett <loris.bennett@fu-berlin.de>.
2299 2008-04-24  Sam Steingold  <sds@gnu.org>
2301         * textmodes/remember.el (remember-diary-extract-entries): Use
2302         diary-make-entry instead of the obsolete make-diary-entry.
2304 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2306         * subr.el (translation-table-for-input): Mark as obsolete.
2308         * isearch.el (isearch-search-string): Avoid string-bytes and aset.
2310         * international/quail.el (quail-build-decode-map): Avoid string-bytes.
2312         * textmodes/ispell.el (ispell-dictionary-alist-1)
2313         (ispell-dictionary-alist-2, ispell-dictionary-alist-3)
2314         (ispell-dictionary-alist-4, ispell-dictionary-alist-5)
2315         (ispell-dictionary-alist-6): Remove.
2316         (ispell-dictionary-base-alist): New var, merges the above.
2317         (ispell-find-aspell-dictionaries, ispell-set-spellchecker-params):
2318         Use it.
2319         (ispell-dictionary-alist): Default to nil.  Remove autoload.
2320         (ispell-local-dictionary-alist): Remove autoload.
2322         * progmodes/f90.el (f90-mode-syntax-table): Don't set ` as word syntax.
2323         (f90-mode-abbrev-table): Use the new :regexp feature.
2324         Merge defvar and mapc into define-abbrev-table.
2325         (f90-imenu-type-matcher): Remove unused `l'.
2326         (f90-imenu-generic-expression): Remove unused `not-ib'.
2327         (f90-prepare-abbrev-list-buffer): Use with-current-buffer.
2328         (f90-change-keywords): Use restore-buffer-modified-p.
2330 2008-04-24  Glenn Morris  <rgm@gnu.org>
2332         * net/goto-addr.el (goto-address-prog-mode):
2333         * progmodes/bug-reference.el (bug-reference-prog-mode):
2334         Define for compiler.
2336         * minibuffer.el (x-file-dialog): Declare as function.
2338         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file): Use
2339         dframe-update-speed rather than obsolete alias speedbar-update-speed.
2341         * calendar/cal-menu.el (cal-menu-diary-menu): Fix typo.
2342         (cal-menu-scroll-menu): Use commands rather than key macros, which don't
2343         work with easymenu.  Add :keys where needed.
2345         * calendar/cal-move.el (calendar-scroll-left): Handle case when
2346         event-start is nil.
2348         * calendar/calendar.el (calendar-mode-map): Fix typo.
2350 2008-04-24  Tom Tromey  <tromey@redhat.com>
2352         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
2353         Document keywords.  Add :suppress.
2354         * pcvs-defs.el (cvs-mode-map): Use :suppress.
2356         * net/goto-addr.el (goto-address-unfontify): New function.
2357         (goto-address-fontify): Use it.  Respect goto-address-prog-mode.
2358         (goto-address-fontify-region, goto-address-mode)
2359         (goto-address-prog-mode): New functions.
2361         * progmodes/bug-reference.el: New file.
2363 2008-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2365         * term/mac-win.el (mac-ts-active-input-buf): Move defvar to macterm.c.
2367 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2369         * emacs-lisp/easymenu.el (easy-menu-make-symbol): Don't wrap keyboard
2370         macros within lambdas.
2372 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2374         * minibuffer.el (completion-try-completion): Add `point' argument.
2375         Change return value.
2376         (completion-all-completions): Add `point' argument.
2377         (minibuffer-completion-help): Pass the new `point' argument.
2378         (completion--do-completion): Pass the whole field to try-completion.
2379         (completion--try-word-completion): Rewrite, making fewer assumptions.
2380         (completion-emacs21-try-completion, completion-emacs21-all-completions)
2381         (completion-emacs22-try-completion, completion-emacs22-all-completions)
2382         (completion-basic-try-completion, completion-basic-all-completions):
2383         New functions.
2384         (completion-styles-alist): Use them.
2386 2008-04-23  Agustin Martin  <agustin.martin@hispalinux.es>
2388         * ispell.el (ispell-set-spellchecker-params): New function to make sure
2389         right params and dictionary alists are used after spellchecker changes.
2390         (ispell-aspell-dictionary-alist, ispell-last-program-name)
2391         (ispell-initialize-spellchecker-hook): New variables and hook.
2392         (ispell-find-aspell-dictionaries): Use ispell-aspell-dictionary-alist.
2393         (ispell-maybe-find-aspell-dictionaries): Remove.
2394         Calls replaced by (ispell-set-spellchecker-params) calls.
2395         (ispell-have-aspell-dictionaries): Remove.
2396         * flyspell.el: Replace ispell-maybe-find-aspell-dictionaries by
2397         ispell-set-spellchecker-params.
2399 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2401         * complete.el (PC-do-completion): Be more robust in the presence of
2402         unexpected values in minibuffer-completion-predicate.
2404         * minibuffer.el (read-file-name): Don't let-bind default-directory.
2405         Only abbreviate default-filename if it's a file.
2407         * minibuffer.el (read-file-name-function, read-file-name-predicate)
2408         (read-file-name-completion-ignore-case, insert-default-directory):
2409         New vars, moved from fileio.c.
2410         (read-file-name): New fun, moved from fileio.c.
2411         * cus-start.el: Remove insert-default-directory and
2412         read-file-name-completion-ignore-case.
2414 2008-04-23  Magnus Henoch  <mange@freemail.hu>
2416         * tar-mode.el (tar-untar-buffer): If the entry has directory
2417         link type, extract it as a directory even if its file name doesn't
2418         end with a slash.  Fixes extraction of NetBSD tar archives.
2420 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2422         * server.el (server-start): Also don't get confused by CRs since we
2423         don't quote them.
2425 2008-04-23  Nick Roberts  <nickrob@snap.net.nz>
2427         * progmodes/gdb-ui.el (gdb-init-buffer): New function.
2428         (gdb-set-gud-minor-mode-existing-buffers)
2429         (gdb-info-breakpoints-custom, gdb-get-location)
2430         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
2431         Previously gdb-create-define-alist wasn't always run and added to
2432         after-save-hook.
2434         * progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer.
2436 2008-04-23  Kevin Ryde  <user42@zip.com.au>
2438         * progmodes/make-mode.el (makefile-fill-paragraph): Treat indented
2439         comments like unindented ones.
2441 2008-04-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2443         * term/mac-win.el (mac-ae-open-documents): Adjust selection range
2444         parameter origins.
2446 2008-04-23  Kevin Ryde  <user42@zip.com.au>
2448         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2449         Bind print-level to ensure output forms aren't truncated if
2450         print-level is set to eval-expression-print-level when going via
2451         eval-defun and friends, or has been otherwise fiddled with.
2453 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2455         * progmodes/cc-mode.el (c-basic-common-init): Don't set
2456         font-lock-extend-after-change-region-function globally.
2458 2008-04-23  Juanma Barranquero  <lekktu@gmail.com>
2460         * speedbar.el (speedbar-use-tool-tips-flag)
2461         (speedbar-ignored-directory-regexp, speedbar-file-unshown-regexp)
2462         (speedbar-file-regexp, speedbar-message, speedbar-item-info)
2463         (speedbar-files-item-info, speedbar-maybe-add-localized-support)
2464         (speedbar-insert-files-at-point, speedbar-dynamic-tags-function-list)
2465         (speedbar-generic-list-positioned-group-p, speedbar-insert-generic-list)
2466         (speedbar-fetch-replacement-function, speedbar-extract-one-symbol)
2467         (speedbar-separator-face): Fix typos in docstrings.
2468         (speedbar-stealthy-function-list, speedbar-verbosity-level)
2469         (speedbar-supported-extension-expressions, speedbar-update-current-file)
2470         (speedbar-add-indicator, speedbar-tag-expand): Reflow docstring.
2471         (speedbar-use-imenu-flag, speedbar-ignored-directory-expressions)
2472         (speedbar-directory-unshown-regexp, speedbar-handle-delete-frame)
2473         (speedbar-show-info-under-mouse, speedbar-directory-buttons)
2474         (speedbar-check-vc-this-line, speedbar-files-line-directory)
2475         (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
2476         (speedbar-buffers-line-directory, speedbar-recenter-to-top)
2477         (speedbar-recenter): Doc fixes.
2478         (speedbar-update-speed, speedbar-navigating-speed): Add obsolescence
2479         declaration and remove redundant info in docstring.
2481 2008-04-23  Dan Nicolaescu  <dann@ics.uci.edu>
2483         * vc-git.el (vc-git-status-printer): Deal with directories.
2485         * vc.el (vc-next-action): Look at more than the first file to
2486         determine the state.
2488 2008-04-23  Glenn Morris  <rgm@gnu.org>
2490         * dframe.el (dframe-have-timer-flag): Drop support for Emacs without
2491         timers.  Doc fix.
2492         (dframe-update-speed): Drop support for XEmacs < 20.
2493         (dframe-frame-mode): Drop support for Emacs < 20.
2494         (dframe-set-timer-internal): Drop support for Emacs without timers.
2495         (dframe-popup-kludge): Use mouse-menu-major-mode-map if defined.
2497         * ediff-init.el (ediff-check-version): Drop support for very old Emacs
2498         versions.  Add doc-string.  Mark as obsolete.
2500         * ps-def.el (ps-color-device): Drop support for XEmacs < 19.12.
2502         * speedbar.el (speedbar-use-tool-tips-flag): Check for tooltip-mode,
2503         rather than using an Emacs version test.
2505         * tree-widget.el (tree-widget-image-enable): Use display-images-p
2506         rather than an Emacs version test.
2508         * calendar/cal-china.el (holiday-chinese-qingming)
2509         (holiday-chinese-winter-solstice, holiday-chinese): New functions.
2510         * calendar/calendar.el (calendar-chinese-all-holidays-flag): New.
2511         * calendar/holidays.el (holiday-oriental-holidays): Add more holidays.
2513         * calendar/cal-islam.el (holiday-islamic): Doc fix.
2515         * calendar/diary-lib.el (diary-list-sexp-entries): Doc fix.
2516         (diary-remind): Allow negative DAYS to represent a range 1:DAYS.
2517         Suggested by Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
2519 2008-04-23  Nick Roberts  <nickrob@snap.net.nz>
2521         * progmodes/gdb-ui.el (gdb-previous-frame-address): Rename...
2522         (gdb-previous-frame-pc-address): ...to this.
2523         (gdb-get-selected-frame): Use MI command -stack-info-frame instead
2524         of "info frame" with Gdb 6.4+.
2525         (gdb-stack-list-frames-regexp): New regexp.
2526         (gdb-frame-handler-1): Parse output of -stack-info-frame.
2528 2008-04-22  David Glasser  <glasser@davidglasser.net>  (tiny change)
2530         * tar-mode.el (tar-prefix-offset): New constant.
2531         (tar-header-block-tokenize): Support paths with long names
2532         which use the "ustar" standard.
2534 2008-04-22  Mathias Dahl  <mathias.dahl@gmail.com>
2536         * image-dired.el (image-dired-track-original-file)
2537         (image-dired-modify-mark-on-thumb-original-file):
2538         Use `dired-goto-file' instead of `search-forward'.  This solves
2539         a bug with finding files where the file name is a subset of other
2540         file names.  Doc fix.
2542 2008-04-22  Juri Linkov  <juri@jurta.org>
2544         * menu-bar.el (buffers-menu-max-size): Move its definition down to
2545         the "Buffers Menu" section.  Change group name `mouse' to `menu'.
2546         (yank-menu-length): Change group name `mouse' to `menu'.
2547         (buffers-menu-buffer-name-length): New user option.
2548         (menu-bar-update-buffers): Use buffers-menu-buffer-name-length
2549         instead of the hard-coded number 27.
2551 2008-04-22  Juri Linkov  <juri@jurta.org>
2553         * isearch.el (eval-when-compile): Require `help-macro'.
2554         (isearch-help-for-help-internal): Isearch specific Help screen
2555         created by `make-help-screen'.
2556         (isearch-help-map): New variable that binds "b", "k", "m" to
2557         isearch-specific commands, and binds other keys to
2558         isearch-other-control-char, thus allowing other Help keys to
2559         exit isearch mode and execute their global definitions.
2560         (isearch-help-for-help, isearch-describe-bindings)
2561         (isearch-describe-key, isearch-describe-mode): New commands.
2562         (isearch-mode-help): Define alias to isearch-describe-mode
2563         and remove its old function definition.
2564         (isearch-mode-map): Bind "\C-h" to isearch-help-map.
2565         Remove old comments because this issue is settled now.
2566         (isearch-forward): Describe three new Help commands in the docstring.
2567         (isearch-mode): Remove \\{isearch-mode-map} from the docstring,
2568         leave the single sentence at the first line of the docstring,
2569         and prepend the word "function" before `isearch-forward'
2570         to make the Help link to the function instead of variable.
2572 2008-04-22  Juri Linkov  <juri@jurta.org>
2574         * isearch.el (isearch-success-function): New variable with default
2575         to `isearch-success-function-default'.
2576         (isearch-search): Call a function from `isearch-success-function'
2577         instead of calling the hard-coded `isearch-range-invisible'.
2578         (isearch-success-function-default): New function that calls
2579         `isearch-range-invisible' and inverts its return value.
2581         * info.el (Info-search): In two similar places that skip
2582         undesired search matches move code to Info-search-success-function,
2583         and call `isearch-success-function' instead.
2584         (Info-search-success-function): New function copied from code
2585         in Info-search.  Replace isearch-range-invisible with
2586         text-property-not-all that checks for 'invisible and 'display
2587         properties to skip partially invisible matches (whose display
2588         properties were set by Info-fontify-node).
2589         (Info-mode): Set buffer-local isearch-success-function
2590         to Info-search-success-function.
2592 2008-04-22  Juri Linkov  <juri@jurta.org>
2594         * minibuffer.el (internal-complete-buffer-except): New function.
2596         * files.el (read-buffer-to-switch): New function.
2597         (switch-to-buffer-other-window, switch-to-buffer-other-frame):
2598         Change interactive spec to call read-buffer-to-switch instead of
2599         using the letter "B".
2601         * simple.el (minibuffer-default-add-shell-commands): New function.
2602         Use declare-function for mailcap-file-default-commands from "mailcap".
2603         (shell-command): Set local minibuffer-default-add-function to
2604         minibuffer-default-add-shell-commands in minibuffer-with-setup-hook
2605         before calling read-shell-command.  Set 4th arg default-value of
2606         read-shell-command to relative buffer-file-name in file buffers.
2608         * dired-aux.el (dired-read-shell-command-default): Move it to
2609         gnus/mailcap.el and change its name to more general name
2610         mailcap-file-default-commands.
2611         (minibuffer-default-add-dired-shell-commands): New function.
2612         Use declare-function for mailcap-file-default-commands from "mailcap".
2613         (dired-read-shell-command): Set local minibuffer-default-add-function
2614         to minibuffer-default-add-dired-shell-commands in minibuffer-with-setup-hook
2615         before calling read-shell-command.  Remove dired-read-shell-command-default
2616         from the default value arg because default values are not set in
2617         minibuffer-default-add-dired-shell-commands.  Doc fix.
2619         * dired-x.el (dired-smart-shell-command): Sync arguments and
2620         interactive spec with changes in `shell-command'.
2621         Use dired-get-filename to get the dired file name at point
2622         as the default value in dired mode.
2624 2008-04-22  Juanma Barranquero  <lekktu@gmail.com>
2626         * info.el (Info-complete-menu-item): Add missing parenthesis.
2628 2008-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2630         * info.el (Info-complete-menu-item): Save point.
2632 2008-04-22  Juanma Barranquero  <lekktu@gmail.com>
2634         * minibuffer.el (minibuffer-complete-and-exit): Fix last change.
2636 2008-04-22  Andreas Schwab  <schwab@suse.de>
2638         * Makefile.in (emacs-deps): Define.
2639         Use it instead of $(lisp)/subdirs.el.
2641 2008-04-22  Dan Nicolaescu  <dann@ics.uci.edu>
2643         * vc.el (vc-next-action): Do not consider directories when
2644         checking for state compatibility.
2645         (vc-transfer-file): Use when not if.
2646         (vc-dir-parent-marked-p, vc-dir-children-marked-p): New functions.
2647         (vc-dir-mark-file): Use them.
2648         (vc-deduce-fileset): Also return the backend.
2649         (vc-diff-internal): Take as argument the value returned by
2650         vc-deduce-fileset instead of just the fileset.
2651         (vc-next-action, vc-finish-logentry, vc-version-diff, vc-diff)
2652         (vc-dir-mark-file, vc-print-log, vc-revert, vc-rollback)
2653         (vc-update): Update the vc-deduce-fileset and vc-diff-internal calls.
2655 2008-04-22  Tassilo Horn  <tassilo@member.fsf.org>
2657         * doc-view.el (doc-view-scroll-up-or-next-page): Don't use
2658         set-window-vscroll but image-scroll-down.  Fixes a bug where a
2659         command following SPC scrolled up again.
2661 2008-04-22  Nick Roberts  <nickrob@snap.net.nz>
2663         * progmodes/gdb-ui.el (gdb-locals-header): New variable.
2664         (gdb-locals-mode, gdb-registers-mode): Use it for header line.
2665         (gud-watch): Add "$" prefix when in registers buffer.
2667 2008-04-22  Glenn Morris  <rgm@gnu.org>
2669         * progmodes/gdb-ui.el (gdbmi-invalidate-frames): Declare as function.
2671         * whitespace.el (whitespace-display-table)
2672         (whitespace-display-table-was-local): Move definitions before use.
2674         * emacs-lisp/copyright.el (copyright-at-end-flag): New option.
2675         (copyright-limit): Respect copyright-at-end-flag.
2676         (copyright-re-search, copyright-start-point)
2677         (copyright-offset-too-large-p): New functions.
2678         (copyright-update-year): Use copyright-re-search.
2679         (copyright-update, copyright-fix-years): Use copyright-start-point,
2680         and copyright-re-search.
2681         (copyright): Use copyright-offset-too-large-p.
2682         * add-log.el (change-log-mode): Set copyright-at-end-flag.
2684         * add-log.el (top-level): Require 'cl when compiling.
2686 2008-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2688         * complete.el (PC-complete-as-file-name, PC-read-file-name-internal):
2689         Treat minibuffer-completion-predicate as a predicate.
2691         * minibuffer.el (completion--file-name-table): Accept both the old
2692         `dir' arg or the new `pred' arg.
2694         * ffap.el (ffap-read-file-or-url): Do not abuse completing-read's
2695         `predicate' argument to pass non-predicate data.
2696         (ffap-read-url-internal, ffap-read-file-or-url-internal):
2697         Use second arg as proper predicate.
2699         * vc-bzr.el (vc-bzr-complete-with-prefix): Remove.
2700         (vc-bzr-revision-completion-table): Use completion-table-with-context
2701         instead.
2703         * simple.el (choose-completion-string): Use minibuffer-completion-table.
2705 2008-04-21  Chong Yidong  <cyd@stupidchicken.com>
2707         * term.el (term-emulate-terminal): Perform redisplay after the
2708         process filter has finished running.
2710 2008-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2712         * vc.el (vc-dir): Use pop-to-buffer, so it can be customized.
2714         * minibuffer.el (completion-try-completion): Change magic symbol
2715         property name.  Rename from minibuffer-try-completion.
2716         (completion-all-completions): Rename from minibuffer-all-completions.
2717         Remove hide-spaces argument.
2718         (completion--do-completion): Rename from minibuffer--do-completion.
2719         (minibuffer-complete-and-exit): Call just try-completion rather than
2720         completion-try-completion to fix up the case.
2721         (completion--try-word-completion): Try to add space or hyphen before
2722         making `string' a prefix of `completion'.
2723         (completion--insert-strings): Rename from minibuffer--insert-strings.
2725 2008-04-22  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
2727         * net/tls.el (tls-program): Add -ign_eof argument to call the
2728         openssl commands.
2729         (tls-checktrust): Ditto.
2731 2008-04-21  Dan Nicolaescu  <dann@ics.uci.edu>
2733         * vc-cvs.el (vc-cvs-status-extra-headers): New function.
2735         * vc-hooks.el (vc-insert-file, vc-state, vc-working-revision)
2736         (vc-check-master-templates, vc-file-not-found-hook)
2737         (vc-kill-buffer-hook):
2738         * vc.el (vc-process-sentinel, vc-exec-after, vc-do-command)
2739         (vc-find-position-by-context, vc-buffer-context)
2740         (vc-restore-buffer-context, vc-responsible-backend)
2741         (vc-expand-dirs, vc-ensure-vc-buffer, vc-buffer-sync)
2742         (vc-next-action, vc-register, vc-register-with, vc-steal-lock)
2743         (vc-finish-logentry, vc-coding-system-for-diff, vc-switches)
2744         (vc-version-diff, vc-diff, vc-insert-headers)
2745         (vc-dired-buffers-for-dir, vc-dired-resynch-file)
2746         (vc-snapshot-precondition, vc-create-snapshot, vc-print-log)
2747         (vc-revert, vc-rollback, vc-version-backup-file)
2748         (vc-rename-master, vc-delete-file, vc-rename-file)
2749         (vc-branch-part, vc-default-retrieve-snapshot)
2750         (vc-annotate-display-autoscale, vc-annotate-display-select)
2751         (vc-annotate, vc-annotate-warp-revision, vc-annotate-difference)
2752         (vc-annotate-lines, vc-file-tree-walk-internal): Use when instead of if.
2753         (vc-dir-update): Handle directories.
2754         (vc-default-status-printer): Simplify.
2756         * progmodes/asm-mode.el (asm-mode-map):
2757         * progmodes/hideif.el (hide-ifdef-mode-menu): Add :help.
2759         * progmodes/m4-mode.el (m4-mode-map): Add menu.
2761 2008-04-21  Kenichi Handa  <handa@m17n.org>
2763         * select.el (xselect-convert-to-string): Send a C_STRING only if
2764         the polymorphic target TEXT is requested.
2766 2008-04-21  Juanma Barranquero  <lekktu@gmail.com>
2768         * minibuffer.el (completion-setup-hook, display-completion-list)
2769         (completion--file-name-table): Fix typos in docstrings.
2770         (completion-table-dynamic): Fix typo, and reflow docstring.
2772 2008-04-20  Andreas Schwab  <schwab@suse.de>
2774         * server.el (server-switch-buffer): Also consider clients in the
2775         selected frame.
2777 2008-04-19  Nick Roberts  <nickrob@snap.net.nz>
2779         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
2780         Select window clicked on first.
2781         (gdb): Display thread number in mode-line.
2782         (gdb-make-header-line-mouse-map): Move to avoid byte compiler warnings.
2783         (gdb-breakpoints-header): New variable.
2784         (gdb-breakpoints-mode, gdb-threads-mode): Use it for header line.
2786 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2788         * vc-sccs.el (vc-sccs-do-command): New fun.  Use the "sccs" command.
2789         (vc-sccs-register, vc-sccs-checkin, vc-sccs-find-revision)
2790         (vc-sccs-checkout, vc-sccs-rollback, vc-sccs-revert)
2791         (vc-sccs-steal-lock, vc-sccs-modify-change-comment)
2792         (vc-sccs-print-log): Use it.
2794         * vc-hooks.el (vc-path): Remove SCCS-specific hack.
2796         * emacs-lisp/lisp-mode.el (lisp-mode-auto-fill): Make it an alias.
2797         * progmodes/scheme.el (scheme-mode-variables): Don't use it.
2799         * tooltip.el (tooltip-previous-message): New var.
2800         (tooltip-show-help-non-mode): Rewrite to better follow the behavior of
2801         the C code (avoid overwriting a minibuffer, restore previous echo
2802         message, ...).
2803         (tooltip-delay, tooltip-process-prompt-regexp, tooltip-strip-prompt):
2804         Simplify.
2806 2008-04-19  Nick Roberts  <nickrob@snap.net.nz>
2808         * progmodes/gdb-ui.el (gdb-thread-indicator): New variable.
2809         (gdb-init-1): Initialise it.
2810         (gdb-annotation-rules): New entry for "new-thread".
2811         (gdb-thread-identification): New function to customize
2812         mode-line-buffer-identification.
2813         (gdb-frames-mode, gdb-registers-mode, gdb-locals-mode)
2814         (gdb-assembler-mode): Use it.
2815         (gdb-threads-mode): Force "info threads" onto queue.
2817 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2819         * files.el (locate-file-completion-table): Rename from
2820         locate-file-completion and make it use `pred' in the normal way.
2821         (locate-file-completion): New compatibility wrapper.
2822         (load-library): Use locate-file-completion-table.
2823         * finder.el (finder-commentary):
2824         * subr.el (locate-library):
2825         * emacs-lisp/find-func.el (find-library): Likewise.
2826         * info.el: Use with-current-buffer and inhibit-read-only.
2827         (Info-read-node-name-2): Change to use `predicate' in the normal way.
2828         (Info-read-node-name-1): Adjust uses accordingly.
2830         * minibuffer.el (completion-table-with-context): Add support for `pred'.
2831         (completion-table-with-terminator): Don't use complete-with-action
2832         since we have to distinguish all three cases anyway.
2833         (completion-table-with-predicate): New function.
2834         (dynamic-completion-table): Add obsolete alias.
2836         * emacs-lisp/trace.el (trace-make-advice): Don't change selected-window.
2838 2008-04-18  Sam Steingold  <sds@gnu.org>
2840         * vc.el (vc-dir-menu-map, vc-dir-mode-map, vc-dir-tool-bar-map):
2841         Use quit-window instead of bury-buffer.
2843 2008-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2845         * minibuffer.el (completion-table-with-terminator): Fix last fix.
2847 2008-04-18  Andreas Schwab  <schwab@suse.de>
2849         * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
2850         ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
2851         Depend on $(lisp)/subdirs.el.
2853 2008-04-18  Juanma Barranquero  <lekktu@gmail.com>
2855         * descr-text.el (describe-char-after):
2856         Use `define-obsolete-function-alias'.
2858         * dired-x.el (dired-omit-files-p): Use `define-obsolete-variable-alias'.
2860         * facemenu.el (facemenu-unlisted-faces): Fix obsolescence description.
2862         * savehist.el (savehist-load): Add WHEN to obsolescence declaration.
2863         Remove redundant obsolescence info in docstring.
2865         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
2866         (vc-header-alist): Add WHEN to obsolescence declaration.
2867         (vc-state): Fix typo in docstring.
2869         * emacs-lisp/checkdoc.el (checkdoc-minor-keymap):
2870         Use `define-obsolete-variable-alias'.
2872         * emulation/tpu-edt.el (tpu-have-ispell):
2873         * international/codepage.el (codepage-setup):
2874         Fix typo in obsolescence declaration.
2876         * international/mule.el (char-coding-system-table):
2877         Remove redundant obsolescence info in docstring.
2878         (charset-list, generic-char-p, set-char-table-default):
2879         Fix typos in obsolescence decarations.
2881         * international/mule-diag.el (non-iso-charset-alist):
2882         Fix typo in obsolescence declaration.
2883         (decode-codepage-char): Remove redundant obsolescence info in docstring.
2885         * font-core.el (font-lock-defaults-alist):
2886         * font-lock.el (font-lock-reference-face):
2887         * frame.el (screen-height, screen-width, set-screen-width)
2888         (set-screen-height):
2889         * hilit-chg.el (highlight-changes-initial-state):
2890         * isearch.el (isearch-return-char):
2891         * log-edit.el (cvs-commit-buffer-require-final-newline)
2892         (cvs-changelog-full-paragraphs):
2893         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
2894         (mouse-popup-menubar-stuff):
2895         * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
2896         (mouse-wheel-click-button):
2897         * outline.el (outline-visible):
2898         * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name):
2899         * pcvs-info.el (cvs-display-full-path, cvs-fileinfo->full-path):
2900         * emacs-lisp/lisp-mode.el (lisp-comment-indent):
2901         * progmodes/compile.el (compile-internal):
2902         Add WHEN to obsolescence declarations.
2904 2008-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2906         * emacs-lisp/debug.el (debug): Revert to bury-buffer since quit-window
2907         is not better anyway.
2909 2008-04-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2911         * whitespace.el (whitespace-report-region): Handle whitespace-tab-width
2912         properly.
2914 2008-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2916         * progmodes/python.el (python-mode-map): Use abbrev-table-menu.
2917         (python-use-skeletons): Remove, unused.
2918         (python-skeletons): Remove.  Use the abbrev table instead.
2919         (python-mode-abbrev-table): Fix regexp;
2920         add enable-function and case-fixed.
2921         (def-python-skeleton): Simplify.
2922         (python-expand-template): Use the abbrev-table and abbrev-insert.
2923         (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
2924         Remove.
2925         (python-mode): Don't set pre-abbrev-expand-hook.
2927         * skeleton.el: Set coding-tag.
2929         * abbrev.el (abbrev-insert): New function extracted from expand-abbrev.
2930         (expand-abbrev): Use it.
2931         (abbrev-table-menu): New function.
2933         * abbrev.el (define-abbrev-table): Fontify dosctrings as such.
2935         * minibuffer.el (completion-table-with-terminator): Fix paren typo.
2937 2008-04-17  Sam Steingold  <sds@gnu.org>
2939         * pcvs-util.el (cvs-bury-buffer): Use quit-window instead of the
2940         idiosyncratic bury-buffer/delete-window logic.
2942 2008-04-17  Juanma Barranquero  <lekktu@gmail.com>
2944         * emacs-lisp/crm.el (crm-completion-help, crm-complete)
2945         (crm-complete-word, crm-complete-and-exit): Fix typo in previous change.
2947 2008-04-17  Kenichi Handa  <handa@m17n.org>
2949         * international/characters.el: Don't make the width of U+00AD to 0.
2951 2008-04-17  Nick Roberts  <nickrob@snap.net.nz>
2953         * progmodes/gdb-ui.el (gdb-stack-update): New variable.
2954         (gdb, gdb-starting, gdb-frames-mode): Use it.
2955         (gdb-invalidate-frames): Advise to call "info stack" only if
2956         execution has occurred.
2957         (gdb-info-breakpoints-custom): Only update overlay-arrow pointing to
2958         selected frame if no execution has occurred.
2959         (gdb-frames-force-update): New interactive function.
2960         (gdb-frames-mode-map): Bind it to "F".
2962 2008-04-17  Michael Olson  <mwolson@gnu.org>
2964         * textmodes/remember.el (remember-version): Release Remember 2.0.
2966 2008-04-16  Yoni Rabkin  <yoni@rabkins.net>
2968         * textmodes/artist.el:
2969         * progmodes/vhdl-mode.el:
2970         * progmodes/verilog-mode.el:
2971         * progmodes/vera-mode.el:
2972         * progmodes/simula.el:
2973         * progmodes/ps-mode.el:
2974         * progmodes/cmacexp.el:
2975         * obsolete/hilit19.el:
2976         * emulation/viper.el:
2977         * ediff.el: Cleanup the bug-report email addresses and make sure the
2978         maintainer is still willing to handle bug reports.
2980 2008-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
2982         * vc.el (vc-dir-kill-query): Fix thinko.
2984 2008-04-16  Glenn Morris  <rgm@gnu.org>
2986         * calendar/diary-lib.el (diary-remind): Don't clobber `date' passed
2987         by diary-sexp-entry.
2989 2008-04-16  Markus Triska  <markus.triska@gmx.at>
2991         * proced.el (proced-command-alist): Add support for darwin.
2993 2008-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2995         * proced.el (proced-mode): Redefine as just the major-mode.
2996         (proced): Separate it from proced-mode.
2998         * vc.el: Rename vc-status to vc-dir and the vc-status var to vc-ewoc.
3000 2008-04-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3002         * whitespace.el: Honor the `indent-tabs-mode' setting from user.
3003         Suggested by Stephen Deasey <sdeasey@gmail.com>.  Honor also the
3004         `tab-width' setting from user.  New version 10.0.  Doc and docstring
3005         fix.
3006         (whitespace-style, whitespace-chars): Remove options.
3007         (whitespace-style-mark): New option, replace whitespace-style deleted
3008         option.  Fix docstring.
3009         (whitespace-style-color): New option, replace whitespace-chars deleted
3010         option.  Fix docstring.
3011         (whitespace-space, whitespace-hspace, whitespace-tab)
3012         (whitespace-newline, whitespace-trailing, whitespace-line)
3013         (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
3014         (whitespace-space-after-tab, whitespace-hspace-regexp)
3015         (whitespace-space-regexp, whitespace-tab-regexp)
3016         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
3017         (whitespace-empty-at-eob-regexp, whitespace-line-column)
3018         (whitespace-toggle-option-alist): Fix docstring.
3019         (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
3020         (whitespace-space-after-tab-regexp, whitespace-display-mappings): Fix
3021         docstring and initialization.
3022         (global-whitespace-mode): Autoloaded global minor mode.
3023         (whitespace-chars-value-list, whitespace-style-value-list)
3024         (whitespace-active-chars, whitespace-active-style)
3025         (whitespace-toggle-chars, whitespace-toggle-style): Remove vars.
3026         (whitespace-color-value-list): New var, replace
3027         whitespace-chars-value-list removed var.
3028         (whitespace-mark-value-list): New var, replace
3029         whitespace-style-value-list removed var.
3030         (whitespace-active-color): New var, replace whitespace-active-chars
3031         removed var.
3032         (whitespace-active-mark): New var, replace whitespace-active-style
3033         removed var.
3034         (whitespace-toggle-color): New var, replace whitespace-toggle-chars
3035         removed var.
3036         (whitespace-toggle-mark): New var, replace whitespace-toggle-style
3037         removed var.
3038         (whitespace-toggle-option-alist, whitespace-report-list)
3039         (whitespace-report-text, whitespace-help-text): Fix initialization.
3040         (whitespace-indent-tabs-mode, whitespace-tab-width): New vars.
3041         (whitespace-toggle-options, global-whitespace-toggle-options)
3042         (whitespace-cleanup-region, whitespace-report-region)
3043         (whitespace-interactive-char): Fix docstring and code.
3044         (whitespace-cleanup, whitespace-report): Fix docstring.
3045         (whitespace-replace-spaces-by-tabs): Remove fun.
3046         (whitespace-replace-action): New fun, replace
3047         whitespace-replace-spaces-by-tabs removed fun.
3048         (whitespace-regexp, whitespace-indentation-regexp)
3049         (whitespace-space-after-tab-regexp, whitespace-insert-value)
3050         (whitespace-kill-buffer): New funs.
3051         (whitespace-insert-option-mark, whitespace-help-on)
3052         (whitespace-help-off, whitespace-turn-on, whitespace-turn-off)
3053         (whitespace-color-on, whitespace-color-off)
3054         (whitespace-display-char-on): Fix code.
3056 2008-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3058         * mouse-drag.el (mouse-throw-magnifier-with-scroll-bar)
3059         (mouse-throw-magnifier-with-mouse-movement): Remove.
3060         (mouse-throw-magnifier-base): New const.
3061         (mouse-drag-scroll-delta): New fun.
3062         (mouse-drag-throw): Use it.
3064 2008-04-15  Juanma Barranquero  <lekktu@gmail.com>
3066         * international/uni-bidi.el, international/uni-category.el:
3067         * international/uni-combining.el, international/uni-comment.el:
3068         * international/uni-decimal.el, international/uni-decomposition.el:
3069         * international/uni-digit.el, international/uni-lowercase.el:
3070         * international/uni-mirrored.el, international/uni-name.el:
3071         * international/uni-numeric.el, international/uni-old-name.el:
3072         * international/uni-titlecase.el, international/uni-uppercase.el:
3073         * international/charprop.el: Regenerate.
3075 2008-04-15  Dan Nicolaescu  <dann@ics.uci.edu>
3077         * vc.el (vc-status-fileinfo): Add new member directoryp.
3078         (vc-default-status-printer): Print directories.
3079         (vc-status-update): Sort files before subdirectories.
3081         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
3082         Add alternative implementation based on "cvs update".
3084 2008-04-15  Tassilo Horn  <tassilo@member.fsf.org>
3086         * doc-view.el: Changed requirements section to tell that only one
3087         of dvipdf or dvipdfm is needed.
3088         (doc-view-already-converted-p): Fix bug that forced reconversion
3089         if doc was already converted.
3091 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3093         * minibuffer.el (minibuffer-message):
3094         Make sure we can put-text-property.
3096         * emacs-lisp/crm.el: Complete rewrite.
3098         * tmm.el (tmm-completion-delete-prompt): Don't hardcode point-min==1.
3099         (tmm-add-prompt): Make sure completion-setup-hook is preserved even in
3100         case of an error in display-completion-list.
3102         * filecache.el (file-cache-completions-keymap): Move init from
3103         file-cache-completion-setup-function into declaration.
3104         (file-cache-minibuffer-complete): Simplify.
3105         (file-cache-completion-setup-function): Use standard-output,
3106         preserve current-buffer.
3108         * vc.el (vc-status-update): Fix typo.
3109         (vc-status-update): Set needs-update.
3110         (vc-status-refresh): Î·-reduce.
3112 2008-04-14  Tassilo Horn  <tassilo@member.fsf.org>
3114         * doc-view.el (doc-view-mode-map): Bind C-a to image-bol and C-e
3115         to image-eol.
3117 2008-04-14  Alexandre Julliard  <julliard@winehq.org>
3119         * vc.el (vc-status-update): Undo the previous revert.
3121 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3123         * minibuffer.el (completion-table-with-terminator): Those completions
3124         are never valid w.r.t test-completion.
3125         (completion--file-name-table):
3126         Check completion-all-completions-with-base-size.
3128 2008-04-14  Tassilo Horn  <tassilo@member.fsf.org>
3130         * doc-view.el (doc-view-dvipdf-program): New variable.
3131         (doc-view-dvipdfm-program): Mention doc-view-dvipdf-program.
3132         (doc-view-mode-p): Check for doc-view-dvipdf-program as
3133         alternative for doc-view-dvipdfm-program.
3134         (doc-view-dvi->pdf): Prefer dvipdf over dvipdfm.
3136         * doc-view.el (doc-view-start-process): Don't set
3137         default-directory to "~/" if the current value is valid.
3138         This broke PS files that run other files in the same directory.
3140 2008-04-14  Dan Nicolaescu  <dann@ics.uci.edu>
3142         * vc.el (vc-status-kill-query): New function.
3143         (vc-status-mode): Add it to kill-buffer-query-functions.
3144         (vc-status-show-fileentry): New function.
3145         (vc-status-menu-map): Bind it.  Bind vc-next-action.
3147 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3149         * minibuffer.el (minibuffer-message): Put cursor at the right place.
3151 2008-04-13  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3153         * proced.el (proced-send-signal): Fix error recognition.
3155 2008-04-13  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3157         * proced.el (proced-command-alist): Remove sort column.
3158         (proced-command, proced-procname-column):
3159         Use make-variable-buffer-local.
3160         (proced-signal-function): Rename from proced-kill-program.
3161         Allow for elisp symbols and string values representing system calls.
3162         (proced-marker-regexp, proced-success-message): New functions.
3163         (proced): Use defalias.  Add autoload cookie.
3164         (proced-unmark-backward, proced-toggle-marks)
3165         (proced-hide-processes): New commands.
3166         (proced-do-mark): Simplify code.
3167         (proced-insert-mark): Use optional arg BACKWARD instead of line number.
3168         (proced-update): Remove sorting.
3169         (proced-send-signal): Display number of processes to operate on.
3170         Allow for system calls or elisp functions to send signals.
3171         Check if signal was sent successfully.
3173 2008-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3175         * minibuffer.el (completion-all-completion-with-base-size): New var.
3176         (completion--some): New function.
3177         (completion-table-with-context, completion--file-name-table):
3178         Return the base-size if requested.
3179         (completion-table-in-turn): Generalize to multiple arguments.
3180         (complete-in-turn): Compatibility alias.
3181         (completion-styles-alist): New var.
3182         (completion-styles): New customization.
3183         (minibuffer-try-completion, minibuffer-all-completions):
3184         New functions.
3185         (minibuffer--do-completion, minibuffer-complete-and-exit)
3186         (minibuffer-try-word-completion): Use them.
3187         (display-completion-list, minibuffer-completion-help): Use them.
3188         Handle all-completions's new base-size info to set completion-base-size.
3189         * info.el (Info-read-node-name-1): Use completion-table-with-context,
3190         completion-table-with-terminator and complete-with-action.
3191         Remove the now obsolete completion-base-size-function property.
3192         * simple.el (completion-list-mode-map): Move init into declaration.
3193         (completion-list-mode): Use define-derived-mode.
3194         (completion-setup-function): Use any completion-base-size that may
3195         have been set before.  Remove handling of completion-base-size-function.
3196         * loadup.el: Move abbrev.el up earlier.
3198 2008-04-13  Alexandre Julliard  <julliard@winehq.org>
3200         * vc-git.el (vc-git-after-dir-status-stage)
3201         (vc-git-dir-status-goto-stage): New functions.
3202         (vc-git-after-dir-status-stage1)
3203         (vc-git-after-dir-status-stage1-empty-db)
3204         (vc-git-after-dir-status-stage2): Remove, functionality moved
3205         into the new generic stage functions.
3206         (vc-git-dir-status-files): New function.
3208         * vc.el (vc-status-update): Revert an incorrect rewrite.
3209         Add some comments.
3210         (vc-status-refresh-files): New function.
3211         (vc-status-refresh): Use `vc-status-refresh-files' to refresh the
3212         state of up-to-date files.
3213         (vc-default-dir-status-files): New function.
3215 2008-04-13  Juanma Barranquero  <lekktu@gmail.com>
3217         * minibuffer.el (completion--embedded-envvar-table)
3218         (read-file-name-internal): Fix typos in 2008-04-11 change.
3220         * faces.el (read-face-name): Use `completion-table-in-turn',
3221         not `complete-in-turn'.
3223 2008-04-13  Andreas Schwab  <schwab@suse.de>
3225         * progmodes/etags.el: Require 'cl when compiling.
3227 2008-04-12  Nick Roberts  <nickrob@snap.net.nz>
3229         * progmodes/gud.el (gud-menu-map): Expand tooltip.
3231         * progmodes/gdb-ui.el (gdb-find-source-frame): Improve doc string.
3232         (menu): Add/expand menu tooltips.
3234 2008-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
3236         * progmodes/sh-script.el (sh-show-indent): Fix typo.
3237         (sh-mode-map): Add a toggle for inserting braces and quotes in pairs.
3239         * vc-cvs.el (vc-cvs-registered): Allow removed files to be
3240         considered registered.
3242 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
3244         * emacs-lisp/copyright.el (copyright-update-directory): New command.
3246         * ediff-wind.el (ediff-split-window-function)
3247         (ediff-merge-split-window-function): Improve custom type.
3249 2008-04-12  Eli Zaretskii  <eliz@gnu.org>
3251         * loadup.el ("minibuffer"): Move after "faces".
3253 2008-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3255         * progmodes/hideif.el (hif-factor): Handle unary minus.
3257 2008-04-12  Glenn Morris  <rgm@gnu.org>
3259         * calendar/cal-china.el (chinese-calendar-time-zone):
3260         Mark obsolete name as risky too.
3262         * calendar/calendar.el (calendar-faces): New custom group.
3263         (calendar-today, diary, holiday): Doc fix.
3264         Move to calendar-faces group.
3265         * calendar/diary-lib.el (diary-face, diary-anniversary, diary-time)
3266         (diary-button): Doc fix.  Move to calendar-faces group.
3268         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
3269         * desktop.el, files.el, hilit-chg.el, ibuffer.el, iswitchb.el:
3270         * pcvs-info.el, recentf.el, speedbar.el, calendar/cal-china.el:
3271         * calendar/cal-hebrew.el, calendar/cal-x.el, calendar/calendar.el
3272         * calendar/diary-lib.el, net/net-utils.el, progmodes/gud.el:
3273         Move non-autoloaded define-obsolete-variable-alias calls for defcustoms
3274         not in dumped files before the associated defcustom.
3276 2008-04-11  Johan BockgÃ¥rd  <bojohan@gnu.org>
3278         * minibuffer.el (lazy-completion-table): Fix debug spec.
3280 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3282         * minibuffer.el (complete-with-action, lazy-completion-table):
3283         Move from subr.el.
3284         (apply-partially, completion-table-dynamic)
3285         (completion-table-with-context, completion-table-with-terminator)
3286         (completion-table-in-turn): New funs.
3287         (completion--make-envvar-table, completion--embedded-envvar-table):
3288         New funs.
3289         (read-file-name-internal): Use them.
3290         (completion-setup-hook): Move from simple.el.
3291         * subr.el (complete-with-action, lazy-completion-table):
3292         * simple.el (completion-setup-hook): Move to minibuffer.el.
3294 2008-04-11  Glenn Morris  <rgm@gnu.org>
3296         * Makefile.in (AUTOGENEL): Add calc/calc-loaddefs.el.
3298 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3300         * progmodes/python.el (python-mode): Don't mess with hippie-expand.
3302         * Makefile.in (bootstrap-prepare): Make tpu-edt.el writable as well.
3304         * textmodes/fill.el (fill-forward-paragraph-function): New var.
3305         (fill-forward-paragraph): New fun.
3306         (fill-paragraph, fill-region): Use it.
3308         * vc.el: Change `dir-status' to not take (and pass) status-buffer.
3309         (vc-status-create-fileinfo): Make `extra' optional.
3310         (vc-status-busy): New fun.
3311         (vc-status-menu-map): Use it.
3312         (vc-status-crt-marked): Remove.
3313         (vc-status-update): Rename from vc-status-add-entries.
3314         Add argument so as to prevent addition of entries.  Rewrite.
3315         (vc-update-vc-status-buffer): Remove.
3316         (vc-status-refresh): Don't remove old entries, set them to
3317         up-to-date instead.  Also do it after the update is complete.
3318         (vc-status-marked-files): Î·-reduce.
3320         * dired.el (dired-read-dir-and-switches): Use read-directory-name even
3321         for non-dialogs.
3323         * Makefile.in (bootstrap-prepare): Don't copy ldefs-boot over loaddefs.
3325         * loadup.el: Load ldefs-boot.el if loaddefs.el doesn't exist.
3327 2008-04-11  Jan Djärv  <jan.h.d@swipnet.se>
3329         * tooltip.el (tooltip-show-help-non-mode): Set message-truncate-lines
3330         to t and don't truncate msg.
3332 2008-04-11  Glenn Morris  <rgm@gnu.org>
3334         * calendar/calendar.el (diary, holidays):
3335         Move custom groups to other files.
3336         (holiday-general-holidays, holiday-oriental-holidays)
3337         (holiday-local-holidays, holiday-other-holidays, hebrew-holidays-1)
3338         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
3339         (holiday-hebrew-holidays, holiday-christian-holidays)
3340         (holiday-islamic-holidays, holiday-bahai-holidays)
3341         (holiday-solar-holidays, calendar-holidays): Move to holidays.el.
3342         * calendar/diary-lib.el: Move custom group here from calendar.el.
3343         * calendar/holidays-lib.el: Move custom group and variables here
3344         from calendar.el.
3346         * calendar/cal-china.el (calendar-chinese-time-zone): Mark as risky.
3348         * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
3349         Fix custom group.
3350         (calendar-current-time-zone-cache): Autoload riskiness.
3352         * calendar/cal-tex.el (cal-tex-preamble-extra): Fix custom type.
3354 2008-04-11  Chong Yidong  <cyd@stupidchicken.com>
3356         * woman.el (woman2-TH): Use string-equal instead of string-match.
3358 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3360         * smerge-mode.el (smerge-apply-resolution-patch): Fix typo.
3361         (smerge-resolve): Merge the "2-way refinement" case with one half of
3362         the "mere whitespace" resolution.
3364 2008-04-10  Dan Nicolaescu  <dann@ics.uci.edu>
3366         * vc-bzr.el (vc-bzr-after-dir-status): Detect the conflict state.
3368 2008-04-10  Juanma Barranquero  <lekktu@gmail.com>
3370         * subr.el (assoc-ignore-case, assoc-ignore-representation):
3371         Add WHEN to obsolescence declaration.
3373         * makefile.w32-in (AUTOGENEL): Add calc-loaddefs.el.
3375 2008-04-10  Dan Nicolaescu  <dann@ics.uci.edu>
3377         * vc-hooks.el (vc-state): Add new state `conflict'.
3378         (vc-after-save): Use when not if.
3379         (vc-default-mode-line-string): Deal with the conflict state.
3380         (vc-prefix-map, vc-menu-map): Bind vc-status instead of vc-directory.
3382         * vc.el (vc-editable-p, vc-default-status-printer)
3383         (vc-next-action): Deal with the conflict state.
3384         (vc-mark-resolved): New function.
3385         (vc-status-mode): Fix mode name.
3386         (vc-default-comment-history): Use when not if.
3387         (Todo): Add new entries, remove old ones.
3389         * vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news): Set conflict state.
3390         (vc-cvs-parse-status, vc-cvs-after-dir-status):
3391         * vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
3392         Detect the conflict state.
3394         * vc-hg.el (vc-hg-dir-status): Remove unneeded call.
3396 2008-04-10  Glenn Morris  <rgm@gnu.org>
3398         * menu-bar.el (menu-bar-options-menu) <truncate-lines>:
3399         Respect truncate-partial-width-windows in non-full windows,
3400         with regards to :toggle and :enable state.
3402         * simple.el (toggle-truncate-lines): Doc fix.
3404         * Makefile.in (MH_E_DIR): New variable.
3405         (MH_E_SRC): Restore variable removed 2008-03-13.
3406         (mh-loaddefs.el): Depend on $MH_E_SRC.
3407         (CAL_DIR, CAL_SRC): New variables.
3408         (cal-loaddefs.el, diary-loaddefs.el, hol-loaddefs.el):
3409         Depend on CAL_SRC.
3411         * calendar/calendar.el (calendar, diary): Add :prefix.
3412         (holidays): Change :prefix.
3413         (calendar-today, holiday, calendar-holiday-marker)
3414         (european-calendar-style): Change custom groups.
3416         * calendar/calendar.el (diary-hook, diary-display-hook):
3417         Move to diary-lib.el.
3418         * calendar/diary-lib.el (diary-hook, diary-display-hook):
3419         Move here from calendar.el.
3420         * calendar/appt.el: Require diary-lib rather than calendar.
3421         * calendar/cal-x.el (diary-display-hook): Declare for compiler.
3423         * calendar/appt.el (appt): Add :prefix.
3425         * calendar/diary-lib.el (diary-hook): Doc fix.
3426         (diary-mark-sexp-entries): Fix replacement of calendar-for-loop.
3428 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3430         * minibuffer.el (minibuffer--double-dollars, read-file-name-internal):
3431         New functions.
3433         * minibuffer.el (minibuffer--do-completion): Don't forget to propagate
3434         the arg to recursive calls.
3436 2008-04-09  Juanma Barranquero  <lekktu@gmail.com>
3438         * minibuffer.el (completion-auto-help): Fix typo.
3440 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3442         * vc-cvs.el (vc-cvs-diff-tree): Remove unused function.
3444 2008-04-09  Michael Albinus  <michael.albinus@gmx.de>
3446         * net/tramp.el (tramp-find-file-name-coding-system-alist): New defun.
3447         (tramp-handle-insert-file-contents, tramp-handle-write-region): Use it.
3449 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3451         * vc-hooks.el (vc-default-mode-line-string): Use ? for missing.
3453         * minibuffer.el (minibuffer): Move group from cus-edit.el.
3454         (completion-auto-help): Move from C code.
3455         (minibuffer--maybe-completion-help): Remove.
3456         (minibuffer--bitset): New function.
3457         (minibuffer--do-completion): Rename from minibuffer-do-completion.
3458         Renumber a bit.  Really complete on string *before* point.
3459         Add argument used for word-completion.
3460         Join trailing / in completion with following text, as done in
3461         minibuffer-complete-word.
3462         Handle new value `lazy' for completion-auto-help.
3463         (minibuffer-try-word-completion): New function extracted from
3464         minibuffer-complete-word.
3465         (minibuffer-complete-word): Use minibuffer--do-completion.
3466         (minibuffer--insert-strings): Rename from
3467         minibuffer-complete-insert-strings.
3468         (exit-minibuffer): Fix typo.
3469         * cus-edit.el (minibuffer): Move group to minibuffer.el.
3470         * cus-start.el: Remove completion-auto-help.
3472 2008-04-09  Alexandre Julliard  <julliard@winehq.org>
3474         * vc.el (vc-status-add-entries): New function.
3475         (vc-status-add-entry): Remove.
3476         (vc-update-vc-status-buffer, vc-status-mark-buffer-changed):
3477         Use vc-status-add-entries.
3479         * emacs-lisp/ewoc.el (ewoc-collect): Return results in the correct
3480         order.
3482 2008-04-09  Jason Rumney  <jasonr@gnu.org>
3484         * makefile.w32-in (LOADDEFS): Add mh-loaddefs.el.
3485         ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule.
3486         (pre-mh-loaddefs.el-CMD, pre-mh-loaddefs.el-SH): Remove.
3487         (AUTOGENEL): New variable.
3488         (distclean, maintainer-clean): New targets.
3490 2008-04-09  Chong Yidong  <cyd@stupidchicken.com>
3492         * emacs-lisp/regexp-opt.el (regexp-opt):
3493         Reduce max-lisp-eval-depth and max-specpdl-size to 10000.
3495 2008-04-09  Lennart Borgman  <lennart.borgman@gmail.com>
3497         * nxml/nxml-mode.el (nxml-cleanup): New function.
3498         (nxml-mode): Add it to change-major-mode-hook.
3500 2008-04-09  Jan Djärv  <jan.h.d@swipnet.se>
3502         * term/x-win.el (x-gtk-stock-map): Map info to gtk-info.
3504 2008-04-09  Juanma Barranquero  <lekktu@gmail.com>
3506         * calc/.cvsignore: New file.
3508 2008-04-09  Jan Djärv  <jan.h.d@swipnet.se>
3510         * vc.el (vc-status-tool-bar-map): Add vc-print-log to tool bar.
3512         * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as
3513         show-help-function when turning tooltip off.
3514         (tooltip-show): Call tooltip-show-help-non-mode if use-echo-area.
3515         (tooltip-trunc-str, tooltip-show-help-non-mode): New.
3517 2008-04-09  Alan Mackenzie  <acm@muc.de>
3519         * font-lock.el (font-lock-extend-after-change-region-function):
3520         Make it buffer local.
3522 2008-04-09  Glenn Morris  <rgm@gnu.org>
3524         * calendar/calendar.el (diary-file, european-calendar-style):
3525         Remove autoload cookies.
3527 2008-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
3529         * outline.el (outline-mode-menu-bar-map):
3530         * log-view.el (log-view-mode-menu):
3531         * log-edit.el (log-edit-menu): Add :help.
3533 2008-04-09  Chong Yidong  <cyd@stupidchicken.com>
3535         * emacs-lisp/regexp-opt.el (regexp-opt-group):
3536         Use substring-no-properties for correct handling of unibyte strings.
3538 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3540         * add-log.el (change-log-next-buffer): Handle the case where version<
3541         signals an error.
3543         * mouse.el (mouse-menu-major-mode-map): New fun extracted from
3544         mouse-major-mode-menu.
3545         (mouse-menu-bar-map): New fun extracted from mouse-popup-menubar.
3546         (mouse-major-mode-menu, mouse-popup-menubar)
3547         (mouse-popup-menubar-stuff): Use them.
3548         (C-down-mouse-3): Bind to a dynamic map rather than to
3549         mouse-popup-menubar-stuff.
3551         * bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1
3552         to mouse-menu-major-mode-map rather than to mouse-major-mode-menu.
3554 2008-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
3556         * vc-svn.el (vc-svn-modify-change-comment): Add support for the
3557         file:// access method.
3559 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3561         * minibuffer.el: New file.
3562         * loadup.el: Load it.
3564 2008-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3566         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
3567         rather than subdirs.el.  It introduces an ugly circular dependency, tho.
3569         * calc/calc.el: Load "calc-loaddefs" rather than set up manual autoloads.
3570         (calc-mode-map, calc-digit-map, calc-dispatch-map):
3571         Move initialization into declaration.
3572         * calc/calc-yank.el:
3573         * calc/calc-misc.el:
3574         * calc/calc-embed.el:
3575         * calc/calc-aent.el: Add autoload cookies.  Set generated-autoload-file.
3577 2008-04-08  Michael Albinus  <michael.albinus@gmx.de>
3579         * ps-samp.el (ps-add-printer, ps-remove-printer)
3580         (ps-make-dynamic-printer-menu): New functions.
3582         * net/zeroconf.el: New file.
3584 2008-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3586         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits): Typo.
3588 2008-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
3590         * vc-rcs.el (vc-rcs-modify-change-comment):
3591         * vc-cvs.el (vc-cvs-modify-change-comment): Fix argument order.
3593         * log-view.el (log-view-mode-menu): Bind log-view-modify-change-comment.
3595 2008-04-08  Juanma Barranquero  <lekktu@gmail.com>
3597         * international/mule-cmds.el (set-locale-environment): Don't warn if
3598         coding system doesn't agree with system locale (this reverts changes
3599         by Dave Love, dated 2002-10-27 and 2002-10-09).
3601         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
3602         * emacs-lisp/cl-macs.el (get-setf-method): Use `string-match-p'.
3604         * emacs-lisp/copyright.el (copyright-update-year): Use `looking-at-p'.
3606 2008-04-08  Glenn Morris  <rgm@gnu.org>
3608         * calendar/calendar.el (calendar-date-style): Remove autoload cookie.
3609         * textmodes/remember.el (remember-diary-convert-entry):
3610         Require calendar.
3612         * textmodes/remember.el (remember-diary-extract-entries): Don't pass
3613         diary-file, since it is the default for make-diary-entry anyway.
3615         * calendar/cal-menu.el (cal-menu-event-to-date):
3616         Rename calendar-event-to-date.  Update callers.
3617         (calendar-mouse-tex-day): Rename cal-tex-mouse-day.
3618         (calendar-mouse-tex-week): Rename cal-tex-mouse-week.
3619         (calendar-mouse-tex-week2): Rename cal-tex-mouse-week2.
3620         (calendar-mouse-tex-week-iso): Rename cal-tex-mouse-week-iso.
3621         (calendar-mouse-tex-week-monday): Rename cal-tex-mouse-week-monday.
3622         (calendar-mouse-tex-filofax-daily): Rename cal-tex-mouse-filofax-daily.
3623         (calendar-mouse-tex-filofax-2week): Rename cal-tex-mouse-filofax-2week.
3624         (calendar-mouse-tex-filofax-week): Rename cal-tex-mouse-filofax-week.
3625         (calendar-mouse-tex-month): Rename cal-tex-mouse-month.
3626         (calendar-mouse-tex-month-landscape):
3627         Rename cal-tex-mouse-month-landscape.
3628         (calendar-mouse-tex-year): Rename cal-tex-mouse-year.
3629         (calendar-mouse-tex-filofax-year): Rename cal-tex-mouse-filofax-year.
3630         (calendar-mouse-tex-year-landscape):
3631         Rename cal-tex-mouse-year-landscape.
3632         (cal-menu-context-mouse-menu): Update for above name changes.
3634         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
3635         * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
3636         * calendar/cal-iso.el, calendar/cal-julian.el, calendar/cal-move.el:
3637         * calendar/cal-persia.el, calendar/cal-tex.el, calendar/calendar.el:
3638         * calendar/holidays.el: Replace int-to-string with number-to-string.
3640 2008-04-08  Chong Yidong  <cyd@stupidchicken.com>
3642         * mwheel.el (mwheel-scroll): Deactivate any temporarily active
3643         region if point moves.
3645 2008-04-08  Kenichi Handa  <handa@m17n.org>
3647         * faces.el (font-slant-table): Change numeric values for `r',
3648         `roman', and `normal'.
3650 2008-04-07  Vincent Belaïche  <vincent.b.1@hotmail.fr>
3652         * calc/calc-vec.el (calcFunc-kron, calc-kron): New functions.
3654 2008-04-07  Jay Belanger  <jay.p.belanger@gmail.com>
3656         * calc/calc-ext.el (calc-init-extensions): Add `calc-kron' and
3657         `calcFunc-kron' to autoloads.  Add keybinding for `calc-kron'.
3659 2008-04-07  Michael Albinus  <michael.albinus@gmx.de>
3661         * net/tramp.el (tramp-methods): Fix again tramp-copy-args of
3662         "pscp" and "psftp".  Reported by Gilles Pion <gpion@lfdj.com>.
3664 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3666         * dired-aux.el (dired-read-shell-command): Use read-shell-command.
3668 2008-04-07  Sam Steingold  <sds@gnu.org>
3670         * progmodes/inf-lisp.el (lisp-compile-string, lisp-eval-string):
3671         Add helper functions.
3672         (lisp-do-defun): Extract the common part of lisp-eval-defun and
3673         lisp-compile-defun; DEFVAR forms reset the variables to the init
3674         values, just like in emacs-lisp mode eval-defun.
3675         (lisp-eval-defun, lisp-compile-defun): Use lisp-do-defun.
3676         (lisp-compile-region): Use lisp-compile-string.
3678 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3680         * subr.el (combine-and-quote-strings): Also quote strings that contain
3681         the separator.
3683         * pcvs-util.el (cvs-map): Avoid recursion :-(
3685 2008-04-07  Glenn Morris  <rgm@gnu.org>
3687         * calendar/calendar.el (calendar-mode-map): Replace use of kbd.
3689         * calendar.el (diary-view-entries-initially-flag): Rename
3690         view-diary-entries-initially.  Keep old name as alias, update users.
3691         (calendar-mark-diary-entries-flag): Rename
3692         mark-diary-entries-in-calendar.  Keep old name as alias, update users.
3693         (calendar-view-holidays-initially-flag): Rename
3694         view-calendar-holidays-initially.  Keep old name as alias, update users.
3695         (calendar-mark-holidays-flag): Rename mark-holidays-in-calendar.
3696         Keep old name as alias, update users.
3697         (calendar-initial-window-hook): Rename initial-calendar-window-hook.
3698         Keep old name as alias, update users.
3699         (calendar-today-visible-hook): Rename today-visible-calendar-hook.
3700         Keep old name as alias, update users.
3701         (calendar-today-invisible-hook): Rename today-invisible-calendar-hook.
3702         Keep old name as alias, update users.
3703         (diary-iso-date-forms): Rename iso-date-diary-pattern.  Update users.
3704         (diary-american-date-forms): Rename american-date-diary-pattern.
3705         Keep old name as alias, update users.
3706         (diary-european-date-forms): Rename european-date-diary-pattern.
3707         Keep old name as alias, update users.
3708         (calendar-iso-date-display-form): Rename iso-calendar-display-form.
3709         Keep old name as alias, update users.
3710         (calendar-european-date-display-form): Rename
3711         european-calendar-display-form.  Keep old name as alias, update users.
3712         (calendar-american-date-display-form): Rename
3713         european-calendar-display-form.  Keep old name as alias, update users.
3714         (diary-show-holidays-flag): Rename holidays-in-diary-buffer.
3715         Keep old name as alias, update users.
3716         (holiday-general-holidays): Rename general-holidays.
3717         Keep old name as alias, update users.
3718         (holiday-oriental-holidays): Rename oriental-holidays.
3719         Keep old name as alias, update users.
3720         (holiday-local-holidays): Rename local-holidays.
3721         Keep old name as alias, update users.
3722         (holiday-other-holidays): Rename other-holidays.
3723         Keep old name as alias, update users.
3724         (holiday-hebrew-holidays): Rename hebrew-holidays.
3725         Keep old name as alias, update users.
3726         (holiday-christian-holidays): Rename christian-holidays.
3727         Keep old name as alias, update users.
3728         (holiday-islamic-holidays): Rename islamic-holidays.
3729         Keep old name as alias, update users.
3730         (holiday-bahai-holidays): Rename bahai-holidays.
3731         Keep old name as alias, update users.
3732         (holiday-solar-holidays): Rename solar-holidays.
3733         Keep old name as alias, update users.
3734         (diary-fancy-buffer): Rename fancy-diary-buffer.
3735         Keep old name as alias, update users.
3736         (calendar-other-calendars-buffer): Rename other-calendars-buffer.
3737         Update users.
3738         (calendar-hebrew-yahrzeit-buffer): Rename cal-hebrew-yahrzeit-buffer.
3739         Update users.
3740         (calendar-increment-month): Rename increment-calendar-month.
3741         Keep old name as alias, update callers.
3742         (calendar-increment-month-cons): Rename old calendar-increment-month.
3743         Update callers.
3744         (calendar-extract-month): Rename extract-calendar-month.
3745         Keep old name as alias, update callers
3746         (calendar-extract-day): Rename extract-calendar-day.
3747         Keep old name as alias, update callers.
3748         (calendar-extract-year): Rename extract-calendar-year.
3749         Keep old name as alias, update callers.
3750         (calendar-generate-window): Rename generate-calendar-window.
3751         Update callers.
3752         (calendar-generate): Rename generate-calendar.  Update callers.
3753         (calendar-generate-month): Rename generate-calendar-month.
3754         Update callers.
3755         (calendar-redraw): Rename redraw-calendar.  Update callers.
3756         (calendar-describe-mode): Rename describe-calendar-mode.  Update uses.
3757         (calendar-mouse-other-month): Rename mouse-calendar-other-month.
3758         Update callers.
3759         (calendar-update-mode-line): Rename update-calendar-mode-line.
3760         Update callers.
3761         (calendar-exit): Rename exit-calendar.  Keep old name as alias,
3762         update callers.
3763         (calendar-mark-visible-date): Rename mark-visible-calendar-date.
3764         Keep old name as alias, update callers.
3765         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
3766         * calendar/cal-dst.el, calendar/cal-french.el, calendar/cal-hebrew.el:
3767         * calendar/cal-html.el, calendar/cal-islam.el, calendar/cal-iso.el:
3768         * calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el:
3769         * calendar/cal-persia.el, calendar/cal-tex.el, calendar/cal-x.el:
3770         * calendar/diary-lib.el, calendar/holidays.el, calendar/lunar.el:
3771         * calendar/solar.el: Update for calendar.el name changes.
3772         * org/org.el (org-agenda-format-date-aligned)
3773         (org-agenda-execute-calendar-command): Access date elements directly
3774         rather than using calendar functions.
3775         (org-read-date, org-goto-calendar, org-agenda-goto-calendar):
3776         Also set calendar-view-diary-initially-flag,
3777         calendar-view-holidays-initially-flag
3778         (org-get-entries-from-diary): Also set diary-fancy-buffer.
3779         (org-agenda-execute-calendar-command): No need to set displayed-day.
3781 2008-04-06  Alan Mackenzie  <acm@muc.de>
3783         * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
3784         typo in the doc string.
3786         * progmodes/cc-mode.el (c-basic-common-init):
3787         Set font-lock-extend-after-change-region-function.
3788         (c-extend-after-change-region): New function, used in
3789         font-lock-extend-after-change-region-function, thus superseding
3790         advice on the Font Lock after change functions.
3791         (c-advise-fl-for-region): Remove this macro.
3793 2008-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
3795         * textmodes/flyspell.el (flyspell-duplicate-distance):
3796         Improve custom type.
3798 2008-04-06  Glenn Morris  <rgm@gnu.org>
3800         * calendar/diary-lib.el (diary-sexp-entry-symbol):
3801         Rename sexp-diary-entry-symbol.  Keep old name as alias, update users.
3802         (diary-list-entries-hook): Rename list-diary-entries-hook.
3803         Keep old name as alias, update users.
3804         (diary-mark-entries-hook): Rename mark-diary-entries-hook.
3805         Keep old name as alias, update users.
3806         (diary-nongregorian-listing-hook): Rename
3807         nongregorian-diary-listing-hook.  Keep old name as alias, update users.
3808         (diary-nongregorian-marking-hook): Rename
3809         nongregorian-diary-marking-hook.  Keep old name as alias, update users.
3810         (diary-print-entries-hook): Rename print-diary-entries-hook.
3811         Keep old name as alias, update users.
3812         (diary-abbreviated-year-flag): Rename abbreviated-calendar-year.
3813         Keep old name as alias, update users.
3814         (diary-number-of-entries): Rename number-of-diary-entries.
3815         Keep old name as alias, update users.
3816         (view-diary-entries, list-diary-entries, show-all-diary-entries):
3817         Give version of obsolescence.
3818         (diary-view-other-diary-entries): Rename view-other-diary-entries.
3819         Keep old name as alias, update callers.
3820         (diary-add-to-list): Rename add-to-diary-list.  Keep old name as alias,
3821         update callers.
3822         (diary-include-other-diary-files): Rename include-other-diary-files.
3823         Keep old name as alias, update callers.
3824         (diary-simple-display): Rename simple-diary-display.
3825         Keep old name as alias, update callers.
3826         (diary-fancy-display): Rename fancy-diary-display.
3827         Keep old name as alias, update callers.
3828         (diary-print-entries): Rename print-diary-entries.
3829         Keep old name as alias, update callers.
3830         (diary-marking-entries-flag): Rename marking-diary-entries.
3831         Update users.
3832         (diary-marking-entry-flag): Rename marking-diary-entry.  Update users.
3833         (diary-mark-entries): Rename mark-diary-entries.
3834         Keep old name as alias, update callers.
3835         (diary-mark-sexp-entries): Rename mark-sexp-diary-entries.
3836         Keep old name as alias, update callers.
3837         (diary-mark-included-diary-files): Rename mark-included-diary-files.
3838         Keep old name as alias, update callers.
3839         (calendar-mark-days-named): Rename mark-calendar-days-named.
3840         Keep old name as alias, update callers.
3841         (calendar-mark-month): Rename mark-calendar-month.
3842         Keep old name as alias, update callers.
3843         (calendar-mark-date-pattern): Rename mark-calendar-date-pattern.
3844         Keep old name as alias, update callers.
3845         (diary-sort-entries): Rename sort-diary-entries.
3846         Keep old name as alias, update callers.
3847         (diary-list-sexp-entries): Rename list-sexp-diary-entries.
3848         Keep old name as alias, update callers.
3849         (diary-make-entry): Rename make-diary-entry.  Keep old name as alias,
3850         update callers.
3851         (diary-insert-entry): Rename insert-diary-entry.
3852         Keep old name as alias.
3853         (diary-insert-weekly-entry): Rename insert-weekly-diary-entry.
3854         Keep old name as alias.
3855         (diary-insert-monthly-entry): Rename insert-monthly-diary-entry.
3856         Keep old name as alias.
3857         (diary-insert-yearly-entry): Rename insert-yearly-diary-entry.
3858         Keep old name as alias.
3859         (diary-insert-anniversary-entry): Rename insert-anniversary-diary-entry.
3860         Keep old name as alias.
3861         (diary-insert-block-entry): Rename insert-block-diary-entry.
3862         Keep old name as alias.
3863         (diary-insert-cyclic-entry): Rename insert-cyclic-diary-entry.
3864         Keep old name as alias.
3865         (diary-fancy-font-lock-keywords): Rename fancy-diary-font-lock-keywords.
3866         Keep old name as alias, update users.
3867         (diary-fancy-display-mode): Rename fancy-diary-display-mode.
3868         Keep old name as alias, update callers.
3869         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
3870         * calendar/cal-menu.el, calendar/cal-x.el, calendar/calendar.el:
3871         * calendar/icalendar.el: Update for diary-lib name changes.
3873 2008-04-06  Chong Yidong  <cyd@stupidchicken.com>
3875         * dired-aux.el (dired-overwrite-confirmed): Revert last change.
3877         * dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite
3878         for copy, move, and link operations.
3880 2008-04-06  Michael Kifer  <kifer@cs.stonybrook.edu>
3882         * emulation/viper-init.el, emulation/viper-ex.el, emulation/viper-cmd.el
3883         (viper-search-wrap-around-t): Replace with viper-search-wrap-around.
3885         * ediff-util.el, ediff-vers.el, ediff-wind.el: Replace 3-argument
3886         'require' statements with 1-argument ones (wrapped in if's).
3887         For compatibility with the current stable version of XEmacs.
3889 2008-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
3891         * vc.el (vc-status-prepare-status-buffer): Reset vc-parent-buffer-name.
3893 2008-04-06  Jason Rumney  <jasonr@gnu.org>
3895         * language/burmese.el ("Burmese"): Make sample text consistent with
3896         language name.
3898 2008-04-06  Nick Roberts  <nickrob@snap.net.nz>
3900         * progmodes/gdb-ui.el (gdb): New group.
3901         (gdb-debug-log-max, gdb-enable-debug)
3902         (gdb-cpp-define-alist-program, gdb-cpp-define-alist-flags)
3903         (gdb-show-main, gdb-many-windows, gdb-use-separate-io-buffer)
3904         (gdb-speedbar-auto-raise, gdb-use-colon-colon-notation)
3905         (gdb-show-changed-values, gdb-max-children)
3906         (gdb-delete-out-of-scope, gdb-same-frame, gdb-find-source-frame)
3907         (breakpoint-enabled, breakpoint-disabled, gdb-max-frames)
3908         (gdb-all-registers, gdb-memory-repeat-count, gdb-memory-format)
3909         (gdb-memory-unit): Move to new group from GUD group.
3910         (menu): Allow customization from GDB-UI menu-item.
3912 2008-04-05  Chong Yidong  <cyd@stupidchicken.com>
3914         * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
3916 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3918         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
3919         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
3920         Revision numbers can include ".".
3922         * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
3923         "+" lines not accounted for by counting "-" and context lines.
3925 2008-04-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3927         * term/mac-win.el (mac-service-open-file): Use file URL instead of
3928         file name string.
3930 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3932         * vc-bzr.el (vc-bzr-annotate-command): Preserve line alignment.
3933         (vc-bzr-annotate-time): Accept space used to preserve alignment.
3935 2008-04-05  Richard Stallman  <rms@gnu.org>
3937         * emacs-lisp/advice.el (defadvice): Add usage pattern.
3939 2008-04-05  Nick Roberts  <nickrob@snap.net.nz>
3941         * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
3942         thread in [h-e-w]).
3944 2008-04-05  Juanma Barranquero  <lekktu@gmail.com>
3946         * files.el (abort-if-file-too-large): Fix typo in docstring.
3948 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3950         * subr.el (functionp): Return nil for special forms.
3952 2008-04-05  Glenn Morris  <rgm@gnu.org>
3954         * emacs-lisp/autoload.el (autoload-ensure-default-file):
3955         Provide a feature.
3956         * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el:
3957         Require loaddef file rather than loading it.
3958         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that
3959         autoload-ensure-default-file provides a feature.
3961         * Makefile.in (LOADDEFS): Add mh-loaddefs.el.
3962         (AUTOGENEL): mh-loaddefs is in $LOADDEFS now.
3963         (compile, compile-always, recompile): Use $LOADDEFS.
3964         (cal-autoloads): Remove.
3966         * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather
3967         than buffer-live-p.  Reported by David Koppelman <koppel@ece.lsu.edu>.
3969         * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
3970         (hebrew-holidays-3, hebrew-holidays-4): Don't autoload obsolescence.
3972         * calendar/calendar.el (diary-hebrew-entry-symbol):
3973         Rename hebrew-diary-entry-symbol.  Keep old name as alias.
3974         (diary-islamic-entry-symbol): Rename islamic-diary-entry-symbol.
3975         Keep old name as alias.
3976         (diary-bahai-entry-symbol): Rename bahai-diary-entry-symbol.
3977         Keep old name as alias.
3978         * calendar/cal-bahai.el: Update for rename bahai-diary-entry-symbol
3979         to diary-bahai-entry-symbol.
3980         * calendar/cal-hebrew.el: Update for rename hebrew-diary-entry-symbol
3981         to diary-hebrew-entry-symbol.
3982         * calendar/cal-islam.el: Update for rename islamic-diary-entry-symbol
3983         to diary-islamic-entry-symbol.
3984         * calendar/diary-lib.el: Update for diary-entry-symbol renames.
3986         * calendar/solar.el (diary-sabbath-candles-minutes)
3987         (diary-sabbath-candles): Move to cal-hebrew.
3988         * calendar/cal-hebrew.el (diary-hebrew-sabbath-candles-minutes)
3989         (diary-hebrew-sabbath-candles): Move here from solar.el and rename.
3990         Doc fix.  Keep old name as alias.
3991         (diary-hebrew-sabbath-candles): Simplify.
3992         (solar-setup, solar-sunrise-sunset, calendar-latitude)
3993         (calendar-longitude, calendar-time-zone): Declare for compiler.
3994         * calendar/diary-lib.el (list-sexp-diary-entries): Update doc for
3995         rename.
3997         * calendar/cal-coptic.el (calendar-coptic-month-name-array):
3998         Rename coptic-calendar-month-name-array.  Update callers.
3999         (calendar-coptic-epoch): Rename coptic-calendar-epoch.  Update callers.
4000         (calendar-coptic-name): Rename coptic-name.  Update callers.
4001         (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
4002         Update callers.
4003         (calendar-coptic-last-day-of-month):
4004         Rename coptic-calendar-last-day-of-month.  Update callers.
4005         (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
4006         Keep old name as alias, update callers.
4007         (calendar-coptic-print-date): Rename calendar-print-coptic-date.
4008         Keep old name as alias, update callers.
4009         (calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
4010         Keep old name as alias.
4011         (calendar-ethiopic-month-name-array):
4012         Rename ethiopic-calendar-month-name-array.  Update callers.
4013         (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
4014         Update callers.
4015         (calendar-ethiopic-name): Rename ethiopic-name.  Update callers.
4016         (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic.
4017         Keep old name as alias, update callers.
4018         (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date.
4019         Keep old name as alias, update callers.
4020         (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
4021         Keep old name as alias.
4023         * calendar/cal-french.el (calendar-french-epoch):
4024         Rename french-calendar-epoch.  Update callers.
4025         (calendar-french-month-name-array): Rename variable and function
4026         french-calendar-month-name-array.  Update callers.
4027         (calendar-french-multibyte-month-name-array):
4028         Rename french-calendar-multibyte-month-name-array.  Update callers.
4029         (calendar-french-day-name-array): Rename variable and function
4030         french-calendar-day-name-array.  Update callers.
4031         (calendar-french-special-days-array): Rename variable and function
4032         french-calendar-special-days-array.  Update callers.
4033         (calendar-french-multibyte-special-days-array):
4034         Rename french-calendar-multibyte-special-days-array.  Update callers.
4035         (calendar-french-accents-p): Rename french-calendar-accents.
4036         Update callers.
4037         (calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
4038         Update callers.
4039         (calendar-french-last-day-of-month):
4040         Rename french-calendar-last-day-of-month.  Update callers.
4041         (calendar-french-to-absolute): Rename calendar-absolute-from-french.
4042         Keep old name as alias, update callers.
4043         (calendar-french-print-date): Rename calendar-print-french-date.
4044         Keep old name as alias, update callers.
4045         (calendar-french-goto-date): Rename calendar-goto-french-date.
4046         Keep old name as alias.
4048         * calendar/cal-menu.el, calendar/calendar.el:
4049         Update for Coptic and French name changes.
4051         * calendar/cal-china.el (calendar-chinese): Rename custom group
4052         from chinese-calendar.  Update users.
4053         (calendar-chinese-time-zone): Rename chinese-calendar-time-zone.
4054         Keep old name as alias, update users.
4055         (calendar-chinese-location-name): Rename chinese-calendar-location-name.
4056         Keep old name as alias.
4057         (calendar-chinese-daylight-time-offset):
4058         Rename chinese-calendar-daylight-time-offset.  Keep old name as alias,
4059         update users.
4060         (calendar-chinese-standard-time-zone-name):
4061         Rename chinese-calendar-standard-time-zone-name.
4062         Keep old name as alias, update users.
4063         (calendar-chinese-daylight-saving-start):
4064         Rename chinese-calendar-daylight-savings-starts.
4065         Keep old name as alias, update users.
4066         (calendar-chinese-daylight-saving-end):
4067         Rename chinese-calendar-daylight-savings-ends.  Keep old name as alias,
4068         update users.
4069         (calendar-chinese-daylight-saving-start-time):
4070         Rename chinese-calendar-daylight-savings-starts-time.
4071         Keep old name as alias, update users.
4072         (calendar-chinese-daylight-saving-end-time):
4073         Rename chinese-calendar-daylight-savings-ends-time.
4074         Keep old name as alias, update users.
4075         (calendar-chinese-celestial-stem): Rename
4076         calendar-chinese-celestial-stem.  Keep old name as alias, update users.
4077         (calendar-chinese-terrestrial-branch):
4078         Rename calendar-chinese-terrestrial-branch.  Keep old name as alias,
4079         update users.
4080         (calendar-chinese-zodiac-sign-on-or-after):
4081         Rename chinese-zodiac-sign-on-or-after.  Update callers.
4082         (calendar-chinese-new-moon-on-or-after):
4083         Rename chinese-new-moon-on-or-after.  Update callers.
4084         (calendar-chinese-month-list): Rename chinese-month-list.
4085         Update callers.
4086         (calendar-chinese-number-months): Rename number-chinese-months.
4087         Update callers.
4088         (calendar-chinese-compute-year): Rename compute-chinese-year.
4089         Update callers.
4090         (calendar-chinese-year-cache): Rename chinese-year-cache.  Update users.
4091         (calendar-chinese-year): Rename chinese-year.  Update callers.
4092         (calendar-chinese-year-cache-init): Rename chinese-year-cache-init.
4093         (calendar-chinese-to-absolute): Rename calendar-absolute-from-chinese.
4094         Keep old name as alias, update callers.
4095         (calendar-chinese-print-date): Rename calendar-print-chinese-date.
4096         Keep old name as alias, update callers.
4097         (calendar-chinese-months-to-alist):
4098         Rename make-chinese-month-assoc-list.  Update callers.
4099         (calendar-chinese-months): Rename chinese-months.  Update callers.
4100         (calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
4101         Keep old name as alias, update callers.
4103         * calendar/cal-hebrew.el (calendar-hebrew-leap-year-p):
4104         Rename hebrew-calendar-leap-year-p.  Update callers.
4105         (calendar-hebrew-last-month-of-year):
4106         Rename hebrew-calendar-last-month-of-year.  Update callers.
4107         (calendar-hebrew-elapsed-days): Rename hebrew-calendar-elapsed-days.
4108         Update callers.
4109         (calendar-hebrew-days-in-year): Rename hebrew-calendar-days-in-year.
4110         Update callers.
4111         (calendar-hebrew-long-heshvan-p): Rename hebrew-calendar-long-heshvan-p.
4112         Update callers.
4113         (calendar-hebrew-short-kislev-p): Rename hebrew-calendar-short-kislev-p.
4114         Update callers.
4115         (calendar-hebrew-last-day-of-month):
4116         Rename hebrew-calendar-last-day-of-month.  Update callers.
4117         (calendar-hebrew-to-absolute): Rename calendar-absolute-from-hebrew.
4118         Keep old name as alias, update callers.
4119         (calendar-hebrew-print-date): Rename calendar-print-hebrew-date.
4120         Keep old name as alias, update callers.
4121         (calendar-hebrew-yahrzeit): Rename hebrew-calendar-yahrzeit.
4122         Keep old name as alias, update callers.
4123         (calendar-hebrew-goto-date): Rename calendar-goto-hebrew-date.
4124         Keep old name as alias.
4125         (holiday-hebrew-rosh-hashanah): Rename holiday-rosh-hashanah-etc.
4126         Keep old name as alias.
4127         (holiday-hebrew-hanukkah): Rename holiday-hanukkah.
4128         Keep old name as alias.
4129         (holiday-hebrew-passover): Rename holiday-passover-etc.
4130         Keep old name as alias.
4131         (holiday-hebrew-tisha-b-av): Rename holiday-tisha-b-av-etc.
4132         Keep old name as alias, update callers.
4133         (diary-hebrew-list-entries): Rename list-hebrew-diary-entries.
4134         Keep old name as alias.
4135         (calendar-hebrew-mark-date-pattern):
4136         Rename mark-hebrew-calendar-date-pattern.  Keep old name as alias,
4137         update callers.
4138         (diary-hebrew-mark-entries): Rename mark-hebrew-diary-entries.
4139         Keep old name as alias.
4140         (diary-hebrew-insert-entry): Rename insert-hebrew-diary-entry.
4141         Keep old name as alias.
4142         (diary-hebrew-insert-monthly-entry):
4143         Rename insert-monthly-hebrew-diary-entry.  Keep old name as alias.
4144         (diary-hebrew-insert-yearly-entry):
4145         Rename insert-yearly-hebrew-diary-entry.  Keep old name as alias.
4146         (calender-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
4147         Keep old name as alias.
4148         (diary-hebrew-omer): Rename diary-omer.  Keep old name as alias.
4149         (diary-hebrew-yahrzeit): Rename diary-yahrzeit.  Keep old name as alias.
4150         (diary-hebrew-rosh-hodesh): Rename diary-rosh-hodesh.
4151         Keep old name as alias.
4152         (calendar-hebrew-parashiot-names):
4153         Rename hebrew-calendar-parashiot-names.  Update callers.
4154         (calendar-hebrew-parasha-name): Rename hebrew-calendar-parasha-name.
4155         (calendar-hebrew-year-Saturday-incomplete-Sunday):
4156         Rename hebrew-calendar-year-Saturday-incomplete-Sunday.
4157         (calendar-hebrew-year-Saturday-complete-Tuesday):
4158         Rename hebrew-calendar-year-Saturday-complete-Tuesday.
4159         (calendar-hebrew-year-Monday-incomplete-Tuesday):
4160         Rename hebrew-calendar-year-Monday-incomplete-Tuesday.
4161         (calendar-hebrew-year-Monday-complete-Thursday):
4162         Rename hebrew-calendar-year-Monday-complete-Thursday.
4163         (calendar-hebrew-year-Tuesday-regular-Thursday):
4164         Rename hebrew-calendar-year-Tuesday-regular-Thursday.
4165         (calendar-hebrew-year-Thursday-regular-Saturday):
4166         Rename hebrew-calendar-year-Thursday-regular-Saturday.
4167         (calendar-hebrew-year-Thursday-complete-Sunday):
4168         Rename hebrew-calendar-year-Thursday-complete-Sunday.
4169         (calendar-hebrew-year-Saturday-incomplete-Tuesday):
4170         Rename hebrew-calendar-year-Saturday-incomplete-Tuesday.
4171         (calendar-hebrew-year-Saturday-complete-Thursday):
4172         Rename hebrew-calendar-year-Saturday-complete-Thursday.
4173         (calendar-hebrew-year-Monday-incomplete-Thursday):
4174         Rename hebrew-calendar-year-Monday-incomplete-Thursday.
4175         (calendar-hebrew-year-Monday-complete-Saturday):
4176         Rename hebrew-calendar-year-Monday-complete-Saturday.
4177         (calendar-hebrew-year-Tuesday-regular-Saturday):
4178         Rename hebrew-calendar-year-Tuesday-regular-Saturday.
4179         (calendar-hebrew-year-Thursday-incomplete-Sunday):
4180         Rename hebrew-calendar-year-Thursday-incomplete-Sunday.
4181         (calendar-hebrew-year-Thursday-complete-Tuesday):
4182         Rename hebrew-calendar-year-Thursday-complete-Tuesday.
4183         (diary-hebrew-parasha): Rename diary-parasha.  Keep old name as alias.
4184         Update for above name changes of constants.
4186         * calendar/cal-menu.el, calendar/calendar.el:
4187         Update for chinese and hebrew name changes.
4188         * calendar/diary-lib.el: Update for hebrew name changes.
4190 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4192         * subr.el (keymap-canonicalize): Correct thinko.
4194         * server.el: Undo part of the multi-tty change, which is only
4195         needed if server.el is preloaded, and broke server-running-p.
4196         (server-socket-dir): Initialize in the defvar, as before.
4197         (server-start): Remove initialization of server-socket-dir.
4199 2008-04-05  Eli Zaretskii  <eliz@gnu.org>
4201         * ls-lisp.el (ls-lisp-format): Support inodes that are 2- or
4202         3-member cons cells.
4204 2008-04-05  Chong Yidong  <cyd@stupidchicken.com>
4206         * cus-face.el (custom-face-attributes): Handle roman slant.
4208         * faces.el (default): Ensure the face-defface-spec property is set.
4210 2008-04-05  Adrian Robert  <Adrian.B.Robert@gmail.com>
4212         * files.el (abort-if-file-too-large): New function.
4213         (find-file-noselect, insert-file-1): Use it.
4215 2008-04-05  Reto Zimmermann  <reto@gnu.org>
4217         * progmodes/vhdl-mode.el (vhdl-mode-map-init):
4218         Replace C-c[a-zA-Z] key bindings.
4220 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4222         * progmodes/hideif.el (hif-token-alist): New var.
4223         (hif-token-regexp, hif-tokenize): Use it.
4224         (hif-mathify-binop): New macro.
4225         (hif-plus, hif-minus, hif-notequal, hif-greater, hif-less)
4226         (hif-greater-equal, hif-less-equal): Use it.
4227         (hif-logior, hif-logand): New functions.
4228         (hif-math): Accept | and & as well.
4230         * progmodes/etags.el: Fix problem with completion for buffer-local
4231         tables.  Reported by Radey Shouman <shouman@comcast.net>.
4232         (tags-complete-tag): Remove.
4233         (tags-lazy-completion-table): New function to replace it.
4234         (find-tag-tag, complete-tag): Update users.
4236 2008-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
4238         * vc-rcs.el (vc-rcs-dir-status):
4239         * vc-sccs.el (vc-sccs-dir-status): New function.
4241         * outline.el (outline-mode-menu-bar-map):
4242         * term.el (terminal-signal-menu): Add :help.
4244         * net/eudc.el (eudc-mode-map): Declare and define in one step.
4245         (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.
4247         * emacs-lisp/re-builder.el (reb-mode-map):
4248         * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
4250         * diff-mode.el (diff-file-junk-re): Recognize the git format for
4251         new files, deleted files and for changing permissions.
4252         (diff-mode): Set beginning-of-defun-function and
4253         end-of-defun-function.
4255         * vc-bzr.el (vc-bzr-state): Use when instead of if.
4257         * vc.el (vc-default-status-fileinfo-extra): New function.
4258         (vc-status-mark-buffer-changed): Use it.
4259         (vc-update-vc-status-buffer): Allow for partial updates.
4261 2008-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4263         * net/tramp.el (after-init-hook): Don't wrap a lambda around
4264         tramp-register-completion-file-name-handler.
4266         * subr.el (keymap-canonicalize): New function.
4267         * mouse.el (mouse-menu-non-singleton): Use it.
4268         (mouse-major-mode-menu): Remove hack made unnecessary.
4270         * simple.el (set-fill-column): Prompt rather than error by default.
4272 2008-04-04  Andreas Schwab  <schwab@suse.de>
4274         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
4275         Reset new-rules after each round.
4277         * Makefile.in (cal-autoloads): New target.
4278         (compile, compile-always, recompile): Depend on it.
4279         ($(lisp)/calendar/cal-loaddefs.el)
4280         ($(lisp)/calendar/diary-loaddefs.el)
4281         ($(lisp)/calendar/hol-loaddefs.el): Depend on calendar/*.el.
4283 2008-04-04  Michael Kifer  <kifer@cs.stonybrook.edu>
4285         * ediff*.el: Replace load with require in eval-when-compile.
4287         * ediff-hook: Delete all invocations of (autoload ...).
4289         * ediff-util.el (ediff-setup): Make window-min-height a local variable
4290         in ediff control window, and set its min height to 2.
4291         (ediff-setup-control-buffer): Dedicate the control window.
4292         (ediff-toggle-multiframe): Undedicate control window.
4293         Work directly with ediff-setup-windows-multiframe and
4294         ediff-setup-windows-plain.
4296         * ediff-wind (ediff-choose-window-setup-function-automatically):
4297         New function.
4298         (ediff-window-setup-function): Change initialization.
4299         (ediff-setup-windows-automatic): Delete.
4300         (ediff-setup-windows-plain-merge): Make control window dedicated.
4301         (ediff-destroy-control-frame): Do not skip frames if working in a
4302         single frame.
4304         * emulation/viper-ex.el: Move provide's forward, prevent recursion in
4305         eval-when-compile.
4307         * emulation/viper-util.el: Move provide's forward, prevent recursion in
4308         eval-when-compile.
4310 2008-04-04  Glenn Morris  <rgm@gnu.org>
4312         * calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename
4313         calendar-absolute-from-bahai.  Update callers, keep old name as alias.
4315         * calendar/cal-islam.el (calendar-islamic-leap-year-p):
4316         Rename islamic-calendar-leap-year-p.  Update callers.
4317         (calendar-islamic-last-day-of-month):
4318         Rename islamic-calendar-last-day-of-month.  Update callers.
4319         (calendar-islamic-day-number):
4320         Rename islamic-calendar-day-number.  Update callers.
4321         (calendar-islamic-to-absolute): Rename calendar-absolute-from-islamic.
4322         Update callers, keep old name as alias.
4323         (calendar-islamic-print-date): Rename calendar-print-islamic-date.
4324         Update callers, keep old name as alias.
4325         (calendar-islamic-goto-date): Rename calendar-goto-islamic-date.
4326         Keep old name as alias.
4327         (diary-islamic-list-entries): Rename list-islamic-diary-entries.
4328         Update callers, keep old name as alias.
4329         (calendar-islamic-mark-date-pattern):
4330         Rename mark-islamic-calendar-date-pattern.  Update callers, keep old
4331         name as alias.
4332         (diary-islamic-insert-entry): Rename insert-islamic-diary-entry.
4333         Keep old name as alias.
4334         (diary-islamic-insert-monthly-entry):
4335         Rename insert-monthly-islamic-diary-entry.  Keep old name as alias.
4336         (diary-islamic-insert-yearly-entry):
4337         Rename insert-yearly-islamic-diary-entry.  Keep old name as alias.
4339         * calendar/cal-iso.el (calendar-iso-to-absolute): Rename
4340         calendar-absolute-from-iso.  Update callers, keep old name as alias.
4341         (calendar-iso-print-date): Rename calendar-print-iso-date.
4342         Update callers, keep old name as alias.
4343         (calendar-iso-goto-date): Rename calendar-goto-iso-date.
4344         Keep old name as alias.
4345         (calendar-iso-goto-week): Rename calendar-goto-iso-week.
4346         Keep old name as alias.
4348         * calendar/cal-julian.el (calendar-julian-to-absolute): Rename
4349         calendar-absolute-from-julian.  Update callers, keep old name as alias.
4350         (calendar-julian-print-date): Rename calendar-print-julian-date.
4351         Update callers, keep old name as alias.
4352         (calendar-julian-goto-date): Rename calendar-goto-julian-date.
4353         Update callers, keep old name as alias.
4354         (calendar-astro-to-absolute): Rename calendar-absolute-from-astro.
4355         Update callers, keep old name as alias.
4356         (calendar-astro-print-day-number):
4357         Rename calendar-print-astro-day-number.  Update callers, keep old
4358         name as alias.
4359         (calendar-astro-goto-day-number): Rename calendar-goto-astro-day-number.
4360         Update callers, keep old name as alias.
4362         * calendar/cal-mayan.el (calendar-mayan-string-from-long-count):
4363         Rename calendar-string-to-mayan-long-count.  Update callers.
4364         (calendar-mayan-print-date): Rename calendar-print-mayan-date.
4365         Update callers, keep old name as alias.
4366         (calendar-mayan-read-haab-date): Rename calendar-read-mayan-haab-date.
4367         Update callers.
4368         (calendar-mayan-read-tzolkin-date):
4369         Rename calendar-read-mayan-tzolkin-date.  Update callers.
4370         (calendar-mayan-next-haab-date): Rename calendar-next-haab-date.
4371         Keep old name as alias.
4372         (calendar-mayan-previous-haab-date): Rename calendar-previous-haab-date.
4373         Keep old name as alias.
4374         (calendar-mayan-next-tzolkin-date): Rename calendar-next-tzolkin-date.
4375         Keep old name as alias.
4376         (calendar-mayan-previous-tzolkin-date):
4377         Rename calendar-previous-tzolkin-date.  Keep old name as alias.
4378         (calendar-mayan-next-round-date):
4379         Rename calendar-next-calendar-round-date.  Keep old name as alias.
4380         (calendar-mayan-previous-round-date):
4381         Rename calendar-previous-calendar-round-date.  Keep old name as alias.
4382         (calendar-mayan-long-count-to-absolute): Rename
4383         calendar-absolute-from-mayan-long-count.  Keep old name as alias.
4384         (calendar-mayan-goto-long-count-date):
4385         Rename calendar-goto-mayan-long-count-date.  Keep old name as alias.
4387         * calendar/cal-persia.el (calendar-persian-month-name-array):
4388         Rename persian-calendar-month-name-array.  Update callers.
4389         (calendar-persian-epoch): Rename persian-calendar-epoch.
4390         Update callers.
4391         (calendar-persian-leap-year-p): Rename persian-calendar-leap-year-p.
4392         Update callers.
4393         (calendar-persian-last-day-of-month):
4394         Rename persian-calendar-last-day-of-month.  Update callers.
4395         (calendar-persian-to-absolute): Rename calendar-absolute-from-persian.
4396         Update callers, keep old name as alias.
4397         (calendar-persian-print-date): Rename calendar-print-persian-date.
4398         Update callers, keep old name as alias.
4399         (calendar-persian-goto-date): Rename calendar-goto-persian-date.
4400         Keep old name as alias.
4402         * calendar/cal-china.el, calendar/cal-coptic.el, calendar/cal-islam.el:
4403         * calendar/cal-persia.el, calendar/holidays.el, calendar/lunar.el:
4404         * calendar/solar.el: Update for cal-julian name changes.
4406         * calendar/cal-dst.el: Update for persian name changes.
4408         * calendar/cal-menu.el, calendar/calendar.el:
4409         Update for islamic, iso, julian, mayan, persian name changes.
4411         * calendar/diary-lib.el: Update for islamic name changes.
4413         * calendar/calendar.el (calendar-hebrew-all-holidays-flag):
4414         Rename all-hebrew-calendar-holidays.  Update callers, keep old name
4415         as alias.
4416         (calendar-christian-all-holidays-flag):
4417         Rename all-christian-calendar-holidays.  Update callers, keep old
4418         name as alias.
4419         (calendar-islamic-all-holidays-flag):
4420         Rename all-islamic-calendar-holidays.  Update callers, keep old
4421         name as alias.
4422         (calendar-bahai-all-holidays-flag): Rename all-bahai-calendar-holidays.
4423         Update callers, keep old name as alias.
4424         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/holidays.el:
4425         Update for the above name changes.
4427 2008-04-04  Juanma Barranquero  <lekktu@gmail.com>
4429         * hilit-chg.el (global-highlight-changes-mode)
4430         (highlight-changes-passive-string, highlight-changes-active-string):
4431         Mark as obsolete since 23.1, not 22.1.
4433 2008-04-03  Juanma Barranquero  <lekktu@gmail.com>
4435         * hilit-chg.el (highlight-changes-visibility-initial-state)
4436         (hilit-chg-update, highlight-changes-mode-turn-on):
4437         Fix typos in docstrings.
4439 2008-04-03  Stephen Berman  <Stephen.Berman@gmx.net>
4441         * newcomment.el (comment-enter-backward): Be careful to restore
4442         position changed during narrowing.
4444 2008-04-03  Giuliano Procida  <giuliano.procida@googlemail.com>  (tiny change)
4446         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4447         Recognize `sub ($$)'.
4449 2008-04-03  Richard Sharman  <rsharman@pobox.com>
4451         * hilit-chg.el (highlight-changes-mode): Rename from
4452         highlight-changes; no longer uses sub-modes active and passive;
4453         implemented by define-minor-mode.
4454         (highlight-changes-toggle-visibility): New function, to replace
4455         the old passive/active submodes of global-highlight-changes-mode;
4456         implemented by define-minor-mode.
4457         (global-highlight-changes-mode): Rename from global-highlight-changes;
4458         rewrite using define-globalized-minor-mode.
4459         (hilit-chg-major-mode-hook, hilit-chg-check-global)
4460         (hilit-chg-post-command-hook, hilit-chg-check-global)
4461         (hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due
4462         to use of define-globalized-minor-mode.
4463         (highlight-changes-global-initial-state): Change to be boolean.
4464         (highlight-changes-visible-string, highlight-changes-invisible-string):
4465         Rename from highlight-changes-active-string and
4466         highlight-changes-passive-string.
4467         (hilit-chg-update, hilit-chg-set): Use them.
4468         (global-highlight-changes-mode): Rename from global-highlight-changes.
4469         (hilit-chg-map-changes, hilit-chg-display-changes): Add arguments to
4470         docstring.
4471         (hilit-chg-hide-changes): Rewrite to use dolist.
4472         (hilit-chg-set-face-on-change, hilit-chg-update)
4473         (highlight-changes-rotate-faces): Use highlight-changes-visible-mode
4474         variable instead of testing highlight-changes-mode.
4475         (highlight-markup-buffers): Add require ediff-util; argument on calls
4476         to highlight-changes-mode changed.
4477         (highlight-compare-with-file): Fix problems with interactive
4478         call giving invalid default file.
4480 2008-04-03  Nick Roberts  <nickrob@snap.net.nz>
4482         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
4483         Fix in disassembly buffer (regression in 22.2).
4485 2008-04-03  Michael Kifer  <kifer@cs.stonybrook.edu>
4487         * emulation/viper-macs.el (viper-read-fast-keysequence):
4488         Use viper-read-event instead of viper-read-key.
4490         * emulation/viper.el (viper-mode): Move the check for fundamental mode.
4492         * emulation/viper-utils.el (viper-get-saved-cursor-color-in-insert-mode)
4493         (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant
4494         let-statements.
4496         * emulation/viper-ex.el, emulation/viper-macs.el:
4497         * emulation/viper-mous.el:
4498         Replace load with require in eval-when-compile.
4500 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4502         * files.el (auto-mode-alist): Use archive-mode for Debian packages.
4504         * arc-mode.el (archive-mode-map): Obey mouse-1-click-follows-link.
4505         (archive-try-jka-compr): New function.
4506         (archive-set-buffer-as-visiting-file): Use it.
4508         * tar-mode.el (tar-mode-map): Obey mouse-1-click-follows-link.
4510 2008-04-03  Chong Yidong  <cyd@stupidchicken.com>
4512         * simple.el (handle-shift-selection): New arg.
4514 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4516         * emacs-lisp/cl-macs.el (defsetf): Accept a lambda for the 2-arg form.
4518         * vc-bzr.el (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
4520 2008-04-03  Chong Yidong  <cyd@stupidchicken.com>
4522         * shell.el (shell-dynamic-complete-filename): New fun.
4523         (shell-dynamic-complete-functions): Use it.
4525         * help-fns.el (describe-variable): Undo 2008-02-25 change.
4527 2008-04-03  Kenichi Handa  <handa@m17n.org>
4529         * international/fontset.el (create-fontset-from-x-resource):
4530         Handle the error of X resource more gracefully.
4532         * international/latin1-disp.el (latin1-display): Don't use make-char.
4533         Fix the argument to set-char-table-range.
4534         (latin1-display-identities): Don't use make-char.
4535         (latin1-display-reset): Use map-charset-chars instead of directly
4536         calling standard-display-default.
4537         (latin1-display-check-font): Don't use make-char.
4538         (latin1-display-setup): Likewise.
4539         (latin1-display-ucs-per-lynx): Likewise.
4541 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4543         * emacs-lisp/timer.el (timer): Define as a defstruct, so we can
4544         name the fields, to make the code clearer.
4545         Rewrite all `aset' and `aref' using the defined accessors.
4546         (timer--time): New pseudo-field.
4547         (timer-set-time, timer-set-idle-time, timer-inc-time)
4548         (timer-set-time-with-usecs, with-timeout-suspend): Use it.
4549         (timer--time-less-p): New function.
4550         (timer--activate): New function, extracted from timer-activate.
4551         (timer-activate-when-idle, timer-activate): Use it.
4552         (cancel-function-timers): Use dolist.
4554 2008-04-03  Glenn Morris  <rgm@gnu.org>
4556         * add-log.el (c-beginning-of-defun, c-end-of-defun):
4557         Remove declarations; no longer used.
4558         (c-cpp-define-name, c-defun-name): Declare as functions.
4560         * calendar/cal-bahai.el (holiday-fixed): Autoload it.
4561         (holiday-bahai-new-year, holiday-bahai-ridvan): New functions.
4563         * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc)
4564         (holiday-passover-etc, holiday-hanukkah): Doc fix.
4565         Add optional argument.  Simplify.
4566         (holiday-tisha-b-av-etc): Use memq rather than unless.
4567         (holiday-julian): Autoload it.
4568         (holiday-hebrew-misc): New function.
4570         * calendar/cal-islam.el (holiday-islamic-new-year): New function.
4572         * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
4573         (hebrew-holidays-3, hebrew-holidays-4): Make obsolete.
4574         (hebrew-holidays-2): Just use holiday-hanukkah now it respects
4575         all-hebrew-calendar-holidays.
4576         (hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays):
4577         Simplify using new functions.
4578         (calendar-holidays): Doc fix.
4579         (generate-calendar-window): Use bound-and-true-p.
4581         * calendar/diary-lib.el (diary-mail-addr): Use bound-and-true-p.
4583         * calendar/holidays.el (calendar-holiday-list): Fix previous change.
4584         (holiday-filter-visible-calendar): Doc fix.  Use mapcar.
4585         (holiday-easter-etc): Fix nesting of result.  Tweak holiday order.
4586         Use calendar-date-is-visible-p, not holiday-filter-visible-calendar.
4588         * net/tramp.el (tramp-drop-volume-letter): Move definition before use.
4590 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4592         * vc-mtn.el (vc-mtn-command): Avoid localization of messages.
4594         * vc-bzr.el (vc-bzr-checkout): Simplify.
4596         * image-mode.el (image-mode-fit-frame): New command.
4598         * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo)
4599         (copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
4600         (keyboard-escape-quit): Check region-active-p i.s.o
4601         transient-mark-mode.
4603 2008-04-02  Simon Josefsson  <simon@josefsson.org>
4605         * net/imap.el (imap-enable-exchange-bug-workaround): New variable.
4606         (imap-message-copyuid-1): Use it.
4607         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
4608         J. Williams in
4609         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
4611 2008-04-02  Alan Mackenzie  <acm@muc.de>
4613         * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
4614         New optimised functions to get the name of the current defun/macro.
4616         * add-log.el (add-log-current-defun): Move the functionality which
4617         gets the current function name for C like modes to cc-cmds.el,
4618         thus optimising for speed.
4620 2008-04-02  Chong Yidong  <cyd@stupidchicken.com>
4622         * simple.el (deactivate-mark): When the mark is temporarily
4623         active, restore the original value of transient-mark-mode.
4624         (set-mark-command): First deactivate the mark if was temporarily active.
4625         (exchange-point-and-mark): Reactivate the mark if it was
4626         temporarily active.
4627         (handle-shift-selection): New fun.
4628         (transient-mark-mode): Move var documentation here from buffer.c.
4629         (next-line, previous-line, backward-word, move-end-of-line)
4630         (move-beginning-of-line, forward-to-indentation)
4631         (backward-to-indentation, back-to-indentation)
4632         (beginning-of-buffer, end-of-buffer): Add ^ interactive spec.
4634         * mouse.el (mouse-set-region-1): Save the old value of
4635         transient-mark-mode.
4636         (mouse-drag-track): Ignore the now-obsolete value `identity' for
4637         transient-mark-mode.
4639         * textmodes/paragraphs.el (forward-paragraph)
4640         (backward-paragraph, forward-sentence, backward-sentence): Add ^
4641         interactive spec.
4643         * emulation/cua-base.el (cua-mode): Turn off shift-select-mode.
4645 2008-04-02  Michael Albinus  <michael.albinus@gmx.de>
4647         * net/tramp.el (tramp-make-tramp-temp-file):
4648         Use `tramp-drop-volume-letter' for the local file name part.
4650 2008-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
4652         * progmodes/sh-script.el (sh-mode-map): Rename the menu.  Add :help.
4653         Add menu entries corresponding to all the key bindings.
4655         * emacs-lisp/debug.el (debugger-mode-map):
4656         * textmodes/conf-mode.el (conf-mode-map): Add a menu.
4657         (conf-align-assignments): Only work on the region if it is active.
4658         (conf-quote-normal): Use when instead of if.  Remove redundant test.
4660         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
4661         for tracing and re-builder.
4663 2008-04-02  Glenn Morris  <rgm@gnu.org>
4665         * calendar/appt.el (appt-disp-window-function): Doc fix.
4666         (appt-display-message): Move beep before display.
4667         (appt-check): Make interactive.  Reduce the number of lets.
4668         Use string-equal to compare mode-line strings.
4669         (appt-disp-window): Pluralize "minute" as needed.  Make appt buffer
4670         read-only.
4671         (appt-select-lowest-window, appt-make-list): Reduce the number of lets.
4672         (appt-delete): Simplify.
4674         * calendar/cal-china.el (holiday-chinese-new-year): Use a single let.
4676         * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
4678         * calendar/cal-hebrew.el (list-yahrzeit-dates):
4679         * calendar/cal-tex.el (cal-tex-insert-blank-days-at-end)
4680         (cal-tex-last-blank-p, cal-tex-daily-page): Expand calendar-for-loops.
4682         * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
4683         (calendar-holiday-marker, mark-visible-calendar-date):
4684         * calendar/diary-lib.el (fancy-diary-display):
4685         Check for font-lock-mode before using faces.
4687         * calendar/calendar.el (hebrew-holidays-3, generate-calendar-month)
4688         (calendar-gregorian-from-absolute): Reduce the number of lets.
4689         (hebrew-holidays-4, generate-calendar-window): Simplify.
4690         (calendar-for-loop): Make obsolete.
4691         (calendar-nth-named-day): Doc fix.
4693         * calendar/diary-lib.el (diary-list-entries, fancy-diary-display)
4694         (print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
4695         (calendar-mark-1, list-sexp-diary-entries, diary-remind):
4696         Reduce the number of lets.
4697         (mark-sexp-diary-entries, calendar-mark-complex):
4698         Expand calendar-for-loops.
4700 2008-04-01  Chong Yidong  <cyd@stupidchicken.com>
4702         * find-dired.el (find-dired-filter): Fix last patch to handle
4703         multi-line process input.  Pad link numbers too.
4705 2008-04-01  Jari Aalto  <jari.aalto@cante.net>
4707         * find-dired.el (find-dired-filter): Align columns by padding file sizes.
4709 2008-04-01  Jason Rumney  <jasonr@gnu.org>
4711         * international/characters.el (script-list): Add phonetic script,
4712         covering IPA (previously Latin), Phonetic Extensions and
4713         Phonetic Extensions Supplement (both previously unassigned).
4715         * international/fontset.el (setup-default-fontset): Use unicode fonts
4716         that cover bopomofo script for bopomofo.
4717         Likewise for braille and mathematical.
4718         Use unicode scripts that cover the phonetic script for IPA.
4720 2008-04-01  Johan BockgÃ¥rd  <bojohan@gnu.org>
4722         * emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
4723         return the assigned value.
4725 2008-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4727         * abbrev.el (abbrev-mode): Use define-minor-mode.
4729         * mouse.el (mouse-major-mode-menu-prefix): Remove.  Remove uses.
4730         (mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
4731         Use map-keymap.
4732         (minor-mode-menu-from-indicator): Use it.  Simplify.
4734         * bindings.el (mode-line-mode-menu): Move before (new) first use.
4735         (mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
4736         Bind the key directly to the menu.
4737         (mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.
4739 2008-04-01  Daiki Ueno  <ueno@unixuser.org>
4741         * epa.el (epa-decrypt-region): Explain the reason why this
4742         function should not be used in Lisp programs.
4743         (epa-decrypt-armor-in-region): Ditto.
4744         (epa-verify-region): Ditto.
4745         (epa-verify-cleartext-in-region): Ditto.
4746         (epa-sign-region): Ditto.
4747         (epa-encrypt-region): Ditto.
4749         * epg.el (epg-start-receive-keys): Fix typo in docstring.
4751         * epa.el (epa-select-keys): Show menu even if there is no key in
4752         GnuPG's keyring.
4754 2008-04-01  Glenn Morris  <rgm@gnu.org>
4756         * calendar/calendar.el (calendar-make-temp-face): New function.
4757         (mark-visible-calendar-date):
4758         * calendar/diary-lib.el (fancy-diary-display): Use it.
4760         * vc-hooks.el (vc-responsible-backend): Declare as function.
4762         * calendar/calendar.el (calendar-nongregorian-visible-p): New function.
4763         * calendar/cal-hebrew.el (calendar-hebrew-date-is-visible-p):
4764         * calendar/cal-julian.el (holiday-julian): Use it.
4766         * calendar/cal-hebrew.el (hebrew-calendar-elapsed-days): Doc fix.
4767         (calendar-hebrew-date-is-visible-p): Extract some common code into
4768         separate function.
4769         (holiday-hebrew, mark-hebrew-calendar-date-pattern): Use it.
4771         * calendar/cal-menu.el (cal-menu-holidays-menu):
4772         * calendar/calendar.el (calendar-mode-map): Use calendar-mark-holidays
4773         rather than obsolete alias.
4775         * calendar/calendar.el (mark-visible-calendar-date): Also use overlay
4776         for mark characters.
4777         (calendar-unmark): Unmark by removing all overlays, rather than
4778         redrawing.
4779         (calendar-starred-day): Remove.
4780         (calendar-mode): Disable undo.  Don't make calendar-starred-day local.
4781         (calendar-cursor-to-date): No need for special star handling now
4782         using overlays.
4783         (calendar-star-date): Use overlays.
4785         * calendar/cal-french.el (calendar-goto-french-date):
4786         * calendar/cal-hebrew.el (calendar-hebrew-from-absolute)
4787         (holiday-hanukkah, mark-hebrew-calendar-date-pattern):
4788         * calendar/cal-move.el (calendar-forward-month, calendar-end-of-month):
4789         * calendar/cal-persia.el (calendar-persian-date-string):
4790         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
4791         (cal-tex-cursor-month, cal-tex-LaTeXify-string):
4792         * calendar/lunar.el (lunar-phase-list, lunar-new-moon-on-or-after):
4793         * calendar/solar.el (solar-equinoxes-solstices):
4794         Reduce nesting of some lets.
4796         * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
4797         (calendar-goto-mayan-long-count-date): Simplify.
4799         * calendar/holidays.el (calendar-holiday-list, holiday-easter-etc):
4800         Simplify by using mapcar.
4801         (calendar-list-holidays): Return holiday-list.
4802         (list-holidays): Use let rather than let*.  Remove un-needed locals
4803         `d', `never'.
4804         (calendar-check-holidays): Return result from dolist.
4805         (holiday-float): Use a single let*.  Simplify if-and to and.
4806         (holiday-sexp, holiday-advent, holiday-greek-orthodox-easter): Use a
4807         single let*.
4809 2008-04-01  Jay Belanger  <jay.p.belanger@gmail.com>
4811         * calc/calc.el: Autoload `calc-yank'.
4812         (calc-mode-map): Add keybindings for `calc-yank'.
4813         * calc/calc-ext.el (calc-init-extensions): Remove keybinding
4814         assignments for `calc-yank'.
4816 2008-03-31  Dan Nicolaescu  <dann@ics.uci.edu>
4818         * vc.el (vc-status-add-entry): Assume ENTRY is a list, not a cons.
4819         (vc-status-mark-buffer-changed): Handle the extra field.
4821         * vc-bzr.el (vc-bzr-after-dir-status):
4822         * vc-cvs.el (vc-cvs-after-dir-status):
4823         * vc-hg.el (vc-hg-after-dir-status):
4824         * vc-svn.el (vc-svn-after-dir-status): Return a list, not a cons.
4826 2008-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4828         * doc-view.el: Compute displayed pages first (in PDF).
4829         (doc-view-current-converter-processes): Rename from
4830         doc-view-current-converter-process.  Update users.
4831         (doc-view-sentinel): Test buffer's liveness.
4832         (doc-view-pdf/ps->png-sentinel): Remove.
4833         (doc-view-start-process): New function.
4834         (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
4835         (doc-view-ps->pdf): Use it.
4836         (doc-view-pdf->png-1, doc-view-pdf->png, doc-view-active-pages):
4837         New functions.
4838         (doc-view-convert-current-doc, doc-view-goto-page): Use them.
4839         (doc-view-mode): Kill the processes when leaving the mode.
4841 2008-03-31  Juanma Barranquero  <lekktu@gmail.com>
4843         * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p):
4844         Use `byte-compile-warning-types'.  Add docstring.
4846 2008-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4848         * smerge-mode.el (smerge-apply-resolution-patch): New fun.
4849         (smerge-resolve): Add various resolution heuristics.
4851         * smerge-mode.el (smerge-refine): Allow highlighting other subparts
4852         in 3-way conflicts.
4854 2008-03-31  Glenn Morris  <rgm@gnu.org>
4856         * calendar/cal-bahai.el (diary-bahai-mark-entries):
4857         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
4858         * calendar/cal-islam.el (mark-islamic-diary-entries):
4859         Fix argument order in call to diary-mark-entries-1.
4861         * calendar/cal-bahai.el (calendar-bahai-date-string): Avoid an error for
4862         pre-Bahai dates.
4863         (holiday-bahai): Use an algorithm actually relevant to this calendar
4864         system.
4866         * calendar/cal-china.el (holiday-chinese-new-year): Doc fix.
4868         * calendar/cal-islam.el (holiday-islamic): Remove un-needed let.
4869         Use and.
4871         * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
4872         in the last fortnight in Julian October.
4874         * calendar/calendar.el (increment-calendar-month): Optionally handle
4875         systems without 12 months per year.
4877         (calendar-date-is-visible-p): Doc fix.  Simplify.
4879         * calendar/holidays.el (holiday-filter-visible-calendar): Return result
4880         from dolist.
4882 2008-03-30  Juanma Barranquero  <lekktu@gmail.com>
4884         * hi-lock.el (hi-lock-mode): Fix typos in docstring.
4885         (hi-lock-unload-function): New function.
4887 2008-03-30  Michael Albinus  <michael.albinus@gmx.de>
4889         * net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
4890         overwriting when NEWNAME is a local file.
4892         * net/trampver.el: Update release number.
4894 2008-03-30  Alexandre Julliard  <julliard@winehq.org>
4896         * vc-git.el: Make vc-status display information about copies,
4897         renames and permission changes.
4898         (vc-git-extra-fileinfo): New defstruct.
4899         (vc-git-escape-file-name, vc-git-file-type-as-string)
4900         (vc-git-rename-as-string, vc-git-permissions-as-string)
4901         (vc-git-status-printer): New functions.
4902         (vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo.
4903         (vc-git-after-dir-status-stage1): Look for copies, renames and
4904         permission changes.
4905         (vc-git-after-dir-status-stage1-empty-db): Set permissions.
4906         (vc-git-dir-status): Ask for staged files and renames.
4908 2008-03-30  Dan Nicolaescu  <dann@ics.uci.edu>
4910         * vc.el: Allow backends to display backend specific information in
4911         the vc-status listing.
4912         (vc-status-fileinfo): Add a field for backend specific information.
4913         (vc-status-printer): Rename to ...
4914         (vc-default-status-printer): ... this.
4915         (vc-status-printer): New function.
4916         (vc-update-vc-status-buffer): Set the backend specific file info
4917         if provided.
4919 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4921         * textmodes/remember.el (remember-diary-convert-entry): Revert last
4922         change (ill-conceived).
4924 2008-03-29  Glenn Morris  <rgm@gnu.org>
4926         * calendar/cal-hebrew.el (holiday-hebrew): Simplify.
4927         * calendar/cal-julian.el (holiday-julian): Simplify.
4929         * calendar/holidays.el (list-holidays): Use or.
4931 2008-03-29  Juri Linkov  <juri@jurta.org>
4933         * window.el (split-window-preferred-horizontally): New function.
4935         * cus-start.el (split-window-preferred-function):
4936         Set choice for "vertically" to nil instead of split-window.
4937         Set choice for "horizontally" to split-window-preferred-horizontally
4938         instead of lambda.
4940 2008-03-29  Juri Linkov  <juri@jurta.org>
4942         * simple.el (minibuffer-default-add-function): New variable with
4943         the default to minibuffer-default-add-completions.
4944         (minibuffer-default-add-done): New variable.  Make it buffer-local.
4945         (minibuffer-default-add-completions): New function.
4946         (goto-history-element): Set minibuffer-default-add-done to t and
4947         call a function in minibuffer-default-add-function when the
4948         specified absolute history position is greater than the length of
4949         the minibuffer-default list and minibuffer-default-add-done is nil.
4950         Change "^End of history; no next item$" to "^End of defaults;
4951         no next item$".
4953         * bindings.el (debug-ignored-errors): Change "^End of history;
4954         no next item$" to "^End of defaults; no next item$".
4956 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4958         * subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.
4960         * textmodes/remember.el (remember-diary-convert-entry): Prefer boundp
4961         to with-no-warnings.
4963 2008-03-29  Michael Albinus  <michael.albinus@gmx.de>
4965         Sync with Tramp 2.1.13.
4967         * net/tramp-ftp.el: Require 'cl when byte-compiling.
4969         * net/trampver.el: Update release number.
4971 2008-03-29  Dan Nicolaescu  <dann@ics.uci.edu>
4973         * vc-hooks.el (vc-menu-map-filter): Be more careful when finding
4974         the current backend.
4976         * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
4977         (vc-status-refresh): Create a temporary buffer and call the
4978         `dir-status' backend function from that buffer.
4980         * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
4981         (vc-bzr-after-dir-status): Don't kill the buffer.
4983         * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
4984         (vc-cvs-after-dir-status): Don't kill the buffer.
4986         * vc-git.el (vc-git-dir-status): Don't create a buffer.
4987         (vc-git-after-dir-status-stage2): Don't kill the buffer.
4989         * vc-hg.el (vc-hg-dir-status): Don't create a buffer.
4990         (vc-hg-after-dir-status): Don't kill the buffer.
4992         * vc-svn.el (vc-svn-dir-status): Don't create a buffer.
4993         (vc-svn-after-dir-status): Don't kill the buffer.
4995 2008-03-29  Glenn Morris  <rgm@gnu.org>
4997         * calendar/calendar.el (diary-file, american-date-diary-pattern)
4998         (european-date-diary-pattern, european-calendar-display-form)
4999         (american-calendar-display-form, diary-display-hook): Doc fixes.
5000         (european-calendar-style): Doc fix.  Use calendar-set-date-style for
5001         custom :set.  Mark as obsolete.
5002         (calendar-date-style, iso-date-diary-pattern)
5003         (iso-calendar-display-form): New user variables.
5004         (diary-date-forms, calendar-date-display-form): Set using
5005         calendar-date-style.  Doc fix.
5006         (calendar-set-date-style): New command.
5007         (european-calendar, american-calendar): Use calendar-set-date-style.
5008         Mark as obsolete.
5010         * calendar/diary-lib.el (number): Move declaration where needed.
5011         (diary-mail-entries, list-sexp-diary-entries): Doc fixes.
5012         (diary-make-date): New function.
5013         (diary-date, diary-block, diary-anniversary, diary-cyclic): Doc fix.
5014         Use diary-make-date.
5015         (diary-date-display-form, diary-insert-entry-1): New functions.
5016         (insert-monthly-diary-entry, insert-yearly-diary-entry):
5017         Use diary-insert-entry-1.
5018         (insert-anniversary-diary-entry, insert-block-diary-entry)
5019         (insert-cyclic-diary-entry): Use diary-date-display-form.
5021         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
5022         Autoload diary-insert-entry-1.
5023         * calendar/cal-bahai.el (diary-bahai-insert-entry)
5024         (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
5025         * calendar/cal-hebrew.el (insert-hebrew-diary-entry)
5026         (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
5027         * calendar/cal-islam.el (insert-islamic-diary-entry)
5028         (insert-monthly-islamic-diary-entry, insert-yearly-islamic-diary-entry):
5029         Use diary-insert-entry-1.
5031         * calendar/cal-hebrew.el (diary-make-date): Autoload it.
5032         (diary-yahrzeit): Doc fix.  Use diary-make-date.
5034         * calendar/icalendar.el (icalendar--datetime-to-american-date):
5035         New name for icalendar--datetime-to-noneuropean-date.  Make old name
5036         obsolete alias.
5037         (icalendar--datetime-to-iso-date): New function.
5038         (icalendar--datetime-to-diary-date): Doc fix.  Respect
5039         calendar-date-style if bound.
5041         * textmodes/remember.el (remember-diary-convert-entry):
5042         Respect calendar-date-style if bound.
5044 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5046         * xt-mouse.el (xterm-mouse-mode): Use delete-terminal-functions.
5047         (xterm-mouse-handle-delete-frame): Delete.
5049         * term/xterm.el (terminal-init-xterm): Use delete-terminal-functions.
5050         (xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys)
5051         (xterm-remove-modify-other-keys): Lookup terminal rather than frame
5052         in xterm-modify-other-keys-terminal-list.
5054         * vc-bzr.el (vc-bzr-state-heuristic): Fix last change for when there
5055         are conflicts.
5057 2008-03-29  Dan Nicolaescu  <dann@ics.uci.edu>
5059         * vc.el (vc-update): Check if the buffer is unsaved only if it
5060         actually exists.
5061         (vc-status-mode-map, vc-status-menu-map): Bind vc-update and
5062         vc-print-log.
5064 2008-03-28  Magnus Henoch  <mange@freemail.hu>
5066         * net/dns.el (dns-write): Use set-buffer-multibyte.
5068 2008-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5070         * vc-bzr.el (vc-bzr-sha1): New fun.
5071         (vc-bzr-state-heuristic): New fun, extracted from vc-bzr-registered.
5072         (vc-bzr-registered): Use it.
5074 2008-03-28  Dan Nicolaescu  <dann@ics.uci.edu>
5076         * vc.el (vc-status-kill-dir-status-process): Simplify.
5077         (vc-status-refresh): Make sure the buffer is live.
5078         (ring): Don't require it, not used.
5080 2008-03-28  Wilson Snyder  <wsnyder@wsnyder.org>
5082         * progmodes/verilog-mode.el (verilog-auto-inout-module):
5083         Add optional regular expression to AUTOINOUTMODULE.
5084         (verilog-inject-auto, verilog-auto-arg, verilog-auto-inst)
5085         (verilog-auto-inst-param, verilog-auto-reg)
5086         (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
5087         (verilog-auto-output-every, verilog-auto-input)
5088         (verilog-auto-inout, verilog-auto-sense, verilog-auto-tieoff)
5089         (verilog-auto-unused, verilog-auto): Update documentation to use
5090         more obvious instance module names versus cell names.
5092 2008-03-28  Jan Djärv  <jan.h.d@swipnet.se>
5094         * progmodes/compile.el (compilation-mode-tool-bar-map): Only enable
5095         kill if a process is running.
5097         * progmodes/grep.el (grep-mode-tool-bar-map): The same.
5099 2008-03-28  Dan Nicolaescu  <dann@ics.uci.edu>
5101         * vc.el: Add new backend function 'status-extra-headers.
5102         (vc-default-status-extra-headers): New function.
5103         (vc-status-headers): Call 'status-extra-headers.  Add colors.
5105         * vc-git.el (vc-git-status-extra-headers): New function.
5107 2008-03-28  Glenn Morris  <rgm@gnu.org>
5109         * calendar/cal-menu.el (cal-menu-holidays-menu)
5110         (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
5111         (cal-menu-list-holidays-previous-year): Simplify now that 2nd arg of
5112         holiday-list is optional.
5113         (calendar-mouse-holidays): Remove un-needed local `l'.
5115         * calendar/cal-move.el (calendar-cursor-to-nearest-date):
5116         Remove un-needed local `date'.
5117         (calendar-cursor-to-visible-date): Use let rather than let*.
5118         Remove un-needed local `first-of-month-weekday'.
5120         * calendar/calendar.el (abbreviated-calendar-year): Move to diary-lib.
5122         * calendar/diary-lib.el (print-diary-entries-hook, diary-list-entries):
5123         Doc fixes.
5124         (abbreviated-calendar-year): Move here from calendar.el.  Doc fix.
5125         (diary-header-line-flag, diary-header-line-format): Declare.
5126         (diary-pull-attrs): Check for multiple matches.
5127         (diary-list-entries-2): Simplify finding start of date.
5128         (diary-show-all-entries, make-diary-entry): Respect non-nil values of
5129         pop-up-frames.
5130         (diary-mark-entries-1): Re-use offset in abbreviated-year case.
5131         (mark-sexp-diary-entries): Remove superfluous call to diary-pull-attrs.
5133 2008-03-27  Dan Nicolaescu  <dann@ics.uci.edu>
5135         * vc-hg.el (vc-hg-state, vc-hg-dir-state): Deal with 'missing files.
5137         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate.
5139 2008-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5141         * vc-hooks.el (vc-before-save): Don't prevent saving the file.
5143         * image-mode.el (image-mode-reapply-winprops): Fix last change.
5145 2008-03-27  Kenichi Handa  <handa@ni.aist.go.jp>
5147         * international/mule-conf.el (define-iso-single-byte-charset):
5148         Don't make latin-iso8859-* supplementary.
5149         (#'set-charset-priority): Don't change the priority of charsets
5150         `unicode' and `emacs'.
5152 2008-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5154         * vc.el (vc-do-command): Don't pop to the buffer if it's an internal
5155         temp buffer.
5157 2008-03-27  Glenn Morris  <rgm@gnu.org>
5159         * calendar/cal-bahai.el (diary-bahai-list-entries):
5160         * calendar/cal-hebrew.el (list-hebrew-diary-entries):
5161         * calendar/cal-islam.el (list-islamic-diary-entries): Doc fix.
5163         * calendar/calendar.el (diary-file): Doc fix.
5165         * calendar/diary-lib.el (diary-face-attrs): Fix `height' regexp.
5166         (list-diary-entries-hook, mark-diary-entries-hook)
5167         (include-other-diary-files, diary-mail-entries)
5168         (mark-included-diary-files, list-sexp-diary-entries): Doc fixes.
5169         (diary-set-header): New function.
5170         (diary-header-line-flag, diary-header-line-format):
5171         Use diary-set-header for custom :set function.
5172         (diary-set-maybe-redraw): Use symbol-value rather than eval.
5173         (diary-attrtype-convert): Use intern-soft rather than read.
5174         (diary-display-no-entries): New function.
5175         (simple-diary-display, fancy-diary-display): Use it.
5176         (fancy-diary-display): Doc fix.  Remove unneeded local entry-list.
5177         (diary-mark-entries-1): Fix position offsets in non-gregorian case.
5179         * calendar/holidays.el (list-holidays): Doc fix.
5181 2008-03-26  Jay Belanger  <jay.p.belanger@gmail.com>
5183         * calc/calc-store.el (calc-read-var-name-history): New variable.
5184         (calc-read-var-name): Use `calc-read-var-name-history'.
5186 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5188         * image-mode.el (image-mode-reapply-winprops): Simplify now that
5189         window-configuration-change-hook works buffer-locally.
5191 2008-03-26  Johan BockgÃ¥rd  <bojohan@gnu.org>
5193         * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table
5194         for Emacs Lisp, not Lisp.
5196 2008-03-26  Juanma Barranquero  <lekktu@gmail.com>
5198         * help-fns.el (describe-function-1, describe-variable):
5199         If CURRENT-NAME is nil, don't end obsolescence info with semicolon.
5201         * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no
5202         replacement is provided, don't print "use nil instead".
5204 2008-03-26  Johan BockgÃ¥rd  <bojohan@gnu.org>
5206         * complete.el (PC-do-completion): Use regexp-quote.
5208 2008-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
5210         * vc-cvs.el (vc-cvs-parse-status, vc-cvs-after-dir-status):
5211         Detect missing files.
5213         * vc-git.el (vc-git-extra-menu-map): New key map.
5214         (vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep):
5215         New functions.
5217         * vc-hooks.el (vc-default-mode-line-string): Deal with 'removed
5218         and 'missing files.
5220 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5222         * calendar/holidays.el (list-holidays): Make Y2 optional.
5224         * calendar/appt.el (appt-buffer-name): Don't use a leading space for
5225         buffers shown to the user.
5226         (appt-disp-window): Disable undo explicitly now that the leading space
5227         is gone.
5229         * simple.el (activate-mark): New function.
5230         (set-mark-command): Use it with region-active-p to clean up the code.
5231         (exchange-point-and-mark): Invert the meaning of C-u when
5232         transient-mark-mode is active.
5234         * dired-aux.el (dired-create-files): Use dolist.
5236         * bindings.el (mode-line-change-eol): Use with-selected-window.
5238         * apropos.el (apropos-command): Include macros.
5240 2008-03-26  Glenn Morris  <rgm@gnu.org>
5242         * calendar/cal-bahai.el: Require calendar, not cal-julian.
5243         (calendar-bahai-epoch): Doc fix.
5245         * calendar/cal-china.el: Explicitly require calendar.
5247         * calendar/cal-coptic.el, calendar/cal-islam.el, calendar/cal-persia.el:
5248         Require calendar rather than cal-julian.
5249         Autoload calendar-absolute-from-julian.
5250         * calendar/cal-coptic.el (coptic-calendar-epoch):
5251         * calendar/cal-islam.el (calendar-islamic-epoch):
5252         * calendar/cal-persia.el (persian-calendar-epoch): Set when compiling.
5254         * calendar/cal-islam.el (calendar-islamic-epoch): Doc fix.
5256         * calendar/cal-dst.el: Don't require cal-persia.
5257         (calendar-absolute-from-persian): Autoload it.
5258         (dst-adjust-time): Doc fix.
5260         * calendar/cal-menu.el (cal-menu-diary-menu): Remove menu headings that
5261         cause cal-bahai, cal-islam, cal-hebrew to be loaded on starting the
5262         calendar.
5264         * calendar/cal-menu.el: Require calendar rather than declaring
5265         functions.
5266         * calendar/calendar.el: Provide calendar before requiring cal-menu.
5268         * calendar/cal-x.el (calendar-after-frame-setup-hook): New name for
5269         calendar-after-frame-setup-hooks.  Update callers, make old name an
5270         obsolete alias.  Doc fix.
5271         (calendar-frame-1): Doc fix.
5273         * calendar/calendar.el (solar-holidays): Simplify holiday-sexp calls.
5275         * calendar/calendar.el (oriental-holidays, solar-holidays):
5276         * calendar/holidays.el (list-holidays): Assume atan always bound.
5278         * calendar/lunar.el, calendar/solar.el: Remove floating-point check.
5279         Explicitly require calendar, not cal-julian.
5280         * calendar/lunar.el: Explicitly require cal-dst.
5282 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5284         * autorevert.el (auto-revert-buffers): Use buffer-live-p.
5286         * help-fns.el (describe-function-1, describe-variable): If no
5287         replacement is provided, don't print "use nil instead".
5289 2008-03-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5291         * proced.el: New file.
5293 2008-03-25  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
5295         * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.
5297 2008-03-25  Juri Linkov  <juri@jurta.org>
5299         * battery.el: Add file cookie coding:iso-8859-1 for the degree sign
5300         in battery-mode-line-format.
5302         * bindings.el (minibuffer-local-map): For the command
5303         file-cache-minibuffer-complete replace keymap minibuffer-local-map
5304         with map which is already locally bound to minibuffer-local-map.
5306 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5308         * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
5309         Remove `sort-first' argument.
5311         * subr.el (redisplay-end-trigger-functions)
5312         (window-redisplay-end-trigger, set-window-redisplay-end-trigger)
5313         (process-filter-multibyte-p, set-process-filter-multibyte):
5314         Mark as obsolete.
5316 2008-03-25  Juanma Barranquero  <lekktu@gmail.com>
5318         * emacs-lisp/re-builder.el (reb-mode-common): Remove reference to
5319         bogus variable `reb-kill-buffer'; don't make hooks buffer-local,
5320         use the LOCAL arg of `add-hook'.
5321         (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
5322         Remove spurious * from defcustom docstrings.
5323         (reb-next-match, reb-prev-match, reb-enter-subexp-mode):
5324         Fix typos in messages.
5325         (reb-mode-buffer-p): New function.
5326         (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'.  Use `when'.
5327         (top, reb-show-subexp, reb-auto-update, reb-auto-update)
5328         (reb-delete-overlays, reb-cook-regexp, reb-update-regexp)
5329         (reb-update-overlays): Use `unless', `when'.
5330         (re-builder-unload-function): New function.
5332 2008-03-25  Dan Nicolaescu  <dann@ics.uci.edu>
5334         * vc-hooks.el (vc-state): Add documentation for 'missing.
5336 2008-03-25  Wilson Snyder  <wsnyder@wsnyder.org>
5338         * progmodes/verilog-mode.el (verilog-auto-output)
5339         (verilog-auto-input, verilog-auto-inout, verilog-auto)
5340         (verilog-delete-auto): Add optional regular expression to
5341         AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
5342         (verilog-signals-matching-regexp): New internal function for
5343         signal matching.
5345 2008-03-25  Johan BockgÃ¥rd  <bojohan@gnu.org>
5347         * info.el (Info-isearch-search): Always return point.
5349 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5351         * diff-mode.el (diff-remembered-defdir): New var.
5352         (diff-find-file-name): Use it to flush diff-remembered-files-alist.
5354 2008-03-25  Glenn Morris  <rgm@gnu.org>
5356         * calendar/cal-bahai.el (calendar-bahai-read-date): New name for
5357         calendar-bahai-prompt-for-date.  Update callers, make old name an
5358         obsolete alias.  Doc fix.
5359         * calendar/cal-coptic.el (calendar-coptic-read-date): New name for
5360         coptic-prompt-for-date.  Update callers, make old name an
5361         obsolete alias.  Doc fix.
5362         * calendar/cal-hebrew.el (calendar-hebrew-read-date): New name for
5363         calendar-hebrew-prompt-for-date.  Update callers.  Doc fix.
5364         * calendar/cal-islam.el (calendar-islamic-read-date): New name for
5365         calendar-islamic-prompt-for-date.  Update callers.  Doc fix.
5366         * calendar/cal-iso.el (calendar-iso-read-date): New name for
5367         calendar-iso-read-args.  Update callers, make old name an obsolete
5368         alias.
5369         * calendar/cal-persia.el (calendar-persian-read-date): New name for
5370         persian-prompt-for-date.  Update callers, make old name an
5371         obsolete alias.  Doc fix.  Move definition before use.
5373         * calendar/cal-x.el (diary-frame-parameters)
5374         (calendar-frame-parameters, calendar-and-diary-frame-parameters)
5375         (calendar-frame-1): Doc fixes.
5376         (make-fancy-diary-buffer): Remove declaration.
5377         (calendar-dedicate-diary): Replace call to deleted function
5378         make-fancy-diary-buffer.
5379         (calendar-frame-setup): New function.
5380         (calendar-one-frame-setup, calendar-only-one-frame-setup)
5381         (calendar-two-frame-setup): Call calendar-frame-setup to do the actual
5382         work, and mark as obsolete.
5383         (special-display-buffer-names): Don't mess with this; it's not our
5384         business.
5385         (cal-x-load-hook): Defvar it, and mark as obsolete.
5387         * calendar/calendar.el (calendar-remove-frame-by-deleting):
5388         Default to t.  Add to 'calendar group.
5389         (calendar): Doc fix.  Use calendar-frame-setup.
5390         (calendar-basic-setup): Doc fix.  Add optional NODISPLAY argument.
5391         (generate-calendar-window): Doc fix.
5393 2008-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5395         * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
5397 2008-03-24  Drew Adams  <drew.adams@oracle.com>
5399         * finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
5400         New variables.
5401         (finder-mode): Use finder-mode-syntax-table.  Set font-lock-defaults.
5402         (finder-exit): Ignore errors rather than avoiding them.
5403         Kill *Finder-package* buffer also.
5405 2008-03-24  Andreas Schwab  <schwab@suse.de>
5407         * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
5409 2008-03-24  Dan Nicolaescu  <dann@ics.uci.edu>
5411         * vc-hg.el (vc-hg-after-dir-status):
5412         * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
5414         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
5415         Detect removed files.
5417         * vc.el (vc-status-printer): Use a different face for missing files.
5418         (vc-status-hide-up-to-date): Rename from
5419         vc-status-remove-up-to-date.  Update all callers.
5420         (vc-status-mode-map): Bind C-m.
5422 2008-03-24  Alexandre Julliard  <julliard@winehq.org>
5424         * vc-git.el (vc-git-after-dir-status-stage1): Move state matching
5425         code ...
5426         (vc-git--state-code): ... to this new function.
5427         (vc-git-state): Use it.
5429 2008-03-24  Trent Buck  <trentbuck@gmail.com>  (tiny change)
5431         * textmodes/remember.el (remember-mail-date)
5432         (remember-store-in-mailbox): Write date and From line in such a
5433         way that Mutt can read it.
5435 2008-03-23  Chong Yidong  <cyd@stupidchicken.com>
5437         * simple.el (transient-mark-mode): Turn on by default.
5439 2008-03-23  Dan Nicolaescu  <dann@ics.uci.edu>
5441         * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
5442         'unregistered for unregistered files.
5444         * vc-hg.el (vc-hg-state): Return 'removed for removed files.
5446         * bindings.el (standard-mode-line-modes): Avoid duplicating a string.
5448         * vc-cvs.el (vc-cvs-parse-status): Note there are problems with
5449         subdirectories.
5451         * vc.el (vc-status-prepare-status-buffer): Fix thinko.
5452         (vc-status-menu-map): Add binding for vc-status-kill-dir-status-process.
5453         Add :enable for vc-status-refresh.
5454         (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
5455         (vc-status-tool-bar-map): Add binding for
5456         vc-status-kill-dir-status-process.
5457         Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
5458         (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
5459         Reset vc-status-process-buffer.
5460         (vc-status-refresh): Don't run two refreshes at a time.
5461         (vc-status): If the buffer is already in vc-status-mode only refresh.
5462         (vc-status-mark-buffer-changed): Add an optional file parameter.
5463         (vc-resynch-buffer): Use it.
5464         (vc-delete-file): Expand the file name before using it.
5465         Be careful to not create a new buffer with the old file contents.
5466         Update the VC state after performing the operation.
5468 2008-03-23  Andreas Schwab  <schwab@suse.de>
5470         * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
5471         Fix radio button condition.
5472         [box]: Likewise.
5473         [customize]: Add radio button.
5475 2008-03-23  Jay Belanger  <jay.p.belanger@gmail.com>
5477         * calc/calc.el (calc-was-keypad-mode, calc-full-mode)
5478         (calc-user-parse-tables, calc-gnuplot-default-device)
5479         (calc-gnuplot-default-output, calc-gnuplot-print-device)
5480         (calc-gnuplot-print-output, calc-gnuplot-geometry)
5481         (calc-graph-default-resolution, calc-graph-default-resolution-3d)
5482         (calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
5483         (calc-undo-list, calc-redo-list, calc-main-buffer)
5484         (calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
5485         (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
5486         (calc-said-hello, calc-executing-macro, calc-any-selections)
5487         (calc-help-phase, calc-full-help-flag, calc-refresh-count)
5488         (calc-display-dirty, calc-embedded-info, calc-embedded-active)
5489         (calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
5490         (math-expr-variable-mapping, calc-mode-map, calc-digit-map)
5491         (calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
5492         (calc-create-buffer, calc-quit): Add docstrings.
5494 2008-03-23  Juanma Barranquero  <lekktu@gmail.com>
5496         * makefile.w32-in (WINS_ALMOST): Add org.
5498 2008-03-23  Dan Nicolaescu  <dann@ics.uci.edu>
5500         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
5501         New functions to implement vc-status support.
5503 2008-03-22  Dan Nicolaescu  <dann@ics.uci.edu>
5505         * vc.el (vc-status-prepare-status-buffer): New function.
5506         (vc-status): Use it.
5508         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
5509         appropriate.
5511 2008-03-22  Alexandre Julliard  <julliard@winehq.org>
5513         * vc-git.el (vc-git--empty-db-p)
5514         (vc-git-after-dir-status-stage1-empty-db): New functions.
5515         (vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
5516         Add support for empty repositories.
5518 2008-03-22  Dan Nicolaescu  <dann@ics.uci.edu>
5520         * vc-git.el (vc-git-annotate-extract-revision-at-line):
5521         Allow "^" in a version name.
5523         * vc-mtn.el (vc-mtn-state): Support the added state.
5525 2008-03-22  Carsten Dominik  <dominik@science.uva.nl>
5527         * org: New directory for Org-mode.
5529         * org/org-export-latex.el: Moved from lisp/texmodes.
5531         * org/org-irc.el: Moved from lisp/texmodes.
5533         * org/org-mac-message.el: Moved from lisp/texmodes.
5535         * org/org-mouse.el: Moved from lisp/texmodes.
5537         * org/org-publish.el: Moved from lisp/texmodes.
5539 2008-03-21  Juri Linkov  <juri@jurta.org>
5541         * comint.el (comint-dynamic-simple-complete):
5542         Use variable `stub' for the second arg `common-substring'
5543         of `comint-dynamic-list-completions'.
5544         (comint-dynamic-list-filename-completions):
5545         Use variable `filenondir' for the second arg `common-substring'
5546         of `comint-dynamic-list-completions'.
5547         (comint-dynamic-list-completions): Add new optional arg
5548         `common-substring'.  Add `common-substring' as the second arg of
5549         the call to `display-completion-list'.  Doc fix.
5551         * comint.el (comint-dynamic-complete-as-filename)
5552         (comint-dynamic-list-filename-completions)
5553         (comint-dynamic-simple-complete): Use `minibuffer-message'
5554         to display message "No completions of %s" when a command
5555         is called in the minibuffer.
5556         (comint-dynamic-simple-complete): Don't display other
5557         completion messages when a command is called in the minibuffer.
5558         (comint-dynamic-list-completions): Use `minibuffer-message'
5559         to display message " [Type space to flush ...]" when a command
5560         is called in the minibuffer.
5562         * shell.el (shell-dynamic-complete-command)
5563         (shell-dynamic-complete-environment-variable): Don't display
5564         completion messages when command is called in the minibuffer.
5566         * emacs-lisp/lisp.el (lisp-complete-symbol):
5567         Use `minibuffer-message' to display message "No completions of %s"
5568         when this command is called in the minibuffer.
5570         * bindings.el (standard-mode-line-modes): Put special help-echo
5571         tooltip on recursive edit %[ %] mode-line constructs.
5573         * dabbrev.el (debug-ignored-errors): Remove $ from the end of
5574         "^No dynamic expansion for .* found$" to allow error messages like
5575         "No dynamic expansion for \"%s\" found in this-buffer".
5577 2008-03-21  Michael Albinus  <michael.albinus@gmx.de>
5579         * net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
5580         "psftp".
5582 2008-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5584         * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
5585         * vc.el (vc-default-dired-state-info): Use just "modified".
5586         * vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
5587         (vc-cvs-mode-line-string): Make use of the better default.
5588         (vc-cvs-parse-entry): Use the new `added'.
5589         (vc-cvs-dired-state-info): Remove.
5590         * vc-svn.el (vc-svn-dired-state-info): Remove.
5591         * vc-hg.el (vc-hg-dired-state-info): Remove.
5592         * vc-git.el (vc-git-dired-state-info): Remove.
5594 2008-03-21  Dan Nicolaescu  <dann@ics.uci.edu>
5596         * vc-git.el (vc-git-status-result): New variable.
5597         (vc-git-dir-status): Split out ...
5598         (vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
5599         ... these new functions and work asynchronously.
5601 2008-03-21  Alexandre Julliard  <julliard@winehq.org>
5603         * vc-git.el (vc-git-after-dir-status): Remove.
5604         (vc-git-dired-state-info): Reimplement.
5606 2008-03-21  Dan Nicolaescu  <dann@ics.uci.edu>
5608         * replace.el (occur-mode-map): Add :help.
5610         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entry
5611         for disassemble.
5613         * vc.el (vc-status-mark-buffer-changed): Better deal with files in
5614         the 'added state.
5615         (vc-status-remove-up-to-date): New function.
5616         (vc-status-mode-map, vc-status-menu-map): Bind it.
5617         (vc-status-printer): Use a different face up-to-date files.
5618         (vc-resynch-buffer): Update the vc-status buffer if it exists.
5619         (Todo): Remove solved entries.
5621         * vc-hg.el (vc-hg-state):
5622         * vc-git.el (vc-git-state):
5623         * vc-cvs.el (vc-cvs-parse-status):
5624         * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
5625         state.
5627 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5629         * progmodes/compile.el (compile):
5630         * progmodes/grep.el (grep, grep-find): Use read-shell-command.
5632         * simple.el (minibuffer-local-shell-command-map): New var.
5633         (minibuffer-complete-shell-command, read-shell-command): New funs.
5634         (shell-command, shell-command-on-region): Use them.
5636 2008-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
5638         * vc.el (vc-status-mark-buffer-changed): New function to implement
5639         updating of the *vc-status* buffer when a buffer is saved.
5640         (vc-status-mode): Use it for after-change-hook.
5641         (vc-add-to-vc-status-buffer): Rename to ...
5642         (vc-status-add-entry): ... this.
5643         (Todo): Add new entry.
5645 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5647         * sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness.
5649 2008-03-20  Juanma Barranquero  <lekktu@gmail.com>
5651         * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars)
5652         (icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
5653         Remove spurious * from defcustom docstrings.
5654         (icomplete-compute-delay): Fix docstring and remove spurious *.
5655         (icomplete-delay-completions-threshold): Fix typo in docstring and
5656         remove spurious *.
5657         (icomplete-completions): While collecting the list of prospective
5658         candidates, don't overshoot `icomplete-prospects-length'.
5660 2008-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
5662         * textmodes/refbib.el:
5663         * textmodes/reftex.el:
5664         * textmodes/reftex-global.el:
5665         * textmodes/reftex-vars.el:
5666         * textmodes/reftex-toc.el: Don't use eval-and-compile for byte
5667         compiler pacifying defvars.
5668         (reftex-toc-mode): Only make zmacs-regions local on XEmacs.
5669         * textmodes/reftex-index.el (zmacs-regions): Remove pacifier,
5670         not needed.
5672 2008-03-20  Wilson Snyder  <wsnyder@wsnyder.org>
5674         * progmodes/verilog-mode.el (verilog-easy-menu-filter): New function.
5675         (verilog-stmt-menu, verilog-menu): Add :help and filter it.
5676         (verilog-customize, verilog-font-customize)
5677         (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
5678         (verilog-mode): Update documentation strings to match tool tips.
5679         (verilog-auto-search-do, verilog-auto-re-search-do)
5680         (verilog-skip-forward-comment-or-string): Fix verilog-auto
5681         expansion when a .* appears inside a string.
5682         (verilog-re-search-forward, verilog-re-search-backward):
5683         Add comment to recall how this works.
5684         (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
5686 2008-03-20  Glenn Morris  <rgm@gnu.org>
5688         * calendar/calendar.el (calendar-other-dates): New function.
5689         (calendar-print-other-dates): Use calendar-other-dates.
5690         * calendar/cal-menu.el (calendar-other-dates): Declare it, and removes
5691         the declarations it replaces.
5692         (calendar-mouse-print-dates): Use calendar-other-dates.
5694         * calendar/cal-bahai.el (calendar-bahai-leap-year-p)
5695         (calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
5696         (calendar-absolute-from-bahai): Fix the leap-year case.
5697         (calendar-bahai-from-absolute): Re-use the Gregorian month.
5698         (calendar-bahai-date-string, calendar-bahai-print-date):
5699         Handle pre-Bahai dates.
5701         * calendar/cal-china.el (chinese-calendar-celestial-stem)
5702         (chinese-calendar-terrestrial-branch): Make defcustoms.
5704         * calendar/cal-menu.el (calendar-mouse-holidays): Re-use the title.
5705         (calendar-mouse-view-diary-entries): Use or.
5706         (calendar-mouse-chinese-date): Remove unused command.
5707         (cal-menu-load-hook): Mark as obsolete.
5709         * calendar/solar.el (calendar-location-name, calendar-latitude)
5710         (calendar-longitude, solar-arctan, sunrise-sunset)
5711         (solar-mean-equinoxes/solstices): Use the appropriate equality test.
5713 2008-03-20  Jay Belanger  <jay.p.belanger@gmail.com>
5715         * calc/calc.el: Remove outdated comments.
5716         (defcalcmodevar, calc-mode-var-list-restore-default-values)
5717         (calc-mode-var-list-restore-saved-values, calc-autorange-units):
5718         Add docstrings.
5720 2008-03-19  Jason Rumney  <jasonr@gnu.org>
5722         * w32-fns.el (x-alternatives-map): Add S-tab mapping.
5724 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
5726         * net/tls.el (open-tls-stream): Reindent.
5728 2008-03-19  Michael Albinus  <michael.albinus@gmx.de>
5730         * net/tramp.el (tramp-let-maybe): Removed.
5731         (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
5732         It does not exist under XEmacs.
5733         (tramp-handle-file-truename, tramp-handle-expand-file-name)
5734         (tramp-completion-file-name-handler): Let-bind
5735         `directory-sep-char'.
5737         * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
5738         `directory-sep-char'.
5740 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5742         * help-fns.el (describe-function-1): Don't signal "missing arglist"
5743         for autoloaded keymaps.
5745         * progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
5746         (electric-verilog-terminate-line, verilog-in-struct-region-p)
5747         (verilog-backward-ws&directives, verilog-forward-ws&directives)
5748         (verilog-in-comment-p, verilog-in-star-comment-p)
5749         (verilog-in-slash-comment-p, verilog-skip-backward-comments)
5750         (verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
5751         (verilog-skip-forward-comment-or-string, verilog-in-paren)
5752         (verilog-skip-forward-comment-p): Use it.
5754 2008-03-19  Juanma Barranquero  <lekktu@gmail.com>
5756         * textmodes/org.el (org-link-store, org-link-follow, org-latex)
5757         (org-remember-templates, org-time-stamp-rounding-minutes)
5758         (org-back-over-empty-lines, org-find-base-buffer-visiting)
5759         (org-columns-new): Fix typos in docstrings.
5761 2008-03-19  Glenn Morris  <rgm@gnu.org>
5763         * net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
5764         (tramp-handle-shell-command): Use condition-case rather than
5765         ignore-errors.
5767 2008-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
5769         * diff-mode.el (diff-header): Make the color louder.
5770         (diff-refine-change): Tone the color down.
5772 2008-03-19  Juanma Barranquero  <lekktu@gmail.com>
5774         * descr-text.el (describe-char): When `describe-char-unidata-list'
5775         is set to show all properties, list them in the right order.
5777 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5779         * international/mule.el (load-with-code-conversion): Avoid setting
5780         default-enable-multibyte-characters.
5782 2008-03-19  Gustav HÃ¥llberg  <gustav@virtutech.com>  (tiny change)
5784         * vc.el (vc-annotate-background): Fix custom type.
5786 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5788         * descr-text.el (describe-char-unidata-list): Allow specifying
5789         just all properties.
5790         (describe-char): Handle that new value.
5792         * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
5794 2008-03-18  Tassilo Horn  <tassilo@member.fsf.org>
5796         * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
5797         instead of file name extension to make docs with uncommon
5798         extensions work.
5800 2008-03-18  Tassilo Horn  <tassilo@member.fsf.org>
5802         * doc-view.el (require): Require cl at compile time because
5803         `assert' needs it.
5805 2008-03-18  Glenn Morris  <rgm@gnu.org>
5807         * calendar/calendar.el (initial-calendar-window-hook)
5808         (today-visible-calendar-hook): Doc fixes.
5810 2008-03-17  Michael Albinus  <michael.albinus@gmx.de>
5812         * net/tramp.el (tramp-root-regexp): Simplify.
5813         (tramp-completion-file-name-regexp-separate): Don't insist on
5814         leading "[".  This prevents method or user or host completion.
5815         (tramp-let-maybe): Autoload it.
5816         (tramp-drop-volume-letter): Don't autoload.  When not on W32, it
5817         is an alias for `identity'.
5818         (tramp-handle-write-region): Protect `last-coding-system-used'
5819         over the trailing statements.
5820         (tramp-completion-file-name-handler-post-function): Remove.
5821         (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
5822         instead of calling `tramp-drop-volume-letter'.
5824         * net/tramp.el:
5825         * net/tramp-uu.el:
5826         * net/trampver.el: Move coding cookie at the end.
5828 2008-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5830         * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
5831         elements which may be something else than characters.
5833 2008-03-17  Dan Nicolaescu  <dann@ics.uci.edu>
5835         * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
5836         New functions to implement vc-status support.
5838         * vc.el (vc-default-extra-status-menu)
5839         (vc-add-to-vc-status-buffer): New functions.
5841         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
5842         for eldoc and ielm.
5844 2008-03-17  Glenn Morris  <rgm@gnu.org>
5846         * calendar/cal-x.el (diary-frame-parameters)
5847         (calendar-frame-parameters, calendar-and-diary-frame-parameters):
5848         Fix custom type; add options.
5849         (calendar-frame, diary-frame): Doc fixes.
5850         (calendar-dedicate-diary, calendar-frame-1): Extract common code into
5851         new functions.
5852         (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
5853         Use calendar-frame-1 and calendar-dedicate-diary.
5854         (calendar-one-frame-setup): Also handle only-one-frame case.
5855         (calendar-only-one-frame-setup): Doc fix.  Just call
5856         calendar-one-frame-setup.
5858         * calendar/diary-lib.el: Re-order some definitions before their use.
5859         (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
5860         (diary-list-entries): Doc fixes.
5861         (make-fancy-diary-display): Remove function.
5863         * calendar/calendar.el (calendar-today-marker)
5864         (initial-calendar-window-hook, today-visible-calendar-hook)
5865         (today-invisible-calendar-hook, diary-file, calendar-basic-setup)
5866         (calendar-star-date, calendar-mark-today): Doc fixes.
5867         (today-visible-calendar-hook): Add options.
5868         (calendar-in-read-only-buffer): New macro.
5869         (calendar-basic-setup): Adapt for change in calendar-read-date.
5870         Place holiday let inside if.
5871         (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
5872         (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
5873         (calendar-print-other-dates): Use one let rather than many.
5875         * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
5876         (calendar-print-other-dates):
5877         * calendar/cal-hebrew.el (list-yahrzeit-dates):
5878         * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
5879         * calendar/holidays.el (calendar-list-holidays, list-holidays)
5880         (calendar-cursor-holidays):
5881         * calendar/lunar.el (calendar-phases-of-moon): Use
5882         calendar-in-read-only-buffer to replace previous code and disable undo.
5884 2008-03-16  Juri Linkov  <juri@jurta.org>
5886         * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
5887         and regexp-search-ring-yank-pointer for the HISTPOS argument of
5888         read-from-minibuffer to provide the correct initial minibuffer
5889         history position in isearch-edit-string when it is called from
5890         isearch-ring-adjust.
5892         * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
5893         to check if the current buffer is the minibuffer, and in this case
5894         call abort-recursive-edit to kill the minibuffer.  Doc fix.
5895         (kill-this-buffer-enabled-p): Allow this function to return non-nil
5896         when the current buffer is the minibuffer.
5898         * simple.el (goto-line): Leave mark at previous position.  Doc fix.
5900 2008-03-16  Tassilo Horn  <tassilo@member.fsf.org>
5902         * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
5903         Use non-nil PARENTS attribute of make-directory instead of
5904         explicitly checking existence the current cache directory.
5906 2008-03-16  Daiki Ueno  <ueno@unixuser.org>
5908         * epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
5909         M-x epa-file-select-keys.
5911 2008-03-16  Kenichi Handa  <handa@m17n.org>
5913         * international/mule.el (auto-coding-alist):
5914         Use no-conversion-multibyte for archive files.
5916 2008-03-16  Glenn Morris  <rgm@gnu.org>
5918         * calendar/diary-lib.el (calendar-mark-complex, calendar-mark-1):
5919         New functions.
5920         * calendar/cal-bahai.el (calendar-mark-1): Autoload it.
5921         (calendar-bahai-mark-date-pattern): Add optional argument `color'.
5922         Use calendar-mark-1.
5923         * calendar/cal-hebrew.el (calendar-mark-complex): Autoload it.
5924         (mark-hebrew-calendar-date-pattern): Add optional argument `color'.
5925         Use calendar-mark-complex.
5926         * calendar/cal-islam.el (calendar-mark-1): Autoload it.
5927         (mark-islamic-calendar-date-pattern): Add optional argument `color'.
5928         Use calendar-mark-1.
5930         * calendar/calendar.el (calendar-mod): Remove.
5931         * calendar/cal-china.el (calendar-chinese-from-absolute)
5932         (calendar-chinese-date-string): Expand calendar-mod calls.
5933         * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
5934         Expand calendar-mod calls.
5936         * calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
5937         (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
5938         (diary-bahai-insert-yearly-entry): Use let rather than let*.
5939         Move obsolete aliases after the functions that replaced them.
5941         * calendar/cal-hebrew.el (calendar-absolute-from-hebrew)
5942         (hebrew-calendar-yahrzeit, insert-hebrew-diary-entry)
5943         (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry):
5944         Use let rather than let*.
5945         (calendar-hebrew-prompt-for-date): New function.
5946         (calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
5947         (holiday-tisha-b-av-etc): Use unless, let.
5949         * calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
5950         (calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
5952         * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
5954         * calendar/calendar.el (calendar-for-loop): Add indent spec.
5956         * calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
5957         (list-sexp-diary-entries, diary-font-lock-sexps): Use format rather
5958         than concat.
5959         (diary): Remove un-needed let.
5960         (view-other-diary-entries): Rename argument.
5961         (diary-list-entries-2): New function.
5962         (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
5963         (print-diary-entries): Use unless.
5964         (diary-mark-entries-1): Change argument order, make all but
5965         markfunc optional.  Handle the standard (Gregorian) case.
5966         Use match-string-no-properties.  Handle marks.
5967         (mark-diary-entries): Use diary-mark-entries-1.
5968         (diary-font-lock-keywords-1): New macro.
5969         (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
5971 2008-03-16  Ulf Jasper  <ulf.jasper@web.de>
5973         * icalendar.el (icalendar-version): Increase to 0.18.
5974         (icalendar-export-hidden-diary-entries): New variable.
5975         (icalendar-export-region): Use icalendar-export-hidden-diary-entries.
5976         In case of error, insert full error-val.
5977         (icalendar-first-weekday-of-year): Remove `offset' argument.  Doc fix.
5978         Use calendar-day-of-week.  Return the day number.
5979         (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
5981 2008-03-16  Craig Markwardt  <Craig.Markwardt@nasa.gov>
5983         * icalendar.el (icalendar-recurring-start-year): New variable.
5984         (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
5985         (icalendar-export-region): Ignore hidden diary entries.
5986         (icalendar--convert-ordinary-to-ical): Fix case where event
5987         spans across midnight boundary.
5988         (icalendar-first-weekday-of-year): New function.
5989         (icalendar--convert-weekly-to-ical): Allow user-selectable start
5990         year for recurring events (Mozilla calendars do not propagate
5991         recurring events forever, so year 2000 start date was not working).
5992         (icalendar--convert-yearly-to-ical): Remove extra spaces in
5993         formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
5995 2008-03-15  Michael Albinus  <michael.albinus@gmx.de>
5997         * net/tramp.el (tramp-root-regexp): New defconst.
5998         (tramp-completion-file-name-regexp-unified)
5999         (tramp-completion-file-name-regexp-separate)
6000         (tramp-completion-file-name-regexp-url): Use it.
6001         (tramp-do-copy-or-rename-file-via-buffer):
6002         Set `enable-multibyte-characters' to nil.  Set `jka-compr-inhibit' to
6003         t for `insert-file-contents-literally'.
6004         (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
6005         Autoload it.
6006         (tramp-completion-file-name-handler-post-function): New defconst.
6007         (tramp-completion-file-name-handler): Use it.
6008         (tramp-maybe-open-connection): Update calls to
6009         `tramp-flush-connection-property' for removed 2nd argument.
6011 2008-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6013         * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
6014         (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
6015         New functions.
6017 2008-03-15  Glenn Morris  <rgm@gnu.org>
6019         * calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
6020         New functions.
6021         * calendar/cal-bahai.el (number, original-date, add-to-diary-list)
6022         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
6023         (diary-list-entries-1, diary-mark-entries-1): Autoload.
6024         (diary-bahai-list-entries): Use diary-list-entries-1.
6025         (diary-bahai-mark-entries): Doc fix.  Use diary-mark-entries-1.
6026         * calendar/cal-hebrew.el (number, original-date, add-to-diary-list)
6027         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
6028         (diary-list-entries-1, diary-mark-entries-1): Autoload.
6029         (list-hebrew-diary-entries): Use diary-list-entries-1.
6030         (mark-hebrew-diary-entries): Doc fix.  Use diary-mark-entries-1.
6031         * calendar/cal-islam.el (number, original-date, add-to-diary-list)
6032         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
6033         (diary-list-entries-1, diary-mark-entries-1): Autoload.
6034         (list-islamic-diary-entries): Use diary-list-entries-1.
6035         (mark-islamic-diary-entries): Doc fix.  Use diary-mark-entries-1.
6037         * calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
6039         * calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
6041         * calendar/cal-china.el (number-chinese-months)
6042         (calendar-chinese-from-absolute): Use nth, caar.
6044         * calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
6046         * calendar/cal-french.el (french-calendar-accents): Doc fix.
6048         * calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
6049         (calendar-hebrew-month-name-array-leap-year)
6050         (hebrew-calendar-parashiot-names): Make constants.
6051         (diary-parasha): Move definition after constants it uses.
6053         * calendar/cal-html.el (cal-html-insert-link-yearpage)
6054         (cal-html-htmlify-list): Doc fix.
6055         (cal-html-htmlify-entry): Use nth.
6057         * calendar/cal-islam.el (calendar-islamic-month-name-array)
6058         (calendar-islamic-epoch): Make constants.
6059         (calendar-islamic-epoch): Doc fix.
6061         * calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
6063         * calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
6064         (cal-tex-month-name): Doc fix.
6065         (cal-tex-last-blank-p): Use zerop.
6067         * calendar/calendar.el (european-calendar-style, calendar-for-loop)
6068         (calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
6069         (calendar-cursor-to-date): Doc fix.
6070         (hebrew-holidays-1, hebrew-holidays-4): Simplify.
6071         (extract-calendar-day, extract-calendar-year): Use cadr, nth.
6072         (calendar-day-number): Use when.
6073         (generate-calendar-month): Use dotimes.
6074         (exit-calendar, calendar-print-other-dates): Use let rather than let*.
6075         (calendar-set-mark): Reverse conditional.
6076         (calendar-make-alist): Move definition before use.
6078         * calendar/diary-lib.el (diary-face-attrs)
6079         (diary-glob-file-regexp-prefix, diary-selective-display)
6080         (number-of-diary-entries, diary-list-entries, diary-goto-entry)
6081         (list-sexp-diary-entries, diary-date, diary-block, diary-float)
6082         (diary-anniversary, diary-cyclic)
6083         (diary-fancy-font-lock-fontify-region-function): Doc fixes.
6084         (diary-header-line-format): Change wording.
6085         (diary-list-entries): Set `date-start' in let.
6086         (include-other-diary-files, mark-included-diary-files): Use format.
6087         (simple-diary-display, fancy-diary-display): Use cadr, unless.
6088         (mark-diary-entries): Use 1+.
6089         (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
6090         (mark-calendar-month): Use dotimes.
6092         * calendar/holidays.el (displayed-month, displayed-year):
6093         Move declarations where needed.
6094         (calendar-list-holidays): Doc fix.
6096         * calendar/parse-time.el (parse-time-string): Simplify.
6098         * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
6099         Make constants.
6100         (solar-sunrise-sunset): Rename some local variables for clarity.
6101         (sunrise-sunset): Use zerop.
6102         (solar-mean-equinoxes/solstices): Doc fix.
6104         * calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
6105         Use nth.
6106         (timeclock-completing-read, timeclock-generate-report): Use zerop.
6107         (timeclock-mean, timeclock-generate-report): Use dolist.
6109         * calendar/todo-mode.el (todo-add-category): Simplify.
6110         (todo-more-important-p, todo-delete-item, todo-file-item):
6111         Use unless, when.
6112         (todo-top-priorities): Use zerop.
6114 2008-03-14  Nick Roberts  <nickrob@snap.net.nz>
6116         * buff-menu.el (list-buffers-noselect): Display buffer name in
6117         tooltip instead of mouse binding when it doesn't fit in the list.
6119 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
6121         * faces.el (xw-defined-colors):
6122         * simple.el (widget-convert, shell-mode): Declare as functions
6123         instead of autoloading.
6125         * abbrev.el:
6126         * button.el:
6127         * cus-face.el:
6128         * ediff-hook.el:
6129         * emacs-lisp/backquote.el:
6130         * emacs-lisp/timer.el:
6131         * facemenu.el:
6132         * faces.el:
6133         * menu-bar.el:
6134         * simple.el:
6135         * subr.el:
6136         * textmodes/fill.el:
6137         * textmodes/paragraphs.el: Remove autoloads, redundant when the
6138         files are preloaded.
6140 2008-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6142         * desktop.el (desktop-create-buffer): Don't catch errors if
6143         debug-on-error is set.
6145 2008-03-14  Eli Zaretskii  <eliz@gnu.org>
6147         * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
6148         ($(lisp)/calendar/diary-loaddefs.el)
6149         ($(lisp)/calendar/hol-loaddefs.el): New targets.
6150         (LOADDEFS): New macro.
6151         (autoloads): Depend on $(LOADDEFS).
6153 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
6155         * font-lock.el (featurep): Remove test, not useful anymore.
6156         (facemenu-keymap): Move key binding ...
6157         * facemenu.el (facemenu-keymap): ... here.
6159         * vc-bzr.el (vc-bzr-print-log): Insert a file marker.  Run the log
6160         for each file in the list.
6161         (vc-bzr-log-view-mode): Recognize the file marker.
6163         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
6164         for checkdoc and profiling.
6166 2008-03-14  Bastien Guerry  <bzg@altern.org>
6168         * textmodes/flyspell.el (nxml-mode): Add the right
6169         `flyspell-mode-predicate'.
6171         * wid-edit.el (link): Use 'mouse-face for :follow-link.
6173 2008-03-14  Glenn Morris  <rgm@gnu.org>
6175         * calendar/solar.el: Reorder so that functions are defined before use.
6176         (displayed-month, displayed-year): Move declarations where needed.
6177         (solar-get-number): Move definition before use.  Use unless.
6178         (solar-equatorial-coordinates): Simplify.
6179         (solar-sunrise-and-sunset): Use let rather than let*.
6180         (solar-longitude, solar-equinoxes-solstices): Use cadr, nth.
6182         * startup.el (command-line-1): Rename -internal-script back to
6183         -scriptload (reverts previous change).
6185         * calendar/cal-bahai.el (calendar-bahai-month-name-array)
6186         (calendar-bahai-leap-base): Add doc strings.
6187         (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
6188         Move definition before use.
6189         (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
6190         (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
6191         variables outside the loop.  Use dolist.
6192         (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
6194         * calendar/cal-china.el: Re-order so that functions are defined before
6195         use.
6196         (displayed-month, displayed-year): Move declarations where needed.
6197         (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
6198         (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
6199         Add doc strings.
6200         (chinese-year-cache): Recenter on 2010.  Doc fix.
6201         (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
6202         Doc fix.  Simplify.
6203         (chinese-year-cache-init): New function.
6204         (compute-chinese-year, holiday-chinese-new-year)
6205         (calendar-chinese-date-string, calendar-goto-chinese-date)
6206         (make-chinese-month-assoc-list): Use cadr, nth.
6207         (chinese-months): Remove un-needed let.
6209         * calendar/cal-coptic.el (coptic-calendar-month-name-array)
6210         (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
6211         (coptic-prompt-for-date): Move definition before use.
6213         * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
6214         (calendar-dst-find-data, calendar-daylight-time-offset)
6215         (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
6216         (calendar-daylight-savings-starts-time)
6217         (calendar-daylight-savings-ends-time): Use cadr, nth.
6219         * calendar/cal-french.el (french-calendar-epoch)
6220         (calendar-goto-french-date): Doc fix.
6221         (french-calendar-month-name-array)
6222         (french-calendar-multibyte-month-name-array)
6223         (french-calendar-day-name-array, french-calendar-special-days-array):
6224         Add doc strings.
6226         * calendar/cal-hebrew.el (displayed-month, displayed-year)
6227         (original-date): Move declarations where needed.
6228         (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
6229         Doc fix.
6230         (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
6231         constant variables outside the loop.  Use dolist.
6233         * calendar/cal-islam.el (displayed-month, displayed-year)
6234         (original-date): Move declarations where needed.
6235         (islamic-calendar-day-number): Remove unused local variable `day'.
6236         (calendar-goto-islamic-date): Doc fix.
6237         (holiday-islamic): Use unless.
6238         (list-islamic-diary-entries, mark-islamic-diary-entries): Move some
6239         constant variables outside the loop.  Use dolist.
6240         (mark-islamic-calendar-date-pattern): Move definition before use.
6241         Use unless.
6242         (mark-islamic-diary-entries): Doc fix.
6243         (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
6244         (insert-yearly-islamic-diary-entry): Use let rather than let*.
6246         * calendar/cal-julian.el (calendar-absolute-from-julian):
6247         Move definition before use.  Remove un-needed local `day'.
6248         (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
6250         * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
6251         (calendar-mayan-tzolkin-names-array): Add doc strings.
6252         (calendar-mayan-long-count-from-absolute): Use a single let.
6253         (calendar-string-to-mayan-long-count): Simplify.
6254         (calendar-next-haab-date, calendar-previous-haab-date)
6255         (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
6256         (calendar-previous-calendar-round-date)
6257         (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
6258         Doc fix.
6259         (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
6260         (calendar-mayan-date-string, calendar-print-mayan-date)
6261         (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
6262         (calendar-mayan-long-count-common-era): Move definitions before use.
6264         * calendar/cal-menu.el (displayed-year): Move declaration where needed.
6265         (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
6266         Doc fix.
6267         (calendar-mouse-goto-date): Move definition before use.
6269         * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
6270         Move definition before use.
6271         (calendar-cursor-to-visible-date): Move definition before use.
6272         (calendar-scroll-left): Use unless and zerop.  Combine lets into one,
6273         and place inside the conditional.
6274         (calendar-forward-day): Simplify.
6275         (calendar-end-of-month): Use unless.
6276         (calendar-goto-day-of-year): Doc fix.
6277         Relocate obsolete aliases after their replacements.
6279         * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
6281         * calendar/diary-lib.el (mark-diary-entries): Move some constant
6282         variables outside the diary-date-forms loop.
6284         * calendar/calendar.el (diary-file): Doc fix.
6285         (calendar-buffer-list): Return buffers rather than strings (fixes
6286         previous change).
6287         (hebrew-holidays-4): Fix typo.
6289         * calendar/holidays.el (displayed-month, displayed-year):
6290         Move declarations where needed.
6291         (calendar-holiday-list, calendar-list-holidays)
6292         (holiday-filter-visible-calendar): Move definitions before use.
6293         (list-holidays): Use cadr.
6294         Relocate obsolete aliases after their replacements.
6296         * calendar/lunar.el (date, displayed-month, displayed-year):
6297         Move declarations where needed.
6298         (lunar-phase-list): Move definition after functions it uses.
6299         (calendar-phases-of-moon, diary-phases-of-moon)
6300         (lunar-new-moon-on-or-after): Use cadr, nth.
6301         (lunar-new-moon-on-or-after): Doc fix.
6303         * textmodes/org-irc.el (top-level): CL not required when compiling.
6304         (org-irc-visit-erc): Replace runtime CL functions.
6306         * textmodes/org-publish.el (declare-function): Add compatibility stub.
6307         (org-publish-delete-dups): Declare as function.
6309 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
6311         * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
6312         (vc-bzr-show-log-entry): Make regexp match more cases.
6313         (vc-diff-switches-list): Remove autoload, not needed.
6315 2008-03-14  Juri Linkov  <juri@jurta.org>
6317         * isearch.el (isearch-edit-string): Remove one call to
6318         `isearch-push-state' not to push an inconsistent state,
6319         but keep another correct call to `isearch-push-state'.
6320         (isearch-ring-adjust): Call `isearch-push-state' only when
6321         `search-ring-update' is non-nil since `isearch-edit-string'
6322         already pushes its state.
6323         (isearch-message): Improve matching the failed part by checking
6324         if the original message starts with the last successful message.
6326         * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
6327         (dired-perm-write): Rename from `dired-warn-writable'.
6328         Change parent face from `font-lock-warning-face' to
6329         `font-lock-comment-delimiter-face'.
6330         (dired-warn-writable-face): Rename to `dired-perm-write-face'.
6331         (dired-perm-write-face): Rename from `dired-warn-writable-face'.
6332         (dired-font-lock-keywords): Replace `dired-warn-writable-face'
6333         with `dired-perm-write-face'.
6335 2008-03-13  Tassilo Horn  <tassilo@member.fsf.org>
6337         * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
6338         Create cache dir only if it doesn't already exist.
6340 2008-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6342         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
6343         of \ and '.
6345 2008-03-13  Johan BockgÃ¥rd  <bojohan@gnu.org>
6347         * net/browse-url.el (browse-url-text-xterm):
6348         Unquote browse-url-text-browser.
6350 2008-03-13  Carsten Dominik  <dominik@science.uva.nl>
6352         * textmodes/org-mouse.el: Version number change.
6354         * textmodes/org-publish.el (org-publish-expand-components):
6355         Remove null projects from the list of components.
6356         (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
6357         Remove unused retrieval of the :publishing-directory property.
6358         (org-publish-file): Bugfix: when using a relative directory as the
6359         publishing directory, convert it to a directory filename.
6360         (org-publish-project): New alias.
6361         (org-publish-get-files): Protect against empty p.
6362         (org-publish-file): Send an error when file is not part of any project.
6363         (org-publish-file): Offer to refresh the list of files in known
6364         project when the current file is not part of any project.
6365         (org-publish-before-export-hook)
6366         (org-publish-after-export-hook): New hooks.
6367         (org-publish-org-to): Use new hooks and kill buffers.
6368         (org-publish-file): Remove the code for killing buffers.
6369         (org-publish-initialize-files-alist): Use interactive.
6370         (org-publish-file): If the publishing function creates a new
6371         buffer, kill it after publishing.
6372         (org-publish-timestamp-filename): Protect ":" in file name path
6373         under windows.
6375         * textmodes/org-export-latex.el (org-export-as-latex): Revert the
6376         change that killed the LaTeX buffer.
6378         * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
6379         in the decision tree.
6380         (org-select-remember-template): Clean the code.
6381         (org-prepare-dblock): Add the extra :content parameter.
6382         (org-write-agenda): New output type ".ics" files.
6383         (org-write-agenda): Call `org-icalendar-verify-function', both for
6384         time stamps and for TODO entries.
6385         (org-agenda-collect-markers, org-create-marker-find-array)
6386         (org-check-agenda-marker-table): New functions.
6387         (org-agenda-marker-table): New variable.
6388         (org-export-as-html): Revert the change that killed the html
6389         buffer.  Side effects first need to be studied carefully.
6390         (org-get-tags-at): Fix the structure of the condition-case statement.
6391         (org-ts-regexp0, org-repeat-re, org-display-custom-time)
6392         (org-timestamp-change): Fix regulear expressions to swallow the
6393         extra character for repeat-shift control.
6394         (org-auto-repeat-maybe): Implement the new repeater mechanisms.
6395         (org-get-legal-level): Alias to `org-get-valid-level'.
6396         (org-dblock-write:clocktable): Add a :link parameter, linking
6397         headlines to their location in the Org agenda files.
6398         (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
6399         throwing an error when getting tags before headlines.
6400         (org-timestamp-change, org-modify-ts-extra)
6401         (org-ts-regexp1): Fix timestamp editing.
6402         (org-agenda-custom-commands-local-options): New constant.
6403         (org-agenda-custom-commands):
6404         Use `org-agenda-custom-commands-local-options' to improve customize
6405         type.  "htmlize": Removed hack to fix face problem with htmlize,
6406         it no longer seem necessary.
6407         (org-follow-link-hook): New hook.
6408         (org-agenda-custom-commands): Add "Component" as a tag for each
6409         item in a command serie.
6410         (org-open-at-point): Run `org-follow-link-hook'.
6411         (org-agenda-schedule): Bugfix: don't display marker type when it
6412         is nil.
6413         (org-store-link): org-irc required.
6414         (org-set-regexps-and-options): Parse the new logging options.
6415         (org-extract-log-state-settings): New function.
6416         (org-todo): Handle the new ways of recording state change stuff.
6417         (org-local-logging): New function.
6418         (org-columns-open-link): Fix bug with opening link in column view.
6419         (org-local-logging): New function
6420         (org-todo): Make sure that LOGGING properties are honoured.
6421         (org-todo-keywords): Improve docstring.
6422         (org-startup-options): Cleanup startup options.
6423         (org-set-regexps-and-options): Process the "!" markers.
6424         (org-todo): Respect the new logging stuff.
6425         (org-log-note-how): New variable.
6426         (org-add-log-maybe): New parameter HOW that defines how logging
6427         should be done and also overrides PURPOSE.  Add a docstring.
6428         (org-add-log-note): Check if we really need to ask for a note.
6429         (org-get-current-options): Digest the new keyword.
6430         (org-agenda-reset-markers): Rename from
6431         `org-agenda-maybe-reset-markers'.  Remove FORCE argument.
6432         (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
6433         function, without force argument.
6434         (org-buffer-property-keys): Bind local variables s and p.
6435         (org-make-tags-matcher): Allow "" to match an empty or
6436         non-existent property value.
6437         (org-export-as-html): Join unsorted lists when they directly
6438         follow each other.  Such lists may be created by headlines that
6439         are converted to lists.
6440         (org-nofm-to-completion): New function.
6441         (org-export-as-html): Use :html-extension instead of
6442         org-export-html-extension.
6443         (org-store-link): Support for links from `rmail-summary-mode'.
6444         (org-columns-new, org-complete, org-set-property): Set the
6445         `include-columns' argument in the call to
6446         `org-buffer-property-keys'.
6447         (org-buffer-property-keys): New argument `include-columns', to
6448         include properties expected by any of the COLUMS formats in the
6449         current buffer.
6450         (org-cleaned-string-for-export): Get rid of drawers first, so that
6451         they will be removed also in the text before the first headline.
6452         (org-clock-report): Show the clocktable when found.
6453         (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
6454         (org-version): With prefix argument, insert `org-version' at point.
6455         (org-agenda-goto): Recenter the window after finding the target
6456         location, to make sure the correct position will be displayed.
6457         (org-agenda-get-deadlines): Don't scale priority with the warning
6458         period.
6459         (org-insert-heading): Don't break line in the middle of the line.
6460         (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
6461         be 0.
6462         (org-update-checkbox-count): Revamp to deal with hierarchical
6463         beckboxes.  This was a patch from Miguel A. Figueroa-Villanueva.
6464         (org-remove-timestamp-with-keyword): New function.
6465         (org-schedule, org-deadline):
6466         Use `org-remove-timestamp-with-keyword' to make sure all such time
6467         stamps are removed.
6468         (org-mode): Support for `align'.
6469         (org-agenda-get-deadlines): Make sure priorities increase as the
6470         due date approaches and is passed.
6471         (org-remember-apply-template): Fix problem with tags that
6472         contain "_" or "@".
6473         (org-make-link-regexps): Improve the regular expression for plain links.
6474         (org-agenda-get-closed): List each clocking entry.
6475         (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
6476         (org-special-ctrl-k): New option.
6477         (org-kill-line): New function.
6478         (org-archive-all-done): Fix incorrect number of stars in regexp.
6479         (org-refile-get-location): New function.
6480         (org-refile-goto-last-stored): New function.
6481         (org-global-tags-completion-table): Add the value of org-tag-alist
6482         in each buffer, to make sure that also unused tags will be
6483         available for completion.
6484         (org-columns-edit-value)
6485         (org-columns-next-allowed-value): Only update if not in agenda.
6486         (org-clocktable-steps): New function.
6487         (org-dblock-write:clocktable): Call `org-clocktable-steps'.
6488         (org-archive-subtree): Add the outline tree context as a property.
6489         (org-closest-date): New optional argument `prefer'.
6490         (org-goto-auto-isearch): New option.
6491         (org-goto-map, org-get-location): Implement auto-isearch.
6492         (org-goto-local-auto-isearch-map): New variable.
6493         (org-goto-local-search-forward-headings)
6494         (org-goto-local-auto-isearch): New functions.
6496 2008-03-13  Philip Jackson  <emacs@shellarchive.co.uk>
6498         * textmodes/org-irc.el: New file.
6500 2008-03-13  John Wiegley  <johnw@gnu.org>
6502         * textmodes/org-mac-message.el: New file.
6504 2008-03-13  Dan Nicolaescu  <dann@ics.uci.edu>
6506         * font-lock.el (font-lock-comment-face): Set the foreground for
6507         the light background 8 colors case.
6509 2008-03-13  Glenn Morris  <rgm@gnu.org>
6511         * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
6512         generate-autoload-cookie patterns.
6514         * startup.el (command-line-1): Rename -scriptload to -internal-script.
6516         * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
6517         (MH_E_SRC): Remove variable.
6518         ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
6519         Simplify file header.  Use $@ for generated-autoload-file.
6521         * Makefile.in (LOADDEFS): New variable.
6522         (AUTOGENEL): Use $LOADDEFS.
6523         (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
6524         ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
6525         ($(lisp)/calendar/hol-loaddefs.el): New targets.
6526         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
6527         * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
6528         * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
6529         * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
6530         * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
6531         * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
6532         Add calendar-specific autoload cookies, and remove any setting of
6533         generated-autoload-file.
6534         * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
6535         * calendar/diary-lib.el: Replace explicit autoloads with reading of
6536         diary-loaddefs.
6537         * calendar/holidays.el: Replace explicit autoloads with reading of
6538         hol-loaddefs.
6540         * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
6541         (calendar-buffer-list): Simplify.
6542         (generate-calendar-window): Use calendar-mark-holidays rather than
6543         obsolete alias.
6545         * calendar/cal-hebrew.el (list-yahrzeit-dates):
6546         Use cal-hebrew-yahrzeit-buffer.
6548         * calendar/cal-x.el (calendar-only-one-frame-setup)
6549         (calendar-two-frame-setup): Doc fixes.
6550         (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
6552         * calendar/appt.el (appt-mode-string): Mark as risky.
6553         (appt-check): Apply mode-line-emphasis face to appt-mode-string.
6555         * calendar/cal-html.el (diary-list-entries):
6556         * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
6557         (calendar-iso-from-absolute): Fix autoloads.
6559         * calendar/cal-iso.el (calendar-absolute-from-iso)
6560         (calendar-iso-read-args): Simplify.
6561         (calendar-iso-date-string, calendar-iso-read-args)
6562         (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
6564         * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
6565         (displayed-month, displayed-year): Move declarations where needed.
6566         (calendar-print-astro-day-number): Doc fix.
6568         * calendar/cal-persia.el (persian-calendar-month-name-array)
6569         (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
6570         (persian-prompt-for-date): Remove local variable `today'.
6572         * calendar/diary-lib.el (mark-calendar-month): Use zerop.
6574         * calendar/solar.el (solar-moment, solar-exact-local-noon)
6575         (solar-sunrise-sunset, solar-sunrise-sunset-string)
6576         (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time)
6577         (diary-sabbath-candles, solar-equinoxes/solstices)
6578         (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
6579         (solar-time-equation, solar-date-to-et): Simplify.
6581         * mail/supercite.el: Remove the `function' in `(function (lambda'.
6582         Replace `(car (cdr' with cadr'.
6584         * progmodes/f90.el (f90-font-lock-n): New function.
6585         (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
6586         Use f90-font-lock-n.
6587         (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
6589         * progmodes/f90.el (f90-mode-abbrev-table):
6590         * progmodes/fortran.el (fortran-mode-abbrev-table):
6591         Use newer form of define-abbrev, where supported.  No need to bind
6592         abbrevs-changed for system abbrevs.
6594 2008-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6596         * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
6597         delete-frame-functions.
6599         * bookmark.el (Info-current-node): Remove.
6601 2008-03-12  Juri Linkov  <juri@jurta.org>
6603         * help.el (describe-project): Remove defaliases for view-todo and
6604         describe-project that are now unnecessary after the merge from
6605         emacs--rel--22 that added define-obsolete-function-alias.
6607         * startup.el (inhibit-startup-screen): Revert incomplete
6608         2008-03-10 merge from emacs--rel--22 that partly reverted
6609         2008-02-28 change that added initial message to *scratch* buffer
6610         regardless of the value of `inhibit-startup-screen'.
6611         Now keep this change in the trunk, but not in the 22 branch.
6613 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6615         * international/quail.el (quail-setup-completion-buf, quail-help):
6616         * mail/binhex.el (binhex-decode-region-internal):
6617         * mail/uudecode.el (uudecode-decode-region-internal):
6618         * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
6619         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
6620         setting default-enable-multibyte-characters.
6622         * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
6624         * comint.el: Fix up indentation and comment style.  Remove `function'.
6626         * international/mule-cmds.el (reset-language-environment)
6627         (set-language-environment-nonascii-translation):
6628         Don't set-unibyte-charset.
6630         * doc-view.el: Remove all cb-args, use closures instead.
6631         (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
6632         doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
6633         doing an incorrect check).  Update all callers to use the new name.
6634         (doc-view-doc->txt): Add missing `txt' argument.
6636 2008-03-12  Tassilo Horn  <tassilo@member.fsf.org>
6638         * doc-view.el (doc-view-current-cache-dir): Set buffer used for
6639         md5 sum calculation to single-byte.
6641 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6643         * doc-view.el (doc-view-new-window-function): Add assertion.
6644         (doc-view-doc-type): New var.
6645         (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
6646         (doc-view-intersection): New fun.
6647         (doc-view-mode): Use it to set the new var.
6649 2008-03-12  Tassilo Horn  <tassilo@member.fsf.org>
6651         * doc-view.el (doc-view-doc->txt, doc-view-open-text)
6652         (doc-view-already-converted-p): New functions.
6653         (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
6654         (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
6655         (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
6656         (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
6657         (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
6658         (doc-view-convert-current-doc): Don't hardwire the functions the
6659         sentinels call.  Now they're provided by two args CALLBACK and
6660         CB-ARGS to the functions.
6661         (doc-view-search): Use doc-view-doc->txt.
6662         (doc-view-initiate-display): Use doc-view-already-converted-p.
6663         Mention new binding C-c C-t if doc-view-mode doesn't work.
6665 2008-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
6667         * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
6669 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6671         * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
6672         Mark " outside of tags as punctuation.
6674 2008-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6676         * menu-bar.el (minibuffer-local-map): Use the same command for the
6677         "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
6678         Prefer RET over C-j for exit-minibuffer.
6680         * files.el (display-buffer-other-frame): Eliminate problematic code.
6682         * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
6683         (menu-bar-select-buffer): Remove.
6684         (menu-bar-select-frame): Make non-interactive and take a frame arg.
6685         (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
6687 2008-03-11  Juanma Barranquero  <lekktu@gmail.com>
6689         * icomplete.el (icomplete-completions): Remove obsolete code.
6691         * net/net-utils.el (iwconfig-program-options): Doc fix.
6692         (net-utils-run-program, run-network-program): Define as functions.
6694 2008-03-11  Dan Nicolaescu  <dann@ics.uci.edu>
6696         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
6698 2008-03-11  Glenn Morris  <rgm@gnu.org>
6700         * faces.el (mode-line-emphasis): New face.
6701         * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
6703         * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
6705 2008-03-11  Chong Yidong  <cyd@stupidchicken.com>
6707         * simple.el (set-mark-command): Doc fix.
6709 2008-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6711         * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
6713         * emacs-lisp/autoload.el (autoload-find-destination):
6714         Don't force raw-text.
6716         * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
6717         * calendar/cal-loaddefs.el: Don't version control.
6719 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
6721         * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
6722         entries and add :help to the existing ones.
6724 2008-03-10  Glenn Morris  <rgm@gnu.org>
6726         * calendar/cal-hebrew.el (date, entry, number): Move declarations
6727         to where they are needed.
6729         * calendar/calendar.el (diary-file, hebrew-holidays-1)
6730         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
6731         (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
6732         (calendar-version): Doc fixes.
6733         (calendar-absolute-from-gregorian): Use zerop.
6734         (calendar-mode-line-format): Make it a defcustom.
6736         * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
6737         (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
6738         (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
6739         (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
6740         (mark-included-diary-files, mark-calendar-days-named)
6741         (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
6742         (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
6743         (insert-monthly-diary-entry, insert-yearly-diary-entry)
6744         (insert-anniversary-diary-entry, insert-block-diary-entry)
6745         (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
6746         (diary-font-lock-sexps): Doc fixes.
6747         (diary-remind-message, mark-calendar-month): Use zerop.
6748         (diary-attrtype-convert, diary-pull-attrs): Simplify.
6749         (diary-list-entries): Revert let to let* (previous change).
6751         * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
6753 2008-03-10  Kim F. Storm  <storm@cua.dk>
6755         * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
6756         function aliases for the old names.
6758 2008-03-10  Juanma Barranquero  <lekktu@gmail.com>
6760         * iswitchb.el (iswitchb-use-faces): Doc fix.
6761         (iswitchb-buffer-ignore, iswitchb-read-buffer):
6762         Fix typos in docstrings.
6764 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
6766         * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
6767         Fix typo.
6768         (verilog-type-font-keywords): Reindent.
6770 2008-03-10  Michael McNamara  <mac@mail.brushroad.com>
6772         * verilog-mode.el (verilog-font-grouping-keywords): Fix bug in the
6773         grouping-keyword regular expression.
6774         (verilog-font-lock-keywords): Allow users to toggle special
6775         highlight of grouping-keywords.
6776         (verilog-highlight-grouping-keywords): The toggle for special
6777         highlighting of grouping keywords.
6779 2008-03-10  Juri Linkov  <juri@jurta.org>
6781         * startup.el: Revert 2008-02-28 change that adds initial message
6782         to *scratch* buffer regardless of the value of
6783         `inhibit-startup-screen'.
6785 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
6787         * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
6788         * textmodes/bibtex-style.el (bibtex-style-indent-basic):
6789         * progmodes/verilog-mode.el (verilog-mode):
6790         * net/socks.el (socks):
6791         * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
6793 2008-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6795         * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
6796         (doc-view-bookmark-make-record): Use them.
6797         (doc-view-bookmark-jump): Use them.  Fix find-file ->find-file-noselect.
6798         (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
6800         * bookmark.el (bookmark-make-record-function): Change expected return
6801         value to include a suggested bookmark name.
6802         (bookmark-make): Split into bookmark-make-record and bookmark-store.
6803         Fix reversed `overwrite' semantics.
6804         (bookmark-set): Call bookmark-make-record before prompting the user.
6805         Then pass the result to bookmark-store later on.
6806         (bookmark-make-name-function): Remove.
6807         (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
6808         * info.el (bookmark-make-name-function): Remove.
6809         (Info-mode): Don't set it.
6810         (Info-bookmark-make-name): Remove.
6811         (Info-bookmark-make-record): Use Info-current-node as suggested default
6812         bookmark name.
6814         * bookmark.el (bookmark-set): Make bookmark before reading annotations.
6815         I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
6816         (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
6817         (bookmark-annotation-buffer, bookmark-annotation-file)
6818         (bookmark-annotation-point, bookmark-send-annotation)
6819         (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
6820         (bookmark-edit-annotation-text-func): Rename from
6821         bookmark-read-annotation-text-func.  Keep old name as an obsolete alias.
6822         (bookmark-edit-annotation-mode-map): Move initialization into
6823         declaration.
6825         * bookmark.el: Remove spurious * in docstrings.
6826         (bookmark-minibuffer-read-name-map): New var.
6827         (bookmark-set): Use it.  Also pass the default value as it should.
6828         (bookmark-send-edited-annotation): Take no chances with text properties.
6829         (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
6830         (bookmark-insert-buffer-name): Remove.
6831         (bookmark-buffer-file-name): Signal an error rather than returning nil.
6833 2008-03-09  Thomas Hühn  <xf27@arcor.de>  (tiny change)
6835         * tutorial.el (tutorial--default-keys): Update `C-l' binding.
6837 2008-03-09  Dan Nicolaescu  <dann@ics.uci.edu>
6839         * diff-mode.el (diff-mode-menu): Add :help.
6841 2008-03-09  Glenn Morris  <rgm@gnu.org>
6843         * calendar/calendar.el (general-holidays, oriental-holidays)
6844         (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
6845         (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
6846         (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
6847         (calendar-holidays): Restore autoload cookies, because people are
6848         used to using these variables without loading calendar.el.
6850         * calendar/cal-islam.el (diary-islamic-date): Move to end.
6851         (date, number): Declare where needed.
6853         * calendar/diary-lib.el (nongregorian-diary-marking-hook)
6854         (list-sexp-diary-entries): Doc fixes.
6855         (diary-list-entries): Doc fix.  Remove free variable `entry'.
6856         (fancy-diary-display): Use dolist, bobp.  Remove free variable `entry'.
6857         Simplify setting of `date-holiday-list'.
6858         (mark-diary-entries): Remove free variable `entry'.
6859         (diary-list-entries, include-other-diary-files, fancy-diary-display):
6860         Use let where let* is not needed.
6862 2008-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6864         * bookmark.el (bookmark-make): Don't pass the `annotation' to the
6865         make-record function, instead paste it in afterwards.
6866         (bookmark-make-record-for-text-file):
6867         * doc-view.el (doc-view-bookmark-make-record):
6868         * info.el (Info-bookmark-make-record): Don't mess with annotations.
6870 2008-03-08  Glenn Morris  <rgm@gnu.org>
6872         * calendar/diary-lib.el (entry): Declare for compiler part-way through.
6874 2008-03-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6876         * calendar/diary-lib.el (diary-list-entries)
6877         (include-other-diary-files, mark-diary-entries)
6878         (mark-sexp-diary-entries, mark-included-diary-files)
6879         (diary-entry-time, list-sexp-diary-entries): Remove the special
6880         handling of ^M that dates back to the use of selective-display.
6881         (simple-diary-display): Obey setting of pop-up-frames.
6882         (body, entry): Remove unnecessary declarations.
6884         * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
6885         (bookmark-get-annotation, bookmark-set-annotation)
6886         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
6887         (bookmark-set-position, bookmark-get-front-context-string)
6888         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
6889         (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
6890         * info.el (Info-bookmark-make-record): Don't bother recording point.
6891         (bookmark-get-filename, bookmark-get-front-context-string)
6892         (bookmark-get-rear-context-string, bookmark-get-position):
6893         Don't declare any more.
6894         (bookmark-get-info-node): Remove.
6895         (bookmark-prop-get): Declare.
6896         (Info-bookmark-jump): Use it.
6898 2008-03-08  Johan BockgÃ¥rd  <bojohan@gnu.org>
6900         * subr.el (while-no-input): Don't splice BODY directly into the
6901         `or' form.
6903 2008-03-08  Dan Nicolaescu  <dann@ics.uci.edu>
6905         * diff-mode.el (diff-ignore-whitespace-hunk):
6906         Bind inhibit-read-only before trying to change the buffer.
6908 2008-03-08  Glenn Morris  <rgm@gnu.org>
6910         * calendar/appt.el (appt): Move custom group here from calendar.el.
6911         (appt-disp-window, appt-convert-time): Doc fixes.
6913         * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
6914         (calendar-bahai-mark-date-pattern):
6915         * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
6916         * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
6917         * calendar/cal-julian.el (calendar-absolute-from-julian):
6918         * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
6920         * calendar/cal-china.el (chinese-calendar): Move custom group here from
6921         calendar.el.
6922         (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
6923         Make constants.
6924         (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
6925         (chinese-calendar-daylight-savings-starts)
6926         (chinese-calendar-daylight-savings-ends)
6927         (chinese-calendar-daylight-savings-starts-time)
6928         (chinese-calendar-daylight-savings-ends-time)
6929         (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
6930         Doc fixes.
6932         * calendar/cal-coptic.el (coptic-name): Add doc string.
6934         * calendar/cal-french.el (french-calendar-month-name-array)
6935         (french-calendar-day-name-array, french-calendar-special-days-array):
6936         Add doc strings.
6938         * calendar/cal-bahai.el (diary-bahai-mark-entries)
6939         (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
6940         (diary-bahai-insert-yearly-entry):
6941         * calendar/cal-dst.el (calendar-next-time-zone-transition)
6942         (calendar-time-zone):
6943         * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
6944         (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
6945         (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
6946         (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
6947         (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
6948         * calendar/cal-islam.el (islamic-calendar-leap-year-p)
6949         (list-islamic-diary-entries, mark-islamic-diary-entries)
6950         (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
6951         (insert-yearly-islamic-diary-entry):
6952         * calendar/cal-iso.el (calendar-iso-read-args):
6953         * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
6954         (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
6955         (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
6956         (calendar-next-calendar-round-date)
6957         (calendar-mayan-long-count-common-era):
6958         * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
6959         (cal-menu-x-popup-menu, calendar-mouse-holidays)
6960         (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
6961         (calendar-mouse-goto-date):
6962         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
6963         * calendar/holidays.el (holidays):
6964         * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
6965         * calendar/time-date.el (date-to-time, time-subtract, time-add)
6966         (safe-date-to-time): Doc fixes.
6968         * calendar/cal-persia.el (persian-calendar-month-name-array)
6969         (persian-calendar-epoch): Make constants.
6971         * calendar/cal-tex.el (calendar-tex): Move custom group here from
6972         calendar.el.
6974         * calendar/cal-x.el (diary-frame-parameters)
6975         (calendar-frame-parameters, calendar-and-diary-frame-parameters)
6976         (calendar-after-frame-setup-hooks): Make defcustoms.
6977         (calendar-one-frame-setup, calendar-only-one-frame-setup)
6978         (calendar-two-frame-setup): Doc fix.
6980         * calendar/cal-loaddefs.el: New file.
6982         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
6983         * calendar/cal-french.el, calendar/cal-html.el:
6984         * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
6985         * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
6986         * calendar/cal-tex.el, calendar/cal-x.el:
6987         Unquote lambda functions.  Add autoload cookies to functions formerly
6988         autoloaded in calendar.el.  Set `generated-autoload-file' to
6989         "cal-loaddefs.el".
6991         * calendar/calendar.el: Move many autoloads to separate file,
6992         cal-loaddefs.el.  Move defcustoms to start and re-order.
6993         (calendar-month-name-array, calendar-starred-day): No need to
6994         declare for compiler.
6995         (cal-loaddefs): Require it.
6996         (appt, chinese-calendar, calendar-tex): Move custom groups to the
6997         appropriate file.
6998         (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
6999         Reverse logic.
7000         (diary-face, diary-file-name-prefix-function, diary-include-string)
7001         (diary-glob-file-regexp-prefix, diary-face-attrs)
7002         (diary-file-name-prefix, sexp-diary-entry-symbol)
7003         (print-diary-entries-hook, list-diary-entries-hook)
7004         (nongregorian-diary-listing-hook, mark-diary-entries-hook)
7005         (nongregorian-diary-marking-hook, diary-list-include-blanks):
7006         Move to diary-lib.
7007         (all-christian-calendar-holidays, all-islamic-calendar-holidays)
7008         (all-bahai-calendar-holidays): Doc fix.
7009         (calendar-insert-indented): Doc fix.  Use when rather than if.
7010         (exit-calendar): Use mapc rather than mapcar.
7011         (calendar-cursor-to-date): Use zerop.
7012         (calendar-mark-ring): Add doc-string.
7013         (calendar-starred-day): Defvar it.
7014         (calendar-mode): Make calendar-starred-day local.
7015         (calendar-star-date): No need to make calendar-starred-day local.
7017         * calendar/diary-lib.el: Move defcustoms to start.
7018         (diary-include-string, diary-list-include-blanks)
7019         (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
7020         (diary-file-name-prefix, diary-file-name-prefix-function)
7021         (sexp-diary-entry-symbol, list-diary-entries-hook)
7022         (mark-diary-entries-hook, nongregorian-diary-listing-hook)
7023         (nongregorian-diary-marking-hook, print-diary-entries-hook):
7024         Move here from calendar.el.
7025         (diary-file-name-prefix-function): Use 'identity.
7026         (diary-face): Make it a defcustom, and mark as obsolete.
7027         (top-level): No need to require cal-hebrew, cal-islam when compiling.
7028         (calendar-hebrew-month-name-array-leap-year)
7029         (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
7030         Define for compiler.
7031         (diary-font-lock-keywords): Use format rather than concat.
7032         Add bahai-diary-entry-symbol.
7034         * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
7035         * calendar/solar.el: Unquote lambda functions.
7037         * calendar/solar.el (calendar-location-name, calendar-latitude)
7038         (calendar-longitude, solar-setup, solar-sin-degrees)
7039         (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
7040         (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
7041         (solar-sunrise-and-sunset, solar-moment, solar-daylight)
7042         (solar-exact-local-noon, solar-julian-ut-centuries)
7043         (solar-ephemeris-time, solar-date-next-longitude)
7044         (solar-horizontal-coordinates, solar-equatorial-coordinates)
7045         (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
7046         (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
7047         (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
7048         Doc fixes.
7049         (solar-horizontal-coordinates, solar-equatorial-coordinates)
7050         (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
7051         (solar-ecliptic-coordinates): Use unless.
7052         (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
7053         Use or.
7055         * calendar/timeclock.el: Add doc-strings to all functions.
7056         (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
7057         (timeclock-entry-list-length, timeclock-entry-list-projects)
7058         (timeclock-day-list-projects, timeclock-day-list): Use dolist.
7060         * calendar/todo-mode.el: Remove un-needed eval-when-compile.
7062         * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
7063         (org-get-entries-from-diary): Require diary-lib.
7065 2008-03-08  Juanma Barranquero  <lekktu@gmail.com>
7067         * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
7068         Pacify byte-compiler.
7070 2008-03-07  Alan Mackenzie  <acm@muc.de>
7072         * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
7073         paren/bracket pairs parsed, to solve performance problem.
7075 2008-03-07  Bastien Guerry  <bzg@altern.org>
7077         * bookmark.el (bookmark-set): Don't check for
7078         `bookmark-make-name-function' since `bookmark-buffer-file-name'
7079         already takes care of this.
7080         (bookmark-buffer-name, bookmark-buffer-file-name):
7081         Remove Info-mode specific code.
7083         * info.el (bookmark-get-info-node): Define this function in
7084         info.el, not in bookmark.el.
7085         (Info-mode): Set `bookmark-make-name-function' to
7086         `Info-bookmark-make-name' locally.
7087         (Info-bookmark-make-name): New function.
7089         * bookmark.el (bookmark-make-name-function): New variable.
7091 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
7093         * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
7094         buffer-local, not `bookmark-make-cell-function' (the old name).
7096 2008-03-07  Tassilo Horn  <tassilo@member.fsf.org>
7098         * doc-view.el (doc-view-bookmark-make-record):
7099         * image-mode.el (image-bookmark-make-record):
7100         * info.el (Info-bookmark-make-record): Delete obsolete second arg.
7102 2008-03-07  Jan Djärv  <jan.h.d@swipnet.se>
7104         * vc.el (vc-status-menu-map-filter): Return orig-binding if
7105         boundp 'vc-ignore-menu-filter.
7106         (vc-status-tool-bar-map): Make it defvar.
7107         (vc-status-mode): vc-status-tool-bar-map now variable.
7108         (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
7110 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
7112         Give a better name to part of the bookmark interface.
7114         This was originally a much larger change, but halfway through I
7115         updated and discovered that Stefan Monnier had done the rest.
7116         It looks like he anticipated the new name too, because he used
7117         `the-record' instead of `the-cell' for some internal variable names.
7119         * bookmark.el (bookmark-make-record-function): Was
7120         `bookmark-make-cell-function'.
7121         (bookmark-make, bookmark-send-annotation): Update for above.
7122         (bookmark-make-record-for-text-file):
7123         Was `bookmark-make-cell-for-text-file'.  Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
7125         * info.el: Adjust accordingly.
7126         (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
7128         * image-mode.el: Adjust accordingly.
7129         (image-bookmark-make-record): Was `image-bookmark-make-cell'.
7131         * doc-view.el: Adjust accordingly.
7132         (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
7134 2008-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7136         * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
7137         Move initialization into declaration.
7138         (bookmark-get-info-node, bookmark-set-info-node): Remove.
7139         (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
7140         (bookmark-info-current-node): Remove.
7141         (bookmark-jump-noselect): Rename from bookmark-jump-internal.
7142         Add relocation fallback.  Set bookmark-current-bookmark.
7143         (bookmark-default-handler): Rename from bookmark-jump-noselect.
7144         Remove relocation fallback.  Don't set bookmark-current-bookmark.
7145         (bookmark-set): Let it be used even if there's no buffer-file-name
7146         as long as there is a bookmark-make-cell-function.
7147         * info.el (Info-bookmark-jump): Remove relocation fallback.
7148         Don't set bookmark-current-bookmark.
7150 2008-03-07  Glenn Morris  <rgm@gnu.org>
7152         * calendar/appt.el (appt-issue-message)
7153         (appt-message-warning-time, appt-audible, appt-visible)
7154         (appt-msg-window, appt-display-mode-line, appt-display-duration)
7155         (appt-display-diary): Remove autoload cookies.
7157         * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
7158         Remove leading `*' from defcustom doc-strings.
7160         * calendar/cal-dst.el (calendar-dst): New custom group.
7161         (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
7162         (calendar-time-zone, calendar-daylight-time-offset)
7163         (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
7164         (calendar-daylight-savings-starts-time)
7165         (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
7166         (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
7167         Move to start.
7169         * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
7171         * calendar/calendar.el (calendar-version): Use emacs-version and
7172         make it obsolete.  Move to end.
7173         (calendar-offset, view-diary-entries-initially)
7174         (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
7175         (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
7176         (all-christian-calendar-holidays, all-islamic-calendar-holidays)
7177         (all-bahai-calendar-holidays, calendar-load-hook)
7178         (initial-calendar-window-hook, today-visible-calendar-hook)
7179         (today-invisible-calendar-hook, calendar-move-hook)
7180         (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
7181         (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
7182         (diary-include-string, sexp-diary-entry-symbol)
7183         (abbreviated-calendar-year, american-date-diary-pattern)
7184         (european-date-diary-pattern, european-calendar-display-form)
7185         (american-calendar-display-form, print-diary-entries-hook)
7186         (list-diary-entries-hook, diary-hook, diary-display-hook)
7187         (nongregorian-diary-listing-hook, mark-diary-entries-hook)
7188         (nongregorian-diary-marking-hook, diary-list-include-blanks)
7189         (holidays-in-diary-buffer, general-holidays, oriental-holidays)
7190         (local-holidays, other-holidays, hebrew-holidays-1)
7191         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
7192         (hebrew-holidays, christian-holidays, islamic-holidays)
7193         (bahai-holidays, solar-holidays, calendar-setup)
7194         (calendar-week-start-day): Remove autoload cookies.
7195         (diary-glob-file-regexp-prefix): Doc fix.
7196         (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
7197         (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
7198         (calendar-week-start-day, calendar-debug-sexp): Move to start.
7200         * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
7201         (calendar-time-display-form, calendar-latitude)
7202         (calendar-longitude, solar-equinoxes-solstices): Remove autoload
7203         cookies.
7204         (calendar-latitude, calendar-longitude): Move functions after
7205         variables.
7206         (diary-sabbath-candles-minutes): Move to start.
7207         (solar-setup): Use or rather than if.
7208         (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
7209         Remove condition-case.
7210         (solar-atn2): Use zerop.
7211         (solar-equinoxes-solstices): Doc fix.
7213         * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
7214         (sc-mode-map-prefix): Doc fix.  Make it a defcustom.
7216         * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
7217         (calendar-longitude, calendar-latitude, calendar-location-name):
7218         Declare for compiler.
7220 2008-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7222         * arc-mode.el (archive-ar-file-header-re): New const.
7223         (archive-ar-summarize, archive-ar-extract): New funs.
7224         (archive-find-type): Recognize ar archives.
7226         * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
7227         New functions.
7229         * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
7231 2008-03-06  Lennart Borgman  <lennart.borgman@gmail.com>
7233         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
7234         Replace :enable (mark-active) with :enable mark-active.
7236 2008-03-06  Juanma Barranquero  <lekktu@gmail.com>
7238         * vms-patch.el (make-legal-file-name): New obsolete alias.
7239         (make-valid-file-name): Rename from `make-legal-file-name'.
7240         (make-auto-save-file-name): Use it.
7242         * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
7243         (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
7244         (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
7246         * textmodes/org.el (org-export-html-style): Doc fix.
7247         (org-get-legal-level): New obsolete alias.
7248         (org-get-valid-level): Rename from `org-get-legal-level'.
7249         (org-promote, org-demote, org-archive-subtree)
7250         (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
7252 2008-03-06  Jan Djärv  <jan.h.d@swipnet.se>
7254         * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
7256         * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
7257         (vc-status-toggle-mark): New functions.
7258         (vc-status-mode): Set tool bar map.
7260 2008-03-05  Chong Yidong  <cyd@stupidchicken.com>
7262         * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
7263         Reported by Drew Adams <drew.adams@oracle.com>.
7265 2008-03-05  Kenichi Handa  <handa@ni.aist.go.jp>
7267         * subr.el (read-quoted-char): Resolve modifers of the character
7268         event.
7270         * comint.el (comint-exec-1): Don't change the coding-system for
7271         decoding to dos-like EOL.
7272         (comint-carriage-motion): Fully rewrite.
7274 2008-03-05  Juanma Barranquero  <lekktu@gmail.com>
7276         * epg.el (epg-context-include-certs): Reflow docstring.
7277         (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
7278         (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
7279         (epg-context-set-signers, epg-context-set-sig-notations)
7280         (epg-make-import-status, epg-make-import-result)
7281         (epg-start-delete-keys): Fix typos in docstrings.
7282         (epg-start-sign-keys, epg-sign-keys):
7283         Fix typos in obsolescence declarations.
7285         * iswitchb.el: Don't check for `cadr' and `last'.
7286         (iswitchb-define-mode-map, iswitchb-default-keybindings):
7287         Add obsolescence declaration and remove redundant info from docstring.
7288         (iswitchb-set-common-completion, iswitchb-set-matches)
7289         (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
7290         (recentf-list, most-len, most-is-exact):
7291         Don't wrap defvars within `eval-when-compile'.
7293 2008-03-05  Glenn Morris  <rgm@gnu.org>
7295         * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
7296         * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
7297         * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
7298         * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
7299         ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
7301         * ediff-hook.el (ediff-window-setup-function): Don't autoload
7302         declaration for compiler.
7303         (ediff-xemacs-init-menus): Use when rather than if.
7305         * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
7306         if+and to just and.
7307         (ediff-read-event, ediff-overlayp, ediff-make-overlay)
7308         (ediff-delete-overlay): Move the XEmacs test inside the definition.
7310         * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
7312         * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
7313         test inside XEmacs test.
7314         (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
7315         since it was doing nothing on Emacs.
7316         (ediff-make-bullet-proof-overlay): Use when rather than if.
7318         * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
7319         (ediff-setup-control-frame): Remove
7320         ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
7321         a (featurep 'xemacs) test.
7323 2008-03-05  Jay Belanger  <jay.p.belanger@gmail.com>
7325         * calc/calc-ext.el (calc-extended-command-history): New variable.
7326         (calc-exectute-extended-command): Use `calc-extended-command-history'.
7328 2008-03-05  Dan Nicolaescu  <dann@ics.uci.edu>
7330         * bindings.el (mode-line-remote): Add mouse-face.  Improve tooltip.
7331         (standard-mode-line-position): Add mouse-face.
7333         * progmodes/compile.el (compilation-menu-map, compilation-mode-map):
7334         * progmodes/grep.el (grep-mode-map): Add :help.
7336         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
7337         initialize in one step.  Add :help.  Use :enable to activate menu
7338         items.  Show the key binding for edebug-defun.
7339         (lisp-interaction-mode-map): Add a menu.
7341         * term.el (term-mode-map): Define and initialize in one step.
7343         * ediff-init.el (ediff-color-display-p): Simplify.
7344         (Xor): Remove unused function.
7345         (ediff-with-syntax-table): Simplify for Emacs.
7347         * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
7348         menu-bar being loaded, it always is.
7350 2008-03-05  Glenn Morris  <rgm@gnu.org>
7352         * textmodes/tex-mode.el (tex-mode): Suppress warning about
7353         multiple definitions when compiling.
7355 2008-03-04  Alan Mackenzie  <acm@muc.de>
7357         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
7359         * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
7360         doc-string, "c-old-LEN" -> "c-old-END".
7362 2008-03-04  Jason Rumney  <jasonr@gnu.org>
7364         * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
7365         namespaces.
7367 2008-03-04  Glenn Morris  <rgm@gnu.org>
7369         * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
7371         * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
7372         than mapcar.
7374 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7376         * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
7377         (byte-compile-nilconstp): Can't use recursion in a defsubst.
7379         * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
7380         so that M-q can fill comments.
7381         (tex-executable-exists-p, tex-compile): Extend with special syntax for
7382         commands implemented in elisp.
7383         (tex-compile-commands): Add an entry to use doc-view for pdf files.
7384         (tex-format-cmd): New function.
7385         (tex-compile): Use it to let the user specify default arguments.
7386         (tex-cmd-bibtex-args): New var.
7387         (tex-cmd-doc-view): New function.
7389 2008-03-03  Juanma Barranquero  <lekktu@gmail.com>
7391         * faces.el (face-spec-set): Fix typos in docstring.
7393 2008-03-03  Dan Nicolaescu  <dann@ics.uci.edu>
7395         * bindings.el (mode-line-column-line-number-mode-map): New variable.
7396         (standard-mode-line-position): Use it to add a menu for toggling
7397         column number and line number display.
7399 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7401         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
7402         Remove optimization that was working around the form-code-walker bug.
7404         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
7405         Walk into the body of lambdas after byte-compile-unfold-lambda.
7407 2008-03-03  Glenn Morris  <rgm@gnu.org>
7409         * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
7410         value, if set, over frame value.
7412         * simple.el (transient-mark-mode): Don't turn on by default.
7414         * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
7415         accidentally removed by the 2007-12-05 merge from Gnus.
7417 2008-03-02  Dan Nicolaescu  <dann@ics.uci.edu>
7419         * progmodes/compile.el (compilation-menu-map): Add menu entries
7420         for useful options.
7422 2008-03-01  Dan Nicolaescu  <dann@ics.uci.edu>
7423             Glenn Morris  <rgm@gnu.org>
7425         * emacs-lisp/bytecomp.el (byte-recompile-directory)
7426         (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
7427         Give a `bytecomp-' prefix to local variables with common names.
7429 2008-03-01  Glenn Morris  <rgm@gnu.org>
7431         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Restore
7432         code commented out 2007-11-10.
7434         * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
7436         * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
7437         Delete macro.
7438         * emulation/viper-cmd.el, emulation/viper-ex.el:
7439         * emulation/viper-init.el, emulation/viper-keym.el:
7440         * emulation/viper-mous.el, emulation/viper-util.el:
7441         * emulation/viper.el:
7442         Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
7443         featurep test.
7445         Replace obselete frame-local variables with frame-parameters.
7446         * emulation/viper-init.el (viper-replace-overlay-cursor-color)
7447         (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
7448         (viper-vi-state-cursor-color): Only call make-variable-frame-local
7449         on XEmacs.
7450         * emulation/viper-util.el (viper-frame-value): New macro.
7451         * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
7452         (viper-R-state-post-command-sentinel)
7453         (viper-replace-state-post-command-sentinel)
7454         (viper-change-state-to-insert, viper-change-state-to-emacs):
7455         * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
7456         (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
7457         (viper-get-saved-cursor-color-in-insert-mode)
7458         (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
7459         Use viper-frame-value for viper-replace-overlay-cursor-color,
7460         viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
7461         viper-vi-state-cursor-color values.
7463         * emulation/viper-cmd.el (zmacs-region-stays):
7464         * emulation/viper-util.el (zmacs-region-stays): No need to define
7465         for compiler.
7467         * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
7468         mapcar on Emacs.
7470         * emulation/viper-mous.el (viper-counting-clicks-p): Only define
7471         on XEmacs.
7473         * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
7474         rather than if.
7476 2008-03-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7478         * whitespace.el: New version 9.3.  As the glyph code generation was
7479         fixed, it is possible now to use character code above ?\x1FFFF in the
7480         display table.  Fix `whitespace-indentation-regexp' to not include an
7481         extra ending character.  Reported by Michael Welsh Duggan
7482         <mwd@cert.org>.  Added hook actions when buffer is written or killed as
7483         the original whitespace package had.  Suggested by Eric Cooper
7484         <ecc@cmu.edu>.  Doc fix.
7485         (whitespace-action): New option.
7486         (whitespace-display-mappings): Changed default newline visualization to
7487         display downwards arrow, as the glyph code generation was fixed.
7488         (whitespace-unload-function): Assure that all local whitespace mode is
7489         turned off.
7490         (whitespace-global-modes): Fix type customization.
7491         (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
7492         (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
7493         (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
7494         Fix code.
7495         (whitespace-buffer): Command removed.
7496         (whitespace-trailing-regexp, whitespace-mark-x)
7497         (whitespace-display-window, whitespace-action-when-on)
7498         (whitespace-add-local-hook, whitespace-remove-local-hook)
7499         (whitespace-write-file-hook, whitespace-kill-buffer-hook)
7500         (whitespace-action): New funs.
7501         (whitespace-report-list, whitespace-report-text)
7502         (whitespace-report-buffer-name): New consts.
7503         (whitespace-report, whitespace-report-region): New commands.
7505 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
7507         * disp-table.el (make-glyph-code): Don't test the result of
7508         `face-id', which already signals an error for invalid faces.
7509         (glyph-face): Simplify.
7511         * desktop.el (desktop-read): Set `desktop-dirname' to nil before
7512         running `desktop-not-loaded-hook' to allow modifying it.
7513         Don't show warning message if `desktop-dirname' was modified.
7515 2008-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7517         * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
7518         we still expect more lines.
7520         * textmodes/fill.el (fill-comment-paragraph): Don't try to do
7521         comment-paragraph filling if the commark doesn't match
7522         comment-start-skip.
7524 2008-03-01  Daiki Ueno  <ueno@unixuser.org>
7526         * international/utf-7.el (utf-7-encode): Never skip the trailing - for
7527         the `imap' variant.
7529 2008-03-01  Jason Rumney  <jasonr@gnu.org>
7531         * files.el (make-auto-save-file-name): Encode more characters in
7532         non-file buffer names.  Use url-encoding.
7534 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
7536         * net/net-utils.el (ftp-program): Fix typo in docstring.
7537         (ifconfig-program-options, netstat-program-options)
7538         (arp-program-options, route-program-options, nslookup-program-options)
7539         (ftp-program-options, smbclient-program-options)
7540         (dns-lookup-program-options, arp, route): Doc fixes.
7542         * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
7543         (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
7544         (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
7545         Fix typos in docstrings.
7546         (gdb-pending-triggers): Reflow docstring.
7547         (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
7549 2008-03-01  Alan Mackenzie  <acm@muc.de>
7551         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
7552         typing "#" at EOB.
7554 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
7556         * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
7558 2008-02-29  Kim F. Storm  <storm@cua.dk>
7560         * emulation/cua-base.el (cua-remap-control-v)
7561         (cua-remap-control-z): New defcustoms.
7562         (cua-mode): Add them to set-after property.
7563         (cua--init-keymaps): Use them.
7564         Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
7566         * help.el (view-emacs-todo): Rename from view-todo.
7567         (describe-gnu-project): Rename from describe-project.  Users changed.
7568         (view-help-file): New helper function.
7569         (describe-distribution, describe-copying, describe-gnu-project)
7570         (view-todo, view-order-manuals, view-emacs-problems): Use it.
7571         (view-emacs-debugging, view-external-packages): New commands.
7572         (help-map): Move describe-distribution to C-h C-o (ordering).
7573         Move view-emacs-problems to C-h C-p (problems).
7574         Bind view-emacs-debugging to C-h C-d (debugging).
7575         Bind view-external-packages to C-h C-e (extras).
7576         (help-for-help-internal): Cleanup and align descriptions.
7577         Remove command names to reduce clutter.
7579 2008-02-29  Nick Roberts  <nickrob@snap.net.nz>
7581         * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
7582         and quieter face (not a warning).
7584 2008-02-29  Dan Nicolaescu  <dann@ics.uci.edu>
7586         * vc.el (vc-status-crt-marked): New variable.
7587         (vc-status-mode): Make it local.
7588         (vc-status-refresh): Use it to save the marked files.
7589         (vc-update-vc-status-buffer): Use it to restore the marked files.
7591         * vc-svn.el (vc-svn-after-dir-status):
7592         * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
7594 2008-02-29  Glenn Morris  <rgm@gnu.org>
7596         * allout.el (allout-topic-encryption-bullet)
7597         (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
7598         (allout-encrypt-unencrypted-on-saves): Change defcustom :version
7599         from 22.0 to 22.1.
7601         * net/imap.el (imap-ping-server):
7602         * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
7603         Change defcustom :version from 23.0 to 23.1.
7605 2008-02-29  Juanma Barranquero  <lekktu@gmail.com>
7607         * desktop.el (desktop-save): Save the buffer name if the
7608         uniquified base name is empty.
7610 2008-02-29  Nick Roberts  <nickrob@snap.net.nz>
7612         * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
7613         correctly when user has "set print address off".
7615 2008-02-28  Juanma Barranquero  <lekktu@gmail.com>
7617         * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
7618         version number of the next major Emacs release, not 23.0.
7620         * longlines.el (longlines-unload-function): New function.
7622 2008-02-28  Juri Linkov  <juri@jurta.org>
7624         * startup.el (normal-splash-screen): Add argument `concise'.
7625         Remove unused binding `prev-buffer'.  Let-bind `splash-buffer'
7626         to the created buffer.  If `concise' is non-nil, call
7627         `display-buffer', otherwise `switch-to-buffer'.  Doc fix.
7628         (display-startup-screen): Add argument `concise' to the call to
7629         `normal-splash-screen'.
7631 2008-02-28  Kim F. Storm  <storm@cua.dk>
7633         * startup.el (startup-echo-area-message): Check for about-emacs.
7635 2008-02-28  Juri Linkov  <juri@jurta.org>
7637         * startup.el: Always add initial message to *scratch* buffer if
7638         `initial-scratch-message' is non-nil regardless of the value of
7639         `inhibit-startup-screen'.
7640         (inhibit-startup-screen, initial-scratch-message): Doc fix.
7641         (command-line-1): Move code that inserts `initial-scratch-message'
7642         up before the if-form that checks for `inhibit-startup-screen'.
7643         Suggested by Jonathan Rockway <jon@jrock.us>.
7645 2008-02-28  Juri Linkov  <juri@jurta.org>
7647         * cus-edit.el (custom-mode-map, custom-mode-link-map):
7648         Rename `custom-mode' to `Custom-mode' in docstrings.
7649         (custom-buffer-create-internal, customize-browse):
7650         Rename `custom-mode' to `Custom-mode'.
7651         (custom-mode-hook): Rename to `Custom-mode-hook'.
7652         (Custom-mode-hook): Renamed from `custom-mode-hook'.
7653         (custom-mode): Rename to `Custom-mode'.
7654         (Custom-mode): Renamed from `custom-mode'.  Doc fix.
7655         (custom-mode): Add backward-compatible non-interactive variant of
7656         `Custom-mode' that simply calls `Custom-mode'.  Mark it obsoleted.
7657         (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
7659         * info-look.el: Rename `custom-mode' to `Custom-mode'.
7661         * emulation/viper.el (viper-emacs-state-mode-list):
7662         Rename `custom-mode' to `Custom-mode'.
7664         * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
7665         Capitalize "Tagged Files".
7666         (minibuffer-local-map): Add menu items for next/previous
7667         history elements and isearch history forward/backward.
7669         * progmodes/hideshow.el (hs-minor-mode-menu): Compare
7670         `hs-isearch-open' with t instead of `comment' in :selected
7671         for "Code and Comment blocks" menu item.
7673 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7675         * uniquify.el (uniquify-buffer-base-name): Undo last change.
7676         Should be done in desktop.el instead.
7678 2008-02-28  Glenn Morris  <rgm@gnu.org>
7680         * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
7682         * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
7684         * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
7685         (Info-menu, Info-goto-node): Remove declarations.
7686         (report-emacs-bug-info): Use info rather than Info-goto-node.
7688         * progmodes/idlwave.el (Info-goto-node): Remove declaration.
7689         (idlwave-convert-xml-system-routine-info): Don't require xml.
7690         (idlwave-show-commentary, idlwave-shell-show-commentary):
7691         Don't require finder.
7692         (idlwave-info): Don't require info.  Use info rather than
7693         Info-goto-node.
7695         * textmodes/org.el (Info-goto-node): Remove declaration.
7696         (org-info): Use info rather than Info-goto-node.
7698         * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
7699         (reftex-info): Don't require info.  Use info rather than Info-goto-node.
7701 2008-02-28  Dan Nicolaescu  <dann@ics.uci.edu>
7703         * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
7704         the menu.
7706         * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
7707         (vc-finish-logentry): Check for vc-status-mode, not only for
7708         vc-dired-mode.
7710 2008-02-28  Kenichi Handa  <handa@ni.aist.go.jp>
7712         * isearch.el (isearch-printing-char): Don't check
7713         keyboard-coding-system.
7714         Call isearch-process-search-multibyte-characters only when
7715         current-input-method is non-nil.
7717 2008-02-27  Kim F. Storm  <storm@cua.dk>
7719         * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
7720         (glyph-char, glyph-face): Handle cons encoding.
7722 2008-02-27  Juanma Barranquero  <lekktu@gmail.com>
7724         * uniquify.el (uniquify-buffer-base-name): If the base name is an
7725         empty string, return nil to allow the caller to default to the
7726         buffer name.  Reported by Martin Fischer <parozusa@web.de>.
7728         * tool-bar.el (tool-bar-setup): Doc fix.
7730         * mail/supercite.el (sc-describe):
7731         Fix typos in obsolescence declaration.
7733 2008-02-27  Glenn Morris  <rgm@gnu.org>
7735         * autoinsert.el (auto-insert-alist): Change permission text to
7736         match FSF's GPLv3 form.
7738         * mail/supercite.el (sc-cite-original): Doc fix.
7739         (sc-version): Make obsolete.
7740         (sc-describe): Show the SC info page.  Make obsolete.
7742 2008-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7744         * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
7745         when using transient-mark-mode.
7746         (default-indicate-unused-lines): Remove unused var.
7748 2008-02-26  Jan Djärv  <jan.h.d@swipnet.se>
7750         * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
7751         and previous.
7753         * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
7755 2008-02-26  Glenn Morris  <rgm@gnu.org>
7757         * net/net-utils.el (top-level): Don't require comint when compiling.
7758         (nslookup-font-lock-keywords): Don't require font-lock.
7759         Use font-lock faces rather than variables.
7760         (nslookup, ftp, smbclient, network-service-connection):
7761         Don't require comint.
7762         (comint-prompt-regexp, comint-input-autoexpand)
7763         (comint-input-ring): Declare for compiler.
7764         (comint-mode, ffap-string-at-point, comint-exec): Autoload.
7765         (dns-lookup-host): Don't require ffap.  Remove `with-no-warnings'.
7767         * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
7768         doc-string.
7770 2008-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7772         * doc-view.el (doc-view-current-page): Add a `win' argument.
7774 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7776         * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
7777         Demote it to plain defvar.
7778         (doc-view-conversion-refresh-interval): Reduce interval.
7779         (doc-view-goto-page): Allow moving to pages not yet rendered.
7780         (doc-view-goto-page): Construct a file name rather than extracting it
7781         from doc-view-current-files.
7782         (doc-view-kill-proc): Ignore errors from kill-process.
7783         (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
7784         (doc-view-insert-image): Use appropriate text if the page hasn't been
7785         rendered yet.  Adjust scrolling so the text is displayed.
7786         (doc-view-display): Detect not just that a page is available, but also
7787         that it wasn't available before, so as to avoid refreshing all pages
7788         repeatedly.
7789         (doc-view-mode): Make doc-view-cache-directory if needed.
7791 2008-02-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7793         * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
7794         toggle-read-only.
7796         * textmodes/bibtex.el (bibtex-format-entry): Handle error message
7797         refering to a missing required field with the OPT prefix.
7798         Make unwindform more robust.
7800         * textmodes/bibtex.el: Remove support for hideshow minor mode as
7801         it duplicates the bibtex support in progmodes/hideshow.el.
7802         * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
7803         entries that do not start at the beginning of a line.
7805 2008-02-25  Chong Yidong  <cyd@stupidchicken.com>
7807         * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
7809 2008-02-25  Robert J. Chassell  <bob@rattlesnake.com>
7811         * help-fns.el (describe-variable): Add phrases about
7812         initialization file with and without customization;
7813         use new button type help-info-variable.
7815         * help-mode.el (help-info-variable):
7816         New button able to read Info files for help-fns.el.
7818 2008-02-25  Jan Djärv  <jan.h.d@swipnet.se>
7820         * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
7821         (grep-mode): Use grep-mode-tool-bar-map.
7823         * progmodes/compile.el (tool-bar): Require tool-bar.
7824         (compilation-mode-tool-bar-map): New variable.
7825         (compilation-mode): Use compilation-mode-tool-bar-map.
7827         * term/x-win.el (x-gtk-stock-map): Add cancel.  Remove extensions.
7829 2008-02-25  Glenn Morris  <rgm@gnu.org>
7831         * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
7833 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7835         * diff-mode.el (diff-file-junk-re): New const.
7836         (diff-beginning-of-file-and-junk): Use it.
7837         (diff-file-kill): Make sure we were really inside a file diff.
7839         * diff-mode.el: Make it more robust in the presence of empty context
7840         lines in unified hunks.
7841         (diff-valid-unified-empty-line): New var.
7842         (diff-unified->context, diff-sanity-check-hunk): Obey it.
7843         (diff-end-of-hunk): Obey it.  New arg `donttrustheader'.
7844         (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
7845         (diff-hunk-header-re-unified): New const.
7846         (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
7847         (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
7848         (diff-sanity-check-hunk): Use it.
7850         * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
7851         Index: line, don't search backward for the previous one.
7853 2008-02-25  Kenichi Handa  <handa@ni.aist.go.jp>
7855         * international/fontset.el (setup-default-fontset): Add non-OTF
7856         lao font for lao script.
7858         * language/tibetan.el: Register tibetan-composition-function in
7859         composition-function-table.
7861         * language/tibet-util.el (tibetan-composition-function):
7862         Adjust for the new calling way (argument changed).  Try font-shape-text
7863         if possible.
7865         * language/lao.el: Register lao-composition-function in
7866         composition-function-table.
7868         * language/lao-util.el (lao-composition-function): Adjust for the new
7869         calling way (argument changed).  Try font-shape-text if possible.
7871 2008-02-25  Jason Rumney  <jasonr@gnu.org>
7873         * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
7875 2008-02-25  Juri Linkov  <juri@jurta.org>
7877         * isearch.el (isearch-fail): Use "RosyBrown1" for a light
7878         background, "red4" for a dark background, "red" for 16 and
7879         8 colors, "grey" for grayscale, and inverse video otherwise.
7880         Add :version tag.
7881         (isearch-message): Keep the original isearch-message intact, and
7882         add text properties to it where necessary.  Add `isearch-error' to
7883         the condition that checks if isearch is unsuccessful.
7885 2008-02-24  Juri Linkov  <juri@jurta.org>
7887         * progmodes/compile.el (compilation-handle-exit):
7888         Use compilation-error face instead of font-lock-warning-face.
7889         Display the same message in the minibuffer as is inserted
7890         at the end of the compilation buffer.
7892 2008-02-24  Glenn Morris  <rgm@gnu.org>
7894         * vc-cvs.el (vc-cvs-register): Fix registering of directories in
7895         multiple file case.
7897         * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
7899         * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
7900         multiple file case.  Use a single `let' rather than two.
7902 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
7904         * progmodes/compile.el (compilation-start): Specify a face for
7905         mode-line-process.
7906         (compilation-handle-exit): Specify a face and a tooltip for
7907         mode-line-process.
7909 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7911         * hilit-chg.el: Remove spurious * in defcustom docstrings.
7912         (hilit-chg-make-ov): Simplify.
7913         (hilit-chg-fixup): Use remove-overlays.
7914         (hilit-chg-set-face-on-change): Remove redundant call to
7915         `remove-text-properties'.
7917         * dired.el (dired-mark-prompt): Don't count/display the t element.
7918         Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
7920 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
7922         * progmodes/verilog-mode.el (eval-when-compile): Don't define
7923         add-submenu.
7924         (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
7925         Remove.  Move contents to the only use ...
7926         (verilog-menu): ... here.
7927         (verilog-statement-menu): Remove.  Move contents to the only use ...
7928         (verilog-stmt-menu): ... here.
7929         (verilog-mark-defun): Simply call mark-defun for emacs.
7930         (occur-pos-list): Declare for byte compiler.
7931         (mode-popup-menu): Don't defvar.
7932         (verilog-add-statement-menu): Remove.
7933         (verilog-mode-hook): Don't add verilog-add-statement-menu.
7934         (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
7936 2008-02-24  Michael McNamara  <mac@mail.brushroad.com>
7938         * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
7939         conditional.
7940         (verilog-font-grouping-keywords-face): Make the begin..end
7941         keywords standout more than other verilog keywords.
7942         (verilog-type-font-keywords): Move the begin..end out of this list
7943         to facilitate making them to (potentially) stand out more.
7944         (verilog-backward-token): Fix indent of bare always{_*}?, initial,
7945         function & task blocks.
7946         (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
7947         initial, function & task blocks.
7948         (verilog-forward-sexp): Handle the new "disable fork" statement of
7949         IEEE-1800 Verilog.
7950         (verilog-beg-block-re-ordered): Handle the new "disable fork"
7951         statement of IEEE-1800 Verilog.
7952         (verilog-calc-1): Handle the new "disable fork" statement of
7953         IEEE-1800 Verilog.
7954         (verilog-disable-fork-re): Add const to help handle the new
7955         "disable fork" statement of IEEE-1800 Verilog.
7956         (verilog-declaration-core-re): Add port directions by themselves,
7957         with no qualification, as base item of a declaration.
7958         (verilog-pretty-declarations): Add new flag to ask it to refrain
7959         from printing to the message buffer.
7960         (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
7961         printing to the message buffer.  Improve handling of the many
7962         types of expression line up.
7963         (verilog-just-one-space): Remove printing of an empty message.
7964         (verilog-get-lineup-indent): Rework to support the better handling
7965         of expression lineup for verilog-pretty-expr.
7966         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
7968 2008-02-24  Alan Mackenzie  <acm@muc.de>
7970         * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
7971         yesterday's commit.
7973 2008-02-24  Nick Roberts  <nickrob@snap.net.nz>
7975         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
7976         to mouse-set-point in buffers that aren't associated with files.
7978         * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
7980 2008-02-24  Alan Mackenzie  <acm@muc.de>
7982         Set of changes so that "obtrusive" syntactic elements in a
7983         C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
7984         unmatched paren) don't interact syntactically with stuff outside
7985         the CPP line.
7987         * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
7988         Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
7989         off-by-one bug.
7990         (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
7991         a bit of refactoring.
7992         (c-awk-extend-and-syntax-tablify-region): Takes some of the
7993         functionality of c-awk-advise-fl-for-awk-region, which has been
7994         refactored away.
7996         * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
7997         (c-clear-char-property-with-value): New function and macro which
7998         remove text-properties `equal' to a supplied value.
8000         * progmodes/cc-engine.el: Comment about text properties amended.
8002         * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
8003         parens around "error\\|warning".
8005         * progmodes/cc-langs.el (c-get-state-before-change-function)
8006         (c-before-font-lock-function, c-anchored-cpp-prefix):
8007         New language variables.
8008         (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
8010         * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
8011         syntax-table text properties.
8012         (c-common-init): Call language specific before/after-change
8013         functions at mode initialisation.
8014         (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
8015         (c-extend-region-for-CPP, c-neutralize-CPP-line)
8016         (c-neutralize-syntax-in-CPP): New functions.
8017         (c-before-change, c-after-change): Call the new language specific
8018         change functions defined in cc-langs.el.
8019         (c-advise-fl-for-region): New macro.
8020         (awk-mode): Remove AWK specific stuff which has been refactored
8021         into language independent stuff.
8023 2008-02-24  Nick Roberts  <nickrob@snap.net.nz>
8025         * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
8026         (gdb): (Re)set gdb-flush-pending-output to nil here...
8027         (gdb-init-1): ...instead of here (before gdb-prompt).
8029 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8031         * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
8032         Recognize ''' just like any other char-constant.
8034 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8036         * vc-hooks.el (vc-find-root): Remove initial loop because it's not
8037         careful enough.  Detect the uid-change all within the main loop.
8039 2008-02-24  Stefan Monnier  <monnier@pastel.home>
8041         * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
8043 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8045         * hilit-chg.el (highlight-save-buffer-state): New macro.
8046         (highlight-save-buffer-state, hilit-chg-set-face-on-change)
8047         (hilit-chg-clear): Use it to preserve the modified-p flag.
8048         (highlight-changes-rotate-faces): Don't mess with the undo-list.
8050 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8052         * font-lock.el (font-lock-set-defaults): Unset previously set variables
8053         when needed.
8055 2008-02-24  Ã†var Arnfjörð Bjarmason  <avar@cpan.org>  (tiny change)
8057         * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
8058         from gnus-button-url-regexp.
8060 2008-02-24  Eli Zaretskii  <eliz@gnu.org>
8062         * progmodes/compile.el (compilation-next-error): Doc fix.
8063         (compilation-find-file): Doc fix.
8065 2008-02-24  Glenn Morris  <rgm@gnu.org>
8067         * net/net-utils.el (ipconfig-program, ipconfig-program-options):
8068         Add obsolete aliases to the old names.
8070 2008-02-24  Richard Stallman  <rms@gnu.org>
8072         * net/net-utils.el (ifconfig): Rename from ipconfig.
8073         (ipconfig): Alias to ifconfig.
8074         (ifconfig-program): Rename from ipconfig-program.
8075         (ifconfig-program-options): Rename from ipconfig-program-options.
8077 2008-02-24  Michael McNamara  <mac@mail.brushroad.com>
8079         * progmodes/verilog-mode.el (verilog-declaration-core-re):
8080         Add port directions by themselves, with no qualification, as base
8081         item of a declaration.
8082         (verilog-pretty-declarations): Add new flag that inhibits printing
8083         to the message buffer.
8084         (verilog-pretty-expr): Add new flag that inhibits printing to the
8085         message buffer.  Improve handling of the many types of expression
8086         line up.
8087         (verilog-just-one-space): Don't print an empty message.
8088         (verilog-get-lineup-indent): Rework to support the better handling
8089         of expression lineup for verilog-pretty-expr.
8090         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
8091         (verilog-mode-version, verilog-mode-release-date): Update.
8093 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8095         * subr.el (cancel-change-group): Don't move point.
8097 2008-02-23  Markus Triska  <markus.triska@gmx.at>
8099         * linum.el (linum-after-config): Update all visible windows.
8101 2008-02-23  Glenn Morris  <rgm@gnu.org>
8103         * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
8104         Add :help for Solitaire and Tetris.
8106         * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
8108         * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
8109         (smtpmail-code-conv-from): Doc fix.  Fix custom type.
8110         (smtpmail-queue-index-file): Make it a defcustom.
8111         (smtpmail-queue-index): Delete.
8112         (smtpmail-send-it, smtpmail-send-queued-mail):
8113         Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
8114         smtpmail-queue-index.
8116         * net/net-utils.el (iwconfig-program, iwconfig-program-options):
8117         Add :version.
8119 2008-02-23  Yoni Rabkin  <yoni@rabkins.net>  (tiny change)
8121         * net/net-utils.el (iwconfig-program, iwconfig-program-options):
8122         New variables.
8123         (iwconfig): New function.
8125 2008-02-23  Dan Nicolaescu  <dann@ics.uci.edu>
8127         * vc.el (vc-find-revision): Make vc-parent-buffer local before
8128         setting it.
8129         (vc-status-menu-map): Do not define using easy-menu.
8130         (vc-status-menu-map): New defalias.
8131         (vc-status-mode-map): Hook up the menu.
8132         (top-level): Update TODO.
8134         * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
8136         * vc-bzr.el (vc-bzr-init-version): Rename to ...
8137         (vc-bzr-init-revision): ... this.
8139 2008-02-23  Jason Rumney  <jasonr@gnu.org>
8141         * makefile.w32-in (WINS_ALMOST): Remove term.
8142         (WINS): Add term here.
8143         (custom-deps, finder-data): Use WINS_ALMOST.
8145 2008-02-22  Juanma Barranquero  <lekktu@gmail.com>
8147         * faces.el (font-weight-table): Fix value of `semi-light'.
8149 2008-02-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8151         * faces.el (font-weight-table, font-slant-table, font-swidth-table):
8152         Make those tables bijective.
8154 2008-02-22  Ken Manheimer  <ken.manheimer@gmail.com>
8156         Finish pdbtrack integration cleanup, settling missing-functions
8157         byte compiler warnings appropriately.
8159         * progmodes/python.el (python-point): Remove this - beginning-of-line
8160         was all that was necessary for `python-pdbtrack-overlay-arrow'.
8161         (python-end-of-def-or-class, python-beginning-of-def-or-class)
8162         (python-goto-initial-line): Drop these - they were only needed for
8163         python-point.
8164         (python-comint-output-filter-function): Use condition-case and
8165         beginning-of-line directly, instead of python-mode.el functions
8166         which require all sorts of baggage.
8167         (point-safe): Unnecessary - we're using condition-case directly,
8168         instead.
8169         (python-execute-file): Include for python-shell, which I'm leaving
8170         in keeping despite it being unnecessary for pdb tracking.
8172 2008-02-22  Peter Danenberg  <pcd@wikitex.org>  (tiny change)
8174         * progmodes/scheme.el (scheme-font-lock-keywords-2):
8175         Add SRFI 11 support.
8176         (let-values, let*-values): Specify scheme-indent-function.
8178 2008-02-22  Dan Nicolaescu  <dann@ics.uci.edu>
8180         * vc.el (vc-exec-after): Move setting mode-line-process in the
8181         busy case ...
8182         (vc-set-mode-line-busy-indicator): ... in this new function.
8183         (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
8184         (vc-update-vc-status-buffer): Reset mode-line-process.
8185         (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
8186         mark/unmark all the files with the same state as the current one.
8187         With a prefix argument mark/unmark all files.
8188         (vc-status-mode-menu): Adjust strings.
8189         (vc-update-vc-status-buffer): Only do something when the argument
8190         is not nil.
8191         (vc-status-kill-dir-status-process): New function.
8192         (vc-status-mode-map): Bind it.
8193         (vc-status-process-buffer): New variable.
8194         (vc-status-mode): Make it local.
8195         (vc-status-refresh): Set it.
8197         * vc-hg.el (vc-hg-dir-status):
8198         * vc-git.el (vc-git-dir-status):
8199         * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
8200         command is run.
8202 2008-02-22  Glenn Morris  <rgm@gnu.org>
8204         * json.el (top-level): No need to require thingatpt.
8205         (json-read-keyword): Use thing-at-point rather than word-at-point.
8207         * time.el (top-level): No need to require time-date when compiling.
8209         * emacs-lisp/copyright.el (copyright-update-year):
8210         Fix subexpression numbering for the case when years are split over
8211         lines, and for the replace case.
8213         * emulation/tpu-edt.el (tpu-have-ispell): Doc fix.  Make obsolete.
8214         (tpu-caar, tpu-cadr): Delete functions.
8215         (zmacs-regions): No need to declare for compiler.
8216         (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
8217         (tpu-spell-check): Rewrite, and handle mark after point.
8218         (tpu-special-insert): Use or rather than if.
8220         * emulation/vip.el (vip-special-prefix-com): Use ispell-region
8221         rather than spell-region.
8223         * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
8224         warnings about spell-region.
8226 2008-02-22  Kenichi Handa  <handa@ni.aist.go.jp>
8228         * ldefs-boot.el: Regenerated.
8230         * loadup.el: Don't load language/devanagari, language/kannanda,
8231         language/malayalam, and language/tamil.  Load language/sinhala.
8233         * language/indian.el (indian-font-foundry)
8234         (indian-script-language-alist, indian-font-char-index-table)
8235         (indian-font-char, indian-font-char-range, indian-script-table)
8236         (indian-default-script, indian-composable-pattern): Delete them.
8237         ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
8238         language environments moved to here.
8239         ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
8240         New language environments.
8242         * language/devanagari.el, language/devan-util.el,
8243         * language/kannanda.el, language/knd-util.el, language/malayalam.el,
8244         * language/mlm-util.el, language/tamil.el, language/tml-util.el:
8245         Delete them.
8247         * language/sinhala.el: New file.
8249 2008-02-21  Ken Manheimer  <ken.manheimer@gmail.com>
8251         Update Nick Robert's port of pdb tracking from python-mode.el.
8253         * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
8254         Clarify docstring.
8255         (python-pdbtrack-minor-mode-string): A sign indicating that pdb
8256         tracking is happening.
8257         (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
8258         (python-pdbtrack-input-prompt): Better recognize PDB prompts.
8259         (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
8260         Tracking is plugged in to all comint buffers once python.el is loaded.
8261         (python-pdbtrack-overlay-arrow): Toggle activation of
8262         `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
8263         (python-pdbtrack-track-stack-file): Use new
8264         `python-pdbtrack-get-source-buffer' for more flexible access to
8265         debugging source files.
8266         (python-pdbtrack-get-source-buffer): Identify debugging target buffer
8267         according to pdb stack trace, optionally using new
8268         `python-pdbtrack-grub-for-buffer' if file is not locally available.
8269         (python-pdbtrack-grub-for-buffer): Find most recent python-mode
8270         named buffer, or having function with indicated name.
8271         (python-shell): Remove comint-output-filter-functions hook
8272         addition, it's being done elsewhere.  Wrap long line.
8274 2008-02-21  Michael Olson  <mwolson@gnu.org>
8276         * json.el: Replace XEmacs compatibility code to get rid of
8277         compiler warnings.
8279         * time.el: Fix compiler warning.
8281 2008-02-21  Edward O'Connor  <ted@oconnor.cx>
8283         * json.el: New file (JavaScript Object Notation parser / generator).
8285 2008-02-21  Dave Love  <fx@gnu.org>
8287         * progmodes/sym-comp.el: New file.
8289         * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
8290         Require sym-comp.  Add Python buffer to same-window-buffer-names.
8291         Fixup whitespaces.
8292         (python-font-lock-keywords): Add highlighting for Python builtins.
8293         (python-font-lock-syntactic-keywords): Rewrite.
8294         (python-quote-syntax): Use syntax-ppss-context instead of parsing
8295         ppss directly.
8296         (python-mode-map): Add binding for python-find-function.
8297         (python-calculate-indentation): Clean up the logic.
8298         (python-beginning-of-defun): Explicitly set return value.
8299         (python-beginning-of-statement): Stop looping if we get stuck
8300         going backwards.
8301         (python-next-statement): Stop looping if we somehow end up inside
8302         a string while advancing.
8303         (python-preoutput-continuation, python-version-checked): New vars.
8304         (python-check-version): New function.
8305         (run-python): Set default command to python-command instead of
8306         python-python-command.
8307         (run-python): Use python-check-version.  Give PYTHONPATH
8308         precedence over data-directory in the process environment.
8309         Load function definitions in python process after.
8310         (python-check-comint-prompt): New function.
8311         (python-send-command, python-send-receive): Use it.
8312         (python-complete-symbol, python-try-complete): Functions deleted.
8313         Use symbol-complete instead of python-complete-symbol throughout.
8314         (python-fill-paragraph): Further refine the fenced-string regexp.
8315         (def-python-skeleton): Expand to the original abbrev instead if in
8316         a comment or string.  Tweak skeletons for `if', `while', `for',
8317         `try/except', `try/finally', `name'.
8318         (python-pea-hook, python-abbrev-pc-hook): New functions.
8319         (python-abbrev-syntax-table): New var.
8320         (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
8321         Use symbol-completion-try-complete for hippie expansion.
8322         Turn on font lock unconditionally.
8323         (python-mode-hook): Defcustom it.  No need to use make-local
8324         variable on indent-tabs-mode in "Turn off Indent Tabs mode"
8325         option, since it's buffer-local.
8327 2008-02-21  Juanma Barranquero  <lekktu@gmail.com>
8329         * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
8331 2008-02-21  Drew Adams  <drew.adams@oracle.com>
8333         * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
8334         "Turn off" and a "Help" entry when the minor mode has no menu.
8336 2008-02-21  Dan Nicolaescu  <dann@ics.uci.edu>
8338         * vc.el (vc-status-mark, vc-status-unmark): New functions.
8339         (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
8340         vc-status-mark-file and vc-status-unmark-file.
8341         (vc-status-mark-unmark): New function.
8342         (vc-status-previous-line, vc-status-next-line): No longer interactive.
8344 2008-02-21  Glenn Morris  <rgm@gnu.org>
8346         * composite.el (encode-composition-rule): Fix typo in error message.
8347         (composition-function-table, auto-composition-mode): Doc fixes.
8349         * subr.el (sit-for): Fix obsolete form for nil second argument.
8351         * textmodes/spell.el (spell-buffer, spell-word, spell-region)
8352         (spell-string): Make obsolete, in favor of ispell.
8354 2008-02-21  Kenichi Handa  <handa@ni.aist.go.jp>
8356         * language/devanagari.el: Don't setup composition-function-table
8357         here.
8358         ("Devanagari"): Change charset, coding-system, coding-priority to
8359         Unicode-based ones.  Don't require the feature devan-util.
8361         * composite.el (compose-chars-after): Fix arguments for a function
8362         in composition-function-table.
8363         (auto-compose-region): Likewise.
8365         * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
8366         for Ethiopic.
8367         (ps-mule-plot-string): Ignore glyph-string based compositions.
8369 2008-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8371         * doc-view.el: Allow different windows to show different pages.
8372         (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
8373         (doc-view-current-image, doc-view-current-overlay): Remove variables,
8374         add them back as macros instead, using image-mode-winprops instead.
8375         Update all users of those variables.
8376         (doc-view-new-window-function): New function to create a new overlay
8377         for each new window.
8378         (doc-view-mode): Use it and image-mode-setup-winprops.
8379         (doc-view-clone-buffer-hook): Rewrite accordingly.
8381         * image-mode.el: Extend [hv]scroll support to per-window properties.
8382         (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
8383         (image-mode-winprops-alist): New var to replace them.
8384         (image-mode-new-window-functions): New hook.
8385         (image-mode-winprops, image-mode-window-get, image-mode-window-put):
8386         New funs.
8387         (image-set-window-vscroll, image-set-window-hscroll): Use them.
8388         Remove the `window' argument, update callers.
8389         (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
8390         Use the new functions.
8391         (image-mode-reapply-winprops): New fun.
8392         (image-mode): Use it.
8394 2008-02-20  Jay Belanger  <jay.p.belanger@gmail.com>
8396         * calc/calc-math.el (math-sin-raw): Add optional argument
8397         to keep track of original argument.
8398         (math-cos-raw): Use optional argument when calling math-sin-raw.
8399         (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
8400         with close to original precision.
8402 2008-02-20  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8404         * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
8405         args in calls of sit-for.
8407 2008-02-20  Juanma Barranquero  <lekktu@gmail.com>
8409         * vc-svn.el (vc-svn-program): Fix typo in docstring.
8410         (vc-svn-checkin): Fix typo in error message.
8412         * help-mode.el: Require easymenu when compiling.
8414 2008-02-20  Dan Nicolaescu  <dann@ics.uci.edu>
8416         * help-mode.el (help-mode-menu): New menu.
8418 2008-02-20  Glenn Morris  <rgm@gnu.org>
8420         * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
8421         on Windows.
8423 2008-02-20  Kenichi Handa  <handa@ni.aist.go.jp>
8425         * ps-mule.el (ps-mule-encode-region): Return a single string.
8426         (ps-mule-plot-string): Adjust for the above change.
8427         (ps-mule-encode-header-string): Likewise.
8429         * international/latin1-disp.el (latin1-display): Don't use
8430         ucs-mule-8859-to-mule-unicode.  Fix the way of resetting
8431         standard-display-table.
8432         (latin1-display-identities): Adjust for the change of what is
8433         returned by (get-language-info charset 'charset).
8435         * international/mule-util.el (char-displayable-p): Fix for Latin-1
8436         characters and terminal case.
8438 2008-02-19  Ken Manheimer  <ken.manheimer@gmail.com>
8440         Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
8442         * progmodes/python.el: Also require comint when loading.
8443         (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
8444         Replace python-shell with run-python on menu bar.
8445         (python-shell-map): New map.
8446         (python-default-interpreter, python-python-command-args)
8447         (python-jython-command-args, python-pdbtrack-do-tracking-p):
8448         New options.
8449         (python-which-shell, python-which-args, python-which-bufname):
8450         New buffer local variables.
8451         (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
8453         * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
8454         (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
8455         New constants.
8457         Pdbtrack features:
8459         (python-point, python-end-of-def-or-class)
8460         (python-beginning-of-def-or-class, python-goto-initial-line)
8461         (python-comint-output-filter-function)
8462         (python-pdbtrack-overlay-arrow)
8463         (python-pdbtrack-track-stack-file, python-toggle-shells)
8464         (python-shell, python-pdbtrack-toggle-stack-tracking)
8465         (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
8466         New functions.
8468 2008-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8470         * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
8471         when the argument is nil.
8473 2008-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
8475         * vc.el (dir-status): Add a brief description.
8477 2008-02-19  Thien-Thi Nguyen  <ttn@gnuvola.org>
8479         * vc-hooks.el (vc-find-root): Take optional arg INVERT.
8480         If non-nil, reverse the sense of the check.
8482         * vc-rcs.el (vc-rcs-root): New func.
8483         * vc-cvs.el (vc-cvs-root): New func.
8484         * vc-svn.el (vc-svn-root): New func.
8485         * vc-sccs.el (vc-sccs-root): New func.
8487 2008-02-18  Kenichi Handa  <handa@ni.aist.go.jp>
8489         * language/japan-util.el (setup-japanese-environment-internal):
8490         Call use-cjk-char-width-table.
8492         * language/japanese.el ("Japanese"): Set exit-function to
8493         use-default-char-width-table.
8495         * international/characters.el: Delete occurrences of non-Unicode
8496         tibetan and ethiopic characters.
8497         (cjk-char-width-table): New variable.
8498         (use-cjk-char-width-table, use-default-char-width-table):
8499         New functions.
8501 2008-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
8503         * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
8504         (vc-status-mode-menu): Add a :filter.
8505         (vc-status-printer): Add faces.
8507         * vc-hg.el (vc-hg-extra-status-menu): New function.
8508         (vc-hg-dir-status): Clean up the buffer before using it.
8510 2008-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8512         * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
8513         (gdb): Initialize it here instead.
8515         * files.el (locate-dominating-file): Fix thinko in last change.
8516         Reported by Bruce Stephens <bruce.stephens@isode.com>.
8518 2008-02-18  Dan Nicolaescu  <dann@ics.uci.edu>
8520         * vc.el (vc-status-mode-menu): New menu for vc-status.
8522 2008-02-18  Juanma Barranquero  <lekktu@gmail.com>
8524         * progmodes/verilog-mode.el (customize): Fix typo in error message.
8525         (verilog-mode, verilog-mode-indent, verilog-mode-actions)
8526         (verilog-mode-auto, verilog-indent-level-module)
8527         (verilog-minimum-comment-distance, verilog-library-flags)
8528         (verilog-library-directories, verilog-library-files)
8529         (verilog-auto-reset-widths, verilog-imenu-generic-expression)
8530         (verilog-xemacs-menu, verilog-set-compile-command)
8531         (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
8532         (verilog-get-expr, verilog-strip-comments, verilog-one-line)
8533         (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
8534         (verilog-batch-inject-auto, verilog-batch-indent)
8535         (verilog-continued-line, verilog-type-keywords)
8536         (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
8537         (verilog-read-inst-pins, verilog-read-arg-pins)
8538         (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
8539         (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
8540         (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
8541         (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
8542         (verilog-sk-datadef, verilog-colorize-include-files-buffer)
8543         (verilog-mode-version, verilog-mode-release-date)
8544         (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
8545         (verilog-simulator, verilog-compiler)
8546         (verilog-auto-sense-defines-constant, verilog-company)
8547         (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
8548         Fix typos in docstrings.
8549         (verilog-set-auto-endcomments, verilog-calculate-indent)
8550         (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
8551         Reflow docstrings.
8552         (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
8553         (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
8554         (electric-verilog-forward-sexp, verilog-in-case-region-p)
8555         (verilog-in-struct-region-p, verilog-in-generate-region-p)
8556         (verilog-leap-to-head, verilog-current-indent-level)
8557         (verilog-case-indent-level, verilog-cpp-keywords)
8558         (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
8559         (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
8560         (verilog-signals-not-in, verilog-symbol-detick-text)
8561         (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
8562         (verilog-forward-close-paren, verilog-backward-open-paren)
8563         (verilog-backward-open-bracket): Doc fixes.
8565         * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
8566         (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
8567         (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
8568         (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
8569         (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
8570         Fix typos in docstrings.
8572         * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
8574 2008-02-18  Bastien Guerry  <Bastien.Guerry@ens.fr>
8576         * info.el (Info-read-node-name): Removed unused `default' arg.
8578 2008-02-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
8580         * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
8582 2008-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8584         * image-mode.el (image-get-display-property): New fun.
8585         (image-forward-hscroll, image-next-line, image-eol, image-eob)
8586         (image-mode, image-minor-mode, image-toggle-display-text)
8587         (image-toggle-display): Use it.
8589 2008-02-18  Jason Rumney  <jasonr@gnu.org>
8591         * international/mule.el (xml-find-file-coding-system): Don't warn
8592         about utf-16 with BOM.
8594         * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
8596         * international/mule.el (sgml-xml-auto-coding-function): Detect and
8597         warn if file encoding is not utf-8 and encoding not specified.
8598         (xml-find-file-coding-system): New function.
8599         * international/mule-conf.el (file-coding-system-alist): Use it.
8601 2008-02-17  Glenn Morris  <rgm@gnu.org>
8603         * international/mule-cmds.el (set-locale-environment):
8604         Pass `frame' to getenv for LC_MESSAGES.
8606 2008-02-17  Juri Linkov  <juri@jurta.org>
8608         * time.el (emacs-init-time): Use format instead of format-seconds.
8610 2008-02-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8612         * textmodes/bibtex.el (bibtex-search-entry): Rename from
8613         bibtex-find-entry.  Add autoload cookie.
8614         (bibtex-find-entry): Alias for bibtex-search-entry.
8615         (bibtex-search-crossref): Rename from bibtex-find-crossref.
8616         (bibtex-find-crossref): Alias for bibtex-search-crossref.
8617         (bibtex-clean-entry): atomic-change-group removed.
8618         (bibtex-format-entry): Use atomic-change-group.  Use unwind-protect
8619         to locate buffer location where error occurred.
8620         Make error messages more specific.
8621         (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
8623 2008-02-17  Dan Nicolaescu  <dann@ics.uci.edu>
8625         * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
8626         top level.
8628         * simple.el (transient-mark-mode): Add an :init-value.
8630         * startup.el (command-line): Use custom-reevaluate-setting for
8631         transient-mark-mode.
8633 2008-02-17  Michaël Cadilhac  <michael@cadilhac.name>
8635         * wdired.el (wdired-allow-to-change-permissions): Fix typo.
8637 2008-02-16  Juri Linkov  <juri@jurta.org>
8639         * startup.el (after-init-time): New variable.
8640         (command-line): Set `after-init-time' to the current time.
8642         * time.el (emacs-init-time): New function.
8644 2008-02-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8646         * files.el (locate-dominating-file): Remove initial loop because it's
8647         not careful enough.  Detect the uid-change all within the main loop.
8649 2008-02-16  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
8651         * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
8653 2008-02-16  Dan Nicolaescu  <dann@ics.uci.edu>
8655         * vc.el (vc-annotate): Add new argument.
8656         (vc-annotate-warp-revision): Pass the current line to vc-annotate.
8658         * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
8659         Move make-variable-buffer-local code after the corresponding defvar.
8660         (hs-minor-mode-map): Define and initialize in one step.
8661         (hs-minor-mode): Change from defun to define-minor-mode.
8663 2008-02-16  Nick Roberts  <nickrob@snap.net.nz>
8665         * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
8666         (gdb-ready): Move declaration...
8668         * progmodes/gdb-ui.el (gdb-ready): ...to here.
8669         (gdb-early-user-input): New variable.
8670         (gdb): Reset gdb-flush-pending-output to nil and set
8671         comint-input-sender here (before gdb-prompt), instead of...
8672         (gdb-init-1): ...here.
8673         (gdb-send): If Emacs is not ready, defer user input to...
8674         (gdb-prompt): ...here.
8676 2008-02-16  Glenn Morris  <rgm@gnu.org>
8678         * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
8680         * startup.el (emacs-startup-time): Rename to `before-init-time'.
8681         (before-init-time): New name for `emacs-startup-time'.
8682         (command-line): Use before-init-time rather than emacs-startup-time.
8683         * time.el (emacs-uptime): Use before-init-time rather than
8684         emacs-startup-time.
8686         * composite.el (composition-function-table): Doc fix.
8688         * calendar/time-date.el (format-seconds): Remove `nonzero' argument
8689         in favor of `%z' specifier.
8690         (emacs-uptime): Move to time.el.
8691         * time.el (emacs-uptime): Move here from time-date.el.  Add optional
8692         `format' argument.  Doc fix.  Use `%z' rather than removed `nonzero'
8693         argument of format-seconds.
8695 2008-02-16  Dan Nicolaescu  <dann@ics.uci.edu>
8697         * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
8699 2008-02-15  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
8701         * ielm.el (ielm-is-whitespace): Remove.
8702         (ielm-is-whitespace-or-comment): New function.
8703         (ielm-eval-input): Use it.
8705 2008-02-15  Jason Rumney  <jasonr@gnu.org>
8707         * term/mac-win.el: Fix coding tag.
8709 2008-02-15  Dan Nicolaescu  <dann@ics.uci.edu>
8711         * vc-hooks.el (vc-menu-map):
8712         * bindings.el (mode-line-mode-menu): Add tooltips.
8714         * bindings.el (help-echo): Add more tooltips.  Use a less
8715         telegraphic style for existing tooltips.
8717 2008-02-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8719         * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
8720         from the auto-generated one.
8722 2008-02-14  Glenn Morris  <rgm@gnu.org>
8724         * mail/rmail-spam-filter.el (rmail-spam-filter):
8725         Let-bind message-spam-status.
8727         * mail/smtpmail.el (password-cache-add): Declare as function.
8729 2008-02-14  Justus Piater  <Justus-bulk@Piater.name>  (tiny change)
8731         * mail/smtpmail.el: Use password-cache.
8733 2008-02-14  Juanma Barranquero  <lekktu@gmail.com>
8735         * uniquify.el (uniquify-buffer-base-name): New function.
8736         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
8738         * desktop.el (uniquify-managed): Don't defvar.
8739         (desktop-buffer-info): Use `uniquify-buffer-base-name', not
8740         `uniquify-managed'.  Return also the buffer's base name.
8741         (desktop-save): When saving the buffer info, filter out the base name,
8742         and save it as buffer name if the buffer is managed by uniquify.
8743         (uniquify-item-base): Don't declare; not called anymore.
8745 2008-02-14  Dan Nicolaescu  <dann@ics.uci.edu>
8747         * vc.el (vc-annotate-find-revision-at-line): New function.
8748         (vc-annotate-mode-map): Bind it.
8749         (vc-annotate-mode-menu): Add a menu entry for it.  Add :help for
8750         some entries.
8752 2008-02-14  Glenn Morris  <rgm@gnu.org>
8754         * calendar/time-date.el (format-seconds): New function.
8755         (emacs-uptime): Use format-seconds.
8757         * Makefile.in (custom-deps, finder-data, autoloads, recompile):
8758         Remove `LC_ALL=C', since it's included in $(emacs) now.
8760 2008-02-14  Zhang Wei  <id.brep@gmail.com>
8762         * textmodes/org-publish.el (org-publish-timestamp-filename):
8763         Replace colon characters in filename too.
8765 2008-02-13  Bastien Guerry  <bzg@altern.org>
8767         * mail/rmail.el (rmail-header-name): New face.
8768         (rmail-font-lock-keywords): Use rmail-header-name.
8770         * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
8771         against X-Spam-Status header field.
8772         (rmail-spam-filter): Also check X-Spam-Status header field.
8774 2008-02-14  Mark A. Hershberger  <mah@everybody.org>
8776         * progmodes/flymake.el (flymake-allowed-file-name-masks):
8777         Add support for .pm files and .php files.
8778         (flymake-err-line-patterns): Add pattern for PHP errors.
8779         (flymake-php-init): New function.  PHP support for flymake.
8781         * progmodes/compile.el (compilation-error-regexp-alist-alist):
8782         Add regular expression for PHP errors.
8784 2008-02-13  Michael Albinus  <michael.albinus@gmx.de>
8786         * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
8787         This DTRT even on w32 machines.
8788         (ange-ftp-cf1): Quote FILENAME.
8790 2008-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8792         * smerge-mode.el (smerge-auto-combine-max-separation): New var.
8793         (smerge-auto-combine): New fun.
8795 2008-02-12  Juri Linkov  <juri@jurta.org>
8797         * startup.el (fancy-startup-screen, normal-splash-screen):
8798         Set default-directory to command-line-default-directory.
8800         * desktop.el (after-init-hook): Set inhibit-startup-screen to t
8801         after reading the desktop.
8803         * progmodes/compile.el (compilation-auto-jump):
8804         Call compile-goto-error only when compilation-auto-jump-to-first-error
8805         is non-nil.
8806         (compilation-scroll-output): Replace :type 'boolean with a choice
8807         that has three options including a third option `first-error'.
8808         Doc fix.
8809         (compilation-start, compilation-forget-errors): Add an alternate
8810         condition comparing compilation-scroll-output with `first-error'
8811         in addition to compilation-auto-jump-to-first-error (to call
8812         compilation-auto-jump in the proper place).
8814 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8816         * international/mule.el (sgml-html-meta-auto-coding-function):
8817         Make sure the search limit is ahead.
8819         * tar-mode.el: Fix broken indentation.
8820         (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
8821         Use with-current-buffer.
8823 2008-02-12  Juanma Barranquero  <lekktu@gmail.com>
8825         * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
8826         it is already automatically buffer-local.
8828 2008-02-11  Drew Adams  <drew.adams@oracle.com>
8830         * help.el (describe-key): Join some split lines to facilitate filling.
8831         * help-fns.el (describe-function-1): Fill text of overlong lines.
8833 2008-02-12  Kenichi Handa  <handa@ni.aist.go.jp>
8835         * emacs-lisp/bytecomp.el (byte-compile-lapcode):
8836         Use unibyte-string instead of string-make-unibyte.
8838         * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
8840 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8842         * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
8843         works also for buffers w/o buffer-file-name.  Update callers.
8844         (doc-view-clone-buffer-hook): New fun.
8845         (doc-view-mode): Use it for indirect clones.  Mark the overlays with
8846         the `doc-view' property so they can be recognized.
8848         * simple.el (clone-indirect-buffer-hook): New hook.
8849         (clone-indirect-buffer): Run it.
8851 2008-02-11  Daiki Ueno  <ueno@unixuser.org>
8853         * epa.el (epa-menu-mode): Merge into epa-mode.
8854         (epa-menu-items): Rename the label "EasyPG Assistant" to
8855         "Encryption/Decryption".
8857         * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
8858         (epa-dired-mode-map): Rename from epa-dired-map.
8859         (epa-global-dired-mode): Rename the global minor mode.
8861 2008-02-11 Drew Adams  <drew.adams@oracle.com>
8863         * isearch.el (isearch-fail): New face.
8864         (isearch-message): Highlight failure part of input.
8866 2008-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8868         * ibuffer.el (ibuffer-header-line-format): New var.
8869         (ibuffer-mode): Set it instead of header-line-format.
8870         (ibuffer-update): Use it to set header-line-format.
8872         * international/mule-cmds.el (ucs-insert): Inherit surrounding
8873         properties like self-insert-command.
8875 2008-02-11  Drew Adams  <drew.adams@oracle.com>
8877         * progmodes/etags.el: Add many doc strings.
8879 2008-02-11  Jason Rumney  <jasonr@gnu.org>
8881         * ldefs-boot.el: Regenerated.
8883 2008-02-11  Glenn Morris  <rgm@gnu.org>
8885         * progmodes/compile.el (compilation-error-regexp-alist-alist):
8886         Shorten some names.
8888         * ffap.el (ffap-rfc-directories): Add :version.
8890 2008-02-11  Chris Moore  <christopher.ian.moore@gmail.com>
8892         * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
8893         files, and backup files of same.
8895 2008-02-11  Kevin Ryde  <user42@zip.com.au>
8897         * ffap.el (ffap-rfc-directories): New variable.
8898         (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
8900         * info.el (Info-next-reference, Info-prev-reference)
8901         (Info-try-follow-nearest-node): Move to and follow https:// links too.
8903         * simple.el (completion-list-mode): Show full completion-list-mode-map
8904         in the docstring.
8906 2008-02-11  Sam Steingold  <sds@gnu.org>
8908         * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
8910 2008-02-11  Glenn Morris  <rgm@gnu.org>
8912         * startup.el (emacs-startup-time): New variable.
8913         (command-line): Set emacs-startup-time.
8915         * calendar/time-date.el (emacs-uptime): New function.
8917 2008-02-10  Bastien Guerry  <bzg@altern.org>
8919         * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
8920         (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
8921         it is nil.
8923 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
8925         * epg-config.el: Expand the contents of epg-package-info.el.
8926         (epg-package-name): New constant.
8927         (epg-version-number): New constant.
8928         (epg-bug-report-address): New constant.
8930         * epa-mail.el (epa-mail-mode): Add autoload cookie.
8931         (epa-global-mail-mode): New global minor mode.
8933         * epa-file.el (epa-file-mode): New global minor mode.
8935         * epa-dired.el (epa-dired-mode): New global minor mode.
8937         * epa.el (epa-menu): New variable.
8938         (epa-menu-items): New variable.
8939         (epa-menu-mode): New global minor mode.
8940         (epa-global-minor-modes): New user option.
8941         (epa-mode): New global minor mode.
8943 2008-02-10  Michael Albinus  <michael.albinus@gmx.de>
8945         * net/dbus.el: Remove `no-byte-compile' cookie.
8946         (dbus-call-method, dbus-register-signal, dbus-debug)
8947         (dbus-registered-functions-table): Declare them with
8948         `declare-function' or `defvar', respectively.
8949         (top): Don't assert any longer.  Require 'cl when compiling.
8950         Apply `ignore-errors' but `dbus-ignore-errors'.
8952 2008-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
8954         * diff-mode.el (diff-add-change-log-entries-other-window):
8955         Use add-change-log-entry.
8957 2008-02-09  Jason Rumney  <jasonr@gnu.org>
8959         * button.el (button-map):
8960         * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
8961         * ldefs-boot.el: Regenerate.
8963 2008-02-09  Dan Nicolaescu  <dann@ics.uci.edu>
8965         * epa.el (epa-faces, epa):
8966         * epa-file.el (epa-file):
8967         * epg-config.el (epg): Add :version.
8969 2008-02-09  Thien-Thi Nguyen  <ttn@gnuvola.org>
8971         * vc.el (vc-exec-after): Append CODE to previous fragments.
8972         (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
8973         take MESSAGES instead of VERBOSE; use it when non-nil.
8974         (vc-diff-internal): Compute messages once; use them;
8975         update call to vc-diff-finish.
8977 2008-02-09  Michael Olson  <mwolson@gnu.org>
8979         * net/tramp.el (tramp-process-sentinel): Avoid error when process
8980         buffer has been killed, such as by
8981         `tramp-cleanup-all-connections'.
8983 2008-02-09  Miles Bader  <miles@gnu.org>
8985         * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
8987 2008-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8989         * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
8990         splitter in context hunks.
8992 2008-02-08  Kenichi Handa  <handa@ni.aist.go.jp>
8994         * international/fontset.el (setup-default-fontset): Fix arabic otf
8995         font specification.
8997 2008-02-08  Daiki Ueno  <ueno@unixuser.org>
8999         * epa-dired.el:
9000         * epa-file.el:
9001         * epa-mail.el:
9002         * epa-setup.el:
9003         * epa.el:
9004         * epg-config.el:
9005         * epg-package-info.el:
9006         * epg.el: Initial check-in of EasyPG.
9008 2008-02-08  Glenn Morris  <rgm@gnu.org>
9010         * woman.el (woman-locale): New defcustom.
9011         (woman-expand-locale, woman-manpath-add-locales): New functions.
9012         (woman-manpath): Call woman-manpath-add-locales.  Bump :version.
9014         * international/mule-cmds.el (locale-translate): New function,
9015         with old code extracted from set-locale-environment.
9016         (set-locale-environment): Use locale-translate.  Set woman-locale.
9018         * cus-start.el (selection-coding-system): Remove, since it's now
9019         defined in select.el rather than in xselect.c.
9020         * select.el (selection-coding-system): Make it a defcustom, and
9021         add the properties from cus-start.el.  Bump :version.
9023         * custom.el (custom-theme-set-variables): Sort symbols that are
9024         dependencies before symbols that depend on them.
9025         (custom-enabled-themes): Set after custom-theme-directory.
9027         * pcmpl-unix.el (top-level): Move provide statement to end.
9028         (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
9029         `*' from doc-string.  Allow to be nil.
9030         (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
9031         Allow to be nil.  Add :version.
9032         (pcmpl-ssh-hosts): Move definition before use.  Handle lines
9033         without hostnames, and multiple hostnames per line.
9035         * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
9037 2008-02-08  Phil Hagelberg  <phil@evri.com>
9039         * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
9040         (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
9042 2008-02-07  Timo Savola  <timo.savola@iki.fi>
9044         * startup.el (command-line-x-option-alist): Add --parent-id.
9046         * term/x-win.el (x-handle-parent-id): New function.
9048 2008-02-07  Chris Moore  <christopher.ian.moore@gmail.com>
9050         * mouse.el (x-fixed-font-alist): Use consistent capitalization for
9051         "Font Menu".
9053 2008-02-06  Michael Albinus  <michael.albinus@gmx.de>
9055         * net/dbus.el (dbus-interface-peer): New defconst.
9056         (dbus-ping): New defun.
9058 2008-02-06  Sam Steingold  <sds@gnu.org>
9060         * vc-hooks.el (vc-prefix-key): New user-customizable variable.
9062 2008-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9064         * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
9065         Just return nil and let the C code provide a fallback.
9067 2008-02-05  Glenn Morris  <rgm@gnu.org>
9069         * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
9070         tramp-flush-connection-property for removed 2nd argument.
9072 2008-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9074         * diff-mode.el (diff-add-change-log-entries-other-window):
9075         Rename from diff-create-changelog.  Change users.
9076         Minor change to hopefully work with plain diffs.
9077         (diff-mode-map): Add binding for it.
9079 2008-02-04  Dan Nicolaescu  <dann@ics.uci.edu>
9081         * diff-mode.el: Add new TODO entry.
9082         (diff-create-changelog): New function.
9083         (diff-mode-menu): Bind it.
9085 2008-02-04  Kenichi Handa  <handa@ni.aist.go.jp>
9087         * international/mule-diag.el (print-fontset-element): Handle the
9088         case of inhibiting the fallback fonts.
9090 2008-02-04  Kim F. Storm  <storm@cua.dk>
9092         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
9093         (ido-magic-delete-char): Use prefix arg.
9095 2008-02-03  Juanma Barranquero  <lekktu@gmail.com>
9097         * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
9098         because the latter is in fact a 1.2.8 build distributed with GTK+ (as
9099         of today, the most recent libpng is 1.2.24).
9101 2008-02-03  Michael Albinus  <michael.albinus@gmx.de>
9103         * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
9105         * net/dbus.el (top): Check (featurep 'dbusbind).
9107         * net/tramp.el (tramp-process-sentinel): New defun.
9108         (tramp-do-copy-or-rename-file-out-of-band)
9109         (tramp-maybe-open-connection): Use it as process sentinel.
9110         (tramp-handle-delete-directory): Don't use the "-f" option; it
9111         isn't portable.
9112         (tramp-handle-start-file-process): Echo `tramp-end-of-output'
9113         after the command.
9114         (tramp-handle-shell-command): Set `mode-line-process' in the
9115         asynchronous case.
9117         * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
9119         * net/tramp-fish.el (tramp-fish-maybe-open-connection):
9120         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
9121         Use `tramp-process-sentinel' as process sentinel.
9123 2008-02-02  Juanma Barranquero  <lekktu@gmail.com>
9125         * whitespace.el (global-whitespace-mode): Revert last change.
9126         (whitespace-unload-function): Force `global-whitespace-mode'
9127         to deactivate local modes in a slightly less intrusive way.
9129 2008-02-02  Eli Zaretskii  <eliz@gnu.org>
9131         * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
9133 2008-02-02  Glenn Morris  <rgm@gnu.org>
9135         * international/latin1-disp.el (latin1-display):
9136         * progmodes/fortran.el (fortran-comment-indent-char):
9137         * progmodes/idlw-shell.el (top-level):
9138         * term/mac-win.el (mac-keyboard-translate-char):
9139         * whitespace.el (whitespace-char-valid-p):
9140         * wid-edit.el (widget-key-sequence-read-event):
9141         Use characterp rather than char-valid-p.
9143         * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
9144         to capitalized-find-word-boundary.  Doc fix.  Update callers.
9145         (capitalized-next-word-boundary-function-table): Rename to
9146         capitalized-find-word-boundary-function-table.  Doc fix.  Update users.
9148         * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
9149         string-to-int.
9151         * ps-def.el (declare-function): Add compatibility definition.
9152         (ps-plot-with-face, ps-plot-string): Declare as functions.
9153         (ps-bold-faces, ps-italic-faces): Declare variables.
9155         * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
9156         (ps-mule-end-job): Declare as functions.
9158         * wid-edit.el (widget-string-complete): Use assoc-string rather
9159         than assoc-ignore-case.
9161 See ChangeLog.13 for earlier changes.
9163 ;; Local Variables:
9164 ;; coding: utf-8
9165 ;; add-log-time-zone-rule: t
9166 ;; End:
9168     Copyright (C) 2008  Free Software Foundation, Inc.
9170   This file is part of GNU Emacs.
9172   GNU Emacs is free software: you can redistribute it and/or modify
9173   it under the terms of the GNU General Public License as published by
9174   the Free Software Foundation, either version 3 of the License, or
9175   (at your option) any later version.
9177   GNU Emacs is distributed in the hope that it will be useful,
9178   but WITHOUT ANY WARRANTY; without even the implied warranty of
9179   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
9180   GNU General Public License for more details.
9182   You should have received a copy of the GNU General Public License
9183   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
9185 ;; arch-tag: c241c1f9-d668-48bf-920a-2897ed0340bc