(define-ccl-program): Add `doc-string' declaration.
[emacs.git] / lisp / ChangeLog
blobc48d3c7e23ea86de405090099ee1eb80d395f1e0
1 2008-06-04  John Paul Wallington  <jpw@pobox.com>
3         * echistory.el (electric-history-map): Define within defvar.
4         Add docstring.
6         * international/ccl.el (define-ccl-program): Add `doc-string'
7         declaration.
9 2008-06-04  Juanma Barranquero  <lekktu@gmail.com>
11         * face-remap.el (variable-pitch-mode): Reflow docstrings.
12         (text-scale-mode, adjust-buffer-face-height): Fix typos in docstrings.
14 2008-06-04  Trent W. Buck  <trentbuck@gmail.com>  (tiny change)
16         * emacs-lisp/rx.el (rx): Doc fix.
18 2008-06-04  Markus Triska  <markus.triska@gmx.at>
20         * image-mode.el (image-mode-map): Add doc-view-inspired bindings.
22 2008-06-04  Miles Bader  <miles@gnu.org>
24         * face-remap.el (adjust-buffer-face-height): New function.
25         Add autoloaded keybindings in ctl-x-map.
26         (increase-buffer-face-height, decrease-buffer-face-height):
27         Simplify interactive spec to just "p".  Remove autoloaded keybindings.
29 2008-06-03  Chong Yidong  <cyd@stupidchicken.com>
31         * simple.el (line-move-1): If we did not move as far as desired,
32         ensure that point-left and point-entered hooks are called.
34 2008-06-03  Sam Steingold  <sds@gnu.org>
36         * vc-cvs.el (vc-cvs-status-extra-headers): Remove extraneous newlines.
38 2008-06-03  John Paul Wallington  <jpw@pobox.com>
40         * progmodes/make-mode.el (makefile-cleanup-continuations)
41         (makefile-warn-suspicious-lines, makefile-warn-continuations):
42         Use `derived-mode-p'.
44 2008-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
46         * Makefile.in (update-elclist): Impose a fixed collation for sorting.
47         (ELCFILES): Update.
49 2008-06-03  Miles Bader  <miles@gnu.org>
51         * face-remap.el: New file.
52         * Makefile.in (ELCFILES): Add face-remap.elc.
54 2008-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
56         * progmodes/flymake.el (flymake-process-filter): Make sure the source
57         buffer isn't dead.
59         * obsolete/bg-mouse.el, obsolete/float.el, obsolete/hilit19.el,
60         * obsolete/lselect.el, obsolete/mlsupport.el, obsolete/ooutline.el,
61         * obsolete/profile.el, obsolete/rsz-mini.el, obsolete/uncompress.el,
62         * obsolete/auto-show.el, obsolete/hscroll.el:
63         Remove packages that were obsolete in Emacs-20, or that were obsolete
64         in Emacs-21 and do not contain any more code.
66         * vc-dispatcher.el (vc-dir-menu-map-filter): Don't fail if
67         vc-client-mode is not set.
69         * image-mode.el (image-mode-map): Suppress key map and bind `q'.
70         * doc-view.el (doc-view-mode-map): Inherit from image-mode-map.
72         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords): Try to be
73         yet a bit more clever at distinguishing / from /.
75 2008-06-03  Kenichi Handa  <handa@m17n.org>
77         * Makefile.in (ELCFILES): Add $(lisp)/language/hanja-util.elc.
79 2008-06-03  Jihyun Cho  <jihyun.jo@gmail.com>
81         * language/hanja-util.el: New file.
83 2008-06-03  Glenn Morris  <rgm@gnu.org>
85         * progmodes/f90.el (f90-typedef-matcher, f90-looking-at-type-like):
86         Check that end-of-word follows "type".
88 2008-06-02  Daiki Ueno  <ueno@unixuser.org>
90         * epa-file.el (epa-file-write-region): Write the entire buffer
91         content if START is nil.
93 2008-06-01  Thomas Morgan  <tlm@thomasmorgan.net>  (tiny change)
95         * select.el (x-get-selection): Fix typo.
97 2008-06-01  Juanma Barranquero  <lekktu@gmail.com>
99         * descr-text.el (describe-text-sexp): Use `string-match-p'.  Simplify.
100         (describe-char): Use `looking-at-p', `string-match-p' when possible.
102 2008-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
104         * tar-mode.el (tar-header-block-summarize): Ensure one space around
105         user&group.
107 2008-05-31  John Paul Wallington  <jpw@pobox.com>
109         * help-fns.el (describe-variable-custom-version-info):
110         Handle dotted `package-version' info.
112 2008-05-31  Juanma Barranquero  <lekktu@gmail.com>
114         * icomplete.el (icomplete-get-keys): Doc fix.  Use `when'.
116 2008-05-31  Dan Nicolaescu  <dann@ics.uci.edu>
118         * vc-cvs.el (vc-cvs-after-dir-status): Support spaces in file
119         names and improve support for unregistered files.
121 2008-05-31  Glenn Morris  <rgm@gnu.org>
123         * Makefile.in (compile-last): Replace tr in `els' assignment with sed.
124         Remove shell variable `elc'.  Split tests to hopefully be more portable.
125         Fix `sel' assignment.
127 2008-05-30  Juanma Barranquero  <lekktu@gmail.com>
129         * minibuffer.el (completion-table-dynamic): Doc fix.
131 2008-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
133         * vc-cvs.el (vc-cvs-state-heuristic, vc-cvs-parse-status):
134         Try and return `unregistered' when applicable.
136         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
137         Don't encourage naming variables with "-flag".
139 2008-05-30  Glenn Morris  <rgm@gnu.org>
141         * Makefile.in (update-elclist): Hide the warning when it does not apply,
142         make it milder when it does.
143         (autogen-clean): New target.
144         (maintainer-clean): Use autogen-clean.
146         * calendar/diary-lib.el (diary-display-function): New name for
147         diary-display-hook.  Keep old name as obsolete alias.  Doc fix.
148         Change custom type and version.
149         (diary-list-entries-hook, diary-list-entries, diary-simple-display)
150         (diary-fancy-display): Doc fixes.
151         (diary-list-entries, diary-include-other-diary-files)
152         (diary-mail-entries):
153         Use diary-display-function rather than diary-display-hook.
155         * calendar/appt.el (appt-check): Use diary-display-function rather than
156         diary-display-hook.
157         * calendar/cal-x.el (calendar-dedicate-diary): Update for
158         diary-display-function replacing diary-display-hook.
159         * org/org-agenda.el (org-get-entries-from-diary): Also set
160         diary-display-function.
162         * calendar/cal-html.el (cal-html-list-diary-entries):
163         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
164         * calendar/cal-tex.el (cal-tex-list-diary-entries): Use LIST-ONLY
165         argument of diary-list-entries rather than setting diary-display-hook.
167 2008-05-30  Kenichi Handa  <handa@m17n.org>
169         * international/mule-conf.el (utf-8-with-signature): Renamed from
170         utf-8-sig.
171         (utf-8-auto): Adjusted for the above change.
173         * international/mule-diag.el (describe-font): Don't check fontset
174         here, and just call font-info.  Get the default font by from the
175         default face.
177 2008-05-29  Kenichi Handa  <handa@m17n.org>
179         * international/mule-conf.el (utf-8-sig, utf-8-auto):
180         New coding systems.
182         * international/mule.el (define-coding-system): Accept :bom for utf-8.
184 2008-05-29  Espen Wiborg  <espen.wiborg@telio.no>  (tiny change)
186         * international/utf-7.el (utf-7-encode): Use the right escape char
187         depending on imap/nonimap encoding.
189 2008-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
191         * minibuffer.el (completion-pcm-all-completions): Add the base-size.
193 2008-05-29  Juanma Barranquero  <lekktu@gmail.com>
195         * icomplete.el (icomplete-prospects-height): Add :group.
197 2008-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
199         * icomplete.el (icomplete-prospects-length): Make obsolete.
200         (icomplete-prospects-height): New var.
201         (icomplete-completions): Use it.
203 2008-05-29  David Kastrup  <dak@gnu.org>
205         * autoinsert.el (auto-insert): Add :link.
207 2008-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
209         * tar-mode.el (tar-header): New field `header-start'.
210         (tar-header-block-tokenize): Set it when useful.
211         Drop "GNUtar " magic value, which even GNU Tar doesn't know about.
212         (tar-header-data-end): New function.
213         (tar-summarize-buffer): Use it.
214         (tar-next-line): Fix goal column for long usernames.
215         (tar-expunge-internal): Use header-start.
216         (tar-rename-entry): Handle ustar-style long names.
217         (tar-alter-one-field): Add optional `descriptor' argument.
218         (tar-subfile-save-buffer): Use it.
220 2008-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
222         * tar-mode.el (tar-header): New field `header-start'.
223         (tar-header-block-tokenize): Set header-start for longlink entries.
224         (tar-expunge-internal): Use header-start to expunge longlink entries.
226         * files.el (hack-local-variables): Don't signal an error if the local
227         variable section is not properly terminated.
229         * emacs-lisp/easymenu.el (easy-menu-convert-item)
230         (easy-menu-convert-item-1): Move the duplicate-generation outside of
231         the caching so it also works for identical entries.
233         * tar-mode.el (tar-summarize-buffer): Fix reporter initialization.
234         (tar-mode): Use write-region-annotate-functions rather than
235         write-contents-functions.
236         (tar-extract): Remove unused var `pos'.
237         (tar-subfile-save-buffer): Remove unused var `following-descs'.
238         (tar-mode-write-file): Remove.
239         (tar-write-region-annotate): New function.
241         * progmodes/flymake.el (flymake-save-buffer-in-file):
242         * shadowfile.el (shadow-copy-file):
243         * arc-mode.el (archive-*-write-file-member):
244         * files.el (diff-buffer-with-file):
245         * subr.el (with-temp-file): Pass nil to write-region.
246         * jka-compr.el (jka-compr-write-region): Preserve `start's nullness.
248         * doc-view.el (doc-view-mode-map): Bind `q' to quit-window, as is
249         the custom.
251         * files.el (basic-save-buffer-2): Pass nil rather than (point-min)
252         to write-region.
254 2008-05-28  Glenn Morris  <rgm@gnu.org>
256         * Makefile.in (update-elclist): Work around non-portability of "\"
257         in various implementations of echo.
259 2008-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
261         * international/mule-diag.el (describe-current-coding-system):
262         Don't assume selection-coding-system is always defined.
264         * tar-mode.el: Use defstruct and markers.
265         (tar-setf): Remove.
266         (tar-header): Use defstruct.  Add `data-start' field.
267         (make-tar-desc, tar-desc-tokens): Remove, folded into tar-header.
268         (tar-desc-data-start): Remove (now called tar-header-data-start).
269         (tar-roundup-512): New fun.
270         (tar-header-block-tokenize): Receive a buffer position rather than
271         a string.  Handle @longLink here, be more careful about it.
272         Create a marker for data-start.
273         (tar-summarize-buffer): Don't handle @LongLink here any more.
274         (tar-expunge-internal, tar-subfile-save-buffer): Don't update
275         data-start on the following entries any more.
276         (tar-chown-entry, tar-chgrp-entry): Use read-number.
278         * tar-mode.el: Use buffer-swap-text to separate summary and raw data.
279         (tar-header-offset): Remove.
280         (tar-parse-info, tar-header-offset, tar-file-name-coding-system):
281         Not permanent any more.
282         (tar-data-buffer): New var.
283         (tar-data-swapped-p, tar-change-major-mode-hook)
284         (tar-mode-kill-buffer-hook): New funs.
285         (tar-untar-buffer, tar-summarize-buffer, tar-mode, tar-mode-revert)
286         (tar-extract, tar-copy, tar-expunge-internal, tar-expunge)
287         (tar-clear-modification-flags, tar-alter-one-field)
288         (tar-subfile-save-buffer, tar-pad-to-blocksize, tar-mode-write-file):
289         Change accordingly.
291 2008-05-27  Dan Nicolaescu  <dann@ics.uci.edu>
293         * vc-dispatcher.el (vc-directory-resynch-file): Rename to ...
294         (vc-dir-resynch-file): ... this.  Update callers.
295         Use vc-string-prefix-p.  Ignore directory args.
296         (vc-string-prefix-p): CSE.
297         (vc-resynch-buffer): Restore conditional.
299         * vc-hooks.el (vc-after-save): Improve test.
300         (vc-mode-line): Fix indentation.
302 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
304         * calendar/parse-time.el (parse-time-months)
305         (parse-time-weekdays): Add long-form month and day names.
307 2008-05-27  Glenn Morris  <rgm@gnu.org>
309         * Makefile.in (update-elclist): Make errors in final sed non-fatal.
311 2008-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
313         * vc-dispatcher.el (vc-string-prefix-p): New function.
314         (vc-dir-parent-marked-p): Use it.
316 2008-05-27  Dan Nicolaescu  <dann@ics.uci.edu>
318         * vc.el (Problems): Remove fixed issues.
319         (vc-expand-dirs): Avoid returning directories.
320         (vc-dir): Fix C-x v v binding.
321         (vc-make-backend-object): Fix name.
322         (vc-dir-show-fileentry): Fix docstring.
323         (vc-dir-refresh): Use vc-dir-backend.  Fix docstring.
324         (vc-dir-refresh-files): Use vc-dir-backend.  Fix docstring.
325         Reset the state for directories.
326         (vc-dir-headers): Align labels.
327         (vc-default-status-printer): Do no call prettify-state-info.
328         (vc-deduce-fileset): Replace implementation with one based on a
329         working older version.
330         (vc-next-action): Use the new form of vc-deduce-fileset.
331         Fix dealing with unregistered files.
333         * vc-dispatcher.el (vc-resynch-window): Fix mode-line updating.
334         (vc-dir-menu-map): Fix menu title for the menu bar and the popup menu.
335         (vc-dir-child-files): New function.
336         (vc-dir-node-directory): New function.
337         (vc-dir-update, vc-dir-parent-marked-p)
338         (vc-dir-children-marked-p, vc-dir-mark-all-files)
339         (vc-dir-marked-only-files, vc-dispatcher-selection-set): Use it.
341         * vc-cvs.el (vc-cvs-status-extra-headers): Align labels.
343 2008-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
345         * diff-mode.el (diff-context-mid-hunk-header-re): New const.
346         (diff-font-lock-keywords, diff-context->unified)
347         (diff-reverse-direction, diff-fixup-modifs, diff-sanity-check-hunk)
348         (diff-hunk-text, diff-find-source-location): Use it.
349         (diff-post-command-hook): Let the user edit the hunk headers.
351 2008-05-26  Andreas Schwab  <schwab@suse.de>
353         * vc.el (vc-default-prettify-state-info): Fix formatting of an
354         unknown state.
356         * tar-mode.el (tar-summarize-buffer): Comment fix.
358 2008-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
360         * tar-mode.el (tar-summarize-buffer): Handle GNU Tar @LongLink format.
362 2008-05-26  Glenn Morris  <rgm@gnu.org>
364         * calendar/cal-hebrew.el (diary-ordinal-suffix): Declare for compiler.
366 2008-05-25  John Paul Wallington  <jpw@pobox.com>
368         * proced.el (proced-next-line, proced-previous-line):
369         Avoid calling `next-line' and `previous-line' from Lisp code.
371 2008-05-25  Ed Reingold  <reingold@emr.cs.iit.edu>
373         * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
374         Use diary-ordinal-suffix.
376 2008-05-24  Juanma Barranquero  <lekktu@gmail.com>
378         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-defs)
379         (edebug-all-forms, edebug-eval-macro-args, edebug-save-windows)
380         (edebug-save-displayed-buffer-points, edebug-initial-mode)
381         (edebug-trace, edebug-test-coverage, edebug-continue-kbd-macro)
382         (edebug-print-length, edebug-print-level, edebug-print-circle)
383         (edebug-unwrap-results, edebug-on-error, edebug-on-quit)
384         (edebug-global-break-condition, edebug-sit-for-seconds):
385         Remove spurious * from defcustom docstrings.
386         (edebug-unwrap*, edebug-signal, edebug-eval-display):
387         Improve argument/docstring consistency.
388         (edebug-test-coverage, edebug-gensym, edebug-read)
389         (edebug-top-level-nonstop, edebug-eval-result-list)
390         (edebug-eval-redisplay, edebug-trace): Fix typos in docstring.
391         (edebug-eval-defun, edebug-eval-top-level-form, edebug)
392         (edebug-display-freq-count): Reflow docstrings.
393         (edebug-restore-status): Doc fix.
395 2008-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
397         * proced.el (proced-header-line): Use the :align-to 0 feature
398         rather than computing the corresponding position manually.
399         (proced-update): Don't hardcode point-min==1.
401 2008-05-24  Alan Mackenzie  <acm@muc.de>
403         * progmodes/cc-mode.el (c-postprocess-file-styles): Throw an error
404         if c-file-style is set to a non-string.
406         (c-neutralize-CPP-line): Surround by `save-excursion'.
407         (c-neutralize-syntax-in-CPP): Optimize for speed.
409 2008-05-24  Glenn Morris  <rgm@gnu.org>
411         * Makefile.in (update-elclist): New target, to update ELCFILES.
412         (bootstrap-after): Run update-elclist.
414 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
416         * icalendar.el (icalendar-version): Increase to "0.19".
417         (icalendar--date-style): New function.
418         (icalendar--datetime-to-diary-date): Doc fix.
419         Use icalendar--date-style.
420         (icalendar--datestring-to-isodate): Doc fix.  Handle iso date style.
421         (icalendar--convert-yearly-to-ical)
422         (icalendar--convert-recurring-to-diary): Handle iso date style,
423         use icalendar-date-style.
425 2008-05-23  Dan Nicolaescu  <dann@ics.uci.edu>
427         * vc.el (vc-delete-file): Make sure the buffer is deleted and
428         vc-dir buffers are updated.
430 2008-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
432         * vc.el (vc-delete-file): Don't try to resynch the buffer.
434 2008-05-23  Paul Rivier  <paul.r.ml@gmail.com>
436         * textmodes/reftex-vars.el (reftex-extra-bindings-prefix): New var.
437         * textmodes/reftex.el (reftex-extra-bindings-map): New var.
438         (reftex-extra-bindings): Use it.
440         * progmodes/mixal-mode.el (mixal-mode-map): Move key-bindings
441         away from the user-reserved keys.
443         * progmodes/ada-mode.el (ada-mode-extra-map, ada-mode-extra-prefix):
444         New vars.
445         (ada-create-keymap): Use them.
447 2008-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
449         * emacs-lisp/regexp-opt.el (regexp-opt): Always return
450         a properly-grouped regexp.
452 2008-05-23  Juanma Barranquero  <lekktu@gmail.com>
454         * progmodes/cap-words.el (capitalized-words-mode):
455         Fix typos in docstring.
457 2008-05-23  Kenichi Handa  <handa@m17n.org>
459         * international/mule-conf.el: Don't define the charset `emacs'
460         here, just put :docstring, :short-name, and :long-name.
462 2008-05-22  Kenichi Handa  <handa@m17n.org>
464         * international/mule-diag.el (font-show-log): Limit each listing
465         to 20 items.
467 2008-05-23  Nick Roberts  <nickrob@snap.net.nz>
469         * progmodes/gdb-ui.el (gdb-enable-debug): New function.
470         (gdb-annotation-rules): New entry for "thread-changed".
471         (gdb-thread-changed): New function.
473 2008-05-23  Glenn Morris  <rgm@gnu.org>
475         * Makefile.in (SOURCES): Remove, unused.
476         (lisptagsfiles1, lisptagsfiles2): Use '*' rather than '[a-zA-Z]*'.
477         (TAGS, TAGS-LISP): Use a single rule with multiple targets.
478         Exclude more '*loaddefs' files.
479         (compile-always): Simplify '.elc' deletion.
481 2008-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
483         * vc-bzr.el (vc-bzr-annotate-time): Reduce memory allocation.
484         (vc-bzr-revision-completion-table): Handle `boundaries' argument.
486         * minibuffer.el (completion-boundaries): Change calling
487         convention, so `string' has the same semantics as in
488         try-completion and all-completions.
489         (completion-table-with-context, completion--embedded-envvar-table)
490         (completion--file-name-table)
491         (completion-pcm--find-all-completions): Adjust code accordingly.
493 2008-05-22  Chong Yidong  <cyd@stupidchicken.com>
495         * image-mode.el (image-mode-winprops): Add argument CLEANUP to
496         prune image-mode-winprops-alist, preventing it from growing
497         indefinitely.
498         (image-mode-reapply-winprops): Use it.
500 2008-05-22  Teodor Zlatanov  <tzz@lifelogs.com>
502         * net/netrc.el (netrc-machine): Always match if the port is not given.
504 2008-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
506         * minibuffer.el (completion-pcm--find-all-completions):
507         Don't add pseudo-completions.
509         * icomplete.el (icomplete-eoinput): Remove.
510         (icomplete-overlay): New var to replace it.
511         (icomplete-tidy): Rewrite.
512         (icomplete-exhibit): Use an overlay.
513         (icomplete-completions): Use completion-all-sorted-completions.
514         Obey completion-ignore-case.
516         * files.el (locate-dominating-file): Accept non-existing argument.
517         (project-find-settings-file): Rewrite, using locate-dominating-file.
519 2008-05-22  Kenichi Handa  <handa@m17n.org>
521         * faces.el (font-weight-table, font-slant-table, font-width-table):
522         Delete them.  Don't call internal-set-font-style-table.
524         * international/mule-diag.el (font-show-log): New function.
526         * international/fontset.el (script-representative-chars): Add more
527         chars for latin.  Add data for symbol.
528         (setup-default-fontset): Add entries for phonetic, armenian, and symbol.
530 2008-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
532         * minibuffer.el (completion-all-sorted-completions): New var.
533         (completion--flush-all-sorted-completions)
534         (completion-all-sorted-completions): New functions.
535         (minibuffer-force-complete): New command.
537 2008-05-21  Glenn Morris  <rgm@gnu.org>
539         * files.el (c-postprocess-file-styles): Declare for compiler.
541         * Makefile.in: Allow for parallel byte-compiling.
542         (ELCFILES): New variable.
543         (.el.elc): Remove prerequisites from suffix rule.  Print a message.
544         (compile-first, compile-main, compile-last): New targets.
545         (compile-always): Simplify - delete .elc files, then `make compile'.
547         * Makefile.in (compile-calc): Use glob rather than find.
548         ($(lisp)/progmodes/cc-mode.elc): Use $@.
550         * eshell/esh-module.el: No need for cl when compiling.
552         * eshell/eshell.el (eshell-defgroup): New alias.
553         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
554         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
555         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
556         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
557         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
558         * eshell/em-xtra.el: Use eshell-defgroup rather than defgroup.
559         Autoload the custom group.  Set generated-autoload-file.
560         * eshell/em-basic.el, eshell/esh-module.el: Require eshell,
561         for eshell-defgroup.
562         * eshell/esh-module.el (eshell-load-defgroups): Remove.
563         Require esh-groups rather than loading it.
565 2008-05-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
567         * proced.el (proced-header-line): New variable and new function.
568         (proced-mode): Set header-line-format.
569         (proced-update): Set proced-header-line.
570         (proced-send-signal): Use proced-header-line.
572 2008-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
574         * macros.el (insert-kbd-macro): Use prin1-char.
576 2008-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
578         * minibuffer.el (completion-boundaries): New function.
579         (completion--some): Delay errors.
580         (complete-with-action, completion-table-with-context):
581         Handle `boundaries' case.
582         (completion--try-word-completion): Avoid partial-completion
583         when the user hasn't entered anything yet.
584         (minibuffer-local-map, minibuffer-local-filename-completion-map)
585         (minibuffer-local-must-match-map, minibuffer-local-completion-map)
586         (minibuffer-local-must-match-filename-map, minibuffer-local-ns-map):
587         Setup default keybindings.
588         (completion--embedded-envvar-re): New var.
589         (completion--embedded-envvar-table): Use it.  Handle `boundaries' case.
590         (completion--file-name-table): Handle `boundaries' case.
591         (completion-pcm--pattern->regex): Avoid pathological backtracking.
592         (completion-pcm--all-completions): Add a `prefix' arg.
593         (completion-pcm--find-all-completions): New function.
594         (completion-pcm-all-completions, completion-pcm-try-completion):
595         Use it.
597         * icomplete.el (icomplete-completions): Don't use `predicate' with
598         a table of a different type than `candidates'.
600 2008-05-20  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
602         * proced.el (proced-goal-column): Rename from proced-procname-column.
603         (proced-goal-header-re): Rename from proced-procname-column-regexp.
604         (proced-move-to-goal-column): Rename from proced-move-to-procname.
605         (proced-header-face, proced-header-regexp): Remove.
606         (proced-font-lock-keywords): Remove proced-header-face.
607         (proced-header-alist, proced-sorting-schemes-re): New variables.
608         (proced): Rename Proced buffer to *Proced*.
609         (proced-next-line, proced-previous-line): New commands.
610         (proced-do-mark, proced-do-mark-all, proced-toggle-marks)
611         (proced-hide-processes): Do not treat first line as special.
612         (proced-header-space): New function.
613         (proced-update): Use header-line-format.
614         Initialize proced-header-alist and proced-sorting-schemes-re.
615         Set proced-goal-column.  Include proced-command in mode-name.
616         (proced-send-signal): Use header-line-format for *Marked
617         Processes* buffer.
618         (proced-sort): Restrict minibuffer completion to applicable
619         sorting schemes.
620         (proced-sorting-scheme-p): Use proced-sorting-schemes-re.
622 2008-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
624         * icomplete.el (icomplete-simple-completing-p):
625         Allow icomplete-with-completion-tables to say "use it everywhere".
626         (icomplete-completions): Obey completion-styles.  Try to accommodate
627         partial-completion style.
629 2008-05-20  Michael Olson  <mwolson@gnu.org>
631         * files.el (project-find-settings-file): Change concat to
632         expand-file-name.
634 2008-05-19  Tom Tromey  <tromey@redhat.com>
636         * files.el (normal-mode): Call hack-project-variables.
637         (hack-local-variables-confirm): Add 'project' argument.
638         (hack-local-variables-apply): New function.
639         (hack-local-variables): Use it.
640         (project-class-alist, project-directory-alist): New variables.
641         (project-get-alist): New function.
642         (project-collect-bindings-from-alist)
643         (project-collect-binding-list, set-directory-project)
644         (project-find-settings-file, project-define-from-project-file)
645         (hack-project-variables): New functions.
647 2008-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
649         * emacs-lisp/cl-specs.el (destructuring-bind): Fix spec.
651 2008-05-19  Juanma Barranquero  <lekktu@gmail.com>
653         * faces.el (font-weight-table): Fix typo in docstring.
655 2008-05-18  David Hull  <david@snap.com>  (tiny change)
657         * vc-hg.el (vc-hg-annotate-re): Recognize the output of --follow.
658         (vc-hg-annotate-command): Allow white space before version number.
660 2008-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
662         * calc/calc-yank.el (calc-register-alist): New variable.
663         (calc-set-register,calc-get-register,calc-copy-to-register)
664         (calc-insert-register,calc-add-to-register,calc-append-to-register)
665         (calc-prepend-to-register): New functions.
667         * calc/calc-ext.el (calc-init-extensions): Add keybindings for
668         `calc-copy-to-register' and `calc-insert-register'.
669         Autoload new register functions.
671         * calc/calc-help.el (calc-r-prefix-help): Add help for register
672         functions.
674 2008-05-18  Dan Nicolaescu  <dann@ics.uci.edu>
676         * vc.el (Todo): Add known problems.
677         (vc-dir-backend): New variable.
678         (vc-dir): Set it.
679         (vc-make-backend-object, vc-generic-status-printer)
680         (vc-generic-state, vc-generic-status-fileinfo-extra)
681         (vc-dir-extra-menu): Use it.
682         (vc-generic-dir-headers): Remove, unused.
684         * vc-dispatcher.el (vc-dir-previous-directory): Rename from
685         vc-dir-prev-directory for consistency with vc-dir-previous-line.
686         (vc-dir-mode-map): Fix bindings.
688         * vc-bzr.el (vc-bzr-after-dir-status): Remove unused binding.
690 2008-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
692         * calc/calc-yank.el (calc-kill): Make sure that only the stack is
693         operated on.
694         (calc-kill-region): Kill entire lines.
696 2008-05-17  Glenn Morris  <rgm@gnu.org>
698         * ezimage.el (ezimage-use-images): Drop support for Emacs < 21 and
699         simplify initial value.
700         (defezimage): Drop support for Emacs without defimage, use a featurep
701         test rather than fboundp when defining, drop with-no-warnings.
702         (ezimage-insert-over-text): Move featurep test inside
703         add-text-properties.
705         * elide-head.el (elide-head-headers-to-hide): Handle GPLv3 format.
707         * net/tramp.el (top-level): Load auth-source when compiling.
709         * progmodes/fortran.el (fortran-font-lock-keywords-2): Add .eqv., .neqv.
711 2008-05-17  Andreas Schwab  <schwab@suse.de>
713         * vc-dispatcher.el (vc-dir-mode-map): Fix M-down and M-up binding.
715 2008-05-17  Dan Nicolaescu  <dann@ics.uci.edu>
717         * vc.el (vc-annotate-show-diff-revision-at-line): Change
718         vc-diff-internal arg to match what vc-deduce-fileseset returns now.
720 2008-05-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
722         * menu-bar.el (menu-bar-select-buffer): Reinsert it as msb.el uses it.
724 2008-05-17  Jim Meyering  <meyering@redhat.com>
726         * ido.el (ido-save-history): Do not emit a trailing newline at the
727         end of the ido history file.
729 2008-05-16  John Paul Wallington  <jpw@pobox.com>
731         * vc-dispatcher.el (top-level): Revert previous change: require cl
732         when compiling.
734 2008-05-16  Eric S. Raymond  <esr@snark.thyrsus.com>
736         * vc.el (vc-default-status-printer)
737         (vc-default-prettify-state-info): Enhance the state prettyprinter
738         to deal better with unknown states and indirect through it when
739         painting vc-dir buffers.
741 2008-05-16  John Paul Wallington  <jpw@pobox.com>
743         * vc-dispatcher.el (top-level): Don't require cl when compiling.
744         (vc-dir-mode-map): Fix backquote.
745         (vc-at-event): Doc fix.  Use `make-symbol' instead of `gensym'.
747 2008-05-16  Michael Albinus  <michael.albinus@gmx.de>
749         * net/tramp.el (tramp-handle-write-region): Fix check for short track.
750         Reported by Glenn Morris <rgm@gnu.org>.
752 2008-05-16  Eric S. Raymond  <esr@snark.thyrsus.com>
754         * vc.el: Remove my analysis of SCCS/RCS concurrency issues from
755         the end of the file, it was good work at one time but has been
756         stale since 1995 and may now be actively misleading.
757         * vc-cvs.el (vc-cvs-status-extra-headers): Extract and display the
758         CVS repository and module (assumptions for the latter a bit iffy).
759         * vc-svn.el (vc-svn-status-extra-headers): Extract and display the
760         SVN repository.
762 2008-05-16  Juanma Barranquero  <lekktu@gmail.com>
764         * vc-rcs.el (vc-rcs-create-tag):
765         * vc-sccs.el (vc-sccs-create-tag):
766         Fix typo in error message and pass backend arg.
768 2008-05-15  Michael Albinus  <michael.albinus@gmx.de>
770         * net/tramp.el (tramp-file-name-for-operation): Add `make-temp-name'.
772 2008-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
774         * net/tramp.el: Load auth-source library.
775         (tramp-read-passwd): Use it for password, not login.
777 2008-05-15  Shigeru Fukaya  <shugeru.fukaya@gmail.com>
779         * ses.el (ses-goto-print): Use move-to-column rather than forward-char.
780         (ses-print-cell): Use string-width, truncate-string-to-width,
781         delete-region rather than length, substring, delete-char.
782         (ses-setup): Set inhibit-point-motion-hooks to t.
783         Calculate position by actually moving point rather than just using
784         unibyte character length.
785         (ses-mode): Set indent-tabs-mode to nil.
786         (ses-center): Use string-width rather than length.
788 2008-05-15  Eric S. Raymond  <esr@snark.thyrsus.com>
790         * vc-cvs.el, vc-git.el, vc-hg.el, vc-hooks.el, vc-mcvs.el,
791         * vc-rcs.el, vc-sccs.el, vc-svn.el, vc.el:
792         Rename vc-*-create-snapshot and vc-*-retrieve-snapshot to
793         vc-*-create-tag and vc-*-retrieve-tag respectively.
795         * vc-dispatcher.el: Fix an incorrect buffer name and remove an
796         unneeded defalias.
798         * vc.el, vc-dispatcher.el (vc-dir-menu-map-filter): Move.
800         * vc.el, vc-dispatcher.el (vc-dir-menu-map): Remove assumption
801         about buffer names.
803 2008-05-15  Glenn Morris  <rgm@gnu.org>
805         * vc-hooks.el (vc-directory-resynch-file): Fix declaration.
807         * org/org-exp.el (org-infojs-options-inbuffer-template):
808         Fix declaration.
810         * progmodes/cc-mode.el (declare-function): Add compat definition.
811         (awk-mode-syntax-table, c-awk-unstick-NL-prop): Declare for compiler.
813 2008-05-14  Eric S. Raymond  <esr@snark.thyrsus.com>
815         * vc-dispatcher.el (vc-dispatcher-selection): Change the returned
816         list to a cons so the caller can get back both expanded and
817         unexpanded filesets.
818         * vc.el (vc-deduce-fileseset, vc-next-action, vc-diff-internal)
819         (vc-merge, vc-version-diff, vc-print-log, vc-revert, vc-rollback):
820         Change handling of selection-set returns as required.
822 2008-05-15  John Paul Wallington  <jpw@pobox.com>
824         * add-log.el (top-level): Don't require cl when compiling.
826         * arc-mode.el (archive-add-new-member): Use `derived-mode-p'.
827         (archive-*-extract): Use `zerop'
828         (archive-*-write-file-member): Use `or', use `zerop'.
830         * diff-mode.el (diff-current-defun): Use `buffer-local-value'.
832         * ibuffer.el (ibuffer-assert-ibuffer-mode): New defsubst.
833         (ibuffer-mark-interactive, ibuffer-set-mark)
834         (ibuffer-insert-buffer-line, ibuffer-redisplay-current)
835         (ibuffer-map-lines, ibuffer-switch-format)
836         (ibuffer-update-title-and-summary)
837         (ibuffer-redisplay-engine): Use it.
839         * ibuf-ext.el (ibuffer-interactive-filter-by-mode)
840         (ibuffer-set-filter-groups-by-mode, ibuffer-list-buffer-modes)
841         (define-ibuffer-filter mode, define-ibuffer-filter used-mode)
842         (define-ibuffer-sorter major-mode, ibuffer-mark-unsaved-buffers)
843         (ibuffer-mark-read-only-buffers)
844         (ibuffer-mark-dired-buffers): Use `buffer-local-value'.
846         * ibuf-macs.el (ibuffer-aif, ibuffer-awhen, ibuffer-save-marks)
847         (define-ibuffer-column, define-ibuffer-sorter)
848         (define-ibuffer-op, define-ibuffer-filter): Add declarations
849         containing indentation specs, replacing equivalent top-level
850         forms that set `lisp-indent-function' properties.
851         (define-ibuffer-op): Use `derived-mode-p'.
852         (define-ibuffer-filter): Remove redundant `concat' call.
854 2008-05-14  Michael Albinus  <michael.albinus@gmx.de>
856         * net/tramp.el (tramp-echo-mark): Update docstring.
857         (tramp-echo-mark-marker): New defconst.
858         (tramp-check-for-regexp): Use it.
860 2008-05-14  Eric S. Raymond  <esr@snark.thyrsus.com>
862         * vc.el (vc-deduce-fileset): Do the right thing when visting a
863         buffer (say, a log buffer or diff buffer) with a vc-dir buffer
864         as parent.
866 2008-05-14  John Paul Wallington  <jpw@pobox.com>
868         * international/mule.el (convert-define-charset-argument):
869         Remove period from end of error message.
870         (coding-system-mnemonic): Doc fix.
871         (ctext-pre-write-conversion): Doc fix.
873 2008-05-14  Simon Marshall  <simon@gnu.org>
875         * obsolete/fast-lock.el (fast-lock-cache-directories): Remove "."
876         from its default value and give it the risky-local-variable
877         property (CVE-2008-2142).
879 2008-05-14  Kenichi Handa  <handa@m17n.org>
881         * language/korean.el ("Korean"): Set `iso639-language'
882         property to `ko'.
884         * language/japanese.el ("Japanese"): Set `iso639-language'
885         property to `ja'.
887         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
888         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK")
889         ("Chinese-GB18030"): Set `iso639-language' property to `zh'.
891         * international/mule-cmds.el (set-language-environment):
892         Set current-iso639-language.
894         * international/fontset.el (setup-default-fontset): For kana, han,
895         hangul, and cjk-misc, move an entry with font-spec at the end.
896         (generate-fontset-menu): Exclue fontset-auto* from the list.
898         * composite.el (compose-chars-after): Assume that WINDOW is always
899         non-nil.
901         * faces.el (font-weight-table, font-slant-table)
902         (font-swidth-table): Declare them by defconst.  Change the format
903         of elements.  Call internal-set-font-style-table after their
904         declaration.
905         (face-valid-attribute-values): Call font-family-list.  Get values
906         for width, weight, and slant from font-xxx-table.
908         * cus-face.el (custom-face-attributes): Add "thin" for :weight.
910 2008-05-13  John Paul Wallington  <jpw@pobox.com>
912         * ibuffer.el (ibuffer-buffer-file-name): New function.
913         (define-ibuffer-column filename): Use it.
915         * ibuf-ext.el (define-ibuffer-filter filename): Use it.
917 2008-05-13  Chong Yidong  <cyd@stupidchicken.com>
919         * talk.el (talk): Simplify.  Pass display arg to talk-add-display
920         as a string.
921         (talk-add-display): Simplify.  Accept only string args.
923 2008-05-13  Jay Belanger  <jay.p.belanger@gmail.com>
925         * calc/calc.el (calc-mode-map): Remove old keybinding for `calc-yank'.
927 2008-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
929         * Makefile.in (bootstrap-prepare): Don't chmod files.
930         (autoloads): Do it here instead, where it's actually needed.
932 2008-05-13  Chong Yidong  <cyd@stupidchicken.com>
934         * tool-bar.el (tool-bar-make-keymap): Account for the optional
935         KEY-BINDING-DATA field in menu-item list.
937 2008-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
939         * dired.el (dired-read-dir-and-switches): Move things about to use less
940         recursion during macroexpansion.
942         * dired.el (dired-read-dir-and-switches): Use read-file-name.
944         * dired.el (dired-read-dir-and-switches): Ignore ., .., and
945         completion-ignored-extension directories if there's something else.
946         (dired-mark-if, dired-map-over-marks, dired-readin, dired-revert)
947         (dired-remember-marks, dired-undo, dired-build-subdir-alist)
948         (dired-internal-do-deletions, dired-mark-files-in-region, dired-mark)
949         (dired-toggle-marks, dired-change-marks, dired-unmark-all-files):
950         buffer-read-only -> inhibit-read-only.
952 2008-05-12  Eric S. Raymond  <esr@snark.thyrsus.com>
954         * vc.el (vc-expand-dirs): Stop this function from tossing out
955         explicitly specified files.
957 2008-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
959         * smerge-mode.el (smerge-apply-resolution-patch): Don't pass nil
960         to `insert'.
962 2008-05-12  Dan Nicolaescu  <dann@ics.uci.edu>
964         * vc.el (vc-annotate-show-diff-revision-at-line): Remove incorrect
965         cons.  Use vc-annotate-backend.
966         (with-vc-file, edit-vc-file): Remove unused macros.
968 2008-05-12  Teodor Zlatanov  <tzz@lifelogs.com>
970         * mail/smtpmail.el: Add autoload for `auth-source-user-or-password'.
971         (smtpmail-try-auth-methods): Use it.
973 2008-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
975         * emacs-lisp/cl.el (cl-set-nthcdr): Make it a defsubst so that
976         (setf (nthcdr ..) ..) doesn't require CL at runtime.
978 2008-05-11  Carsten Dominik  <dominik@science.uva.nl>
980         * org/org.el (org-modules): Repair problems with loading org-jsinfo.org.
982 2008-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
984         * vc-bzr.el (vc-bzr-sha1, vc-bzr-command-discarding-stderr)
985         (vc-bzr-revision-completion-table): Use process-file.
986         (vc-bzr-working-revision): Pass relative file names.
988         * diff-mode.el (diff-hunk-header-re): Refine the regexp.
990 2008-05-11  Juri Linkov  <juri@jurta.org>
992         * wid-edit.el (widget-image-directory): Change default image data
993         subdirectory from "custom" to "images/custom".
995         * info.el (Info-next-preorder): Let-bind `Info-history' to nil
996         before recursive call to `Info-next-preorder' to not add
997         intermediate nodes to the history.
999         * isearch.el: Put isearch-scroll property on recenter-top-bottom.
1001         * emulation/cua-base.el: Put isearch-scroll property
1002         on cua-scroll-up and cua-scroll-down.
1004 2008-05-11  Eric S. Raymond  <esr@snark.thyrsus.com>
1006         * vc-hooks.el (vc-recompute-state): Remove (dead code).
1008 2008-05-10  Dan Nicolaescu  <dann@ics.uci.edu>
1010         * vc-dispatcher.el (ewoc): Require.
1011         (vc-log-edit, vc-buffer-sync): Declare for byte compiler.
1013         * vc-hg.el (vc-hg-diff, vc-hg-annotate-command): Use when not if.
1015 2008-05-10  Chong Yidong  <cyd@stupidchicken.com>
1017         * term/w32-win.el (x-colors):
1018         * term/mac-win.el (x-colors):
1019         * term/x-win.el (x-colors): Re-order colors.
1021 2008-05-10  Reiner Steib  <reiner.steib@gmx.de>
1023         * smerge-mode.el (smerge-command-prefix): Fix custom type.
1025 2008-05-10  Eric S. Raymond  <esr@snark.thyrsus.com>
1027         * vc-dispatcher.el (vc-dir-next-directory, vc-dir-prev-directory):
1028         New functions implementing motion to next and previous directory.
1030         * vc-arch.el (vc-arch-command):
1031         * vc-bzr.el (vc-bzr-command):
1032         * vc-cvs.el (vc-cvs-command):
1033         * vc-dispatcher.el (vc-do-command):
1034         * vc-git.el (vc-git-command):
1035         * vc-hg.el (vc-hg-command):
1036         * vc-mcvs.el (vc-mvcs-command):
1037         * vc-mtn.el (vc-mtn-command):
1038         * vc-sccs.el (vc-sccs-command, vc-sccs-workfile)
1039         (vc-sccs-workfile-unchanged-p):
1040         * vc-svn.el (vc-svn-command, vc-svn-create-repo),
1041         * vc-rcs.el (all methods): Remove assumption about what a nil
1042         argument to vc-do-command means.  This means no buffer name needs
1043         to be hardcoded into the dispatcher layer, and it's better to be
1044         explicit anyway.
1046         * vc-svn.el (vc-svn-dir-state-heuristic): Remove.
1048 2008-05-10  Dan Nicolaescu  <dann@ics.uci.edu>
1050         * vc.el: Update todo.
1052         * vc-sccs.el (vc-sccs-dir-status):
1053         * vc-rcs.el (vc-rcs-dir-status): Avoid using results from multiple
1054         backends and returning up to date files.
1056         * vc-hooks.el (vc-prefix-map): Remove duplicate binding.
1058 2008-05-09  Eric S. Raymond  <esr@snark.thyrsus.com>
1060         * vc.el (vc-dir):
1061         * vc-hooks.el: Tweak the VC directory bindings.  These are now
1062         documented in the manual.
1064         * vc-dispatcher.el (vc-dir-update, vc-dir-parent-marked-p)
1065         (vc-dir-children-marked-p): Remove the vc-dir-insert-directories global.
1066         (vc-dispatcher-selection-set): Allow callers to pass in an
1067         observer flag that says no buffer sync is required.
1068         * vc.el (vc-deduce-fileset, vc-print-log, vc-version-diff):
1069         Use the observer flag.
1071 2008-05-09  Michael Albinus  <michael.albinus@gmx.de>
1073         * simple.el (start-file-process): Clarify docstring.
1075 2008-05-09  Eric S. Raymond  <esr@snark.thyrsus.com>
1077         * vc-sccs.el, vc.svn.el, vc-git.el, vc-hg.el, vc-mtn.el:
1078         Remove stub implementations of, and references to, wash-log.
1079         * vc-rcs.el (vc-rcs-comment-history):
1080         * vc-cvs.el (vc-cvs-comment-history):
1081         Inline the code that used to be wash-log.
1083         * vc-sccs.el (vc-sccs-checkin, vc-sccs-checkout, vc-sccs-rollback)
1084         (vc-sccs-revert, vc-sccs-steal-lock, vc-sccs-modify-change-comment)
1085         (vc-sccs-print-log, vc-sccs-diff): Grok directories.
1086         * vc-rcs.el (vc-sccs-checkin, vc-sccs-checkout)
1087         (vc-rcs-revert, vc-rcs-steal-lock, vc-rcs-modify-change-comment)
1088         (vc-rcs-print-log): Grok directories.
1090 2008-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1092         * vc.el (vc-mark-resolved): Add `backend' argument.
1093         (vc-next-action): Pass it the backend.
1094         (vc-next-action, vc-checkout, vc-mark-resolved, vc-version-diff)
1095         (vc-merge, vc-rollback, vc-update, vc-transfer-file, vc-delete-file)
1096         (vc-default-comment-history, vc-default-create-snapshot)
1097         (vc-default-retrieve-snapshot, vc-default-revert, vc-annotate)
1098         (vc-annotate-revision-previous-to-line)
1099         (vc-annotate-show-diff-revision-at-line, vc-annotate-warp-revision):
1100         * vc-svn.el (vc-svn-checkout):
1101         * vc-mcvs.el (vc-mcvs-checkout):
1102         * vc-hooks.el (vc-state, vc-default-workfile-unchanged-p)
1103         (vc-working-revision, vc-before-save, vc-mode-line):
1104         Prefer vc-call-backend to vc-call so as not to recompute the backend.
1106         * vc.el (vc-deduce-fileset): Don't require the checkout-model and the
1107         state to be consistent since it's often an unwarranted restriction.
1108         Don't return the state either.
1109         (vc-next-action): Check that the state is consistent.
1110         (vc-diff-internal, vc-version-diff, vc-print-log, vc-revert)
1111         (vc-rollback, vc-update): Adapt to new return value of
1112         vc-deduce-fileset.
1114         * vc-dispatcher.el (vc-dispatcher-browsing): Use derived-mode-p.
1115         (vc-dir-prepare-status-buffer): Use vc-dispatcher-browsing.
1116         (vc-dispatcher-in-fileset-p): New fun.
1117         (vc-dispatcher-selection-set): Use it to properly handle directories.
1119 2008-05-09  Dan Nicolaescu  <dann@ics.uci.edu>
1121         * vc.el (vc-version-diff, vc-print-log, vc-revert, vc-rollback)
1122         (vc-update): Remove unused let bindings.
1124 2008-05-09  Eric S. Raymond  <esr@snark.thyrsus.com>
1126         * vc.el (vc-deduce-fileset, vc-next-action, vc-version-diff)
1127         (vc-diff, vc-revert, vc-rollback, vc-update):
1128         * vc-dispatcher.el (vc-dispatcher-selection-set):
1129         Get rid of 4 special cases in fileset selection.  This involved
1130         changing the return value of (vc-deduce-fileset) so that it passes
1131         back a deduced state as well as a deduced back end.
1133 2008-05-08  Sam Steingold  <sds@gnu.org>
1135         * progmodes/compile.el (compilation-minor-mode-map)
1136         (compilation-mode-map): Bind "g" to recompile and "q" to quit-window.
1137         * grep.el (grep-mode-map): Use `set-keymap-parent' to connect it
1138         to `compilation-minor-mode-map' (instead of an explicit `cons').
1140 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
1142         * org/org.el (org-modules, org-format-latex-options):
1143         * org/org-archive.el (org-archive-stamp-time)
1144         (org-archive-save-context-info):
1145         * org/org-faces.el (org-hide):
1146         * org/org-irc.el (org-irc-parse-link):
1147         * org/org-macs.el (org-call-with-arg, org-autoload):
1148         * org/org-mew.el (org-mew-store-link):
1149         * org/org-remember.el (org-remember-store-without-prompt)
1150         (org-remember-templates): Fix typos in docstrings.
1152         * org/org-info.el (org-info-store-link): Remove leftover docstring.
1154         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
1155         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
1156         (org-bbdb-anniv-split): Fix typos in docstrings.
1158         * org/org-publish.el (org-publish-project-alist): Doc fixes.
1159         (org-publish-use-timestamps-flag): Reflow docstring.
1160         (org-publish-files-alist): Fix typos in docstring.
1162 2008-05-07  Sam Steingold  <sds@gnu.org>
1164         * pcvs-util.el (cvs-bury-buffer): Revert my patch: quit-window
1165         appears to be too aggressive with window removal.
1167 2008-05-08  Michael McNamara  <mac@mail.brushroad.com>
1169         * verilog-mode.el (verilog-type-font-keywords): Add leda and 0in
1170         as pragma keywords.
1171         (verilog-pretty-expr): Support lining up assignments which include
1172         part selects.
1173         (verilog-mode): More portable check for the availability of
1174         hideshow support.
1175         (verilog-do-indent): Remove special indent for declarations inside
1176         a parenthetical list.  The code is ill-advised, and doesn't work
1177         given the new user defined types.
1178         (verilog-set-auto-endcomments): Enhance function automatic
1179         endcomment to support functions that return user defined types.
1180         (verilog-mode): Add code to tell which-function-mode minor mode
1181         that Verilog supports this feature.
1183 2008-05-08  Eli Zaretskii  <eliz@gnu.org>
1185         * epa-file.el: Require epa-hook.
1187         * loadup.el ("epa-hook"): Load epa-hook instead of epa-file-hook.
1189         * epa-hook.el: Renamed from epa-file-hook.el, to avoid
1190         file-names clashes on 8+3 filesystems.  Provide epa-hook.
1192         * org/org-jsinfo.el: Renamed from org-infojs.el, to avoid
1193         file-names clashes on 8+3 filesystems.
1195 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
1197         * org/org.el (org-read-date-get-relative): Interpret lone
1198         weekday abbreviation as relative to today.
1200 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
1202         * abbrev.el (define-abbrev-table):
1203         * composite.el (toggle-auto-composition):
1204         * json.el (json-alist-p, json-plist-p):
1205         * minibuffer.el (completion-table-with-predicate):
1206         * ps-mule.el (ps-mule-external-libraries):
1207         * emacs-lisp/advice.el (ad-special-form-p):
1208         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
1209         * eshell/em-smart.el (eshell-review-quick-commands):
1210         * progmodes/python.el (python-comment-line-p, python-blank-line-p)
1211         (python-skip-out, python-check-comint-prompt):
1212         Don't use `iff' in docstrings.
1214         * international/robin.el (robin-package-alist): Fix typo in docstring.
1215         (robin-current-package-name): Doc fix.
1216         (robin-activate): Don't use `iff' in docstring.
1218 2008-05-07  Eric S. Raymond  <esr@snark.thyrsus.com>
1220         * vc.el, vc-dispatcher.el: VC-Dired support removed.
1221         The code uses a ewoc-based implementation now.
1222         * vc-hooks.el: Support for Meta-CVS has been removed.
1224 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1226         * tool-bar.el: Choose images dynamically.
1227         (tool-bar-make-keymap, tool-bar-find-image): New function.
1228         (tool-bar-find-image-cache): New var.
1229         (tool-bar-local-item, tool-bar-local-item-from-menu):
1230         Don't select the image yet, do it later in tool-bar-make-keymap.
1232 2008-05-07  Andreas Schwab  <schwab@suse.de>
1234         * window.el: Require 'cl when compiling.
1236 2008-05-07  Dan Nicolaescu  <dann@ics.uci.edu>
1238         * vc-dispatcher.el (vc-dir-insert-directories): Default to t.
1240 2008-05-07  Glenn Morris  <rgm@gnu.org>
1242         * subr.el (ignore-errors): Move here from cl-macs.el.
1243         * emacs-lisp/cl-macs.el (ignore-errors): Move to subr.el.
1245         * progmodes/fortran.el (fortran-mode): Fix font-lock-syntactic-keywords
1246         oddness.
1248 2008-05-06  Eric S. Raymond  <esr@snark.thyrsus.com>
1250         * vc-hooks.el (vc-find-file-hook):
1251         * vc-dispatcher.el (vc-resynch-window): Decouple vc-dispatcher
1252         further from vc.el.
1253         * vc.el (vc-dir-mode): Move VC-specific context menu entries here.
1255 2008-05-06  Wilson Snyder  <wsnyder@wsnyder.org>
1257         * verilog-mode.el (verilog-getopt-file): Cleanup warning message format.
1258         (verilog-auto, verilog-auto-arg, verilog-auto-ascii-enum)
1259         (verilog-auto-inout, verilog-auto-inout-module)
1260         (verilog-auto-input, verilog-auto-inst, verilog-auto-inst-param)
1261         (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
1262         (verilog-auto-reg-input, verilog-auto-reset, verilog-auto-sense)
1263         (verilog-auto-sense-sigs, verilog-auto-tieoff)
1264         (verilog-auto-unused, verilog-auto-wire)
1265         (verilog-decls-get-assigns, verilog-decls-get-consts)
1266         (verilog-decls-get-gparams, verilog-decls-get-inouts)
1267         (verilog-decls-get-inputs, verilog-decls-get-outputs)
1268         (verilog-decls-get-ports, verilog-decls-get-regs)
1269         (verilog-decls-get-signals, verilog-decls-get-wires)
1270         (verilog-dir-cache-lib-filenames, verilog-dir-cache-list)
1271         (verilog-dir-cache-preserving, verilog-dir-file-exists-p)
1272         (verilog-dir-files, verilog-expand-dirnames, verilog-getopt-file)
1273         (verilog-inject-sense, verilog-library-filenames)
1274         (verilog-mode-release-date, verilog-mode-version)
1275         (verilog-modi-cache-add, verilog-modi-cache-preserve-buffer)
1276         (verilog-modi-cache-preserve-tick, verilog-modi-cache-results)
1277         (verilog-modi-get-assigns, verilog-modi-get-consts)
1278         (verilog-modi-get-gparams, verilog-modi-get-inouts)
1279         (verilog-modi-get-inputs, verilog-modi-get-outputs)
1280         (verilog-modi-get-ports, verilog-modi-get-regs)
1281         (verilog-modi-get-signals, verilog-modi-get-sub-inouts)
1282         (verilog-modi-get-sub-inputs, verilog-modi-get-sub-outputs)
1283         (verilog-modi-get-wires, verilog-preserve-cache)
1284         (verilog-preserve-dir-cache, verilog-preserve-modi-cache)
1285         (verilog-read-sub-decls, verilog-read-sub-decls-line)
1286         (verilog-read-sub-decls-sig, verilog-subdecls-get-inouts)
1287         (verilog-subdecls-get-inputs, verilog-subdecls-get-outputs):
1288         Add caching of additional state, and rework signal extraction
1289         routines to improve AUTO expansion performance by 300%++.
1291 2008-05-06  Chong Yidong  <cyd@stupidchicken.com>
1293         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1294         Tweak Open Watcom regexp to distinguish between errors and warnings.
1296 2008-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1298         * dired.el (dired-read-dir-and-switches): Fix up last change.
1300 2008-05-05  Eric S. Raymond  <esr@snark.thyrsus.com>
1302         * vc.el (vc-deduce-fileset): Lift all the policy and UI stuff
1303         out of this function, move it to vc-dispatcher-selection-set.
1305 2008-05-05  Sam Steingold  <sds@gnu.org>
1307         * window.el (delete-other-windows-vertically): New function.
1309 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1311         * dired.el (dired-read-dir-and-switches):
1312         Obey read-file-name-completion-ignore-case.
1314 2008-05-05  Nick Roberts  <nickrob@snap.net.nz>
1316         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1317         Add regexp for Open Watcom compiler output.
1319 2008-05-05  Phil Sung  <psung@mit.edu>  (tiny change)
1321         * progmodes/python.el (python-block-pairs): Align finally with except.
1323 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1325         * vc-rcs.el (vc-rcs-fetch-master-state): Fix inf-loop.
1327 2008-05-05  Tom Tromey  <tromey@redhat.com>
1329         * smerge-mode.el (smerge-start-session): Don't call smerge-next if
1330         looking at conflict marker.
1332 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1334         * vc-dispatcher.el (vc-dir-mark-buffer-changed): Fix typo
1335         client-mode -> vc-client-object, and guess `funcall' was meant.
1336         (vc-dir-mode): Rename client-mode -> vc-client-mode.
1338 2008-05-05  Dan Nicolaescu  <dann@ics.uci.edu>
1340         * net/zeroconf.el (dbus-call-method, dbus-register-signal)
1341         (dbus-debug): Move declarations outside eval-when-compile.
1343 2008-05-04  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1345         * proced.el (proced-command-alist): Fix system-type values.
1346         Fix defcustom.
1347         (proced-sorting-schemes-alist, proced-sorting-scheme): New variables.
1348         (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
1349         (proced-sort-start, proced-sort, proced-sort-time): New commands.
1350         (proced-update): Use proced-sorting-scheme.  Update modeline.
1351         (proced-send-signal): Use nreverse.
1352         (proced-sorting-scheme-p): New function.
1354 2008-05-04  Andreas Schwab  <schwab@suse.de>
1356         * vc.el: Require dired when compiling.
1358         * minibuffer.el (completion--insert-strings): Don't delete past bol.
1360 2008-05-03  Glenn Morris  <rgm@gnu.org>
1362         * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el:
1363         * ediff-ptch.el, ediff-util.el, ediff-wind.el, ediff.el:
1364         Simplify compilation requirements.
1365         * ediff-init.el, ediff-vers.el: Remove unnecessary variable
1366         declarations.
1368 2008-05-03  Dave Love  <fx@gnu.org>
1370         * progmodes/python.el (python-beginning-of-statement):
1371         Loop at least once (fixes 2008-02-21 change).
1373 2008-05-03  Eli Zaretskii  <eliz@gnu.org>
1375         * ls-lisp.el (ls-lisp-insert-directory): Use `string-width'
1376         instead of `length' for comparing length of user and group names.
1378 2008-05-03  Eric S. Raymond  <esr@snark.thyrsus.com>
1380         * vc-dispatcher.el: New file, separates out the UI and command
1381         execution machinery from VCS-specific logic left in vc.el.
1382         The separation is not yet completely clean, but it's a good start.
1383         * vc.el: This file is about 1700 lines shorter now.
1384         Remove obsolete logentry-check from the backend API.
1385         * vc-sccs.el (vc-sccs-logentry-check): Remove.  This was the only
1386         implementation of the logentry-check method, and it guarded against
1387         a log length limit that has probably been obsolete for 15 years (!).
1389 2008-05-02  Sam Steingold  <sds@gnu.org>
1391         * progmodes/compile.el (compilation-start): Move setting of
1392         compilation-directory after (funcall mode) as that resets local
1393         variables, this fixes recompile in grep buffers.
1394         * grep.el (grep-mode-map): Bind "g" to recompile (like in dired &c).
1396 2008-05-02  Eric S. Raymond  <esr@snark.thyrsus.com>
1398         * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
1399         * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
1400         * vc-svn.el, vc.el (vc-*-checkout-model): Make sure every backend
1401         has one of these and that all are called in compatible ways.
1402         * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
1403         * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
1404         * vc-svn.el, vc.el (vc-*-revision-granularity): Make sure every
1405         backend has one of these.
1407 2008-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1409         * progmodes/octave-mod.el (octave-abbrev-table): Move defvar and
1410         initialization into define-abbrev-table.  Use :regexp.
1411         (octave-mode-syntax-table): Don't set word syntax for `.
1413         * files.el (minibuffer-with-setup-hook): Allow `fun' expressions rather
1414         than only value.
1416         * dired.el (dired-read-dir-and-switches):
1417         Set minibuffer-completing-file-name and call substitute-in-file-name.
1418         (dired-format-columns-of-files): Use completion--insert-strings.
1420         * minibuffer.el (completion-hilit-commonality): Revert last change:
1421         the leftover code was actually useful.
1422         (completion--insert-strings): Use string-width rather than length.
1424 2008-05-02  Sam Steingold  <sds@gnu.org>
1426         * vc.el (vc-dir-mode-map): Enable mouse bindings.
1427         (vc-at-event): New macro: run the body at the even location.
1428         (vc-dir-menu, vc-dir-toggle-mark): Use it.
1429         (vc-dir-mark-file, vc-dir-unmark-file): Move only on non-mouse events.
1430         * subr.el (mouse-event-p): Check if the even is mouse-related.
1432 2008-05-02  Nick Roberts  <nickrob@snap.net.nz>
1434         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
1435         Don't throw error if no file is found.
1437 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
1439         * vc-hooks.el (vc-call, vc-state): Fix typos in docstrings.
1440         (vc-default-state-heuristic): Doc fix.
1442 2008-05-02  Richard Sharman  <rsharman@pobox.com>
1444         * hilit-chg.el (highlight-changes-mode): Remove references to
1445         hooks that no longer exist.  Because define-minor-mode is used the
1446         hook highlight-changes-mode-hook exists and can do what both the
1447         old hooks used to do.  The documentation at the top of the file
1448         was updated to demonstrate this.
1449         (highlight-changes-mode): Remove commented out call to a hook
1450         function that is no longer there.
1451         (hilit-chg-set): Remove running of highlight-changes-enable-hook.
1453 2008-05-02  Eric S. Raymond  <esr@snark.thyrsus.com>
1455         * vc.el (vc-default-dired-state-info): Change name of primitive
1456         to prettify-state-info, in preparation for ripping out dired mode.
1457         * vc-bzr.el (vc-bzr-dired-state-info): Change name of primitive
1458         to prettify-state-info, in preparation for ripping out dired mode.
1459         * vc-hooks.el (vc-toggle-read-only): Throw an error when a user
1460         tries this on a version-controlled buffer.  It will do useless or
1461         actively bad things on any version control system newer than RCS.
1462         * vc-hooks.el (vc-dired-resynch-file):
1463         * vc.el (vc-dired-resynch-file): Change name of primitive to
1464         vc-directory-resynch-file, preparing to remove dired.
1466 2008-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
1468         * vc-rcs.el (vc-rcs-state): Fix typos.
1470         * vc.el (vc-register): Change argument order so that the prefix
1471         argument is assigned correctly.
1472         (vc-next-action, vc-dir-register): Update for the above change.
1474 2008-05-01  Juri Linkov  <juri@jurta.org>
1476         * replace.el (occur-read-primary-args): Set default to the car of
1477         regexp-history and display it in the prompt, but don't add to the
1478         list of minibuffer defaults.  Bind history-add-new-input to nil to
1479         not add automatically `default'.  For empty input return `default'.
1480         Otherwise, add `input' to regexp-history and return it.
1481         (occur-1): Signal an error for the empty regexp.
1483         * progmodes/compile.el (compilation-auto-jump):
1484         Set window point to `pos' explicitly.
1486 2008-05-01  Eric S. Raymond  <esr@snark.thyrsus.com>
1488         * vc-bzr.el (vc-bzr-state): Allow this to return 'ignored
1489         when appropriate.
1490         * vc-sccs.el (vc-sccs-state): Call vc-sccs-unregistered so
1491         we report the 'unregistered state reliably.
1492         * vc-rcs.el (vc-rcs-state): Call vc-rcs-unregistered so
1493         we report the 'unregistered state reliably.
1494         * vc-git.el (vc-git-state): Call vc-git-unregistered so
1495         we report the 'unregistered state reliably.
1496         * vc-hooks (vc-state): Document that vc-unregistered is
1497         now expected to be returned reliably.
1498         * vc.el (vc-default-dired-state): Change needs-patch state to
1499         needs-update, since the name now shows up in dir-status listings
1500         and was somewhat misleading.
1501         * vc-cvs.el (vc-cvs-delete-file): Don't do a "cvs commit"
1502         immediately after removing the file.
1503         * vc.el (vc-next-action): More informative messages when a fileset
1504         is in a mixed state or files are missing.
1506 2008-05-01  Sam Steingold  <sds@gnu.org>
1508         * vc.el (vc-delete-file): Check if the file has uncommitted changes.
1510 2008-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1512         * Makefile.in: Revert incorrect fix for claimed bootstrap breakage.
1514 2008-05-01  Daiki Ueno  <ueno@unixuser.org>
1516         * epa-file-hook.el: New file split from epa-file.el.
1517         * epa-file.el: Require 'epa-file-hook.
1518         (epa-file-handler): Add autoload cookie.
1519         * loadup.el: Load epa-file-hook.
1520         * startup.el (command-line): Eval the body of auto-encryption-mode.
1522 2008-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
1524         * vc.el (vc-dir-mode-map): Don't bind "r".
1526         * vc-hg.el (vc-hg-extra-fileinfo): New defstruct.
1527         (vc-hg-status-printer): New function.
1528         (vc-hg-after-dir-status): Deal with copied and renamed files.
1529         (vc-hg-dir-status): Add flag to show copied files.
1531 2008-05-01  John Paul Wallington  <jpw@pobox.com>
1533         * ibuffer.el (ibuffer-last-sorting-mode): New variable.
1534         (ibuffer-do-sort-by-recency): Reverse sorting order if last
1535         sorting mode was recency.
1537         * ibuf-macs.el (define-ibuffer-sorter): Define the sorter to
1538         reverse sorting order if last sorting mode was the sorter's.
1540 2008-05-01  Jason Rumney  <jasonr@gnu.org>
1542         * w32-fns.el (w32-charset-info-alist): Map vietnamese to windows-1258.
1544 2008-04-30  John Paul Wallington  <jpw@pobox.com>
1546         * ibuffer.el (define-ibuffer-column filename): When the major mode
1547         is `vc-dir-mode' show the buffer's default directory.
1549         * ibuf-ext.el (define-ibuffer-filter filename): Likewise when the
1550         major mode is `vc-dir-mode' use the buffer's default directory.
1552 2008-04-30  Sam Steingold  <sds@gnu.org>
1554         * vc.el (vc-dir-delete-file): Add.
1555         (vc-dir-mode-map): Bind "r" to vc-dir-delete-file, like in PCL-CVS.
1556         (vc-delete-file): Do not barf when the file has been already deleted.
1558 2008-04-30  Dan Nicolaescu  <dann@ics.uci.edu>
1560         * emacs-lisp/lisp-mode.el (lisp-mode-map): Add menu.
1562 2008-04-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1564         * progmodes/octave-mod.el (octave-help): New function.
1565         * progmodes/octave-hlp.el: Delete.
1566         * info-look.el (octave-mode): Add operator index.
1568         * vc.el (vc-checkout): Typo.
1570 2008-04-30  Dan Nicolaescu  <dann@ics.uci.edu>
1572         * menu-bar.el (menu-bar-tools-menu): Reorder, place Games last.
1573         Add "..." in the appropriate places.
1575         * epa.el (epa-key-list-mode-map): Add more menu entries.
1576         Add "..." in the appropriate places.
1578         * dired.el (dired-mode-map): Add :help.
1580         * vc.el (vc-deduce-fileset): Add new parameter.
1581         (vc-dir-marked-only-files): New function.
1582         (vc-next-action): Don't ignore directories, look at the files
1583         inside them.
1584         (vc-dir-mode): Document how the mark/unmark commands work.
1586 2008-04-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1588         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
1589         Rule out trailing spaces in file and directory names as well.
1591         * minibuffer.el (completion--do-completion): Move point even if the
1592         completion makes no change.
1593         (completion-pcm-try-completion): Fix computation of new point.
1595 2008-04-30  David Hansen  <david.hansen@gmx.net>
1597         * dired.el: Require 'cl.
1599 2008-04-30  Nick Roberts  <nickrob@snap.net.nz>
1601         * progmodes/gdb-ui.el (gdb-frame-handler-1): Make overlay arrow
1602         hollow if not in innermost frame.
1604 2008-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1606         Make `checkout-model' apply to filesets.
1607         * vc-hooks.el (vc-checkout-model): Rewrite.
1608         (vc-before-save, vc-after-save): Adjust callers accordingly.
1609         * vc.el (vc-editable-p, vc-next-action, vc-checkout, vc-update)
1610         (vc-transfer-file): Adjust callers accordingly.
1611         * vc-rcs.el (vc-rcs-checkout-model): Adjust arg.
1612         (vc-rcs-state, vc-rcs-state-heuristic, vc-rcs-receive-file)
1613         (vc-rcs-checkout, vc-rcs-fetch-master-state): Use vc-rcs-checkout-model
1614         instead of vc-checkout-model.
1615         * vc-mcvs.el (vc-mcvs-revert):
1616         Use vc-mcvs-checkout-model i.s.o vc-checkout-model.
1617         * vc-cvs.el (vc-cvs-checkout-model): Adjust arg.
1618         (vc-cvs-revert): Use vc-cvs-checkout-model i.s.o vc-checkout-model.
1619         * vc-svn.el (vc-svn-checkout-model):
1620         * vc-hg.el (vc-hg-checkout-model):
1621         * vc-git.el (vc-git-checkout-model):
1622         * vc-bzr.el (vc-bzr-checkout-model): Adjust arg.
1624         * dired.el (dired-read-dir-and-switches): Replace last change with
1625         a new approach that mixes read-file-name and read-directory-name.
1627         * files.el (read-buffer-to-switch):
1628         Avoid making assumptions about `other-buffer'.
1630 2008-04-29  Sam Steingold  <sds@gnu.org>
1632         * vc.el (vc-dir-mode-hook): Add normal hook.
1633         (vc-dir-mode): Run it.
1635 2008-04-29  Nick Roberts  <nickrob@snap.net.nz>
1637         * progmodes/gdb-ui.el (gdb-display-buffer): Don't pop up GUD buffer.
1638         Always split windows.
1639         (gdb-speedbar-timer-fn): Only raise frame after user input.
1640         (gdb-same-frame): Reverse initial value.
1641         (gdb-display-gdb-buffer): Check for GUD buffer in other frames.
1643         * progmodes/gud.el (gud-speedbar-buttons): Raise frame in
1644         gdb-speedbar-timer-fn.
1646 2008-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1648         * uniquify.el (uniquify-rationalize-a-list): Beware of side-effects.
1650 2008-04-29  Daiki Ueno  <ueno@unixuser.org>
1652         * epa.el (epa-key-list-mode-map): Add menu.
1653         (epa-delete-keys, epa-import-keys): Fix typo.
1655 2008-04-29  Glenn Morris  <rgm@gnu.org>
1657         * find-cmd.el (top-level): Does not need cl when compiling.
1659 2008-04-29  Phil Jackson  <phil@shellarchive.co.uk>
1661         * find-cmd.el: New file.
1663 2008-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1665         * minibuffer.el (completion-hilit-commonality): Remove leftover code.
1666         (completion-pcm--pattern->regex): Let `group' be a list of symbols.
1667         (completion-pcm--hilit-commonality): New function.
1668         (completion-pcm-all-completions): Use it.
1670         * minibuffer.el (completion-common-substring): Mark obsolete.
1671         (completions-first-difference, completions-common-part):
1672         Move from simple.el.
1673         (completion-hilit-commonality): New fun.
1674         (display-completion-list, completion-emacs21-all-completions)
1675         (completion-emacs22-all-completions): Use it.
1676         * simple.el (completions-first-difference, completions-common-part):
1677         Move to minibuffer.el.
1678         (choose-completion-string): Use field functions and minibufferp.
1679         (completion-setup-function): Don't set completions faces.
1681 2008-04-29  Glenn Morris  <rgm@gnu.org>
1683         * calendar/calendar.el (calendar-nth-named-absday)
1684         (calendar-nth-named-day):
1685         * calendar/diary-lib.el (diary-list-sexp-entries, diary-float):
1686         * calendar/holidays.el (holiday-float): Doc fixes.
1688         * emacs-lisp/check-declare.el (check-declare-errmsg): Fix counting in
1689         the `full' case.
1691         * org/org-agenda.el (calendar-iso-from-absolute):
1692         * org/org.el (calendar-absolute-from-iso, calendar-iso-from-absolute):
1693         Fix declarations.
1695 2008-04-28  Nick Roberts  <nickrob@snap.net.nz>
1697         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Make breakpoint
1698         icons work for assembler, i.e. FILE.s, FILE.S (not disassembly).
1699         (gdb-goto-breakpoint): Likewise for visiting breakpoints.
1700         (gdb-assembler-custom): Be careful not to match other addresses.
1702 2008-04-29  Jason Rumney  <jasonr@gnu.org>
1704         * battery.el (battery-status-function): Use w32-battery-status
1705         on Windows.
1706         (battery-echo-area-format): Make apm format the general case.
1707         (battery-mode-line-format): Merge apm and pmset formats as the
1708         general case.
1710 2008-04-29  Nick Roberts  <nickrob@snap.net.nz>
1712         * progmodes/gdb-ui.el (gdb-info-stack-custom):
1713         Use gud-tool-bar-item-visible-no-fringe.
1714         (gdb-display-buffer): Don't pop new buffer if gud-comint-buffer
1715         is already visible in frame.  Remove optional size parameter
1716         and add optional frame parameter.
1718         * progmodes/gud.el (gud-display-line): Only consider visible
1719         frames when looking for source buffer.
1721 2008-04-28  Chong Yidong  <cyd@stupidchicken.com>
1723         * doc-view.el (doc-view-new-window-function): Avoid using WINDOW
1724         argument to get-char-property, in case the current buffer hasn't
1725         been assigned to that window yet.
1726         (doc-view-display): Default to selected window if the current
1727         buffer hasn't been assigned to a window yet.
1729 2008-04-28  Vinicius Jose Latorre  <bzg@altern.org>
1731         * whitespace.el (whitespace-trailing-regexp): Fix docstring.
1733 2008-04-28  Michael Albinus  <michael.albinus@gmx.de>
1735         * net/tramp.el (tramp-mode): New defcustom.
1736         (tramp-file-name-handler, tramp-completion-file-name-handler):
1737         Use it.
1738         (tramp-replace-environment-variables): Handle "$$".
1740 2008-04-28  Sam Steingold  <sds@gnu.org>
1742         * vc-hg.el (vc-hg-rename-file): Fix argument order.
1744 2008-04-28  Bastien Guerry  <bzg@altern.org>
1746         * whitespace.el (whitespace-trailing): Fix typo.
1748 2008-04-28  Sam Steingold  <sds@gnu.org>
1750         * textmodes/remember.el (diary-make-entry): Update the autoload.
1752 2008-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1754         * minibuffer.el (completion-pcm--all-completions): Don't pass nil to
1755         all-completions.
1757 2008-04-28  Juanma Barranquero  <lekktu@gmail.com>
1759         * desktop.el (desktop-minor-mode-table): Add `savehist-mode'.
1761 2008-04-27  Dan Nicolaescu  <dann@ics.uci.edu>
1763         * vc.el (vc-dir-mode-map): Change bindings for unmark all and revert.
1764         (vc-dir-parent-marked-p, vc-dir-children-marked-p): Implement.
1765         (vc-dir-mark-file): Add an optional argument.
1766         (vc-dir-mark-all-files, vc-dir-unmark-all-files): Deal with directories.
1768 2008-04-27  Daiki Ueno  <ueno@unixuser.org>
1770         * epa-file.el (epa-file-enable, epa-file-disable): Use find-file-hook
1771         rather than obsolete alias find-file-hooks.
1772         (auto-encryption-mode): Rename from epa-file-mode.  Default to on.
1773         Use find-file-hook rather than obsolete alias find-file-hooks.
1774         Add to find-file-not-found-functions.
1775         (epa-file-handler): Put 'safe-magic and 'operations properties.
1777         * epa.el (epa-global-minor-modes, epa-mode, epa-menu)
1778         (epa-menu-items): Remove.
1780         * epa-dired.el (epa-dired-do-decrypt, epa-dired-do-verify)
1781         (epa-dired-do-sign, epa-dired-do-encrypt): Add autoload cookie.
1782         (epa-dired-mode, epa-global-dired-mode): Remove.
1784         * dired.el (dired-mode-map): Bind encryption/decryption commands.
1786         * menu-bar.el (menu-bar-encryption-decryption-menu): New menu item.
1788         * files.el (insert-file-contents-literally): Inhibit epa-file-handler.
1790 2008-04-27  Glenn Morris  <rgm@gnu.org>
1792         * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
1793         Remove un-needed local `orig-list'.  Replace cl `copy-list'.
1795 2008-04-27  Carsten Dominik  <dominik@science.uva.nl>
1797         * org/org.el (org-html-level-start): Always have id's in HTML.
1798         (org-export-as-html): Use `org-link-protocols' to
1799         retrieve the export form of the link.
1800         (org-add-link-type): Final parameter renamed from PUBLISH.
1801         Better documentation of how it is to be used.  Avoid double entries for
1802         the same link type.
1803         (org-add-link-props): New function.
1804         (org-modules-loaded): New variable.
1805         (org-load-modules-maybe, org-set-modules): New function.
1806         (org-modules): New option.
1807         (org-mode, org-cycle, orgstruct-mode, org-run-like-in-org-mode)
1808         (orgtbl-mode, org-store-link, org-insert-link-global)
1809         (org-open-at-point): Call `org-load-modules-maybe'.
1810         (org-search-view): Add more text properties.
1811         (org-agenda-schedule, org-agenda-deadline): Allow also in
1812         search-type agendas.
1813         (org-search-view): Order of arguments has been changed.
1814         Interpret prefix-arg as TODO-ONLY.
1815         (org-agenda, org-run-agenda-series, org-agenda-manipulate-query):
1816         Take new argument order of `org-search-view' into account.
1817         (org-todo-only): New variable.
1818         (org-search-syntax-table): New variable and function.
1819         (org-search-view): Do the search with the special syntax table.
1820         (define-obsolete-function-alias): Make work with XEmacs.
1821         (org-add-planning-info): Use old date as default when modifying an
1822         existing deadline or scheduled item.
1823         (org-agenda-compute-time-span): Make argument N optional.
1824         (org-agenda-format-date-aligned): Require `cal-iso'.
1825         (org-agenda-list): Include week into agenda heading, don't
1826         list it at each date (only on Mondays).
1827         (org-read-date-analyze): Define local variable `iso-date'.
1828         (org-agenda-format-date-aligned): Remove dependency on
1829         `calendar-time-from-absolute'.
1830         (org-remember-apply-template, org-go-to-remember-target):
1831         Interpret filenames relative to `org-directory'.
1832         (org-complete): Silently fail when trying to complete
1833         keywords that don't have a default value.
1834         (org-get-current-options): Add a #+DATE: option.
1835         (org-additional-option-like-keywords): Remove "DATE:" from the
1836         list of additional keywords.
1837         (org-export-as-html): Remove (current-time) as unnecessary second
1838         argument of `format-time-string'.
1839         (org-clock-find-position): Handle special case at end of buffer.
1840         (org-agenda-day-view): New argument DAY-OF-YEAR, pass it on to
1841         `org-agenda-change-time-span'.
1842         (org-agenda-week-view): New argument ISO-WEEK, pass it on to
1843         `org-agenda-change-time-span'.
1844         (org-agenda-month-view): New argument MONTH, pass it on to
1845         `org-agenda-change-time-span'.
1846         (org-agenda-year-view): New argument YEAR, pass it on to
1847         `org-agenda-change-time-span'.
1848         (org-agenda-change-time-span): New optional argument N, pass it on
1849         to `org-agenda-compute-time-span'.
1850         (org-agenda-compute-time-span): New argument N, interpret it by
1851         changing the starting day.
1852         (org-small-year-to-year): New function.
1853         (org-scheduled-past-days): Respect `org-scheduled-past-days'.
1854         (org-auto-repeat-maybe): Make sure that repeating dates are pushed
1855         into the future, and that the shift is at least one interval, never 0.
1856         (org-update-checkbox-count): Fix bug with checkbox counting.
1857         (org-add-note): New command.
1858         (org-add-log-setup): Rename from `org-add-log-maybe'.
1859         (org-log-note-headings): New entry for plain notes (i.e. notes not
1860         related to state changes or clocking).
1861         (org-get-org-file): Check for availability of `remember-data-file'.
1862         (org-cached-entry-get): Allow a regexp value for
1863         `org-use-property-inheritance'.
1864         (org-use-property-inheritance): Allow regexp value.  Fix bug in
1865         customization type.
1866         (org-use-tag-inheritance): Allow a list and a regexp value for
1867         this variable.
1868         (org-scan-tags, org-get-tags-at): Implement selective tag inheritance.
1869         (org-entry-get): Respect value `selective' for the INHERIT argument.
1870         (org-tag-inherit-p, org-property-inherit-p): New functions.
1871         (org-agenda-format-date-aligned): Allow 10 characters for
1872         weekday, to acomodate German locale.
1873         (org-add-archive-files): New function.
1874         (org-agenda-files): New argument `ext', to get archive files as well.
1875         (org-tbl-menu): Protect the use of variables that
1876         are only available when org-table.el gets loaded.
1877         (org-read-agenda-file-list): Error if `org-agenda-files' is a
1878         single directory.
1879         (org-open-file): Allow a batch process to trigger
1880         waiting after executing a system command.
1881         (org-store-link): Link to headline when there is not
1882         target and no region in an org-mode buffer when creating a link.
1883         (org-link-types-re): New variable.
1884         (org-make-link-regexps): Compute `org-link-types-re'.
1885         (org-make-link-description-function): New option.
1886         (org-agenda-date, org-agenda-date-weekend): New faces.
1887         (org-archive-sibling-heading): New option.
1888         (org-archive-to-archive-sibling): New function.
1889         (org-iswitchb): New command.
1890         (org-buffer-list): New function.
1891         (org-agenda-columns): Also try the #+COLUMNS line in
1892         the buffer associated with the entry at point (or with the first
1893         entry in the agenda view).
1894         (org-modules): Add entry for org-bibtex.el.
1895         (org-completion-fallback-command): Move into `org-completion' group.
1896         (org-clock-heading-function): Move to `org-progress' group.
1897         (org-auto-repeat-maybe): Make sure that a note can
1898         be enforces if `org-log-repeat' is `note'.
1899         (org-modules): Allow additional symbols for external packages.
1900         (org-ctrl-c-ctrl-c): Allow for `org-clock-overlays' to be undefined.
1901         (org-clock-goto): Hide drawers after showing an
1902         entry with `org-clock-goto.'
1903         (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft):
1904         Try also a clocktable block shift.
1905         (org-clocktable-try-shift): New function.
1906         (org-columns-hscoll-title): New function.
1907         (org-columns-previous-hscroll): New variable.
1908         (org-columns-full-header-line-format): New variable.
1909         (org-columns-display-here-title, org-columns-remove-overlays):
1910         Install `org-columns-hscoll-title' in post-command-hook.
1912         * org/org.el: Split into many small files.
1914         * org/org-agenda.el: New file, split off from org.el.
1916         * org/org-archive.el: New file, split off from org.el.
1918         * org/org-bbdb.el: New file.
1920         * org/org-bibtex.el: New file, split off from org.el.
1922         * org/org-clock.el: New file, split off from org.el.
1924         * org/org-colview.el: New file, split off from org.el.
1926         * org/org-compat.el: New file, split off from org.el.
1928         * org/org-exp.el: New file, split off from org.el.
1930         * org/org-faces.el: New file, split off from org.el.
1932         * org/org-gnus.el: New file, split off from org.el.
1934         * org/org-info.el: New file, split off from org.el.
1936         * org/org-infojs.el: New file.
1938         * org/org-irc.el: New file.
1940         * org/org-macs.el: New file, split off from org.el.
1942         * org/org-mew.el: New file.
1944         * org/org-mhe.el: New file, split off from org.el.
1946         * org/org-publish.el: New file, split off from org.el.
1948         * org/org-remember.el: New file, split off from org.el.
1950         * org/org-rmail.el: New file, split off from org.el.
1952         * org/org-table.el: New file, split off from org.el.
1954         * org/org-vm.el: New file, split off from org.el.
1956         * org/org-wl.el: New file, split off from org.el.
1958 2008-04-27  Jason Riedy  <jason@acm.org>
1960         * lisp/org-table.el (orgtbl-to-generic): Add a :remove-nil-lines
1961         parameter that supresses lines that evaluate to NIL.
1962         (orgtbl-get-fmt): New inline function for
1963         picking apart formats that may be lists.
1964         (orgtbl-apply-fmt): New inline function for applying formats that
1965         may be functions.
1966         (orgtbl-eval-str): New inline function for strings that may be
1967         functions.
1968         (orgtbl-format-line, orgtbl-to-generic): Use and document.
1969         (orgtbl-to-latex, orgtbl-to-texinfo): Document.
1970         (*orgtbl-llfmt*, *orgtbl-llstart*)
1971         (*orgtbl-llend*): Dynamic variables for last-line formatting.
1972         (orgtbl-format-section): Shift formatting to support detecting the
1973         last line and formatting it specially.
1974         (orgtbl-to-generic): Document :ll* formats.  Set to the non-ll
1975         formats unless overridden.
1976         (orgtbl-to-latex): Suggest using :llend to suppress the final \\.
1977         (*orgtbl-table*, *orgtbl-rtn*): Dynamically
1978         bound variables to hold the input collection of lines and output
1979         formatted text.
1980         (*orgtbl-hline*, *orgtbl-sep*, *orgtbl-fmt*, *orgtbl-efmt*)
1981         (*orgtbl-lfmt*, *orgtbl-lstart*, *orgtbl-lend*): Dynamically bound
1982         format parameters.
1983         (orgtbl-format-line): New function encapsulating formatting for a
1984         single line.
1985         (orgtbl-format-section): Similar for each section.  Rebinding the
1986         dynamic vars customizes the formatting for each section.
1987         (orgtbl-to-generic): Use orgtbl-format-line and
1988         orgtbl-format-section.
1989         (org-get-param): Now unused, so delete.
1990         (orgtbl-gather-send-defs): New function to
1991         gather all the SEND definitions before a table.
1992         (orgtbl-send-replace-tbl): New function to find the RECEIVE
1993         corresponding to the current name.
1994         (orgtbl-send-table): Use the previous two functions and implement
1995         multiple destinations for each table.
1997         * doc/org.texi (A LaTeX example): Note that fmt may be a
1998         one-argument function, and efmt may be a two-argument function.
1999         (Radio tables): Document multiple destinations.
2001 2008-04-27  Carsten Dominik  <dominik@science.uva.nl>
2003         * org/org-agenda.el (org-add-to-diary-list): New function.
2004         (org-prefix-has-effort): New variable.
2005         (org-sort-agenda-noeffort-is-high): New option.
2006         (org-agenda-columns-show-summaries)
2007         (org-agenda-columns-compute-summary-properties): New options.
2008         (org-format-agenda-item): Compute the duration of the item.
2009         (org-agenda-weekend-days): New variable.
2010         (org-agenda-list, org-timeline): Use the proper faces for dates in
2011         the agenda and timeline buffers.
2012         (org-agenda-archive-to-archive-sibling): New command.
2013         (org-agenda-start-with-clockreport-mode): New option.
2014         (org-agenda-clockreport-parameter-plist): New option.
2015         (org-agenda-clocktable-mode): New variable.
2016         (org-agenda-deadline-leaders): Allow a function value for the
2017         deadline leader.
2018         (org-agenda-get-deadlines): Deal with new function value.
2020         * lisp/org-clock.el (org-clock): New customization group.
2021         (org-clock-into-drawer, org-clock-out-when-done)
2022         (org-clock-in-switch-to-state, org-clock-heading-function):
2023         Move into the new group.
2024         (org-clock-out-remove-zero-time-clocks): New option.
2025         (org-clock-out): Use `org-clock-out-remove-zero-time-clocks'.
2026         (org-dblock-write:clocktable): Allow a Lisp form for the scope
2027         parameter.
2028         (org-dblock-write:clocktable): Fix bug with total time calculation.
2029         (org-dblock-write:clocktable): Request the unrestricted list of files.
2030         (org-get-clocktable): New function.
2031         (org-dblock-write:clocktable): Make sure :tstart and :tend can not only
2032         be strings but also integers (an absolute day number) and lists (m d y).
2034         * org/org-colview.el (org-columns-next-allowed-value)
2035         (org-columns-edit-value): Limit the effort for updating in the
2036         agenda to recomputing a single file.
2037         (org-columns-compute): Only write property value if it has changed.
2038         This avoids raising the buffer-change-flag unnecessarily.
2039         (org-agenda-colview-summarize)
2040         (org-agenda-colview-compute): New functions.
2041         (org-agenda-columns): Call `org-agenda-colview-summarize'.
2043         * org/org-exp.el (org-export-run-in-background): New option.
2044         (org-export-icalendar): Allow a batch process to trigger waiting
2045         after executing a system command.
2046         (org-export-preprocess-string): Rename from
2047         `org-cleaned-string-for-export'.
2048         (org-export-html-style): Made target class look like normal text.
2049         (org-export-as-html): Make use of the better proprocessing in
2050         `org-cleaned-string-for-export'.
2051         (org-cleaned-string-for-export): Better treatment of heuristic
2052         targets, many more internal links will now work in HTML export.
2053         (org-get-current-options): Incorporate LINK_UP, LINK_HOME, and INFOJS.
2054         (org-export-inbuffer-options-extra): New variable.
2055         (org-export-options-filters): New hook.
2056         (org-infile-export-plist): Find also the settings keywords in
2057         `org-export-inbuffer-options-extra'.
2058         (org-infile-export-plist): Allow multiple #+OPTIONS lines and
2059         multiple #+INFOJS_OPT lines.
2060         (org-export-html-handle-js-options): New function.
2061         (org-export-html-infojs-setup): New option.
2062         (org-export-as-html): Call `org-export-html-handle-js-options'.
2063         Add autoload to all entry points.
2064         (org-skip-comments): Function removed.
2066         * org/org-table.el (org-table-make-reference): Extra parenthesis
2067         around single fields, to make sure that algebraic formulas get
2068         correctly interpreted by calc.
2069         (org-table-current-column): No longer interactive.
2071         * org/org-export-latex.el (org-export-latex-preprocess):
2072         Rename from `org-export-latex-cleaned-string'.
2074 2008-04-27  Bastien Guerry  <bzg@altern.org>
2076         * org/org-publish.el (org-publish-get-base-files-1): New function.
2077         (org-publish-get-base-files): Use it.
2078         (org-publish-temp-files): New variable.
2079         Don't require 'dired-aux anymore.
2080         (org-publish-initial-buffer): New variable.
2081         (org-publish-org-to, org-publish): Use it.
2082         (org-publish-get-base-files-1): Bug fix: get
2083         the proper list of files when recursing thru a directory.
2084         (org-publish-get-base-files): Use the :exclude property to skip
2085         both files and directories.
2087 2008-04-27  Michael Albinus  <michael.albinus@gmx.de>
2089         * net/tramp.el (tramp-handle-make-symbolic-link)
2090         (tramp-handle-file-name-directory)
2091         (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
2092         (tramp-do-copy-or-rename-file-directly)
2093         (tramp-handle-insert-directory, tramp-handle-expand-file-name)
2094         (tramp-handle-substitute-in-file-name)
2095         (tramp-handle-insert-file-contents, tramp-handle-write-region)
2096         * net/tramp-cache.el (tramp-get-file-property)
2097         (tramp-set-file-property, tramp-flush-file-property)
2098         (tramp-flush-directory-property)
2099         * net/tramp-compat.el (tramp-compat-make-temp-file)
2100         * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
2101         Disable `file-name-handler-alist' when handling localname.
2102         It could have a remote file syntax, like a VMS file name.
2104 2008-04-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2106         * whitespace.el: New version 11.1.
2107         (whitespace-trailing-regexp): Option fix, now trailing regexp must be
2108         enclosed by \\( and \\)$.  Docstring fix.
2109         (whitespace-trailing-regexp): Fun removed.
2110         (whitespace-report-list): Const initialization fix.
2111         (whitespace-color-on): Code fix.
2113 2008-04-27  Andreas Schwab  <schwab@suse.de>
2115         * Makefile.el: Unbreak bootstrap.
2117 2008-04-27  Michael Albinus  <michael.albinus@gmx.de>
2119         * net/tramp.el (tramp-replace-environment-variables): New defun.
2120         (tramp-handle-substitute-in-file-name, tramp-file-name-handler):
2121         Use it.
2123 2008-04-27  Glenn Morris  <rgm@gnu.org>
2125         * emacs-lisp/bytecomp.el (byte-compile-file): Doc fix.
2127         * calculator.el (calculator-expt): Replace cl function `oddp'.
2129 2008-04-27  Johan BockgÃ¥rd  <bojohan@gnu.org>
2131         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
2132         Simplify.  Collect `defun' and `autoload' entries.
2133         Avoid modifying load-history.
2135 2008-04-26  Glenn Morris  <rgm@gnu.org>
2137         * textmodes/ispell.el (ispell-insert-word): Revert previous change.
2139         * simple.el (quoted-insert, zap-to-char): Revert previous change.
2141 2008-04-26  John Paul Wallington  <jpw@pobox.com>
2143         * hexl.el (hexl-mode): Stash `eldoc-documentation-function' in
2144         `hexl-mode-old-eldoc-documentation-function'.
2145         (hexl-mode-exit): Restore it.
2146         (hexl-mode-old-eldoc-documentation-function): Declare for compiler.
2148         * w32-fns.el (top-level): Don't set `completion-ignore-case' to t.
2150 2008-04-26  Juanma Barranquero  <lekktu@gmail.com>
2152         * minibuffer.el (completion-pcm-word-delimiters): Add :group.
2153         (completion-pcm--all-completions): Doc fix.
2154         (completion-styles-alist, completion-all-completions):
2155         Fix typos in docstrings.
2157 2008-04-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2159         * whitespace.el: There is now only one variable (whitespace-style) to
2160         specify which kind of blank is visualized.  Doc and docstring fix.
2161         New version 11.0.
2162         (whitespace-style): New option, replace whitespace-style-mark and
2163         whitespace-style-color.
2164         (whitespace-style-mark, whitespace-style-color): Options removed.
2165         (whitespace-hspace, whitespace-tab, whitespace-newline)
2166         (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
2167         (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
2168         (whitespace-hspace-regexp, whitespace-space-regexp)
2169         (whitespace-tab-regexp, whitespace-trailing-regexp)
2170         (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
2171         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
2172         (whitespace-space-after-tab-regexp, whitespace-line-column)
2173         (whitespace-display-mappings, whitespace-report): Docstring fix.
2174         (whitespace-color-value-list, whitespace-mark-value-list)
2175         (whitespace-active-color, whitespace-active-mark)
2176         (whitespace-toggle-color, whitespace-toggle-mark): Vars removed.
2177         (whitespace-style-value-list, whitespace-active-style)
2178         (whitespace-toggle-style): New vars.
2179         (whitespace-toggle-option-alist, whitespace-help-text):
2180         Var initialization and docstring fix.
2181         (whitespace-toggle-options, global-whitespace-toggle-options)
2182         (whitespace-cleanup, whitespace-cleanup-region)
2183         (whitespace-report-region, whitespace-interactive-char)
2184         (whitespace-toggle-list): Docstring and code fix.
2185         (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
2186         (whitespace-turn-off, whitespace-color-on, whitespace-color-off)
2187         (whitespace-display-char-on, whitespace-display-char-off): Code fix.
2188         (whitespace-style-face-p, whitespace-style-mark-p): New fun.
2190 2008-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2192         * diff-mode.el (diff-hunk-header-re-unified): Allow elided line counts.
2193         (diff-end-of-hunk, diff-unified->context, diff-fixup-modifs)
2194         (diff-sanity-check-hunk): Adjust code accordingly.
2196 2008-04-26  Glenn Morris  <rgm@gnu.org>
2198         * abbrev.el (define-abbrev): Don't use `iff' in doc-strings.
2200         * forms-d2.dat: Move to ../etc.
2201         * forms-d2.el (forms-file): Adapt for above change.
2203         * simple.el (quoted-insert, zap-to-char): Remove uses of obsolete
2204         `translation-table-for-input'.
2206         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): New function.
2207         (byte-compile-obsolete, byte-compile-variable-ref): Use it.
2209         * progmodes/fortran.el (fortran-mode-syntax-table): Change `;'
2210         to punctuation now it's not needed for abbrevs.
2211         (fortran-mode-abbrev-table): Remove defvar, make use of new
2212         define-abbrev-table :regexp feature.
2214         * textmodes/ispell.el (ispell-insert-word): Remove, and replace with
2215         insert, now that translation-table-for-input is not needed.
2217 2008-04-26  Johannes Weiner  <hannes@saeurebad.de>
2219         * emacs-lisp/pp.el (pp-display-expression): New function,
2220         extracted from pp-eval-expression.
2221         (pp-eval-expression): Use pp-display-expression.
2222         (pp-macroexpand-expression, pp-macroexpand-last-sexp): New functions.
2223         (pp-last-sexp): New function, extracted from pp-eval-last-sexp.
2224         (pp-eval-last-sexp): Use pp-last-sexp.
2226 2008-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2228         * abbrev.el (define-abbrev-table): Apply props even if the table
2229         exists already.
2231         * minibuffer.el (completion-table-with-context): Fix `pred' for the
2232         various kinds of completion tables.
2233         (completion-emacs22-try-completion): Place cursor after the /, as was
2234         done in Emacs-22's minibuffer-complete-word.
2235         Fix bug reported by David Hansen <david.hansen@gmx.net>.
2236         (completion-emacs22-try-completion): Merge all mergable text rather
2237         than just /.
2238         (completion-pcm--delim-wild-regex): New var.
2239         (completion-pcm-word-delimiters): New custom.
2240         (completion-pcm--prepare-delim-re, completion-pcm--pattern-trivial-p)
2241         (completion-pcm--string->pattern, completion-pcm--pattern->regex)
2242         (completion-pcm--all-completions, completion-pcm-all-completions)
2243         (completion-pcm--merge-completions, completion-pcm--pattern->string)
2244         (completion-pcm-try-completion): New functions.
2245         (completion-styles-alist): Add them.
2246         (completion-styles): Add it to the default.
2248 2008-04-25  Nick Roberts  <nickrob@snap.net.nz>
2250         * progmodes/gdb-ui.el (gud-watch): Don't create speedbar...
2251         (gdb-var-create-handler): ...until here when there are values.
2252         (gdb-post-prompt): Don't do -var-update with no watch expressions.
2253         (gdb-info-locals-handler): Don't match "struct {...}" as an array.
2255 2008-04-25  Eli Zaretskii  <eliz@gnu.org>
2257         * ls-lisp.el (ls-lisp-format): Fix last change.
2258         (ls-lisp-uid-d-fmt, ls-lisp-uid-s-fmt, ls-lisp-gid-d-fmt)
2259         (ls-lisp-gid-s-fmt, ls-lisp-filesize-d-fmt)
2260         (ls-lisp-filesize-f-fmt): New defvars.
2261         (ls-lisp-insert-directory): Dynamically compute format specifiers
2262         for displaying UID, GID, and file size, and store them in the
2263         above variables.
2264         (ls-lisp-format): Use ls-lisp-filesize-f-fmt, ls-lisp-uid-s-fmt,
2265         ls-lisp-uid-d-fmt, ls-lisp-gid-s-fmt, and ls-lisp-gid-d-fmt
2266         instead of constant format strings.
2267         (ls-lisp-format-file-size): Use ls-lisp-filesize-f-fmt and
2268         ls-lisp-filesize-d-fmt instead of constant format strings.
2270 2008-04-24  Nick Roberts  <nickrob@snap.net.nz>
2272         * progmodes/gdb-ui.el (gdb-invalidate-assembler): Compare numeric
2273         value of addresses rather than (partial) string value.
2274         (gdb-frame-handler): Change regexp according to above change.
2275         (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
2276         (gdb-registers-mode, gdb-memory-mode, gdb-locals-mode)
2277         (gdb-assembler-mode): Disable undo in these buffers.
2279 2008-04-24  Michael Albinus  <michael.albinus@gmx.de>
2281         * net/tramp.el (tramp-get-remote-stat): Test whether stat supports %s.
2282         Reported by Loris Bennett <loris.bennett@fu-berlin.de>.
2284 2008-04-24  Sam Steingold  <sds@gnu.org>
2286         * textmodes/remember.el (remember-diary-extract-entries): Use
2287         diary-make-entry instead of the obsolete make-diary-entry.
2289 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2291         * subr.el (translation-table-for-input): Mark as obsolete.
2293         * isearch.el (isearch-search-string): Avoid string-bytes and aset.
2295         * international/quail.el (quail-build-decode-map): Avoid string-bytes.
2297         * textmodes/ispell.el (ispell-dictionary-alist-1)
2298         (ispell-dictionary-alist-2, ispell-dictionary-alist-3)
2299         (ispell-dictionary-alist-4, ispell-dictionary-alist-5)
2300         (ispell-dictionary-alist-6): Remove.
2301         (ispell-dictionary-base-alist): New var, merges the above.
2302         (ispell-find-aspell-dictionaries, ispell-set-spellchecker-params):
2303         Use it.
2304         (ispell-dictionary-alist): Default to nil.  Remove autoload.
2305         (ispell-local-dictionary-alist): Remove autoload.
2307         * progmodes/f90.el (f90-mode-syntax-table): Don't set ` as word syntax.
2308         (f90-mode-abbrev-table): Use the new :regexp feature.
2309         Merge defvar and mapc into define-abbrev-table.
2310         (f90-imenu-type-matcher): Remove unused `l'.
2311         (f90-imenu-generic-expression): Remove unused `not-ib'.
2312         (f90-prepare-abbrev-list-buffer): Use with-current-buffer.
2313         (f90-change-keywords): Use restore-buffer-modified-p.
2315 2008-04-24  Glenn Morris  <rgm@gnu.org>
2317         * net/goto-addr.el (goto-address-prog-mode):
2318         * progmodes/bug-reference.el (bug-reference-prog-mode):
2319         Define for compiler.
2321         * minibuffer.el (x-file-dialog): Declare as function.
2323         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file): Use
2324         dframe-update-speed rather than obsolete alias speedbar-update-speed.
2326         * calendar/cal-menu.el (cal-menu-diary-menu): Fix typo.
2327         (cal-menu-scroll-menu): Use commands rather than key macros, which don't
2328         work with easymenu.  Add :keys where needed.
2330         * calendar/cal-move.el (calendar-scroll-left): Handle case when
2331         event-start is nil.
2333         * calendar/calendar.el (calendar-mode-map): Fix typo.
2335 2008-04-24  Tom Tromey  <tromey@redhat.com>
2337         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
2338         Document keywords.  Add :suppress.
2339         * pcvs-defs.el (cvs-mode-map): Use :suppress.
2341         * net/goto-addr.el (goto-address-unfontify): New function.
2342         (goto-address-fontify): Use it.  Respect goto-address-prog-mode.
2343         (goto-address-fontify-region, goto-address-mode)
2344         (goto-address-prog-mode): New functions.
2346         * progmodes/bug-reference.el: New file.
2348 2008-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2350         * term/mac-win.el (mac-ts-active-input-buf): Move defvar to macterm.c.
2352 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2354         * emacs-lisp/easymenu.el (easy-menu-make-symbol): Don't wrap keyboard
2355         macros within lambdas.
2357 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2359         * minibuffer.el (completion-try-completion): Add `point' argument.
2360         Change return value.
2361         (completion-all-completions): Add `point' argument.
2362         (minibuffer-completion-help): Pass the new `point' argument.
2363         (completion--do-completion): Pass the whole field to try-completion.
2364         (completion--try-word-completion): Rewrite, making fewer assumptions.
2365         (completion-emacs21-try-completion, completion-emacs21-all-completions)
2366         (completion-emacs22-try-completion, completion-emacs22-all-completions)
2367         (completion-basic-try-completion, completion-basic-all-completions):
2368         New functions.
2369         (completion-styles-alist): Use them.
2371 2008-04-23  Agustin Martin  <agustin.martin@hispalinux.es>
2373         * ispell.el (ispell-set-spellchecker-params): New function to make sure
2374         right params and dictionary alists are used after spellchecker changes.
2375         (ispell-aspell-dictionary-alist, ispell-last-program-name)
2376         (ispell-initialize-spellchecker-hook): New variables and hook.
2377         (ispell-find-aspell-dictionaries): Use ispell-aspell-dictionary-alist.
2378         (ispell-maybe-find-aspell-dictionaries): Remove.
2379         Calls replaced by (ispell-set-spellchecker-params) calls.
2380         (ispell-have-aspell-dictionaries): Remove.
2381         * flyspell.el: Replace ispell-maybe-find-aspell-dictionaries by
2382         ispell-set-spellchecker-params.
2384 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2386         * complete.el (PC-do-completion): Be more robust in the presence of
2387         unexpected values in minibuffer-completion-predicate.
2389         * minibuffer.el (read-file-name): Don't let-bind default-directory.
2390         Only abbreviate default-filename if it's a file.
2392         * minibuffer.el (read-file-name-function, read-file-name-predicate)
2393         (read-file-name-completion-ignore-case, insert-default-directory):
2394         New vars, moved from fileio.c.
2395         (read-file-name): New fun, moved from fileio.c.
2396         * cus-start.el: Remove insert-default-directory and
2397         read-file-name-completion-ignore-case.
2399 2008-04-23  Magnus Henoch  <mange@freemail.hu>
2401         * tar-mode.el (tar-untar-buffer): If the entry has directory
2402         link type, extract it as a directory even if its file name doesn't
2403         end with a slash.  Fixes extraction of NetBSD tar archives.
2405 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2407         * server.el (server-start): Also don't get confused by CRs since we
2408         don't quote them.
2410 2008-04-23  Nick Roberts  <nickrob@snap.net.nz>
2412         * progmodes/gdb-ui.el (gdb-init-buffer): New function.
2413         (gdb-set-gud-minor-mode-existing-buffers)
2414         (gdb-info-breakpoints-custom, gdb-get-location)
2415         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
2416         Previously gdb-create-define-alist wasn't always run and added to
2417         after-save-hook.
2419         * progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer.
2421 2008-04-23  Kevin Ryde  <user42@zip.com.au>
2423         * progmodes/make-mode.el (makefile-fill-paragraph): Treat indented
2424         comments like unindented ones.
2426 2008-04-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2428         * term/mac-win.el (mac-ae-open-documents): Adjust selection range
2429         parameter origins.
2431 2008-04-23  Kevin Ryde  <user42@zip.com.au>
2433         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2434         Bind print-level to ensure output forms aren't truncated if
2435         print-level is set to eval-expression-print-level when going via
2436         eval-defun and friends, or has been otherwise fiddled with.
2438 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2440         * progmodes/cc-mode.el (c-basic-common-init): Don't set
2441         font-lock-extend-after-change-region-function globally.
2443 2008-04-23  Juanma Barranquero  <lekktu@gmail.com>
2445         * speedbar.el (speedbar-use-tool-tips-flag)
2446         (speedbar-ignored-directory-regexp, speedbar-file-unshown-regexp)
2447         (speedbar-file-regexp, speedbar-message, speedbar-item-info)
2448         (speedbar-files-item-info, speedbar-maybe-add-localized-support)
2449         (speedbar-insert-files-at-point, speedbar-dynamic-tags-function-list)
2450         (speedbar-generic-list-positioned-group-p, speedbar-insert-generic-list)
2451         (speedbar-fetch-replacement-function, speedbar-extract-one-symbol)
2452         (speedbar-separator-face): Fix typos in docstrings.
2453         (speedbar-stealthy-function-list, speedbar-verbosity-level)
2454         (speedbar-supported-extension-expressions, speedbar-update-current-file)
2455         (speedbar-add-indicator, speedbar-tag-expand): Reflow docstring.
2456         (speedbar-use-imenu-flag, speedbar-ignored-directory-expressions)
2457         (speedbar-directory-unshown-regexp, speedbar-handle-delete-frame)
2458         (speedbar-show-info-under-mouse, speedbar-directory-buttons)
2459         (speedbar-check-vc-this-line, speedbar-files-line-directory)
2460         (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
2461         (speedbar-buffers-line-directory, speedbar-recenter-to-top)
2462         (speedbar-recenter): Doc fixes.
2463         (speedbar-update-speed, speedbar-navigating-speed): Add obsolescence
2464         declaration and remove redundant info in docstring.
2466 2008-04-23  Dan Nicolaescu  <dann@ics.uci.edu>
2468         * vc-git.el (vc-git-status-printer): Deal with directories.
2470         * vc.el (vc-next-action): Look at more than the first file to
2471         determine the state.
2473 2008-04-23  Glenn Morris  <rgm@gnu.org>
2475         * dframe.el (dframe-have-timer-flag): Drop support for Emacs without
2476         timers.  Doc fix.
2477         (dframe-update-speed): Drop support for XEmacs < 20.
2478         (dframe-frame-mode): Drop support for Emacs < 20.
2479         (dframe-set-timer-internal): Drop support for Emacs without timers.
2480         (dframe-popup-kludge): Use mouse-menu-major-mode-map if defined.
2482         * ediff-init.el (ediff-check-version): Drop support for very old Emacs
2483         versions.  Add doc-string.  Mark as obsolete.
2485         * ps-def.el (ps-color-device): Drop support for XEmacs < 19.12.
2487         * speedbar.el (speedbar-use-tool-tips-flag): Check for tooltip-mode,
2488         rather than using an Emacs version test.
2490         * tree-widget.el (tree-widget-image-enable): Use display-images-p
2491         rather than an Emacs version test.
2493         * calendar/cal-china.el (holiday-chinese-qingming)
2494         (holiday-chinese-winter-solstice, holiday-chinese): New functions.
2495         * calendar/calendar.el (calendar-chinese-all-holidays-flag): New.
2496         * calendar/holidays.el (holiday-oriental-holidays): Add more holidays.
2498         * calendar/cal-islam.el (holiday-islamic): Doc fix.
2500         * calendar/diary-lib.el (diary-list-sexp-entries): Doc fix.
2501         (diary-remind): Allow negative DAYS to represent a range 1:DAYS.
2502         Suggested by Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
2504 2008-04-23  Nick Roberts  <nickrob@snap.net.nz>
2506         * progmodes/gdb-ui.el (gdb-previous-frame-address): Rename...
2507         (gdb-previous-frame-pc-address): ...to this.
2508         (gdb-get-selected-frame): Use MI command -stack-info-frame instead
2509         of "info frame" with Gdb 6.4+.
2510         (gdb-stack-list-frames-regexp): New regexp.
2511         (gdb-frame-handler-1): Parse output of -stack-info-frame.
2513 2008-04-22  David Glasser  <glasser@davidglasser.net>  (tiny change)
2515         * tar-mode.el (tar-prefix-offset): New constant.
2516         (tar-header-block-tokenize): Support paths with long names
2517         which use the "ustar" standard.
2519 2008-04-22  Mathias Dahl  <mathias.dahl@gmail.com>
2521         * image-dired.el (image-dired-track-original-file)
2522         (image-dired-modify-mark-on-thumb-original-file):
2523         Use `dired-goto-file' instead of `search-forward'.  This solves
2524         a bug with finding files where the file name is a subset of other
2525         file names.  Doc fix.
2527 2008-04-22  Juri Linkov  <juri@jurta.org>
2529         * menu-bar.el (buffers-menu-max-size): Move its definition down to
2530         the "Buffers Menu" section.  Change group name `mouse' to `menu'.
2531         (yank-menu-length): Change group name `mouse' to `menu'.
2532         (buffers-menu-buffer-name-length): New user option.
2533         (menu-bar-update-buffers): Use buffers-menu-buffer-name-length
2534         instead of the hard-coded number 27.
2536 2008-04-22  Juri Linkov  <juri@jurta.org>
2538         * isearch.el (eval-when-compile): Require `help-macro'.
2539         (isearch-help-for-help-internal): Isearch specific Help screen
2540         created by `make-help-screen'.
2541         (isearch-help-map): New variable that binds "b", "k", "m" to
2542         isearch-specific commands, and binds other keys to
2543         isearch-other-control-char, thus allowing other Help keys to
2544         exit isearch mode and execute their global definitions.
2545         (isearch-help-for-help, isearch-describe-bindings)
2546         (isearch-describe-key, isearch-describe-mode): New commands.
2547         (isearch-mode-help): Define alias to isearch-describe-mode
2548         and remove its old function definition.
2549         (isearch-mode-map): Bind "\C-h" to isearch-help-map.
2550         Remove old comments because this issue is settled now.
2551         (isearch-forward): Describe three new Help commands in the docstring.
2552         (isearch-mode): Remove \\{isearch-mode-map} from the docstring,
2553         leave the single sentence at the first line of the docstring,
2554         and prepend the word "function" before `isearch-forward'
2555         to make the Help link to the function instead of variable.
2557 2008-04-22  Juri Linkov  <juri@jurta.org>
2559         * isearch.el (isearch-success-function): New variable with default
2560         to `isearch-success-function-default'.
2561         (isearch-search): Call a function from `isearch-success-function'
2562         instead of calling the hard-coded `isearch-range-invisible'.
2563         (isearch-success-function-default): New function that calls
2564         `isearch-range-invisible' and inverts its return value.
2566         * info.el (Info-search): In two similar places that skip
2567         undesired search matches move code to Info-search-success-function,
2568         and call `isearch-success-function' instead.
2569         (Info-search-success-function): New function copied from code
2570         in Info-search.  Replace isearch-range-invisible with
2571         text-property-not-all that checks for 'invisible and 'display
2572         properties to skip partially invisible matches (whose display
2573         properties were set by Info-fontify-node).
2574         (Info-mode): Set buffer-local isearch-success-function
2575         to Info-search-success-function.
2577 2008-04-22  Juri Linkov  <juri@jurta.org>
2579         * minibuffer.el (internal-complete-buffer-except): New function.
2581         * files.el (read-buffer-to-switch): New function.
2582         (switch-to-buffer-other-window, switch-to-buffer-other-frame):
2583         Change interactive spec to call read-buffer-to-switch instead of
2584         using the letter "B".
2586         * simple.el (minibuffer-default-add-shell-commands): New function.
2587         Use declare-function for mailcap-file-default-commands from "mailcap".
2588         (shell-command): Set local minibuffer-default-add-function to
2589         minibuffer-default-add-shell-commands in minibuffer-with-setup-hook
2590         before calling read-shell-command.  Set 4th arg default-value of
2591         read-shell-command to relative buffer-file-name in file buffers.
2593         * dired-aux.el (dired-read-shell-command-default): Move it to
2594         gnus/mailcap.el and change its name to more general name
2595         mailcap-file-default-commands.
2596         (minibuffer-default-add-dired-shell-commands): New function.
2597         Use declare-function for mailcap-file-default-commands from "mailcap".
2598         (dired-read-shell-command): Set local minibuffer-default-add-function
2599         to minibuffer-default-add-dired-shell-commands in minibuffer-with-setup-hook
2600         before calling read-shell-command.  Remove dired-read-shell-command-default
2601         from the default value arg because default values are not set in
2602         minibuffer-default-add-dired-shell-commands.  Doc fix.
2604         * dired-x.el (dired-smart-shell-command): Sync arguments and
2605         interactive spec with changes in `shell-command'.
2606         Use dired-get-filename to get the dired file name at point
2607         as the default value in dired mode.
2609 2008-04-22  Juanma Barranquero  <lekktu@gmail.com>
2611         * info.el (Info-complete-menu-item): Add missing parenthesis.
2613 2008-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2615         * info.el (Info-complete-menu-item): Save point.
2617 2008-04-22  Juanma Barranquero  <lekktu@gmail.com>
2619         * minibuffer.el (minibuffer-complete-and-exit): Fix last change.
2621 2008-04-22  Andreas Schwab  <schwab@suse.de>
2623         * Makefile.in (emacs-deps): Define.
2624         Use it instead of $(lisp)/subdirs.el.
2626 2008-04-22  Dan Nicolaescu  <dann@ics.uci.edu>
2628         * vc.el (vc-next-action): Do not consider directories when
2629         checking for state compatibility.
2630         (vc-transfer-file): Use when not if.
2631         (vc-dir-parent-marked-p, vc-dir-children-marked-p): New functions.
2632         (vc-dir-mark-file): Use them.
2633         (vc-deduce-fileset): Also return the backend.
2634         (vc-diff-internal): Take as argument the value returned by
2635         vc-deduce-fileset instead of just the fileset.
2636         (vc-next-action, vc-finish-logentry, vc-version-diff, vc-diff)
2637         (vc-dir-mark-file, vc-print-log, vc-revert, vc-rollback)
2638         (vc-update): Update the vc-deduce-fileset and vc-diff-internal calls.
2640 2008-04-22  Tassilo Horn  <tassilo@member.fsf.org>
2642         * doc-view.el (doc-view-scroll-up-or-next-page): Don't use
2643         set-window-vscroll but image-scroll-down.  Fixes a bug where a
2644         command following SPC scrolled up again.
2646 2008-04-22  Nick Roberts  <nickrob@snap.net.nz>
2648         * progmodes/gdb-ui.el (gdb-locals-header): New variable.
2649         (gdb-locals-mode, gdb-registers-mode): Use it for header line.
2650         (gud-watch): Add "$" prefix when in registers buffer.
2652 2008-04-22  Glenn Morris  <rgm@gnu.org>
2654         * progmodes/gdb-ui.el (gdbmi-invalidate-frames): Declare as function.
2656         * whitespace.el (whitespace-display-table)
2657         (whitespace-display-table-was-local): Move definitions before use.
2659         * emacs-lisp/copyright.el (copyright-at-end-flag): New option.
2660         (copyright-limit): Respect copyright-at-end-flag.
2661         (copyright-re-search, copyright-start-point)
2662         (copyright-offset-too-large-p): New functions.
2663         (copyright-update-year): Use copyright-re-search.
2664         (copyright-update, copyright-fix-years): Use copyright-start-point,
2665         and copyright-re-search.
2666         (copyright): Use copyright-offset-too-large-p.
2667         * add-log.el (change-log-mode): Set copyright-at-end-flag.
2669         * add-log.el (top-level): Require 'cl when compiling.
2671 2008-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2673         * complete.el (PC-complete-as-file-name, PC-read-file-name-internal):
2674         Treat minibuffer-completion-predicate as a predicate.
2676         * minibuffer.el (completion--file-name-table): Accept both the old
2677         `dir' arg or the new `pred' arg.
2679         * ffap.el (ffap-read-file-or-url): Do not abuse completing-read's
2680         `predicate' argument to pass non-predicate data.
2681         (ffap-read-url-internal, ffap-read-file-or-url-internal):
2682         Use second arg as proper predicate.
2684         * vc-bzr.el (vc-bzr-complete-with-prefix): Remove.
2685         (vc-bzr-revision-completion-table): Use completion-table-with-context
2686         instead.
2688         * simple.el (choose-completion-string): Use minibuffer-completion-table.
2690 2008-04-21  Chong Yidong  <cyd@stupidchicken.com>
2692         * term.el (term-emulate-terminal): Perform redisplay after the
2693         process filter has finished running.
2695 2008-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2697         * vc.el (vc-dir): Use pop-to-buffer, so it can be customized.
2699         * minibuffer.el (completion-try-completion): Change magic symbol
2700         property name.  Rename from minibuffer-try-completion.
2701         (completion-all-completions): Rename from minibuffer-all-completions.
2702         Remove hide-spaces argument.
2703         (completion--do-completion): Rename from minibuffer--do-completion.
2704         (minibuffer-complete-and-exit): Call just try-completion rather than
2705         completion-try-completion to fix up the case.
2706         (completion--try-word-completion): Try to add space or hyphen before
2707         making `string' a prefix of `completion'.
2708         (completion--insert-strings): Rename from minibuffer--insert-strings.
2710 2008-04-22  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
2712         * net/tls.el (tls-program): Add -ign_eof argument to call the
2713         openssl commands.
2714         (tls-checktrust): Ditto.
2716 2008-04-21  Dan Nicolaescu  <dann@ics.uci.edu>
2718         * vc-cvs.el (vc-cvs-status-extra-headers): New function.
2720         * vc-hooks.el (vc-insert-file, vc-state, vc-working-revision)
2721         (vc-check-master-templates, vc-file-not-found-hook)
2722         (vc-kill-buffer-hook):
2723         * vc.el (vc-process-sentinel, vc-exec-after, vc-do-command)
2724         (vc-find-position-by-context, vc-buffer-context)
2725         (vc-restore-buffer-context, vc-responsible-backend)
2726         (vc-expand-dirs, vc-ensure-vc-buffer, vc-buffer-sync)
2727         (vc-next-action, vc-register, vc-register-with, vc-steal-lock)
2728         (vc-finish-logentry, vc-coding-system-for-diff, vc-switches)
2729         (vc-version-diff, vc-diff, vc-insert-headers)
2730         (vc-dired-buffers-for-dir, vc-dired-resynch-file)
2731         (vc-snapshot-precondition, vc-create-snapshot, vc-print-log)
2732         (vc-revert, vc-rollback, vc-version-backup-file)
2733         (vc-rename-master, vc-delete-file, vc-rename-file)
2734         (vc-branch-part, vc-default-retrieve-snapshot)
2735         (vc-annotate-display-autoscale, vc-annotate-display-select)
2736         (vc-annotate, vc-annotate-warp-revision, vc-annotate-difference)
2737         (vc-annotate-lines, vc-file-tree-walk-internal): Use when instead of if.
2738         (vc-dir-update): Handle directories.
2739         (vc-default-status-printer): Simplify.
2741         * progmodes/asm-mode.el (asm-mode-map):
2742         * progmodes/hideif.el (hide-ifdef-mode-menu): Add :help.
2744         * progmodes/m4-mode.el (m4-mode-map): Add menu.
2746 2008-04-21  Kenichi Handa  <handa@m17n.org>
2748         * select.el (xselect-convert-to-string): Send a C_STRING only if
2749         the polymorphic target TEXT is requested.
2751 2008-04-21  Juanma Barranquero  <lekktu@gmail.com>
2753         * minibuffer.el (completion-setup-hook, display-completion-list)
2754         (completion--file-name-table): Fix typos in docstrings.
2755         (completion-table-dynamic): Fix typo, and reflow docstring.
2757 2008-04-20  Andreas Schwab  <schwab@suse.de>
2759         * server.el (server-switch-buffer): Also consider clients in the
2760         selected frame.
2762 2008-04-19  Nick Roberts  <nickrob@snap.net.nz>
2764         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
2765         Select window clicked on first.
2766         (gdb): Display thread number in mode-line.
2767         (gdb-make-header-line-mouse-map): Move to avoid byte compiler warnings.
2768         (gdb-breakpoints-header): New variable.
2769         (gdb-breakpoints-mode, gdb-threads-mode): Use it for header line.
2771 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2773         * vc-sccs.el (vc-sccs-do-command): New fun.  Use the "sccs" command.
2774         (vc-sccs-register, vc-sccs-checkin, vc-sccs-find-revision)
2775         (vc-sccs-checkout, vc-sccs-rollback, vc-sccs-revert)
2776         (vc-sccs-steal-lock, vc-sccs-modify-change-comment)
2777         (vc-sccs-print-log): Use it.
2779         * vc-hooks.el (vc-path): Remove SCCS-specific hack.
2781         * emacs-lisp/lisp-mode.el (lisp-mode-auto-fill): Make it an alias.
2782         * progmodes/scheme.el (scheme-mode-variables): Don't use it.
2784         * tooltip.el (tooltip-previous-message): New var.
2785         (tooltip-show-help-non-mode): Rewrite to better follow the behavior of
2786         the C code (avoid overwriting a minibuffer, restore previous echo
2787         message, ...).
2788         (tooltip-delay, tooltip-process-prompt-regexp, tooltip-strip-prompt):
2789         Simplify.
2791 2008-04-19  Nick Roberts  <nickrob@snap.net.nz>
2793         * progmodes/gdb-ui.el (gdb-thread-indicator): New variable.
2794         (gdb-init-1): Initialise it.
2795         (gdb-annotation-rules): New entry for "new-thread".
2796         (gdb-thread-identification): New function to customize
2797         mode-line-buffer-identification.
2798         (gdb-frames-mode, gdb-registers-mode, gdb-locals-mode)
2799         (gdb-assembler-mode): Use it.
2800         (gdb-threads-mode): Force "info threads" onto queue.
2802 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2804         * files.el (locate-file-completion-table): Rename from
2805         locate-file-completion and make it use `pred' in the normal way.
2806         (locate-file-completion): New compatibility wrapper.
2807         (load-library): Use locate-file-completion-table.
2808         * finder.el (finder-commentary):
2809         * subr.el (locate-library):
2810         * emacs-lisp/find-func.el (find-library): Likewise.
2811         * info.el: Use with-current-buffer and inhibit-read-only.
2812         (Info-read-node-name-2): Change to use `predicate' in the normal way.
2813         (Info-read-node-name-1): Adjust uses accordingly.
2815         * minibuffer.el (completion-table-with-context): Add support for `pred'.
2816         (completion-table-with-terminator): Don't use complete-with-action
2817         since we have to distinguish all three cases anyway.
2818         (completion-table-with-predicate): New function.
2819         (dynamic-completion-table): Add obsolete alias.
2821         * emacs-lisp/trace.el (trace-make-advice): Don't change selected-window.
2823 2008-04-18  Sam Steingold  <sds@gnu.org>
2825         * vc.el (vc-dir-menu-map, vc-dir-mode-map, vc-dir-tool-bar-map):
2826         Use quit-window instead of bury-buffer.
2828 2008-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2830         * minibuffer.el (completion-table-with-terminator): Fix last fix.
2832 2008-04-18  Andreas Schwab  <schwab@suse.de>
2834         * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
2835         ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
2836         Depend on $(lisp)/subdirs.el.
2838 2008-04-18  Juanma Barranquero  <lekktu@gmail.com>
2840         * descr-text.el (describe-char-after):
2841         Use `define-obsolete-function-alias'.
2843         * dired-x.el (dired-omit-files-p): Use `define-obsolete-variable-alias'.
2845         * facemenu.el (facemenu-unlisted-faces): Fix obsolescence description.
2847         * savehist.el (savehist-load): Add WHEN to obsolescence declaration.
2848         Remove redundant obsolescence info in docstring.
2850         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
2851         (vc-header-alist): Add WHEN to obsolescence declaration.
2852         (vc-state): Fix typo in docstring.
2854         * emacs-lisp/checkdoc.el (checkdoc-minor-keymap):
2855         Use `define-obsolete-variable-alias'.
2857         * emulation/tpu-edt.el (tpu-have-ispell):
2858         * international/codepage.el (codepage-setup):
2859         Fix typo in obsolescence declaration.
2861         * international/mule.el (char-coding-system-table):
2862         Remove redundant obsolescence info in docstring.
2863         (charset-list, generic-char-p, set-char-table-default):
2864         Fix typos in obsolescence decarations.
2866         * international/mule-diag.el (non-iso-charset-alist):
2867         Fix typo in obsolescence declaration.
2868         (decode-codepage-char): Remove redundant obsolescence info in docstring.
2870         * font-core.el (font-lock-defaults-alist):
2871         * font-lock.el (font-lock-reference-face):
2872         * frame.el (screen-height, screen-width, set-screen-width)
2873         (set-screen-height):
2874         * hilit-chg.el (highlight-changes-initial-state):
2875         * isearch.el (isearch-return-char):
2876         * log-edit.el (cvs-commit-buffer-require-final-newline)
2877         (cvs-changelog-full-paragraphs):
2878         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
2879         (mouse-popup-menubar-stuff):
2880         * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
2881         (mouse-wheel-click-button):
2882         * outline.el (outline-visible):
2883         * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name):
2884         * pcvs-info.el (cvs-display-full-path, cvs-fileinfo->full-path):
2885         * emacs-lisp/lisp-mode.el (lisp-comment-indent):
2886         * progmodes/compile.el (compile-internal):
2887         Add WHEN to obsolescence declarations.
2889 2008-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2891         * emacs-lisp/debug.el (debug): Revert to bury-buffer since quit-window
2892         is not better anyway.
2894 2008-04-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2896         * whitespace.el (whitespace-report-region): Handle whitespace-tab-width
2897         properly.
2899 2008-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2901         * progmodes/python.el (python-mode-map): Use abbrev-table-menu.
2902         (python-use-skeletons): Remove, unused.
2903         (python-skeletons): Remove.  Use the abbrev table instead.
2904         (python-mode-abbrev-table): Fix regexp;
2905         add enable-function and case-fixed.
2906         (def-python-skeleton): Simplify.
2907         (python-expand-template): Use the abbrev-table and abbrev-insert.
2908         (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
2909         Remove.
2910         (python-mode): Don't set pre-abbrev-expand-hook.
2912         * skeleton.el: Set coding-tag.
2914         * abbrev.el (abbrev-insert): New function extracted from expand-abbrev.
2915         (expand-abbrev): Use it.
2916         (abbrev-table-menu): New function.
2918         * abbrev.el (define-abbrev-table): Fontify dosctrings as such.
2920         * minibuffer.el (completion-table-with-terminator): Fix paren typo.
2922 2008-04-17  Sam Steingold  <sds@gnu.org>
2924         * pcvs-util.el (cvs-bury-buffer): Use quit-window instead of the
2925         idiosyncratic bury-buffer/delete-window logic.
2927 2008-04-17  Juanma Barranquero  <lekktu@gmail.com>
2929         * emacs-lisp/crm.el (crm-completion-help, crm-complete)
2930         (crm-complete-word, crm-complete-and-exit): Fix typo in previous change.
2932 2008-04-17  Kenichi Handa  <handa@m17n.org>
2934         * international/characters.el: Don't make the width of U+00AD to 0.
2936 2008-04-17  Nick Roberts  <nickrob@snap.net.nz>
2938         * progmodes/gdb-ui.el (gdb-stack-update): New variable.
2939         (gdb, gdb-starting, gdb-frames-mode): Use it.
2940         (gdb-invalidate-frames): Advise to call "info stack" only if
2941         execution has occurred.
2942         (gdb-info-breakpoints-custom): Only update overlay-arrow pointing to
2943         selected frame if no execution has occurred.
2944         (gdb-frames-force-update): New interactive function.
2945         (gdb-frames-mode-map): Bind it to "F".
2947 2008-04-17  Michael Olson  <mwolson@gnu.org>
2949         * textmodes/remember.el (remember-version): Release Remember 2.0.
2951 2008-04-16  Yoni Rabkin  <yoni@rabkins.net>
2953         * textmodes/artist.el:
2954         * progmodes/vhdl-mode.el:
2955         * progmodes/verilog-mode.el:
2956         * progmodes/vera-mode.el:
2957         * progmodes/simula.el:
2958         * progmodes/ps-mode.el:
2959         * progmodes/cmacexp.el:
2960         * obsolete/hilit19.el:
2961         * emulation/viper.el:
2962         * ediff.el: Cleanup the bug-report email addresses and make sure the
2963         maintainer is still willing to handle bug reports.
2965 2008-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
2967         * vc.el (vc-dir-kill-query): Fix thinko.
2969 2008-04-16  Glenn Morris  <rgm@gnu.org>
2971         * calendar/diary-lib.el (diary-remind): Don't clobber `date' passed
2972         by diary-sexp-entry.
2974 2008-04-16  Markus Triska  <markus.triska@gmx.at>
2976         * proced.el (proced-command-alist): Add support for darwin.
2978 2008-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2980         * proced.el (proced-mode): Redefine as just the major-mode.
2981         (proced): Separate it from proced-mode.
2983         * vc.el: Rename vc-status to vc-dir and the vc-status var to vc-ewoc.
2985 2008-04-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2987         * whitespace.el: Honor the `indent-tabs-mode' setting from user.
2988         Suggested by Stephen Deasey <sdeasey@gmail.com>.  Honor also the
2989         `tab-width' setting from user.  New version 10.0.  Doc and docstring
2990         fix.
2991         (whitespace-style, whitespace-chars): Remove options.
2992         (whitespace-style-mark): New option, replace whitespace-style deleted
2993         option.  Fix docstring.
2994         (whitespace-style-color): New option, replace whitespace-chars deleted
2995         option.  Fix docstring.
2996         (whitespace-space, whitespace-hspace, whitespace-tab)
2997         (whitespace-newline, whitespace-trailing, whitespace-line)
2998         (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
2999         (whitespace-space-after-tab, whitespace-hspace-regexp)
3000         (whitespace-space-regexp, whitespace-tab-regexp)
3001         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
3002         (whitespace-empty-at-eob-regexp, whitespace-line-column)
3003         (whitespace-toggle-option-alist): Fix docstring.
3004         (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
3005         (whitespace-space-after-tab-regexp, whitespace-display-mappings): Fix
3006         docstring and initialization.
3007         (global-whitespace-mode): Autoloaded global minor mode.
3008         (whitespace-chars-value-list, whitespace-style-value-list)
3009         (whitespace-active-chars, whitespace-active-style)
3010         (whitespace-toggle-chars, whitespace-toggle-style): Remove vars.
3011         (whitespace-color-value-list): New var, replace
3012         whitespace-chars-value-list removed var.
3013         (whitespace-mark-value-list): New var, replace
3014         whitespace-style-value-list removed var.
3015         (whitespace-active-color): New var, replace whitespace-active-chars
3016         removed var.
3017         (whitespace-active-mark): New var, replace whitespace-active-style
3018         removed var.
3019         (whitespace-toggle-color): New var, replace whitespace-toggle-chars
3020         removed var.
3021         (whitespace-toggle-mark): New var, replace whitespace-toggle-style
3022         removed var.
3023         (whitespace-toggle-option-alist, whitespace-report-list)
3024         (whitespace-report-text, whitespace-help-text): Fix initialization.
3025         (whitespace-indent-tabs-mode, whitespace-tab-width): New vars.
3026         (whitespace-toggle-options, global-whitespace-toggle-options)
3027         (whitespace-cleanup-region, whitespace-report-region)
3028         (whitespace-interactive-char): Fix docstring and code.
3029         (whitespace-cleanup, whitespace-report): Fix docstring.
3030         (whitespace-replace-spaces-by-tabs): Remove fun.
3031         (whitespace-replace-action): New fun, replace
3032         whitespace-replace-spaces-by-tabs removed fun.
3033         (whitespace-regexp, whitespace-indentation-regexp)
3034         (whitespace-space-after-tab-regexp, whitespace-insert-value)
3035         (whitespace-kill-buffer): New funs.
3036         (whitespace-insert-option-mark, whitespace-help-on)
3037         (whitespace-help-off, whitespace-turn-on, whitespace-turn-off)
3038         (whitespace-color-on, whitespace-color-off)
3039         (whitespace-display-char-on): Fix code.
3041 2008-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3043         * mouse-drag.el (mouse-throw-magnifier-with-scroll-bar)
3044         (mouse-throw-magnifier-with-mouse-movement): Remove.
3045         (mouse-throw-magnifier-base): New const.
3046         (mouse-drag-scroll-delta): New fun.
3047         (mouse-drag-throw): Use it.
3049 2008-04-15  Juanma Barranquero  <lekktu@gmail.com>
3051         * international/uni-bidi.el, international/uni-category.el:
3052         * international/uni-combining.el, international/uni-comment.el:
3053         * international/uni-decimal.el, international/uni-decomposition.el:
3054         * international/uni-digit.el, international/uni-lowercase.el:
3055         * international/uni-mirrored.el, international/uni-name.el:
3056         * international/uni-numeric.el, international/uni-old-name.el:
3057         * international/uni-titlecase.el, international/uni-uppercase.el:
3058         * international/charprop.el: Regenerate.
3060 2008-04-15  Dan Nicolaescu  <dann@ics.uci.edu>
3062         * vc.el (vc-status-fileinfo): Add new member directoryp.
3063         (vc-default-status-printer): Print directories.
3064         (vc-status-update): Sort files before subdirectories.
3066         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
3067         Add alternative implementation based on "cvs update".
3069 2008-04-15  Tassilo Horn  <tassilo@member.fsf.org>
3071         * doc-view.el: Changed requirements section to tell that only one
3072         of dvipdf or dvipdfm is needed.
3073         (doc-view-already-converted-p): Fix bug that forced reconversion
3074         if doc was already converted.
3076 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3078         * minibuffer.el (minibuffer-message):
3079         Make sure we can put-text-property.
3081         * emacs-lisp/crm.el: Complete rewrite.
3083         * tmm.el (tmm-completion-delete-prompt): Don't hardcode point-min==1.
3084         (tmm-add-prompt): Make sure completion-setup-hook is preserved even in
3085         case of an error in display-completion-list.
3087         * filecache.el (file-cache-completions-keymap): Move init from
3088         file-cache-completion-setup-function into declaration.
3089         (file-cache-minibuffer-complete): Simplify.
3090         (file-cache-completion-setup-function): Use standard-output,
3091         preserve current-buffer.
3093         * vc.el (vc-status-update): Fix typo.
3094         (vc-status-update): Set needs-update.
3095         (vc-status-refresh): Î·-reduce.
3097 2008-04-14  Tassilo Horn  <tassilo@member.fsf.org>
3099         * doc-view.el (doc-view-mode-map): Bind C-a to image-bol and C-e
3100         to image-eol.
3102 2008-04-14  Alexandre Julliard  <julliard@winehq.org>
3104         * vc.el (vc-status-update): Undo the previous revert.
3106 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3108         * minibuffer.el (completion-table-with-terminator): Those completions
3109         are never valid w.r.t test-completion.
3110         (completion--file-name-table):
3111         Check completion-all-completions-with-base-size.
3113 2008-04-14  Tassilo Horn  <tassilo@member.fsf.org>
3115         * doc-view.el (doc-view-dvipdf-program): New variable.
3116         (doc-view-dvipdfm-program): Mention doc-view-dvipdf-program.
3117         (doc-view-mode-p): Check for doc-view-dvipdf-program as
3118         alternative for doc-view-dvipdfm-program.
3119         (doc-view-dvi->pdf): Prefer dvipdf over dvipdfm.
3121         * doc-view.el (doc-view-start-process): Don't set
3122         default-directory to "~/" if the current value is valid.
3123         This broke PS files that run other files in the same directory.
3125 2008-04-14  Dan Nicolaescu  <dann@ics.uci.edu>
3127         * vc.el (vc-status-kill-query): New function.
3128         (vc-status-mode): Add it to kill-buffer-query-functions.
3129         (vc-status-show-fileentry): New function.
3130         (vc-status-menu-map): Bind it.  Bind vc-next-action.
3132 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3134         * minibuffer.el (minibuffer-message): Put cursor at the right place.
3136 2008-04-13  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3138         * proced.el (proced-send-signal): Fix error recognition.
3140 2008-04-13  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3142         * proced.el (proced-command-alist): Remove sort column.
3143         (proced-command, proced-procname-column):
3144         Use make-variable-buffer-local.
3145         (proced-signal-function): Rename from proced-kill-program.
3146         Allow for elisp symbols and string values representing system calls.
3147         (proced-marker-regexp, proced-success-message): New functions.
3148         (proced): Use defalias.  Add autoload cookie.
3149         (proced-unmark-backward, proced-toggle-marks)
3150         (proced-hide-processes): New commands.
3151         (proced-do-mark): Simplify code.
3152         (proced-insert-mark): Use optional arg BACKWARD instead of line number.
3153         (proced-update): Remove sorting.
3154         (proced-send-signal): Display number of processes to operate on.
3155         Allow for system calls or elisp functions to send signals.
3156         Check if signal was sent successfully.
3158 2008-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3160         * minibuffer.el (completion-all-completion-with-base-size): New var.
3161         (completion--some): New function.
3162         (completion-table-with-context, completion--file-name-table):
3163         Return the base-size if requested.
3164         (completion-table-in-turn): Generalize to multiple arguments.
3165         (complete-in-turn): Compatibility alias.
3166         (completion-styles-alist): New var.
3167         (completion-styles): New customization.
3168         (minibuffer-try-completion, minibuffer-all-completions):
3169         New functions.
3170         (minibuffer--do-completion, minibuffer-complete-and-exit)
3171         (minibuffer-try-word-completion): Use them.
3172         (display-completion-list, minibuffer-completion-help): Use them.
3173         Handle all-completions's new base-size info to set completion-base-size.
3174         * info.el (Info-read-node-name-1): Use completion-table-with-context,
3175         completion-table-with-terminator and complete-with-action.
3176         Remove the now obsolete completion-base-size-function property.
3177         * simple.el (completion-list-mode-map): Move init into declaration.
3178         (completion-list-mode): Use define-derived-mode.
3179         (completion-setup-function): Use any completion-base-size that may
3180         have been set before.  Remove handling of completion-base-size-function.
3181         * loadup.el: Move abbrev.el up earlier.
3183 2008-04-13  Alexandre Julliard  <julliard@winehq.org>
3185         * vc-git.el (vc-git-after-dir-status-stage)
3186         (vc-git-dir-status-goto-stage): New functions.
3187         (vc-git-after-dir-status-stage1)
3188         (vc-git-after-dir-status-stage1-empty-db)
3189         (vc-git-after-dir-status-stage2): Remove, functionality moved
3190         into the new generic stage functions.
3191         (vc-git-dir-status-files): New function.
3193         * vc.el (vc-status-update): Revert an incorrect rewrite.
3194         Add some comments.
3195         (vc-status-refresh-files): New function.
3196         (vc-status-refresh): Use `vc-status-refresh-files' to refresh the
3197         state of up-to-date files.
3198         (vc-default-dir-status-files): New function.
3200 2008-04-13  Juanma Barranquero  <lekktu@gmail.com>
3202         * minibuffer.el (completion--embedded-envvar-table)
3203         (read-file-name-internal): Fix typos in 2008-04-11 change.
3205         * faces.el (read-face-name): Use `completion-table-in-turn',
3206         not `complete-in-turn'.
3208 2008-04-13  Andreas Schwab  <schwab@suse.de>
3210         * progmodes/etags.el: Require 'cl when compiling.
3212 2008-04-12  Nick Roberts  <nickrob@snap.net.nz>
3214         * progmodes/gud.el (gud-menu-map): Expand tooltip.
3216         * progmodes/gdb-ui.el (gdb-find-source-frame): Improve doc string.
3217         (menu): Add/expand menu tooltips.
3219 2008-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
3221         * progmodes/sh-script.el (sh-show-indent): Fix typo.
3222         (sh-mode-map): Add a toggle for inserting braces and quotes in pairs.
3224         * vc-cvs.el (vc-cvs-registered): Allow removed files to be
3225         considered registered.
3227 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
3229         * emacs-lisp/copyright.el (copyright-update-directory): New command.
3231         * ediff-wind.el (ediff-split-window-function)
3232         (ediff-merge-split-window-function): Improve custom type.
3234 2008-04-12  Eli Zaretskii  <eliz@gnu.org>
3236         * loadup.el ("minibuffer"): Move after "faces".
3238 2008-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3240         * progmodes/hideif.el (hif-factor): Handle unary minus.
3242 2008-04-12  Glenn Morris  <rgm@gnu.org>
3244         * calendar/cal-china.el (chinese-calendar-time-zone):
3245         Mark obsolete name as risky too.
3247         * calendar/calendar.el (calendar-faces): New custom group.
3248         (calendar-today, diary, holiday): Doc fix.
3249         Move to calendar-faces group.
3250         * calendar/diary-lib.el (diary-face, diary-anniversary, diary-time)
3251         (diary-button): Doc fix.  Move to calendar-faces group.
3253         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
3254         * desktop.el, files.el, hilit-chg.el, ibuffer.el, iswitchb.el:
3255         * pcvs-info.el, recentf.el, speedbar.el, calendar/cal-china.el:
3256         * calendar/cal-hebrew.el, calendar/cal-x.el, calendar/calendar.el
3257         * calendar/diary-lib.el, net/net-utils.el, progmodes/gud.el:
3258         Move non-autoloaded define-obsolete-variable-alias calls for defcustoms
3259         not in dumped files before the associated defcustom.
3261 2008-04-11  Johan BockgÃ¥rd  <bojohan@gnu.org>
3263         * minibuffer.el (lazy-completion-table): Fix debug spec.
3265 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3267         * minibuffer.el (complete-with-action, lazy-completion-table):
3268         Move from subr.el.
3269         (apply-partially, completion-table-dynamic)
3270         (completion-table-with-context, completion-table-with-terminator)
3271         (completion-table-in-turn): New funs.
3272         (completion--make-envvar-table, completion--embedded-envvar-table):
3273         New funs.
3274         (read-file-name-internal): Use them.
3275         (completion-setup-hook): Move from simple.el.
3276         * subr.el (complete-with-action, lazy-completion-table):
3277         * simple.el (completion-setup-hook): Move to minibuffer.el.
3279 2008-04-11  Glenn Morris  <rgm@gnu.org>
3281         * Makefile.in (AUTOGENEL): Add calc/calc-loaddefs.el.
3283 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3285         * progmodes/python.el (python-mode): Don't mess with hippie-expand.
3287         * Makefile.in (bootstrap-prepare): Make tpu-edt.el writable as well.
3289         * textmodes/fill.el (fill-forward-paragraph-function): New var.
3290         (fill-forward-paragraph): New fun.
3291         (fill-paragraph, fill-region): Use it.
3293         * vc.el: Change `dir-status' to not take (and pass) status-buffer.
3294         (vc-status-create-fileinfo): Make `extra' optional.
3295         (vc-status-busy): New fun.
3296         (vc-status-menu-map): Use it.
3297         (vc-status-crt-marked): Remove.
3298         (vc-status-update): Rename from vc-status-add-entries.
3299         Add argument so as to prevent addition of entries.  Rewrite.
3300         (vc-update-vc-status-buffer): Remove.
3301         (vc-status-refresh): Don't remove old entries, set them to
3302         up-to-date instead.  Also do it after the update is complete.
3303         (vc-status-marked-files): Î·-reduce.
3305         * dired.el (dired-read-dir-and-switches): Use read-directory-name even
3306         for non-dialogs.
3308         * Makefile.in (bootstrap-prepare): Don't copy ldefs-boot over loaddefs.
3310         * loadup.el: Load ldefs-boot.el if loaddefs.el doesn't exist.
3312 2008-04-11  Jan Djärv  <jan.h.d@swipnet.se>
3314         * tooltip.el (tooltip-show-help-non-mode): Set message-truncate-lines
3315         to t and don't truncate msg.
3317 2008-04-11  Glenn Morris  <rgm@gnu.org>
3319         * calendar/calendar.el (diary, holidays):
3320         Move custom groups to other files.
3321         (holiday-general-holidays, holiday-oriental-holidays)
3322         (holiday-local-holidays, holiday-other-holidays, hebrew-holidays-1)
3323         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
3324         (holiday-hebrew-holidays, holiday-christian-holidays)
3325         (holiday-islamic-holidays, holiday-bahai-holidays)
3326         (holiday-solar-holidays, calendar-holidays): Move to holidays.el.
3327         * calendar/diary-lib.el: Move custom group here from calendar.el.
3328         * calendar/holidays-lib.el: Move custom group and variables here
3329         from calendar.el.
3331         * calendar/cal-china.el (calendar-chinese-time-zone): Mark as risky.
3333         * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
3334         Fix custom group.
3335         (calendar-current-time-zone-cache): Autoload riskiness.
3337         * calendar/cal-tex.el (cal-tex-preamble-extra): Fix custom type.
3339 2008-04-11  Chong Yidong  <cyd@stupidchicken.com>
3341         * woman.el (woman2-TH): Use string-equal instead of string-match.
3343 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3345         * smerge-mode.el (smerge-apply-resolution-patch): Fix typo.
3346         (smerge-resolve): Merge the "2-way refinement" case with one half of
3347         the "mere whitespace" resolution.
3349 2008-04-10  Dan Nicolaescu  <dann@ics.uci.edu>
3351         * vc-bzr.el (vc-bzr-after-dir-status): Detect the conflict state.
3353 2008-04-10  Juanma Barranquero  <lekktu@gmail.com>
3355         * subr.el (assoc-ignore-case, assoc-ignore-representation):
3356         Add WHEN to obsolescence declaration.
3358         * makefile.w32-in (AUTOGENEL): Add calc-loaddefs.el.
3360 2008-04-10  Dan Nicolaescu  <dann@ics.uci.edu>
3362         * vc-hooks.el (vc-state): Add new state `conflict'.
3363         (vc-after-save): Use when not if.
3364         (vc-default-mode-line-string): Deal with the conflict state.
3365         (vc-prefix-map, vc-menu-map): Bind vc-status instead of vc-directory.
3367         * vc.el (vc-editable-p, vc-default-status-printer)
3368         (vc-next-action): Deal with the conflict state.
3369         (vc-mark-resolved): New function.
3370         (vc-status-mode): Fix mode name.
3371         (vc-default-comment-history): Use when not if.
3372         (Todo): Add new entries, remove old ones.
3374         * vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news): Set conflict state.
3375         (vc-cvs-parse-status, vc-cvs-after-dir-status):
3376         * vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
3377         Detect the conflict state.
3379         * vc-hg.el (vc-hg-dir-status): Remove unneeded call.
3381 2008-04-10  Glenn Morris  <rgm@gnu.org>
3383         * menu-bar.el (menu-bar-options-menu) <truncate-lines>:
3384         Respect truncate-partial-width-windows in non-full windows,
3385         with regards to :toggle and :enable state.
3387         * simple.el (toggle-truncate-lines): Doc fix.
3389         * Makefile.in (MH_E_DIR): New variable.
3390         (MH_E_SRC): Restore variable removed 2008-03-13.
3391         (mh-loaddefs.el): Depend on $MH_E_SRC.
3392         (CAL_DIR, CAL_SRC): New variables.
3393         (cal-loaddefs.el, diary-loaddefs.el, hol-loaddefs.el):
3394         Depend on CAL_SRC.
3396         * calendar/calendar.el (calendar, diary): Add :prefix.
3397         (holidays): Change :prefix.
3398         (calendar-today, holiday, calendar-holiday-marker)
3399         (european-calendar-style): Change custom groups.
3401         * calendar/calendar.el (diary-hook, diary-display-hook):
3402         Move to diary-lib.el.
3403         * calendar/diary-lib.el (diary-hook, diary-display-hook):
3404         Move here from calendar.el.
3405         * calendar/appt.el: Require diary-lib rather than calendar.
3406         * calendar/cal-x.el (diary-display-hook): Declare for compiler.
3408         * calendar/appt.el (appt): Add :prefix.
3410         * calendar/diary-lib.el (diary-hook): Doc fix.
3411         (diary-mark-sexp-entries): Fix replacement of calendar-for-loop.
3413 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3415         * minibuffer.el (minibuffer--double-dollars, read-file-name-internal):
3416         New functions.
3418         * minibuffer.el (minibuffer--do-completion): Don't forget to propagate
3419         the arg to recursive calls.
3421 2008-04-09  Juanma Barranquero  <lekktu@gmail.com>
3423         * minibuffer.el (completion-auto-help): Fix typo.
3425 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3427         * vc-cvs.el (vc-cvs-diff-tree): Remove unused function.
3429 2008-04-09  Michael Albinus  <michael.albinus@gmx.de>
3431         * net/tramp.el (tramp-find-file-name-coding-system-alist): New defun.
3432         (tramp-handle-insert-file-contents, tramp-handle-write-region): Use it.
3434 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3436         * vc-hooks.el (vc-default-mode-line-string): Use ? for missing.
3438         * minibuffer.el (minibuffer): Move group from cus-edit.el.
3439         (completion-auto-help): Move from C code.
3440         (minibuffer--maybe-completion-help): Remove.
3441         (minibuffer--bitset): New function.
3442         (minibuffer--do-completion): Rename from minibuffer-do-completion.
3443         Renumber a bit.  Really complete on string *before* point.
3444         Add argument used for word-completion.
3445         Join trailing / in completion with following text, as done in
3446         minibuffer-complete-word.
3447         Handle new value `lazy' for completion-auto-help.
3448         (minibuffer-try-word-completion): New function extracted from
3449         minibuffer-complete-word.
3450         (minibuffer-complete-word): Use minibuffer--do-completion.
3451         (minibuffer--insert-strings): Rename from
3452         minibuffer-complete-insert-strings.
3453         (exit-minibuffer): Fix typo.
3454         * cus-edit.el (minibuffer): Move group to minibuffer.el.
3455         * cus-start.el: Remove completion-auto-help.
3457 2008-04-09  Alexandre Julliard  <julliard@winehq.org>
3459         * vc.el (vc-status-add-entries): New function.
3460         (vc-status-add-entry): Remove.
3461         (vc-update-vc-status-buffer, vc-status-mark-buffer-changed):
3462         Use vc-status-add-entries.
3464         * emacs-lisp/ewoc.el (ewoc-collect): Return results in the correct
3465         order.
3467 2008-04-09  Jason Rumney  <jasonr@gnu.org>
3469         * makefile.w32-in (LOADDEFS): Add mh-loaddefs.el.
3470         ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule.
3471         (pre-mh-loaddefs.el-CMD, pre-mh-loaddefs.el-SH): Remove.
3472         (AUTOGENEL): New variable.
3473         (distclean, maintainer-clean): New targets.
3475 2008-04-09  Chong Yidong  <cyd@stupidchicken.com>
3477         * emacs-lisp/regexp-opt.el (regexp-opt):
3478         Reduce max-lisp-eval-depth and max-specpdl-size to 10000.
3480 2008-04-09  Lennart Borgman  <lennart.borgman@gmail.com>
3482         * nxml/nxml-mode.el (nxml-cleanup): New function.
3483         (nxml-mode): Add it to change-major-mode-hook.
3485 2008-04-09  Jan Djärv  <jan.h.d@swipnet.se>
3487         * term/x-win.el (x-gtk-stock-map): Map info to gtk-info.
3489 2008-04-09  Juanma Barranquero  <lekktu@gmail.com>
3491         * calc/.cvsignore: New file.
3493 2008-04-09  Jan Djärv  <jan.h.d@swipnet.se>
3495         * vc.el (vc-status-tool-bar-map): Add vc-print-log to tool bar.
3497         * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as
3498         show-help-function when turning tooltip off.
3499         (tooltip-show): Call tooltip-show-help-non-mode if use-echo-area.
3500         (tooltip-trunc-str, tooltip-show-help-non-mode): New.
3502 2008-04-09  Alan Mackenzie  <acm@muc.de>
3504         * font-lock.el (font-lock-extend-after-change-region-function):
3505         Make it buffer local.
3507 2008-04-09  Glenn Morris  <rgm@gnu.org>
3509         * calendar/calendar.el (diary-file, european-calendar-style):
3510         Remove autoload cookies.
3512 2008-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
3514         * outline.el (outline-mode-menu-bar-map):
3515         * log-view.el (log-view-mode-menu):
3516         * log-edit.el (log-edit-menu): Add :help.
3518 2008-04-09  Chong Yidong  <cyd@stupidchicken.com>
3520         * emacs-lisp/regexp-opt.el (regexp-opt-group):
3521         Use substring-no-properties for correct handling of unibyte strings.
3523 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3525         * add-log.el (change-log-next-buffer): Handle the case where version<
3526         signals an error.
3528         * mouse.el (mouse-menu-major-mode-map): New fun extracted from
3529         mouse-major-mode-menu.
3530         (mouse-menu-bar-map): New fun extracted from mouse-popup-menubar.
3531         (mouse-major-mode-menu, mouse-popup-menubar)
3532         (mouse-popup-menubar-stuff): Use them.
3533         (C-down-mouse-3): Bind to a dynamic map rather than to
3534         mouse-popup-menubar-stuff.
3536         * bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1
3537         to mouse-menu-major-mode-map rather than to mouse-major-mode-menu.
3539 2008-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
3541         * vc-svn.el (vc-svn-modify-change-comment): Add support for the
3542         file:// access method.
3544 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3546         * minibuffer.el: New file.
3547         * loadup.el: Load it.
3549 2008-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3551         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
3552         rather than subdirs.el.  It introduces an ugly circular dependency, tho.
3554         * calc/calc.el: Load "calc-loaddefs" rather than set up manual autoloads.
3555         (calc-mode-map, calc-digit-map, calc-dispatch-map):
3556         Move initialization into declaration.
3557         * calc/calc-yank.el:
3558         * calc/calc-misc.el:
3559         * calc/calc-embed.el:
3560         * calc/calc-aent.el: Add autoload cookies.  Set generated-autoload-file.
3562 2008-04-08  Michael Albinus  <michael.albinus@gmx.de>
3564         * ps-samp.el (ps-add-printer, ps-remove-printer)
3565         (ps-make-dynamic-printer-menu): New functions.
3567         * net/zeroconf.el: New file.
3569 2008-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3571         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits): Typo.
3573 2008-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
3575         * vc-rcs.el (vc-rcs-modify-change-comment):
3576         * vc-cvs.el (vc-cvs-modify-change-comment): Fix argument order.
3578         * log-view.el (log-view-mode-menu): Bind log-view-modify-change-comment.
3580 2008-04-08  Juanma Barranquero  <lekktu@gmail.com>
3582         * international/mule-cmds.el (set-locale-environment): Don't warn if
3583         coding system doesn't agree with system locale (this reverts changes
3584         by Dave Love, dated 2002-10-27 and 2002-10-09).
3586         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
3587         * emacs-lisp/cl-macs.el (get-setf-method): Use `string-match-p'.
3589         * emacs-lisp/copyright.el (copyright-update-year): Use `looking-at-p'.
3591 2008-04-08  Glenn Morris  <rgm@gnu.org>
3593         * calendar/calendar.el (calendar-date-style): Remove autoload cookie.
3594         * textmodes/remember.el (remember-diary-convert-entry):
3595         Require calendar.
3597         * textmodes/remember.el (remember-diary-extract-entries): Don't pass
3598         diary-file, since it is the default for make-diary-entry anyway.
3600         * calendar/cal-menu.el (cal-menu-event-to-date):
3601         Rename calendar-event-to-date.  Update callers.
3602         (calendar-mouse-tex-day): Rename cal-tex-mouse-day.
3603         (calendar-mouse-tex-week): Rename cal-tex-mouse-week.
3604         (calendar-mouse-tex-week2): Rename cal-tex-mouse-week2.
3605         (calendar-mouse-tex-week-iso): Rename cal-tex-mouse-week-iso.
3606         (calendar-mouse-tex-week-monday): Rename cal-tex-mouse-week-monday.
3607         (calendar-mouse-tex-filofax-daily): Rename cal-tex-mouse-filofax-daily.
3608         (calendar-mouse-tex-filofax-2week): Rename cal-tex-mouse-filofax-2week.
3609         (calendar-mouse-tex-filofax-week): Rename cal-tex-mouse-filofax-week.
3610         (calendar-mouse-tex-month): Rename cal-tex-mouse-month.
3611         (calendar-mouse-tex-month-landscape):
3612         Rename cal-tex-mouse-month-landscape.
3613         (calendar-mouse-tex-year): Rename cal-tex-mouse-year.
3614         (calendar-mouse-tex-filofax-year): Rename cal-tex-mouse-filofax-year.
3615         (calendar-mouse-tex-year-landscape):
3616         Rename cal-tex-mouse-year-landscape.
3617         (cal-menu-context-mouse-menu): Update for above name changes.
3619         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
3620         * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
3621         * calendar/cal-iso.el, calendar/cal-julian.el, calendar/cal-move.el:
3622         * calendar/cal-persia.el, calendar/cal-tex.el, calendar/calendar.el:
3623         * calendar/holidays.el: Replace int-to-string with number-to-string.
3625 2008-04-08  Chong Yidong  <cyd@stupidchicken.com>
3627         * mwheel.el (mwheel-scroll): Deactivate any temporarily active
3628         region if point moves.
3630 2008-04-08  Kenichi Handa  <handa@m17n.org>
3632         * faces.el (font-slant-table): Change numeric values for `r',
3633         `roman', and `normal'.
3635 2008-04-07  Vincent Belaïche  <vincent.b.1@hotmail.fr>
3637         * calc/calc-vec.el (calcFunc-kron, calc-kron): New functions.
3639 2008-04-07  Jay Belanger  <jay.p.belanger@gmail.com>
3641         * calc/calc-ext.el (calc-init-extensions): Add `calc-kron' and
3642         `calcFunc-kron' to autoloads.  Add keybinding for `calc-kron'.
3644 2008-04-07  Michael Albinus  <michael.albinus@gmx.de>
3646         * net/tramp.el (tramp-methods): Fix again tramp-copy-args of
3647         "pscp" and "psftp".  Reported by Gilles Pion <gpion@lfdj.com>.
3649 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3651         * dired-aux.el (dired-read-shell-command): Use read-shell-command.
3653 2008-04-07  Sam Steingold  <sds@gnu.org>
3655         * progmodes/inf-lisp.el (lisp-compile-string, lisp-eval-string):
3656         Add helper functions.
3657         (lisp-do-defun): Extract the common part of lisp-eval-defun and
3658         lisp-compile-defun; DEFVAR forms reset the variables to the init
3659         values, just like in emacs-lisp mode eval-defun.
3660         (lisp-eval-defun, lisp-compile-defun): Use lisp-do-defun.
3661         (lisp-compile-region): Use lisp-compile-string.
3663 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3665         * subr.el (combine-and-quote-strings): Also quote strings that contain
3666         the separator.
3668         * pcvs-util.el (cvs-map): Avoid recursion :-(
3670 2008-04-07  Glenn Morris  <rgm@gnu.org>
3672         * calendar/calendar.el (calendar-mode-map): Replace use of kbd.
3674         * calendar.el (diary-view-entries-initially-flag): Rename
3675         view-diary-entries-initially.  Keep old name as alias, update users.
3676         (calendar-mark-diary-entries-flag): Rename
3677         mark-diary-entries-in-calendar.  Keep old name as alias, update users.
3678         (calendar-view-holidays-initially-flag): Rename
3679         view-calendar-holidays-initially.  Keep old name as alias, update users.
3680         (calendar-mark-holidays-flag): Rename mark-holidays-in-calendar.
3681         Keep old name as alias, update users.
3682         (calendar-initial-window-hook): Rename initial-calendar-window-hook.
3683         Keep old name as alias, update users.
3684         (calendar-today-visible-hook): Rename today-visible-calendar-hook.
3685         Keep old name as alias, update users.
3686         (calendar-today-invisible-hook): Rename today-invisible-calendar-hook.
3687         Keep old name as alias, update users.
3688         (diary-iso-date-forms): Rename iso-date-diary-pattern.  Update users.
3689         (diary-american-date-forms): Rename american-date-diary-pattern.
3690         Keep old name as alias, update users.
3691         (diary-european-date-forms): Rename european-date-diary-pattern.
3692         Keep old name as alias, update users.
3693         (calendar-iso-date-display-form): Rename iso-calendar-display-form.
3694         Keep old name as alias, update users.
3695         (calendar-european-date-display-form): Rename
3696         european-calendar-display-form.  Keep old name as alias, update users.
3697         (calendar-american-date-display-form): Rename
3698         european-calendar-display-form.  Keep old name as alias, update users.
3699         (diary-show-holidays-flag): Rename holidays-in-diary-buffer.
3700         Keep old name as alias, update users.
3701         (holiday-general-holidays): Rename general-holidays.
3702         Keep old name as alias, update users.
3703         (holiday-oriental-holidays): Rename oriental-holidays.
3704         Keep old name as alias, update users.
3705         (holiday-local-holidays): Rename local-holidays.
3706         Keep old name as alias, update users.
3707         (holiday-other-holidays): Rename other-holidays.
3708         Keep old name as alias, update users.
3709         (holiday-hebrew-holidays): Rename hebrew-holidays.
3710         Keep old name as alias, update users.
3711         (holiday-christian-holidays): Rename christian-holidays.
3712         Keep old name as alias, update users.
3713         (holiday-islamic-holidays): Rename islamic-holidays.
3714         Keep old name as alias, update users.
3715         (holiday-bahai-holidays): Rename bahai-holidays.
3716         Keep old name as alias, update users.
3717         (holiday-solar-holidays): Rename solar-holidays.
3718         Keep old name as alias, update users.
3719         (diary-fancy-buffer): Rename fancy-diary-buffer.
3720         Keep old name as alias, update users.
3721         (calendar-other-calendars-buffer): Rename other-calendars-buffer.
3722         Update users.
3723         (calendar-hebrew-yahrzeit-buffer): Rename cal-hebrew-yahrzeit-buffer.
3724         Update users.
3725         (calendar-increment-month): Rename increment-calendar-month.
3726         Keep old name as alias, update callers.
3727         (calendar-increment-month-cons): Rename old calendar-increment-month.
3728         Update callers.
3729         (calendar-extract-month): Rename extract-calendar-month.
3730         Keep old name as alias, update callers
3731         (calendar-extract-day): Rename extract-calendar-day.
3732         Keep old name as alias, update callers.
3733         (calendar-extract-year): Rename extract-calendar-year.
3734         Keep old name as alias, update callers.
3735         (calendar-generate-window): Rename generate-calendar-window.
3736         Update callers.
3737         (calendar-generate): Rename generate-calendar.  Update callers.
3738         (calendar-generate-month): Rename generate-calendar-month.
3739         Update callers.
3740         (calendar-redraw): Rename redraw-calendar.  Update callers.
3741         (calendar-describe-mode): Rename describe-calendar-mode.  Update uses.
3742         (calendar-mouse-other-month): Rename mouse-calendar-other-month.
3743         Update callers.
3744         (calendar-update-mode-line): Rename update-calendar-mode-line.
3745         Update callers.
3746         (calendar-exit): Rename exit-calendar.  Keep old name as alias,
3747         update callers.
3748         (calendar-mark-visible-date): Rename mark-visible-calendar-date.
3749         Keep old name as alias, update callers.
3750         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
3751         * calendar/cal-dst.el, calendar/cal-french.el, calendar/cal-hebrew.el:
3752         * calendar/cal-html.el, calendar/cal-islam.el, calendar/cal-iso.el:
3753         * calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el:
3754         * calendar/cal-persia.el, calendar/cal-tex.el, calendar/cal-x.el:
3755         * calendar/diary-lib.el, calendar/holidays.el, calendar/lunar.el:
3756         * calendar/solar.el: Update for calendar.el name changes.
3757         * org/org.el (org-agenda-format-date-aligned)
3758         (org-agenda-execute-calendar-command): Access date elements directly
3759         rather than using calendar functions.
3760         (org-read-date, org-goto-calendar, org-agenda-goto-calendar):
3761         Also set calendar-view-diary-initially-flag,
3762         calendar-view-holidays-initially-flag
3763         (org-get-entries-from-diary): Also set diary-fancy-buffer.
3764         (org-agenda-execute-calendar-command): No need to set displayed-day.
3766 2008-04-06  Alan Mackenzie  <acm@muc.de>
3768         * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
3769         typo in the doc string.
3771         * progmodes/cc-mode.el (c-basic-common-init):
3772         Set font-lock-extend-after-change-region-function.
3773         (c-extend-after-change-region): New function, used in
3774         font-lock-extend-after-change-region-function, thus superseding
3775         advice on the Font Lock after change functions.
3776         (c-advise-fl-for-region): Remove this macro.
3778 2008-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
3780         * textmodes/flyspell.el (flyspell-duplicate-distance):
3781         Improve custom type.
3783 2008-04-06  Glenn Morris  <rgm@gnu.org>
3785         * calendar/diary-lib.el (diary-sexp-entry-symbol):
3786         Rename sexp-diary-entry-symbol.  Keep old name as alias, update users.
3787         (diary-list-entries-hook): Rename list-diary-entries-hook.
3788         Keep old name as alias, update users.
3789         (diary-mark-entries-hook): Rename mark-diary-entries-hook.
3790         Keep old name as alias, update users.
3791         (diary-nongregorian-listing-hook): Rename
3792         nongregorian-diary-listing-hook.  Keep old name as alias, update users.
3793         (diary-nongregorian-marking-hook): Rename
3794         nongregorian-diary-marking-hook.  Keep old name as alias, update users.
3795         (diary-print-entries-hook): Rename print-diary-entries-hook.
3796         Keep old name as alias, update users.
3797         (diary-abbreviated-year-flag): Rename abbreviated-calendar-year.
3798         Keep old name as alias, update users.
3799         (diary-number-of-entries): Rename number-of-diary-entries.
3800         Keep old name as alias, update users.
3801         (view-diary-entries, list-diary-entries, show-all-diary-entries):
3802         Give version of obsolescence.
3803         (diary-view-other-diary-entries): Rename view-other-diary-entries.
3804         Keep old name as alias, update callers.
3805         (diary-add-to-list): Rename add-to-diary-list.  Keep old name as alias,
3806         update callers.
3807         (diary-include-other-diary-files): Rename include-other-diary-files.
3808         Keep old name as alias, update callers.
3809         (diary-simple-display): Rename simple-diary-display.
3810         Keep old name as alias, update callers.
3811         (diary-fancy-display): Rename fancy-diary-display.
3812         Keep old name as alias, update callers.
3813         (diary-print-entries): Rename print-diary-entries.
3814         Keep old name as alias, update callers.
3815         (diary-marking-entries-flag): Rename marking-diary-entries.
3816         Update users.
3817         (diary-marking-entry-flag): Rename marking-diary-entry.  Update users.
3818         (diary-mark-entries): Rename mark-diary-entries.
3819         Keep old name as alias, update callers.
3820         (diary-mark-sexp-entries): Rename mark-sexp-diary-entries.
3821         Keep old name as alias, update callers.
3822         (diary-mark-included-diary-files): Rename mark-included-diary-files.
3823         Keep old name as alias, update callers.
3824         (calendar-mark-days-named): Rename mark-calendar-days-named.
3825         Keep old name as alias, update callers.
3826         (calendar-mark-month): Rename mark-calendar-month.
3827         Keep old name as alias, update callers.
3828         (calendar-mark-date-pattern): Rename mark-calendar-date-pattern.
3829         Keep old name as alias, update callers.
3830         (diary-sort-entries): Rename sort-diary-entries.
3831         Keep old name as alias, update callers.
3832         (diary-list-sexp-entries): Rename list-sexp-diary-entries.
3833         Keep old name as alias, update callers.
3834         (diary-make-entry): Rename make-diary-entry.  Keep old name as alias,
3835         update callers.
3836         (diary-insert-entry): Rename insert-diary-entry.
3837         Keep old name as alias.
3838         (diary-insert-weekly-entry): Rename insert-weekly-diary-entry.
3839         Keep old name as alias.
3840         (diary-insert-monthly-entry): Rename insert-monthly-diary-entry.
3841         Keep old name as alias.
3842         (diary-insert-yearly-entry): Rename insert-yearly-diary-entry.
3843         Keep old name as alias.
3844         (diary-insert-anniversary-entry): Rename insert-anniversary-diary-entry.
3845         Keep old name as alias.
3846         (diary-insert-block-entry): Rename insert-block-diary-entry.
3847         Keep old name as alias.
3848         (diary-insert-cyclic-entry): Rename insert-cyclic-diary-entry.
3849         Keep old name as alias.
3850         (diary-fancy-font-lock-keywords): Rename fancy-diary-font-lock-keywords.
3851         Keep old name as alias, update users.
3852         (diary-fancy-display-mode): Rename fancy-diary-display-mode.
3853         Keep old name as alias, update callers.
3854         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
3855         * calendar/cal-menu.el, calendar/cal-x.el, calendar/calendar.el:
3856         * calendar/icalendar.el: Update for diary-lib name changes.
3858 2008-04-06  Chong Yidong  <cyd@stupidchicken.com>
3860         * dired-aux.el (dired-overwrite-confirmed): Revert last change.
3862         * dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite
3863         for copy, move, and link operations.
3865 2008-04-06  Michael Kifer  <kifer@cs.stonybrook.edu>
3867         * emulation/viper-init.el, emulation/viper-ex.el, emulation/viper-cmd.el
3868         (viper-search-wrap-around-t): Replace with viper-search-wrap-around.
3870         * ediff-util.el, ediff-vers.el, ediff-wind.el: Replace 3-argument
3871         'require' statements with 1-argument ones (wrapped in if's).
3872         For compatibility with the current stable version of XEmacs.
3874 2008-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
3876         * vc.el (vc-status-prepare-status-buffer): Reset vc-parent-buffer-name.
3878 2008-04-06  Jason Rumney  <jasonr@gnu.org>
3880         * language/burmese.el ("Burmese"): Make sample text consistent with
3881         language name.
3883 2008-04-06  Nick Roberts  <nickrob@snap.net.nz>
3885         * progmodes/gdb-ui.el (gdb): New group.
3886         (gdb-debug-log-max, gdb-enable-debug)
3887         (gdb-cpp-define-alist-program, gdb-cpp-define-alist-flags)
3888         (gdb-show-main, gdb-many-windows, gdb-use-separate-io-buffer)
3889         (gdb-speedbar-auto-raise, gdb-use-colon-colon-notation)
3890         (gdb-show-changed-values, gdb-max-children)
3891         (gdb-delete-out-of-scope, gdb-same-frame, gdb-find-source-frame)
3892         (breakpoint-enabled, breakpoint-disabled, gdb-max-frames)
3893         (gdb-all-registers, gdb-memory-repeat-count, gdb-memory-format)
3894         (gdb-memory-unit): Move to new group from GUD group.
3895         (menu): Allow customization from GDB-UI menu-item.
3897 2008-04-05  Chong Yidong  <cyd@stupidchicken.com>
3899         * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
3901 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3903         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
3904         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
3905         Revision numbers can include ".".
3907         * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
3908         "+" lines not accounted for by counting "-" and context lines.
3910 2008-04-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3912         * term/mac-win.el (mac-service-open-file): Use file URL instead of
3913         file name string.
3915 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3917         * vc-bzr.el (vc-bzr-annotate-command): Preserve line alignment.
3918         (vc-bzr-annotate-time): Accept space used to preserve alignment.
3920 2008-04-05  Richard Stallman  <rms@gnu.org>
3922         * emacs-lisp/advice.el (defadvice): Add usage pattern.
3924 2008-04-05  Nick Roberts  <nickrob@snap.net.nz>
3926         * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
3927         thread in [h-e-w]).
3929 2008-04-05  Juanma Barranquero  <lekktu@gmail.com>
3931         * files.el (abort-if-file-too-large): Fix typo in docstring.
3933 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3935         * subr.el (functionp): Return nil for special forms.
3937 2008-04-05  Glenn Morris  <rgm@gnu.org>
3939         * emacs-lisp/autoload.el (autoload-ensure-default-file):
3940         Provide a feature.
3941         * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el:
3942         Require loaddef file rather than loading it.
3943         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that
3944         autoload-ensure-default-file provides a feature.
3946         * Makefile.in (LOADDEFS): Add mh-loaddefs.el.
3947         (AUTOGENEL): mh-loaddefs is in $LOADDEFS now.
3948         (compile, compile-always, recompile): Use $LOADDEFS.
3949         (cal-autoloads): Remove.
3951         * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather
3952         than buffer-live-p.  Reported by David Koppelman <koppel@ece.lsu.edu>.
3954         * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
3955         (hebrew-holidays-3, hebrew-holidays-4): Don't autoload obsolescence.
3957         * calendar/calendar.el (diary-hebrew-entry-symbol):
3958         Rename hebrew-diary-entry-symbol.  Keep old name as alias.
3959         (diary-islamic-entry-symbol): Rename islamic-diary-entry-symbol.
3960         Keep old name as alias.
3961         (diary-bahai-entry-symbol): Rename bahai-diary-entry-symbol.
3962         Keep old name as alias.
3963         * calendar/cal-bahai.el: Update for rename bahai-diary-entry-symbol
3964         to diary-bahai-entry-symbol.
3965         * calendar/cal-hebrew.el: Update for rename hebrew-diary-entry-symbol
3966         to diary-hebrew-entry-symbol.
3967         * calendar/cal-islam.el: Update for rename islamic-diary-entry-symbol
3968         to diary-islamic-entry-symbol.
3969         * calendar/diary-lib.el: Update for diary-entry-symbol renames.
3971         * calendar/solar.el (diary-sabbath-candles-minutes)
3972         (diary-sabbath-candles): Move to cal-hebrew.
3973         * calendar/cal-hebrew.el (diary-hebrew-sabbath-candles-minutes)
3974         (diary-hebrew-sabbath-candles): Move here from solar.el and rename.
3975         Doc fix.  Keep old name as alias.
3976         (diary-hebrew-sabbath-candles): Simplify.
3977         (solar-setup, solar-sunrise-sunset, calendar-latitude)
3978         (calendar-longitude, calendar-time-zone): Declare for compiler.
3979         * calendar/diary-lib.el (list-sexp-diary-entries): Update doc for
3980         rename.
3982         * calendar/cal-coptic.el (calendar-coptic-month-name-array):
3983         Rename coptic-calendar-month-name-array.  Update callers.
3984         (calendar-coptic-epoch): Rename coptic-calendar-epoch.  Update callers.
3985         (calendar-coptic-name): Rename coptic-name.  Update callers.
3986         (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
3987         Update callers.
3988         (calendar-coptic-last-day-of-month):
3989         Rename coptic-calendar-last-day-of-month.  Update callers.
3990         (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
3991         Keep old name as alias, update callers.
3992         (calendar-coptic-print-date): Rename calendar-print-coptic-date.
3993         Keep old name as alias, update callers.
3994         (calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
3995         Keep old name as alias.
3996         (calendar-ethiopic-month-name-array):
3997         Rename ethiopic-calendar-month-name-array.  Update callers.
3998         (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
3999         Update callers.
4000         (calendar-ethiopic-name): Rename ethiopic-name.  Update callers.
4001         (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic.
4002         Keep old name as alias, update callers.
4003         (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date.
4004         Keep old name as alias, update callers.
4005         (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
4006         Keep old name as alias.
4008         * calendar/cal-french.el (calendar-french-epoch):
4009         Rename french-calendar-epoch.  Update callers.
4010         (calendar-french-month-name-array): Rename variable and function
4011         french-calendar-month-name-array.  Update callers.
4012         (calendar-french-multibyte-month-name-array):
4013         Rename french-calendar-multibyte-month-name-array.  Update callers.
4014         (calendar-french-day-name-array): Rename variable and function
4015         french-calendar-day-name-array.  Update callers.
4016         (calendar-french-special-days-array): Rename variable and function
4017         french-calendar-special-days-array.  Update callers.
4018         (calendar-french-multibyte-special-days-array):
4019         Rename french-calendar-multibyte-special-days-array.  Update callers.
4020         (calendar-french-accents-p): Rename french-calendar-accents.
4021         Update callers.
4022         (calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
4023         Update callers.
4024         (calendar-french-last-day-of-month):
4025         Rename french-calendar-last-day-of-month.  Update callers.
4026         (calendar-french-to-absolute): Rename calendar-absolute-from-french.
4027         Keep old name as alias, update callers.
4028         (calendar-french-print-date): Rename calendar-print-french-date.
4029         Keep old name as alias, update callers.
4030         (calendar-french-goto-date): Rename calendar-goto-french-date.
4031         Keep old name as alias.
4033         * calendar/cal-menu.el, calendar/calendar.el:
4034         Update for Coptic and French name changes.
4036         * calendar/cal-china.el (calendar-chinese): Rename custom group
4037         from chinese-calendar.  Update users.
4038         (calendar-chinese-time-zone): Rename chinese-calendar-time-zone.
4039         Keep old name as alias, update users.
4040         (calendar-chinese-location-name): Rename chinese-calendar-location-name.
4041         Keep old name as alias.
4042         (calendar-chinese-daylight-time-offset):
4043         Rename chinese-calendar-daylight-time-offset.  Keep old name as alias,
4044         update users.
4045         (calendar-chinese-standard-time-zone-name):
4046         Rename chinese-calendar-standard-time-zone-name.
4047         Keep old name as alias, update users.
4048         (calendar-chinese-daylight-saving-start):
4049         Rename chinese-calendar-daylight-savings-starts.
4050         Keep old name as alias, update users.
4051         (calendar-chinese-daylight-saving-end):
4052         Rename chinese-calendar-daylight-savings-ends.  Keep old name as alias,
4053         update users.
4054         (calendar-chinese-daylight-saving-start-time):
4055         Rename chinese-calendar-daylight-savings-starts-time.
4056         Keep old name as alias, update users.
4057         (calendar-chinese-daylight-saving-end-time):
4058         Rename chinese-calendar-daylight-savings-ends-time.
4059         Keep old name as alias, update users.
4060         (calendar-chinese-celestial-stem): Rename
4061         calendar-chinese-celestial-stem.  Keep old name as alias, update users.
4062         (calendar-chinese-terrestrial-branch):
4063         Rename calendar-chinese-terrestrial-branch.  Keep old name as alias,
4064         update users.
4065         (calendar-chinese-zodiac-sign-on-or-after):
4066         Rename chinese-zodiac-sign-on-or-after.  Update callers.
4067         (calendar-chinese-new-moon-on-or-after):
4068         Rename chinese-new-moon-on-or-after.  Update callers.
4069         (calendar-chinese-month-list): Rename chinese-month-list.
4070         Update callers.
4071         (calendar-chinese-number-months): Rename number-chinese-months.
4072         Update callers.
4073         (calendar-chinese-compute-year): Rename compute-chinese-year.
4074         Update callers.
4075         (calendar-chinese-year-cache): Rename chinese-year-cache.  Update users.
4076         (calendar-chinese-year): Rename chinese-year.  Update callers.
4077         (calendar-chinese-year-cache-init): Rename chinese-year-cache-init.
4078         (calendar-chinese-to-absolute): Rename calendar-absolute-from-chinese.
4079         Keep old name as alias, update callers.
4080         (calendar-chinese-print-date): Rename calendar-print-chinese-date.
4081         Keep old name as alias, update callers.
4082         (calendar-chinese-months-to-alist):
4083         Rename make-chinese-month-assoc-list.  Update callers.
4084         (calendar-chinese-months): Rename chinese-months.  Update callers.
4085         (calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
4086         Keep old name as alias, update callers.
4088         * calendar/cal-hebrew.el (calendar-hebrew-leap-year-p):
4089         Rename hebrew-calendar-leap-year-p.  Update callers.
4090         (calendar-hebrew-last-month-of-year):
4091         Rename hebrew-calendar-last-month-of-year.  Update callers.
4092         (calendar-hebrew-elapsed-days): Rename hebrew-calendar-elapsed-days.
4093         Update callers.
4094         (calendar-hebrew-days-in-year): Rename hebrew-calendar-days-in-year.
4095         Update callers.
4096         (calendar-hebrew-long-heshvan-p): Rename hebrew-calendar-long-heshvan-p.
4097         Update callers.
4098         (calendar-hebrew-short-kislev-p): Rename hebrew-calendar-short-kislev-p.
4099         Update callers.
4100         (calendar-hebrew-last-day-of-month):
4101         Rename hebrew-calendar-last-day-of-month.  Update callers.
4102         (calendar-hebrew-to-absolute): Rename calendar-absolute-from-hebrew.
4103         Keep old name as alias, update callers.
4104         (calendar-hebrew-print-date): Rename calendar-print-hebrew-date.
4105         Keep old name as alias, update callers.
4106         (calendar-hebrew-yahrzeit): Rename hebrew-calendar-yahrzeit.
4107         Keep old name as alias, update callers.
4108         (calendar-hebrew-goto-date): Rename calendar-goto-hebrew-date.
4109         Keep old name as alias.
4110         (holiday-hebrew-rosh-hashanah): Rename holiday-rosh-hashanah-etc.
4111         Keep old name as alias.
4112         (holiday-hebrew-hanukkah): Rename holiday-hanukkah.
4113         Keep old name as alias.
4114         (holiday-hebrew-passover): Rename holiday-passover-etc.
4115         Keep old name as alias.
4116         (holiday-hebrew-tisha-b-av): Rename holiday-tisha-b-av-etc.
4117         Keep old name as alias, update callers.
4118         (diary-hebrew-list-entries): Rename list-hebrew-diary-entries.
4119         Keep old name as alias.
4120         (calendar-hebrew-mark-date-pattern):
4121         Rename mark-hebrew-calendar-date-pattern.  Keep old name as alias,
4122         update callers.
4123         (diary-hebrew-mark-entries): Rename mark-hebrew-diary-entries.
4124         Keep old name as alias.
4125         (diary-hebrew-insert-entry): Rename insert-hebrew-diary-entry.
4126         Keep old name as alias.
4127         (diary-hebrew-insert-monthly-entry):
4128         Rename insert-monthly-hebrew-diary-entry.  Keep old name as alias.
4129         (diary-hebrew-insert-yearly-entry):
4130         Rename insert-yearly-hebrew-diary-entry.  Keep old name as alias.
4131         (calender-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
4132         Keep old name as alias.
4133         (diary-hebrew-omer): Rename diary-omer.  Keep old name as alias.
4134         (diary-hebrew-yahrzeit): Rename diary-yahrzeit.  Keep old name as alias.
4135         (diary-hebrew-rosh-hodesh): Rename diary-rosh-hodesh.
4136         Keep old name as alias.
4137         (calendar-hebrew-parashiot-names):
4138         Rename hebrew-calendar-parashiot-names.  Update callers.
4139         (calendar-hebrew-parasha-name): Rename hebrew-calendar-parasha-name.
4140         (calendar-hebrew-year-Saturday-incomplete-Sunday):
4141         Rename hebrew-calendar-year-Saturday-incomplete-Sunday.
4142         (calendar-hebrew-year-Saturday-complete-Tuesday):
4143         Rename hebrew-calendar-year-Saturday-complete-Tuesday.
4144         (calendar-hebrew-year-Monday-incomplete-Tuesday):
4145         Rename hebrew-calendar-year-Monday-incomplete-Tuesday.
4146         (calendar-hebrew-year-Monday-complete-Thursday):
4147         Rename hebrew-calendar-year-Monday-complete-Thursday.
4148         (calendar-hebrew-year-Tuesday-regular-Thursday):
4149         Rename hebrew-calendar-year-Tuesday-regular-Thursday.
4150         (calendar-hebrew-year-Thursday-regular-Saturday):
4151         Rename hebrew-calendar-year-Thursday-regular-Saturday.
4152         (calendar-hebrew-year-Thursday-complete-Sunday):
4153         Rename hebrew-calendar-year-Thursday-complete-Sunday.
4154         (calendar-hebrew-year-Saturday-incomplete-Tuesday):
4155         Rename hebrew-calendar-year-Saturday-incomplete-Tuesday.
4156         (calendar-hebrew-year-Saturday-complete-Thursday):
4157         Rename hebrew-calendar-year-Saturday-complete-Thursday.
4158         (calendar-hebrew-year-Monday-incomplete-Thursday):
4159         Rename hebrew-calendar-year-Monday-incomplete-Thursday.
4160         (calendar-hebrew-year-Monday-complete-Saturday):
4161         Rename hebrew-calendar-year-Monday-complete-Saturday.
4162         (calendar-hebrew-year-Tuesday-regular-Saturday):
4163         Rename hebrew-calendar-year-Tuesday-regular-Saturday.
4164         (calendar-hebrew-year-Thursday-incomplete-Sunday):
4165         Rename hebrew-calendar-year-Thursday-incomplete-Sunday.
4166         (calendar-hebrew-year-Thursday-complete-Tuesday):
4167         Rename hebrew-calendar-year-Thursday-complete-Tuesday.
4168         (diary-hebrew-parasha): Rename diary-parasha.  Keep old name as alias.
4169         Update for above name changes of constants.
4171         * calendar/cal-menu.el, calendar/calendar.el:
4172         Update for chinese and hebrew name changes.
4173         * calendar/diary-lib.el: Update for hebrew name changes.
4175 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4177         * subr.el (keymap-canonicalize): Correct thinko.
4179         * server.el: Undo part of the multi-tty change, which is only
4180         needed if server.el is preloaded, and broke server-running-p.
4181         (server-socket-dir): Initialize in the defvar, as before.
4182         (server-start): Remove initialization of server-socket-dir.
4184 2008-04-05  Eli Zaretskii  <eliz@gnu.org>
4186         * ls-lisp.el (ls-lisp-format): Support inodes that are 2- or
4187         3-member cons cells.
4189 2008-04-05  Chong Yidong  <cyd@stupidchicken.com>
4191         * cus-face.el (custom-face-attributes): Handle roman slant.
4193         * faces.el (default): Ensure the face-defface-spec property is set.
4195 2008-04-05  Adrian Robert  <Adrian.B.Robert@gmail.com>
4197         * files.el (abort-if-file-too-large): New function.
4198         (find-file-noselect, insert-file-1): Use it.
4200 2008-04-05  Reto Zimmermann  <reto@gnu.org>
4202         * progmodes/vhdl-mode.el (vhdl-mode-map-init):
4203         Replace C-c[a-zA-Z] key bindings.
4205 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4207         * progmodes/hideif.el (hif-token-alist): New var.
4208         (hif-token-regexp, hif-tokenize): Use it.
4209         (hif-mathify-binop): New macro.
4210         (hif-plus, hif-minus, hif-notequal, hif-greater, hif-less)
4211         (hif-greater-equal, hif-less-equal): Use it.
4212         (hif-logior, hif-logand): New functions.
4213         (hif-math): Accept | and & as well.
4215         * progmodes/etags.el: Fix problem with completion for buffer-local
4216         tables.  Reported by Radey Shouman <shouman@comcast.net>.
4217         (tags-complete-tag): Remove.
4218         (tags-lazy-completion-table): New function to replace it.
4219         (find-tag-tag, complete-tag): Update users.
4221 2008-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
4223         * vc-rcs.el (vc-rcs-dir-status):
4224         * vc-sccs.el (vc-sccs-dir-status): New function.
4226         * outline.el (outline-mode-menu-bar-map):
4227         * term.el (terminal-signal-menu): Add :help.
4229         * net/eudc.el (eudc-mode-map): Declare and define in one step.
4230         (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.
4232         * emacs-lisp/re-builder.el (reb-mode-map):
4233         * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
4235         * diff-mode.el (diff-file-junk-re): Recognize the git format for
4236         new files, deleted files and for changing permissions.
4237         (diff-mode): Set beginning-of-defun-function and
4238         end-of-defun-function.
4240         * vc-bzr.el (vc-bzr-state): Use when instead of if.
4242         * vc.el (vc-default-status-fileinfo-extra): New function.
4243         (vc-status-mark-buffer-changed): Use it.
4244         (vc-update-vc-status-buffer): Allow for partial updates.
4246 2008-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4248         * net/tramp.el (after-init-hook): Don't wrap a lambda around
4249         tramp-register-completion-file-name-handler.
4251         * subr.el (keymap-canonicalize): New function.
4252         * mouse.el (mouse-menu-non-singleton): Use it.
4253         (mouse-major-mode-menu): Remove hack made unnecessary.
4255         * simple.el (set-fill-column): Prompt rather than error by default.
4257 2008-04-04  Andreas Schwab  <schwab@suse.de>
4259         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
4260         Reset new-rules after each round.
4262         * Makefile.in (cal-autoloads): New target.
4263         (compile, compile-always, recompile): Depend on it.
4264         ($(lisp)/calendar/cal-loaddefs.el)
4265         ($(lisp)/calendar/diary-loaddefs.el)
4266         ($(lisp)/calendar/hol-loaddefs.el): Depend on calendar/*.el.
4268 2008-04-04  Michael Kifer  <kifer@cs.stonybrook.edu>
4270         * ediff*.el: Replace load with require in eval-when-compile.
4272         * ediff-hook: Delete all invocations of (autoload ...).
4274         * ediff-util.el (ediff-setup): Make window-min-height a local variable
4275         in ediff control window, and set its min height to 2.
4276         (ediff-setup-control-buffer): Dedicate the control window.
4277         (ediff-toggle-multiframe): Undedicate control window.
4278         Work directly with ediff-setup-windows-multiframe and
4279         ediff-setup-windows-plain.
4281         * ediff-wind (ediff-choose-window-setup-function-automatically):
4282         New function.
4283         (ediff-window-setup-function): Change initialization.
4284         (ediff-setup-windows-automatic): Delete.
4285         (ediff-setup-windows-plain-merge): Make control window dedicated.
4286         (ediff-destroy-control-frame): Do not skip frames if working in a
4287         single frame.
4289         * emulation/viper-ex.el: Move provide's forward, prevent recursion in
4290         eval-when-compile.
4292         * emulation/viper-util.el: Move provide's forward, prevent recursion in
4293         eval-when-compile.
4295 2008-04-04  Glenn Morris  <rgm@gnu.org>
4297         * calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename
4298         calendar-absolute-from-bahai.  Update callers, keep old name as alias.
4300         * calendar/cal-islam.el (calendar-islamic-leap-year-p):
4301         Rename islamic-calendar-leap-year-p.  Update callers.
4302         (calendar-islamic-last-day-of-month):
4303         Rename islamic-calendar-last-day-of-month.  Update callers.
4304         (calendar-islamic-day-number):
4305         Rename islamic-calendar-day-number.  Update callers.
4306         (calendar-islamic-to-absolute): Rename calendar-absolute-from-islamic.
4307         Update callers, keep old name as alias.
4308         (calendar-islamic-print-date): Rename calendar-print-islamic-date.
4309         Update callers, keep old name as alias.
4310         (calendar-islamic-goto-date): Rename calendar-goto-islamic-date.
4311         Keep old name as alias.
4312         (diary-islamic-list-entries): Rename list-islamic-diary-entries.
4313         Update callers, keep old name as alias.
4314         (calendar-islamic-mark-date-pattern):
4315         Rename mark-islamic-calendar-date-pattern.  Update callers, keep old
4316         name as alias.
4317         (diary-islamic-insert-entry): Rename insert-islamic-diary-entry.
4318         Keep old name as alias.
4319         (diary-islamic-insert-monthly-entry):
4320         Rename insert-monthly-islamic-diary-entry.  Keep old name as alias.
4321         (diary-islamic-insert-yearly-entry):
4322         Rename insert-yearly-islamic-diary-entry.  Keep old name as alias.
4324         * calendar/cal-iso.el (calendar-iso-to-absolute): Rename
4325         calendar-absolute-from-iso.  Update callers, keep old name as alias.
4326         (calendar-iso-print-date): Rename calendar-print-iso-date.
4327         Update callers, keep old name as alias.
4328         (calendar-iso-goto-date): Rename calendar-goto-iso-date.
4329         Keep old name as alias.
4330         (calendar-iso-goto-week): Rename calendar-goto-iso-week.
4331         Keep old name as alias.
4333         * calendar/cal-julian.el (calendar-julian-to-absolute): Rename
4334         calendar-absolute-from-julian.  Update callers, keep old name as alias.
4335         (calendar-julian-print-date): Rename calendar-print-julian-date.
4336         Update callers, keep old name as alias.
4337         (calendar-julian-goto-date): Rename calendar-goto-julian-date.
4338         Update callers, keep old name as alias.
4339         (calendar-astro-to-absolute): Rename calendar-absolute-from-astro.
4340         Update callers, keep old name as alias.
4341         (calendar-astro-print-day-number):
4342         Rename calendar-print-astro-day-number.  Update callers, keep old
4343         name as alias.
4344         (calendar-astro-goto-day-number): Rename calendar-goto-astro-day-number.
4345         Update callers, keep old name as alias.
4347         * calendar/cal-mayan.el (calendar-mayan-string-from-long-count):
4348         Rename calendar-string-to-mayan-long-count.  Update callers.
4349         (calendar-mayan-print-date): Rename calendar-print-mayan-date.
4350         Update callers, keep old name as alias.
4351         (calendar-mayan-read-haab-date): Rename calendar-read-mayan-haab-date.
4352         Update callers.
4353         (calendar-mayan-read-tzolkin-date):
4354         Rename calendar-read-mayan-tzolkin-date.  Update callers.
4355         (calendar-mayan-next-haab-date): Rename calendar-next-haab-date.
4356         Keep old name as alias.
4357         (calendar-mayan-previous-haab-date): Rename calendar-previous-haab-date.
4358         Keep old name as alias.
4359         (calendar-mayan-next-tzolkin-date): Rename calendar-next-tzolkin-date.
4360         Keep old name as alias.
4361         (calendar-mayan-previous-tzolkin-date):
4362         Rename calendar-previous-tzolkin-date.  Keep old name as alias.
4363         (calendar-mayan-next-round-date):
4364         Rename calendar-next-calendar-round-date.  Keep old name as alias.
4365         (calendar-mayan-previous-round-date):
4366         Rename calendar-previous-calendar-round-date.  Keep old name as alias.
4367         (calendar-mayan-long-count-to-absolute): Rename
4368         calendar-absolute-from-mayan-long-count.  Keep old name as alias.
4369         (calendar-mayan-goto-long-count-date):
4370         Rename calendar-goto-mayan-long-count-date.  Keep old name as alias.
4372         * calendar/cal-persia.el (calendar-persian-month-name-array):
4373         Rename persian-calendar-month-name-array.  Update callers.
4374         (calendar-persian-epoch): Rename persian-calendar-epoch.
4375         Update callers.
4376         (calendar-persian-leap-year-p): Rename persian-calendar-leap-year-p.
4377         Update callers.
4378         (calendar-persian-last-day-of-month):
4379         Rename persian-calendar-last-day-of-month.  Update callers.
4380         (calendar-persian-to-absolute): Rename calendar-absolute-from-persian.
4381         Update callers, keep old name as alias.
4382         (calendar-persian-print-date): Rename calendar-print-persian-date.
4383         Update callers, keep old name as alias.
4384         (calendar-persian-goto-date): Rename calendar-goto-persian-date.
4385         Keep old name as alias.
4387         * calendar/cal-china.el, calendar/cal-coptic.el, calendar/cal-islam.el:
4388         * calendar/cal-persia.el, calendar/holidays.el, calendar/lunar.el:
4389         * calendar/solar.el: Update for cal-julian name changes.
4391         * calendar/cal-dst.el: Update for persian name changes.
4393         * calendar/cal-menu.el, calendar/calendar.el:
4394         Update for islamic, iso, julian, mayan, persian name changes.
4396         * calendar/diary-lib.el: Update for islamic name changes.
4398         * calendar/calendar.el (calendar-hebrew-all-holidays-flag):
4399         Rename all-hebrew-calendar-holidays.  Update callers, keep old name
4400         as alias.
4401         (calendar-christian-all-holidays-flag):
4402         Rename all-christian-calendar-holidays.  Update callers, keep old
4403         name as alias.
4404         (calendar-islamic-all-holidays-flag):
4405         Rename all-islamic-calendar-holidays.  Update callers, keep old
4406         name as alias.
4407         (calendar-bahai-all-holidays-flag): Rename all-bahai-calendar-holidays.
4408         Update callers, keep old name as alias.
4409         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/holidays.el:
4410         Update for the above name changes.
4412 2008-04-04  Juanma Barranquero  <lekktu@gmail.com>
4414         * hilit-chg.el (global-highlight-changes-mode)
4415         (highlight-changes-passive-string, highlight-changes-active-string):
4416         Mark as obsolete since 23.1, not 22.1.
4418 2008-04-03  Juanma Barranquero  <lekktu@gmail.com>
4420         * hilit-chg.el (highlight-changes-visibility-initial-state)
4421         (hilit-chg-update, highlight-changes-mode-turn-on):
4422         Fix typos in docstrings.
4424 2008-04-03  Stephen Berman  <Stephen.Berman@gmx.net>
4426         * newcomment.el (comment-enter-backward): Be careful to restore
4427         position changed during narrowing.
4429 2008-04-03  Giuliano Procida  <giuliano.procida@googlemail.com>  (tiny change)
4431         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4432         Recognize `sub ($$)'.
4434 2008-04-03  Richard Sharman  <rsharman@pobox.com>
4436         * hilit-chg.el (highlight-changes-mode): Rename from
4437         highlight-changes; no longer uses sub-modes active and passive;
4438         implemented by define-minor-mode.
4439         (highlight-changes-toggle-visibility): New function, to replace
4440         the old passive/active submodes of global-highlight-changes-mode;
4441         implemented by define-minor-mode.
4442         (global-highlight-changes-mode): Rename from global-highlight-changes;
4443         rewrite using define-globalized-minor-mode.
4444         (hilit-chg-major-mode-hook, hilit-chg-check-global)
4445         (hilit-chg-post-command-hook, hilit-chg-check-global)
4446         (hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due
4447         to use of define-globalized-minor-mode.
4448         (highlight-changes-global-initial-state): Change to be boolean.
4449         (highlight-changes-visible-string, highlight-changes-invisible-string):
4450         Rename from highlight-changes-active-string and
4451         highlight-changes-passive-string.
4452         (hilit-chg-update, hilit-chg-set): Use them.
4453         (global-highlight-changes-mode): Rename from global-highlight-changes.
4454         (hilit-chg-map-changes, hilit-chg-display-changes): Add arguments to
4455         docstring.
4456         (hilit-chg-hide-changes): Rewrite to use dolist.
4457         (hilit-chg-set-face-on-change, hilit-chg-update)
4458         (highlight-changes-rotate-faces): Use highlight-changes-visible-mode
4459         variable instead of testing highlight-changes-mode.
4460         (highlight-markup-buffers): Add require ediff-util; argument on calls
4461         to highlight-changes-mode changed.
4462         (highlight-compare-with-file): Fix problems with interactive
4463         call giving invalid default file.
4465 2008-04-03  Nick Roberts  <nickrob@snap.net.nz>
4467         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
4468         Fix in disassembly buffer (regression in 22.2).
4470 2008-04-03  Michael Kifer  <kifer@cs.stonybrook.edu>
4472         * emulation/viper-macs.el (viper-read-fast-keysequence):
4473         Use viper-read-event instead of viper-read-key.
4475         * emulation/viper.el (viper-mode): Move the check for fundamental mode.
4477         * emulation/viper-utils.el (viper-get-saved-cursor-color-in-insert-mode)
4478         (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant
4479         let-statements.
4481         * emulation/viper-ex.el, emulation/viper-macs.el:
4482         * emulation/viper-mous.el:
4483         Replace load with require in eval-when-compile.
4485 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4487         * files.el (auto-mode-alist): Use archive-mode for Debian packages.
4489         * arc-mode.el (archive-mode-map): Obey mouse-1-click-follows-link.
4490         (archive-try-jka-compr): New function.
4491         (archive-set-buffer-as-visiting-file): Use it.
4493         * tar-mode.el (tar-mode-map): Obey mouse-1-click-follows-link.
4495 2008-04-03  Chong Yidong  <cyd@stupidchicken.com>
4497         * simple.el (handle-shift-selection): New arg.
4499 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4501         * emacs-lisp/cl-macs.el (defsetf): Accept a lambda for the 2-arg form.
4503         * vc-bzr.el (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
4505 2008-04-03  Chong Yidong  <cyd@stupidchicken.com>
4507         * shell.el (shell-dynamic-complete-filename): New fun.
4508         (shell-dynamic-complete-functions): Use it.
4510         * help-fns.el (describe-variable): Undo 2008-02-25 change.
4512 2008-04-03  Kenichi Handa  <handa@m17n.org>
4514         * international/fontset.el (create-fontset-from-x-resource):
4515         Handle the error of X resource more gracefully.
4517         * international/latin1-disp.el (latin1-display): Don't use make-char.
4518         Fix the argument to set-char-table-range.
4519         (latin1-display-identities): Don't use make-char.
4520         (latin1-display-reset): Use map-charset-chars instead of directly
4521         calling standard-display-default.
4522         (latin1-display-check-font): Don't use make-char.
4523         (latin1-display-setup): Likewise.
4524         (latin1-display-ucs-per-lynx): Likewise.
4526 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4528         * emacs-lisp/timer.el (timer): Define as a defstruct, so we can
4529         name the fields, to make the code clearer.
4530         Rewrite all `aset' and `aref' using the defined accessors.
4531         (timer--time): New pseudo-field.
4532         (timer-set-time, timer-set-idle-time, timer-inc-time)
4533         (timer-set-time-with-usecs, with-timeout-suspend): Use it.
4534         (timer--time-less-p): New function.
4535         (timer--activate): New function, extracted from timer-activate.
4536         (timer-activate-when-idle, timer-activate): Use it.
4537         (cancel-function-timers): Use dolist.
4539 2008-04-03  Glenn Morris  <rgm@gnu.org>
4541         * add-log.el (c-beginning-of-defun, c-end-of-defun):
4542         Remove declarations; no longer used.
4543         (c-cpp-define-name, c-defun-name): Declare as functions.
4545         * calendar/cal-bahai.el (holiday-fixed): Autoload it.
4546         (holiday-bahai-new-year, holiday-bahai-ridvan): New functions.
4548         * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc)
4549         (holiday-passover-etc, holiday-hanukkah): Doc fix.
4550         Add optional argument.  Simplify.
4551         (holiday-tisha-b-av-etc): Use memq rather than unless.
4552         (holiday-julian): Autoload it.
4553         (holiday-hebrew-misc): New function.
4555         * calendar/cal-islam.el (holiday-islamic-new-year): New function.
4557         * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
4558         (hebrew-holidays-3, hebrew-holidays-4): Make obsolete.
4559         (hebrew-holidays-2): Just use holiday-hanukkah now it respects
4560         all-hebrew-calendar-holidays.
4561         (hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays):
4562         Simplify using new functions.
4563         (calendar-holidays): Doc fix.
4564         (generate-calendar-window): Use bound-and-true-p.
4566         * calendar/diary-lib.el (diary-mail-addr): Use bound-and-true-p.
4568         * calendar/holidays.el (calendar-holiday-list): Fix previous change.
4569         (holiday-filter-visible-calendar): Doc fix.  Use mapcar.
4570         (holiday-easter-etc): Fix nesting of result.  Tweak holiday order.
4571         Use calendar-date-is-visible-p, not holiday-filter-visible-calendar.
4573         * net/tramp.el (tramp-drop-volume-letter): Move definition before use.
4575 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4577         * vc-mtn.el (vc-mtn-command): Avoid localization of messages.
4579         * vc-bzr.el (vc-bzr-checkout): Simplify.
4581         * image-mode.el (image-mode-fit-frame): New command.
4583         * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo)
4584         (copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
4585         (keyboard-escape-quit): Check region-active-p i.s.o
4586         transient-mark-mode.
4588 2008-04-02  Simon Josefsson  <simon@josefsson.org>
4590         * net/imap.el (imap-enable-exchange-bug-workaround): New variable.
4591         (imap-message-copyuid-1): Use it.
4592         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
4593         J. Williams in
4594         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
4596 2008-04-02  Alan Mackenzie  <acm@muc.de>
4598         * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
4599         New optimised functions to get the name of the current defun/macro.
4601         * add-log.el (add-log-current-defun): Move the functionality which
4602         gets the current function name for C like modes to cc-cmds.el,
4603         thus optimising for speed.
4605 2008-04-02  Chong Yidong  <cyd@stupidchicken.com>
4607         * simple.el (deactivate-mark): When the mark is temporarily
4608         active, restore the original value of transient-mark-mode.
4609         (set-mark-command): First deactivate the mark if was temporarily active.
4610         (exchange-point-and-mark): Reactivate the mark if it was
4611         temporarily active.
4612         (handle-shift-selection): New fun.
4613         (transient-mark-mode): Move var documentation here from buffer.c.
4614         (next-line, previous-line, backward-word, move-end-of-line)
4615         (move-beginning-of-line, forward-to-indentation)
4616         (backward-to-indentation, back-to-indentation)
4617         (beginning-of-buffer, end-of-buffer): Add ^ interactive spec.
4619         * mouse.el (mouse-set-region-1): Save the old value of
4620         transient-mark-mode.
4621         (mouse-drag-track): Ignore the now-obsolete value `identity' for
4622         transient-mark-mode.
4624         * textmodes/paragraphs.el (forward-paragraph)
4625         (backward-paragraph, forward-sentence, backward-sentence): Add ^
4626         interactive spec.
4628         * emulation/cua-base.el (cua-mode): Turn off shift-select-mode.
4630 2008-04-02  Michael Albinus  <michael.albinus@gmx.de>
4632         * net/tramp.el (tramp-make-tramp-temp-file):
4633         Use `tramp-drop-volume-letter' for the local file name part.
4635 2008-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
4637         * progmodes/sh-script.el (sh-mode-map): Rename the menu.  Add :help.
4638         Add menu entries corresponding to all the key bindings.
4640         * emacs-lisp/debug.el (debugger-mode-map):
4641         * textmodes/conf-mode.el (conf-mode-map): Add a menu.
4642         (conf-align-assignments): Only work on the region if it is active.
4643         (conf-quote-normal): Use when instead of if.  Remove redundant test.
4645         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
4646         for tracing and re-builder.
4648 2008-04-02  Glenn Morris  <rgm@gnu.org>
4650         * calendar/appt.el (appt-disp-window-function): Doc fix.
4651         (appt-display-message): Move beep before display.
4652         (appt-check): Make interactive.  Reduce the number of lets.
4653         Use string-equal to compare mode-line strings.
4654         (appt-disp-window): Pluralize "minute" as needed.  Make appt buffer
4655         read-only.
4656         (appt-select-lowest-window, appt-make-list): Reduce the number of lets.
4657         (appt-delete): Simplify.
4659         * calendar/cal-china.el (holiday-chinese-new-year): Use a single let.
4661         * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
4663         * calendar/cal-hebrew.el (list-yahrzeit-dates):
4664         * calendar/cal-tex.el (cal-tex-insert-blank-days-at-end)
4665         (cal-tex-last-blank-p, cal-tex-daily-page): Expand calendar-for-loops.
4667         * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
4668         (calendar-holiday-marker, mark-visible-calendar-date):
4669         * calendar/diary-lib.el (fancy-diary-display):
4670         Check for font-lock-mode before using faces.
4672         * calendar/calendar.el (hebrew-holidays-3, generate-calendar-month)
4673         (calendar-gregorian-from-absolute): Reduce the number of lets.
4674         (hebrew-holidays-4, generate-calendar-window): Simplify.
4675         (calendar-for-loop): Make obsolete.
4676         (calendar-nth-named-day): Doc fix.
4678         * calendar/diary-lib.el (diary-list-entries, fancy-diary-display)
4679         (print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
4680         (calendar-mark-1, list-sexp-diary-entries, diary-remind):
4681         Reduce the number of lets.
4682         (mark-sexp-diary-entries, calendar-mark-complex):
4683         Expand calendar-for-loops.
4685 2008-04-01  Chong Yidong  <cyd@stupidchicken.com>
4687         * find-dired.el (find-dired-filter): Fix last patch to handle
4688         multi-line process input.  Pad link numbers too.
4690 2008-04-01  Jari Aalto  <jari.aalto@cante.net>
4692         * find-dired.el (find-dired-filter): Align columns by padding file sizes.
4694 2008-04-01  Jason Rumney  <jasonr@gnu.org>
4696         * international/characters.el (script-list): Add phonetic script,
4697         covering IPA (previously Latin), Phonetic Extensions and
4698         Phonetic Extensions Supplement (both previously unassigned).
4700         * international/fontset.el (setup-default-fontset): Use unicode fonts
4701         that cover bopomofo script for bopomofo.
4702         Likewise for braille and mathematical.
4703         Use unicode scripts that cover the phonetic script for IPA.
4705 2008-04-01  Johan BockgÃ¥rd  <bojohan@gnu.org>
4707         * emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
4708         return the assigned value.
4710 2008-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4712         * abbrev.el (abbrev-mode): Use define-minor-mode.
4714         * mouse.el (mouse-major-mode-menu-prefix): Remove.  Remove uses.
4715         (mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
4716         Use map-keymap.
4717         (minor-mode-menu-from-indicator): Use it.  Simplify.
4719         * bindings.el (mode-line-mode-menu): Move before (new) first use.
4720         (mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
4721         Bind the key directly to the menu.
4722         (mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.
4724 2008-04-01  Daiki Ueno  <ueno@unixuser.org>
4726         * epa.el (epa-decrypt-region): Explain the reason why this
4727         function should not be used in Lisp programs.
4728         (epa-decrypt-armor-in-region): Ditto.
4729         (epa-verify-region): Ditto.
4730         (epa-verify-cleartext-in-region): Ditto.
4731         (epa-sign-region): Ditto.
4732         (epa-encrypt-region): Ditto.
4734         * epg.el (epg-start-receive-keys): Fix typo in docstring.
4736         * epa.el (epa-select-keys): Show menu even if there is no key in
4737         GnuPG's keyring.
4739 2008-04-01  Glenn Morris  <rgm@gnu.org>
4741         * calendar/calendar.el (calendar-make-temp-face): New function.
4742         (mark-visible-calendar-date):
4743         * calendar/diary-lib.el (fancy-diary-display): Use it.
4745         * vc-hooks.el (vc-responsible-backend): Declare as function.
4747         * calendar/calendar.el (calendar-nongregorian-visible-p): New function.
4748         * calendar/cal-hebrew.el (calendar-hebrew-date-is-visible-p):
4749         * calendar/cal-julian.el (holiday-julian): Use it.
4751         * calendar/cal-hebrew.el (hebrew-calendar-elapsed-days): Doc fix.
4752         (calendar-hebrew-date-is-visible-p): Extract some common code into
4753         separate function.
4754         (holiday-hebrew, mark-hebrew-calendar-date-pattern): Use it.
4756         * calendar/cal-menu.el (cal-menu-holidays-menu):
4757         * calendar/calendar.el (calendar-mode-map): Use calendar-mark-holidays
4758         rather than obsolete alias.
4760         * calendar/calendar.el (mark-visible-calendar-date): Also use overlay
4761         for mark characters.
4762         (calendar-unmark): Unmark by removing all overlays, rather than
4763         redrawing.
4764         (calendar-starred-day): Remove.
4765         (calendar-mode): Disable undo.  Don't make calendar-starred-day local.
4766         (calendar-cursor-to-date): No need for special star handling now
4767         using overlays.
4768         (calendar-star-date): Use overlays.
4770         * calendar/cal-french.el (calendar-goto-french-date):
4771         * calendar/cal-hebrew.el (calendar-hebrew-from-absolute)
4772         (holiday-hanukkah, mark-hebrew-calendar-date-pattern):
4773         * calendar/cal-move.el (calendar-forward-month, calendar-end-of-month):
4774         * calendar/cal-persia.el (calendar-persian-date-string):
4775         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
4776         (cal-tex-cursor-month, cal-tex-LaTeXify-string):
4777         * calendar/lunar.el (lunar-phase-list, lunar-new-moon-on-or-after):
4778         * calendar/solar.el (solar-equinoxes-solstices):
4779         Reduce nesting of some lets.
4781         * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
4782         (calendar-goto-mayan-long-count-date): Simplify.
4784         * calendar/holidays.el (calendar-holiday-list, holiday-easter-etc):
4785         Simplify by using mapcar.
4786         (calendar-list-holidays): Return holiday-list.
4787         (list-holidays): Use let rather than let*.  Remove un-needed locals
4788         `d', `never'.
4789         (calendar-check-holidays): Return result from dolist.
4790         (holiday-float): Use a single let*.  Simplify if-and to and.
4791         (holiday-sexp, holiday-advent, holiday-greek-orthodox-easter): Use a
4792         single let*.
4794 2008-04-01  Jay Belanger  <jay.p.belanger@gmail.com>
4796         * calc/calc.el: Autoload `calc-yank'.
4797         (calc-mode-map): Add keybindings for `calc-yank'.
4798         * calc/calc-ext.el (calc-init-extensions): Remove keybinding
4799         assignments for `calc-yank'.
4801 2008-03-31  Dan Nicolaescu  <dann@ics.uci.edu>
4803         * vc.el (vc-status-add-entry): Assume ENTRY is a list, not a cons.
4804         (vc-status-mark-buffer-changed): Handle the extra field.
4806         * vc-bzr.el (vc-bzr-after-dir-status):
4807         * vc-cvs.el (vc-cvs-after-dir-status):
4808         * vc-hg.el (vc-hg-after-dir-status):
4809         * vc-svn.el (vc-svn-after-dir-status): Return a list, not a cons.
4811 2008-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4813         * doc-view.el: Compute displayed pages first (in PDF).
4814         (doc-view-current-converter-processes): Rename from
4815         doc-view-current-converter-process.  Update users.
4816         (doc-view-sentinel): Test buffer's liveness.
4817         (doc-view-pdf/ps->png-sentinel): Remove.
4818         (doc-view-start-process): New function.
4819         (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
4820         (doc-view-ps->pdf): Use it.
4821         (doc-view-pdf->png-1, doc-view-pdf->png, doc-view-active-pages):
4822         New functions.
4823         (doc-view-convert-current-doc, doc-view-goto-page): Use them.
4824         (doc-view-mode): Kill the processes when leaving the mode.
4826 2008-03-31  Juanma Barranquero  <lekktu@gmail.com>
4828         * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p):
4829         Use `byte-compile-warning-types'.  Add docstring.
4831 2008-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4833         * smerge-mode.el (smerge-apply-resolution-patch): New fun.
4834         (smerge-resolve): Add various resolution heuristics.
4836         * smerge-mode.el (smerge-refine): Allow highlighting other subparts
4837         in 3-way conflicts.
4839 2008-03-31  Glenn Morris  <rgm@gnu.org>
4841         * calendar/cal-bahai.el (diary-bahai-mark-entries):
4842         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
4843         * calendar/cal-islam.el (mark-islamic-diary-entries):
4844         Fix argument order in call to diary-mark-entries-1.
4846         * calendar/cal-bahai.el (calendar-bahai-date-string): Avoid an error for
4847         pre-Bahai dates.
4848         (holiday-bahai): Use an algorithm actually relevant to this calendar
4849         system.
4851         * calendar/cal-china.el (holiday-chinese-new-year): Doc fix.
4853         * calendar/cal-islam.el (holiday-islamic): Remove un-needed let.
4854         Use and.
4856         * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
4857         in the last fortnight in Julian October.
4859         * calendar/calendar.el (increment-calendar-month): Optionally handle
4860         systems without 12 months per year.
4862         (calendar-date-is-visible-p): Doc fix.  Simplify.
4864         * calendar/holidays.el (holiday-filter-visible-calendar): Return result
4865         from dolist.
4867 2008-03-30  Juanma Barranquero  <lekktu@gmail.com>
4869         * hi-lock.el (hi-lock-mode): Fix typos in docstring.
4870         (hi-lock-unload-function): New function.
4872 2008-03-30  Michael Albinus  <michael.albinus@gmx.de>
4874         * net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
4875         overwriting when NEWNAME is a local file.
4877         * net/trampver.el: Update release number.
4879 2008-03-30  Alexandre Julliard  <julliard@winehq.org>
4881         * vc-git.el: Make vc-status display information about copies,
4882         renames and permission changes.
4883         (vc-git-extra-fileinfo): New defstruct.
4884         (vc-git-escape-file-name, vc-git-file-type-as-string)
4885         (vc-git-rename-as-string, vc-git-permissions-as-string)
4886         (vc-git-status-printer): New functions.
4887         (vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo.
4888         (vc-git-after-dir-status-stage1): Look for copies, renames and
4889         permission changes.
4890         (vc-git-after-dir-status-stage1-empty-db): Set permissions.
4891         (vc-git-dir-status): Ask for staged files and renames.
4893 2008-03-30  Dan Nicolaescu  <dann@ics.uci.edu>
4895         * vc.el: Allow backends to display backend specific information in
4896         the vc-status listing.
4897         (vc-status-fileinfo): Add a field for backend specific information.
4898         (vc-status-printer): Rename to ...
4899         (vc-default-status-printer): ... this.
4900         (vc-status-printer): New function.
4901         (vc-update-vc-status-buffer): Set the backend specific file info
4902         if provided.
4904 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4906         * textmodes/remember.el (remember-diary-convert-entry): Revert last
4907         change (ill-conceived).
4909 2008-03-29  Glenn Morris  <rgm@gnu.org>
4911         * calendar/cal-hebrew.el (holiday-hebrew): Simplify.
4912         * calendar/cal-julian.el (holiday-julian): Simplify.
4914         * calendar/holidays.el (list-holidays): Use or.
4916 2008-03-29  Juri Linkov  <juri@jurta.org>
4918         * window.el (split-window-preferred-horizontally): New function.
4920         * cus-start.el (split-window-preferred-function):
4921         Set choice for "vertically" to nil instead of split-window.
4922         Set choice for "horizontally" to split-window-preferred-horizontally
4923         instead of lambda.
4925 2008-03-29  Juri Linkov  <juri@jurta.org>
4927         * simple.el (minibuffer-default-add-function): New variable with
4928         the default to minibuffer-default-add-completions.
4929         (minibuffer-default-add-done): New variable.  Make it buffer-local.
4930         (minibuffer-default-add-completions): New function.
4931         (goto-history-element): Set minibuffer-default-add-done to t and
4932         call a function in minibuffer-default-add-function when the
4933         specified absolute history position is greater than the length of
4934         the minibuffer-default list and minibuffer-default-add-done is nil.
4935         Change "^End of history; no next item$" to "^End of defaults;
4936         no next item$".
4938         * bindings.el (debug-ignored-errors): Change "^End of history;
4939         no next item$" to "^End of defaults; no next item$".
4941 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4943         * subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.
4945         * textmodes/remember.el (remember-diary-convert-entry): Prefer boundp
4946         to with-no-warnings.
4948 2008-03-29  Michael Albinus  <michael.albinus@gmx.de>
4950         Sync with Tramp 2.1.13.
4952         * net/tramp-ftp.el: Require 'cl when byte-compiling.
4954         * net/trampver.el: Update release number.
4956 2008-03-29  Dan Nicolaescu  <dann@ics.uci.edu>
4958         * vc-hooks.el (vc-menu-map-filter): Be more careful when finding
4959         the current backend.
4961         * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
4962         (vc-status-refresh): Create a temporary buffer and call the
4963         `dir-status' backend function from that buffer.
4965         * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
4966         (vc-bzr-after-dir-status): Don't kill the buffer.
4968         * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
4969         (vc-cvs-after-dir-status): Don't kill the buffer.
4971         * vc-git.el (vc-git-dir-status): Don't create a buffer.
4972         (vc-git-after-dir-status-stage2): Don't kill the buffer.
4974         * vc-hg.el (vc-hg-dir-status): Don't create a buffer.
4975         (vc-hg-after-dir-status): Don't kill the buffer.
4977         * vc-svn.el (vc-svn-dir-status): Don't create a buffer.
4978         (vc-svn-after-dir-status): Don't kill the buffer.
4980 2008-03-29  Glenn Morris  <rgm@gnu.org>
4982         * calendar/calendar.el (diary-file, american-date-diary-pattern)
4983         (european-date-diary-pattern, european-calendar-display-form)
4984         (american-calendar-display-form, diary-display-hook): Doc fixes.
4985         (european-calendar-style): Doc fix.  Use calendar-set-date-style for
4986         custom :set.  Mark as obsolete.
4987         (calendar-date-style, iso-date-diary-pattern)
4988         (iso-calendar-display-form): New user variables.
4989         (diary-date-forms, calendar-date-display-form): Set using
4990         calendar-date-style.  Doc fix.
4991         (calendar-set-date-style): New command.
4992         (european-calendar, american-calendar): Use calendar-set-date-style.
4993         Mark as obsolete.
4995         * calendar/diary-lib.el (number): Move declaration where needed.
4996         (diary-mail-entries, list-sexp-diary-entries): Doc fixes.
4997         (diary-make-date): New function.
4998         (diary-date, diary-block, diary-anniversary, diary-cyclic): Doc fix.
4999         Use diary-make-date.
5000         (diary-date-display-form, diary-insert-entry-1): New functions.
5001         (insert-monthly-diary-entry, insert-yearly-diary-entry):
5002         Use diary-insert-entry-1.
5003         (insert-anniversary-diary-entry, insert-block-diary-entry)
5004         (insert-cyclic-diary-entry): Use diary-date-display-form.
5006         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
5007         Autoload diary-insert-entry-1.
5008         * calendar/cal-bahai.el (diary-bahai-insert-entry)
5009         (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
5010         * calendar/cal-hebrew.el (insert-hebrew-diary-entry)
5011         (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
5012         * calendar/cal-islam.el (insert-islamic-diary-entry)
5013         (insert-monthly-islamic-diary-entry, insert-yearly-islamic-diary-entry):
5014         Use diary-insert-entry-1.
5016         * calendar/cal-hebrew.el (diary-make-date): Autoload it.
5017         (diary-yahrzeit): Doc fix.  Use diary-make-date.
5019         * calendar/icalendar.el (icalendar--datetime-to-american-date):
5020         New name for icalendar--datetime-to-noneuropean-date.  Make old name
5021         obsolete alias.
5022         (icalendar--datetime-to-iso-date): New function.
5023         (icalendar--datetime-to-diary-date): Doc fix.  Respect
5024         calendar-date-style if bound.
5026         * textmodes/remember.el (remember-diary-convert-entry):
5027         Respect calendar-date-style if bound.
5029 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5031         * xt-mouse.el (xterm-mouse-mode): Use delete-terminal-functions.
5032         (xterm-mouse-handle-delete-frame): Delete.
5034         * term/xterm.el (terminal-init-xterm): Use delete-terminal-functions.
5035         (xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys)
5036         (xterm-remove-modify-other-keys): Lookup terminal rather than frame
5037         in xterm-modify-other-keys-terminal-list.
5039         * vc-bzr.el (vc-bzr-state-heuristic): Fix last change for when there
5040         are conflicts.
5042 2008-03-29  Dan Nicolaescu  <dann@ics.uci.edu>
5044         * vc.el (vc-update): Check if the buffer is unsaved only if it
5045         actually exists.
5046         (vc-status-mode-map, vc-status-menu-map): Bind vc-update and
5047         vc-print-log.
5049 2008-03-28  Magnus Henoch  <mange@freemail.hu>
5051         * net/dns.el (dns-write): Use set-buffer-multibyte.
5053 2008-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5055         * vc-bzr.el (vc-bzr-sha1): New fun.
5056         (vc-bzr-state-heuristic): New fun, extracted from vc-bzr-registered.
5057         (vc-bzr-registered): Use it.
5059 2008-03-28  Dan Nicolaescu  <dann@ics.uci.edu>
5061         * vc.el (vc-status-kill-dir-status-process): Simplify.
5062         (vc-status-refresh): Make sure the buffer is live.
5063         (ring): Don't require it, not used.
5065 2008-03-28  Wilson Snyder  <wsnyder@wsnyder.org>
5067         * progmodes/verilog-mode.el (verilog-auto-inout-module):
5068         Add optional regular expression to AUTOINOUTMODULE.
5069         (verilog-inject-auto, verilog-auto-arg, verilog-auto-inst)
5070         (verilog-auto-inst-param, verilog-auto-reg)
5071         (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
5072         (verilog-auto-output-every, verilog-auto-input)
5073         (verilog-auto-inout, verilog-auto-sense, verilog-auto-tieoff)
5074         (verilog-auto-unused, verilog-auto): Update documentation to use
5075         more obvious instance module names versus cell names.
5077 2008-03-28  Jan Djärv  <jan.h.d@swipnet.se>
5079         * progmodes/compile.el (compilation-mode-tool-bar-map): Only enable
5080         kill if a process is running.
5082         * progmodes/grep.el (grep-mode-tool-bar-map): The same.
5084 2008-03-28  Dan Nicolaescu  <dann@ics.uci.edu>
5086         * vc.el: Add new backend function 'status-extra-headers.
5087         (vc-default-status-extra-headers): New function.
5088         (vc-status-headers): Call 'status-extra-headers.  Add colors.
5090         * vc-git.el (vc-git-status-extra-headers): New function.
5092 2008-03-28  Glenn Morris  <rgm@gnu.org>
5094         * calendar/cal-menu.el (cal-menu-holidays-menu)
5095         (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
5096         (cal-menu-list-holidays-previous-year): Simplify now that 2nd arg of
5097         holiday-list is optional.
5098         (calendar-mouse-holidays): Remove un-needed local `l'.
5100         * calendar/cal-move.el (calendar-cursor-to-nearest-date):
5101         Remove un-needed local `date'.
5102         (calendar-cursor-to-visible-date): Use let rather than let*.
5103         Remove un-needed local `first-of-month-weekday'.
5105         * calendar/calendar.el (abbreviated-calendar-year): Move to diary-lib.
5107         * calendar/diary-lib.el (print-diary-entries-hook, diary-list-entries):
5108         Doc fixes.
5109         (abbreviated-calendar-year): Move here from calendar.el.  Doc fix.
5110         (diary-header-line-flag, diary-header-line-format): Declare.
5111         (diary-pull-attrs): Check for multiple matches.
5112         (diary-list-entries-2): Simplify finding start of date.
5113         (diary-show-all-entries, make-diary-entry): Respect non-nil values of
5114         pop-up-frames.
5115         (diary-mark-entries-1): Re-use offset in abbreviated-year case.
5116         (mark-sexp-diary-entries): Remove superfluous call to diary-pull-attrs.
5118 2008-03-27  Dan Nicolaescu  <dann@ics.uci.edu>
5120         * vc-hg.el (vc-hg-state, vc-hg-dir-state): Deal with 'missing files.
5122         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate.
5124 2008-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5126         * vc-hooks.el (vc-before-save): Don't prevent saving the file.
5128         * image-mode.el (image-mode-reapply-winprops): Fix last change.
5130 2008-03-27  Kenichi Handa  <handa@ni.aist.go.jp>
5132         * international/mule-conf.el (define-iso-single-byte-charset):
5133         Don't make latin-iso8859-* supplementary.
5134         (#'set-charset-priority): Don't change the priority of charsets
5135         `unicode' and `emacs'.
5137 2008-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5139         * vc.el (vc-do-command): Don't pop to the buffer if it's an internal
5140         temp buffer.
5142 2008-03-27  Glenn Morris  <rgm@gnu.org>
5144         * calendar/cal-bahai.el (diary-bahai-list-entries):
5145         * calendar/cal-hebrew.el (list-hebrew-diary-entries):
5146         * calendar/cal-islam.el (list-islamic-diary-entries): Doc fix.
5148         * calendar/calendar.el (diary-file): Doc fix.
5150         * calendar/diary-lib.el (diary-face-attrs): Fix `height' regexp.
5151         (list-diary-entries-hook, mark-diary-entries-hook)
5152         (include-other-diary-files, diary-mail-entries)
5153         (mark-included-diary-files, list-sexp-diary-entries): Doc fixes.
5154         (diary-set-header): New function.
5155         (diary-header-line-flag, diary-header-line-format):
5156         Use diary-set-header for custom :set function.
5157         (diary-set-maybe-redraw): Use symbol-value rather than eval.
5158         (diary-attrtype-convert): Use intern-soft rather than read.
5159         (diary-display-no-entries): New function.
5160         (simple-diary-display, fancy-diary-display): Use it.
5161         (fancy-diary-display): Doc fix.  Remove unneeded local entry-list.
5162         (diary-mark-entries-1): Fix position offsets in non-gregorian case.
5164         * calendar/holidays.el (list-holidays): Doc fix.
5166 2008-03-26  Jay Belanger  <jay.p.belanger@gmail.com>
5168         * calc/calc-store.el (calc-read-var-name-history): New variable.
5169         (calc-read-var-name): Use `calc-read-var-name-history'.
5171 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5173         * image-mode.el (image-mode-reapply-winprops): Simplify now that
5174         window-configuration-change-hook works buffer-locally.
5176 2008-03-26  Johan BockgÃ¥rd  <bojohan@gnu.org>
5178         * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table
5179         for Emacs Lisp, not Lisp.
5181 2008-03-26  Juanma Barranquero  <lekktu@gmail.com>
5183         * help-fns.el (describe-function-1, describe-variable):
5184         If CURRENT-NAME is nil, don't end obsolescence info with semicolon.
5186         * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no
5187         replacement is provided, don't print "use nil instead".
5189 2008-03-26  Johan BockgÃ¥rd  <bojohan@gnu.org>
5191         * complete.el (PC-do-completion): Use regexp-quote.
5193 2008-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
5195         * vc-cvs.el (vc-cvs-parse-status, vc-cvs-after-dir-status):
5196         Detect missing files.
5198         * vc-git.el (vc-git-extra-menu-map): New key map.
5199         (vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep):
5200         New functions.
5202         * vc-hooks.el (vc-default-mode-line-string): Deal with 'removed
5203         and 'missing files.
5205 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5207         * calendar/holidays.el (list-holidays): Make Y2 optional.
5209         * calendar/appt.el (appt-buffer-name): Don't use a leading space for
5210         buffers shown to the user.
5211         (appt-disp-window): Disable undo explicitly now that the leading space
5212         is gone.
5214         * simple.el (activate-mark): New function.
5215         (set-mark-command): Use it with region-active-p to clean up the code.
5216         (exchange-point-and-mark): Invert the meaning of C-u when
5217         transient-mark-mode is active.
5219         * dired-aux.el (dired-create-files): Use dolist.
5221         * bindings.el (mode-line-change-eol): Use with-selected-window.
5223         * apropos.el (apropos-command): Include macros.
5225 2008-03-26  Glenn Morris  <rgm@gnu.org>
5227         * calendar/cal-bahai.el: Require calendar, not cal-julian.
5228         (calendar-bahai-epoch): Doc fix.
5230         * calendar/cal-china.el: Explicitly require calendar.
5232         * calendar/cal-coptic.el, calendar/cal-islam.el, calendar/cal-persia.el:
5233         Require calendar rather than cal-julian.
5234         Autoload calendar-absolute-from-julian.
5235         * calendar/cal-coptic.el (coptic-calendar-epoch):
5236         * calendar/cal-islam.el (calendar-islamic-epoch):
5237         * calendar/cal-persia.el (persian-calendar-epoch): Set when compiling.
5239         * calendar/cal-islam.el (calendar-islamic-epoch): Doc fix.
5241         * calendar/cal-dst.el: Don't require cal-persia.
5242         (calendar-absolute-from-persian): Autoload it.
5243         (dst-adjust-time): Doc fix.
5245         * calendar/cal-menu.el (cal-menu-diary-menu): Remove menu headings that
5246         cause cal-bahai, cal-islam, cal-hebrew to be loaded on starting the
5247         calendar.
5249         * calendar/cal-menu.el: Require calendar rather than declaring
5250         functions.
5251         * calendar/calendar.el: Provide calendar before requiring cal-menu.
5253         * calendar/cal-x.el (calendar-after-frame-setup-hook): New name for
5254         calendar-after-frame-setup-hooks.  Update callers, make old name an
5255         obsolete alias.  Doc fix.
5256         (calendar-frame-1): Doc fix.
5258         * calendar/calendar.el (solar-holidays): Simplify holiday-sexp calls.
5260         * calendar/calendar.el (oriental-holidays, solar-holidays):
5261         * calendar/holidays.el (list-holidays): Assume atan always bound.
5263         * calendar/lunar.el, calendar/solar.el: Remove floating-point check.
5264         Explicitly require calendar, not cal-julian.
5265         * calendar/lunar.el: Explicitly require cal-dst.
5267 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5269         * autorevert.el (auto-revert-buffers): Use buffer-live-p.
5271         * help-fns.el (describe-function-1, describe-variable): If no
5272         replacement is provided, don't print "use nil instead".
5274 2008-03-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5276         * proced.el: New file.
5278 2008-03-25  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
5280         * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.
5282 2008-03-25  Juri Linkov  <juri@jurta.org>
5284         * battery.el: Add file cookie coding:iso-8859-1 for the degree sign
5285         in battery-mode-line-format.
5287         * bindings.el (minibuffer-local-map): For the command
5288         file-cache-minibuffer-complete replace keymap minibuffer-local-map
5289         with map which is already locally bound to minibuffer-local-map.
5291 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5293         * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
5294         Remove `sort-first' argument.
5296         * subr.el (redisplay-end-trigger-functions)
5297         (window-redisplay-end-trigger, set-window-redisplay-end-trigger)
5298         (process-filter-multibyte-p, set-process-filter-multibyte):
5299         Mark as obsolete.
5301 2008-03-25  Juanma Barranquero  <lekktu@gmail.com>
5303         * emacs-lisp/re-builder.el (reb-mode-common): Remove reference to
5304         bogus variable `reb-kill-buffer'; don't make hooks buffer-local,
5305         use the LOCAL arg of `add-hook'.
5306         (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
5307         Remove spurious * from defcustom docstrings.
5308         (reb-next-match, reb-prev-match, reb-enter-subexp-mode):
5309         Fix typos in messages.
5310         (reb-mode-buffer-p): New function.
5311         (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'.  Use `when'.
5312         (top, reb-show-subexp, reb-auto-update, reb-auto-update)
5313         (reb-delete-overlays, reb-cook-regexp, reb-update-regexp)
5314         (reb-update-overlays): Use `unless', `when'.
5315         (re-builder-unload-function): New function.
5317 2008-03-25  Dan Nicolaescu  <dann@ics.uci.edu>
5319         * vc-hooks.el (vc-state): Add documentation for 'missing.
5321 2008-03-25  Wilson Snyder  <wsnyder@wsnyder.org>
5323         * progmodes/verilog-mode.el (verilog-auto-output)
5324         (verilog-auto-input, verilog-auto-inout, verilog-auto)
5325         (verilog-delete-auto): Add optional regular expression to
5326         AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
5327         (verilog-signals-matching-regexp): New internal function for
5328         signal matching.
5330 2008-03-25  Johan BockgÃ¥rd  <bojohan@gnu.org>
5332         * info.el (Info-isearch-search): Always return point.
5334 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5336         * diff-mode.el (diff-remembered-defdir): New var.
5337         (diff-find-file-name): Use it to flush diff-remembered-files-alist.
5339 2008-03-25  Glenn Morris  <rgm@gnu.org>
5341         * calendar/cal-bahai.el (calendar-bahai-read-date): New name for
5342         calendar-bahai-prompt-for-date.  Update callers, make old name an
5343         obsolete alias.  Doc fix.
5344         * calendar/cal-coptic.el (calendar-coptic-read-date): New name for
5345         coptic-prompt-for-date.  Update callers, make old name an
5346         obsolete alias.  Doc fix.
5347         * calendar/cal-hebrew.el (calendar-hebrew-read-date): New name for
5348         calendar-hebrew-prompt-for-date.  Update callers.  Doc fix.
5349         * calendar/cal-islam.el (calendar-islamic-read-date): New name for
5350         calendar-islamic-prompt-for-date.  Update callers.  Doc fix.
5351         * calendar/cal-iso.el (calendar-iso-read-date): New name for
5352         calendar-iso-read-args.  Update callers, make old name an obsolete
5353         alias.
5354         * calendar/cal-persia.el (calendar-persian-read-date): New name for
5355         persian-prompt-for-date.  Update callers, make old name an
5356         obsolete alias.  Doc fix.  Move definition before use.
5358         * calendar/cal-x.el (diary-frame-parameters)
5359         (calendar-frame-parameters, calendar-and-diary-frame-parameters)
5360         (calendar-frame-1): Doc fixes.
5361         (make-fancy-diary-buffer): Remove declaration.
5362         (calendar-dedicate-diary): Replace call to deleted function
5363         make-fancy-diary-buffer.
5364         (calendar-frame-setup): New function.
5365         (calendar-one-frame-setup, calendar-only-one-frame-setup)
5366         (calendar-two-frame-setup): Call calendar-frame-setup to do the actual
5367         work, and mark as obsolete.
5368         (special-display-buffer-names): Don't mess with this; it's not our
5369         business.
5370         (cal-x-load-hook): Defvar it, and mark as obsolete.
5372         * calendar/calendar.el (calendar-remove-frame-by-deleting):
5373         Default to t.  Add to 'calendar group.
5374         (calendar): Doc fix.  Use calendar-frame-setup.
5375         (calendar-basic-setup): Doc fix.  Add optional NODISPLAY argument.
5376         (generate-calendar-window): Doc fix.
5378 2008-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5380         * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
5382 2008-03-24  Drew Adams  <drew.adams@oracle.com>
5384         * finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
5385         New variables.
5386         (finder-mode): Use finder-mode-syntax-table.  Set font-lock-defaults.
5387         (finder-exit): Ignore errors rather than avoiding them.
5388         Kill *Finder-package* buffer also.
5390 2008-03-24  Andreas Schwab  <schwab@suse.de>
5392         * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
5394 2008-03-24  Dan Nicolaescu  <dann@ics.uci.edu>
5396         * vc-hg.el (vc-hg-after-dir-status):
5397         * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
5399         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
5400         Detect removed files.
5402         * vc.el (vc-status-printer): Use a different face for missing files.
5403         (vc-status-hide-up-to-date): Rename from
5404         vc-status-remove-up-to-date.  Update all callers.
5405         (vc-status-mode-map): Bind C-m.
5407 2008-03-24  Alexandre Julliard  <julliard@winehq.org>
5409         * vc-git.el (vc-git-after-dir-status-stage1): Move state matching
5410         code ...
5411         (vc-git--state-code): ... to this new function.
5412         (vc-git-state): Use it.
5414 2008-03-24  Trent Buck  <trentbuck@gmail.com>  (tiny change)
5416         * textmodes/remember.el (remember-mail-date)
5417         (remember-store-in-mailbox): Write date and From line in such a
5418         way that Mutt can read it.
5420 2008-03-23  Chong Yidong  <cyd@stupidchicken.com>
5422         * simple.el (transient-mark-mode): Turn on by default.
5424 2008-03-23  Dan Nicolaescu  <dann@ics.uci.edu>
5426         * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
5427         'unregistered for unregistered files.
5429         * vc-hg.el (vc-hg-state): Return 'removed for removed files.
5431         * bindings.el (standard-mode-line-modes): Avoid duplicating a string.
5433         * vc-cvs.el (vc-cvs-parse-status): Note there are problems with
5434         subdirectories.
5436         * vc.el (vc-status-prepare-status-buffer): Fix thinko.
5437         (vc-status-menu-map): Add binding for vc-status-kill-dir-status-process.
5438         Add :enable for vc-status-refresh.
5439         (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
5440         (vc-status-tool-bar-map): Add binding for
5441         vc-status-kill-dir-status-process.
5442         Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
5443         (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
5444         Reset vc-status-process-buffer.
5445         (vc-status-refresh): Don't run two refreshes at a time.
5446         (vc-status): If the buffer is already in vc-status-mode only refresh.
5447         (vc-status-mark-buffer-changed): Add an optional file parameter.
5448         (vc-resynch-buffer): Use it.
5449         (vc-delete-file): Expand the file name before using it.
5450         Be careful to not create a new buffer with the old file contents.
5451         Update the VC state after performing the operation.
5453 2008-03-23  Andreas Schwab  <schwab@suse.de>
5455         * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
5456         Fix radio button condition.
5457         [box]: Likewise.
5458         [customize]: Add radio button.
5460 2008-03-23  Jay Belanger  <jay.p.belanger@gmail.com>
5462         * calc/calc.el (calc-was-keypad-mode, calc-full-mode)
5463         (calc-user-parse-tables, calc-gnuplot-default-device)
5464         (calc-gnuplot-default-output, calc-gnuplot-print-device)
5465         (calc-gnuplot-print-output, calc-gnuplot-geometry)
5466         (calc-graph-default-resolution, calc-graph-default-resolution-3d)
5467         (calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
5468         (calc-undo-list, calc-redo-list, calc-main-buffer)
5469         (calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
5470         (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
5471         (calc-said-hello, calc-executing-macro, calc-any-selections)
5472         (calc-help-phase, calc-full-help-flag, calc-refresh-count)
5473         (calc-display-dirty, calc-embedded-info, calc-embedded-active)
5474         (calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
5475         (math-expr-variable-mapping, calc-mode-map, calc-digit-map)
5476         (calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
5477         (calc-create-buffer, calc-quit): Add docstrings.
5479 2008-03-23  Juanma Barranquero  <lekktu@gmail.com>
5481         * makefile.w32-in (WINS_ALMOST): Add org.
5483 2008-03-23  Dan Nicolaescu  <dann@ics.uci.edu>
5485         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
5486         New functions to implement vc-status support.
5488 2008-03-22  Dan Nicolaescu  <dann@ics.uci.edu>
5490         * vc.el (vc-status-prepare-status-buffer): New function.
5491         (vc-status): Use it.
5493         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
5494         appropriate.
5496 2008-03-22  Alexandre Julliard  <julliard@winehq.org>
5498         * vc-git.el (vc-git--empty-db-p)
5499         (vc-git-after-dir-status-stage1-empty-db): New functions.
5500         (vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
5501         Add support for empty repositories.
5503 2008-03-22  Dan Nicolaescu  <dann@ics.uci.edu>
5505         * vc-git.el (vc-git-annotate-extract-revision-at-line):
5506         Allow "^" in a version name.
5508         * vc-mtn.el (vc-mtn-state): Support the added state.
5510 2008-03-22  Carsten Dominik  <dominik@science.uva.nl>
5512         * org: New directory for Org-mode.
5514         * org/org-export-latex.el: Moved from lisp/texmodes.
5516         * org/org-irc.el: Moved from lisp/texmodes.
5518         * org/org-mac-message.el: Moved from lisp/texmodes.
5520         * org/org-mouse.el: Moved from lisp/texmodes.
5522         * org/org-publish.el: Moved from lisp/texmodes.
5524 2008-03-21  Juri Linkov  <juri@jurta.org>
5526         * comint.el (comint-dynamic-simple-complete):
5527         Use variable `stub' for the second arg `common-substring'
5528         of `comint-dynamic-list-completions'.
5529         (comint-dynamic-list-filename-completions):
5530         Use variable `filenondir' for the second arg `common-substring'
5531         of `comint-dynamic-list-completions'.
5532         (comint-dynamic-list-completions): Add new optional arg
5533         `common-substring'.  Add `common-substring' as the second arg of
5534         the call to `display-completion-list'.  Doc fix.
5536         * comint.el (comint-dynamic-complete-as-filename)
5537         (comint-dynamic-list-filename-completions)
5538         (comint-dynamic-simple-complete): Use `minibuffer-message'
5539         to display message "No completions of %s" when a command
5540         is called in the minibuffer.
5541         (comint-dynamic-simple-complete): Don't display other
5542         completion messages when a command is called in the minibuffer.
5543         (comint-dynamic-list-completions): Use `minibuffer-message'
5544         to display message " [Type space to flush ...]" when a command
5545         is called in the minibuffer.
5547         * shell.el (shell-dynamic-complete-command)
5548         (shell-dynamic-complete-environment-variable): Don't display
5549         completion messages when command is called in the minibuffer.
5551         * emacs-lisp/lisp.el (lisp-complete-symbol):
5552         Use `minibuffer-message' to display message "No completions of %s"
5553         when this command is called in the minibuffer.
5555         * bindings.el (standard-mode-line-modes): Put special help-echo
5556         tooltip on recursive edit %[ %] mode-line constructs.
5558         * dabbrev.el (debug-ignored-errors): Remove $ from the end of
5559         "^No dynamic expansion for .* found$" to allow error messages like
5560         "No dynamic expansion for \"%s\" found in this-buffer".
5562 2008-03-21  Michael Albinus  <michael.albinus@gmx.de>
5564         * net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
5565         "psftp".
5567 2008-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5569         * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
5570         * vc.el (vc-default-dired-state-info): Use just "modified".
5571         * vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
5572         (vc-cvs-mode-line-string): Make use of the better default.
5573         (vc-cvs-parse-entry): Use the new `added'.
5574         (vc-cvs-dired-state-info): Remove.
5575         * vc-svn.el (vc-svn-dired-state-info): Remove.
5576         * vc-hg.el (vc-hg-dired-state-info): Remove.
5577         * vc-git.el (vc-git-dired-state-info): Remove.
5579 2008-03-21  Dan Nicolaescu  <dann@ics.uci.edu>
5581         * vc-git.el (vc-git-status-result): New variable.
5582         (vc-git-dir-status): Split out ...
5583         (vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
5584         ... these new functions and work asynchronously.
5586 2008-03-21  Alexandre Julliard  <julliard@winehq.org>
5588         * vc-git.el (vc-git-after-dir-status): Remove.
5589         (vc-git-dired-state-info): Reimplement.
5591 2008-03-21  Dan Nicolaescu  <dann@ics.uci.edu>
5593         * replace.el (occur-mode-map): Add :help.
5595         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entry
5596         for disassemble.
5598         * vc.el (vc-status-mark-buffer-changed): Better deal with files in
5599         the 'added state.
5600         (vc-status-remove-up-to-date): New function.
5601         (vc-status-mode-map, vc-status-menu-map): Bind it.
5602         (vc-status-printer): Use a different face up-to-date files.
5603         (vc-resynch-buffer): Update the vc-status buffer if it exists.
5604         (Todo): Remove solved entries.
5606         * vc-hg.el (vc-hg-state):
5607         * vc-git.el (vc-git-state):
5608         * vc-cvs.el (vc-cvs-parse-status):
5609         * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
5610         state.
5612 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5614         * progmodes/compile.el (compile):
5615         * progmodes/grep.el (grep, grep-find): Use read-shell-command.
5617         * simple.el (minibuffer-local-shell-command-map): New var.
5618         (minibuffer-complete-shell-command, read-shell-command): New funs.
5619         (shell-command, shell-command-on-region): Use them.
5621 2008-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
5623         * vc.el (vc-status-mark-buffer-changed): New function to implement
5624         updating of the *vc-status* buffer when a buffer is saved.
5625         (vc-status-mode): Use it for after-change-hook.
5626         (vc-add-to-vc-status-buffer): Rename to ...
5627         (vc-status-add-entry): ... this.
5628         (Todo): Add new entry.
5630 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5632         * sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness.
5634 2008-03-20  Juanma Barranquero  <lekktu@gmail.com>
5636         * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars)
5637         (icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
5638         Remove spurious * from defcustom docstrings.
5639         (icomplete-compute-delay): Fix docstring and remove spurious *.
5640         (icomplete-delay-completions-threshold): Fix typo in docstring and
5641         remove spurious *.
5642         (icomplete-completions): While collecting the list of prospective
5643         candidates, don't overshoot `icomplete-prospects-length'.
5645 2008-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
5647         * textmodes/refbib.el:
5648         * textmodes/reftex.el:
5649         * textmodes/reftex-global.el:
5650         * textmodes/reftex-vars.el:
5651         * textmodes/reftex-toc.el: Don't use eval-and-compile for byte
5652         compiler pacifying defvars.
5653         (reftex-toc-mode): Only make zmacs-regions local on XEmacs.
5654         * textmodes/reftex-index.el (zmacs-regions): Remove pacifier,
5655         not needed.
5657 2008-03-20  Wilson Snyder  <wsnyder@wsnyder.org>
5659         * progmodes/verilog-mode.el (verilog-easy-menu-filter): New function.
5660         (verilog-stmt-menu, verilog-menu): Add :help and filter it.
5661         (verilog-customize, verilog-font-customize)
5662         (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
5663         (verilog-mode): Update documentation strings to match tool tips.
5664         (verilog-auto-search-do, verilog-auto-re-search-do)
5665         (verilog-skip-forward-comment-or-string): Fix verilog-auto
5666         expansion when a .* appears inside a string.
5667         (verilog-re-search-forward, verilog-re-search-backward):
5668         Add comment to recall how this works.
5669         (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
5671 2008-03-20  Glenn Morris  <rgm@gnu.org>
5673         * calendar/calendar.el (calendar-other-dates): New function.
5674         (calendar-print-other-dates): Use calendar-other-dates.
5675         * calendar/cal-menu.el (calendar-other-dates): Declare it, and removes
5676         the declarations it replaces.
5677         (calendar-mouse-print-dates): Use calendar-other-dates.
5679         * calendar/cal-bahai.el (calendar-bahai-leap-year-p)
5680         (calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
5681         (calendar-absolute-from-bahai): Fix the leap-year case.
5682         (calendar-bahai-from-absolute): Re-use the Gregorian month.
5683         (calendar-bahai-date-string, calendar-bahai-print-date):
5684         Handle pre-Bahai dates.
5686         * calendar/cal-china.el (chinese-calendar-celestial-stem)
5687         (chinese-calendar-terrestrial-branch): Make defcustoms.
5689         * calendar/cal-menu.el (calendar-mouse-holidays): Re-use the title.
5690         (calendar-mouse-view-diary-entries): Use or.
5691         (calendar-mouse-chinese-date): Remove unused command.
5692         (cal-menu-load-hook): Mark as obsolete.
5694         * calendar/solar.el (calendar-location-name, calendar-latitude)
5695         (calendar-longitude, solar-arctan, sunrise-sunset)
5696         (solar-mean-equinoxes/solstices): Use the appropriate equality test.
5698 2008-03-20  Jay Belanger  <jay.p.belanger@gmail.com>
5700         * calc/calc.el: Remove outdated comments.
5701         (defcalcmodevar, calc-mode-var-list-restore-default-values)
5702         (calc-mode-var-list-restore-saved-values, calc-autorange-units):
5703         Add docstrings.
5705 2008-03-19  Jason Rumney  <jasonr@gnu.org>
5707         * w32-fns.el (x-alternatives-map): Add S-tab mapping.
5709 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
5711         * net/tls.el (open-tls-stream): Reindent.
5713 2008-03-19  Michael Albinus  <michael.albinus@gmx.de>
5715         * net/tramp.el (tramp-let-maybe): Removed.
5716         (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
5717         It does not exist under XEmacs.
5718         (tramp-handle-file-truename, tramp-handle-expand-file-name)
5719         (tramp-completion-file-name-handler): Let-bind
5720         `directory-sep-char'.
5722         * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
5723         `directory-sep-char'.
5725 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5727         * help-fns.el (describe-function-1): Don't signal "missing arglist"
5728         for autoloaded keymaps.
5730         * progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
5731         (electric-verilog-terminate-line, verilog-in-struct-region-p)
5732         (verilog-backward-ws&directives, verilog-forward-ws&directives)
5733         (verilog-in-comment-p, verilog-in-star-comment-p)
5734         (verilog-in-slash-comment-p, verilog-skip-backward-comments)
5735         (verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
5736         (verilog-skip-forward-comment-or-string, verilog-in-paren)
5737         (verilog-skip-forward-comment-p): Use it.
5739 2008-03-19  Juanma Barranquero  <lekktu@gmail.com>
5741         * textmodes/org.el (org-link-store, org-link-follow, org-latex)
5742         (org-remember-templates, org-time-stamp-rounding-minutes)
5743         (org-back-over-empty-lines, org-find-base-buffer-visiting)
5744         (org-columns-new): Fix typos in docstrings.
5746 2008-03-19  Glenn Morris  <rgm@gnu.org>
5748         * net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
5749         (tramp-handle-shell-command): Use condition-case rather than
5750         ignore-errors.
5752 2008-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
5754         * diff-mode.el (diff-header): Make the color louder.
5755         (diff-refine-change): Tone the color down.
5757 2008-03-19  Juanma Barranquero  <lekktu@gmail.com>
5759         * descr-text.el (describe-char): When `describe-char-unidata-list'
5760         is set to show all properties, list them in the right order.
5762 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5764         * international/mule.el (load-with-code-conversion): Avoid setting
5765         default-enable-multibyte-characters.
5767 2008-03-19  Gustav HÃ¥llberg  <gustav@virtutech.com>  (tiny change)
5769         * vc.el (vc-annotate-background): Fix custom type.
5771 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5773         * descr-text.el (describe-char-unidata-list): Allow specifying
5774         just all properties.
5775         (describe-char): Handle that new value.
5777         * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
5779 2008-03-18  Tassilo Horn  <tassilo@member.fsf.org>
5781         * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
5782         instead of file name extension to make docs with uncommon
5783         extensions work.
5785 2008-03-18  Tassilo Horn  <tassilo@member.fsf.org>
5787         * doc-view.el (require): Require cl at compile time because
5788         `assert' needs it.
5790 2008-03-18  Glenn Morris  <rgm@gnu.org>
5792         * calendar/calendar.el (initial-calendar-window-hook)
5793         (today-visible-calendar-hook): Doc fixes.
5795 2008-03-17  Michael Albinus  <michael.albinus@gmx.de>
5797         * net/tramp.el (tramp-root-regexp): Simplify.
5798         (tramp-completion-file-name-regexp-separate): Don't insist on
5799         leading "[".  This prevents method or user or host completion.
5800         (tramp-let-maybe): Autoload it.
5801         (tramp-drop-volume-letter): Don't autoload.  When not on W32, it
5802         is an alias for `identity'.
5803         (tramp-handle-write-region): Protect `last-coding-system-used'
5804         over the trailing statements.
5805         (tramp-completion-file-name-handler-post-function): Remove.
5806         (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
5807         instead of calling `tramp-drop-volume-letter'.
5809         * net/tramp.el:
5810         * net/tramp-uu.el:
5811         * net/trampver.el: Move coding cookie at the end.
5813 2008-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5815         * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
5816         elements which may be something else than characters.
5818 2008-03-17  Dan Nicolaescu  <dann@ics.uci.edu>
5820         * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
5821         New functions to implement vc-status support.
5823         * vc.el (vc-default-extra-status-menu)
5824         (vc-add-to-vc-status-buffer): New functions.
5826         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
5827         for eldoc and ielm.
5829 2008-03-17  Glenn Morris  <rgm@gnu.org>
5831         * calendar/cal-x.el (diary-frame-parameters)
5832         (calendar-frame-parameters, calendar-and-diary-frame-parameters):
5833         Fix custom type; add options.
5834         (calendar-frame, diary-frame): Doc fixes.
5835         (calendar-dedicate-diary, calendar-frame-1): Extract common code into
5836         new functions.
5837         (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
5838         Use calendar-frame-1 and calendar-dedicate-diary.
5839         (calendar-one-frame-setup): Also handle only-one-frame case.
5840         (calendar-only-one-frame-setup): Doc fix.  Just call
5841         calendar-one-frame-setup.
5843         * calendar/diary-lib.el: Re-order some definitions before their use.
5844         (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
5845         (diary-list-entries): Doc fixes.
5846         (make-fancy-diary-display): Remove function.
5848         * calendar/calendar.el (calendar-today-marker)
5849         (initial-calendar-window-hook, today-visible-calendar-hook)
5850         (today-invisible-calendar-hook, diary-file, calendar-basic-setup)
5851         (calendar-star-date, calendar-mark-today): Doc fixes.
5852         (today-visible-calendar-hook): Add options.
5853         (calendar-in-read-only-buffer): New macro.
5854         (calendar-basic-setup): Adapt for change in calendar-read-date.
5855         Place holiday let inside if.
5856         (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
5857         (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
5858         (calendar-print-other-dates): Use one let rather than many.
5860         * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
5861         (calendar-print-other-dates):
5862         * calendar/cal-hebrew.el (list-yahrzeit-dates):
5863         * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
5864         * calendar/holidays.el (calendar-list-holidays, list-holidays)
5865         (calendar-cursor-holidays):
5866         * calendar/lunar.el (calendar-phases-of-moon): Use
5867         calendar-in-read-only-buffer to replace previous code and disable undo.
5869 2008-03-16  Juri Linkov  <juri@jurta.org>
5871         * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
5872         and regexp-search-ring-yank-pointer for the HISTPOS argument of
5873         read-from-minibuffer to provide the correct initial minibuffer
5874         history position in isearch-edit-string when it is called from
5875         isearch-ring-adjust.
5877         * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
5878         to check if the current buffer is the minibuffer, and in this case
5879         call abort-recursive-edit to kill the minibuffer.  Doc fix.
5880         (kill-this-buffer-enabled-p): Allow this function to return non-nil
5881         when the current buffer is the minibuffer.
5883         * simple.el (goto-line): Leave mark at previous position.  Doc fix.
5885 2008-03-16  Tassilo Horn  <tassilo@member.fsf.org>
5887         * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
5888         Use non-nil PARENTS attribute of make-directory instead of
5889         explicitly checking existence the current cache directory.
5891 2008-03-16  Daiki Ueno  <ueno@unixuser.org>
5893         * epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
5894         M-x epa-file-select-keys.
5896 2008-03-16  Kenichi Handa  <handa@m17n.org>
5898         * international/mule.el (auto-coding-alist):
5899         Use no-conversion-multibyte for archive files.
5901 2008-03-16  Glenn Morris  <rgm@gnu.org>
5903         * calendar/diary-lib.el (calendar-mark-complex, calendar-mark-1):
5904         New functions.
5905         * calendar/cal-bahai.el (calendar-mark-1): Autoload it.
5906         (calendar-bahai-mark-date-pattern): Add optional argument `color'.
5907         Use calendar-mark-1.
5908         * calendar/cal-hebrew.el (calendar-mark-complex): Autoload it.
5909         (mark-hebrew-calendar-date-pattern): Add optional argument `color'.
5910         Use calendar-mark-complex.
5911         * calendar/cal-islam.el (calendar-mark-1): Autoload it.
5912         (mark-islamic-calendar-date-pattern): Add optional argument `color'.
5913         Use calendar-mark-1.
5915         * calendar/calendar.el (calendar-mod): Remove.
5916         * calendar/cal-china.el (calendar-chinese-from-absolute)
5917         (calendar-chinese-date-string): Expand calendar-mod calls.
5918         * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
5919         Expand calendar-mod calls.
5921         * calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
5922         (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
5923         (diary-bahai-insert-yearly-entry): Use let rather than let*.
5924         Move obsolete aliases after the functions that replaced them.
5926         * calendar/cal-hebrew.el (calendar-absolute-from-hebrew)
5927         (hebrew-calendar-yahrzeit, insert-hebrew-diary-entry)
5928         (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry):
5929         Use let rather than let*.
5930         (calendar-hebrew-prompt-for-date): New function.
5931         (calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
5932         (holiday-tisha-b-av-etc): Use unless, let.
5934         * calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
5935         (calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
5937         * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
5939         * calendar/calendar.el (calendar-for-loop): Add indent spec.
5941         * calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
5942         (list-sexp-diary-entries, diary-font-lock-sexps): Use format rather
5943         than concat.
5944         (diary): Remove un-needed let.
5945         (view-other-diary-entries): Rename argument.
5946         (diary-list-entries-2): New function.
5947         (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
5948         (print-diary-entries): Use unless.
5949         (diary-mark-entries-1): Change argument order, make all but
5950         markfunc optional.  Handle the standard (Gregorian) case.
5951         Use match-string-no-properties.  Handle marks.
5952         (mark-diary-entries): Use diary-mark-entries-1.
5953         (diary-font-lock-keywords-1): New macro.
5954         (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
5956 2008-03-16  Ulf Jasper  <ulf.jasper@web.de>
5958         * icalendar.el (icalendar-version): Increase to 0.18.
5959         (icalendar-export-hidden-diary-entries): New variable.
5960         (icalendar-export-region): Use icalendar-export-hidden-diary-entries.
5961         In case of error, insert full error-val.
5962         (icalendar-first-weekday-of-year): Remove `offset' argument.  Doc fix.
5963         Use calendar-day-of-week.  Return the day number.
5964         (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
5966 2008-03-16  Craig Markwardt  <Craig.Markwardt@nasa.gov>
5968         * icalendar.el (icalendar-recurring-start-year): New variable.
5969         (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
5970         (icalendar-export-region): Ignore hidden diary entries.
5971         (icalendar--convert-ordinary-to-ical): Fix case where event
5972         spans across midnight boundary.
5973         (icalendar-first-weekday-of-year): New function.
5974         (icalendar--convert-weekly-to-ical): Allow user-selectable start
5975         year for recurring events (Mozilla calendars do not propagate
5976         recurring events forever, so year 2000 start date was not working).
5977         (icalendar--convert-yearly-to-ical): Remove extra spaces in
5978         formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
5980 2008-03-15  Michael Albinus  <michael.albinus@gmx.de>
5982         * net/tramp.el (tramp-root-regexp): New defconst.
5983         (tramp-completion-file-name-regexp-unified)
5984         (tramp-completion-file-name-regexp-separate)
5985         (tramp-completion-file-name-regexp-url): Use it.
5986         (tramp-do-copy-or-rename-file-via-buffer):
5987         Set `enable-multibyte-characters' to nil.  Set `jka-compr-inhibit' to
5988         t for `insert-file-contents-literally'.
5989         (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
5990         Autoload it.
5991         (tramp-completion-file-name-handler-post-function): New defconst.
5992         (tramp-completion-file-name-handler): Use it.
5993         (tramp-maybe-open-connection): Update calls to
5994         `tramp-flush-connection-property' for removed 2nd argument.
5996 2008-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5998         * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
5999         (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
6000         New functions.
6002 2008-03-15  Glenn Morris  <rgm@gnu.org>
6004         * calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
6005         New functions.
6006         * calendar/cal-bahai.el (number, original-date, add-to-diary-list)
6007         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
6008         (diary-list-entries-1, diary-mark-entries-1): Autoload.
6009         (diary-bahai-list-entries): Use diary-list-entries-1.
6010         (diary-bahai-mark-entries): Doc fix.  Use diary-mark-entries-1.
6011         * calendar/cal-hebrew.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         (list-hebrew-diary-entries): Use diary-list-entries-1.
6015         (mark-hebrew-diary-entries): Doc fix.  Use diary-mark-entries-1.
6016         * calendar/cal-islam.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-islamic-diary-entries): Use diary-list-entries-1.
6020         (mark-islamic-diary-entries): Doc fix.  Use diary-mark-entries-1.
6022         * calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
6024         * calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
6026         * calendar/cal-china.el (number-chinese-months)
6027         (calendar-chinese-from-absolute): Use nth, caar.
6029         * calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
6031         * calendar/cal-french.el (french-calendar-accents): Doc fix.
6033         * calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
6034         (calendar-hebrew-month-name-array-leap-year)
6035         (hebrew-calendar-parashiot-names): Make constants.
6036         (diary-parasha): Move definition after constants it uses.
6038         * calendar/cal-html.el (cal-html-insert-link-yearpage)
6039         (cal-html-htmlify-list): Doc fix.
6040         (cal-html-htmlify-entry): Use nth.
6042         * calendar/cal-islam.el (calendar-islamic-month-name-array)
6043         (calendar-islamic-epoch): Make constants.
6044         (calendar-islamic-epoch): Doc fix.
6046         * calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
6048         * calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
6049         (cal-tex-month-name): Doc fix.
6050         (cal-tex-last-blank-p): Use zerop.
6052         * calendar/calendar.el (european-calendar-style, calendar-for-loop)
6053         (calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
6054         (calendar-cursor-to-date): Doc fix.
6055         (hebrew-holidays-1, hebrew-holidays-4): Simplify.
6056         (extract-calendar-day, extract-calendar-year): Use cadr, nth.
6057         (calendar-day-number): Use when.
6058         (generate-calendar-month): Use dotimes.
6059         (exit-calendar, calendar-print-other-dates): Use let rather than let*.
6060         (calendar-set-mark): Reverse conditional.
6061         (calendar-make-alist): Move definition before use.
6063         * calendar/diary-lib.el (diary-face-attrs)
6064         (diary-glob-file-regexp-prefix, diary-selective-display)
6065         (number-of-diary-entries, diary-list-entries, diary-goto-entry)
6066         (list-sexp-diary-entries, diary-date, diary-block, diary-float)
6067         (diary-anniversary, diary-cyclic)
6068         (diary-fancy-font-lock-fontify-region-function): Doc fixes.
6069         (diary-header-line-format): Change wording.
6070         (diary-list-entries): Set `date-start' in let.
6071         (include-other-diary-files, mark-included-diary-files): Use format.
6072         (simple-diary-display, fancy-diary-display): Use cadr, unless.
6073         (mark-diary-entries): Use 1+.
6074         (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
6075         (mark-calendar-month): Use dotimes.
6077         * calendar/holidays.el (displayed-month, displayed-year):
6078         Move declarations where needed.
6079         (calendar-list-holidays): Doc fix.
6081         * calendar/parse-time.el (parse-time-string): Simplify.
6083         * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
6084         Make constants.
6085         (solar-sunrise-sunset): Rename some local variables for clarity.
6086         (sunrise-sunset): Use zerop.
6087         (solar-mean-equinoxes/solstices): Doc fix.
6089         * calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
6090         Use nth.
6091         (timeclock-completing-read, timeclock-generate-report): Use zerop.
6092         (timeclock-mean, timeclock-generate-report): Use dolist.
6094         * calendar/todo-mode.el (todo-add-category): Simplify.
6095         (todo-more-important-p, todo-delete-item, todo-file-item):
6096         Use unless, when.
6097         (todo-top-priorities): Use zerop.
6099 2008-03-14  Nick Roberts  <nickrob@snap.net.nz>
6101         * buff-menu.el (list-buffers-noselect): Display buffer name in
6102         tooltip instead of mouse binding when it doesn't fit in the list.
6104 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
6106         * faces.el (xw-defined-colors):
6107         * simple.el (widget-convert, shell-mode): Declare as functions
6108         instead of autoloading.
6110         * abbrev.el:
6111         * button.el:
6112         * cus-face.el:
6113         * ediff-hook.el:
6114         * emacs-lisp/backquote.el:
6115         * emacs-lisp/timer.el:
6116         * facemenu.el:
6117         * faces.el:
6118         * menu-bar.el:
6119         * simple.el:
6120         * subr.el:
6121         * textmodes/fill.el:
6122         * textmodes/paragraphs.el: Remove autoloads, redundant when the
6123         files are preloaded.
6125 2008-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6127         * desktop.el (desktop-create-buffer): Don't catch errors if
6128         debug-on-error is set.
6130 2008-03-14  Eli Zaretskii  <eliz@gnu.org>
6132         * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
6133         ($(lisp)/calendar/diary-loaddefs.el)
6134         ($(lisp)/calendar/hol-loaddefs.el): New targets.
6135         (LOADDEFS): New macro.
6136         (autoloads): Depend on $(LOADDEFS).
6138 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
6140         * font-lock.el (featurep): Remove test, not useful anymore.
6141         (facemenu-keymap): Move key binding ...
6142         * facemenu.el (facemenu-keymap): ... here.
6144         * vc-bzr.el (vc-bzr-print-log): Insert a file marker.  Run the log
6145         for each file in the list.
6146         (vc-bzr-log-view-mode): Recognize the file marker.
6148         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
6149         for checkdoc and profiling.
6151 2008-03-14  Bastien Guerry  <bzg@altern.org>
6153         * textmodes/flyspell.el (nxml-mode): Add the right
6154         `flyspell-mode-predicate'.
6156         * wid-edit.el (link): Use 'mouse-face for :follow-link.
6158 2008-03-14  Glenn Morris  <rgm@gnu.org>
6160         * calendar/solar.el: Reorder so that functions are defined before use.
6161         (displayed-month, displayed-year): Move declarations where needed.
6162         (solar-get-number): Move definition before use.  Use unless.
6163         (solar-equatorial-coordinates): Simplify.
6164         (solar-sunrise-and-sunset): Use let rather than let*.
6165         (solar-longitude, solar-equinoxes-solstices): Use cadr, nth.
6167         * startup.el (command-line-1): Rename -internal-script back to
6168         -scriptload (reverts previous change).
6170         * calendar/cal-bahai.el (calendar-bahai-month-name-array)
6171         (calendar-bahai-leap-base): Add doc strings.
6172         (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
6173         Move definition before use.
6174         (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
6175         (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
6176         variables outside the loop.  Use dolist.
6177         (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
6179         * calendar/cal-china.el: Re-order so that functions are defined before
6180         use.
6181         (displayed-month, displayed-year): Move declarations where needed.
6182         (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
6183         (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
6184         Add doc strings.
6185         (chinese-year-cache): Recenter on 2010.  Doc fix.
6186         (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
6187         Doc fix.  Simplify.
6188         (chinese-year-cache-init): New function.
6189         (compute-chinese-year, holiday-chinese-new-year)
6190         (calendar-chinese-date-string, calendar-goto-chinese-date)
6191         (make-chinese-month-assoc-list): Use cadr, nth.
6192         (chinese-months): Remove un-needed let.
6194         * calendar/cal-coptic.el (coptic-calendar-month-name-array)
6195         (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
6196         (coptic-prompt-for-date): Move definition before use.
6198         * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
6199         (calendar-dst-find-data, calendar-daylight-time-offset)
6200         (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
6201         (calendar-daylight-savings-starts-time)
6202         (calendar-daylight-savings-ends-time): Use cadr, nth.
6204         * calendar/cal-french.el (french-calendar-epoch)
6205         (calendar-goto-french-date): Doc fix.
6206         (french-calendar-month-name-array)
6207         (french-calendar-multibyte-month-name-array)
6208         (french-calendar-day-name-array, french-calendar-special-days-array):
6209         Add doc strings.
6211         * calendar/cal-hebrew.el (displayed-month, displayed-year)
6212         (original-date): Move declarations where needed.
6213         (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
6214         Doc fix.
6215         (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
6216         constant variables outside the loop.  Use dolist.
6218         * calendar/cal-islam.el (displayed-month, displayed-year)
6219         (original-date): Move declarations where needed.
6220         (islamic-calendar-day-number): Remove unused local variable `day'.
6221         (calendar-goto-islamic-date): Doc fix.
6222         (holiday-islamic): Use unless.
6223         (list-islamic-diary-entries, mark-islamic-diary-entries): Move some
6224         constant variables outside the loop.  Use dolist.
6225         (mark-islamic-calendar-date-pattern): Move definition before use.
6226         Use unless.
6227         (mark-islamic-diary-entries): Doc fix.
6228         (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
6229         (insert-yearly-islamic-diary-entry): Use let rather than let*.
6231         * calendar/cal-julian.el (calendar-absolute-from-julian):
6232         Move definition before use.  Remove un-needed local `day'.
6233         (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
6235         * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
6236         (calendar-mayan-tzolkin-names-array): Add doc strings.
6237         (calendar-mayan-long-count-from-absolute): Use a single let.
6238         (calendar-string-to-mayan-long-count): Simplify.
6239         (calendar-next-haab-date, calendar-previous-haab-date)
6240         (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
6241         (calendar-previous-calendar-round-date)
6242         (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
6243         Doc fix.
6244         (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
6245         (calendar-mayan-date-string, calendar-print-mayan-date)
6246         (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
6247         (calendar-mayan-long-count-common-era): Move definitions before use.
6249         * calendar/cal-menu.el (displayed-year): Move declaration where needed.
6250         (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
6251         Doc fix.
6252         (calendar-mouse-goto-date): Move definition before use.
6254         * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
6255         Move definition before use.
6256         (calendar-cursor-to-visible-date): Move definition before use.
6257         (calendar-scroll-left): Use unless and zerop.  Combine lets into one,
6258         and place inside the conditional.
6259         (calendar-forward-day): Simplify.
6260         (calendar-end-of-month): Use unless.
6261         (calendar-goto-day-of-year): Doc fix.
6262         Relocate obsolete aliases after their replacements.
6264         * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
6266         * calendar/diary-lib.el (mark-diary-entries): Move some constant
6267         variables outside the diary-date-forms loop.
6269         * calendar/calendar.el (diary-file): Doc fix.
6270         (calendar-buffer-list): Return buffers rather than strings (fixes
6271         previous change).
6272         (hebrew-holidays-4): Fix typo.
6274         * calendar/holidays.el (displayed-month, displayed-year):
6275         Move declarations where needed.
6276         (calendar-holiday-list, calendar-list-holidays)
6277         (holiday-filter-visible-calendar): Move definitions before use.
6278         (list-holidays): Use cadr.
6279         Relocate obsolete aliases after their replacements.
6281         * calendar/lunar.el (date, displayed-month, displayed-year):
6282         Move declarations where needed.
6283         (lunar-phase-list): Move definition after functions it uses.
6284         (calendar-phases-of-moon, diary-phases-of-moon)
6285         (lunar-new-moon-on-or-after): Use cadr, nth.
6286         (lunar-new-moon-on-or-after): Doc fix.
6288         * textmodes/org-irc.el (top-level): CL not required when compiling.
6289         (org-irc-visit-erc): Replace runtime CL functions.
6291         * textmodes/org-publish.el (declare-function): Add compatibility stub.
6292         (org-publish-delete-dups): Declare as function.
6294 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
6296         * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
6297         (vc-bzr-show-log-entry): Make regexp match more cases.
6298         (vc-diff-switches-list): Remove autoload, not needed.
6300 2008-03-14  Juri Linkov  <juri@jurta.org>
6302         * isearch.el (isearch-edit-string): Remove one call to
6303         `isearch-push-state' not to push an inconsistent state,
6304         but keep another correct call to `isearch-push-state'.
6305         (isearch-ring-adjust): Call `isearch-push-state' only when
6306         `search-ring-update' is non-nil since `isearch-edit-string'
6307         already pushes its state.
6308         (isearch-message): Improve matching the failed part by checking
6309         if the original message starts with the last successful message.
6311         * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
6312         (dired-perm-write): Rename from `dired-warn-writable'.
6313         Change parent face from `font-lock-warning-face' to
6314         `font-lock-comment-delimiter-face'.
6315         (dired-warn-writable-face): Rename to `dired-perm-write-face'.
6316         (dired-perm-write-face): Rename from `dired-warn-writable-face'.
6317         (dired-font-lock-keywords): Replace `dired-warn-writable-face'
6318         with `dired-perm-write-face'.
6320 2008-03-13  Tassilo Horn  <tassilo@member.fsf.org>
6322         * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
6323         Create cache dir only if it doesn't already exist.
6325 2008-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6327         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
6328         of \ and '.
6330 2008-03-13  Johan BockgÃ¥rd  <bojohan@gnu.org>
6332         * net/browse-url.el (browse-url-text-xterm):
6333         Unquote browse-url-text-browser.
6335 2008-03-13  Carsten Dominik  <dominik@science.uva.nl>
6337         * textmodes/org-mouse.el: Version number change.
6339         * textmodes/org-publish.el (org-publish-expand-components):
6340         Remove null projects from the list of components.
6341         (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
6342         Remove unused retrieval of the :publishing-directory property.
6343         (org-publish-file): Bugfix: when using a relative directory as the
6344         publishing directory, convert it to a directory filename.
6345         (org-publish-project): New alias.
6346         (org-publish-get-files): Protect against empty p.
6347         (org-publish-file): Send an error when file is not part of any project.
6348         (org-publish-file): Offer to refresh the list of files in known
6349         project when the current file is not part of any project.
6350         (org-publish-before-export-hook)
6351         (org-publish-after-export-hook): New hooks.
6352         (org-publish-org-to): Use new hooks and kill buffers.
6353         (org-publish-file): Remove the code for killing buffers.
6354         (org-publish-initialize-files-alist): Use interactive.
6355         (org-publish-file): If the publishing function creates a new
6356         buffer, kill it after publishing.
6357         (org-publish-timestamp-filename): Protect ":" in file name path
6358         under windows.
6360         * textmodes/org-export-latex.el (org-export-as-latex): Revert the
6361         change that killed the LaTeX buffer.
6363         * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
6364         in the decision tree.
6365         (org-select-remember-template): Clean the code.
6366         (org-prepare-dblock): Add the extra :content parameter.
6367         (org-write-agenda): New output type ".ics" files.
6368         (org-write-agenda): Call `org-icalendar-verify-function', both for
6369         time stamps and for TODO entries.
6370         (org-agenda-collect-markers, org-create-marker-find-array)
6371         (org-check-agenda-marker-table): New functions.
6372         (org-agenda-marker-table): New variable.
6373         (org-export-as-html): Revert the change that killed the html
6374         buffer.  Side effects first need to be studied carefully.
6375         (org-get-tags-at): Fix the structure of the condition-case statement.
6376         (org-ts-regexp0, org-repeat-re, org-display-custom-time)
6377         (org-timestamp-change): Fix regulear expressions to swallow the
6378         extra character for repeat-shift control.
6379         (org-auto-repeat-maybe): Implement the new repeater mechanisms.
6380         (org-get-legal-level): Alias to `org-get-valid-level'.
6381         (org-dblock-write:clocktable): Add a :link parameter, linking
6382         headlines to their location in the Org agenda files.
6383         (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
6384         throwing an error when getting tags before headlines.
6385         (org-timestamp-change, org-modify-ts-extra)
6386         (org-ts-regexp1): Fix timestamp editing.
6387         (org-agenda-custom-commands-local-options): New constant.
6388         (org-agenda-custom-commands):
6389         Use `org-agenda-custom-commands-local-options' to improve customize
6390         type.  "htmlize": Removed hack to fix face problem with htmlize,
6391         it no longer seem necessary.
6392         (org-follow-link-hook): New hook.
6393         (org-agenda-custom-commands): Add "Component" as a tag for each
6394         item in a command serie.
6395         (org-open-at-point): Run `org-follow-link-hook'.
6396         (org-agenda-schedule): Bugfix: don't display marker type when it
6397         is nil.
6398         (org-store-link): org-irc required.
6399         (org-set-regexps-and-options): Parse the new logging options.
6400         (org-extract-log-state-settings): New function.
6401         (org-todo): Handle the new ways of recording state change stuff.
6402         (org-local-logging): New function.
6403         (org-columns-open-link): Fix bug with opening link in column view.
6404         (org-local-logging): New function
6405         (org-todo): Make sure that LOGGING properties are honoured.
6406         (org-todo-keywords): Improve docstring.
6407         (org-startup-options): Cleanup startup options.
6408         (org-set-regexps-and-options): Process the "!" markers.
6409         (org-todo): Respect the new logging stuff.
6410         (org-log-note-how): New variable.
6411         (org-add-log-maybe): New parameter HOW that defines how logging
6412         should be done and also overrides PURPOSE.  Add a docstring.
6413         (org-add-log-note): Check if we really need to ask for a note.
6414         (org-get-current-options): Digest the new keyword.
6415         (org-agenda-reset-markers): Rename from
6416         `org-agenda-maybe-reset-markers'.  Remove FORCE argument.
6417         (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
6418         function, without force argument.
6419         (org-buffer-property-keys): Bind local variables s and p.
6420         (org-make-tags-matcher): Allow "" to match an empty or
6421         non-existent property value.
6422         (org-export-as-html): Join unsorted lists when they directly
6423         follow each other.  Such lists may be created by headlines that
6424         are converted to lists.
6425         (org-nofm-to-completion): New function.
6426         (org-export-as-html): Use :html-extension instead of
6427         org-export-html-extension.
6428         (org-store-link): Support for links from `rmail-summary-mode'.
6429         (org-columns-new, org-complete, org-set-property): Set the
6430         `include-columns' argument in the call to
6431         `org-buffer-property-keys'.
6432         (org-buffer-property-keys): New argument `include-columns', to
6433         include properties expected by any of the COLUMS formats in the
6434         current buffer.
6435         (org-cleaned-string-for-export): Get rid of drawers first, so that
6436         they will be removed also in the text before the first headline.
6437         (org-clock-report): Show the clocktable when found.
6438         (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
6439         (org-version): With prefix argument, insert `org-version' at point.
6440         (org-agenda-goto): Recenter the window after finding the target
6441         location, to make sure the correct position will be displayed.
6442         (org-agenda-get-deadlines): Don't scale priority with the warning
6443         period.
6444         (org-insert-heading): Don't break line in the middle of the line.
6445         (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
6446         be 0.
6447         (org-update-checkbox-count): Revamp to deal with hierarchical
6448         beckboxes.  This was a patch from Miguel A. Figueroa-Villanueva.
6449         (org-remove-timestamp-with-keyword): New function.
6450         (org-schedule, org-deadline):
6451         Use `org-remove-timestamp-with-keyword' to make sure all such time
6452         stamps are removed.
6453         (org-mode): Support for `align'.
6454         (org-agenda-get-deadlines): Make sure priorities increase as the
6455         due date approaches and is passed.
6456         (org-remember-apply-template): Fix problem with tags that
6457         contain "_" or "@".
6458         (org-make-link-regexps): Improve the regular expression for plain links.
6459         (org-agenda-get-closed): List each clocking entry.
6460         (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
6461         (org-special-ctrl-k): New option.
6462         (org-kill-line): New function.
6463         (org-archive-all-done): Fix incorrect number of stars in regexp.
6464         (org-refile-get-location): New function.
6465         (org-refile-goto-last-stored): New function.
6466         (org-global-tags-completion-table): Add the value of org-tag-alist
6467         in each buffer, to make sure that also unused tags will be
6468         available for completion.
6469         (org-columns-edit-value)
6470         (org-columns-next-allowed-value): Only update if not in agenda.
6471         (org-clocktable-steps): New function.
6472         (org-dblock-write:clocktable): Call `org-clocktable-steps'.
6473         (org-archive-subtree): Add the outline tree context as a property.
6474         (org-closest-date): New optional argument `prefer'.
6475         (org-goto-auto-isearch): New option.
6476         (org-goto-map, org-get-location): Implement auto-isearch.
6477         (org-goto-local-auto-isearch-map): New variable.
6478         (org-goto-local-search-forward-headings)
6479         (org-goto-local-auto-isearch): New functions.
6481 2008-03-13  Philip Jackson  <emacs@shellarchive.co.uk>
6483         * textmodes/org-irc.el: New file.
6485 2008-03-13  John Wiegley  <johnw@gnu.org>
6487         * textmodes/org-mac-message.el: New file.
6489 2008-03-13  Dan Nicolaescu  <dann@ics.uci.edu>
6491         * font-lock.el (font-lock-comment-face): Set the foreground for
6492         the light background 8 colors case.
6494 2008-03-13  Glenn Morris  <rgm@gnu.org>
6496         * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
6497         generate-autoload-cookie patterns.
6499         * startup.el (command-line-1): Rename -scriptload to -internal-script.
6501         * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
6502         (MH_E_SRC): Remove variable.
6503         ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
6504         Simplify file header.  Use $@ for generated-autoload-file.
6506         * Makefile.in (LOADDEFS): New variable.
6507         (AUTOGENEL): Use $LOADDEFS.
6508         (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
6509         ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
6510         ($(lisp)/calendar/hol-loaddefs.el): New targets.
6511         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
6512         * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
6513         * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
6514         * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
6515         * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
6516         * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
6517         Add calendar-specific autoload cookies, and remove any setting of
6518         generated-autoload-file.
6519         * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
6520         * calendar/diary-lib.el: Replace explicit autoloads with reading of
6521         diary-loaddefs.
6522         * calendar/holidays.el: Replace explicit autoloads with reading of
6523         hol-loaddefs.
6525         * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
6526         (calendar-buffer-list): Simplify.
6527         (generate-calendar-window): Use calendar-mark-holidays rather than
6528         obsolete alias.
6530         * calendar/cal-hebrew.el (list-yahrzeit-dates):
6531         Use cal-hebrew-yahrzeit-buffer.
6533         * calendar/cal-x.el (calendar-only-one-frame-setup)
6534         (calendar-two-frame-setup): Doc fixes.
6535         (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
6537         * calendar/appt.el (appt-mode-string): Mark as risky.
6538         (appt-check): Apply mode-line-emphasis face to appt-mode-string.
6540         * calendar/cal-html.el (diary-list-entries):
6541         * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
6542         (calendar-iso-from-absolute): Fix autoloads.
6544         * calendar/cal-iso.el (calendar-absolute-from-iso)
6545         (calendar-iso-read-args): Simplify.
6546         (calendar-iso-date-string, calendar-iso-read-args)
6547         (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
6549         * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
6550         (displayed-month, displayed-year): Move declarations where needed.
6551         (calendar-print-astro-day-number): Doc fix.
6553         * calendar/cal-persia.el (persian-calendar-month-name-array)
6554         (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
6555         (persian-prompt-for-date): Remove local variable `today'.
6557         * calendar/diary-lib.el (mark-calendar-month): Use zerop.
6559         * calendar/solar.el (solar-moment, solar-exact-local-noon)
6560         (solar-sunrise-sunset, solar-sunrise-sunset-string)
6561         (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time)
6562         (diary-sabbath-candles, solar-equinoxes/solstices)
6563         (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
6564         (solar-time-equation, solar-date-to-et): Simplify.
6566         * mail/supercite.el: Remove the `function' in `(function (lambda'.
6567         Replace `(car (cdr' with cadr'.
6569         * progmodes/f90.el (f90-font-lock-n): New function.
6570         (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
6571         Use f90-font-lock-n.
6572         (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
6574         * progmodes/f90.el (f90-mode-abbrev-table):
6575         * progmodes/fortran.el (fortran-mode-abbrev-table):
6576         Use newer form of define-abbrev, where supported.  No need to bind
6577         abbrevs-changed for system abbrevs.
6579 2008-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6581         * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
6582         delete-frame-functions.
6584         * bookmark.el (Info-current-node): Remove.
6586 2008-03-12  Juri Linkov  <juri@jurta.org>
6588         * help.el (describe-project): Remove defaliases for view-todo and
6589         describe-project that are now unnecessary after the merge from
6590         emacs--rel--22 that added define-obsolete-function-alias.
6592         * startup.el (inhibit-startup-screen): Revert incomplete
6593         2008-03-10 merge from emacs--rel--22 that partly reverted
6594         2008-02-28 change that added initial message to *scratch* buffer
6595         regardless of the value of `inhibit-startup-screen'.
6596         Now keep this change in the trunk, but not in the 22 branch.
6598 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6600         * international/quail.el (quail-setup-completion-buf, quail-help):
6601         * mail/binhex.el (binhex-decode-region-internal):
6602         * mail/uudecode.el (uudecode-decode-region-internal):
6603         * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
6604         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
6605         setting default-enable-multibyte-characters.
6607         * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
6609         * comint.el: Fix up indentation and comment style.  Remove `function'.
6611         * international/mule-cmds.el (reset-language-environment)
6612         (set-language-environment-nonascii-translation):
6613         Don't set-unibyte-charset.
6615         * doc-view.el: Remove all cb-args, use closures instead.
6616         (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
6617         doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
6618         doing an incorrect check).  Update all callers to use the new name.
6619         (doc-view-doc->txt): Add missing `txt' argument.
6621 2008-03-12  Tassilo Horn  <tassilo@member.fsf.org>
6623         * doc-view.el (doc-view-current-cache-dir): Set buffer used for
6624         md5 sum calculation to single-byte.
6626 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6628         * doc-view.el (doc-view-new-window-function): Add assertion.
6629         (doc-view-doc-type): New var.
6630         (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
6631         (doc-view-intersection): New fun.
6632         (doc-view-mode): Use it to set the new var.
6634 2008-03-12  Tassilo Horn  <tassilo@member.fsf.org>
6636         * doc-view.el (doc-view-doc->txt, doc-view-open-text)
6637         (doc-view-already-converted-p): New functions.
6638         (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
6639         (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
6640         (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
6641         (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
6642         (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
6643         (doc-view-convert-current-doc): Don't hardwire the functions the
6644         sentinels call.  Now they're provided by two args CALLBACK and
6645         CB-ARGS to the functions.
6646         (doc-view-search): Use doc-view-doc->txt.
6647         (doc-view-initiate-display): Use doc-view-already-converted-p.
6648         Mention new binding C-c C-t if doc-view-mode doesn't work.
6650 2008-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
6652         * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
6654 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6656         * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
6657         Mark " outside of tags as punctuation.
6659 2008-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6661         * menu-bar.el (minibuffer-local-map): Use the same command for the
6662         "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
6663         Prefer RET over C-j for exit-minibuffer.
6665         * files.el (display-buffer-other-frame): Eliminate problematic code.
6667         * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
6668         (menu-bar-select-buffer): Remove.
6669         (menu-bar-select-frame): Make non-interactive and take a frame arg.
6670         (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
6672 2008-03-11  Juanma Barranquero  <lekktu@gmail.com>
6674         * icomplete.el (icomplete-completions): Remove obsolete code.
6676         * net/net-utils.el (iwconfig-program-options): Doc fix.
6677         (net-utils-run-program, run-network-program): Define as functions.
6679 2008-03-11  Dan Nicolaescu  <dann@ics.uci.edu>
6681         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
6683 2008-03-11  Glenn Morris  <rgm@gnu.org>
6685         * faces.el (mode-line-emphasis): New face.
6686         * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
6688         * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
6690 2008-03-11  Chong Yidong  <cyd@stupidchicken.com>
6692         * simple.el (set-mark-command): Doc fix.
6694 2008-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6696         * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
6698         * emacs-lisp/autoload.el (autoload-find-destination):
6699         Don't force raw-text.
6701         * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
6702         * calendar/cal-loaddefs.el: Don't version control.
6704 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
6706         * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
6707         entries and add :help to the existing ones.
6709 2008-03-10  Glenn Morris  <rgm@gnu.org>
6711         * calendar/cal-hebrew.el (date, entry, number): Move declarations
6712         to where they are needed.
6714         * calendar/calendar.el (diary-file, hebrew-holidays-1)
6715         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
6716         (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
6717         (calendar-version): Doc fixes.
6718         (calendar-absolute-from-gregorian): Use zerop.
6719         (calendar-mode-line-format): Make it a defcustom.
6721         * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
6722         (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
6723         (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
6724         (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
6725         (mark-included-diary-files, mark-calendar-days-named)
6726         (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
6727         (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
6728         (insert-monthly-diary-entry, insert-yearly-diary-entry)
6729         (insert-anniversary-diary-entry, insert-block-diary-entry)
6730         (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
6731         (diary-font-lock-sexps): Doc fixes.
6732         (diary-remind-message, mark-calendar-month): Use zerop.
6733         (diary-attrtype-convert, diary-pull-attrs): Simplify.
6734         (diary-list-entries): Revert let to let* (previous change).
6736         * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
6738 2008-03-10  Kim F. Storm  <storm@cua.dk>
6740         * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
6741         function aliases for the old names.
6743 2008-03-10  Juanma Barranquero  <lekktu@gmail.com>
6745         * iswitchb.el (iswitchb-use-faces): Doc fix.
6746         (iswitchb-buffer-ignore, iswitchb-read-buffer):
6747         Fix typos in docstrings.
6749 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
6751         * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
6752         Fix typo.
6753         (verilog-type-font-keywords): Reindent.
6755 2008-03-10  Michael McNamara  <mac@mail.brushroad.com>
6757         * verilog-mode.el (verilog-font-grouping-keywords): Fix bug in the
6758         grouping-keyword regular expression.
6759         (verilog-font-lock-keywords): Allow users to toggle special
6760         highlight of grouping-keywords.
6761         (verilog-highlight-grouping-keywords): The toggle for special
6762         highlighting of grouping keywords.
6764 2008-03-10  Juri Linkov  <juri@jurta.org>
6766         * startup.el: Revert 2008-02-28 change that adds initial message
6767         to *scratch* buffer regardless of the value of
6768         `inhibit-startup-screen'.
6770 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
6772         * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
6773         * textmodes/bibtex-style.el (bibtex-style-indent-basic):
6774         * progmodes/verilog-mode.el (verilog-mode):
6775         * net/socks.el (socks):
6776         * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
6778 2008-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6780         * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
6781         (doc-view-bookmark-make-record): Use them.
6782         (doc-view-bookmark-jump): Use them.  Fix find-file ->find-file-noselect.
6783         (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
6785         * bookmark.el (bookmark-make-record-function): Change expected return
6786         value to include a suggested bookmark name.
6787         (bookmark-make): Split into bookmark-make-record and bookmark-store.
6788         Fix reversed `overwrite' semantics.
6789         (bookmark-set): Call bookmark-make-record before prompting the user.
6790         Then pass the result to bookmark-store later on.
6791         (bookmark-make-name-function): Remove.
6792         (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
6793         * info.el (bookmark-make-name-function): Remove.
6794         (Info-mode): Don't set it.
6795         (Info-bookmark-make-name): Remove.
6796         (Info-bookmark-make-record): Use Info-current-node as suggested default
6797         bookmark name.
6799         * bookmark.el (bookmark-set): Make bookmark before reading annotations.
6800         I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
6801         (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
6802         (bookmark-annotation-buffer, bookmark-annotation-file)
6803         (bookmark-annotation-point, bookmark-send-annotation)
6804         (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
6805         (bookmark-edit-annotation-text-func): Rename from
6806         bookmark-read-annotation-text-func.  Keep old name as an obsolete alias.
6807         (bookmark-edit-annotation-mode-map): Move initialization into
6808         declaration.
6810         * bookmark.el: Remove spurious * in docstrings.
6811         (bookmark-minibuffer-read-name-map): New var.
6812         (bookmark-set): Use it.  Also pass the default value as it should.
6813         (bookmark-send-edited-annotation): Take no chances with text properties.
6814         (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
6815         (bookmark-insert-buffer-name): Remove.
6816         (bookmark-buffer-file-name): Signal an error rather than returning nil.
6818 2008-03-09  Thomas Hühn  <xf27@arcor.de>  (tiny change)
6820         * tutorial.el (tutorial--default-keys): Update `C-l' binding.
6822 2008-03-09  Dan Nicolaescu  <dann@ics.uci.edu>
6824         * diff-mode.el (diff-mode-menu): Add :help.
6826 2008-03-09  Glenn Morris  <rgm@gnu.org>
6828         * calendar/calendar.el (general-holidays, oriental-holidays)
6829         (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
6830         (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
6831         (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
6832         (calendar-holidays): Restore autoload cookies, because people are
6833         used to using these variables without loading calendar.el.
6835         * calendar/cal-islam.el (diary-islamic-date): Move to end.
6836         (date, number): Declare where needed.
6838         * calendar/diary-lib.el (nongregorian-diary-marking-hook)
6839         (list-sexp-diary-entries): Doc fixes.
6840         (diary-list-entries): Doc fix.  Remove free variable `entry'.
6841         (fancy-diary-display): Use dolist, bobp.  Remove free variable `entry'.
6842         Simplify setting of `date-holiday-list'.
6843         (mark-diary-entries): Remove free variable `entry'.
6844         (diary-list-entries, include-other-diary-files, fancy-diary-display):
6845         Use let where let* is not needed.
6847 2008-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6849         * bookmark.el (bookmark-make): Don't pass the `annotation' to the
6850         make-record function, instead paste it in afterwards.
6851         (bookmark-make-record-for-text-file):
6852         * doc-view.el (doc-view-bookmark-make-record):
6853         * info.el (Info-bookmark-make-record): Don't mess with annotations.
6855 2008-03-08  Glenn Morris  <rgm@gnu.org>
6857         * calendar/diary-lib.el (entry): Declare for compiler part-way through.
6859 2008-03-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6861         * calendar/diary-lib.el (diary-list-entries)
6862         (include-other-diary-files, mark-diary-entries)
6863         (mark-sexp-diary-entries, mark-included-diary-files)
6864         (diary-entry-time, list-sexp-diary-entries): Remove the special
6865         handling of ^M that dates back to the use of selective-display.
6866         (simple-diary-display): Obey setting of pop-up-frames.
6867         (body, entry): Remove unnecessary declarations.
6869         * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
6870         (bookmark-get-annotation, bookmark-set-annotation)
6871         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
6872         (bookmark-set-position, bookmark-get-front-context-string)
6873         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
6874         (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
6875         * info.el (Info-bookmark-make-record): Don't bother recording point.
6876         (bookmark-get-filename, bookmark-get-front-context-string)
6877         (bookmark-get-rear-context-string, bookmark-get-position):
6878         Don't declare any more.
6879         (bookmark-get-info-node): Remove.
6880         (bookmark-prop-get): Declare.
6881         (Info-bookmark-jump): Use it.
6883 2008-03-08  Johan BockgÃ¥rd  <bojohan@gnu.org>
6885         * subr.el (while-no-input): Don't splice BODY directly into the
6886         `or' form.
6888 2008-03-08  Dan Nicolaescu  <dann@ics.uci.edu>
6890         * diff-mode.el (diff-ignore-whitespace-hunk):
6891         Bind inhibit-read-only before trying to change the buffer.
6893 2008-03-08  Glenn Morris  <rgm@gnu.org>
6895         * calendar/appt.el (appt): Move custom group here from calendar.el.
6896         (appt-disp-window, appt-convert-time): Doc fixes.
6898         * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
6899         (calendar-bahai-mark-date-pattern):
6900         * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
6901         * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
6902         * calendar/cal-julian.el (calendar-absolute-from-julian):
6903         * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
6905         * calendar/cal-china.el (chinese-calendar): Move custom group here from
6906         calendar.el.
6907         (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
6908         Make constants.
6909         (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
6910         (chinese-calendar-daylight-savings-starts)
6911         (chinese-calendar-daylight-savings-ends)
6912         (chinese-calendar-daylight-savings-starts-time)
6913         (chinese-calendar-daylight-savings-ends-time)
6914         (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
6915         Doc fixes.
6917         * calendar/cal-coptic.el (coptic-name): Add doc string.
6919         * calendar/cal-french.el (french-calendar-month-name-array)
6920         (french-calendar-day-name-array, french-calendar-special-days-array):
6921         Add doc strings.
6923         * calendar/cal-bahai.el (diary-bahai-mark-entries)
6924         (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
6925         (diary-bahai-insert-yearly-entry):
6926         * calendar/cal-dst.el (calendar-next-time-zone-transition)
6927         (calendar-time-zone):
6928         * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
6929         (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
6930         (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
6931         (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
6932         (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
6933         * calendar/cal-islam.el (islamic-calendar-leap-year-p)
6934         (list-islamic-diary-entries, mark-islamic-diary-entries)
6935         (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
6936         (insert-yearly-islamic-diary-entry):
6937         * calendar/cal-iso.el (calendar-iso-read-args):
6938         * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
6939         (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
6940         (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
6941         (calendar-next-calendar-round-date)
6942         (calendar-mayan-long-count-common-era):
6943         * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
6944         (cal-menu-x-popup-menu, calendar-mouse-holidays)
6945         (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
6946         (calendar-mouse-goto-date):
6947         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
6948         * calendar/holidays.el (holidays):
6949         * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
6950         * calendar/time-date.el (date-to-time, time-subtract, time-add)
6951         (safe-date-to-time): Doc fixes.
6953         * calendar/cal-persia.el (persian-calendar-month-name-array)
6954         (persian-calendar-epoch): Make constants.
6956         * calendar/cal-tex.el (calendar-tex): Move custom group here from
6957         calendar.el.
6959         * calendar/cal-x.el (diary-frame-parameters)
6960         (calendar-frame-parameters, calendar-and-diary-frame-parameters)
6961         (calendar-after-frame-setup-hooks): Make defcustoms.
6962         (calendar-one-frame-setup, calendar-only-one-frame-setup)
6963         (calendar-two-frame-setup): Doc fix.
6965         * calendar/cal-loaddefs.el: New file.
6967         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
6968         * calendar/cal-french.el, calendar/cal-html.el:
6969         * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
6970         * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
6971         * calendar/cal-tex.el, calendar/cal-x.el:
6972         Unquote lambda functions.  Add autoload cookies to functions formerly
6973         autoloaded in calendar.el.  Set `generated-autoload-file' to
6974         "cal-loaddefs.el".
6976         * calendar/calendar.el: Move many autoloads to separate file,
6977         cal-loaddefs.el.  Move defcustoms to start and re-order.
6978         (calendar-month-name-array, calendar-starred-day): No need to
6979         declare for compiler.
6980         (cal-loaddefs): Require it.
6981         (appt, chinese-calendar, calendar-tex): Move custom groups to the
6982         appropriate file.
6983         (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
6984         Reverse logic.
6985         (diary-face, diary-file-name-prefix-function, diary-include-string)
6986         (diary-glob-file-regexp-prefix, diary-face-attrs)
6987         (diary-file-name-prefix, sexp-diary-entry-symbol)
6988         (print-diary-entries-hook, list-diary-entries-hook)
6989         (nongregorian-diary-listing-hook, mark-diary-entries-hook)
6990         (nongregorian-diary-marking-hook, diary-list-include-blanks):
6991         Move to diary-lib.
6992         (all-christian-calendar-holidays, all-islamic-calendar-holidays)
6993         (all-bahai-calendar-holidays): Doc fix.
6994         (calendar-insert-indented): Doc fix.  Use when rather than if.
6995         (exit-calendar): Use mapc rather than mapcar.
6996         (calendar-cursor-to-date): Use zerop.
6997         (calendar-mark-ring): Add doc-string.
6998         (calendar-starred-day): Defvar it.
6999         (calendar-mode): Make calendar-starred-day local.
7000         (calendar-star-date): No need to make calendar-starred-day local.
7002         * calendar/diary-lib.el: Move defcustoms to start.
7003         (diary-include-string, diary-list-include-blanks)
7004         (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
7005         (diary-file-name-prefix, diary-file-name-prefix-function)
7006         (sexp-diary-entry-symbol, list-diary-entries-hook)
7007         (mark-diary-entries-hook, nongregorian-diary-listing-hook)
7008         (nongregorian-diary-marking-hook, print-diary-entries-hook):
7009         Move here from calendar.el.
7010         (diary-file-name-prefix-function): Use 'identity.
7011         (diary-face): Make it a defcustom, and mark as obsolete.
7012         (top-level): No need to require cal-hebrew, cal-islam when compiling.
7013         (calendar-hebrew-month-name-array-leap-year)
7014         (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
7015         Define for compiler.
7016         (diary-font-lock-keywords): Use format rather than concat.
7017         Add bahai-diary-entry-symbol.
7019         * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
7020         * calendar/solar.el: Unquote lambda functions.
7022         * calendar/solar.el (calendar-location-name, calendar-latitude)
7023         (calendar-longitude, solar-setup, solar-sin-degrees)
7024         (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
7025         (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
7026         (solar-sunrise-and-sunset, solar-moment, solar-daylight)
7027         (solar-exact-local-noon, solar-julian-ut-centuries)
7028         (solar-ephemeris-time, solar-date-next-longitude)
7029         (solar-horizontal-coordinates, solar-equatorial-coordinates)
7030         (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
7031         (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
7032         (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
7033         Doc fixes.
7034         (solar-horizontal-coordinates, solar-equatorial-coordinates)
7035         (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
7036         (solar-ecliptic-coordinates): Use unless.
7037         (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
7038         Use or.
7040         * calendar/timeclock.el: Add doc-strings to all functions.
7041         (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
7042         (timeclock-entry-list-length, timeclock-entry-list-projects)
7043         (timeclock-day-list-projects, timeclock-day-list): Use dolist.
7045         * calendar/todo-mode.el: Remove un-needed eval-when-compile.
7047         * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
7048         (org-get-entries-from-diary): Require diary-lib.
7050 2008-03-08  Juanma Barranquero  <lekktu@gmail.com>
7052         * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
7053         Pacify byte-compiler.
7055 2008-03-07  Alan Mackenzie  <acm@muc.de>
7057         * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
7058         paren/bracket pairs parsed, to solve performance problem.
7060 2008-03-07  Bastien Guerry  <bzg@altern.org>
7062         * bookmark.el (bookmark-set): Don't check for
7063         `bookmark-make-name-function' since `bookmark-buffer-file-name'
7064         already takes care of this.
7065         (bookmark-buffer-name, bookmark-buffer-file-name):
7066         Remove Info-mode specific code.
7068         * info.el (bookmark-get-info-node): Define this function in
7069         info.el, not in bookmark.el.
7070         (Info-mode): Set `bookmark-make-name-function' to
7071         `Info-bookmark-make-name' locally.
7072         (Info-bookmark-make-name): New function.
7074         * bookmark.el (bookmark-make-name-function): New variable.
7076 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
7078         * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
7079         buffer-local, not `bookmark-make-cell-function' (the old name).
7081 2008-03-07  Tassilo Horn  <tassilo@member.fsf.org>
7083         * doc-view.el (doc-view-bookmark-make-record):
7084         * image-mode.el (image-bookmark-make-record):
7085         * info.el (Info-bookmark-make-record): Delete obsolete second arg.
7087 2008-03-07  Jan Djärv  <jan.h.d@swipnet.se>
7089         * vc.el (vc-status-menu-map-filter): Return orig-binding if
7090         boundp 'vc-ignore-menu-filter.
7091         (vc-status-tool-bar-map): Make it defvar.
7092         (vc-status-mode): vc-status-tool-bar-map now variable.
7093         (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
7095 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
7097         Give a better name to part of the bookmark interface.
7099         This was originally a much larger change, but halfway through I
7100         updated and discovered that Stefan Monnier had done the rest.
7101         It looks like he anticipated the new name too, because he used
7102         `the-record' instead of `the-cell' for some internal variable names.
7104         * bookmark.el (bookmark-make-record-function): Was
7105         `bookmark-make-cell-function'.
7106         (bookmark-make, bookmark-send-annotation): Update for above.
7107         (bookmark-make-record-for-text-file):
7108         Was `bookmark-make-cell-for-text-file'.  Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
7110         * info.el: Adjust accordingly.
7111         (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
7113         * image-mode.el: Adjust accordingly.
7114         (image-bookmark-make-record): Was `image-bookmark-make-cell'.
7116         * doc-view.el: Adjust accordingly.
7117         (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
7119 2008-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7121         * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
7122         Move initialization into declaration.
7123         (bookmark-get-info-node, bookmark-set-info-node): Remove.
7124         (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
7125         (bookmark-info-current-node): Remove.
7126         (bookmark-jump-noselect): Rename from bookmark-jump-internal.
7127         Add relocation fallback.  Set bookmark-current-bookmark.
7128         (bookmark-default-handler): Rename from bookmark-jump-noselect.
7129         Remove relocation fallback.  Don't set bookmark-current-bookmark.
7130         (bookmark-set): Let it be used even if there's no buffer-file-name
7131         as long as there is a bookmark-make-cell-function.
7132         * info.el (Info-bookmark-jump): Remove relocation fallback.
7133         Don't set bookmark-current-bookmark.
7135 2008-03-07  Glenn Morris  <rgm@gnu.org>
7137         * calendar/appt.el (appt-issue-message)
7138         (appt-message-warning-time, appt-audible, appt-visible)
7139         (appt-msg-window, appt-display-mode-line, appt-display-duration)
7140         (appt-display-diary): Remove autoload cookies.
7142         * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
7143         Remove leading `*' from defcustom doc-strings.
7145         * calendar/cal-dst.el (calendar-dst): New custom group.
7146         (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
7147         (calendar-time-zone, calendar-daylight-time-offset)
7148         (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
7149         (calendar-daylight-savings-starts-time)
7150         (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
7151         (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
7152         Move to start.
7154         * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
7156         * calendar/calendar.el (calendar-version): Use emacs-version and
7157         make it obsolete.  Move to end.
7158         (calendar-offset, view-diary-entries-initially)
7159         (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
7160         (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
7161         (all-christian-calendar-holidays, all-islamic-calendar-holidays)
7162         (all-bahai-calendar-holidays, calendar-load-hook)
7163         (initial-calendar-window-hook, today-visible-calendar-hook)
7164         (today-invisible-calendar-hook, calendar-move-hook)
7165         (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
7166         (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
7167         (diary-include-string, sexp-diary-entry-symbol)
7168         (abbreviated-calendar-year, american-date-diary-pattern)
7169         (european-date-diary-pattern, european-calendar-display-form)
7170         (american-calendar-display-form, print-diary-entries-hook)
7171         (list-diary-entries-hook, diary-hook, diary-display-hook)
7172         (nongregorian-diary-listing-hook, mark-diary-entries-hook)
7173         (nongregorian-diary-marking-hook, diary-list-include-blanks)
7174         (holidays-in-diary-buffer, general-holidays, oriental-holidays)
7175         (local-holidays, other-holidays, hebrew-holidays-1)
7176         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
7177         (hebrew-holidays, christian-holidays, islamic-holidays)
7178         (bahai-holidays, solar-holidays, calendar-setup)
7179         (calendar-week-start-day): Remove autoload cookies.
7180         (diary-glob-file-regexp-prefix): Doc fix.
7181         (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
7182         (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
7183         (calendar-week-start-day, calendar-debug-sexp): Move to start.
7185         * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
7186         (calendar-time-display-form, calendar-latitude)
7187         (calendar-longitude, solar-equinoxes-solstices): Remove autoload
7188         cookies.
7189         (calendar-latitude, calendar-longitude): Move functions after
7190         variables.
7191         (diary-sabbath-candles-minutes): Move to start.
7192         (solar-setup): Use or rather than if.
7193         (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
7194         Remove condition-case.
7195         (solar-atn2): Use zerop.
7196         (solar-equinoxes-solstices): Doc fix.
7198         * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
7199         (sc-mode-map-prefix): Doc fix.  Make it a defcustom.
7201         * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
7202         (calendar-longitude, calendar-latitude, calendar-location-name):
7203         Declare for compiler.
7205 2008-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7207         * arc-mode.el (archive-ar-file-header-re): New const.
7208         (archive-ar-summarize, archive-ar-extract): New funs.
7209         (archive-find-type): Recognize ar archives.
7211         * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
7212         New functions.
7214         * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
7216 2008-03-06  Lennart Borgman  <lennart.borgman@gmail.com>
7218         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
7219         Replace :enable (mark-active) with :enable mark-active.
7221 2008-03-06  Juanma Barranquero  <lekktu@gmail.com>
7223         * vms-patch.el (make-legal-file-name): New obsolete alias.
7224         (make-valid-file-name): Rename from `make-legal-file-name'.
7225         (make-auto-save-file-name): Use it.
7227         * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
7228         (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
7229         (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
7231         * textmodes/org.el (org-export-html-style): Doc fix.
7232         (org-get-legal-level): New obsolete alias.
7233         (org-get-valid-level): Rename from `org-get-legal-level'.
7234         (org-promote, org-demote, org-archive-subtree)
7235         (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
7237 2008-03-06  Jan Djärv  <jan.h.d@swipnet.se>
7239         * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
7241         * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
7242         (vc-status-toggle-mark): New functions.
7243         (vc-status-mode): Set tool bar map.
7245 2008-03-05  Chong Yidong  <cyd@stupidchicken.com>
7247         * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
7248         Reported by Drew Adams <drew.adams@oracle.com>.
7250 2008-03-05  Kenichi Handa  <handa@ni.aist.go.jp>
7252         * subr.el (read-quoted-char): Resolve modifers of the character
7253         event.
7255         * comint.el (comint-exec-1): Don't change the coding-system for
7256         decoding to dos-like EOL.
7257         (comint-carriage-motion): Fully rewrite.
7259 2008-03-05  Juanma Barranquero  <lekktu@gmail.com>
7261         * epg.el (epg-context-include-certs): Reflow docstring.
7262         (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
7263         (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
7264         (epg-context-set-signers, epg-context-set-sig-notations)
7265         (epg-make-import-status, epg-make-import-result)
7266         (epg-start-delete-keys): Fix typos in docstrings.
7267         (epg-start-sign-keys, epg-sign-keys):
7268         Fix typos in obsolescence declarations.
7270         * iswitchb.el: Don't check for `cadr' and `last'.
7271         (iswitchb-define-mode-map, iswitchb-default-keybindings):
7272         Add obsolescence declaration and remove redundant info from docstring.
7273         (iswitchb-set-common-completion, iswitchb-set-matches)
7274         (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
7275         (recentf-list, most-len, most-is-exact):
7276         Don't wrap defvars within `eval-when-compile'.
7278 2008-03-05  Glenn Morris  <rgm@gnu.org>
7280         * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
7281         * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
7282         * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
7283         * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
7284         ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
7286         * ediff-hook.el (ediff-window-setup-function): Don't autoload
7287         declaration for compiler.
7288         (ediff-xemacs-init-menus): Use when rather than if.
7290         * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
7291         if+and to just and.
7292         (ediff-read-event, ediff-overlayp, ediff-make-overlay)
7293         (ediff-delete-overlay): Move the XEmacs test inside the definition.
7295         * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
7297         * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
7298         test inside XEmacs test.
7299         (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
7300         since it was doing nothing on Emacs.
7301         (ediff-make-bullet-proof-overlay): Use when rather than if.
7303         * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
7304         (ediff-setup-control-frame): Remove
7305         ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
7306         a (featurep 'xemacs) test.
7308 2008-03-05  Jay Belanger  <jay.p.belanger@gmail.com>
7310         * calc/calc-ext.el (calc-extended-command-history): New variable.
7311         (calc-exectute-extended-command): Use `calc-extended-command-history'.
7313 2008-03-05  Dan Nicolaescu  <dann@ics.uci.edu>
7315         * bindings.el (mode-line-remote): Add mouse-face.  Improve tooltip.
7316         (standard-mode-line-position): Add mouse-face.
7318         * progmodes/compile.el (compilation-menu-map, compilation-mode-map):
7319         * progmodes/grep.el (grep-mode-map): Add :help.
7321         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
7322         initialize in one step.  Add :help.  Use :enable to activate menu
7323         items.  Show the key binding for edebug-defun.
7324         (lisp-interaction-mode-map): Add a menu.
7326         * term.el (term-mode-map): Define and initialize in one step.
7328         * ediff-init.el (ediff-color-display-p): Simplify.
7329         (Xor): Remove unused function.
7330         (ediff-with-syntax-table): Simplify for Emacs.
7332         * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
7333         menu-bar being loaded, it always is.
7335 2008-03-05  Glenn Morris  <rgm@gnu.org>
7337         * textmodes/tex-mode.el (tex-mode): Suppress warning about
7338         multiple definitions when compiling.
7340 2008-03-04  Alan Mackenzie  <acm@muc.de>
7342         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
7344         * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
7345         doc-string, "c-old-LEN" -> "c-old-END".
7347 2008-03-04  Jason Rumney  <jasonr@gnu.org>
7349         * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
7350         namespaces.
7352 2008-03-04  Glenn Morris  <rgm@gnu.org>
7354         * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
7356         * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
7357         than mapcar.
7359 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7361         * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
7362         (byte-compile-nilconstp): Can't use recursion in a defsubst.
7364         * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
7365         so that M-q can fill comments.
7366         (tex-executable-exists-p, tex-compile): Extend with special syntax for
7367         commands implemented in elisp.
7368         (tex-compile-commands): Add an entry to use doc-view for pdf files.
7369         (tex-format-cmd): New function.
7370         (tex-compile): Use it to let the user specify default arguments.
7371         (tex-cmd-bibtex-args): New var.
7372         (tex-cmd-doc-view): New function.
7374 2008-03-03  Juanma Barranquero  <lekktu@gmail.com>
7376         * faces.el (face-spec-set): Fix typos in docstring.
7378 2008-03-03  Dan Nicolaescu  <dann@ics.uci.edu>
7380         * bindings.el (mode-line-column-line-number-mode-map): New variable.
7381         (standard-mode-line-position): Use it to add a menu for toggling
7382         column number and line number display.
7384 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7386         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
7387         Remove optimization that was working around the form-code-walker bug.
7389         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
7390         Walk into the body of lambdas after byte-compile-unfold-lambda.
7392 2008-03-03  Glenn Morris  <rgm@gnu.org>
7394         * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
7395         value, if set, over frame value.
7397         * simple.el (transient-mark-mode): Don't turn on by default.
7399         * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
7400         accidentally removed by the 2007-12-05 merge from Gnus.
7402 2008-03-02  Dan Nicolaescu  <dann@ics.uci.edu>
7404         * progmodes/compile.el (compilation-menu-map): Add menu entries
7405         for useful options.
7407 2008-03-01  Dan Nicolaescu  <dann@ics.uci.edu>
7408             Glenn Morris  <rgm@gnu.org>
7410         * emacs-lisp/bytecomp.el (byte-recompile-directory)
7411         (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
7412         Give a `bytecomp-' prefix to local variables with common names.
7414 2008-03-01  Glenn Morris  <rgm@gnu.org>
7416         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Restore
7417         code commented out 2007-11-10.
7419         * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
7421         * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
7422         Delete macro.
7423         * emulation/viper-cmd.el, emulation/viper-ex.el:
7424         * emulation/viper-init.el, emulation/viper-keym.el:
7425         * emulation/viper-mous.el, emulation/viper-util.el:
7426         * emulation/viper.el:
7427         Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
7428         featurep test.
7430         Replace obselete frame-local variables with frame-parameters.
7431         * emulation/viper-init.el (viper-replace-overlay-cursor-color)
7432         (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
7433         (viper-vi-state-cursor-color): Only call make-variable-frame-local
7434         on XEmacs.
7435         * emulation/viper-util.el (viper-frame-value): New macro.
7436         * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
7437         (viper-R-state-post-command-sentinel)
7438         (viper-replace-state-post-command-sentinel)
7439         (viper-change-state-to-insert, viper-change-state-to-emacs):
7440         * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
7441         (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
7442         (viper-get-saved-cursor-color-in-insert-mode)
7443         (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
7444         Use viper-frame-value for viper-replace-overlay-cursor-color,
7445         viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
7446         viper-vi-state-cursor-color values.
7448         * emulation/viper-cmd.el (zmacs-region-stays):
7449         * emulation/viper-util.el (zmacs-region-stays): No need to define
7450         for compiler.
7452         * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
7453         mapcar on Emacs.
7455         * emulation/viper-mous.el (viper-counting-clicks-p): Only define
7456         on XEmacs.
7458         * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
7459         rather than if.
7461 2008-03-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7463         * whitespace.el: New version 9.3.  As the glyph code generation was
7464         fixed, it is possible now to use character code above ?\x1FFFF in the
7465         display table.  Fix `whitespace-indentation-regexp' to not include an
7466         extra ending character.  Reported by Michael Welsh Duggan
7467         <mwd@cert.org>.  Added hook actions when buffer is written or killed as
7468         the original whitespace package had.  Suggested by Eric Cooper
7469         <ecc@cmu.edu>.  Doc fix.
7470         (whitespace-action): New option.
7471         (whitespace-display-mappings): Changed default newline visualization to
7472         display downwards arrow, as the glyph code generation was fixed.
7473         (whitespace-unload-function): Assure that all local whitespace mode is
7474         turned off.
7475         (whitespace-global-modes): Fix type customization.
7476         (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
7477         (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
7478         (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
7479         Fix code.
7480         (whitespace-buffer): Command removed.
7481         (whitespace-trailing-regexp, whitespace-mark-x)
7482         (whitespace-display-window, whitespace-action-when-on)
7483         (whitespace-add-local-hook, whitespace-remove-local-hook)
7484         (whitespace-write-file-hook, whitespace-kill-buffer-hook)
7485         (whitespace-action): New funs.
7486         (whitespace-report-list, whitespace-report-text)
7487         (whitespace-report-buffer-name): New consts.
7488         (whitespace-report, whitespace-report-region): New commands.
7490 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
7492         * disp-table.el (make-glyph-code): Don't test the result of
7493         `face-id', which already signals an error for invalid faces.
7494         (glyph-face): Simplify.
7496         * desktop.el (desktop-read): Set `desktop-dirname' to nil before
7497         running `desktop-not-loaded-hook' to allow modifying it.
7498         Don't show warning message if `desktop-dirname' was modified.
7500 2008-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7502         * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
7503         we still expect more lines.
7505         * textmodes/fill.el (fill-comment-paragraph): Don't try to do
7506         comment-paragraph filling if the commark doesn't match
7507         comment-start-skip.
7509 2008-03-01  Daiki Ueno  <ueno@unixuser.org>
7511         * international/utf-7.el (utf-7-encode): Never skip the trailing - for
7512         the `imap' variant.
7514 2008-03-01  Jason Rumney  <jasonr@gnu.org>
7516         * files.el (make-auto-save-file-name): Encode more characters in
7517         non-file buffer names.  Use url-encoding.
7519 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
7521         * net/net-utils.el (ftp-program): Fix typo in docstring.
7522         (ifconfig-program-options, netstat-program-options)
7523         (arp-program-options, route-program-options, nslookup-program-options)
7524         (ftp-program-options, smbclient-program-options)
7525         (dns-lookup-program-options, arp, route): Doc fixes.
7527         * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
7528         (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
7529         (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
7530         Fix typos in docstrings.
7531         (gdb-pending-triggers): Reflow docstring.
7532         (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
7534 2008-03-01  Alan Mackenzie  <acm@muc.de>
7536         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
7537         typing "#" at EOB.
7539 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
7541         * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
7543 2008-02-29  Kim F. Storm  <storm@cua.dk>
7545         * emulation/cua-base.el (cua-remap-control-v)
7546         (cua-remap-control-z): New defcustoms.
7547         (cua-mode): Add them to set-after property.
7548         (cua--init-keymaps): Use them.
7549         Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
7551         * help.el (view-emacs-todo): Rename from view-todo.
7552         (describe-gnu-project): Rename from describe-project.  Users changed.
7553         (view-help-file): New helper function.
7554         (describe-distribution, describe-copying, describe-gnu-project)
7555         (view-todo, view-order-manuals, view-emacs-problems): Use it.
7556         (view-emacs-debugging, view-external-packages): New commands.
7557         (help-map): Move describe-distribution to C-h C-o (ordering).
7558         Move view-emacs-problems to C-h C-p (problems).
7559         Bind view-emacs-debugging to C-h C-d (debugging).
7560         Bind view-external-packages to C-h C-e (extras).
7561         (help-for-help-internal): Cleanup and align descriptions.
7562         Remove command names to reduce clutter.
7564 2008-02-29  Nick Roberts  <nickrob@snap.net.nz>
7566         * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
7567         and quieter face (not a warning).
7569 2008-02-29  Dan Nicolaescu  <dann@ics.uci.edu>
7571         * vc.el (vc-status-crt-marked): New variable.
7572         (vc-status-mode): Make it local.
7573         (vc-status-refresh): Use it to save the marked files.
7574         (vc-update-vc-status-buffer): Use it to restore the marked files.
7576         * vc-svn.el (vc-svn-after-dir-status):
7577         * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
7579 2008-02-29  Glenn Morris  <rgm@gnu.org>
7581         * allout.el (allout-topic-encryption-bullet)
7582         (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
7583         (allout-encrypt-unencrypted-on-saves): Change defcustom :version
7584         from 22.0 to 22.1.
7586         * net/imap.el (imap-ping-server):
7587         * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
7588         Change defcustom :version from 23.0 to 23.1.
7590 2008-02-29  Juanma Barranquero  <lekktu@gmail.com>
7592         * desktop.el (desktop-save): Save the buffer name if the
7593         uniquified base name is empty.
7595 2008-02-29  Nick Roberts  <nickrob@snap.net.nz>
7597         * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
7598         correctly when user has "set print address off".
7600 2008-02-28  Juanma Barranquero  <lekktu@gmail.com>
7602         * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
7603         version number of the next major Emacs release, not 23.0.
7605         * longlines.el (longlines-unload-function): New function.
7607 2008-02-28  Juri Linkov  <juri@jurta.org>
7609         * startup.el (normal-splash-screen): Add argument `concise'.
7610         Remove unused binding `prev-buffer'.  Let-bind `splash-buffer'
7611         to the created buffer.  If `concise' is non-nil, call
7612         `display-buffer', otherwise `switch-to-buffer'.  Doc fix.
7613         (display-startup-screen): Add argument `concise' to the call to
7614         `normal-splash-screen'.
7616 2008-02-28  Kim F. Storm  <storm@cua.dk>
7618         * startup.el (startup-echo-area-message): Check for about-emacs.
7620 2008-02-28  Juri Linkov  <juri@jurta.org>
7622         * startup.el: Always add initial message to *scratch* buffer if
7623         `initial-scratch-message' is non-nil regardless of the value of
7624         `inhibit-startup-screen'.
7625         (inhibit-startup-screen, initial-scratch-message): Doc fix.
7626         (command-line-1): Move code that inserts `initial-scratch-message'
7627         up before the if-form that checks for `inhibit-startup-screen'.
7628         Suggested by Jonathan Rockway <jon@jrock.us>.
7630 2008-02-28  Juri Linkov  <juri@jurta.org>
7632         * cus-edit.el (custom-mode-map, custom-mode-link-map):
7633         Rename `custom-mode' to `Custom-mode' in docstrings.
7634         (custom-buffer-create-internal, customize-browse):
7635         Rename `custom-mode' to `Custom-mode'.
7636         (custom-mode-hook): Rename to `Custom-mode-hook'.
7637         (Custom-mode-hook): Renamed from `custom-mode-hook'.
7638         (custom-mode): Rename to `Custom-mode'.
7639         (Custom-mode): Renamed from `custom-mode'.  Doc fix.
7640         (custom-mode): Add backward-compatible non-interactive variant of
7641         `Custom-mode' that simply calls `Custom-mode'.  Mark it obsoleted.
7642         (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
7644         * info-look.el: Rename `custom-mode' to `Custom-mode'.
7646         * emulation/viper.el (viper-emacs-state-mode-list):
7647         Rename `custom-mode' to `Custom-mode'.
7649         * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
7650         Capitalize "Tagged Files".
7651         (minibuffer-local-map): Add menu items for next/previous
7652         history elements and isearch history forward/backward.
7654         * progmodes/hideshow.el (hs-minor-mode-menu): Compare
7655         `hs-isearch-open' with t instead of `comment' in :selected
7656         for "Code and Comment blocks" menu item.
7658 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7660         * uniquify.el (uniquify-buffer-base-name): Undo last change.
7661         Should be done in desktop.el instead.
7663 2008-02-28  Glenn Morris  <rgm@gnu.org>
7665         * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
7667         * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
7669         * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
7670         (Info-menu, Info-goto-node): Remove declarations.
7671         (report-emacs-bug-info): Use info rather than Info-goto-node.
7673         * progmodes/idlwave.el (Info-goto-node): Remove declaration.
7674         (idlwave-convert-xml-system-routine-info): Don't require xml.
7675         (idlwave-show-commentary, idlwave-shell-show-commentary):
7676         Don't require finder.
7677         (idlwave-info): Don't require info.  Use info rather than
7678         Info-goto-node.
7680         * textmodes/org.el (Info-goto-node): Remove declaration.
7681         (org-info): Use info rather than Info-goto-node.
7683         * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
7684         (reftex-info): Don't require info.  Use info rather than Info-goto-node.
7686 2008-02-28  Dan Nicolaescu  <dann@ics.uci.edu>
7688         * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
7689         the menu.
7691         * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
7692         (vc-finish-logentry): Check for vc-status-mode, not only for
7693         vc-dired-mode.
7695 2008-02-28  Kenichi Handa  <handa@ni.aist.go.jp>
7697         * isearch.el (isearch-printing-char): Don't check
7698         keyboard-coding-system.
7699         Call isearch-process-search-multibyte-characters only when
7700         current-input-method is non-nil.
7702 2008-02-27  Kim F. Storm  <storm@cua.dk>
7704         * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
7705         (glyph-char, glyph-face): Handle cons encoding.
7707 2008-02-27  Juanma Barranquero  <lekktu@gmail.com>
7709         * uniquify.el (uniquify-buffer-base-name): If the base name is an
7710         empty string, return nil to allow the caller to default to the
7711         buffer name.  Reported by Martin Fischer <parozusa@web.de>.
7713         * tool-bar.el (tool-bar-setup): Doc fix.
7715         * mail/supercite.el (sc-describe):
7716         Fix typos in obsolescence declaration.
7718 2008-02-27  Glenn Morris  <rgm@gnu.org>
7720         * autoinsert.el (auto-insert-alist): Change permission text to
7721         match FSF's GPLv3 form.
7723         * mail/supercite.el (sc-cite-original): Doc fix.
7724         (sc-version): Make obsolete.
7725         (sc-describe): Show the SC info page.  Make obsolete.
7727 2008-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7729         * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
7730         when using transient-mark-mode.
7731         (default-indicate-unused-lines): Remove unused var.
7733 2008-02-26  Jan Djärv  <jan.h.d@swipnet.se>
7735         * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
7736         and previous.
7738         * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
7740 2008-02-26  Glenn Morris  <rgm@gnu.org>
7742         * net/net-utils.el (top-level): Don't require comint when compiling.
7743         (nslookup-font-lock-keywords): Don't require font-lock.
7744         Use font-lock faces rather than variables.
7745         (nslookup, ftp, smbclient, network-service-connection):
7746         Don't require comint.
7747         (comint-prompt-regexp, comint-input-autoexpand)
7748         (comint-input-ring): Declare for compiler.
7749         (comint-mode, ffap-string-at-point, comint-exec): Autoload.
7750         (dns-lookup-host): Don't require ffap.  Remove `with-no-warnings'.
7752         * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
7753         doc-string.
7755 2008-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7757         * doc-view.el (doc-view-current-page): Add a `win' argument.
7759 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7761         * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
7762         Demote it to plain defvar.
7763         (doc-view-conversion-refresh-interval): Reduce interval.
7764         (doc-view-goto-page): Allow moving to pages not yet rendered.
7765         (doc-view-goto-page): Construct a file name rather than extracting it
7766         from doc-view-current-files.
7767         (doc-view-kill-proc): Ignore errors from kill-process.
7768         (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
7769         (doc-view-insert-image): Use appropriate text if the page hasn't been
7770         rendered yet.  Adjust scrolling so the text is displayed.
7771         (doc-view-display): Detect not just that a page is available, but also
7772         that it wasn't available before, so as to avoid refreshing all pages
7773         repeatedly.
7774         (doc-view-mode): Make doc-view-cache-directory if needed.
7776 2008-02-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7778         * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
7779         toggle-read-only.
7781         * textmodes/bibtex.el (bibtex-format-entry): Handle error message
7782         refering to a missing required field with the OPT prefix.
7783         Make unwindform more robust.
7785         * textmodes/bibtex.el: Remove support for hideshow minor mode as
7786         it duplicates the bibtex support in progmodes/hideshow.el.
7787         * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
7788         entries that do not start at the beginning of a line.
7790 2008-02-25  Chong Yidong  <cyd@stupidchicken.com>
7792         * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
7794 2008-02-25  Robert J. Chassell  <bob@rattlesnake.com>
7796         * help-fns.el (describe-variable): Add phrases about
7797         initialization file with and without customization;
7798         use new button type help-info-variable.
7800         * help-mode.el (help-info-variable):
7801         New button able to read Info files for help-fns.el.
7803 2008-02-25  Jan Djärv  <jan.h.d@swipnet.se>
7805         * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
7806         (grep-mode): Use grep-mode-tool-bar-map.
7808         * progmodes/compile.el (tool-bar): Require tool-bar.
7809         (compilation-mode-tool-bar-map): New variable.
7810         (compilation-mode): Use compilation-mode-tool-bar-map.
7812         * term/x-win.el (x-gtk-stock-map): Add cancel.  Remove extensions.
7814 2008-02-25  Glenn Morris  <rgm@gnu.org>
7816         * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
7818 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7820         * diff-mode.el (diff-file-junk-re): New const.
7821         (diff-beginning-of-file-and-junk): Use it.
7822         (diff-file-kill): Make sure we were really inside a file diff.
7824         * diff-mode.el: Make it more robust in the presence of empty context
7825         lines in unified hunks.
7826         (diff-valid-unified-empty-line): New var.
7827         (diff-unified->context, diff-sanity-check-hunk): Obey it.
7828         (diff-end-of-hunk): Obey it.  New arg `donttrustheader'.
7829         (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
7830         (diff-hunk-header-re-unified): New const.
7831         (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
7832         (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
7833         (diff-sanity-check-hunk): Use it.
7835         * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
7836         Index: line, don't search backward for the previous one.
7838 2008-02-25  Kenichi Handa  <handa@ni.aist.go.jp>
7840         * international/fontset.el (setup-default-fontset): Add non-OTF
7841         lao font for lao script.
7843         * language/tibetan.el: Register tibetan-composition-function in
7844         composition-function-table.
7846         * language/tibet-util.el (tibetan-composition-function):
7847         Adjust for the new calling way (argument changed).  Try font-shape-text
7848         if possible.
7850         * language/lao.el: Register lao-composition-function in
7851         composition-function-table.
7853         * language/lao-util.el (lao-composition-function): Adjust for the new
7854         calling way (argument changed).  Try font-shape-text if possible.
7856 2008-02-25  Jason Rumney  <jasonr@gnu.org>
7858         * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
7860 2008-02-25  Juri Linkov  <juri@jurta.org>
7862         * isearch.el (isearch-fail): Use "RosyBrown1" for a light
7863         background, "red4" for a dark background, "red" for 16 and
7864         8 colors, "grey" for grayscale, and inverse video otherwise.
7865         Add :version tag.
7866         (isearch-message): Keep the original isearch-message intact, and
7867         add text properties to it where necessary.  Add `isearch-error' to
7868         the condition that checks if isearch is unsuccessful.
7870 2008-02-24  Juri Linkov  <juri@jurta.org>
7872         * progmodes/compile.el (compilation-handle-exit):
7873         Use compilation-error face instead of font-lock-warning-face.
7874         Display the same message in the minibuffer as is inserted
7875         at the end of the compilation buffer.
7877 2008-02-24  Glenn Morris  <rgm@gnu.org>
7879         * vc-cvs.el (vc-cvs-register): Fix registering of directories in
7880         multiple file case.
7882         * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
7884         * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
7885         multiple file case.  Use a single `let' rather than two.
7887 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
7889         * progmodes/compile.el (compilation-start): Specify a face for
7890         mode-line-process.
7891         (compilation-handle-exit): Specify a face and a tooltip for
7892         mode-line-process.
7894 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7896         * hilit-chg.el: Remove spurious * in defcustom docstrings.
7897         (hilit-chg-make-ov): Simplify.
7898         (hilit-chg-fixup): Use remove-overlays.
7899         (hilit-chg-set-face-on-change): Remove redundant call to
7900         `remove-text-properties'.
7902         * dired.el (dired-mark-prompt): Don't count/display the t element.
7903         Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
7905 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
7907         * progmodes/verilog-mode.el (eval-when-compile): Don't define
7908         add-submenu.
7909         (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
7910         Remove.  Move contents to the only use ...
7911         (verilog-menu): ... here.
7912         (verilog-statement-menu): Remove.  Move contents to the only use ...
7913         (verilog-stmt-menu): ... here.
7914         (verilog-mark-defun): Simply call mark-defun for emacs.
7915         (occur-pos-list): Declare for byte compiler.
7916         (mode-popup-menu): Don't defvar.
7917         (verilog-add-statement-menu): Remove.
7918         (verilog-mode-hook): Don't add verilog-add-statement-menu.
7919         (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
7921 2008-02-24  Michael McNamara  <mac@mail.brushroad.com>
7923         * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
7924         conditional.
7925         (verilog-font-grouping-keywords-face): Make the begin..end
7926         keywords standout more than other verilog keywords.
7927         (verilog-type-font-keywords): Move the begin..end out of this list
7928         to facilitate making them to (potentially) stand out more.
7929         (verilog-backward-token): Fix indent of bare always{_*}?, initial,
7930         function & task blocks.
7931         (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
7932         initial, function & task blocks.
7933         (verilog-forward-sexp): Handle the new "disable fork" statement of
7934         IEEE-1800 Verilog.
7935         (verilog-beg-block-re-ordered): Handle the new "disable fork"
7936         statement of IEEE-1800 Verilog.
7937         (verilog-calc-1): Handle the new "disable fork" statement of
7938         IEEE-1800 Verilog.
7939         (verilog-disable-fork-re): Add const to help handle the new
7940         "disable fork" statement of IEEE-1800 Verilog.
7941         (verilog-declaration-core-re): Add port directions by themselves,
7942         with no qualification, as base item of a declaration.
7943         (verilog-pretty-declarations): Add new flag to ask it to refrain
7944         from printing to the message buffer.
7945         (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
7946         printing to the message buffer.  Improve handling of the many
7947         types of expression line up.
7948         (verilog-just-one-space): Remove printing of an empty message.
7949         (verilog-get-lineup-indent): Rework to support the better handling
7950         of expression lineup for verilog-pretty-expr.
7951         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
7953 2008-02-24  Alan Mackenzie  <acm@muc.de>
7955         * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
7956         yesterday's commit.
7958 2008-02-24  Nick Roberts  <nickrob@snap.net.nz>
7960         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
7961         to mouse-set-point in buffers that aren't associated with files.
7963         * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
7965 2008-02-24  Alan Mackenzie  <acm@muc.de>
7967         Set of changes so that "obtrusive" syntactic elements in a
7968         C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
7969         unmatched paren) don't interact syntactically with stuff outside
7970         the CPP line.
7972         * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
7973         Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
7974         off-by-one bug.
7975         (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
7976         a bit of refactoring.
7977         (c-awk-extend-and-syntax-tablify-region): Takes some of the
7978         functionality of c-awk-advise-fl-for-awk-region, which has been
7979         refactored away.
7981         * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
7982         (c-clear-char-property-with-value): New function and macro which
7983         remove text-properties `equal' to a supplied value.
7985         * progmodes/cc-engine.el: Comment about text properties amended.
7987         * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
7988         parens around "error\\|warning".
7990         * progmodes/cc-langs.el (c-get-state-before-change-function)
7991         (c-before-font-lock-function, c-anchored-cpp-prefix):
7992         New language variables.
7993         (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
7995         * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
7996         syntax-table text properties.
7997         (c-common-init): Call language specific before/after-change
7998         functions at mode initialisation.
7999         (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
8000         (c-extend-region-for-CPP, c-neutralize-CPP-line)
8001         (c-neutralize-syntax-in-CPP): New functions.
8002         (c-before-change, c-after-change): Call the new language specific
8003         change functions defined in cc-langs.el.
8004         (c-advise-fl-for-region): New macro.
8005         (awk-mode): Remove AWK specific stuff which has been refactored
8006         into language independent stuff.
8008 2008-02-24  Nick Roberts  <nickrob@snap.net.nz>
8010         * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
8011         (gdb): (Re)set gdb-flush-pending-output to nil here...
8012         (gdb-init-1): ...instead of here (before gdb-prompt).
8014 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8016         * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
8017         Recognize ''' just like any other char-constant.
8019 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8021         * vc-hooks.el (vc-find-root): Remove initial loop because it's not
8022         careful enough.  Detect the uid-change all within the main loop.
8024 2008-02-24  Stefan Monnier  <monnier@pastel.home>
8026         * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
8028 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8030         * hilit-chg.el (highlight-save-buffer-state): New macro.
8031         (highlight-save-buffer-state, hilit-chg-set-face-on-change)
8032         (hilit-chg-clear): Use it to preserve the modified-p flag.
8033         (highlight-changes-rotate-faces): Don't mess with the undo-list.
8035 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8037         * font-lock.el (font-lock-set-defaults): Unset previously set variables
8038         when needed.
8040 2008-02-24  Ã†var Arnfjörð Bjarmason  <avar@cpan.org>  (tiny change)
8042         * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
8043         from gnus-button-url-regexp.
8045 2008-02-24  Eli Zaretskii  <eliz@gnu.org>
8047         * progmodes/compile.el (compilation-next-error): Doc fix.
8048         (compilation-find-file): Doc fix.
8050 2008-02-24  Glenn Morris  <rgm@gnu.org>
8052         * net/net-utils.el (ipconfig-program, ipconfig-program-options):
8053         Add obsolete aliases to the old names.
8055 2008-02-24  Richard Stallman  <rms@gnu.org>
8057         * net/net-utils.el (ifconfig): Rename from ipconfig.
8058         (ipconfig): Alias to ifconfig.
8059         (ifconfig-program): Rename from ipconfig-program.
8060         (ifconfig-program-options): Rename from ipconfig-program-options.
8062 2008-02-24  Michael McNamara  <mac@mail.brushroad.com>
8064         * progmodes/verilog-mode.el (verilog-declaration-core-re):
8065         Add port directions by themselves, with no qualification, as base
8066         item of a declaration.
8067         (verilog-pretty-declarations): Add new flag that inhibits printing
8068         to the message buffer.
8069         (verilog-pretty-expr): Add new flag that inhibits printing to the
8070         message buffer.  Improve handling of the many types of expression
8071         line up.
8072         (verilog-just-one-space): Don't print an empty message.
8073         (verilog-get-lineup-indent): Rework to support the better handling
8074         of expression lineup for verilog-pretty-expr.
8075         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
8076         (verilog-mode-version, verilog-mode-release-date): Update.
8078 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8080         * subr.el (cancel-change-group): Don't move point.
8082 2008-02-23  Markus Triska  <markus.triska@gmx.at>
8084         * linum.el (linum-after-config): Update all visible windows.
8086 2008-02-23  Glenn Morris  <rgm@gnu.org>
8088         * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
8089         Add :help for Solitaire and Tetris.
8091         * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
8093         * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
8094         (smtpmail-code-conv-from): Doc fix.  Fix custom type.
8095         (smtpmail-queue-index-file): Make it a defcustom.
8096         (smtpmail-queue-index): Delete.
8097         (smtpmail-send-it, smtpmail-send-queued-mail):
8098         Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
8099         smtpmail-queue-index.
8101         * net/net-utils.el (iwconfig-program, iwconfig-program-options):
8102         Add :version.
8104 2008-02-23  Yoni Rabkin  <yoni@rabkins.net>  (tiny change)
8106         * net/net-utils.el (iwconfig-program, iwconfig-program-options):
8107         New variables.
8108         (iwconfig): New function.
8110 2008-02-23  Dan Nicolaescu  <dann@ics.uci.edu>
8112         * vc.el (vc-find-revision): Make vc-parent-buffer local before
8113         setting it.
8114         (vc-status-menu-map): Do not define using easy-menu.
8115         (vc-status-menu-map): New defalias.
8116         (vc-status-mode-map): Hook up the menu.
8117         (top-level): Update TODO.
8119         * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
8121         * vc-bzr.el (vc-bzr-init-version): Rename to ...
8122         (vc-bzr-init-revision): ... this.
8124 2008-02-23  Jason Rumney  <jasonr@gnu.org>
8126         * makefile.w32-in (WINS_ALMOST): Remove term.
8127         (WINS): Add term here.
8128         (custom-deps, finder-data): Use WINS_ALMOST.
8130 2008-02-22  Juanma Barranquero  <lekktu@gmail.com>
8132         * faces.el (font-weight-table): Fix value of `semi-light'.
8134 2008-02-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8136         * faces.el (font-weight-table, font-slant-table, font-swidth-table):
8137         Make those tables bijective.
8139 2008-02-22  Ken Manheimer  <ken.manheimer@gmail.com>
8141         Finish pdbtrack integration cleanup, settling missing-functions
8142         byte compiler warnings appropriately.
8144         * progmodes/python.el (python-point): Remove this - beginning-of-line
8145         was all that was necessary for `python-pdbtrack-overlay-arrow'.
8146         (python-end-of-def-or-class, python-beginning-of-def-or-class)
8147         (python-goto-initial-line): Drop these - they were only needed for
8148         python-point.
8149         (python-comint-output-filter-function): Use condition-case and
8150         beginning-of-line directly, instead of python-mode.el functions
8151         which require all sorts of baggage.
8152         (point-safe): Unnecessary - we're using condition-case directly,
8153         instead.
8154         (python-execute-file): Include for python-shell, which I'm leaving
8155         in keeping despite it being unnecessary for pdb tracking.
8157 2008-02-22  Peter Danenberg  <pcd@wikitex.org>  (tiny change)
8159         * progmodes/scheme.el (scheme-font-lock-keywords-2):
8160         Add SRFI 11 support.
8161         (let-values, let*-values): Specify scheme-indent-function.
8163 2008-02-22  Dan Nicolaescu  <dann@ics.uci.edu>
8165         * vc.el (vc-exec-after): Move setting mode-line-process in the
8166         busy case ...
8167         (vc-set-mode-line-busy-indicator): ... in this new function.
8168         (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
8169         (vc-update-vc-status-buffer): Reset mode-line-process.
8170         (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
8171         mark/unmark all the files with the same state as the current one.
8172         With a prefix argument mark/unmark all files.
8173         (vc-status-mode-menu): Adjust strings.
8174         (vc-update-vc-status-buffer): Only do something when the argument
8175         is not nil.
8176         (vc-status-kill-dir-status-process): New function.
8177         (vc-status-mode-map): Bind it.
8178         (vc-status-process-buffer): New variable.
8179         (vc-status-mode): Make it local.
8180         (vc-status-refresh): Set it.
8182         * vc-hg.el (vc-hg-dir-status):
8183         * vc-git.el (vc-git-dir-status):
8184         * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
8185         command is run.
8187 2008-02-22  Glenn Morris  <rgm@gnu.org>
8189         * json.el (top-level): No need to require thingatpt.
8190         (json-read-keyword): Use thing-at-point rather than word-at-point.
8192         * time.el (top-level): No need to require time-date when compiling.
8194         * emacs-lisp/copyright.el (copyright-update-year):
8195         Fix subexpression numbering for the case when years are split over
8196         lines, and for the replace case.
8198         * emulation/tpu-edt.el (tpu-have-ispell): Doc fix.  Make obsolete.
8199         (tpu-caar, tpu-cadr): Delete functions.
8200         (zmacs-regions): No need to declare for compiler.
8201         (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
8202         (tpu-spell-check): Rewrite, and handle mark after point.
8203         (tpu-special-insert): Use or rather than if.
8205         * emulation/vip.el (vip-special-prefix-com): Use ispell-region
8206         rather than spell-region.
8208         * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
8209         warnings about spell-region.
8211 2008-02-22  Kenichi Handa  <handa@ni.aist.go.jp>
8213         * ldefs-boot.el: Regenerated.
8215         * loadup.el: Don't load language/devanagari, language/kannanda,
8216         language/malayalam, and language/tamil.  Load language/sinhala.
8218         * language/indian.el (indian-font-foundry)
8219         (indian-script-language-alist, indian-font-char-index-table)
8220         (indian-font-char, indian-font-char-range, indian-script-table)
8221         (indian-default-script, indian-composable-pattern): Delete them.
8222         ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
8223         language environments moved to here.
8224         ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
8225         New language environments.
8227         * language/devanagari.el, language/devan-util.el,
8228         * language/kannanda.el, language/knd-util.el, language/malayalam.el,
8229         * language/mlm-util.el, language/tamil.el, language/tml-util.el:
8230         Delete them.
8232         * language/sinhala.el: New file.
8234 2008-02-21  Ken Manheimer  <ken.manheimer@gmail.com>
8236         Update Nick Robert's port of pdb tracking from python-mode.el.
8238         * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
8239         Clarify docstring.
8240         (python-pdbtrack-minor-mode-string): A sign indicating that pdb
8241         tracking is happening.
8242         (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
8243         (python-pdbtrack-input-prompt): Better recognize PDB prompts.
8244         (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
8245         Tracking is plugged in to all comint buffers once python.el is loaded.
8246         (python-pdbtrack-overlay-arrow): Toggle activation of
8247         `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
8248         (python-pdbtrack-track-stack-file): Use new
8249         `python-pdbtrack-get-source-buffer' for more flexible access to
8250         debugging source files.
8251         (python-pdbtrack-get-source-buffer): Identify debugging target buffer
8252         according to pdb stack trace, optionally using new
8253         `python-pdbtrack-grub-for-buffer' if file is not locally available.
8254         (python-pdbtrack-grub-for-buffer): Find most recent python-mode
8255         named buffer, or having function with indicated name.
8256         (python-shell): Remove comint-output-filter-functions hook
8257         addition, it's being done elsewhere.  Wrap long line.
8259 2008-02-21  Michael Olson  <mwolson@gnu.org>
8261         * json.el: Replace XEmacs compatibility code to get rid of
8262         compiler warnings.
8264         * time.el: Fix compiler warning.
8266 2008-02-21  Edward O'Connor  <ted@oconnor.cx>
8268         * json.el: New file (JavaScript Object Notation parser / generator).
8270 2008-02-21  Dave Love  <fx@gnu.org>
8272         * progmodes/sym-comp.el: New file.
8274         * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
8275         Require sym-comp.  Add Python buffer to same-window-buffer-names.
8276         Fixup whitespaces.
8277         (python-font-lock-keywords): Add highlighting for Python builtins.
8278         (python-font-lock-syntactic-keywords): Rewrite.
8279         (python-quote-syntax): Use syntax-ppss-context instead of parsing
8280         ppss directly.
8281         (python-mode-map): Add binding for python-find-function.
8282         (python-calculate-indentation): Clean up the logic.
8283         (python-beginning-of-defun): Explicitly set return value.
8284         (python-beginning-of-statement): Stop looping if we get stuck
8285         going backwards.
8286         (python-next-statement): Stop looping if we somehow end up inside
8287         a string while advancing.
8288         (python-preoutput-continuation, python-version-checked): New vars.
8289         (python-check-version): New function.
8290         (run-python): Set default command to python-command instead of
8291         python-python-command.
8292         (run-python): Use python-check-version.  Give PYTHONPATH
8293         precedence over data-directory in the process environment.
8294         Load function definitions in python process after.
8295         (python-check-comint-prompt): New function.
8296         (python-send-command, python-send-receive): Use it.
8297         (python-complete-symbol, python-try-complete): Functions deleted.
8298         Use symbol-complete instead of python-complete-symbol throughout.
8299         (python-fill-paragraph): Further refine the fenced-string regexp.
8300         (def-python-skeleton): Expand to the original abbrev instead if in
8301         a comment or string.  Tweak skeletons for `if', `while', `for',
8302         `try/except', `try/finally', `name'.
8303         (python-pea-hook, python-abbrev-pc-hook): New functions.
8304         (python-abbrev-syntax-table): New var.
8305         (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
8306         Use symbol-completion-try-complete for hippie expansion.
8307         Turn on font lock unconditionally.
8308         (python-mode-hook): Defcustom it.  No need to use make-local
8309         variable on indent-tabs-mode in "Turn off Indent Tabs mode"
8310         option, since it's buffer-local.
8312 2008-02-21  Juanma Barranquero  <lekktu@gmail.com>
8314         * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
8316 2008-02-21  Drew Adams  <drew.adams@oracle.com>
8318         * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
8319         "Turn off" and a "Help" entry when the minor mode has no menu.
8321 2008-02-21  Dan Nicolaescu  <dann@ics.uci.edu>
8323         * vc.el (vc-status-mark, vc-status-unmark): New functions.
8324         (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
8325         vc-status-mark-file and vc-status-unmark-file.
8326         (vc-status-mark-unmark): New function.
8327         (vc-status-previous-line, vc-status-next-line): No longer interactive.
8329 2008-02-21  Glenn Morris  <rgm@gnu.org>
8331         * composite.el (encode-composition-rule): Fix typo in error message.
8332         (composition-function-table, auto-composition-mode): Doc fixes.
8334         * subr.el (sit-for): Fix obsolete form for nil second argument.
8336         * textmodes/spell.el (spell-buffer, spell-word, spell-region)
8337         (spell-string): Make obsolete, in favor of ispell.
8339 2008-02-21  Kenichi Handa  <handa@ni.aist.go.jp>
8341         * language/devanagari.el: Don't setup composition-function-table
8342         here.
8343         ("Devanagari"): Change charset, coding-system, coding-priority to
8344         Unicode-based ones.  Don't require the feature devan-util.
8346         * composite.el (compose-chars-after): Fix arguments for a function
8347         in composition-function-table.
8348         (auto-compose-region): Likewise.
8350         * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
8351         for Ethiopic.
8352         (ps-mule-plot-string): Ignore glyph-string based compositions.
8354 2008-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8356         * doc-view.el: Allow different windows to show different pages.
8357         (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
8358         (doc-view-current-image, doc-view-current-overlay): Remove variables,
8359         add them back as macros instead, using image-mode-winprops instead.
8360         Update all users of those variables.
8361         (doc-view-new-window-function): New function to create a new overlay
8362         for each new window.
8363         (doc-view-mode): Use it and image-mode-setup-winprops.
8364         (doc-view-clone-buffer-hook): Rewrite accordingly.
8366         * image-mode.el: Extend [hv]scroll support to per-window properties.
8367         (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
8368         (image-mode-winprops-alist): New var to replace them.
8369         (image-mode-new-window-functions): New hook.
8370         (image-mode-winprops, image-mode-window-get, image-mode-window-put):
8371         New funs.
8372         (image-set-window-vscroll, image-set-window-hscroll): Use them.
8373         Remove the `window' argument, update callers.
8374         (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
8375         Use the new functions.
8376         (image-mode-reapply-winprops): New fun.
8377         (image-mode): Use it.
8379 2008-02-20  Jay Belanger  <jay.p.belanger@gmail.com>
8381         * calc/calc-math.el (math-sin-raw): Add optional argument
8382         to keep track of original argument.
8383         (math-cos-raw): Use optional argument when calling math-sin-raw.
8384         (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
8385         with close to original precision.
8387 2008-02-20  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8389         * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
8390         args in calls of sit-for.
8392 2008-02-20  Juanma Barranquero  <lekktu@gmail.com>
8394         * vc-svn.el (vc-svn-program): Fix typo in docstring.
8395         (vc-svn-checkin): Fix typo in error message.
8397         * help-mode.el: Require easymenu when compiling.
8399 2008-02-20  Dan Nicolaescu  <dann@ics.uci.edu>
8401         * help-mode.el (help-mode-menu): New menu.
8403 2008-02-20  Glenn Morris  <rgm@gnu.org>
8405         * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
8406         on Windows.
8408 2008-02-20  Kenichi Handa  <handa@ni.aist.go.jp>
8410         * ps-mule.el (ps-mule-encode-region): Return a single string.
8411         (ps-mule-plot-string): Adjust for the above change.
8412         (ps-mule-encode-header-string): Likewise.
8414         * international/latin1-disp.el (latin1-display): Don't use
8415         ucs-mule-8859-to-mule-unicode.  Fix the way of resetting
8416         standard-display-table.
8417         (latin1-display-identities): Adjust for the change of what is
8418         returned by (get-language-info charset 'charset).
8420         * international/mule-util.el (char-displayable-p): Fix for Latin-1
8421         characters and terminal case.
8423 2008-02-19  Ken Manheimer  <ken.manheimer@gmail.com>
8425         Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
8427         * progmodes/python.el: Also require comint when loading.
8428         (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
8429         Replace python-shell with run-python on menu bar.
8430         (python-shell-map): New map.
8431         (python-default-interpreter, python-python-command-args)
8432         (python-jython-command-args, python-pdbtrack-do-tracking-p):
8433         New options.
8434         (python-which-shell, python-which-args, python-which-bufname):
8435         New buffer local variables.
8436         (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
8438         * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
8439         (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
8440         New constants.
8442         Pdbtrack features:
8444         (python-point, python-end-of-def-or-class)
8445         (python-beginning-of-def-or-class, python-goto-initial-line)
8446         (python-comint-output-filter-function)
8447         (python-pdbtrack-overlay-arrow)
8448         (python-pdbtrack-track-stack-file, python-toggle-shells)
8449         (python-shell, python-pdbtrack-toggle-stack-tracking)
8450         (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
8451         New functions.
8453 2008-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8455         * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
8456         when the argument is nil.
8458 2008-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
8460         * vc.el (dir-status): Add a brief description.
8462 2008-02-19  Thien-Thi Nguyen  <ttn@gnuvola.org>
8464         * vc-hooks.el (vc-find-root): Take optional arg INVERT.
8465         If non-nil, reverse the sense of the check.
8467         * vc-rcs.el (vc-rcs-root): New func.
8468         * vc-cvs.el (vc-cvs-root): New func.
8469         * vc-svn.el (vc-svn-root): New func.
8470         * vc-sccs.el (vc-sccs-root): New func.
8472 2008-02-18  Kenichi Handa  <handa@ni.aist.go.jp>
8474         * language/japan-util.el (setup-japanese-environment-internal):
8475         Call use-cjk-char-width-table.
8477         * language/japanese.el ("Japanese"): Set exit-function to
8478         use-default-char-width-table.
8480         * international/characters.el: Delete occurrences of non-Unicode
8481         tibetan and ethiopic characters.
8482         (cjk-char-width-table): New variable.
8483         (use-cjk-char-width-table, use-default-char-width-table):
8484         New functions.
8486 2008-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
8488         * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
8489         (vc-status-mode-menu): Add a :filter.
8490         (vc-status-printer): Add faces.
8492         * vc-hg.el (vc-hg-extra-status-menu): New function.
8493         (vc-hg-dir-status): Clean up the buffer before using it.
8495 2008-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8497         * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
8498         (gdb): Initialize it here instead.
8500         * files.el (locate-dominating-file): Fix thinko in last change.
8501         Reported by Bruce Stephens <bruce.stephens@isode.com>.
8503 2008-02-18  Dan Nicolaescu  <dann@ics.uci.edu>
8505         * vc.el (vc-status-mode-menu): New menu for vc-status.
8507 2008-02-18  Juanma Barranquero  <lekktu@gmail.com>
8509         * progmodes/verilog-mode.el (customize): Fix typo in error message.
8510         (verilog-mode, verilog-mode-indent, verilog-mode-actions)
8511         (verilog-mode-auto, verilog-indent-level-module)
8512         (verilog-minimum-comment-distance, verilog-library-flags)
8513         (verilog-library-directories, verilog-library-files)
8514         (verilog-auto-reset-widths, verilog-imenu-generic-expression)
8515         (verilog-xemacs-menu, verilog-set-compile-command)
8516         (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
8517         (verilog-get-expr, verilog-strip-comments, verilog-one-line)
8518         (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
8519         (verilog-batch-inject-auto, verilog-batch-indent)
8520         (verilog-continued-line, verilog-type-keywords)
8521         (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
8522         (verilog-read-inst-pins, verilog-read-arg-pins)
8523         (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
8524         (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
8525         (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
8526         (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
8527         (verilog-sk-datadef, verilog-colorize-include-files-buffer)
8528         (verilog-mode-version, verilog-mode-release-date)
8529         (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
8530         (verilog-simulator, verilog-compiler)
8531         (verilog-auto-sense-defines-constant, verilog-company)
8532         (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
8533         Fix typos in docstrings.
8534         (verilog-set-auto-endcomments, verilog-calculate-indent)
8535         (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
8536         Reflow docstrings.
8537         (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
8538         (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
8539         (electric-verilog-forward-sexp, verilog-in-case-region-p)
8540         (verilog-in-struct-region-p, verilog-in-generate-region-p)
8541         (verilog-leap-to-head, verilog-current-indent-level)
8542         (verilog-case-indent-level, verilog-cpp-keywords)
8543         (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
8544         (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
8545         (verilog-signals-not-in, verilog-symbol-detick-text)
8546         (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
8547         (verilog-forward-close-paren, verilog-backward-open-paren)
8548         (verilog-backward-open-bracket): Doc fixes.
8550         * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
8551         (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
8552         (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
8553         (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
8554         (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
8555         Fix typos in docstrings.
8557         * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
8559 2008-02-18  Bastien Guerry  <Bastien.Guerry@ens.fr>
8561         * info.el (Info-read-node-name): Removed unused `default' arg.
8563 2008-02-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
8565         * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
8567 2008-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8569         * image-mode.el (image-get-display-property): New fun.
8570         (image-forward-hscroll, image-next-line, image-eol, image-eob)
8571         (image-mode, image-minor-mode, image-toggle-display-text)
8572         (image-toggle-display): Use it.
8574 2008-02-18  Jason Rumney  <jasonr@gnu.org>
8576         * international/mule.el (xml-find-file-coding-system): Don't warn
8577         about utf-16 with BOM.
8579         * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
8581         * international/mule.el (sgml-xml-auto-coding-function): Detect and
8582         warn if file encoding is not utf-8 and encoding not specified.
8583         (xml-find-file-coding-system): New function.
8584         * international/mule-conf.el (file-coding-system-alist): Use it.
8586 2008-02-17  Glenn Morris  <rgm@gnu.org>
8588         * international/mule-cmds.el (set-locale-environment):
8589         Pass `frame' to getenv for LC_MESSAGES.
8591 2008-02-17  Juri Linkov  <juri@jurta.org>
8593         * time.el (emacs-init-time): Use format instead of format-seconds.
8595 2008-02-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8597         * textmodes/bibtex.el (bibtex-search-entry): Rename from
8598         bibtex-find-entry.  Add autoload cookie.
8599         (bibtex-find-entry): Alias for bibtex-search-entry.
8600         (bibtex-search-crossref): Rename from bibtex-find-crossref.
8601         (bibtex-find-crossref): Alias for bibtex-search-crossref.
8602         (bibtex-clean-entry): atomic-change-group removed.
8603         (bibtex-format-entry): Use atomic-change-group.  Use unwind-protect
8604         to locate buffer location where error occurred.
8605         Make error messages more specific.
8606         (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
8608 2008-02-17  Dan Nicolaescu  <dann@ics.uci.edu>
8610         * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
8611         top level.
8613         * simple.el (transient-mark-mode): Add an :init-value.
8615         * startup.el (command-line): Use custom-reevaluate-setting for
8616         transient-mark-mode.
8618 2008-02-17  Michaël Cadilhac  <michael@cadilhac.name>
8620         * wdired.el (wdired-allow-to-change-permissions): Fix typo.
8622 2008-02-16  Juri Linkov  <juri@jurta.org>
8624         * startup.el (after-init-time): New variable.
8625         (command-line): Set `after-init-time' to the current time.
8627         * time.el (emacs-init-time): New function.
8629 2008-02-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8631         * files.el (locate-dominating-file): Remove initial loop because it's
8632         not careful enough.  Detect the uid-change all within the main loop.
8634 2008-02-16  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
8636         * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
8638 2008-02-16  Dan Nicolaescu  <dann@ics.uci.edu>
8640         * vc.el (vc-annotate): Add new argument.
8641         (vc-annotate-warp-revision): Pass the current line to vc-annotate.
8643         * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
8644         Move make-variable-buffer-local code after the corresponding defvar.
8645         (hs-minor-mode-map): Define and initialize in one step.
8646         (hs-minor-mode): Change from defun to define-minor-mode.
8648 2008-02-16  Nick Roberts  <nickrob@snap.net.nz>
8650         * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
8651         (gdb-ready): Move declaration...
8653         * progmodes/gdb-ui.el (gdb-ready): ...to here.
8654         (gdb-early-user-input): New variable.
8655         (gdb): Reset gdb-flush-pending-output to nil and set
8656         comint-input-sender here (before gdb-prompt), instead of...
8657         (gdb-init-1): ...here.
8658         (gdb-send): If Emacs is not ready, defer user input to...
8659         (gdb-prompt): ...here.
8661 2008-02-16  Glenn Morris  <rgm@gnu.org>
8663         * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
8665         * startup.el (emacs-startup-time): Rename to `before-init-time'.
8666         (before-init-time): New name for `emacs-startup-time'.
8667         (command-line): Use before-init-time rather than emacs-startup-time.
8668         * time.el (emacs-uptime): Use before-init-time rather than
8669         emacs-startup-time.
8671         * composite.el (composition-function-table): Doc fix.
8673         * calendar/time-date.el (format-seconds): Remove `nonzero' argument
8674         in favor of `%z' specifier.
8675         (emacs-uptime): Move to time.el.
8676         * time.el (emacs-uptime): Move here from time-date.el.  Add optional
8677         `format' argument.  Doc fix.  Use `%z' rather than removed `nonzero'
8678         argument of format-seconds.
8680 2008-02-16  Dan Nicolaescu  <dann@ics.uci.edu>
8682         * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
8684 2008-02-15  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
8686         * ielm.el (ielm-is-whitespace): Remove.
8687         (ielm-is-whitespace-or-comment): New function.
8688         (ielm-eval-input): Use it.
8690 2008-02-15  Jason Rumney  <jasonr@gnu.org>
8692         * term/mac-win.el: Fix coding tag.
8694 2008-02-15  Dan Nicolaescu  <dann@ics.uci.edu>
8696         * vc-hooks.el (vc-menu-map):
8697         * bindings.el (mode-line-mode-menu): Add tooltips.
8699         * bindings.el (help-echo): Add more tooltips.  Use a less
8700         telegraphic style for existing tooltips.
8702 2008-02-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8704         * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
8705         from the auto-generated one.
8707 2008-02-14  Glenn Morris  <rgm@gnu.org>
8709         * mail/rmail-spam-filter.el (rmail-spam-filter):
8710         Let-bind message-spam-status.
8712         * mail/smtpmail.el (password-cache-add): Declare as function.
8714 2008-02-14  Justus Piater  <Justus-bulk@Piater.name>  (tiny change)
8716         * mail/smtpmail.el: Use password-cache.
8718 2008-02-14  Juanma Barranquero  <lekktu@gmail.com>
8720         * uniquify.el (uniquify-buffer-base-name): New function.
8721         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
8723         * desktop.el (uniquify-managed): Don't defvar.
8724         (desktop-buffer-info): Use `uniquify-buffer-base-name', not
8725         `uniquify-managed'.  Return also the buffer's base name.
8726         (desktop-save): When saving the buffer info, filter out the base name,
8727         and save it as buffer name if the buffer is managed by uniquify.
8728         (uniquify-item-base): Don't declare; not called anymore.
8730 2008-02-14  Dan Nicolaescu  <dann@ics.uci.edu>
8732         * vc.el (vc-annotate-find-revision-at-line): New function.
8733         (vc-annotate-mode-map): Bind it.
8734         (vc-annotate-mode-menu): Add a menu entry for it.  Add :help for
8735         some entries.
8737 2008-02-14  Glenn Morris  <rgm@gnu.org>
8739         * calendar/time-date.el (format-seconds): New function.
8740         (emacs-uptime): Use format-seconds.
8742         * Makefile.in (custom-deps, finder-data, autoloads, recompile):
8743         Remove `LC_ALL=C', since it's included in $(emacs) now.
8745 2008-02-14  Zhang Wei  <id.brep@gmail.com>
8747         * textmodes/org-publish.el (org-publish-timestamp-filename):
8748         Replace colon characters in filename too.
8750 2008-02-13  Bastien Guerry  <bzg@altern.org>
8752         * mail/rmail.el (rmail-header-name): New face.
8753         (rmail-font-lock-keywords): Use rmail-header-name.
8755         * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
8756         against X-Spam-Status header field.
8757         (rmail-spam-filter): Also check X-Spam-Status header field.
8759 2008-02-14  Mark A. Hershberger  <mah@everybody.org>
8761         * progmodes/flymake.el (flymake-allowed-file-name-masks):
8762         Add support for .pm files and .php files.
8763         (flymake-err-line-patterns): Add pattern for PHP errors.
8764         (flymake-php-init): New function.  PHP support for flymake.
8766         * progmodes/compile.el (compilation-error-regexp-alist-alist):
8767         Add regular expression for PHP errors.
8769 2008-02-13  Michael Albinus  <michael.albinus@gmx.de>
8771         * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
8772         This DTRT even on w32 machines.
8773         (ange-ftp-cf1): Quote FILENAME.
8775 2008-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8777         * smerge-mode.el (smerge-auto-combine-max-separation): New var.
8778         (smerge-auto-combine): New fun.
8780 2008-02-12  Juri Linkov  <juri@jurta.org>
8782         * startup.el (fancy-startup-screen, normal-splash-screen):
8783         Set default-directory to command-line-default-directory.
8785         * desktop.el (after-init-hook): Set inhibit-startup-screen to t
8786         after reading the desktop.
8788         * progmodes/compile.el (compilation-auto-jump):
8789         Call compile-goto-error only when compilation-auto-jump-to-first-error
8790         is non-nil.
8791         (compilation-scroll-output): Replace :type 'boolean with a choice
8792         that has three options including a third option `first-error'.
8793         Doc fix.
8794         (compilation-start, compilation-forget-errors): Add an alternate
8795         condition comparing compilation-scroll-output with `first-error'
8796         in addition to compilation-auto-jump-to-first-error (to call
8797         compilation-auto-jump in the proper place).
8799 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8801         * international/mule.el (sgml-html-meta-auto-coding-function):
8802         Make sure the search limit is ahead.
8804         * tar-mode.el: Fix broken indentation.
8805         (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
8806         Use with-current-buffer.
8808 2008-02-12  Juanma Barranquero  <lekktu@gmail.com>
8810         * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
8811         it is already automatically buffer-local.
8813 2008-02-11  Drew Adams  <drew.adams@oracle.com>
8815         * help.el (describe-key): Join some split lines to facilitate filling.
8816         * help-fns.el (describe-function-1): Fill text of overlong lines.
8818 2008-02-12  Kenichi Handa  <handa@ni.aist.go.jp>
8820         * emacs-lisp/bytecomp.el (byte-compile-lapcode):
8821         Use unibyte-string instead of string-make-unibyte.
8823         * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
8825 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8827         * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
8828         works also for buffers w/o buffer-file-name.  Update callers.
8829         (doc-view-clone-buffer-hook): New fun.
8830         (doc-view-mode): Use it for indirect clones.  Mark the overlays with
8831         the `doc-view' property so they can be recognized.
8833         * simple.el (clone-indirect-buffer-hook): New hook.
8834         (clone-indirect-buffer): Run it.
8836 2008-02-11  Daiki Ueno  <ueno@unixuser.org>
8838         * epa.el (epa-menu-mode): Merge into epa-mode.
8839         (epa-menu-items): Rename the label "EasyPG Assistant" to
8840         "Encryption/Decryption".
8842         * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
8843         (epa-dired-mode-map): Rename from epa-dired-map.
8844         (epa-global-dired-mode): Rename the global minor mode.
8846 2008-02-11 Drew Adams  <drew.adams@oracle.com>
8848         * isearch.el (isearch-fail): New face.
8849         (isearch-message): Highlight failure part of input.
8851 2008-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8853         * ibuffer.el (ibuffer-header-line-format): New var.
8854         (ibuffer-mode): Set it instead of header-line-format.
8855         (ibuffer-update): Use it to set header-line-format.
8857         * international/mule-cmds.el (ucs-insert): Inherit surrounding
8858         properties like self-insert-command.
8860 2008-02-11  Drew Adams  <drew.adams@oracle.com>
8862         * progmodes/etags.el: Add many doc strings.
8864 2008-02-11  Jason Rumney  <jasonr@gnu.org>
8866         * ldefs-boot.el: Regenerated.
8868 2008-02-11  Glenn Morris  <rgm@gnu.org>
8870         * progmodes/compile.el (compilation-error-regexp-alist-alist):
8871         Shorten some names.
8873         * ffap.el (ffap-rfc-directories): Add :version.
8875 2008-02-11  Chris Moore  <christopher.ian.moore@gmail.com>
8877         * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
8878         files, and backup files of same.
8880 2008-02-11  Kevin Ryde  <user42@zip.com.au>
8882         * ffap.el (ffap-rfc-directories): New variable.
8883         (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
8885         * info.el (Info-next-reference, Info-prev-reference)
8886         (Info-try-follow-nearest-node): Move to and follow https:// links too.
8888         * simple.el (completion-list-mode): Show full completion-list-mode-map
8889         in the docstring.
8891 2008-02-11  Sam Steingold  <sds@gnu.org>
8893         * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
8895 2008-02-11  Glenn Morris  <rgm@gnu.org>
8897         * startup.el (emacs-startup-time): New variable.
8898         (command-line): Set emacs-startup-time.
8900         * calendar/time-date.el (emacs-uptime): New function.
8902 2008-02-10  Bastien Guerry  <bzg@altern.org>
8904         * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
8905         (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
8906         it is nil.
8908 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
8910         * epg-config.el: Expand the contents of epg-package-info.el.
8911         (epg-package-name): New constant.
8912         (epg-version-number): New constant.
8913         (epg-bug-report-address): New constant.
8915         * epa-mail.el (epa-mail-mode): Add autoload cookie.
8916         (epa-global-mail-mode): New global minor mode.
8918         * epa-file.el (epa-file-mode): New global minor mode.
8920         * epa-dired.el (epa-dired-mode): New global minor mode.
8922         * epa.el (epa-menu): New variable.
8923         (epa-menu-items): New variable.
8924         (epa-menu-mode): New global minor mode.
8925         (epa-global-minor-modes): New user option.
8926         (epa-mode): New global minor mode.
8928 2008-02-10  Michael Albinus  <michael.albinus@gmx.de>
8930         * net/dbus.el: Remove `no-byte-compile' cookie.
8931         (dbus-call-method, dbus-register-signal, dbus-debug)
8932         (dbus-registered-functions-table): Declare them with
8933         `declare-function' or `defvar', respectively.
8934         (top): Don't assert any longer.  Require 'cl when compiling.
8935         Apply `ignore-errors' but `dbus-ignore-errors'.
8937 2008-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
8939         * diff-mode.el (diff-add-change-log-entries-other-window):
8940         Use add-change-log-entry.
8942 2008-02-09  Jason Rumney  <jasonr@gnu.org>
8944         * button.el (button-map):
8945         * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
8946         * ldefs-boot.el: Regenerate.
8948 2008-02-09  Dan Nicolaescu  <dann@ics.uci.edu>
8950         * epa.el (epa-faces, epa):
8951         * epa-file.el (epa-file):
8952         * epg-config.el (epg): Add :version.
8954 2008-02-09  Thien-Thi Nguyen  <ttn@gnuvola.org>
8956         * vc.el (vc-exec-after): Append CODE to previous fragments.
8957         (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
8958         take MESSAGES instead of VERBOSE; use it when non-nil.
8959         (vc-diff-internal): Compute messages once; use them;
8960         update call to vc-diff-finish.
8962 2008-02-09  Michael Olson  <mwolson@gnu.org>
8964         * net/tramp.el (tramp-process-sentinel): Avoid error when process
8965         buffer has been killed, such as by
8966         `tramp-cleanup-all-connections'.
8968 2008-02-09  Miles Bader  <miles@gnu.org>
8970         * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
8972 2008-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8974         * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
8975         splitter in context hunks.
8977 2008-02-08  Kenichi Handa  <handa@ni.aist.go.jp>
8979         * international/fontset.el (setup-default-fontset): Fix arabic otf
8980         font specification.
8982 2008-02-08  Daiki Ueno  <ueno@unixuser.org>
8984         * epa-dired.el:
8985         * epa-file.el:
8986         * epa-mail.el:
8987         * epa-setup.el:
8988         * epa.el:
8989         * epg-config.el:
8990         * epg-package-info.el:
8991         * epg.el: Initial check-in of EasyPG.
8993 2008-02-08  Glenn Morris  <rgm@gnu.org>
8995         * woman.el (woman-locale): New defcustom.
8996         (woman-expand-locale, woman-manpath-add-locales): New functions.
8997         (woman-manpath): Call woman-manpath-add-locales.  Bump :version.
8999         * international/mule-cmds.el (locale-translate): New function,
9000         with old code extracted from set-locale-environment.
9001         (set-locale-environment): Use locale-translate.  Set woman-locale.
9003         * cus-start.el (selection-coding-system): Remove, since it's now
9004         defined in select.el rather than in xselect.c.
9005         * select.el (selection-coding-system): Make it a defcustom, and
9006         add the properties from cus-start.el.  Bump :version.
9008         * custom.el (custom-theme-set-variables): Sort symbols that are
9009         dependencies before symbols that depend on them.
9010         (custom-enabled-themes): Set after custom-theme-directory.
9012         * pcmpl-unix.el (top-level): Move provide statement to end.
9013         (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
9014         `*' from doc-string.  Allow to be nil.
9015         (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
9016         Allow to be nil.  Add :version.
9017         (pcmpl-ssh-hosts): Move definition before use.  Handle lines
9018         without hostnames, and multiple hostnames per line.
9020         * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
9022 2008-02-08  Phil Hagelberg  <phil@evri.com>
9024         * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
9025         (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
9027 2008-02-07  Timo Savola  <timo.savola@iki.fi>
9029         * startup.el (command-line-x-option-alist): Add --parent-id.
9031         * term/x-win.el (x-handle-parent-id): New function.
9033 2008-02-07  Chris Moore  <christopher.ian.moore@gmail.com>
9035         * mouse.el (x-fixed-font-alist): Use consistent capitalization for
9036         "Font Menu".
9038 2008-02-06  Michael Albinus  <michael.albinus@gmx.de>
9040         * net/dbus.el (dbus-interface-peer): New defconst.
9041         (dbus-ping): New defun.
9043 2008-02-06  Sam Steingold  <sds@gnu.org>
9045         * vc-hooks.el (vc-prefix-key): New user-customizable variable.
9047 2008-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9049         * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
9050         Just return nil and let the C code provide a fallback.
9052 2008-02-05  Glenn Morris  <rgm@gnu.org>
9054         * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
9055         tramp-flush-connection-property for removed 2nd argument.
9057 2008-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9059         * diff-mode.el (diff-add-change-log-entries-other-window):
9060         Rename from diff-create-changelog.  Change users.
9061         Minor change to hopefully work with plain diffs.
9062         (diff-mode-map): Add binding for it.
9064 2008-02-04  Dan Nicolaescu  <dann@ics.uci.edu>
9066         * diff-mode.el: Add new TODO entry.
9067         (diff-create-changelog): New function.
9068         (diff-mode-menu): Bind it.
9070 2008-02-04  Kenichi Handa  <handa@ni.aist.go.jp>
9072         * international/mule-diag.el (print-fontset-element): Handle the
9073         case of inhibiting the fallback fonts.
9075 2008-02-04  Kim F. Storm  <storm@cua.dk>
9077         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
9078         (ido-magic-delete-char): Use prefix arg.
9080 2008-02-03  Juanma Barranquero  <lekktu@gmail.com>
9082         * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
9083         because the latter is in fact a 1.2.8 build distributed with GTK+ (as
9084         of today, the most recent libpng is 1.2.24).
9086 2008-02-03  Michael Albinus  <michael.albinus@gmx.de>
9088         * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
9090         * net/dbus.el (top): Check (featurep 'dbusbind).
9092         * net/tramp.el (tramp-process-sentinel): New defun.
9093         (tramp-do-copy-or-rename-file-out-of-band)
9094         (tramp-maybe-open-connection): Use it as process sentinel.
9095         (tramp-handle-delete-directory): Don't use the "-f" option; it
9096         isn't portable.
9097         (tramp-handle-start-file-process): Echo `tramp-end-of-output'
9098         after the command.
9099         (tramp-handle-shell-command): Set `mode-line-process' in the
9100         asynchronous case.
9102         * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
9104         * net/tramp-fish.el (tramp-fish-maybe-open-connection):
9105         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
9106         Use `tramp-process-sentinel' as process sentinel.
9108 2008-02-02  Juanma Barranquero  <lekktu@gmail.com>
9110         * whitespace.el (global-whitespace-mode): Revert last change.
9111         (whitespace-unload-function): Force `global-whitespace-mode'
9112         to deactivate local modes in a slightly less intrusive way.
9114 2008-02-02  Eli Zaretskii  <eliz@gnu.org>
9116         * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
9118 2008-02-02  Glenn Morris  <rgm@gnu.org>
9120         * international/latin1-disp.el (latin1-display):
9121         * progmodes/fortran.el (fortran-comment-indent-char):
9122         * progmodes/idlw-shell.el (top-level):
9123         * term/mac-win.el (mac-keyboard-translate-char):
9124         * whitespace.el (whitespace-char-valid-p):
9125         * wid-edit.el (widget-key-sequence-read-event):
9126         Use characterp rather than char-valid-p.
9128         * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
9129         to capitalized-find-word-boundary.  Doc fix.  Update callers.
9130         (capitalized-next-word-boundary-function-table): Rename to
9131         capitalized-find-word-boundary-function-table.  Doc fix.  Update users.
9133         * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
9134         string-to-int.
9136         * ps-def.el (declare-function): Add compatibility definition.
9137         (ps-plot-with-face, ps-plot-string): Declare as functions.
9138         (ps-bold-faces, ps-italic-faces): Declare variables.
9140         * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
9141         (ps-mule-end-job): Declare as functions.
9143         * wid-edit.el (widget-string-complete): Use assoc-string rather
9144         than assoc-ignore-case.
9146 See ChangeLog.13 for earlier changes.
9148 ;; Local Variables:
9149 ;; coding: utf-8
9150 ;; add-log-time-zone-rule: t
9151 ;; End:
9153     Copyright (C) 2008  Free Software Foundation, Inc.
9155   This file is part of GNU Emacs.
9157   GNU Emacs is free software: you can redistribute it and/or modify
9158   it under the terms of the GNU General Public License as published by
9159   the Free Software Foundation, either version 3 of the License, or
9160   (at your option) any later version.
9162   GNU Emacs is distributed in the hope that it will be useful,
9163   but WITHOUT ANY WARRANTY; without even the implied warranty of
9164   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
9165   GNU General Public License for more details.
9167   You should have received a copy of the GNU General Public License
9168   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
9170 ;; arch-tag: c241c1f9-d668-48bf-920a-2897ed0340bc