(vc-hg-status-extra-header, vc-hg-status-extra-headers):
[emacs.git] / lisp / ChangeLog
blob807e86689341106a6e58de8aea1c475c2daef254
1 2008-06-04  Sam Steingold  <sds@gnu.org>
3         * vc-hg.el (vc-hg-status-extra-header, vc-hg-status-extra-headers):
4         Generate extra status headers for a Mercurial tree.
6 2008-06-04  John Paul Wallington  <jpw@pobox.com>
8         * echistory.el (electric-history-map): Define within defvar.
9         Add docstring.
11         * international/ccl.el (define-ccl-program): Add `doc-string'
12         declaration.
14 2008-06-04  Juanma Barranquero  <lekktu@gmail.com>
16         * face-remap.el (variable-pitch-mode): Reflow docstrings.
17         (text-scale-mode, adjust-buffer-face-height): Fix typos in docstrings.
19 2008-06-04  Trent W. Buck  <trentbuck@gmail.com>  (tiny change)
21         * emacs-lisp/rx.el (rx): Doc fix.
23 2008-06-04  Markus Triska  <markus.triska@gmx.at>
25         * image-mode.el (image-mode-map): Add doc-view-inspired bindings.
27 2008-06-04  Miles Bader  <miles@gnu.org>
29         * face-remap.el (adjust-buffer-face-height): New function.
30         Add autoloaded keybindings in ctl-x-map.
31         (increase-buffer-face-height, decrease-buffer-face-height):
32         Simplify interactive spec to just "p".  Remove autoloaded keybindings.
34 2008-06-03  Chong Yidong  <cyd@stupidchicken.com>
36         * simple.el (line-move-1): If we did not move as far as desired,
37         ensure that point-left and point-entered hooks are called.
39 2008-06-03  Sam Steingold  <sds@gnu.org>
41         * vc-cvs.el (vc-cvs-status-extra-headers): Remove extraneous newlines.
43 2008-06-03  John Paul Wallington  <jpw@pobox.com>
45         * progmodes/make-mode.el (makefile-cleanup-continuations)
46         (makefile-warn-suspicious-lines, makefile-warn-continuations):
47         Use `derived-mode-p'.
49 2008-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
51         * Makefile.in (update-elclist): Impose a fixed collation for sorting.
52         (ELCFILES): Update.
54 2008-06-03  Miles Bader  <miles@gnu.org>
56         * face-remap.el: New file.
57         * Makefile.in (ELCFILES): Add face-remap.elc.
59 2008-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
61         * progmodes/flymake.el (flymake-process-filter): Make sure the source
62         buffer isn't dead.
64         * obsolete/bg-mouse.el, obsolete/float.el, obsolete/hilit19.el,
65         * obsolete/lselect.el, obsolete/mlsupport.el, obsolete/ooutline.el,
66         * obsolete/profile.el, obsolete/rsz-mini.el, obsolete/uncompress.el,
67         * obsolete/auto-show.el, obsolete/hscroll.el:
68         Remove packages that were obsolete in Emacs-20, or that were obsolete
69         in Emacs-21 and do not contain any more code.
71         * vc-dispatcher.el (vc-dir-menu-map-filter): Don't fail if
72         vc-client-mode is not set.
74         * image-mode.el (image-mode-map): Suppress key map and bind `q'.
75         * doc-view.el (doc-view-mode-map): Inherit from image-mode-map.
77         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords): Try to be
78         yet a bit more clever at distinguishing / from /.
80 2008-06-03  Kenichi Handa  <handa@m17n.org>
82         * Makefile.in (ELCFILES): Add $(lisp)/language/hanja-util.elc.
84 2008-06-03  Jihyun Cho  <jihyun.jo@gmail.com>
86         * language/hanja-util.el: New file.
88 2008-06-03  Glenn Morris  <rgm@gnu.org>
90         * progmodes/f90.el (f90-typedef-matcher, f90-looking-at-type-like):
91         Check that end-of-word follows "type".
93 2008-06-02  Daiki Ueno  <ueno@unixuser.org>
95         * epa-file.el (epa-file-write-region): Write the entire buffer
96         content if START is nil.
98 2008-06-01  Thomas Morgan  <tlm@thomasmorgan.net>  (tiny change)
100         * select.el (x-get-selection): Fix typo.
102 2008-06-01  Juanma Barranquero  <lekktu@gmail.com>
104         * descr-text.el (describe-text-sexp): Use `string-match-p'.  Simplify.
105         (describe-char): Use `looking-at-p', `string-match-p' when possible.
107 2008-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
109         * tar-mode.el (tar-header-block-summarize): Ensure one space around
110         user&group.
112 2008-05-31  John Paul Wallington  <jpw@pobox.com>
114         * help-fns.el (describe-variable-custom-version-info):
115         Handle dotted `package-version' info.
117 2008-05-31  Juanma Barranquero  <lekktu@gmail.com>
119         * icomplete.el (icomplete-get-keys): Doc fix.  Use `when'.
121 2008-05-31  Dan Nicolaescu  <dann@ics.uci.edu>
123         * vc-cvs.el (vc-cvs-after-dir-status): Support spaces in file
124         names and improve support for unregistered files.
126 2008-05-31  Glenn Morris  <rgm@gnu.org>
128         * Makefile.in (compile-last): Replace tr in `els' assignment with sed.
129         Remove shell variable `elc'.  Split tests to hopefully be more portable.
130         Fix `sel' assignment.
132 2008-05-30  Juanma Barranquero  <lekktu@gmail.com>
134         * minibuffer.el (completion-table-dynamic): Doc fix.
136 2008-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
138         * vc-cvs.el (vc-cvs-state-heuristic, vc-cvs-parse-status):
139         Try and return `unregistered' when applicable.
141         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
142         Don't encourage naming variables with "-flag".
144 2008-05-30  Glenn Morris  <rgm@gnu.org>
146         * Makefile.in (update-elclist): Hide the warning when it does not apply,
147         make it milder when it does.
148         (autogen-clean): New target.
149         (maintainer-clean): Use autogen-clean.
151         * calendar/diary-lib.el (diary-display-function): New name for
152         diary-display-hook.  Keep old name as obsolete alias.  Doc fix.
153         Change custom type and version.
154         (diary-list-entries-hook, diary-list-entries, diary-simple-display)
155         (diary-fancy-display): Doc fixes.
156         (diary-list-entries, diary-include-other-diary-files)
157         (diary-mail-entries):
158         Use diary-display-function rather than diary-display-hook.
160         * calendar/appt.el (appt-check): Use diary-display-function rather than
161         diary-display-hook.
162         * calendar/cal-x.el (calendar-dedicate-diary): Update for
163         diary-display-function replacing diary-display-hook.
164         * org/org-agenda.el (org-get-entries-from-diary): Also set
165         diary-display-function.
167         * calendar/cal-html.el (cal-html-list-diary-entries):
168         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
169         * calendar/cal-tex.el (cal-tex-list-diary-entries): Use LIST-ONLY
170         argument of diary-list-entries rather than setting diary-display-hook.
172 2008-05-30  Kenichi Handa  <handa@m17n.org>
174         * international/mule-conf.el (utf-8-with-signature): Renamed from
175         utf-8-sig.
176         (utf-8-auto): Adjusted for the above change.
178         * international/mule-diag.el (describe-font): Don't check fontset
179         here, and just call font-info.  Get the default font by from the
180         default face.
182 2008-05-29  Kenichi Handa  <handa@m17n.org>
184         * international/mule-conf.el (utf-8-sig, utf-8-auto):
185         New coding systems.
187         * international/mule.el (define-coding-system): Accept :bom for utf-8.
189 2008-05-29  Espen Wiborg  <espen.wiborg@telio.no>  (tiny change)
191         * international/utf-7.el (utf-7-encode): Use the right escape char
192         depending on imap/nonimap encoding.
194 2008-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
196         * minibuffer.el (completion-pcm-all-completions): Add the base-size.
198 2008-05-29  Juanma Barranquero  <lekktu@gmail.com>
200         * icomplete.el (icomplete-prospects-height): Add :group.
202 2008-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
204         * icomplete.el (icomplete-prospects-length): Make obsolete.
205         (icomplete-prospects-height): New var.
206         (icomplete-completions): Use it.
208 2008-05-29  David Kastrup  <dak@gnu.org>
210         * autoinsert.el (auto-insert): Add :link.
212 2008-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
214         * tar-mode.el (tar-header): New field `header-start'.
215         (tar-header-block-tokenize): Set it when useful.
216         Drop "GNUtar " magic value, which even GNU Tar doesn't know about.
217         (tar-header-data-end): New function.
218         (tar-summarize-buffer): Use it.
219         (tar-next-line): Fix goal column for long usernames.
220         (tar-expunge-internal): Use header-start.
221         (tar-rename-entry): Handle ustar-style long names.
222         (tar-alter-one-field): Add optional `descriptor' argument.
223         (tar-subfile-save-buffer): Use it.
225 2008-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
227         * tar-mode.el (tar-header): New field `header-start'.
228         (tar-header-block-tokenize): Set header-start for longlink entries.
229         (tar-expunge-internal): Use header-start to expunge longlink entries.
231         * files.el (hack-local-variables): Don't signal an error if the local
232         variable section is not properly terminated.
234         * emacs-lisp/easymenu.el (easy-menu-convert-item)
235         (easy-menu-convert-item-1): Move the duplicate-generation outside of
236         the caching so it also works for identical entries.
238         * tar-mode.el (tar-summarize-buffer): Fix reporter initialization.
239         (tar-mode): Use write-region-annotate-functions rather than
240         write-contents-functions.
241         (tar-extract): Remove unused var `pos'.
242         (tar-subfile-save-buffer): Remove unused var `following-descs'.
243         (tar-mode-write-file): Remove.
244         (tar-write-region-annotate): New function.
246         * progmodes/flymake.el (flymake-save-buffer-in-file):
247         * shadowfile.el (shadow-copy-file):
248         * arc-mode.el (archive-*-write-file-member):
249         * files.el (diff-buffer-with-file):
250         * subr.el (with-temp-file): Pass nil to write-region.
251         * jka-compr.el (jka-compr-write-region): Preserve `start's nullness.
253         * doc-view.el (doc-view-mode-map): Bind `q' to quit-window, as is
254         the custom.
256         * files.el (basic-save-buffer-2): Pass nil rather than (point-min)
257         to write-region.
259 2008-05-28  Glenn Morris  <rgm@gnu.org>
261         * Makefile.in (update-elclist): Work around non-portability of "\"
262         in various implementations of echo.
264 2008-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
266         * international/mule-diag.el (describe-current-coding-system):
267         Don't assume selection-coding-system is always defined.
269         * tar-mode.el: Use defstruct and markers.
270         (tar-setf): Remove.
271         (tar-header): Use defstruct.  Add `data-start' field.
272         (make-tar-desc, tar-desc-tokens): Remove, folded into tar-header.
273         (tar-desc-data-start): Remove (now called tar-header-data-start).
274         (tar-roundup-512): New fun.
275         (tar-header-block-tokenize): Receive a buffer position rather than
276         a string.  Handle @longLink here, be more careful about it.
277         Create a marker for data-start.
278         (tar-summarize-buffer): Don't handle @LongLink here any more.
279         (tar-expunge-internal, tar-subfile-save-buffer): Don't update
280         data-start on the following entries any more.
281         (tar-chown-entry, tar-chgrp-entry): Use read-number.
283         * tar-mode.el: Use buffer-swap-text to separate summary and raw data.
284         (tar-header-offset): Remove.
285         (tar-parse-info, tar-header-offset, tar-file-name-coding-system):
286         Not permanent any more.
287         (tar-data-buffer): New var.
288         (tar-data-swapped-p, tar-change-major-mode-hook)
289         (tar-mode-kill-buffer-hook): New funs.
290         (tar-untar-buffer, tar-summarize-buffer, tar-mode, tar-mode-revert)
291         (tar-extract, tar-copy, tar-expunge-internal, tar-expunge)
292         (tar-clear-modification-flags, tar-alter-one-field)
293         (tar-subfile-save-buffer, tar-pad-to-blocksize, tar-mode-write-file):
294         Change accordingly.
296 2008-05-27  Dan Nicolaescu  <dann@ics.uci.edu>
298         * vc-dispatcher.el (vc-directory-resynch-file): Rename to ...
299         (vc-dir-resynch-file): ... this.  Update callers.
300         Use vc-string-prefix-p.  Ignore directory args.
301         (vc-string-prefix-p): CSE.
302         (vc-resynch-buffer): Restore conditional.
304         * vc-hooks.el (vc-after-save): Improve test.
305         (vc-mode-line): Fix indentation.
307 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
309         * calendar/parse-time.el (parse-time-months)
310         (parse-time-weekdays): Add long-form month and day names.
312 2008-05-27  Glenn Morris  <rgm@gnu.org>
314         * Makefile.in (update-elclist): Make errors in final sed non-fatal.
316 2008-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
318         * vc-dispatcher.el (vc-string-prefix-p): New function.
319         (vc-dir-parent-marked-p): Use it.
321 2008-05-27  Dan Nicolaescu  <dann@ics.uci.edu>
323         * vc.el (Problems): Remove fixed issues.
324         (vc-expand-dirs): Avoid returning directories.
325         (vc-dir): Fix C-x v v binding.
326         (vc-make-backend-object): Fix name.
327         (vc-dir-show-fileentry): Fix docstring.
328         (vc-dir-refresh): Use vc-dir-backend.  Fix docstring.
329         (vc-dir-refresh-files): Use vc-dir-backend.  Fix docstring.
330         Reset the state for directories.
331         (vc-dir-headers): Align labels.
332         (vc-default-status-printer): Do no call prettify-state-info.
333         (vc-deduce-fileset): Replace implementation with one based on a
334         working older version.
335         (vc-next-action): Use the new form of vc-deduce-fileset.
336         Fix dealing with unregistered files.
338         * vc-dispatcher.el (vc-resynch-window): Fix mode-line updating.
339         (vc-dir-menu-map): Fix menu title for the menu bar and the popup menu.
340         (vc-dir-child-files): New function.
341         (vc-dir-node-directory): New function.
342         (vc-dir-update, vc-dir-parent-marked-p)
343         (vc-dir-children-marked-p, vc-dir-mark-all-files)
344         (vc-dir-marked-only-files, vc-dispatcher-selection-set): Use it.
346         * vc-cvs.el (vc-cvs-status-extra-headers): Align labels.
348 2008-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
350         * diff-mode.el (diff-context-mid-hunk-header-re): New const.
351         (diff-font-lock-keywords, diff-context->unified)
352         (diff-reverse-direction, diff-fixup-modifs, diff-sanity-check-hunk)
353         (diff-hunk-text, diff-find-source-location): Use it.
354         (diff-post-command-hook): Let the user edit the hunk headers.
356 2008-05-26  Andreas Schwab  <schwab@suse.de>
358         * vc.el (vc-default-prettify-state-info): Fix formatting of an
359         unknown state.
361         * tar-mode.el (tar-summarize-buffer): Comment fix.
363 2008-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
365         * tar-mode.el (tar-summarize-buffer): Handle GNU Tar @LongLink format.
367 2008-05-26  Glenn Morris  <rgm@gnu.org>
369         * calendar/cal-hebrew.el (diary-ordinal-suffix): Declare for compiler.
371 2008-05-25  John Paul Wallington  <jpw@pobox.com>
373         * proced.el (proced-next-line, proced-previous-line):
374         Avoid calling `next-line' and `previous-line' from Lisp code.
376 2008-05-25  Ed Reingold  <reingold@emr.cs.iit.edu>
378         * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
379         Use diary-ordinal-suffix.
381 2008-05-24  Juanma Barranquero  <lekktu@gmail.com>
383         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-defs)
384         (edebug-all-forms, edebug-eval-macro-args, edebug-save-windows)
385         (edebug-save-displayed-buffer-points, edebug-initial-mode)
386         (edebug-trace, edebug-test-coverage, edebug-continue-kbd-macro)
387         (edebug-print-length, edebug-print-level, edebug-print-circle)
388         (edebug-unwrap-results, edebug-on-error, edebug-on-quit)
389         (edebug-global-break-condition, edebug-sit-for-seconds):
390         Remove spurious * from defcustom docstrings.
391         (edebug-unwrap*, edebug-signal, edebug-eval-display):
392         Improve argument/docstring consistency.
393         (edebug-test-coverage, edebug-gensym, edebug-read)
394         (edebug-top-level-nonstop, edebug-eval-result-list)
395         (edebug-eval-redisplay, edebug-trace): Fix typos in docstring.
396         (edebug-eval-defun, edebug-eval-top-level-form, edebug)
397         (edebug-display-freq-count): Reflow docstrings.
398         (edebug-restore-status): Doc fix.
400 2008-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
402         * proced.el (proced-header-line): Use the :align-to 0 feature
403         rather than computing the corresponding position manually.
404         (proced-update): Don't hardcode point-min==1.
406 2008-05-24  Alan Mackenzie  <acm@muc.de>
408         * progmodes/cc-mode.el (c-postprocess-file-styles): Throw an error
409         if c-file-style is set to a non-string.
411         (c-neutralize-CPP-line): Surround by `save-excursion'.
412         (c-neutralize-syntax-in-CPP): Optimize for speed.
414 2008-05-24  Glenn Morris  <rgm@gnu.org>
416         * Makefile.in (update-elclist): New target, to update ELCFILES.
417         (bootstrap-after): Run update-elclist.
419 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
421         * icalendar.el (icalendar-version): Increase to "0.19".
422         (icalendar--date-style): New function.
423         (icalendar--datetime-to-diary-date): Doc fix.
424         Use icalendar--date-style.
425         (icalendar--datestring-to-isodate): Doc fix.  Handle iso date style.
426         (icalendar--convert-yearly-to-ical)
427         (icalendar--convert-recurring-to-diary): Handle iso date style,
428         use icalendar-date-style.
430 2008-05-23  Dan Nicolaescu  <dann@ics.uci.edu>
432         * vc.el (vc-delete-file): Make sure the buffer is deleted and
433         vc-dir buffers are updated.
435 2008-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
437         * vc.el (vc-delete-file): Don't try to resynch the buffer.
439 2008-05-23  Paul Rivier  <paul.r.ml@gmail.com>
441         * textmodes/reftex-vars.el (reftex-extra-bindings-prefix): New var.
442         * textmodes/reftex.el (reftex-extra-bindings-map): New var.
443         (reftex-extra-bindings): Use it.
445         * progmodes/mixal-mode.el (mixal-mode-map): Move key-bindings
446         away from the user-reserved keys.
448         * progmodes/ada-mode.el (ada-mode-extra-map, ada-mode-extra-prefix):
449         New vars.
450         (ada-create-keymap): Use them.
452 2008-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
454         * emacs-lisp/regexp-opt.el (regexp-opt): Always return
455         a properly-grouped regexp.
457 2008-05-23  Juanma Barranquero  <lekktu@gmail.com>
459         * progmodes/cap-words.el (capitalized-words-mode):
460         Fix typos in docstring.
462 2008-05-23  Kenichi Handa  <handa@m17n.org>
464         * international/mule-conf.el: Don't define the charset `emacs'
465         here, just put :docstring, :short-name, and :long-name.
467 2008-05-22  Kenichi Handa  <handa@m17n.org>
469         * international/mule-diag.el (font-show-log): Limit each listing
470         to 20 items.
472 2008-05-23  Nick Roberts  <nickrob@snap.net.nz>
474         * progmodes/gdb-ui.el (gdb-enable-debug): New function.
475         (gdb-annotation-rules): New entry for "thread-changed".
476         (gdb-thread-changed): New function.
478 2008-05-23  Glenn Morris  <rgm@gnu.org>
480         * Makefile.in (SOURCES): Remove, unused.
481         (lisptagsfiles1, lisptagsfiles2): Use '*' rather than '[a-zA-Z]*'.
482         (TAGS, TAGS-LISP): Use a single rule with multiple targets.
483         Exclude more '*loaddefs' files.
484         (compile-always): Simplify '.elc' deletion.
486 2008-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
488         * vc-bzr.el (vc-bzr-annotate-time): Reduce memory allocation.
489         (vc-bzr-revision-completion-table): Handle `boundaries' argument.
491         * minibuffer.el (completion-boundaries): Change calling
492         convention, so `string' has the same semantics as in
493         try-completion and all-completions.
494         (completion-table-with-context, completion--embedded-envvar-table)
495         (completion--file-name-table)
496         (completion-pcm--find-all-completions): Adjust code accordingly.
498 2008-05-22  Chong Yidong  <cyd@stupidchicken.com>
500         * image-mode.el (image-mode-winprops): Add argument CLEANUP to
501         prune image-mode-winprops-alist, preventing it from growing
502         indefinitely.
503         (image-mode-reapply-winprops): Use it.
505 2008-05-22  Teodor Zlatanov  <tzz@lifelogs.com>
507         * net/netrc.el (netrc-machine): Always match if the port is not given.
509 2008-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
511         * minibuffer.el (completion-pcm--find-all-completions):
512         Don't add pseudo-completions.
514         * icomplete.el (icomplete-eoinput): Remove.
515         (icomplete-overlay): New var to replace it.
516         (icomplete-tidy): Rewrite.
517         (icomplete-exhibit): Use an overlay.
518         (icomplete-completions): Use completion-all-sorted-completions.
519         Obey completion-ignore-case.
521         * files.el (locate-dominating-file): Accept non-existing argument.
522         (project-find-settings-file): Rewrite, using locate-dominating-file.
524 2008-05-22  Kenichi Handa  <handa@m17n.org>
526         * faces.el (font-weight-table, font-slant-table, font-width-table):
527         Delete them.  Don't call internal-set-font-style-table.
529         * international/mule-diag.el (font-show-log): New function.
531         * international/fontset.el (script-representative-chars): Add more
532         chars for latin.  Add data for symbol.
533         (setup-default-fontset): Add entries for phonetic, armenian, and symbol.
535 2008-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
537         * minibuffer.el (completion-all-sorted-completions): New var.
538         (completion--flush-all-sorted-completions)
539         (completion-all-sorted-completions): New functions.
540         (minibuffer-force-complete): New command.
542 2008-05-21  Glenn Morris  <rgm@gnu.org>
544         * files.el (c-postprocess-file-styles): Declare for compiler.
546         * Makefile.in: Allow for parallel byte-compiling.
547         (ELCFILES): New variable.
548         (.el.elc): Remove prerequisites from suffix rule.  Print a message.
549         (compile-first, compile-main, compile-last): New targets.
550         (compile-always): Simplify - delete .elc files, then `make compile'.
552         * Makefile.in (compile-calc): Use glob rather than find.
553         ($(lisp)/progmodes/cc-mode.elc): Use $@.
555         * eshell/esh-module.el: No need for cl when compiling.
557         * eshell/eshell.el (eshell-defgroup): New alias.
558         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
559         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
560         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
561         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
562         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
563         * eshell/em-xtra.el: Use eshell-defgroup rather than defgroup.
564         Autoload the custom group.  Set generated-autoload-file.
565         * eshell/em-basic.el, eshell/esh-module.el: Require eshell,
566         for eshell-defgroup.
567         * eshell/esh-module.el (eshell-load-defgroups): Remove.
568         Require esh-groups rather than loading it.
570 2008-05-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
572         * proced.el (proced-header-line): New variable and new function.
573         (proced-mode): Set header-line-format.
574         (proced-update): Set proced-header-line.
575         (proced-send-signal): Use proced-header-line.
577 2008-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
579         * macros.el (insert-kbd-macro): Use prin1-char.
581 2008-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
583         * minibuffer.el (completion-boundaries): New function.
584         (completion--some): Delay errors.
585         (complete-with-action, completion-table-with-context):
586         Handle `boundaries' case.
587         (completion--try-word-completion): Avoid partial-completion
588         when the user hasn't entered anything yet.
589         (minibuffer-local-map, minibuffer-local-filename-completion-map)
590         (minibuffer-local-must-match-map, minibuffer-local-completion-map)
591         (minibuffer-local-must-match-filename-map, minibuffer-local-ns-map):
592         Setup default keybindings.
593         (completion--embedded-envvar-re): New var.
594         (completion--embedded-envvar-table): Use it.  Handle `boundaries' case.
595         (completion--file-name-table): Handle `boundaries' case.
596         (completion-pcm--pattern->regex): Avoid pathological backtracking.
597         (completion-pcm--all-completions): Add a `prefix' arg.
598         (completion-pcm--find-all-completions): New function.
599         (completion-pcm-all-completions, completion-pcm-try-completion):
600         Use it.
602         * icomplete.el (icomplete-completions): Don't use `predicate' with
603         a table of a different type than `candidates'.
605 2008-05-20  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
607         * proced.el (proced-goal-column): Rename from proced-procname-column.
608         (proced-goal-header-re): Rename from proced-procname-column-regexp.
609         (proced-move-to-goal-column): Rename from proced-move-to-procname.
610         (proced-header-face, proced-header-regexp): Remove.
611         (proced-font-lock-keywords): Remove proced-header-face.
612         (proced-header-alist, proced-sorting-schemes-re): New variables.
613         (proced): Rename Proced buffer to *Proced*.
614         (proced-next-line, proced-previous-line): New commands.
615         (proced-do-mark, proced-do-mark-all, proced-toggle-marks)
616         (proced-hide-processes): Do not treat first line as special.
617         (proced-header-space): New function.
618         (proced-update): Use header-line-format.
619         Initialize proced-header-alist and proced-sorting-schemes-re.
620         Set proced-goal-column.  Include proced-command in mode-name.
621         (proced-send-signal): Use header-line-format for *Marked
622         Processes* buffer.
623         (proced-sort): Restrict minibuffer completion to applicable
624         sorting schemes.
625         (proced-sorting-scheme-p): Use proced-sorting-schemes-re.
627 2008-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
629         * icomplete.el (icomplete-simple-completing-p):
630         Allow icomplete-with-completion-tables to say "use it everywhere".
631         (icomplete-completions): Obey completion-styles.  Try to accommodate
632         partial-completion style.
634 2008-05-20  Michael Olson  <mwolson@gnu.org>
636         * files.el (project-find-settings-file): Change concat to
637         expand-file-name.
639 2008-05-19  Tom Tromey  <tromey@redhat.com>
641         * files.el (normal-mode): Call hack-project-variables.
642         (hack-local-variables-confirm): Add 'project' argument.
643         (hack-local-variables-apply): New function.
644         (hack-local-variables): Use it.
645         (project-class-alist, project-directory-alist): New variables.
646         (project-get-alist): New function.
647         (project-collect-bindings-from-alist)
648         (project-collect-binding-list, set-directory-project)
649         (project-find-settings-file, project-define-from-project-file)
650         (hack-project-variables): New functions.
652 2008-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
654         * emacs-lisp/cl-specs.el (destructuring-bind): Fix spec.
656 2008-05-19  Juanma Barranquero  <lekktu@gmail.com>
658         * faces.el (font-weight-table): Fix typo in docstring.
660 2008-05-18  David Hull  <david@snap.com>  (tiny change)
662         * vc-hg.el (vc-hg-annotate-re): Recognize the output of --follow.
663         (vc-hg-annotate-command): Allow white space before version number.
665 2008-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
667         * calc/calc-yank.el (calc-register-alist): New variable.
668         (calc-set-register,calc-get-register,calc-copy-to-register)
669         (calc-insert-register,calc-add-to-register,calc-append-to-register)
670         (calc-prepend-to-register): New functions.
672         * calc/calc-ext.el (calc-init-extensions): Add keybindings for
673         `calc-copy-to-register' and `calc-insert-register'.
674         Autoload new register functions.
676         * calc/calc-help.el (calc-r-prefix-help): Add help for register
677         functions.
679 2008-05-18  Dan Nicolaescu  <dann@ics.uci.edu>
681         * vc.el (Todo): Add known problems.
682         (vc-dir-backend): New variable.
683         (vc-dir): Set it.
684         (vc-make-backend-object, vc-generic-status-printer)
685         (vc-generic-state, vc-generic-status-fileinfo-extra)
686         (vc-dir-extra-menu): Use it.
687         (vc-generic-dir-headers): Remove, unused.
689         * vc-dispatcher.el (vc-dir-previous-directory): Rename from
690         vc-dir-prev-directory for consistency with vc-dir-previous-line.
691         (vc-dir-mode-map): Fix bindings.
693         * vc-bzr.el (vc-bzr-after-dir-status): Remove unused binding.
695 2008-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
697         * calc/calc-yank.el (calc-kill): Make sure that only the stack is
698         operated on.
699         (calc-kill-region): Kill entire lines.
701 2008-05-17  Glenn Morris  <rgm@gnu.org>
703         * ezimage.el (ezimage-use-images): Drop support for Emacs < 21 and
704         simplify initial value.
705         (defezimage): Drop support for Emacs without defimage, use a featurep
706         test rather than fboundp when defining, drop with-no-warnings.
707         (ezimage-insert-over-text): Move featurep test inside
708         add-text-properties.
710         * elide-head.el (elide-head-headers-to-hide): Handle GPLv3 format.
712         * net/tramp.el (top-level): Load auth-source when compiling.
714         * progmodes/fortran.el (fortran-font-lock-keywords-2): Add .eqv., .neqv.
716 2008-05-17  Andreas Schwab  <schwab@suse.de>
718         * vc-dispatcher.el (vc-dir-mode-map): Fix M-down and M-up binding.
720 2008-05-17  Dan Nicolaescu  <dann@ics.uci.edu>
722         * vc.el (vc-annotate-show-diff-revision-at-line): Change
723         vc-diff-internal arg to match what vc-deduce-fileseset returns now.
725 2008-05-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
727         * menu-bar.el (menu-bar-select-buffer): Reinsert it as msb.el uses it.
729 2008-05-17  Jim Meyering  <meyering@redhat.com>
731         * ido.el (ido-save-history): Do not emit a trailing newline at the
732         end of the ido history file.
734 2008-05-16  John Paul Wallington  <jpw@pobox.com>
736         * vc-dispatcher.el (top-level): Revert previous change: require cl
737         when compiling.
739 2008-05-16  Eric S. Raymond  <esr@snark.thyrsus.com>
741         * vc.el (vc-default-status-printer)
742         (vc-default-prettify-state-info): Enhance the state prettyprinter
743         to deal better with unknown states and indirect through it when
744         painting vc-dir buffers.
746 2008-05-16  John Paul Wallington  <jpw@pobox.com>
748         * vc-dispatcher.el (top-level): Don't require cl when compiling.
749         (vc-dir-mode-map): Fix backquote.
750         (vc-at-event): Doc fix.  Use `make-symbol' instead of `gensym'.
752 2008-05-16  Michael Albinus  <michael.albinus@gmx.de>
754         * net/tramp.el (tramp-handle-write-region): Fix check for short track.
755         Reported by Glenn Morris <rgm@gnu.org>.
757 2008-05-16  Eric S. Raymond  <esr@snark.thyrsus.com>
759         * vc.el: Remove my analysis of SCCS/RCS concurrency issues from
760         the end of the file, it was good work at one time but has been
761         stale since 1995 and may now be actively misleading.
762         * vc-cvs.el (vc-cvs-status-extra-headers): Extract and display the
763         CVS repository and module (assumptions for the latter a bit iffy).
764         * vc-svn.el (vc-svn-status-extra-headers): Extract and display the
765         SVN repository.
767 2008-05-16  Juanma Barranquero  <lekktu@gmail.com>
769         * vc-rcs.el (vc-rcs-create-tag):
770         * vc-sccs.el (vc-sccs-create-tag):
771         Fix typo in error message and pass backend arg.
773 2008-05-15  Michael Albinus  <michael.albinus@gmx.de>
775         * net/tramp.el (tramp-file-name-for-operation): Add `make-temp-name'.
777 2008-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
779         * net/tramp.el: Load auth-source library.
780         (tramp-read-passwd): Use it for password, not login.
782 2008-05-15  Shigeru Fukaya  <shugeru.fukaya@gmail.com>
784         * ses.el (ses-goto-print): Use move-to-column rather than forward-char.
785         (ses-print-cell): Use string-width, truncate-string-to-width,
786         delete-region rather than length, substring, delete-char.
787         (ses-setup): Set inhibit-point-motion-hooks to t.
788         Calculate position by actually moving point rather than just using
789         unibyte character length.
790         (ses-mode): Set indent-tabs-mode to nil.
791         (ses-center): Use string-width rather than length.
793 2008-05-15  Eric S. Raymond  <esr@snark.thyrsus.com>
795         * vc-cvs.el, vc-git.el, vc-hg.el, vc-hooks.el, vc-mcvs.el,
796         * vc-rcs.el, vc-sccs.el, vc-svn.el, vc.el:
797         Rename vc-*-create-snapshot and vc-*-retrieve-snapshot to
798         vc-*-create-tag and vc-*-retrieve-tag respectively.
800         * vc-dispatcher.el: Fix an incorrect buffer name and remove an
801         unneeded defalias.
803         * vc.el, vc-dispatcher.el (vc-dir-menu-map-filter): Move.
805         * vc.el, vc-dispatcher.el (vc-dir-menu-map): Remove assumption
806         about buffer names.
808 2008-05-15  Glenn Morris  <rgm@gnu.org>
810         * vc-hooks.el (vc-directory-resynch-file): Fix declaration.
812         * org/org-exp.el (org-infojs-options-inbuffer-template):
813         Fix declaration.
815         * progmodes/cc-mode.el (declare-function): Add compat definition.
816         (awk-mode-syntax-table, c-awk-unstick-NL-prop): Declare for compiler.
818 2008-05-14  Eric S. Raymond  <esr@snark.thyrsus.com>
820         * vc-dispatcher.el (vc-dispatcher-selection): Change the returned
821         list to a cons so the caller can get back both expanded and
822         unexpanded filesets.
823         * vc.el (vc-deduce-fileseset, vc-next-action, vc-diff-internal)
824         (vc-merge, vc-version-diff, vc-print-log, vc-revert, vc-rollback):
825         Change handling of selection-set returns as required.
827 2008-05-15  John Paul Wallington  <jpw@pobox.com>
829         * add-log.el (top-level): Don't require cl when compiling.
831         * arc-mode.el (archive-add-new-member): Use `derived-mode-p'.
832         (archive-*-extract): Use `zerop'
833         (archive-*-write-file-member): Use `or', use `zerop'.
835         * diff-mode.el (diff-current-defun): Use `buffer-local-value'.
837         * ibuffer.el (ibuffer-assert-ibuffer-mode): New defsubst.
838         (ibuffer-mark-interactive, ibuffer-set-mark)
839         (ibuffer-insert-buffer-line, ibuffer-redisplay-current)
840         (ibuffer-map-lines, ibuffer-switch-format)
841         (ibuffer-update-title-and-summary)
842         (ibuffer-redisplay-engine): Use it.
844         * ibuf-ext.el (ibuffer-interactive-filter-by-mode)
845         (ibuffer-set-filter-groups-by-mode, ibuffer-list-buffer-modes)
846         (define-ibuffer-filter mode, define-ibuffer-filter used-mode)
847         (define-ibuffer-sorter major-mode, ibuffer-mark-unsaved-buffers)
848         (ibuffer-mark-read-only-buffers)
849         (ibuffer-mark-dired-buffers): Use `buffer-local-value'.
851         * ibuf-macs.el (ibuffer-aif, ibuffer-awhen, ibuffer-save-marks)
852         (define-ibuffer-column, define-ibuffer-sorter)
853         (define-ibuffer-op, define-ibuffer-filter): Add declarations
854         containing indentation specs, replacing equivalent top-level
855         forms that set `lisp-indent-function' properties.
856         (define-ibuffer-op): Use `derived-mode-p'.
857         (define-ibuffer-filter): Remove redundant `concat' call.
859 2008-05-14  Michael Albinus  <michael.albinus@gmx.de>
861         * net/tramp.el (tramp-echo-mark): Update docstring.
862         (tramp-echo-mark-marker): New defconst.
863         (tramp-check-for-regexp): Use it.
865 2008-05-14  Eric S. Raymond  <esr@snark.thyrsus.com>
867         * vc.el (vc-deduce-fileset): Do the right thing when visting a
868         buffer (say, a log buffer or diff buffer) with a vc-dir buffer
869         as parent.
871 2008-05-14  John Paul Wallington  <jpw@pobox.com>
873         * international/mule.el (convert-define-charset-argument):
874         Remove period from end of error message.
875         (coding-system-mnemonic): Doc fix.
876         (ctext-pre-write-conversion): Doc fix.
878 2008-05-14  Simon Marshall  <simon@gnu.org>
880         * obsolete/fast-lock.el (fast-lock-cache-directories): Remove "."
881         from its default value and give it the risky-local-variable
882         property (CVE-2008-2142).
884 2008-05-14  Kenichi Handa  <handa@m17n.org>
886         * language/korean.el ("Korean"): Set `iso639-language'
887         property to `ko'.
889         * language/japanese.el ("Japanese"): Set `iso639-language'
890         property to `ja'.
892         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
893         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK")
894         ("Chinese-GB18030"): Set `iso639-language' property to `zh'.
896         * international/mule-cmds.el (set-language-environment):
897         Set current-iso639-language.
899         * international/fontset.el (setup-default-fontset): For kana, han,
900         hangul, and cjk-misc, move an entry with font-spec at the end.
901         (generate-fontset-menu): Exclue fontset-auto* from the list.
903         * composite.el (compose-chars-after): Assume that WINDOW is always
904         non-nil.
906         * faces.el (font-weight-table, font-slant-table)
907         (font-swidth-table): Declare them by defconst.  Change the format
908         of elements.  Call internal-set-font-style-table after their
909         declaration.
910         (face-valid-attribute-values): Call font-family-list.  Get values
911         for width, weight, and slant from font-xxx-table.
913         * cus-face.el (custom-face-attributes): Add "thin" for :weight.
915 2008-05-13  John Paul Wallington  <jpw@pobox.com>
917         * ibuffer.el (ibuffer-buffer-file-name): New function.
918         (define-ibuffer-column filename): Use it.
920         * ibuf-ext.el (define-ibuffer-filter filename): Use it.
922 2008-05-13  Chong Yidong  <cyd@stupidchicken.com>
924         * talk.el (talk): Simplify.  Pass display arg to talk-add-display
925         as a string.
926         (talk-add-display): Simplify.  Accept only string args.
928 2008-05-13  Jay Belanger  <jay.p.belanger@gmail.com>
930         * calc/calc.el (calc-mode-map): Remove old keybinding for `calc-yank'.
932 2008-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
934         * Makefile.in (bootstrap-prepare): Don't chmod files.
935         (autoloads): Do it here instead, where it's actually needed.
937 2008-05-13  Chong Yidong  <cyd@stupidchicken.com>
939         * tool-bar.el (tool-bar-make-keymap): Account for the optional
940         KEY-BINDING-DATA field in menu-item list.
942 2008-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
944         * dired.el (dired-read-dir-and-switches): Move things about to use less
945         recursion during macroexpansion.
947         * dired.el (dired-read-dir-and-switches): Use read-file-name.
949         * dired.el (dired-read-dir-and-switches): Ignore ., .., and
950         completion-ignored-extension directories if there's something else.
951         (dired-mark-if, dired-map-over-marks, dired-readin, dired-revert)
952         (dired-remember-marks, dired-undo, dired-build-subdir-alist)
953         (dired-internal-do-deletions, dired-mark-files-in-region, dired-mark)
954         (dired-toggle-marks, dired-change-marks, dired-unmark-all-files):
955         buffer-read-only -> inhibit-read-only.
957 2008-05-12  Eric S. Raymond  <esr@snark.thyrsus.com>
959         * vc.el (vc-expand-dirs): Stop this function from tossing out
960         explicitly specified files.
962 2008-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
964         * smerge-mode.el (smerge-apply-resolution-patch): Don't pass nil
965         to `insert'.
967 2008-05-12  Dan Nicolaescu  <dann@ics.uci.edu>
969         * vc.el (vc-annotate-show-diff-revision-at-line): Remove incorrect
970         cons.  Use vc-annotate-backend.
971         (with-vc-file, edit-vc-file): Remove unused macros.
973 2008-05-12  Teodor Zlatanov  <tzz@lifelogs.com>
975         * mail/smtpmail.el: Add autoload for `auth-source-user-or-password'.
976         (smtpmail-try-auth-methods): Use it.
978 2008-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
980         * emacs-lisp/cl.el (cl-set-nthcdr): Make it a defsubst so that
981         (setf (nthcdr ..) ..) doesn't require CL at runtime.
983 2008-05-11  Carsten Dominik  <dominik@science.uva.nl>
985         * org/org.el (org-modules): Repair problems with loading org-jsinfo.org.
987 2008-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
989         * vc-bzr.el (vc-bzr-sha1, vc-bzr-command-discarding-stderr)
990         (vc-bzr-revision-completion-table): Use process-file.
991         (vc-bzr-working-revision): Pass relative file names.
993         * diff-mode.el (diff-hunk-header-re): Refine the regexp.
995 2008-05-11  Juri Linkov  <juri@jurta.org>
997         * wid-edit.el (widget-image-directory): Change default image data
998         subdirectory from "custom" to "images/custom".
1000         * info.el (Info-next-preorder): Let-bind `Info-history' to nil
1001         before recursive call to `Info-next-preorder' to not add
1002         intermediate nodes to the history.
1004         * isearch.el: Put isearch-scroll property on recenter-top-bottom.
1006         * emulation/cua-base.el: Put isearch-scroll property
1007         on cua-scroll-up and cua-scroll-down.
1009 2008-05-11  Eric S. Raymond  <esr@snark.thyrsus.com>
1011         * vc-hooks.el (vc-recompute-state): Remove (dead code).
1013 2008-05-10  Dan Nicolaescu  <dann@ics.uci.edu>
1015         * vc-dispatcher.el (ewoc): Require.
1016         (vc-log-edit, vc-buffer-sync): Declare for byte compiler.
1018         * vc-hg.el (vc-hg-diff, vc-hg-annotate-command): Use when not if.
1020 2008-05-10  Chong Yidong  <cyd@stupidchicken.com>
1022         * term/w32-win.el (x-colors):
1023         * term/mac-win.el (x-colors):
1024         * term/x-win.el (x-colors): Re-order colors.
1026 2008-05-10  Reiner Steib  <reiner.steib@gmx.de>
1028         * smerge-mode.el (smerge-command-prefix): Fix custom type.
1030 2008-05-10  Eric S. Raymond  <esr@snark.thyrsus.com>
1032         * vc-dispatcher.el (vc-dir-next-directory, vc-dir-prev-directory):
1033         New functions implementing motion to next and previous directory.
1035         * vc-arch.el (vc-arch-command):
1036         * vc-bzr.el (vc-bzr-command):
1037         * vc-cvs.el (vc-cvs-command):
1038         * vc-dispatcher.el (vc-do-command):
1039         * vc-git.el (vc-git-command):
1040         * vc-hg.el (vc-hg-command):
1041         * vc-mcvs.el (vc-mvcs-command):
1042         * vc-mtn.el (vc-mtn-command):
1043         * vc-sccs.el (vc-sccs-command, vc-sccs-workfile)
1044         (vc-sccs-workfile-unchanged-p):
1045         * vc-svn.el (vc-svn-command, vc-svn-create-repo),
1046         * vc-rcs.el (all methods): Remove assumption about what a nil
1047         argument to vc-do-command means.  This means no buffer name needs
1048         to be hardcoded into the dispatcher layer, and it's better to be
1049         explicit anyway.
1051         * vc-svn.el (vc-svn-dir-state-heuristic): Remove.
1053 2008-05-10  Dan Nicolaescu  <dann@ics.uci.edu>
1055         * vc.el: Update todo.
1057         * vc-sccs.el (vc-sccs-dir-status):
1058         * vc-rcs.el (vc-rcs-dir-status): Avoid using results from multiple
1059         backends and returning up to date files.
1061         * vc-hooks.el (vc-prefix-map): Remove duplicate binding.
1063 2008-05-09  Eric S. Raymond  <esr@snark.thyrsus.com>
1065         * vc.el (vc-dir):
1066         * vc-hooks.el: Tweak the VC directory bindings.  These are now
1067         documented in the manual.
1069         * vc-dispatcher.el (vc-dir-update, vc-dir-parent-marked-p)
1070         (vc-dir-children-marked-p): Remove the vc-dir-insert-directories global.
1071         (vc-dispatcher-selection-set): Allow callers to pass in an
1072         observer flag that says no buffer sync is required.
1073         * vc.el (vc-deduce-fileset, vc-print-log, vc-version-diff):
1074         Use the observer flag.
1076 2008-05-09  Michael Albinus  <michael.albinus@gmx.de>
1078         * simple.el (start-file-process): Clarify docstring.
1080 2008-05-09  Eric S. Raymond  <esr@snark.thyrsus.com>
1082         * vc-sccs.el, vc.svn.el, vc-git.el, vc-hg.el, vc-mtn.el:
1083         Remove stub implementations of, and references to, wash-log.
1084         * vc-rcs.el (vc-rcs-comment-history):
1085         * vc-cvs.el (vc-cvs-comment-history):
1086         Inline the code that used to be wash-log.
1088         * vc-sccs.el (vc-sccs-checkin, vc-sccs-checkout, vc-sccs-rollback)
1089         (vc-sccs-revert, vc-sccs-steal-lock, vc-sccs-modify-change-comment)
1090         (vc-sccs-print-log, vc-sccs-diff): Grok directories.
1091         * vc-rcs.el (vc-sccs-checkin, vc-sccs-checkout)
1092         (vc-rcs-revert, vc-rcs-steal-lock, vc-rcs-modify-change-comment)
1093         (vc-rcs-print-log): Grok directories.
1095 2008-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1097         * vc.el (vc-mark-resolved): Add `backend' argument.
1098         (vc-next-action): Pass it the backend.
1099         (vc-next-action, vc-checkout, vc-mark-resolved, vc-version-diff)
1100         (vc-merge, vc-rollback, vc-update, vc-transfer-file, vc-delete-file)
1101         (vc-default-comment-history, vc-default-create-snapshot)
1102         (vc-default-retrieve-snapshot, vc-default-revert, vc-annotate)
1103         (vc-annotate-revision-previous-to-line)
1104         (vc-annotate-show-diff-revision-at-line, vc-annotate-warp-revision):
1105         * vc-svn.el (vc-svn-checkout):
1106         * vc-mcvs.el (vc-mcvs-checkout):
1107         * vc-hooks.el (vc-state, vc-default-workfile-unchanged-p)
1108         (vc-working-revision, vc-before-save, vc-mode-line):
1109         Prefer vc-call-backend to vc-call so as not to recompute the backend.
1111         * vc.el (vc-deduce-fileset): Don't require the checkout-model and the
1112         state to be consistent since it's often an unwarranted restriction.
1113         Don't return the state either.
1114         (vc-next-action): Check that the state is consistent.
1115         (vc-diff-internal, vc-version-diff, vc-print-log, vc-revert)
1116         (vc-rollback, vc-update): Adapt to new return value of
1117         vc-deduce-fileset.
1119         * vc-dispatcher.el (vc-dispatcher-browsing): Use derived-mode-p.
1120         (vc-dir-prepare-status-buffer): Use vc-dispatcher-browsing.
1121         (vc-dispatcher-in-fileset-p): New fun.
1122         (vc-dispatcher-selection-set): Use it to properly handle directories.
1124 2008-05-09  Dan Nicolaescu  <dann@ics.uci.edu>
1126         * vc.el (vc-version-diff, vc-print-log, vc-revert, vc-rollback)
1127         (vc-update): Remove unused let bindings.
1129 2008-05-09  Eric S. Raymond  <esr@snark.thyrsus.com>
1131         * vc.el (vc-deduce-fileset, vc-next-action, vc-version-diff)
1132         (vc-diff, vc-revert, vc-rollback, vc-update):
1133         * vc-dispatcher.el (vc-dispatcher-selection-set):
1134         Get rid of 4 special cases in fileset selection.  This involved
1135         changing the return value of (vc-deduce-fileset) so that it passes
1136         back a deduced state as well as a deduced back end.
1138 2008-05-08  Sam Steingold  <sds@gnu.org>
1140         * progmodes/compile.el (compilation-minor-mode-map)
1141         (compilation-mode-map): Bind "g" to recompile and "q" to quit-window.
1142         * grep.el (grep-mode-map): Use `set-keymap-parent' to connect it
1143         to `compilation-minor-mode-map' (instead of an explicit `cons').
1145 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
1147         * org/org.el (org-modules, org-format-latex-options):
1148         * org/org-archive.el (org-archive-stamp-time)
1149         (org-archive-save-context-info):
1150         * org/org-faces.el (org-hide):
1151         * org/org-irc.el (org-irc-parse-link):
1152         * org/org-macs.el (org-call-with-arg, org-autoload):
1153         * org/org-mew.el (org-mew-store-link):
1154         * org/org-remember.el (org-remember-store-without-prompt)
1155         (org-remember-templates): Fix typos in docstrings.
1157         * org/org-info.el (org-info-store-link): Remove leftover docstring.
1159         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
1160         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
1161         (org-bbdb-anniv-split): Fix typos in docstrings.
1163         * org/org-publish.el (org-publish-project-alist): Doc fixes.
1164         (org-publish-use-timestamps-flag): Reflow docstring.
1165         (org-publish-files-alist): Fix typos in docstring.
1167 2008-05-07  Sam Steingold  <sds@gnu.org>
1169         * pcvs-util.el (cvs-bury-buffer): Revert my patch: quit-window
1170         appears to be too aggressive with window removal.
1172 2008-05-08  Michael McNamara  <mac@mail.brushroad.com>
1174         * verilog-mode.el (verilog-type-font-keywords): Add leda and 0in
1175         as pragma keywords.
1176         (verilog-pretty-expr): Support lining up assignments which include
1177         part selects.
1178         (verilog-mode): More portable check for the availability of
1179         hideshow support.
1180         (verilog-do-indent): Remove special indent for declarations inside
1181         a parenthetical list.  The code is ill-advised, and doesn't work
1182         given the new user defined types.
1183         (verilog-set-auto-endcomments): Enhance function automatic
1184         endcomment to support functions that return user defined types.
1185         (verilog-mode): Add code to tell which-function-mode minor mode
1186         that Verilog supports this feature.
1188 2008-05-08  Eli Zaretskii  <eliz@gnu.org>
1190         * epa-file.el: Require epa-hook.
1192         * loadup.el ("epa-hook"): Load epa-hook instead of epa-file-hook.
1194         * epa-hook.el: Renamed from epa-file-hook.el, to avoid
1195         file-names clashes on 8+3 filesystems.  Provide epa-hook.
1197         * org/org-jsinfo.el: Renamed from org-infojs.el, to avoid
1198         file-names clashes on 8+3 filesystems.
1200 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
1202         * org/org.el (org-read-date-get-relative): Interpret lone
1203         weekday abbreviation as relative to today.
1205 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
1207         * abbrev.el (define-abbrev-table):
1208         * composite.el (toggle-auto-composition):
1209         * json.el (json-alist-p, json-plist-p):
1210         * minibuffer.el (completion-table-with-predicate):
1211         * ps-mule.el (ps-mule-external-libraries):
1212         * emacs-lisp/advice.el (ad-special-form-p):
1213         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
1214         * eshell/em-smart.el (eshell-review-quick-commands):
1215         * progmodes/python.el (python-comment-line-p, python-blank-line-p)
1216         (python-skip-out, python-check-comint-prompt):
1217         Don't use `iff' in docstrings.
1219         * international/robin.el (robin-package-alist): Fix typo in docstring.
1220         (robin-current-package-name): Doc fix.
1221         (robin-activate): Don't use `iff' in docstring.
1223 2008-05-07  Eric S. Raymond  <esr@snark.thyrsus.com>
1225         * vc.el, vc-dispatcher.el: VC-Dired support removed.
1226         The code uses a ewoc-based implementation now.
1227         * vc-hooks.el: Support for Meta-CVS has been removed.
1229 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1231         * tool-bar.el: Choose images dynamically.
1232         (tool-bar-make-keymap, tool-bar-find-image): New function.
1233         (tool-bar-find-image-cache): New var.
1234         (tool-bar-local-item, tool-bar-local-item-from-menu):
1235         Don't select the image yet, do it later in tool-bar-make-keymap.
1237 2008-05-07  Andreas Schwab  <schwab@suse.de>
1239         * window.el: Require 'cl when compiling.
1241 2008-05-07  Dan Nicolaescu  <dann@ics.uci.edu>
1243         * vc-dispatcher.el (vc-dir-insert-directories): Default to t.
1245 2008-05-07  Glenn Morris  <rgm@gnu.org>
1247         * subr.el (ignore-errors): Move here from cl-macs.el.
1248         * emacs-lisp/cl-macs.el (ignore-errors): Move to subr.el.
1250         * progmodes/fortran.el (fortran-mode): Fix font-lock-syntactic-keywords
1251         oddness.
1253 2008-05-06  Eric S. Raymond  <esr@snark.thyrsus.com>
1255         * vc-hooks.el (vc-find-file-hook):
1256         * vc-dispatcher.el (vc-resynch-window): Decouple vc-dispatcher
1257         further from vc.el.
1258         * vc.el (vc-dir-mode): Move VC-specific context menu entries here.
1260 2008-05-06  Wilson Snyder  <wsnyder@wsnyder.org>
1262         * verilog-mode.el (verilog-getopt-file): Cleanup warning message format.
1263         (verilog-auto, verilog-auto-arg, verilog-auto-ascii-enum)
1264         (verilog-auto-inout, verilog-auto-inout-module)
1265         (verilog-auto-input, verilog-auto-inst, verilog-auto-inst-param)
1266         (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
1267         (verilog-auto-reg-input, verilog-auto-reset, verilog-auto-sense)
1268         (verilog-auto-sense-sigs, verilog-auto-tieoff)
1269         (verilog-auto-unused, verilog-auto-wire)
1270         (verilog-decls-get-assigns, verilog-decls-get-consts)
1271         (verilog-decls-get-gparams, verilog-decls-get-inouts)
1272         (verilog-decls-get-inputs, verilog-decls-get-outputs)
1273         (verilog-decls-get-ports, verilog-decls-get-regs)
1274         (verilog-decls-get-signals, verilog-decls-get-wires)
1275         (verilog-dir-cache-lib-filenames, verilog-dir-cache-list)
1276         (verilog-dir-cache-preserving, verilog-dir-file-exists-p)
1277         (verilog-dir-files, verilog-expand-dirnames, verilog-getopt-file)
1278         (verilog-inject-sense, verilog-library-filenames)
1279         (verilog-mode-release-date, verilog-mode-version)
1280         (verilog-modi-cache-add, verilog-modi-cache-preserve-buffer)
1281         (verilog-modi-cache-preserve-tick, verilog-modi-cache-results)
1282         (verilog-modi-get-assigns, verilog-modi-get-consts)
1283         (verilog-modi-get-gparams, verilog-modi-get-inouts)
1284         (verilog-modi-get-inputs, verilog-modi-get-outputs)
1285         (verilog-modi-get-ports, verilog-modi-get-regs)
1286         (verilog-modi-get-signals, verilog-modi-get-sub-inouts)
1287         (verilog-modi-get-sub-inputs, verilog-modi-get-sub-outputs)
1288         (verilog-modi-get-wires, verilog-preserve-cache)
1289         (verilog-preserve-dir-cache, verilog-preserve-modi-cache)
1290         (verilog-read-sub-decls, verilog-read-sub-decls-line)
1291         (verilog-read-sub-decls-sig, verilog-subdecls-get-inouts)
1292         (verilog-subdecls-get-inputs, verilog-subdecls-get-outputs):
1293         Add caching of additional state, and rework signal extraction
1294         routines to improve AUTO expansion performance by 300%++.
1296 2008-05-06  Chong Yidong  <cyd@stupidchicken.com>
1298         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1299         Tweak Open Watcom regexp to distinguish between errors and warnings.
1301 2008-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1303         * dired.el (dired-read-dir-and-switches): Fix up last change.
1305 2008-05-05  Eric S. Raymond  <esr@snark.thyrsus.com>
1307         * vc.el (vc-deduce-fileset): Lift all the policy and UI stuff
1308         out of this function, move it to vc-dispatcher-selection-set.
1310 2008-05-05  Sam Steingold  <sds@gnu.org>
1312         * window.el (delete-other-windows-vertically): New function.
1314 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1316         * dired.el (dired-read-dir-and-switches):
1317         Obey read-file-name-completion-ignore-case.
1319 2008-05-05  Nick Roberts  <nickrob@snap.net.nz>
1321         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1322         Add regexp for Open Watcom compiler output.
1324 2008-05-05  Phil Sung  <psung@mit.edu>  (tiny change)
1326         * progmodes/python.el (python-block-pairs): Align finally with except.
1328 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1330         * vc-rcs.el (vc-rcs-fetch-master-state): Fix inf-loop.
1332 2008-05-05  Tom Tromey  <tromey@redhat.com>
1334         * smerge-mode.el (smerge-start-session): Don't call smerge-next if
1335         looking at conflict marker.
1337 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1339         * vc-dispatcher.el (vc-dir-mark-buffer-changed): Fix typo
1340         client-mode -> vc-client-object, and guess `funcall' was meant.
1341         (vc-dir-mode): Rename client-mode -> vc-client-mode.
1343 2008-05-05  Dan Nicolaescu  <dann@ics.uci.edu>
1345         * net/zeroconf.el (dbus-call-method, dbus-register-signal)
1346         (dbus-debug): Move declarations outside eval-when-compile.
1348 2008-05-04  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1350         * proced.el (proced-command-alist): Fix system-type values.
1351         Fix defcustom.
1352         (proced-sorting-schemes-alist, proced-sorting-scheme): New variables.
1353         (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
1354         (proced-sort-start, proced-sort, proced-sort-time): New commands.
1355         (proced-update): Use proced-sorting-scheme.  Update modeline.
1356         (proced-send-signal): Use nreverse.
1357         (proced-sorting-scheme-p): New function.
1359 2008-05-04  Andreas Schwab  <schwab@suse.de>
1361         * vc.el: Require dired when compiling.
1363         * minibuffer.el (completion--insert-strings): Don't delete past bol.
1365 2008-05-03  Glenn Morris  <rgm@gnu.org>
1367         * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el:
1368         * ediff-ptch.el, ediff-util.el, ediff-wind.el, ediff.el:
1369         Simplify compilation requirements.
1370         * ediff-init.el, ediff-vers.el: Remove unnecessary variable
1371         declarations.
1373 2008-05-03  Dave Love  <fx@gnu.org>
1375         * progmodes/python.el (python-beginning-of-statement):
1376         Loop at least once (fixes 2008-02-21 change).
1378 2008-05-03  Eli Zaretskii  <eliz@gnu.org>
1380         * ls-lisp.el (ls-lisp-insert-directory): Use `string-width'
1381         instead of `length' for comparing length of user and group names.
1383 2008-05-03  Eric S. Raymond  <esr@snark.thyrsus.com>
1385         * vc-dispatcher.el: New file, separates out the UI and command
1386         execution machinery from VCS-specific logic left in vc.el.
1387         The separation is not yet completely clean, but it's a good start.
1388         * vc.el: This file is about 1700 lines shorter now.
1389         Remove obsolete logentry-check from the backend API.
1390         * vc-sccs.el (vc-sccs-logentry-check): Remove.  This was the only
1391         implementation of the logentry-check method, and it guarded against
1392         a log length limit that has probably been obsolete for 15 years (!).
1394 2008-05-02  Sam Steingold  <sds@gnu.org>
1396         * progmodes/compile.el (compilation-start): Move setting of
1397         compilation-directory after (funcall mode) as that resets local
1398         variables, this fixes recompile in grep buffers.
1399         * grep.el (grep-mode-map): Bind "g" to recompile (like in dired &c).
1401 2008-05-02  Eric S. Raymond  <esr@snark.thyrsus.com>
1403         * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
1404         * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
1405         * vc-svn.el, vc.el (vc-*-checkout-model): Make sure every backend
1406         has one of these and that all are called in compatible ways.
1407         * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
1408         * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
1409         * vc-svn.el, vc.el (vc-*-revision-granularity): Make sure every
1410         backend has one of these.
1412 2008-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1414         * progmodes/octave-mod.el (octave-abbrev-table): Move defvar and
1415         initialization into define-abbrev-table.  Use :regexp.
1416         (octave-mode-syntax-table): Don't set word syntax for `.
1418         * files.el (minibuffer-with-setup-hook): Allow `fun' expressions rather
1419         than only value.
1421         * dired.el (dired-read-dir-and-switches):
1422         Set minibuffer-completing-file-name and call substitute-in-file-name.
1423         (dired-format-columns-of-files): Use completion--insert-strings.
1425         * minibuffer.el (completion-hilit-commonality): Revert last change:
1426         the leftover code was actually useful.
1427         (completion--insert-strings): Use string-width rather than length.
1429 2008-05-02  Sam Steingold  <sds@gnu.org>
1431         * vc.el (vc-dir-mode-map): Enable mouse bindings.
1432         (vc-at-event): New macro: run the body at the even location.
1433         (vc-dir-menu, vc-dir-toggle-mark): Use it.
1434         (vc-dir-mark-file, vc-dir-unmark-file): Move only on non-mouse events.
1435         * subr.el (mouse-event-p): Check if the even is mouse-related.
1437 2008-05-02  Nick Roberts  <nickrob@snap.net.nz>
1439         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
1440         Don't throw error if no file is found.
1442 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
1444         * vc-hooks.el (vc-call, vc-state): Fix typos in docstrings.
1445         (vc-default-state-heuristic): Doc fix.
1447 2008-05-02  Richard Sharman  <rsharman@pobox.com>
1449         * hilit-chg.el (highlight-changes-mode): Remove references to
1450         hooks that no longer exist.  Because define-minor-mode is used the
1451         hook highlight-changes-mode-hook exists and can do what both the
1452         old hooks used to do.  The documentation at the top of the file
1453         was updated to demonstrate this.
1454         (highlight-changes-mode): Remove commented out call to a hook
1455         function that is no longer there.
1456         (hilit-chg-set): Remove running of highlight-changes-enable-hook.
1458 2008-05-02  Eric S. Raymond  <esr@snark.thyrsus.com>
1460         * vc.el (vc-default-dired-state-info): Change name of primitive
1461         to prettify-state-info, in preparation for ripping out dired mode.
1462         * vc-bzr.el (vc-bzr-dired-state-info): Change name of primitive
1463         to prettify-state-info, in preparation for ripping out dired mode.
1464         * vc-hooks.el (vc-toggle-read-only): Throw an error when a user
1465         tries this on a version-controlled buffer.  It will do useless or
1466         actively bad things on any version control system newer than RCS.
1467         * vc-hooks.el (vc-dired-resynch-file):
1468         * vc.el (vc-dired-resynch-file): Change name of primitive to
1469         vc-directory-resynch-file, preparing to remove dired.
1471 2008-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
1473         * vc-rcs.el (vc-rcs-state): Fix typos.
1475         * vc.el (vc-register): Change argument order so that the prefix
1476         argument is assigned correctly.
1477         (vc-next-action, vc-dir-register): Update for the above change.
1479 2008-05-01  Juri Linkov  <juri@jurta.org>
1481         * replace.el (occur-read-primary-args): Set default to the car of
1482         regexp-history and display it in the prompt, but don't add to the
1483         list of minibuffer defaults.  Bind history-add-new-input to nil to
1484         not add automatically `default'.  For empty input return `default'.
1485         Otherwise, add `input' to regexp-history and return it.
1486         (occur-1): Signal an error for the empty regexp.
1488         * progmodes/compile.el (compilation-auto-jump):
1489         Set window point to `pos' explicitly.
1491 2008-05-01  Eric S. Raymond  <esr@snark.thyrsus.com>
1493         * vc-bzr.el (vc-bzr-state): Allow this to return 'ignored
1494         when appropriate.
1495         * vc-sccs.el (vc-sccs-state): Call vc-sccs-unregistered so
1496         we report the 'unregistered state reliably.
1497         * vc-rcs.el (vc-rcs-state): Call vc-rcs-unregistered so
1498         we report the 'unregistered state reliably.
1499         * vc-git.el (vc-git-state): Call vc-git-unregistered so
1500         we report the 'unregistered state reliably.
1501         * vc-hooks (vc-state): Document that vc-unregistered is
1502         now expected to be returned reliably.
1503         * vc.el (vc-default-dired-state): Change needs-patch state to
1504         needs-update, since the name now shows up in dir-status listings
1505         and was somewhat misleading.
1506         * vc-cvs.el (vc-cvs-delete-file): Don't do a "cvs commit"
1507         immediately after removing the file.
1508         * vc.el (vc-next-action): More informative messages when a fileset
1509         is in a mixed state or files are missing.
1511 2008-05-01  Sam Steingold  <sds@gnu.org>
1513         * vc.el (vc-delete-file): Check if the file has uncommitted changes.
1515 2008-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1517         * Makefile.in: Revert incorrect fix for claimed bootstrap breakage.
1519 2008-05-01  Daiki Ueno  <ueno@unixuser.org>
1521         * epa-file-hook.el: New file split from epa-file.el.
1522         * epa-file.el: Require 'epa-file-hook.
1523         (epa-file-handler): Add autoload cookie.
1524         * loadup.el: Load epa-file-hook.
1525         * startup.el (command-line): Eval the body of auto-encryption-mode.
1527 2008-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
1529         * vc.el (vc-dir-mode-map): Don't bind "r".
1531         * vc-hg.el (vc-hg-extra-fileinfo): New defstruct.
1532         (vc-hg-status-printer): New function.
1533         (vc-hg-after-dir-status): Deal with copied and renamed files.
1534         (vc-hg-dir-status): Add flag to show copied files.
1536 2008-05-01  John Paul Wallington  <jpw@pobox.com>
1538         * ibuffer.el (ibuffer-last-sorting-mode): New variable.
1539         (ibuffer-do-sort-by-recency): Reverse sorting order if last
1540         sorting mode was recency.
1542         * ibuf-macs.el (define-ibuffer-sorter): Define the sorter to
1543         reverse sorting order if last sorting mode was the sorter's.
1545 2008-05-01  Jason Rumney  <jasonr@gnu.org>
1547         * w32-fns.el (w32-charset-info-alist): Map vietnamese to windows-1258.
1549 2008-04-30  John Paul Wallington  <jpw@pobox.com>
1551         * ibuffer.el (define-ibuffer-column filename): When the major mode
1552         is `vc-dir-mode' show the buffer's default directory.
1554         * ibuf-ext.el (define-ibuffer-filter filename): Likewise when the
1555         major mode is `vc-dir-mode' use the buffer's default directory.
1557 2008-04-30  Sam Steingold  <sds@gnu.org>
1559         * vc.el (vc-dir-delete-file): Add.
1560         (vc-dir-mode-map): Bind "r" to vc-dir-delete-file, like in PCL-CVS.
1561         (vc-delete-file): Do not barf when the file has been already deleted.
1563 2008-04-30  Dan Nicolaescu  <dann@ics.uci.edu>
1565         * emacs-lisp/lisp-mode.el (lisp-mode-map): Add menu.
1567 2008-04-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1569         * progmodes/octave-mod.el (octave-help): New function.
1570         * progmodes/octave-hlp.el: Delete.
1571         * info-look.el (octave-mode): Add operator index.
1573         * vc.el (vc-checkout): Typo.
1575 2008-04-30  Dan Nicolaescu  <dann@ics.uci.edu>
1577         * menu-bar.el (menu-bar-tools-menu): Reorder, place Games last.
1578         Add "..." in the appropriate places.
1580         * epa.el (epa-key-list-mode-map): Add more menu entries.
1581         Add "..." in the appropriate places.
1583         * dired.el (dired-mode-map): Add :help.
1585         * vc.el (vc-deduce-fileset): Add new parameter.
1586         (vc-dir-marked-only-files): New function.
1587         (vc-next-action): Don't ignore directories, look at the files
1588         inside them.
1589         (vc-dir-mode): Document how the mark/unmark commands work.
1591 2008-04-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1593         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
1594         Rule out trailing spaces in file and directory names as well.
1596         * minibuffer.el (completion--do-completion): Move point even if the
1597         completion makes no change.
1598         (completion-pcm-try-completion): Fix computation of new point.
1600 2008-04-30  David Hansen  <david.hansen@gmx.net>
1602         * dired.el: Require 'cl.
1604 2008-04-30  Nick Roberts  <nickrob@snap.net.nz>
1606         * progmodes/gdb-ui.el (gdb-frame-handler-1): Make overlay arrow
1607         hollow if not in innermost frame.
1609 2008-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1611         Make `checkout-model' apply to filesets.
1612         * vc-hooks.el (vc-checkout-model): Rewrite.
1613         (vc-before-save, vc-after-save): Adjust callers accordingly.
1614         * vc.el (vc-editable-p, vc-next-action, vc-checkout, vc-update)
1615         (vc-transfer-file): Adjust callers accordingly.
1616         * vc-rcs.el (vc-rcs-checkout-model): Adjust arg.
1617         (vc-rcs-state, vc-rcs-state-heuristic, vc-rcs-receive-file)
1618         (vc-rcs-checkout, vc-rcs-fetch-master-state): Use vc-rcs-checkout-model
1619         instead of vc-checkout-model.
1620         * vc-mcvs.el (vc-mcvs-revert):
1621         Use vc-mcvs-checkout-model i.s.o vc-checkout-model.
1622         * vc-cvs.el (vc-cvs-checkout-model): Adjust arg.
1623         (vc-cvs-revert): Use vc-cvs-checkout-model i.s.o vc-checkout-model.
1624         * vc-svn.el (vc-svn-checkout-model):
1625         * vc-hg.el (vc-hg-checkout-model):
1626         * vc-git.el (vc-git-checkout-model):
1627         * vc-bzr.el (vc-bzr-checkout-model): Adjust arg.
1629         * dired.el (dired-read-dir-and-switches): Replace last change with
1630         a new approach that mixes read-file-name and read-directory-name.
1632         * files.el (read-buffer-to-switch):
1633         Avoid making assumptions about `other-buffer'.
1635 2008-04-29  Sam Steingold  <sds@gnu.org>
1637         * vc.el (vc-dir-mode-hook): Add normal hook.
1638         (vc-dir-mode): Run it.
1640 2008-04-29  Nick Roberts  <nickrob@snap.net.nz>
1642         * progmodes/gdb-ui.el (gdb-display-buffer): Don't pop up GUD buffer.
1643         Always split windows.
1644         (gdb-speedbar-timer-fn): Only raise frame after user input.
1645         (gdb-same-frame): Reverse initial value.
1646         (gdb-display-gdb-buffer): Check for GUD buffer in other frames.
1648         * progmodes/gud.el (gud-speedbar-buttons): Raise frame in
1649         gdb-speedbar-timer-fn.
1651 2008-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1653         * uniquify.el (uniquify-rationalize-a-list): Beware of side-effects.
1655 2008-04-29  Daiki Ueno  <ueno@unixuser.org>
1657         * epa.el (epa-key-list-mode-map): Add menu.
1658         (epa-delete-keys, epa-import-keys): Fix typo.
1660 2008-04-29  Glenn Morris  <rgm@gnu.org>
1662         * find-cmd.el (top-level): Does not need cl when compiling.
1664 2008-04-29  Phil Jackson  <phil@shellarchive.co.uk>
1666         * find-cmd.el: New file.
1668 2008-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1670         * minibuffer.el (completion-hilit-commonality): Remove leftover code.
1671         (completion-pcm--pattern->regex): Let `group' be a list of symbols.
1672         (completion-pcm--hilit-commonality): New function.
1673         (completion-pcm-all-completions): Use it.
1675         * minibuffer.el (completion-common-substring): Mark obsolete.
1676         (completions-first-difference, completions-common-part):
1677         Move from simple.el.
1678         (completion-hilit-commonality): New fun.
1679         (display-completion-list, completion-emacs21-all-completions)
1680         (completion-emacs22-all-completions): Use it.
1681         * simple.el (completions-first-difference, completions-common-part):
1682         Move to minibuffer.el.
1683         (choose-completion-string): Use field functions and minibufferp.
1684         (completion-setup-function): Don't set completions faces.
1686 2008-04-29  Glenn Morris  <rgm@gnu.org>
1688         * calendar/calendar.el (calendar-nth-named-absday)
1689         (calendar-nth-named-day):
1690         * calendar/diary-lib.el (diary-list-sexp-entries, diary-float):
1691         * calendar/holidays.el (holiday-float): Doc fixes.
1693         * emacs-lisp/check-declare.el (check-declare-errmsg): Fix counting in
1694         the `full' case.
1696         * org/org-agenda.el (calendar-iso-from-absolute):
1697         * org/org.el (calendar-absolute-from-iso, calendar-iso-from-absolute):
1698         Fix declarations.
1700 2008-04-28  Nick Roberts  <nickrob@snap.net.nz>
1702         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Make breakpoint
1703         icons work for assembler, i.e. FILE.s, FILE.S (not disassembly).
1704         (gdb-goto-breakpoint): Likewise for visiting breakpoints.
1705         (gdb-assembler-custom): Be careful not to match other addresses.
1707 2008-04-29  Jason Rumney  <jasonr@gnu.org>
1709         * battery.el (battery-status-function): Use w32-battery-status
1710         on Windows.
1711         (battery-echo-area-format): Make apm format the general case.
1712         (battery-mode-line-format): Merge apm and pmset formats as the
1713         general case.
1715 2008-04-29  Nick Roberts  <nickrob@snap.net.nz>
1717         * progmodes/gdb-ui.el (gdb-info-stack-custom):
1718         Use gud-tool-bar-item-visible-no-fringe.
1719         (gdb-display-buffer): Don't pop new buffer if gud-comint-buffer
1720         is already visible in frame.  Remove optional size parameter
1721         and add optional frame parameter.
1723         * progmodes/gud.el (gud-display-line): Only consider visible
1724         frames when looking for source buffer.
1726 2008-04-28  Chong Yidong  <cyd@stupidchicken.com>
1728         * doc-view.el (doc-view-new-window-function): Avoid using WINDOW
1729         argument to get-char-property, in case the current buffer hasn't
1730         been assigned to that window yet.
1731         (doc-view-display): Default to selected window if the current
1732         buffer hasn't been assigned to a window yet.
1734 2008-04-28  Vinicius Jose Latorre  <bzg@altern.org>
1736         * whitespace.el (whitespace-trailing-regexp): Fix docstring.
1738 2008-04-28  Michael Albinus  <michael.albinus@gmx.de>
1740         * net/tramp.el (tramp-mode): New defcustom.
1741         (tramp-file-name-handler, tramp-completion-file-name-handler):
1742         Use it.
1743         (tramp-replace-environment-variables): Handle "$$".
1745 2008-04-28  Sam Steingold  <sds@gnu.org>
1747         * vc-hg.el (vc-hg-rename-file): Fix argument order.
1749 2008-04-28  Bastien Guerry  <bzg@altern.org>
1751         * whitespace.el (whitespace-trailing): Fix typo.
1753 2008-04-28  Sam Steingold  <sds@gnu.org>
1755         * textmodes/remember.el (diary-make-entry): Update the autoload.
1757 2008-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1759         * minibuffer.el (completion-pcm--all-completions): Don't pass nil to
1760         all-completions.
1762 2008-04-28  Juanma Barranquero  <lekktu@gmail.com>
1764         * desktop.el (desktop-minor-mode-table): Add `savehist-mode'.
1766 2008-04-27  Dan Nicolaescu  <dann@ics.uci.edu>
1768         * vc.el (vc-dir-mode-map): Change bindings for unmark all and revert.
1769         (vc-dir-parent-marked-p, vc-dir-children-marked-p): Implement.
1770         (vc-dir-mark-file): Add an optional argument.
1771         (vc-dir-mark-all-files, vc-dir-unmark-all-files): Deal with directories.
1773 2008-04-27  Daiki Ueno  <ueno@unixuser.org>
1775         * epa-file.el (epa-file-enable, epa-file-disable): Use find-file-hook
1776         rather than obsolete alias find-file-hooks.
1777         (auto-encryption-mode): Rename from epa-file-mode.  Default to on.
1778         Use find-file-hook rather than obsolete alias find-file-hooks.
1779         Add to find-file-not-found-functions.
1780         (epa-file-handler): Put 'safe-magic and 'operations properties.
1782         * epa.el (epa-global-minor-modes, epa-mode, epa-menu)
1783         (epa-menu-items): Remove.
1785         * epa-dired.el (epa-dired-do-decrypt, epa-dired-do-verify)
1786         (epa-dired-do-sign, epa-dired-do-encrypt): Add autoload cookie.
1787         (epa-dired-mode, epa-global-dired-mode): Remove.
1789         * dired.el (dired-mode-map): Bind encryption/decryption commands.
1791         * menu-bar.el (menu-bar-encryption-decryption-menu): New menu item.
1793         * files.el (insert-file-contents-literally): Inhibit epa-file-handler.
1795 2008-04-27  Glenn Morris  <rgm@gnu.org>
1797         * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
1798         Remove un-needed local `orig-list'.  Replace cl `copy-list'.
1800 2008-04-27  Carsten Dominik  <dominik@science.uva.nl>
1802         * org/org.el (org-html-level-start): Always have id's in HTML.
1803         (org-export-as-html): Use `org-link-protocols' to
1804         retrieve the export form of the link.
1805         (org-add-link-type): Final parameter renamed from PUBLISH.
1806         Better documentation of how it is to be used.  Avoid double entries for
1807         the same link type.
1808         (org-add-link-props): New function.
1809         (org-modules-loaded): New variable.
1810         (org-load-modules-maybe, org-set-modules): New function.
1811         (org-modules): New option.
1812         (org-mode, org-cycle, orgstruct-mode, org-run-like-in-org-mode)
1813         (orgtbl-mode, org-store-link, org-insert-link-global)
1814         (org-open-at-point): Call `org-load-modules-maybe'.
1815         (org-search-view): Add more text properties.
1816         (org-agenda-schedule, org-agenda-deadline): Allow also in
1817         search-type agendas.
1818         (org-search-view): Order of arguments has been changed.
1819         Interpret prefix-arg as TODO-ONLY.
1820         (org-agenda, org-run-agenda-series, org-agenda-manipulate-query):
1821         Take new argument order of `org-search-view' into account.
1822         (org-todo-only): New variable.
1823         (org-search-syntax-table): New variable and function.
1824         (org-search-view): Do the search with the special syntax table.
1825         (define-obsolete-function-alias): Make work with XEmacs.
1826         (org-add-planning-info): Use old date as default when modifying an
1827         existing deadline or scheduled item.
1828         (org-agenda-compute-time-span): Make argument N optional.
1829         (org-agenda-format-date-aligned): Require `cal-iso'.
1830         (org-agenda-list): Include week into agenda heading, don't
1831         list it at each date (only on Mondays).
1832         (org-read-date-analyze): Define local variable `iso-date'.
1833         (org-agenda-format-date-aligned): Remove dependency on
1834         `calendar-time-from-absolute'.
1835         (org-remember-apply-template, org-go-to-remember-target):
1836         Interpret filenames relative to `org-directory'.
1837         (org-complete): Silently fail when trying to complete
1838         keywords that don't have a default value.
1839         (org-get-current-options): Add a #+DATE: option.
1840         (org-additional-option-like-keywords): Remove "DATE:" from the
1841         list of additional keywords.
1842         (org-export-as-html): Remove (current-time) as unnecessary second
1843         argument of `format-time-string'.
1844         (org-clock-find-position): Handle special case at end of buffer.
1845         (org-agenda-day-view): New argument DAY-OF-YEAR, pass it on to
1846         `org-agenda-change-time-span'.
1847         (org-agenda-week-view): New argument ISO-WEEK, pass it on to
1848         `org-agenda-change-time-span'.
1849         (org-agenda-month-view): New argument MONTH, pass it on to
1850         `org-agenda-change-time-span'.
1851         (org-agenda-year-view): New argument YEAR, pass it on to
1852         `org-agenda-change-time-span'.
1853         (org-agenda-change-time-span): New optional argument N, pass it on
1854         to `org-agenda-compute-time-span'.
1855         (org-agenda-compute-time-span): New argument N, interpret it by
1856         changing the starting day.
1857         (org-small-year-to-year): New function.
1858         (org-scheduled-past-days): Respect `org-scheduled-past-days'.
1859         (org-auto-repeat-maybe): Make sure that repeating dates are pushed
1860         into the future, and that the shift is at least one interval, never 0.
1861         (org-update-checkbox-count): Fix bug with checkbox counting.
1862         (org-add-note): New command.
1863         (org-add-log-setup): Rename from `org-add-log-maybe'.
1864         (org-log-note-headings): New entry for plain notes (i.e. notes not
1865         related to state changes or clocking).
1866         (org-get-org-file): Check for availability of `remember-data-file'.
1867         (org-cached-entry-get): Allow a regexp value for
1868         `org-use-property-inheritance'.
1869         (org-use-property-inheritance): Allow regexp value.  Fix bug in
1870         customization type.
1871         (org-use-tag-inheritance): Allow a list and a regexp value for
1872         this variable.
1873         (org-scan-tags, org-get-tags-at): Implement selective tag inheritance.
1874         (org-entry-get): Respect value `selective' for the INHERIT argument.
1875         (org-tag-inherit-p, org-property-inherit-p): New functions.
1876         (org-agenda-format-date-aligned): Allow 10 characters for
1877         weekday, to acomodate German locale.
1878         (org-add-archive-files): New function.
1879         (org-agenda-files): New argument `ext', to get archive files as well.
1880         (org-tbl-menu): Protect the use of variables that
1881         are only available when org-table.el gets loaded.
1882         (org-read-agenda-file-list): Error if `org-agenda-files' is a
1883         single directory.
1884         (org-open-file): Allow a batch process to trigger
1885         waiting after executing a system command.
1886         (org-store-link): Link to headline when there is not
1887         target and no region in an org-mode buffer when creating a link.
1888         (org-link-types-re): New variable.
1889         (org-make-link-regexps): Compute `org-link-types-re'.
1890         (org-make-link-description-function): New option.
1891         (org-agenda-date, org-agenda-date-weekend): New faces.
1892         (org-archive-sibling-heading): New option.
1893         (org-archive-to-archive-sibling): New function.
1894         (org-iswitchb): New command.
1895         (org-buffer-list): New function.
1896         (org-agenda-columns): Also try the #+COLUMNS line in
1897         the buffer associated with the entry at point (or with the first
1898         entry in the agenda view).
1899         (org-modules): Add entry for org-bibtex.el.
1900         (org-completion-fallback-command): Move into `org-completion' group.
1901         (org-clock-heading-function): Move to `org-progress' group.
1902         (org-auto-repeat-maybe): Make sure that a note can
1903         be enforces if `org-log-repeat' is `note'.
1904         (org-modules): Allow additional symbols for external packages.
1905         (org-ctrl-c-ctrl-c): Allow for `org-clock-overlays' to be undefined.
1906         (org-clock-goto): Hide drawers after showing an
1907         entry with `org-clock-goto.'
1908         (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft):
1909         Try also a clocktable block shift.
1910         (org-clocktable-try-shift): New function.
1911         (org-columns-hscoll-title): New function.
1912         (org-columns-previous-hscroll): New variable.
1913         (org-columns-full-header-line-format): New variable.
1914         (org-columns-display-here-title, org-columns-remove-overlays):
1915         Install `org-columns-hscoll-title' in post-command-hook.
1917         * org/org.el: Split into many small files.
1919         * org/org-agenda.el: New file, split off from org.el.
1921         * org/org-archive.el: New file, split off from org.el.
1923         * org/org-bbdb.el: New file.
1925         * org/org-bibtex.el: New file, split off from org.el.
1927         * org/org-clock.el: New file, split off from org.el.
1929         * org/org-colview.el: New file, split off from org.el.
1931         * org/org-compat.el: New file, split off from org.el.
1933         * org/org-exp.el: New file, split off from org.el.
1935         * org/org-faces.el: New file, split off from org.el.
1937         * org/org-gnus.el: New file, split off from org.el.
1939         * org/org-info.el: New file, split off from org.el.
1941         * org/org-infojs.el: New file.
1943         * org/org-irc.el: New file.
1945         * org/org-macs.el: New file, split off from org.el.
1947         * org/org-mew.el: New file.
1949         * org/org-mhe.el: New file, split off from org.el.
1951         * org/org-publish.el: New file, split off from org.el.
1953         * org/org-remember.el: New file, split off from org.el.
1955         * org/org-rmail.el: New file, split off from org.el.
1957         * org/org-table.el: New file, split off from org.el.
1959         * org/org-vm.el: New file, split off from org.el.
1961         * org/org-wl.el: New file, split off from org.el.
1963 2008-04-27  Jason Riedy  <jason@acm.org>
1965         * lisp/org-table.el (orgtbl-to-generic): Add a :remove-nil-lines
1966         parameter that supresses lines that evaluate to NIL.
1967         (orgtbl-get-fmt): New inline function for
1968         picking apart formats that may be lists.
1969         (orgtbl-apply-fmt): New inline function for applying formats that
1970         may be functions.
1971         (orgtbl-eval-str): New inline function for strings that may be
1972         functions.
1973         (orgtbl-format-line, orgtbl-to-generic): Use and document.
1974         (orgtbl-to-latex, orgtbl-to-texinfo): Document.
1975         (*orgtbl-llfmt*, *orgtbl-llstart*)
1976         (*orgtbl-llend*): Dynamic variables for last-line formatting.
1977         (orgtbl-format-section): Shift formatting to support detecting the
1978         last line and formatting it specially.
1979         (orgtbl-to-generic): Document :ll* formats.  Set to the non-ll
1980         formats unless overridden.
1981         (orgtbl-to-latex): Suggest using :llend to suppress the final \\.
1982         (*orgtbl-table*, *orgtbl-rtn*): Dynamically
1983         bound variables to hold the input collection of lines and output
1984         formatted text.
1985         (*orgtbl-hline*, *orgtbl-sep*, *orgtbl-fmt*, *orgtbl-efmt*)
1986         (*orgtbl-lfmt*, *orgtbl-lstart*, *orgtbl-lend*): Dynamically bound
1987         format parameters.
1988         (orgtbl-format-line): New function encapsulating formatting for a
1989         single line.
1990         (orgtbl-format-section): Similar for each section.  Rebinding the
1991         dynamic vars customizes the formatting for each section.
1992         (orgtbl-to-generic): Use orgtbl-format-line and
1993         orgtbl-format-section.
1994         (org-get-param): Now unused, so delete.
1995         (orgtbl-gather-send-defs): New function to
1996         gather all the SEND definitions before a table.
1997         (orgtbl-send-replace-tbl): New function to find the RECEIVE
1998         corresponding to the current name.
1999         (orgtbl-send-table): Use the previous two functions and implement
2000         multiple destinations for each table.
2002         * doc/org.texi (A LaTeX example): Note that fmt may be a
2003         one-argument function, and efmt may be a two-argument function.
2004         (Radio tables): Document multiple destinations.
2006 2008-04-27  Carsten Dominik  <dominik@science.uva.nl>
2008         * org/org-agenda.el (org-add-to-diary-list): New function.
2009         (org-prefix-has-effort): New variable.
2010         (org-sort-agenda-noeffort-is-high): New option.
2011         (org-agenda-columns-show-summaries)
2012         (org-agenda-columns-compute-summary-properties): New options.
2013         (org-format-agenda-item): Compute the duration of the item.
2014         (org-agenda-weekend-days): New variable.
2015         (org-agenda-list, org-timeline): Use the proper faces for dates in
2016         the agenda and timeline buffers.
2017         (org-agenda-archive-to-archive-sibling): New command.
2018         (org-agenda-start-with-clockreport-mode): New option.
2019         (org-agenda-clockreport-parameter-plist): New option.
2020         (org-agenda-clocktable-mode): New variable.
2021         (org-agenda-deadline-leaders): Allow a function value for the
2022         deadline leader.
2023         (org-agenda-get-deadlines): Deal with new function value.
2025         * lisp/org-clock.el (org-clock): New customization group.
2026         (org-clock-into-drawer, org-clock-out-when-done)
2027         (org-clock-in-switch-to-state, org-clock-heading-function):
2028         Move into the new group.
2029         (org-clock-out-remove-zero-time-clocks): New option.
2030         (org-clock-out): Use `org-clock-out-remove-zero-time-clocks'.
2031         (org-dblock-write:clocktable): Allow a Lisp form for the scope
2032         parameter.
2033         (org-dblock-write:clocktable): Fix bug with total time calculation.
2034         (org-dblock-write:clocktable): Request the unrestricted list of files.
2035         (org-get-clocktable): New function.
2036         (org-dblock-write:clocktable): Make sure :tstart and :tend can not only
2037         be strings but also integers (an absolute day number) and lists (m d y).
2039         * org/org-colview.el (org-columns-next-allowed-value)
2040         (org-columns-edit-value): Limit the effort for updating in the
2041         agenda to recomputing a single file.
2042         (org-columns-compute): Only write property value if it has changed.
2043         This avoids raising the buffer-change-flag unnecessarily.
2044         (org-agenda-colview-summarize)
2045         (org-agenda-colview-compute): New functions.
2046         (org-agenda-columns): Call `org-agenda-colview-summarize'.
2048         * org/org-exp.el (org-export-run-in-background): New option.
2049         (org-export-icalendar): Allow a batch process to trigger waiting
2050         after executing a system command.
2051         (org-export-preprocess-string): Rename from
2052         `org-cleaned-string-for-export'.
2053         (org-export-html-style): Made target class look like normal text.
2054         (org-export-as-html): Make use of the better proprocessing in
2055         `org-cleaned-string-for-export'.
2056         (org-cleaned-string-for-export): Better treatment of heuristic
2057         targets, many more internal links will now work in HTML export.
2058         (org-get-current-options): Incorporate LINK_UP, LINK_HOME, and INFOJS.
2059         (org-export-inbuffer-options-extra): New variable.
2060         (org-export-options-filters): New hook.
2061         (org-infile-export-plist): Find also the settings keywords in
2062         `org-export-inbuffer-options-extra'.
2063         (org-infile-export-plist): Allow multiple #+OPTIONS lines and
2064         multiple #+INFOJS_OPT lines.
2065         (org-export-html-handle-js-options): New function.
2066         (org-export-html-infojs-setup): New option.
2067         (org-export-as-html): Call `org-export-html-handle-js-options'.
2068         Add autoload to all entry points.
2069         (org-skip-comments): Function removed.
2071         * org/org-table.el (org-table-make-reference): Extra parenthesis
2072         around single fields, to make sure that algebraic formulas get
2073         correctly interpreted by calc.
2074         (org-table-current-column): No longer interactive.
2076         * org/org-export-latex.el (org-export-latex-preprocess):
2077         Rename from `org-export-latex-cleaned-string'.
2079 2008-04-27  Bastien Guerry  <bzg@altern.org>
2081         * org/org-publish.el (org-publish-get-base-files-1): New function.
2082         (org-publish-get-base-files): Use it.
2083         (org-publish-temp-files): New variable.
2084         Don't require 'dired-aux anymore.
2085         (org-publish-initial-buffer): New variable.
2086         (org-publish-org-to, org-publish): Use it.
2087         (org-publish-get-base-files-1): Bug fix: get
2088         the proper list of files when recursing thru a directory.
2089         (org-publish-get-base-files): Use the :exclude property to skip
2090         both files and directories.
2092 2008-04-27  Michael Albinus  <michael.albinus@gmx.de>
2094         * net/tramp.el (tramp-handle-make-symbolic-link)
2095         (tramp-handle-file-name-directory)
2096         (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
2097         (tramp-do-copy-or-rename-file-directly)
2098         (tramp-handle-insert-directory, tramp-handle-expand-file-name)
2099         (tramp-handle-substitute-in-file-name)
2100         (tramp-handle-insert-file-contents, tramp-handle-write-region)
2101         * net/tramp-cache.el (tramp-get-file-property)
2102         (tramp-set-file-property, tramp-flush-file-property)
2103         (tramp-flush-directory-property)
2104         * net/tramp-compat.el (tramp-compat-make-temp-file)
2105         * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
2106         Disable `file-name-handler-alist' when handling localname.
2107         It could have a remote file syntax, like a VMS file name.
2109 2008-04-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2111         * whitespace.el: New version 11.1.
2112         (whitespace-trailing-regexp): Option fix, now trailing regexp must be
2113         enclosed by \\( and \\)$.  Docstring fix.
2114         (whitespace-trailing-regexp): Fun removed.
2115         (whitespace-report-list): Const initialization fix.
2116         (whitespace-color-on): Code fix.
2118 2008-04-27  Andreas Schwab  <schwab@suse.de>
2120         * Makefile.el: Unbreak bootstrap.
2122 2008-04-27  Michael Albinus  <michael.albinus@gmx.de>
2124         * net/tramp.el (tramp-replace-environment-variables): New defun.
2125         (tramp-handle-substitute-in-file-name, tramp-file-name-handler):
2126         Use it.
2128 2008-04-27  Glenn Morris  <rgm@gnu.org>
2130         * emacs-lisp/bytecomp.el (byte-compile-file): Doc fix.
2132         * calculator.el (calculator-expt): Replace cl function `oddp'.
2134 2008-04-27  Johan BockgÃ¥rd  <bojohan@gnu.org>
2136         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
2137         Simplify.  Collect `defun' and `autoload' entries.
2138         Avoid modifying load-history.
2140 2008-04-26  Glenn Morris  <rgm@gnu.org>
2142         * textmodes/ispell.el (ispell-insert-word): Revert previous change.
2144         * simple.el (quoted-insert, zap-to-char): Revert previous change.
2146 2008-04-26  John Paul Wallington  <jpw@pobox.com>
2148         * hexl.el (hexl-mode): Stash `eldoc-documentation-function' in
2149         `hexl-mode-old-eldoc-documentation-function'.
2150         (hexl-mode-exit): Restore it.
2151         (hexl-mode-old-eldoc-documentation-function): Declare for compiler.
2153         * w32-fns.el (top-level): Don't set `completion-ignore-case' to t.
2155 2008-04-26  Juanma Barranquero  <lekktu@gmail.com>
2157         * minibuffer.el (completion-pcm-word-delimiters): Add :group.
2158         (completion-pcm--all-completions): Doc fix.
2159         (completion-styles-alist, completion-all-completions):
2160         Fix typos in docstrings.
2162 2008-04-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2164         * whitespace.el: There is now only one variable (whitespace-style) to
2165         specify which kind of blank is visualized.  Doc and docstring fix.
2166         New version 11.0.
2167         (whitespace-style): New option, replace whitespace-style-mark and
2168         whitespace-style-color.
2169         (whitespace-style-mark, whitespace-style-color): Options removed.
2170         (whitespace-hspace, whitespace-tab, whitespace-newline)
2171         (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
2172         (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
2173         (whitespace-hspace-regexp, whitespace-space-regexp)
2174         (whitespace-tab-regexp, whitespace-trailing-regexp)
2175         (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
2176         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
2177         (whitespace-space-after-tab-regexp, whitespace-line-column)
2178         (whitespace-display-mappings, whitespace-report): Docstring fix.
2179         (whitespace-color-value-list, whitespace-mark-value-list)
2180         (whitespace-active-color, whitespace-active-mark)
2181         (whitespace-toggle-color, whitespace-toggle-mark): Vars removed.
2182         (whitespace-style-value-list, whitespace-active-style)
2183         (whitespace-toggle-style): New vars.
2184         (whitespace-toggle-option-alist, whitespace-help-text):
2185         Var initialization and docstring fix.
2186         (whitespace-toggle-options, global-whitespace-toggle-options)
2187         (whitespace-cleanup, whitespace-cleanup-region)
2188         (whitespace-report-region, whitespace-interactive-char)
2189         (whitespace-toggle-list): Docstring and code fix.
2190         (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
2191         (whitespace-turn-off, whitespace-color-on, whitespace-color-off)
2192         (whitespace-display-char-on, whitespace-display-char-off): Code fix.
2193         (whitespace-style-face-p, whitespace-style-mark-p): New fun.
2195 2008-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2197         * diff-mode.el (diff-hunk-header-re-unified): Allow elided line counts.
2198         (diff-end-of-hunk, diff-unified->context, diff-fixup-modifs)
2199         (diff-sanity-check-hunk): Adjust code accordingly.
2201 2008-04-26  Glenn Morris  <rgm@gnu.org>
2203         * abbrev.el (define-abbrev): Don't use `iff' in doc-strings.
2205         * forms-d2.dat: Move to ../etc.
2206         * forms-d2.el (forms-file): Adapt for above change.
2208         * simple.el (quoted-insert, zap-to-char): Remove uses of obsolete
2209         `translation-table-for-input'.
2211         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): New function.
2212         (byte-compile-obsolete, byte-compile-variable-ref): Use it.
2214         * progmodes/fortran.el (fortran-mode-syntax-table): Change `;'
2215         to punctuation now it's not needed for abbrevs.
2216         (fortran-mode-abbrev-table): Remove defvar, make use of new
2217         define-abbrev-table :regexp feature.
2219         * textmodes/ispell.el (ispell-insert-word): Remove, and replace with
2220         insert, now that translation-table-for-input is not needed.
2222 2008-04-26  Johannes Weiner  <hannes@saeurebad.de>
2224         * emacs-lisp/pp.el (pp-display-expression): New function,
2225         extracted from pp-eval-expression.
2226         (pp-eval-expression): Use pp-display-expression.
2227         (pp-macroexpand-expression, pp-macroexpand-last-sexp): New functions.
2228         (pp-last-sexp): New function, extracted from pp-eval-last-sexp.
2229         (pp-eval-last-sexp): Use pp-last-sexp.
2231 2008-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2233         * abbrev.el (define-abbrev-table): Apply props even if the table
2234         exists already.
2236         * minibuffer.el (completion-table-with-context): Fix `pred' for the
2237         various kinds of completion tables.
2238         (completion-emacs22-try-completion): Place cursor after the /, as was
2239         done in Emacs-22's minibuffer-complete-word.
2240         Fix bug reported by David Hansen <david.hansen@gmx.net>.
2241         (completion-emacs22-try-completion): Merge all mergable text rather
2242         than just /.
2243         (completion-pcm--delim-wild-regex): New var.
2244         (completion-pcm-word-delimiters): New custom.
2245         (completion-pcm--prepare-delim-re, completion-pcm--pattern-trivial-p)
2246         (completion-pcm--string->pattern, completion-pcm--pattern->regex)
2247         (completion-pcm--all-completions, completion-pcm-all-completions)
2248         (completion-pcm--merge-completions, completion-pcm--pattern->string)
2249         (completion-pcm-try-completion): New functions.
2250         (completion-styles-alist): Add them.
2251         (completion-styles): Add it to the default.
2253 2008-04-25  Nick Roberts  <nickrob@snap.net.nz>
2255         * progmodes/gdb-ui.el (gud-watch): Don't create speedbar...
2256         (gdb-var-create-handler): ...until here when there are values.
2257         (gdb-post-prompt): Don't do -var-update with no watch expressions.
2258         (gdb-info-locals-handler): Don't match "struct {...}" as an array.
2260 2008-04-25  Eli Zaretskii  <eliz@gnu.org>
2262         * ls-lisp.el (ls-lisp-format): Fix last change.
2263         (ls-lisp-uid-d-fmt, ls-lisp-uid-s-fmt, ls-lisp-gid-d-fmt)
2264         (ls-lisp-gid-s-fmt, ls-lisp-filesize-d-fmt)
2265         (ls-lisp-filesize-f-fmt): New defvars.
2266         (ls-lisp-insert-directory): Dynamically compute format specifiers
2267         for displaying UID, GID, and file size, and store them in the
2268         above variables.
2269         (ls-lisp-format): Use ls-lisp-filesize-f-fmt, ls-lisp-uid-s-fmt,
2270         ls-lisp-uid-d-fmt, ls-lisp-gid-s-fmt, and ls-lisp-gid-d-fmt
2271         instead of constant format strings.
2272         (ls-lisp-format-file-size): Use ls-lisp-filesize-f-fmt and
2273         ls-lisp-filesize-d-fmt instead of constant format strings.
2275 2008-04-24  Nick Roberts  <nickrob@snap.net.nz>
2277         * progmodes/gdb-ui.el (gdb-invalidate-assembler): Compare numeric
2278         value of addresses rather than (partial) string value.
2279         (gdb-frame-handler): Change regexp according to above change.
2280         (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
2281         (gdb-registers-mode, gdb-memory-mode, gdb-locals-mode)
2282         (gdb-assembler-mode): Disable undo in these buffers.
2284 2008-04-24  Michael Albinus  <michael.albinus@gmx.de>
2286         * net/tramp.el (tramp-get-remote-stat): Test whether stat supports %s.
2287         Reported by Loris Bennett <loris.bennett@fu-berlin.de>.
2289 2008-04-24  Sam Steingold  <sds@gnu.org>
2291         * textmodes/remember.el (remember-diary-extract-entries): Use
2292         diary-make-entry instead of the obsolete make-diary-entry.
2294 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2296         * subr.el (translation-table-for-input): Mark as obsolete.
2298         * isearch.el (isearch-search-string): Avoid string-bytes and aset.
2300         * international/quail.el (quail-build-decode-map): Avoid string-bytes.
2302         * textmodes/ispell.el (ispell-dictionary-alist-1)
2303         (ispell-dictionary-alist-2, ispell-dictionary-alist-3)
2304         (ispell-dictionary-alist-4, ispell-dictionary-alist-5)
2305         (ispell-dictionary-alist-6): Remove.
2306         (ispell-dictionary-base-alist): New var, merges the above.
2307         (ispell-find-aspell-dictionaries, ispell-set-spellchecker-params):
2308         Use it.
2309         (ispell-dictionary-alist): Default to nil.  Remove autoload.
2310         (ispell-local-dictionary-alist): Remove autoload.
2312         * progmodes/f90.el (f90-mode-syntax-table): Don't set ` as word syntax.
2313         (f90-mode-abbrev-table): Use the new :regexp feature.
2314         Merge defvar and mapc into define-abbrev-table.
2315         (f90-imenu-type-matcher): Remove unused `l'.
2316         (f90-imenu-generic-expression): Remove unused `not-ib'.
2317         (f90-prepare-abbrev-list-buffer): Use with-current-buffer.
2318         (f90-change-keywords): Use restore-buffer-modified-p.
2320 2008-04-24  Glenn Morris  <rgm@gnu.org>
2322         * net/goto-addr.el (goto-address-prog-mode):
2323         * progmodes/bug-reference.el (bug-reference-prog-mode):
2324         Define for compiler.
2326         * minibuffer.el (x-file-dialog): Declare as function.
2328         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file): Use
2329         dframe-update-speed rather than obsolete alias speedbar-update-speed.
2331         * calendar/cal-menu.el (cal-menu-diary-menu): Fix typo.
2332         (cal-menu-scroll-menu): Use commands rather than key macros, which don't
2333         work with easymenu.  Add :keys where needed.
2335         * calendar/cal-move.el (calendar-scroll-left): Handle case when
2336         event-start is nil.
2338         * calendar/calendar.el (calendar-mode-map): Fix typo.
2340 2008-04-24  Tom Tromey  <tromey@redhat.com>
2342         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
2343         Document keywords.  Add :suppress.
2344         * pcvs-defs.el (cvs-mode-map): Use :suppress.
2346         * net/goto-addr.el (goto-address-unfontify): New function.
2347         (goto-address-fontify): Use it.  Respect goto-address-prog-mode.
2348         (goto-address-fontify-region, goto-address-mode)
2349         (goto-address-prog-mode): New functions.
2351         * progmodes/bug-reference.el: New file.
2353 2008-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2355         * term/mac-win.el (mac-ts-active-input-buf): Move defvar to macterm.c.
2357 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2359         * emacs-lisp/easymenu.el (easy-menu-make-symbol): Don't wrap keyboard
2360         macros within lambdas.
2362 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2364         * minibuffer.el (completion-try-completion): Add `point' argument.
2365         Change return value.
2366         (completion-all-completions): Add `point' argument.
2367         (minibuffer-completion-help): Pass the new `point' argument.
2368         (completion--do-completion): Pass the whole field to try-completion.
2369         (completion--try-word-completion): Rewrite, making fewer assumptions.
2370         (completion-emacs21-try-completion, completion-emacs21-all-completions)
2371         (completion-emacs22-try-completion, completion-emacs22-all-completions)
2372         (completion-basic-try-completion, completion-basic-all-completions):
2373         New functions.
2374         (completion-styles-alist): Use them.
2376 2008-04-23  Agustin Martin  <agustin.martin@hispalinux.es>
2378         * ispell.el (ispell-set-spellchecker-params): New function to make sure
2379         right params and dictionary alists are used after spellchecker changes.
2380         (ispell-aspell-dictionary-alist, ispell-last-program-name)
2381         (ispell-initialize-spellchecker-hook): New variables and hook.
2382         (ispell-find-aspell-dictionaries): Use ispell-aspell-dictionary-alist.
2383         (ispell-maybe-find-aspell-dictionaries): Remove.
2384         Calls replaced by (ispell-set-spellchecker-params) calls.
2385         (ispell-have-aspell-dictionaries): Remove.
2386         * flyspell.el: Replace ispell-maybe-find-aspell-dictionaries by
2387         ispell-set-spellchecker-params.
2389 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2391         * complete.el (PC-do-completion): Be more robust in the presence of
2392         unexpected values in minibuffer-completion-predicate.
2394         * minibuffer.el (read-file-name): Don't let-bind default-directory.
2395         Only abbreviate default-filename if it's a file.
2397         * minibuffer.el (read-file-name-function, read-file-name-predicate)
2398         (read-file-name-completion-ignore-case, insert-default-directory):
2399         New vars, moved from fileio.c.
2400         (read-file-name): New fun, moved from fileio.c.
2401         * cus-start.el: Remove insert-default-directory and
2402         read-file-name-completion-ignore-case.
2404 2008-04-23  Magnus Henoch  <mange@freemail.hu>
2406         * tar-mode.el (tar-untar-buffer): If the entry has directory
2407         link type, extract it as a directory even if its file name doesn't
2408         end with a slash.  Fixes extraction of NetBSD tar archives.
2410 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2412         * server.el (server-start): Also don't get confused by CRs since we
2413         don't quote them.
2415 2008-04-23  Nick Roberts  <nickrob@snap.net.nz>
2417         * progmodes/gdb-ui.el (gdb-init-buffer): New function.
2418         (gdb-set-gud-minor-mode-existing-buffers)
2419         (gdb-info-breakpoints-custom, gdb-get-location)
2420         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
2421         Previously gdb-create-define-alist wasn't always run and added to
2422         after-save-hook.
2424         * progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer.
2426 2008-04-23  Kevin Ryde  <user42@zip.com.au>
2428         * progmodes/make-mode.el (makefile-fill-paragraph): Treat indented
2429         comments like unindented ones.
2431 2008-04-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2433         * term/mac-win.el (mac-ae-open-documents): Adjust selection range
2434         parameter origins.
2436 2008-04-23  Kevin Ryde  <user42@zip.com.au>
2438         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2439         Bind print-level to ensure output forms aren't truncated if
2440         print-level is set to eval-expression-print-level when going via
2441         eval-defun and friends, or has been otherwise fiddled with.
2443 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2445         * progmodes/cc-mode.el (c-basic-common-init): Don't set
2446         font-lock-extend-after-change-region-function globally.
2448 2008-04-23  Juanma Barranquero  <lekktu@gmail.com>
2450         * speedbar.el (speedbar-use-tool-tips-flag)
2451         (speedbar-ignored-directory-regexp, speedbar-file-unshown-regexp)
2452         (speedbar-file-regexp, speedbar-message, speedbar-item-info)
2453         (speedbar-files-item-info, speedbar-maybe-add-localized-support)
2454         (speedbar-insert-files-at-point, speedbar-dynamic-tags-function-list)
2455         (speedbar-generic-list-positioned-group-p, speedbar-insert-generic-list)
2456         (speedbar-fetch-replacement-function, speedbar-extract-one-symbol)
2457         (speedbar-separator-face): Fix typos in docstrings.
2458         (speedbar-stealthy-function-list, speedbar-verbosity-level)
2459         (speedbar-supported-extension-expressions, speedbar-update-current-file)
2460         (speedbar-add-indicator, speedbar-tag-expand): Reflow docstring.
2461         (speedbar-use-imenu-flag, speedbar-ignored-directory-expressions)
2462         (speedbar-directory-unshown-regexp, speedbar-handle-delete-frame)
2463         (speedbar-show-info-under-mouse, speedbar-directory-buttons)
2464         (speedbar-check-vc-this-line, speedbar-files-line-directory)
2465         (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
2466         (speedbar-buffers-line-directory, speedbar-recenter-to-top)
2467         (speedbar-recenter): Doc fixes.
2468         (speedbar-update-speed, speedbar-navigating-speed): Add obsolescence
2469         declaration and remove redundant info in docstring.
2471 2008-04-23  Dan Nicolaescu  <dann@ics.uci.edu>
2473         * vc-git.el (vc-git-status-printer): Deal with directories.
2475         * vc.el (vc-next-action): Look at more than the first file to
2476         determine the state.
2478 2008-04-23  Glenn Morris  <rgm@gnu.org>
2480         * dframe.el (dframe-have-timer-flag): Drop support for Emacs without
2481         timers.  Doc fix.
2482         (dframe-update-speed): Drop support for XEmacs < 20.
2483         (dframe-frame-mode): Drop support for Emacs < 20.
2484         (dframe-set-timer-internal): Drop support for Emacs without timers.
2485         (dframe-popup-kludge): Use mouse-menu-major-mode-map if defined.
2487         * ediff-init.el (ediff-check-version): Drop support for very old Emacs
2488         versions.  Add doc-string.  Mark as obsolete.
2490         * ps-def.el (ps-color-device): Drop support for XEmacs < 19.12.
2492         * speedbar.el (speedbar-use-tool-tips-flag): Check for tooltip-mode,
2493         rather than using an Emacs version test.
2495         * tree-widget.el (tree-widget-image-enable): Use display-images-p
2496         rather than an Emacs version test.
2498         * calendar/cal-china.el (holiday-chinese-qingming)
2499         (holiday-chinese-winter-solstice, holiday-chinese): New functions.
2500         * calendar/calendar.el (calendar-chinese-all-holidays-flag): New.
2501         * calendar/holidays.el (holiday-oriental-holidays): Add more holidays.
2503         * calendar/cal-islam.el (holiday-islamic): Doc fix.
2505         * calendar/diary-lib.el (diary-list-sexp-entries): Doc fix.
2506         (diary-remind): Allow negative DAYS to represent a range 1:DAYS.
2507         Suggested by Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
2509 2008-04-23  Nick Roberts  <nickrob@snap.net.nz>
2511         * progmodes/gdb-ui.el (gdb-previous-frame-address): Rename...
2512         (gdb-previous-frame-pc-address): ...to this.
2513         (gdb-get-selected-frame): Use MI command -stack-info-frame instead
2514         of "info frame" with Gdb 6.4+.
2515         (gdb-stack-list-frames-regexp): New regexp.
2516         (gdb-frame-handler-1): Parse output of -stack-info-frame.
2518 2008-04-22  David Glasser  <glasser@davidglasser.net>  (tiny change)
2520         * tar-mode.el (tar-prefix-offset): New constant.
2521         (tar-header-block-tokenize): Support paths with long names
2522         which use the "ustar" standard.
2524 2008-04-22  Mathias Dahl  <mathias.dahl@gmail.com>
2526         * image-dired.el (image-dired-track-original-file)
2527         (image-dired-modify-mark-on-thumb-original-file):
2528         Use `dired-goto-file' instead of `search-forward'.  This solves
2529         a bug with finding files where the file name is a subset of other
2530         file names.  Doc fix.
2532 2008-04-22  Juri Linkov  <juri@jurta.org>
2534         * menu-bar.el (buffers-menu-max-size): Move its definition down to
2535         the "Buffers Menu" section.  Change group name `mouse' to `menu'.
2536         (yank-menu-length): Change group name `mouse' to `menu'.
2537         (buffers-menu-buffer-name-length): New user option.
2538         (menu-bar-update-buffers): Use buffers-menu-buffer-name-length
2539         instead of the hard-coded number 27.
2541 2008-04-22  Juri Linkov  <juri@jurta.org>
2543         * isearch.el (eval-when-compile): Require `help-macro'.
2544         (isearch-help-for-help-internal): Isearch specific Help screen
2545         created by `make-help-screen'.
2546         (isearch-help-map): New variable that binds "b", "k", "m" to
2547         isearch-specific commands, and binds other keys to
2548         isearch-other-control-char, thus allowing other Help keys to
2549         exit isearch mode and execute their global definitions.
2550         (isearch-help-for-help, isearch-describe-bindings)
2551         (isearch-describe-key, isearch-describe-mode): New commands.
2552         (isearch-mode-help): Define alias to isearch-describe-mode
2553         and remove its old function definition.
2554         (isearch-mode-map): Bind "\C-h" to isearch-help-map.
2555         Remove old comments because this issue is settled now.
2556         (isearch-forward): Describe three new Help commands in the docstring.
2557         (isearch-mode): Remove \\{isearch-mode-map} from the docstring,
2558         leave the single sentence at the first line of the docstring,
2559         and prepend the word "function" before `isearch-forward'
2560         to make the Help link to the function instead of variable.
2562 2008-04-22  Juri Linkov  <juri@jurta.org>
2564         * isearch.el (isearch-success-function): New variable with default
2565         to `isearch-success-function-default'.
2566         (isearch-search): Call a function from `isearch-success-function'
2567         instead of calling the hard-coded `isearch-range-invisible'.
2568         (isearch-success-function-default): New function that calls
2569         `isearch-range-invisible' and inverts its return value.
2571         * info.el (Info-search): In two similar places that skip
2572         undesired search matches move code to Info-search-success-function,
2573         and call `isearch-success-function' instead.
2574         (Info-search-success-function): New function copied from code
2575         in Info-search.  Replace isearch-range-invisible with
2576         text-property-not-all that checks for 'invisible and 'display
2577         properties to skip partially invisible matches (whose display
2578         properties were set by Info-fontify-node).
2579         (Info-mode): Set buffer-local isearch-success-function
2580         to Info-search-success-function.
2582 2008-04-22  Juri Linkov  <juri@jurta.org>
2584         * minibuffer.el (internal-complete-buffer-except): New function.
2586         * files.el (read-buffer-to-switch): New function.
2587         (switch-to-buffer-other-window, switch-to-buffer-other-frame):
2588         Change interactive spec to call read-buffer-to-switch instead of
2589         using the letter "B".
2591         * simple.el (minibuffer-default-add-shell-commands): New function.
2592         Use declare-function for mailcap-file-default-commands from "mailcap".
2593         (shell-command): Set local minibuffer-default-add-function to
2594         minibuffer-default-add-shell-commands in minibuffer-with-setup-hook
2595         before calling read-shell-command.  Set 4th arg default-value of
2596         read-shell-command to relative buffer-file-name in file buffers.
2598         * dired-aux.el (dired-read-shell-command-default): Move it to
2599         gnus/mailcap.el and change its name to more general name
2600         mailcap-file-default-commands.
2601         (minibuffer-default-add-dired-shell-commands): New function.
2602         Use declare-function for mailcap-file-default-commands from "mailcap".
2603         (dired-read-shell-command): Set local minibuffer-default-add-function
2604         to minibuffer-default-add-dired-shell-commands in minibuffer-with-setup-hook
2605         before calling read-shell-command.  Remove dired-read-shell-command-default
2606         from the default value arg because default values are not set in
2607         minibuffer-default-add-dired-shell-commands.  Doc fix.
2609         * dired-x.el (dired-smart-shell-command): Sync arguments and
2610         interactive spec with changes in `shell-command'.
2611         Use dired-get-filename to get the dired file name at point
2612         as the default value in dired mode.
2614 2008-04-22  Juanma Barranquero  <lekktu@gmail.com>
2616         * info.el (Info-complete-menu-item): Add missing parenthesis.
2618 2008-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2620         * info.el (Info-complete-menu-item): Save point.
2622 2008-04-22  Juanma Barranquero  <lekktu@gmail.com>
2624         * minibuffer.el (minibuffer-complete-and-exit): Fix last change.
2626 2008-04-22  Andreas Schwab  <schwab@suse.de>
2628         * Makefile.in (emacs-deps): Define.
2629         Use it instead of $(lisp)/subdirs.el.
2631 2008-04-22  Dan Nicolaescu  <dann@ics.uci.edu>
2633         * vc.el (vc-next-action): Do not consider directories when
2634         checking for state compatibility.
2635         (vc-transfer-file): Use when not if.
2636         (vc-dir-parent-marked-p, vc-dir-children-marked-p): New functions.
2637         (vc-dir-mark-file): Use them.
2638         (vc-deduce-fileset): Also return the backend.
2639         (vc-diff-internal): Take as argument the value returned by
2640         vc-deduce-fileset instead of just the fileset.
2641         (vc-next-action, vc-finish-logentry, vc-version-diff, vc-diff)
2642         (vc-dir-mark-file, vc-print-log, vc-revert, vc-rollback)
2643         (vc-update): Update the vc-deduce-fileset and vc-diff-internal calls.
2645 2008-04-22  Tassilo Horn  <tassilo@member.fsf.org>
2647         * doc-view.el (doc-view-scroll-up-or-next-page): Don't use
2648         set-window-vscroll but image-scroll-down.  Fixes a bug where a
2649         command following SPC scrolled up again.
2651 2008-04-22  Nick Roberts  <nickrob@snap.net.nz>
2653         * progmodes/gdb-ui.el (gdb-locals-header): New variable.
2654         (gdb-locals-mode, gdb-registers-mode): Use it for header line.
2655         (gud-watch): Add "$" prefix when in registers buffer.
2657 2008-04-22  Glenn Morris  <rgm@gnu.org>
2659         * progmodes/gdb-ui.el (gdbmi-invalidate-frames): Declare as function.
2661         * whitespace.el (whitespace-display-table)
2662         (whitespace-display-table-was-local): Move definitions before use.
2664         * emacs-lisp/copyright.el (copyright-at-end-flag): New option.
2665         (copyright-limit): Respect copyright-at-end-flag.
2666         (copyright-re-search, copyright-start-point)
2667         (copyright-offset-too-large-p): New functions.
2668         (copyright-update-year): Use copyright-re-search.
2669         (copyright-update, copyright-fix-years): Use copyright-start-point,
2670         and copyright-re-search.
2671         (copyright): Use copyright-offset-too-large-p.
2672         * add-log.el (change-log-mode): Set copyright-at-end-flag.
2674         * add-log.el (top-level): Require 'cl when compiling.
2676 2008-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2678         * complete.el (PC-complete-as-file-name, PC-read-file-name-internal):
2679         Treat minibuffer-completion-predicate as a predicate.
2681         * minibuffer.el (completion--file-name-table): Accept both the old
2682         `dir' arg or the new `pred' arg.
2684         * ffap.el (ffap-read-file-or-url): Do not abuse completing-read's
2685         `predicate' argument to pass non-predicate data.
2686         (ffap-read-url-internal, ffap-read-file-or-url-internal):
2687         Use second arg as proper predicate.
2689         * vc-bzr.el (vc-bzr-complete-with-prefix): Remove.
2690         (vc-bzr-revision-completion-table): Use completion-table-with-context
2691         instead.
2693         * simple.el (choose-completion-string): Use minibuffer-completion-table.
2695 2008-04-21  Chong Yidong  <cyd@stupidchicken.com>
2697         * term.el (term-emulate-terminal): Perform redisplay after the
2698         process filter has finished running.
2700 2008-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2702         * vc.el (vc-dir): Use pop-to-buffer, so it can be customized.
2704         * minibuffer.el (completion-try-completion): Change magic symbol
2705         property name.  Rename from minibuffer-try-completion.
2706         (completion-all-completions): Rename from minibuffer-all-completions.
2707         Remove hide-spaces argument.
2708         (completion--do-completion): Rename from minibuffer--do-completion.
2709         (minibuffer-complete-and-exit): Call just try-completion rather than
2710         completion-try-completion to fix up the case.
2711         (completion--try-word-completion): Try to add space or hyphen before
2712         making `string' a prefix of `completion'.
2713         (completion--insert-strings): Rename from minibuffer--insert-strings.
2715 2008-04-22  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
2717         * net/tls.el (tls-program): Add -ign_eof argument to call the
2718         openssl commands.
2719         (tls-checktrust): Ditto.
2721 2008-04-21  Dan Nicolaescu  <dann@ics.uci.edu>
2723         * vc-cvs.el (vc-cvs-status-extra-headers): New function.
2725         * vc-hooks.el (vc-insert-file, vc-state, vc-working-revision)
2726         (vc-check-master-templates, vc-file-not-found-hook)
2727         (vc-kill-buffer-hook):
2728         * vc.el (vc-process-sentinel, vc-exec-after, vc-do-command)
2729         (vc-find-position-by-context, vc-buffer-context)
2730         (vc-restore-buffer-context, vc-responsible-backend)
2731         (vc-expand-dirs, vc-ensure-vc-buffer, vc-buffer-sync)
2732         (vc-next-action, vc-register, vc-register-with, vc-steal-lock)
2733         (vc-finish-logentry, vc-coding-system-for-diff, vc-switches)
2734         (vc-version-diff, vc-diff, vc-insert-headers)
2735         (vc-dired-buffers-for-dir, vc-dired-resynch-file)
2736         (vc-snapshot-precondition, vc-create-snapshot, vc-print-log)
2737         (vc-revert, vc-rollback, vc-version-backup-file)
2738         (vc-rename-master, vc-delete-file, vc-rename-file)
2739         (vc-branch-part, vc-default-retrieve-snapshot)
2740         (vc-annotate-display-autoscale, vc-annotate-display-select)
2741         (vc-annotate, vc-annotate-warp-revision, vc-annotate-difference)
2742         (vc-annotate-lines, vc-file-tree-walk-internal): Use when instead of if.
2743         (vc-dir-update): Handle directories.
2744         (vc-default-status-printer): Simplify.
2746         * progmodes/asm-mode.el (asm-mode-map):
2747         * progmodes/hideif.el (hide-ifdef-mode-menu): Add :help.
2749         * progmodes/m4-mode.el (m4-mode-map): Add menu.
2751 2008-04-21  Kenichi Handa  <handa@m17n.org>
2753         * select.el (xselect-convert-to-string): Send a C_STRING only if
2754         the polymorphic target TEXT is requested.
2756 2008-04-21  Juanma Barranquero  <lekktu@gmail.com>
2758         * minibuffer.el (completion-setup-hook, display-completion-list)
2759         (completion--file-name-table): Fix typos in docstrings.
2760         (completion-table-dynamic): Fix typo, and reflow docstring.
2762 2008-04-20  Andreas Schwab  <schwab@suse.de>
2764         * server.el (server-switch-buffer): Also consider clients in the
2765         selected frame.
2767 2008-04-19  Nick Roberts  <nickrob@snap.net.nz>
2769         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
2770         Select window clicked on first.
2771         (gdb): Display thread number in mode-line.
2772         (gdb-make-header-line-mouse-map): Move to avoid byte compiler warnings.
2773         (gdb-breakpoints-header): New variable.
2774         (gdb-breakpoints-mode, gdb-threads-mode): Use it for header line.
2776 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2778         * vc-sccs.el (vc-sccs-do-command): New fun.  Use the "sccs" command.
2779         (vc-sccs-register, vc-sccs-checkin, vc-sccs-find-revision)
2780         (vc-sccs-checkout, vc-sccs-rollback, vc-sccs-revert)
2781         (vc-sccs-steal-lock, vc-sccs-modify-change-comment)
2782         (vc-sccs-print-log): Use it.
2784         * vc-hooks.el (vc-path): Remove SCCS-specific hack.
2786         * emacs-lisp/lisp-mode.el (lisp-mode-auto-fill): Make it an alias.
2787         * progmodes/scheme.el (scheme-mode-variables): Don't use it.
2789         * tooltip.el (tooltip-previous-message): New var.
2790         (tooltip-show-help-non-mode): Rewrite to better follow the behavior of
2791         the C code (avoid overwriting a minibuffer, restore previous echo
2792         message, ...).
2793         (tooltip-delay, tooltip-process-prompt-regexp, tooltip-strip-prompt):
2794         Simplify.
2796 2008-04-19  Nick Roberts  <nickrob@snap.net.nz>
2798         * progmodes/gdb-ui.el (gdb-thread-indicator): New variable.
2799         (gdb-init-1): Initialise it.
2800         (gdb-annotation-rules): New entry for "new-thread".
2801         (gdb-thread-identification): New function to customize
2802         mode-line-buffer-identification.
2803         (gdb-frames-mode, gdb-registers-mode, gdb-locals-mode)
2804         (gdb-assembler-mode): Use it.
2805         (gdb-threads-mode): Force "info threads" onto queue.
2807 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2809         * files.el (locate-file-completion-table): Rename from
2810         locate-file-completion and make it use `pred' in the normal way.
2811         (locate-file-completion): New compatibility wrapper.
2812         (load-library): Use locate-file-completion-table.
2813         * finder.el (finder-commentary):
2814         * subr.el (locate-library):
2815         * emacs-lisp/find-func.el (find-library): Likewise.
2816         * info.el: Use with-current-buffer and inhibit-read-only.
2817         (Info-read-node-name-2): Change to use `predicate' in the normal way.
2818         (Info-read-node-name-1): Adjust uses accordingly.
2820         * minibuffer.el (completion-table-with-context): Add support for `pred'.
2821         (completion-table-with-terminator): Don't use complete-with-action
2822         since we have to distinguish all three cases anyway.
2823         (completion-table-with-predicate): New function.
2824         (dynamic-completion-table): Add obsolete alias.
2826         * emacs-lisp/trace.el (trace-make-advice): Don't change selected-window.
2828 2008-04-18  Sam Steingold  <sds@gnu.org>
2830         * vc.el (vc-dir-menu-map, vc-dir-mode-map, vc-dir-tool-bar-map):
2831         Use quit-window instead of bury-buffer.
2833 2008-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2835         * minibuffer.el (completion-table-with-terminator): Fix last fix.
2837 2008-04-18  Andreas Schwab  <schwab@suse.de>
2839         * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
2840         ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
2841         Depend on $(lisp)/subdirs.el.
2843 2008-04-18  Juanma Barranquero  <lekktu@gmail.com>
2845         * descr-text.el (describe-char-after):
2846         Use `define-obsolete-function-alias'.
2848         * dired-x.el (dired-omit-files-p): Use `define-obsolete-variable-alias'.
2850         * facemenu.el (facemenu-unlisted-faces): Fix obsolescence description.
2852         * savehist.el (savehist-load): Add WHEN to obsolescence declaration.
2853         Remove redundant obsolescence info in docstring.
2855         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
2856         (vc-header-alist): Add WHEN to obsolescence declaration.
2857         (vc-state): Fix typo in docstring.
2859         * emacs-lisp/checkdoc.el (checkdoc-minor-keymap):
2860         Use `define-obsolete-variable-alias'.
2862         * emulation/tpu-edt.el (tpu-have-ispell):
2863         * international/codepage.el (codepage-setup):
2864         Fix typo in obsolescence declaration.
2866         * international/mule.el (char-coding-system-table):
2867         Remove redundant obsolescence info in docstring.
2868         (charset-list, generic-char-p, set-char-table-default):
2869         Fix typos in obsolescence decarations.
2871         * international/mule-diag.el (non-iso-charset-alist):
2872         Fix typo in obsolescence declaration.
2873         (decode-codepage-char): Remove redundant obsolescence info in docstring.
2875         * font-core.el (font-lock-defaults-alist):
2876         * font-lock.el (font-lock-reference-face):
2877         * frame.el (screen-height, screen-width, set-screen-width)
2878         (set-screen-height):
2879         * hilit-chg.el (highlight-changes-initial-state):
2880         * isearch.el (isearch-return-char):
2881         * log-edit.el (cvs-commit-buffer-require-final-newline)
2882         (cvs-changelog-full-paragraphs):
2883         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
2884         (mouse-popup-menubar-stuff):
2885         * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
2886         (mouse-wheel-click-button):
2887         * outline.el (outline-visible):
2888         * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name):
2889         * pcvs-info.el (cvs-display-full-path, cvs-fileinfo->full-path):
2890         * emacs-lisp/lisp-mode.el (lisp-comment-indent):
2891         * progmodes/compile.el (compile-internal):
2892         Add WHEN to obsolescence declarations.
2894 2008-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2896         * emacs-lisp/debug.el (debug): Revert to bury-buffer since quit-window
2897         is not better anyway.
2899 2008-04-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2901         * whitespace.el (whitespace-report-region): Handle whitespace-tab-width
2902         properly.
2904 2008-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2906         * progmodes/python.el (python-mode-map): Use abbrev-table-menu.
2907         (python-use-skeletons): Remove, unused.
2908         (python-skeletons): Remove.  Use the abbrev table instead.
2909         (python-mode-abbrev-table): Fix regexp;
2910         add enable-function and case-fixed.
2911         (def-python-skeleton): Simplify.
2912         (python-expand-template): Use the abbrev-table and abbrev-insert.
2913         (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
2914         Remove.
2915         (python-mode): Don't set pre-abbrev-expand-hook.
2917         * skeleton.el: Set coding-tag.
2919         * abbrev.el (abbrev-insert): New function extracted from expand-abbrev.
2920         (expand-abbrev): Use it.
2921         (abbrev-table-menu): New function.
2923         * abbrev.el (define-abbrev-table): Fontify dosctrings as such.
2925         * minibuffer.el (completion-table-with-terminator): Fix paren typo.
2927 2008-04-17  Sam Steingold  <sds@gnu.org>
2929         * pcvs-util.el (cvs-bury-buffer): Use quit-window instead of the
2930         idiosyncratic bury-buffer/delete-window logic.
2932 2008-04-17  Juanma Barranquero  <lekktu@gmail.com>
2934         * emacs-lisp/crm.el (crm-completion-help, crm-complete)
2935         (crm-complete-word, crm-complete-and-exit): Fix typo in previous change.
2937 2008-04-17  Kenichi Handa  <handa@m17n.org>
2939         * international/characters.el: Don't make the width of U+00AD to 0.
2941 2008-04-17  Nick Roberts  <nickrob@snap.net.nz>
2943         * progmodes/gdb-ui.el (gdb-stack-update): New variable.
2944         (gdb, gdb-starting, gdb-frames-mode): Use it.
2945         (gdb-invalidate-frames): Advise to call "info stack" only if
2946         execution has occurred.
2947         (gdb-info-breakpoints-custom): Only update overlay-arrow pointing to
2948         selected frame if no execution has occurred.
2949         (gdb-frames-force-update): New interactive function.
2950         (gdb-frames-mode-map): Bind it to "F".
2952 2008-04-17  Michael Olson  <mwolson@gnu.org>
2954         * textmodes/remember.el (remember-version): Release Remember 2.0.
2956 2008-04-16  Yoni Rabkin  <yoni@rabkins.net>
2958         * textmodes/artist.el:
2959         * progmodes/vhdl-mode.el:
2960         * progmodes/verilog-mode.el:
2961         * progmodes/vera-mode.el:
2962         * progmodes/simula.el:
2963         * progmodes/ps-mode.el:
2964         * progmodes/cmacexp.el:
2965         * obsolete/hilit19.el:
2966         * emulation/viper.el:
2967         * ediff.el: Cleanup the bug-report email addresses and make sure the
2968         maintainer is still willing to handle bug reports.
2970 2008-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
2972         * vc.el (vc-dir-kill-query): Fix thinko.
2974 2008-04-16  Glenn Morris  <rgm@gnu.org>
2976         * calendar/diary-lib.el (diary-remind): Don't clobber `date' passed
2977         by diary-sexp-entry.
2979 2008-04-16  Markus Triska  <markus.triska@gmx.at>
2981         * proced.el (proced-command-alist): Add support for darwin.
2983 2008-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2985         * proced.el (proced-mode): Redefine as just the major-mode.
2986         (proced): Separate it from proced-mode.
2988         * vc.el: Rename vc-status to vc-dir and the vc-status var to vc-ewoc.
2990 2008-04-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2992         * whitespace.el: Honor the `indent-tabs-mode' setting from user.
2993         Suggested by Stephen Deasey <sdeasey@gmail.com>.  Honor also the
2994         `tab-width' setting from user.  New version 10.0.  Doc and docstring
2995         fix.
2996         (whitespace-style, whitespace-chars): Remove options.
2997         (whitespace-style-mark): New option, replace whitespace-style deleted
2998         option.  Fix docstring.
2999         (whitespace-style-color): New option, replace whitespace-chars deleted
3000         option.  Fix docstring.
3001         (whitespace-space, whitespace-hspace, whitespace-tab)
3002         (whitespace-newline, whitespace-trailing, whitespace-line)
3003         (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
3004         (whitespace-space-after-tab, whitespace-hspace-regexp)
3005         (whitespace-space-regexp, whitespace-tab-regexp)
3006         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
3007         (whitespace-empty-at-eob-regexp, whitespace-line-column)
3008         (whitespace-toggle-option-alist): Fix docstring.
3009         (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
3010         (whitespace-space-after-tab-regexp, whitespace-display-mappings): Fix
3011         docstring and initialization.
3012         (global-whitespace-mode): Autoloaded global minor mode.
3013         (whitespace-chars-value-list, whitespace-style-value-list)
3014         (whitespace-active-chars, whitespace-active-style)
3015         (whitespace-toggle-chars, whitespace-toggle-style): Remove vars.
3016         (whitespace-color-value-list): New var, replace
3017         whitespace-chars-value-list removed var.
3018         (whitespace-mark-value-list): New var, replace
3019         whitespace-style-value-list removed var.
3020         (whitespace-active-color): New var, replace whitespace-active-chars
3021         removed var.
3022         (whitespace-active-mark): New var, replace whitespace-active-style
3023         removed var.
3024         (whitespace-toggle-color): New var, replace whitespace-toggle-chars
3025         removed var.
3026         (whitespace-toggle-mark): New var, replace whitespace-toggle-style
3027         removed var.
3028         (whitespace-toggle-option-alist, whitespace-report-list)
3029         (whitespace-report-text, whitespace-help-text): Fix initialization.
3030         (whitespace-indent-tabs-mode, whitespace-tab-width): New vars.
3031         (whitespace-toggle-options, global-whitespace-toggle-options)
3032         (whitespace-cleanup-region, whitespace-report-region)
3033         (whitespace-interactive-char): Fix docstring and code.
3034         (whitespace-cleanup, whitespace-report): Fix docstring.
3035         (whitespace-replace-spaces-by-tabs): Remove fun.
3036         (whitespace-replace-action): New fun, replace
3037         whitespace-replace-spaces-by-tabs removed fun.
3038         (whitespace-regexp, whitespace-indentation-regexp)
3039         (whitespace-space-after-tab-regexp, whitespace-insert-value)
3040         (whitespace-kill-buffer): New funs.
3041         (whitespace-insert-option-mark, whitespace-help-on)
3042         (whitespace-help-off, whitespace-turn-on, whitespace-turn-off)
3043         (whitespace-color-on, whitespace-color-off)
3044         (whitespace-display-char-on): Fix code.
3046 2008-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3048         * mouse-drag.el (mouse-throw-magnifier-with-scroll-bar)
3049         (mouse-throw-magnifier-with-mouse-movement): Remove.
3050         (mouse-throw-magnifier-base): New const.
3051         (mouse-drag-scroll-delta): New fun.
3052         (mouse-drag-throw): Use it.
3054 2008-04-15  Juanma Barranquero  <lekktu@gmail.com>
3056         * international/uni-bidi.el, international/uni-category.el:
3057         * international/uni-combining.el, international/uni-comment.el:
3058         * international/uni-decimal.el, international/uni-decomposition.el:
3059         * international/uni-digit.el, international/uni-lowercase.el:
3060         * international/uni-mirrored.el, international/uni-name.el:
3061         * international/uni-numeric.el, international/uni-old-name.el:
3062         * international/uni-titlecase.el, international/uni-uppercase.el:
3063         * international/charprop.el: Regenerate.
3065 2008-04-15  Dan Nicolaescu  <dann@ics.uci.edu>
3067         * vc.el (vc-status-fileinfo): Add new member directoryp.
3068         (vc-default-status-printer): Print directories.
3069         (vc-status-update): Sort files before subdirectories.
3071         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
3072         Add alternative implementation based on "cvs update".
3074 2008-04-15  Tassilo Horn  <tassilo@member.fsf.org>
3076         * doc-view.el: Changed requirements section to tell that only one
3077         of dvipdf or dvipdfm is needed.
3078         (doc-view-already-converted-p): Fix bug that forced reconversion
3079         if doc was already converted.
3081 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3083         * minibuffer.el (minibuffer-message):
3084         Make sure we can put-text-property.
3086         * emacs-lisp/crm.el: Complete rewrite.
3088         * tmm.el (tmm-completion-delete-prompt): Don't hardcode point-min==1.
3089         (tmm-add-prompt): Make sure completion-setup-hook is preserved even in
3090         case of an error in display-completion-list.
3092         * filecache.el (file-cache-completions-keymap): Move init from
3093         file-cache-completion-setup-function into declaration.
3094         (file-cache-minibuffer-complete): Simplify.
3095         (file-cache-completion-setup-function): Use standard-output,
3096         preserve current-buffer.
3098         * vc.el (vc-status-update): Fix typo.
3099         (vc-status-update): Set needs-update.
3100         (vc-status-refresh): Î·-reduce.
3102 2008-04-14  Tassilo Horn  <tassilo@member.fsf.org>
3104         * doc-view.el (doc-view-mode-map): Bind C-a to image-bol and C-e
3105         to image-eol.
3107 2008-04-14  Alexandre Julliard  <julliard@winehq.org>
3109         * vc.el (vc-status-update): Undo the previous revert.
3111 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3113         * minibuffer.el (completion-table-with-terminator): Those completions
3114         are never valid w.r.t test-completion.
3115         (completion--file-name-table):
3116         Check completion-all-completions-with-base-size.
3118 2008-04-14  Tassilo Horn  <tassilo@member.fsf.org>
3120         * doc-view.el (doc-view-dvipdf-program): New variable.
3121         (doc-view-dvipdfm-program): Mention doc-view-dvipdf-program.
3122         (doc-view-mode-p): Check for doc-view-dvipdf-program as
3123         alternative for doc-view-dvipdfm-program.
3124         (doc-view-dvi->pdf): Prefer dvipdf over dvipdfm.
3126         * doc-view.el (doc-view-start-process): Don't set
3127         default-directory to "~/" if the current value is valid.
3128         This broke PS files that run other files in the same directory.
3130 2008-04-14  Dan Nicolaescu  <dann@ics.uci.edu>
3132         * vc.el (vc-status-kill-query): New function.
3133         (vc-status-mode): Add it to kill-buffer-query-functions.
3134         (vc-status-show-fileentry): New function.
3135         (vc-status-menu-map): Bind it.  Bind vc-next-action.
3137 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3139         * minibuffer.el (minibuffer-message): Put cursor at the right place.
3141 2008-04-13  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3143         * proced.el (proced-send-signal): Fix error recognition.
3145 2008-04-13  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3147         * proced.el (proced-command-alist): Remove sort column.
3148         (proced-command, proced-procname-column):
3149         Use make-variable-buffer-local.
3150         (proced-signal-function): Rename from proced-kill-program.
3151         Allow for elisp symbols and string values representing system calls.
3152         (proced-marker-regexp, proced-success-message): New functions.
3153         (proced): Use defalias.  Add autoload cookie.
3154         (proced-unmark-backward, proced-toggle-marks)
3155         (proced-hide-processes): New commands.
3156         (proced-do-mark): Simplify code.
3157         (proced-insert-mark): Use optional arg BACKWARD instead of line number.
3158         (proced-update): Remove sorting.
3159         (proced-send-signal): Display number of processes to operate on.
3160         Allow for system calls or elisp functions to send signals.
3161         Check if signal was sent successfully.
3163 2008-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3165         * minibuffer.el (completion-all-completion-with-base-size): New var.
3166         (completion--some): New function.
3167         (completion-table-with-context, completion--file-name-table):
3168         Return the base-size if requested.
3169         (completion-table-in-turn): Generalize to multiple arguments.
3170         (complete-in-turn): Compatibility alias.
3171         (completion-styles-alist): New var.
3172         (completion-styles): New customization.
3173         (minibuffer-try-completion, minibuffer-all-completions):
3174         New functions.
3175         (minibuffer--do-completion, minibuffer-complete-and-exit)
3176         (minibuffer-try-word-completion): Use them.
3177         (display-completion-list, minibuffer-completion-help): Use them.
3178         Handle all-completions's new base-size info to set completion-base-size.
3179         * info.el (Info-read-node-name-1): Use completion-table-with-context,
3180         completion-table-with-terminator and complete-with-action.
3181         Remove the now obsolete completion-base-size-function property.
3182         * simple.el (completion-list-mode-map): Move init into declaration.
3183         (completion-list-mode): Use define-derived-mode.
3184         (completion-setup-function): Use any completion-base-size that may
3185         have been set before.  Remove handling of completion-base-size-function.
3186         * loadup.el: Move abbrev.el up earlier.
3188 2008-04-13  Alexandre Julliard  <julliard@winehq.org>
3190         * vc-git.el (vc-git-after-dir-status-stage)
3191         (vc-git-dir-status-goto-stage): New functions.
3192         (vc-git-after-dir-status-stage1)
3193         (vc-git-after-dir-status-stage1-empty-db)
3194         (vc-git-after-dir-status-stage2): Remove, functionality moved
3195         into the new generic stage functions.
3196         (vc-git-dir-status-files): New function.
3198         * vc.el (vc-status-update): Revert an incorrect rewrite.
3199         Add some comments.
3200         (vc-status-refresh-files): New function.
3201         (vc-status-refresh): Use `vc-status-refresh-files' to refresh the
3202         state of up-to-date files.
3203         (vc-default-dir-status-files): New function.
3205 2008-04-13  Juanma Barranquero  <lekktu@gmail.com>
3207         * minibuffer.el (completion--embedded-envvar-table)
3208         (read-file-name-internal): Fix typos in 2008-04-11 change.
3210         * faces.el (read-face-name): Use `completion-table-in-turn',
3211         not `complete-in-turn'.
3213 2008-04-13  Andreas Schwab  <schwab@suse.de>
3215         * progmodes/etags.el: Require 'cl when compiling.
3217 2008-04-12  Nick Roberts  <nickrob@snap.net.nz>
3219         * progmodes/gud.el (gud-menu-map): Expand tooltip.
3221         * progmodes/gdb-ui.el (gdb-find-source-frame): Improve doc string.
3222         (menu): Add/expand menu tooltips.
3224 2008-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
3226         * progmodes/sh-script.el (sh-show-indent): Fix typo.
3227         (sh-mode-map): Add a toggle for inserting braces and quotes in pairs.
3229         * vc-cvs.el (vc-cvs-registered): Allow removed files to be
3230         considered registered.
3232 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
3234         * emacs-lisp/copyright.el (copyright-update-directory): New command.
3236         * ediff-wind.el (ediff-split-window-function)
3237         (ediff-merge-split-window-function): Improve custom type.
3239 2008-04-12  Eli Zaretskii  <eliz@gnu.org>
3241         * loadup.el ("minibuffer"): Move after "faces".
3243 2008-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3245         * progmodes/hideif.el (hif-factor): Handle unary minus.
3247 2008-04-12  Glenn Morris  <rgm@gnu.org>
3249         * calendar/cal-china.el (chinese-calendar-time-zone):
3250         Mark obsolete name as risky too.
3252         * calendar/calendar.el (calendar-faces): New custom group.
3253         (calendar-today, diary, holiday): Doc fix.
3254         Move to calendar-faces group.
3255         * calendar/diary-lib.el (diary-face, diary-anniversary, diary-time)
3256         (diary-button): Doc fix.  Move to calendar-faces group.
3258         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
3259         * desktop.el, files.el, hilit-chg.el, ibuffer.el, iswitchb.el:
3260         * pcvs-info.el, recentf.el, speedbar.el, calendar/cal-china.el:
3261         * calendar/cal-hebrew.el, calendar/cal-x.el, calendar/calendar.el
3262         * calendar/diary-lib.el, net/net-utils.el, progmodes/gud.el:
3263         Move non-autoloaded define-obsolete-variable-alias calls for defcustoms
3264         not in dumped files before the associated defcustom.
3266 2008-04-11  Johan BockgÃ¥rd  <bojohan@gnu.org>
3268         * minibuffer.el (lazy-completion-table): Fix debug spec.
3270 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3272         * minibuffer.el (complete-with-action, lazy-completion-table):
3273         Move from subr.el.
3274         (apply-partially, completion-table-dynamic)
3275         (completion-table-with-context, completion-table-with-terminator)
3276         (completion-table-in-turn): New funs.
3277         (completion--make-envvar-table, completion--embedded-envvar-table):
3278         New funs.
3279         (read-file-name-internal): Use them.
3280         (completion-setup-hook): Move from simple.el.
3281         * subr.el (complete-with-action, lazy-completion-table):
3282         * simple.el (completion-setup-hook): Move to minibuffer.el.
3284 2008-04-11  Glenn Morris  <rgm@gnu.org>
3286         * Makefile.in (AUTOGENEL): Add calc/calc-loaddefs.el.
3288 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3290         * progmodes/python.el (python-mode): Don't mess with hippie-expand.
3292         * Makefile.in (bootstrap-prepare): Make tpu-edt.el writable as well.
3294         * textmodes/fill.el (fill-forward-paragraph-function): New var.
3295         (fill-forward-paragraph): New fun.
3296         (fill-paragraph, fill-region): Use it.
3298         * vc.el: Change `dir-status' to not take (and pass) status-buffer.
3299         (vc-status-create-fileinfo): Make `extra' optional.
3300         (vc-status-busy): New fun.
3301         (vc-status-menu-map): Use it.
3302         (vc-status-crt-marked): Remove.
3303         (vc-status-update): Rename from vc-status-add-entries.
3304         Add argument so as to prevent addition of entries.  Rewrite.
3305         (vc-update-vc-status-buffer): Remove.
3306         (vc-status-refresh): Don't remove old entries, set them to
3307         up-to-date instead.  Also do it after the update is complete.
3308         (vc-status-marked-files): Î·-reduce.
3310         * dired.el (dired-read-dir-and-switches): Use read-directory-name even
3311         for non-dialogs.
3313         * Makefile.in (bootstrap-prepare): Don't copy ldefs-boot over loaddefs.
3315         * loadup.el: Load ldefs-boot.el if loaddefs.el doesn't exist.
3317 2008-04-11  Jan Djärv  <jan.h.d@swipnet.se>
3319         * tooltip.el (tooltip-show-help-non-mode): Set message-truncate-lines
3320         to t and don't truncate msg.
3322 2008-04-11  Glenn Morris  <rgm@gnu.org>
3324         * calendar/calendar.el (diary, holidays):
3325         Move custom groups to other files.
3326         (holiday-general-holidays, holiday-oriental-holidays)
3327         (holiday-local-holidays, holiday-other-holidays, hebrew-holidays-1)
3328         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
3329         (holiday-hebrew-holidays, holiday-christian-holidays)
3330         (holiday-islamic-holidays, holiday-bahai-holidays)
3331         (holiday-solar-holidays, calendar-holidays): Move to holidays.el.
3332         * calendar/diary-lib.el: Move custom group here from calendar.el.
3333         * calendar/holidays-lib.el: Move custom group and variables here
3334         from calendar.el.
3336         * calendar/cal-china.el (calendar-chinese-time-zone): Mark as risky.
3338         * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
3339         Fix custom group.
3340         (calendar-current-time-zone-cache): Autoload riskiness.
3342         * calendar/cal-tex.el (cal-tex-preamble-extra): Fix custom type.
3344 2008-04-11  Chong Yidong  <cyd@stupidchicken.com>
3346         * woman.el (woman2-TH): Use string-equal instead of string-match.
3348 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3350         * smerge-mode.el (smerge-apply-resolution-patch): Fix typo.
3351         (smerge-resolve): Merge the "2-way refinement" case with one half of
3352         the "mere whitespace" resolution.
3354 2008-04-10  Dan Nicolaescu  <dann@ics.uci.edu>
3356         * vc-bzr.el (vc-bzr-after-dir-status): Detect the conflict state.
3358 2008-04-10  Juanma Barranquero  <lekktu@gmail.com>
3360         * subr.el (assoc-ignore-case, assoc-ignore-representation):
3361         Add WHEN to obsolescence declaration.
3363         * makefile.w32-in (AUTOGENEL): Add calc-loaddefs.el.
3365 2008-04-10  Dan Nicolaescu  <dann@ics.uci.edu>
3367         * vc-hooks.el (vc-state): Add new state `conflict'.
3368         (vc-after-save): Use when not if.
3369         (vc-default-mode-line-string): Deal with the conflict state.
3370         (vc-prefix-map, vc-menu-map): Bind vc-status instead of vc-directory.
3372         * vc.el (vc-editable-p, vc-default-status-printer)
3373         (vc-next-action): Deal with the conflict state.
3374         (vc-mark-resolved): New function.
3375         (vc-status-mode): Fix mode name.
3376         (vc-default-comment-history): Use when not if.
3377         (Todo): Add new entries, remove old ones.
3379         * vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news): Set conflict state.
3380         (vc-cvs-parse-status, vc-cvs-after-dir-status):
3381         * vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
3382         Detect the conflict state.
3384         * vc-hg.el (vc-hg-dir-status): Remove unneeded call.
3386 2008-04-10  Glenn Morris  <rgm@gnu.org>
3388         * menu-bar.el (menu-bar-options-menu) <truncate-lines>:
3389         Respect truncate-partial-width-windows in non-full windows,
3390         with regards to :toggle and :enable state.
3392         * simple.el (toggle-truncate-lines): Doc fix.
3394         * Makefile.in (MH_E_DIR): New variable.
3395         (MH_E_SRC): Restore variable removed 2008-03-13.
3396         (mh-loaddefs.el): Depend on $MH_E_SRC.
3397         (CAL_DIR, CAL_SRC): New variables.
3398         (cal-loaddefs.el, diary-loaddefs.el, hol-loaddefs.el):
3399         Depend on CAL_SRC.
3401         * calendar/calendar.el (calendar, diary): Add :prefix.
3402         (holidays): Change :prefix.
3403         (calendar-today, holiday, calendar-holiday-marker)
3404         (european-calendar-style): Change custom groups.
3406         * calendar/calendar.el (diary-hook, diary-display-hook):
3407         Move to diary-lib.el.
3408         * calendar/diary-lib.el (diary-hook, diary-display-hook):
3409         Move here from calendar.el.
3410         * calendar/appt.el: Require diary-lib rather than calendar.
3411         * calendar/cal-x.el (diary-display-hook): Declare for compiler.
3413         * calendar/appt.el (appt): Add :prefix.
3415         * calendar/diary-lib.el (diary-hook): Doc fix.
3416         (diary-mark-sexp-entries): Fix replacement of calendar-for-loop.
3418 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3420         * minibuffer.el (minibuffer--double-dollars, read-file-name-internal):
3421         New functions.
3423         * minibuffer.el (minibuffer--do-completion): Don't forget to propagate
3424         the arg to recursive calls.
3426 2008-04-09  Juanma Barranquero  <lekktu@gmail.com>
3428         * minibuffer.el (completion-auto-help): Fix typo.
3430 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3432         * vc-cvs.el (vc-cvs-diff-tree): Remove unused function.
3434 2008-04-09  Michael Albinus  <michael.albinus@gmx.de>
3436         * net/tramp.el (tramp-find-file-name-coding-system-alist): New defun.
3437         (tramp-handle-insert-file-contents, tramp-handle-write-region): Use it.
3439 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3441         * vc-hooks.el (vc-default-mode-line-string): Use ? for missing.
3443         * minibuffer.el (minibuffer): Move group from cus-edit.el.
3444         (completion-auto-help): Move from C code.
3445         (minibuffer--maybe-completion-help): Remove.
3446         (minibuffer--bitset): New function.
3447         (minibuffer--do-completion): Rename from minibuffer-do-completion.
3448         Renumber a bit.  Really complete on string *before* point.
3449         Add argument used for word-completion.
3450         Join trailing / in completion with following text, as done in
3451         minibuffer-complete-word.
3452         Handle new value `lazy' for completion-auto-help.
3453         (minibuffer-try-word-completion): New function extracted from
3454         minibuffer-complete-word.
3455         (minibuffer-complete-word): Use minibuffer--do-completion.
3456         (minibuffer--insert-strings): Rename from
3457         minibuffer-complete-insert-strings.
3458         (exit-minibuffer): Fix typo.
3459         * cus-edit.el (minibuffer): Move group to minibuffer.el.
3460         * cus-start.el: Remove completion-auto-help.
3462 2008-04-09  Alexandre Julliard  <julliard@winehq.org>
3464         * vc.el (vc-status-add-entries): New function.
3465         (vc-status-add-entry): Remove.
3466         (vc-update-vc-status-buffer, vc-status-mark-buffer-changed):
3467         Use vc-status-add-entries.
3469         * emacs-lisp/ewoc.el (ewoc-collect): Return results in the correct
3470         order.
3472 2008-04-09  Jason Rumney  <jasonr@gnu.org>
3474         * makefile.w32-in (LOADDEFS): Add mh-loaddefs.el.
3475         ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule.
3476         (pre-mh-loaddefs.el-CMD, pre-mh-loaddefs.el-SH): Remove.
3477         (AUTOGENEL): New variable.
3478         (distclean, maintainer-clean): New targets.
3480 2008-04-09  Chong Yidong  <cyd@stupidchicken.com>
3482         * emacs-lisp/regexp-opt.el (regexp-opt):
3483         Reduce max-lisp-eval-depth and max-specpdl-size to 10000.
3485 2008-04-09  Lennart Borgman  <lennart.borgman@gmail.com>
3487         * nxml/nxml-mode.el (nxml-cleanup): New function.
3488         (nxml-mode): Add it to change-major-mode-hook.
3490 2008-04-09  Jan Djärv  <jan.h.d@swipnet.se>
3492         * term/x-win.el (x-gtk-stock-map): Map info to gtk-info.
3494 2008-04-09  Juanma Barranquero  <lekktu@gmail.com>
3496         * calc/.cvsignore: New file.
3498 2008-04-09  Jan Djärv  <jan.h.d@swipnet.se>
3500         * vc.el (vc-status-tool-bar-map): Add vc-print-log to tool bar.
3502         * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as
3503         show-help-function when turning tooltip off.
3504         (tooltip-show): Call tooltip-show-help-non-mode if use-echo-area.
3505         (tooltip-trunc-str, tooltip-show-help-non-mode): New.
3507 2008-04-09  Alan Mackenzie  <acm@muc.de>
3509         * font-lock.el (font-lock-extend-after-change-region-function):
3510         Make it buffer local.
3512 2008-04-09  Glenn Morris  <rgm@gnu.org>
3514         * calendar/calendar.el (diary-file, european-calendar-style):
3515         Remove autoload cookies.
3517 2008-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
3519         * outline.el (outline-mode-menu-bar-map):
3520         * log-view.el (log-view-mode-menu):
3521         * log-edit.el (log-edit-menu): Add :help.
3523 2008-04-09  Chong Yidong  <cyd@stupidchicken.com>
3525         * emacs-lisp/regexp-opt.el (regexp-opt-group):
3526         Use substring-no-properties for correct handling of unibyte strings.
3528 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3530         * add-log.el (change-log-next-buffer): Handle the case where version<
3531         signals an error.
3533         * mouse.el (mouse-menu-major-mode-map): New fun extracted from
3534         mouse-major-mode-menu.
3535         (mouse-menu-bar-map): New fun extracted from mouse-popup-menubar.
3536         (mouse-major-mode-menu, mouse-popup-menubar)
3537         (mouse-popup-menubar-stuff): Use them.
3538         (C-down-mouse-3): Bind to a dynamic map rather than to
3539         mouse-popup-menubar-stuff.
3541         * bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1
3542         to mouse-menu-major-mode-map rather than to mouse-major-mode-menu.
3544 2008-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
3546         * vc-svn.el (vc-svn-modify-change-comment): Add support for the
3547         file:// access method.
3549 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3551         * minibuffer.el: New file.
3552         * loadup.el: Load it.
3554 2008-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3556         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
3557         rather than subdirs.el.  It introduces an ugly circular dependency, tho.
3559         * calc/calc.el: Load "calc-loaddefs" rather than set up manual autoloads.
3560         (calc-mode-map, calc-digit-map, calc-dispatch-map):
3561         Move initialization into declaration.
3562         * calc/calc-yank.el:
3563         * calc/calc-misc.el:
3564         * calc/calc-embed.el:
3565         * calc/calc-aent.el: Add autoload cookies.  Set generated-autoload-file.
3567 2008-04-08  Michael Albinus  <michael.albinus@gmx.de>
3569         * ps-samp.el (ps-add-printer, ps-remove-printer)
3570         (ps-make-dynamic-printer-menu): New functions.
3572         * net/zeroconf.el: New file.
3574 2008-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3576         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits): Typo.
3578 2008-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
3580         * vc-rcs.el (vc-rcs-modify-change-comment):
3581         * vc-cvs.el (vc-cvs-modify-change-comment): Fix argument order.
3583         * log-view.el (log-view-mode-menu): Bind log-view-modify-change-comment.
3585 2008-04-08  Juanma Barranquero  <lekktu@gmail.com>
3587         * international/mule-cmds.el (set-locale-environment): Don't warn if
3588         coding system doesn't agree with system locale (this reverts changes
3589         by Dave Love, dated 2002-10-27 and 2002-10-09).
3591         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
3592         * emacs-lisp/cl-macs.el (get-setf-method): Use `string-match-p'.
3594         * emacs-lisp/copyright.el (copyright-update-year): Use `looking-at-p'.
3596 2008-04-08  Glenn Morris  <rgm@gnu.org>
3598         * calendar/calendar.el (calendar-date-style): Remove autoload cookie.
3599         * textmodes/remember.el (remember-diary-convert-entry):
3600         Require calendar.
3602         * textmodes/remember.el (remember-diary-extract-entries): Don't pass
3603         diary-file, since it is the default for make-diary-entry anyway.
3605         * calendar/cal-menu.el (cal-menu-event-to-date):
3606         Rename calendar-event-to-date.  Update callers.
3607         (calendar-mouse-tex-day): Rename cal-tex-mouse-day.
3608         (calendar-mouse-tex-week): Rename cal-tex-mouse-week.
3609         (calendar-mouse-tex-week2): Rename cal-tex-mouse-week2.
3610         (calendar-mouse-tex-week-iso): Rename cal-tex-mouse-week-iso.
3611         (calendar-mouse-tex-week-monday): Rename cal-tex-mouse-week-monday.
3612         (calendar-mouse-tex-filofax-daily): Rename cal-tex-mouse-filofax-daily.
3613         (calendar-mouse-tex-filofax-2week): Rename cal-tex-mouse-filofax-2week.
3614         (calendar-mouse-tex-filofax-week): Rename cal-tex-mouse-filofax-week.
3615         (calendar-mouse-tex-month): Rename cal-tex-mouse-month.
3616         (calendar-mouse-tex-month-landscape):
3617         Rename cal-tex-mouse-month-landscape.
3618         (calendar-mouse-tex-year): Rename cal-tex-mouse-year.
3619         (calendar-mouse-tex-filofax-year): Rename cal-tex-mouse-filofax-year.
3620         (calendar-mouse-tex-year-landscape):
3621         Rename cal-tex-mouse-year-landscape.
3622         (cal-menu-context-mouse-menu): Update for above name changes.
3624         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
3625         * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
3626         * calendar/cal-iso.el, calendar/cal-julian.el, calendar/cal-move.el:
3627         * calendar/cal-persia.el, calendar/cal-tex.el, calendar/calendar.el:
3628         * calendar/holidays.el: Replace int-to-string with number-to-string.
3630 2008-04-08  Chong Yidong  <cyd@stupidchicken.com>
3632         * mwheel.el (mwheel-scroll): Deactivate any temporarily active
3633         region if point moves.
3635 2008-04-08  Kenichi Handa  <handa@m17n.org>
3637         * faces.el (font-slant-table): Change numeric values for `r',
3638         `roman', and `normal'.
3640 2008-04-07  Vincent Belaïche  <vincent.b.1@hotmail.fr>
3642         * calc/calc-vec.el (calcFunc-kron, calc-kron): New functions.
3644 2008-04-07  Jay Belanger  <jay.p.belanger@gmail.com>
3646         * calc/calc-ext.el (calc-init-extensions): Add `calc-kron' and
3647         `calcFunc-kron' to autoloads.  Add keybinding for `calc-kron'.
3649 2008-04-07  Michael Albinus  <michael.albinus@gmx.de>
3651         * net/tramp.el (tramp-methods): Fix again tramp-copy-args of
3652         "pscp" and "psftp".  Reported by Gilles Pion <gpion@lfdj.com>.
3654 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3656         * dired-aux.el (dired-read-shell-command): Use read-shell-command.
3658 2008-04-07  Sam Steingold  <sds@gnu.org>
3660         * progmodes/inf-lisp.el (lisp-compile-string, lisp-eval-string):
3661         Add helper functions.
3662         (lisp-do-defun): Extract the common part of lisp-eval-defun and
3663         lisp-compile-defun; DEFVAR forms reset the variables to the init
3664         values, just like in emacs-lisp mode eval-defun.
3665         (lisp-eval-defun, lisp-compile-defun): Use lisp-do-defun.
3666         (lisp-compile-region): Use lisp-compile-string.
3668 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3670         * subr.el (combine-and-quote-strings): Also quote strings that contain
3671         the separator.
3673         * pcvs-util.el (cvs-map): Avoid recursion :-(
3675 2008-04-07  Glenn Morris  <rgm@gnu.org>
3677         * calendar/calendar.el (calendar-mode-map): Replace use of kbd.
3679         * calendar.el (diary-view-entries-initially-flag): Rename
3680         view-diary-entries-initially.  Keep old name as alias, update users.
3681         (calendar-mark-diary-entries-flag): Rename
3682         mark-diary-entries-in-calendar.  Keep old name as alias, update users.
3683         (calendar-view-holidays-initially-flag): Rename
3684         view-calendar-holidays-initially.  Keep old name as alias, update users.
3685         (calendar-mark-holidays-flag): Rename mark-holidays-in-calendar.
3686         Keep old name as alias, update users.
3687         (calendar-initial-window-hook): Rename initial-calendar-window-hook.
3688         Keep old name as alias, update users.
3689         (calendar-today-visible-hook): Rename today-visible-calendar-hook.
3690         Keep old name as alias, update users.
3691         (calendar-today-invisible-hook): Rename today-invisible-calendar-hook.
3692         Keep old name as alias, update users.
3693         (diary-iso-date-forms): Rename iso-date-diary-pattern.  Update users.
3694         (diary-american-date-forms): Rename american-date-diary-pattern.
3695         Keep old name as alias, update users.
3696         (diary-european-date-forms): Rename european-date-diary-pattern.
3697         Keep old name as alias, update users.
3698         (calendar-iso-date-display-form): Rename iso-calendar-display-form.
3699         Keep old name as alias, update users.
3700         (calendar-european-date-display-form): Rename
3701         european-calendar-display-form.  Keep old name as alias, update users.
3702         (calendar-american-date-display-form): Rename
3703         european-calendar-display-form.  Keep old name as alias, update users.
3704         (diary-show-holidays-flag): Rename holidays-in-diary-buffer.
3705         Keep old name as alias, update users.
3706         (holiday-general-holidays): Rename general-holidays.
3707         Keep old name as alias, update users.
3708         (holiday-oriental-holidays): Rename oriental-holidays.
3709         Keep old name as alias, update users.
3710         (holiday-local-holidays): Rename local-holidays.
3711         Keep old name as alias, update users.
3712         (holiday-other-holidays): Rename other-holidays.
3713         Keep old name as alias, update users.
3714         (holiday-hebrew-holidays): Rename hebrew-holidays.
3715         Keep old name as alias, update users.
3716         (holiday-christian-holidays): Rename christian-holidays.
3717         Keep old name as alias, update users.
3718         (holiday-islamic-holidays): Rename islamic-holidays.
3719         Keep old name as alias, update users.
3720         (holiday-bahai-holidays): Rename bahai-holidays.
3721         Keep old name as alias, update users.
3722         (holiday-solar-holidays): Rename solar-holidays.
3723         Keep old name as alias, update users.
3724         (diary-fancy-buffer): Rename fancy-diary-buffer.
3725         Keep old name as alias, update users.
3726         (calendar-other-calendars-buffer): Rename other-calendars-buffer.
3727         Update users.
3728         (calendar-hebrew-yahrzeit-buffer): Rename cal-hebrew-yahrzeit-buffer.
3729         Update users.
3730         (calendar-increment-month): Rename increment-calendar-month.
3731         Keep old name as alias, update callers.
3732         (calendar-increment-month-cons): Rename old calendar-increment-month.
3733         Update callers.
3734         (calendar-extract-month): Rename extract-calendar-month.
3735         Keep old name as alias, update callers
3736         (calendar-extract-day): Rename extract-calendar-day.
3737         Keep old name as alias, update callers.
3738         (calendar-extract-year): Rename extract-calendar-year.
3739         Keep old name as alias, update callers.
3740         (calendar-generate-window): Rename generate-calendar-window.
3741         Update callers.
3742         (calendar-generate): Rename generate-calendar.  Update callers.
3743         (calendar-generate-month): Rename generate-calendar-month.
3744         Update callers.
3745         (calendar-redraw): Rename redraw-calendar.  Update callers.
3746         (calendar-describe-mode): Rename describe-calendar-mode.  Update uses.
3747         (calendar-mouse-other-month): Rename mouse-calendar-other-month.
3748         Update callers.
3749         (calendar-update-mode-line): Rename update-calendar-mode-line.
3750         Update callers.
3751         (calendar-exit): Rename exit-calendar.  Keep old name as alias,
3752         update callers.
3753         (calendar-mark-visible-date): Rename mark-visible-calendar-date.
3754         Keep old name as alias, update callers.
3755         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
3756         * calendar/cal-dst.el, calendar/cal-french.el, calendar/cal-hebrew.el:
3757         * calendar/cal-html.el, calendar/cal-islam.el, calendar/cal-iso.el:
3758         * calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el:
3759         * calendar/cal-persia.el, calendar/cal-tex.el, calendar/cal-x.el:
3760         * calendar/diary-lib.el, calendar/holidays.el, calendar/lunar.el:
3761         * calendar/solar.el: Update for calendar.el name changes.
3762         * org/org.el (org-agenda-format-date-aligned)
3763         (org-agenda-execute-calendar-command): Access date elements directly
3764         rather than using calendar functions.
3765         (org-read-date, org-goto-calendar, org-agenda-goto-calendar):
3766         Also set calendar-view-diary-initially-flag,
3767         calendar-view-holidays-initially-flag
3768         (org-get-entries-from-diary): Also set diary-fancy-buffer.
3769         (org-agenda-execute-calendar-command): No need to set displayed-day.
3771 2008-04-06  Alan Mackenzie  <acm@muc.de>
3773         * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
3774         typo in the doc string.
3776         * progmodes/cc-mode.el (c-basic-common-init):
3777         Set font-lock-extend-after-change-region-function.
3778         (c-extend-after-change-region): New function, used in
3779         font-lock-extend-after-change-region-function, thus superseding
3780         advice on the Font Lock after change functions.
3781         (c-advise-fl-for-region): Remove this macro.
3783 2008-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
3785         * textmodes/flyspell.el (flyspell-duplicate-distance):
3786         Improve custom type.
3788 2008-04-06  Glenn Morris  <rgm@gnu.org>
3790         * calendar/diary-lib.el (diary-sexp-entry-symbol):
3791         Rename sexp-diary-entry-symbol.  Keep old name as alias, update users.
3792         (diary-list-entries-hook): Rename list-diary-entries-hook.
3793         Keep old name as alias, update users.
3794         (diary-mark-entries-hook): Rename mark-diary-entries-hook.
3795         Keep old name as alias, update users.
3796         (diary-nongregorian-listing-hook): Rename
3797         nongregorian-diary-listing-hook.  Keep old name as alias, update users.
3798         (diary-nongregorian-marking-hook): Rename
3799         nongregorian-diary-marking-hook.  Keep old name as alias, update users.
3800         (diary-print-entries-hook): Rename print-diary-entries-hook.
3801         Keep old name as alias, update users.
3802         (diary-abbreviated-year-flag): Rename abbreviated-calendar-year.
3803         Keep old name as alias, update users.
3804         (diary-number-of-entries): Rename number-of-diary-entries.
3805         Keep old name as alias, update users.
3806         (view-diary-entries, list-diary-entries, show-all-diary-entries):
3807         Give version of obsolescence.
3808         (diary-view-other-diary-entries): Rename view-other-diary-entries.
3809         Keep old name as alias, update callers.
3810         (diary-add-to-list): Rename add-to-diary-list.  Keep old name as alias,
3811         update callers.
3812         (diary-include-other-diary-files): Rename include-other-diary-files.
3813         Keep old name as alias, update callers.
3814         (diary-simple-display): Rename simple-diary-display.
3815         Keep old name as alias, update callers.
3816         (diary-fancy-display): Rename fancy-diary-display.
3817         Keep old name as alias, update callers.
3818         (diary-print-entries): Rename print-diary-entries.
3819         Keep old name as alias, update callers.
3820         (diary-marking-entries-flag): Rename marking-diary-entries.
3821         Update users.
3822         (diary-marking-entry-flag): Rename marking-diary-entry.  Update users.
3823         (diary-mark-entries): Rename mark-diary-entries.
3824         Keep old name as alias, update callers.
3825         (diary-mark-sexp-entries): Rename mark-sexp-diary-entries.
3826         Keep old name as alias, update callers.
3827         (diary-mark-included-diary-files): Rename mark-included-diary-files.
3828         Keep old name as alias, update callers.
3829         (calendar-mark-days-named): Rename mark-calendar-days-named.
3830         Keep old name as alias, update callers.
3831         (calendar-mark-month): Rename mark-calendar-month.
3832         Keep old name as alias, update callers.
3833         (calendar-mark-date-pattern): Rename mark-calendar-date-pattern.
3834         Keep old name as alias, update callers.
3835         (diary-sort-entries): Rename sort-diary-entries.
3836         Keep old name as alias, update callers.
3837         (diary-list-sexp-entries): Rename list-sexp-diary-entries.
3838         Keep old name as alias, update callers.
3839         (diary-make-entry): Rename make-diary-entry.  Keep old name as alias,
3840         update callers.
3841         (diary-insert-entry): Rename insert-diary-entry.
3842         Keep old name as alias.
3843         (diary-insert-weekly-entry): Rename insert-weekly-diary-entry.
3844         Keep old name as alias.
3845         (diary-insert-monthly-entry): Rename insert-monthly-diary-entry.
3846         Keep old name as alias.
3847         (diary-insert-yearly-entry): Rename insert-yearly-diary-entry.
3848         Keep old name as alias.
3849         (diary-insert-anniversary-entry): Rename insert-anniversary-diary-entry.
3850         Keep old name as alias.
3851         (diary-insert-block-entry): Rename insert-block-diary-entry.
3852         Keep old name as alias.
3853         (diary-insert-cyclic-entry): Rename insert-cyclic-diary-entry.
3854         Keep old name as alias.
3855         (diary-fancy-font-lock-keywords): Rename fancy-diary-font-lock-keywords.
3856         Keep old name as alias, update users.
3857         (diary-fancy-display-mode): Rename fancy-diary-display-mode.
3858         Keep old name as alias, update callers.
3859         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
3860         * calendar/cal-menu.el, calendar/cal-x.el, calendar/calendar.el:
3861         * calendar/icalendar.el: Update for diary-lib name changes.
3863 2008-04-06  Chong Yidong  <cyd@stupidchicken.com>
3865         * dired-aux.el (dired-overwrite-confirmed): Revert last change.
3867         * dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite
3868         for copy, move, and link operations.
3870 2008-04-06  Michael Kifer  <kifer@cs.stonybrook.edu>
3872         * emulation/viper-init.el, emulation/viper-ex.el, emulation/viper-cmd.el
3873         (viper-search-wrap-around-t): Replace with viper-search-wrap-around.
3875         * ediff-util.el, ediff-vers.el, ediff-wind.el: Replace 3-argument
3876         'require' statements with 1-argument ones (wrapped in if's).
3877         For compatibility with the current stable version of XEmacs.
3879 2008-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
3881         * vc.el (vc-status-prepare-status-buffer): Reset vc-parent-buffer-name.
3883 2008-04-06  Jason Rumney  <jasonr@gnu.org>
3885         * language/burmese.el ("Burmese"): Make sample text consistent with
3886         language name.
3888 2008-04-06  Nick Roberts  <nickrob@snap.net.nz>
3890         * progmodes/gdb-ui.el (gdb): New group.
3891         (gdb-debug-log-max, gdb-enable-debug)
3892         (gdb-cpp-define-alist-program, gdb-cpp-define-alist-flags)
3893         (gdb-show-main, gdb-many-windows, gdb-use-separate-io-buffer)
3894         (gdb-speedbar-auto-raise, gdb-use-colon-colon-notation)
3895         (gdb-show-changed-values, gdb-max-children)
3896         (gdb-delete-out-of-scope, gdb-same-frame, gdb-find-source-frame)
3897         (breakpoint-enabled, breakpoint-disabled, gdb-max-frames)
3898         (gdb-all-registers, gdb-memory-repeat-count, gdb-memory-format)
3899         (gdb-memory-unit): Move to new group from GUD group.
3900         (menu): Allow customization from GDB-UI menu-item.
3902 2008-04-05  Chong Yidong  <cyd@stupidchicken.com>
3904         * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
3906 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3908         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
3909         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
3910         Revision numbers can include ".".
3912         * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
3913         "+" lines not accounted for by counting "-" and context lines.
3915 2008-04-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3917         * term/mac-win.el (mac-service-open-file): Use file URL instead of
3918         file name string.
3920 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3922         * vc-bzr.el (vc-bzr-annotate-command): Preserve line alignment.
3923         (vc-bzr-annotate-time): Accept space used to preserve alignment.
3925 2008-04-05  Richard Stallman  <rms@gnu.org>
3927         * emacs-lisp/advice.el (defadvice): Add usage pattern.
3929 2008-04-05  Nick Roberts  <nickrob@snap.net.nz>
3931         * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
3932         thread in [h-e-w]).
3934 2008-04-05  Juanma Barranquero  <lekktu@gmail.com>
3936         * files.el (abort-if-file-too-large): Fix typo in docstring.
3938 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3940         * subr.el (functionp): Return nil for special forms.
3942 2008-04-05  Glenn Morris  <rgm@gnu.org>
3944         * emacs-lisp/autoload.el (autoload-ensure-default-file):
3945         Provide a feature.
3946         * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el:
3947         Require loaddef file rather than loading it.
3948         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that
3949         autoload-ensure-default-file provides a feature.
3951         * Makefile.in (LOADDEFS): Add mh-loaddefs.el.
3952         (AUTOGENEL): mh-loaddefs is in $LOADDEFS now.
3953         (compile, compile-always, recompile): Use $LOADDEFS.
3954         (cal-autoloads): Remove.
3956         * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather
3957         than buffer-live-p.  Reported by David Koppelman <koppel@ece.lsu.edu>.
3959         * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
3960         (hebrew-holidays-3, hebrew-holidays-4): Don't autoload obsolescence.
3962         * calendar/calendar.el (diary-hebrew-entry-symbol):
3963         Rename hebrew-diary-entry-symbol.  Keep old name as alias.
3964         (diary-islamic-entry-symbol): Rename islamic-diary-entry-symbol.
3965         Keep old name as alias.
3966         (diary-bahai-entry-symbol): Rename bahai-diary-entry-symbol.
3967         Keep old name as alias.
3968         * calendar/cal-bahai.el: Update for rename bahai-diary-entry-symbol
3969         to diary-bahai-entry-symbol.
3970         * calendar/cal-hebrew.el: Update for rename hebrew-diary-entry-symbol
3971         to diary-hebrew-entry-symbol.
3972         * calendar/cal-islam.el: Update for rename islamic-diary-entry-symbol
3973         to diary-islamic-entry-symbol.
3974         * calendar/diary-lib.el: Update for diary-entry-symbol renames.
3976         * calendar/solar.el (diary-sabbath-candles-minutes)
3977         (diary-sabbath-candles): Move to cal-hebrew.
3978         * calendar/cal-hebrew.el (diary-hebrew-sabbath-candles-minutes)
3979         (diary-hebrew-sabbath-candles): Move here from solar.el and rename.
3980         Doc fix.  Keep old name as alias.
3981         (diary-hebrew-sabbath-candles): Simplify.
3982         (solar-setup, solar-sunrise-sunset, calendar-latitude)
3983         (calendar-longitude, calendar-time-zone): Declare for compiler.
3984         * calendar/diary-lib.el (list-sexp-diary-entries): Update doc for
3985         rename.
3987         * calendar/cal-coptic.el (calendar-coptic-month-name-array):
3988         Rename coptic-calendar-month-name-array.  Update callers.
3989         (calendar-coptic-epoch): Rename coptic-calendar-epoch.  Update callers.
3990         (calendar-coptic-name): Rename coptic-name.  Update callers.
3991         (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
3992         Update callers.
3993         (calendar-coptic-last-day-of-month):
3994         Rename coptic-calendar-last-day-of-month.  Update callers.
3995         (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
3996         Keep old name as alias, update callers.
3997         (calendar-coptic-print-date): Rename calendar-print-coptic-date.
3998         Keep old name as alias, update callers.
3999         (calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
4000         Keep old name as alias.
4001         (calendar-ethiopic-month-name-array):
4002         Rename ethiopic-calendar-month-name-array.  Update callers.
4003         (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
4004         Update callers.
4005         (calendar-ethiopic-name): Rename ethiopic-name.  Update callers.
4006         (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic.
4007         Keep old name as alias, update callers.
4008         (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date.
4009         Keep old name as alias, update callers.
4010         (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
4011         Keep old name as alias.
4013         * calendar/cal-french.el (calendar-french-epoch):
4014         Rename french-calendar-epoch.  Update callers.
4015         (calendar-french-month-name-array): Rename variable and function
4016         french-calendar-month-name-array.  Update callers.
4017         (calendar-french-multibyte-month-name-array):
4018         Rename french-calendar-multibyte-month-name-array.  Update callers.
4019         (calendar-french-day-name-array): Rename variable and function
4020         french-calendar-day-name-array.  Update callers.
4021         (calendar-french-special-days-array): Rename variable and function
4022         french-calendar-special-days-array.  Update callers.
4023         (calendar-french-multibyte-special-days-array):
4024         Rename french-calendar-multibyte-special-days-array.  Update callers.
4025         (calendar-french-accents-p): Rename french-calendar-accents.
4026         Update callers.
4027         (calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
4028         Update callers.
4029         (calendar-french-last-day-of-month):
4030         Rename french-calendar-last-day-of-month.  Update callers.
4031         (calendar-french-to-absolute): Rename calendar-absolute-from-french.
4032         Keep old name as alias, update callers.
4033         (calendar-french-print-date): Rename calendar-print-french-date.
4034         Keep old name as alias, update callers.
4035         (calendar-french-goto-date): Rename calendar-goto-french-date.
4036         Keep old name as alias.
4038         * calendar/cal-menu.el, calendar/calendar.el:
4039         Update for Coptic and French name changes.
4041         * calendar/cal-china.el (calendar-chinese): Rename custom group
4042         from chinese-calendar.  Update users.
4043         (calendar-chinese-time-zone): Rename chinese-calendar-time-zone.
4044         Keep old name as alias, update users.
4045         (calendar-chinese-location-name): Rename chinese-calendar-location-name.
4046         Keep old name as alias.
4047         (calendar-chinese-daylight-time-offset):
4048         Rename chinese-calendar-daylight-time-offset.  Keep old name as alias,
4049         update users.
4050         (calendar-chinese-standard-time-zone-name):
4051         Rename chinese-calendar-standard-time-zone-name.
4052         Keep old name as alias, update users.
4053         (calendar-chinese-daylight-saving-start):
4054         Rename chinese-calendar-daylight-savings-starts.
4055         Keep old name as alias, update users.
4056         (calendar-chinese-daylight-saving-end):
4057         Rename chinese-calendar-daylight-savings-ends.  Keep old name as alias,
4058         update users.
4059         (calendar-chinese-daylight-saving-start-time):
4060         Rename chinese-calendar-daylight-savings-starts-time.
4061         Keep old name as alias, update users.
4062         (calendar-chinese-daylight-saving-end-time):
4063         Rename chinese-calendar-daylight-savings-ends-time.
4064         Keep old name as alias, update users.
4065         (calendar-chinese-celestial-stem): Rename
4066         calendar-chinese-celestial-stem.  Keep old name as alias, update users.
4067         (calendar-chinese-terrestrial-branch):
4068         Rename calendar-chinese-terrestrial-branch.  Keep old name as alias,
4069         update users.
4070         (calendar-chinese-zodiac-sign-on-or-after):
4071         Rename chinese-zodiac-sign-on-or-after.  Update callers.
4072         (calendar-chinese-new-moon-on-or-after):
4073         Rename chinese-new-moon-on-or-after.  Update callers.
4074         (calendar-chinese-month-list): Rename chinese-month-list.
4075         Update callers.
4076         (calendar-chinese-number-months): Rename number-chinese-months.
4077         Update callers.
4078         (calendar-chinese-compute-year): Rename compute-chinese-year.
4079         Update callers.
4080         (calendar-chinese-year-cache): Rename chinese-year-cache.  Update users.
4081         (calendar-chinese-year): Rename chinese-year.  Update callers.
4082         (calendar-chinese-year-cache-init): Rename chinese-year-cache-init.
4083         (calendar-chinese-to-absolute): Rename calendar-absolute-from-chinese.
4084         Keep old name as alias, update callers.
4085         (calendar-chinese-print-date): Rename calendar-print-chinese-date.
4086         Keep old name as alias, update callers.
4087         (calendar-chinese-months-to-alist):
4088         Rename make-chinese-month-assoc-list.  Update callers.
4089         (calendar-chinese-months): Rename chinese-months.  Update callers.
4090         (calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
4091         Keep old name as alias, update callers.
4093         * calendar/cal-hebrew.el (calendar-hebrew-leap-year-p):
4094         Rename hebrew-calendar-leap-year-p.  Update callers.
4095         (calendar-hebrew-last-month-of-year):
4096         Rename hebrew-calendar-last-month-of-year.  Update callers.
4097         (calendar-hebrew-elapsed-days): Rename hebrew-calendar-elapsed-days.
4098         Update callers.
4099         (calendar-hebrew-days-in-year): Rename hebrew-calendar-days-in-year.
4100         Update callers.
4101         (calendar-hebrew-long-heshvan-p): Rename hebrew-calendar-long-heshvan-p.
4102         Update callers.
4103         (calendar-hebrew-short-kislev-p): Rename hebrew-calendar-short-kislev-p.
4104         Update callers.
4105         (calendar-hebrew-last-day-of-month):
4106         Rename hebrew-calendar-last-day-of-month.  Update callers.
4107         (calendar-hebrew-to-absolute): Rename calendar-absolute-from-hebrew.
4108         Keep old name as alias, update callers.
4109         (calendar-hebrew-print-date): Rename calendar-print-hebrew-date.
4110         Keep old name as alias, update callers.
4111         (calendar-hebrew-yahrzeit): Rename hebrew-calendar-yahrzeit.
4112         Keep old name as alias, update callers.
4113         (calendar-hebrew-goto-date): Rename calendar-goto-hebrew-date.
4114         Keep old name as alias.
4115         (holiday-hebrew-rosh-hashanah): Rename holiday-rosh-hashanah-etc.
4116         Keep old name as alias.
4117         (holiday-hebrew-hanukkah): Rename holiday-hanukkah.
4118         Keep old name as alias.
4119         (holiday-hebrew-passover): Rename holiday-passover-etc.
4120         Keep old name as alias.
4121         (holiday-hebrew-tisha-b-av): Rename holiday-tisha-b-av-etc.
4122         Keep old name as alias, update callers.
4123         (diary-hebrew-list-entries): Rename list-hebrew-diary-entries.
4124         Keep old name as alias.
4125         (calendar-hebrew-mark-date-pattern):
4126         Rename mark-hebrew-calendar-date-pattern.  Keep old name as alias,
4127         update callers.
4128         (diary-hebrew-mark-entries): Rename mark-hebrew-diary-entries.
4129         Keep old name as alias.
4130         (diary-hebrew-insert-entry): Rename insert-hebrew-diary-entry.
4131         Keep old name as alias.
4132         (diary-hebrew-insert-monthly-entry):
4133         Rename insert-monthly-hebrew-diary-entry.  Keep old name as alias.
4134         (diary-hebrew-insert-yearly-entry):
4135         Rename insert-yearly-hebrew-diary-entry.  Keep old name as alias.
4136         (calender-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
4137         Keep old name as alias.
4138         (diary-hebrew-omer): Rename diary-omer.  Keep old name as alias.
4139         (diary-hebrew-yahrzeit): Rename diary-yahrzeit.  Keep old name as alias.
4140         (diary-hebrew-rosh-hodesh): Rename diary-rosh-hodesh.
4141         Keep old name as alias.
4142         (calendar-hebrew-parashiot-names):
4143         Rename hebrew-calendar-parashiot-names.  Update callers.
4144         (calendar-hebrew-parasha-name): Rename hebrew-calendar-parasha-name.
4145         (calendar-hebrew-year-Saturday-incomplete-Sunday):
4146         Rename hebrew-calendar-year-Saturday-incomplete-Sunday.
4147         (calendar-hebrew-year-Saturday-complete-Tuesday):
4148         Rename hebrew-calendar-year-Saturday-complete-Tuesday.
4149         (calendar-hebrew-year-Monday-incomplete-Tuesday):
4150         Rename hebrew-calendar-year-Monday-incomplete-Tuesday.
4151         (calendar-hebrew-year-Monday-complete-Thursday):
4152         Rename hebrew-calendar-year-Monday-complete-Thursday.
4153         (calendar-hebrew-year-Tuesday-regular-Thursday):
4154         Rename hebrew-calendar-year-Tuesday-regular-Thursday.
4155         (calendar-hebrew-year-Thursday-regular-Saturday):
4156         Rename hebrew-calendar-year-Thursday-regular-Saturday.
4157         (calendar-hebrew-year-Thursday-complete-Sunday):
4158         Rename hebrew-calendar-year-Thursday-complete-Sunday.
4159         (calendar-hebrew-year-Saturday-incomplete-Tuesday):
4160         Rename hebrew-calendar-year-Saturday-incomplete-Tuesday.
4161         (calendar-hebrew-year-Saturday-complete-Thursday):
4162         Rename hebrew-calendar-year-Saturday-complete-Thursday.
4163         (calendar-hebrew-year-Monday-incomplete-Thursday):
4164         Rename hebrew-calendar-year-Monday-incomplete-Thursday.
4165         (calendar-hebrew-year-Monday-complete-Saturday):
4166         Rename hebrew-calendar-year-Monday-complete-Saturday.
4167         (calendar-hebrew-year-Tuesday-regular-Saturday):
4168         Rename hebrew-calendar-year-Tuesday-regular-Saturday.
4169         (calendar-hebrew-year-Thursday-incomplete-Sunday):
4170         Rename hebrew-calendar-year-Thursday-incomplete-Sunday.
4171         (calendar-hebrew-year-Thursday-complete-Tuesday):
4172         Rename hebrew-calendar-year-Thursday-complete-Tuesday.
4173         (diary-hebrew-parasha): Rename diary-parasha.  Keep old name as alias.
4174         Update for above name changes of constants.
4176         * calendar/cal-menu.el, calendar/calendar.el:
4177         Update for chinese and hebrew name changes.
4178         * calendar/diary-lib.el: Update for hebrew name changes.
4180 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4182         * subr.el (keymap-canonicalize): Correct thinko.
4184         * server.el: Undo part of the multi-tty change, which is only
4185         needed if server.el is preloaded, and broke server-running-p.
4186         (server-socket-dir): Initialize in the defvar, as before.
4187         (server-start): Remove initialization of server-socket-dir.
4189 2008-04-05  Eli Zaretskii  <eliz@gnu.org>
4191         * ls-lisp.el (ls-lisp-format): Support inodes that are 2- or
4192         3-member cons cells.
4194 2008-04-05  Chong Yidong  <cyd@stupidchicken.com>
4196         * cus-face.el (custom-face-attributes): Handle roman slant.
4198         * faces.el (default): Ensure the face-defface-spec property is set.
4200 2008-04-05  Adrian Robert  <Adrian.B.Robert@gmail.com>
4202         * files.el (abort-if-file-too-large): New function.
4203         (find-file-noselect, insert-file-1): Use it.
4205 2008-04-05  Reto Zimmermann  <reto@gnu.org>
4207         * progmodes/vhdl-mode.el (vhdl-mode-map-init):
4208         Replace C-c[a-zA-Z] key bindings.
4210 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4212         * progmodes/hideif.el (hif-token-alist): New var.
4213         (hif-token-regexp, hif-tokenize): Use it.
4214         (hif-mathify-binop): New macro.
4215         (hif-plus, hif-minus, hif-notequal, hif-greater, hif-less)
4216         (hif-greater-equal, hif-less-equal): Use it.
4217         (hif-logior, hif-logand): New functions.
4218         (hif-math): Accept | and & as well.
4220         * progmodes/etags.el: Fix problem with completion for buffer-local
4221         tables.  Reported by Radey Shouman <shouman@comcast.net>.
4222         (tags-complete-tag): Remove.
4223         (tags-lazy-completion-table): New function to replace it.
4224         (find-tag-tag, complete-tag): Update users.
4226 2008-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
4228         * vc-rcs.el (vc-rcs-dir-status):
4229         * vc-sccs.el (vc-sccs-dir-status): New function.
4231         * outline.el (outline-mode-menu-bar-map):
4232         * term.el (terminal-signal-menu): Add :help.
4234         * net/eudc.el (eudc-mode-map): Declare and define in one step.
4235         (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.
4237         * emacs-lisp/re-builder.el (reb-mode-map):
4238         * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
4240         * diff-mode.el (diff-file-junk-re): Recognize the git format for
4241         new files, deleted files and for changing permissions.
4242         (diff-mode): Set beginning-of-defun-function and
4243         end-of-defun-function.
4245         * vc-bzr.el (vc-bzr-state): Use when instead of if.
4247         * vc.el (vc-default-status-fileinfo-extra): New function.
4248         (vc-status-mark-buffer-changed): Use it.
4249         (vc-update-vc-status-buffer): Allow for partial updates.
4251 2008-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4253         * net/tramp.el (after-init-hook): Don't wrap a lambda around
4254         tramp-register-completion-file-name-handler.
4256         * subr.el (keymap-canonicalize): New function.
4257         * mouse.el (mouse-menu-non-singleton): Use it.
4258         (mouse-major-mode-menu): Remove hack made unnecessary.
4260         * simple.el (set-fill-column): Prompt rather than error by default.
4262 2008-04-04  Andreas Schwab  <schwab@suse.de>
4264         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
4265         Reset new-rules after each round.
4267         * Makefile.in (cal-autoloads): New target.
4268         (compile, compile-always, recompile): Depend on it.
4269         ($(lisp)/calendar/cal-loaddefs.el)
4270         ($(lisp)/calendar/diary-loaddefs.el)
4271         ($(lisp)/calendar/hol-loaddefs.el): Depend on calendar/*.el.
4273 2008-04-04  Michael Kifer  <kifer@cs.stonybrook.edu>
4275         * ediff*.el: Replace load with require in eval-when-compile.
4277         * ediff-hook: Delete all invocations of (autoload ...).
4279         * ediff-util.el (ediff-setup): Make window-min-height a local variable
4280         in ediff control window, and set its min height to 2.
4281         (ediff-setup-control-buffer): Dedicate the control window.
4282         (ediff-toggle-multiframe): Undedicate control window.
4283         Work directly with ediff-setup-windows-multiframe and
4284         ediff-setup-windows-plain.
4286         * ediff-wind (ediff-choose-window-setup-function-automatically):
4287         New function.
4288         (ediff-window-setup-function): Change initialization.
4289         (ediff-setup-windows-automatic): Delete.
4290         (ediff-setup-windows-plain-merge): Make control window dedicated.
4291         (ediff-destroy-control-frame): Do not skip frames if working in a
4292         single frame.
4294         * emulation/viper-ex.el: Move provide's forward, prevent recursion in
4295         eval-when-compile.
4297         * emulation/viper-util.el: Move provide's forward, prevent recursion in
4298         eval-when-compile.
4300 2008-04-04  Glenn Morris  <rgm@gnu.org>
4302         * calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename
4303         calendar-absolute-from-bahai.  Update callers, keep old name as alias.
4305         * calendar/cal-islam.el (calendar-islamic-leap-year-p):
4306         Rename islamic-calendar-leap-year-p.  Update callers.
4307         (calendar-islamic-last-day-of-month):
4308         Rename islamic-calendar-last-day-of-month.  Update callers.
4309         (calendar-islamic-day-number):
4310         Rename islamic-calendar-day-number.  Update callers.
4311         (calendar-islamic-to-absolute): Rename calendar-absolute-from-islamic.
4312         Update callers, keep old name as alias.
4313         (calendar-islamic-print-date): Rename calendar-print-islamic-date.
4314         Update callers, keep old name as alias.
4315         (calendar-islamic-goto-date): Rename calendar-goto-islamic-date.
4316         Keep old name as alias.
4317         (diary-islamic-list-entries): Rename list-islamic-diary-entries.
4318         Update callers, keep old name as alias.
4319         (calendar-islamic-mark-date-pattern):
4320         Rename mark-islamic-calendar-date-pattern.  Update callers, keep old
4321         name as alias.
4322         (diary-islamic-insert-entry): Rename insert-islamic-diary-entry.
4323         Keep old name as alias.
4324         (diary-islamic-insert-monthly-entry):
4325         Rename insert-monthly-islamic-diary-entry.  Keep old name as alias.
4326         (diary-islamic-insert-yearly-entry):
4327         Rename insert-yearly-islamic-diary-entry.  Keep old name as alias.
4329         * calendar/cal-iso.el (calendar-iso-to-absolute): Rename
4330         calendar-absolute-from-iso.  Update callers, keep old name as alias.
4331         (calendar-iso-print-date): Rename calendar-print-iso-date.
4332         Update callers, keep old name as alias.
4333         (calendar-iso-goto-date): Rename calendar-goto-iso-date.
4334         Keep old name as alias.
4335         (calendar-iso-goto-week): Rename calendar-goto-iso-week.
4336         Keep old name as alias.
4338         * calendar/cal-julian.el (calendar-julian-to-absolute): Rename
4339         calendar-absolute-from-julian.  Update callers, keep old name as alias.
4340         (calendar-julian-print-date): Rename calendar-print-julian-date.
4341         Update callers, keep old name as alias.
4342         (calendar-julian-goto-date): Rename calendar-goto-julian-date.
4343         Update callers, keep old name as alias.
4344         (calendar-astro-to-absolute): Rename calendar-absolute-from-astro.
4345         Update callers, keep old name as alias.
4346         (calendar-astro-print-day-number):
4347         Rename calendar-print-astro-day-number.  Update callers, keep old
4348         name as alias.
4349         (calendar-astro-goto-day-number): Rename calendar-goto-astro-day-number.
4350         Update callers, keep old name as alias.
4352         * calendar/cal-mayan.el (calendar-mayan-string-from-long-count):
4353         Rename calendar-string-to-mayan-long-count.  Update callers.
4354         (calendar-mayan-print-date): Rename calendar-print-mayan-date.
4355         Update callers, keep old name as alias.
4356         (calendar-mayan-read-haab-date): Rename calendar-read-mayan-haab-date.
4357         Update callers.
4358         (calendar-mayan-read-tzolkin-date):
4359         Rename calendar-read-mayan-tzolkin-date.  Update callers.
4360         (calendar-mayan-next-haab-date): Rename calendar-next-haab-date.
4361         Keep old name as alias.
4362         (calendar-mayan-previous-haab-date): Rename calendar-previous-haab-date.
4363         Keep old name as alias.
4364         (calendar-mayan-next-tzolkin-date): Rename calendar-next-tzolkin-date.
4365         Keep old name as alias.
4366         (calendar-mayan-previous-tzolkin-date):
4367         Rename calendar-previous-tzolkin-date.  Keep old name as alias.
4368         (calendar-mayan-next-round-date):
4369         Rename calendar-next-calendar-round-date.  Keep old name as alias.
4370         (calendar-mayan-previous-round-date):
4371         Rename calendar-previous-calendar-round-date.  Keep old name as alias.
4372         (calendar-mayan-long-count-to-absolute): Rename
4373         calendar-absolute-from-mayan-long-count.  Keep old name as alias.
4374         (calendar-mayan-goto-long-count-date):
4375         Rename calendar-goto-mayan-long-count-date.  Keep old name as alias.
4377         * calendar/cal-persia.el (calendar-persian-month-name-array):
4378         Rename persian-calendar-month-name-array.  Update callers.
4379         (calendar-persian-epoch): Rename persian-calendar-epoch.
4380         Update callers.
4381         (calendar-persian-leap-year-p): Rename persian-calendar-leap-year-p.
4382         Update callers.
4383         (calendar-persian-last-day-of-month):
4384         Rename persian-calendar-last-day-of-month.  Update callers.
4385         (calendar-persian-to-absolute): Rename calendar-absolute-from-persian.
4386         Update callers, keep old name as alias.
4387         (calendar-persian-print-date): Rename calendar-print-persian-date.
4388         Update callers, keep old name as alias.
4389         (calendar-persian-goto-date): Rename calendar-goto-persian-date.
4390         Keep old name as alias.
4392         * calendar/cal-china.el, calendar/cal-coptic.el, calendar/cal-islam.el:
4393         * calendar/cal-persia.el, calendar/holidays.el, calendar/lunar.el:
4394         * calendar/solar.el: Update for cal-julian name changes.
4396         * calendar/cal-dst.el: Update for persian name changes.
4398         * calendar/cal-menu.el, calendar/calendar.el:
4399         Update for islamic, iso, julian, mayan, persian name changes.
4401         * calendar/diary-lib.el: Update for islamic name changes.
4403         * calendar/calendar.el (calendar-hebrew-all-holidays-flag):
4404         Rename all-hebrew-calendar-holidays.  Update callers, keep old name
4405         as alias.
4406         (calendar-christian-all-holidays-flag):
4407         Rename all-christian-calendar-holidays.  Update callers, keep old
4408         name as alias.
4409         (calendar-islamic-all-holidays-flag):
4410         Rename all-islamic-calendar-holidays.  Update callers, keep old
4411         name as alias.
4412         (calendar-bahai-all-holidays-flag): Rename all-bahai-calendar-holidays.
4413         Update callers, keep old name as alias.
4414         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/holidays.el:
4415         Update for the above name changes.
4417 2008-04-04  Juanma Barranquero  <lekktu@gmail.com>
4419         * hilit-chg.el (global-highlight-changes-mode)
4420         (highlight-changes-passive-string, highlight-changes-active-string):
4421         Mark as obsolete since 23.1, not 22.1.
4423 2008-04-03  Juanma Barranquero  <lekktu@gmail.com>
4425         * hilit-chg.el (highlight-changes-visibility-initial-state)
4426         (hilit-chg-update, highlight-changes-mode-turn-on):
4427         Fix typos in docstrings.
4429 2008-04-03  Stephen Berman  <Stephen.Berman@gmx.net>
4431         * newcomment.el (comment-enter-backward): Be careful to restore
4432         position changed during narrowing.
4434 2008-04-03  Giuliano Procida  <giuliano.procida@googlemail.com>  (tiny change)
4436         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4437         Recognize `sub ($$)'.
4439 2008-04-03  Richard Sharman  <rsharman@pobox.com>
4441         * hilit-chg.el (highlight-changes-mode): Rename from
4442         highlight-changes; no longer uses sub-modes active and passive;
4443         implemented by define-minor-mode.
4444         (highlight-changes-toggle-visibility): New function, to replace
4445         the old passive/active submodes of global-highlight-changes-mode;
4446         implemented by define-minor-mode.
4447         (global-highlight-changes-mode): Rename from global-highlight-changes;
4448         rewrite using define-globalized-minor-mode.
4449         (hilit-chg-major-mode-hook, hilit-chg-check-global)
4450         (hilit-chg-post-command-hook, hilit-chg-check-global)
4451         (hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due
4452         to use of define-globalized-minor-mode.
4453         (highlight-changes-global-initial-state): Change to be boolean.
4454         (highlight-changes-visible-string, highlight-changes-invisible-string):
4455         Rename from highlight-changes-active-string and
4456         highlight-changes-passive-string.
4457         (hilit-chg-update, hilit-chg-set): Use them.
4458         (global-highlight-changes-mode): Rename from global-highlight-changes.
4459         (hilit-chg-map-changes, hilit-chg-display-changes): Add arguments to
4460         docstring.
4461         (hilit-chg-hide-changes): Rewrite to use dolist.
4462         (hilit-chg-set-face-on-change, hilit-chg-update)
4463         (highlight-changes-rotate-faces): Use highlight-changes-visible-mode
4464         variable instead of testing highlight-changes-mode.
4465         (highlight-markup-buffers): Add require ediff-util; argument on calls
4466         to highlight-changes-mode changed.
4467         (highlight-compare-with-file): Fix problems with interactive
4468         call giving invalid default file.
4470 2008-04-03  Nick Roberts  <nickrob@snap.net.nz>
4472         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
4473         Fix in disassembly buffer (regression in 22.2).
4475 2008-04-03  Michael Kifer  <kifer@cs.stonybrook.edu>
4477         * emulation/viper-macs.el (viper-read-fast-keysequence):
4478         Use viper-read-event instead of viper-read-key.
4480         * emulation/viper.el (viper-mode): Move the check for fundamental mode.
4482         * emulation/viper-utils.el (viper-get-saved-cursor-color-in-insert-mode)
4483         (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant
4484         let-statements.
4486         * emulation/viper-ex.el, emulation/viper-macs.el:
4487         * emulation/viper-mous.el:
4488         Replace load with require in eval-when-compile.
4490 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4492         * files.el (auto-mode-alist): Use archive-mode for Debian packages.
4494         * arc-mode.el (archive-mode-map): Obey mouse-1-click-follows-link.
4495         (archive-try-jka-compr): New function.
4496         (archive-set-buffer-as-visiting-file): Use it.
4498         * tar-mode.el (tar-mode-map): Obey mouse-1-click-follows-link.
4500 2008-04-03  Chong Yidong  <cyd@stupidchicken.com>
4502         * simple.el (handle-shift-selection): New arg.
4504 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4506         * emacs-lisp/cl-macs.el (defsetf): Accept a lambda for the 2-arg form.
4508         * vc-bzr.el (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
4510 2008-04-03  Chong Yidong  <cyd@stupidchicken.com>
4512         * shell.el (shell-dynamic-complete-filename): New fun.
4513         (shell-dynamic-complete-functions): Use it.
4515         * help-fns.el (describe-variable): Undo 2008-02-25 change.
4517 2008-04-03  Kenichi Handa  <handa@m17n.org>
4519         * international/fontset.el (create-fontset-from-x-resource):
4520         Handle the error of X resource more gracefully.
4522         * international/latin1-disp.el (latin1-display): Don't use make-char.
4523         Fix the argument to set-char-table-range.
4524         (latin1-display-identities): Don't use make-char.
4525         (latin1-display-reset): Use map-charset-chars instead of directly
4526         calling standard-display-default.
4527         (latin1-display-check-font): Don't use make-char.
4528         (latin1-display-setup): Likewise.
4529         (latin1-display-ucs-per-lynx): Likewise.
4531 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4533         * emacs-lisp/timer.el (timer): Define as a defstruct, so we can
4534         name the fields, to make the code clearer.
4535         Rewrite all `aset' and `aref' using the defined accessors.
4536         (timer--time): New pseudo-field.
4537         (timer-set-time, timer-set-idle-time, timer-inc-time)
4538         (timer-set-time-with-usecs, with-timeout-suspend): Use it.
4539         (timer--time-less-p): New function.
4540         (timer--activate): New function, extracted from timer-activate.
4541         (timer-activate-when-idle, timer-activate): Use it.
4542         (cancel-function-timers): Use dolist.
4544 2008-04-03  Glenn Morris  <rgm@gnu.org>
4546         * add-log.el (c-beginning-of-defun, c-end-of-defun):
4547         Remove declarations; no longer used.
4548         (c-cpp-define-name, c-defun-name): Declare as functions.
4550         * calendar/cal-bahai.el (holiday-fixed): Autoload it.
4551         (holiday-bahai-new-year, holiday-bahai-ridvan): New functions.
4553         * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc)
4554         (holiday-passover-etc, holiday-hanukkah): Doc fix.
4555         Add optional argument.  Simplify.
4556         (holiday-tisha-b-av-etc): Use memq rather than unless.
4557         (holiday-julian): Autoload it.
4558         (holiday-hebrew-misc): New function.
4560         * calendar/cal-islam.el (holiday-islamic-new-year): New function.
4562         * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
4563         (hebrew-holidays-3, hebrew-holidays-4): Make obsolete.
4564         (hebrew-holidays-2): Just use holiday-hanukkah now it respects
4565         all-hebrew-calendar-holidays.
4566         (hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays):
4567         Simplify using new functions.
4568         (calendar-holidays): Doc fix.
4569         (generate-calendar-window): Use bound-and-true-p.
4571         * calendar/diary-lib.el (diary-mail-addr): Use bound-and-true-p.
4573         * calendar/holidays.el (calendar-holiday-list): Fix previous change.
4574         (holiday-filter-visible-calendar): Doc fix.  Use mapcar.
4575         (holiday-easter-etc): Fix nesting of result.  Tweak holiday order.
4576         Use calendar-date-is-visible-p, not holiday-filter-visible-calendar.
4578         * net/tramp.el (tramp-drop-volume-letter): Move definition before use.
4580 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4582         * vc-mtn.el (vc-mtn-command): Avoid localization of messages.
4584         * vc-bzr.el (vc-bzr-checkout): Simplify.
4586         * image-mode.el (image-mode-fit-frame): New command.
4588         * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo)
4589         (copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
4590         (keyboard-escape-quit): Check region-active-p i.s.o
4591         transient-mark-mode.
4593 2008-04-02  Simon Josefsson  <simon@josefsson.org>
4595         * net/imap.el (imap-enable-exchange-bug-workaround): New variable.
4596         (imap-message-copyuid-1): Use it.
4597         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
4598         J. Williams in
4599         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
4601 2008-04-02  Alan Mackenzie  <acm@muc.de>
4603         * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
4604         New optimised functions to get the name of the current defun/macro.
4606         * add-log.el (add-log-current-defun): Move the functionality which
4607         gets the current function name for C like modes to cc-cmds.el,
4608         thus optimising for speed.
4610 2008-04-02  Chong Yidong  <cyd@stupidchicken.com>
4612         * simple.el (deactivate-mark): When the mark is temporarily
4613         active, restore the original value of transient-mark-mode.
4614         (set-mark-command): First deactivate the mark if was temporarily active.
4615         (exchange-point-and-mark): Reactivate the mark if it was
4616         temporarily active.
4617         (handle-shift-selection): New fun.
4618         (transient-mark-mode): Move var documentation here from buffer.c.
4619         (next-line, previous-line, backward-word, move-end-of-line)
4620         (move-beginning-of-line, forward-to-indentation)
4621         (backward-to-indentation, back-to-indentation)
4622         (beginning-of-buffer, end-of-buffer): Add ^ interactive spec.
4624         * mouse.el (mouse-set-region-1): Save the old value of
4625         transient-mark-mode.
4626         (mouse-drag-track): Ignore the now-obsolete value `identity' for
4627         transient-mark-mode.
4629         * textmodes/paragraphs.el (forward-paragraph)
4630         (backward-paragraph, forward-sentence, backward-sentence): Add ^
4631         interactive spec.
4633         * emulation/cua-base.el (cua-mode): Turn off shift-select-mode.
4635 2008-04-02  Michael Albinus  <michael.albinus@gmx.de>
4637         * net/tramp.el (tramp-make-tramp-temp-file):
4638         Use `tramp-drop-volume-letter' for the local file name part.
4640 2008-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
4642         * progmodes/sh-script.el (sh-mode-map): Rename the menu.  Add :help.
4643         Add menu entries corresponding to all the key bindings.
4645         * emacs-lisp/debug.el (debugger-mode-map):
4646         * textmodes/conf-mode.el (conf-mode-map): Add a menu.
4647         (conf-align-assignments): Only work on the region if it is active.
4648         (conf-quote-normal): Use when instead of if.  Remove redundant test.
4650         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
4651         for tracing and re-builder.
4653 2008-04-02  Glenn Morris  <rgm@gnu.org>
4655         * calendar/appt.el (appt-disp-window-function): Doc fix.
4656         (appt-display-message): Move beep before display.
4657         (appt-check): Make interactive.  Reduce the number of lets.
4658         Use string-equal to compare mode-line strings.
4659         (appt-disp-window): Pluralize "minute" as needed.  Make appt buffer
4660         read-only.
4661         (appt-select-lowest-window, appt-make-list): Reduce the number of lets.
4662         (appt-delete): Simplify.
4664         * calendar/cal-china.el (holiday-chinese-new-year): Use a single let.
4666         * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
4668         * calendar/cal-hebrew.el (list-yahrzeit-dates):
4669         * calendar/cal-tex.el (cal-tex-insert-blank-days-at-end)
4670         (cal-tex-last-blank-p, cal-tex-daily-page): Expand calendar-for-loops.
4672         * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
4673         (calendar-holiday-marker, mark-visible-calendar-date):
4674         * calendar/diary-lib.el (fancy-diary-display):
4675         Check for font-lock-mode before using faces.
4677         * calendar/calendar.el (hebrew-holidays-3, generate-calendar-month)
4678         (calendar-gregorian-from-absolute): Reduce the number of lets.
4679         (hebrew-holidays-4, generate-calendar-window): Simplify.
4680         (calendar-for-loop): Make obsolete.
4681         (calendar-nth-named-day): Doc fix.
4683         * calendar/diary-lib.el (diary-list-entries, fancy-diary-display)
4684         (print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
4685         (calendar-mark-1, list-sexp-diary-entries, diary-remind):
4686         Reduce the number of lets.
4687         (mark-sexp-diary-entries, calendar-mark-complex):
4688         Expand calendar-for-loops.
4690 2008-04-01  Chong Yidong  <cyd@stupidchicken.com>
4692         * find-dired.el (find-dired-filter): Fix last patch to handle
4693         multi-line process input.  Pad link numbers too.
4695 2008-04-01  Jari Aalto  <jari.aalto@cante.net>
4697         * find-dired.el (find-dired-filter): Align columns by padding file sizes.
4699 2008-04-01  Jason Rumney  <jasonr@gnu.org>
4701         * international/characters.el (script-list): Add phonetic script,
4702         covering IPA (previously Latin), Phonetic Extensions and
4703         Phonetic Extensions Supplement (both previously unassigned).
4705         * international/fontset.el (setup-default-fontset): Use unicode fonts
4706         that cover bopomofo script for bopomofo.
4707         Likewise for braille and mathematical.
4708         Use unicode scripts that cover the phonetic script for IPA.
4710 2008-04-01  Johan BockgÃ¥rd  <bojohan@gnu.org>
4712         * emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
4713         return the assigned value.
4715 2008-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4717         * abbrev.el (abbrev-mode): Use define-minor-mode.
4719         * mouse.el (mouse-major-mode-menu-prefix): Remove.  Remove uses.
4720         (mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
4721         Use map-keymap.
4722         (minor-mode-menu-from-indicator): Use it.  Simplify.
4724         * bindings.el (mode-line-mode-menu): Move before (new) first use.
4725         (mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
4726         Bind the key directly to the menu.
4727         (mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.
4729 2008-04-01  Daiki Ueno  <ueno@unixuser.org>
4731         * epa.el (epa-decrypt-region): Explain the reason why this
4732         function should not be used in Lisp programs.
4733         (epa-decrypt-armor-in-region): Ditto.
4734         (epa-verify-region): Ditto.
4735         (epa-verify-cleartext-in-region): Ditto.
4736         (epa-sign-region): Ditto.
4737         (epa-encrypt-region): Ditto.
4739         * epg.el (epg-start-receive-keys): Fix typo in docstring.
4741         * epa.el (epa-select-keys): Show menu even if there is no key in
4742         GnuPG's keyring.
4744 2008-04-01  Glenn Morris  <rgm@gnu.org>
4746         * calendar/calendar.el (calendar-make-temp-face): New function.
4747         (mark-visible-calendar-date):
4748         * calendar/diary-lib.el (fancy-diary-display): Use it.
4750         * vc-hooks.el (vc-responsible-backend): Declare as function.
4752         * calendar/calendar.el (calendar-nongregorian-visible-p): New function.
4753         * calendar/cal-hebrew.el (calendar-hebrew-date-is-visible-p):
4754         * calendar/cal-julian.el (holiday-julian): Use it.
4756         * calendar/cal-hebrew.el (hebrew-calendar-elapsed-days): Doc fix.
4757         (calendar-hebrew-date-is-visible-p): Extract some common code into
4758         separate function.
4759         (holiday-hebrew, mark-hebrew-calendar-date-pattern): Use it.
4761         * calendar/cal-menu.el (cal-menu-holidays-menu):
4762         * calendar/calendar.el (calendar-mode-map): Use calendar-mark-holidays
4763         rather than obsolete alias.
4765         * calendar/calendar.el (mark-visible-calendar-date): Also use overlay
4766         for mark characters.
4767         (calendar-unmark): Unmark by removing all overlays, rather than
4768         redrawing.
4769         (calendar-starred-day): Remove.
4770         (calendar-mode): Disable undo.  Don't make calendar-starred-day local.
4771         (calendar-cursor-to-date): No need for special star handling now
4772         using overlays.
4773         (calendar-star-date): Use overlays.
4775         * calendar/cal-french.el (calendar-goto-french-date):
4776         * calendar/cal-hebrew.el (calendar-hebrew-from-absolute)
4777         (holiday-hanukkah, mark-hebrew-calendar-date-pattern):
4778         * calendar/cal-move.el (calendar-forward-month, calendar-end-of-month):
4779         * calendar/cal-persia.el (calendar-persian-date-string):
4780         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
4781         (cal-tex-cursor-month, cal-tex-LaTeXify-string):
4782         * calendar/lunar.el (lunar-phase-list, lunar-new-moon-on-or-after):
4783         * calendar/solar.el (solar-equinoxes-solstices):
4784         Reduce nesting of some lets.
4786         * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
4787         (calendar-goto-mayan-long-count-date): Simplify.
4789         * calendar/holidays.el (calendar-holiday-list, holiday-easter-etc):
4790         Simplify by using mapcar.
4791         (calendar-list-holidays): Return holiday-list.
4792         (list-holidays): Use let rather than let*.  Remove un-needed locals
4793         `d', `never'.
4794         (calendar-check-holidays): Return result from dolist.
4795         (holiday-float): Use a single let*.  Simplify if-and to and.
4796         (holiday-sexp, holiday-advent, holiday-greek-orthodox-easter): Use a
4797         single let*.
4799 2008-04-01  Jay Belanger  <jay.p.belanger@gmail.com>
4801         * calc/calc.el: Autoload `calc-yank'.
4802         (calc-mode-map): Add keybindings for `calc-yank'.
4803         * calc/calc-ext.el (calc-init-extensions): Remove keybinding
4804         assignments for `calc-yank'.
4806 2008-03-31  Dan Nicolaescu  <dann@ics.uci.edu>
4808         * vc.el (vc-status-add-entry): Assume ENTRY is a list, not a cons.
4809         (vc-status-mark-buffer-changed): Handle the extra field.
4811         * vc-bzr.el (vc-bzr-after-dir-status):
4812         * vc-cvs.el (vc-cvs-after-dir-status):
4813         * vc-hg.el (vc-hg-after-dir-status):
4814         * vc-svn.el (vc-svn-after-dir-status): Return a list, not a cons.
4816 2008-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4818         * doc-view.el: Compute displayed pages first (in PDF).
4819         (doc-view-current-converter-processes): Rename from
4820         doc-view-current-converter-process.  Update users.
4821         (doc-view-sentinel): Test buffer's liveness.
4822         (doc-view-pdf/ps->png-sentinel): Remove.
4823         (doc-view-start-process): New function.
4824         (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
4825         (doc-view-ps->pdf): Use it.
4826         (doc-view-pdf->png-1, doc-view-pdf->png, doc-view-active-pages):
4827         New functions.
4828         (doc-view-convert-current-doc, doc-view-goto-page): Use them.
4829         (doc-view-mode): Kill the processes when leaving the mode.
4831 2008-03-31  Juanma Barranquero  <lekktu@gmail.com>
4833         * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p):
4834         Use `byte-compile-warning-types'.  Add docstring.
4836 2008-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4838         * smerge-mode.el (smerge-apply-resolution-patch): New fun.
4839         (smerge-resolve): Add various resolution heuristics.
4841         * smerge-mode.el (smerge-refine): Allow highlighting other subparts
4842         in 3-way conflicts.
4844 2008-03-31  Glenn Morris  <rgm@gnu.org>
4846         * calendar/cal-bahai.el (diary-bahai-mark-entries):
4847         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
4848         * calendar/cal-islam.el (mark-islamic-diary-entries):
4849         Fix argument order in call to diary-mark-entries-1.
4851         * calendar/cal-bahai.el (calendar-bahai-date-string): Avoid an error for
4852         pre-Bahai dates.
4853         (holiday-bahai): Use an algorithm actually relevant to this calendar
4854         system.
4856         * calendar/cal-china.el (holiday-chinese-new-year): Doc fix.
4858         * calendar/cal-islam.el (holiday-islamic): Remove un-needed let.
4859         Use and.
4861         * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
4862         in the last fortnight in Julian October.
4864         * calendar/calendar.el (increment-calendar-month): Optionally handle
4865         systems without 12 months per year.
4867         (calendar-date-is-visible-p): Doc fix.  Simplify.
4869         * calendar/holidays.el (holiday-filter-visible-calendar): Return result
4870         from dolist.
4872 2008-03-30  Juanma Barranquero  <lekktu@gmail.com>
4874         * hi-lock.el (hi-lock-mode): Fix typos in docstring.
4875         (hi-lock-unload-function): New function.
4877 2008-03-30  Michael Albinus  <michael.albinus@gmx.de>
4879         * net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
4880         overwriting when NEWNAME is a local file.
4882         * net/trampver.el: Update release number.
4884 2008-03-30  Alexandre Julliard  <julliard@winehq.org>
4886         * vc-git.el: Make vc-status display information about copies,
4887         renames and permission changes.
4888         (vc-git-extra-fileinfo): New defstruct.
4889         (vc-git-escape-file-name, vc-git-file-type-as-string)
4890         (vc-git-rename-as-string, vc-git-permissions-as-string)
4891         (vc-git-status-printer): New functions.
4892         (vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo.
4893         (vc-git-after-dir-status-stage1): Look for copies, renames and
4894         permission changes.
4895         (vc-git-after-dir-status-stage1-empty-db): Set permissions.
4896         (vc-git-dir-status): Ask for staged files and renames.
4898 2008-03-30  Dan Nicolaescu  <dann@ics.uci.edu>
4900         * vc.el: Allow backends to display backend specific information in
4901         the vc-status listing.
4902         (vc-status-fileinfo): Add a field for backend specific information.
4903         (vc-status-printer): Rename to ...
4904         (vc-default-status-printer): ... this.
4905         (vc-status-printer): New function.
4906         (vc-update-vc-status-buffer): Set the backend specific file info
4907         if provided.
4909 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4911         * textmodes/remember.el (remember-diary-convert-entry): Revert last
4912         change (ill-conceived).
4914 2008-03-29  Glenn Morris  <rgm@gnu.org>
4916         * calendar/cal-hebrew.el (holiday-hebrew): Simplify.
4917         * calendar/cal-julian.el (holiday-julian): Simplify.
4919         * calendar/holidays.el (list-holidays): Use or.
4921 2008-03-29  Juri Linkov  <juri@jurta.org>
4923         * window.el (split-window-preferred-horizontally): New function.
4925         * cus-start.el (split-window-preferred-function):
4926         Set choice for "vertically" to nil instead of split-window.
4927         Set choice for "horizontally" to split-window-preferred-horizontally
4928         instead of lambda.
4930 2008-03-29  Juri Linkov  <juri@jurta.org>
4932         * simple.el (minibuffer-default-add-function): New variable with
4933         the default to minibuffer-default-add-completions.
4934         (minibuffer-default-add-done): New variable.  Make it buffer-local.
4935         (minibuffer-default-add-completions): New function.
4936         (goto-history-element): Set minibuffer-default-add-done to t and
4937         call a function in minibuffer-default-add-function when the
4938         specified absolute history position is greater than the length of
4939         the minibuffer-default list and minibuffer-default-add-done is nil.
4940         Change "^End of history; no next item$" to "^End of defaults;
4941         no next item$".
4943         * bindings.el (debug-ignored-errors): Change "^End of history;
4944         no next item$" to "^End of defaults; no next item$".
4946 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4948         * subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.
4950         * textmodes/remember.el (remember-diary-convert-entry): Prefer boundp
4951         to with-no-warnings.
4953 2008-03-29  Michael Albinus  <michael.albinus@gmx.de>
4955         Sync with Tramp 2.1.13.
4957         * net/tramp-ftp.el: Require 'cl when byte-compiling.
4959         * net/trampver.el: Update release number.
4961 2008-03-29  Dan Nicolaescu  <dann@ics.uci.edu>
4963         * vc-hooks.el (vc-menu-map-filter): Be more careful when finding
4964         the current backend.
4966         * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
4967         (vc-status-refresh): Create a temporary buffer and call the
4968         `dir-status' backend function from that buffer.
4970         * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
4971         (vc-bzr-after-dir-status): Don't kill the buffer.
4973         * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
4974         (vc-cvs-after-dir-status): Don't kill the buffer.
4976         * vc-git.el (vc-git-dir-status): Don't create a buffer.
4977         (vc-git-after-dir-status-stage2): Don't kill the buffer.
4979         * vc-hg.el (vc-hg-dir-status): Don't create a buffer.
4980         (vc-hg-after-dir-status): Don't kill the buffer.
4982         * vc-svn.el (vc-svn-dir-status): Don't create a buffer.
4983         (vc-svn-after-dir-status): Don't kill the buffer.
4985 2008-03-29  Glenn Morris  <rgm@gnu.org>
4987         * calendar/calendar.el (diary-file, american-date-diary-pattern)
4988         (european-date-diary-pattern, european-calendar-display-form)
4989         (american-calendar-display-form, diary-display-hook): Doc fixes.
4990         (european-calendar-style): Doc fix.  Use calendar-set-date-style for
4991         custom :set.  Mark as obsolete.
4992         (calendar-date-style, iso-date-diary-pattern)
4993         (iso-calendar-display-form): New user variables.
4994         (diary-date-forms, calendar-date-display-form): Set using
4995         calendar-date-style.  Doc fix.
4996         (calendar-set-date-style): New command.
4997         (european-calendar, american-calendar): Use calendar-set-date-style.
4998         Mark as obsolete.
5000         * calendar/diary-lib.el (number): Move declaration where needed.
5001         (diary-mail-entries, list-sexp-diary-entries): Doc fixes.
5002         (diary-make-date): New function.
5003         (diary-date, diary-block, diary-anniversary, diary-cyclic): Doc fix.
5004         Use diary-make-date.
5005         (diary-date-display-form, diary-insert-entry-1): New functions.
5006         (insert-monthly-diary-entry, insert-yearly-diary-entry):
5007         Use diary-insert-entry-1.
5008         (insert-anniversary-diary-entry, insert-block-diary-entry)
5009         (insert-cyclic-diary-entry): Use diary-date-display-form.
5011         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
5012         Autoload diary-insert-entry-1.
5013         * calendar/cal-bahai.el (diary-bahai-insert-entry)
5014         (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
5015         * calendar/cal-hebrew.el (insert-hebrew-diary-entry)
5016         (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
5017         * calendar/cal-islam.el (insert-islamic-diary-entry)
5018         (insert-monthly-islamic-diary-entry, insert-yearly-islamic-diary-entry):
5019         Use diary-insert-entry-1.
5021         * calendar/cal-hebrew.el (diary-make-date): Autoload it.
5022         (diary-yahrzeit): Doc fix.  Use diary-make-date.
5024         * calendar/icalendar.el (icalendar--datetime-to-american-date):
5025         New name for icalendar--datetime-to-noneuropean-date.  Make old name
5026         obsolete alias.
5027         (icalendar--datetime-to-iso-date): New function.
5028         (icalendar--datetime-to-diary-date): Doc fix.  Respect
5029         calendar-date-style if bound.
5031         * textmodes/remember.el (remember-diary-convert-entry):
5032         Respect calendar-date-style if bound.
5034 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5036         * xt-mouse.el (xterm-mouse-mode): Use delete-terminal-functions.
5037         (xterm-mouse-handle-delete-frame): Delete.
5039         * term/xterm.el (terminal-init-xterm): Use delete-terminal-functions.
5040         (xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys)
5041         (xterm-remove-modify-other-keys): Lookup terminal rather than frame
5042         in xterm-modify-other-keys-terminal-list.
5044         * vc-bzr.el (vc-bzr-state-heuristic): Fix last change for when there
5045         are conflicts.
5047 2008-03-29  Dan Nicolaescu  <dann@ics.uci.edu>
5049         * vc.el (vc-update): Check if the buffer is unsaved only if it
5050         actually exists.
5051         (vc-status-mode-map, vc-status-menu-map): Bind vc-update and
5052         vc-print-log.
5054 2008-03-28  Magnus Henoch  <mange@freemail.hu>
5056         * net/dns.el (dns-write): Use set-buffer-multibyte.
5058 2008-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5060         * vc-bzr.el (vc-bzr-sha1): New fun.
5061         (vc-bzr-state-heuristic): New fun, extracted from vc-bzr-registered.
5062         (vc-bzr-registered): Use it.
5064 2008-03-28  Dan Nicolaescu  <dann@ics.uci.edu>
5066         * vc.el (vc-status-kill-dir-status-process): Simplify.
5067         (vc-status-refresh): Make sure the buffer is live.
5068         (ring): Don't require it, not used.
5070 2008-03-28  Wilson Snyder  <wsnyder@wsnyder.org>
5072         * progmodes/verilog-mode.el (verilog-auto-inout-module):
5073         Add optional regular expression to AUTOINOUTMODULE.
5074         (verilog-inject-auto, verilog-auto-arg, verilog-auto-inst)
5075         (verilog-auto-inst-param, verilog-auto-reg)
5076         (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
5077         (verilog-auto-output-every, verilog-auto-input)
5078         (verilog-auto-inout, verilog-auto-sense, verilog-auto-tieoff)
5079         (verilog-auto-unused, verilog-auto): Update documentation to use
5080         more obvious instance module names versus cell names.
5082 2008-03-28  Jan Djärv  <jan.h.d@swipnet.se>
5084         * progmodes/compile.el (compilation-mode-tool-bar-map): Only enable
5085         kill if a process is running.
5087         * progmodes/grep.el (grep-mode-tool-bar-map): The same.
5089 2008-03-28  Dan Nicolaescu  <dann@ics.uci.edu>
5091         * vc.el: Add new backend function 'status-extra-headers.
5092         (vc-default-status-extra-headers): New function.
5093         (vc-status-headers): Call 'status-extra-headers.  Add colors.
5095         * vc-git.el (vc-git-status-extra-headers): New function.
5097 2008-03-28  Glenn Morris  <rgm@gnu.org>
5099         * calendar/cal-menu.el (cal-menu-holidays-menu)
5100         (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
5101         (cal-menu-list-holidays-previous-year): Simplify now that 2nd arg of
5102         holiday-list is optional.
5103         (calendar-mouse-holidays): Remove un-needed local `l'.
5105         * calendar/cal-move.el (calendar-cursor-to-nearest-date):
5106         Remove un-needed local `date'.
5107         (calendar-cursor-to-visible-date): Use let rather than let*.
5108         Remove un-needed local `first-of-month-weekday'.
5110         * calendar/calendar.el (abbreviated-calendar-year): Move to diary-lib.
5112         * calendar/diary-lib.el (print-diary-entries-hook, diary-list-entries):
5113         Doc fixes.
5114         (abbreviated-calendar-year): Move here from calendar.el.  Doc fix.
5115         (diary-header-line-flag, diary-header-line-format): Declare.
5116         (diary-pull-attrs): Check for multiple matches.
5117         (diary-list-entries-2): Simplify finding start of date.
5118         (diary-show-all-entries, make-diary-entry): Respect non-nil values of
5119         pop-up-frames.
5120         (diary-mark-entries-1): Re-use offset in abbreviated-year case.
5121         (mark-sexp-diary-entries): Remove superfluous call to diary-pull-attrs.
5123 2008-03-27  Dan Nicolaescu  <dann@ics.uci.edu>
5125         * vc-hg.el (vc-hg-state, vc-hg-dir-state): Deal with 'missing files.
5127         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate.
5129 2008-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5131         * vc-hooks.el (vc-before-save): Don't prevent saving the file.
5133         * image-mode.el (image-mode-reapply-winprops): Fix last change.
5135 2008-03-27  Kenichi Handa  <handa@ni.aist.go.jp>
5137         * international/mule-conf.el (define-iso-single-byte-charset):
5138         Don't make latin-iso8859-* supplementary.
5139         (#'set-charset-priority): Don't change the priority of charsets
5140         `unicode' and `emacs'.
5142 2008-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5144         * vc.el (vc-do-command): Don't pop to the buffer if it's an internal
5145         temp buffer.
5147 2008-03-27  Glenn Morris  <rgm@gnu.org>
5149         * calendar/cal-bahai.el (diary-bahai-list-entries):
5150         * calendar/cal-hebrew.el (list-hebrew-diary-entries):
5151         * calendar/cal-islam.el (list-islamic-diary-entries): Doc fix.
5153         * calendar/calendar.el (diary-file): Doc fix.
5155         * calendar/diary-lib.el (diary-face-attrs): Fix `height' regexp.
5156         (list-diary-entries-hook, mark-diary-entries-hook)
5157         (include-other-diary-files, diary-mail-entries)
5158         (mark-included-diary-files, list-sexp-diary-entries): Doc fixes.
5159         (diary-set-header): New function.
5160         (diary-header-line-flag, diary-header-line-format):
5161         Use diary-set-header for custom :set function.
5162         (diary-set-maybe-redraw): Use symbol-value rather than eval.
5163         (diary-attrtype-convert): Use intern-soft rather than read.
5164         (diary-display-no-entries): New function.
5165         (simple-diary-display, fancy-diary-display): Use it.
5166         (fancy-diary-display): Doc fix.  Remove unneeded local entry-list.
5167         (diary-mark-entries-1): Fix position offsets in non-gregorian case.
5169         * calendar/holidays.el (list-holidays): Doc fix.
5171 2008-03-26  Jay Belanger  <jay.p.belanger@gmail.com>
5173         * calc/calc-store.el (calc-read-var-name-history): New variable.
5174         (calc-read-var-name): Use `calc-read-var-name-history'.
5176 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5178         * image-mode.el (image-mode-reapply-winprops): Simplify now that
5179         window-configuration-change-hook works buffer-locally.
5181 2008-03-26  Johan BockgÃ¥rd  <bojohan@gnu.org>
5183         * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table
5184         for Emacs Lisp, not Lisp.
5186 2008-03-26  Juanma Barranquero  <lekktu@gmail.com>
5188         * help-fns.el (describe-function-1, describe-variable):
5189         If CURRENT-NAME is nil, don't end obsolescence info with semicolon.
5191         * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no
5192         replacement is provided, don't print "use nil instead".
5194 2008-03-26  Johan BockgÃ¥rd  <bojohan@gnu.org>
5196         * complete.el (PC-do-completion): Use regexp-quote.
5198 2008-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
5200         * vc-cvs.el (vc-cvs-parse-status, vc-cvs-after-dir-status):
5201         Detect missing files.
5203         * vc-git.el (vc-git-extra-menu-map): New key map.
5204         (vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep):
5205         New functions.
5207         * vc-hooks.el (vc-default-mode-line-string): Deal with 'removed
5208         and 'missing files.
5210 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5212         * calendar/holidays.el (list-holidays): Make Y2 optional.
5214         * calendar/appt.el (appt-buffer-name): Don't use a leading space for
5215         buffers shown to the user.
5216         (appt-disp-window): Disable undo explicitly now that the leading space
5217         is gone.
5219         * simple.el (activate-mark): New function.
5220         (set-mark-command): Use it with region-active-p to clean up the code.
5221         (exchange-point-and-mark): Invert the meaning of C-u when
5222         transient-mark-mode is active.
5224         * dired-aux.el (dired-create-files): Use dolist.
5226         * bindings.el (mode-line-change-eol): Use with-selected-window.
5228         * apropos.el (apropos-command): Include macros.
5230 2008-03-26  Glenn Morris  <rgm@gnu.org>
5232         * calendar/cal-bahai.el: Require calendar, not cal-julian.
5233         (calendar-bahai-epoch): Doc fix.
5235         * calendar/cal-china.el: Explicitly require calendar.
5237         * calendar/cal-coptic.el, calendar/cal-islam.el, calendar/cal-persia.el:
5238         Require calendar rather than cal-julian.
5239         Autoload calendar-absolute-from-julian.
5240         * calendar/cal-coptic.el (coptic-calendar-epoch):
5241         * calendar/cal-islam.el (calendar-islamic-epoch):
5242         * calendar/cal-persia.el (persian-calendar-epoch): Set when compiling.
5244         * calendar/cal-islam.el (calendar-islamic-epoch): Doc fix.
5246         * calendar/cal-dst.el: Don't require cal-persia.
5247         (calendar-absolute-from-persian): Autoload it.
5248         (dst-adjust-time): Doc fix.
5250         * calendar/cal-menu.el (cal-menu-diary-menu): Remove menu headings that
5251         cause cal-bahai, cal-islam, cal-hebrew to be loaded on starting the
5252         calendar.
5254         * calendar/cal-menu.el: Require calendar rather than declaring
5255         functions.
5256         * calendar/calendar.el: Provide calendar before requiring cal-menu.
5258         * calendar/cal-x.el (calendar-after-frame-setup-hook): New name for
5259         calendar-after-frame-setup-hooks.  Update callers, make old name an
5260         obsolete alias.  Doc fix.
5261         (calendar-frame-1): Doc fix.
5263         * calendar/calendar.el (solar-holidays): Simplify holiday-sexp calls.
5265         * calendar/calendar.el (oriental-holidays, solar-holidays):
5266         * calendar/holidays.el (list-holidays): Assume atan always bound.
5268         * calendar/lunar.el, calendar/solar.el: Remove floating-point check.
5269         Explicitly require calendar, not cal-julian.
5270         * calendar/lunar.el: Explicitly require cal-dst.
5272 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5274         * autorevert.el (auto-revert-buffers): Use buffer-live-p.
5276         * help-fns.el (describe-function-1, describe-variable): If no
5277         replacement is provided, don't print "use nil instead".
5279 2008-03-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5281         * proced.el: New file.
5283 2008-03-25  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
5285         * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.
5287 2008-03-25  Juri Linkov  <juri@jurta.org>
5289         * battery.el: Add file cookie coding:iso-8859-1 for the degree sign
5290         in battery-mode-line-format.
5292         * bindings.el (minibuffer-local-map): For the command
5293         file-cache-minibuffer-complete replace keymap minibuffer-local-map
5294         with map which is already locally bound to minibuffer-local-map.
5296 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5298         * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
5299         Remove `sort-first' argument.
5301         * subr.el (redisplay-end-trigger-functions)
5302         (window-redisplay-end-trigger, set-window-redisplay-end-trigger)
5303         (process-filter-multibyte-p, set-process-filter-multibyte):
5304         Mark as obsolete.
5306 2008-03-25  Juanma Barranquero  <lekktu@gmail.com>
5308         * emacs-lisp/re-builder.el (reb-mode-common): Remove reference to
5309         bogus variable `reb-kill-buffer'; don't make hooks buffer-local,
5310         use the LOCAL arg of `add-hook'.
5311         (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
5312         Remove spurious * from defcustom docstrings.
5313         (reb-next-match, reb-prev-match, reb-enter-subexp-mode):
5314         Fix typos in messages.
5315         (reb-mode-buffer-p): New function.
5316         (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'.  Use `when'.
5317         (top, reb-show-subexp, reb-auto-update, reb-auto-update)
5318         (reb-delete-overlays, reb-cook-regexp, reb-update-regexp)
5319         (reb-update-overlays): Use `unless', `when'.
5320         (re-builder-unload-function): New function.
5322 2008-03-25  Dan Nicolaescu  <dann@ics.uci.edu>
5324         * vc-hooks.el (vc-state): Add documentation for 'missing.
5326 2008-03-25  Wilson Snyder  <wsnyder@wsnyder.org>
5328         * progmodes/verilog-mode.el (verilog-auto-output)
5329         (verilog-auto-input, verilog-auto-inout, verilog-auto)
5330         (verilog-delete-auto): Add optional regular expression to
5331         AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
5332         (verilog-signals-matching-regexp): New internal function for
5333         signal matching.
5335 2008-03-25  Johan BockgÃ¥rd  <bojohan@gnu.org>
5337         * info.el (Info-isearch-search): Always return point.
5339 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5341         * diff-mode.el (diff-remembered-defdir): New var.
5342         (diff-find-file-name): Use it to flush diff-remembered-files-alist.
5344 2008-03-25  Glenn Morris  <rgm@gnu.org>
5346         * calendar/cal-bahai.el (calendar-bahai-read-date): New name for
5347         calendar-bahai-prompt-for-date.  Update callers, make old name an
5348         obsolete alias.  Doc fix.
5349         * calendar/cal-coptic.el (calendar-coptic-read-date): New name for
5350         coptic-prompt-for-date.  Update callers, make old name an
5351         obsolete alias.  Doc fix.
5352         * calendar/cal-hebrew.el (calendar-hebrew-read-date): New name for
5353         calendar-hebrew-prompt-for-date.  Update callers.  Doc fix.
5354         * calendar/cal-islam.el (calendar-islamic-read-date): New name for
5355         calendar-islamic-prompt-for-date.  Update callers.  Doc fix.
5356         * calendar/cal-iso.el (calendar-iso-read-date): New name for
5357         calendar-iso-read-args.  Update callers, make old name an obsolete
5358         alias.
5359         * calendar/cal-persia.el (calendar-persian-read-date): New name for
5360         persian-prompt-for-date.  Update callers, make old name an
5361         obsolete alias.  Doc fix.  Move definition before use.
5363         * calendar/cal-x.el (diary-frame-parameters)
5364         (calendar-frame-parameters, calendar-and-diary-frame-parameters)
5365         (calendar-frame-1): Doc fixes.
5366         (make-fancy-diary-buffer): Remove declaration.
5367         (calendar-dedicate-diary): Replace call to deleted function
5368         make-fancy-diary-buffer.
5369         (calendar-frame-setup): New function.
5370         (calendar-one-frame-setup, calendar-only-one-frame-setup)
5371         (calendar-two-frame-setup): Call calendar-frame-setup to do the actual
5372         work, and mark as obsolete.
5373         (special-display-buffer-names): Don't mess with this; it's not our
5374         business.
5375         (cal-x-load-hook): Defvar it, and mark as obsolete.
5377         * calendar/calendar.el (calendar-remove-frame-by-deleting):
5378         Default to t.  Add to 'calendar group.
5379         (calendar): Doc fix.  Use calendar-frame-setup.
5380         (calendar-basic-setup): Doc fix.  Add optional NODISPLAY argument.
5381         (generate-calendar-window): Doc fix.
5383 2008-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5385         * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
5387 2008-03-24  Drew Adams  <drew.adams@oracle.com>
5389         * finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
5390         New variables.
5391         (finder-mode): Use finder-mode-syntax-table.  Set font-lock-defaults.
5392         (finder-exit): Ignore errors rather than avoiding them.
5393         Kill *Finder-package* buffer also.
5395 2008-03-24  Andreas Schwab  <schwab@suse.de>
5397         * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
5399 2008-03-24  Dan Nicolaescu  <dann@ics.uci.edu>
5401         * vc-hg.el (vc-hg-after-dir-status):
5402         * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
5404         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
5405         Detect removed files.
5407         * vc.el (vc-status-printer): Use a different face for missing files.
5408         (vc-status-hide-up-to-date): Rename from
5409         vc-status-remove-up-to-date.  Update all callers.
5410         (vc-status-mode-map): Bind C-m.
5412 2008-03-24  Alexandre Julliard  <julliard@winehq.org>
5414         * vc-git.el (vc-git-after-dir-status-stage1): Move state matching
5415         code ...
5416         (vc-git--state-code): ... to this new function.
5417         (vc-git-state): Use it.
5419 2008-03-24  Trent Buck  <trentbuck@gmail.com>  (tiny change)
5421         * textmodes/remember.el (remember-mail-date)
5422         (remember-store-in-mailbox): Write date and From line in such a
5423         way that Mutt can read it.
5425 2008-03-23  Chong Yidong  <cyd@stupidchicken.com>
5427         * simple.el (transient-mark-mode): Turn on by default.
5429 2008-03-23  Dan Nicolaescu  <dann@ics.uci.edu>
5431         * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
5432         'unregistered for unregistered files.
5434         * vc-hg.el (vc-hg-state): Return 'removed for removed files.
5436         * bindings.el (standard-mode-line-modes): Avoid duplicating a string.
5438         * vc-cvs.el (vc-cvs-parse-status): Note there are problems with
5439         subdirectories.
5441         * vc.el (vc-status-prepare-status-buffer): Fix thinko.
5442         (vc-status-menu-map): Add binding for vc-status-kill-dir-status-process.
5443         Add :enable for vc-status-refresh.
5444         (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
5445         (vc-status-tool-bar-map): Add binding for
5446         vc-status-kill-dir-status-process.
5447         Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
5448         (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
5449         Reset vc-status-process-buffer.
5450         (vc-status-refresh): Don't run two refreshes at a time.
5451         (vc-status): If the buffer is already in vc-status-mode only refresh.
5452         (vc-status-mark-buffer-changed): Add an optional file parameter.
5453         (vc-resynch-buffer): Use it.
5454         (vc-delete-file): Expand the file name before using it.
5455         Be careful to not create a new buffer with the old file contents.
5456         Update the VC state after performing the operation.
5458 2008-03-23  Andreas Schwab  <schwab@suse.de>
5460         * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
5461         Fix radio button condition.
5462         [box]: Likewise.
5463         [customize]: Add radio button.
5465 2008-03-23  Jay Belanger  <jay.p.belanger@gmail.com>
5467         * calc/calc.el (calc-was-keypad-mode, calc-full-mode)
5468         (calc-user-parse-tables, calc-gnuplot-default-device)
5469         (calc-gnuplot-default-output, calc-gnuplot-print-device)
5470         (calc-gnuplot-print-output, calc-gnuplot-geometry)
5471         (calc-graph-default-resolution, calc-graph-default-resolution-3d)
5472         (calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
5473         (calc-undo-list, calc-redo-list, calc-main-buffer)
5474         (calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
5475         (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
5476         (calc-said-hello, calc-executing-macro, calc-any-selections)
5477         (calc-help-phase, calc-full-help-flag, calc-refresh-count)
5478         (calc-display-dirty, calc-embedded-info, calc-embedded-active)
5479         (calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
5480         (math-expr-variable-mapping, calc-mode-map, calc-digit-map)
5481         (calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
5482         (calc-create-buffer, calc-quit): Add docstrings.
5484 2008-03-23  Juanma Barranquero  <lekktu@gmail.com>
5486         * makefile.w32-in (WINS_ALMOST): Add org.
5488 2008-03-23  Dan Nicolaescu  <dann@ics.uci.edu>
5490         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
5491         New functions to implement vc-status support.
5493 2008-03-22  Dan Nicolaescu  <dann@ics.uci.edu>
5495         * vc.el (vc-status-prepare-status-buffer): New function.
5496         (vc-status): Use it.
5498         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
5499         appropriate.
5501 2008-03-22  Alexandre Julliard  <julliard@winehq.org>
5503         * vc-git.el (vc-git--empty-db-p)
5504         (vc-git-after-dir-status-stage1-empty-db): New functions.
5505         (vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
5506         Add support for empty repositories.
5508 2008-03-22  Dan Nicolaescu  <dann@ics.uci.edu>
5510         * vc-git.el (vc-git-annotate-extract-revision-at-line):
5511         Allow "^" in a version name.
5513         * vc-mtn.el (vc-mtn-state): Support the added state.
5515 2008-03-22  Carsten Dominik  <dominik@science.uva.nl>
5517         * org: New directory for Org-mode.
5519         * org/org-export-latex.el: Moved from lisp/texmodes.
5521         * org/org-irc.el: Moved from lisp/texmodes.
5523         * org/org-mac-message.el: Moved from lisp/texmodes.
5525         * org/org-mouse.el: Moved from lisp/texmodes.
5527         * org/org-publish.el: Moved from lisp/texmodes.
5529 2008-03-21  Juri Linkov  <juri@jurta.org>
5531         * comint.el (comint-dynamic-simple-complete):
5532         Use variable `stub' for the second arg `common-substring'
5533         of `comint-dynamic-list-completions'.
5534         (comint-dynamic-list-filename-completions):
5535         Use variable `filenondir' for the second arg `common-substring'
5536         of `comint-dynamic-list-completions'.
5537         (comint-dynamic-list-completions): Add new optional arg
5538         `common-substring'.  Add `common-substring' as the second arg of
5539         the call to `display-completion-list'.  Doc fix.
5541         * comint.el (comint-dynamic-complete-as-filename)
5542         (comint-dynamic-list-filename-completions)
5543         (comint-dynamic-simple-complete): Use `minibuffer-message'
5544         to display message "No completions of %s" when a command
5545         is called in the minibuffer.
5546         (comint-dynamic-simple-complete): Don't display other
5547         completion messages when a command is called in the minibuffer.
5548         (comint-dynamic-list-completions): Use `minibuffer-message'
5549         to display message " [Type space to flush ...]" when a command
5550         is called in the minibuffer.
5552         * shell.el (shell-dynamic-complete-command)
5553         (shell-dynamic-complete-environment-variable): Don't display
5554         completion messages when command is called in the minibuffer.
5556         * emacs-lisp/lisp.el (lisp-complete-symbol):
5557         Use `minibuffer-message' to display message "No completions of %s"
5558         when this command is called in the minibuffer.
5560         * bindings.el (standard-mode-line-modes): Put special help-echo
5561         tooltip on recursive edit %[ %] mode-line constructs.
5563         * dabbrev.el (debug-ignored-errors): Remove $ from the end of
5564         "^No dynamic expansion for .* found$" to allow error messages like
5565         "No dynamic expansion for \"%s\" found in this-buffer".
5567 2008-03-21  Michael Albinus  <michael.albinus@gmx.de>
5569         * net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
5570         "psftp".
5572 2008-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5574         * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
5575         * vc.el (vc-default-dired-state-info): Use just "modified".
5576         * vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
5577         (vc-cvs-mode-line-string): Make use of the better default.
5578         (vc-cvs-parse-entry): Use the new `added'.
5579         (vc-cvs-dired-state-info): Remove.
5580         * vc-svn.el (vc-svn-dired-state-info): Remove.
5581         * vc-hg.el (vc-hg-dired-state-info): Remove.
5582         * vc-git.el (vc-git-dired-state-info): Remove.
5584 2008-03-21  Dan Nicolaescu  <dann@ics.uci.edu>
5586         * vc-git.el (vc-git-status-result): New variable.
5587         (vc-git-dir-status): Split out ...
5588         (vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
5589         ... these new functions and work asynchronously.
5591 2008-03-21  Alexandre Julliard  <julliard@winehq.org>
5593         * vc-git.el (vc-git-after-dir-status): Remove.
5594         (vc-git-dired-state-info): Reimplement.
5596 2008-03-21  Dan Nicolaescu  <dann@ics.uci.edu>
5598         * replace.el (occur-mode-map): Add :help.
5600         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entry
5601         for disassemble.
5603         * vc.el (vc-status-mark-buffer-changed): Better deal with files in
5604         the 'added state.
5605         (vc-status-remove-up-to-date): New function.
5606         (vc-status-mode-map, vc-status-menu-map): Bind it.
5607         (vc-status-printer): Use a different face up-to-date files.
5608         (vc-resynch-buffer): Update the vc-status buffer if it exists.
5609         (Todo): Remove solved entries.
5611         * vc-hg.el (vc-hg-state):
5612         * vc-git.el (vc-git-state):
5613         * vc-cvs.el (vc-cvs-parse-status):
5614         * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
5615         state.
5617 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5619         * progmodes/compile.el (compile):
5620         * progmodes/grep.el (grep, grep-find): Use read-shell-command.
5622         * simple.el (minibuffer-local-shell-command-map): New var.
5623         (minibuffer-complete-shell-command, read-shell-command): New funs.
5624         (shell-command, shell-command-on-region): Use them.
5626 2008-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
5628         * vc.el (vc-status-mark-buffer-changed): New function to implement
5629         updating of the *vc-status* buffer when a buffer is saved.
5630         (vc-status-mode): Use it for after-change-hook.
5631         (vc-add-to-vc-status-buffer): Rename to ...
5632         (vc-status-add-entry): ... this.
5633         (Todo): Add new entry.
5635 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5637         * sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness.
5639 2008-03-20  Juanma Barranquero  <lekktu@gmail.com>
5641         * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars)
5642         (icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
5643         Remove spurious * from defcustom docstrings.
5644         (icomplete-compute-delay): Fix docstring and remove spurious *.
5645         (icomplete-delay-completions-threshold): Fix typo in docstring and
5646         remove spurious *.
5647         (icomplete-completions): While collecting the list of prospective
5648         candidates, don't overshoot `icomplete-prospects-length'.
5650 2008-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
5652         * textmodes/refbib.el:
5653         * textmodes/reftex.el:
5654         * textmodes/reftex-global.el:
5655         * textmodes/reftex-vars.el:
5656         * textmodes/reftex-toc.el: Don't use eval-and-compile for byte
5657         compiler pacifying defvars.
5658         (reftex-toc-mode): Only make zmacs-regions local on XEmacs.
5659         * textmodes/reftex-index.el (zmacs-regions): Remove pacifier,
5660         not needed.
5662 2008-03-20  Wilson Snyder  <wsnyder@wsnyder.org>
5664         * progmodes/verilog-mode.el (verilog-easy-menu-filter): New function.
5665         (verilog-stmt-menu, verilog-menu): Add :help and filter it.
5666         (verilog-customize, verilog-font-customize)
5667         (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
5668         (verilog-mode): Update documentation strings to match tool tips.
5669         (verilog-auto-search-do, verilog-auto-re-search-do)
5670         (verilog-skip-forward-comment-or-string): Fix verilog-auto
5671         expansion when a .* appears inside a string.
5672         (verilog-re-search-forward, verilog-re-search-backward):
5673         Add comment to recall how this works.
5674         (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
5676 2008-03-20  Glenn Morris  <rgm@gnu.org>
5678         * calendar/calendar.el (calendar-other-dates): New function.
5679         (calendar-print-other-dates): Use calendar-other-dates.
5680         * calendar/cal-menu.el (calendar-other-dates): Declare it, and removes
5681         the declarations it replaces.
5682         (calendar-mouse-print-dates): Use calendar-other-dates.
5684         * calendar/cal-bahai.el (calendar-bahai-leap-year-p)
5685         (calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
5686         (calendar-absolute-from-bahai): Fix the leap-year case.
5687         (calendar-bahai-from-absolute): Re-use the Gregorian month.
5688         (calendar-bahai-date-string, calendar-bahai-print-date):
5689         Handle pre-Bahai dates.
5691         * calendar/cal-china.el (chinese-calendar-celestial-stem)
5692         (chinese-calendar-terrestrial-branch): Make defcustoms.
5694         * calendar/cal-menu.el (calendar-mouse-holidays): Re-use the title.
5695         (calendar-mouse-view-diary-entries): Use or.
5696         (calendar-mouse-chinese-date): Remove unused command.
5697         (cal-menu-load-hook): Mark as obsolete.
5699         * calendar/solar.el (calendar-location-name, calendar-latitude)
5700         (calendar-longitude, solar-arctan, sunrise-sunset)
5701         (solar-mean-equinoxes/solstices): Use the appropriate equality test.
5703 2008-03-20  Jay Belanger  <jay.p.belanger@gmail.com>
5705         * calc/calc.el: Remove outdated comments.
5706         (defcalcmodevar, calc-mode-var-list-restore-default-values)
5707         (calc-mode-var-list-restore-saved-values, calc-autorange-units):
5708         Add docstrings.
5710 2008-03-19  Jason Rumney  <jasonr@gnu.org>
5712         * w32-fns.el (x-alternatives-map): Add S-tab mapping.
5714 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
5716         * net/tls.el (open-tls-stream): Reindent.
5718 2008-03-19  Michael Albinus  <michael.albinus@gmx.de>
5720         * net/tramp.el (tramp-let-maybe): Removed.
5721         (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
5722         It does not exist under XEmacs.
5723         (tramp-handle-file-truename, tramp-handle-expand-file-name)
5724         (tramp-completion-file-name-handler): Let-bind
5725         `directory-sep-char'.
5727         * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
5728         `directory-sep-char'.
5730 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5732         * help-fns.el (describe-function-1): Don't signal "missing arglist"
5733         for autoloaded keymaps.
5735         * progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
5736         (electric-verilog-terminate-line, verilog-in-struct-region-p)
5737         (verilog-backward-ws&directives, verilog-forward-ws&directives)
5738         (verilog-in-comment-p, verilog-in-star-comment-p)
5739         (verilog-in-slash-comment-p, verilog-skip-backward-comments)
5740         (verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
5741         (verilog-skip-forward-comment-or-string, verilog-in-paren)
5742         (verilog-skip-forward-comment-p): Use it.
5744 2008-03-19  Juanma Barranquero  <lekktu@gmail.com>
5746         * textmodes/org.el (org-link-store, org-link-follow, org-latex)
5747         (org-remember-templates, org-time-stamp-rounding-minutes)
5748         (org-back-over-empty-lines, org-find-base-buffer-visiting)
5749         (org-columns-new): Fix typos in docstrings.
5751 2008-03-19  Glenn Morris  <rgm@gnu.org>
5753         * net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
5754         (tramp-handle-shell-command): Use condition-case rather than
5755         ignore-errors.
5757 2008-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
5759         * diff-mode.el (diff-header): Make the color louder.
5760         (diff-refine-change): Tone the color down.
5762 2008-03-19  Juanma Barranquero  <lekktu@gmail.com>
5764         * descr-text.el (describe-char): When `describe-char-unidata-list'
5765         is set to show all properties, list them in the right order.
5767 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5769         * international/mule.el (load-with-code-conversion): Avoid setting
5770         default-enable-multibyte-characters.
5772 2008-03-19  Gustav HÃ¥llberg  <gustav@virtutech.com>  (tiny change)
5774         * vc.el (vc-annotate-background): Fix custom type.
5776 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5778         * descr-text.el (describe-char-unidata-list): Allow specifying
5779         just all properties.
5780         (describe-char): Handle that new value.
5782         * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
5784 2008-03-18  Tassilo Horn  <tassilo@member.fsf.org>
5786         * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
5787         instead of file name extension to make docs with uncommon
5788         extensions work.
5790 2008-03-18  Tassilo Horn  <tassilo@member.fsf.org>
5792         * doc-view.el (require): Require cl at compile time because
5793         `assert' needs it.
5795 2008-03-18  Glenn Morris  <rgm@gnu.org>
5797         * calendar/calendar.el (initial-calendar-window-hook)
5798         (today-visible-calendar-hook): Doc fixes.
5800 2008-03-17  Michael Albinus  <michael.albinus@gmx.de>
5802         * net/tramp.el (tramp-root-regexp): Simplify.
5803         (tramp-completion-file-name-regexp-separate): Don't insist on
5804         leading "[".  This prevents method or user or host completion.
5805         (tramp-let-maybe): Autoload it.
5806         (tramp-drop-volume-letter): Don't autoload.  When not on W32, it
5807         is an alias for `identity'.
5808         (tramp-handle-write-region): Protect `last-coding-system-used'
5809         over the trailing statements.
5810         (tramp-completion-file-name-handler-post-function): Remove.
5811         (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
5812         instead of calling `tramp-drop-volume-letter'.
5814         * net/tramp.el:
5815         * net/tramp-uu.el:
5816         * net/trampver.el: Move coding cookie at the end.
5818 2008-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5820         * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
5821         elements which may be something else than characters.
5823 2008-03-17  Dan Nicolaescu  <dann@ics.uci.edu>
5825         * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
5826         New functions to implement vc-status support.
5828         * vc.el (vc-default-extra-status-menu)
5829         (vc-add-to-vc-status-buffer): New functions.
5831         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
5832         for eldoc and ielm.
5834 2008-03-17  Glenn Morris  <rgm@gnu.org>
5836         * calendar/cal-x.el (diary-frame-parameters)
5837         (calendar-frame-parameters, calendar-and-diary-frame-parameters):
5838         Fix custom type; add options.
5839         (calendar-frame, diary-frame): Doc fixes.
5840         (calendar-dedicate-diary, calendar-frame-1): Extract common code into
5841         new functions.
5842         (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
5843         Use calendar-frame-1 and calendar-dedicate-diary.
5844         (calendar-one-frame-setup): Also handle only-one-frame case.
5845         (calendar-only-one-frame-setup): Doc fix.  Just call
5846         calendar-one-frame-setup.
5848         * calendar/diary-lib.el: Re-order some definitions before their use.
5849         (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
5850         (diary-list-entries): Doc fixes.
5851         (make-fancy-diary-display): Remove function.
5853         * calendar/calendar.el (calendar-today-marker)
5854         (initial-calendar-window-hook, today-visible-calendar-hook)
5855         (today-invisible-calendar-hook, diary-file, calendar-basic-setup)
5856         (calendar-star-date, calendar-mark-today): Doc fixes.
5857         (today-visible-calendar-hook): Add options.
5858         (calendar-in-read-only-buffer): New macro.
5859         (calendar-basic-setup): Adapt for change in calendar-read-date.
5860         Place holiday let inside if.
5861         (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
5862         (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
5863         (calendar-print-other-dates): Use one let rather than many.
5865         * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
5866         (calendar-print-other-dates):
5867         * calendar/cal-hebrew.el (list-yahrzeit-dates):
5868         * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
5869         * calendar/holidays.el (calendar-list-holidays, list-holidays)
5870         (calendar-cursor-holidays):
5871         * calendar/lunar.el (calendar-phases-of-moon): Use
5872         calendar-in-read-only-buffer to replace previous code and disable undo.
5874 2008-03-16  Juri Linkov  <juri@jurta.org>
5876         * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
5877         and regexp-search-ring-yank-pointer for the HISTPOS argument of
5878         read-from-minibuffer to provide the correct initial minibuffer
5879         history position in isearch-edit-string when it is called from
5880         isearch-ring-adjust.
5882         * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
5883         to check if the current buffer is the minibuffer, and in this case
5884         call abort-recursive-edit to kill the minibuffer.  Doc fix.
5885         (kill-this-buffer-enabled-p): Allow this function to return non-nil
5886         when the current buffer is the minibuffer.
5888         * simple.el (goto-line): Leave mark at previous position.  Doc fix.
5890 2008-03-16  Tassilo Horn  <tassilo@member.fsf.org>
5892         * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
5893         Use non-nil PARENTS attribute of make-directory instead of
5894         explicitly checking existence the current cache directory.
5896 2008-03-16  Daiki Ueno  <ueno@unixuser.org>
5898         * epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
5899         M-x epa-file-select-keys.
5901 2008-03-16  Kenichi Handa  <handa@m17n.org>
5903         * international/mule.el (auto-coding-alist):
5904         Use no-conversion-multibyte for archive files.
5906 2008-03-16  Glenn Morris  <rgm@gnu.org>
5908         * calendar/diary-lib.el (calendar-mark-complex, calendar-mark-1):
5909         New functions.
5910         * calendar/cal-bahai.el (calendar-mark-1): Autoload it.
5911         (calendar-bahai-mark-date-pattern): Add optional argument `color'.
5912         Use calendar-mark-1.
5913         * calendar/cal-hebrew.el (calendar-mark-complex): Autoload it.
5914         (mark-hebrew-calendar-date-pattern): Add optional argument `color'.
5915         Use calendar-mark-complex.
5916         * calendar/cal-islam.el (calendar-mark-1): Autoload it.
5917         (mark-islamic-calendar-date-pattern): Add optional argument `color'.
5918         Use calendar-mark-1.
5920         * calendar/calendar.el (calendar-mod): Remove.
5921         * calendar/cal-china.el (calendar-chinese-from-absolute)
5922         (calendar-chinese-date-string): Expand calendar-mod calls.
5923         * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
5924         Expand calendar-mod calls.
5926         * calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
5927         (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
5928         (diary-bahai-insert-yearly-entry): Use let rather than let*.
5929         Move obsolete aliases after the functions that replaced them.
5931         * calendar/cal-hebrew.el (calendar-absolute-from-hebrew)
5932         (hebrew-calendar-yahrzeit, insert-hebrew-diary-entry)
5933         (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry):
5934         Use let rather than let*.
5935         (calendar-hebrew-prompt-for-date): New function.
5936         (calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
5937         (holiday-tisha-b-av-etc): Use unless, let.
5939         * calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
5940         (calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
5942         * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
5944         * calendar/calendar.el (calendar-for-loop): Add indent spec.
5946         * calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
5947         (list-sexp-diary-entries, diary-font-lock-sexps): Use format rather
5948         than concat.
5949         (diary): Remove un-needed let.
5950         (view-other-diary-entries): Rename argument.
5951         (diary-list-entries-2): New function.
5952         (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
5953         (print-diary-entries): Use unless.
5954         (diary-mark-entries-1): Change argument order, make all but
5955         markfunc optional.  Handle the standard (Gregorian) case.
5956         Use match-string-no-properties.  Handle marks.
5957         (mark-diary-entries): Use diary-mark-entries-1.
5958         (diary-font-lock-keywords-1): New macro.
5959         (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
5961 2008-03-16  Ulf Jasper  <ulf.jasper@web.de>
5963         * icalendar.el (icalendar-version): Increase to 0.18.
5964         (icalendar-export-hidden-diary-entries): New variable.
5965         (icalendar-export-region): Use icalendar-export-hidden-diary-entries.
5966         In case of error, insert full error-val.
5967         (icalendar-first-weekday-of-year): Remove `offset' argument.  Doc fix.
5968         Use calendar-day-of-week.  Return the day number.
5969         (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
5971 2008-03-16  Craig Markwardt  <Craig.Markwardt@nasa.gov>
5973         * icalendar.el (icalendar-recurring-start-year): New variable.
5974         (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
5975         (icalendar-export-region): Ignore hidden diary entries.
5976         (icalendar--convert-ordinary-to-ical): Fix case where event
5977         spans across midnight boundary.
5978         (icalendar-first-weekday-of-year): New function.
5979         (icalendar--convert-weekly-to-ical): Allow user-selectable start
5980         year for recurring events (Mozilla calendars do not propagate
5981         recurring events forever, so year 2000 start date was not working).
5982         (icalendar--convert-yearly-to-ical): Remove extra spaces in
5983         formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
5985 2008-03-15  Michael Albinus  <michael.albinus@gmx.de>
5987         * net/tramp.el (tramp-root-regexp): New defconst.
5988         (tramp-completion-file-name-regexp-unified)
5989         (tramp-completion-file-name-regexp-separate)
5990         (tramp-completion-file-name-regexp-url): Use it.
5991         (tramp-do-copy-or-rename-file-via-buffer):
5992         Set `enable-multibyte-characters' to nil.  Set `jka-compr-inhibit' to
5993         t for `insert-file-contents-literally'.
5994         (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
5995         Autoload it.
5996         (tramp-completion-file-name-handler-post-function): New defconst.
5997         (tramp-completion-file-name-handler): Use it.
5998         (tramp-maybe-open-connection): Update calls to
5999         `tramp-flush-connection-property' for removed 2nd argument.
6001 2008-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6003         * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
6004         (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
6005         New functions.
6007 2008-03-15  Glenn Morris  <rgm@gnu.org>
6009         * calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
6010         New functions.
6011         * calendar/cal-bahai.el (number, original-date, add-to-diary-list)
6012         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
6013         (diary-list-entries-1, diary-mark-entries-1): Autoload.
6014         (diary-bahai-list-entries): Use diary-list-entries-1.
6015         (diary-bahai-mark-entries): Doc fix.  Use diary-mark-entries-1.
6016         * calendar/cal-hebrew.el (number, original-date, add-to-diary-list)
6017         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
6018         (diary-list-entries-1, diary-mark-entries-1): Autoload.
6019         (list-hebrew-diary-entries): Use diary-list-entries-1.
6020         (mark-hebrew-diary-entries): Doc fix.  Use diary-mark-entries-1.
6021         * calendar/cal-islam.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         (list-islamic-diary-entries): Use diary-list-entries-1.
6025         (mark-islamic-diary-entries): Doc fix.  Use diary-mark-entries-1.
6027         * calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
6029         * calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
6031         * calendar/cal-china.el (number-chinese-months)
6032         (calendar-chinese-from-absolute): Use nth, caar.
6034         * calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
6036         * calendar/cal-french.el (french-calendar-accents): Doc fix.
6038         * calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
6039         (calendar-hebrew-month-name-array-leap-year)
6040         (hebrew-calendar-parashiot-names): Make constants.
6041         (diary-parasha): Move definition after constants it uses.
6043         * calendar/cal-html.el (cal-html-insert-link-yearpage)
6044         (cal-html-htmlify-list): Doc fix.
6045         (cal-html-htmlify-entry): Use nth.
6047         * calendar/cal-islam.el (calendar-islamic-month-name-array)
6048         (calendar-islamic-epoch): Make constants.
6049         (calendar-islamic-epoch): Doc fix.
6051         * calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
6053         * calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
6054         (cal-tex-month-name): Doc fix.
6055         (cal-tex-last-blank-p): Use zerop.
6057         * calendar/calendar.el (european-calendar-style, calendar-for-loop)
6058         (calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
6059         (calendar-cursor-to-date): Doc fix.
6060         (hebrew-holidays-1, hebrew-holidays-4): Simplify.
6061         (extract-calendar-day, extract-calendar-year): Use cadr, nth.
6062         (calendar-day-number): Use when.
6063         (generate-calendar-month): Use dotimes.
6064         (exit-calendar, calendar-print-other-dates): Use let rather than let*.
6065         (calendar-set-mark): Reverse conditional.
6066         (calendar-make-alist): Move definition before use.
6068         * calendar/diary-lib.el (diary-face-attrs)
6069         (diary-glob-file-regexp-prefix, diary-selective-display)
6070         (number-of-diary-entries, diary-list-entries, diary-goto-entry)
6071         (list-sexp-diary-entries, diary-date, diary-block, diary-float)
6072         (diary-anniversary, diary-cyclic)
6073         (diary-fancy-font-lock-fontify-region-function): Doc fixes.
6074         (diary-header-line-format): Change wording.
6075         (diary-list-entries): Set `date-start' in let.
6076         (include-other-diary-files, mark-included-diary-files): Use format.
6077         (simple-diary-display, fancy-diary-display): Use cadr, unless.
6078         (mark-diary-entries): Use 1+.
6079         (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
6080         (mark-calendar-month): Use dotimes.
6082         * calendar/holidays.el (displayed-month, displayed-year):
6083         Move declarations where needed.
6084         (calendar-list-holidays): Doc fix.
6086         * calendar/parse-time.el (parse-time-string): Simplify.
6088         * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
6089         Make constants.
6090         (solar-sunrise-sunset): Rename some local variables for clarity.
6091         (sunrise-sunset): Use zerop.
6092         (solar-mean-equinoxes/solstices): Doc fix.
6094         * calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
6095         Use nth.
6096         (timeclock-completing-read, timeclock-generate-report): Use zerop.
6097         (timeclock-mean, timeclock-generate-report): Use dolist.
6099         * calendar/todo-mode.el (todo-add-category): Simplify.
6100         (todo-more-important-p, todo-delete-item, todo-file-item):
6101         Use unless, when.
6102         (todo-top-priorities): Use zerop.
6104 2008-03-14  Nick Roberts  <nickrob@snap.net.nz>
6106         * buff-menu.el (list-buffers-noselect): Display buffer name in
6107         tooltip instead of mouse binding when it doesn't fit in the list.
6109 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
6111         * faces.el (xw-defined-colors):
6112         * simple.el (widget-convert, shell-mode): Declare as functions
6113         instead of autoloading.
6115         * abbrev.el:
6116         * button.el:
6117         * cus-face.el:
6118         * ediff-hook.el:
6119         * emacs-lisp/backquote.el:
6120         * emacs-lisp/timer.el:
6121         * facemenu.el:
6122         * faces.el:
6123         * menu-bar.el:
6124         * simple.el:
6125         * subr.el:
6126         * textmodes/fill.el:
6127         * textmodes/paragraphs.el: Remove autoloads, redundant when the
6128         files are preloaded.
6130 2008-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6132         * desktop.el (desktop-create-buffer): Don't catch errors if
6133         debug-on-error is set.
6135 2008-03-14  Eli Zaretskii  <eliz@gnu.org>
6137         * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
6138         ($(lisp)/calendar/diary-loaddefs.el)
6139         ($(lisp)/calendar/hol-loaddefs.el): New targets.
6140         (LOADDEFS): New macro.
6141         (autoloads): Depend on $(LOADDEFS).
6143 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
6145         * font-lock.el (featurep): Remove test, not useful anymore.
6146         (facemenu-keymap): Move key binding ...
6147         * facemenu.el (facemenu-keymap): ... here.
6149         * vc-bzr.el (vc-bzr-print-log): Insert a file marker.  Run the log
6150         for each file in the list.
6151         (vc-bzr-log-view-mode): Recognize the file marker.
6153         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
6154         for checkdoc and profiling.
6156 2008-03-14  Bastien Guerry  <bzg@altern.org>
6158         * textmodes/flyspell.el (nxml-mode): Add the right
6159         `flyspell-mode-predicate'.
6161         * wid-edit.el (link): Use 'mouse-face for :follow-link.
6163 2008-03-14  Glenn Morris  <rgm@gnu.org>
6165         * calendar/solar.el: Reorder so that functions are defined before use.
6166         (displayed-month, displayed-year): Move declarations where needed.
6167         (solar-get-number): Move definition before use.  Use unless.
6168         (solar-equatorial-coordinates): Simplify.
6169         (solar-sunrise-and-sunset): Use let rather than let*.
6170         (solar-longitude, solar-equinoxes-solstices): Use cadr, nth.
6172         * startup.el (command-line-1): Rename -internal-script back to
6173         -scriptload (reverts previous change).
6175         * calendar/cal-bahai.el (calendar-bahai-month-name-array)
6176         (calendar-bahai-leap-base): Add doc strings.
6177         (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
6178         Move definition before use.
6179         (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
6180         (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
6181         variables outside the loop.  Use dolist.
6182         (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
6184         * calendar/cal-china.el: Re-order so that functions are defined before
6185         use.
6186         (displayed-month, displayed-year): Move declarations where needed.
6187         (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
6188         (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
6189         Add doc strings.
6190         (chinese-year-cache): Recenter on 2010.  Doc fix.
6191         (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
6192         Doc fix.  Simplify.
6193         (chinese-year-cache-init): New function.
6194         (compute-chinese-year, holiday-chinese-new-year)
6195         (calendar-chinese-date-string, calendar-goto-chinese-date)
6196         (make-chinese-month-assoc-list): Use cadr, nth.
6197         (chinese-months): Remove un-needed let.
6199         * calendar/cal-coptic.el (coptic-calendar-month-name-array)
6200         (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
6201         (coptic-prompt-for-date): Move definition before use.
6203         * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
6204         (calendar-dst-find-data, calendar-daylight-time-offset)
6205         (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
6206         (calendar-daylight-savings-starts-time)
6207         (calendar-daylight-savings-ends-time): Use cadr, nth.
6209         * calendar/cal-french.el (french-calendar-epoch)
6210         (calendar-goto-french-date): Doc fix.
6211         (french-calendar-month-name-array)
6212         (french-calendar-multibyte-month-name-array)
6213         (french-calendar-day-name-array, french-calendar-special-days-array):
6214         Add doc strings.
6216         * calendar/cal-hebrew.el (displayed-month, displayed-year)
6217         (original-date): Move declarations where needed.
6218         (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
6219         Doc fix.
6220         (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
6221         constant variables outside the loop.  Use dolist.
6223         * calendar/cal-islam.el (displayed-month, displayed-year)
6224         (original-date): Move declarations where needed.
6225         (islamic-calendar-day-number): Remove unused local variable `day'.
6226         (calendar-goto-islamic-date): Doc fix.
6227         (holiday-islamic): Use unless.
6228         (list-islamic-diary-entries, mark-islamic-diary-entries): Move some
6229         constant variables outside the loop.  Use dolist.
6230         (mark-islamic-calendar-date-pattern): Move definition before use.
6231         Use unless.
6232         (mark-islamic-diary-entries): Doc fix.
6233         (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
6234         (insert-yearly-islamic-diary-entry): Use let rather than let*.
6236         * calendar/cal-julian.el (calendar-absolute-from-julian):
6237         Move definition before use.  Remove un-needed local `day'.
6238         (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
6240         * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
6241         (calendar-mayan-tzolkin-names-array): Add doc strings.
6242         (calendar-mayan-long-count-from-absolute): Use a single let.
6243         (calendar-string-to-mayan-long-count): Simplify.
6244         (calendar-next-haab-date, calendar-previous-haab-date)
6245         (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
6246         (calendar-previous-calendar-round-date)
6247         (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
6248         Doc fix.
6249         (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
6250         (calendar-mayan-date-string, calendar-print-mayan-date)
6251         (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
6252         (calendar-mayan-long-count-common-era): Move definitions before use.
6254         * calendar/cal-menu.el (displayed-year): Move declaration where needed.
6255         (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
6256         Doc fix.
6257         (calendar-mouse-goto-date): Move definition before use.
6259         * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
6260         Move definition before use.
6261         (calendar-cursor-to-visible-date): Move definition before use.
6262         (calendar-scroll-left): Use unless and zerop.  Combine lets into one,
6263         and place inside the conditional.
6264         (calendar-forward-day): Simplify.
6265         (calendar-end-of-month): Use unless.
6266         (calendar-goto-day-of-year): Doc fix.
6267         Relocate obsolete aliases after their replacements.
6269         * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
6271         * calendar/diary-lib.el (mark-diary-entries): Move some constant
6272         variables outside the diary-date-forms loop.
6274         * calendar/calendar.el (diary-file): Doc fix.
6275         (calendar-buffer-list): Return buffers rather than strings (fixes
6276         previous change).
6277         (hebrew-holidays-4): Fix typo.
6279         * calendar/holidays.el (displayed-month, displayed-year):
6280         Move declarations where needed.
6281         (calendar-holiday-list, calendar-list-holidays)
6282         (holiday-filter-visible-calendar): Move definitions before use.
6283         (list-holidays): Use cadr.
6284         Relocate obsolete aliases after their replacements.
6286         * calendar/lunar.el (date, displayed-month, displayed-year):
6287         Move declarations where needed.
6288         (lunar-phase-list): Move definition after functions it uses.
6289         (calendar-phases-of-moon, diary-phases-of-moon)
6290         (lunar-new-moon-on-or-after): Use cadr, nth.
6291         (lunar-new-moon-on-or-after): Doc fix.
6293         * textmodes/org-irc.el (top-level): CL not required when compiling.
6294         (org-irc-visit-erc): Replace runtime CL functions.
6296         * textmodes/org-publish.el (declare-function): Add compatibility stub.
6297         (org-publish-delete-dups): Declare as function.
6299 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
6301         * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
6302         (vc-bzr-show-log-entry): Make regexp match more cases.
6303         (vc-diff-switches-list): Remove autoload, not needed.
6305 2008-03-14  Juri Linkov  <juri@jurta.org>
6307         * isearch.el (isearch-edit-string): Remove one call to
6308         `isearch-push-state' not to push an inconsistent state,
6309         but keep another correct call to `isearch-push-state'.
6310         (isearch-ring-adjust): Call `isearch-push-state' only when
6311         `search-ring-update' is non-nil since `isearch-edit-string'
6312         already pushes its state.
6313         (isearch-message): Improve matching the failed part by checking
6314         if the original message starts with the last successful message.
6316         * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
6317         (dired-perm-write): Rename from `dired-warn-writable'.
6318         Change parent face from `font-lock-warning-face' to
6319         `font-lock-comment-delimiter-face'.
6320         (dired-warn-writable-face): Rename to `dired-perm-write-face'.
6321         (dired-perm-write-face): Rename from `dired-warn-writable-face'.
6322         (dired-font-lock-keywords): Replace `dired-warn-writable-face'
6323         with `dired-perm-write-face'.
6325 2008-03-13  Tassilo Horn  <tassilo@member.fsf.org>
6327         * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
6328         Create cache dir only if it doesn't already exist.
6330 2008-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6332         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
6333         of \ and '.
6335 2008-03-13  Johan BockgÃ¥rd  <bojohan@gnu.org>
6337         * net/browse-url.el (browse-url-text-xterm):
6338         Unquote browse-url-text-browser.
6340 2008-03-13  Carsten Dominik  <dominik@science.uva.nl>
6342         * textmodes/org-mouse.el: Version number change.
6344         * textmodes/org-publish.el (org-publish-expand-components):
6345         Remove null projects from the list of components.
6346         (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
6347         Remove unused retrieval of the :publishing-directory property.
6348         (org-publish-file): Bugfix: when using a relative directory as the
6349         publishing directory, convert it to a directory filename.
6350         (org-publish-project): New alias.
6351         (org-publish-get-files): Protect against empty p.
6352         (org-publish-file): Send an error when file is not part of any project.
6353         (org-publish-file): Offer to refresh the list of files in known
6354         project when the current file is not part of any project.
6355         (org-publish-before-export-hook)
6356         (org-publish-after-export-hook): New hooks.
6357         (org-publish-org-to): Use new hooks and kill buffers.
6358         (org-publish-file): Remove the code for killing buffers.
6359         (org-publish-initialize-files-alist): Use interactive.
6360         (org-publish-file): If the publishing function creates a new
6361         buffer, kill it after publishing.
6362         (org-publish-timestamp-filename): Protect ":" in file name path
6363         under windows.
6365         * textmodes/org-export-latex.el (org-export-as-latex): Revert the
6366         change that killed the LaTeX buffer.
6368         * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
6369         in the decision tree.
6370         (org-select-remember-template): Clean the code.
6371         (org-prepare-dblock): Add the extra :content parameter.
6372         (org-write-agenda): New output type ".ics" files.
6373         (org-write-agenda): Call `org-icalendar-verify-function', both for
6374         time stamps and for TODO entries.
6375         (org-agenda-collect-markers, org-create-marker-find-array)
6376         (org-check-agenda-marker-table): New functions.
6377         (org-agenda-marker-table): New variable.
6378         (org-export-as-html): Revert the change that killed the html
6379         buffer.  Side effects first need to be studied carefully.
6380         (org-get-tags-at): Fix the structure of the condition-case statement.
6381         (org-ts-regexp0, org-repeat-re, org-display-custom-time)
6382         (org-timestamp-change): Fix regulear expressions to swallow the
6383         extra character for repeat-shift control.
6384         (org-auto-repeat-maybe): Implement the new repeater mechanisms.
6385         (org-get-legal-level): Alias to `org-get-valid-level'.
6386         (org-dblock-write:clocktable): Add a :link parameter, linking
6387         headlines to their location in the Org agenda files.
6388         (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
6389         throwing an error when getting tags before headlines.
6390         (org-timestamp-change, org-modify-ts-extra)
6391         (org-ts-regexp1): Fix timestamp editing.
6392         (org-agenda-custom-commands-local-options): New constant.
6393         (org-agenda-custom-commands):
6394         Use `org-agenda-custom-commands-local-options' to improve customize
6395         type.  "htmlize": Removed hack to fix face problem with htmlize,
6396         it no longer seem necessary.
6397         (org-follow-link-hook): New hook.
6398         (org-agenda-custom-commands): Add "Component" as a tag for each
6399         item in a command serie.
6400         (org-open-at-point): Run `org-follow-link-hook'.
6401         (org-agenda-schedule): Bugfix: don't display marker type when it
6402         is nil.
6403         (org-store-link): org-irc required.
6404         (org-set-regexps-and-options): Parse the new logging options.
6405         (org-extract-log-state-settings): New function.
6406         (org-todo): Handle the new ways of recording state change stuff.
6407         (org-local-logging): New function.
6408         (org-columns-open-link): Fix bug with opening link in column view.
6409         (org-local-logging): New function
6410         (org-todo): Make sure that LOGGING properties are honoured.
6411         (org-todo-keywords): Improve docstring.
6412         (org-startup-options): Cleanup startup options.
6413         (org-set-regexps-and-options): Process the "!" markers.
6414         (org-todo): Respect the new logging stuff.
6415         (org-log-note-how): New variable.
6416         (org-add-log-maybe): New parameter HOW that defines how logging
6417         should be done and also overrides PURPOSE.  Add a docstring.
6418         (org-add-log-note): Check if we really need to ask for a note.
6419         (org-get-current-options): Digest the new keyword.
6420         (org-agenda-reset-markers): Rename from
6421         `org-agenda-maybe-reset-markers'.  Remove FORCE argument.
6422         (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
6423         function, without force argument.
6424         (org-buffer-property-keys): Bind local variables s and p.
6425         (org-make-tags-matcher): Allow "" to match an empty or
6426         non-existent property value.
6427         (org-export-as-html): Join unsorted lists when they directly
6428         follow each other.  Such lists may be created by headlines that
6429         are converted to lists.
6430         (org-nofm-to-completion): New function.
6431         (org-export-as-html): Use :html-extension instead of
6432         org-export-html-extension.
6433         (org-store-link): Support for links from `rmail-summary-mode'.
6434         (org-columns-new, org-complete, org-set-property): Set the
6435         `include-columns' argument in the call to
6436         `org-buffer-property-keys'.
6437         (org-buffer-property-keys): New argument `include-columns', to
6438         include properties expected by any of the COLUMS formats in the
6439         current buffer.
6440         (org-cleaned-string-for-export): Get rid of drawers first, so that
6441         they will be removed also in the text before the first headline.
6442         (org-clock-report): Show the clocktable when found.
6443         (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
6444         (org-version): With prefix argument, insert `org-version' at point.
6445         (org-agenda-goto): Recenter the window after finding the target
6446         location, to make sure the correct position will be displayed.
6447         (org-agenda-get-deadlines): Don't scale priority with the warning
6448         period.
6449         (org-insert-heading): Don't break line in the middle of the line.
6450         (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
6451         be 0.
6452         (org-update-checkbox-count): Revamp to deal with hierarchical
6453         beckboxes.  This was a patch from Miguel A. Figueroa-Villanueva.
6454         (org-remove-timestamp-with-keyword): New function.
6455         (org-schedule, org-deadline):
6456         Use `org-remove-timestamp-with-keyword' to make sure all such time
6457         stamps are removed.
6458         (org-mode): Support for `align'.
6459         (org-agenda-get-deadlines): Make sure priorities increase as the
6460         due date approaches and is passed.
6461         (org-remember-apply-template): Fix problem with tags that
6462         contain "_" or "@".
6463         (org-make-link-regexps): Improve the regular expression for plain links.
6464         (org-agenda-get-closed): List each clocking entry.
6465         (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
6466         (org-special-ctrl-k): New option.
6467         (org-kill-line): New function.
6468         (org-archive-all-done): Fix incorrect number of stars in regexp.
6469         (org-refile-get-location): New function.
6470         (org-refile-goto-last-stored): New function.
6471         (org-global-tags-completion-table): Add the value of org-tag-alist
6472         in each buffer, to make sure that also unused tags will be
6473         available for completion.
6474         (org-columns-edit-value)
6475         (org-columns-next-allowed-value): Only update if not in agenda.
6476         (org-clocktable-steps): New function.
6477         (org-dblock-write:clocktable): Call `org-clocktable-steps'.
6478         (org-archive-subtree): Add the outline tree context as a property.
6479         (org-closest-date): New optional argument `prefer'.
6480         (org-goto-auto-isearch): New option.
6481         (org-goto-map, org-get-location): Implement auto-isearch.
6482         (org-goto-local-auto-isearch-map): New variable.
6483         (org-goto-local-search-forward-headings)
6484         (org-goto-local-auto-isearch): New functions.
6486 2008-03-13  Philip Jackson  <emacs@shellarchive.co.uk>
6488         * textmodes/org-irc.el: New file.
6490 2008-03-13  John Wiegley  <johnw@gnu.org>
6492         * textmodes/org-mac-message.el: New file.
6494 2008-03-13  Dan Nicolaescu  <dann@ics.uci.edu>
6496         * font-lock.el (font-lock-comment-face): Set the foreground for
6497         the light background 8 colors case.
6499 2008-03-13  Glenn Morris  <rgm@gnu.org>
6501         * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
6502         generate-autoload-cookie patterns.
6504         * startup.el (command-line-1): Rename -scriptload to -internal-script.
6506         * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
6507         (MH_E_SRC): Remove variable.
6508         ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
6509         Simplify file header.  Use $@ for generated-autoload-file.
6511         * Makefile.in (LOADDEFS): New variable.
6512         (AUTOGENEL): Use $LOADDEFS.
6513         (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
6514         ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
6515         ($(lisp)/calendar/hol-loaddefs.el): New targets.
6516         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
6517         * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
6518         * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
6519         * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
6520         * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
6521         * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
6522         Add calendar-specific autoload cookies, and remove any setting of
6523         generated-autoload-file.
6524         * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
6525         * calendar/diary-lib.el: Replace explicit autoloads with reading of
6526         diary-loaddefs.
6527         * calendar/holidays.el: Replace explicit autoloads with reading of
6528         hol-loaddefs.
6530         * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
6531         (calendar-buffer-list): Simplify.
6532         (generate-calendar-window): Use calendar-mark-holidays rather than
6533         obsolete alias.
6535         * calendar/cal-hebrew.el (list-yahrzeit-dates):
6536         Use cal-hebrew-yahrzeit-buffer.
6538         * calendar/cal-x.el (calendar-only-one-frame-setup)
6539         (calendar-two-frame-setup): Doc fixes.
6540         (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
6542         * calendar/appt.el (appt-mode-string): Mark as risky.
6543         (appt-check): Apply mode-line-emphasis face to appt-mode-string.
6545         * calendar/cal-html.el (diary-list-entries):
6546         * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
6547         (calendar-iso-from-absolute): Fix autoloads.
6549         * calendar/cal-iso.el (calendar-absolute-from-iso)
6550         (calendar-iso-read-args): Simplify.
6551         (calendar-iso-date-string, calendar-iso-read-args)
6552         (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
6554         * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
6555         (displayed-month, displayed-year): Move declarations where needed.
6556         (calendar-print-astro-day-number): Doc fix.
6558         * calendar/cal-persia.el (persian-calendar-month-name-array)
6559         (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
6560         (persian-prompt-for-date): Remove local variable `today'.
6562         * calendar/diary-lib.el (mark-calendar-month): Use zerop.
6564         * calendar/solar.el (solar-moment, solar-exact-local-noon)
6565         (solar-sunrise-sunset, solar-sunrise-sunset-string)
6566         (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time)
6567         (diary-sabbath-candles, solar-equinoxes/solstices)
6568         (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
6569         (solar-time-equation, solar-date-to-et): Simplify.
6571         * mail/supercite.el: Remove the `function' in `(function (lambda'.
6572         Replace `(car (cdr' with cadr'.
6574         * progmodes/f90.el (f90-font-lock-n): New function.
6575         (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
6576         Use f90-font-lock-n.
6577         (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
6579         * progmodes/f90.el (f90-mode-abbrev-table):
6580         * progmodes/fortran.el (fortran-mode-abbrev-table):
6581         Use newer form of define-abbrev, where supported.  No need to bind
6582         abbrevs-changed for system abbrevs.
6584 2008-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6586         * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
6587         delete-frame-functions.
6589         * bookmark.el (Info-current-node): Remove.
6591 2008-03-12  Juri Linkov  <juri@jurta.org>
6593         * help.el (describe-project): Remove defaliases for view-todo and
6594         describe-project that are now unnecessary after the merge from
6595         emacs--rel--22 that added define-obsolete-function-alias.
6597         * startup.el (inhibit-startup-screen): Revert incomplete
6598         2008-03-10 merge from emacs--rel--22 that partly reverted
6599         2008-02-28 change that added initial message to *scratch* buffer
6600         regardless of the value of `inhibit-startup-screen'.
6601         Now keep this change in the trunk, but not in the 22 branch.
6603 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6605         * international/quail.el (quail-setup-completion-buf, quail-help):
6606         * mail/binhex.el (binhex-decode-region-internal):
6607         * mail/uudecode.el (uudecode-decode-region-internal):
6608         * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
6609         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
6610         setting default-enable-multibyte-characters.
6612         * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
6614         * comint.el: Fix up indentation and comment style.  Remove `function'.
6616         * international/mule-cmds.el (reset-language-environment)
6617         (set-language-environment-nonascii-translation):
6618         Don't set-unibyte-charset.
6620         * doc-view.el: Remove all cb-args, use closures instead.
6621         (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
6622         doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
6623         doing an incorrect check).  Update all callers to use the new name.
6624         (doc-view-doc->txt): Add missing `txt' argument.
6626 2008-03-12  Tassilo Horn  <tassilo@member.fsf.org>
6628         * doc-view.el (doc-view-current-cache-dir): Set buffer used for
6629         md5 sum calculation to single-byte.
6631 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6633         * doc-view.el (doc-view-new-window-function): Add assertion.
6634         (doc-view-doc-type): New var.
6635         (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
6636         (doc-view-intersection): New fun.
6637         (doc-view-mode): Use it to set the new var.
6639 2008-03-12  Tassilo Horn  <tassilo@member.fsf.org>
6641         * doc-view.el (doc-view-doc->txt, doc-view-open-text)
6642         (doc-view-already-converted-p): New functions.
6643         (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
6644         (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
6645         (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
6646         (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
6647         (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
6648         (doc-view-convert-current-doc): Don't hardwire the functions the
6649         sentinels call.  Now they're provided by two args CALLBACK and
6650         CB-ARGS to the functions.
6651         (doc-view-search): Use doc-view-doc->txt.
6652         (doc-view-initiate-display): Use doc-view-already-converted-p.
6653         Mention new binding C-c C-t if doc-view-mode doesn't work.
6655 2008-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
6657         * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
6659 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6661         * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
6662         Mark " outside of tags as punctuation.
6664 2008-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6666         * menu-bar.el (minibuffer-local-map): Use the same command for the
6667         "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
6668         Prefer RET over C-j for exit-minibuffer.
6670         * files.el (display-buffer-other-frame): Eliminate problematic code.
6672         * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
6673         (menu-bar-select-buffer): Remove.
6674         (menu-bar-select-frame): Make non-interactive and take a frame arg.
6675         (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
6677 2008-03-11  Juanma Barranquero  <lekktu@gmail.com>
6679         * icomplete.el (icomplete-completions): Remove obsolete code.
6681         * net/net-utils.el (iwconfig-program-options): Doc fix.
6682         (net-utils-run-program, run-network-program): Define as functions.
6684 2008-03-11  Dan Nicolaescu  <dann@ics.uci.edu>
6686         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
6688 2008-03-11  Glenn Morris  <rgm@gnu.org>
6690         * faces.el (mode-line-emphasis): New face.
6691         * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
6693         * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
6695 2008-03-11  Chong Yidong  <cyd@stupidchicken.com>
6697         * simple.el (set-mark-command): Doc fix.
6699 2008-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6701         * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
6703         * emacs-lisp/autoload.el (autoload-find-destination):
6704         Don't force raw-text.
6706         * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
6707         * calendar/cal-loaddefs.el: Don't version control.
6709 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
6711         * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
6712         entries and add :help to the existing ones.
6714 2008-03-10  Glenn Morris  <rgm@gnu.org>
6716         * calendar/cal-hebrew.el (date, entry, number): Move declarations
6717         to where they are needed.
6719         * calendar/calendar.el (diary-file, hebrew-holidays-1)
6720         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
6721         (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
6722         (calendar-version): Doc fixes.
6723         (calendar-absolute-from-gregorian): Use zerop.
6724         (calendar-mode-line-format): Make it a defcustom.
6726         * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
6727         (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
6728         (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
6729         (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
6730         (mark-included-diary-files, mark-calendar-days-named)
6731         (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
6732         (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
6733         (insert-monthly-diary-entry, insert-yearly-diary-entry)
6734         (insert-anniversary-diary-entry, insert-block-diary-entry)
6735         (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
6736         (diary-font-lock-sexps): Doc fixes.
6737         (diary-remind-message, mark-calendar-month): Use zerop.
6738         (diary-attrtype-convert, diary-pull-attrs): Simplify.
6739         (diary-list-entries): Revert let to let* (previous change).
6741         * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
6743 2008-03-10  Kim F. Storm  <storm@cua.dk>
6745         * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
6746         function aliases for the old names.
6748 2008-03-10  Juanma Barranquero  <lekktu@gmail.com>
6750         * iswitchb.el (iswitchb-use-faces): Doc fix.
6751         (iswitchb-buffer-ignore, iswitchb-read-buffer):
6752         Fix typos in docstrings.
6754 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
6756         * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
6757         Fix typo.
6758         (verilog-type-font-keywords): Reindent.
6760 2008-03-10  Michael McNamara  <mac@mail.brushroad.com>
6762         * verilog-mode.el (verilog-font-grouping-keywords): Fix bug in the
6763         grouping-keyword regular expression.
6764         (verilog-font-lock-keywords): Allow users to toggle special
6765         highlight of grouping-keywords.
6766         (verilog-highlight-grouping-keywords): The toggle for special
6767         highlighting of grouping keywords.
6769 2008-03-10  Juri Linkov  <juri@jurta.org>
6771         * startup.el: Revert 2008-02-28 change that adds initial message
6772         to *scratch* buffer regardless of the value of
6773         `inhibit-startup-screen'.
6775 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
6777         * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
6778         * textmodes/bibtex-style.el (bibtex-style-indent-basic):
6779         * progmodes/verilog-mode.el (verilog-mode):
6780         * net/socks.el (socks):
6781         * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
6783 2008-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6785         * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
6786         (doc-view-bookmark-make-record): Use them.
6787         (doc-view-bookmark-jump): Use them.  Fix find-file ->find-file-noselect.
6788         (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
6790         * bookmark.el (bookmark-make-record-function): Change expected return
6791         value to include a suggested bookmark name.
6792         (bookmark-make): Split into bookmark-make-record and bookmark-store.
6793         Fix reversed `overwrite' semantics.
6794         (bookmark-set): Call bookmark-make-record before prompting the user.
6795         Then pass the result to bookmark-store later on.
6796         (bookmark-make-name-function): Remove.
6797         (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
6798         * info.el (bookmark-make-name-function): Remove.
6799         (Info-mode): Don't set it.
6800         (Info-bookmark-make-name): Remove.
6801         (Info-bookmark-make-record): Use Info-current-node as suggested default
6802         bookmark name.
6804         * bookmark.el (bookmark-set): Make bookmark before reading annotations.
6805         I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
6806         (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
6807         (bookmark-annotation-buffer, bookmark-annotation-file)
6808         (bookmark-annotation-point, bookmark-send-annotation)
6809         (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
6810         (bookmark-edit-annotation-text-func): Rename from
6811         bookmark-read-annotation-text-func.  Keep old name as an obsolete alias.
6812         (bookmark-edit-annotation-mode-map): Move initialization into
6813         declaration.
6815         * bookmark.el: Remove spurious * in docstrings.
6816         (bookmark-minibuffer-read-name-map): New var.
6817         (bookmark-set): Use it.  Also pass the default value as it should.
6818         (bookmark-send-edited-annotation): Take no chances with text properties.
6819         (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
6820         (bookmark-insert-buffer-name): Remove.
6821         (bookmark-buffer-file-name): Signal an error rather than returning nil.
6823 2008-03-09  Thomas Hühn  <xf27@arcor.de>  (tiny change)
6825         * tutorial.el (tutorial--default-keys): Update `C-l' binding.
6827 2008-03-09  Dan Nicolaescu  <dann@ics.uci.edu>
6829         * diff-mode.el (diff-mode-menu): Add :help.
6831 2008-03-09  Glenn Morris  <rgm@gnu.org>
6833         * calendar/calendar.el (general-holidays, oriental-holidays)
6834         (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
6835         (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
6836         (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
6837         (calendar-holidays): Restore autoload cookies, because people are
6838         used to using these variables without loading calendar.el.
6840         * calendar/cal-islam.el (diary-islamic-date): Move to end.
6841         (date, number): Declare where needed.
6843         * calendar/diary-lib.el (nongregorian-diary-marking-hook)
6844         (list-sexp-diary-entries): Doc fixes.
6845         (diary-list-entries): Doc fix.  Remove free variable `entry'.
6846         (fancy-diary-display): Use dolist, bobp.  Remove free variable `entry'.
6847         Simplify setting of `date-holiday-list'.
6848         (mark-diary-entries): Remove free variable `entry'.
6849         (diary-list-entries, include-other-diary-files, fancy-diary-display):
6850         Use let where let* is not needed.
6852 2008-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6854         * bookmark.el (bookmark-make): Don't pass the `annotation' to the
6855         make-record function, instead paste it in afterwards.
6856         (bookmark-make-record-for-text-file):
6857         * doc-view.el (doc-view-bookmark-make-record):
6858         * info.el (Info-bookmark-make-record): Don't mess with annotations.
6860 2008-03-08  Glenn Morris  <rgm@gnu.org>
6862         * calendar/diary-lib.el (entry): Declare for compiler part-way through.
6864 2008-03-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6866         * calendar/diary-lib.el (diary-list-entries)
6867         (include-other-diary-files, mark-diary-entries)
6868         (mark-sexp-diary-entries, mark-included-diary-files)
6869         (diary-entry-time, list-sexp-diary-entries): Remove the special
6870         handling of ^M that dates back to the use of selective-display.
6871         (simple-diary-display): Obey setting of pop-up-frames.
6872         (body, entry): Remove unnecessary declarations.
6874         * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
6875         (bookmark-get-annotation, bookmark-set-annotation)
6876         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
6877         (bookmark-set-position, bookmark-get-front-context-string)
6878         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
6879         (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
6880         * info.el (Info-bookmark-make-record): Don't bother recording point.
6881         (bookmark-get-filename, bookmark-get-front-context-string)
6882         (bookmark-get-rear-context-string, bookmark-get-position):
6883         Don't declare any more.
6884         (bookmark-get-info-node): Remove.
6885         (bookmark-prop-get): Declare.
6886         (Info-bookmark-jump): Use it.
6888 2008-03-08  Johan BockgÃ¥rd  <bojohan@gnu.org>
6890         * subr.el (while-no-input): Don't splice BODY directly into the
6891         `or' form.
6893 2008-03-08  Dan Nicolaescu  <dann@ics.uci.edu>
6895         * diff-mode.el (diff-ignore-whitespace-hunk):
6896         Bind inhibit-read-only before trying to change the buffer.
6898 2008-03-08  Glenn Morris  <rgm@gnu.org>
6900         * calendar/appt.el (appt): Move custom group here from calendar.el.
6901         (appt-disp-window, appt-convert-time): Doc fixes.
6903         * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
6904         (calendar-bahai-mark-date-pattern):
6905         * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
6906         * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
6907         * calendar/cal-julian.el (calendar-absolute-from-julian):
6908         * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
6910         * calendar/cal-china.el (chinese-calendar): Move custom group here from
6911         calendar.el.
6912         (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
6913         Make constants.
6914         (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
6915         (chinese-calendar-daylight-savings-starts)
6916         (chinese-calendar-daylight-savings-ends)
6917         (chinese-calendar-daylight-savings-starts-time)
6918         (chinese-calendar-daylight-savings-ends-time)
6919         (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
6920         Doc fixes.
6922         * calendar/cal-coptic.el (coptic-name): Add doc string.
6924         * calendar/cal-french.el (french-calendar-month-name-array)
6925         (french-calendar-day-name-array, french-calendar-special-days-array):
6926         Add doc strings.
6928         * calendar/cal-bahai.el (diary-bahai-mark-entries)
6929         (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
6930         (diary-bahai-insert-yearly-entry):
6931         * calendar/cal-dst.el (calendar-next-time-zone-transition)
6932         (calendar-time-zone):
6933         * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
6934         (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
6935         (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
6936         (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
6937         (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
6938         * calendar/cal-islam.el (islamic-calendar-leap-year-p)
6939         (list-islamic-diary-entries, mark-islamic-diary-entries)
6940         (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
6941         (insert-yearly-islamic-diary-entry):
6942         * calendar/cal-iso.el (calendar-iso-read-args):
6943         * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
6944         (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
6945         (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
6946         (calendar-next-calendar-round-date)
6947         (calendar-mayan-long-count-common-era):
6948         * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
6949         (cal-menu-x-popup-menu, calendar-mouse-holidays)
6950         (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
6951         (calendar-mouse-goto-date):
6952         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
6953         * calendar/holidays.el (holidays):
6954         * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
6955         * calendar/time-date.el (date-to-time, time-subtract, time-add)
6956         (safe-date-to-time): Doc fixes.
6958         * calendar/cal-persia.el (persian-calendar-month-name-array)
6959         (persian-calendar-epoch): Make constants.
6961         * calendar/cal-tex.el (calendar-tex): Move custom group here from
6962         calendar.el.
6964         * calendar/cal-x.el (diary-frame-parameters)
6965         (calendar-frame-parameters, calendar-and-diary-frame-parameters)
6966         (calendar-after-frame-setup-hooks): Make defcustoms.
6967         (calendar-one-frame-setup, calendar-only-one-frame-setup)
6968         (calendar-two-frame-setup): Doc fix.
6970         * calendar/cal-loaddefs.el: New file.
6972         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
6973         * calendar/cal-french.el, calendar/cal-html.el:
6974         * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
6975         * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
6976         * calendar/cal-tex.el, calendar/cal-x.el:
6977         Unquote lambda functions.  Add autoload cookies to functions formerly
6978         autoloaded in calendar.el.  Set `generated-autoload-file' to
6979         "cal-loaddefs.el".
6981         * calendar/calendar.el: Move many autoloads to separate file,
6982         cal-loaddefs.el.  Move defcustoms to start and re-order.
6983         (calendar-month-name-array, calendar-starred-day): No need to
6984         declare for compiler.
6985         (cal-loaddefs): Require it.
6986         (appt, chinese-calendar, calendar-tex): Move custom groups to the
6987         appropriate file.
6988         (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
6989         Reverse logic.
6990         (diary-face, diary-file-name-prefix-function, diary-include-string)
6991         (diary-glob-file-regexp-prefix, diary-face-attrs)
6992         (diary-file-name-prefix, sexp-diary-entry-symbol)
6993         (print-diary-entries-hook, list-diary-entries-hook)
6994         (nongregorian-diary-listing-hook, mark-diary-entries-hook)
6995         (nongregorian-diary-marking-hook, diary-list-include-blanks):
6996         Move to diary-lib.
6997         (all-christian-calendar-holidays, all-islamic-calendar-holidays)
6998         (all-bahai-calendar-holidays): Doc fix.
6999         (calendar-insert-indented): Doc fix.  Use when rather than if.
7000         (exit-calendar): Use mapc rather than mapcar.
7001         (calendar-cursor-to-date): Use zerop.
7002         (calendar-mark-ring): Add doc-string.
7003         (calendar-starred-day): Defvar it.
7004         (calendar-mode): Make calendar-starred-day local.
7005         (calendar-star-date): No need to make calendar-starred-day local.
7007         * calendar/diary-lib.el: Move defcustoms to start.
7008         (diary-include-string, diary-list-include-blanks)
7009         (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
7010         (diary-file-name-prefix, diary-file-name-prefix-function)
7011         (sexp-diary-entry-symbol, list-diary-entries-hook)
7012         (mark-diary-entries-hook, nongregorian-diary-listing-hook)
7013         (nongregorian-diary-marking-hook, print-diary-entries-hook):
7014         Move here from calendar.el.
7015         (diary-file-name-prefix-function): Use 'identity.
7016         (diary-face): Make it a defcustom, and mark as obsolete.
7017         (top-level): No need to require cal-hebrew, cal-islam when compiling.
7018         (calendar-hebrew-month-name-array-leap-year)
7019         (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
7020         Define for compiler.
7021         (diary-font-lock-keywords): Use format rather than concat.
7022         Add bahai-diary-entry-symbol.
7024         * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
7025         * calendar/solar.el: Unquote lambda functions.
7027         * calendar/solar.el (calendar-location-name, calendar-latitude)
7028         (calendar-longitude, solar-setup, solar-sin-degrees)
7029         (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
7030         (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
7031         (solar-sunrise-and-sunset, solar-moment, solar-daylight)
7032         (solar-exact-local-noon, solar-julian-ut-centuries)
7033         (solar-ephemeris-time, solar-date-next-longitude)
7034         (solar-horizontal-coordinates, solar-equatorial-coordinates)
7035         (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
7036         (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
7037         (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
7038         Doc fixes.
7039         (solar-horizontal-coordinates, solar-equatorial-coordinates)
7040         (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
7041         (solar-ecliptic-coordinates): Use unless.
7042         (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
7043         Use or.
7045         * calendar/timeclock.el: Add doc-strings to all functions.
7046         (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
7047         (timeclock-entry-list-length, timeclock-entry-list-projects)
7048         (timeclock-day-list-projects, timeclock-day-list): Use dolist.
7050         * calendar/todo-mode.el: Remove un-needed eval-when-compile.
7052         * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
7053         (org-get-entries-from-diary): Require diary-lib.
7055 2008-03-08  Juanma Barranquero  <lekktu@gmail.com>
7057         * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
7058         Pacify byte-compiler.
7060 2008-03-07  Alan Mackenzie  <acm@muc.de>
7062         * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
7063         paren/bracket pairs parsed, to solve performance problem.
7065 2008-03-07  Bastien Guerry  <bzg@altern.org>
7067         * bookmark.el (bookmark-set): Don't check for
7068         `bookmark-make-name-function' since `bookmark-buffer-file-name'
7069         already takes care of this.
7070         (bookmark-buffer-name, bookmark-buffer-file-name):
7071         Remove Info-mode specific code.
7073         * info.el (bookmark-get-info-node): Define this function in
7074         info.el, not in bookmark.el.
7075         (Info-mode): Set `bookmark-make-name-function' to
7076         `Info-bookmark-make-name' locally.
7077         (Info-bookmark-make-name): New function.
7079         * bookmark.el (bookmark-make-name-function): New variable.
7081 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
7083         * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
7084         buffer-local, not `bookmark-make-cell-function' (the old name).
7086 2008-03-07  Tassilo Horn  <tassilo@member.fsf.org>
7088         * doc-view.el (doc-view-bookmark-make-record):
7089         * image-mode.el (image-bookmark-make-record):
7090         * info.el (Info-bookmark-make-record): Delete obsolete second arg.
7092 2008-03-07  Jan Djärv  <jan.h.d@swipnet.se>
7094         * vc.el (vc-status-menu-map-filter): Return orig-binding if
7095         boundp 'vc-ignore-menu-filter.
7096         (vc-status-tool-bar-map): Make it defvar.
7097         (vc-status-mode): vc-status-tool-bar-map now variable.
7098         (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
7100 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
7102         Give a better name to part of the bookmark interface.
7104         This was originally a much larger change, but halfway through I
7105         updated and discovered that Stefan Monnier had done the rest.
7106         It looks like he anticipated the new name too, because he used
7107         `the-record' instead of `the-cell' for some internal variable names.
7109         * bookmark.el (bookmark-make-record-function): Was
7110         `bookmark-make-cell-function'.
7111         (bookmark-make, bookmark-send-annotation): Update for above.
7112         (bookmark-make-record-for-text-file):
7113         Was `bookmark-make-cell-for-text-file'.  Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
7115         * info.el: Adjust accordingly.
7116         (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
7118         * image-mode.el: Adjust accordingly.
7119         (image-bookmark-make-record): Was `image-bookmark-make-cell'.
7121         * doc-view.el: Adjust accordingly.
7122         (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
7124 2008-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7126         * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
7127         Move initialization into declaration.
7128         (bookmark-get-info-node, bookmark-set-info-node): Remove.
7129         (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
7130         (bookmark-info-current-node): Remove.
7131         (bookmark-jump-noselect): Rename from bookmark-jump-internal.
7132         Add relocation fallback.  Set bookmark-current-bookmark.
7133         (bookmark-default-handler): Rename from bookmark-jump-noselect.
7134         Remove relocation fallback.  Don't set bookmark-current-bookmark.
7135         (bookmark-set): Let it be used even if there's no buffer-file-name
7136         as long as there is a bookmark-make-cell-function.
7137         * info.el (Info-bookmark-jump): Remove relocation fallback.
7138         Don't set bookmark-current-bookmark.
7140 2008-03-07  Glenn Morris  <rgm@gnu.org>
7142         * calendar/appt.el (appt-issue-message)
7143         (appt-message-warning-time, appt-audible, appt-visible)
7144         (appt-msg-window, appt-display-mode-line, appt-display-duration)
7145         (appt-display-diary): Remove autoload cookies.
7147         * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
7148         Remove leading `*' from defcustom doc-strings.
7150         * calendar/cal-dst.el (calendar-dst): New custom group.
7151         (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
7152         (calendar-time-zone, calendar-daylight-time-offset)
7153         (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
7154         (calendar-daylight-savings-starts-time)
7155         (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
7156         (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
7157         Move to start.
7159         * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
7161         * calendar/calendar.el (calendar-version): Use emacs-version and
7162         make it obsolete.  Move to end.
7163         (calendar-offset, view-diary-entries-initially)
7164         (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
7165         (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
7166         (all-christian-calendar-holidays, all-islamic-calendar-holidays)
7167         (all-bahai-calendar-holidays, calendar-load-hook)
7168         (initial-calendar-window-hook, today-visible-calendar-hook)
7169         (today-invisible-calendar-hook, calendar-move-hook)
7170         (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
7171         (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
7172         (diary-include-string, sexp-diary-entry-symbol)
7173         (abbreviated-calendar-year, american-date-diary-pattern)
7174         (european-date-diary-pattern, european-calendar-display-form)
7175         (american-calendar-display-form, print-diary-entries-hook)
7176         (list-diary-entries-hook, diary-hook, diary-display-hook)
7177         (nongregorian-diary-listing-hook, mark-diary-entries-hook)
7178         (nongregorian-diary-marking-hook, diary-list-include-blanks)
7179         (holidays-in-diary-buffer, general-holidays, oriental-holidays)
7180         (local-holidays, other-holidays, hebrew-holidays-1)
7181         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
7182         (hebrew-holidays, christian-holidays, islamic-holidays)
7183         (bahai-holidays, solar-holidays, calendar-setup)
7184         (calendar-week-start-day): Remove autoload cookies.
7185         (diary-glob-file-regexp-prefix): Doc fix.
7186         (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
7187         (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
7188         (calendar-week-start-day, calendar-debug-sexp): Move to start.
7190         * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
7191         (calendar-time-display-form, calendar-latitude)
7192         (calendar-longitude, solar-equinoxes-solstices): Remove autoload
7193         cookies.
7194         (calendar-latitude, calendar-longitude): Move functions after
7195         variables.
7196         (diary-sabbath-candles-minutes): Move to start.
7197         (solar-setup): Use or rather than if.
7198         (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
7199         Remove condition-case.
7200         (solar-atn2): Use zerop.
7201         (solar-equinoxes-solstices): Doc fix.
7203         * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
7204         (sc-mode-map-prefix): Doc fix.  Make it a defcustom.
7206         * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
7207         (calendar-longitude, calendar-latitude, calendar-location-name):
7208         Declare for compiler.
7210 2008-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7212         * arc-mode.el (archive-ar-file-header-re): New const.
7213         (archive-ar-summarize, archive-ar-extract): New funs.
7214         (archive-find-type): Recognize ar archives.
7216         * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
7217         New functions.
7219         * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
7221 2008-03-06  Lennart Borgman  <lennart.borgman@gmail.com>
7223         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
7224         Replace :enable (mark-active) with :enable mark-active.
7226 2008-03-06  Juanma Barranquero  <lekktu@gmail.com>
7228         * vms-patch.el (make-legal-file-name): New obsolete alias.
7229         (make-valid-file-name): Rename from `make-legal-file-name'.
7230         (make-auto-save-file-name): Use it.
7232         * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
7233         (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
7234         (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
7236         * textmodes/org.el (org-export-html-style): Doc fix.
7237         (org-get-legal-level): New obsolete alias.
7238         (org-get-valid-level): Rename from `org-get-legal-level'.
7239         (org-promote, org-demote, org-archive-subtree)
7240         (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
7242 2008-03-06  Jan Djärv  <jan.h.d@swipnet.se>
7244         * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
7246         * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
7247         (vc-status-toggle-mark): New functions.
7248         (vc-status-mode): Set tool bar map.
7250 2008-03-05  Chong Yidong  <cyd@stupidchicken.com>
7252         * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
7253         Reported by Drew Adams <drew.adams@oracle.com>.
7255 2008-03-05  Kenichi Handa  <handa@ni.aist.go.jp>
7257         * subr.el (read-quoted-char): Resolve modifers of the character
7258         event.
7260         * comint.el (comint-exec-1): Don't change the coding-system for
7261         decoding to dos-like EOL.
7262         (comint-carriage-motion): Fully rewrite.
7264 2008-03-05  Juanma Barranquero  <lekktu@gmail.com>
7266         * epg.el (epg-context-include-certs): Reflow docstring.
7267         (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
7268         (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
7269         (epg-context-set-signers, epg-context-set-sig-notations)
7270         (epg-make-import-status, epg-make-import-result)
7271         (epg-start-delete-keys): Fix typos in docstrings.
7272         (epg-start-sign-keys, epg-sign-keys):
7273         Fix typos in obsolescence declarations.
7275         * iswitchb.el: Don't check for `cadr' and `last'.
7276         (iswitchb-define-mode-map, iswitchb-default-keybindings):
7277         Add obsolescence declaration and remove redundant info from docstring.
7278         (iswitchb-set-common-completion, iswitchb-set-matches)
7279         (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
7280         (recentf-list, most-len, most-is-exact):
7281         Don't wrap defvars within `eval-when-compile'.
7283 2008-03-05  Glenn Morris  <rgm@gnu.org>
7285         * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
7286         * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
7287         * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
7288         * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
7289         ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
7291         * ediff-hook.el (ediff-window-setup-function): Don't autoload
7292         declaration for compiler.
7293         (ediff-xemacs-init-menus): Use when rather than if.
7295         * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
7296         if+and to just and.
7297         (ediff-read-event, ediff-overlayp, ediff-make-overlay)
7298         (ediff-delete-overlay): Move the XEmacs test inside the definition.
7300         * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
7302         * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
7303         test inside XEmacs test.
7304         (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
7305         since it was doing nothing on Emacs.
7306         (ediff-make-bullet-proof-overlay): Use when rather than if.
7308         * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
7309         (ediff-setup-control-frame): Remove
7310         ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
7311         a (featurep 'xemacs) test.
7313 2008-03-05  Jay Belanger  <jay.p.belanger@gmail.com>
7315         * calc/calc-ext.el (calc-extended-command-history): New variable.
7316         (calc-exectute-extended-command): Use `calc-extended-command-history'.
7318 2008-03-05  Dan Nicolaescu  <dann@ics.uci.edu>
7320         * bindings.el (mode-line-remote): Add mouse-face.  Improve tooltip.
7321         (standard-mode-line-position): Add mouse-face.
7323         * progmodes/compile.el (compilation-menu-map, compilation-mode-map):
7324         * progmodes/grep.el (grep-mode-map): Add :help.
7326         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
7327         initialize in one step.  Add :help.  Use :enable to activate menu
7328         items.  Show the key binding for edebug-defun.
7329         (lisp-interaction-mode-map): Add a menu.
7331         * term.el (term-mode-map): Define and initialize in one step.
7333         * ediff-init.el (ediff-color-display-p): Simplify.
7334         (Xor): Remove unused function.
7335         (ediff-with-syntax-table): Simplify for Emacs.
7337         * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
7338         menu-bar being loaded, it always is.
7340 2008-03-05  Glenn Morris  <rgm@gnu.org>
7342         * textmodes/tex-mode.el (tex-mode): Suppress warning about
7343         multiple definitions when compiling.
7345 2008-03-04  Alan Mackenzie  <acm@muc.de>
7347         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
7349         * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
7350         doc-string, "c-old-LEN" -> "c-old-END".
7352 2008-03-04  Jason Rumney  <jasonr@gnu.org>
7354         * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
7355         namespaces.
7357 2008-03-04  Glenn Morris  <rgm@gnu.org>
7359         * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
7361         * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
7362         than mapcar.
7364 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7366         * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
7367         (byte-compile-nilconstp): Can't use recursion in a defsubst.
7369         * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
7370         so that M-q can fill comments.
7371         (tex-executable-exists-p, tex-compile): Extend with special syntax for
7372         commands implemented in elisp.
7373         (tex-compile-commands): Add an entry to use doc-view for pdf files.
7374         (tex-format-cmd): New function.
7375         (tex-compile): Use it to let the user specify default arguments.
7376         (tex-cmd-bibtex-args): New var.
7377         (tex-cmd-doc-view): New function.
7379 2008-03-03  Juanma Barranquero  <lekktu@gmail.com>
7381         * faces.el (face-spec-set): Fix typos in docstring.
7383 2008-03-03  Dan Nicolaescu  <dann@ics.uci.edu>
7385         * bindings.el (mode-line-column-line-number-mode-map): New variable.
7386         (standard-mode-line-position): Use it to add a menu for toggling
7387         column number and line number display.
7389 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7391         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
7392         Remove optimization that was working around the form-code-walker bug.
7394         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
7395         Walk into the body of lambdas after byte-compile-unfold-lambda.
7397 2008-03-03  Glenn Morris  <rgm@gnu.org>
7399         * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
7400         value, if set, over frame value.
7402         * simple.el (transient-mark-mode): Don't turn on by default.
7404         * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
7405         accidentally removed by the 2007-12-05 merge from Gnus.
7407 2008-03-02  Dan Nicolaescu  <dann@ics.uci.edu>
7409         * progmodes/compile.el (compilation-menu-map): Add menu entries
7410         for useful options.
7412 2008-03-01  Dan Nicolaescu  <dann@ics.uci.edu>
7413             Glenn Morris  <rgm@gnu.org>
7415         * emacs-lisp/bytecomp.el (byte-recompile-directory)
7416         (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
7417         Give a `bytecomp-' prefix to local variables with common names.
7419 2008-03-01  Glenn Morris  <rgm@gnu.org>
7421         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Restore
7422         code commented out 2007-11-10.
7424         * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
7426         * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
7427         Delete macro.
7428         * emulation/viper-cmd.el, emulation/viper-ex.el:
7429         * emulation/viper-init.el, emulation/viper-keym.el:
7430         * emulation/viper-mous.el, emulation/viper-util.el:
7431         * emulation/viper.el:
7432         Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
7433         featurep test.
7435         Replace obselete frame-local variables with frame-parameters.
7436         * emulation/viper-init.el (viper-replace-overlay-cursor-color)
7437         (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
7438         (viper-vi-state-cursor-color): Only call make-variable-frame-local
7439         on XEmacs.
7440         * emulation/viper-util.el (viper-frame-value): New macro.
7441         * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
7442         (viper-R-state-post-command-sentinel)
7443         (viper-replace-state-post-command-sentinel)
7444         (viper-change-state-to-insert, viper-change-state-to-emacs):
7445         * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
7446         (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
7447         (viper-get-saved-cursor-color-in-insert-mode)
7448         (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
7449         Use viper-frame-value for viper-replace-overlay-cursor-color,
7450         viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
7451         viper-vi-state-cursor-color values.
7453         * emulation/viper-cmd.el (zmacs-region-stays):
7454         * emulation/viper-util.el (zmacs-region-stays): No need to define
7455         for compiler.
7457         * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
7458         mapcar on Emacs.
7460         * emulation/viper-mous.el (viper-counting-clicks-p): Only define
7461         on XEmacs.
7463         * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
7464         rather than if.
7466 2008-03-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7468         * whitespace.el: New version 9.3.  As the glyph code generation was
7469         fixed, it is possible now to use character code above ?\x1FFFF in the
7470         display table.  Fix `whitespace-indentation-regexp' to not include an
7471         extra ending character.  Reported by Michael Welsh Duggan
7472         <mwd@cert.org>.  Added hook actions when buffer is written or killed as
7473         the original whitespace package had.  Suggested by Eric Cooper
7474         <ecc@cmu.edu>.  Doc fix.
7475         (whitespace-action): New option.
7476         (whitespace-display-mappings): Changed default newline visualization to
7477         display downwards arrow, as the glyph code generation was fixed.
7478         (whitespace-unload-function): Assure that all local whitespace mode is
7479         turned off.
7480         (whitespace-global-modes): Fix type customization.
7481         (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
7482         (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
7483         (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
7484         Fix code.
7485         (whitespace-buffer): Command removed.
7486         (whitespace-trailing-regexp, whitespace-mark-x)
7487         (whitespace-display-window, whitespace-action-when-on)
7488         (whitespace-add-local-hook, whitespace-remove-local-hook)
7489         (whitespace-write-file-hook, whitespace-kill-buffer-hook)
7490         (whitespace-action): New funs.
7491         (whitespace-report-list, whitespace-report-text)
7492         (whitespace-report-buffer-name): New consts.
7493         (whitespace-report, whitespace-report-region): New commands.
7495 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
7497         * disp-table.el (make-glyph-code): Don't test the result of
7498         `face-id', which already signals an error for invalid faces.
7499         (glyph-face): Simplify.
7501         * desktop.el (desktop-read): Set `desktop-dirname' to nil before
7502         running `desktop-not-loaded-hook' to allow modifying it.
7503         Don't show warning message if `desktop-dirname' was modified.
7505 2008-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7507         * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
7508         we still expect more lines.
7510         * textmodes/fill.el (fill-comment-paragraph): Don't try to do
7511         comment-paragraph filling if the commark doesn't match
7512         comment-start-skip.
7514 2008-03-01  Daiki Ueno  <ueno@unixuser.org>
7516         * international/utf-7.el (utf-7-encode): Never skip the trailing - for
7517         the `imap' variant.
7519 2008-03-01  Jason Rumney  <jasonr@gnu.org>
7521         * files.el (make-auto-save-file-name): Encode more characters in
7522         non-file buffer names.  Use url-encoding.
7524 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
7526         * net/net-utils.el (ftp-program): Fix typo in docstring.
7527         (ifconfig-program-options, netstat-program-options)
7528         (arp-program-options, route-program-options, nslookup-program-options)
7529         (ftp-program-options, smbclient-program-options)
7530         (dns-lookup-program-options, arp, route): Doc fixes.
7532         * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
7533         (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
7534         (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
7535         Fix typos in docstrings.
7536         (gdb-pending-triggers): Reflow docstring.
7537         (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
7539 2008-03-01  Alan Mackenzie  <acm@muc.de>
7541         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
7542         typing "#" at EOB.
7544 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
7546         * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
7548 2008-02-29  Kim F. Storm  <storm@cua.dk>
7550         * emulation/cua-base.el (cua-remap-control-v)
7551         (cua-remap-control-z): New defcustoms.
7552         (cua-mode): Add them to set-after property.
7553         (cua--init-keymaps): Use them.
7554         Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
7556         * help.el (view-emacs-todo): Rename from view-todo.
7557         (describe-gnu-project): Rename from describe-project.  Users changed.
7558         (view-help-file): New helper function.
7559         (describe-distribution, describe-copying, describe-gnu-project)
7560         (view-todo, view-order-manuals, view-emacs-problems): Use it.
7561         (view-emacs-debugging, view-external-packages): New commands.
7562         (help-map): Move describe-distribution to C-h C-o (ordering).
7563         Move view-emacs-problems to C-h C-p (problems).
7564         Bind view-emacs-debugging to C-h C-d (debugging).
7565         Bind view-external-packages to C-h C-e (extras).
7566         (help-for-help-internal): Cleanup and align descriptions.
7567         Remove command names to reduce clutter.
7569 2008-02-29  Nick Roberts  <nickrob@snap.net.nz>
7571         * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
7572         and quieter face (not a warning).
7574 2008-02-29  Dan Nicolaescu  <dann@ics.uci.edu>
7576         * vc.el (vc-status-crt-marked): New variable.
7577         (vc-status-mode): Make it local.
7578         (vc-status-refresh): Use it to save the marked files.
7579         (vc-update-vc-status-buffer): Use it to restore the marked files.
7581         * vc-svn.el (vc-svn-after-dir-status):
7582         * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
7584 2008-02-29  Glenn Morris  <rgm@gnu.org>
7586         * allout.el (allout-topic-encryption-bullet)
7587         (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
7588         (allout-encrypt-unencrypted-on-saves): Change defcustom :version
7589         from 22.0 to 22.1.
7591         * net/imap.el (imap-ping-server):
7592         * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
7593         Change defcustom :version from 23.0 to 23.1.
7595 2008-02-29  Juanma Barranquero  <lekktu@gmail.com>
7597         * desktop.el (desktop-save): Save the buffer name if the
7598         uniquified base name is empty.
7600 2008-02-29  Nick Roberts  <nickrob@snap.net.nz>
7602         * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
7603         correctly when user has "set print address off".
7605 2008-02-28  Juanma Barranquero  <lekktu@gmail.com>
7607         * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
7608         version number of the next major Emacs release, not 23.0.
7610         * longlines.el (longlines-unload-function): New function.
7612 2008-02-28  Juri Linkov  <juri@jurta.org>
7614         * startup.el (normal-splash-screen): Add argument `concise'.
7615         Remove unused binding `prev-buffer'.  Let-bind `splash-buffer'
7616         to the created buffer.  If `concise' is non-nil, call
7617         `display-buffer', otherwise `switch-to-buffer'.  Doc fix.
7618         (display-startup-screen): Add argument `concise' to the call to
7619         `normal-splash-screen'.
7621 2008-02-28  Kim F. Storm  <storm@cua.dk>
7623         * startup.el (startup-echo-area-message): Check for about-emacs.
7625 2008-02-28  Juri Linkov  <juri@jurta.org>
7627         * startup.el: Always add initial message to *scratch* buffer if
7628         `initial-scratch-message' is non-nil regardless of the value of
7629         `inhibit-startup-screen'.
7630         (inhibit-startup-screen, initial-scratch-message): Doc fix.
7631         (command-line-1): Move code that inserts `initial-scratch-message'
7632         up before the if-form that checks for `inhibit-startup-screen'.
7633         Suggested by Jonathan Rockway <jon@jrock.us>.
7635 2008-02-28  Juri Linkov  <juri@jurta.org>
7637         * cus-edit.el (custom-mode-map, custom-mode-link-map):
7638         Rename `custom-mode' to `Custom-mode' in docstrings.
7639         (custom-buffer-create-internal, customize-browse):
7640         Rename `custom-mode' to `Custom-mode'.
7641         (custom-mode-hook): Rename to `Custom-mode-hook'.
7642         (Custom-mode-hook): Renamed from `custom-mode-hook'.
7643         (custom-mode): Rename to `Custom-mode'.
7644         (Custom-mode): Renamed from `custom-mode'.  Doc fix.
7645         (custom-mode): Add backward-compatible non-interactive variant of
7646         `Custom-mode' that simply calls `Custom-mode'.  Mark it obsoleted.
7647         (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
7649         * info-look.el: Rename `custom-mode' to `Custom-mode'.
7651         * emulation/viper.el (viper-emacs-state-mode-list):
7652         Rename `custom-mode' to `Custom-mode'.
7654         * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
7655         Capitalize "Tagged Files".
7656         (minibuffer-local-map): Add menu items for next/previous
7657         history elements and isearch history forward/backward.
7659         * progmodes/hideshow.el (hs-minor-mode-menu): Compare
7660         `hs-isearch-open' with t instead of `comment' in :selected
7661         for "Code and Comment blocks" menu item.
7663 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7665         * uniquify.el (uniquify-buffer-base-name): Undo last change.
7666         Should be done in desktop.el instead.
7668 2008-02-28  Glenn Morris  <rgm@gnu.org>
7670         * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
7672         * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
7674         * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
7675         (Info-menu, Info-goto-node): Remove declarations.
7676         (report-emacs-bug-info): Use info rather than Info-goto-node.
7678         * progmodes/idlwave.el (Info-goto-node): Remove declaration.
7679         (idlwave-convert-xml-system-routine-info): Don't require xml.
7680         (idlwave-show-commentary, idlwave-shell-show-commentary):
7681         Don't require finder.
7682         (idlwave-info): Don't require info.  Use info rather than
7683         Info-goto-node.
7685         * textmodes/org.el (Info-goto-node): Remove declaration.
7686         (org-info): Use info rather than Info-goto-node.
7688         * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
7689         (reftex-info): Don't require info.  Use info rather than Info-goto-node.
7691 2008-02-28  Dan Nicolaescu  <dann@ics.uci.edu>
7693         * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
7694         the menu.
7696         * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
7697         (vc-finish-logentry): Check for vc-status-mode, not only for
7698         vc-dired-mode.
7700 2008-02-28  Kenichi Handa  <handa@ni.aist.go.jp>
7702         * isearch.el (isearch-printing-char): Don't check
7703         keyboard-coding-system.
7704         Call isearch-process-search-multibyte-characters only when
7705         current-input-method is non-nil.
7707 2008-02-27  Kim F. Storm  <storm@cua.dk>
7709         * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
7710         (glyph-char, glyph-face): Handle cons encoding.
7712 2008-02-27  Juanma Barranquero  <lekktu@gmail.com>
7714         * uniquify.el (uniquify-buffer-base-name): If the base name is an
7715         empty string, return nil to allow the caller to default to the
7716         buffer name.  Reported by Martin Fischer <parozusa@web.de>.
7718         * tool-bar.el (tool-bar-setup): Doc fix.
7720         * mail/supercite.el (sc-describe):
7721         Fix typos in obsolescence declaration.
7723 2008-02-27  Glenn Morris  <rgm@gnu.org>
7725         * autoinsert.el (auto-insert-alist): Change permission text to
7726         match FSF's GPLv3 form.
7728         * mail/supercite.el (sc-cite-original): Doc fix.
7729         (sc-version): Make obsolete.
7730         (sc-describe): Show the SC info page.  Make obsolete.
7732 2008-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7734         * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
7735         when using transient-mark-mode.
7736         (default-indicate-unused-lines): Remove unused var.
7738 2008-02-26  Jan Djärv  <jan.h.d@swipnet.se>
7740         * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
7741         and previous.
7743         * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
7745 2008-02-26  Glenn Morris  <rgm@gnu.org>
7747         * net/net-utils.el (top-level): Don't require comint when compiling.
7748         (nslookup-font-lock-keywords): Don't require font-lock.
7749         Use font-lock faces rather than variables.
7750         (nslookup, ftp, smbclient, network-service-connection):
7751         Don't require comint.
7752         (comint-prompt-regexp, comint-input-autoexpand)
7753         (comint-input-ring): Declare for compiler.
7754         (comint-mode, ffap-string-at-point, comint-exec): Autoload.
7755         (dns-lookup-host): Don't require ffap.  Remove `with-no-warnings'.
7757         * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
7758         doc-string.
7760 2008-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7762         * doc-view.el (doc-view-current-page): Add a `win' argument.
7764 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7766         * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
7767         Demote it to plain defvar.
7768         (doc-view-conversion-refresh-interval): Reduce interval.
7769         (doc-view-goto-page): Allow moving to pages not yet rendered.
7770         (doc-view-goto-page): Construct a file name rather than extracting it
7771         from doc-view-current-files.
7772         (doc-view-kill-proc): Ignore errors from kill-process.
7773         (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
7774         (doc-view-insert-image): Use appropriate text if the page hasn't been
7775         rendered yet.  Adjust scrolling so the text is displayed.
7776         (doc-view-display): Detect not just that a page is available, but also
7777         that it wasn't available before, so as to avoid refreshing all pages
7778         repeatedly.
7779         (doc-view-mode): Make doc-view-cache-directory if needed.
7781 2008-02-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7783         * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
7784         toggle-read-only.
7786         * textmodes/bibtex.el (bibtex-format-entry): Handle error message
7787         refering to a missing required field with the OPT prefix.
7788         Make unwindform more robust.
7790         * textmodes/bibtex.el: Remove support for hideshow minor mode as
7791         it duplicates the bibtex support in progmodes/hideshow.el.
7792         * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
7793         entries that do not start at the beginning of a line.
7795 2008-02-25  Chong Yidong  <cyd@stupidchicken.com>
7797         * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
7799 2008-02-25  Robert J. Chassell  <bob@rattlesnake.com>
7801         * help-fns.el (describe-variable): Add phrases about
7802         initialization file with and without customization;
7803         use new button type help-info-variable.
7805         * help-mode.el (help-info-variable):
7806         New button able to read Info files for help-fns.el.
7808 2008-02-25  Jan Djärv  <jan.h.d@swipnet.se>
7810         * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
7811         (grep-mode): Use grep-mode-tool-bar-map.
7813         * progmodes/compile.el (tool-bar): Require tool-bar.
7814         (compilation-mode-tool-bar-map): New variable.
7815         (compilation-mode): Use compilation-mode-tool-bar-map.
7817         * term/x-win.el (x-gtk-stock-map): Add cancel.  Remove extensions.
7819 2008-02-25  Glenn Morris  <rgm@gnu.org>
7821         * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
7823 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7825         * diff-mode.el (diff-file-junk-re): New const.
7826         (diff-beginning-of-file-and-junk): Use it.
7827         (diff-file-kill): Make sure we were really inside a file diff.
7829         * diff-mode.el: Make it more robust in the presence of empty context
7830         lines in unified hunks.
7831         (diff-valid-unified-empty-line): New var.
7832         (diff-unified->context, diff-sanity-check-hunk): Obey it.
7833         (diff-end-of-hunk): Obey it.  New arg `donttrustheader'.
7834         (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
7835         (diff-hunk-header-re-unified): New const.
7836         (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
7837         (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
7838         (diff-sanity-check-hunk): Use it.
7840         * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
7841         Index: line, don't search backward for the previous one.
7843 2008-02-25  Kenichi Handa  <handa@ni.aist.go.jp>
7845         * international/fontset.el (setup-default-fontset): Add non-OTF
7846         lao font for lao script.
7848         * language/tibetan.el: Register tibetan-composition-function in
7849         composition-function-table.
7851         * language/tibet-util.el (tibetan-composition-function):
7852         Adjust for the new calling way (argument changed).  Try font-shape-text
7853         if possible.
7855         * language/lao.el: Register lao-composition-function in
7856         composition-function-table.
7858         * language/lao-util.el (lao-composition-function): Adjust for the new
7859         calling way (argument changed).  Try font-shape-text if possible.
7861 2008-02-25  Jason Rumney  <jasonr@gnu.org>
7863         * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
7865 2008-02-25  Juri Linkov  <juri@jurta.org>
7867         * isearch.el (isearch-fail): Use "RosyBrown1" for a light
7868         background, "red4" for a dark background, "red" for 16 and
7869         8 colors, "grey" for grayscale, and inverse video otherwise.
7870         Add :version tag.
7871         (isearch-message): Keep the original isearch-message intact, and
7872         add text properties to it where necessary.  Add `isearch-error' to
7873         the condition that checks if isearch is unsuccessful.
7875 2008-02-24  Juri Linkov  <juri@jurta.org>
7877         * progmodes/compile.el (compilation-handle-exit):
7878         Use compilation-error face instead of font-lock-warning-face.
7879         Display the same message in the minibuffer as is inserted
7880         at the end of the compilation buffer.
7882 2008-02-24  Glenn Morris  <rgm@gnu.org>
7884         * vc-cvs.el (vc-cvs-register): Fix registering of directories in
7885         multiple file case.
7887         * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
7889         * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
7890         multiple file case.  Use a single `let' rather than two.
7892 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
7894         * progmodes/compile.el (compilation-start): Specify a face for
7895         mode-line-process.
7896         (compilation-handle-exit): Specify a face and a tooltip for
7897         mode-line-process.
7899 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7901         * hilit-chg.el: Remove spurious * in defcustom docstrings.
7902         (hilit-chg-make-ov): Simplify.
7903         (hilit-chg-fixup): Use remove-overlays.
7904         (hilit-chg-set-face-on-change): Remove redundant call to
7905         `remove-text-properties'.
7907         * dired.el (dired-mark-prompt): Don't count/display the t element.
7908         Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
7910 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
7912         * progmodes/verilog-mode.el (eval-when-compile): Don't define
7913         add-submenu.
7914         (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
7915         Remove.  Move contents to the only use ...
7916         (verilog-menu): ... here.
7917         (verilog-statement-menu): Remove.  Move contents to the only use ...
7918         (verilog-stmt-menu): ... here.
7919         (verilog-mark-defun): Simply call mark-defun for emacs.
7920         (occur-pos-list): Declare for byte compiler.
7921         (mode-popup-menu): Don't defvar.
7922         (verilog-add-statement-menu): Remove.
7923         (verilog-mode-hook): Don't add verilog-add-statement-menu.
7924         (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
7926 2008-02-24  Michael McNamara  <mac@mail.brushroad.com>
7928         * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
7929         conditional.
7930         (verilog-font-grouping-keywords-face): Make the begin..end
7931         keywords standout more than other verilog keywords.
7932         (verilog-type-font-keywords): Move the begin..end out of this list
7933         to facilitate making them to (potentially) stand out more.
7934         (verilog-backward-token): Fix indent of bare always{_*}?, initial,
7935         function & task blocks.
7936         (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
7937         initial, function & task blocks.
7938         (verilog-forward-sexp): Handle the new "disable fork" statement of
7939         IEEE-1800 Verilog.
7940         (verilog-beg-block-re-ordered): Handle the new "disable fork"
7941         statement of IEEE-1800 Verilog.
7942         (verilog-calc-1): Handle the new "disable fork" statement of
7943         IEEE-1800 Verilog.
7944         (verilog-disable-fork-re): Add const to help handle the new
7945         "disable fork" statement of IEEE-1800 Verilog.
7946         (verilog-declaration-core-re): Add port directions by themselves,
7947         with no qualification, as base item of a declaration.
7948         (verilog-pretty-declarations): Add new flag to ask it to refrain
7949         from printing to the message buffer.
7950         (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
7951         printing to the message buffer.  Improve handling of the many
7952         types of expression line up.
7953         (verilog-just-one-space): Remove printing of an empty message.
7954         (verilog-get-lineup-indent): Rework to support the better handling
7955         of expression lineup for verilog-pretty-expr.
7956         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
7958 2008-02-24  Alan Mackenzie  <acm@muc.de>
7960         * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
7961         yesterday's commit.
7963 2008-02-24  Nick Roberts  <nickrob@snap.net.nz>
7965         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
7966         to mouse-set-point in buffers that aren't associated with files.
7968         * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
7970 2008-02-24  Alan Mackenzie  <acm@muc.de>
7972         Set of changes so that "obtrusive" syntactic elements in a
7973         C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
7974         unmatched paren) don't interact syntactically with stuff outside
7975         the CPP line.
7977         * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
7978         Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
7979         off-by-one bug.
7980         (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
7981         a bit of refactoring.
7982         (c-awk-extend-and-syntax-tablify-region): Takes some of the
7983         functionality of c-awk-advise-fl-for-awk-region, which has been
7984         refactored away.
7986         * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
7987         (c-clear-char-property-with-value): New function and macro which
7988         remove text-properties `equal' to a supplied value.
7990         * progmodes/cc-engine.el: Comment about text properties amended.
7992         * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
7993         parens around "error\\|warning".
7995         * progmodes/cc-langs.el (c-get-state-before-change-function)
7996         (c-before-font-lock-function, c-anchored-cpp-prefix):
7997         New language variables.
7998         (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
8000         * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
8001         syntax-table text properties.
8002         (c-common-init): Call language specific before/after-change
8003         functions at mode initialisation.
8004         (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
8005         (c-extend-region-for-CPP, c-neutralize-CPP-line)
8006         (c-neutralize-syntax-in-CPP): New functions.
8007         (c-before-change, c-after-change): Call the new language specific
8008         change functions defined in cc-langs.el.
8009         (c-advise-fl-for-region): New macro.
8010         (awk-mode): Remove AWK specific stuff which has been refactored
8011         into language independent stuff.
8013 2008-02-24  Nick Roberts  <nickrob@snap.net.nz>
8015         * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
8016         (gdb): (Re)set gdb-flush-pending-output to nil here...
8017         (gdb-init-1): ...instead of here (before gdb-prompt).
8019 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8021         * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
8022         Recognize ''' just like any other char-constant.
8024 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8026         * vc-hooks.el (vc-find-root): Remove initial loop because it's not
8027         careful enough.  Detect the uid-change all within the main loop.
8029 2008-02-24  Stefan Monnier  <monnier@pastel.home>
8031         * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
8033 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8035         * hilit-chg.el (highlight-save-buffer-state): New macro.
8036         (highlight-save-buffer-state, hilit-chg-set-face-on-change)
8037         (hilit-chg-clear): Use it to preserve the modified-p flag.
8038         (highlight-changes-rotate-faces): Don't mess with the undo-list.
8040 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8042         * font-lock.el (font-lock-set-defaults): Unset previously set variables
8043         when needed.
8045 2008-02-24  Ã†var Arnfjörð Bjarmason  <avar@cpan.org>  (tiny change)
8047         * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
8048         from gnus-button-url-regexp.
8050 2008-02-24  Eli Zaretskii  <eliz@gnu.org>
8052         * progmodes/compile.el (compilation-next-error): Doc fix.
8053         (compilation-find-file): Doc fix.
8055 2008-02-24  Glenn Morris  <rgm@gnu.org>
8057         * net/net-utils.el (ipconfig-program, ipconfig-program-options):
8058         Add obsolete aliases to the old names.
8060 2008-02-24  Richard Stallman  <rms@gnu.org>
8062         * net/net-utils.el (ifconfig): Rename from ipconfig.
8063         (ipconfig): Alias to ifconfig.
8064         (ifconfig-program): Rename from ipconfig-program.
8065         (ifconfig-program-options): Rename from ipconfig-program-options.
8067 2008-02-24  Michael McNamara  <mac@mail.brushroad.com>
8069         * progmodes/verilog-mode.el (verilog-declaration-core-re):
8070         Add port directions by themselves, with no qualification, as base
8071         item of a declaration.
8072         (verilog-pretty-declarations): Add new flag that inhibits printing
8073         to the message buffer.
8074         (verilog-pretty-expr): Add new flag that inhibits printing to the
8075         message buffer.  Improve handling of the many types of expression
8076         line up.
8077         (verilog-just-one-space): Don't print an empty message.
8078         (verilog-get-lineup-indent): Rework to support the better handling
8079         of expression lineup for verilog-pretty-expr.
8080         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
8081         (verilog-mode-version, verilog-mode-release-date): Update.
8083 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8085         * subr.el (cancel-change-group): Don't move point.
8087 2008-02-23  Markus Triska  <markus.triska@gmx.at>
8089         * linum.el (linum-after-config): Update all visible windows.
8091 2008-02-23  Glenn Morris  <rgm@gnu.org>
8093         * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
8094         Add :help for Solitaire and Tetris.
8096         * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
8098         * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
8099         (smtpmail-code-conv-from): Doc fix.  Fix custom type.
8100         (smtpmail-queue-index-file): Make it a defcustom.
8101         (smtpmail-queue-index): Delete.
8102         (smtpmail-send-it, smtpmail-send-queued-mail):
8103         Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
8104         smtpmail-queue-index.
8106         * net/net-utils.el (iwconfig-program, iwconfig-program-options):
8107         Add :version.
8109 2008-02-23  Yoni Rabkin  <yoni@rabkins.net>  (tiny change)
8111         * net/net-utils.el (iwconfig-program, iwconfig-program-options):
8112         New variables.
8113         (iwconfig): New function.
8115 2008-02-23  Dan Nicolaescu  <dann@ics.uci.edu>
8117         * vc.el (vc-find-revision): Make vc-parent-buffer local before
8118         setting it.
8119         (vc-status-menu-map): Do not define using easy-menu.
8120         (vc-status-menu-map): New defalias.
8121         (vc-status-mode-map): Hook up the menu.
8122         (top-level): Update TODO.
8124         * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
8126         * vc-bzr.el (vc-bzr-init-version): Rename to ...
8127         (vc-bzr-init-revision): ... this.
8129 2008-02-23  Jason Rumney  <jasonr@gnu.org>
8131         * makefile.w32-in (WINS_ALMOST): Remove term.
8132         (WINS): Add term here.
8133         (custom-deps, finder-data): Use WINS_ALMOST.
8135 2008-02-22  Juanma Barranquero  <lekktu@gmail.com>
8137         * faces.el (font-weight-table): Fix value of `semi-light'.
8139 2008-02-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8141         * faces.el (font-weight-table, font-slant-table, font-swidth-table):
8142         Make those tables bijective.
8144 2008-02-22  Ken Manheimer  <ken.manheimer@gmail.com>
8146         Finish pdbtrack integration cleanup, settling missing-functions
8147         byte compiler warnings appropriately.
8149         * progmodes/python.el (python-point): Remove this - beginning-of-line
8150         was all that was necessary for `python-pdbtrack-overlay-arrow'.
8151         (python-end-of-def-or-class, python-beginning-of-def-or-class)
8152         (python-goto-initial-line): Drop these - they were only needed for
8153         python-point.
8154         (python-comint-output-filter-function): Use condition-case and
8155         beginning-of-line directly, instead of python-mode.el functions
8156         which require all sorts of baggage.
8157         (point-safe): Unnecessary - we're using condition-case directly,
8158         instead.
8159         (python-execute-file): Include for python-shell, which I'm leaving
8160         in keeping despite it being unnecessary for pdb tracking.
8162 2008-02-22  Peter Danenberg  <pcd@wikitex.org>  (tiny change)
8164         * progmodes/scheme.el (scheme-font-lock-keywords-2):
8165         Add SRFI 11 support.
8166         (let-values, let*-values): Specify scheme-indent-function.
8168 2008-02-22  Dan Nicolaescu  <dann@ics.uci.edu>
8170         * vc.el (vc-exec-after): Move setting mode-line-process in the
8171         busy case ...
8172         (vc-set-mode-line-busy-indicator): ... in this new function.
8173         (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
8174         (vc-update-vc-status-buffer): Reset mode-line-process.
8175         (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
8176         mark/unmark all the files with the same state as the current one.
8177         With a prefix argument mark/unmark all files.
8178         (vc-status-mode-menu): Adjust strings.
8179         (vc-update-vc-status-buffer): Only do something when the argument
8180         is not nil.
8181         (vc-status-kill-dir-status-process): New function.
8182         (vc-status-mode-map): Bind it.
8183         (vc-status-process-buffer): New variable.
8184         (vc-status-mode): Make it local.
8185         (vc-status-refresh): Set it.
8187         * vc-hg.el (vc-hg-dir-status):
8188         * vc-git.el (vc-git-dir-status):
8189         * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
8190         command is run.
8192 2008-02-22  Glenn Morris  <rgm@gnu.org>
8194         * json.el (top-level): No need to require thingatpt.
8195         (json-read-keyword): Use thing-at-point rather than word-at-point.
8197         * time.el (top-level): No need to require time-date when compiling.
8199         * emacs-lisp/copyright.el (copyright-update-year):
8200         Fix subexpression numbering for the case when years are split over
8201         lines, and for the replace case.
8203         * emulation/tpu-edt.el (tpu-have-ispell): Doc fix.  Make obsolete.
8204         (tpu-caar, tpu-cadr): Delete functions.
8205         (zmacs-regions): No need to declare for compiler.
8206         (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
8207         (tpu-spell-check): Rewrite, and handle mark after point.
8208         (tpu-special-insert): Use or rather than if.
8210         * emulation/vip.el (vip-special-prefix-com): Use ispell-region
8211         rather than spell-region.
8213         * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
8214         warnings about spell-region.
8216 2008-02-22  Kenichi Handa  <handa@ni.aist.go.jp>
8218         * ldefs-boot.el: Regenerated.
8220         * loadup.el: Don't load language/devanagari, language/kannanda,
8221         language/malayalam, and language/tamil.  Load language/sinhala.
8223         * language/indian.el (indian-font-foundry)
8224         (indian-script-language-alist, indian-font-char-index-table)
8225         (indian-font-char, indian-font-char-range, indian-script-table)
8226         (indian-default-script, indian-composable-pattern): Delete them.
8227         ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
8228         language environments moved to here.
8229         ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
8230         New language environments.
8232         * language/devanagari.el, language/devan-util.el,
8233         * language/kannanda.el, language/knd-util.el, language/malayalam.el,
8234         * language/mlm-util.el, language/tamil.el, language/tml-util.el:
8235         Delete them.
8237         * language/sinhala.el: New file.
8239 2008-02-21  Ken Manheimer  <ken.manheimer@gmail.com>
8241         Update Nick Robert's port of pdb tracking from python-mode.el.
8243         * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
8244         Clarify docstring.
8245         (python-pdbtrack-minor-mode-string): A sign indicating that pdb
8246         tracking is happening.
8247         (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
8248         (python-pdbtrack-input-prompt): Better recognize PDB prompts.
8249         (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
8250         Tracking is plugged in to all comint buffers once python.el is loaded.
8251         (python-pdbtrack-overlay-arrow): Toggle activation of
8252         `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
8253         (python-pdbtrack-track-stack-file): Use new
8254         `python-pdbtrack-get-source-buffer' for more flexible access to
8255         debugging source files.
8256         (python-pdbtrack-get-source-buffer): Identify debugging target buffer
8257         according to pdb stack trace, optionally using new
8258         `python-pdbtrack-grub-for-buffer' if file is not locally available.
8259         (python-pdbtrack-grub-for-buffer): Find most recent python-mode
8260         named buffer, or having function with indicated name.
8261         (python-shell): Remove comint-output-filter-functions hook
8262         addition, it's being done elsewhere.  Wrap long line.
8264 2008-02-21  Michael Olson  <mwolson@gnu.org>
8266         * json.el: Replace XEmacs compatibility code to get rid of
8267         compiler warnings.
8269         * time.el: Fix compiler warning.
8271 2008-02-21  Edward O'Connor  <ted@oconnor.cx>
8273         * json.el: New file (JavaScript Object Notation parser / generator).
8275 2008-02-21  Dave Love  <fx@gnu.org>
8277         * progmodes/sym-comp.el: New file.
8279         * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
8280         Require sym-comp.  Add Python buffer to same-window-buffer-names.
8281         Fixup whitespaces.
8282         (python-font-lock-keywords): Add highlighting for Python builtins.
8283         (python-font-lock-syntactic-keywords): Rewrite.
8284         (python-quote-syntax): Use syntax-ppss-context instead of parsing
8285         ppss directly.
8286         (python-mode-map): Add binding for python-find-function.
8287         (python-calculate-indentation): Clean up the logic.
8288         (python-beginning-of-defun): Explicitly set return value.
8289         (python-beginning-of-statement): Stop looping if we get stuck
8290         going backwards.
8291         (python-next-statement): Stop looping if we somehow end up inside
8292         a string while advancing.
8293         (python-preoutput-continuation, python-version-checked): New vars.
8294         (python-check-version): New function.
8295         (run-python): Set default command to python-command instead of
8296         python-python-command.
8297         (run-python): Use python-check-version.  Give PYTHONPATH
8298         precedence over data-directory in the process environment.
8299         Load function definitions in python process after.
8300         (python-check-comint-prompt): New function.
8301         (python-send-command, python-send-receive): Use it.
8302         (python-complete-symbol, python-try-complete): Functions deleted.
8303         Use symbol-complete instead of python-complete-symbol throughout.
8304         (python-fill-paragraph): Further refine the fenced-string regexp.
8305         (def-python-skeleton): Expand to the original abbrev instead if in
8306         a comment or string.  Tweak skeletons for `if', `while', `for',
8307         `try/except', `try/finally', `name'.
8308         (python-pea-hook, python-abbrev-pc-hook): New functions.
8309         (python-abbrev-syntax-table): New var.
8310         (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
8311         Use symbol-completion-try-complete for hippie expansion.
8312         Turn on font lock unconditionally.
8313         (python-mode-hook): Defcustom it.  No need to use make-local
8314         variable on indent-tabs-mode in "Turn off Indent Tabs mode"
8315         option, since it's buffer-local.
8317 2008-02-21  Juanma Barranquero  <lekktu@gmail.com>
8319         * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
8321 2008-02-21  Drew Adams  <drew.adams@oracle.com>
8323         * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
8324         "Turn off" and a "Help" entry when the minor mode has no menu.
8326 2008-02-21  Dan Nicolaescu  <dann@ics.uci.edu>
8328         * vc.el (vc-status-mark, vc-status-unmark): New functions.
8329         (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
8330         vc-status-mark-file and vc-status-unmark-file.
8331         (vc-status-mark-unmark): New function.
8332         (vc-status-previous-line, vc-status-next-line): No longer interactive.
8334 2008-02-21  Glenn Morris  <rgm@gnu.org>
8336         * composite.el (encode-composition-rule): Fix typo in error message.
8337         (composition-function-table, auto-composition-mode): Doc fixes.
8339         * subr.el (sit-for): Fix obsolete form for nil second argument.
8341         * textmodes/spell.el (spell-buffer, spell-word, spell-region)
8342         (spell-string): Make obsolete, in favor of ispell.
8344 2008-02-21  Kenichi Handa  <handa@ni.aist.go.jp>
8346         * language/devanagari.el: Don't setup composition-function-table
8347         here.
8348         ("Devanagari"): Change charset, coding-system, coding-priority to
8349         Unicode-based ones.  Don't require the feature devan-util.
8351         * composite.el (compose-chars-after): Fix arguments for a function
8352         in composition-function-table.
8353         (auto-compose-region): Likewise.
8355         * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
8356         for Ethiopic.
8357         (ps-mule-plot-string): Ignore glyph-string based compositions.
8359 2008-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8361         * doc-view.el: Allow different windows to show different pages.
8362         (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
8363         (doc-view-current-image, doc-view-current-overlay): Remove variables,
8364         add them back as macros instead, using image-mode-winprops instead.
8365         Update all users of those variables.
8366         (doc-view-new-window-function): New function to create a new overlay
8367         for each new window.
8368         (doc-view-mode): Use it and image-mode-setup-winprops.
8369         (doc-view-clone-buffer-hook): Rewrite accordingly.
8371         * image-mode.el: Extend [hv]scroll support to per-window properties.
8372         (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
8373         (image-mode-winprops-alist): New var to replace them.
8374         (image-mode-new-window-functions): New hook.
8375         (image-mode-winprops, image-mode-window-get, image-mode-window-put):
8376         New funs.
8377         (image-set-window-vscroll, image-set-window-hscroll): Use them.
8378         Remove the `window' argument, update callers.
8379         (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
8380         Use the new functions.
8381         (image-mode-reapply-winprops): New fun.
8382         (image-mode): Use it.
8384 2008-02-20  Jay Belanger  <jay.p.belanger@gmail.com>
8386         * calc/calc-math.el (math-sin-raw): Add optional argument
8387         to keep track of original argument.
8388         (math-cos-raw): Use optional argument when calling math-sin-raw.
8389         (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
8390         with close to original precision.
8392 2008-02-20  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8394         * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
8395         args in calls of sit-for.
8397 2008-02-20  Juanma Barranquero  <lekktu@gmail.com>
8399         * vc-svn.el (vc-svn-program): Fix typo in docstring.
8400         (vc-svn-checkin): Fix typo in error message.
8402         * help-mode.el: Require easymenu when compiling.
8404 2008-02-20  Dan Nicolaescu  <dann@ics.uci.edu>
8406         * help-mode.el (help-mode-menu): New menu.
8408 2008-02-20  Glenn Morris  <rgm@gnu.org>
8410         * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
8411         on Windows.
8413 2008-02-20  Kenichi Handa  <handa@ni.aist.go.jp>
8415         * ps-mule.el (ps-mule-encode-region): Return a single string.
8416         (ps-mule-plot-string): Adjust for the above change.
8417         (ps-mule-encode-header-string): Likewise.
8419         * international/latin1-disp.el (latin1-display): Don't use
8420         ucs-mule-8859-to-mule-unicode.  Fix the way of resetting
8421         standard-display-table.
8422         (latin1-display-identities): Adjust for the change of what is
8423         returned by (get-language-info charset 'charset).
8425         * international/mule-util.el (char-displayable-p): Fix for Latin-1
8426         characters and terminal case.
8428 2008-02-19  Ken Manheimer  <ken.manheimer@gmail.com>
8430         Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
8432         * progmodes/python.el: Also require comint when loading.
8433         (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
8434         Replace python-shell with run-python on menu bar.
8435         (python-shell-map): New map.
8436         (python-default-interpreter, python-python-command-args)
8437         (python-jython-command-args, python-pdbtrack-do-tracking-p):
8438         New options.
8439         (python-which-shell, python-which-args, python-which-bufname):
8440         New buffer local variables.
8441         (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
8443         * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
8444         (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
8445         New constants.
8447         Pdbtrack features:
8449         (python-point, python-end-of-def-or-class)
8450         (python-beginning-of-def-or-class, python-goto-initial-line)
8451         (python-comint-output-filter-function)
8452         (python-pdbtrack-overlay-arrow)
8453         (python-pdbtrack-track-stack-file, python-toggle-shells)
8454         (python-shell, python-pdbtrack-toggle-stack-tracking)
8455         (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
8456         New functions.
8458 2008-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8460         * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
8461         when the argument is nil.
8463 2008-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
8465         * vc.el (dir-status): Add a brief description.
8467 2008-02-19  Thien-Thi Nguyen  <ttn@gnuvola.org>
8469         * vc-hooks.el (vc-find-root): Take optional arg INVERT.
8470         If non-nil, reverse the sense of the check.
8472         * vc-rcs.el (vc-rcs-root): New func.
8473         * vc-cvs.el (vc-cvs-root): New func.
8474         * vc-svn.el (vc-svn-root): New func.
8475         * vc-sccs.el (vc-sccs-root): New func.
8477 2008-02-18  Kenichi Handa  <handa@ni.aist.go.jp>
8479         * language/japan-util.el (setup-japanese-environment-internal):
8480         Call use-cjk-char-width-table.
8482         * language/japanese.el ("Japanese"): Set exit-function to
8483         use-default-char-width-table.
8485         * international/characters.el: Delete occurrences of non-Unicode
8486         tibetan and ethiopic characters.
8487         (cjk-char-width-table): New variable.
8488         (use-cjk-char-width-table, use-default-char-width-table):
8489         New functions.
8491 2008-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
8493         * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
8494         (vc-status-mode-menu): Add a :filter.
8495         (vc-status-printer): Add faces.
8497         * vc-hg.el (vc-hg-extra-status-menu): New function.
8498         (vc-hg-dir-status): Clean up the buffer before using it.
8500 2008-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8502         * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
8503         (gdb): Initialize it here instead.
8505         * files.el (locate-dominating-file): Fix thinko in last change.
8506         Reported by Bruce Stephens <bruce.stephens@isode.com>.
8508 2008-02-18  Dan Nicolaescu  <dann@ics.uci.edu>
8510         * vc.el (vc-status-mode-menu): New menu for vc-status.
8512 2008-02-18  Juanma Barranquero  <lekktu@gmail.com>
8514         * progmodes/verilog-mode.el (customize): Fix typo in error message.
8515         (verilog-mode, verilog-mode-indent, verilog-mode-actions)
8516         (verilog-mode-auto, verilog-indent-level-module)
8517         (verilog-minimum-comment-distance, verilog-library-flags)
8518         (verilog-library-directories, verilog-library-files)
8519         (verilog-auto-reset-widths, verilog-imenu-generic-expression)
8520         (verilog-xemacs-menu, verilog-set-compile-command)
8521         (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
8522         (verilog-get-expr, verilog-strip-comments, verilog-one-line)
8523         (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
8524         (verilog-batch-inject-auto, verilog-batch-indent)
8525         (verilog-continued-line, verilog-type-keywords)
8526         (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
8527         (verilog-read-inst-pins, verilog-read-arg-pins)
8528         (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
8529         (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
8530         (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
8531         (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
8532         (verilog-sk-datadef, verilog-colorize-include-files-buffer)
8533         (verilog-mode-version, verilog-mode-release-date)
8534         (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
8535         (verilog-simulator, verilog-compiler)
8536         (verilog-auto-sense-defines-constant, verilog-company)
8537         (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
8538         Fix typos in docstrings.
8539         (verilog-set-auto-endcomments, verilog-calculate-indent)
8540         (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
8541         Reflow docstrings.
8542         (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
8543         (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
8544         (electric-verilog-forward-sexp, verilog-in-case-region-p)
8545         (verilog-in-struct-region-p, verilog-in-generate-region-p)
8546         (verilog-leap-to-head, verilog-current-indent-level)
8547         (verilog-case-indent-level, verilog-cpp-keywords)
8548         (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
8549         (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
8550         (verilog-signals-not-in, verilog-symbol-detick-text)
8551         (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
8552         (verilog-forward-close-paren, verilog-backward-open-paren)
8553         (verilog-backward-open-bracket): Doc fixes.
8555         * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
8556         (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
8557         (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
8558         (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
8559         (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
8560         Fix typos in docstrings.
8562         * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
8564 2008-02-18  Bastien Guerry  <Bastien.Guerry@ens.fr>
8566         * info.el (Info-read-node-name): Removed unused `default' arg.
8568 2008-02-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
8570         * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
8572 2008-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8574         * image-mode.el (image-get-display-property): New fun.
8575         (image-forward-hscroll, image-next-line, image-eol, image-eob)
8576         (image-mode, image-minor-mode, image-toggle-display-text)
8577         (image-toggle-display): Use it.
8579 2008-02-18  Jason Rumney  <jasonr@gnu.org>
8581         * international/mule.el (xml-find-file-coding-system): Don't warn
8582         about utf-16 with BOM.
8584         * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
8586         * international/mule.el (sgml-xml-auto-coding-function): Detect and
8587         warn if file encoding is not utf-8 and encoding not specified.
8588         (xml-find-file-coding-system): New function.
8589         * international/mule-conf.el (file-coding-system-alist): Use it.
8591 2008-02-17  Glenn Morris  <rgm@gnu.org>
8593         * international/mule-cmds.el (set-locale-environment):
8594         Pass `frame' to getenv for LC_MESSAGES.
8596 2008-02-17  Juri Linkov  <juri@jurta.org>
8598         * time.el (emacs-init-time): Use format instead of format-seconds.
8600 2008-02-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8602         * textmodes/bibtex.el (bibtex-search-entry): Rename from
8603         bibtex-find-entry.  Add autoload cookie.
8604         (bibtex-find-entry): Alias for bibtex-search-entry.
8605         (bibtex-search-crossref): Rename from bibtex-find-crossref.
8606         (bibtex-find-crossref): Alias for bibtex-search-crossref.
8607         (bibtex-clean-entry): atomic-change-group removed.
8608         (bibtex-format-entry): Use atomic-change-group.  Use unwind-protect
8609         to locate buffer location where error occurred.
8610         Make error messages more specific.
8611         (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
8613 2008-02-17  Dan Nicolaescu  <dann@ics.uci.edu>
8615         * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
8616         top level.
8618         * simple.el (transient-mark-mode): Add an :init-value.
8620         * startup.el (command-line): Use custom-reevaluate-setting for
8621         transient-mark-mode.
8623 2008-02-17  Michaël Cadilhac  <michael@cadilhac.name>
8625         * wdired.el (wdired-allow-to-change-permissions): Fix typo.
8627 2008-02-16  Juri Linkov  <juri@jurta.org>
8629         * startup.el (after-init-time): New variable.
8630         (command-line): Set `after-init-time' to the current time.
8632         * time.el (emacs-init-time): New function.
8634 2008-02-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8636         * files.el (locate-dominating-file): Remove initial loop because it's
8637         not careful enough.  Detect the uid-change all within the main loop.
8639 2008-02-16  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
8641         * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
8643 2008-02-16  Dan Nicolaescu  <dann@ics.uci.edu>
8645         * vc.el (vc-annotate): Add new argument.
8646         (vc-annotate-warp-revision): Pass the current line to vc-annotate.
8648         * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
8649         Move make-variable-buffer-local code after the corresponding defvar.
8650         (hs-minor-mode-map): Define and initialize in one step.
8651         (hs-minor-mode): Change from defun to define-minor-mode.
8653 2008-02-16  Nick Roberts  <nickrob@snap.net.nz>
8655         * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
8656         (gdb-ready): Move declaration...
8658         * progmodes/gdb-ui.el (gdb-ready): ...to here.
8659         (gdb-early-user-input): New variable.
8660         (gdb): Reset gdb-flush-pending-output to nil and set
8661         comint-input-sender here (before gdb-prompt), instead of...
8662         (gdb-init-1): ...here.
8663         (gdb-send): If Emacs is not ready, defer user input to...
8664         (gdb-prompt): ...here.
8666 2008-02-16  Glenn Morris  <rgm@gnu.org>
8668         * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
8670         * startup.el (emacs-startup-time): Rename to `before-init-time'.
8671         (before-init-time): New name for `emacs-startup-time'.
8672         (command-line): Use before-init-time rather than emacs-startup-time.
8673         * time.el (emacs-uptime): Use before-init-time rather than
8674         emacs-startup-time.
8676         * composite.el (composition-function-table): Doc fix.
8678         * calendar/time-date.el (format-seconds): Remove `nonzero' argument
8679         in favor of `%z' specifier.
8680         (emacs-uptime): Move to time.el.
8681         * time.el (emacs-uptime): Move here from time-date.el.  Add optional
8682         `format' argument.  Doc fix.  Use `%z' rather than removed `nonzero'
8683         argument of format-seconds.
8685 2008-02-16  Dan Nicolaescu  <dann@ics.uci.edu>
8687         * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
8689 2008-02-15  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
8691         * ielm.el (ielm-is-whitespace): Remove.
8692         (ielm-is-whitespace-or-comment): New function.
8693         (ielm-eval-input): Use it.
8695 2008-02-15  Jason Rumney  <jasonr@gnu.org>
8697         * term/mac-win.el: Fix coding tag.
8699 2008-02-15  Dan Nicolaescu  <dann@ics.uci.edu>
8701         * vc-hooks.el (vc-menu-map):
8702         * bindings.el (mode-line-mode-menu): Add tooltips.
8704         * bindings.el (help-echo): Add more tooltips.  Use a less
8705         telegraphic style for existing tooltips.
8707 2008-02-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8709         * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
8710         from the auto-generated one.
8712 2008-02-14  Glenn Morris  <rgm@gnu.org>
8714         * mail/rmail-spam-filter.el (rmail-spam-filter):
8715         Let-bind message-spam-status.
8717         * mail/smtpmail.el (password-cache-add): Declare as function.
8719 2008-02-14  Justus Piater  <Justus-bulk@Piater.name>  (tiny change)
8721         * mail/smtpmail.el: Use password-cache.
8723 2008-02-14  Juanma Barranquero  <lekktu@gmail.com>
8725         * uniquify.el (uniquify-buffer-base-name): New function.
8726         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
8728         * desktop.el (uniquify-managed): Don't defvar.
8729         (desktop-buffer-info): Use `uniquify-buffer-base-name', not
8730         `uniquify-managed'.  Return also the buffer's base name.
8731         (desktop-save): When saving the buffer info, filter out the base name,
8732         and save it as buffer name if the buffer is managed by uniquify.
8733         (uniquify-item-base): Don't declare; not called anymore.
8735 2008-02-14  Dan Nicolaescu  <dann@ics.uci.edu>
8737         * vc.el (vc-annotate-find-revision-at-line): New function.
8738         (vc-annotate-mode-map): Bind it.
8739         (vc-annotate-mode-menu): Add a menu entry for it.  Add :help for
8740         some entries.
8742 2008-02-14  Glenn Morris  <rgm@gnu.org>
8744         * calendar/time-date.el (format-seconds): New function.
8745         (emacs-uptime): Use format-seconds.
8747         * Makefile.in (custom-deps, finder-data, autoloads, recompile):
8748         Remove `LC_ALL=C', since it's included in $(emacs) now.
8750 2008-02-14  Zhang Wei  <id.brep@gmail.com>
8752         * textmodes/org-publish.el (org-publish-timestamp-filename):
8753         Replace colon characters in filename too.
8755 2008-02-13  Bastien Guerry  <bzg@altern.org>
8757         * mail/rmail.el (rmail-header-name): New face.
8758         (rmail-font-lock-keywords): Use rmail-header-name.
8760         * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
8761         against X-Spam-Status header field.
8762         (rmail-spam-filter): Also check X-Spam-Status header field.
8764 2008-02-14  Mark A. Hershberger  <mah@everybody.org>
8766         * progmodes/flymake.el (flymake-allowed-file-name-masks):
8767         Add support for .pm files and .php files.
8768         (flymake-err-line-patterns): Add pattern for PHP errors.
8769         (flymake-php-init): New function.  PHP support for flymake.
8771         * progmodes/compile.el (compilation-error-regexp-alist-alist):
8772         Add regular expression for PHP errors.
8774 2008-02-13  Michael Albinus  <michael.albinus@gmx.de>
8776         * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
8777         This DTRT even on w32 machines.
8778         (ange-ftp-cf1): Quote FILENAME.
8780 2008-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8782         * smerge-mode.el (smerge-auto-combine-max-separation): New var.
8783         (smerge-auto-combine): New fun.
8785 2008-02-12  Juri Linkov  <juri@jurta.org>
8787         * startup.el (fancy-startup-screen, normal-splash-screen):
8788         Set default-directory to command-line-default-directory.
8790         * desktop.el (after-init-hook): Set inhibit-startup-screen to t
8791         after reading the desktop.
8793         * progmodes/compile.el (compilation-auto-jump):
8794         Call compile-goto-error only when compilation-auto-jump-to-first-error
8795         is non-nil.
8796         (compilation-scroll-output): Replace :type 'boolean with a choice
8797         that has three options including a third option `first-error'.
8798         Doc fix.
8799         (compilation-start, compilation-forget-errors): Add an alternate
8800         condition comparing compilation-scroll-output with `first-error'
8801         in addition to compilation-auto-jump-to-first-error (to call
8802         compilation-auto-jump in the proper place).
8804 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8806         * international/mule.el (sgml-html-meta-auto-coding-function):
8807         Make sure the search limit is ahead.
8809         * tar-mode.el: Fix broken indentation.
8810         (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
8811         Use with-current-buffer.
8813 2008-02-12  Juanma Barranquero  <lekktu@gmail.com>
8815         * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
8816         it is already automatically buffer-local.
8818 2008-02-11  Drew Adams  <drew.adams@oracle.com>
8820         * help.el (describe-key): Join some split lines to facilitate filling.
8821         * help-fns.el (describe-function-1): Fill text of overlong lines.
8823 2008-02-12  Kenichi Handa  <handa@ni.aist.go.jp>
8825         * emacs-lisp/bytecomp.el (byte-compile-lapcode):
8826         Use unibyte-string instead of string-make-unibyte.
8828         * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
8830 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8832         * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
8833         works also for buffers w/o buffer-file-name.  Update callers.
8834         (doc-view-clone-buffer-hook): New fun.
8835         (doc-view-mode): Use it for indirect clones.  Mark the overlays with
8836         the `doc-view' property so they can be recognized.
8838         * simple.el (clone-indirect-buffer-hook): New hook.
8839         (clone-indirect-buffer): Run it.
8841 2008-02-11  Daiki Ueno  <ueno@unixuser.org>
8843         * epa.el (epa-menu-mode): Merge into epa-mode.
8844         (epa-menu-items): Rename the label "EasyPG Assistant" to
8845         "Encryption/Decryption".
8847         * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
8848         (epa-dired-mode-map): Rename from epa-dired-map.
8849         (epa-global-dired-mode): Rename the global minor mode.
8851 2008-02-11 Drew Adams  <drew.adams@oracle.com>
8853         * isearch.el (isearch-fail): New face.
8854         (isearch-message): Highlight failure part of input.
8856 2008-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8858         * ibuffer.el (ibuffer-header-line-format): New var.
8859         (ibuffer-mode): Set it instead of header-line-format.
8860         (ibuffer-update): Use it to set header-line-format.
8862         * international/mule-cmds.el (ucs-insert): Inherit surrounding
8863         properties like self-insert-command.
8865 2008-02-11  Drew Adams  <drew.adams@oracle.com>
8867         * progmodes/etags.el: Add many doc strings.
8869 2008-02-11  Jason Rumney  <jasonr@gnu.org>
8871         * ldefs-boot.el: Regenerated.
8873 2008-02-11  Glenn Morris  <rgm@gnu.org>
8875         * progmodes/compile.el (compilation-error-regexp-alist-alist):
8876         Shorten some names.
8878         * ffap.el (ffap-rfc-directories): Add :version.
8880 2008-02-11  Chris Moore  <christopher.ian.moore@gmail.com>
8882         * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
8883         files, and backup files of same.
8885 2008-02-11  Kevin Ryde  <user42@zip.com.au>
8887         * ffap.el (ffap-rfc-directories): New variable.
8888         (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
8890         * info.el (Info-next-reference, Info-prev-reference)
8891         (Info-try-follow-nearest-node): Move to and follow https:// links too.
8893         * simple.el (completion-list-mode): Show full completion-list-mode-map
8894         in the docstring.
8896 2008-02-11  Sam Steingold  <sds@gnu.org>
8898         * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
8900 2008-02-11  Glenn Morris  <rgm@gnu.org>
8902         * startup.el (emacs-startup-time): New variable.
8903         (command-line): Set emacs-startup-time.
8905         * calendar/time-date.el (emacs-uptime): New function.
8907 2008-02-10  Bastien Guerry  <bzg@altern.org>
8909         * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
8910         (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
8911         it is nil.
8913 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
8915         * epg-config.el: Expand the contents of epg-package-info.el.
8916         (epg-package-name): New constant.
8917         (epg-version-number): New constant.
8918         (epg-bug-report-address): New constant.
8920         * epa-mail.el (epa-mail-mode): Add autoload cookie.
8921         (epa-global-mail-mode): New global minor mode.
8923         * epa-file.el (epa-file-mode): New global minor mode.
8925         * epa-dired.el (epa-dired-mode): New global minor mode.
8927         * epa.el (epa-menu): New variable.
8928         (epa-menu-items): New variable.
8929         (epa-menu-mode): New global minor mode.
8930         (epa-global-minor-modes): New user option.
8931         (epa-mode): New global minor mode.
8933 2008-02-10  Michael Albinus  <michael.albinus@gmx.de>
8935         * net/dbus.el: Remove `no-byte-compile' cookie.
8936         (dbus-call-method, dbus-register-signal, dbus-debug)
8937         (dbus-registered-functions-table): Declare them with
8938         `declare-function' or `defvar', respectively.
8939         (top): Don't assert any longer.  Require 'cl when compiling.
8940         Apply `ignore-errors' but `dbus-ignore-errors'.
8942 2008-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
8944         * diff-mode.el (diff-add-change-log-entries-other-window):
8945         Use add-change-log-entry.
8947 2008-02-09  Jason Rumney  <jasonr@gnu.org>
8949         * button.el (button-map):
8950         * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
8951         * ldefs-boot.el: Regenerate.
8953 2008-02-09  Dan Nicolaescu  <dann@ics.uci.edu>
8955         * epa.el (epa-faces, epa):
8956         * epa-file.el (epa-file):
8957         * epg-config.el (epg): Add :version.
8959 2008-02-09  Thien-Thi Nguyen  <ttn@gnuvola.org>
8961         * vc.el (vc-exec-after): Append CODE to previous fragments.
8962         (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
8963         take MESSAGES instead of VERBOSE; use it when non-nil.
8964         (vc-diff-internal): Compute messages once; use them;
8965         update call to vc-diff-finish.
8967 2008-02-09  Michael Olson  <mwolson@gnu.org>
8969         * net/tramp.el (tramp-process-sentinel): Avoid error when process
8970         buffer has been killed, such as by
8971         `tramp-cleanup-all-connections'.
8973 2008-02-09  Miles Bader  <miles@gnu.org>
8975         * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
8977 2008-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8979         * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
8980         splitter in context hunks.
8982 2008-02-08  Kenichi Handa  <handa@ni.aist.go.jp>
8984         * international/fontset.el (setup-default-fontset): Fix arabic otf
8985         font specification.
8987 2008-02-08  Daiki Ueno  <ueno@unixuser.org>
8989         * epa-dired.el:
8990         * epa-file.el:
8991         * epa-mail.el:
8992         * epa-setup.el:
8993         * epa.el:
8994         * epg-config.el:
8995         * epg-package-info.el:
8996         * epg.el: Initial check-in of EasyPG.
8998 2008-02-08  Glenn Morris  <rgm@gnu.org>
9000         * woman.el (woman-locale): New defcustom.
9001         (woman-expand-locale, woman-manpath-add-locales): New functions.
9002         (woman-manpath): Call woman-manpath-add-locales.  Bump :version.
9004         * international/mule-cmds.el (locale-translate): New function,
9005         with old code extracted from set-locale-environment.
9006         (set-locale-environment): Use locale-translate.  Set woman-locale.
9008         * cus-start.el (selection-coding-system): Remove, since it's now
9009         defined in select.el rather than in xselect.c.
9010         * select.el (selection-coding-system): Make it a defcustom, and
9011         add the properties from cus-start.el.  Bump :version.
9013         * custom.el (custom-theme-set-variables): Sort symbols that are
9014         dependencies before symbols that depend on them.
9015         (custom-enabled-themes): Set after custom-theme-directory.
9017         * pcmpl-unix.el (top-level): Move provide statement to end.
9018         (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
9019         `*' from doc-string.  Allow to be nil.
9020         (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
9021         Allow to be nil.  Add :version.
9022         (pcmpl-ssh-hosts): Move definition before use.  Handle lines
9023         without hostnames, and multiple hostnames per line.
9025         * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
9027 2008-02-08  Phil Hagelberg  <phil@evri.com>
9029         * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
9030         (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
9032 2008-02-07  Timo Savola  <timo.savola@iki.fi>
9034         * startup.el (command-line-x-option-alist): Add --parent-id.
9036         * term/x-win.el (x-handle-parent-id): New function.
9038 2008-02-07  Chris Moore  <christopher.ian.moore@gmail.com>
9040         * mouse.el (x-fixed-font-alist): Use consistent capitalization for
9041         "Font Menu".
9043 2008-02-06  Michael Albinus  <michael.albinus@gmx.de>
9045         * net/dbus.el (dbus-interface-peer): New defconst.
9046         (dbus-ping): New defun.
9048 2008-02-06  Sam Steingold  <sds@gnu.org>
9050         * vc-hooks.el (vc-prefix-key): New user-customizable variable.
9052 2008-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9054         * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
9055         Just return nil and let the C code provide a fallback.
9057 2008-02-05  Glenn Morris  <rgm@gnu.org>
9059         * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
9060         tramp-flush-connection-property for removed 2nd argument.
9062 2008-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9064         * diff-mode.el (diff-add-change-log-entries-other-window):
9065         Rename from diff-create-changelog.  Change users.
9066         Minor change to hopefully work with plain diffs.
9067         (diff-mode-map): Add binding for it.
9069 2008-02-04  Dan Nicolaescu  <dann@ics.uci.edu>
9071         * diff-mode.el: Add new TODO entry.
9072         (diff-create-changelog): New function.
9073         (diff-mode-menu): Bind it.
9075 2008-02-04  Kenichi Handa  <handa@ni.aist.go.jp>
9077         * international/mule-diag.el (print-fontset-element): Handle the
9078         case of inhibiting the fallback fonts.
9080 2008-02-04  Kim F. Storm  <storm@cua.dk>
9082         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
9083         (ido-magic-delete-char): Use prefix arg.
9085 2008-02-03  Juanma Barranquero  <lekktu@gmail.com>
9087         * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
9088         because the latter is in fact a 1.2.8 build distributed with GTK+ (as
9089         of today, the most recent libpng is 1.2.24).
9091 2008-02-03  Michael Albinus  <michael.albinus@gmx.de>
9093         * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
9095         * net/dbus.el (top): Check (featurep 'dbusbind).
9097         * net/tramp.el (tramp-process-sentinel): New defun.
9098         (tramp-do-copy-or-rename-file-out-of-band)
9099         (tramp-maybe-open-connection): Use it as process sentinel.
9100         (tramp-handle-delete-directory): Don't use the "-f" option; it
9101         isn't portable.
9102         (tramp-handle-start-file-process): Echo `tramp-end-of-output'
9103         after the command.
9104         (tramp-handle-shell-command): Set `mode-line-process' in the
9105         asynchronous case.
9107         * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
9109         * net/tramp-fish.el (tramp-fish-maybe-open-connection):
9110         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
9111         Use `tramp-process-sentinel' as process sentinel.
9113 2008-02-02  Juanma Barranquero  <lekktu@gmail.com>
9115         * whitespace.el (global-whitespace-mode): Revert last change.
9116         (whitespace-unload-function): Force `global-whitespace-mode'
9117         to deactivate local modes in a slightly less intrusive way.
9119 2008-02-02  Eli Zaretskii  <eliz@gnu.org>
9121         * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
9123 2008-02-02  Glenn Morris  <rgm@gnu.org>
9125         * international/latin1-disp.el (latin1-display):
9126         * progmodes/fortran.el (fortran-comment-indent-char):
9127         * progmodes/idlw-shell.el (top-level):
9128         * term/mac-win.el (mac-keyboard-translate-char):
9129         * whitespace.el (whitespace-char-valid-p):
9130         * wid-edit.el (widget-key-sequence-read-event):
9131         Use characterp rather than char-valid-p.
9133         * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
9134         to capitalized-find-word-boundary.  Doc fix.  Update callers.
9135         (capitalized-next-word-boundary-function-table): Rename to
9136         capitalized-find-word-boundary-function-table.  Doc fix.  Update users.
9138         * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
9139         string-to-int.
9141         * ps-def.el (declare-function): Add compatibility definition.
9142         (ps-plot-with-face, ps-plot-string): Declare as functions.
9143         (ps-bold-faces, ps-italic-faces): Declare variables.
9145         * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
9146         (ps-mule-end-job): Declare as functions.
9148         * wid-edit.el (widget-string-complete): Use assoc-string rather
9149         than assoc-ignore-case.
9151 See ChangeLog.13 for earlier changes.
9153 ;; Local Variables:
9154 ;; coding: utf-8
9155 ;; add-log-time-zone-rule: t
9156 ;; End:
9158     Copyright (C) 2008  Free Software Foundation, Inc.
9160   This file is part of GNU Emacs.
9162   GNU Emacs is free software: you can redistribute it and/or modify
9163   it under the terms of the GNU General Public License as published by
9164   the Free Software Foundation, either version 3 of the License, or
9165   (at your option) any later version.
9167   GNU Emacs is distributed in the hope that it will be useful,
9168   but WITHOUT ANY WARRANTY; without even the implied warranty of
9169   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
9170   GNU General Public License for more details.
9172   You should have received a copy of the GNU General Public License
9173   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
9175 ;; arch-tag: c241c1f9-d668-48bf-920a-2897ed0340bc