* vc-bzr.el (vc-bzr-log-view-mode): Tweak log-view-message-re (Bug#2872).
[emacs.git] / lisp / ChangeLog
blob57bddc721d64ce63f7ddda6e80b315b45c7f6530
1 2009-04-07  Chong Yidong  <cyd@stupidchicken.com>
3         * vc-bzr.el (vc-bzr-log-view-mode): Tweak
4         log-view-message-re (Bug#2872).
6         * descr-text.el (describe-property-list, describe-char): Add
7         follow-link properties to buttons that need them.
9         * tooltip.el (tooltip-show-help-non-mode): Don't save the last
10         message if it was also a help message (Bug#2895).
12 2009-04-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14         * textmodes/bibtex.el (bibtex-format-entry)
15         (bibtex-search-crossref): Allow OPT prefix for name of crossref
16         field.
18 2009-04-06  Sam Steingold  <sds@gnu.org>
20         * simple.el (completion-list-mode-map): Bind "q" to quit-window,
21         just like in all other read-only buffers.
23 2009-04-05  Chong Yidong  <cyd@stupidchicken.com>
25         * simple.el (handle-shift-selection): Clarify docstring.
27 2009-04-05  Michael Albinus  <michael.albinus@gmx.de>
29         * dired-aux.el (dired-copy-file-recursive): Set mode to "700" if
30         `file-modes' returns nil.
32         * net/ange-ftp.el (ange-ftp-set-file-modes): New defun.  Change
33         `ange-ftp' property of `set-file-modes' to
34         `ange-ftp-set-file-modes' (Bug#2865).
35         (ange-ftp-call-chmod): Add error handling.
37         * net/tramp.el (tramp-default-file-modes) New defun.  Replace all
38         calls of `file-modes' by this (Bug#2869).
39         (tramp-handle-find-backup-file-name): Use `symbol-value' instead
40         of `boundp'.
42         * net/tramp-fish.el (tramp-fish-do-copy-or-rename-file-directly):
43         Use `tramp-default-file-modes'.
45 2009-04-04  Chong Yidong  <cyd@stupidchicken.com>
47         * frame.el (make-frame): Doc fix.
49 2009-04-04  Eli Zaretskii  <eliz@gnu.org>
51         * mail/rmailsum.el (rmail-new-summary-1): Don't show zero count of
52         summary lines.
54 2009-04-02  Chong Yidong  <cyd@stupidchicken.com>
56         * dired.el (dired-get-filename): Always pass filename through
57         `read' to ensure unquoting is performed (Bug#2862).
59 2009-04-02  Stefan Monnier  <monnier@iro.umontreal.ca>
61         * doc-view.el (doc-view-mode): Don't give up if the file doesn't exist.
63 2009-04-02  Glenn Morris  <rgm@gnu.org>
65         * calendar/diary-lib.el (diary-cyclic): Check for +ve N.
67         * calendar/holidays.el (calendar-holidays):
68         Don't autoload it.  (Bug#2811)
70 2009-04-02  Kenichi Handa  <handa@m17n.org>
72         * international/fontset.el (setup-default-fontset): Specify
73         iso10646-1 font for characters in PUA of BMP.  (Bug#2830)
75 2009-04-02  Stefan Monnier  <monnier@iro.umontreal.ca>
77         * simple.el (auto-fill-function): Mark it as safe for nil.
78         Suggested by Leo <sdl.web@gmail.com>.
80 2009-04-01  Dan Nicolaescu  <dann@ics.uci.edu>
82         * vc-mtn.el (vc-mtn-register): Fix optional arguments.
84         * vc-hooks.el (vc-name): Avoid calling vc-backend twice.
85         (vc-mode-line): Accept and use an optional argument for the backend.
86         (vc-find-file-hook): Use when instead of if.  Avoid calling
87         vc-backend multiple times, pass down the value computed the first time.
89 2009-03-30  Andreas Schwab  <schwab@linux-m68k.org>
91         * ansi-color.el (ansi-color-get-face):
92         Use ansi-color-parameter-regexp to match parameters.
93         (ansi-color-regexp): Include final `m' in first group.
95 2009-03-30  Jason Rumney  <jasonr@gnu.org>
97         * files.el (locate-dominating-stop-dir-regexp): Stop searching
98         when a UNC mount point is reached.
100 2009-03-30  Jay Belanger  <jay.p.belanger@gmail.com>
102         * calc/calc-embed.el (calc-embedded-restore-original-modes):
103         Add argument for Calculator buffer.
104         (calc-do-embedded): Use specific Calculator buffer when cancelling
105         embedded mode.
107         * calc/calc.el (calc-buffer-list): New variable.
108         (calc-kill-stack-buffer): New function.
109         (calc-mode): Add `calc-kill-stack-buffer' to
110         `kill-buffer-query-functions'.  Add current buffer to
111         `calc-buffer-list'.
113 2009-03-30  Kenichi Handa  <handa@m17n.org>
115         * language/chinese.el (chinese-big5): Change type to `big5'.
117 2009-03-30  Chong Yidong  <cyd@stupidchicken.com>
119         * help-mode.el (help-buffer): Add docstring.
121 2009-03-28  David Reitter  <david.reitter@gmail.com>
123         * term/ns-win.el (ns-expand-space): Remove defvar.
124         (S-,): Bind to `customize' in line with menu item.
125         ([global-map windows]): Remove (in line with other platforms).
126         (menu-bar-update-frames, force-menu-bar-update-buffers):
127         Remove, not needed.
128         (menu-bar-update-hook): Do not alter.
129         (generate-fontset-menu, mouse-set-font): Amend doc string
130         of these defaliases to point out their altered meaning in NS.
132 2009-03-28  Juri Linkov  <juri@jurta.org>
134         * simple.el (minibuffer-default-add-completions):
135         Remove `(interactive)'.  (Bug#2805)
137 2009-03-28  Eli Zaretskii  <eliz@gnu.org>
139         * files.el (shell-quote-wildcard-pattern): Doc fix.
141 2009-03-27  Eli Zaretskii  <eliz@gnu.org>
143         * ls-lisp.el (ls-lisp-insert-directory): Allow for a trailing '/'
144         when looking for "." and "..".  (Bug#2801)
146 2009-03-27  Andreas Schwab  <schwab@linux-m68k.org>
148         * simple.el (shift-select-mode): Make it a defcustom.
149         * cus-start.el: Remove shift-select-mode.
151 2009-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
153         * simple.el (shift-select-mode): Move declaration from callint.c.
154         (handle-shift-selection): Remove `deactivate' arg and check
155         shift-select-mode instead.
157 2009-03-26  Juanma Barranquero  <lekktu@gmail.com>
159         * align.el (align-large-region, align-perl-modes, align-rules-list)
160         (align-open-comment-modes): Fix typos in docstrings.
161         (align-region-separate): Doc fixes.
163 2009-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
165         * arc-mode.el (archive-ar-summarize): Don't burp on special GNU
166         extension entries for lookup tables or extended file name tables.
167         Distinguish the internal and external name, so lookup is easier.
168         (archive-ar-extract): Take advantage of more precise name.
169         Preserve point.
171 2009-03-25  Chong Yidong  <cyd@stupidchicken.com>
173         * play/bubbles.el (bubbles): Doc fix (Bug#2776).
175 2009-03-25  Juanma Barranquero  <lekktu@gmail.com>
177         * composite.el (auto-compose-chars): Fix typo in docstring.
179 2009-03-24  Michael Albinus  <michael.albinus@gmx.de>
181         * net/ange-ftp.el (ange-ftp-skip-msgs): Add 534.
183 2009-03-24  Glenn Morris  <rgm@gnu.org>
185         * wid-edit.el (widget-specify-field): Don't add a second overlay for a
186         field with just a newline character.
187         (widget-field-value-get): Don't reduce fields with just a space
188         character to null.
189         (character): Accept newline.  (Bug#2689)
191 2009-03-24  Kenichi Handa  <handa@m17n.org>
193         * international/fontset.el (font-encoding-alist): Add an entry for
194         muletibetan-0.  (Bug#2722)
196 2009-03-23  Dan Nicolaescu  <dann@ics.uci.edu>
198         * vc-bzr.el (vc-bzr-working-revision): Add support for lightweight
199         checkouts.  (Bug#2157)
200         (vc-bzr-after-dir-status): Ignore a warning for bzr status.
201         (vc-bzr-dir-extra-headers): Add headers for lightweight checkouts.
203 2009-03-22  Richard M Stallman  <rms@gnu.org>
205         * mail/rmail.el (rmail-expunge): Update summary buffer even if DONT-SHOW.
206         (rmail-expunge): Without DONT-SHOW, show the message even after
207         updating summary.
209 2009-03-21  Jari Aalto  <jari.aalto@cante.net>
211         * time.el (display-time-default-load-average): Doc fix.
213 2009-03-21  Eli Zaretskii  <eliz@gnu.org>
215         * simple.el (handle-shift-selection): Doc fix.  (Bug#2738)
217 2009-03-21  Chong Yidong  <cyd@stupidchicken.com>
219         * files.el (file-modes-rights-to-number): Doc fix.
220         (file-modes-symbolic-to-number): Handle empty permissions
221         arg (Bug#2729).
223 2009-03-21  Dan Nicolaescu  <dann@ics.uci.edu>
225         * vc.el (Todo): Add note on simplifying vc-register.
227 2009-03-21  Eli Zaretskii  <eliz@gnu.org>
229         * eshell/em-ls.el (eshell-ls-dir):
230         Call eshell-directory-files-and-attributes with additional argument
231         'integer or 'string, according to numeric-uid-gid.
232         (eshell-ls-file): Don't convert UID and GID to strings, as
233         eshell-ls-dir already did.  Enlarge max user-name string length to
234         14 characters.
235         (eshell-do-ls): Fix the long name of the -L option.
237         * eshell/esh-util.el (directory-files-and-attributes): Accept and
238         ignore additional optional argument id-format.
239         (eshell-directory-files-and-attributes):
240         Call directory-files-and-attributes with additional argument id-format.
242         * eshell/em-ls.el (eshell-ls-file): Enlarge default size-width to 8.
243         (eshell-ls-dir): Under -l, call eshell-ls-printable-size with last
244         argument nil.
246 2009-03-21  David Reitter <david.reitter@gmail.com>
248         * cus-start.el (all): Use existing `ns' rather than new `nextstep'
249         group for variables affected by last two changes.
251 2009-03-21  Eli Zaretskii  <eliz@gnu.org>
253         * cus-start.el (all): Fix last change.
255 2009-03-21  David Reitter <david.reitter@gmail.com>
257         * cus-start.el (all): Add ns-control-modifier,
258         ns-command-modifier, ns-alternate-modifier, ns-function-modifier,
259         ns-antialias-text, and ns-use-qd-smoothing.
261 2009-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
263         * vc-dir.el (vc-dir-deduce-fileset): Make the error message more explicit.
265 2009-03-19  Juanma Barranquero  <lekktu@gmail.com>
267         * subr.el (forward-point): Add obsolescence declaration.
269         * paren.el (show-paren-function):
270         * simple.el (kill-forward-chars, kill-backward-chars):
271          Use (+/- (point) N), instead of `forward-point'.
273 2009-03-19  Glenn Morris  <rgm@gnu.org>
275         * mail/rmail.el (rmail-retry-ignored-headers): Add :version tag.
277         * mail/supercite.el (sc-version): Doc fix.
279 2009-03-19  Leo  <sdl.web@gmail.com>  (tiny change)
281         * mail/supercite.el (sc-version): Fix typo in interactive spec.
283 2009-03-19  Kenichi Handa  <handa@m17n.org>
285         * international/quail.el (quail-update-leim-list-file):
286         Save leim-list.el in utf-8.
288         * international/mule-cmds.el (leim-list-header):
289         Use utf-8 coding tag.
291         * term/ns-win.el: Call create-default-fontset, not
292         setup-default-fontset.  Call create-fontset-from-fontset-spec
293         within condition-case.
295         * term/w32-win.el (w32-initialize-window-system):
296         Call create-default-fontset, not setup-default-fontset.
297         Call create-fontset-from-fontset-spec within condition-case.
299         * term/x-win.el (x-initialize-window-system):
300         Call create-default-fontset, not setup-default-fontset.
301         Call create-fontset-from-fontset-spec within condition-case.
303         * international/fontset.el (create-default-fontset): New function.
304         (create-fontset-from-x-resource): Use display-warning instead of
305         message.
307 2009-03-18  Richard M Stallman  <rms@gnu.org>
309         * mail/rmail.el (rmail-retry-ignored-headers): Add usual mime headers.
310         (rmail-retry-failure): Undo previous change.
312 2009-03-18  Kenichi Handa  <handa@m17n.org>
314         * international/mule.el (after-insert-file-set-coding):
315         Set buffer-file-coding-system directly without calling
316         set-buffer-file-coding-system.  (Fixes bug described in
317         follow-up to bug#2317).
319 2009-03-17  Juanma Barranquero  <lekktu@gmail.com>
321         * emacs-lisp/benchmark.el (benchmark): Reflow docstring.
323 2009-03-17  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
325         * international/characters.el (cjk-char-width-table):
326         Add cp932-2-byte.
328 2009-03-17  Chong Yidong  <cyd@stupidchicken.com>
330         * minibuffer.el (minibuffer-complete-and-exit): Doc fix.
332 2009-03-16  David Reitter  <david.reitter@gmail.com>
334         * faces.el (set-face-attributes-from-resources)
335         (face-set-after-frame-default): Do not import X resources on NS
336         because NS does not have system-wide X resources.
338 2009-03-16  Richard M Stallman  <rms@gnu.org>
340         * mail/rmail.el (rmail-retry-failure): Discard rmail-ignored-headers.
341         (rmail-expunge): Show the message only once, and only if needed.
342         If the current message was current before, just re-swap.
344 2009-03-16  Kenichi Handa  <handa@m17n.org>
346         * international/ccl.el (ccl-compile-if): Signal an error for
347         invalid operator.
349 2009-03-16  Chong Yidong  <cyd@stupidchicken.com>
351         * minibuffer.el (read-file-name): Doc fix.
353         * tooltip.el (tooltip-show-help-non-mode): Don't set
354         tooltip-previous-message if called with the same tooltip that is
355         showing (Bug#2680).
357         * emacs-lisp/crm.el (crm--choose-completion-string): New function.
358         (completing-read-multiple): Set and restore
359         choose-completion-string-functions (Bug#1080).
361 2009-03-15  Glenn Morris  <rgm@gnu.org>
363         * calendar/cal-tex.el (cal-tex-preamble-extra): Add an example string
364         value to help people with the formatting.
366         * mail/sendmail.el (mail-yank-prefix): Doc fix.
367         (mail-mode-map): Only enable the "Cite Original" menu-item when
368         appropriate.  Standardize the text used for other headers re hyphens.
370         * mail/rmail.el (rmail-font-lock-keywords): Treat "Mail-Reply-To"
371         like "Reply-To".
373 2009-03-15  Chong Yidong  <cyd@stupidchicken.com>
375         * minibuffer.el (completion-styles): Add emacs22 completion style
376         as fallback.
378 2009-03-15  Dan Nicolaescu  <dann@ics.uci.edu>
380         * vc.el (vc-checkin): Add an extra argument for the VC backend,
381         pass it down to vc-start-logentry.
382         (vc-next-action, vc-transfer-file): Pass the VC backend to
383         vc-checkin.
384         (vc-next-action): Do not assume that all backends in
385         vc-handled-backends are upper case.
387 2009-03-15  Chong Yidong  <cyd@stupidchicken.com>
389         * files.el (get-free-disk-space): Ensure that default-directory is
390         usable before calling call-process.  Suggested by Kevin
391         Ryde (Bug#2631).
393 2009-03-14  David Reitter  <david.reitter@gmail.com>
395         * term/ns-win.el (ns-expand-space): Remove.
396         (ns-show-prefs event): Run `customize'.
397         (ns-power-off): Run `save-buffers-kill-emacs', but ask user
398         whether to save files (as is standard).
399         (clipboard-yank, clipboard-kill-ring-save, clipboard-kill-region)
400         (menu-bar-enable-clipboard): Do not undefine these.
401         (ns-save-preferences, ns-save-options, ns-show-preferences-help):
402         Remove.
404 2009-03-14  Glenn Morris  <rgm@gnu.org>
406         * mail/mailalias.el: Remove leading `*' from defcustom docs.
408         * mail/sendmail.el (mail-interactive): Doc fix.
409         (mail-yank-ignored-headers): Add X-RMAIL- headers, bump :version.
410         (mail-setup): Use the function mail-signature.
411         (mail-mode-hook): Doc fix.
412         (mail-to, mail-subject, mail-cc, mail-bcc, mail-reply-to)
413         (mail-mail-reply-to, mail-mail-followup-to): Doc fixes.
414         (mail-signature): Check the signature file is readable.
415         With the argument ATPOINT, really insert at point.
416         Handle the case when the variable mail-signature is an expression.
418 2009-03-14  Chong Yidong  <cyd@stupidchicken.com>
420         * simple.el (undo-outer-limit-truncate): Mention that
421         warning-suppress-types is defined in the warnings
422         library (Bug#2668).
424 2009-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
426         * vc.el (vc-default-receive-file): The 'register method now
427         expects a list, pass a list.
429 2009-03-14  Chong Yidong  <cyd@stupidchicken.com>
431         * doc-view.el (doc-view-sentinel): Strip trailing newline from
432         event message.
434 2009-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
436         * tar-mode.el (tar-extract): Setup the buffer's name, undo-list, and
437         modified status before running the major-mode.
439         * simple.el (undo): Don't loop when encountering empty undo records.
441 2009-03-13  Tassilo Horn  <tassilo@member.fsf.org>
443         * doc-view.el (doc-view-mode-map): Bind RET to image-next-line.
445 2009-03-13  Alexandre Julliard  <julliard@winehq.org>
447         * vc-git.el (vc-git-previous-revision, vc-git-next-revision):
448         Fall back to original commit if vc-git-symbolic-commit fails to
449         find a symbolic name.
450         (vc-git-symbolic-commit): Don't limit search to tags.
451         Treat "undefined" as an error.  (Bug #2110)
453 2009-03-13  D. Goel  <deego3@gmail.com>
455         * ibuf-ext.el:
456         * midnight.el (midnight-next):
457         * progmodes/ebrowse.el:
458         * progmodes/flymake.el (flymake-float-time):
459         When calling (multiple-value-bind/setq .. ls) replace ls
460         by (values-list ls) throughout.
462 2009-03-13  Agustín Martín  <agustin.martin@hispalinux.es>
464         * textmodes/ispell.el (ispell-get-word): Initialize spellchecker
465         params.  (Bug #2654)
467 2009-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
469         * files.el (auto-mode-alist): Add rules for OpenOffice extension
470         packages, as well as Opkg/Ipkg packages.
472         * tar-mode.el (tar-header-block-tokenize): Presume less, check more.
473         (tar-summarize-buffer): Don't silently skip incomplete headers.
474         (tar-mode): Revert to fundamental-mode in case of malformed tar data.
475         (tar-extract): Try to make sure set-auto-mode doesn't mistakenly
476         treat a tar file member as being a tar file itself, just because
477         its own filename includes the parent tar file's.
479 2009-03-13  Kenichi Handa  <handa@m17n.org>
481         * international/mule-diag.el (print-fontset): Handling of the
482         argument FONTSET changed for consistency.  Reorder the printed
483         information to match with the font searching strategy.
484         (describe-fontset): Use face-attribute to get the fontset of the
485         selected frame.
486         (mule-diag): Likewise.  Print both font and fontset of the frame.
488 2009-03-13  Chong Yidong  <cyd@stupidchicken.com>
490         * term.el (term-send-raw-string): Deactivate mark.
491         (term-send-raw, term-send-raw-meta): Undo 2009-03-08 change.
493 2009-03-12  Juanma Barranquero  <lekktu@gmail.com>
495         * register.el (get-register): Rename arg REG to REGISTER for
496         consistency with other register functions.
497         (set-register, jump-to-register): Fix typos in docstrings.
498         (copy-to-register, copy-rectangle-to-register): Reflow docstrings.
500 2009-03-12  Glenn Morris  <rgm@gnu.org>
502         * mail/mailabbrev.el (mail-abbrev-next-line)
503         (mail-abbrev-end-of-buffer): Doc fixes.
505 2009-03-11  Jason Rumney  <jasonr@gnu.org>
507         * term/w32-win.el (w32-initialize-window-system): Don't override
508         Japanese font settings.
509         (xlfd-regexp-registry-subnum): Remove unused declaration.
510         (w32-drag-n-drop-debug): Comment out unused debug function.
512 2009-03-11  Glenn Morris  <rgm@gnu.org>
514         * mail/rmailedit.el (rmail-edit-mode):
515         Set write-region-annotate-functions.  (Bug#2625)
517 2009-03-10  Juanma Barranquero  <lekktu@gmail.com>
519         * w32-vars.el (w32-list-proportional-fonts): Fix typos in last change.
521 2009-03-10  Jason Rumney  <jasonr@gnu.org>
523         * w32-vars.el (w32-list-proportional-fonts): Make obsolete.
525 2009-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
527         * server.el (server-process-filter): Use expand-file-name rather than
528         command-line-normalize-file-name so as to use the `dir' when provided.
530         * doc-view.el (doc-view-convert-current-doc): Fix last change.
532 2009-03-10  Glenn Morris  <rgm@gnu.org>
534         * mail/sendmail.el (mail-archive-file-name, mail-default-headers):
535         Doc fixes.
536         (mail-mailing-lists): Remove leading `*' from defcustom doc.
538         * simple.el (compose-mail): Doc fix.
540 2009-03-10  Alexander Becher  <alexander.becher@capgemini-sdm.com>  (tiny change)
542         * vc-annotate.el (vc-annotate): Use widened line number (Bug#2612).
544 2009-03-09  Jason Rumney  <jasonr@gnu.org>
546         * minibuffer.el (read-file-name): Only split dir name when
547         default filename is missing.  (Bug#2585)
549 2009-03-08  Chong Yidong  <cyd@stupidchicken.com>
551         * finder.el (finder-commentary): Don't delete other
552         windows (Bug#2291).
554         * term.el (term-send-raw, term-send-raw-meta): Deactivate the mark
555         first (Bug#2449).
557 2009-03-08  Andreas Schwab  <schwab@linux-m68k.org>
559         * net/ange-ftp.el (ange-ftp-multi-msgs): Add 150-.
561 2009-03-07  Eli Zaretskii  <eliz@gnu.org>
563         * woman.el (woman-parse-colon-path): Return a list even if there's
564         only one directory in PATHS.
565         (woman-mode): Restore tab-width value after the call to Man-mode,
566         since Man-mode resets it to the default, and that makes right
567         margin extend beyond woman-fill-column.
569         * man.el (Man-init-defvars) [windows-nt]: Use a special command
570         list.  Don't invoke Awk.
572 2009-03-06  Glenn Morris  <rgm@gnu.org>
574         * mail/rmailmm.el (rmail-mime-media-type-handlers-alist): Fix doc and
575         custom type.
577 2009-03-05  Tassilo Horn  <tassilo@member.fsf.org>
579         * doc-view.el (doc-view-convert-current-doc): Save the current
580         resolution in the cache directory.
581         (doc-view-initiate-display): Restore the saved resolution when
582         using cached image files.
584 2009-03-05  Glenn Morris  <rgm@gnu.org>
586         * mail/rmail.el (rmail-perm-variables): rmail-overlay-list needs to be
587         buffer-local in the view buffer, not the rmail buffer.
589         * mail/rmailout.el (rmail-output-to-rmail-buffer): Add the new message
590         at the end of the existing messages, ensuring there is a blank line
591         between them.  (Bug#2521)
593         * mail/rmail.el (rmail-ensure-blank-line): New function.
594         * mail/rmailedit.el (rmail-cease-edit):
595         * mail/rmailout.el (rmail-output-as-mbox):
596         * mail/rmailsort.el (rmail-sort-messages): Use rmail-ensure-blank-line.
598         * mail/rmailmm.el (rmail-mime-media-type-handlers-alist)
599         (rmail-mime-attachment-dirs-alist): Doc fixes.  Fix custom-type.
600         Add version.
601         (rmail-mime-total-number-of-bulk-attachments): Doc fix.
602         (rmail-mime): Doc fix.  Use rmail-apply-in-message.
603         Disable undo in the mime buffer, mark unmodified.
605 2009-03-04  David Reitter <david.reitter@gmail.com>
607         * menu-bar.el (clipboard-yank): Avoid checking (x-selection-exists-p)
608         if unbound in order to enable the item.
609         For paste menu item, same, and check kill-ring.
611 2009-03-04  Sam Steingold  <sds@gnu.org>
613         * progmodes/compile.el (compilation-error-regexp-alist-alist):
614         Handle "omake -P" messages "file foo changed".
616 2009-03-04  Glenn Morris  <rgm@gnu.org>
618         * mail/rmailedit.el (rmail-edit-mode): Doc fix.
620         * mail/rmailsort.el: Replace `(function (lambda' by `(lambda'.
621         (rmail-sort-by-date, rmail-sort-by-subject)
622         (rmail-sort-by-author, rmail-sort-by-recipient)
623         (rmail-sort-by-correspondent, rmail-select-correspondent)
624         (rmail-sort-by-lines, rmail-sort-by-labels, rmail-sort-messages)
625         (rmail-make-date-sortable): Doc fixes.
626         (rmail-sort-by-correspondent): Downcase correspondents.
627         (rmail-sort-by-labels): Make it work.
628         (rmail-sort-messages): Restore undo if it was initially enabled.
629         Fix bobp/bolp typo that was adding a line on every sort.
631         * mail/rmailsum.el (rmail-get-create-summary-buffer): Doc fix.
632         Disable undo in the summary buffer.
633         (rmail-summary-sort-by-date, rmail-summary-sort-by-subject)
634         (rmail-summary-sort-by-author, rmail-summary-sort-by-recipient)
635         (rmail-summary-sort-by-correspondent, rmail-summary-sort-by-lines)
636         (rmail-summary-sort-by-labels, rmail-sort-from-summary): Doc fixes.
637         (rmail-summary-sort-by-labels): Replace `(function (lambda'
638         by `(lambda'.
640 2009-03-03  Sam Steingold  <sds@gnu.org>
642         * progmodes/compile.el (compilation-move-to-column):
643         Guard against negative col values.
645 2009-03-03  Simon Josefsson  <simon@josefsson.org>
647         * mail/smtpmail.el (smtpmail-auth-supported): Mention that list is
648         in preference order.
649         (smtpmail-try-auth-methods): Improve which authentication
650         mechanism to use, so that the locally most preferred and mutually
651         supported mechanism is used.
653 2009-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
655         * emacs-lisp/lisp.el (end-of-defun-function): Make it more clear that
656         the function takes no argument.
658 2009-03-03  Glenn Morris  <rgm@gnu.org>
660         * mail/rmail.el (rmail-highlighted-headers, rmail-highlight)
661         (rmail-header-name): Doc fixes.
662         (rmail-show-message-verbose-min): Add :version.
663         (rmail-highlight-headers): Add doc string.  Simplify.
665         * mail/rmailsum.el (rmail-summary-scroll-between-messages)
666         (rmail-summary-line-count-flag, rmail-summary-by-regexp): Doc fixes.
667         (rmail-summary-by-senders): Doc fix.
668         (rmail-summary-mode-map): Bind C-o to output-as-seen, not output.
669         Make the output menu-items consistent with rmail-mode-map.
670         Bind rmail-summary-by-senders to C-M-f.
671         (rmail-summary-search): Ensure the selected message shows.
673 2009-03-03  Kenichi Handa  <handa@m17n.org>
675         * files.el (basic-save-buffer-1): Set car part of
676         buffer-file-coding-system-explicit.
677         (revert-buffer): Check car part of buffer-file-coding-system-explicit.
679         * international/mule-cmds.el (select-safe-coding-system): If cdr
680         part of buffer-file-coding-system-explicit is set, ignore
681         default-buffer-file-coding-system and the most preferred coding system.
683         * international/mule.el (set-buffer-file-coding-system): Set cdr
684         part of buffer-file-coding-system-explicit.
685         (after-insert-file-set-coding):
686         Set buffer-file-coding-system-explicit to a cons.
688 2009-03-02  Glenn Morris  <rgm@gnu.org>
690         * calendar/calendar.el (diary-date-forms, calendar-date-display-form):
691         Add :set-after listing variables on which we might depend.
693         * mail/rmail.el (rmail-reply): Use rmail-apply-in-message so that this
694         function has access to all the headers, not just the visible ones.
695         Avoid extraneous leading whitespace in `References'.
696         (rmail-dont-reply-to-names, rmail-default-dont-reply-to-names):
697         Doc fixes.
698         (rmail-retry-failure): Use rmail-get-header rather than a magical
699         save-excursion/restriction combination that does nothing.
700         (rmail-delete-headers): New function.
701         (rmail-retry-failure): Restore yet another feature mbox Rmail removed
702         without telling anyone, namely rmail-retry-ignored-headers.
704 2009-03-01  Chong Yidong  <cyd@stupidchicken.com>
706         * abbrev.el (clear-abbrev-table): Always return nil (Bug#2515).
708 2009-03-01  Glenn Morris  <rgm@gnu.org>
710         * mail/rmail.el (rmail-mode-map): Add explicit keybinding for
711         rmail-resend in the menu.
713         * files.el (confirm-nonexistent-file-or-buffer): `other' must be last
714         custom choice.  (Bug#2506)
716 2009-02-28  Eli Zaretskii  <eliz@gnu.org>
718         * progmodes/grep.el (grep-process-setup) [windows-nt msdos]:
719         Use "--color=always".
721 2009-02-28  Glenn Morris  <rgm@gnu.org>
723         * mail/rmailout.el (rmail-output-as-seen): Add autoload cookie.
725         * mail/rmailmm.el (rmail-mime): Add autoload cookie.
726         * mail/rmail.el (rmail-mode-map):
727         * mail/rmailsum.el (rmail-summary-mode-map): Bind rmail-mime to `v'.
729         * mail/rmail.el (rmail-primary-inbox-list): Doc fix.
730         Fix custom choice to match default.
731         (rmail-get-new-mail): Doc fix.
732         (rmail-beginning-of-message, rmail-end-of-message): Preserve the current
733         header style.
735 2009-02-27  Chong Yidong  <cyd@stupidchicken.com>
737         * replace.el (keep-lines-read-args): Use empty string as
738         default (Bug#2495).
740         * menu-bar.el (menu-set-font): Fix last fix.
742 2009-02-27  Glenn Morris  <rgm@gnu.org>
744         * help-fns.el (find-lisp-object-file-name): Need a buffer position, not
745         just a buffer, to find a definition.
747         * mail/rmail.el (rmail-speedbar-move-message): Preserve the directory
748         part against rmail-output's oddness.
750 2009-02-27  Chong Yidong  <cyd@stupidchicken.com>
752         * menu-bar.el (menu-set-font): Assign the same font object to all
753         frames (Bug#2476).
755 2009-02-26  Michael Albinus  <michael.albinus@gmx.de>
757         * net/tramp.el (tramp-remote-coding-commands): Add "base64". (Bug#2463)
759 2009-02-26  Juanma Barranquero  <lekktu@gmail.com>
761         * x-dnd.el (x-dnd-test-function, x-dnd-get-state-cons-for-frame)
762         (x-dnd-get-state-for-frame, x-dnd-handle-moz-url)
763         (x-dnd-handle-uri-list, x-dnd-choose-type, x-dnd-get-drop-width-height)
764         (x-dnd-init-motif-for-frame): Fix typos in docstrings.
765         (x-dnd-drop-data, x-dnd-types-alist, x-dnd-default-test-function):
766         Reflow docstrings.
768 2009-02-26  Glenn Morris  <rgm@gnu.org>
770         * mail/rmailsum.el (rmail-summary-rmail-update):
771         Use rmail-message-unseen-p.  (Bug#2477)
772         (rmail-summary-mark-seen): Add option to mark as unseen.
773         (rmail-summary-rmail-update): Store a position in
774         rmail-summary-put-back-unseen rather than just a flag, and use it to put
775         back the "-" mark in the summary.
777         * progmodes/cc-vars.el (c-style-variables-are-local-p):
778         Mark as safe if boolean.  (Bug#2197)
780 2009-02-26  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
782         * mail/sendmail.el (sendmail-send-it): `call-process-region' can
783         return a string.  (Bug#2428)
785 2009-02-25  Juanma Barranquero  <lekktu@gmail.com>
787         * bs.el (bs--down):
788         * ibuffer.el (ibuffer-redisplay-engine): Use `point-min' instead of 1.
790 2009-02-25  Glenn Morris  <rgm@gnu.org>
792         * dired-x.el (dired-guess-shell-alist-user): Fix doc typo.
794         * simple.el (eval-expression):
795         * emacs-lisp/lisp-mode.el (eval-last-sexp): Mention truncation in doc.
797 2009-02-25  Dan Nicolaescu  <dann@ics.uci.edu>
799         * vc-dir.el (vc-dir-update): Make sure ./ is always first in the listing.
801 2009-02-25  David Reitter <david.reitter@gmail.com>
803         * mail/mailclient.el (clipboard-kill-ring-save): Declare.
805 2009-02-25  Kenichi Handa  <handa@m17n.org>
807         * ps-mule.el (ps-mule-begin-job): Don't call auto-compose-region.
809         * composite.el (auto-composition-mode): Don't add a hook to
810         after-change-functions.  Don't decompose the buffer.
811         (auto-composition-after-change): Delete it.
812         (toggle-auto-composition): Make it an alias of
813         auto-composition-mode.
814         (auto-compose-region): Delete it.
816 2009-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
818         * term/ns-win.el (ns-working-overlay): Don't make it buffer-local.
819         (ns-working-overlay-len): Remove.  Use ns-working-overlay instead.
820         (ns-delete-working-text): Merge with ns-unecho-working-text.
821         Decide which to use based on ns-working-overlay.
822         (ns-unecho-working-text): Remove.
823         (ns-insert-working-text, ns-echo-working-text): Adjust accordingly.
825 2009-02-24  Juanma Barranquero  <lekktu@gmail.com>
827         * textmodes/ispell.el (ispell-region): Adapt "done" message to
828         coding conventions.  (Bug#2447)
830         * scroll-bar.el (scroll-bar-mode): Turn off scroll bars when
831         argument is 0.  Doc fix.  (Bug#1527)
833         * w32-vars.el (w32-system-shells): Doc fix.
835         * image.el (image-load-path-for-library, insert-sliced-image):
836         Fix typos in docstrings.
838 2009-02-24  Glenn Morris  <rgm@gnu.org>
840         * textmodes/flyspell.el (flyspell-use-meta-tab): Add a custom
841         :set function.  (Bug#2429)
843         * eshell/esh-util.el (eshell-parse-ange-ls): Define `name' before
844         potential use.
846         * progmodes/cperl-mode.el (cperl-find-pods-heres):
847         Don't globally bind `name'.
849         * emacs-lisp/elint.el (elint-unknown-builtin-args):
850         Fix encode-time spec.  (Bug#2453)
851         (elint-find-builtin-args): Make the match more restrictive.
852         Handle errors.  Return a result actually containing the function name.
854         * mail/rmail.el (rmail): Don't show a message if rmail-get-new-mail
855         already did.  (Bug#2440)
856         (rmail-quit): Don't swap buffers.  (Bug#2441)
857         (rmail-list-to-menu): Don't globally bind `name'.
859 2009-02-23  Chong Yidong  <cyd@stupidchicken.com>
861         * net/ange-ftp.el (ange-ftp-insert-directory): Adapt switch
862         manipulation to 2009-02-11 change to dired-add-entry (Bug#2410).
864 2009-02-23  Juanma Barranquero  <lekktu@gmail.com>
866         * bs.el (bs--down): When wrapping around, use `forward-line',
867         not `goto-line', to avoid distracting "Mark set" message.
869 2009-02-23  Geoff Gole  <geoffgole@gmail.com>  (tiny change)
871         * ibuffer.el (ibuffer-redisplay-engine): Avoid "Mark set" message
872         clobbering useful message from `ibuffer-toggle-sorting-mode' (Bug#2439).
874 2009-02-23  Miles Bader  <miles@gnu.org>
876         * proced.el (proced-process-attributes):
877         * server.el (server-running-p): Rename `system-process-attributes'
878         to `process-attributes'.
880 2009-02-22  Juri Linkov  <juri@jurta.org>
882         * dired-aux.el (minibuffer-default-add-dired-shell-commands):
883         Doc fix.
885         * dired-x.el (dired-guess-shell-command): Use read-shell-command
886         instead of read-from-minibuffer.
887         (dired-read-shell-command): Add code that uses
888         minibuffer-with-setup-hook to set minibuffer-default-add-function
889         to minibuffer-default-add-dired-shell-commands exactly like
890         `dired-read-shell-command' in dired-aux.el already does.  Doc fix.
892         * dired-x.el (dired-smart-shell-command): Remove code that uses
893         minibuffer-with-setup-hook to set minibuffer-default-add-function
894         to minibuffer-default-add-shell-commands because the same code was
895         already moved to `read-shell-command' 2008-07-31.  (Bug#2414)
897 2009-02-21  Jay Belanger  <jay.p.belanger@gmail.com>
899         * calc/calc-math.el (math-use-emacs-fn): Make sure that the
900         lisp number is in decimal.
902 2009-02-21  Chong Yidong  <cyd@stupidchicken.com>
904         * progmodes/compile.el (compilation-error-regexp-alist-alist):
905         Tweak regexp (Bug#2173).
907         * textmodes/flyspell.el (flyspell-mouse-map): Undefine mouse-2 to
908         avoid yanks (Bug#2408).
910 2009-02-21  Alan Mackenzie  <acm@muc.de>
912         * progmodes/cc-langs.el (c-case-kwds-regexp): New variable.
914         * progmodes/cc-engine.el (c-beginning-of-statement-1): Enhance to
915         parse case clauses with (compile-time) expressions.
917 2009-02-21  Eli Zaretskii  <eliz@gnu.org>
919         * mail/rmailedit.el (rmail-cease-edit): Notice changes in buffer's
920         encoding during editing.  Make sure to use encoding that can
921         safely encode the message.  Rewrite MIME charset= header if the
922         new encoding is different from the old one.
924 2009-02-21  Glenn Morris  <rgm@gnu.org>
926         * mail/supercite.el (sc-mail-glom-frame): Handle a "From " line
927         at the start of the headers.
928         (sc-mail-check-from): New function.
930 2009-02-20  Martin Rudalics  <rudalics@gmx.at>
932         * progmodes/python.el (python-shift-left, python-shift-right):
933         When the mark is not active shift the current line.  (Bug#2381)
934         Suggested by Guillaume Salagnac <guillaume.salagnac@gmail.com>
936 2009-02-20  Andreas Schwab  <schwab@suse.de>
938         * startup.el (command-line): Don't match an empty argument as an
939         option.
940         (command-line-1): Likewise.
942 2009-02-20  Daniel Jensen  <daniel@bigwalter.net>  (tiny change)
944         * apropos.el (apropos-library): Check for null filename in load-history.
946 2009-02-20  Glenn Morris  <rgm@gnu.org>
948         * apropos.el (apropos-library): Remove the element with null filename,
949         if present, from the completion list.
951         * mail/rmail.el (rmail-speedbar-buttons): Only add regular files.
952         (rmail-speedbar-find-file): Use rmail rather than find-file.
954 2009-02-20  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
956         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Doc fix.
958 2009-02-20  Era Eriksson  <era@iki.fi>  (tiny change)
960         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore):
961         Fix regexp (Bug#2385).
962         (bibtex-autokey-get-title): Observe case for
963         bibtex-autokey-titleword-ignore.
965 2009-02-20  Chong Yidong  <cyd@stupidchicken.com>
967         * server.el (server-start): Make the warning more
968         verbose (Bug#2395).
970 2009-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
972         * font-lock.el (font-lock-fontify-syntactic-keywords-region):
973         Make sure we stop when we reach the limit.
975         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): ' inside
976         a "..." does not quote anything.  (Bug#2384)
978         * textmodes/rst.el (rst-mode-abbrev-table): Mark entries as `system'.
980 2009-02-19  Andreas Schwab  <schwab@suse.de>
982         * term.el: Remap self-insert-command to term-send-raw in
983         term-raw-map.  (Bug#2386)
985 2009-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
987         * emacs-lisp/lisp.el (end-of-defun): Consider the ".*\n" after the end
988         of the function as being part of the function.
990 2009-02-19  Nick Roberts  <nickrob@snap.net.nz>
992         * progmodes/compile.el (compilation-error-regexp-alist-alist):
993         Move entry for maven (alphabetical order).
995 2009-02-19  Glenn Morris  <rgm@gnu.org>
997         * mail/rmailsum.el (rmail-summary-by-topic): Doc fix.
998         Regexp-quote default argument taken from current subject.
999         (rmail-new-summary-1): Error if empty summary.  (Bug#2333)
1001         * mail/rmail-spam-filter.el (rmail-get-new-mail-filter-spam):
1002         Move here from rmail.el.  Be more careful about error-handling.
1003         Restore the feature of temporarily setting all old messages
1004         undeleted before expunging (removed 2009-02-18).
1006         * mail/rmail.el (rsf-beep, rsf-sleep-after-message, rmail-spam-filter):
1007         Don't declare.
1008         (rmail-get-new-mail-filter-spam): Declare.  Move definition to
1009         rmail-spam-filter.el.
1010         (rmail-get-new-mail-1): Move the beep and sleep to
1011         rmail-get-new-mail-filter-spam.
1013 2009-02-18  Martin Rudalics  <rudalics@gmx.at>
1015         * cus-edit.el (custom-group-value-create): Insert some
1016         informatory text in the WIDGET-misses-doc-string case.
1018 2009-02-18  Sam Steingold  <sds@gnu.org>
1020         * progmodes/compile.el: Require comint at top level to fix the
1021         last patch.
1023 2009-02-18  Martin Rudalics  <rudalics@gmx.at>
1025         * cus-edit.el (custom-group-value-create): Don't throw an error
1026         when WIDGET has no doc-string.  (Bug#2356)
1028 2009-02-18  Juanma Barranquero  <lekktu@gmail.com>
1030         * progmodes/cc-menus.el (imenu-progress-message):
1031         Remove bogus cc-bytecomp-defun.
1032         (cc-imenu-objc-function): Don't call `imenu-progress-message'.
1033         Don't let-bind variable `stupid'.  (Bug#1638)
1035 2009-02-18  Glenn Morris  <rgm@gnu.org>
1037         * mail/rmail.el (rmail-get-new-mail-filter-spam):
1038         * mail/rmail-spam-filter.el (rmail-spam-filter):
1039         Show a message rather than the raw mbox while prompting.
1041 2009-02-18  Martin Rudalics  <rudalics@gmx.at>
1043         * progmodes/flymake.el (flymake): Add defgroup.  (Bug#2356)
1045 2009-02-18  Glenn Morris  <rgm@gnu.org>
1047         * mail/rmail-spam-filter.el (rmail-summary-mode-map): Remove unneeded
1048         declaration.
1049         (top-level): No need for cl now.
1050         (rmail-spam-filter, rmail-use-spam-filter, rsf-file, rsf-no-blind-cc)
1051         (rsf-beep, rsf-sleep-after-message, rsf-min-region-to-spam-list)
1052         (rsf-autosave-newly-added-definitions, rsf-white-list)
1053         (rsf-definitions-alist, rsf-check-field, rsf-add-subject-to-spam-list)
1054         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list)
1055         (rsf-customize-spam-definitions, rsf-customize-group)
1056         (rsf-custom-save-all, rsf-add-content-type-field): Doc fixes.
1057         (rsf-check-field): Use setcar and setcdr rather than setf.
1058         (rmail-spam-filter): Simplify.
1059         (rsf-add-subject-to-spam-list, rsf-add-sender-to-spam-list)
1060         (rsf-add-region-to-spam-list): Use rmail-get-header or
1061         buffer-substring-no-properties.  Regexp-quote the extracted data.
1062         Make the messages less verbose.
1063         (rmail-summary-mode-map, rmail-mode-map): Use easy-menu and dolist to
1064         simplify things.
1065         (rsf-add-content-type-field): Make the message less verbose.
1067         * mail/rmail.el (rmail-get-new-mail-1): Fix the spam beep test.
1068         (rmail-get-new-mail-filter-spam): Simplify.  Don't mess with
1069         rmail-deleted-vector.
1070         (rmail-insert-inbox-text, rmail-collect-deleted)
1071         (rmail-set-message-deleted-p, rmail-only-expunge)
1072         (rmail-make-in-reply-to-field): Replace ?\  with ?\s.
1073         (rmail-get-labels): Remove unused local `blurb'.
1074         (rmail-message-attr-p, rmail-message-unseen-p, rmail-message-labels-p)
1075         (rmail-msgend, rmail-msgbeg, rmail-message-deleted-p)
1076         (rmail-set-message-deleted-p): Doc fixes.
1078         * mail/rmailout.el (rmail-mbox-from): Move to mail-utils.
1079         Update callers for associated name change.
1080         * mail/mail-utils.el (mail-mbox-from): Move here from rmailout.el.
1081         * mail/unrmail.el (unrmail): Use mail-mbox-from.
1083 2009-02-17  Richard M Stallman  <rms@gnu.org>
1085         * mail/rmailmsc.el (set-rmail-inbox-list): Doc fix.
1087         * mail/rmail.el (rmail-copy-headers): When copying full headers,
1088         correctly put point at the end.
1090 2009-02-17  Sam Steingold  <sds@gnu.org>
1092         * progmodes/compile.el (compilation-filter):
1093         Call `comint-carriage-motion', just like `comint-output-filter'.
1095 2009-02-17  Jason Rumney  <jasonr@gnu.org>
1097         * files.el (make-directory): Stop recursing if parent is
1098         self. (Bug#2309)
1100 2009-02-17  Juanma Barranquero  <lekktu@gmail.com>
1102         * net/newst-treeview.el (newsticker--treeview-load): Remove bogus `if'.
1104         * progmodes/cc-menus.el (cc-imenu-objc-function): Doc fix.
1106 2009-02-17  Miles Bader  <miles@gnu.org>
1108         * emacs-lisp/copyright.el (copyright-regexp): Tweak to match
1109         copyright statements where the years follow the name.
1111 2009-02-17  Glenn Morris  <rgm@gnu.org>
1113         * emacs-lisp/copyright.el (copyright-update-year): Don't let y-or-n-p
1114         move point.  (Bug#2209)
1116         * mail/rmailout.el (rmail-fields-not-to-output): Doc fix.
1117         (rmail-delete-unwanted-fields): Ignore case.  Use line-beg-pos.
1118         (rmail-output, rmail-output-as-seen): Change the "from-gnus" argument
1119         to "not-rmail", and make it work.  Simplify.
1120         (rmail-mbox-from): New function.
1121         (rmail-output-as-mbox): Use rmail-mbox-from.
1122         (rmail-output): Ensure a From line in the not-rmail Babyl case.
1124         * mail/rmail.el (rmail-get-attr-names): Give a warning rather than an
1125         error if the header is corrupt.
1127 2009-02-16  Ulf Jasper  <ulf.jasper@web.de>
1129         * net/newst-treeview.el (newsticker--treeview-load):
1130         Offer deletion of old groups file.
1132 2009-02-16  Glenn Morris  <rgm@gnu.org>
1134         * mail/rmailout.el (rmail-delete-unwanted-fields)
1135         (rmail-output-as-babyl, rmail-output-to-babyl-buffer)
1136         (rmail-convert-to-babyl-format, rmail-nuke-pinhead-header)
1137         (rmail-output-as-mbox, rmail-output-to-rmail-buffer, rmail-output)
1138         (rmail-output-as-seen, rmail-output-body-to-file): Doc fixes.
1140 2009-02-15  Glenn Morris  <rgm@gnu.org>
1142         * mail/rmailsum.el (rmail-summary-output-as-seen): Doc fix.
1144         * mail/rmailout.el (rmail-output-decode-coding): Fix custom type, group.
1145         (rmail-output-as-babyl, rmail-output-to-babyl-buffer):
1146         Remove unnecessary use of with-no-warnings.
1147         (rmail-output-as-mbox, rmail-output-as-seen): Doc fix.
1148         (rmail-output-as-mbox): Start search from point-min.  If constructing a
1149         "From " line, prefer the date header over the current time.
1150         (rmail-update-summary): Move declaration earlier in file.
1152 2009-02-15  Richard M Stallman  <rms@gnu.org>
1154         * mail/rmailedit.el (rmail-edit-diff-headers):
1155         Delete spurious reference to OLD.
1157 2009-02-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1159         * jit-lock.el (with-buffer-prepared-for-jit-lock): Swap the `let' and
1160         the `with-buffer-unmodified' to avoid useless `readlink' calls.
1162 2009-02-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1164         * textmodes/bibtex.el (bibtex-global-key-alist)
1165         (bibtex-initialize): Exclude current buffer if it does not use
1166         bibtex-mode.
1167         (bibtex-parse-strings, bibtex-strings, bibtex-initialize)
1168         (bibtex-sort-buffer, bibtex-search-entry)
1169         (bibtex-prepare-new-entry, bibtex-clean-entry): Use functionp to
1170         test whether bibtex-strings and bibtex-reference-keys have their
1171         initial values.
1173 2009-02-14  Eli Zaretskii  <eliz@gnu.org>
1175         * textmodes/ispell.el (ispell-insert-word): Use `with-no-warnings'
1176         around forms that refer to translation-table-for-input.
1178         * isearch.el (isearch-search-string): Use `with-no-warnings'
1179         around forms that refer to translation-table-for-input.
1181         * international/quail.el (quail-input-string-to-events)
1182         (quail-store-decode-map-key, quail-char-equal-p):
1183         Use `with-no-warnings' around forms that refer to
1184         translation-table-for-input.
1186         * simple.el (quoted-insert, zap-to-char): Use `with-no-warnings'
1187         around forms that refer to translation-table-for-input.
1189         * subr.el (translation-table-for-input): Declare obsolete again.
1191 2009-02-14  Glenn Morris  <rgm@gnu.org>
1193         * mail/rmail.el (rmail): When reverting, swap buffers before setting
1194         counters.  (Bug#2229)
1195         (rmail-revert): Swap buffers before replacing contents.
1197 2009-02-14  Ian Eure  <ian@digg.com>  (tiny change)
1199         * progmodes/sql.el (sql-product-alist, sql-connect-sqlite):
1200         Remove host, user, password options not applicable to SQlite. (Bug#1904)
1202 2009-02-14  Richard M Stallman  <rms@gnu.org>
1204         * mail/rmailedit.el: Handle editing of header fields.
1205         (rmail-old-headers): New variable.
1206         (rmail-edit-current-message): Set it, recording current headers.
1207         (rmail-cease-edit): Compute new headers and diff against old ones.
1208         Update the mbox buffer with the changes that were made.
1209         (rmail-edit-headers-alist): New function.
1210         (rmail-edit-diff-headers, rmail-edit-update-headers): New functions.
1212         * mail/rmailout.el (rmail-output-body-to-file): Avoid space and colon
1213         in default file name.
1215         * mail/rmail.el (rmail-convert-file-maybe): Turn off case-fold-search.
1216         (rmail-add-mbox-headers): Likewise.
1218 2009-02-13  Eli Zaretskii  <eliz@gnu.org>
1220         * files.el (load-library): Doc fix.
1222         * subr.el (locate-library): Doc fix.  (Bug#2291)
1224 2009-02-13  Alan Mackenzie  <acm@muc.de>
1226         * progmodes/cc-cmds.el (c-defun-name): Widen, to allow it to work
1227         in narrowed buffers.
1229 2009-02-13  Kenichi Handa  <handa@m17n.org>
1231         * international/titdic-cnv.el (tit-process-header):
1232         Use buffer-substring-no-properties instead of buffer-substring.
1233         (tit-process-body): Likewise.
1234         (tsang-quick-converter): Handle superfluous CR at eol.
1235         (py-converter): Use buffer-substring-no-properties instead of
1236         buffer-substring.  Handle superfluous CR at eol.
1237         (ziranma-converter): Likewise.
1238         (ctlau-converter): Likewise.
1239         (miscdic-convert): Read a file without eol conversion.  (Bug#2307)
1241 2009-02-13  Juanma Barranquero  <lekktu@gmail.com>
1243         * minibuffer.el (internal-complete-buffer-except): Doc fix.  (Bug#2315)
1245 2009-02-13  Glenn Morris  <rgm@gnu.org>
1247         * mail/rmail.el (rmail-show-message-1): New name for the old
1248         rmail-show-message.
1249         * mail/rmail.el, mail/rmailkwd.el, mail/rmailmsc.el, mail/rmailout.el:
1250         * mail/rmailsort.el: Update for rmail-show-message name change.
1252         * mail/rmail.el (rmail-show-message): New name for the old
1253         rmail-show-message-maybe.
1254         * mail/rmail.el, mail/rmailsum.el: Update for rmail-show-message-maybe
1255         name change.
1257         * mail/rmailsum.el (msgnum): Remove declaration.
1258         (rmail-summary-redo): Add missing initialization value.
1259         (rmail-summary-overlay, rmail-summary-mode-map): Add doc string.
1260         (rmail-summary-mark-deleted, rmail-summary-deleted-p):
1261         Fix skip-chars-forward calls.
1262         (rmail-summary-mark-seen): New function.  As well as removing the '-'
1263         mark, update the summary-vector.  (Bug#2135)
1264         (rmail-summary-rmail-update, rmail-summary-goto-msg):
1265         Use rmail-summary-mark-seen.
1267         * mail/rmail.el (rmail-summary-vector, rmail-mode-map): Add doc string.
1269         * mail/unrmail.el (unrmail): When getting message keywords, don't
1270         include a leading space, but do include the space after the separating
1271         comma.  (Bug#2303)
1273         * mail/rmail.el (rmail-set-header-1): If VALUE is nil, remove the
1274         header altogether.
1275         (rmail-set-header): Doc fix.
1276         * mail/rmailkwd.el (rmail-set-label): Delete the keyword header if all
1277         labels are removed.  (Bug#2302)
1279 2009-02-12  Juri Linkov  <juri@jurta.org>
1281         * image-mode.el (image-toggle-display):
1282         Let-bind `buffer-file-truename' to nil around the call to
1283         `add-text-properties' to prevent directory time modification
1284         by lock_file.  Replace `set-buffer-modified-p' with
1285         `restore-buffer-modified-p'.  (Bug#2295)
1287 2009-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1289         * progmodes/python.el (python-use-skeletons): Re-add.
1290         (def-python-skeleton): Use it.  (Bug#2238)
1292         * international/quail.el (quail-make-guidance-frame): Remove the
1293         `parent-id' parameter.
1294         (quail-show-guidance): Make the new window dedicated.
1296 2009-02-12  Juanma Barranquero  <lekktu@gmail.com>
1298         * international/characters.el (?1, ?2, ?3, ?4, ?7, ?^):
1299         Fix typos in docstrings.
1301 2009-02-12  Alan Mackenzie  <acm@muc.de>
1303         * progmodes/cc-defs.el (c-emacs-features): Crash-fix: change `='
1304         to `eq'.  (Bug#2304)
1306 2009-02-12  Glenn Morris  <rgm@gnu.org>
1308         * mail/rmailkwd.el (rmail-set-label): Fix the test for a label being
1309         already present.  (Bug#2210)
1311 2009-02-12  Kenichi Handa  <handa@m17n.org>
1313         * international/characters.el (?.): New character category for
1314         Base characters.  Set them in the standard category table.
1316         * composite.el: Use "\\c." instead of "[[:alpha:]]" to match with
1317         a base character.
1319 2009-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1321         * isearch.el (isearch-yank-char-in-minibuffer)
1322         (isearch-other-meta-char): Use with-current-buffer.
1324         * progmodes/verilog-mode.el (verilog-mode): Avoid circular use of
1325         syntax-ppss.  (Bug#1243)
1327         * emacs-lisp/lisp.el (end-of-defun): Rewrite, to use the ARG argument
1328         to beginning-of-defun-raw.
1330         * emacs-lisp/lisp.el (end-of-defun): Don't skip to next line after
1331         calling end-of-defun-function if it already moved to BOL.
1333 2009-02-12  Richard M Stallman  <rms@gnu.org>
1335         * mail/rmail.el (rmail-show-message-verbose-min): New option.
1336         (rmail-show-message): Conditionally show start and finish in echo area.
1338 2009-02-12  Glenn Morris  <rgm@gnu.org>
1340         * mail/rmailsum.el (rmail-get-summary-labels): Store any message labels
1341         for use in completion.
1342         * mail/rmailkwd.el (rmail-read-label): Don't scan for labels if the
1343         summary exists, since it's already done.
1345         * mail/rmail.el (rmail-unix-mail-delimiter): Doc fix.
1346         (rmail-enable-multibyte): Don't really define, only for compiler.
1348 2009-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1350         * files.el (read-buffer-to-switch):
1351         Add table to icomplete-with-completion-tables.
1353 2009-02-11  Chong Yidong  <cyd@stupidchicken.com>
1355         * dired-aux.el (dired-add-entry): Avoid munging long-form Dired
1356         switches (Bug#2261).
1358 2009-02-11  Juanma Barranquero  <lekktu@gmail.com>
1360         * server.el (server-with-environment): Don't fail for negative
1361         entries in ENV.
1363 2009-02-11  Dan Nicolaescu  <dann@ics.uci.edu>
1365         * vc-dir.el (vc-dir-filename-mouse-map): Rename from vc-dir-mouse-map.
1366         (vc-default-dir-printer): Add a comment about updating this function.
1368         * vc-git.el (vc-git-dir-printer): Use vc-dir-filename-mouse-map
1369         for the file name.
1371 2009-02-11  Glenn Morris  <rgm@gnu.org>
1373         * calendar/calendar.el (calendar-window-list): Ignore invisible windows.
1374         (calendar-set-mode-line): Fall back to a default width if we seem to be
1375         called from daemon.  (Bug#2199)
1377         * mail/rmailkwd.el (rmail-make-label): Doc fix.
1378         (rmail-read-label): Add current labels to completion list.  (Bug#2222)
1379         (rmail-set-label): Use `or'.
1381 2009-02-11  Chong Yidong  <cyd@stupidchicken.com>
1383         * emacs-lisp/find-func.el (find-library-name, find-library):
1384         Doc fixes.  (Part of bug#2270)
1386 2009-02-10  Eric Hanchrow  <eric.hanchrow@gmail.com>  (tiny change)
1388         * env.el (getenv): When FRAME is non-nil, pass the frame environment
1389         to `getenv-internal', not the frame.  (Bug#2259)
1391 2009-02-10  Kenichi Handa  <handa@m17n.org>
1393         * descr-text.el (describe-char-display): On terminal, if terminal
1394         coding system is nil, assume us-ascii.
1395         (describe-char): Don't show the composition information if it is
1396         trivial.
1398 2009-02-10  Nick Roberts  <nickrob@snap.net.nz>
1400         * vc-svn.el (vc-svn-after-dir-status): Use shy group for revision
1401         number as it isn't present for unregistered files.
1403         * vc-dir.el (vc-dir-find-file-other-window): Allow mouse events.
1404         (vc-dir-mouse-map): New keymap.
1405         (vc-default-dir-printer): Use it locally.
1407 2009-02-10  Glenn Morris  <rgm@gnu.org>
1409         * speedbar.el: Avoid messing up font-lock-global-modes.
1411         * mail/mail-utils.el (mail-use-rfc822): Remove * from defcustom doc.
1412         (mail-file-babyl-p): Use with-temp-buffer.
1414         * mail/rmailsort.el: Just require rmail.
1416         * mail/rmailedit.el: Just require rmail.
1417         (rmail-old-pruned): Add doc string.
1418         (rmail-edit-current-message): Use rmail-msg-is-pruned.
1419         (rmail-cease-edit): Don't mangle the leading From line.
1420         Don't mark as edited if there were no changes.  (Bug#2256)
1421         Correctly restore header state.
1423         * mail/rmail.el (rmail-automatic-folder-directives): Doc fix.
1424         (rmail-current-message, rmail-total-messages)
1425         (rmail-message-vector, rmail-deleted-vector): Add doc strings.
1426         (rmail-duplicate-message): Doc fix.
1427         (rmail-get-header-1, rmail-set-header-1, rmail-set-attribute-1):
1428         New functions.
1429         (rmail-get-header, rmail-set-header, rmail-set-attribute):
1430         Use rmail-apply-in-message.
1431         (rmail-message-attr-p): Use rmail-get-header, hence no longer requires
1432         unswapped-ness.
1433         (rmail-get-attr-names): Check for missing or corrupt attribute headers.
1434         (rmail-auto-file): Set the filed attribute, rather than explicitly not
1435         doing so.  (Bug#2231)
1436         (rmail-set-attribute): Allow ATTR to be a string.
1438 2009-02-09  Ulf Jasper  <ulf.jasper@web.de>
1440         * net/newst-treeview.el (newsticker-treeview-save)
1441         (newsticker--treeview-load): Kill groups buffer after saving/loading.
1443 2009-02-09  Tassilo Horn  <tassilo@member.fsf.org>
1445         * doc-view.el (doc-view-scroll-up-or-next-page)
1446         (doc-view-scroll-down-or-previous-page, doc-view-goto-page):
1447         Reset the old hscroll value after switching pages.
1449 2009-02-09  Glenn Morris  <rgm@gnu.org>
1451         * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
1452         (calendar-holiday-marker): Drop test for color display.
1454 2009-02-08  Glenn Morris  <rgm@gnu.org>
1456         * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
1457         (calendar-holiday-marker, calendar-mark-visible-date):
1458         * calendar/diary-lib.el (diary-fancy-display):
1459         It doesn't make sense to check font-lock-mode (see comments;
1460         reverts 2008-04-02 change).  (Bug#2199)
1462 2009-02-08  Juri Linkov  <juri@jurta.org>
1464         * simple.el (toggle-word-wrap): New command.
1466 2009-02-07  Chong Yidong  <cyd@stupidchicken.com>
1468         * progmodes/ps-mode.el (ps-run-tmp-dir): Doc fix.
1469         (ps-run-make-tmp-filename): Use temporary-file-directory.
1471         * textmodes/artist.el (artist-system): Allow make-temp-file to use
1472         temporary-file-directory.
1474         * mail/rmailmm.el (rmail-mime-attachment-dirs-alist):
1475         Use temporary-file-directory.
1477 2009-02-07  Glenn Morris  <rgm@gnu.org>
1479         * mail/unrmail.el (rmime-magic-string): Define for compiler.
1481 2009-02-07  Eli Zaretskii  <eliz@gnu.org>
1483         * mail/rmail.el (rmail): Bind coding-system-for-read to
1484         no-conversion before calling find-file-noselect.  (Bug#2015)
1486 2009-02-07  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1488         * proced.el (proced-after-send-signal-hook): Use defcustom.
1489         (proced-header-line): Handle header lines that are shorter than
1490         window-hscroll.
1491         (proced-send-signal): Rebind split-width-threshold analogous to
1492         dired-pop-to-buffer.
1494 2009-02-07  Eli Zaretskii  <eliz@gnu.org>
1496         * mail/rmail.el (rmail-redecode-body): Don't encode/decode the
1497         message; instead, just rewrite the X-Coding-System header with the
1498         new encoding, and let rmail-show-message do the rest.
1499         Remove unused argument RAW.  Fix doc string to be consistent with the
1500         new implementation.
1501         (rmail-show-message): Honor X-Coding-System header, if present, in
1502         preference to Content-Type header.
1504 2009-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1506         * server.el (server-execute): Enable quit.
1508 2009-02-07  Andreas Schwab  <schwab@suse.de>
1510         * image-mode.el (image-mode): Always set image-type.
1511         (image-minor-mode): Likewise.
1513 2009-02-07  Eli Zaretskii  <eliz@gnu.org>
1515         * mail/rmailedit.el (rmail-cease-edit): Look for the message's
1516         encoding, and its "content-transfer-encoding" and "content-type"
1517         headers only in the headers' portion.  (Bug#2017)
1519 2009-02-07  Ulf Jasper  <ulf.jasper@web.de>
1521         * net/newst-treeview.el
1522         (newsticker-treeview-next-new-or-immortal-item): New arg
1523         DONT-WRAP-TREES to prevent infinite recursion.
1525 2009-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1527         * mail/rmailedit.el (rmail-cease-edit): narrow-to-region before
1528         extracting mail message headers.  Use encode-coding-region instead
1529         of insert-buffer-substring for re-encoding edited message.
1530         Add qp/b64 encoding only after text was encoded.
1532 2009-02-07  Eli Zaretskii  <eliz@gnu.org>
1534         * subr.el: Don't declare `translation-table-for-input' obsolete.
1535         Equivalent info added to its doc string, q.v.
1537         * files.el (save-buffer): Display "Saving file FOO..." message
1538         regardless of buffer's size.  (Bug#2137)
1540 2009-02-07  Chong Yidong  <cyd@stupidchicken.com>
1542         * simple.el (line-move-visual): Handle overflow-newline-into-fringe.
1544 2009-02-07  Alex Schroeder  <alex@gnu.org>
1546         * mail/unrmail.el (unrmail): Use regexps to find message separators so
1547         as not to match any fake rmime.el separators.  Remove any sections added
1548         by rmime.el.
1550 2009-02-07  Glenn Morris  <rgm@gnu.org>
1552         * mail/metamail.el (metamail-interpret-body): Remove Rmail-specific hack
1553         that is no longer appropriate to mbox Rmail.
1555         * mail/rmailsum.el (rmail-create-summary-line): Widen the view buffer
1556         before trying to move to the start of the message.
1557         (rmail-summary-undelete-many, rmail-summary-rmail-update):
1558         Fix rmail-set-attribute calls.
1560         * mail/sendmail.el (mail-bury-selects-summary, mail-yank-original):
1561         Doc fix.
1562         (rmail-output-to-rmail-buffer): Autoload it.
1563         (mail-do-fcc): Give it a doc string.  Update for mbox Rmail, simplify.
1565 2009-02-06  Glenn Morris  <rgm@gnu.org>
1567         * mail/unrmail.el (unrmail): Use current-time-string.
1569         * simple.el (kill-whole-line): Provide a default argument of 1.
1571         * mail/undigest.el (rmail-mail-separator): Delete.
1572         (undigestify-rmail-message, unforward-rmail-message): Update for
1573         mbox Rmail.
1575 2009-02-05  Kenichi Handa  <handa@m17n.org>
1577         * international/fontset.el (script-representative-chars):
1578         Remove mathematical.
1579         (setup-default-fontset): Add entries for each subgroup of
1580         mathematical script.
1582 2009-02-05  Juri Linkov  <juri@jurta.org>
1584         * image-mode.el (image-mode): Use `image-get-display-property'
1585         instead of `get-text-property'.
1586         (image-minor-mode): Sync the logic with `image-mode' including the
1587         displaying an image file as the actual image by default.
1589 2009-02-05  Alan Mackenzie  <acm@muc.de>
1591         * progmodes/cc-defs.el (c-emacs-features): Check the working of
1592         beginning/end-of-defun-function more rigorously before setting
1593         argumentative-bod-function.
1595 2009-02-05  Dan Nicolaescu  <dann@ics.uci.edu>
1597         * xt-mouse.el (turn-on-xterm-mouse-tracking-on-terminal)
1598         (turn-off-xterm-mouse-tracking-on-terminal): Do not turn on the
1599         mode on the initial terminal.
1601 2009-02-05  Glenn Morris  <rgm@gnu.org>
1603         * mail/rmail.el (rmail-what-message, rmail-duplicate-message):
1604         Make these functions work.
1606         * net/mairix.el (rmail-buffer): Remove unneeded eval-when-compile.
1607         (rmail-narrow-to-non-pruned-header): Remove autoload.
1608         (mairix-rmail-fetch-field): Handle mbox Rmail.
1610 2009-02-04  Dave Love  <fx@gnu.org>
1612         * net/imap.el (imap-fetch-safe): Bind debug-on-error.
1613         (imap-debug): Add imap-fetch-safe.
1615 2009-02-04  Teodor Zlatanov  <tzlatanov@jumptrading.com>
1617         * net/netrc.el (netrc-machine-user-or-password): Use list of
1618         auth-source modes.
1620 2009-02-04  Nick Roberts  <nickrob@snap.net.nz>
1622         * vc-svn.el (vc-svn-diff): Revert previous change but add a test
1623         for newvars is nil. (C-u C-x v = with default values).
1625 2009-02-04  Dan Nicolaescu  <dann@ics.uci.edu>
1627         * vc-bzr.el (vc-bzr-working-revision): Recognize a newer branch
1628         format.  Use when instead of if.
1630 2009-02-04  Miles Bader  <miles@gnu.org>
1632         * emacs-lisp/lisp.el (forward-sexp, backward-sexp, forward-list)
1633         (backward-list, backward-up-list, beginning-of-defun)
1634         (beginning-of-defun-raw, end-of-defun): Add "^" to interactive spec.
1636 2009-02-04  Glenn Morris  <rgm@gnu.org>
1638         * mail/mail-utils.el (mail-fetch-field): Previous doc fix was
1639         ill-advised.
1641         * mail/rmail.el: No need for mule-util when compiling.
1642         (rmail-first-message): Unbreak it.
1644         * mail/rmailmsc.el: Require rmail not just when compiling.
1645         Remove unneeded declarations.
1647         * term/ns-win.el (ns): Define as a custom group.
1649 2009-02-04  Kenichi Handa  <handa@m17n.org>
1651         * international/mule-cmds.el (select-safe-coding-system):
1652         Use buffer-chars-modified-tick instead of buffer-modified-tick.
1654         * descr-text.el (describe-char): Check font-object by fontp.
1656         * composite.el (compose-gstring-for-terminal): If a character is
1657         not supported by the current terminal, don't make a multi-glyph
1658         grapheme cluster.
1659         (auto-compose-chars): Check font-object by fontp.
1661 2009-02-03  Glenn Morris  <rgm@gnu.org>
1663         * mail/unrmail.el (unrmail): In the absence of Mail-from, prefer Date
1664         over current-time.  (Bug#2175)
1666         * mail/rmail.el (rmail-convert-babyl-to-mbox): Disable undo while
1667         inserting the converted mailbox.
1668         (rmail-get-new-mail): Restore the loop over inboxes when two or more
1669         have the same basename.  (Bug#2164)
1670         Set the return value according to whether any mail was found,
1671         not just in the last inbox.  Only show a message and run the hook after
1672         checking all inboxes.
1673         (rmail-get-new-mail-1): Move message display and running the hook to
1674         rmail-get-new-mail.
1676         * mail/rmailkwd.el (rmail-label-obarray): Initialize using
1677         rmail-attr-array.
1678         (rmail-make-label, rmail-read-label): Give it a doc string.
1679         (rmail-add-label, rmail-kill-label): Change argument name to match the
1680         doc.  Doc fix.
1681         (rmail-set-label): Doc fix.  Also update summary in attr case.
1682         Accept labels as a string or a symbol.  (Bug#2165)
1684         * mail/rmailsum.el (rmail-get-summary-labels): Treat empty labels as
1685         null.
1687 2009-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1689         * progmodes/vhdl-mode.el (vhdl-prepare-search-1)
1690         (vhdl-prepare-search-2): Properly cleanup on `quit'.
1692         * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init):
1693         Mark the entries as being "system" entries rather than "user" entries.
1695 2009-02-02  Thien-Thi Nguyen  <ttn@gnuvola.org>
1697         * smerge-mode.el (smerge-start-session): Add interactive spec.
1699 2009-02-02  Glenn Morris  <rgm@gnu.org>
1701         * mail/rmail.el (rmail-ignored-headers, rmail-displayed-headers)
1702         (rmail-retry-ignored-headers, rmail-highlighted-headers):
1703         Restore autoloads.
1705 2009-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1707         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Fix up EOB.
1709 2009-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1711         * cmuscheme.el (scheme-args-to-list): Remove.
1712         (run-scheme): Use split-string-and-unquote instead, so as to allow
1713         spaces in the command name and/or the arguments.
1715 2009-02-01  Adrian Robert  <Adrian.B.Robert@gmail.com>
1717         * term/ns-win.el (ns-save-preferences): Save ns-confirm-quit option.
1719 2009-02-01  Michael Albinus  <michael.albinus@gmx.de>
1721         Sync with Tramp 2.1.15.
1723         * net/tramp.el (tramp-read-passwd): Cache passwords shall still be
1724         used.
1726         * net/tramp-cache.el (top): Autoload `tramp-run-real-handler'.
1728         * net/trampver.el: Update release number.
1730 2009-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1732         * mail/rmail.el (rmail-view-buffer): Make buffer-local.
1733         (rmail-select-summary, rmail-perm-variables, rmail-redecode-body)
1734         (rmail-undelete-previous-message, rmail-mark-message)
1735         (rmail-speedbar-buttons): Use with-current-buffer.
1736         (rmail-mode-map): Move initialization into declaration.
1737         (rmail-swap-buffers, rmail-unfontify-buffer-function)
1738         (rmail-fontify-message): Use restore-buffer-modified-p.
1739         (rmail-expunge-and-save): Don't swap buffer.
1740         (rmail-get-header, rmail-set-header, rmail-set-attribute)
1741         (rmail-apply-in-message): Swap save-excursion and save-restriction.
1743         * mail/rmailsort.el (rmail-sort-messages): Use car-less-than-car
1744         if possible.
1746         * mail/rmailedit.el (rmail-edit-map): Move init into declaration.
1747         (rmail-edit-mode, rmail-cease-edit): Use with-current-buffer.
1749 2009-01-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1751         * mouse.el (mouse-drag-mode-line-1): Obey mouse-1-click-follows-link.
1753         * progmodes/ebrowse.el:
1754         * international/robin.el:
1755         * emulation/viper-util.el:
1756         * emulation/viper-mous.el:
1757         * emulation/viper-keym.el:
1758         * ediff.el:
1759         * ediff-wind.el:
1760         * ediff-vers.el:
1761         * ediff-ptch.el:
1762         * ediff-mult.el:
1763         * ediff-merg.el:
1764         * ediff-diff.el: Follow commenting conventions.
1766 2009-01-31  Eli Zaretskii  <eliz@gnu.org>
1768         * mail/rmail.el (rmail-redecode-body): Use eight-bit instead of
1769         obsolete eight-bit-control and eight-bit-graphic.
1771 2009-01-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1773         * emacs-lisp/elp.el (elp-results-symname-map): Add follow-link.
1775 2009-01-31  Chong Yidong  <cyd@stupidchicken.com>
1777         * emacs-lisp/lisp.el (end-of-defun): Protect against
1778         infloops (Bug#2106).
1780 2009-01-31  Dan Nicolaescu  <dann@ics.uci.edu>
1782         * vc-dir.el (vc-dir-mouse-map):
1783         (vc-default-dir-printer):
1784         (vc-dir-find-file-other-window): Undo previous change, it breaks
1785         the behavior of mouse-2.
1786         (vc-dir-mode): Fix docstring.
1788         * vc-svn.el (vc-svn-dir-status): Disable the vc-stay-local-p
1789         logic, it makes the makes the normal case too slow.
1791 2009-01-31  Eli Zaretskii  <eliz@gnu.org>
1793         * mail/unrmail.el (unrmail): Set coding-system of the old Rmail
1794         file to `raw-text-unix'.  Bind coding-system-for-write when
1795         writing out the converted message, and make sure it uses Unix EOLs.
1797         * mail/rmail.el (rmail-convert-babyl-to-mbox): Set Rmail's buffer
1798         encoding to `raw-text-unix'.
1799         (rmail-perm-variables): Set encoding of rmail-view-buffer to
1800         `undecided-unix'.
1801         (rmail-redecode-body): Don't change EOL conversion of the new
1802         encoding if the old one left it unspecified.
1803         (rmail-automatic-folder-directives, rmail): Doc fixes.
1804         (rmail-swap-buffers): New function.
1805         (rmail-change-major-mode-hook, rmail-swap-buffers-maybe)
1806         (rmail-show-message): Use rmail-swap-buffers.
1807         (rmail-decode-region): If DESTINATION is a buffer, set the
1808         encoding of that buffer, rather than the current buffer.
1809         (rmail-show-message): Make error message about uuencoded mail
1810         more explicit.
1811         (rmail-show-message-maybe): Simplify code.  Doc fix.
1812         (rmail-show-message): Doc fix.
1814 2009-01-31  Glenn Morris  <rgm@gnu.org>
1816         * mail/rmailsum.el (rmail-new-summary): Don't try to summarize an empty
1817         folder.
1819         * mail/rmail.el (rmail-msg-is-pruned): New function.
1820         (rmail-toggle-header): Doc fix.  Use rmail-msg-is-pruned.
1821         (rmail-reply): Set up to yank from the decoded message rather than the
1822         raw one.  (Bug#2104).
1824         * mail/mail-utils.el (mail-fetch-field): Doc fix.
1826         * mail/uce.el (rmail-current-message): Remove unneeded declaration.
1827         (uce-message-text, uce-default-headers): Fix custom type.
1828         (rmail-buffer, rmail-msg-is-pruned): Declare.
1829         (uce-reply-to-uce): Add autoload cookie.  Doc fix.
1830         Update for mbox Rmail.
1832 2009-01-31  Nick Roberts  <nickrob@snap.net.nz>
1834         * vc-dir.el (vc-dir-mouse-map): New keymap.
1835         (vc-default-dir-printer): Use it locally.
1836         (vc-dir-find-file-other-window): Allow mouse events.
1838 2009-01-30  Eli Zaretskii  <eliz@gnu.org>
1840         * mail/unrmail.el (unrmail): Fix conversion of BABYL attributes
1841         into Rmail-mbox attributes.
1843         * mail/rmail.el (rmail-convert-babyl-to-mbox):
1844         Bind coding-system-for-read to `raw-text', and use insert-file-contents
1845         instead of insert-file-contents-literally.  Fixes bug #2019.
1846         (rmail-resent-attr-index): Fix index value.
1848 2009-01-30  Nick Roberts  <nickrob@snap.net.nz>
1850         * vc-hooks.el (vc-stay-local-p): Let vc-BACKEND-stay-local take
1851         precedence even when its value is t.  (Bug#2093)
1853         * vc-svn.el (vc-svn-dir-status): Correct logic for remote
1854         connection.  (Bug#2093)
1855         (vc-svn-diff): Use old version number even when it is the working
1856         revision.  This is needed, e.g, in the vc-print-log buffer.  (Bug#2092)
1858 2009-01-30  Glenn Morris  <rgm@gnu.org>
1860         * mail/rmail.el (rmail-reply): Handle empty folders.
1861         (rmail-speedbar-buttons)
1862         (rmail-speedbar-move-message-to-folder-on-line): Use line-end-position.
1864         * mail/rmailsum.el (rmail-summary-update-line): Replace duplicate
1865         line-beginning-position calls.
1866         (rmail-header-summary): Use line-end-position.
1868 2009-01-30  Toby Speight  <streapadair@gmx.net>  (tiny change)
1870         * generic-x.el (hosts-generic-mode, named-database-generic-mode):
1871         Fix regexp quoting.  (Bug#1739)
1873 2009-01-29  Michael Albinus  <michael.albinus@gmx.de>
1875         * net/tramp.el (tramp-process-actions, tramp-read-passwd):
1876         Allow correction of passwords.
1878 2009-01-29  Chong Yidong  <cyd@stupidchicken.com>
1880         * mail/rmail.el (rmail-toggle-header): Determine current header
1881         style using the buffer-local value of rmail-header-style in the
1882         view buffer.
1883         (rmail-show-message): Set a buffer-local value of
1884         rmail-header-style in the view buffer.  (Bug#2016)
1886 2009-01-29  Juanma Barranquero  <lekktu@gmail.com>
1888         * vc-dir.el (vc-dir-menu-map, vc-dir-at-event, vc-dir-resynch-file):
1889         Fix typos in docstrings.
1891 2009-01-29  Juanma Barranquero  <lekktu@gmail.com>
1893         * bindings.el (completion-ignored-extensions):
1894         Add entries for VCS metadata directories (CVS/, .svn, etc).
1896         * pcvs.el (completion-ignored-extensions):
1897         * vc-svn.el (completion-ignored-extensions): Don't add VCS-specific
1898         directory, now done in bindings.el.
1900 2009-01-29  Klaus Straubinger  <KSNetz@UseNet.ArcorNews.DE>  (tiny change)
1902         * pcmpl-rpm.el (pcmpl-rpm): Doc fix.  (Bug#2094)
1904 2009-01-29  Glenn Morris  <rgm@gnu.org>
1906         * mail/rmail.el (rmail-file-name): Remove duplicate definition.
1907         (rmail-set-header): Ensure header changes get saved.
1909         * mail/rmailedit.el (rmail-summary-disable): Fix declaration.
1911         * mail/rmailkwd.el (rmail-set-label): Update the summary, if there is
1912         one, after a label is added.
1914         * mail/rmailsum.el (rmail-summary-update-line): New function.
1915         (rmail-summary-goto-msg): Return a value according to whether message
1916         was found.
1917         (rmail-summary-update-highlight): Give the overlay an 'rmail-summary
1918         property.  Use line-end-position.
1920 2009-01-29  Chong Yidong  <cyd@stupidchicken.com>
1922         * mail/rmailedit.el (rmail-cease-edit): Add additional quotes to
1923         quoted From lines.
1925         * mail/rmail.el (rmail-redecode-body): New function, based on old
1926         version removed in 2009-01-22 change.
1927         (rmail-show-message): Unquote From lines.
1929 2009-01-28  Tassilo Horn  <tassilo@member.fsf.org>
1931         * doc-view.el (doc-view-mode): Don't use string-match and file
1932         extension to choose fallback mode on empty/non-existing files but
1933         let-bind auto-mode-alist and call normal-mode.
1935 2009-01-28  Eli Zaretskii  <eliz@gnu.org>
1937         * ls-lisp.el (ls-lisp-classify): Propertize file name before
1938         concatenating the type indicating character.
1939         (ls-lisp-format): Don't propertize file-name only if
1940         ls-lisp-classify already did.
1942 2009-01-28  Michael Albinus  <michael.albinus@gmx.de>
1944         * net/dbus.el (dbus-event-error-hooks): Fix docstring.
1945         Describe second parameter of hook functions.
1946         (dbus-handle-event): Apply it.
1948 2009-01-28  Chong Yidong  <cyd@stupidchicken.com>
1950         * mail/rmail.el (rmail-toggle-header): Don't reset
1951         rmail-header-style permanently (bug#2016).
1953 2009-01-28  Denis Howe  <denis.howe@gmail.com>
1955         * complete.el (PC-do-completion): Correct case when completion is
1956         unambiguous.
1958 2009-01-28  Stephen Berman  <stephen.berman@gmx.net>
1960         * calendar/todo-mode.el (todo-insert-item-here):
1961         Prevent insertion of a new entry inside of an existing entry.
1962         Minor code cleanup.  (Bug#2084)
1963         (todo-add-category): Change the interactive spec.  Signal an error
1964         if the Todo file is non-empty but contains no category.
1965         Reject category names that could induce bugs and confusion.
1966         Call todo-mode if the Todo file is new and unsaved.  Simplify handling
1967         of local variables cookie.  Properly display the newly added
1968         category in Todo mode.
1969         (todo-show): Call todo-initial-setup only if there is neither a
1970         Todo file nor a corresponding unsaved buffer.  (Bug#2085)
1971         (todo-category-alist): Delete function.
1972         (todo-completing-read): New function.
1973         (todo-insert-item, todo-jump-to-category): Use it.
1974         (todo-insert-item): Make the use of the prefix argument conform to
1975         the doc string.  (Bug#2086)
1977 2009-01-28  Glenn Morris  <rgm@gnu.org>
1979         * mail/rmail.el (rmail-expunge-and-save): Always show a message,
1980         even when called from the summary.  (Bug#2075)
1981         (rmail-no-mail-p): New func, extracted from rmail-show-message-maybe.
1982         (rmail-show-message-maybe): Use rmail-no-mail-p.
1983         (rmail-show-message): If empty folder, do nothing.  (Bug#2076)
1984         (rmail-get-labels): Separate status and label fields with a semicolon,
1985         rather than a comma, for consistency with old Rmail.
1987         * mail/rmailsum.el (rmail-message-recipients-p-1): Don't bother
1988         starting from the beginning, since mail-fetch-field does not care.
1989         (rmail-create-summary-line): Fix unseen handling.  (Bug#2089)
1990         (rmail-get-summary-status): New name for old rmail-get-summary-labels.
1991         (rmail-get-summary-labels): New function.  Returns labels rather than
1992         status (edited, etc).
1993         (rmail-create-summary): Insert an extra space after the status
1994         flags, for consistency with old rmail, and with current
1995         rmail-summary-font-lock-keywords.
1997 2009-01-28  Chong Yidong  <cyd@stupidchicken.com>
1999         * progmodes/perl-mode.el (perl-indent-line-command): Call indent-region
2000         if region is active.  Use cond instead of nested ifs.  (Bug#2053)
2002 2009-01-27  Chong Yidong  <cyd@stupidchicken.com>
2004         * mail/rmail.el (rmail-convert-babyl-to-mbox): Prompt user before
2005         converting.
2007         * mail/unrmail.el (unrmail): Record labels in X-RMAIL-* fields,
2008         which are recognized by the new Rmail, instead of X-BABYL-V6-*.
2010 2009-01-27  Christopher Oliver  <coliver@message.nmc.edu>
2012         * mouse.el (mouse-select-font): Return a string instead of a list.
2014 2009-01-27  Chong Yidong  <cyd@stupidchicken.com>
2016         * bindings.el: Swap C-delete and C-backspace bindings here, so we
2017         don't have to do it in normal-erase-is-backspace-mode.
2019         * simple.el (normal-erase-is-backspace-mode): Don't swap C-delete
2020         and C-backspace; the latter is not available on ttys anyway.
2022 2009-01-27  Tassilo Horn  <tassilo@member.fsf.org>
2024         (doc-view-mode): Fix broken call to string-match.
2026 2009-01-27  Tassilo Horn  <tassilo@member.fsf.org>
2028         * doc-view.el (doc-view-mode): Enhance docstring and fallback to
2029         fundamental-mode or ps-mode if the file is empty or doesn't exist
2030         at all.
2031         (doc-view-initiate-display): Better info message if doc-view-mode
2032         cannot be used.  (Missing utility or no png support/no X frame.)
2033         (Bug#2058)
2035 2009-01-27  Glenn Morris  <rgm@gnu.org>
2037         * mail/rmail.el (rmail-copy-headers): Doc fix.  Leave point at the end
2038         of the headers in the full header case.  (Bug#2073)
2040 2009-01-27  Kenichi Handa  <handa@m17n.org>
2042         * mail/rmail.el (rmail-get-coding-system): Re-search
2043         rmail-mime-charset-pattern directly instead of using
2044         mail-fetch-field.  Use coding-system-from-name.
2046         * international/mule-cmds.el (canonicalize-coding-system-name)
2047         (coding-system-from-name): New functions.
2049 2009-01-27  Glenn Morris  <rgm@gnu.org>
2051         * dired-x.el (dired-bind-vm): Doc fix.
2053         * mail/rmail-spam-filter.el: Remove leading `*' from defcustom docs.
2054         Replace `first' and `rest' with `car' and `cdr' throughout.
2055         (rsf-auto-delete-spam-bbdb-entries): Remove unused variable.
2056         (rsf-scanning-messages-now): Doc fix.
2057         (rsf-check-field): Rename from `check-field' and update callers.
2058         (rmail-spam-filter): Fix bbdb/mail_auto_create_p oddness.
2059         Use rmail-output rather than deleted rmail-output-to-rmail-file.
2061         * mail/rmail.el: Remove leading `*' from defcustom docs.
2062         Remove needless autoloads of many defcustoms and hooks.
2063         (rmail-enable-mime, rmail-insert-mime-resent-message-function)
2064         (rmail-search-mime-message-function, rmail-search-mime-header-function)
2065         (rmail-decode-mime-charset): Doc fix.
2066         (rmail-search-message, rmail-resend): Check functions set before use.
2068         * mail/rmailout.el: Remove leading `*' from defcustom docs.
2069         Remove needless autoloads of many defcustoms.
2070         (rmail-output-to-babyl-buffer): Rename from
2071         rmail-output-to-r-mail-buffer and update caller.
2072         (rmail-output): Doc fix.
2074         * mail/rmailsum.el: Remove leading `*' from defcustom docs.
2075         Remove needless autoloads of many defcustoms.
2076         (rmail-message-regexp-p-1): Check rmail-search-mime-header-function
2077         is set.
2079         * mail/unrmail.el (command-line-args-left): Remove unneeded declaration.
2080         (batch-unrmail, unrmail): Doc fix.
2082         * mail/rmailsum.el (rmail-message-recipients-p-1)
2083         (rmail-message-regexp-p-1): Ensure searches start from the
2084         beginning of the header.
2086 2009-01-27  Chong Yidong  <cyd@stupidchicken.com>
2088         * mail/rmailsum.el (rmail-summary-mark-deleted): Recache summary.
2090 2009-01-27  Jay Belanger  <jay.p.belanger@gmail.com>
2092         * calc/calc-sel.el (cal-sel-mult-both-sides): Add an option to
2093         expand the denominator.
2095 2009-01-26  Michael Albinus  <michael.albinus@gmx.de>
2097         * net/dbus.el (dbus-event-error-hooks): New variable.
2098         (dbus-handle-event): Use it.
2100 2009-01-26  Glenn Morris  <rgm@gnu.org>
2102         * Makefile.in (ELCFILES): Update.
2104         * mail/rmail.el (rmail-reply): Don't include Resent-To and Resent-Cc in
2105         replies.  (Bug#512)
2107 2009-01-25  Ulf Jasper  <ulf.jasper@web.de>
2109         * calendar/icalendar.el (icalendar-uid-format): Fix doc string.
2111 2009-01-25  Adrian Robert  <Adrian.B.Robert@gmail.com>
2113         * term/ns-win.el (ns-insert-working-text, ns-delete-working-text):
2114         Remove from global map and key definitions.
2115         (ns-toggle-toolbar, ns-info-prefs): Add to global map and key
2116         definitions.
2117         (ns-show-preferences-help, ns-unput-working-text): New functions.
2118         (ns-unecho-working-text): Update message.
2120 2009-01-25  Craig Markwardt  <cbmarkwardt@gmail.com>
2122         * calendar/icalendar.el (icalendar-uid-format): New defcustom
2123         variable to allow the user to choose icalendar UID format.
2124         (icalendar--diarytime-to-isotime): Bug fix, now times in the range
2125         12:00am-12:59am are correctly converted to 0000-0059, instead of 12pm.
2126         (icalendar-export-region,icalendar--create-uid): Use custom
2127         function to compute icalendar UID for each entry.
2128         (icalendar--parse-summary-and-rest): Bug fix for parsing of lines
2129         with description, location, etc. fields (need to keep active count
2130         of fields encountered).  Another bug fix to the regex that matches
2131         multiple lines (need \' regex instead of $ to match end-of-entry).
2133 2009-01-25  Juri Linkov  <juri@jurta.org>
2135         * progmodes/grep.el (grep-mode-map): Put grep-find before grep and
2136         change its title from "Recursive grep..." to "Grep via Find...".
2137         Add menu items for lgrep and rgrep.
2139 2009-01-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2141         * ps-print.el (ps-print-version): New version 7.3.4.
2143 2009-01-24  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
2145         * ps-print.el: Fix face background/foreground extraction.
2146         (ps-face-extract-color): New fun.
2147         (ps-face-attributes, ps-face-attribute-list): Code fix.
2149 2009-01-24  Geoff Gole  <geoffgole@gmail.com>  (tiny change)
2151         * align.el (align-region): Avoid infloop.
2153 2009-01-24  Eli Zaretskii  <eliz@gnu.org>
2155         * env.el (environment): Function removed.
2157         * international/mule-cmds.el (set-language-environment-coding-systems):
2158         If default-buffer-file-coding-system is nil, set up to have EOLs that
2159         are native for the underlying system-type.  (Bug#1853)
2160         (prefer-coding-system, set-default-coding-systems): Doc fix.
2162 2009-01-24  Juanma Barranquero  <lekktu@gmail.com>
2164         * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
2165         Revert 2007-09-26 change; use `string-match-p' to check for &keywords.
2166         (eldoc-get-fnsym-args-string, eldoc-highlight-function-argument):
2167         Use `string-match-p'.
2169 2009-01-24  Ulf Jasper  <ulf.jasper@web.de>
2171         * net/newst-treeview.el (newsticker--treeview-first-feed): New.
2172         (newsticker-treeview-next-new-or-immortal-item): Try first-feed if
2173         next-feed does not succeed.  Fixes bug#1710 even more.
2174         (newsticker-treeview-next-feed): Simplify.
2175         (newsticker--group-get-feeds): Suppress group names in result.
2177 2009-01-24  Adrian Robert  <Adrian.B.Robert@gmail.com>
2179         * term/ns-win.el (menu-bar-select-frame): Drop this override.
2180         (menu-bar-update-frames): Update call to menu-bar-select-frame.
2182 2009-01-24  Glenn Morris  <rgm@gnu.org>
2184         * mail/rmail.el (rmail-insert-inbox-text): Revert replacement of
2185         "popmail" by "pormail".
2187         * language/ethio-util.el (rmail-current-message, rmail-message-vector):
2188         Remove unneeded declarations.
2190 2009-01-24  Jay Belanger  <jay.p.belanger@gmail.com>
2192         * calc/calc-poly.el (calcFunc-apart): Improve test for
2193         rational functions.
2195 2009-01-23  Chong Yidong  <cyd@stupidchicken.com>
2197         * mail/rmailsum.el (rmail-summary-by-labels): Correctly handle
2198         return value of rmail-get-labels.
2200         * mail/rmailkwd.el (rmail-next-labeled-message): Correctly handle
2201         return value of rmail-get-labels.
2203         * mail/rmail.el (rmail-get-labels): Obey the MSG argument.
2204         (rmail-buffer-swapped): Fix last change.  (Bug#1997)
2206 2009-01-23  Ulf Jasper  <ulf.jasper@web.de>
2208         * net/newst-backend.el (newsticker--cache-read): Offer deletion of
2209         old cache file.  Fixes bug#1710.
2211 2009-01-23  Chong Yidong  <cyd@stupidchicken.com>
2213         * mail/rmail.el (rmail-generate-viewer-buffer): Fix typo.
2215 2009-01-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
2217         * term/ns-win.el (ns-insert-working-text, ns-put-working-text):
2218         Switch names and update comments for clarity.
2220 2009-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2222         * mail/rmail.el (rmail-write-region-annotate): Only switch buffer if
2223         start is nil, as was done in tar-mode.el.
2225 2009-01-23  Glenn Morris  <rgm@gnu.org>
2227         * mail/sendmail.el (mail-bury): Revert previous change now pmail is no
2228         more.
2230         * mail/uce.el (rmail-msg-is-pruned): Remove declaration of deleted func.
2232 2009-01-23  Chong Yidong  <cyd@stupidchicken.com>
2234         * server.el (server-name): Make it a defcustom.  (Bug#1995)
2236         * mail/rmail.el (rmail-buffer-swapped): Mark as permanent local.
2238 2009-01-23  Glenn Morris  <rgm@gnu.org>
2240         * Makefile.in (ELCFILES): Update.
2242 2009-01-22  Ulf Jasper  <ulf.jasper@web.de>
2244         * net/newst-treeview.el
2245         (newsticker-treeview-next-new-or-immortal-item): New optional arg
2246         current-item-counts.  Move to next feed if necessary.  (Bug#1569)
2247         (newsticker-treeview-prev-new-or-immortal-item): Move to previous
2248         feed if necessary.  (Bug#1569)
2249         (newsticker-treeview-next-feed)
2250         (newsticker-treeview-prev-feed): New optional arg stay-in-tree.
2251         Don't activate node nil.  (Bug#1569)
2253 2009-01-22  Paul Reilly  <pmr@pajato.com>
2254             Henrik Enberg  <enberg@printf.se>
2255             Alex Schroeder  <alex@gnu.org>
2256             Chong Yidong  <cyd@stupidchicken.com>
2257             Richard M Stallman  <rms@gnu.org>
2258             Glenn Morris  <rgm@gnu.org>
2259             Juanma Barranquero  <lekktu@gmail.com>
2261         * mail/rmail.el: Code implementing Rmail-mbox functionality.
2262         (rmail-attribute-header, rmail-keyword-header)
2263         (rmail-answered-attr-index, rmail-deleted-attr-index)
2264         (rmail-edited-attr-index, rmail-filed-attr-index)
2265         (rmail-retried-attr-index, rmail-forwarded-attr-index)
2266         (rmail-unseen-attr-index, rmail-resent-attr-index)
2267         (rmail-attr-array, rmail-header-style, rmail-file-name)
2268         (rmail-buffer-swapped): New vars.
2269         (rmail-convert-file-maybe, rmail-error-bad-format)
2270         (rmail-convert-babyl-to-mbox, rmail-get-coding-system)
2271         (rmail-generate-viewer-buffer, rmail-change-major-mode-hook)
2272         (rmail-buffers-swapped-p, rmail-swap-buffers-maybe)
2273         (rmail-mode-kill-buffer-hook, rmail-get-new-mail-1)
2274         (rmail-get-new-mail-filter-spam, rmail-add-mbox-headers)
2275         (rmail-get-header, rmail-set-header, rmail-get-attr-names)
2276         (rmail-get-keywords, rmail-get-labels, rmail-get-attr-value)
2277         (rmail-message-attr-p, rmail-message-unseen-p)
2278         (rmail-apply-in-message, rmail-collect-deleted, rmail-widen)
2279         (rmail-show-message-maybe, rmail-copy-headers)
2280         (rmail-simplified-subject, rmail-simplified-subject-regexp)
2281         (rmail-write-region-annotate): New functions.
2283         (rmail-keywords, rmail-default-rmail-file): Delete vars.
2284         (rmail-convert-mailpath, rmail-convert-file)
2285         (rmail-insert-rmail-file-header, rmail-decode-babyl-format)
2286         (rmail-parse-file-inboxes, rmail-convert-to-babyl-format)
2287         (rmail-reformat-message, rmail-clear-headers, rmail-msg-is-pruned)
2288         (rmail-redecode-body)
2289         (rmail-msg-restore-non-pruned-header, rmail-msg-prune-header)
2290         (rmail-narrow-to-non-pruned-header, rmail-message-recipients-p)
2291         (rmail-count-screen-lines, rmail-message-regexp-p)
2292         (rmail-current-subject, rmail-current-subject-regexp): Delete functions.
2293         (rmail-nuke-pinhead-header): Move to rmailout.el.
2295         (rmail-ignored-headers): Add additional headers.
2296         (rmail-mode-map): Update key commands.
2297         (rmail-tool-bar-map): Build tool-bar unconditionally.
2298         (rmail, rmail-mode, rmail-get-new-mail): Handle babyl-to-mbox
2299         conversion and new buffer swapping mechanism.
2300         (rmail-perm-variables): Use new vars, and remove deleted ones.
2301         (rmail-revert): Use rmail-convert-file-maybe.
2302         (rmail-duplicate-message): Use rmail-show-message-maybe.
2303         (rmail-get-new-mail): Don't leave the buffer screwed up if we get
2304         a disk-full error.
2305         (rmail-parse-url): Strip embedded password.
2306         (rmail-insert-inbox-text): Default to movemail if
2307         rmail-movemail-program is null.  Handle mbox format.
2308         (rmail-decode-region): New arg.
2309         (rmail-display-labels): Don't perform Babyl processing.
2310         (rmail-set-attribute, rmail-message-labels-p, rmail-search)
2311         (rmail-set-message-counters, rmail-count-new-messages)
2312         (rmail-set-message-counters-counter, rmail-show-message)
2313         (rmail-next-same-subject, rmail-reply): Use mbox format.
2314         (rmail-toggle-header, rmail-show-message, rmail-only-expunge)
2315         (rmail-expunge, rmail-expunge-and-save, rmail-quit): Use new
2316         buffer swapping mechanism.
2318         * mail/rmailedit.el: Require rmailsum.el.
2319         (rmail-edit-mode): First check if buffer is swapped.
2320         (rmail-edit-saved-coding-system): Delete var.
2321         (rmail-edit-current-message): Don't call deleted vars.
2322         (rmail-cease-edit): Handle mbox format.
2323         (rmail-abort-edit): Widen buffer.
2325         * mail/rmailkwd.el: Require rmail.el.  Remove unneeded function
2326         declarations.
2327         (rmail-buffer, rmail-current-message, rmail-last-label)
2328         (rmail-last-multi-labels, rmail-summary-vector)
2329         (rmail-total-messages, rmail-attributes, rmail-deleted-label)
2330         (rmail-keywords): Delete vars.
2331         (rmail-attribute-p, rmail-keyword-p, rmail-make-label)
2332         (rmail-force-make-label, rmail-quote-label-name, rmail-keywords)
2333         (rmail-parse-file-keywords, rmail-install-keyword): Delete functions.
2334         (rmail-make-label): New function.
2335         (rmail-read-label): Don't call rmail-parse-file-keywords.
2336         (rmail-set-label): Rewrite using rmail-set-attribute.
2337         (rmail-next-labeled-message): Use rmail-get-labels.
2339         * mail/rmailmm.el: New file.
2341         * mail/rmailmsc.el: Require rmail.el.
2342         (set-rmail-inbox-list): Set rmail-inbox-list directly.
2344         * mail/rmailout.el (rmail-output-decode-coding): New var.
2345         (rmail-output-as-babyl, rmail-output-to-r-mail-buffer)
2346         (rmail-convert-to-babyl-format, rmail-output-as-mbox)
2347         (rmail-output-to-rmail-buffer): New functions.
2348         (rmail-output-read-rmail-file-name, rmail-output-to-rmail-file):
2349         Delete functions.
2350         (rmail-nuke-pinhead-header): Move from rmail.el.
2351         (rmail-output): Rewrite to accept both mbox and babyl output.
2352         (rmail-output-as-seen, rmail-output-body-to-file): Rewrite to
2353         use mbox internal format.
2355         * mail/rmailsort.el: Eval mail-utils when compiled.  Require rmail.el.
2356         (rmail-sort-by-date, rmail-sort-by-subject, rmail-sort-by-author)
2357         (rmail-sort-by-recipient, rmail-sort-by-correspondent):
2358         Use rmail-get-header.
2359         (rmail-sort-messages): Use new buffer swapping mechanism.
2360         Handle mbox internal format.
2362         * mail/rmailsum.el (rmail-summary): Make sure rmail buffer is shown.
2363         (rmail-message-recipients-p, rmail-message-recipients-p-1)
2364         (rmail-message-regexp-p, rmail-new-summary-1)
2365         (rmail-get-create-summary-buffer, rmail-get-summary)
2366         (rmail-create-summary-line, rmail-get-summary-labels)
2367         (rmail-create-summary, rmail-header-summary)
2368         (rmail-summary-output, rmail-summary-output-as-seen): New functions.
2369         (rmail-summary-by-topic, rmail-message-senders-p)
2370         (rmail-header-summary, rmail-summary-next-same-subject): Use mbox
2371         internal format.
2372         (rmail-new-summary): Rewrite window handling.
2373         (rmail-make-summary-line, rmail-make-summary-line-1)
2374         (rmail-make-basic-summary-line)
2375         (rmail-summary-output-to-rmail-file): Functions deleted.
2376         (rmail-summary-undelete, rmail-summary-rmail-update)
2377         (rmail-summary-scroll-msg-up, rmail-summary-scroll-msg-down)
2378         (rmail-summary-show-message, rmail-summary-wipe)
2379         (rmail-summary-toggle-header, rmail-summary-reply):
2380         Use rmail-buffer instead of rmail-view-buffer.
2381         (rmail-summary-mode-map): Rebind "o" to rmail-summary-output.
2382         (rmail-summary-goto-msg): Use rmail-show-message-maybe.
2383         (rmail-summary-expunge-and-save): Use rmail-expunge-and-save.
2385 2009-01-22  Adrian Robert  <Adrian.B.Robert@gmail.com>
2387         * term/ns-win.el (ns-show-manual): Fix node name.
2388         (x-open-connection): Fix typo in declaration filename.
2390 2009-01-22  Romain Francoise  <romain@orebokech.com>
2392         * Makefile.in (ELCFILES): Update.
2394 2009-01-22  Dan Nicolaescu  <dann@ics.uci.edu>
2396         * frame.el (make-frame-on-tty): Remove function, inline contents
2397         in the only user ...
2399         * server.el (server-create-tty-frame): ... here.
2401 2009-01-22  Chong Yidong  <cyd@stupidchicken.com>
2403         * format.el (format-annotate-function):
2404         Set write-region-post-annotation-function.
2406 2009-01-21  John Wiegley  <johnw@newartisans.com>
2408         * eshell/esh-mode.el: Add eshell-handle-ansi-color to the default
2409         list of output filters.
2410         (eshell-mode): Change the default binding of C-a to eshell-bol.
2411         I don't think it's actually bound at all by default in eshell;
2412         it just falls back to the default binding of C-a.
2414 2009-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2416         * minibuffer.el (completion--insert-strings): Fix up computation of
2417         column position which manifested e.g. in proced's signal completion.
2419 2009-01-21  Chong Yidong  <cyd@stupidchicken.com>
2421         * server.el (server-start): Allow server to shut down when no
2422         frames are available in daemon-mode.
2424 2009-01-21  Juanma Barranquero  <lekktu@gmail.com>
2426         * term.el (term-previous-matching-input, term-next-matching-input)
2427         (term-previous-matching-input-from-input)
2428         (term-next-matching-input-from-input, term-backward-matching-input)
2429         (term-forward-matching-input): Change argument name to match docstring.
2431 2009-01-21  Glenn Morris  <rgm@gnu.org>
2433         * emacs-lisp/authors.el (authors-aliases): Remove some "ignore" entries
2434         that are no longer needed.
2435         (authors-scan-change-log): Doc fix.
2436         (authors-scan-el): Restore let*, foolishly removed 2009-01-11.
2438 2009-01-20  Agustín Martín  <agustin.martin@hispalinux.es>
2440         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
2441         Use aspell default dict.
2443 2009-01-20  Kenichi Handa  <handa@m17n.org>
2445         * descr-text.el (describe-char): Improve description of eight-bit
2446         char in a unibyte buffer.  (Bug#1935)
2448 2009-01-20  Glenn Morris  <rgm@gnu.org>
2450         * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
2451         Add some entries.
2453 2009-01-19  Chong Yidong  <cyd@stupidchicken.com>
2455         * progmodes/ruby-mode.el: Autoload other interpreter names.
2457 2009-01-19  Juanma Barranquero  <lekktu@gmail.com>
2459         * descr-text.el (describe-char-categories): New defsubst.
2460         (describe-char): Use it.
2462 2009-01-19  Michael Albinus  <michael.albinus@gmx.de>
2464         * net/tramp.el (tramp-ipv6-regexp): The regexp shall cover also
2465         IPv4 mapped IPv6 addresses.
2467 2009-01-18  Juanma Barranquero  <lekktu@gmail.com>
2469         * textmodes/css-mode.el (css-backward-sexp): Stop once it reaches
2470         the beginning of the buffer.  (Bug#1949)
2472 2009-01-18  Markus Triska  <markus.triska@gmx.at>
2474         * linum.el (linum-update-window): Use `delq' instead of `delete';
2475         compare strings with `equal-including-properties'.
2477 2009-01-17  Glenn Morris  <rgm@gnu.org>
2479         * progmodes/cc-langs.el (declare-function): Add compatibility stub.
2480         (delete-duplicates, mapcan, cl-macroexpand-all): Declare.
2482         * emacs-lisp/eldoc.el (eldoc-minor-mode-string)
2483         (eldoc-message-commands, eldoc-print-current-symbol-info):
2484         Doc fix (consistent case of "ElDoc").
2486 2009-01-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2488         * textmodes/bibtex.el (bibtex-format-entry): Simplify previous change.
2490 2009-01-17  Eli Zaretskii  <eliz@gnu.org>
2492         * dos-w32.el (find-buffer-file-type-coding-system): If `(car
2493         TARGET)' does not exist, try again with its basename replaced by
2494         `(cdr TARGET)'.  (Related to Bug #1853.)
2496         * international/mule-conf.el (raw-text, eight-bit): Doc fixes.
2498 2009-01-16  Agustín Martín  <agustin.martin@hispalinux.es>
2500         * textmodes/flyspell.el (flyspell-post-command-hook): Do nothing
2501         unless flyspell-mode is enabled.
2502         (flyspell-pre-point): Make buffer-local.
2504 2009-01-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2506         * textmodes/bibtex.el (bibtex-format-entry): For updating field
2507         delimiters, allow fields that are composed of strings and string
2508         constants.
2509         (bibtex-mode): Doc fix.
2511 2009-01-16  Agustín Martín  <agustin.martin@hispalinux.es>
2513         * textmodes/ispell.el: Protect against declare-function undefined
2514         in XEmacs.
2515         (ispell-program-name): Search also for hunspell when setting default.
2516         (ispell-find-aspell-dictionaries): Better error message.  Use correct
2517         dictionary alist for default.  Better fallback default dictionary.
2519 2009-01-16  Ulrich Mueller  <ulm@kph.uni-mainz.de>
2521         * international/quail.el (quail-insert-kbd-layout):
2522         Delete superfluous handling of 8-bit code.  (Bug#1418)
2524 2009-01-16  Glenn Morris  <rgm@gnu.org>
2526         * emacs-lisp/eldoc.el: Remove leading `*' from defcustoms.
2527         (eldoc-argument-case, eldoc-echo-area-use-multiline-p)
2528         (eldoc-highlight-function-argument): Doc fix - mention effect of
2529         eldoc-documentation-function.
2530         (eldoc-message-commands-table-size, eldoc-message-commands)
2531         (eldoc-current-idle-delay, eldoc-get-fnsym-args-string): Doc fix.
2532         (eldoc-documentation-function): Mention effect on user options.
2534         * emacs-lisp/copyright.el (copyright-update): Doc fix.
2536 2009-01-16  Kevin Ryde  <user42@zip.com.au>
2538         * tar-mode.el (tar-rename-entry): Only test the magic string, without
2539         its version number, and then set both.
2541 2009-01-16  Richard M Stallman  <rms@gnu.org>
2543         * textmodes/paragraphs.el (sentence-end): Accept non-break space.
2545 2009-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
2547         * buff-menu.el (Buffer-menu-mode): Derive from special-mode.
2548         Refer to revert-buffer, not Buffer-menu-revert.
2549         (Buffer-menu-sort): Use revert-buffer, not Buffer-menu-revert.
2550         (Buffer-menu-revert): Remove function, unused.
2551         (Buffer-menu-mode-map): Don't bind keys already
2552         bound by special-mode.
2553         (Buffer-menu-mode-map): Add a menu.
2555 2009-01-15  Stephen Eglen  <stephen@gnu.org>
2557         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Doc fix.
2559 2009-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
2561         * vc-hg.el (vc-hg-diff): Pass relative file names.  (Bug#1903)
2563 2009-01-15  Martin Rudalics  <rudalics@gmx.at>
2565         * window.el (special-display-p): Revert 2009-01-14 change.
2567 2009-01-15  Glenn Morris  <rgm@gnu.org>
2569         * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
2570         (authors-obsolete-files-regexps, authors-ignored-files):
2571         (authors-renamed-files-alist): Add some entries.
2572         (authors-fixed-entries): Change some entries.
2573         (authors-canonical-file-name): Doc fix.
2574         (authors-scan-change-log): Handle joint authorship in ChangeLogs.
2576 2009-01-14  Juri Linkov  <juri@jurta.org>
2578         * info.el (Info-isearch-filter): Don't filter out invisible text
2579         when search-invisible is t.  (Bug#1848)
2581         * simple.el (blink-matching-open): Use `minibuffer-message' to
2582         display messages in the minibuffer.
2584         * help.el (view-help-file):
2585         * menu-bar.el (menu-bar-help-extra-packages):
2586         Use goto-address-mode instead of goto-address.
2588         * net/goto-addr.el (goto-address-url-face): Change default value
2589         from `bold' to `link'.
2591 2009-01-14  Juanma Barranquero  <lekktu@gmail.com>
2593         * international/mule-diag.el (print-list): Fix 2008-12-03 change.
2595 2009-01-14  Martin Rudalics  <rudalics@gmx.at>
2597         * frame.el (special-display-popup-frame): Rewrite doc-string and
2598         simplify code.
2600         * window.el (special-display-buffer-names)
2601         (special-display-regexps): Add customization support for
2602         function/other-args elements.  Rewrite doc-strings.
2603         (special-display-function): Rewrite doc-string.
2604         (same-window-buffer-names, same-window-regexps):
2605         Minor doc-string fixes.
2606         (special-display-p): Minor rewrite.
2608 2009-01-14  Glenn Morris  <rgm@gnu.org>
2610         * textmodes/bibtex.el (bibtex-copy-field-as-kill): Doc fix.
2612 2009-01-14  Juanma Barranquero  <lekktu@gmail.com>
2614         * minibuffer.el (minibuffer-message): Fix regexp so it doesn't exclude
2615         MESSAGEs with internal square brackets (i.e., " this [test] message").
2616         Use `string-match-p'.
2617         (completion--make-envvar-table, completion--file-name-table)
2618         (completion-pcm--string->pattern, completion-pcm--all-completions)
2619         (completion-pcm--filename-try-filter): Use `string-match-p'.
2621 2009-01-14  Juri Linkov  <juri@jurta.org>
2623         * progmodes/bug-reference.el (bug-reference-fontify): Check for
2624         non-nil `bug-reference-url-format' before putting an overlay
2625         property `bug-reference-url'.
2626         (bug-reference-mode, bug-reference-prog-mode): Don't check for
2627         `bug-reference-url-format'.  Doc fix.  (Bug#1744)
2629 2009-01-13  Chong Yidong  <cyd@stupidchicken.com>
2631         * menu-bar.el (menu-bar-file-menu): Do not hardbind key display
2632         for exit-emacs item.  Bind it to save-buffers-kill-terminal.
2634         * diff-mode.el (diff-mode-menu): Do not assume whitespace-mode is
2635         loaded.
2637 2009-01-13  Jason Rumney  <jasonr@gnu.org>
2639         * faces.el (face-valid-attribute-values): No stipple on w32.  (Bug#884)
2641 2009-01-12  Juanma Barranquero  <lekktu@gmail.com>
2643         * subr.el (play-sound): Doc fix.  (Bug#250)
2644         (shell-quote-argument, field-at-pos): Fix typos in docstrings.
2646 2009-01-12  Alan Mackenzie  <acm@muc.de>
2648         * textmodes/paragraphs.el (forward-sentence): Change limit of
2649         re-search-backward to allow values of `sentence-end' anchored at BOL.
2651 2009-01-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2653         * tar-mode.el (tar-header-block-tokenize): Properly ignore the version
2654         subfield of the magic string.
2656 2009-01-11  Jay Belanger  <jay.p.belanger@gmail.com>
2658         * calc/calc-lang.el (math-compose-tex-sqrt): New function.
2659         (math-special-function-table): Use `math-compose-tex-sqrt' to
2660         compose sqrts in TeX and LaTeX mode.
2662 2009-01-11  Chong Yidong  <cyd@stupidchicken.com>
2664         * faces.el (describe-face): Ignore anonymous faces.
2666         * server.el (server-save-buffers-kill-terminal): Args changed.
2667         Handle nowait client frames.
2669         * files.el (save-buffers-kill-terminal): Args for
2670         server-save-buffers-kill-terminal changed.
2672 2009-01-11  Juanma Barranquero  <lekktu@gmail.com>
2674         * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
2676 2009-01-11  Glenn Morris  <rgm@gnu.org>
2678         * diff-mode.el (whitespace-style, whitespace-trailing-regexp):
2679         Silence compiler.
2681         * emacs-lisp/authors.el (authors-aliases): Add, remove, and adjust
2682         some entries.
2683         (authors-fixed-case, authors-ignored-files, authors-valid-file-names):
2684         (authors-renamed-files-alist): Add entries.
2685         (authors-fixed-entries): Update for renamed and removed files.
2686         (authors-canonical-file-name): Add entries to
2687         authors-checked-files-alist based on their full names, expanded relative
2688         to each log-file directory.
2689         (authors-scan-el, authors-add-to-author-list, authors):
2690         Handle multiple authors in a file, via a new :cowrote category.
2692         * emacs-lisp/copyright.el (copyright-update): Add doc-string.
2694 2009-01-10  Richard M Stallman  <rms@gnu.org>
2696         * mail/mail-utils.el (mail-quote-printable-region): New function.
2698 2009-01-10  Glenn Morris  <rgm@gnu.org>
2700         * calendar/cal-move.el (calendar-scroll-left-three-months)
2701         (calendar-scroll-right-three-months):
2702         * calendar/holidays.el (calendar-list-holidays)
2703         (calendar-mark-holidays):
2704         * calendar/lunar.el (calendar-lunar-phases):
2705         Add event handling, for when called from menus with the calendar buffer
2706         not current.
2708 2009-01-10  Dan Nicolaescu  <dann@ics.uci.edu>
2710         * diff-mode.el (diff-show-trailing-whitespaces): Remove function.
2711         Move setting up whitepace-mode ...
2712         (diff-mode): ... here.
2713         (diff-mode-menu): Add a menu entry for showing trailing whitespace.
2715 2009-01-10  Chong Yidong  <cyd@stupidchicken.com>
2717         * faces.el (x-font-family-list): Remove entirely.
2719 2009-01-10  Eli Zaretskii  <eliz@gnu.org>
2721         Fix Bug #876:
2723         * info.el (info-insert-file-contents, Info-insert-dir):
2724         Bind inhibit-null-byte-detection to non-nil.
2726 2009-01-10  Martin Rudalics  <rudalics@gmx.at>
2728         * tool-bar.el (tool-bar-mode): Modify all frame parameters when
2729         toggling tool bars on.  (Bug#1754)
2731 2009-01-09  Chong Yidong  <cyd@stupidchicken.com>
2733         * faces.el (face-valid-attribute-values): Use string as value for
2734         :family attribute.  Now, font-family-list returns a list of strings.
2735         (x-font-family-list): Obsolete compatibility version of function
2736         from xfaces.c.
2738 2009-01-09  Martin Rudalics  <rudalics@gmx.at>
2740         * window.el (special-display-buffer-names)
2741         (special-display-regexps, special-display-function):
2742         In doc-strings say "same-window" instead of "same-buffer".
2744 2009-01-09  Michael Albinus  <michael.albinus@gmx.de>
2746         * net/tramp.el: Revert previous patch.  `last-command-char' is
2747         used in code intended only for XEmacs, where it is different from
2748         `last-command-event'.
2750 2009-01-09  Glenn Morris  <rgm@gnu.org>
2752         * subr.el (last-input-char, last-command-char):
2753         Move here from src/keyboard.c.
2755         * allout.el, autoarg.el, complete.el, ediff-mult.el, ediff-util.el:
2756         * electric.el, hexl.el, isearch.el, isearchb.el, kmacro.el:
2757         * minibuffer.el, repeat.el, simple.el, skeleton.el, terminal.el, tmm.el:
2758         * wdired.el:
2759         * calc/calc-aent.el, calc/calc-ext.el, calc/calc-incom.el:
2760         * calc/calc-keypd.el, calc/calc-misc.el, calc/calc-prog.el:
2761         * calc/calc-sel.el, calc/calc-store.el, calc/calc-stuff.el:
2762         * calc/calc-units.el, calc/calc-yank.el, calc/calc.el:
2763         * emacs-lisp/lisp.el, emacs-lisp/re-builder.el:
2764         * emulation/vi.el, emulation/vip.el, emulation/viper-cmd.el:
2765         * eshell/em-smart.el, eshell/esh-mode.el:
2766         * international/mule-cmds.el:
2767         * mail/mailabbrev.el:
2768         * net/tramp.el:
2769         * play/mpuz.el:
2770         * progmodes/ada-mode.el, progmodes/antlr-mode.el, progmodes/cc-align.el:
2771         * progmodes/cc-cmds.el, progmodes/cperl-mode.el, progmodes/f90.el:
2772         * progmodes/fortran.el, progmodes/icon.el, progmodes/idlwave.el:
2773         * progmodes/octave-mod.el, progmodes/pascal.el, progmodes/perl-mode.el:
2774         * progmodes/prolog.el, progmodes/sh-script.el, progmodes/simula.el:
2775         * progmodes/tcl.el, progmodes/vera-mode.el, progmodes/verilog-mode.el:
2776         * progmodes/vhdl-mode.el, progmodes/xscheme.el:
2777         * textmodes/sgml-mode.el, textmodes/table.el, textmodes/two-column.el:
2778         Replace last-command-char with last-command-event.
2780         * double.el, electric.el, replace.el, term.el, terminal.el:
2781         * calc/calc.el:
2782         * emulation/viper-cmd.el:
2783         * international/mule-cmds.el:
2784         * obsolete/iso-acc.el:
2785         * progmodes/vhdl-mode.el: Replace last-input-char with last-input-event.
2787         * emacs-lisp/edebug.el: Remove references to last-command-char and
2788         last-input-char, since these have been identical to last-command-event
2789         and last-input-event since at least Emacs 19.
2790         (edebug-outside-last-command-char, edebug-outside-last-input-char):
2791         Remove.
2793 2009-01-09  Dave Love  <fx@gnu.org>
2795         * calendar/time-date.el: Require cl for `declare'.
2797 2009-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
2799         * calendar/time-date.el (format-seconds): Explain `assoc-string'.
2800         Suggested by Dave Love.
2802 2009-01-09  Dave Love  <fx@gnu.org>
2804         * net/imap.el (imap-string-to-integer): Fix typo.
2805         (imap-fetch-safe): New function.
2806         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
2808         * net/imap.el (imap-process-connection-type, imap-debug, imap-open):
2809         (imap-parse-greeting): Fix doc strings.
2810         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
2811         (imap-parse-flag-list): Make messages unique.
2812         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
2814         * net/imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe
2815         call.
2817         * net/imap.el: Fix author email.  Doc fixes.
2818         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
2819         reply.
2821 2009-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
2823         * net/dns.el (dns-set-servers): Check "Address".  Fix typo.
2825 2009-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
2827         * net/dns.el (dns-set-servers): Rename from dns-parse-resolv-conf.
2828         Call nslookup if resolv.conf isn't available.
2829         (dns-query): Rename from query-dns.
2830         (dns-query-cached): Rename from query-dns-cached.
2832 2009-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
2834         * net/imap.el (imap-enable-exchange-bug-workaround):
2835         Explain auto-detection in the doc string.
2837 2009-01-09  Juanma Barranquero  <lekktu@gmail.com>
2839         * textmodes/ispell.el (ispell-check-minver, ispell-last-program-name)
2840         (ispell-html-skip-alists, ispell-send-replacement, ispell-show-choices)
2841         (ispell-begin-skip-region-regexp, ispell-skip-region-list)
2842         (ispell-ignore-fcc, ispell-skip-region, ispell-process-line)
2843         (ispell-horiz-scroll, ispell-mime-skip-part, ispell-buffer-local-words):
2844         Fix typos in docstrings.
2845         (ispell-command-loop): Reflow docstring.
2847 2009-01-08  Agustín Martín  <agustin.martin@hispalinux.es>
2849         * textmodes/ispell.el (ispell-encoding8-command): New variable.
2850         (ispell-aspell-supports-utf8): Mark as obsoleted by
2851         ispell-encoding8-command.
2852         (ispell-check-version): Set ispell-encoding8-command.
2853         (ispell-check-spellchecker-params, ispell-start-process):
2854         Use ispell-encoding8-command.
2856         * textmodes/flyspell.el (flyspell-large-region):
2857         Use ispell-encoding8-command.
2859 2009-01-08  Glenn Morris  <rgm@gnu.org>
2861         * calendar/cal-menu.el (cal-menu-scroll-menu): Remove entries that don't
2862         scroll the calendar.
2864         * international/mule-cmds.el (universal-coding-system-argument):
2865         last-input-char need not be a char.
2867         * textmodes/ispell.el (ispell-check-minver): Declare.
2868         Use string-to-number rather than string-to-int.
2870 2009-01-07  Juanma Barranquero  <lekktu@gmail.com>
2872         * add-log.el (change-log-search-tag-name): Reflow docstring.
2873         (change-log-mode): Fix typo in docstring.
2875         * international/mule.el (define-coding-system): Doc fix.
2877 2009-01-07  Kenichi Handa  <handa@m17n.org>
2879         * international/mule.el (define-coding-system): Fix docstring
2880         about :bom usage.
2882 2009-01-07  Martin Rudalics  <rudalics@gmx.at>
2884         * dired.el (dired-pop-to-buffer): Don't split windows
2885         horizontally.  (Bug#1806)
2887 2009-01-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2889         * tar-mode.el (tar-mode, tar-mode-write-contents)
2890         (tar-write-region-annotate): Undo Andreas's last change.
2892 2009-01-06  Michael Albinus  <michael.albinus@gmx.de>
2894         * net/tramp.el (tramp-do-copy-or-rename-file-directly)
2895         (tramp-handle-file-local-copy, tramp-handle-write-region)
2896         * net/tramp-smb.el (tramp-smb-handle-copy-file)
2897         (tramp-smb-handle-rename-file): Delete temporary file in case of quit.
2899 2009-01-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2901         * minibuffer.el (completion-hilit-commonality): Don't presume
2902         all-completions always include the input as prefix.
2903         (completion-pcm--pattern-trivial-p): Accept a few more patterns
2904         as trivial.
2905         (completion-pcm--hilit-commonality): Remove leftover code that used to
2906         deal with the now removed cdr-in-last-cons.
2908 2009-01-06  Juanma Barranquero  <lekktu@gmail.com>
2910         * international/mule.el (define-coding-system): Fix typos in docstring.
2912 2009-01-05  Alan Mackenzie  <acm@muc.de>
2914         * progmodes/cc-styles.el (c-setup-paragraph-variables):
2915         Ensure paragraph-\(start\|separate\) match blank lines.  For AWK Mode.
2917 2009-01-05  Michael Albinus  <michael.albinus@gmx.de>
2919         * net/tramp.el (tramp-handle-load)
2920         (tramp-do-copy-or-rename-file-directly)
2921         (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
2922         (tramp-handle-write-region)
2923         * net/tramp-smb.el (tramp-smb-handle-copy-file)
2924         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
2925         Delete temporary file in case of error.
2927 2009-01-05  Agustín Martín  <agustin.martin@hispalinux.es>
2929         * textmodes/ispell.el (ispell-check-version): Use with-temp-buffer.
2931 2009-01-05  Richard M Stallman  <rms@gnu.org>
2933         * mail/sendmail.el (mail-bury): Treat pmail-mode like rmail-mode.
2935 2009-01-05  Martin Rudalics  <rudalics@gmx.at>
2937         * window.el (display-buffer): Fix last fix.
2939 2009-01-05  Juanma Barranquero  <lekktu@gmail.com>
2941         * desktop.el (desktop-save-in-desktop-dir): Use `abbreviate-file-name'
2942         to shorten the desktop file directory shown in message.
2944 2009-01-05  Glenn Morris  <rgm@gnu.org>
2946         * version.el (emacs-copyright):
2947         * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
2948         Update copyrights for 2009.
2950 2009-01-04  Stephen Leake  <stephen_leake@member.fsf.org>
2952         * progmodes/ada-mode.el (ada-mode): Simplify doc string.
2953         (ada-get-indent-paramlist): Use ada-broken-indent instead of
2954         hard-coded 0.
2955         (ada-get-indent-loop): Fix list access bug.
2957 2009-01-04  Juanma Barranquero  <lekktu@gmail.com>
2959         * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode)
2960         (lisp-interaction-mode): Add a blank line in the docstring
2961         before the keymap listing.
2963 2009-01-04  Martin Rudalics  <rudalics@gmx.at>
2965         * window.el (display-buffer): When a buffer is displayed in the
2966         selected and some other window, and not-this-window is non-nil,
2967         try to return that other window instead of popping up a new
2968         frame.  (Bug#30)
2970 2009-01-04  Chong Yidong  <cyd@stupidchicken.com>
2972         * simple.el (visual-line-mode-map): Remove M-[ and M-] bindings.
2974 2009-01-04  Ulrich Mueller  <ulm@kph.uni-mainz.de>
2976         * progmodes/sh-script.el (sh-ancestor-alist): Doc fix.
2978 2009-01-03  Michael Olson  <mwolson@gnu.org>
2980         * net/imap.el (imap-parse-fetch): Courier can insert spurious
2981         blank characters which will confuse `read', so skip past them.
2983 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
2985         * emacs-lisp/authors.el (authors-aliases): Addition.
2986         (authors): Allow to use it for other projects.
2988         * emacs-lisp/copyright.el (copyright-update-directory): Autoload.
2989         Clarify MATCH argument.  Print filenames.
2991 2009-01-03  Michael Albinus  <michael.albinus@gmx.de>
2993         * net/dbus.el (dbus-string-to-byte-array): Handle empty string.
2995         * net/tramp.el (tramp-local-host-regexp)
2996         (tramp-prefix-domain-format)
2997         (tramp-prefix-domain-regexp, tramp-domain-regexp)
2998         (tramp-user-with-domain-regexp, tramp-prefix-ipv6-format)
2999         (tramp-prefix-ipv6-regexp, tramp-ipv6-regexp)
3000         (tramp-postfix-ipv6-format, tramp-postfix-ipv6-regexp): New defconst.
3001         (tramp-file-name-structure, tramp-file-name-regexp-unified)
3002         (tramp-completion-dissect-file-name, tramp-parse-hosts-group)
3003         (tramp-dissect-file-name, tramp-make-tramp-file-name)
3004         (tramp-completion-make-tramp-file-name): Handle IPv6 addresses.
3005         (tramp-handle-insert-file-contents): Fix setting of
3006         `buffer-read-only'.
3007         (tramp-compute-multi-hops, tramp-local-host-p):
3008         Use `tramp-local-host-regexp'.
3009         (tramp-file-name-real-user, tramp-file-name-domain):
3010         Use `tramp-user-with-domain-regexp'.
3012         * net/tramp-smb.el (top): Use `tramp-prefix-domain-regexp'.
3013         (tramp-smb-maybe-open-connection): Use `tramp-file-name-*' methods.
3015 2009-01-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3017         * proced.el (proced-grammar-alist): Refiner can be a
3018         list (function help-echo) instead of a cons pair.
3019         (proced-post-display-hook): New variable.
3020         (proced-tree-depth): Rename from proced-tree-indent.
3021         (proced-mode): Derive mode from special-mode.
3022         (proced-mode-map): Change accordingly.
3023         (proced, proced-update): Run proced-post-display-hook.
3024         (proced-do-mark-all): Count processes for which mark has been updated.
3025         (proced-format): Check for ppid attribute.
3026         (proced-process-attributes): Take time and ctime attribute from
3027         system-process-attributes.
3028         (proced-send-signal): Doc fix.  Collect properly the info on
3029         marked processes.  Use fit-window-to-buffer instead of
3030         dired-pop-to-buffer.
3032 2009-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3034         * progmodes/vhdl-mode.el (vhdl-current-line): Don't hardcode
3035         point-min==1.
3037 2009-01-02  Juanma Barranquero  <lekktu@gmail.com>
3039         * bindings.el (mode-line-eol-desc): Fix typo in help message.
3040         (mode-line-client): Fix typo in help message and docstring.
3042 2009-01-02  Jason Rumney  <jasonr@gnu.org>
3044         * term/w32-win.el (image-library-alist): Add gobject library.
3046 2009-01-02  Martin Rudalics  <rudalics@gmx.at>
3048         * frame.el (window-system-default-frame-alist)
3049         (initial-frame-alist, minibuffer-frame-alist)
3050         (pop-up-frame-alist, pop-up-frame-function)
3051         (special-display-frame-alist): Rewrite and reformat doc-strings.
3053 2009-01-01  Martin Rudalics  <rudalics@gmx.at>
3055         * simple.el (minibuffer-default-add-shell-commands):
3056         Fix doc-string typo.
3058 2009-01-01  Chong Yidong  <cyd@stupidchicken.com>
3060         * language/cham.el: Fix setting of composition-function-table.
3062         * language/khmer.el: Fix setting of composition-function-table.
3064         * language/tibet-util.el (tibetan-composition-function):
3065         Remove unused function, obsoleted by 2008-09-05 change to tibetan.el.
3067         * simple.el (minibuffer-default): Add defvar.
3069         * hippie-exp.el: Require comint.
3071 2008-12-31  Martin Rudalics  <rudalics@gmx.at>
3073         * simple.el (last-buffer): Don't set major mode of *scratch* if
3074         that buffer exists already.  Rewrite doc-string.
3076 2008-12-31  Andreas Schwab  <schwab@suse.de>
3078         * tar-mode.el (tar-mode): Set write-contents-functions instead of
3079         write-region-annotate-functions.
3080         (tar-mode-write-contents): New function.
3081         (tar-write-region-annotate): Remove.
3083 2008-12-31  Chong Yidong  <cyd@stupidchicken.com>
3085         * files.el (basic-save-buffer): Revert 2008-12-22 change.
3086         (buffer-swapped-with): Var removed.
3088 2008-12-30  Kenichi Handa  <handa@m17n.org>
3090         * language/japanese.el (compose-gstring-for-variation-glyph):
3091         New function.  Register it in composition-function-table.
3093         * composite.el (lglyph-set-code): New function.
3095 2008-12-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3097         * tar-mode.el (tar-data-swapped): New var.
3098         (tar-data-swapped-p, tar-swap-data):
3099         Use it instead of buffer-swapped-with.
3100         (tar-write-region-annotate): Re-add (partial undo of last change).
3101         (tar-mode): Use it again (partial undo as well).
3103 2008-12-30  Ed Swarthout  <Ed.Swarthout@hwdebug.com>  (tiny change)
3105         * textmodes/table.el (table-capture): Fix symbol quoting typo.
3107 2008-12-30  Chong Yidong  <cyd@stupidchicken.com>
3109         * follow.el (follow-select-if-visible): Improve the check for the
3110         last line of the window.
3111         (follow-post-command-hook): Perform redisplay in more
3112         circumstances, to avoid getting point stuck on partially visible lines.
3114 2008-12-30  Chong Yidong  <cyd@stupidchicken.com>
3116         * follow.el (follow-calc-win-end): Use with-selected-window.
3117         (follow-windows-start-end, follow-pos-visible)
3118         (follow-windows-aligned-p): Code cleanup.
3119         (follow-select-if-visible): Try to avoid partially-visible lines.
3120         (follow-select-if-visible-from-first): Call follow-redisplay and
3121         move point to destination.
3122         (follow-redisplay): New arg, to keep selected window unchanged.
3123         (follow-post-command-hook): In final check for destination
3124         visibility, use window-start and window-end instead of the less
3125         accurate follow-pos-visible.  If the selected window is redrawn,
3126         tell follow-redisplay to preserve it.
3127         (follow-calculate-first-window-start-from-below): Avoid looping
3128         forever if vertical-motion returns an unexpected value.
3130 2008-12-30  Andreas Schwab  <schwab@suse.de>
3132         * server.el (server-running-p): Remove interactive spec.
3133         Fix regexp.
3135 2008-12-30  Chong Yidong  <cyd@stupidchicken.com>
3137         * follow.el (follow-calc-win-start): Don't use `inline'.
3138         (follow-update-window-start, follow-select-if-visible)
3139         (follow-calculate-first-window-start-from-below)
3140         (follow-post-command-hook): Code cleanup.
3141         (follow-downward, follow-calculate-first-window-start):
3142         Delete function and merge into follow-redisplay.
3143         (follow-redisplay): Merge code from follow-downward and
3144         follow-calculate-first-window-start.
3146 2008-12-30  Juanma Barranquero  <lekktu@gmail.com>
3148         * proced.el (proced-tree-flag): Fix typo in docstring.
3150 2008-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3152         * proced.el (proced-temp-alist): Rename from variable
3153         proced-children-alist.
3154         (proced-process-tree, proced-toggle-tree): Fix docstring.
3155         (proced-tree): Fix docstring.  Simplify.  Use proced-temp-alist.
3156         (proced-temp-internal): Use proced-temp-alist.
3158 2008-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
3160         * subr.el (mkdir): New defalias.
3162 2008-12-29  Juri Linkov  <juri@jurta.org>
3164         * proced.el (proced-mode-map): Bind " " to next-line instead of the
3165         command `proced-next-line' removed on 2008-09-06.
3167 2008-12-28  Juri Linkov  <juri@jurta.org>
3169         * misearch.el (multi-isearch-next-buffer-function): Doc fix.
3170         (multi-isearch-search-fun): Set the second arg WRAP to nil explicitly.
3172         * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
3173         Use `find-file-noselect' instead of `find-file' (for Emacs 22 and 23).
3174         (reftex-isearch-minor-mode): If `multi-isearch-next-buffer-function'
3175         is bound set it to `reftex-isearch-switch-to-next-file'.  Otherwise,
3176         set 4 obsolete variables for backward-compatibility with Emacs 22.
3178 2008-12-28  Juri Linkov  <juri@jurta.org>
3180         * misc.el (butterfly): Doc fix.  Add `animate-string' and `browse-url'.
3182 2008-12-28  Raffael Mancini  <raffael.mancini@hcl-club.lu>  (tiny change)
3184         * misc.el (butterfly): New command.
3186 2008-12-28  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3188         * proced.el (proced-grammar-alist): Allow predicate nil.
3189         New attribute tree.
3190         (proced-format-alist): Use attribute tree.
3191         (proced-tree-flag, proced-tree-indent): New variables.
3192         (proced-children-alist): Rename from proced-process-tree.
3193         PPID must refer to a process in process-alist.
3194         Ignore PPIDs that equal PID (Bug#1718).
3195         Children alist inherits sorting order from process-alist.
3196         (proced-process-tree): New variable.  New function.
3197         (proced-process-tree-internal, proced-toggle-tree)
3198         (proced-tree, proced-tree-insert, proced-format-tree): New functions.
3199         (proced-mark-process-alist): Add docstring.
3200         (proced-filter-parents): PPID must refer to a process in
3201         process-alist.  Ignore PPIDs that equal PID (Bug#1718).
3202         (proced-sort): Throw error if attribute is not sortable.
3203         (proced-sort-interactive): Restrict completion to sortable attributes.
3204         (proced-format): Include tree in standard attributes if
3205         proced-tree-flag is non-nil.  Make header clickable only if
3206         corresponding predicate is non-nil.
3207         (proced-update): Use proced-tree.
3209 2008-12-28  Chong Yidong  <cyd@stupidchicken.com>
3211         * diff.el (diff): Doc fix.
3213         * emacs-lisp/rx.el (rx): Doc fix.
3215         * files.el (move-file-to-trash): Bind backup-directory-alist to nil
3216         before uniquifying backup trash file name.
3218 2008-12-27  Andreas Schwab  <schwab@suse.de>
3220         * vc-git.el (vc-git-dir-printer): Fix filename column.
3222 2008-12-27  Nicholas Maniscalco  <nicholas@maniscalco.com>  (tiny change)
3224         * term.el (term-emulate-terminal): Decode substring just prior to
3225         inserting it, i.e. revert part of the 2008-09-24 change.  (Bug#1469)
3227 2008-12-27  Eli Zaretskii  <eliz@gnu.org>
3229         * makefile.w32-in (MH_E_DIR): New variable.
3230         ($(MH_E_DIR)/mh-alias.elc $(MH_E_DIR)/mh-comp.elc)
3231         ($(MH_E_DIR)/mh-folder.elc $(MH_E_DIR)/mh-funcs.elc)
3232         ($(MH_E_DIR)/mh-identity.elc $(MH_E_DIR)/mh-inc.elc)
3233         ($(MH_E_DIR)/mh-junk.elc $(MH_E_DIR)/mh-letter.elc)
3234         ($(MH_E_DIR)/mh-limit.elc $(MH_E_DIR)/mh-mime.elc)
3235         ($(MH_E_DIR)/mh-print.elc $(MH_E_DIR)/mh-scan.elc)
3236         ($(MH_E_DIR)/mh-search.elc $(MH_E_DIR)/mh-seq.elc)
3237         ($(MH_E_DIR)/mh-show.elc $(MH_E_DIR)/mh-speed.elc)
3238         ($(MH_E_DIR)/mh-thread.elc $(MH_E_DIR)/mh-tool-bar.elc)
3239         ($(MH_E_DIR)/mh-utils.elc $(MH_E_DIR)/mh-xface.elc)
3240         ($(MH_E_DIR)/mh-e.elc $(MH_E_DIR)/mh-limit.elc): New dependencies.
3242         * Makefile.in ($(MH_E_DIR)/mh-alias.elc $(MH_E_DIR)/mh-comp.elc)
3243         ($(MH_E_DIR)/mh-folder.elc $(MH_E_DIR)/mh-funcs.elc)
3244         ($(MH_E_DIR)/mh-identity.elc $(MH_E_DIR)/mh-inc.elc)
3245         ($(MH_E_DIR)/mh-junk.elc $(MH_E_DIR)/mh-letter.elc)
3246         ($(MH_E_DIR)/mh-limit.elc $(MH_E_DIR)/mh-mime.elc)
3247         ($(MH_E_DIR)/mh-print.elc $(MH_E_DIR)/mh-scan.elc)
3248         ($(MH_E_DIR)/mh-search.elc $(MH_E_DIR)/mh-seq.elc)
3249         ($(MH_E_DIR)/mh-show.elc $(MH_E_DIR)/mh-speed.elc)
3250         ($(MH_E_DIR)/mh-thread.elc $(MH_E_DIR)/mh-tool-bar.elc)
3251         ($(MH_E_DIR)/mh-utils.elc $(MH_E_DIR)/mh-xface.elc)
3252         ($(MH_E_DIR)/mh-e.elc $(MH_E_DIR)/mh-limit.elc): New dependencies.
3254 2008-12-26  Eli Zaretskii  <eliz@gnu.org>
3256         * files.el (dosified-file-name): Declare.
3258 2008-12-26  Andreas Schwab  <schwab@suse.de>
3260         * subr.el (keymap-canonicalize): Properly preserve keymap prompt.
3262         * tar-mode.el (tar-swap-data): New function.
3263         (tar-change-major-mode-hook): Use it instead of buffer-swap-text.
3264         (tar-mode-revert): Likewise.
3265         (tar-mode): Likewise.  Don't set write-region-annotate-functions.
3266         (tar-data-swapped-p): Test buffer-swapped-with.
3267         (tar-write-region-annotate): Remove.
3268         (tar-header-block-tokenize): Add argument `coding' and use it
3269         instead of tar-file-name-coding-system.
3270         (tar-summarize-buffer): Pass tar-file-name-coding-system here.
3272 2008-12-26  Eli Zaretskii  <eliz@gnu.org>
3274         * dos-fns.el (dosified-file-name): New function.
3276         * files.el (dir-locals-find-file): Run dir-locals-file through
3277         dosified-file-name.  Compare files case-insensitively on systems
3278         whose filesystems are case-insensitive.
3280 2008-12-25  Martin Rudalics  <rudalics@gmx.at>
3282         * help.el (help-for-help-internal): Fix entry for "l".
3284 2008-12-25  Richard M Stallman  <rms@gnu.org>
3286         * shadowfile.el (shadow-copy-file): Revert previous change.
3287         This code as it was should work properly with buffer-swapped-with.
3289 2008-12-24  Francois Fleuret  <francois.fleuret@idiap.ch>  (tiny change)
3291         * textmodes/tex-mode.el (tex-bibtex-file): Use tex-main-file.
3293 2008-12-24  Dan Nicolaescu  <dann@ics.uci.edu>
3295         * subr.el (chmod): New defalias for set-file-modes.
3297 2008-12-23  Juri Linkov  <juri@jurta.org>
3299         * isearch.el (isearch-filter-predicate, isearch-search):
3300         Replace `isearch-filter-invisible' with `isearch-filter-visible'.
3301         (isearch-filter-visible): Rename from
3302         `isearch-filter-invisible'.  Doc fix.
3304         * dired-aux.el (dired-isearch-filenames-toggle): Use the original
3305         value from `dired-isearch-filter-predicate-orig' instead of the
3306         symbol `isearch-filter-invisible'.  Doc fix.
3307         (dired-isearch-filter-filenames): Doc fix.
3308         Replace `isearch-filter-invisible' with `isearch-filter-visible'.
3310         * info.el (Info-find-node-2): Use negative offset 2 instead of 1
3311         for Info-point-loc since it is more correct in all cases.
3312         (Info-isearch-filter): Rename from
3313         `Info-isearch-filter-predicate'.  Doc fix.
3314         (Info-mode): Replace `Info-isearch-filter-predicate' with
3315         `Info-isearch-filter'.
3317 2008-12-23  Daiki Ueno  <ueno@unixuser.org>
3319         * pgg.el: Add obsolescence info.
3321 2008-12-22  Richard M Stallman  <rms@gnu.org>
3323         * shadowfile.el (shadow-copy-file): Handle buffer-swapped-with.
3325         * files.el (buffer-swapped-with): New variable.
3326         (basic-save-buffer-0): Most of basic-save-buffer moved here.
3327         (basic-save-buffer): Unswap the buffer temporarily if nec.
3329         * dired.el (dired-readin): Inhibit modification hooks.
3331 2008-12-22  Ulf Jasper  <ulf.jasper@web.de>
3333         * net/newst-backend.el (newst-backend):
3334         Remove wrong duplicate provide statement.
3336 2008-12-22  Michael Albinus  <michael.albinus@gmx.de>
3338         * net/tramp.el (tramp-rfn-eshadow-update-overlay): Move overlay to
3339         end, before updating.
3340         (tramp-convert-file-attributes): Add "l" indicator to file modes.
3341         (tramp-file-name-real-user, tramp-file-name-domain): New defuns.
3343 2008-12-21  Martin Rudalics  <rudalics@gmx.at>
3345         * window.el (set-window-text-height): Fix doc-string.
3347 2008-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3349         * minibuffer.el (completion-all-completions-with-base-size): Remove.
3350         (completion-all-completions): Don't set it.
3351         (completion-table-with-context, completion--file-name-table):
3352         Don't add base-size in last cdr.
3353         (completion-hilit-commonality): Add argument `base-size'.
3354         (display-completion-list, completion-emacs21-all-completions)
3355         (completion-emacs22-all-completions, completion-basic-all-completions):
3356         Provide it.
3357         (completion-pcm--all-completions): Don't need to remove the base-size
3358         in last-cdr any more.
3360 2008-12-20  Agustín Martín  <agustin.martin@hispalinux.es>
3362         * textmodes/ispell.el (ispell-check-minver): New function.
3363         (ispell-check-version): Rewrite spellchecker and version checking.
3364         Use (ispell-check-minver).  Handle hunspell versions.
3366 2008-12-20  Chong Yidong  <cyd@stupidchicken.com>
3368         * ido.el (ido-read-internal): Handle `confirm' and
3369         `confirm-after-completion' values for the require-match argument.
3371 2008-12-20  Jason Rumney  <jasonr@gnu.org>
3373         * international/mule.el (auto-coding-regexp-alist):
3374         Use utf-8-with-signature for files starting with UTF-8 BOM.  (Bug#269)
3376 2008-12-20  Ami Fischman  <ami@fischman.org>
3378         * bindings.el (mode-line-eol-desc): Use assoc to query
3379         mode-line-eol-desc-cache.
3381 2008-12-20  Glenn Morris  <rgm@gnu.org>
3383         * comint.el (comint-save-input-ring-index): Add missing initial value.
3385 2008-12-19  Juanma Barranquero  <lekktu@gmail.com>
3387         * proced.el (proced-grammar-alist): Doc fix.
3388         (proced-marker-char, proced-mark, proced-help-string, proced-mode-map)
3389         (proced-filter-parents, proced-sort-header, proced-update, proced-help)
3390         (proced-undo): Fix typos in docstrings.
3392 2008-12-19  Glenn Morris  <rgm@gnu.org>
3394         * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
3395         (authors-fixed-case): New constant.
3396         (authors-public-domain-files, authors-ignored-files):
3397         (authors-valid-file-names, authors-renamed-files-alist): Update lists.
3398         (authors-renamed-files-regexps): Add some new entries.
3399         (authors-canonical-file-name): Don't complain about ignored files.
3400         (authors-canonical-author-name): Doc fix.  Respect authors-fixed-case.
3401         (authors): Ensure error buffer is writable.
3403 2008-12-18  Agustín Martín  <agustin.martin@hispalinux.es>
3405         (ispell-really-hunspell): New variable to signal hunspell.
3406         (ispell-check-version):
3407         Check if hunspell and set ispell-really-hunspell if needed.
3408         (ispell-send-string, ispell-start-process, flyspell-large-region):
3409         Pass right options for hunspell if needed.
3411 2008-12-18  Kenichi Handa  <handa@m17n.org>
3413         * international/fontset.el (script-representative-chars)
3414         (setup-default-fontset): Add more scripts.
3416         * international/characters.el: Add more scripts.
3418 2008-12-19  Juri Linkov  <juri@jurta.org>
3420         * info.el (Info-isearch-search): Implement lax version of
3421         incremental word search in Info.
3422         (Info-isearch-start): Set Info-isearch-initial-node to the
3423         current node when search is nonincremental to not stop at the
3424         initial node in this case.
3425         (Info-mode-map): Unbind "\M-s" from `Info-search'.
3427 2008-12-18  Juanma Barranquero  <lekktu@gmail.com>
3429         * textmodes/rst.el (rst-promote-region): Reflow docstring.
3430         (rst-mode-map, rst-mode-hook, rst-section-tree-rec)
3431         (rst-repeat-last-character): Fix typos in docstrings.
3432         (rst-mode, rst-backward-section): Doc fixes.
3434 2008-12-18  Ulf Jasper  <ulf.jasper@web.de>
3436         * net/newst-treeview.el (newsticker-groups-filename): Made obsolete.
3437         (newsticker-treeview-quit): Call `newsticker-treeview-save'.
3438         (newsticker--treeview-load): Check whether groups file exists.
3440         * net/newst-backend.el (newsticker-cache-filename): Made obsolete.
3441         (newsticker-dir): Use `locate-user-emacs-file'.
3443 2008-12-18  Martin Rudalics  <rudalics@gmx.at>
3445         * emulation/cua-base.el (cmd): Add beginning-of-visual-line and
3446         end-of-visual-line to CUA's recognized commands.  (Bug#1549)
3448 2008-12-18  Dan Nicolaescu  <dann@ics.uci.edu>
3450         * newcomment.el (comment-style): Default to `indent'.  (Bug#1153)
3452         * startup.el (command-line): Do not mention the server name in
3453         case the user has not mentioned it, print a more explicit message.
3455         * vc-dir.el (vc-dir-at-event): Rename from vc-at-event.
3456         Change all callers.
3458 2008-12-18  Sam Steingold  <sds@gnu.org>
3460         * vc-dir.el (vc-at-event): Handle (tool-bar) events.  Fix bug#1585.
3462 2008-12-18  Juri Linkov  <juri@jurta.org>
3464         * isearch.el (minibuffer-local-isearch-map): Unbind "C-w" from
3465         `isearch-edit-string-set-word'.
3466         (isearch-edit-string-set-word): Remove.
3467         (isearch-occur): Imitate the C function `wordify' by replacing
3468         non-word character with the \\W+ regexp.
3469         (isearch-search-fun): Add `isearch-nonincremental' to the
3470         condition of using a non-lax version of `word-search-forward'.
3472 2008-12-17  Daiki Ueno  <ueno@unixuser.org>
3474         * epa-file.el (epa-file-insert-file-contents):
3475         Set buffer-file-name before decrypting a file.
3477 2008-12-16  Juanma Barranquero  <lekktu@gmail.com>
3479         * server.el (server-start): If unable to start the server,
3480         display a warning instead of raising an error.
3482         * startup.el (server-process): Add defvar.
3483         (command-line): If the daemon is unable to start the server,
3484         display a message and exit Emacs.
3486 2008-12-15  Sam Steingold  <sds@gnu.org>
3488         * progmodes/cc-cmds.el (c-defun-name): Handle DEFFOO(name,...),
3489         mostly for CLISP modules, but could also be useful elsewhere.
3491 2008-12-15  Juanma Barranquero  <lekktu@gmail.com>
3493         * face-remap.el (text-scale-mode-step, buffer-face-mode-face):
3494         * icomplete.el (icomplete-prospects-height):
3495         * textmodes/bibtex.el (bibtex-cite-matcher-alist): Add :version tags.
3497 2008-12-15  Juanma Barranquero  <lekktu@gmail.com>
3499         * international/mule.el (find-auto-coding): Fix typo in docstring.
3501         * international/mule-cmds.el (select-safe-coding-system):
3502         * mail/rmail.el (rmail-require-mime-maybe):
3503         Fix arguments of `display-warning'.
3505         * simple.el (bad-package-check): Fix arguments of `display-warning',
3506         using the package name as TYPE.  Use `string-match-p'.
3508 2008-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3510         * proced.el (proced-sort-interactive, proced-sort-pcpu)
3511         (proced-sort-pmem, proced-sort-start, proced-sort-time)
3512         (proced-sort-user, proced-sort-header): Prefix arg determines
3513         sorting order.  Suggested by Dan Nicolaescu.
3514         (proced-revert): Doc fix.
3516 2008-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3518         * proced.el (proced-grammar-alist): Allow refiner elements that
3519         are cons pairs (function . help-echo) or nil.
3520         (proced-refine): Use them.
3521         (proced-format-alist): Allow alternatives.
3522         (proced-descend): New variable.
3523         (proced-sort): New arg descend.
3524         (proced-sort-interactive): Repeated calls toggle sort order.
3525         (proced-format): Accomodate changes of proced-format-alist.
3526         Undefined attributes are displayed as "?".
3527         (proced-process-attributes): New optional arg pid-list.
3528         Ignore processes with empty attribute list.
3530 2008-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3532         * proced.el (proced-auto-update-interval): Rename from
3533         proced-timer-interval.
3534         (proced-auto-update-flag): Rename from proced-timer-flag.
3535         (proced-auto-update-timer): Rename from proced-timer.
3536         (proced-toggle-auto-update): Rename from proced-toggle-timer-flag.
3537         (proced-available): Initialize appropriately.
3539 2008-12-13  Glenn Morris  <rgm@gnu.org>
3541         * subr.el (declare-function): Doc fix.
3543         * font-core.el (font-lock-defaults): Doc fix: mention levels;
3544         refer to elisp manual.
3546 2008-12-12  Martin Rudalics  <rudalics@gmx.at>
3548         * window.el (fit-window-to-buffer): Return non-nil when height
3549         was orderly adjusted, nil otherwise.
3551 2008-12-12  Juanma Barranquero  <lekktu@gmail.com>
3552             Stefan Monnier  <monnier@iro.umontreal.ca>
3554         * server.el (server-sentinel): Uncomment code to delete connection file.
3555         (server-start): Save the connection file in the server property list.
3556         Delete it only when we are reasonably convinced that it is not owned by
3557         a running server.
3558         (server-force-delete): New command to force-delete the connection file,
3559         and stop the server if it is running.
3560         (server-running-p): Return t also for local TCP servers when we find a
3561         process with a matching PID, and :other for undecided cases.
3563 2008-12-11  Martin Rudalics  <rudalics@gmx.at>
3565         * window.el (fit-window-to-buffer): Use with-selected-window and
3566         condition-case.  Do not delete more windows than necessary in
3567         the shrinking (delta < 0) case.  Do not raise an error when the
3568         containing frame is too small to show all of buffer.  (Bug#1488)
3570         * dired.el (dired-pop-to-buffer): Call fit-window-to-buffer with
3571         min-height arg 1 to make sure that small buffers are shown.
3573 2008-12-11  Juanma Barranquero  <lekktu@gmail.com>
3575         * progmodes/ruby-mode.el (ruby-mode-abbrev-table, ruby-mode-map)
3576         (ruby-mode-syntax-table, ruby-indent-tabs-mode, ruby-indent-level)
3577         (ruby-mode-variables, ruby-indent-line, ruby-indent-size)
3578         (ruby-calculate-indent, ruby-electric-brace, ruby-beginning-of-defun)
3579         (ruby-here-doc-beg-syntax, ruby-here-doc-end-syntax)
3580         (ruby-font-lock-syntax-table, ruby-font-lock-keywords)
3581         (ruby-end-of-defun, ruby-move-to-block, ruby-forward-sexp)
3582         (ruby-backward-sexp, ruby-add-log-current-method)
3583         (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
3584         (ruby-in-here-doc-p, ruby-mode): Fix typos in docstrings.
3585         (ruby-deep-indent-paren): Doc fix.
3586         (ruby-insert-encoding-magic-comment): Remove * from docstring.
3587         (ruby-here-doc-find-end): Reflow docstring.
3589 2008-12-11  Stephen Berman  <Stephen.Berman@rub.de>
3591         * dired.el (dired-pop-to-buffer): Use fit-window-to-buffer when
3592         dired-shrink-to-fit is non-nil.  (Bug#1488)
3594 2008-12-11  Juanma Barranquero  <lekktu@gmail.com>
3596         * w32-fns.el (w32-list-locales): Revert part of 2008-10-17 change;
3597         decoding of long locale info is now done in `w32-get-locale-info'.
3599 2008-12-11  Chong Yidong  <cyd@stupidchicken.com>
3601         * progmodes/ruby-mode.el: Fix auto-mode-alist entry.
3603 2008-12-10  Chong Yidong  <cyd@stupidchicken.com>
3605         * Makefile.in (ELCFILES): Add ruby-mode.elc.
3607         * term/xterm.el (xterm-remove-modify-other-keys): Fix error in
3608         terminal variable assignment.
3610 2008-12-10  Yukihiro Matsumoto  <matz@ruby-lang.org>
3611             Nobuyoshi Nakada  <nobu@ruby-lang.org>
3613         * progmodes/ruby-mode.el: New file.
3615 2008-12-10  Juanma Barranquero  <lekktu@gmail.com>
3617         * net/tramp.el (top): Don't fail if there is no current message.
3618         [Ulrich Mueller sent a patch, which I saw too late.]  (Bug#1514)
3620 2008-12-10  Kenichi Handa  <handa@m17n.org>
3622         * international/fontset.el (setup-default-fontset): Add an entry
3623         for characters in the Unicode SIP area.
3625 2008-12-10  Glenn Morris  <rgm@gnu.org>
3627         * vc-mcvs.el: Move to obsolete/, with warning comment.
3628         * Makefile.in (ELCFILES): Update.
3630 2008-12-10  Daiki Ueno  <ueno@unixuser.org>
3632         * epa-hook.el (epa-file-find-file-hook): Don't mark the current
3633         buffer unmodified.  (Bug#1509)
3634         * epa-file.el (epa-file-insert-file-contents): Set buffer's
3635         modification time if visiting a file and the content is
3636         successfully decrypted.
3638 2008-12-09  Chong Yidong  <cyd@stupidchicken.com>
3640         * files.el (save-some-buffers): At each map-y-or-n-p iteration,
3641         check whether the buffer is still alive.
3643 2008-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3645         * emacs-lisp/rx.el (rx-submatch): Pass : to rx-form.
3647 2008-12-09  Glenn Morris  <rgm@gnu.org>
3649         * Makefile.in (ELCFILES): Update.
3651 2008-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3653         * autoinsert.el (auto-insert): Use expand-file-name instead of concat.
3654         Suggested by Eric Hanchrow <eric.hanchrow@gmail.com>.
3656 2008-12-06  Chong Yidong  <cyd@stupidchicken.com>
3658         * term/xterm.el (terminal-init-xterm): Discard pending input
3659         before reading a reply to the terminal attributes query.
3661 2008-12-05  Andreas Schwab  <schwab@suse.de>
3663         * dired.el (dired-font-lock-keywords): Fix last change.
3665 2008-12-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3667         * ps-bdf.el (bdf-directory-list): Transform (defvar ... "*..")
3668         into (defcustom ... "..." :type ... :group...).
3670 2008-12-05  Juanma Barranquero  <lekktu@gmail.com>
3672         * international/mule-diag.el (mule-diag): Display the window
3673         system version in a less laconic way.
3675 2008-12-04  Juanma Barranquero  <lekktu@gmail.com>
3677         * ibuffer.el (ibuffer-sort-bufferlist): Require ibuf-ext
3678         if the sorting functions are not loaded.  (Bug#1432)
3680 2008-12-04  Sam Steingold  <sds@gnu.org>
3682         * progmodes/compile.el (compilation-read-command): Extract from
3683         compile.
3684         (compile): Use it.
3685         (recompile): Accept an optional argument to enable editing the
3686         command line.
3688 2008-12-04  Michael Albinus  <michael.albinus@gmx.de>
3690         * net/tramp.el (top): Write a message, when loading Tramp.
3692         * net/tramp-cache.el (tramp-dump-connection-properties):
3693         Polish the check, whether to dump the data.
3695 2008-12-04  Lute Kamstra  <lute@gnu.org>
3697         * vc-cvs.el (vc-cvs-could-register): Don't use file-directory-p to
3698         check if the file "CVS/Entries" exists.
3700 2008-12-04  Juanma Barranquero  <lekktu@gmail.com>
3702         * international/mule-diag.el (list-character-sets): Doc fix.
3703         (list-character-sets-2): Fix info in header.  Simplify.
3704         (print-coding-system): Simplify.
3705         (list-input-methods-1): Simplify.
3706         (mule-diag): Display current font/fontset for all window systems,
3707         not just X.  Simplify.
3709 2008-12-04  Glenn Morris  <rgm@gnu.org>
3711         * vc-cvs.el (vc-cvs-register-switches): Doc fix.  Add t as option.
3712         (vc-cvs-register): Doc fix.
3713         * vc-mcvs.el (vc-mcvs-register-switches): Doc fix.  Add t as option.
3714         (vc-mcvs-register): Doc fix.
3715         * vc-rcs.el (vc-rcs-register-switches): Doc fix.  Add t as option.
3716         (vc-rcs-register): Doc fix.
3717         * vc-sccs.el (vc-sccs-register-switches): Doc fix.  Add t as option.
3718         (vc-sccs-register): Doc fix.
3719         * vc-svn.el (vc-svn-register-switches): Doc fix.  Add t as option.
3720         (vc-svn-register): Doc fix.
3722         * files.el (toggle-read-only): Doc fix.
3724 2008-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3726         * apropos.el (apropos-print-doc): Fix thinko that caused long labels to
3727         be used in compact layout and vice-versa.
3729 2008-12-03  Juanma Barranquero  <lekktu@gmail.com>
3731         * w32-fns.el (w32-list-locales): Use `with-output-to-temp-buffer',
3732         like most list-* commands.
3734         * international/mule-diag.el (unicodedata-file, unicode-data): Remove.
3735         They already exist in descr-text.el as `describe-char-unicodedata-file'
3736         and `describe-char-unicode-data'.
3737         (print-list): Simplify.
3738         (read-charset): Reflow docstring.
3739         (list-coding-systems): Doc fix.
3741 2008-12-03  Glenn Morris  <rgm@gnu.org>
3743         * vc.el (vc-diff-switches): Doc fix.
3744         * vc-bzr.el (vc-bzr-diff-switches): Doc fix.  Add t as option.
3745         (vc-bzr-log-switches): Doc fix.
3746         * vc-cvs.el (vc-cvs-diff-switches): Doc fix.  Add t as option.
3747         * vc-git.el (vc-git-diff-switches): Doc fix.
3748         * vc-hg.el (vc-hg-diff-switches): Doc fix.
3749         * vc-mcvs.el (vc-mcvs-diff-switches): Doc fix.
3750         * vc-mtn.el (vc-mtn-diff-switches): Doc fix.
3751         * vc-rcs.el (vc-rcs-diff-switches): Doc fix.  Add t as option.
3752         * vc-sccs.el (vc-sccs-diff-switches): Doc fix.  Add t as option.
3754         * vc-arch.el (vc-arch-diff-switches): New option, for consistency with
3755         other backends.
3756         (vc-arch-diff): Apply switches.
3758         * vc-cvs.el (vc-cvs-diff): Use vc-diff-switches or diff-switches rather
3759         than appending.
3761         * vc-sccs.el (vc-sccs-register-switches): Remove leading * from doc.
3763 2008-12-03  Daiki Ueno  <ueno@unixuser.org>
3765         * epa.el (epa--show-key): Use past tense of "expire" if the key
3766         has already been expired.  Thanks to Peter BARABAS.
3768 2008-12-03  Lute Kamstra  <lute@gnu.org>
3770         * align.el:
3771         * allout.el:
3772         * apropos.el:
3773         * arc-mode.el:
3774         * autoinsert.el:
3775         * avoid.el:
3776         * battery.el:
3777         * bookmark.el:
3778         * buff-menu.el:
3779         * calculator.el:
3780         * chistory.el:
3781         * cmuscheme.el:
3782         * comint.el:
3783         * compare-w.el:
3784         * dabbrev.el:
3785         * delim-col.el:
3786         * desktop.el:
3787         * diff-mode.el:
3788         * diff.el:
3789         * dired-aux.el:
3790         * dired-x.el:
3791         * dired.el:
3792         * dos-vars.el:
3793         * ediff-diff.el:
3794         * ediff-help.el:
3795         * ediff-init.el:
3796         * ediff-merg.el:
3797         * ediff-mult.el:
3798         * ediff-ptch.el:
3799         * ediff-vers.el:
3800         * ediff-wind.el:
3801         * ediff.el:
3802         * emerge.el:
3803         * facemenu.el:
3804         * faces.el:
3805         * ffap.el:
3806         * filecache.el:
3807         * find-dired.el:
3808         * font-core.el:
3809         * font-lock.el:
3810         * forms.el:
3811         * fringe.el:
3812         * help-at-pt.el:
3813         * hippie-exp.el:
3814         * ido.el:
3815         * image-file.el:
3816         * imenu.el:
3817         * indent.el:
3818         * info.el:
3819         * isearchb.el:
3820         * iswitchb.el:
3821         * jit-lock.el:
3822         * jka-compr.el:
3823         * log-edit.el:
3824         * lpr.el:
3825         * ls-lisp.el:
3826         * man.el:
3827         * menu-bar.el:
3828         * midnight.el:
3829         * mouse-sel.el:
3830         * mouse.el:
3831         * msb.el:
3832         * outline.el:
3833         * paren.el:
3834         * pcmpl-cvs.el:
3835         * pcmpl-gnu.el:
3836         * pcomplete.el:
3837         * pcvs-info.el:
3838         * pcvs-parse.el:
3839         * printing.el:
3840         * ps-mule.el:
3841         * ps-print.el:
3842         * replace.el:
3843         * ruler-mode.el:
3844         * saveplace.el:
3845         * sb-image.el:
3846         * scroll-bar.el:
3847         * sha1.el:
3848         * shadowfile.el:
3849         * shell.el:
3850         * sort.el:
3851         * speedbar.el:
3852         * strokes.el:
3853         * tempo.el:
3854         * term.el:
3855         * terminal.el:
3856         * time-stamp.el:
3857         * time.el:
3858         * tree-widget.el:
3859         * type-break.el:
3860         * vc-cvs.el:
3861         * vc-hg.el:
3862         * vc-mcvs.el:
3863         * vc-rcs.el:
3864         * vc-sccs.el:
3865         * vc.el:
3866         * view.el:
3867         * w32-vars.el:
3868         * whitespace.el:
3869         * wid-edit.el: Remove leading * from docstrings of defcustoms,
3870         deffaces, defconsts and defuns.
3872 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3874         * complete.el (PC-do-completion): Fix leftover bug from Emacs-21 when
3875         the prompt was added to the minibuffer.
3877 2008-12-02  Glenn Morris  <rgm@gnu.org>
3879         * format.el (format-write-file): Rewrite doc yet again.
3881         * progmodes/cc-vars.el (c-tab-always-indent, c-insert-tab-function):
3882         Doc fix.  (Bug#1368)
3884         * textmodes/texinfo.el (texinfo-insert-quote): Tweak previous change.
3886 2008-12-02  Aaron S. Hawley  <aaronh@garden.org>
3888         * textmodes/texinfo.el (texinfo-insert-quote): Handle corner
3889         case where point is at the beginning of the buffer.  (Bug#1239)
3891 2008-12-02  Lennart Borgman  <lennart.borgman@gmail.com>
3893         * nxml/nxml-mode.el (nxml-indent-line): Don't re-indent lines that
3894         already have the correct indentation.  (Bug#859)
3896 2008-12-02  Kenichi Handa  <handa@m17n.org>
3898         * international/uni-decomposition.el: Re-generated.
3900 2008-12-01  Andreas Schwab  <schwab@suse.de>
3902         * dired.el (dired-font-lock-keywords): Avoid fontifying file names
3903         ending in a colon as directory header.
3905 2008-12-01  Kenichi Handa  <handa@m17n.org>
3907         * international/uni-numeric.el: Re-generated.
3909         * international/charprop.el: Re-generated.
3911 2008-12-01  Juanma Barranquero  <lekktu@gmail.com>
3913         * international/mule-cmds.el (locale-preferred-coding-systems):
3914         Fix alist item.
3916 2008-12-01  Michael Albinus  <michael.albinus@gmx.de>
3918         * net/tramp-cache.el (tramp-cache-data-changed): New defvar.
3919         (tramp-set-connection-property, tramp-flush-connection-property)
3920         (tramp-dump-connection-properties): Use it.
3922 2008-11-30  Chong Yidong  <cyd@stupidchicken.com>
3924         * wdired.el (wdired-finish-edit): If displaying a single file,
3925         change dired-directory if that file was renamed.
3927         * emacs-lisp/byte-run.el (macro-declaration-function):
3928         Disallow declare specs with lengths of 3 or more.
3930         * dirtrack.el (dirtrack): Fix error message.
3932 2008-11-30  Glenn Morris  <rgm@gnu.org>
3934         * vc-svn.el (vc-svn-diff-switches): Doc fix.
3935         (vc-svn-diff): Fix the case where vc-svn-diff-switches is nil.
3937         * vc-git.el (vc-git-diff):
3938         * vc-hg.el (vc-hg-diff):
3939         * vc-mtn.el (vc-mtn-diff): No need to duplicate vc-switches logic.
3941         * eshell/esh-proc.el (eshell-needs-pipe): New variable.
3942         (eshell-needs-pipe-p): New function.
3943         (eshell-gather-process-output): Set process-connection-type according to
3944         eshell-needs-pipe-p.  (Bug#1388)
3946 2008-11-30  Juanma Barranquero  <lekktu@gmail.com>
3948         * calendar/diary-lib.el (diary-cyclic): Doc fix.
3949         (diary-remind-message, diary-number-of-entries)
3950         (diary-include-other-diary-files, diary-mark-included-diary-files)
3951         (diary-view-entries, diary-date, diary-block, diary-insert-entry-1)
3952         (diary-font-lock-keywords-1): Reflow docstrings.
3953         (diary-add-to-list, calendar-mark-1, diary-entry-time, diary-make-date)
3954         (diary-anniversary, diary-date-display-form): Fix typos in docstrings.
3956         * emacs-lisp/timer.el (timer-duration-words): Fix typo in docstring.
3957         (timer-duration): Use `string-match-p'.
3959 2008-11-29  Chong Yidong  <cyd@stupidchicken.com>
3961         * complete.el (PC-do-complete-and-exit):
3962         Use minibuffer-confirm-exit-commands.
3964         * minibuffer.el (minibuffer-confirm-exit-commands):
3965         Add PC-complete and PC-complete-word to the list.
3967 2008-11-29  Juanma Barranquero  <lekktu@gmail.com>
3969         * files.el (break-hardlink-on-save): Fix typo in docstring.
3970         Add :version tag.
3972         * emacs-lisp/re-builder.el (reb-mode-map): Fix typo in menu tooltip.
3973         (reb-mode): Define with `define-derived-mode'.
3975 2008-11-29  Karl Fogel  <kfogel@red-bean.com>
3977         * files.el (break-hardlink-on-save): New variable.
3978         (basic-save-buffer-2): Honor new variable break-hardlink-on-save.
3979         (file-precious-flag): Mention it in doc string.
3981 2008-11-29  Miles Bader  <miles@gnu.org>
3983         * minibuffer.el (minibuffer-confirm-exit-commands): New variable.
3984         (minibuffer-complete-and-exit): Use it.
3986 2008-11-29  Chong Yidong  <cyd@stupidchicken.com>
3988         * term/x-win.el (x-gtk-stock-cache): New hash table.
3989         (x-gtk-map-stock): Perform caching to prevent excess consing
3990         during redisplay.
3992 2008-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3994         * minibuffer.el (completion--try-word-completion): Don't ignore
3995         partial-completion if it's the only style.
3997 2008-11-28  Juanma Barranquero  <lekktu@gmail.com>
3999         * emacs-lisp/re-builder.el (reb-auto-update): Remove redundant code.
4000         (re-builder): Reuse window displaying the *RE-Builder* buffer, if any.
4001         (reb-initialize-buffer): Update matches, in case we're reentering
4002         RE Builder mode.
4004 2008-11-28  Chong Yidong  <cyd@stupidchicken.com>
4006         * complete.el (PC-do-complete-and-exit): Synch to 2008-11-24 change
4007         to minibuffer.el; recognize `confirm' and `confirm-after-completion'
4008         values for minibuffer-completion-confirm.
4010 2008-11-28  Martin Rudalics  <rudalics@gmx.at>
4012         * emacs-lisp/eldoc.el (eldoc-docstring-first-line): Don't match
4013         any but the first "*" in a doc-string.
4015 2008-11-28  Glenn Morris  <rgm@gnu.org>
4017         * format.el (format-write-file): Improve previous doc fix.
4019 2008-11-27  Chong Yidong  <cyd@stupidchicken.com>
4021         * simple.el (use-empty-active-region, use-region-p)
4022         (region-active-p): Doc fix.
4024 2008-11-27  Martin Rudalics  <rudalics@gmx.at>
4026         * window.el (display-buffer): Fix handling of not-this-window
4027         argument.  (Bug#1415)
4029 2008-11-27  Kenichi Handa  <handa@m17n.org>
4031         * international/characters.el: Set category 'C' to characters
4032         #x20000..#x2AFFF, #x2F800..#x2FFFF.
4034         * loadup.el: Set inhibit-load-charset-map to t while preloading files.
4036 2008-11-27  Chong Yidong  <cyd@stupidchicken.com>
4038         * tool-bar.el (tool-bar-find-image-cache): Var deleted.
4039         (tool-bar-find-image): Function deleted.
4040         (tool-bar-local-item, tool-bar-local-item-from-menu):
4041         Use find-image instead of tool-bar-find-image.
4042         (tool-bar-keymap-cache): New hash table.
4043         (tool-bar-make-keymap): Use it.
4044         (tool-bar-make-keymap-1): Move body of tool-bar-make-keymap here.
4046 2008-11-26  Michael Albinus  <michael.albinus@gmx.de>
4048         * net/dbus.el (dbus-handle-event): The result of a message call
4049         handler can also be an object, which is not a consp.
4051 2008-11-25  Alan Mackenzie  <acm@muc.de>
4053         * emacs-lisp/lisp.el (forward-sexp, backward-sexp, mark-sexp)
4054         (forward-list, backward-list, down-list, backward-up-list)
4055         (up-list, kill-sexp, backward-kill-sexp, kill-backward-up-list)
4056         (insert-pair, insert-parentheses): State that the command assumes
4057         that point is not in a string or comment.
4059 2008-11-26  Michael Albinus  <michael.albinus@gmx.de>
4061         * net/dbus.el (dbus-string-to-byte-array)
4062         (dbus-byte-array-to-string, dbus-escape-as-identifier)
4063         (dbus-unescape-from-identifier): New defuns.
4064         (dbus-handle-event): The result of a message call is a list of
4065         arguments, which must be expanded when passing to
4066         `dbus-method-return-internal'.
4068         * net/tramp.el (tramp-handle-write-region): Improve the check for
4069         calling direct copy.
4070         (tramp-find-inline-encoding): Don't raise an error but a warning,
4071         when no inline encoding is found.
4072         (tramp-get-remote-coding): Check for a symbol.  The negative check
4073         for a string fails, when there is an empty string.
4075 2008-11-26  Glenn Morris  <rgm@gnu.org>
4077         * vc-git.el (vc-git-diff-switches): New option.
4078         (vc-git-diff): Apply diff switches.  (Bug#1386)
4079         Give it a basic doc string.
4081         * term/pc-win.el (x-font-family-list): Replace redefinition with
4082         ifdef in src/xfaces.c, since it confuses make-docfile.  (Bug#1383)
4084 2008-11-26  Vincent Belaïche  <vincent.b.1@hotmail.fr>
4086         * calc/calc-alg.el (calcFunc-collect): Normalize the coefficients
4087         of the polynomial rather than the whole polynomial.
4089 2008-11-25  Chong Yidong  <cyd@stupidchicken.com>
4091         * mail/mailabbrev.el (define-mail-abbrev): When reading from
4092         mailrc, recognize string quoting.  When reading from Lisp, accept
4093         rfc822-like addresses.
4095         * mail/mailalias.el (define-mail-alias): Sync code with
4096         define-mail-abbrev.
4098 2008-11-25  Glenn Morris  <rgm@gnu.org>
4100         * eshell/esh-proc.el (eshell-gather-process-output):
4101         Revert previous change.  (re-opens Bug#1388)
4103         * select.el (x-set-cut-buffer): Fix signal arguments.
4105         * speedbar.el (speedbar-restricted-move): Fix signal arguments.
4107 2008-11-25  Juanma Barranquero  <lekktu@gmail.com>
4109         * play/bubbles.el (bubbles-mode): Define with `define-derived-mode'.
4110         (bubbles-shift-mode, bubbles--update-score): Fix typos in docstrings.
4111         (bubbles--empty-char): Use "\s".
4113 2008-11-25  Jay Belanger  <jay.p.belanger@gmail.com>
4115         * calc/calc.el (calc-settings-file, calc-language-alist)
4116         (calc-embedded-announce-formula)
4117         (calc-embedded-announce-formula-alist)
4118         (calc-embedded-open-formula, calc-embedded-close-formula)
4119         (calc-embedded-open-close-formula-alist)
4120         (calc-embedded-word-regexp-alist, calc-embedded-open-plain)
4121         (calc-embedded-close-plain, calc-embedded-open-close-plain-alist)
4122         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
4123         (calc-embedded-open-close-new-formula-alist)
4124         (calc-embedded-open-mode, calc-embedded-close-mode)
4125         (calc-embedded-open-close-mode-alist, calc-gnuplot-name)
4126         (calc-gnuplot-plot-command, calc-gnuplot-print-command)
4127         (calc-multiplication-has-precedence): Remove unnecessary asterisks
4128         from docstrings.
4130 2008-11-25  Juanma Barranquero  <lekktu@gmail.com>
4132         * calculator.el (calculator-op-or-exp): Reflow docstring.
4133         (calculator-remove-zeros, calculator-repR, calculator-repL):
4134         Fix typos in docstrings.
4136 2008-11-24  Chong Yidong  <cyd@stupidchicken.com>
4138         * log-view.el (log-view-annotate-version): Let vc-annotate manage
4139         windows instead of calling switch-to-buffer.
4141         * diff.el (diff-sentinel): Take note of diff error return value.
4143 2008-11-24  Martin Rudalics  <rudalics@gmx.at>
4145         * calendar/appt.el (appt-disp-window): Do a set-buffer when the
4146         frame can't be split.
4148 2008-11-24  Ulf Jasper  <ulf.jasper@web.de>
4150         * net/newst-treeview.el (newsticker--treeview-current-feed): Docstring.
4151         (newsticker--treeview-item-show): Rename arg FEED to FEED-NAME-SYMBOL.
4152         (newsticker--treeview-tree-update-tag): Remove dead code.
4153         (newsticker-treeview-update): Don't update cache.
4154         (newsticker-treeview-quit): Don't save cache.
4155         (newsticker-treeview-save): Don't save cache.  Use `newsticker-dir'.
4156         (newsticker-treeview-save): Use `newsticker-dir'.
4157         (newsticker--treeview-load): Use `newsticker-dir'.
4158         (newsticker--treeview-mark-item): Call `newsticker--cache-save-feed'.
4159         Update tags.
4160         (newsticker-treeview-tree-do-click): Slightly simplified.
4162         * net/newst-backend.el (newsticker-dir): New.
4163         (newsticker-start): Use `newsticker--cache-read'.
4164         (newsticker-stop): Use `newsticker--cache-save'.
4165         (newsticker--sentinel-work): Use `newsticker--cache-save-feed'.
4166         (newsticker--images-dir): New.
4167         (newsticker--image-get, newsticker--image-sentinel):
4168         Use `newsticker--images-dir'.
4169         (newsticker--cache-save-version1): Backup version of
4170         `newsticker--cache-save'.
4171         (newsticker--cache-update): Create newsticker-dir if necessary.
4172         (newsticker--cache-dir): New.
4173         (newsticker--cache-save): Save feeds separately in `newsticker-dir'.
4174         (newsticker--cache-save-feed): New.
4175         (newsticker--cache-read-version1): New.  Backuped version for reading
4176         cache data..
4177         (newsticker--cache-read, newsticker--cache-do-read): New.
4179         * net/newst-reader.el (newsticker--image-read):
4180         Use `newsticker--images-dir'.
4182 2008-11-24  Chong Yidong  <cyd@stupidchicken.com>
4184         * files.el (confirm-nonexistent-file-or-buffer):
4185         Allow `after-completion' value to request confirm only after TAB.
4186         (confirm-nonexistent-file-or-buffer): New function.
4187         (read-buffer-to-switch, find-file, find-file-other-window)
4188         (find-file-other-frame, find-file-read-only)
4189         (find-file-read-only-other-window)
4190         (find-file-read-only-other-frame): Use it.
4191         (switch-to-buffer-other-window, switch-to-buffer-other-frame): Doc fix.
4192         Thanks to Alan Mackenzie for suggesting the new behavior.
4194         * minibuffer.el (minibuffer-complete-and-exit):
4195         Change `confirm-only' value of minibuffer-completion-confirm to
4196         `confirm', and handle a `confirm-after-completion' value.
4198 2008-11-24  Juanma Barranquero  <lekktu@gmail.com>
4200         * emacs-lisp/elp.el (elp-instrument-list): Fix 2nd arg of `signal'.
4202 2008-11-24  Andreas Schwab  <schwab@suse.de>
4204         * image.el (image-type-header-regexps): Recognize more xbm format
4205         variants.
4207 2008-11-24  Juanma Barranquero  <lekktu@gmail.com>
4209         * textmodes/artist.el (artist-charlist-to-string): Simplify.
4210         (artist-mode-name, artist-mt, artist-vaporize-fuzziness)
4211         (artist-prev-next-op-alist, artist-mode-line-show-curr-operation)
4212         (artist-replace-string, artist-draw-rect, artist-draw-line)
4213         (artist-undraw-line, artist-draw-sline, artist-undraw-rect)
4214         (artist-rect-corners-squarify, artist-undraw-square, artist-fill-square)
4215         (artist-pen, artist-pen-line, artist-text-insert-common)
4216         (artist-text-overwrite, artist-spray-get-interval)
4217         (artist-spray-clear-circle, artist-erase-char)
4218         (artist-ellipse-generate-quadrant, artist-copy-square, artist-paste)
4219         (artist-flood-fill, artist-key-draw-continously, artist-key-draw-poly)
4220         (artist-key-draw-1point, artist-key-draw-2points)
4221         (artist-mouse-draw-continously): Fix typos in docstrings.
4222         (artist-aspect-ratio, artist-mode, artist-go-get-symbol-shift)
4223         (artist-go-get-symbol-shift-sub, artist-previous-line, artist-next-line)
4224         (artist-backward-char, artist-forward-char): Doc fixes.
4225         (artist-vaporize-line, artist-spray-chars, artist-spray-new-char):
4226         Reflow docstrings.
4228 2008-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4230         * international/quail.el (quail-vunion): New function.
4231         (quail-defrule-internal): Use it to prevent accumulating redundant
4232         alternatives when `append' is set.
4233         (quail-insert-decode-map): Simplify computation of the max-key-width.
4234         Compute it right for multiple-list.
4236 2008-11-24  Chong Yidong  <cyd@stupidchicken.com>
4238         * emacs-lisp/elp.el (elp-instrument-list): Check argument type
4239         explicitly.  Doc fix.
4241 2008-11-24  Martin Rudalics  <rudalics@gmx.at>
4243         * calendar/appt.el (appt-disp-window): Move minibuffer check
4244         after binding this-window and do not set-buffer to make sure we
4245         won't deselect the minibuffer.  (Bug#1413)
4247 2008-11-24  Dan Nicolaescu  <dann@ics.uci.edu>
4249         * vc-hg.el (vc-hg-program): Remove.
4250         (vc-hg-state, vc-hg-working-revision, vc-hg-command):
4251         Undo previous change.
4253 2008-11-23  Martin Rudalics  <rudalics@gmx.at>
4255         * info-look.el (info-lookup): When Info buffer is visible on
4256         another frame, raise that frame.
4258 2008-11-23  Juanma Barranquero  <lekktu@gmail.com>
4260         * allout.el (allout-mode): Fix typo in docstring.
4262         * vc-annotate.el (vc-annotate-warp-revision): Reflow docstring.
4263         (vc-annotate-very-old-color, vc-annotate-display): Fix docstring typos.
4265 2008-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4267         * vc-hooks.el (vc-follow-link): Complete last change.
4269 2008-11-23  Juanma Barranquero  <lekktu@gmail.com>
4271         * textmodes/remember.el (remember-region): Doc fix.
4272         (remember-filter-functions, remember-handler-functions)
4273         (remember-save-after-remembering, remember-mailbox)
4274         (remember-default-priority, remember-data-file, remember-leader-text)
4275         (remember-diary-file): Remove * from defcustom docstrings.
4276         (remember-run-all-annotation-functions-flag)
4277         (remember-all-handler-functions): Reflow docstrings.
4278         (remember-store-in-mailbox): Fix typo in docstring.
4279         (remember-mode): Define with `define-derived-mode'.  Doc fix.
4281 2008-11-23  Glenn Morris  <rgm@gnu.org>
4283         * eshell/esh-cmd.el (eshell-in-pipeline-p): Add doc-string.
4284         (eshell-do-pipelines): Add optional argument to distinguish recursive
4285         calls.  Use to set eshell-in-pipeline-p to 'first for the first command
4286         in a pipeline.
4288         * eshell/esh-proc.el (eshell-gather-process-output):
4289         Set process-connection-type nil for all but the first element of a
4290         pipeline.  (Bug#1388)
4292 2008-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
4294         * ediff-hook.el: Add tooltips to Emacs menus.
4296         * ediff.el: Change date of last update.
4298 2008-11-22  Juri Linkov  <juri@jurta.org>
4300         * dired-aux.el (dired-isearch-filenames): Add new context-dependent
4301         option `dwim'.  Change non-dwim option from `dired-filename' to `t'.
4302         Doc fix.
4303         (dired-isearch-filenames-setup): Run filename Isearch only when
4304         dired-isearch-filenames is t or dired-isearch-filenames is `dwim'
4305         and the text property `dired-filename' at point is non-nil.
4306         In this case also set isearch-message-prefix-add to "filename ".
4307         (dired-isearch-filenames-end): Set isearch-message-prefix-add to nil.
4308         (dired-isearch-filenames, dired-isearch-filenames-regexp):
4309         Don't let-bind isearch-message-prefix-add since this is done now
4310         in dired-isearch-filenames-setup.
4312         * isearch.el (isearch-mode): Change the order of calling
4313         `isearch-update' and running the `isearch-mode-hook' to call
4314         `isearch-update' with Isearch parameters set in this hook.
4316         * progmodes/compile.el (compilation-auto-jump-to-first-error):
4317         Fix docstring - change "during `compile'" to "during compilation".
4319         * descr-text.el (describe-char-unidata-list): Move `old-name' to
4320         be immediately after `name'.
4322         * startup.el (initial-buffer-choice): Change an abstract file name
4323         "file.txt" to more reasonable default file name value "~/.emacs".
4325 2008-11-22  Juri Linkov  <juri@jurta.org>
4327         * files.el (hack-local-variables-confirm): Rename arg `project' to
4328         `dir-name'.  Move `(or dir-name name)' to let-binding of `name'.
4329         (hack-local-variables-filter): Rename arg `project' to `dir-name'.
4330         (hack-local-variables): Rename call of `hack-project-variables' to
4331         `hack-dir-local-variables'.  Change error text to "Directory-local
4332         variables error".
4333         (dir-locals-class-alist): Rename from `project-class-alist'.
4334         (dir-locals-directory-alist): Rename from `project-directory-alist'.
4335         (dir-locals-get-class-variables): Rename from `project-get-alist'.
4336         (dir-locals-collect-mode-variables): Rename from
4337         `project-collect-bindings-from-alist'.  Rename arg `mode-alist' to
4338         `mode-variables', and arg `settings' to `variables'.
4339         (dir-locals-collect-variables): Rename from
4340         `project-collect-binding-list'.  Rename arg `binding-list' to
4341         `class-variables', and arg `settings' to `variables'.
4342         (dir-locals-set-directory-class): Rename from `set-directory-project'.
4343         (dir-locals-set-class-variables): Rename from `define-project-bindings'.
4344         Rename arg `settings' to `variables'.
4345         (dir-locals-file): New defconst.
4346         (dir-locals-find-file): Rename from `project-find-settings-file'.
4347         Use `dir-locals-file'.  Rename let-bound `settings' to `locals-file',
4348         and `pda' to `dir-elt'.
4349         (dir-locals-read-from-file): Rename from
4350         `project-define-from-project-file'.  Rename arg `settings-file'
4351         to `file'.  Rename let-bound `list' to `variables'.
4352         (hack-dir-local-variables): Rename from `hack-project-variables'.
4353         Rename let-bound `settings' to `variables-file', `root-dir'
4354         to `dir-name', and `bindings' to `variables'.
4356 2008-11-22  Lute Kamstra  <lute@gnu.org>
4358         * simple.el (goto-line): Rename argument.
4360 2008-11-22  Eli Zaretskii  <eliz@gnu.org>
4362         * makefile.w32-in (compile-first): New target.
4363         (recompile): Depend on compile-first.
4365         * Makefile.in (recompile): Depend on compile-first.
4367 2008-11-22  Martin Rudalics  <rudalics@gmx.at>
4369         * files.el (switch-to-buffer-other-window)
4370         (switch-to-buffer-other-frame): Rename buffer argument to
4371         buffer-or-name.  Reword and mention new option
4372         confirm-nonexistent-file-or-buffer in doc-string.
4374 2008-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
4376         * emulation/viper.el: Date change.
4378         * emulation/viper-cmd.el (viper-envelop-ESC-key):
4379         viper-translate-all-ESC-keysequences is now a function.
4381         * emulation/viper-init.el (viper-translate-all-ESC-keysequences):
4382         Make this variable.
4384 2008-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4386         * vc-hooks.el (vc-follow-link, vc-find-file-hook):
4387         Use buffer-file-truename to handle symlinks in any part of the filename.
4389 2008-11-22  Glenn Morris  <rgm@gnu.org>
4391         * vc-mtn.el (vc-mtn-diff-switches): New option.
4392         (vc-mtn-program): Rename from vc-mtn-command, for
4393         consistency with other backends.  Keep old name as alias.
4394         Update callers.  Make it a defcustom.
4395         (vc-mtn-diff): Give it a doc string.  Apply diff switches.
4397         * vc-arch.el (vc-arch-program): Rename from vc-arch-command, for
4398         consistency with other backends.  Keep old name as alias.
4399         Make it a defcustom.
4400         (vc-arch-command, vc-arch-trim-revlib): Adapt for above change.
4402         * vc-hg.el (vc-hg-program): New option.
4403         (vc-hg-state, vc-hg-working-revision, vc-hg-command):
4404         Use vc-hg-program rather than hard-coded "hg".
4406         * vc-svn.el: Remove leading `*' from defcustom doc-strings.
4407         (vc-svn-program): Move defcustom to start.
4408         (vc-svn-create-repo, vc-svn-modify-change-comment):
4409         Use vc-svn-program rather than hard-coded "svn".
4411         * menu-bar.el: Stylistic consistency fixes for various menu and
4412         help texts.
4414         * kmacro.el (kmacro-insert-counter): Doc fix.
4416 2008-11-21  Ivan Shmakov  <oneingray@gmail.com>  (tiny change)
4418         * progmodes/tcl.el (tcl-filter): Don't forcibly move point.
4420 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4422         * international/quail.el (quail-indent-to): New function.
4423         (quail-completion-1, quail-completion-list-translations)
4424         (quail-insert-decode-map): Use it to improve alignment.
4425         (quail-build-decode-map): Don't ignore latin-1 chars.
4426         (quail-help): Increase the max decode-map size so that even the TeX map
4427         gets printed.
4429         * bookmark.el (bookmark-get-bookmark): Add `noerror' arg.
4430         Signal error for invalid bookmark.
4431         (bookmark-get-bookmark-record): Undo last change.
4432         (bookmark-store, bookmark-delete): Use new arg `noerror'.
4434         * bookmark.el (bookmark-buffer-file-name): Also abbreviate dired-dir.
4435         Suggested by Toru TSUNEYOSHI.
4437 2008-11-21  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
4439         * byte-opt.el (byte-compile-butlast): Move up in file.
4440         (byte-optimize-plus): Don't call
4441         byte-optimize-delay-constants-math (bug#1334).
4442         Use byte-optimize-predicate to optimize constants.
4443         (byte-optimize-minus): Don't call byte-optimize-delay-constants-math.
4444         Remove zero arguments first
4445         if possible.  Call byte-optimize-predicate to optimize constants.
4446         (byte-optimize-multiply): Remove optimizations for arguments of 0
4447         and 2, which may be inaccurate.  Optimize (* x -1) to (- x).
4448         Call byte-optimize-predicate.
4449         (byte-optimize-divide): Leave runtime errors unchanged.
4450         Optimize (/ x 1) to (+ x 0).  Remove optimizations for arguments of
4451         0 and 2.0, which may be inaccurate.  Call byte-optimize-predicate.
4453 2008-11-21  Juanma Barranquero  <lekktu@gmail.com>
4455         * bookmark.el (bookmark-jump-noselect): Add obsolescence
4456         declaration and remove redundant info from docstring.
4458         * isearch.el (isearch-search-string): Doc fix.
4459         (search-exit-option, search-slow-window-lines, search-slow-speed)
4460         (search-upper-case, search-nonincremental-instead)
4461         (search-whitespace-regexp, search-ring-max, regexp-search-ring-max)
4462         (search-ring-update, search-highlight, isearch-lazy-highlight)
4463         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
4464         (lazy-highlight-interval): Remove * from defcustom docstrings.
4465         (isearch-resume-in-command-history, lazy-highlight-max-at-a-time):
4466         Remove * from defcustom docstrings; fix typos.
4467         (isearch-push-state-function, isearch-help-for-help-internal)
4468         (isearch-help-for-help, isearch-describe-bindings)
4469         (isearch-describe-mode, minibuffer-local-isearch-map, isearch-mode)
4470         (isearch-pop-fun-state, isearch-search-fun-function)
4471         (isearch-lazy-highlight-search): Fix typos in docstrings.
4472         (isearch-yank-internal, isearch-fallback): Reflow docstrings.
4473         (isearch-forward): Fix typo and reflow docstring.
4474         (isearch-help-map): Remove unused `i' binding.  Fix typos in docstring.
4475         (isearch-mode-map): Don't use `let*'.
4477 2008-11-21  Chong Yidong  <cyd@stupidchicken.com>
4479         * files.el (confirm-nonexistent-file-or-buffer): Change default to nil.
4481 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4483         * isearch.el (isearch-search-string): Simplify and convert docstring.
4485         * buff-menu.el (Buffer-menu-short-ellipsis): Partly undo last change.
4487 2008-11-20  Juanma Barranquero  <lekktu@gmail.com>
4489         * international/mule-util.el (set-nested-alist): Doc fix.  Use `when'.
4490         (lookup-nested-alist): Doc fix.
4491         (with-coding-priority): Reflow docstring.
4492         (detect-coding-with-priority): Fix typos in obsolescence declaration.
4493         (char-displayable-p): Reflow docstring.  Use `when'.
4495 2008-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
4497         * calendar/cal-menu.el (cal-menu-scroll-menu): Add bindings for
4498         week forward/backward.
4500 2008-11-20  Juanma Barranquero  <lekktu@gmail.com>
4502         * ehelp.el (electric-help-map, ehelp-map): Define within defvar.
4503         (with-electric-help): Fix typo and reflow docstring.
4505 2008-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4507         * buff-menu.el (Buffer-menu-short-ellipsis): New constant.
4508         (Buffer-menu-buffer+size): Use it, fix last change, and simplify.
4509         (list-buffers-noselect): Don't need to pad.
4511 2008-11-20  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
4513         * buff-menu.el (Buffer-menu-buffer+size, list-buffers-noselect):
4514         Pay attention to char widths when computing string sizes.
4516 2008-11-20  Juanma Barranquero  <lekktu@gmail.com>
4518         * emacs-lisp/bytecomp.el (byte-compile-dynamic-docstrings)
4519         (byte-compile-output-docform): Reflow docstrings.
4520         (no-byte-compile): Fix typo in docstring.
4521         (byte-recompile-directory, compile-defun): Doc fixes.
4522         (emacs-lisp-file-regexp, byte-compile-verbose)
4523         (byte-compile-compatibility, byte-optimize, byte-compile-delete-errors)
4524         (byte-compile-dynamic-docstrings, byte-optimize-log)
4525         (byte-compile-error-on-warn, byte-compile-warnings)
4526         (byte-compile-generate-call-tree, byte-compile-call-tree-sort):
4527         Remove * from defcustom docstrings.
4529 2008-11-20  Glenn Morris  <rgm@gnu.org>
4531         * format.el (format-alist, format-write-file): Doc fix.
4533         * proced.el (proced-available): New variable.
4534         (proced-process-attributes): Move availability check from previous
4535         change from here...
4536         (proced): ... to here.
4538         * vc-hg.el (vc-hg-diff-switches): New option.
4539         (vc-hg-diff): Apply diff switches.  (Bug#1017)
4541         * calc/calc-units.el (math-additional-units): Doc fix (active voice).
4543         * progmodes/fortran.el (fortran-mode-map): Add some menu :help.
4545 2008-11-20  Stephen Berman  <Stephen.Berman@gmx.net>
4547         * files.el (auto-mode-alist): Recognize more OpenOffice.org extensions.
4549 2008-11-19  Juanma Barranquero  <lekktu@gmail.com>
4551         * calc/calc-units.el (math-units-table): Doc fix.
4552         (math-standard-units): Fix typo in constant's description.
4553         (math-additional-units): Fix typo in docstring.
4555 2008-11-19  Ulrich Mueller  <ulm@kph.uni-mainz.de>
4557         * calc/calc-units.el (math-standard-units): Add eps0,
4558         permittivity of vacuum.
4560 2008-11-19  Dan Nicolaescu  <dann@ics.uci.edu>
4562         * files.el (project-settings-file): Remove.
4563         (project-find-settings-file): Undo previous change that added the
4564         use of project-settings-file.
4566 2008-11-19  Glenn Morris  <rgm@gnu.org>
4568         * proced.el (proced, proced-format-time): Doc fixes.
4569         (proced-process-attributes): Signal an error if unsupported.  (Bug#1314)
4571 2008-11-19  Karl Fogel  <kfogel@red-bean.com>
4573         * bookmark.el (bookmark-jump-noselect): Move the deprecation
4574         notice into the doc string, following up to 2008-10-29T17:42:49Z!cyd@stupidchicken.com.
4576 2008-11-19  Lute Kamstra  <lute@gnu.org>
4578         * autoinsert.el (auto-insert-alist): Don't use match data.
4580 2008-11-19  Glenn Morris  <rgm@gnu.org>
4582         * progmodes/f90.el (f90-mode-map): Add some menu :help.
4584         * autoinsert.el (auto-insert-alist): Update template to FDL 1.3+.
4586         * emacs-lisp/cl.el (floor*, ceiling*, truncate*, round*, mod*):
4587         * term/w32-win.el (x-select-font): Declare.
4589         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix a/an typo.
4590         Use the imperative for all help strings.
4592 2008-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4594         * textmodes/ispell.el (ispell-dictionary-base-alist): Adjust to the
4595         case where the default dictionary is French, Spanish, younameit.
4597         * window.el (window--frame-usable-p): Consider dedicated windows
4598         as usable.
4600         * files.el (confirm-nonexistent-file-or-buffer):
4601         Rename from find-file-confirm-nonexistent-file.
4602         (read-buffer-to-switch): Use it.
4604 2008-11-18  Juanma Barranquero  <lekktu@gmail.com>
4606         * server.el (server-temp-file-p): Use `string-match-p'.
4607         (server-socket-dir): Set to nil if local sockets are unsupported.
4608         (server-start): Don't try to delete local socket if unsupported.
4609         (server-kill-new-buffers): Reflow docstring.
4610         (server-delete-client, server-handle-delete-frame)
4611         (server-save-buffers-kill-terminal): Doc fixes.
4612         (server-send-string): Fix typo in docstring.
4614 2008-11-18  Sam Steingold  <sds@gnu.org>
4616         * progmodes/compile.el (compilation-start-hook): New hook.
4617         (compilation-start): Run it on the compilation process.
4619 2008-11-18  Juanma Barranquero  <lekktu@gmail.com>
4621         * international/mule-cmds.el (update-leim-list-file): Simplify.
4622         (prefer-coding-system, find-coding-systems-for-charsets):
4623         Fix docstring typos.
4624         (select-safe-coding-system, input-method-exit-on-first-char)
4625         (language-info-alist, language-info-custom-alist): Reflow docstrings.
4626         (toggle-input-method, read-multilingual-string): Doc fixes.
4627         Reflow docstrings.
4628         (locale-name-match, sort-coding-systems, find-multibyte-characters)
4629         (read-char-by-name): Use `string-match-p'.
4630         (get-char-code-property, put-char-code-property)
4631         (char-code-property-description): Be silent while loading uni-* files.
4632         (ucs-names): Use `dotimes-with-progress-reporter', because loading
4633         the Unicode character names is *slow*.
4635 2008-11-17  Chong Yidong  <cyd@stupidchicken.com>
4637         * wid-edit.el (widget-image-insert): Don't add a mouse-face.
4639         * cus-edit.el (custom-group-value-create): Don't insert docstring twice.
4641 2008-11-17  Juanma Barranquero  <lekktu@gmail.com>
4643         * international/mule-cmds.el (ucs-completions): Mark as risky.
4645 2008-11-17  Martin Rudalics  <rudalics@gmx.at>
4647         * help-macro.el (three-step-help): Remove * from defcustom.
4648         (make-help-screen): Don't iconify selected frame.  (Bug#1322)
4649         Use when instead of if and cond within condition-case.
4651         * window.el (quit-window): Bind window to selected window when
4652         trying to delete it.
4654 2008-11-17  Glenn Morris  <rgm@gnu.org>
4656         * progmodes/cc-defs.el (c-put-char-property-fun): Add fallback
4657         definition of 'ignore, rather than nil.  (Bug#1353)
4659 2008-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4661         * window.el (window--frame-usable-p): Allow use for soft-dedication.
4663 2008-11-17  Juanma Barranquero  <lekktu@gmail.com>
4665         * emulation/viper-cmd.el (viper-harness-minor-mode): Fix docstring typo.
4667         * simple.el (quoted-insert, minibuffer-history-isearch-pop-state, undo)
4668         (undo-only, rotate-yank-pointer, kill-whole-line, push-mark-command)
4669         (exchange-point-and-mark, set-goal-column, kill-line, backward-word)
4670         (kill-word, backward-kill-word, zap-to-char): Doc fixes.
4671         (shell-command, repeat-complex-command): Reflow docstrings.
4672         (pop-to-mark-command): Fix typos in docstring.
4674 2008-11-17  Juri Linkov  <juri@jurta.org>
4676         * isearch.el (isearch-filter-predicate): Rename from
4677         `isearch-success-function'.  Rename default value from
4678         `isearch-success-function-default' to
4679         `isearch-filter-invisible'.  Doc fix.
4680         (isearch-filter-invisible): Rename from
4681         `isearch-success-function-default'.  Doc fix.
4682         (isearch-search, isearch-lazy-highlight-search):
4683         Rename `isearch-success-function' to `isearch-filter-predicate'.
4685         * dired-aux.el (dired-isearch-filter-predicate-orig): Rename from
4686         `dired-isearch-orig-success-function'.
4687         (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
4688         (dired-isearch-filenames-end): Rename `isearch-success-function' to
4689         `isearch-filter-predicate'.  Doc fix.
4690         (dired-isearch-filter-filenames): Rename from
4691         `dired-isearch-success-function'.
4693         * info.el (Info-search, Info-mode):
4694         Rename `isearch-success-function' to `isearch-filter-predicate'.
4695         (Info-isearch-filter-predicate): Rename from
4696         `Info-search-success-function'.
4698         * simple.el (minibuffer-default-add-function): Fix docstring to
4699         use clear text "default values" instead of obscure references to
4700         the dynamic variable `minibuffer-default'.
4702 2008-11-16  Glenn Morris  <rgm@gnu.org>
4704         * term/ns-win.el (ns-extended-platform-support-mode):
4705         Tweak menu entry from previous change.
4707         * wid-edit.el (advertised-widget-backward): Remove autoload cookie.
4709         * cus-edit.el (custom-buffer-create-internal): Always insert the
4710         in-buffer buttons, regardless of tool-bar.  (Bug#1326)
4712 2008-11-16  Chong Yidong  <cyd@stupidchicken.com>
4714         * subr.el (read-passwd): Use read-event instead of read-char-exclusive.
4716 2008-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4718         * ielm.el (ielm-eval-input): Fix thinko in last change.
4720 2008-11-16  Chong Yidong  <cyd@stupidchicken.com>
4722         * subr.el (read-passwd): Yank current kill if the user enters C-y.
4724 2008-11-16  Michael Albinus  <michael.albinus@gmx.de>
4726         * net/tramp.el (tramp-handle-file-name-as-directory): New defun.
4727         (tramp-file-name-handler-alist): Handle `file-name-as-directory'.
4729         * net/tramp-fish.el (tramp-fish-file-name-handler-alist)
4730         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
4731         Handle `file-name-as-directory'.
4733 2008-11-16  Chong Yidong  <cyd@stupidchicken.com>
4735         * startup.el (fancy-startup-text): Give "Emacs tutorial" line the
4736         usual variable-pitch face.
4738 2008-11-16  Juanma Barranquero  <lekktu@gmail.com>
4740         * net/ange-ftp.el (ange-ftp-multi-msgs, ange-ftp-good-msgs)
4741         (ange-ftp-try-passive-mode, ange-ftp-data-buffer-name)
4742         (ange-ftp-account-hashtable, ange-ftp-ls-cache-lsargs)
4743         (ange-ftp-ls-cache-file, ange-ftp-ls-cache-res, ange-ftp-get-user)
4744         (ange-ftp-ftp-name-component, ange-ftp-kill-ftp-process)
4745         (ange-ftp-quote-string, ange-ftp-process-handle-line)
4746         (ange-ftp-start-process, ange-ftp-send-cmd, ange-ftp-add-dumb-unix-host)
4747         (ange-ftp-before-parse-ls-hook, ange-ftp-after-parse-ls-hook)
4748         (ange-ftp-ls, ange-ftp-add-dl-dir, ange-ftp-get-file-entry)
4749         (ange-ftp-set-binary-mode, ange-ftp-set-ascii-mode, ange-ftp-get-pwd)
4750         (ange-ftp-file-name-as-directory-alist, ange-ftp-reread-dir)
4751         (ange-ftp-vms-filename-regexp, ange-ftp-bs2000-fix-name-regexp-reverse)
4752         (ange-ftp-bs2000-fix-name-regexp): Fix typos in docstrings.
4753         (ange-ftp-name-format, ange-ftp-gateway-fatal-msgs)
4754         (ange-ftp-xfer-size-msgs, ange-ftp-tmp-name-template)
4755         (ange-ftp-netrc-filename, ange-ftp-disable-netrc-security-check)
4756         (ange-ftp-default-user, ange-ftp-default-password)
4757         (ange-ftp-default-account, ange-ftp-netrc-default-password)
4758         (ange-ftp-netrc-default-account, ange-ftp-dumb-unix-host-regexp)
4759         (ange-ftp-binary-file-name-regexp, ange-ftp-gateway-host)
4760         (ange-ftp-gateway-prompt-pattern, ange-ftp-smart-gateway-port)
4761         (ange-ftp-send-hash, ange-ftp-binary-hash-mark-size)
4762         (ange-ftp-ascii-hash-mark-size, ange-ftp-process-verbose)
4763         (ange-ftp-ftp-program-name, ange-ftp-gateway-ftp-program-name)
4764         (ange-ftp-ftp-program-args, ange-ftp-nslookup-program)
4765         (ange-ftp-make-backup-files, ange-ftp-retry-time)
4766         (ange-ftp-bs2000-special-prefix): Remove * from defcustom docstrings.
4767         (ange-ftp-skip-msgs, ange-ftp-potential-error-msgs)
4768         (ange-ftp-gateway-tmp-name-template)
4769         (ange-ftp-generate-anonymous-password, ange-ftp-local-host-regexp)
4770         (ange-ftp-gateway-program-interactive, ange-ftp-smart-gateway)
4771         (ange-ftp-raw-login): Remove * from defcustom docstrings; fix typos.
4772         (ange-ftp-fatal-msgs): Remove * from defcustom docstring; doc fix.
4773         (ange-ftp-gateway-program): Remove * from docstring and reflow.
4774         (ange-ftp-hash-entry-exists-p, ange-ftp-hash-table-keys)
4775         (ange-ftp-raw-send-cmd, ange-ftp-get-files, ange-ftp-canonize-filename)
4776         (ange-ftp-file-name-as-directory, ange-ftp-directory-file-name):
4777         (ange-ftp-copy-files-async, ange-ftp-rename-remote-to-remote):
4778         (ange-ftp-rename-local-to-remote): Doc fixes.
4779         (ange-ftp-set-xfer-size, ange-ftp-call-cont, ange-ftp-process-filter):
4780         Use `when', `unless'.
4781         (ange-ftp-set-passwd): Rename arg PASSWD to PASSWORD.
4782         (ange-ftp-process-handle-hash): Rename arg STR to STRING.
4783         (ange-ftp-nslookup-host): Rename arg HOST to HOSTNAME.
4784         (ange-ftp-smart-login): Rename arg PASS to PASSWORD.
4785         (ange-ftp-normal-login): Rename arg PASS to PASSWORD.  Fix typo.
4786         (ange-ftp-process-sentinel): Use `when'.  Fix typo.
4787         (ange-ftp-gwp-start): Use `let', not `let*'; use `when'.  Fix typo.
4788         (ange-ftp-fix-name-func-alist, ange-ftp-fix-dir-name-func-alist)
4789         (ange-ftp-parse-list-func-alist, ange-ftp-add-file-entry-alist)
4790         (ange-ftp-delete-file-entry-alist): Fix typos and reflow docstring.
4791         (ange-ftp-dumb-unix-host, ange-ftp-binary-file)
4792         (ange-ftp-directory-files, ange-ftp-file-modtime, ange-ftp-vms-host)
4793         (ange-ftp-mts-host, ange-ftp-cms-host, ange-ftp-bs2000-host)
4794         (ange-ftp-bs2000-posix-host): Use `string-match-p' instead of
4795         `(save-match-data (string-match ...))'.
4796         (ange-ftp-use-gateway-p, ange-ftp-use-smart-gateway-p)
4797         (ange-ftp-file-name-directory, ange-ftp-file-name-nondirectory):
4798         Use `string-match-p' instead of `(save-match-data (string-match ...))'.
4799         Doc fixes.
4801 2008-11-16  Michael Kifer  <kifer@cs.stonybrook.edu>
4803         * emulation/viper-init.el (viper-ESC-keyseq-timeout): Make it into a
4804         function instead of a variable.
4806         * emulation/viper-util.el (viper-fast-keysequence-p): Change to use
4807         viper-ESC-keyseq-timeout as a function.
4808         (viper-get-saved-cursor-color-in-replace-mode): Use defun instead of
4809         defsubst.
4811         * emulation/viper-cmd.el: Let line-move-visual to nil when using
4812         next-line or previous-line.
4813         (viper-R-state-post-command-sentinel): Use defun instead of defsubst.
4815         * emulation/viper-keym.el (viper-ESC-key): Use (kbd "ESC").
4817         * ediff-util.el (ediff-toggle-multiframe): Check if control window is
4818         live.
4819         (ediff-save-buffer): Let window-min-height to 2.
4821         * ediff-wind.el (ediff-setup-windows-plain-compare): Avoid selecting
4822         the minibuffer.
4824 2008-11-16  Juanma Barranquero  <lekktu@gmail.com>
4826         * ielm.el (ielm-noisy, ielm-dynamic-return, ielm-mode-hook)
4827         (ielm-dynamic-multiline-inputs): Remove * from defcustom docstrings.
4828         (ielm-prompt-read-only, ielm-font-lock-keywords): Fix docstring typos.
4829         (ielm-map): Define within defvar.  Add docstring.
4830         (ielm-tab, ielm-eval-input, ielm-get-old-input, ielm-return)
4831         (ielm-complete-filename): Use `when', `unless'.
4832         (ielm-is-whitespace-or-comment): Use `string-match-p'.
4833         (ielm-return, ielm-get-old-input): Use `looking-at-p'.
4834         (ielm-change-working-buffer): Check that the buffer is live.
4835         (inferior-emacs-lisp-mode): Define with `define-derived-mode'.
4836         Simplify.  Reflow docstring.
4837         (inferior-emacs-lisp-mode-hook, inferior-emacs-lisp-mode-map):
4838         New aliases, to satisfy `define-derived-mode' expectations.
4840 2008-11-15  Glenn Morris  <rgm@gnu.org>
4841             Martin Rudalics  <rudalics@gmx.at>
4843         * emacs-lisp/find-func.el (find-function-advised-original): New.
4844         (find-function-C-source, find-function-noselect):
4845         Use find-function-advised-original to handle advised funcs.  (Bug#789)
4847 2008-11-15  Glenn Morris  <rgm@gnu.org>
4849         * emacs-lisp/find-func.el (find-function-noselect): Add missing "is" in
4850         alias message.
4852         * uniquify.el (uniquify-maybe-rerationalize-w/o-cb):
4853         Remove uniquify-after-kill-buffer-p dependency.
4854         (uniquify-kill-buffer-function): New function.
4855         (kill-buffer-hook): Use uniquify-kill-buffer-function.  (Bug#1315)
4857         * term/ns-win.el (ns-do-applescript, ns-popup-font-panel): Declare.
4858         (ns-show-manual, menu-bar-help-menu): Update for merge of ns-emacs into
4859         main Emacs manual.
4861 2008-11-15  Martin Rudalics  <rudalics@gmx.at>
4863         * window.el (quit-window): Restore delete window with second
4864         arg non-nil behavior as of before 2008-10-30 change.
4866 2008-11-15  Chong Yidong  <cyd@stupidchicken.com>
4868         * help-fns.el (describe-function-1): Do char-range check for
4869         self-insert-command.
4871 2008-11-14  Karl Fogel  <kfogel@red-bean.com>
4873         * files.el (file-precious-flag): Document that this flag is advisory.
4875 2008-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
4877         * emacs-lisp/bytecomp.el (byte-compile-associative)
4878         (byte-compile-minus, byte-compile-quo): If there are more than two
4879         operands, don't use binary operation code (bug#1334).
4881 2008-11-14  Juanma Barranquero  <lekktu@gmail.com>
4883         * w32-fns.el (w32-shell-dos-semantics):
4884         * calendar/diary-lib.el (diary-face-attrs):
4885         * international/mule-cmds.el (set-default-coding-systems)
4886         (prefer-coding-system):
4887         * net/tramp.el (tramp-set-completion-function):
4888         * progmodes/vhdl-mode.el (vhdl-file-header):
4889         * term/pc-win.el (msdos-show-help): Fix typos in docstrings.
4891         * emacs-lisp/authors.el (authors-fixed-entries): Fix typo in value.
4893         * files.el (enable-local-eval, not-modified, kill-buffer-ask)
4894         (kill-matching-buffers, save-buffers-kill-emacs)
4895         (save-buffers-kill-terminal): Fix typos in docstrings.
4896         (switch-to-buffer-other-window): Reflow docstring.
4897         (revert-buffer): Doc fix.
4898         (define-project-bindings): Rename arg LIST to SETTINGS.
4899         (project-find-settings-file): Use `let', not `let*'.
4900         Use `when'.
4902 2008-11-13  Juanma Barranquero  <lekktu@gmail.com>
4904         * files.el (project-settings-file, locate-dominating-file):
4905         Fix typos in docstrings.
4906         (find-file-visit-truename): Remove * from defcustom docstring.
4908 2008-11-13  T. V. Raman  <raman@users.sourceforge.net>  (tiny change)
4910         * files.el (project-settings-file): New variable.
4911         (project-find-settings-file): Use it, instead of hardcoding
4912         .dir.settings.el.
4914 2008-11-13  Glenn Morris  <rgm@gnu.org>
4916         * nxml/nxml-enc.el: Remove some charset code not needed since Emacs 22.
4918 2008-11-13  Henry Weller  <hweller0@gmail.com>  (tiny change)
4920         * net/mairix.el (mairix-widget-fields-list): Fix bug regarding searching
4921         in mail bodies.
4923 2008-11-12  Juanma Barranquero  <lekktu@gmail.com>
4925         * international/mule.el (autoload-coding-system, with-category-table)
4926         (ctext-non-standard-encodings-alist): Fix typos in docstrings.
4927         (coding-system-equal, set-buffer-process-coding-system): Doc fixes.
4928         (set-buffer-file-coding-system, revert-buffer-with-coding-system)
4929         (set-file-name-coding-system, ctext-pre-write-conversion)
4930         (auto-coding-functions, find-auto-coding, modify-coding-system-alist):
4931         Reflow docstrings.
4932         (charset-list, set-coding-priority): Remove redundant obsolescence info.
4933         (charset-id, charset-bytes, make-coding-system): Add obsolescence info.
4934         (char-valid-p): Define with `define-obsolete-function-alias'.
4936         * textmodes/artist.el (artist-mode): Fix typos in docstring.
4938 2008-11-12  Sam Steingold  <sds@gnu.org>
4940         * vc-cvs.el (vc-cvs-parse-root): Handle roots without colon
4941         between hostname and path.
4943 2008-11-11  Juri Linkov  <juri@jurta.org>
4945         * dired-aux.el (dired-isearch-filenames)
4946         (dired-isearch-filenames-regexp):
4947         Let-bind isearch-message-prefix-add to "filename ".
4949         * isearch.el (isearch-message-prefix-add)
4950         (isearch-message-suffix-add): New variables.
4951         (isearch-message-prefix): Show additional text from
4952         `isearch-message-prefix-add' before "I-search".
4953         (isearch-message-suffix): Show additional text from
4954         `isearch-message-suffix-add' at the end.
4956         * isearch.el (isearch-lazy-highlight-search): Use a loop like in
4957         `isearch-search'.  Call isearch-success-function to skip matches
4958         outside the current isearch scope.  Let-bind search-invisible to
4959         nil to not match invisible text.
4961         * isearch.el (isearch-query-replace, isearch-highlight-regexp):
4962         Let-bind `isearch-recursive-edit' to nil to prevent calling
4963         `exit-recursive-edit' in `isearch-done' that terminates the
4964         execution of these commands when it is non-nil.  Call
4965         `exit-recursive-edit' explicitly at the end.
4966         (isearch-occur): For word search construct the correct regexp
4967         with word boundaries to proceed with occur.
4969         * isearch.el (isearch-search-fun): Compare the length of the
4970         current search string with the length of the string from the
4971         previous search state to detect the situation when the user
4972         adds or removes characters in the search string.
4973         Use word-search-forward-lax and word-search-backward-lax in this
4974         case, and otherwise word-search-forward and word-search-backward.
4976 2008-11-11  Sam Steingold  <sds@gnu.org>
4978         * mouse.el (mouse-buffer-menu-mode-groups): Place "Annotate" into
4979         the "Version Control" group (for C-x v g).
4981 2008-11-11  Juanma Barranquero  <lekktu@gmail.com>
4983         * server.el (server-process-filter): Fix typos and reflow docstring.
4985 2008-11-11  Martin Rudalics  <rudalics@gmx.at>
4987         * mail/footnote.el (footnote-mode): Improve doc-string.
4988         Suggested by <jidanni@jidanni.org>.  (Bug#1318)
4990 2008-11-11  Chong Yidong  <cyd@stupidchicken.com>
4992         * cus-edit.el (Custom-mode): Set up tool-bar-map unconditionally.
4994 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
4996         * mail/smtpmail.el (smtpmail-open-stream): Use
4997         `starttls-any-program-available'.  Auto-load starttls.el for it.
4999 2008-11-08  Chong Yidong  <cyd@stupidchicken.com>
5001         * dired.el (dired-read-dir-and-switches): Revert to 2007-11-22
5002         version (bug@1285).
5004 2008-11-08  Eli Zaretskii  <eliz@gnu.org>
5006         * startup.el (command-line): Ignore init-file-user when checking
5007         user's home directory on MS-DOS as well.
5009 2008-11-07  Sam Steingold  <sds@gnu.org>
5011         * progmodes/cc-cmds.el (c-defun-name): Fix CLISP DEFUN handling.
5013 2008-11-07  Juanma Barranquero  <lekktu@gmail.com>
5015         * frame.el (make-frame-on-display): Use `string-match-p'.
5017 2008-11-07  Glenn Morris  <rgm@gnu.org>
5019         * progmodes/cc-defs.el (cl-macroexpand-all): Fix declaration.
5021 2008-11-07  Dan Nicolaescu  <dann@ics.uci.edu>
5023         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add new argument
5024         to initialize font-lock keyword case sensitivity.
5025         (lisp-mode): Use it.
5027 2008-11-06  Glenn Morris  <rgm@gnu.org>
5029         * eshell/esh-maint.el: Remove unused file.
5031         * progmodes/cc-defs.el (cl-macroexpand-all): Declare.
5033         * cus-edit.el (custom-comment-tag): Doc fix.
5034         (custom-comment, custom-variable-value-create, custom-face):
5035         Use face names sans -face suffix rather than aliases.
5037 2008-11-05  Jay Belanger  <jay.p.belanger@gmail.com>
5039         * calc/calc.el (calc-quit): Use `window-full-width-p' to check
5040         window width.
5042 2008-11-05  Chong Yidong  <cyd@stupidchicken.com>
5044         * server.el (server-process-filter): Only default to emacsclient's
5045         terminal in daemon mode.
5047 2008-11-05  Martin Rudalics  <rudalics@gmx.at>
5049         * window.el (quit-window): Restore prefix argument behavior
5050         removed in 2008-10-30 change.  (Bug#1308)
5052 2008-11-05  Tassilo Horn  <tassilo@member.fsf.org>
5054         * doc-view.el (doc-view-mode): Bugfix: Add conversion killing
5055         function to kill-buffer-hook, not to kill-buffer.
5056         Reported by Markus Triska <markus.triska@gmx.at>
5058 2008-11-04  Jay Belanger  <jay.p.belanger@gmail.com>
5060         * calc/calc.el (calc-quit): Make sure that the keypad buffer
5061         exists before deleting its windows.
5063 2008-11-04  Chong Yidong  <cyd@stupidchicken.com>
5065         * server.el (server-process-filter): Don't call
5066         server-create-tty-frame when no tty name is specified.
5068 2008-11-04  Christian Faulhammer  <opfer@gentoo.org>  (tiny change)
5070         * vc-bzr.el (vc-bzr-dir-extra-headers): New function.
5072 2008-11-04  Juanma Barranquero  <lekktu@gmail.com>
5074         * international/mule-cmds.el (toggle-enable-multibyte-characters)
5075         (define-char-code-property):
5076         * textmodes/reftex.el (reftex-index):
5077         * textmodes/reftex-index.el (reftex-index): Fix typos in docstrings.
5079 2008-11-04  Chong Yidong  <cyd@stupidchicken.com>
5081         * vc-bzr.el (vc-bzr-dir-printer): Rename from
5082         vc-bzr-status-printer.
5084         * startup.el (startup-echo-area-message): Display a different
5085         message in daemon mode.  Suggested by Stephen Turnbull.
5087         * frame.el (make-frame-on-display): Ignore DISPLAY argument on
5088         Windows.
5090 2008-11-04  Juanma Barranquero  <lekktu@gmail.com>
5092         * dframe.el (dframe-mouse-position-function)
5093         (dframe-reposition-frame-emacs, dframe-pass-event-to-popup-mode-menu)
5094         (dframe-mouse-set-point): Fix typos in docstrings.
5096 2008-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
5098         * vc-dir.el (vc-dir-headers): Undo previous change.
5100 2008-11-04  Nick Roberts  <nickrob@snap.net.nz>
5102         * vc-cvs.el (vc-cvs-dir-extra-headers): Add tag name to header.
5103         * vc-dir.el (vc-dir-headers): Order headers as in PCL-CVS.
5105 2008-11-04  Martin Rudalics  <rudalics@gmx.at>
5107         * subr.el (looking-back): Fix doc-string typo.
5109         * electric.el (Electric-pop-up-window): Call window-end with
5110         UPDATE set to t.
5112         * window.el (save-selected-window): Make it behave like
5113         save-selected-window-norecord.
5114         (save-selected-window-norecord): Remove, since functionality
5115         fully taken over by save-selected-window.
5116         (walk-windows, set-window-text-height, fit-window-to-buffer):
5117         Use save-selected-window instead of save-selected-window-norecord.
5118         * font-lock.el (lisp-font-lock-keywords-2): Remove entry for
5119         save-selected-window-norecord.
5120         * emacs-lisp/lisp-mode.el (save-selected-window): Remove
5121         indent-function for save-selected-window-norecord.
5123 2008-11-03  Alan Mackenzie  <acm@muc.de>
5125         * progmodes/cc-engine.el (c-forward-label): Fix for QT macros.
5127 2008-11-03  Chong Yidong  <cyd@stupidchicken.com>
5129         * subr.el (looking-back): Doc fix.
5131         * term/x-win.el (x-initialize-window-system):
5132         Call x-wm-set-size-hint after initialization.
5134         * eshell/em-hist.el (eshell-save-history-on-exit): Change default
5135         to t.
5137         * emacs-lisp/lisp-mode.el (lisp-mode): Remove bogus change from
5138         2000-12-08 (bug#1297).
5140         * font-lock.el (font-lock-keywords-case-fold-search): Doc fix.
5142 2008-11-03  Vincent Belaïche  <vincent.b.1@hotmail.fr>
5144         * calc/calc-alg.el (calcFunc-collect): Return constant polynomial
5145         when appropriate.
5147 2008-11-02  Martin Rudalics  <rudalics@gmx.at>
5149         * window.el (save-selected-window-norecord): New macro.
5150         (walk-windows): Use save-selected-window-norecord and call
5151         select-window with NORECORD set.  (Bug#1237)
5152         (set-window-text-height, fit-window-to-buffer):
5153         Use save-selected-window-norecord and call select-window with
5154         NORECORD set.
5155         * subr.el (with-selected-window): Call set-frame-selected-window
5156         with new argument NORECORD set.  Update doc-string.
5157         (with-selected-frame): Call select-frame with new argument
5158         NORECORD set.  Update doc-string.
5159         * emacs-lisp/lisp-mode.el (save-selected-window-norecord):
5160         Put indent-function for save-selected-window-norecord.
5161         * font-lock.el (lisp-font-lock-keywords-2):
5162         Add save-selected-window-norecord.
5164 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
5166         * cus-edit.el (customize-apropos-options, custom-comment)
5167         (custom-comment-tag, custom-face-edit-attribute-tag):
5168         Fix typos in docstrings.
5169         (custom-buffer-done-kill): Remove * from defcustom docstring.
5170         (custom-file): Fix typo in doc of defcustom choice.
5172         * frame.el (display-visual-class): Fix typo in docstring.
5173         (initial-frame-alist, minibuffer-frame-alist, pop-up-frame-alist)
5174         (special-display-frame-alist, show-trailing-whitespace)
5175         (auto-hscroll-mode, blink-cursor-delay, blink-cursor-interval)
5176         (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
5177         Remove * from defcustom docstrings.
5179         * md4.el (md4-buffer): Fix typo in docstring.
5180         (md4, md4-64): Doc fixes.
5181         (md4-pack-int32): Reflow docstring.
5183         * paths.el (rmail-file-name): Remove * from defcustom docstring.
5184         (prune-directory-list, gnus-nntp-service): Fix typos in docstrings.
5186         * rect.el (open-rectangle): Reflow docstring.
5187         (spaces-string): Fix docstring typo.  Use "?\s" instead of "? ".
5189         * select.el (x-get-cut-buffer): Fix typo in docstring.
5191         * timezone.el (timezone-zone-to-minute, timezone-time-from-absolute)
5192         (timezone-time-zone-from-absolute, timezone-leap-year-p):
5193         Fix typos in docstrings.
5195         * emacs-lisp/assoc.el (asort, aelement, aput, aget, amake):
5196         Fix typos in docstrings.
5198 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
5200         * net/newst-backend.el (newsticker--cache-update): Fix no-save case.
5202         * net/newst-treeview.el (newsticker--treeview-list-update-faces)
5203         (newsticker--treeview-list-update, newsticker--treeview-item-show)
5204         (newsticker--treeview-tree-update)
5205         (newsticker--treeview-tree-update-highlight)
5206         (newsticker-treeview-update)
5207         (newsticker-treeview-next-item, newsticker-treeview-prev-item)
5208         (newsticker-treeview-next-new-or-immortal-item)
5209         (newsticker-treeview-prev-new-or-immortal-item)
5210         (newsticker-treeview-next-feed, newsticker-treeview-prev-feed)
5211         (newsticker-treeview-tree-click): Watch for layout changes.
5212         (newsticker--treeview-set-current-node): Cleanup.
5213         (newsticker--treeview-restore-layout): Rename from
5214         newsticker--treeview-restore-buffers.
5215         (newsticker--treeview-mark-item): Update cache file.
5217 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
5219         * calendar/icalendar.el (icalendar--uid-count): New.
5220         (icalendar--create-uid): New.  Extracted from
5221         `icalendar-export-region' and add uid counter.
5222         (icalendar-export-region): Use `icalendar--create-uid'.
5224 2008-10-31  Juanma Barranquero  <lekktu@gmail.com>
5226         * tooltip.el (tooltip-frame-parameters): Doc fix.
5228 2008-10-31  Martin Rudalics  <rudalics@gmx.at>
5230         * window.el (window-body-height, window-current-scroll-bars)
5231         (walk-windows, get-window-with-predicate, get-buffer-window-list)
5232         (minibuffer-window-active-p, count-windows)
5233         (window-safely-shrinkable-p, window--splittable-p)
5234         (window--try-to-split-window, window--frame-usable-p)
5235         (window--even-window-heights, window--display-buffer-1)
5236         (window--display-buffer-2, set-window-text-height)
5237         (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
5238         (truncated-partial-width-window-p): Rewrite doc-string.
5239         (window-fixed-size-p): Simplify code.  Rewrite doc-string.
5240         (split-window-vertically, split-window-horizontally):
5241         Rename args, rewrite doc-string, and simplify code.
5242         (split-window-save-restore-data): Rename args and use
5243         when instead of if.
5245 2008-10-30  Chong Yidong  <cyd@stupidchicken.com>
5247         * indent.el (indent-for-tab-command): Use use-region-p.
5249         * vc.el (vc-revert): Limit the length of the query string.
5251 2008-10-30  Juanma Barranquero  <lekktu@gmail.com>
5253         * simple.el (idle-update-delay, next-error-highlight)
5254         (next-error-highlight-no-select, next-error-recenter, next-error-hook)
5255         (minibuffer-history-case-insensitive-variables, kill-ring-max)
5256         (kill-read-only-ok, backward-delete-char-untabify-method)
5257         (kill-whole-line, mark-ring-max, global-mark-ring-max)
5258         (set-mark-command-repeat-pop, next-line-add-newlines, track-eol)
5259         (goal-column, line-move-ignore-invisible, fill-prefix)
5260         (auto-fill-inhibit-regexp, blink-matching-paren)
5261         (blink-matching-paren-on-screen, blink-matching-paren-distance)
5262         (blink-matching-delay, blink-matching-paren-dont-ignore-comments)
5263         (read-mail-command, mail-user-agent): Remove * in defcustom docstrings.
5264         (minibuffer-history-isearch-wrap, transient-mark-mode)
5265         (next-logical-line, auto-fill-mode, line-number-mode)
5266         (column-number-mode, size-indication-mode, clone-indirect-buffer)
5267         (normal-erase-is-backspace-mode): Doc fixes.
5268         (current-kill, transient-mark-mode, toggle-truncate-lines)
5269         (visible-mode): Reflow docstrings.
5270         (minibuffer-local-shell-command-map, interprogram-paste-function):
5271         Fix typos in docstrings.
5273 2008-10-30  Chong Yidong  <cyd@stupidchicken.com>
5275         * server.el (server-process-filter): In daemon mode, default to
5276         emacsclient's tty if not opening a new frame and only the
5277         terminal-frame is available.
5279 2008-10-30  Martin Rudalics  <rudalics@gmx.at>
5281         * window.el (quit-window): Simplify code.  Say in doc-string
5282         that it operates on the selected window's buffer.  (Bug#1259)
5284 2008-10-30  Nick Roberts  <nickrob@snap.net.nz>
5286         * vc-svn.el (vc-svn-diff): If files is nil don't set oldvers to
5287         nil so that log-view-diff-changeset works.
5289 2008-10-30  Glenn Morris  <rgm@gnu.org>
5291         * files.el (locate-dominating-stop-dir-regexp): Fix typo.
5293         * resume.el: Move to obsolete/.
5294         * Makefile.in (ELCFILES): Update.
5296 2008-10-29  Chong Yidong  <cyd@stupidchicken.com>
5298         * electric.el (Electric-pop-up-window): Don't shrink the window if
5299         it's already big enough.
5301         * minibuffer.el (delete-minibuffer-contents): Delete all
5302         minibuffer contents instead of just the current field.
5304         * tmm.el (tmm-get-keymap): Handle case where keyseq cache is omitted.
5306         * bookmark.el (bookmark-handle-bookmark): Rename from
5307         bookmark-jump-noselect.
5308         (bookmark--jump-via, bookmark-insert): Callers changed.
5309         (bookmark-jump-noselect): Wrapper function for
5310         bookmark-handle-bookmark.
5311         (bookmark-get-bookmark-record): Signal error for invalid bookmark.
5313         * textmodes/ispell.el (ispell-word): Use use-region-p.
5315 2008-10-29  Juanma Barranquero  <lekktu@gmail.com>
5317         * tooltip.el (tooltip-functions): Rename from `tooltip-hook',
5318         to follow naming conventions for abnormal hooks.  Doc fix.
5319         (tooltip-mode, tooltip-timeout): Use it.
5320         (tooltip-hook): New obsolete alias.
5321         (tooltip-help-tips): Doc fix.
5323         * progmodes/gud.el (gud-tooltip-mode): Use `tooltip-functions'.
5325 2008-10-29  Ulrich Mueller  <ulm@gentoo.org>
5327         * server.el (server-socket-dir): Use TMPDIR (default /tmp) instead
5328         of hardcoded /tmp.
5330 2008-10-29  Glenn Morris  <rgm@gnu.org>
5332         * net/xesam.el (dbus-get-unique-name, dbus-debug): Declare.
5334         * vc-hooks.el (vc-find-root): Remove bogus alias.
5336 2008-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5338         * international/quail.el (quail-show-guidance): Don't create
5339         a guidance-frame if current buffer is not a minibuffer, since even if
5340         selected-window is mini-p, the buffer will never be displayed in it, so
5341         it wil be usable for guidance.
5343 2008-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5345         * smerge-mode.el: Require diff-mode at run-time as well.
5347 2008-10-28  Martin Rudalics  <rudalics@gmx.at>
5349         * vc-cvs.el (vc-cvs-stay-local): Fix typo in choice.
5350         * vc-hooks.el (vc-stay-local): Likewise.
5352 2008-10-28  Phil Sung  <psung@mit.edu>
5354         * follow.el (follow-scroll-down, follow-calc-win-end)
5355         (follow-estimate-first-window-start): Reduce effective window
5356         height when header line is present.  (Bug#925)
5358 2008-10-28  Juanma Barranquero  <lekktu@gmail.com>
5360         * subr.el (locate-user-emacs-file): Simplify.  Don't create
5361         `user-emacs-directory' when Emacs is running in batch mode.
5363         * startup.el (inhibit-startup-screen): Reflow docstring.
5364         (user-mail-address, tool-bar-images-pixel-height): Fix docstring typos.
5366 2008-10-27  Kenichi Handa  <handa@m17n.org>
5368         * descr-text.el (describe-char): Fix terminal case (where font is nil).
5370 2008-10-27  Juanma Barranquero  <lekktu@gmail.com>
5372         * face-remap.el (text-scale-increase, text-scale-decrease)
5373         (text-scale-adjust): Remove &optional keyword from the arg list;
5374         the INC argument is not really optional, if the functions happen
5375         to be called from elisp.
5377 2008-10-27  Dan Nicolaescu  <dann@ics.uci.edu>
5379         * vc.el: Rename VC methods that were missed when vc-status was
5380         renamed to vc-dir.
5381         * vc-svn.el (vc-svn-dir-extra-headers): Rename from
5382         vc-svn-status-extra-headers.
5383         * vc-hg.el (vc-hg-dir-printer): Rename from vc-hg-status-printer.
5384         (vc-hg-dir-extra-header): Rename from vc-hg-status-extra-headers.
5385         * vc-git.el (vc-git-dir-printer): Rename from vc-dir-status-printer.
5386         (vc-git-dir-extra-headers): Rename from vc-git-status-extra-headers.
5387         * vc-dir.el (vc-dir-mode): Use vc-dir-printer instead of
5388         vc-dir-status-printer.
5389         (vc-dir-headers): Use `dir-extra-headers' instead of
5390         `status-extra-headers'.
5391         (vc-dir-printer): Rename from vc-dir-status-printer.
5392         (vc-default-dir-extra-headers): Rename from
5393         vc-default-status-extra-headers.
5394         * vc-cvs.el (vc-cvs-dir-extra-headers): Rename from
5395         vc-cvs-status-extra-headers.
5397         * startup.el (server-name): Pacify byte compiler.
5398         (command-line): If --daemon=SERVER_NAME was used, set server-name
5399         before calling server-start.
5401 2008-10-26  Romain Francoise  <romain@orebokech.com>
5403         * startup.el (command-line): Call daemon-initialized after
5404         starting the server.
5406 2008-10-26  Kenichi Handa  <handa@m17n.org>
5408         * help-fns.el (describe-categories): Display the terse legend at
5409         the head.
5411         * international/characters.el: Docstrings of categories improved.
5413 2008-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5415         * progmodes/python.el (python-mode): Don't impose ourselves on hippie.
5417         * faces.el (face-font-family-alternatives): Add "CMU Typewriter Text"
5418         to the courier family.
5419         * textmodes/tex-mode.el (tex-verbatim): Don't use "monospace" which is
5420         usually not serif'd and hence rather unlike verbatim's printed output.
5422 2008-10-25  Chong Yidong  <cyd@stupidchicken.com>
5424         * vc-cvs.el (vc-cvs-status-extra-headers): Use full directory name
5425         when reporting the module.
5427         * vc-dir.el (vc-dir-mode-map): Add follow-link behavior.
5429         * wid-edit.el (widget-color-complete): Sort completions alphabetically.
5431 2008-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5433         * files.el (locate-dominating-stop-dir-regexp): New var.
5434         (locate-dominating-file): Change arg from a regexp to a file name.
5435         Rewrite using the vc-find-root code to avoid directory-files which is
5436         too slow.  Obey locate-dominating-stop-dir-regexp.
5437         Don't pay attention to changes in owner.
5438         (project-find-settings-file): Adjust call to locate-dominating-file.
5440         * progmodes/flymake.el (flymake-find-buildfile):
5441         Adjust call to locate-dominating-file.
5443         * vc-hooks.el (vc-find-root): Use locate-dominating-file.
5444         (vc-ignore-dir-regexp): Use locate-dominating-stop-dir-regexp.
5446 2008-10-25  Martin Rudalics  <rudalics@gmx.at>
5448         * subr.el (with-current-buffer): Rename buffer argument to
5449         buffer-or-name.
5450         * window.el (get-buffer-window-list): Rename buffer argument to
5451         buffer-or-name and make it optional.
5453 2008-10-25  Juanma Barranquero  <lekktu@gmail.com>
5455         * completion.el (add-completion-to-head, add-completion): Doc fixes.
5456         (completion-search-next, add-completions-from-file):
5457         Fix typos in docstrings.
5459         * filesets.el (filesets-menu-ensure-use-cached)
5460         (filesets-ingroup-patterns, filesets-filetype-property):
5461         * tutorial.el (get-lang-string):
5462         * play/gamegrid.el (gamegrid-score-file-length, gamegrid-add-score):
5463         Fix typos in docstrings.
5465         * image-dired.el (image-dired-dired-after-readin-hook): Doc fix.
5466         (image-dired-line-up-method, image-dired-thumb-size)
5467         (image-dired-cmd-write-exif-data-options, image-dired-write-tags)
5468         (image-dired-track-original-file, image-dired-track-thumbnail)
5469         (image-dired-dired-next-line, image-dired-dired-previous-line)
5470         (image-dired-write-comments): Reflow docstrings.
5471         (image-dired-show-all-from-dir-max-files)
5472         (image-dired-format-properties-string, image-dired-create-thumbs)
5473         (image-dired-mark-tagged-files, image-dired-gallery-generate):
5474         Fix typos in docstrings.
5476         * savehist.el (savehist-save-minibuffer-history, savehist-file)
5477         (savehist-additional-variables, savehist-ignored-variables)
5478         (savehist-file-modes, savehist-autosave-interval):
5479         * startup.el (inhibit-startup-echo-area-message, inhibit-default-init)
5480         (inhibit-startup-buffer-menu, mail-host-address, user-mail-address)
5481         (fancy-splash-image):
5482         * thumbs.el (thumbs-thumbsdir, thumbs-geometry, thumbs-relief)
5483         (thumbs-conversion-program, thumbs-margin):
5484         Remove spurious * in docstrings.
5486 2008-10-25  Aaron S. Hawley  <aaronh@garden.org>
5488         * thingatpt.el (end-of-sexp, beginning-of-sexp)
5489         (forward-same-syntax): Omit default arguments to char-after and
5490         char-before.
5492 2008-10-24  Juanma Barranquero  <lekktu@gmail.com>
5494         * subr.el (locate-user-emacs-file): New function.
5495         (user-emacs-directory): Mention it in docstring.
5497         * completion.el (save-completions-file-name):
5498         * filesets.el (filesets-menu-cache-file):
5499         * image-dired.el (image-dired-dir, image-dired-db-file)
5500         (image-dired-temp-image-file, image-dired-gallery-dir)
5501         (image-dired-temp-rotate-image-file):
5502         * savehist.el (savehist-file):
5503         * server.el (server-auth-dir):
5504         * thumbs.el (thumbs-thumbsdir):
5505         * tutorial.el (tutorial--saved-dir):
5506         * play/gamegrid.el (gamegrid-user-score-file-directory): Use it.
5508 2008-10-23  Juanma Barranquero  <lekktu@gmail.com>
5510         * edmacro.el (edmacro-eight-bits, edmacro-mode): Fix docstring typos.
5511         (edmacro-mismatch, edmacro-sanitize-for-string): Doc fixes.
5513 2008-10-23  Chong Yidong  <cyd@stupidchicken.com>
5515         * filesets.el: Update author email.
5516         (filesets-data): Doc fix.
5518 2008-10-23  Jens Petersen  <petersen@redhat.com>  (tiny change)
5520         * pcmpl-rpm.el (pcomplete/rpm): Make "rpm -qp" use file completion.
5522 2008-10-23  Ulrich Mueller  <ulm@kph.uni-mainz.de>
5524         * international/mule-cmds.el (describe-language-environment):
5525         Indent sample text.
5527 2008-10-23  Glenn Morris  <rgm@gnu.org>
5529         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
5531         * emacs-lisp/cl-macs.el (flet): Throw an error when trying to
5532         byte-compile a redefinition of a function with special byte-compile
5533         handling.  (Bug#411)
5535 2008-10-22  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5537         * ps-print.el: Deal with page sizes for label printes.  Suggested by
5538         Friedrich Delgado Friedrichs <friedel@nomaden.org>.
5539         (ps-print-version): New version 7.3.3.
5540         (ps-page-dimensions-database): New page sizes for label printers.
5541         (ps-n-up-printing): Fix code.
5543 2008-10-22  Chong Yidong  <cyd@stupidchicken.com>
5545         * frame.el (make-frame-command): Doc fix.  Use display-graphic-p.
5547         * thingatpt.el (sexp-at-point, symbol-at-point, number-at-point)
5548         (list-at-point): Add docstrings.
5550         * dired.el (dired-get-marked-files, dired-map-over-marks): Doc fixes.
5552         * dired-aux.el (dired-do-create-files): Doc fix.
5554 2008-10-22  Adrian Robert  <Adrian.B.Robert@gmail.com>
5556         * version.el (emacs-version): Change '*Step' to 'NS' for consistency
5557         with other documentation.
5559 2008-10-22  Juanma Barranquero  <lekktu@gmail.com>
5561         * replace.el (how-many): Fix typo in docstring.
5562         Reported by Leo <sdl.web@gmail.com>.
5564 2008-10-22  Glenn Morris  <rgm@gnu.org>
5566         * international/mule-cmds.el (universal-coding-system-argument):
5567         Check for C-g.  (Bug#1205)
5569 2008-10-22  Kenichi Handa  <handa@m17n.org>
5571         * international/characters.el: Don't setup
5572         find-word-boundary-function-table.
5573         (next-word-boundary-han, next-word-boundary-kana): Delete them.
5574         (word-combining-categories, word-separating-categories):
5575         Adjust to the change of the docstrings.
5577 2008-10-21  Chong Yidong  <cyd@stupidchicken.com>
5579         * simple.el (region-active-p): Doc fix.
5581 2008-10-20  Eli Zaretskii  <eliz@gnu.org>
5583         * subr.el (apply-partially): Move from here...
5585         * simple.el (apply-partially): ...to here.
5587 2008-10-20  Andreas Schwab  <schwab@suse.de>
5589         * subr.el (split-string-and-unquote): Simplify regexp.
5591 2008-10-20  Eli Zaretskii  <eliz@gnu.org>
5593         * subr.el (top-level): Require `cl' when compiling.
5595 2008-10-20  David Reitter  <david.reitter@gmail.com>
5597         * info.el (Info-mode): Do not remove an existing header line if
5598         `Info-use-header-line' is nil.
5600 2008-10-19  Juri Linkov  <juri@jurta.org>
5602         * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
5603         Add arg `delimited' as in `query-replace' for the case when
5604         isearch-allow-scroll=t and the user types C-u M-%.  Doc fix.
5605         Add more indicators to the prompt ("word" and "in region").
5607         * replace.el (query-replace, query-replace-regexp)
5608         (replace-string, replace-regexp, perform-replace): Add "word"
5609         indicatiors to the prompt for word delimited replacements.
5611         * replace.el (read-regexp): Rename arg `default' to `default-value'.
5612         Doc fix.
5614 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
5616         * subr.el (apply-partially): Move here from minibuffer.el.  Doc fix.
5618         * simple.el (minibuffer-default-add-shell-commands): Doc fix.
5620 2008-10-19  Martin Rudalics  <rudalics@gmx.at>
5622         * window.el (enlarge-window-horizontally, shrink-window-horizontally):
5623         Make argument names follow Elisp manual.
5625 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
5627         * textmodes/remember.el (remember-data-file):
5628         * shadowfile.el (shadow-initialize)
5629         <shadow-info-file, shadow-todo-file>:
5630         * savehist.el (savehist-file):
5631         * recentf.el (recentf-save-file):
5632         * pcvs-defs.el (cvs-cvsrc-file):
5633         * international/kkc.el (kkc-init-file-name):
5634         * ido.el (ido-save-directory-list-file):
5635         * calendar/todo-mode.el (todo-file-do, todo-file-done)
5636         (todo-file-top): Run file names that begin with a period thru
5637         `convert-standard-filename'.
5639         * dos-fns.el (dos-reevaluate-defcustoms): New function.  Add it to
5640         before-init-hook.
5642         Fix Bug #1183:
5644         * ediff-diff.el (ediff-exec-process): For buffer jobs, bind
5645         coding-system-for-read to ediff-coding-system-for-write.
5647         * ediff-util.el (ediff-make-temp-file): Unconditionally bind
5648         coding-system-for-write to ediff-coding-system-for-write.
5650         * ediff-init.el (ediff-coding-system-for-read): Doc fix.
5651         (ediff-coding-system-for-write): Set to emacs-internal.
5653 2008-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5655         * international/mule-conf.el (emacs-internal): New coding system alias.
5657 2008-10-18  Juri Linkov  <juri@jurta.org>
5659         * info.el (Info-file-supports-index-cookies-list): New variable.
5660         (Info-file-supports-index-cookies): New function.
5661         (Info-find-node-2, Info-index-nodes, Info-index-node): Use it.
5662         (Info-index-nodes): Let-bind Info-point-loc to nil for files
5663         without an index cookie to ignore it when Info-index-nodes is
5664         called during navigating from an index node with line numbers.
5665         (Info-index-node): Set file to Info-current-file if nil.  (Bug#1118)
5667         * info.el (Info-breadcrumbs-depth): Move defcustom higher to the
5668         variable definition section.
5670         * info.el (Info-find-node-2): Put initial point below the header line
5671         and breadcrumbs line.
5673 2008-10-18  Glenn Morris  <rgm@gnu.org>
5675         * doc-view.el (doc-view-pdf->txt, doc-view-ps->pdf): Give an error if
5676         the needed external programs were not found.
5678 2008-10-18  Eli Zaretskii  <eliz@gnu.org>
5680         * files.el (trash-directory): Run thru `convert-standard-filename'.
5681         (file-modes-char-to-who, file-modes-char-to-right)
5682         (file-modes-rights-to-number, file-modes-symbolic-to-number)
5683         (read-file-modes): Doc fixes.
5685 2008-10-17  Chong Yidong  <cyd@stupidchicken.com>
5687         * abbrev.el (define-abbrev): Doc fix.
5689 2008-10-17  Alan Mackenzie  <acm@muc.de>
5691         * progmodes/cc-cmds.el (c-defun-name): Make it work for "struct
5692         foo bar [] = { ...".
5694 2008-10-17  Chong Yidong  <cyd@stupidchicken.com>
5696         * faces.el (face-spec-set-2): Don't pass invalid attributes to
5697         set-face-attribute.
5699 2008-10-17  Juanma Barranquero  <lekktu@gmail.com>
5701         * w32-fns.el (w32-list-locales): Decode output of `w32-get-locale-info'
5702         according to `locale-coding-system'.  (This fixes trivial bug reported
5703         as part of bug#1179).
5704         Sort list of valid locale ids (EnumSystemLocales does not guarantee any
5705         particular order).  Use `when'.
5707 2008-10-16  Juanma Barranquero  <lekktu@gmail.com>
5709         * w32-fns.el (w32-check-shell-configuration): Doc fix.
5710         (w32-add-charset-info): Fix typo in docstring.
5712 2008-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
5714         * international/mule-conf.el: Removed `utf8' and `UTF8' aliases
5715         after discussion.
5717 2008-10-16  Magnus Henoch  <mange@freemail.hu>
5719         * vc-arch.el (vc-arch-dir-status): New function.
5720         (vc-arch-after-dir-status): New function.
5722 2008-10-16  Glenn Morris  <rgm@gnu.org>
5724         * man.el (Man-getpage-in-background): Force recent `man's to output
5725         escape sequences even when stdout is not a tty.  (Bug#1142)
5727 2008-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
5729         * international/mule-conf.el: Add `utf8' and `UTF8' as
5730         aliases for the `utf-8' coding system.
5732 2008-10-15  Juanma Barranquero  <lekktu@gmail.com>
5734         * find-file.el (ff-get-file): Doc fix.
5735         (ff-get-file-name): Use `let', not `let*'.
5736         (ff-search-directories): Fix typo in docstring.
5737         (ff-pre-find-hook, ff-pre-load-hook, ff-post-load-hook)
5738         (ff-not-found-hook, ff-file-created-hook, ff-case-fold-search)
5739         (ff-always-in-other-window, ff-ignore-include, ff-always-try-to-create)
5740         (ff-quiet-mode, ff-other-file-alist, cc-search-directories)
5741         (cc-other-file-alist, modula2-other-file-alist):
5742         Remove spurious * in docstrings.
5744 2008-10-14  Chong Yidong  <cyd@stupidchicken.com>
5746         * faces.el (set-face-attribute): Set family and foundry before
5747         other attributes.
5748         (face-spec-set-2): Pass unmodified args to set-face-attribute.
5750 2008-10-14  Juanma Barranquero  <lekktu@gmail.com>
5752         * hl-line.el (hl-line-unload-function): New function.
5753         (hl-line-unhighlight, global-hl-line-unhighlight): Use `when'.
5754         (hl-line-sticky-flag): Remove spurious * in docstring.
5756 2008-10-14  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
5758         * vc-git.el (vc-git-show-log-entry): Include the revision in the
5759         search string.
5761 2008-10-14  Michael Albinus  <michael.albinus@gmx.de>
5763         * net/tramp.el (tramp-process-one-action): Embed regexp in
5764         parentheses, before adding end-of-buffer construct.  Suggested by
5765         Markus Triska <markus.triska@gmx.at>.
5767 2008-10-13  Ulf Jasper  <ulf.jasper@web.de>
5769         * net/newst-plainview.el (w3m-toggle-inline-image):
5770         Define 'declare-function if necessary, for compatibility.
5772         * net/newst-treeview.el (w3m-toggle-inline-images):
5773         Define 'declare-function if necessary, for compatibility.
5775 2008-10-13  Alan Mackenzie  <acm@muc.de>
5777         * progmodes/cc-cmds.el (c-indent-region): Fix previous patch
5778         so that the function works on one-line macros.
5780         * progmodes/cc-engine.el: Amend several doc strings and comments.
5782 2008-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
5784         * vc-hooks.el (vc-stay-local): Add a new choice and default to it.
5786         * vc-cvs.el (vc-cvs-dir-stay-local): Remove.
5787         (vc-cvs-stay-local): Add a new choice and default to it.
5788         (vc-cvs-dir-status): Use the new vc-stay-local choice.
5790         * vc-svn.el (vc-svn-dir-status): Use the new vc-stay-local choice.
5792 2008-10-12  Stephen Leake  <stephen_leake@member.fsf.org>
5794         * progmodes/ada-mode.el (ada-get-indent-end, ada-goto-matching-start):
5795         Add support for extended return statement.
5797         * progmodes/ada-xref.el (ada-gnat-parse-gpr): Don't reverse src-dir
5798         and obj-dir; keep user order.
5800 2008-10-12  Glenn Morris  <rgm@gnu.org>
5802         * Makefile.in (ELCFILES): Update.
5804         * simple.el (shell-delimiter-argument-list, shell-file-name-chars)
5805         (shell-file-name-quote-list): Declare.
5807 2008-10-12  Michael Albinus  <michael.albinus@gmx.de>
5809         * net/dbus.el (dbus-service-emacs, dbus-path-emacs): New defconst.
5811 2008-10-12  Chong Yidong  <cyd@stupidchicken.com>
5813         * startup.el (command-line): If toolbar is disabled but ought to
5814         be initialized, call tool-bar-setup.
5816         * tool-bar.el (tool-bar-setup): Variable deleted.
5817         (tool-bar-setup): Set it up unconditionally.
5819         * faces.el (x-create-frame-with-faces): Don't call tool-bar-setup.
5821         * progmodes/grep.el (grep-mode-tool-bar-map): Check if
5822         tool-bar-map has been initialized before setting it up.
5824         * progmodes/compile.el (compilation-mode-tool-bar-map): Check if
5825         tool-bar-map has been initialized before setting it up.
5827 2008-10-11  Chong Yidong  <cyd@stupidchicken.com>
5829         * emacs-lisp/warnings.el (display-warning): Issue a message if
5830         called during daemon initialization.
5832         * tool-bar.el (tool-bar-local-item)
5833         (tool-bar-local-item-from-menu): Put the check for number of
5834         display colors into the image expression.
5835         (tool-bar-setup): Don't be a no-op on ttys.
5837         * info.el (info-tool-bar-map):
5838         * progmodes/gud.el (gud-tool-bar-map):
5839         * progmodes/grep.el (grep-mode-tool-bar-map):
5840         * progmodes/compile.el (compilation-mode-tool-bar-map):
5841         Initialize it unconditionally.
5843 2008-10-11  Romain Francoise  <romain@orebokech.com>
5845         * help.el (view-lossage): Fix docstring, lossage is now 300 keys.
5846         * kmacro.el (kmacro-edit-lossage): Ditto.
5847         * edmacro.el (edit-kbd-macro): Ditto.
5849 2008-10-11  Ulf Jasper  <ulf.jasper@web.de>
5851         * net/newst-treeview.el (newsticker--treeview-list-sort-by-column):
5852         Fix variable names.
5854 2008-10-11  Dan Nicolaescu  <dann@ics.uci.edu>
5856         * startup.el (command-line): Revert 2008-09-26 change, not
5857         necessary anymore.
5859 2008-10-10  Andreas Schwab  <schwab@suse.de>
5861         * simple.el (minibuffer-complete-shell-command):
5862         Bind comint-delimiter-argument-list, comint-file-name-chars and
5863         comint-file-name-quote-list like shell-mode.
5865 2008-10-10  Martin Rudalics  <rudalics@gmx.at>
5867         * window.el (pop-to-buffer): Fix misplacement of arg norecord in
5868         call of select-window.
5870 2008-10-10  Jay Belanger  <jay.p.belanger@gmail.com>
5872         * calc/calc.el (calc-embedded-word-regexp)
5873         (calc-embedded-word-regexp-alist): New variables.
5874         (calc-embedded-open-word, calc-embedded-close-word)
5875         (calc-embedded-open-close-word-alist): Remove unused variables.
5877         * calc/calc-embed.el (calc-embedded-make-info):
5878         Use `calc-embedded-word-regexp' to find words.
5880 2008-10-10  Martin Rudalics  <rudalics@gmx.at>
5882         * info.el (Info-extract-menu-counting): New argument no-detail to
5883         skip detailed node listings.
5884         (Info-forward-node): New argument not-up to inhibit going up.
5885         (Info-final-node): Call Info-extract-menu-counting and
5886         Info-forward-node with the new arguments set to avoid infinite
5887         looping.  (Bug#1116)
5889 2008-10-10  Eli Zaretskii  <eliz@gnu.org>
5891         * startup.el (command-line): Don't invoke tool-bar-mode if it is
5892         not fboundp.
5894 2008-10-09  Chong Yidong  <cyd@stupidchicken.com>
5896         * startup.el (command-line): Enable tool-bar-mode as long as it is
5897         not suppressed by X resources, regardless of the terminal.
5899         * tool-bar.el (tool-bar-mode): Only change tool-bar-lines on
5900         graphical terminals.
5901         (tool-bar-setup): No-op if called on a tty.
5903 2008-10-09  Eli Zaretskii  <eliz@gnu.org>
5905         * frame.el (make-frame-on-tty): Use "F" inside interactive.
5906         Support `pc' ``window-system''.
5908         * progmodes/compile.el (compilation-start): Resurrect the version
5909         for systems that don't support asynchronous subprocesses.
5911 2008-10-09  Martin Rudalics  <rudalics@gmx.at>
5913         * window.el (pop-up-frames): Add choice graphic-only.
5914         (display-buffer): When pop-up-frames equals graphic-only do
5915         not pop up new frame on text-only terminals.  (Bug#1061)
5917 2008-10-09  Dan Nicolaescu  <dann@ics.uci.edu>
5919         * vc-cvs.el (vc-cvs-dir-stay-local): New variable.
5920         (vc-cvs-dir-status): Use it.
5922 2008-10-08  Chong Yidong  <cyd@stupidchicken.com>
5924         * json.el (json-skip-whitespace): Fix last change.
5926 2008-10-08  Juanma Barranquero  <lekktu@gmail.com>
5928         * bs.el (bs-unload-function): New function.
5930 2008-10-08  Sven Joachim  <svenjoac@gmx.de>
5932         * eshell/em-cmpl.el, eshell/em-hist.el, eshell/em-ls.el:
5933         * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
5934         For clarity, explicitly require cl.
5936 2008-10-08  Michael Olson  <mwolson@gnu.org>
5938         * ibuffer.el (ibuffer-shrink-to-fit): Force redisplay, so that we
5939         can avoid a bad interaction with programs that add functions to
5940         the window-scroll-functions hook.  This fixes Bug #858.
5942 2008-10-07  Chong Yidong  <cyd@stupidchicken.com>
5944         * startup.el (command-line): Use display-warning to warn about an
5945         init file error.
5946         (command-line-1): Remove init file error delay.
5948 2008-10-07  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
5950         * rx-new.el (rx-constituents): Change `anything' to call rx-anything.
5951         Change `not-wordchar' assignment to "\\W" from "[^[:word:]]".
5952         (rx-group-if): New function.
5953         (rx-parent): New variable.
5954         (rx-and, rx-or): Put shy groups only when necessary.
5955         (rx-bracket): Remove.
5956         (rx-anything): New function.
5957         (rx-any-delete-from-range, rx-any-condense-range)
5958         (rx-check-any-string): New functions.
5959         (rx-check-any): Return result as a list.  Don't convert chars to
5960         strings.  Don't prepend "\\" to "^".  Don't search for close bracket.
5961         Check char category string.  Call rx-form instead of rx-to-string.
5962         (rx-any): Rebuid to complete the function.
5963         (rx-check-not): Fix char category regexp pattern string.
5964         Call rx-form instead of rx-to-string.
5965         (rx-not): Call rx-form instead of rx-to-string.  Convert "[^]" to
5966         "[^^]".  Call regexp-quote for one char string when not called from
5967         rx-not.  Add "\\w", and toggle to upcase.  Add the case of
5968         "\\[SCBW]" to toggle.
5969         (rx-=, rx->=, rx-**, rx-repeat, rx-submatch): Call rx-form
5970         instead of rx-to-string.
5971         (rx-kleene): Call rx-form instead of rx-to-string.
5972         Call rx-group-if to adjust putting of shy groups.
5973         (rx-atomic-p): Make check more precisely.
5974         (rx-eval, rx-greedy): Call rx-form instead of rx-to-string.
5975         (rx-regexp): Call rx-group-if.
5976         (rx-form): New function.
5977         (rx-to-string): Call rx-form, rx-group-if.
5978         Refine definition of NO-GROUP.
5980 2008-10-07  T. V. Raman  <raman@users.sourceforge.net>  (tiny change)
5982         * json.el (json-advance): Use forward-char.
5983         (json-skip-whitespace): Use skip-syntax-forward.
5985 2008-10-07  Alan Mackenzie  <acm@muc.de>
5987         * progmodes/cc-cmds.el (c-indent-line-or-region): Fix so that
5988         indenting a macro followed by blank lines doesn't backslash the
5989         following non-blank line into the macro.
5991 2008-10-06  Chong Yidong  <cyd@stupidchicken.com>
5993         * startup.el (before-init-time, after-init-time): Move into emacs.c.
5994         (command-line): Set after-init-time to nil before initialization.
5996 2008-10-06  Jay Belanger  <jay.p.belanger@gmail.com>
5998         * calc/calc-units.el (math-standard-units): Update the values
5999         of the units.
6001 2008-10-06  Juanma Barranquero  <lekktu@gmail.com>
6003         * bookmark.el (bookmark-unload-function): New function.
6005 2008-10-06  Andreas Schwab  <schwab@suse.de>
6007         * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
6009 2008-10-06  Martin Rudalics  <rudalics@gmx.at>
6011         * mail/footnote.el: Remove * in defcustom docstrings and tell
6012         for most options that customizing them doesn't affect buffers
6013         already displaying footnotes.
6014         (Footnote-refresh-footnotes, Footnote-renumber-footnotes):
6015         Fix handling of text properties and identical start/end tags.
6016         Do not use format when renumbering.
6017         (Footnote-set-style): Make it work.
6018         (Footnote-insert-numbered-footnote): Simplify.
6019         (Footnote-narrow-to-footnotes, Footnote-insert-footnote)
6020         (Footnote-goto-footnote): Fix handling of empty section tag.
6021         (Footnote-delete-footnote): Fix handling of identical start/end
6022         tags, empty section tag, and spaced footnotes.  Do not use
6023         kill-region.
6024         (footnote-mode): Make most options buffer-local to avoid that
6025         customizing messes up handling of footnotes in buffers that
6026         already display them.
6028 2008-10-06  Dan Nicolaescu  <dann@ics.uci.edu>
6030         * faces.el (x-create-frame-with-faces): Undo previous change.
6032         * vc-cvs.el (vc-cvs-after-dir-status): Parse the output for non
6033         existent files.
6035 2008-10-05  Chong Yidong  <cyd@stupidchicken.com>
6037         * international/mule-cmds.el (universal-coding-system-argument):
6038         Handle digit-argument too.
6040 2008-10-05  Mario Lang  <mlang@delysid.org>
6042         * xml.el (xml-parse-string): Use skip-chars-forward.
6044 2008-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
6046         * vc-bzr.el (vc-bzr-after-dir-status): Parse the output for non
6047         existent files.
6048         (vc-bzr-dir-status-files): New function.
6050 2008-10-04  Glenn Morris  <rgm@gnu.org>
6052         * files.el (make-temp-file): Handle empty `prefix'.  (Bug#1081)
6054         * vc-svn.el (vc-svn-after-dir-status): Handle `svn status -u' output.
6055         (vc-svn-dir-status): Respect vc-stay-local-p.  (Bug#1046)
6057         * vc-cvs.el (vc-cvs-dir-status-heuristic): New function.
6058         (vc-cvs-dir-status): Respect vc-stay-local-p.  (Bug#1046)
6060 2008-10-04  David J. Biesack  <David.Biesack@sas.com>  (tiny change)
6062         * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
6063         Fix typo.  (Bug#1074)
6065 2008-10-04  Martin Rudalics  <rudalics@gmx.at>
6067         * progmodes/compile.el (compilation-start): Make sure to move to
6068         point-max only when we are in the compilation buffer.  (Bug#1073)
6070 2008-10-04  Dan Nicolaescu  <dann@ics.uci.edu>
6072         * faces.el (x-create-frame-with-faces): Only setup the toolbar if
6073         tool-bar-mode is on.
6075         * vc-svn.el (vc-svn-dir-status-files):
6076         * vc-cvs.el (vc-cvs-dir-status-files): New function.
6078 2008-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
6080         * vc-hg.el (vc-hg-dir-status-files): New function.
6082 2008-10-03  Martin Rudalics  <rudalics@gmx.at>
6084         * window.el (window--display-buffer-1): Don't care about
6085         visibility since raise-frame does.
6087 2008-10-03  Mario Lang  <mlang@delysid.org>
6089         * nxml/xmltok.el (xmltok-forward): Simplify.
6091 2008-10-03  Glenn Morris  <rgm@gnu.org>
6093         * Makefile.in (ELCFILES): Update.
6095         * frame.el (set-default-font): Make obsolete.
6096         * mouse.el (mouse-set-font): Use set-frame-font.
6098         * jka-cmpr-hook.el (jka-compr-compression-info-list)
6099         (jka-compr-mode-alist-additions): Also match `.tbz2'.
6101         * progmodes/idlwave.el (auto-mode-alist): Remove unnecessary autoload.
6102         * files.el (auto-mode-alist): Add .PRO as per above autoload.
6104 2008-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
6106         * vc-dir.el (vc-dir-mode): Don't create the ewoc header here.
6107         (vc-dir-refresh): Set it here instead.  (Bug#1067)
6109 2008-10-02  Chong Yidong  <cyd@stupidchicken.com>
6111         * faces.el (inhibit-frame-set-background-mode): New var.
6112         (frame-set-background-mode): Use it to avoid a loop in
6113         face-spec-recalc.
6115 2008-10-02  Glenn Morris  <rgm@gnu.org>
6117         * vc-bzr.el (vc-bzr-diff): Use vc-switches rather than the obsolete
6118         vc-diff-switches.
6120 2008-10-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6122         * whitespace.el: Eliminate whitespace-kill-buffer-hook functionality,
6123         that is, to take some action when a buffer is killed.  Suggested by
6124         Stefan Monnier <monnier@iro.umontreal.ca>.  Doc fix.  New version
6125         11.2.2.
6126         (whitespace-action): Docstring and :type fix.
6127         (whitespace-turn-on, whitespace-turn-off, whitespace-warn-read-only):
6128         Code fix.
6129         (whitespace-add-local-hook, whitespace-remove-local-hook)
6130         (whitespace-kill-buffer-hook, whitespace-action): Fun eliminated.
6132 2008-10-01  Magnus Henoch  <mange@freemail.hu>
6134         * net/tls.el (open-tls-stream): Show the actual command being
6135         executed, instead of the format string.
6137 2008-10-01  Eli Zaretskii  <eliz@gnu.org>
6139         * term/internal.el (dos-locale-alist): New alist.
6140         (dos-codepage-setup): Use it to compute a value of locale with
6141         which to call set-locale-environment.  Remove code to set
6142         terminal, keyboard, and file-name encoding (done by
6143         set-locale-environment).
6145         * international/mule-cmds.el
6146         (set-language-environment-nonascii-translation): Fix nonascii
6147         value for `pc' ``window-system''.
6148         (set-display-table-and-terminal-coding-system)
6149         (set-default-coding-systems): Don't special-case `pc'.
6151 2008-10-01  Glenn Morris  <rgm@gnu.org>
6153         * filesets.el (filesets-menu-name): Fix type.
6154         (filesets-menu-path, filesets-menu-before): Fix types.
6155         Change defaults to be consistent with recentf.  (Bug#1056)
6157 2008-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6159         * term/xterm.el (xterm-turn-on-modify-other-keys)
6160         (xterm-turn-off-modify-other-keys, xterm-remove-modify-other-keys):
6161         Don't forget to pass `terminal' to `send-string-to-terminal'.
6163 2008-09-30  Michael Albinus  <michael.albinus@gmx.de>
6165         * vc-hooks.el (vc-file-clearprops): Revert change from 2008-09-29.
6166         (vc-file-not-found-hook): Check, that `buffer-file-name' is
6167         non-nil.  It is not clear, whether this is only fixing symptoms on
6168         an error.  OTOH, in all other cases, the call of `vc-file-clearprops'
6169         is embedded by that check.  So it might be TRT.  Suggested by Dan
6170         Nicolaescu <dann@ics.uci.edu>.
6172 2008-09-30  Eli Zaretskii  <eliz@gnu.org>
6174         * Makefile.in (ELCFILES): Remove codepage.elc.
6176         * international/codepage.el: File removed, as even ms-dos doesn't
6177         need it anymore.
6179         * loadup.el [ms-dos]: Don't load ccl and codepage.
6181         * term/internal.el: Remove coding: cookie and no-byte-compile flag.
6182         (IT-character-translations, cjk-codepages-alist): Remove variables.
6183         (IT-display-table-setup, dos-cpNNN-setup): Remove functions.
6184         (IT-unicode-translations): Remove charset and base elements.
6185         Add translations for Latin-1 characters.
6186         (IT-setup-unicode-display): Accept a CODING argument.  Don't use
6187         base and chset elements of IT-unicode-translations.  Don't wrap
6188         translation in "{...}".  Set up translations only for characters
6189         for which unencodable-char-position returns non-nil.
6190         (dos-codepage-setup): Don't use special-case codepages in
6191         cjk-codepages-alist.
6193         * files.el (locate-dominating-file): Wrap directory-files with
6194         condition-case, instead of calling file-directory-p, which stats
6195         the directory one more time.
6197         * mail/mail-utils.el (mail-unquote-printable-region):
6198         Use insert-byte instead of insert-char, when the UNIBYTE arg is
6199         non-nil.
6201 2008-09-30  Daiki Ueno  <ueno@unixuser.org>
6203         * epa-file.el (epa-file-insert-file-contents): Fix typo.
6205 2008-09-30  Glenn Morris  <rgm@gnu.org>
6207         * progmodes/which-func.el (which-func-imenu-joiner-function): Doc fix.
6209 2008-09-30  Daniel Colascione  <danc@merrillpress.com>
6211         * progmodes/which-func.el (which-func-imenu-joiner-function): New.
6212         (which-function): Handle nested imenu trees.
6214         * imenu.el (imenu--split-menu): Fix bug with shared lists that deleted
6215         some nested menu items.
6217 2008-09-30  Jay Belanger  <jay.p.belanger@gmail.com>
6219         * calc/calc-units.el (math-standard-units): Add entries used to
6220         display the values in the units buffer.
6221         (math-build-units-table): Add entries to the units table to be used
6222         to display the values in the units buffer.
6223         (math-build-units-table-buffer): Use the display entry of the units
6224         table when non-nil.
6225         (calc-define-unit): Add option to enter display value of unit.
6227 2008-09-29  Michael Albinus  <michael.albinus@gmx.de>
6229         * vc-hooks.el (vc-file-clearprops): Check, that FILE is a string.
6231 2008-09-29  Eli Zaretskii  <eliz@gnu.org>
6233         * files.el (locate-dominating-file): Take file-attributes of
6234         `dir', not of `file' (which never changes).
6236 2008-09-29  Michael Albinus  <michael.albinus@gmx.de>
6238         * files.el (file-remote-p): Precise doc string; IDENTIFICATION can
6239         also be `localname'.
6241         * net/ange-ftp.el (ange-ftp-file-remote-p): Handle `localname' as
6242         IDENTIFICATION.
6244 2008-09-28  Glenn Morris  <rgm@gnu.org>
6246         * vc.el (vc-switches): Give it a doc string.
6248 2008-09-28  Romain Francoise  <romain@orebokech.com>
6250         * comint.el (comint-show-output): Adjust to stickiness changes of
6251         the output field.
6253         * startup.el (command-line): Start the daemon server later.
6255 2008-09-28  Martin Rudalics  <rudalics@gmx.at>
6257         * subr.el (read-quoted-char): Call char-resolve-modifiers
6258         instead of char-resolve-modifers.
6260 2008-09-27  Glenn Morris  <rgm@gnu.org>
6262         * play/solitaire.el (solitaire-mode-map): Bind "\r" rather
6263         than [return].  (Bug#1031)
6265 2008-09-27  Peter Dyballa  <Peter_Dyballa@Freenet.DE>
6267         * calendar/calendar.el (solar-sunrises-buffer): Fix typo.
6269 2008-09-27  Daiki Ueno  <ueno@unixuser.org>
6271         * epg.el (epg-wait-for-status): Check if there is no pending status.
6272         Reported by Ted Romer <ted@romerfamily.com>.
6274 2008-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
6276         * startup.el (command-line): Turn on menu-bar-mode and
6277         tool-bar-mode when running as a daemon.
6279 2008-09-26  Eli Zaretskii  <eliz@gnu.org>
6281         * makefile.w32-in ($(lisp)/progmodes/cc-mode.elc): Remove.
6282         ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
6283         ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
6284         ($(lisp)/progmodes/cc-engine.elc)
6285         ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
6286         ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
6287         ($(lisp)/progmodes/cc-subword.elc)
6288         ($(lisp)/progmodes/cc-vars.elc): New dependencies.
6290         * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Remove.
6291         ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
6292         ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
6293         ($(lisp)/progmodes/cc-engine.elc)
6294         ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
6295         ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
6296         ($(lisp)/progmodes/cc-subword.elc)
6297         ($(lisp)/progmodes/cc-vars.elc): New dependencies.
6299 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6301         * informat.el (Info-split-threshold): New variable.
6302         (Info-split): Use it.
6304         * textmodes/texinfmt.el (texinfo-format-buffer):
6305         Use Info-split-threshold to decide whether to split Info files.
6307 2008-09-25  Chong Yidong  <cyd@stupidchicken.com>
6309         * progmodes/octave-mod.el (octave-mode-menu): Fix incorrect
6310         quoting.
6312         * comint.el (comint-dynamic-complete-as-filename): Quote directory
6313         name when reinserting it.
6315         * isearch.el (isearch-search-fun): Use word-search-forward-lax and
6316         word-search-backward-lax for incremental word search.
6318 2008-09-25  Juanma Barranquero  <lekktu@gmail.com>
6320         * generic-x.el (generic-other-modes): Fix typo in docstring.
6321         (generic-use-find-file-hook, generic-lines-to-scan)
6322         (generic-find-file-regexp, generic-ignore-files-regexp)
6323         (generic-define-mswindows-modes, generic-define-unix-modes):
6324         Remove `*' from docstring.
6325         (generic-mode-find-file-hook): Use `string-match-p'.
6326         (apache-log-generic-mode, mailagent-rules-generic-mode)
6327         (prototype-generic-mode, pkginfo-generic-mode, javascript-generic-mode)
6328         (java-manifest-generic-mode, java-properties-generic-mode)
6329         (alias-generic-mode): Doc fix: use "Generic mode" in docstrings
6330         for consistency with other modes in generic-x.el.
6332 2008-09-25  Martin Rudalics  <rudalics@gmx.at>
6334         * textmodes/tex-mode.el (latex-handle-escaped-parens): New variable.
6335         (latex-backward-sexp-1, latex-forward-sexp-1): Treat escaped
6336         parens specially only if latex-handle-escaped-parens is non-nil.
6337         (latex-indent-within-escaped-parens): New option.
6338         (latex-find-indent): Bind latex-handle-escaped-parens to
6339         latex-indent-within-escaped-parens.  Do not treat escaped parens
6340         specially when this is nil.  (Bug#954)
6342 2008-09-25  Glenn Morris  <rgm@gnu.org>
6344         * ffap.el (ffap-fixup-url): Don't call url-normalize-url.  (Bug#898)
6346 2008-09-25  Chong Yidong  <cyd@stupidchicken.com>
6348         * vc.el (vc-mark-resolved): Move message here from
6349         vc-default-mark-resolved.
6350         (vc-default-mark-resolved): Change to an alias for ignore.
6352 2008-09-24  Andreas Politz  <politza@fh-trier.de>  (tiny change)
6354         * term.el (term-emulate-terminal): Encode input string before
6355         checking its length.
6357 2008-09-24  Chong Yidong  <cyd@stupidchicken.com>
6359         * progmodes/sh-script.el (sh-mode-map): Don't assume that skeleton
6360         is loaded.
6362         * server.el (server-buffer-done): Avoid changing the buffer when
6363         deleting the client's frame (bug#640).
6365         * vc.el (vc-default-mark-resolved): New function.
6367 2008-09-24  Stephen Berman  <stephen.berman@gmx.net>
6369         * mail/rfc822.el (rfc822-addresses): Prevent rfc822-bad-address
6370         from raising a wrong-type-argument error.
6372 2008-09-24  Martin Rudalics  <rudalics@gmx.at>
6374         * help-fns.el (describe-function-1, describe-variable): Print
6375         relative file name in help buffer.
6376         * faces.el (describe-face): Print relative file name in help
6377         buffer.
6379 2008-09-23  Romain Francoise  <romain@orebokech.com>
6381         * subr.el (with-output-to-string): Make sure that the temporary
6382         buffer gets killed.
6384 2008-09-23  Markus Sauermann  <markus@sauermann-consulting.de>  (tiny change)
6386         * emacs-lisp/lisp-mode.el (calculate-lisp-indent): Fix
6387         indentation problem with keyword symbols when a list starts with
6388         ,@ or spaces.  (Bug#1012)
6390 2008-09-23  Martin Rudalics  <rudalics@gmx.at>
6392         * textmodes/tex-mode.el (latex-find-indent): Try to handle
6393         escaped close parens correctly.  (Bug#954)
6395 2008-09-22  Tassilo Horn  <tassilo@member.fsf.org>
6397         * play/fortune.el (fortune-in-buffer): Fix a bug which forced
6398         usage of `fortune-file' even though a FILE argument was passed to
6399         the function.
6401 2008-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
6403         * startup.el (command-line): Start the server when in daemon mode.
6404         Remove always true test.
6406         * frame.el (frame-initialize): Remove spurious setting of
6407         special-display-function with the default value.
6409 2008-09-20  Vincent Belaïche  <vincent.b.1@hotmail.fr>
6411         * calc/calc-vec.el (calcFunc-venum): Properly handle intervals.
6413 2008-09-20  Glenn Morris  <rgm@gnu.org>
6415         * emacs-lisp/lisp-mode.el (lisp-indent-offset):
6416         Fix custom type.  (Bug#1011)
6418 2008-09-20  David De La Harpe Golden  <david@harpegolden.net>
6420         * files.el (move-file-to-trash): Avoid recursive trashing if
6421         rename-file calls delete-file.
6423 2008-09-20  Glenn Morris  <rgm@gnu.org>
6425         * play/fortune.el: Remove leading `*' from defcustom docs.
6426         (fortune-program-options): Doc fix.  Allow to be a string again.
6427         Add :version.
6428         (fortune-in-buffer): Handle fortune-program-options as a string.
6429         Don't rely on fortune program accepting options after fortune file.
6431 2008-09-20  Justin Bogner  <mail@justinbogner.com>  (tiny change)
6433         * play/fortune.el (fortune-program-options): Change to a list.
6434         (fortune-in-buffer): Use apply.
6436 2008-09-20  Ulrich Mueller  <ulm@kph.uni-mainz.de>
6438         * emacs-lisp/authors.el: Change encoding of file to utf-8.
6439         (authors-coding-system): Likewise.
6441 2008-09-20  Ami Fischman  <ami@fischman.org>
6443         * savehist.el (savehist-save): Handle errors in writing as well as
6444         reading.
6446 2008-09-20  Michael Olson  <mwolson@gnu.org>
6448         * emacs-lisp/tq.el (tq-create): Disable undo in tq buffer in order
6449         to provide a minimal performance boost.
6451 2008-09-19  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6453         * proced.el (proced-grammar-alist, proced-custom-attributes)
6454         (proced-format-alist, proced-format, proced-filter-alist)
6455         (proced-filter, proced-sort): Use defcustom.
6456         (proced-mode): Fix docstring.
6457         (proced-process-attributes): Handle return value nil of functions
6458         in proced-custom-attributes.
6460 2008-09-19  Martin Rudalics  <rudalics@gmx.at>
6462         * textmodes/sgml-mode.el (sgml-tag-syntax-table): Remove prefix
6463         flag from "'" entry in sgml-tag-syntax-table.  (Bug#946)
6465 2008-09-19  Miles Bader  <miles@gnu.org>
6467         * comint.el (comint-output-filter): Make field properties for
6468         output text front-sticky.
6470 2008-09-18  Dan Nicolaescu  <dann@ics.uci.edu>
6472         * vc-bzr.el (vc-bzr-show-log-entry):
6473         * vc-git.el (vc-git-show-log-entry): Deal with a nil argument,
6474         C-x v l for a directory uses that.
6476 2008-09-18  Simon Josefsson  <simon@josefsson.org>
6478         * files.el (auto-mode-alist): Use sieve-mode for .sv, .siv, and
6479         .sieve files.
6481 2008-09-18  Martin Rudalics  <rudalics@gmx.at>
6483         * help-macro.el (make-help-screen): Preserve key bindings
6484         established in help-mode call when exiting this macro.
6486 2008-09-17  Kenichi Handa  <handa@m17n.org>
6488         * language/burmese.el: Fix setting of composition-function-table.
6490 2008-09-17  Martin Rudalics  <rudalics@gmx.at>
6492         * info.el (Info-follow-nearest-node): Don't raise an error for
6493         mouse-1 clicks.
6495 2008-09-17  Jay Belanger  <jay.p.belanger@gmail.com>
6497         * calc/calc-units.el (calc-convert-temperature): Use default
6498         units when appropriate.
6500 2008-09-16  Markus Triska  <markus.triska@gmx.at>
6502         * textmodes/flyspell.el (flyspell-math-tex-command-p): Always
6503         catch errors raised in `texmathp'.
6504         (flyspell-tex-math-initialized): Remove.
6506 2008-09-16  Martin Rudalics  <rudalics@gmx.at>
6508         * frame.el (select-frame-set-input-focus): With non-nil
6509         mouse-autoselect-window always move mouse cursor to frame's
6510         selected window.  Otherwise restore pre 2008-09-13 behavior.
6511         (select-frame-by-name): Use select-frame-set-input-focus.
6513         * files.el (switch-to-buffer-other-frame): Don't raise frame since
6514         pop-to-buffer already does it.
6515         (display-buffer-other-frame): Fix doc-string.
6517 2008-09-16  Glenn Morris  <rgm@gnu.org>
6519         * add-log.el (diff-find-source-location): Update declaration.
6521         * progmodes/make-mode.el (makefile-match-function-end):
6522         Move point.  (Bug#983)
6524 2008-09-16  Daiki Ueno  <ueno@unixuser.org>
6526         * epg.el (epg-start-verify): Pass "--verify" to gpgsm.
6528 2008-09-15  Juanma Barranquero  <lekktu@gmail.com>
6530         * vc-rcs.el (vc-rcs-steal-lock, vc-rcs-checkout): Fix docstring typos.
6531         (vc-rcs-fetch-master-state, vc-rcs-system-release): Doc fixes.
6533 2008-09-15  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
6535         * vc-rcs.el (vc-rcs-rollback): Fix typos in docstring.
6537 2008-09-15  Martin Rudalics  <rudalics@gmx.at>
6539         * files.el (file-truename): Don't raise args-out-of-range error
6540         when filename has no separator on windows-nt.  (Bug#982)
6542 2008-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6544         * diff-mode.el (diff-find-file-name): Rename `batch' to `noprompt' and
6545         be more honest when we don't know.
6546         (diff-tell-file-name): Don't prompt before the actual prompt.
6547         (diff-mode): Don't prompt in add-log-buffer-file-name-function.
6548         (diff-find-source-location): Add `noprompt' argument.
6549         (diff-current-defun): Don't prompt.
6551 2008-09-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6553         * proced.el (proced-mark-face, proced-marked-face)
6554         (proced-sort-header-face): Remove.
6555         (proced-font-lock-keywords): Simplify.
6556         (proced-format): Use face proced-sort-header.
6557         (proced-format-interactive, proced-sort-interactive)
6558         (proced-filter-interactive): Only call proced-update if the scheme
6559         has changed.
6560         (proced-sort-header): Use posn-actual-col-row.
6562 2008-09-14  Martin Rudalics  <rudalics@gmx.at>
6564         * add-log.el (change-log-find-window): New variable.
6565         (change-log-goto-source-1, change-log-goto-source):
6566         Set change-log-find-window to window displaying source.
6567         (change-log-next-error): Select window specified by
6568         change-log-find-window.
6570 2008-09-13  Martin Rudalics  <rudalics@gmx.at>
6572         * frame.el (select-frame-set-input-focus): With focus follows
6573         mouse move mouse cursor to right window.
6574         * window.el (pop-to-buffer): Select window before calling
6575         select-frame-set-input-focus.
6577 2008-09-12  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6579         * proced.el (proced-sort-header): New face.
6580         (proced-sort-header-face): New variable.
6581         (proced-format): Allow format value nil.
6582         Use proced-sort-header-face for header of sort column.
6583         (proced-format-args): New function.
6584         (proced-grammar-alist, proced-timer-flag, proced-process-alist)
6585         (proced-header-help-echo, proced-field-help-echo, proced-timer)
6586         (proced-toggle-timer-flag, proced, proced-mode): Doc fix.
6587         (proced-refine): Rename from proced-filter-attribute.  Doc fix.
6588         (proced-sort-header): Bind also to mouse-1.
6589         (proced-move-to-goal-column): Return position of point.
6590         (proced-filter-interactive): Always revert listing.
6591         (proced-format-ttname): Simplify.
6592         (proced-update): Do not keep undo information.  Put point at
6593         beginning of buffer if we generate the first listing.
6595 2008-09-12  Tassilo Horn  <tassilo@member.fsf.org>
6597         * doc-view.el (doc-view-scroll-up-or-next-page)
6598         (doc-view-scroll-down-or-previous-page): Fix scrolling in case of
6599         vertically split windows.
6601 2008-09-12  Glenn Morris  <rgm@gnu.org>
6603         * progmodes/f90.el (f90-mode-map): Don't bind \t and \r.
6605         * indent.el (indent-line-function): Doc fix.
6606         * progmodes/sh-script.el (sh-font-lock-open-heredoc): Doc fix.
6608 2008-09-11  Martin Rudalics  <rudalics@gmx.at>
6610         * window.el (pop-to-buffer): If the window for buffer-or-name is
6611         not on the selected frame, raise that window's frame and give it
6612         input focus.  (Bug#745)
6614 2008-09-11  Glenn Morris  <rgm@gnu.org>
6616         * ido.el (ido-mode): Initialize with custom-initialize-default,
6617         rather than a set function.  (Bug#947)
6619 2008-09-10  Chong Yidong  <cyd@stupidchicken.com>
6621         * replace.el (perform-replace): Don't set inhibit-read-only using
6622         query-replace-skip-read-only (bug#956).
6624         * edmacro.el (edmacro-parse-keys): Fix last change to omit macros
6625         of the <<foo>> form.
6627 2008-09-10  Martin Rudalics  <rudalics@gmx.at>
6629         * window.el (display-buffer): Fix doc-string typo.
6631 2008-09-10  Kenichi Handa  <handa@m17n.org>
6633         * composite.el (compose-gstring-for-graphic): Fix previous change.
6635 2008-09-10  Glenn Morris  <rgm@gnu.org>
6637         * info.el (Info-try-follow-nearest-node): Fix doc typo.
6639 2008-09-10  Stephen Berman  <stephen.berman@gmx.net>
6641         * info.el (Info-mouse-follow-nearest-node): Follow links to different
6642         manuals.  (Bug#886)
6644 2008-09-09  Juanma Barranquero  <lekktu@gmail.com>
6646         * ido.el (ido-unload-function): New function.
6648 2008-09-08  Juanma Barranquero  <lekktu@gmail.com>
6650         * ido.el (ido-file-internal): Fix typo in prompt.
6651         (ido-merge-ftp-work-directories, ido-max-work-file-list): Doc fixes.
6652         (ido-max-prospects, ido-max-file-prompt-width, ido-ignore-buffers)
6653         (ido-enable-prefix, ido-setup-hook, ido-rewrite-file-prompt-functions)
6654         (ido-magic-forward-char, ido-magic-delete-char, ido-pop-dir):
6655         Fix typos in docstrings.
6657 2008-09-08  Martin Rudalics  <rudalics@gmx.at>
6659         * help-fns.el (describe-function-1): Don't print extra newline
6660         after filling.
6662 2008-09-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6664         * help-fns.el (find-lisp-object-file-name): Handle case where
6665         library is compressed.
6667 2008-09-07  Chong Yidong  <cyd@stupidchicken.com>
6669         * complete.el (PC-do-completion): Don't replace buffer
6670         contents (bug#227).
6672 2008-09-07  Juanma Barranquero  <lekktu@gmail.com>
6674         * loadhist.el (unload-feature-special-hooks):
6675         Add `choose-completion-string-functions'.
6677 2008-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6679         * vc-svn.el (vc-svn-root):
6680         * vc-sccs.el (vc-sccs-root):
6681         * vc-rcs.el (vc-rcs-root):
6682         * vc-cvs.el (vc-cvs-root): Delete.
6683         * vc-hooks.el (vc-find-root): Remove `invert' argument.
6685 2008-09-07  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
6687         * progmodes/flymake.el (flymake-parse-err-lines): Filter out
6688         errors occurring in different files.
6690 2008-09-07  Dan Nicolaescu  <dann@ics.uci.edu>
6692         * vc-bzr.el (vc-bzr-extra-fileinfo): New defstruct.
6693         (vc-bzr-status-printer): New function.
6694         (vc-bzr-after-dir-status): Deal with renamed files.
6696 2008-09-07  Johan Euphrosine  <proppy@aminche.com>  (tiny change)
6698         * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Shell quote
6699         buffer's filename.
6701 2008-09-07  Martin Rudalics  <rudalics@gmx.at>
6703         * subr.el (cancel-change-group): Widen buffer temporarily when
6704         undoing changes.  (Bug#810)
6706 2008-09-07  Nick Roberts  <nickrob@snap.net.nz>
6708         * progmodes/gud.el (gud-stop-subjob): Using jdb, suspend threads
6709         with gud-stop-subjob rather than exit debugger.
6711 2008-09-07  Kenichi Handa  <handa@m17n.org>
6713         * composite.el: Compose combining characters only when it
6714         follows a character matching with "[[:alpha:]]".
6716 2008-09-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6718         * proced.el: Require time-date.
6719         (proced-command-alist, proced-command, proced-goal-header-re)
6720         (proced-sorting-schemes-alist, proced-sorting-scheme)
6721         (proced-header-alist, proced-sorting-schemes-re)
6722         (proced-skip-regexp, proced-next-line, proced-previous-line)
6723         (proced-listing-type, proced-sorting-scheme-p): Remove.
6724         (proced-grammar-alist, proced-custom-attributes)
6725         (proced-format-alist, proced-format, proced-filter-alist)
6726         (proced-filter, proced-sort, proced-goal-attribute)
6727         (proced-timer-interval, proced-timer-flag, proced-timer)
6728         (proced-process-alist, proced-sort-internal, proced-process-tree)
6729         (proced-header-help-echo, proced-field-help-echo): New variables.
6730         (proced-pid-at-point, proced-timer, proced-mark-process-alist)
6731         (proced-omit-process, proced-filter, proced-process-tree)
6732         (proced-filter-children, proced-children-pids)
6733         (proced-filter-parents, proced-<, proced-string-lessp)
6734         (proced-time-lessp, proced-xor, proced-sort-p)
6735         (proced-format-time, proced-format-start, proced-format-ttname)
6736         (proced-format, proced-process-attributes): New functions.
6737         (proced-toggle-timer-flag, proced-mark-children)
6738         (proced-mark-parents, proced-filter-interactive)
6739         (proced-filter-attribute, proced-sort-interactive)
6740         (proced-sort-header, proced-format-interactive): New commands.
6741         (proced-move-to-goal-column): Use goal-column.
6742         (proced-mode): Use proced-timer.
6743         (proced-do-mark-all): Display process count.  Use use-region-p.
6744         Simplify.
6745         (proced-omit-processes): Use use-region-p.
6746         (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
6747         (proced-sort-start, proced-sort-time, proced-sort-user):
6748         Use proced-sort-interactive.
6749         (proced-sort): Make it a function that performs the actual sort.
6750         (proced-update): New arg revert.  Use proced-process-alist,
6751         proced-filter, proced-sort, proced-format, and
6752         proced-grammar-alist.  Preserve position of point based on fields.
6753         Make header line and fields clickable.
6754         (proced-send-signal): Use proced-pid-at-point and proced-process-alist.
6755         (proced-why): Use save-selected-window.
6756         (proced-log): Use buffer-read-only.
6758 2008-09-06  Chong Yidong  <cyd@stupidchicken.com>
6760         * tooltip.el (tooltip-mode): Initialize unconditionally to t.
6762 2008-09-06  Glenn Morris  <rgm@gnu.org>
6764         * add-log.el (diff-find-source-location): Declare.
6765         (find-change-log): If called from a diff buffer, try to switch to the
6766         source buffer (e.g. to respect change-log-default-name there).
6768         * progmodes/sh-script.el (sh-get-kw): Remove '()' from the list of
6769         unallowed characters; added 2006-10-10 without comment.  (Bug#753)
6771         * Makefile.in (ELCFILES): Update.
6773 2008-09-06  Chong Yidong  <cyd@stupidchicken.com>
6775         * textmodes/ispell.el (ispell-command-loop): Suspend ispell if the
6776         user enters a mouse event in another frame, or a special event.
6778         * server.el (server-switch-buffer): New arg.
6779         (server-execute): If reusing an existing window, set file position
6780         if required.
6782 2008-09-06  Kenichi Handa  <handa@m17n.org>
6784         * language/lao.el: Fix setting of composition-function-table.
6786 2008-09-06  Eli Zaretskii  <eliz@gnu.org>
6788         * term/pc-win.el (msdos-show-help): Don't truncate lines while
6789         displaying help echo messages.
6791 2008-09-06  Martin Rudalics  <rudalics@gmx.at>
6793         * subr.el (symbol-file): Fix doc-string.
6795 2008-09-06  Glenn Morris  <rgm@gnu.org>
6797         * help-mode.el (help-xref-forward-stack): Doc fix.
6799         * add-log.el (change-log-default-name): Autoload safety.
6801 2008-09-05  Wilson Snyder  <wsnyder@wsnyder.org>
6803         * verilog-mode.el (verilog-library-extensions): Enable .sv
6804         filename extensions to call verilog-mode.
6805         (verilog-auto, verilog-auto-inst, verilog-faq)
6806         (verilog-submit-bug-report): Update author support URLs.
6807         (verilog-delete-auto, verilog-auto-inout-module)
6808         (verilog-auto-inout-comp, verilog-auto): Add AUTOINOUTCOMP for
6809         creating complemented testbench modules.  Suggested by Yishay Belkind.
6810         (verilog-auto-inst-port, verilog-simplify-range-expression):
6811         When verilog-auto-inst-param-value is set, don't require a
6812         AUTO_TEMPLATE to expand parameter substitutions.  Suggested by
6813         Yishay Belkind.
6814         (verilog-auto-inst-param-value): Add safe variable.
6815         (verilog-re-search-forward, verilog-re-search-backward):
6816         Fix returning wrong search results on Emacs 22.1.
6817         (verilog-modi-cache-results, verilog-auto): Fix warning message
6818         about "toggling font-lock-mode."
6819         (verilog-auto): Fix losing font-lock on errors.
6820         (verilog-auto-inst-param-value, verilog-mode-version)
6821         (verilog-mode-version-date, verilog-read-inst-param-value)
6822         (verilog-auto-inst, verilog-auto-inst-param)
6823         (verilog-auto-inst-port, verilog-simplify-range-expression):
6824         Allow parameters to be replaced with their values, on the expansion of
6825         an AUTOINST with Verilog 2001 style parameter settings.
6826         Suggested by David Rogoff.
6828 2008-09-05  Michael McNamara  <mac@mail.brushroad.com>
6830         * verilog-mode.el (verilog-beg-block-re-ordered, verilog-calc-1):
6831         Better support for the property statement.  Sometimes this keyword
6832         introduces a statement which requires an endproperty keyword, and
6833         sometimes it doesn't, depending on the work before the property
6834         word.  If property is prefixed with assert, assume or cover
6835         keyword, then the statement is ended with a ';'.  Otherwise,
6836         property is like task or specify, and is followed by some number
6837         of statements, which are ended with an endproperty keyword.
6838         (electric-verilog-tab): Support Emacs 22.2 style handling of tab
6839         in a highlighted region: indent each line in region according to
6840         mode.  Supply this so it works in XEmacs and older Emacs.
6842 2008-09-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6844         * whitespace.el (whitespace-kill-buffer-hook, whitespace-action):
6845         Don't clean up a buffer when killing it.
6847 2008-09-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6849         * whitespace.el: Fix auto-cleanup on kill prevents killing read-only
6850         buffers (bug#360).  New version 11.2.1.
6851         (whitespace-action): New value `warn-read-only' to give a warning when
6852         buffer is read-only and whitespace action is cleanup or auto-cleanup.
6853         (whitespace-cleanup, whitespace-cleanup-region): Code fix.
6854         (whitespace-warn-read-only): New fun.
6856 2008-09-05  Chong Yidong  <cyd@stupidchicken.com>
6858         * international/quail.el: Require help-mode.
6859         (quail-help-init): Function removed.
6860         (quail-keyboard-layout-button, quail-keyboard-customize-button):
6861         Define directly.
6863         * dired.el (dired-get-filename): Rewrite octal escape character
6864         processor (bug#885).
6866 2008-09-05  Eli Zaretskii  <eliz@gnu.org>
6868         * cus-edit.el (custom-button-pressed): Default to inverse-video.
6870         * term/pc-win.el (msdos-face-setup): Setup faces for all frames,
6871         not just for terminal-frame.
6873 2008-09-05  Martin Rudalics  <rudalics@gmx.at>
6875         * window.el (window--try-to-split-window): Don't split when window
6876         is not splittable in last disjunct.  (Bug#888)
6878 2008-09-05  Kenichi Handa  <handa@m17n.org>
6880         * language/tibetan.el: Fix setting of composition-function-table.
6882         * composite.el (find-composition): Mention about the automatic
6883         composition in the docstring.
6884         (compose-gstring-for-graphic): Fix handling "above" marks.
6886         * descr-text.el (describe-char): Fix handling of automatic composition.
6888 2008-09-04  Juanma Barranquero  <lekktu@gmail.com>
6890         * net/tramp-cache.el (tramp-flush-file-function): Fix docstring typo.
6891         (tramp-parse-connection-properties): Reflow docstring.
6893 2008-09-04  Kim F. Storm  <storm@cua.dk>
6895         * ido.el (ido-buffer-internal, ido-file-internal): Pass on other-window
6896         and other-frame methods when switching between file and buffer modes.
6898 2008-09-04  Martin Rudalics  <rudalics@gmx.at>
6900         * info.el (Info-dir-remove-duplicates): Narrow buffer when
6901         removing duplicate entries under same heading.  Don't skip char
6902         matching anything but a space or tab at bol.  (Bug#864)
6904 2008-09-03  Alan Mackenzie  <acm@muc.de>
6906         * progmodes/cc-defs.el (c-version): Increment to 5.31.6.
6908 2008-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6910         * minibuffer.el (completion-pcm--pattern->regex): Undo last change.
6911         (completion-pcm--all-completions): Move the case-fold-search binding to
6912         it also applies to completion-regexp-list (used in all-completions).
6913         (completion-pcm--hilit-commonality): Add missing case-fold-search.
6915 2008-09-03  Martin Rudalics  <rudalics@gmx.at>
6917         * window.el (pop-up-frame-function): Move ...
6918         * frame.el (pop-up-frame-function): ... here, to avoid
6919         "CHANGED outside Customize;".
6921 2008-09-03  Glenn Morris  <rgm@gnu.org>
6923         * buff-menu.el (buffer-menu-mode-hook): Add obsolete alias.
6925 2008-09-03  Chong Yidong  <cyd@stupidchicken.com>
6927         * isearch.el (isearch-highlight-regexp): Fix last change, quoting
6928         non-alphabetical characters properly.
6930 2008-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
6932         * files.el (auto-mode-alist): Use verilog-mode for SystemVerilog files.
6934 2008-09-02  Martin Rudalics  <rudalics@gmx.at>
6936         * calc/calc.el (calc-dispatch-map): Fix handling of upcased and
6937         control-prefixed keys.  (Bug#835)
6939 2008-09-02  Chong Yidong  <cyd@stupidchicken.com>
6941         * image-mode.el (image-mode): Fix 2008-07-19 change.
6943 2008-09-02  Juanma Barranquero  <lekktu@gmail.com>
6945         * tool-bar.el (tool-bar-add-item): Fix typo in docstring.
6947         * emulation/tpu-edt.el (tpu-kill-buffer): Doc fix.
6949 2008-09-02  Glenn Morris  <rgm@gnu.org>
6951         * emacs-lisp/lucid.el (try-face-font): Remove dead alias.
6953         * progmodes/cc-langs.el (c-opt-op-identitier-prefix): Fix typo.
6955 2008-09-01  Glenn Morris  <rgm@gnu.org>
6957         * vc-hooks.el (vc-previous-version): Move alias to vc.el.
6958         * vc.el (vc-default-previous-version): Move alias here from vc-hooks,
6959         and fix name typos.  (Bug#856)
6961 2008-09-01  Chong Yidong  <cyd@stupidchicken.com>
6963         * minibuffer.el (completion-pcm--pattern->regex):
6964         When completion-ignore-case is non-nil, generate a regexp that
6965         ignores case.
6967         * window.el (recenter-top-bottom): Doc fix.
6969 2008-09-01  Simon South  <ssouth@member.fsf.org>
6971         * progmodes/delphi.el: New maintainer.
6972         (delphi-interface-types): New var.
6973         (delphi-composite-types): Use it.
6974         (delphi-enclosing-indent-of): Distinguish between "interface"
6975         keyword as a unit separator and used like a class declaration.
6977 2008-09-01  Martin Rudalics  <rudalics@gmx.at>
6979         * help-fns.el (describe-simplify-lib-file-name)
6980         (find-source-lisp-file): Remove.
6981         (find-lisp-object-file-name): New function giving preference to
6982         files found via load-path instead of loaddefs.el.
6983         (describe-function-1): Use new function instead of the removed
6984         ones.  (Bugs #587, #669, #690)
6985         * faces.el (describe-face): Use find-lisp-object-file-name instead
6986         of describe-simplify-lib-file-name.
6988 2008-09-01  Kenichi Handa  <handa@m17n.org>
6990         * international/mule-diag.el (font-show-log): Fix previous change.
6992         * international/mule-cmds.el (set-language-environment):
6993         Don't overwrite current-iso639-language if the current language
6994         environment doesn't provide that data.
6995         (set-locale-environment): Set current-iso639-language from the
6996         locale name.
6998         * international/fontset.el (script-representative-chars): Re-add
6999         the entry for symbol, but with vector of characters.
7000         (setup-default-fontset): Cancel previous change.
7002 2008-08-31  Chong Yidong  <cyd@stupidchicken.com>
7004         * ido.el: Move provide statement to the end of the file.
7006 2008-08-30  Markus Triska  <markus.triska@gmx.at>
7008         * linum.el (linum-mode): `window-size-change-functions' can now be
7009         buffer-local.
7010         (linum-update-window): Use result of `move-overlay'.
7012 2008-08-30  Glenn Morris  <rgm@gnu.org>
7014         * subr.el (make-variable-frame-local): Tweak obsolescence message.
7016         * info.el (Info-hide-note-references, Info-refill-paragraphs):
7017         Doc fixes.
7019         * apropos.el (apropos-command): Report documentation errors.
7020         * help-fns.el (describe-function-1): Handle broken aliases.  (Bug#825)
7022 2008-08-29  Chong Yidong  <cyd@stupidchicken.com>
7024         * isearch.el (isearch-highlight-regexp): Fix case of highlighted
7025         string.
7027 2008-08-29  Eli Zaretskii  <eliz@gnu.org>
7029         * bindings.el (mode-line-frame-identification): Fix last change.
7031 2008-08-29  Kenichi Handa  <handa@m17n.org>
7033         These changes are to adjust the automatic composition for the new
7034         implementation (avoid using text property).
7036         * composite.el (composition-function-table): Move declaration to
7037         composite.c.
7038         (terminal-composition-base-character-p): Delete it.
7039         (terminal-composition-function): Delete it.
7040         (terminal-composition-function-table): Delete it.
7041         (lgstring-header, lgstring-set-header, lgstring-font)
7042         (lgstring-char, lgstring-char-len, lgstring-shaped-p)
7043         (lgstring-set-id, lgstring-glyph, lgstring-glyph-len)
7044         (lgstring-set-glyph, lglyph-from, lglyph-to, lglyph-char)
7045         (lglyph-code, lglyph-width, lglyph-lbearing, lglyph-rbearing)
7046         (lglyph-ascent, lglyph-descent, lglyph-adjustment)
7047         (lglyph-set-from-to, lglyph-copy, lgstring-insert-glyph)
7048         (compose-glyph-string, compose-glyph-string-relative)
7049         (compose-gstring-for-graphic, compose-gstring-for-terminal):
7050         New functions.
7051         (auto-compose-chars): Argument changed.
7053         * language/european.el: Don't setup composition-function-table.
7054         (diacritic-composition-pattern, diacritic-compose-region)
7055         (diacritic-compose-string, diacritic-compose-buffer)
7056         (diacritic-composition-function): Delete them.
7058         * language/lao-util.el (lao-composition-function): Argument changed.
7060         * language/sinhala.el: Fix setting up of composition-function-table.
7062         * language/thai.el: Fix setting up of composition-function-table.
7064         * language/thai-util.el: Encoding changed to utf-8.
7065         (thai-composition-function): Argument changed.
7067         * language/indian.el: Fix setting up of composition-function-table.
7068         (devanagari-composable-pattern)
7069         (tamil-composable-pattern, kannada-composable-pattern)
7070         (malayalam-composable-pattern): New variables.
7072         * international/characters.el (unicode-category-table):
7073         Setup unicode-category-table.
7075         * international/fontset.el (setup-default-fontset): Prepend
7076         iso10646-1 fonts to the fallback font groups instead of appending.
7078 2008-08-29  Glenn Morris  <rgm@gnu.org>
7080         * cus-start.el (truncate-partial-width-windows): Changed in 23.1.
7082 2008-08-28  Chong Yidong  <cyd@stupidchicken.com>
7084         * term/x-win.el (x-win-suspend-error): Don't signal error if there
7085         are no X frames active.
7087 2008-08-28  Michael Albinus  <michael.albinus@gmx.de>
7089         * net/xesam.el (xesam-kill-buffer-function): Wrap code by
7090         `ignore-errors' (the function must succeed always).
7092 2008-08-28  Edward O'Connor  <hober0@gmail.com>
7094         * json.el (json-read-number): New arg.  Handle explicitly signed
7095         numbers.
7096         (json-readtable): Add `+' and `.'.
7098 2008-08-28  Eli Zaretskii  <eliz@gnu.org>
7100         * term/pc-win.el (msdos-previous-message): New variable.
7101         (msdos-show-help): New function.
7102         (msdos-initialize-window-system): Set show-help-function to
7103         msdos-show-help.
7105 2008-04-09  Lennart Borgman  <lennart.borgman@gmail.com>
7107         * emacs-lisp/debug.el (debug): When killing a noninteractive
7108         Emacs, give an exit status of -1.
7110 2008-08-28  Chong Yidong  <cyd@stupidchicken.com>
7112         * vc-hooks.el (vc-workfile-unchanged-p): Revert last change.
7114 2008-08-27  Alex Harsanyi  <harsanyi@mac.com>  (tiny change)
7116         * vc-hooks.el (vc-workfile-unchanged-p): If the checkout time is
7117         not the same as the last modification time, fall back on the
7118         backend-specific check.
7120 2008-08-27  Teodor Zlatanov  <tzz@lifelogs.com>
7122         * add-log.el (change-log-next-error): Run an extra `pop-to-buffer'
7123         to go to the position of interest.
7125 2008-08-27  Tomas Abrahamsson  <tab@lysator.liu.se>
7127         * textmodes/artist.el (artist-mode-init): Add comment on the
7128         setting up of the `artist-replacement-table' array.
7129         (artist-get-replacement-char): New defsubst.
7130         (artist-get-char-at-xy-conv, artist-replace-char)
7131         (artist-replace-chars, artist-replace-string): Use it instead of
7132         accessing `artist-replacement-table' directly.
7133         Reported by Rubén Berenguel <ruben@maia.ub.es>.
7135         (artist-mt): Fix structures for cut and copy operations.
7137 2008-08-27  Chong Yidong  <cyd@stupidchicken.com>
7139         * shell.el (shell-file-name-quote-list): Quote `$'.
7141         * comint.el (comint-dynamic-complete-as-filename): Generalize last
7142         change to allow quoting of characters before point.
7143         (comint-dynamic-list-filename-completions): Quote common substring.
7145 2008-08-26  Chong Yidong  <cyd@stupidchicken.com>
7147         * comint.el (comint-dynamic-complete-as-filename): If case is
7148         ignored while matching, replace the entire filename with completion.
7150         * textmodes/flyspell.el (flyspell-check-pre-word-p): Make sure
7151         flyspell-pre-point is valid to avoid signalling an error in
7152         post-command-hook.
7154 2008-08-26  Johan BockgÃ¥rd  <bojohan@gnu.org>
7156         * linum.el (linum): Inherit remaining face attributes from default
7157         face.
7159 2008-08-26  Markus Triska  <markus.triska@gmx.at>
7161         * linum.el (linum-delay): Disable - it should no longer be
7162         necessary, and can lead to longer delays.
7163         (linum-update-window): Renumber if margin width has changed.
7165 2008-08-26  Daiki Ueno  <ueno@unixuser.org>
7167         * epa.el (epa--key-widget-action): Save the selected window to
7168         make `widget-button-click-moves-point' work.  (Bug#733).
7170 2008-08-26  Glenn Morris  <rgm@gnu.org>
7172         * calendar/holidays.el (calendar-holidays): Doc fix.
7174         * progmodes/gud.el (tramp-file-name-localname)
7175         (tramp-dissect-file-name): Declare.
7177         * term/pc-win.el (msdos-setup-keyboard): Fix declaration.
7179 2008-08-25  Eli Zaretskii  <eliz@gnu.org>
7181         * bindings.el (mode-line-frame-control): New function, caters to
7182         `pc' ``window system''.
7183         (mode-line-frame-identification): Use it instead of accessing
7184         window-system directly.
7186 2008-08-25  Juri Linkov  <juri@jurta.org>
7188         * textmodes/text-mode.el (text-mode-map): Unbind "\es" from
7189         `center-line' and "\eS" from `center-paragraph'.
7190         (facemenu-keymap): Bind "\es" to `center-line' and "\eS" to
7191         `center-paragraph'.
7193 2008-08-25  Ulf Jasper  <ulf.jasper@web.de>
7195         * net/newst-treeview.el (newsticker-treeview-own-frame): Doc fixed.
7196         (newsticker-treeview-treewindow-width): New.
7197         (newsticker-treeview-listwindow-height): New.
7198         (newsticker-treeview-browse-url-item): New.
7199         (newsticker-treeview-mode-map):
7200         Add newsticker-treeview-browse-url-item.
7201         (newsticker--treeview-window-init):
7202         Use newsticker-treeview-treewindow-width and
7203         newsticker-treeview-listwindow-height.
7205         * net/newst-reader.el (newsticker-browse-url-item): New.
7207 2008-08-25  Dan Nicolaescu  <dann@ics.uci.edu>
7209         * vc-dir.el (vc-dir-marked-only-files-and-states):
7210         (vc-dir-child-files-and-states): Reverse the list before returning it.
7212 2008-08-24  Michael Albinus  <michael.albinus@gmx.de>
7214         * net/dbus.el (dbus-introspect): Use `dbus-call-method-non-blocking'.
7216 2008-08-24  Romain Francoise  <romain@orebokech.com>
7218         * progmodes/python.el (run-python): Remove '' from sys.path.
7220 2008-08-23  Glenn Morris  <rgm@gnu.org>
7222         * progmodes/fortran.el (fortran-tab-mode-string)
7223         (fortran-comment-line-start, fortran-continuation-string): Doc fixes.
7225 2008-08-23  Eli Zaretskii  <eliz@gnu.org>
7227         * term/pc-win.el (msdos-setup-keyboard) <msdos-setup-keyboard>:
7228         Add declare-function.
7230         * startup.el (command-line): Don't call tty-register-default-colors
7231         if initial-window-system is `pc'.
7233         * term/internal.el (local-function-key-map): Fix unbalanced parens.
7234         (msdos-key-remapping-map): New variable.  Move here all the special
7235         keys we will be remapping via local-function-key-map.
7236         (msdos-setup-keyboard): New function.
7238         * term/pc-win.el (msdos-create-frame-with-faces): Rename from
7239         make-msdos-frame.
7240         (terminal-init-internal): New function, errors out if called.
7241         (msdos-initialize-window-system): New function.
7242         (msdos-create-frame-with-faces): Set the terminal's
7243         `terminal-initted' (sic!) parameter.
7244         (frame-creation-function-alist): Add msdos-create-frame-with-faces.
7245         (window-system-initialization-alist):
7246         Add msdos-initialize-window-system.
7247         (handle-args-function-alist): Use tty-handle-args for `pc'
7248         ``window system'' as well.
7249         (pc-win): Provide.
7251         * term/tty-colors.el (tty-register-default-colors): Remove bogus
7252         code for using msdos-color-values.
7254         * loadup.el [ms-dos]: Load term/pc-win.
7256 2008-08-23  Dan Nicolaescu  <dann@ics.uci.edu>
7258         * vc-dir.el (vc-dir-prepare-status-buffer): Make sure we use a
7259         directory name.
7261 2008-08-23  Nick Roberts  <nickrob@snap.net.nz>
7263         * progmodes/gud.el (gud-common-init): Use absolute file so that
7264         perldb works with tramp (sudo).
7266         * term/x-win.el (x-gtk-map-stock): Don't let the tool bar destroy
7267         match data in process filters.
7269 2008-08-23  Martin Rudalics  <rudalics@gmx.at>
7271         * dired.el (dired-buffer-stale-p): Do not revert buffer that
7272         can be written.
7274 2008-08-23  Glenn Morris  <rgm@gnu.org>
7276         * dired-x.el (dired-guess-shell-alist-default): Add .mp3 and .ogg.
7277         (dired-guess-shell-alist-user): Doc fix.  (Bug#417).
7279 2008-08-23  Chong Yidong  <cyd@stupidchicken.com>
7281         * subr.el (temp-buffer-show-hook): Doc fix.
7283 2008-08-22  Michael Albinus  <michael.albinus@gmx.de>
7285         * net/tramp.el (tramp-remote-process-environment): Add "EMACS=t"
7286         and "INSIDE_EMACS=...".  Reported by Tassilo Horn
7287         <tassilo@member.fsf.org>.
7289         * net/trampver.el: Update release number.
7291         * net/xesam.el (xesam-minor-mode): New minor mode.
7292         (xesam-highlight-buffer): Remove.  Code moved to
7293         `xesam-minor-mode'.
7294         (xesam-refresh-entry): Use `xesam-minor-mode'.
7296 2008-08-21  Chong Yidong  <cyd@stupidchicken.com>
7298         * minibuffer.el (completion--try-word-completion):
7299         Disable partial-completion when considering the addition of a space
7300         or hyphen.
7302 2008-08-21  John Paul Wallington  <jpw@pobox.com>
7304         * mail/rmail.el (rmail-insert-inbox-text): Ensure that the
7305         filename of `tofile' doesn't contain any colons on Windows,
7306         Cygwin, and MS-DOS systems.
7308 2008-08-21  Daiki Ueno  <ueno@unixuser.org>
7310         * epg.el (epg-make-context, epg-context-set-passphrase-callback)
7311         (epg-context-set-progress-callback): Make sure the callback is a
7312         cons of a function and a handback.  Update all callers.
7314 2008-08-20  David Reitter  <david.reitter@gmail.com>
7316         * term/ns-win.el (ns-cursor-blink-rate, ns-cursor-blink-mode): Remove.
7317         Patch applied by Adrian Robert.
7319 2008-08-20  Kevin Ryde  <user42@zip.com.au>
7321         * textmodes/nroff-mode.el (nroff-mode): Avoid auto-filling on
7322         directive lines.
7324 2008-08-20  Michael Albinus  <michael.albinus@gmx.de>
7326         * net/xesam.el (xesam-highlight-string): Precise doc string.
7327         (xesam-highlight-buffer): New defun.
7328         (xesam-refresh-entry): Use it.  Better check for sourceModified.
7330 2008-08-19  Chong Yidong  <cyd@stupidchicken.com>
7332         * edmacro.el (edmacro-parse-keys): Catch events with spaces in
7333         their names.
7335 2008-08-19  Kenichi Handa  <handa@m17n.org>
7337         * language/european.el ("Esperanto"): Change the preferred
7338         charsets to iso-8859-3.
7340         * language/utf-8-lang.el ("UTF-8"): Add the preferred charsets.
7342         * international/fontset.el (script-representative-chars):
7343         Delete the entry for symbol.
7344         (setup-default-fontset): For symbol characters, don't specify
7345         :script property.
7347 2008-08-19  Chong Yidong  <cyd@stupidchicken.com>
7349         * minibuffer.el (completion-table-dynamic): Doc fix.
7351         * cus-edit.el (custom-toggle-hide): Allow hiding only if widget is
7352         saved.
7354 2008-08-18  Chong Yidong  <cyd@stupidchicken.com>
7356         * emulation/edt.el (edt-default-emulation-setup):
7357         Share global-buffers-menu-map with the emulated global map.
7359 2008-08-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
7361         * term/ns-win.el (global): Uncomment "put backspace
7362         ascii-character..." and friends, they are needed for tramp.  (Bug#725)
7364 2008-08-18  Kenichi Handa  <handa@m17n.org>
7366         * international/mule-diag.el (font-show-log): Add optional arg N
7367         to control the limit of font listing.
7369 2008-08-18  Chong Yidong  <cyd@stupidchicken.com>
7371         * window.el (recenter-top-bottom): Determine top and bottom
7372         positions using scroll-margin instead of scroll-conservatively.
7374 2008-08-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7376         * proced.el (proced-send-signal): Use beginning-of-line.
7378 2008-08-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7380         * proced.el (proced-signal-list): Add POSIX 1003.1-2001 signals.
7381         (proced-mode-map): Add tooltips for menus.  Use radio buttons for
7382         listing types.
7383         (proced-log-buffer): New variable.
7384         (proced-mark-all, proced-unmark-all, proced-do-mark-al): Operate on
7385         region if transient-mark-mode is turned on and the region is active.
7386         (proced-omit-processes): Rename from proced-hide-processes to
7387         avoid key clash with describe-mode (bound to h).  Search for
7388         marked processes starting from point-min.
7389         (proced-header-space): Remove.
7390         (proced-send-signal): Handle errors.  Operate on current process
7391         if no process is marked.
7392         (proced-why): New command.
7393         (proced-log, proced-log-summary): New functions.
7394         (proced-help): Use proced-why.
7395         * textmodes/bibtex.el (bibtex-entry-format): Mark as safe.
7396         (bibtex-autokey-year-title-separator): Fix docstring.
7398 2008-08-17  Michael Albinus  <michael.albinus@gmx.de>
7400         * net/xesam.el (xesam-vendor, xesam-notify-function):
7401         New local variables.
7402         (xesam-mode): Extend docstring.  Initialize `xesam-notify-function'.
7403         (xesam-refresh-entry): Use `xesam-notify-function' if set.  Remove
7404         Debbugs specific code; it shall be enabled via `xesam-mode-hooks'.
7405         (xesam-new-search): Initialize `xesam-vendor'.
7407 2008-08-15  Glenn Morris  <rgm@gnu.org>
7409         * eshell/esh-cmd.el (eshell-do-pipelines): Indicate the last command in
7410         a pipeline.
7411         * eshell/em-ls.el (eshell-ls-files): List one per line in a pipeline,
7412         unless at the end of the pipeline.  (Bug#699).
7414 2008-08-14  Chong Yidong  <cyd@stupidchicken.com>
7416         * minibuffer.el (completion-boundaries): Doc fix.
7417         (display-completion-list): Only default base-size to zero if
7418         completing in the minibuffer.
7420         * simple.el (completion-base-size): Doc fix.
7421         (choose-completion): Try reselecting completion-reference-buffer.
7423 2008-08-14  Michael Albinus  <michael.albinus@gmx.de>
7425         * vc-dispatcher.el (vc-do-command): Let asynchronous processes run
7426         also for remote directories.
7428 2008-08-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7430         * emacs-lisp/easymenu.el (easy-menu-add): Don't precompute keybindings
7431         since those precomputed values aren't used any more.
7432         (easy-menu-precalculate-equivalent-keybindings): Obsolete.
7434 2008-08-14  Martin Rudalics  <rudalics@gmx.at>
7436         * help.el (with-help-window): Return last value in BODY.
7438 2008-08-14  Michael Albinus  <michael.albinus@gmx.de>
7440         * net/xesam.el (xesam-refresh-entry): Use `save-excursion' in the
7441         notify function of the URL.
7442         (xesam-new-search): Encode special characters in the query string.
7444 2008-08-13  Chong Yidong  <cyd@stupidchicken.com>
7446         * term/ns-win.el (ns-parse-geometry): Rename from x-parse-geometry.
7448 2008-08-13  Andreas Schwab  <schwab@suse.de>
7450         * net/tramp.el (tramp-handle-shell-command): Handle output going
7451         to current buffer like shell-command.  Don't disable undo.
7453 2008-08-13  Glenn Morris  <rgm@gnu.org>
7455         * eshell/esh-cmd.el (eshell/which): Handle the case where no
7456         description is found.
7458 2008-08-12  Alan Mackenzie  <acm@muc.de>
7460         * progmodes/cc-defs.el (c-emacs-features):
7461         argumentative-bod-function: bind mark-ring to avoid accumulating a
7462         spurious mark.
7464 2008-08-12  Chong Yidong  <cyd@stupidchicken.com>
7466         * simple.el (visual-line--saved-state): New var.
7467         (visual-line-mode): Save local values of variables, and restore
7468         them when visual-line-mode is disabled.
7470 2008-08-12  NAKAGAWA Makoto  <gha03025@nifty.ne.jp>  (tiny change)
7472         * net/ldap.el (ldap-search-internal): Tweak URL regexp.
7474 2008-08-11  Chong Yidong  <cyd@stupidchicken.com>
7476         * progmodes/cc-defs.el (c-emacs-features):
7477         Check beginning-of-defun-raw instead of beginning-of-defun, and avoid
7478         moving point during the test.
7480         * emacs-lisp/lisp.el (beginning-of-defun): Doc fix.
7482 2008-08-11  Glenn Morris  <rgm@gnu.org>
7484         * term/ns-win.el (x-parse-geometry): Doc fix.
7486         * dired.el (x-popup-menu):
7487         * hi-lock.el (x-popup-menu):
7488         * mouse.el (font-face-attributes):
7489         * calendar/cal-menu.el (x-popup-menu):
7490         * calendar/calendar.el (x-popup-menu):
7491         * calendar/holidays.el (x-popup-menu):
7492         * progmodes/cperl-mode.el (x-popup-menu):
7493         * term/ns-win.el (dnd-open-file, tool-bar-mode, scroll-bar-scale)
7494         (x-open-connection):
7495         * term/w32-win.el (x-colors, x-handle-args, x-parse-geometry)
7496         (x-command-line-resources):
7497         * term/x-win.el (x-colors, x-parse-geometry, x-resource-name)
7498         (x-display-name, x-command-line-resources):
7499         Add declarations for builds without X.
7501 2008-08-10  Glenn Morris  <rgm@gnu.org>
7503         * calendar/cal-bahai.el (holiday-bahai): Doc fix.
7505 2008-08-10  Dan Nicolaescu  <dann@ics.uci.edu>
7507         * vc-bzr.el (vc-bzr-find-revision): Rename from
7508         vc-bzr-find-version, forgotten in the 2007-10-10 renaming.
7510 2008-08-10  Michael Albinus  <michael.albinus@gmx.de>
7512         * net/xesam.el (xesam-search-engines): Add Debbugs hit fields.
7513         (xesam-refresh-entry): Add Debbugs handling.  Insert a widget
7514         "DONE", when all hits are retrieved.
7515         (xesam-search): Autoload it.
7517 2008-08-11  John Paul Wallington  <jpw@pobox.com>
7519         * ibuffer.el (ibuffer-buffer-file-name): Return nil rather than
7520         empty string when no filename.
7521         (define-ibuffer-column filename): Accommodate that change.
7523         * ibuf-ext.el (ibuffer-define-filter filename): Use plain old
7524         `buffer-file-name' instead of `ibuffer-buffer-file-name'.
7526 2008-08-10  Glenn Morris  <rgm@gnu.org>
7528         * Makefile.in (ELCFILES): Update.
7530 2008-08-10  John Paul Wallington  <jpw@pobox.com>
7532         * pcvs.el (defun-cvs-mode): Add `doc-string' decl.
7534 2008-08-08  Chong Yidong  <cyd@stupidchicken.com>
7536         * battery.el (battery-echo-area-format, battery-status-function):
7537         Handle new Linux sysfs format for battery reporting.
7538         (battery-linux-sysfs): New function.
7540 2008-08-07  Martin Rudalics  <rudalics@gmx.at>
7542         * add-log.el (change-log-search-tag-name)
7543         (change-log-goto-source): Fix behavior when point is not on tag.
7545 2008-08-06  Adrian Robert  <Adrian.B.Robert@gmail.com>
7547         * startup.el (command-line-ns-option-alist): Use ignore instead of
7548         ns-ignore-0-arg.
7550         * term/ns-win.el (ns-ignore-0-arg, mouse-extend-region)
7551         (ns-win-suspend-error, ns-yes-or-no-p, colors): Drop.
7552         (ns-alternatives-map): New variable.
7553         (x-set-up-function-keys): Use it.
7554         (global): Comment out "put backspace ascii-character..." and friends.
7555         Move function-key-map into ns-alternatives-map.  Don't call
7556         precompute-menubar-bindings.  Don't set anything connected with
7557         browse-url.
7558         (after-make-frame-functions): Clarify comment why a hook is added.
7560 2008-08-06  Joakim Verona  <joakim@verona.se>
7562         * thingatpt.el (thing-at-point-url-path-regexp): Allow parenthesis
7563         in url:s.
7565 2008-08-06  Dan Nicolaescu  <dann@ics.uci.edu>
7567         * vc-svn.el (vc-svn-parse-status): Use when instead of if.
7568         Fix 2008-01-01 change: use a shy group to not affect subsequent
7569         match calls.
7571 2008-08-06  Reto Zimmermann  <reto@gnu.org>
7573         * progmodes/vera-mode.el (vera-electric-tab):
7574         * progmodes/vhdl-mode.el (vhdl-electric-tab): Make TAB indent
7575         region when active.
7577 2008-08-06  Kenichi Handa  <handa@m17n.org>
7579         * faces.el (face-valid-attribute-values): Fix handling the value
7580         of (font-family-list) and font-XXX-table.
7582 2008-08-06  Dan Nicolaescu  <dann@ics.uci.edu>
7584         * proced.el (proced-menu): Bind the correct function to for toggling.
7586         * vc-dir.el (vc-dir-mode): Fix typo.
7588 2008-08-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7590         * whitespace.el (whitespace-newline-mode)
7591         (global-whitespace-newline-mode, whitespace-mode)
7592         (global-whitespace-mode): Improve docstring.
7594 2008-08-05  Chong Yidong  <cyd@stupidchicken.com>
7596         * kmacro.el (kmacro-exec-ring-item): Add autoload.
7598         * files.el (auto-save-visited-file-name): Move definition to fileio.c.
7600         * cus-start.el (all): Handle auto-save-visited-file-name.
7602 2008-08-05  Alex Shinn  <alexshinn@gmail.com>  (tiny change)
7604         * files.el (hack-one-local-variable-eval-safep): Handle
7605         lisp-indent-function and scheme-indent-function in addition to the
7606         deprecated lisp-indent-hook.
7608 2008-08-05  Michael Albinus  <michael.albinus@gmx.de>
7610         * net/xesam.el (top): Require `wid-edit' always.
7611         (xesam-mode-line, xesam-highlight): New deffaces.
7612         (xesam-objects): New local variable.
7613         (xesam-search-engines): Fix error in field list.
7614         (xesam-mode): Use `xesam-mode-line' instead of
7615         `font-lock-type-face'.  Apply `xesam-mode' to a temp buffer, for
7616         proper initialization (why?).
7617         (xesam-highlight-string, xesam-get-hits)
7618         (xesam-kill-buffer-function): New defuns.
7619         (xesam-refresh-entry): Move code to `xesam-get-hits'.  Check
7620         result of "hit.fields", it isn't a string only.  Wrap an error of
7621         the strigi search engine ("xesam:size" is returned as string).
7622         Highlight search items.
7623         (xesam-refresh-search-buffer): Make logic of counters more simple.
7624         Prefetch next hits.
7625         (xesam-signal-handler): Use `xesam-mode-line' instead of
7626         `font-lock-type-face'.
7627         (xesam-new-search): Add `xesam-kill-buffer-function' to
7628         `kill-buffer-hook'.
7630 2008-08-05  Teodor Zlatanov  <tzz@lifelogs.com>
7632         * add-log.el (change-log-next-error, change-log-mode): Add support
7633         for `next-error' to call `change-log-goto-source' on named files
7634         in a ChangeLog.
7636 2008-08-05  Jay Belanger  <jay.p.belanger@gmail.com>
7638         * calc/calc.el (math-read-number): Handle all C-like languages
7639         properly.
7641 2008-08-04  Vincent Belaïche  <vincent.b.1@hotmail.fr>
7643         * calc/calc.el (math-read-number): Handle C numbers beginning with
7644         0 correctly.
7646 2008-07-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
7648         * term/ns-win.el ([ns-new-frame]): New global key.
7650 2008-08-04  Juanma Barranquero  <lekktu@gmail.com>
7652         * international/mule-cmds.el (read-char-by-name):
7653         Check UCS names with `assoc-string' and case folding.
7655 2008-08-04  Michael Albinus  <michael.albinus@gmx.de>
7657         * net/dbus.el (dbus-call-method-asynchronously)
7658         (dbus-method-return-internal, dbus-method-error-internal):
7659         Declare them with `declare-function'.
7661 2008-08-04  Juanma Barranquero  <lekktu@gmail.com>
7663         * descr-text.el (describe-char-display): Fix last change:
7664         don't pass CHARSET to `encoded-string-description'.
7666 2008-08-02  Alex Harsanyi  <harsanyi@mac.com>  (tiny change)
7668         * vc.el (vc-next-action): Update list var correctly after delete.
7670 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
7672         * ido.el (ido-mode): Add toggle notification.
7674         * cus-edit.el (custom-save-all): Avoid destroying symlink if
7675         already visiting the custom file.
7677         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
7678         pending output coming after the status change.
7680 2008-08-02  Jason Rumney  <jasonr@gnu.org>
7682         * w32-fns.el (tis620-2533): Use as preferred registry for thai fonts.
7684 2008-08-01  Kenichi Handa  <handa@m17n.org>
7686         * international/mule-cmds.el (encode-coding-char):
7687         New optional arg CHARSET.
7689         * descr-text.el (describe-char-display): Call encode-coding-char
7690         with the arg CHARSET.
7691         (describe-char): Pay attention to the text-property `charset'.
7693 2008-08-01  Michael Albinus  <michael.albinus@gmx.de>
7695         * net/dbus.el (dbus-check-event, dbus-handle-event): Handle D-Bus
7696         error messages.
7697         (dbus-set-property): Call `dbus-introspect-get-property' instead
7698         of `dbus-get-property'.
7700         * net/xesam.el (xesam-all-fields): Remove source and content
7701         identifiers.
7702         (xesam-dbus-unique-names): New defvar.
7703         (xesam-dbus-call-method): New defun.  Replace all calls of
7704         `dbus-call-method' by `xesam-dbus-call-method'.
7705         (xesam-get-cached-property, xesam-set-cached-property):
7706         New defuns.
7707         (xesam-get-property, xesam-set-property, xesam-refresh-entry)
7708         (xesam-new-search, xesam-search): Apply `xesam-get-cached-property'.
7709         (xesam-search-engines): Make it an association list.  Take changed
7710         layout into account in the corresponding function.
7711         (xesam-delete-search-engine): Remove check for consistency of
7712         `xesam-search-engines', not needed anymore.
7713         (xesam-mode): Show XML query string only in the debug case.
7715 2008-07-31  Juanma Barranquero  <lekktu@gmail.com>
7717         * files.el (read-file-modes): Fix typo in docstring.
7719 2008-07-31  Chong Yidong  <cyd@stupidchicken.com>
7721         * Makefile.in: Avoid maintainer warning for autogenerated unicode
7722         files.
7724         * apropos.el (apropos-symbol): Don't set button skip by default.
7725         (apropos-print): Set button skip iff searching for multiple types.
7726         (apropos-print-doc): Insert blank label button when searching for
7727         a single type.
7729         * button.el (forward-button): Avoid infloop.
7731         * minibuffer.el (read-file-name-completion-ignore-case):
7732         Add cygwin to the list.
7734 2008-07-31  Sven Joachim  <svenjoac@gmx.de>
7736         * files.el (abbreviate-file-name): When replacing $HOME with ~,
7737         turn off case-fold-search.
7739 2008-07-31  Michael Albinus  <michael.albinus@gmx.de>
7741         * net/dbus.el (top): Don't register for "NameOwnerChanged".
7742         (dbus-message-type-invalid, dbus-message-type-method-call)
7743         (dbus-message-type-method-return, dbus-message-type-error)
7744         (dbus-message-type-signal): New defconst.
7745         (dbus-ignore-errors): Fix `edebug-form-spec' property.
7746         (dbus-return-values-table): New defvar.
7747         (dbus-call-method-non-blocking-handler, dbus-event-message-type):
7748         New defun.
7749         (dbus-check-event, dbus-handle-event, dbus-event-serial-number):
7750         Extend docstring.  Adapt implementation according to new
7751         `dbus-event' layout.
7752         (dbus-event-service-name, dbus-event-path-name)
7753         (dbus-event-interface-name, dbus-event-member-name):
7754         Adapt implementation according to new `dbus-event' layout.
7755         (dbus-set-property): Correct `dbus-introspect-get-attribute' call.
7757         * net/xesam.el (xesam-type, xesam-query, xesam-xml-string): New defvar.
7758         (xesam-mode): Rework implementation.
7759         (xesam-new-search): Additional parameter TYPE.
7760         (xesam-search): Adapt call of `xesam-new-search'.
7762 2008-07-31  Juri Linkov  <juri@jurta.org>
7764         * dired-aux.el (dired-do-chmod): Set default value to the original
7765         mode string using absolute notation like u=rwx,g=rx,o=rx.
7766         Use it as a new arg `default' of `dired-mark-read-string'.
7767         (dired-mark-read-string): Add new optional arg `default'.
7769         * files.el (read-file-modes): Set default value to the original
7770         mode string using absolute notation like u=rwx,g=rx,o=rx.
7771         Use it as the `default' arg of `read-string'.
7773         * filesets.el (filesets-cmd-isearch-getargs): Check if the
7774         variable `files' is bound to avoid warnings.
7776         * isearch.el (isearch-forward-regexp, isearch-forward-word)
7777         (isearch-backward, isearch-backward-regexp): Doc fix - make a link
7778         to the command `isearch-forward' instead of displaying "See C-s".
7779         (isearch-highlight-regexp): Remove arguments `regexp' and `face'
7780         with their interactive specifications.  Move reading the face name to
7781         the main body after calls to isearch-done and isearch-clean-overlays.
7783         * mb-depth.el: Unify all names under one common name prefix
7784         `minibuffer-depth-'.
7785         (minibuffer-depth-indicator-function): Rename from
7786         `minibuf-depth-indicator-function'.
7787         (minibuffer-depth-overlay): Rename from
7788         `minibuf-depth-overlay'.
7789         (minibuffer-depth-setup): Rename from
7790         `minibuf-depth-setup-minibuffer'.
7791         (minibuffer-depth-indicate-mode): Rename from
7792         `minibuffer-indicate-depth-mode'.
7794 2008-07-31  Juri Linkov  <juri@jurta.org>
7796         * dired-aux.el (dired-isearch-filenames-toggle): New command.
7797         (dired-isearch-filenames-setup): Bind "\M-sf" to
7798         dired-isearch-filenames-toggle in isearch-mode-map.
7799         (dired-isearch-filenames-end): Bind "\M-sf" to nil
7800         in isearch-mode-map.
7802         * isearch.el (isearch-edit-string-set-word): New command.
7803         (minibuffer-local-isearch-map): Bind "\C-w" to
7804         isearch-edit-string-set-word.
7805         (isearch-new-word): Temporary internal variable.
7806         (isearch-edit-string): Remove special case of reading the
7807         first character and checking it for C-w.
7809         * simple.el (read-shell-command, shell-command):
7810         Move code that uses minibuffer-with-setup-hook to set
7811         minibuffer-default-add-function to minibuffer-default-add-shell-commands
7812         from the interactive spec of `shell-command' to `read-shell-command'.
7814         * international/mule-cmds.el (read-char-by-name):
7815         Accept hash notation.  Doc fix.
7816         (ucs-insert): Doc fix.  Convert to number only when `arg' is
7817         a string.  Use separate error message when `arg' is not an integer.
7818         Bind `ucs-insert' to `C-x 8 RET'.
7820 2008-07-31  Joachim Nilsson  <joachim.nilsson@member.fsf.org>  (tiny change)
7822         * progmodes/cc-styles.el (c-style-alist): For the Ellemtel style,
7823         move the (arglist-cont-nonempty) from c-offsets-alist to
7824         c-hanging-braces-alist like other styles already have.
7826 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
7828         * textmodes/texinfmt.el:
7829         * nxml/nxml-enc.el:
7830         * mail/feedmail.el:
7831         * international/mule.el:
7832         * international/latexenc.el:
7833         * emulation/viper-util.el:
7834         * emulation/viper-init.el:
7835         * emulation/viper-ex.el:
7836         * emacs-lisp/bytecomp.el:
7837         * version.el:
7838         * subr.el:
7839         * startup.el:
7840         * sort.el:
7841         * shadowfile.el:
7842         * recentf.el:
7843         * printing.el:
7844         * paths.el:
7845         * minibuffer.el:
7846         * ls-lisp.el:
7847         * loadup.el:
7848         * hippie-exp.el:
7849         * finder.el:
7850         * files.el:
7851         * ediff-util.el:
7852         * ediff-ptch.el:
7853         * ediff-init.el:
7854         * ediff-diff.el:
7855         * dired.el:
7856         * dired-aux.el:
7857         * cus-edit.el:
7858         * bindings.el:
7859         * arc-mode.el:
7860         * add-log.el: Remove VMS support.
7861         * obsolete/vmsproc.el:
7862         * obsolete/vms-pmail.el:
7863         * obsolete/vms-patch.el: Remove file.
7865 2008-07-31  Alan Mackenzie  <acm@muc.de>
7867         * progmodes/cc-mode.el (c-before-hack-hook): New function
7868         (Top Level): Install c-before-hack-hook on
7869         before-hack-local-variables-hook, rather than
7870         c-postprocess-file-styles on hack-local-variables-hook.
7872 2008-07-31  Chong Yidong  <cyd@stupidchicken.com>
7874         * files.el (normal-mode): Move call to hack-project-variables into
7875         hack-local-variables.
7876         (file-local-variables-alist, before-hack-local-variables-hook):
7877         New vars.
7878         (ignored-local-variables): Add file-local-variables-alist.
7879         (hack-local-variables-filter): Renamed from
7880         hack-local-variables-apply.  Add the result to
7881         file-local-variables-alist, without applying them.
7882         (hack-local-variables): Set file-local-variables-alist to nil.
7883         Call hack-project-variables and before-hack-local-variables-hook.
7884         Apply variables here, instead of hack-local-variables-apply.
7885         Based on a patch by Alan Mackenzie.
7887 2008-07-30  Thien-Thi Nguyen  <ttn@gnuvola.org>
7889         * info-look.el (autoconf-mode :doc-spec): For
7890         "(autoconf)M4 Macro Index", if the item already
7891         begins with "AS_", don't prefix that string again.
7893 2008-07-30  Juri Linkov  <juri@jurta.org>
7895         * info.el (info, Info-mode): Doc fix.
7897         * isearch.el (isearch-mode-map): Bind `M-s r' to
7898         `isearch-toggle-regexp' and `M-s w' to `isearch-toggle-word'.
7899         (search-map): Bind `M-s w' to `isearch-forward-word' globally
7900         in the global map `search-map'.
7901         (isearch-forward): Doc fix.
7902         (isearch-forward-word, isearch-toggle-case-fold): New commands.
7904         * simple.el (quoted-insert): Comment out code that treats
7905         0240-0377 specially.
7907 2008-07-30  Chong Yidong  <cyd@stupidchicken.com>
7909         * cus-start.el: Add customization info for
7910         read-buffer-completion-ignore-case.
7912 2008-07-30  Sam Steingold  <sds@gnu.org>
7914         * vc-dir.el (vc-dir): Call file-truename on the dir argument.
7916 2008-07-30  Dan Nicolaescu  <dann@ics.uci.edu>
7918         * vc-dir.el (vc-dir-menu-map, vc-at-event): Fix docstring.
7919         (vc-dir-mode): Improve docstring.
7921 2008-07-30  Juri Linkov  <juri@jurta.org>
7923         * dired-aux.el (dired-isearch-filenames-setup): Add autoload cookie
7924         for the sake of isearch-mode-hook in dired-mode in dired.el.
7926 2008-07-19  Markus Triska  <markus.triska@gmx.at>
7928         * image-mode.el (image-mode): Set image-mode-text-map when image
7929         cannot be displayed.
7931 2008-07-30  Stephen Leake  <stephen_leake@stephe-leake.org>
7933         * progmodes/ada-prj.el (ada-prj-initialize-values): Fix use of deleted
7934         ada-xref-set-default-prj-values.
7935         (ada-prj-display-page): Ditto.
7937         * progmodes/ada-xref.el (ada-gnatstub-opts): Fix doc string.
7938         (ada-make-filename-from-adaname): Fix free variable.
7940 2008-07-30  Dan Nicolaescu  <dann@ics.uci.edu>
7942         * vc-git.el (vc-git-status-printer): Synchronize with the default.
7944 2008-07-30  Michael McNamara  <mac@mail.brushroad.com>
7946         * progmodes/verilog-mode.el (verilog-do-indent): Remove special indent
7947         for declarations inside a parenthetical list.  The code is ill-advised,
7948         and doesn't work given user defined types.
7949         (verilog-set-auto-endcomments): Enhance function automatic
7950         endcomment to support functions that return user defined types.
7951         (verilog-mode): Add code to tell which-function-mode minor mode
7952         that Verilog supports this feature.
7953         (verilog-beg-block-re-ordered, verilog-indent-re)
7954         (verilog-forward-sexp, verilog-forward-wa, verilog-calc-1)
7955         (verilog-leap-to-head): Support the new virtual and/or protected
7956         tasks, as well as extern declarations of tasks for indenting and
7957         for forward/backward expression.
7959 2008-07-30  Wilson Snyder  <wsnyder@wsnyder.org>
7961         * progmodes/verilog-mode.el (verilog-read-decls): Allow AUTORESET
7962         to work with SV 'logic' signals.  Suggested by Julian Gorfajn.
7963         (verilog-auto-inst-column): Make verilog-auto-inst-column customizable.
7964         (verilog-string-replace-matches): Avoid recursion with small
7965         replacements.
7966         (verilog-auto-inst-param-value, verilog-mode-version)
7967         (verilog-mode-version-date, verilog-read-inst-param-value)
7968         (verilog-auto-inst, verilog-auto-inst-param)
7969         (verilog-auto-inst-port, verilog-simplify-range-expression): Add
7970         verilog-auto-inst-param-value option for AUTOINST.  Suggested by
7971         David Rogoff.  This allows parameters to be replaced with their
7972         values, on the expansion of an AUTOINST with Verilog 2001 style
7973         parameter settings.
7975 2008-07-30  David Lord  <david.lord@phonecoop.coop>  (tiny change)
7977         * calendar/timeclock.el (timeclock-day-projects): Change a `cdr'
7978         to `cddr'.
7980 2008-07-29  Chong Yidong  <cyd@stupidchicken.com>
7982         * Makefile.in (ELCFILES): Add mairix.elc.
7984 2008-07-29  David Engster  <deng@randomsample.de>
7986         * net/mairix.el: New file.
7988 2008-07-29  Juri Linkov  <juri@jurta.org>
7990         * cus-edit.el (custom-face-tag): Inherit from custom-variable-tag
7991         instead of variable-pitch with bold and 1.2 height.
7993         * dired-aux.el (dired-do-async-shell-command): New command.
7995         * dired.el (dired-mode-map): Rebind `dired-flag-garbage-files'
7996         from `&' to `%&'.  Bind `&' to `dired-do-async-shell-command'.
7998 2008-07-29  Juri Linkov  <juri@jurta.org>
8000         * international/mule-cmds.el (ucs-names): New internal variable.
8001         (ucs-names): New function.
8002         (ucs-completions): New lazy completion variable.
8003         (read-char-by-name): New function.
8004         (ucs-insert): Replace interactive spec letter "s" with the call to
8005         `read-char-by-name'.
8007         * replace.el (read-regexp): Add second arg `default'.  Doc fix.
8009         * replace.el (occur-read-primary-args):
8010         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
8011         (hi-lock-face-phrase-buffer): Use `(car regexp-history)' as the
8012         second arg of `read-regexp'.
8014         * dired-aux.el (dired-isearch-filenames): New user option.
8015         (dired-isearch-orig-success-function): New internal variable.
8016         (dired-isearch-filenames-setup, dired-isearch-filenames-end)
8017         (dired-isearch-success-function): New functions.
8018         (dired-isearch-filenames, dired-isearch-filenames-regexp):
8019         New commands.
8021         * dired.el (dired-insert-set-properties): Add new text property
8022         `dired-filename' to put on file names.
8023         (dired-mode-map): Bind `M-s f C-s' to `dired-isearch-filenames'
8024         and `M-s f M-C-s' to `dired-isearch-filenames-regexp'.
8025         Add menu items.
8026         (dired-mode): Add hook `dired-isearch-filenames-setup' to
8027         buffer-local `isearch-mode-hook'.
8029 2008-07-29  Juanma Barranquero  <lekktu@gmail.com>
8031         * progmodes/ada-mode.el (ada-batch-reformat): Doc fix.
8032         (ada-create-case-exception): Fix typo in docstring.
8033         (ada-no-auto-case): Return nil, not the docstring.
8034         (ada-indent-current): Reflow docstring.
8036         * progmodes/ada-prj.el (ada-prj-edit, ada-prj-initialize-values)
8037         (ada-prj-save-specific-option, ada-prj-field): Fix typos in docstrings.
8038         (ada-prj-load-from-file): Reflow docstring.
8039         (ada-prj-display-page): Fix typo in widget.
8041         * progmodes/ada-stmt.el (ada-case, ada-package-body, ada-private):
8042         Fix typos in docstrings.
8044         * progmodes/ada-xref.el (ada-find-executable, ada-gnat-parse-gpr)
8045         (ada-compile-current, ada-check-current, ada-run-application)
8046         (ada-get-ali-file-name): Fix typos in docstrings.
8047         (ada-xref-confirm-compile, ada-find-references)
8048         (ada-find-local-references, ada-find-any-references): Doc fixes.
8049         (ada-get-all-references): Fix typo in error message.
8050         (ada-xref-current-project): Use `let', not `let*'.
8051         (ada-do-file-completion, ada-xref-change-buffer): Reflow docstring.
8053 2008-07-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8055         * whitespace.el (whitespace-newline): Change initialization to have a
8056         low contrast relative to the background color.  Suggested by David
8057         Reitter <david.reitter@gmail.com>.
8059 2008-07-28  Juri Linkov  <juri@jurta.org>
8061         * dired-aux.el (dired-do-isearch, dired-do-isearch-regexp):
8062         New functions.
8064         * dired.el (dired-mode-map): Bind dired-do-isearch to `M-s a C-s'
8065         and dired-do-isearch-regexp to `M-s a M-C-s'.  Add menu items.
8067 2008-07-28  Seiji Zenitani  <zenitani@mac.com>
8069         * help-fns.el (help-C-file-name): Add .m (Obj-C code) for Cocoa port.
8070         * emacs-lisp/find-func.el (find-function-search-for-symbol): Likewise.
8072 2008-07-28  Stephen Leake  <stephen_leake@stephe-leake.org>
8074         * progmodes/ada-mode.el (ada-mode): Clean up XEmacs handling.
8075         Add support for add-log.
8076         (ada-end-stmt-re): Fix bug - allow comment after 'when'.
8078         * progmodes/ada-prj.el: Delete 'main_unit' project variable.
8079         (ada-prj-save): Prompt for file name if not given.
8080         (ada-prj-display-page): Display casing exceptions.
8082         * progmodes/ada-xref.el: Add support for GNAT project files as Emacs
8083         Ada mode project files.  Delete 'main_unit' project variable;
8084         only need 'main'.  Simplify handling of default project values.
8085         Use cross-prefix consistently.
8086         (ada-find-executable): Throw error if not found.
8087         (ada-initialize-runtime-library): Improve error handling when
8088         gnatls not found.
8089         (ada-gnat-parse-gpr): New.
8090         (ada-treat-cmd-string): Allow process environment variables.
8091         (ada-xref-set-default-prj-values): Delete; replace with
8092         ada-default-prj-properties.
8093         (ada-parse-prj-file): Handle GNAT project files.
8094         (ada-parse-prj-file-1): New, factored out of ada-parse-prj-file.
8095         (ada-select-prj-file): New.
8096         (ada-get-absolute-dir-list): Allow project and environment variables.
8098 2008-07-27  Michael Albinus  <michael.albinus@gmx.de>
8100         Sync with Tramp 2.1.14.
8102         * net/tramp.el (tramp-perl-directory-files-and-attributes)
8103         (tramp-get-device): Make device number a cons cell.
8104         (tramp-convert-file-attributes): Make inode a cons cell.
8106         * net/trampver.el: Update release number.
8108 2008-07-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
8110         * faces.el (face-set-after-frame-default): Treat 'ns as all other
8111         window systems.
8113 2008-07-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
8115         * term/ns-win.el (do-applescript): New alias in carbon-compat section.
8117 2008-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
8119         Remove support for Mac Carbon.
8120         * term/mac-win.el: Remove file
8121         * international/mule-cmds.el:
8122         * version.el:
8123         * startup.el:
8124         * simple.el:
8125         * mwheel.el:
8126         * mouse.el:
8127         * loadup.el:
8128         * isearch.el:
8129         * info.el:
8130         * frame.el:
8131         * faces.el:
8132         * disp-table.el:
8133         * cus-start.el:
8134         * cus-face.el:
8135         * cus-edit.el:
8136         * Makefile.in: Remove code for Carbon.
8138 2008-07-26  Adrian Robert  <Adrian.B.Robert@gmail.com>
8140         * term/ns-win.el (ns-extended-platform-support-mode): Get rid of
8141         bindings for functions deleted by Dan N. 2008-07-21.  Set
8142         where-is-preferred-modifier.  Add show-manual option to Help menu.
8144 2008-07-26  Michael Albinus  <michael.albinus@gmx.de>
8146         * net/tramp.el (tramp-handle-start-file-process):
8147         Set query-on-exit flag.  Kill temporary buffer.
8148         (tramp-process-sentinel): Remove defun.
8149         (tramp-do-copy-or-rename-file-out-of-band)
8150         (tramp-maybe-open-connection): Don't call it.
8152         * net/tramp-fish.el (tramp-fish-maybe-open-connection): Don't call
8153         `tramp-process-sentinel'.
8155         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Don't call
8156         `tramp-process-sentinel'.
8158         * net/xesam.el (xesam-from): Remove defvar.
8159         (xesam-mode): Derive from `special-mode'.  Extend `xesam-mode-map'
8160         and `mode-line-position'.
8161         (xesam-refresh-entry): Remove argument `hit-number'.  Add debug
8162         information to the widgets.  Don't set `mode-line-position'.
8163         (xesam-refresh-search-buffer): Correct hit number computing.
8164         Don't set `mode-line-position'.
8165         (xesam-new-search): Add debug information to the mode line.
8167 2008-07-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8169         * diff-mode.el (diff-show-trailing-blanks): Renamed to
8170         diff-show-trailing-whitespaces.
8172 2008-07-25  Chong Yidong  <cyd@stupidchicken.com>
8174         * textmodes/tex-mode.el (tex-compilation-parse-errors): Check for
8175         invalid filename strings when parsing tex errors (bug#376).
8177 2008-07-25  Dan Nicolaescu  <dann@ics.uci.edu>
8179         * menu-bar.el (menu-bar-file-menu): Fix typo.
8181 2008-07-25  Juanma Barranquero  <lekktu@gmail.com>
8183         * play/solitaire.el (solitaire-mode-map): Define within defvar.
8184         (solitaire-mode): Define with `define-derived-mode'.
8185         (solitaire-insert-board, solitaire-right, solitaire-left, solitaire-up)
8186         (solitaire-down): Use "?\s" instead of "?\ "; use `when'.
8187         (solitaire-undo, solitaire-check): Use `when'.
8188         (solitaire-solve): Err out if the solitaire is already in progress.
8189         Use `when'.
8191         * descr-text.el (describe-char): Don't overwrite local variable char
8192         when describing characters with display-table entries.  Display font
8193         backend when describing composed characters.  Simplify: use `let'
8194         instead of `let*', and `or x y' instead of `if x x y'.
8196 2008-07-25  Chong Yidong  <cyd@stupidchicken.com>
8198         * image-mode.el (image-minor-mode): Set up winprops.
8200 2008-07-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8202         * diff-mode.el (diff-show-trailing-blanks): New fun.
8203         Show trailing blanks in modified lines for diff-mode.
8205 2008-07-24  Michael Albinus  <michael.albinus@gmx.de>
8207         * Makefile.in (ELCFILES): Add net/xesam.el.
8209         * net/tramp.el (tramp-handle-start-file-process): Make NAME a unique
8210         process name.  Reported by Markus Triska <markus.triska@gmx.at>.
8212         * net/xesam.el: New file.
8214 2008-07-24  Sven Joachim  <svenjoac@gmx.de>
8216         * dired-aux.el (dired-copy-file-recursive): Avoid calling
8217         set-file-modes when creating target directories.
8219 2008-07-24  Juanma Barranquero  <lekktu@gmail.com>
8221         * play/solitaire.el (solitaire-mode): Fix typo in docstring.
8222         Set `show-trailing-whitespace' to nil.
8223         (solitaire, solitaire-mode-map, solitaire-mode-hook, solitaire-solve):
8224         Fix typos in docstrings.
8226 2008-07-24  Chong Yidong  <cyd@stupidchicken.com>
8228         * textmodes/enriched.el (enriched-mode-map): Bind C-a and C-j via
8229         key remapping, not directly.
8231 2008-07-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8233         * whitespace.el: New version 11.2.
8234         (whitespace-newline-mode, global-whitespace-newline-mode): New newline
8235         minor mode visualization.
8237 2008-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
8239         * progmodes/cc-mode.el (auto-mode-alist): Add .i and .ii files.
8241         * Makefile.in (ELCFILES): Add term/common-win.elc.
8243         * vc-dir.el (vc-dir-search, vc-dir-isearch)
8244         (vc-dir-isearch-regexp): New functions.
8245         (vc-dir-mode-map, vc-dir-menu-map): Bind them.
8247 2008-07-23  Juri Linkov  <juri@jurta.org>
8249         * isearch-multi.el: Remove file to avoid dos file name clashes
8250         with isearch-x.el.  Move most content to misearch.el.
8252         * misearch.el: New file with most content from isearch-multi.el.
8253         Rename `isearch-buffers' name prefixes to `multi-isearch'.
8254         Remove `isearch-buffers-minor-mode'.  Add new function
8255         `multi-isearch-setup' to `isearch-mode-hook'.  New top-level
8256         commands `multi-isearch-buffers', `multi-isearch-buffers-regexp',
8257         `multi-isearch-files', `multi-isearch-files-regexp'.
8259         * Makefile.in (ELCFILES): Remove isearch-multi.elc.  Add misearch.elc.
8261         * isearch.el (isearch-message-prefix): Display "Multi" when
8262         `multi-isearch-next-buffer-current-function' is non-nil.
8263         (isearch-search-string): Replace `isearch-buffers-next-buffer-function'
8264         with `multi-isearch-next-buffer-current-function', and
8265         `isearch-buffers-current-buffer' with `multi-isearch-current-buffer'.
8267         * add-log.el (change-log-mode): Set `change-log-next-buffer' to
8268         `multi-isearch-next-buffer-function' instead of
8269         `isearch-buffers-next-buffer-function'.  Remove call to
8270         `isearch-buffers-minor-mode'.
8272         * buff-menu.el (Buffer-menu-marked-buffers)
8273         (Buffer-menu-isearch-buffers)
8274         (Buffer-menu-isearch-buffers-regexp): New functions.
8275         (Buffer-menu-mode-map): Bind "M-s a C-s" to
8276         `Buffer-menu-isearch-buffers', and "M-s a M-C-s" to
8277         `Buffer-menu-isearch-buffers-regexp'.
8278         (Buffer-menu-mode): Document new commands in docstring.
8279         (list-buffers-noselect): Add one space after Info file name
8280         according to the Info address convention.
8282         * ibuf-ext.el (ibuffer-do-isearch, ibuffer-do-isearch-regexp):
8283         New functions.
8285         * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-s" to
8286         `ibuffer-do-isearch' and "M-s a M-C-s" to `ibuffer-do-isearch-regexp'.
8287         (ibuffer-mode): Document new commands in docstring.
8289         * filesets.el (filesets-commands): Add commands for "Isearch" and
8290         "Isearch (regexp)".  Replace `query-replace' and `query-replace-regexp'
8291         with `perform-replace' using `filesets-cmd-query-replace-regexp-getargs'.
8292         (filesets-run-cmd): Call `fn' only once if it is `multi-isearch-files'
8293         or `multi-isearch-files-regexp'.
8294         (filesets-cmd-query-replace-getargs): Call standard function
8295         `query-replace-read-args' to read `query-replace' arguments.
8296         Add `multi-query-replace-map'.
8297         (filesets-cmd-query-replace-regexp-getargs)
8298         (filesets-cmd-isearch-getargs): New functions.
8300 2008-07-23  Chong Yidong  <cyd@stupidchicken.com>
8302         * international/mule.el (recode-region): Deactivate mark at the end.
8304 2008-07-23  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
8306         * progmodes/flymake.el (flymake-errline, flymake-warnline):
8307         Use more suitable colors on dark displays.
8309 2008-07-23  Michael Albinus  <michael.albinus@gmx.de>
8311         * net/tramp.el (tramp-methods): Add "-q" for "scp", "scp1",
8312         "scp2", "ssh", "ssh1", "ssh2", "scpc", "scpx", "sshx".
8313         (tramp-temp-buffer-name): New defconst.
8314         (tramp-handle-start-file-process): Use it.  Apply "exec", for the
8315         command.  No trailing prompt.
8316         (tramp-process-sentinel): Remove temporary buffer, if existing.
8317         Don't handle trailing prompt.
8318         (tramp-open-connection-setup-interactive-shell):
8319         Use `tramp-temp-buffer-name'.
8321 2008-07-23  Chong Yidong  <cyd@stupidchicken.com>
8323         * shell.el (shell-dynamic-complete-functions):
8324         Use comint-dynamic-complete-filename as well (bug#361).
8326 2008-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
8328         * term/ns-win.el:
8329         * version.el (emacs-version):
8330         * loadup.el:
8331         * frame.el (make-frame-on-display): Check for ns instead of
8332         ns-windowing.
8334         * dired.el (dired-mode-map): Show the key binding for wdired.
8336         * menu-bar.el (menu-bar-file-menu): Show the key binding for
8337         exiting Emacs.
8339 2008-07-19  Adrian Robert  <Adrian.B.Robert@gmail.com>
8341         * term/ns-win.el (x-list-fonts): Drop alias.
8343 2008-07-23  Juri Linkov  <juri@jurta.org>
8345         * replace.el (multi-query-replace-map): New variable.
8346         (perform-replace): Add processing of new multi-buffer keys bound
8347         to `automatic-all' and `exit-current'.  Set `query-flag' to nil
8348         if last input char was `automatic-all'.  Set new local variable
8349         `multi-buffer' to t when one of new two keys were typed.  Return
8350         non-nil value of `multi-buffer' that tells to calling functions
8351         to continue replacement on the next file.
8353         * progmodes/etags.el (tags-query-replace): Set arg `map' of
8354         `perform-replace' to `multi-query-replace-map'.
8356 2008-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8358         * diff-mode.el (diff-auto-refine-mode): Remove lighter, since it's
8359         otherwise displayed in every buffer.
8361         * vc-arch.el (vc-arch-trim-make-sentinel): Use a closure.
8362         (vc-arch-trim-one-revlib): Delete temp directories as well.
8364 2008-07-22  Stephen Eglen  <stephen@gnu.org>
8366         * iswitchb.el (iswitchb-delim): New variable.  Suggested by Ted Roden.
8368 2008-07-22  Sven Joachim  <svenjoac@gmx.de>
8370         * vc-dir.el (vc-dir-recompute-file-state): Fix mismatched parenthesis.
8372 2008-07-22  Miles Bader  <miles@gnu.org>
8374         * progmodes/sh-script.el (sh-newline-and-indent): Remove.
8375         (sh-mode-map): Remove remapping of newline-and-indent.
8377 2008-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
8379         * vc.el (Todo): Update.
8381         * vc-hooks.el: Remove obsolete comment.
8383         * vc-git.el (vc-git-status-printer): Update the directory display
8384         to match the default.
8386         * vc-dir.el (vc-dir-recompute-file-state): Add workaround for CVS.
8388 2008-07-21  Chong Yidong  <cyd@stupidchicken.com>
8390         * menu-bar.el (menu-bar-line-wrapping-menu): Use Visual Line mode
8391         for "word wrap" command.
8393         * simple.el (visual-line-mode): Disable truncate-partial-width-windows.
8395 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
8397         * term/ns-win.el: Rename ns- functions/variables to the
8398         corresponding x- versions.
8399         (x-select-text, x-cut-buffer-or-selection-value)
8400         (x-disown-selection-internal, x-get-selection-internal)
8401         (x-own-selection-internal, x-defined-colors, xw-defined-colors)
8402         (x-display-mm-width, x-display-mm-height)
8403         (x-display-backing-store, x-display-save-under)
8404         (x-display-visual-class, x-display-screens, x-focus-frame): Remove
8405         defaliases.
8407         * frame.el (ns-display-name): Remove declaration.
8408         (make-frame-on-display): Use x-display-name instead
8409         ns-display-name.  Use unless.
8411         * startup.el (command-line-1): Fix indentation.
8413         * term/ns-win.el (up-one, down-one, left-one, right-one): Remove,
8414         checked in inadvertently.
8416 2008-07-21  Chong Yidong  <cyd@stupidchicken.com>
8418         * term/ns-win.el: Standardize references to "Nextstep" in
8419         comments, messages, and docstrings.
8420         (ns-handle-args, x-parse-geometry)
8421         (ns-extended-platform-support-mode, x-setup-function-keys)
8422         (ns-select-overlay, ns-unselect-line, ns-yes-or-no-p)
8423         (ns-set-pasteboard, ns-scroll-bar-move, ns-defined-colors)
8424         (ns-initialized, ns-initialize-window-system): Doc fixes.
8426 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
8428         * diff-mode.el (diff-auto-refine): Delete defcustom.
8429         (diff-auto-refine-mode): New func/var via define-minor-mode.
8430         Update var ref to use diff-auto-refine-mode.
8431         * smerge-mode.el (diff-mode): Require when compiling.
8432         (smerge-auto-refine): Delete defcustom.
8433         Update smerge-auto-refine ref to use diff-auto-refine-mode.
8435 2008-07-21  Chong Yidong  <cyd@stupidchicken.com>
8437         * simple.el (visual-line): New custom group.
8438         (visual-line-fringe-indicators): New var.
8439         (visual-line-mode): Set fringe-indicator-alist based on
8440         visual-line-fringe-indicators.  Add lighter.
8442 2008-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
8444         * term/x-win.el (x-handle-switch, x-handle-numeric-switch)
8445         (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
8446         (x-handle-geometry, x-handle-name-switch, x-display-name)
8447         (x-handle-display, x-handle-args, x-colors): Move ...
8448         * term/common-win.el: ... here.  New file.
8449         * term/w32-win.el (x-handle-switch, x-handle-numeric-switch)
8450         (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
8451         (x-handle-geometry, x-handle-name-switch, x-display-name)
8452         (x-handle-display, x-handle-args, x-colors): Remove.
8453         * loadup.el: Load term/common-win before term/x-win and term/w32-win.
8455 2008-07-19  Juri Linkov  <juri@jurta.org>
8457         * startup.el (fancy-startup-text): Move the line "To quit
8458         a partially entered command, type Control-g" a few lines below
8459         to be after the line "To start".  Add text "at gnu.org" to
8460         "Overview of Emacs features".
8462         * dired.el (dired-mode-map): Fix menu text of
8463         image-dired-display-thumbs.
8465         * image-dired.el (image-dired-cmd-create-thumbnail-options)
8466         (image-dired-cmd-create-temp-image-options)
8467         (image-dired-cmd-create-standard-thumbnail-command): Add > to the
8468         ImageMagick command line to change the dimensions of the image
8469         only if its width or height exceeds the geometry specification.
8471         * longlines.el: Add coding cookie utf-8 for the pilcrow sign.
8473         * proced.el (proced-mode, proced): Add \\<proced-mode-map>
8474         to docstrings.
8476 2008-07-19  Adrian Robert  <Adrian.B.Robert@gmail.com>
8478         * term/ns-win.el (ns-ps-print-menu-map): Fix typo pointed out by
8479         Vinicius Jose Latorre.
8481 2008-07-19  Glenn Morris  <rgm@gnu.org>
8483         * term/ns-win.el (ns-make-command-string): Use mapconcat.
8484         (ns-save-preferences): Fix typo in previous change.  (Bug#573)
8486 2008-07-18  Michael Albinus  <michael.albinus@gmx.de>
8488         * net/dbus.el (dbus-interface-properties): New defconst.
8489         (dbus-introspect): Update docstring.
8490         (dbus-introspect-xml, dbus-introspect-get-attribute)
8491         (dbus-introspect-get-node-names, dbus-introspect-get-all-nodes)
8492         (dbus-introspect-get-interface-names)
8493         (dbus-introspect-get-interface, dbus-introspect-get-method-names)
8494         (dbus-introspect-get-method, dbus-introspect-get-signal-names)
8495         (dbus-introspect-get-signal, dbus-introspect-get-property-names)
8496         (dbus-introspect-get-property)
8497         (dbus-introspect-get-annotation-names)
8498         (dbus-introspect-get-annotation)
8499         (dbus-introspect-get-argument-names, dbus-introspect-get-argument)
8500         (dbus-introspect-get-signature, dbus-get-property)
8501         (dbus-set-property, dbus-get-all-properties): New defuns.
8503 2008-07-18  Chong Yidong  <cyd@stupidchicken.com>
8505         * Makefile.in (ELCFILES): Remove ns-carbon-compat.elc and
8506         ns-grabenv.elc.
8508         * ns-carbon-compat.el: File removed.
8510         * ns-grabenv.el: File removed.
8512         * term/ns-win.el: Contents of ns-carbon-compat.el and
8513         ns-grabenv.el moved here.
8514         (ns-grabenv, ns-open-file-select-line): Doc fixes.
8515         (ns-submit-bug-report): Function removed.  Reports go to the main
8516         Emacs bug list.
8517         (ns-handle-args, ns-spi-service-call): Doc fixes.
8518         (info-ns-emacs): Function removed.  Nextstep port manual will be
8519         merged into the Emacs manual, so no separate link needed.
8521 2008-07-18  Francesc Rocher  <rocher@member.fsf.org>
8523         * startup.el (fancy-splash-head): Fix change of 2008-07-02.
8525 2008-07-18  Glenn Morris  <rgm@gnu.org>
8527         * eshell/esh-arg.el (eshell-quote-backslash): Restrict previous change
8528         to XEmacs, since it does nothing for Emacs.
8530 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8532         * net/tls.el (open-tls-stream): Make it work with the 2nd argument
8533         BUFFER that is a string but does not exist as a buffer object, as
8534         mentioned in the doc-string.
8536 2008-07-17  Chong Yidong  <cyd@stupidchicken.com>
8538         * simple.el (line-move-visual): Make it a defcustom.
8539         (line-move-1): Convert temporary-goal-column back to an integer if
8540         it was set as a float by a previous call to line-move-visual.
8541         (end-of-visual-line, beginning-of-visual-line)
8542         (next-logical-line, previous-logical-line): New functions.
8544 2008-07-17  David Reitter  <david.reitter@gmail.com>
8546         * simple.el (kill-visual-line, turn-on-visual-line-mode): New
8547         functions.
8548         (visual-line-mode, global-visual-line-mode): New minor mode.
8549         (visual-line-mode-map): New variable.
8551 2008-07-17  Glenn Morris  <rgm@gnu.org>
8553         * term/ns-win.el (parameters): Declare for compiler.
8555 2008-07-17  Fan Kai  <fktpp@xemacs.org>  (tiny change)
8557         * eshell/esh-arg.el (eshell-quote-backslash): Fix eshell path completion
8558         for Windows.
8560 2008-07-17  Daiki Ueno  <ueno@unixuser.org>
8562         * epa.el (epa-key-list-mode): Use run-mode-hooks.
8563         (epa-key-mode): Ditto.
8564         (epa-info-mode): Ditto.
8566 2008-07-17  Glenn Morris  <rgm@gnu.org>
8568         * term/ns-win.el (ns-handle-switch): Simplify.  Handle the numeric case.
8569         (ns-handle-numeric-switch): Just call ns-handle-switch.
8570         (ns-handle-name-switch, ns-handle-nxopen, ns-handle-nxopentemp)
8571         (ns-handle-args): Simplify using `pop'.
8572         (ns-display-name): Define (used in frame.el).
8573         (menu-bar-select-frame): Add (ignored) arg to more closely match the
8574         original definition.
8575         (ns-perform-service): Declare.
8576         (ns-save-preferences): Use fewer `let's.
8578         * frame.el (ns-display-name): Declare for compiler.
8580 2008-07-17  Kenichi Handa  <handa@m17n.org>
8582         * descr-text.el (describe-char-unidata-list): Initialize to the
8583         list of name, general-category, decomposition, and old-name.
8585 2008-07-16  Adrian Robert  <Adrian.B.Robert@gmail.com>
8587         * startup.el (command-line-1): Update processing of NS long options to
8588         mimic recent changes to processing of X long options.
8590 2008-07-16  Nick Roberts  <nickrob@snap.net.nz>
8592         * progmodes/gdb-ui.el (gdb-create-define-alist): Don't create a
8593         list of #defines for remote files.
8594         (gdb-source-info): Only show main if it has been found.
8596 2008-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8598         * term/ns-win.el: Require CL; fix up comment style; reindent.
8599         (ns-define-service): Use subst-char-in-string.  Avoid `eval'.
8600         (ns-save-preferences): Use `case'.
8601         (ns-initialize-window-system): Use `dolist'.
8603 2008-07-16  Adrian Robert  <Adrian.B.Robert@gmail.com>
8605         * loadup.el: Remove load of easy-mmode prior to ns-win when NS
8606         windowing is used.
8607         * term/ns-win.el (ns-extended-platform-support-mode):
8608         Correct/improve documentation.
8610 2008-07-16  Glenn Morris  <rgm@gnu.org>
8612         * emacs-lisp/cl-compat.el, emacs-lisp/cl-macs.el, emacs-lisp/cl-seq.el:
8613         Simply require 'cl (see comment in cl-compat.el).
8614         * emacs-lisp/cl-macs.el (cl-compile-time-init): Remove function.
8615         * emacs-lisp/cl.el (cl-do-pop, cl-mapcar-many): Declare for compiler.
8616         (cl-hack-byte-compiler): Load cl-macs and run cl-hack-bytecomp-hook
8617         directly rather by subterfuge.  Provide cl before loading cl-macs.
8619         * paths.el (rmail-spool-directory): Remove settings for systems that are
8620         no longer supported.
8622         * frame.el (ns-initialize-window-system): Declare for compiler.
8624         * term/ns-win.el: Add numerous declarations for compiler.
8625         (ns-pop-up-frames): Move definition before use.  Doc fix.
8627         * emacs-lisp/check-declare.el (check-declare-locate)
8628         (check-declare-verify): Handle .m files.
8630 2008-07-15  Adrian Robert  <Adrian.B.Robert@gmail.com>
8632         * ns-carbon-compat.el: New file: user-visible compatibility of
8633         NeXTstep port with Carbon port.
8634         * ns-grabenv.el: New file: functionality useful on OS X platform to
8635         expose environment variables inside Emacs started from icon.
8636         * Makefile.in (ELCFILES): Add ns-carbon-compat, ns-grabenv, ns-win.
8637         * cus-edit.el:
8638         * cus-face.el:
8639         * disp-table.el:
8640         * faces.el:
8641         * info.el:
8642         * mouse.el:
8643         * mwheel.el:
8644         * simple.el: Add ns to window systems treated as GUIs.
8645         * facemenu.el (facemenu-read-color): Don't require a name match under
8646         NS, to allow numeric color entry.
8647         * frame.el (make-frame-on-display): Follow code for 'x in initializing
8648         'ns window system if need be.
8649         (various): Add 'ns as described above.
8650         * loadup.el: Load ns-win.el, easy-menu.el, easy-mmode.el if
8651         ns-windowing is active.
8652         * startup.el (command-line-ns-option-alist): New constant to handle NS
8653         windowing system specific command line args analogous to how they are
8654         handled for X windows.
8655         (command-line-1): Use the above where appropriate.
8656         * version.el: Add NS port version.
8657         * woman.el (woman-man.conf-path): Add /usr/share/misc to init path on
8658         Darwin (usually OS X) systems.
8659         (woman-use-own-frame): Include 'ns in list of GUI window systems.
8660         * emulation/viper-util.el (ns-display-color-p)
8661         (ns-color-defined-p): Remove these (caustically-commented) outdated
8662         compensations for a port that was never itself integrated until now.
8663         * gnus/gnus-util.el (gnus-select-frame-set-input-focus): Add support
8664         for NS window system.
8665         * international/mule-cmds.el: Add 'ns to list of special-cased window
8666         systems (probably most of these, x/w32/mac/ns could be changed to
8667         window-system non-nil).
8668         * term/ns-win.el: New file: lisp-side support for NS windowing system.
8670 2008-07-14  Jason Rumney  <jasonr@gnu.org>
8672         * term/w32-win.el (x-handle-switch, x-handle-name-switch)
8673         (x-handle-numeric-switch, x-handle-initial-switch)
8674         (x-handle-xrm-switch, x-handle-args, x-handle-display)
8675         (xw-defined-colors, w32-initialize-window-system):
8676         Avoid use of cl pop and push macros.
8678 2008-07-14  Martin Rudalics  <rudalics@gmx.at>
8680         * add-log.el (change-log-goto-source): Avoid wrong-type-argument
8681         error when change-log-search-file-name returns nil.
8683 2008-07-13  Martin Rudalics  <rudalics@gmx.at>
8685         * add-log.el (change-log-search-file-name):
8686         Use match-string-no-properties.
8687         (change-log-search-tag-name-1, change-log-search-tag-name)
8688         (change-log-goto-source-1, change-log-goto-source): New functions.
8689         (change-log-tag-re, change-log-find-head, change-log-find-tail):
8690         New variables.
8691         (change-log-mode-map): Bind C-c C-c to change-log-goto-source.
8693 2008-07-13  Jay Belanger  <jay.p.belanger@gmail.com>
8695         * calc/calc-help.el (calc-describe-key): Add angles to special key
8696         descriptions.
8698 2008-07-13  Vincent Belaïche  <vincent.b.1@hotmail.fr>
8700         * calc/calc-help.el (calc-describe-thing): Use `re-search-forward' to
8701         search for regexp.
8703 2008-07-12  Chong Yidong  <cyd@stupidchicken.com>
8705         * simple.el (line-move-visual): Handle null pixel position gracefully.
8707 2008-07-11  Jason Rumney  <jasonr@gnu.org>
8709         * files.el (file-truename): Get truename of ancestors if file does
8710         not exist on Windows.
8712 2008-07-11  Chong Yidong  <cyd@stupidchicken.com>
8714         * simple.el (line-move-visual): Obey goal-column and no-error arg.
8715         (track-eol, temporary-goal-column, previous-line, next-line):
8716         Update docstring.
8717         (move-end-of-line, move-beginning-of-line): Bind line-move-visual
8718         to nil.
8720 2008-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8722         * simple.el (line-move-visual): New var.
8723         (line-move-visual): New function.
8724         (line-move): Call line-move-visual.
8726 2008-07-11  Dan Nicolaescu  <dann@ics.uci.edu>
8728         * progmodes/grep.el (grep-files-aliases): Improve the C++ source
8729         pattern and add patterns for C++ header files.
8731 2008-07-10  Chong Yidong  <cyd@stupidchicken.com>
8733         * window.el (truncated-partial-width-window-p): New function.
8735         * menu-bar.el: Remove Longlines mode from menu.  Add word-wrap option.
8737         * faces.el (x-create-frame-with-faces): Don't pass parameters that
8738         are set later to x-create-frame.
8739         (face-set-after-frame-default): Apply X resources for non-default
8740         faces.
8742 2008-07-08  Chong Yidong  <cyd@stupidchicken.com>
8744         * faces.el (face-set-after-frame-default): Simplify.  Don't apply
8745         frame-specific X resource settings.  Set faces using a list of
8746         frame parameters explicitly passed to the calling
8747         function (e.g. make-frame).
8748         (x-create-frame-with-faces, tty-create-frame-with-faces):
8749         Supply explicit frame parameter list to face-set-after-frame-default.
8751 2008-07-08  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
8753         * net/browse-url.el (browse-url-default-browser):
8754         Fix argument list in lambda.
8756 2008-07-07  Ulf Jasper  <ulf.jasper@web.de>
8758         * net/newst-backend.el (newsticker--get-news-by-url): Catch errors
8759         from url-retrieve.
8760         (newsticker--sentinel-work): Fix xerror typo.
8762 2008-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
8764         * vc-dir.el (vc-dir-refresh): Only update files.
8766         * vc-git.el (vc-git--ls-files-state): Remove unused function.
8768         * vc-bzr.el (vc-bzr-after-dir-status): Deal with execute bit changes.
8770 2008-07-06  John Paul Wallington  <jpw@pobox.com>
8772         * kermit.el (kermit-esc-char, kermit-clean-off): Doc fixes.
8774 2008-07-05  Alexandre Julliard  <julliard@winehq.org>
8776         * vc-git.el (vc-git-registered): Return true for removed files.
8777         (vc-git-print-log, vc-git-log-view-mode): Print a single log for
8778         all the files instead of one per file.
8779         (vc-git-previous-revision): Add support for project-wide previous
8780         revision when specified file is nil.
8782 2008-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
8784         * vms-patch.el, vmsproc.el, mail/vms-pmail.el: Move to obsolete dir.
8786         * vc-dir.el (vc-dir-find-child-files): New function.
8787         (vc-dir-resync-directory-files): New function.
8788         (vc-dir-recompute-file-state): New function, broken out of ...
8789         (vc-dir-resynch-file): ... here.  Also deal with directories.
8790         * vc-dispatcher.el (vc-resynch-buffers-in-directory): New function.
8791         (vc-resynch-buffer): Use it.
8793         * vc-hg.el (vc-hg-registered): Do not set vc-state.
8795         * vc-annotate.el (vc-annotate-mode-menu): Add separator.
8797 2008-07-05  Nick Roberts  <nickrob@snap.net.nz>
8799         * progmodes/gdb-ui.el (gdb-display-buffer): Don't split a buffer
8800         if it's not part of gdb-ui, e.g, at start.
8802         * progmodes/gud.el (gud-gdb-get-stackframe): Allow absolute
8803         filenames in stack trace (text command mode).
8805 2008-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8807         * mouse-drag.el (mouse-drag-throw, mouse-drag-drag): Autoload.
8809         * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
8810         Use syntax-ppss on a position *before* the char we want to change.
8812 2008-07-04  Dan Nicolaescu  <dann@ics.uci.edu>
8814         * vc-dir.el (vc-dir-query-replace-regexp): New function.
8815         (vc-dir-tool-bar-map, vc-dir-menu-map): Bind it.
8816         (vc-dir-mode-map): Likewise.
8818 2008-07-03  Juanma Barranquero  <lekktu@gmail.com>
8820         * eshell/esh-arg.el (eshell-quote-backslash): Fix typo in docstring.
8821         (eshell-parse-argument-hook, eshell-special-chars-inside-quoting)
8822         (eshell-arg-load-hook, eshell-special-chars-outside-quoting):
8823         Remove spurious * in defcustom docstrings.
8825         * textmodes/fill.el (fill-paragraph): Fix typo in docstring.
8826         (fill-individual-varying-indent, colon-double-space, enable-kinsoku)
8827         (adaptive-fill-mode, adaptive-fill-first-line-regexp)
8828         (default-justification): Remove spurious * in defcustom docstrings.
8830         * textmodes/rst.el (rst, rst-line-homogeneous-p, rst-mode-abbrev-table)
8831         (rst-font-lock-keywords-function, rst-mode, rst-minor-mode)
8832         (rst-compare-decorations, rst-default-indent, rst-update-section)
8833         (rst-decoration-complete-p, rst-section-tree, rst-toc-insert-node)
8834         (rst-toc-insert-find-delete-contents, rst-toc-count-lines)
8835         (rst-toc-mode-goto-section, rst-faces, rst-level-face-base-color):
8836         Fix typos in docstrings.
8837         (rst-mode-lazy): Fix typo in docstring.  Remove spurious *.
8838         (rst-adjust, rst-line-homogeneous-p, rst-suggest-new-decoration)
8839         (rst-get-decorations-around, rst-section-tree-point)
8840         (rst-font-lock-adornment-point): Reflow docstrings.
8841         (rst-get-decoration, rst-get-decoration-match, rst-adjust-decoration):
8842         Doc fixes.
8843         (rst-re-enumerations): Comment out.
8845         * nxml/nxml-glyph.el (nxml-glyph-set-hook):
8846         * nxml/nxml-uchnm.el (nxml-unicode-blocks)
8847         (nxml-unicode-block-char-name-set):
8848         * nxml/nxml-util.el (nxml-debug, nxml-make-namespace):
8849         * nxml/rng-nxml.el (rng-set-state-after):
8850         * nxml/rng-uri.el (rng-file-name-uri): Fix typo in docstring.
8852         * nxml/rng-cmpct.el (rng-c-lookup-create, rng-c-parse-primary)
8853         (rng-c-parse-annotation-body):
8854         * nxml/rng-dt.el (rng-dt-namespace-context-getter): Reflow docstrings.
8856         * nxml/nxml-mode.el (nxml, nxml-mode, nxml-after-change1)
8857         (nxml-extend-region, nxml-merge-indent-context-type, nxml-complete)
8858         (nxml-forward-balanced-item, nxml-dynamic-markup-word)
8859         (nxml-define-char-name-set, nxml-toggle-char-ref-extra-display):
8860         Fix typos in docstrings.
8861         (nxml-attribute-indent): Reflow docstring.
8862         (nxml-bind-meta-tab-to-complete-flag, nxml-last-fontify-end)
8863         (nxml-default-buffer-file-coding-system): Doc fixes.
8865         * nxml/nxml-ns.el (nxml-ns-state, nxml-ns-initial-state)
8866         (nxml-ns-set-prefix): Fix typos in docstrings.
8867         (nxml-ns-push-state, nxml-ns-pop-state, nxml-ns-set-default):
8868         Reflow docstring.
8869         (nxml-ns-get-prefix, nxml-ns-get-default): Doc fixes.
8871         * nxml/nxml-outln.el (nxml-hide-all-text-content)
8872         (nxml-show-direct-text-content, nxml-show-direct-subheadings)
8873         (nxml-hide-direct-text-content, nxml-hide-subheadings)
8874         (nxml-hide-text-content, nxml-show-subheadings, nxml-hide-other)
8875         (nxml-outline-display-rest, nxml-outline-set-overlay)
8876         (nxml-section-tag-forward, nxml-section-tag-backward)
8877         (nxml-back-to-section-start): Fix typos in docstrings.
8879         * nxml/nxml-parse.el (nxml-validate-function, nxml-parse-file):
8880         Doc fixes.
8882         * nxml/nxml-rap.el (nxml-scan-end, nxml-move-tag-backwards)
8883         (nxml-scan-element-forward, nxml-scan-element-backward): Doc fixes.
8884         (nxml-scan-after-change): Fix typo in docstring.
8886         * nxml/rng-match.el (rng-being-compiled, rng-normalize-choice-list)
8887         (rng-name-class-possible-names): Doc fixes.
8888         (rng-memo-map-add, rng-intern-group, rng-match-possible-namespace-uris)
8889         (rng-match-possible-start-tag-names, rng-match-possible-value-strings):
8890         Fix typos in docstrings.
8891         (rng-intern-group-shortcut, rng-intern-choice-shortcut):
8892         Reflow docstrings.
8894         * nxml/rng-util.el (rng-uniquify-eq, rng-uniquify-equal): Doc fixes.
8895         (rng-substq, rng-complete-before-point): Fix typos in docstrings.
8897         * nxml/rng-xsd.el (rng-xsd-make-date-time-regexp)
8898         (rng-xsd-convert-date-time): Reflow docstrings.
8899         (rng-xsd-compile): Fix typo in docstring.
8901         * nxml/rng-loc.el (rng-current-schema-file-name)
8902         (rng-locate-schema-file-using, rng-locate-schema-file-from-type-id):
8903         Doc fixes.
8904         (rng-set-schema-file): Fix typo in docstring.
8906         * nxml/rng-valid.el (rng-error-count, rng-validate-mode)
8907         (rng-do-some-validation, rng-process-start-tag, rng-process-text):
8908         Fix typos in docstrings.
8909         (rng-message-overlay, rng-conditional-up-to-date-start)
8910         (rng-conditional-up-to-date-end): Doc fixes.
8911         (rng-next-error, rng-previous-error): Reflow docstrings.
8913         * nxml/xmltok.el (xmltok-attribute-raw-normalized-value): Doc fix.
8914         (xmltok-dtd, xmltok-dependent-regions, xmltok-attribute-refs)
8915         (xmltok-valid-char-p, xmltok-standalone, xmltok-forward-prolog)
8916         (xmltok-merge-attributes): Fix typos in docstrings.
8917         (xmltok-make-attribute, xmltok-forward-special)
8918         (xmltok-get-declared-encoding-position): Reflow docstrings.
8920         * nxml/xsd-regexp.el (xsdre-char-class-to-range-list): Doc fix.
8921         (xsdre-range-list-union, xsdre-check-range-list, xsdre-current-regexp):
8922         Fix typos in docstrings.
8924 2008-07-02  John Paul Wallington  <jpw@pobox.com>
8926         * ibuffer.el (ibuffer-buffer-file-name):
8927         Use `list-buffers-directory'.  Remove special-casing for `cvs-mode'
8928         and `vc-dir-mode'.  Suggested by Dan Nicolaescu.
8930 2008-07-02  Toru Tsuneyoshi  <t_tuneyosi@hotmail.com>
8932         * files.el (backup-extract-version): Handle versioned directories.
8933         (trash-directory): New variable.
8934         (move-file-to-trash): New function.
8936         * cus-start.el (delete-by-moving-to-trash): Declare for custom.
8938 2008-07-02  Magnus Henoch  <mange@freemail.hu>
8940         * vc-git.el (vc-git-annotate-command): Use proper option for
8941         specifying revision.
8943 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
8945         * startup.el (fancy-splash-head): Prefer SVG or PNG splash image,
8946         if available.
8948 2008-07-01  Dan Nicolaescu  <dann@ics.uci.edu>
8950         * uniquify.el (uniquify-list-buffers-directory-modes): Add vc-dir-mode.
8952         * vc-annotate.el (vc-annotate-mode-map): Use lower case keys.
8953         Add binding for vc-annotate-show-changeset-diff-revision-at-line.
8955         * vc-dir.el (vc-dir-mode): Set list-buffers-directory.
8957 2008-07-01  Nick Roberts  <nickrob@snap.net.nz>
8959         * progmodes/gdb-ui.el (gdb-create-source-file-list): New option.
8960         (gdb-init-2): Use it.  Don't run gdb-mode-hook again.
8961         (gdb-var-list-children-regexp, gdb-var-update-regexp)
8962         (gdb-info-breakpoints-custom, gdb-stack-list-frames-regexp)
8963         (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
8964         (gdb-stack-list-locals-regexp): Future proof regexps better.
8966 2008-06-30  Juri Linkov  <juri@jurta.org>
8968         * faces.el (face-name-history): New variable.
8969         (make-face, make-empty-face): Replace interactive spec "S"
8970         with `read-from-minibuffer' where `read' arg is t and
8971         `hist' arg is `face-name-history'.
8972         (read-face-name): Set `hist' arg of `completing-read-multiple'
8973         to `face-name-history'.
8974         (list-faces-display): Use `read-regexp' instead of `read-string'
8975         to read regexp.
8977         * hi-lock.el (hi-lock-regexp-history): Make it an obsolete alias
8978         to `regexp-history'.
8979         (hi-lock-face-history): Rename to `hi-lock-face-defaults' and
8980         make it an obsolete alias to it.
8981         (hi-lock-face-defaults): New variable renamed from
8982         `hi-lock-face-history'.
8983         (hi-lock-line-face-buffer, hi-lock-face-buffer)
8984         (hi-lock-face-phrase-buffer): Use `read-regexp' instead of
8985         `read-from-minibuffer'.  Doc fix.
8986         (hi-lock-read-face-name): Replace `hi-lock-face-history' with
8987         `hi-lock-face-defaults'.  Remove `mapcar (lambda (f) (cons f f))'.
8988         Set `hist' arg of `completing-read' to `face-name-history'.
8989         Put a list of default faces to `default' arg instead of `hist' arg.
8991         * bindings.el (abbrev-map, narrow-map): New variables.
8992         Bind `C-x a' to `abbrev-map' and `C-x n' to `narrow-map'.
8993         Rebind related commands to these new maps.
8994         (ctl-x-r-map): New variable for rectangle, register and bookmark
8995         keys.  Move rectangle keybindings to rect.el and register
8996         keybindings to register.el.
8997         (next-buffer, previous-buffer): Remove C-x prefix and move
8998         keybindings to ctl-x-map.
9000         * bookmark.el: Rebind three global `C-x r' keys "b", "m", "l"
9001         to the new map `ctl-x-r-map' in autoload cookies.
9003         * expand.el: Rebind two global `C-x a' keys "n", "p"
9004         to the new map `abbrev-map' in autoload cookies.
9006         * rect.el: Bind global keys to ctl-x-r-map in autoload cookies.
9008         * register.el: Bind global keys to ctl-x-r-map in autoload cookies.
9010 2008-06-30  Miles Bader  <miles@gnu.org>
9012         * net/rcirc.el (rcirc-markup-attributes): Don't skip a character
9013         after processing an escape sequence.
9015 2008-06-29  Michael Albinus  <michael.albinus@gmx.de>
9017         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Revert patch
9018         from 2008-06-28.  It does not work on W32.
9020 2008-06-29  Juri Linkov  <juri@jurta.org>
9022         * replace.el (read-regexp): New function.
9023         (keep-lines-read-args, occur-read-primary-args):
9024         Call `read-regexp' instead of code moved to new function.
9025         (keep-lines, flush-lines, how-many): Remove parenthesis and colon
9026         from the end of prompt.
9027         (replace-re-search-function): Doc fix.
9029 2008-06-29  Kenichi Handa  <handa@m17n.org>
9031         * descr-text.el (describe-char-display): Always return a string.
9032         (describe-char-padded-string): New function.
9033         (describe-char): Adjusted for the change of
9034         describe-char-display.  Use describe-char-padded-string.
9036 2008-06-29  Andreas Schwab  <schwab@suse.de>
9038         * vc-dir.el (vc-dir): Make backend argument optional and use
9039         vc-responsible-backend when nil.  Interactively pass nil for
9040         backend instead of using the backend of what happens to be
9041         default-directory at the time of the call.
9043         * find-dired.el (find-dired-filter): Preserve point.
9045 2008-06-28  Juanma Barranquero  <lekktu@gmail.com>
9047         * net/sasl.el (sasl-client-set-property, sasl-make-mechanism)
9048         (sasl-find-mechanism, sasl-next-step):
9049         * net/sasl-ntlm.el (sasl-ntlm-steps, sasl-ntlm-request)
9050         (sasl-ntlm-response): Fix typos in docstrings.
9052 2008-06-28  robert marshall  <robert@capuchin.co.uk>  (tiny change)
9054         * international/mule-cmds.el (view-hello-file): Doc fix.
9056 2008-06-28  Chong Yidong  <cyd@stupidchicken.com>
9058         * faces.el (inhibit-face-set-after-frame-default): Var deleted.
9059         (set-face-attribute, face-set-after-frame-default)): Don't use it.
9061 2008-06-28  John Paul Wallington  <jpw@pobox.com>
9063         * calc/calc.el (defmath): Add `doc-string' decl.  Add docstring.
9065 2008-06-28  Michael Albinus  <michael.albinus@gmx.de>
9067         * net/tramp.el (tramp-handle-file-modes): Handle symlinks.
9068         (tramp-convert-file-attributes): Convert symlinks only when
9069         returned from `tramp-handle-file-attributes-with-stat'.
9071         * net/tramp-ftp.el (top): Delete 'ange-ftp property from
9072         `substitute-in-file-name' when unloading.
9073         (tramp-ftp-file-name-handler): Set `tramp-mode' to nil.
9075 2008-06-28  Dan Nicolaescu  <dann@ics.uci.edu>
9077         * vc-dir.el (vc-dir-hide-up-to-date): Also hide empty directories.
9078         (vc-string-prefix-p): Move function ...
9079         * vc.el (vc-string-prefix-p): ... here.
9081 2008-06-27  Juanma Barranquero  <lekktu@gmail.com>
9083         * vc-dir.el (vc-dir): Complete only directory names.
9085 2008-06-27  Jason Rumney  <jasonr@gnu.org>
9087         * w32-fns.el (top-level): Unconditionally define all charsets.
9089 2008-06-27  Alan Mackenzie  <acm@muc.de>
9091         * progmodes/cc-mode.el (c-mode-base-map): Don't bind C-M-[ae] to
9092         the CC Mode specific functions; this is no longer needed, since
9093         {beginning,end}-of-defun now pass ARG to ...-of-defun-function.
9095         * progmodes/cc-defs.el (c-emacs-features): New feature
9096         'argumentative-bod-function.
9098 2008-06-27  John Paul Wallington  <jpw@pobox.com>
9100         * chistory.el (list-command-history): Use `bound-and-true-p'.
9101         (command-history-map): Define within defvar.  Add docstring.
9103 2008-06-27  Juanma Barranquero  <lekktu@gmail.com>
9105         * image.el (image-jpeg-p): Don't fail if the arg cannot be converted
9106         to unibyte; just assume it is not a JPEG.  Use `string-match-p'.
9107         (image-type-from-data, image-type-from-file-name): Use `string-match-p'.
9108         (image-type-from-buffer): Use `looking-at-p'.
9110 2008-06-27  Juanma Barranquero  <lekktu@gmail.com>
9112         * ibuf-ext.el (diff-sentinel): Declare.
9114 2008-06-27  Glenn Morris  <rgm@gnu.org>
9116         * calendar/lunar.el (calendar-lunar-phases): Rename from
9117         calendar-phases-of-moon.  Keep old name as alias, update callers.
9118         (lunar-phases): Rename from phases-of-moon.  Keep old name as alias.
9119         (diary-lunar-phases): Rename from diary-phases-of-moon.
9120         Keep old name as alias.
9121         * calendar/cal-menu.el (cal-menu-sunmoon-menu)
9122         (cal-menu-global-mouse-menu): Update for lunar name changes.
9123         * calendar/calendar.el (calendar-mode-map): Update for name change.
9124         * calendar/diary-lib.el (diary-list-sexp-entries): Doc update.
9126 2008-06-26  Glenn Morris  <rgm@gnu.org>
9128         * calendar/solar.el (solar-sunrise-sunset-string): Add optional
9129         argument `nolocation'.
9130         (calendar-sunrise-sunset-month): New function.
9131         * calendar/cal-menu.el (cal-menu-sunmoon-menu): Rename from
9132         cal-menu-moon-menu.  Add calendar-sunrise-sunset-month.
9133         (cal-menu-global-mouse-menu): Add calendar-sunrise-sunset-month.
9134         * calendar/calendar.el (solar-sunrises-buffer): New constant.
9135         (calendar-mode-map): Use cal-menu-sunmoon-menu.
9136         (calendar-buffer-list): Add solar-sunrises-buffer.
9138         * calendar/cal-menu.el (cal-menu-goto-menu): Tweak menu name.
9140 2008-06-26  Chong Yidong  <cyd@stupidchicken.com>
9142         * cus-start.el: Add customization types for word-wrap and
9143         shift-select-mode.
9145 2008-06-26  John Paul Wallington  <jpw@pobox.com>
9147         * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): New function.
9148         (ibuffer-diff-with-file): Use it.  Do diff on marked buffers.
9149         (ibuffer-mark-on-buffer): Don't display message when removing marks.
9150         (ibuffer-mark-by-mode): Use `buffer-local-value'.
9152 2008-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
9154         * vc-dir.el (tool-bar): Require.
9156         * vc.el (ewoc, tool-bar): Do not require.
9158 2008-06-26  Kenichi Handa  <handa@m17n.org>
9160         * international/mule-cmds.el (encode-coding-char): Fix for ASCII
9161         characters.
9163         * composite.el (terminal-composition-base-character-p): New function.
9164         (terminal-composition-function):
9165         Use terminal-composition-base-character-p.  Include the base character
9166         in the composition.
9167         (auto-compose-chars): Don't check font-object for terminal display.
9169 2008-06-26  Glenn Morris  <rgm@gnu.org>
9171         * doc-view.el (bookmark-make-record-default):
9172         * image-mode.el (bookmark-make-record-default): Fix declaration.
9174         * calendar/calendar.el (calendar-date-echo-text): Doc fix.
9175         Add default :value for sexp type.
9176         (calendar-month-edges): New variable.
9177         (calendar-month-edges): New function.
9178         (calendar-recompute-layout-variables): Set calendar-month-edges.
9179         (calendar-intermonth-header, calendar-intermonth-text): New options.
9180         (calendar-insert-at-column): New function.
9181         (calendar-generate-month): Use calendar-insert-at-column.
9182         Handle intermonth text.  Add 'date property.
9183         (calendar-column-to-month): Remove function.
9184         (calendar-column-to-segment): New function.
9185         (calendar-cursor-to-date): Use calendar-column-to-segment.
9186         Check 'date property.
9188         * calendar/calendar.el (calendar-print-other-dates):
9189         Handle mouse events.
9190         * calendar/cal-menu.el (calendar-mouse-print-dates): Remove function.
9191         (cal-menu-context-mouse-menu): Use calendar-print-other-dates.
9193         * calendar/holidays.el (calendar-cursor-holidays): Handle mouse events.
9194         * calendar/cal-menu.el (calendar-mouse-holidays): Remove function.
9195         (cal-menu-context-mouse-menu): Use calendar-cursor-holidays.
9197         * calendar/cal-move.el (calendar-cursor-to-nearest-date):
9198         Use calendar-column-to-segment, calendar-month-edges, and
9199         the 'date property to handle intermonth text.
9201         * calendar/cal-iso.el (calendar-iso-from-absolute): Add autoload cookie.
9203         * calendar/cal-menu.el (cal-menu-moon-menu, cal-menu-diary-menu)
9204         (cal-menu-holidays-menu, cal-menu-goto-menu, cal-menu-scroll-menu):
9205         Add doc strings.
9206         (cal-menu-context-mouse-menu): Add some :keys.
9207         (calendar-check-holidays): Declare rather than autoloading.
9208         (diary-show-holidays-flag): Remove unneeded declaration.
9210         * calendar/cal-menu.el (cal-menu-moon-menu): Add sunrise/sunset.
9211         * calendar/calendar.el (calendar-cursor-to-date): Handle case where
9212         event-start is nil.
9214 2008-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9216         * minibuffer.el (completion-basic-try-completion): Use the text after
9217         point to constrain the completion candidates.
9218         (completion-basic-all-completions): Adjust accordingly.
9220 2008-06-25  Chong Yidong  <cyd@stupidchicken.com>
9222         * textmodes/tex-mode.el (tex-verbatim): Use monospace instead of
9223         courier.
9225         * faces.el (set-face-attribute): Doc fix.
9227 2008-06-25  Juri Linkov  <juri@jurta.org>
9229         * bindings.el (goto-map): New variable.  Rebind goto-related
9230         commands to this `M-g' prefix keymap.
9231         (search-map): New variable for `M-s' prefix keymap.
9232         Bind `M-s o' to `occur', `M-shr' to `highlight-regexp', `M-shp' to
9233         `highlight-phrase', `M-shl' to `highlight-lines-matching-regexp',
9234         `M-shu' to `unhighlight-regexp', `M-shf' to `hi-lock-find-patterns',
9235         `M-shw' to `hi-lock-write-interactive-patterns'.
9237         * isearch.el (isearch-mode-map): Bind `M-s h r' to
9238         `isearch-highlight-regexp'.
9239         (isearch-highlight-regexp): New function.
9241 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9243         * info.el (Info-bookmark-make-record):
9244         Use bookmark-make-record-default.
9245         (Info-bookmark-jump): Use bookmark-default-handler.
9247         * image-mode.el (image-bookmark-make-record):
9248         Use bookmark-make-record-default.
9249         (image-bookmark-jump): Use bookmark-default-handler.
9251         * doc-view.el (doc-view-bookmark-make-record):
9252         Use bookmark-make-record-default.
9253         (doc-view-bookmark-jump): Use bookmark-default-handler.
9255         * bookmark.el (bookmark-alist): Allow the 2 slightly different formats
9256         used until now in bookmark.el's code.
9257         (bookmark-get-bookmark): Accept bookmark names or bookmark records.
9258         (bookmark-get-bookmark-record): Allow the 2 slightly different formats
9259         used until now in bookmark.el's code.
9260         (bookmark-set-filename): Remove special code, moved to its only caller.
9261         (bookmark-store): Use the newer format.
9262         (bookmark-make-record-default): Add arg `point-only'.
9263         Rename from bookmark-make-record-for-text-file.
9264         (bookmark--jump-via): New function.
9265         (bookmark-jump, bookmark-jump-other-window, bookmark-bmenu-2-window)
9266         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window):
9267         Use it.
9268         (bookmark-jump-noselect, bookmark-default-handler):
9269         Don't return an alist, instead return the data implicitly by changing
9270         current buffer and point.  Signal an error if the file doesn't exist.
9272         * buff-menu.el: Use with-current-buffer and inhibit-read-only.
9273         (Buffer-menu-toggle-read-only): Avoid vc-toggle-read-only.
9275         * bs.el: Use with-current-buffer.  Simplify.
9276         (bs-toggle-readonly): Avoid vc-toggle-read-only.
9278         * eshell/esh-cmd.el (eshell-manipulate): Check eshell-debug-command
9279         is bound before using it.
9281 2008-06-25  Kenichi Handa  <handa@m17n.org>
9283         * image.el (image-jpeg-p): Convert DATA to unibyte at first.
9285 2008-06-25  Dan Nicolaescu  <dann@ics.uci.edu>
9287         * vc-hg.el:
9288         * vc-git.el: Require vc-dir when compiling.
9290         * vc-dir.el (vc-dir-marked-only-files-and-states): Rename from
9291         vc-dir-marked-only-files.  Change the return value.
9292         (vc-dir-child-files-and-states): Rename from vc-dir-child-files.
9293         Change the return value.
9294         (vc-dir-deduce-fileset): New function broken out from ...
9295         * vc.el (vc-deduce-fileset): ... here and ...
9296         (vc-deduce-fileset): ... here.
9298         * vc-svn.el (vc-annotate-parent-rev): Pacify byte compiler.
9299         (vc-svn-parse-status): Do not set the vc-backend property.
9301 2008-06-25  Andreas Schwab  <schwab@suse.de>
9303         * faces.el (face-font-family-alternatives, variable-pitch):
9304         Use "Sans Serif", not "Sans-Serif".
9306 2008-06-24  Chong Yidong  <cyd@stupidchicken.com>
9308         * faces.el (face-font-family-alternatives, variable-pitch):
9309         Change "Sans" to the canonical name "Sans-Serif".
9311 2008-06-24  Jay Belanger  <jay.p.belanger@gmail.com>
9313         * calc/calc.el (calc-mode-map): Add extra keybindings to
9314         `calc-missing-key'.
9315         * calc/calc-ext.el (calc-init-extensions): Add keybinding for
9316         `kill-ring-save'.
9318 2008-06-24  Miles Bader  <miles@gnu.org>
9320         * mouse.el (mouse-appearance-menu): Don't do anything if the user
9321         pops up the menu but doesn't select anything.
9323 2008-06-24  Dan Nicolaescu  <dann@ics.uci.edu>
9325         * add-log.el (add-change-log-entry): Add new arg to force each new
9326         entry to be on a new line.
9327         * diff-mode.el (diff-add-change-log-entries-other-window): Use it.
9329         * vc-dir.el (vc-client-object): Remove.
9330         (vc-dir-prepare-status-buffer): Take a backend as an argument and
9331         use it when looking for a buffer.
9332         (vc-dir): Add a backend argument.  Set revert-buffer-function.
9333         Don't create a client object.  Move bindings ...
9334         (vc-dir-menu-map, vc-dir-mode-map): ... here.
9335         (vc-dir-revert-buffer-function): New function.
9336         (vc-generic-status-printer): Rename to ...
9337         (vc-dir-status-printer): ... this.
9338         (vc-generic-state, vc-generic-status-fileinfo-extra)
9339         (vc-dir-extra-menu, vc-make-backend-object): Remove.
9340         (vc-default-status-printer): Use a different face for
9341         directories.  Don't display any text for directories in the state
9342         column.  Add tooltips.
9344         * vc.el (Todo): Update.
9346         * vc-hg.el (vc-annotate-convert-time, vc-default-status-printer):
9347         * vc-rcs.el (vc-annotate-convert-time):
9348         * vc-mtn.el (vc-annotate-convert-time):
9349         * vc-git.el (vc-annotate-convert-time):
9350         * vc-cvs.el (vc-annotate-convert-time):
9351         * vc-bzr.el (vc-annotate-convert-time): Declare as functions.
9353 2008-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
9355         * vc-annotate.el (vc-annotate-mode): Derive from special-mode
9356         instead of using view-mode.
9358 2008-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9360         * Makefile.in (distclean): Don't delete *.elc and autogen files.
9362 2008-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
9364         * vc.el:
9365         * vc-hooks.el:
9366         * vc-dispatcher.el: Move vc-dir variables and functions ...
9367         * vc-dir.el: ... here.  New file.
9368         * Makefile.in (ELCFILES): Add vc-dir.elc.
9370         * vc.el: Move vc-annotate variables and functions ...
9371         * vc-annotate.el: ... here.  New file.
9372         * Makefile.in (ELCFILES): Add vc-annotate.elc.
9374         * vc-dav.el: Move here from url/vc-dav.el.
9375         (Todo): Note work needed to make this backend functional.
9377         * Makefile.in (ELCFILES): Update vc-dav.el location.
9379 2008-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9381         * Makefile.in (COMPILE_FIRST): Trim down and add autoload.el.
9383 2008-06-21  John Paul Wallington  <jpw@pobox.com>
9385         * emacs-lisp/derived.el (define-derived-mode): Add `doc-string' decl.
9387         * textmodes/rst.el (rst-mode): Put docstring in right place.
9389 2008-06-21  Chong Yidong  <cyd@stupidchicken.com>
9391         * startup.el (fancy-about-text, fancy-startup-tail): Increase text
9392         size for legibility.
9394         * faces.el (fixed-pitch): Use "Monospace" family.
9395         (variable-pitch): Use "Sans" family.
9396         (face-font-family-alternatives): Define alternatives for "Sans"
9397         and "Monospace".
9399 2008-06-21  Glenn Morris  <rgm@gnu.org>
9401         * mail/hashcash.el, net/tramp-smb.el, nxml/nxml-mode.el:
9402         Require 'cl when compiling.
9404         * emacs-lisp/debug.el (help-xref-interned): Declare.
9406         * emacs-lisp/easy-mmode.el (easy-mmode-set-keymap-parents):
9407         Evaluate definition when compiling.
9409         * progmodes/bug-reference.el (bug-reference-map): Bind down-mouse-1
9410         rather than mouse-1.
9411         (bug-reference-url-format): Autoload safe if string.
9412         (bug-reference-bug-regexp): Make space after "bug" optional.
9414         * Makefile.in (all): Explicitly pass EMACS to sub-make,
9415         for some non-GNU makes.
9417         * cus-dep.el (custom-dependencies-no-scan-regexp):
9418         * finder.el (finder-no-scan-regexp): Add ldefs-boot.el
9420         * calendar/cal-move.el (calendar-forward-day): Scroll in one month
9421         increments.
9423         * calendar/calendar.el: Factor out the magic numbers controlling the
9424         calendar layout.
9425         (calendar-month-digit-width, calendar-month-width)
9426         (calendar-right-margin): New variables.
9427         (calendar-recompute-layout-variables, calendar-set-layout-variable):
9428         New functions.
9429         (calendar-left-margin, calendar-intermonth-spacing)
9430         (calendar-column-width, calendar-day-header-width)
9431         (calendar-day-digit-width): New options.
9432         (calendar-first-date-row): New constant.
9433         (calendar-move-to-column, calendar-ensure-newline): New functions,
9434         replacing calendar-insert-indented.
9435         (calendar-insert-indented): Remove function.
9436         (calendar-generate-month): Use calendar-move-to-column and
9437         calendar-ensure-newline.  Use layout variables.
9438         (calendar-generate, calendar-update-mode-line)
9439         (calendar-font-lock-keywords): Use layout variables.
9440         (calendar-column-to-month): New function.
9441         (calendar-cursor-to-date): Use calendar-column-to-month.
9442         Use layout variables.
9443         * calendar/cal-move.el (calendar-cursor-to-nearest-date):
9444         Use layout variables.  Use calendar-column-to-month.
9445         (calendar-cursor-to-visible-date): Use layout variables.
9447 2008-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9449         * Makefile.in (update-elclist): Don't exclude COMPILE_FIRST.
9450         (all): Run compile-last.
9451         (compile-onefile): New target.
9452         (compile-first): Simplify.
9453         (compile-last): Don't treat COMPILE_FIRST specially.
9454         (COMPILE_FIRST): List the elc files rather than the el files.
9455         (ELCFILES): Update.
9457 2008-06-21  Ulf Jasper  <ulf.jasper@web.de>
9459         * net/newst-treeview.el: Remove dead code.
9460         (newsticker--window-config): Remove.
9461         (newsticker-treeview-quit): Do not save window config.
9462         (newsticker-treeview): Do not try to restore window config.
9463         (newsticker-groups, newsticker--treeview-list-sort-by-column)
9464         (newsticker--treeview-list-new-items)
9465         (newsticker--treeview-list-immortal-items)
9466         (newsticker--treeview-list-obsolete-items)
9467         (newsticker--treeview-list-all-items)
9468         (newsticker--treeview-list-feed-items): Fix documentation.
9470 2008-06-21  Miles Bader  <miles@gnu.org>
9472         * face-remap.el (text-scale-adjust): Bind `echo-keystrokes' to nil.
9474 2008-06-21  Alan Mackenzie  <acm@muc.de>
9476         * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5D.5): Fix an
9477         infinite loop on invalid syntax.
9479 2008-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9481         * textmodes/rst.el: Run rst-define-level-faces when loading.
9482         (rst-mode): Don't set the font-lock-multiline var.
9483         (rst-font-lock-find-unindented-line, rst-font-lock-handle-adornment):
9484         Set the font-lock-multiline property by hand.
9486         * loadup.el: Don't add emacs-<VERS> name when bootstrapping.
9488         * Makefile.in (emacs-deps): Remove.
9489         ($(lisp)/cus-load.el, $(lisp)/finder-inf.el): Re-add.
9490         (all): Use them.
9491         (autogen-clean): Remove.
9493 2008-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9495         * Makefile.in (all): New target.
9496         (bootstrap-prepare): Remove.
9498         * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Pass the .el file not
9499         the .elc file to batch-byte-compile.
9501         * progmodes/cc-mode.el (c-make-inherited-keymap): Only use
9502         set-keymap-parents if set-keymap-parent doesn't exist.
9504         * vc-bzr.el (vc-bzr-annotate-extract-revision-at-line):
9505         Allow more than one space before the |.
9507         * textmodes/rst.el: Fix up docstring conventions.
9508         Move vars to before their first use.
9509         (rst-mode): Don't mess with font-lock-support-mode.
9510         (rst-suggest-new-decoration, rst-adjust-decoration):
9511         Avoid CL's copy-list.
9512         (rst-delete-entire-line): Use line-beginning-position.
9513         (rst-position): New fun.
9514         (rst-straighten-decorations): Use it instead of CL's position.
9515         (rst-straighten-bullets-region): Avoid CL's mapcar*.
9516         (rst-toc-mode): Use define-derived-mode.
9517         (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2):
9518         Remove unused var `in-par'.  Use `point' rather than `point-marker'.
9519         (rst-line-block-region): Reduce redundancy.  Use the `pfxarg' arg.
9520         (rst-replace-lines): Simplify.
9521         (auto-mode-alist): Use rst-mode for *.rst and *.rest files.
9523         * simple.el (special-mode-map): New var.
9524         (special-mode): New major mode.
9526 2008-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
9528         * vc-mtn.el (vc-mtn-log-view-mode): Set log-view-per-file-logs and
9529         log-view-file-re.
9531         * vc.el (vc-dir-hide-up-to-date): Undo previous change.
9532         (vc-switch-backend): Simplify.
9533         (Todo): Remove solved items.
9535         * vc-cvs.el (vc-cvs-parse-status, vc-cvs-parse-entry): Do not set
9536         the vc-backend property.
9538 2008-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9540         * emacs-lisp/checkdoc.el (checkdoc-start-section, checkdoc-error):
9541         Bind inhibit-read-only since the buffer is always read-only.
9543 2008-06-20  Ulf Jasper  <ulf.jasper@web.de>
9545         * net/newst-treeview.el (newsticker-treeview-own-frame):
9546         Change default value to nil.
9547         (newsticker--treeview-list-add-item)
9548         (newsticker--treeview-propertize-tag): Show item title in tooltip.
9550 2008-06-20  Martin Blais  <blais@furius.ca>
9551             Stefan Merten  <smerten@oekonux.de>
9552             David Goodger  <goodger@python.org>
9554         * textmodes/rst.el: New file.
9556 2008-06-20  Sam Steingold  <sds@gnu.org>
9558         * vc.el (vc-dir-hide-up-to-date): Accept a prefix argument to also
9559         remove DIRECTORY entries.
9561 2008-06-20  Eli Zaretskii  <eliz@gnu.org>
9563         * makefile.w32-in (distclean): Depend on `clean'.
9564         (clean): Delete calc/calc-loaddefs.el~ and eshell/esh-groups.el~.
9565         (AUTOGENEL): Add $(lisp)/nxml/subdirs.el.
9566         ($(lisp)/cus-load.el): Don't use `touch'.  Instead, generate an
9567         empty cus-load.el with `echo', and include "Local Variables"
9568         section to prevent the empty file from being compiled.
9569         (cus-load.el-SH, cus-load.el-CMD): New SHELLTYPE-specific targets
9570         that generate an empty cus-load.el.
9572 2008-06-20  Juanma Barranquero  <lekktu@gmail.com>
9574         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
9575         Don't copy ldefs-boot.el over loaddefs.el.
9576         (bootstrap-clean): Remove loaddefs.el and don't depend on it.
9577         (loaddefs.el-SH, loaddefs.el-CMD): Don't add autoloads and defvars
9578         to loaddefs.el; they are not needed now.  Add coding cookie.
9580 2008-06-20  Miles Bader  <miles@gnu.org>
9582         * face-remap.el (face-remap-add-relative, face-remap-set-base):
9583         Strip unnecessary list levels from SPECS.
9584         (buffer-face-set, buffer-face-toggle):
9585         Change argument from FACE to &rest SPECS, and strip unnecessary
9586         list levels from SPECS.
9587         (buffer-face-mode-invoke): Change argument from FACE to SPECS.
9589 2008-06-20  Jason Rumney  <jasonr@gnu.org>
9591         * international/fontset.el (setup-default-fontset): Specify script
9592         for latin use of iso10646-1.  Fix use of lang tags.
9594 2008-06-19  Miles Bader  <miles@gnu.org>
9596         * face-remap.el (text-scale-increase): Start from zero if
9597         text-scale-mode isn't enabled.
9599 2008-06-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9601         * faces.el (face-set-after-frame-default): Re-apply explicit `font'
9602         frame parameters after setting up the `default' face.
9604 2008-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9606         * faces.el (face-set-after-frame-default): Don't exclude `default'.
9608 2008-06-18  Glenn Morris  <rgm@gnu.org>
9610         * mouse.el (buffer-face-mode-invoke): Declare.
9612         * Makefile.in (ELCFILES): Add org/org-id.elc.
9614         * calendar/holidays.el (calendar-cursor-holidays): Accept optional date.
9615         * calendar/cal-menu.el (cal-menu-holidays-menu):
9616         Use calendar-cursor-holidays rather than cal-menu-today-holidays.
9617         (cal-menu-today-holidays): Remove function.
9619         * calendar/cal-menu.el (cal-menu-holiday-window-suffix): Simplify.
9620         (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
9621         (cal-menu-list-holidays-previous-year, calendar-mouse-goto-date):
9622         Remove unused functions.
9623         (calendar-mouse-view-diary-entries): Use format rather than concat.
9625         * calendar/cal-menu.el (cal-menu-x-popup-menu): Turn it into a macro.
9626         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
9627         (calendar-mouse-print-dates): Adapt for cal-menu-x-popup-menu change.
9629         * calendar/cal-menu.el (cal-menu-event-to-date): Remove function.
9630         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
9631         (calendar-mouse-view-other-diary-entries, calendar-mouse-print-dates)
9632         (cal-menu-set-date-title): Use calendar-cursor-to-date rather than
9633         cal-menu-event-to-date.
9635         * calendar/cal-html.el (cal-html-cursor-month, cal-html-cursor-year):
9636         Handle mouse events.
9637         * calendar/cal-tex.el (cal-tex-cursor-year)
9638         (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
9639         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
9640         (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
9641         (cal-tex-cursor-week-monday, cal-tex-cursor-filofax-2week)
9642         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
9643         (cal-tex-cursor-day): Handle mouse events.  Rename ARG to N.
9644         (cal-tex-cursor-month): Mark N as optional.
9645         * calendar/cal-menu.el (calendar-mouse-tex-day)
9646         (calendar-mouse-tex-week, calendar-mouse-tex-week2)
9647         (calendar-mouse-tex-week-iso, calendar-mouse-tex-week-monday)
9648         (calendar-mouse-tex-filofax-daily, calendar-mouse-tex-filofax-2week)
9649         (calendar-mouse-tex-filofax-week, calendar-mouse-tex-month)
9650         (calendar-mouse-tex-month-landscape, calendar-mouse-tex-year)
9651         (calendar-mouse-tex-filofax-year, calendar-mouse-tex-year-landscape):
9652         Remove functions.
9653         (cal-menu-context-mouse-menu): Replace the above functions with the
9654         cal-tex versions.  Add HTML submenu.
9656 2008-06-17  Nick Roberts  <nickrob@snap.net.nz>
9658         * progmodes/gdb-ui.el (gud-gdba-marker-filter): Don't switch to
9659         text command mode.
9660         (gdb): Explain that gud-gdb is needed for text command mode.
9662 2008-06-17  Martin Rudalics  <rudalics@gmx.at>
9664         * window.el (split-height-threshold): Remove spurious extra line.
9666 2008-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9668         * calendar/calendar.el (calendar-cursor-to-date): Add argument `event'.
9669         (calendar-set-mark):
9670         * calendar/diary-lib.el (diary-insert-entry):
9671         * calendar/solar.el (calendar-sunrise-sunset): Use it.
9672         * calendar/cal-menu.el (calendar-mouse-sunrise/sunset)
9673         (calendar-mouse-insert-diary-entry, calendar-mouse-set-mark): Delete.
9674         (cal-menu-context-mouse-menu): Use calendar-set-mark,
9675         diary-insert-entry, and calendar-sunrise-sunset instead.
9677         * vc.el (vc-deduce-fileset): Add arg `only-files'.
9678         (vc-next-action): Pass the new arg.
9679         (vc-register): Don't use `only-files'.
9680         Don't set `backup-inhibited' in the current buffer.
9682 2008-06-17  Miles Bader  <miles@gnu.org>
9684         * mouse.el (mouse-appearance-menu): Use buffer-face-mode.
9686         * face-remap.el (buffer-face-mode-face)
9687         (buffer-face-mode-remapping): New variables.
9688         (buffer-face-mode, buffer-face-set, buffer-face-toggle)
9689         (buffer-face-mode-invoke): New functions.
9690         (variable-pitch-mode-remapping): Variable removed.
9691         (variable-pitch-mode): Rewrite as an interface to `buffer-face-mode'.
9693         * face-remap.el (internal-lisp-face-attributes): New variable.
9694         (face-attrs-more-relative-p, face-remap-order): New functions.
9695         (face-remap-add-relative): Use `face-remap-order'.
9697 2008-06-17  Glenn Morris  <rgm@gnu.org>
9699         * mouse.el (x-select-font): Declare.
9701         * calendar/calendar.el (calendar-move-hook):
9702         Add calendar-update-mode-line as an option.
9703         (calendar-date-echo-text): New user option.
9704         (calendar-generate-month): Set `day'.  Use calendar-date-echo-text.
9705         (calendar-insert-indented): Simplify newline insertion.
9706         (calendar-describe-mode): Remove unused function.
9707         (calendar-mode-line-entry): New function.
9708         (calendar-mode-line-format): Doc fix.  Use calendar-mode-line-entry.
9709         Mark as risky.
9710         (calendar-mouse-other-month): Remove function.
9711         (calendar-other-month): Handle mouse events.
9712         (calendar-goto-info-node): Call fit-window-to-buffer.
9713         (calendar-mode): Use define-derived-mode.  Doc fix.
9714         (calendar-update-mode-line): Tweak whitespace.
9716 2008-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9718         * vc-dispatcher.el (vc-dir-child-files): Use vc-string-prefix-p.
9719         (vc-dir-marked-only-files): vc-string-prefix-p.
9721 2008-06-16  Nick Roberts  <nickrob@snap.net.nz>
9723         * progmodes/gdb-ui.el (gdb-memory-set-address)
9724         (gdb-memory-set-repeat-count): Allow keyboard bindings.
9725         (gdb-memory-mode-map): Bind above functions respectively
9726         to 'S' and 'N'.
9728 2008-06-16  Derek Upham  <sand@blarg.net>  (tiny change)
9730         * nxml/nxml-mode.el (nxml-mode): Use run-mode-hooks.
9732 2008-06-16  Juanma Barranquero  <lekktu@gmail.com>
9734         * log-view.el (vc-diff-internal): Declare for compiler.
9736         * vc-bzr.el (log-view-per-file-logs):
9737         * vc-svn.el (log-view-per-file-logs): Pacify byte compiler.
9739 2008-06-15  Chong Yidong  <cyd@stupidchicken.com>
9741         * mouse.el (mouse-appearance-menu-map): New var.
9742         (mouse-appearance-menu): New function.
9743         Bind it to S-down-mouse-1.
9745 2008-06-15  Juri Linkov  <juri@jurta.org>
9747         * info.el (Info-toc): Call Info-toc-nodes instead of Info-build-toc.
9748         (Info-toc, Info-insert-toc): Increment nth's index to add PARENT
9749         as the second element.
9750         (Info-build-toc): Add PARENT element extracted from the Up pointer.
9751         Don't print progress messages.
9752         (Info-toc-nodes): New variable and function.
9753         (Info-index-nodes): Optimize non-string file name case.
9754         (Info-breadcrumbs-depth): Increment the default value from 3 to 4.
9755         (Info-insert-breadcrumbs): Use the cached document structure instead
9756         of visiting all ancestor nodes.  Remove the initial `>'.
9758 2008-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
9760         * log-view.el (log-view-diff-changeset): New function.
9761         (log-view-mode-map, log-view-mode-menu): Bind it.
9762         (log-view-per-file-logs, log-view-vc-fileset)
9763         (log-view-vc-backend): New variables.
9764         (log-view-find-revision, log-view-modify-change-comment)
9765         (log-view-annotate-version): Throw an error if the log is for more
9766         than one file and we can't find the current file.  Get the current
9767         file from log-view-vc-fileset if necessary.
9768         (log-view-diff): Get the current file from log-view-vc-fileset if
9769         necessary.
9771         * vc.el (vc-print-log): Set log-view-vc-fileset and log-view-vc-backend.
9773         * vc-hg.el (vc-hg-log-view-mode): Call the log method only once.
9774         (vc-hg-log-view-mode): Declare for compiler.
9775         (vc-hg-log-view-mode): Set log-view-per-file-logs and
9776         log-view-file-re.
9777         (vc-hg-diff): If no file is passed, use default-directory for cwd.
9779         * vc-bzr.el (vc-bzr-log-view-mode): Set log-view-per-file-logs.
9781         * vc-svn.el (vc-svn-log-view-mode): New derived mode.
9783 2008-06-15  Michael Albinus  <michael.albinus@gmx.de>
9785         * net/tramp.el (tramp-handle-start-file-process):
9786         Clear modification time of the connection buffer.
9787         (tramp-sh-file-name-handler): Reset `tramp-locked' in case of error.
9788         (tramp-open-connection-setup-interactive-shell): Flush cache, and
9789         restart `tramp-maybe-open-connection' when the remote system has
9790         been changed.  Throw 'uname-changed event.
9791         (tramp-maybe-open-connection): Catch it.
9793         * net/tramp-cmds.el (tramp-cleanup-all-connections):
9794         Reset `tramp-locked'.
9796 2008-06-15  Ulf Jasper  <ulf.jasper@web.de>
9798         * net/newst-treeview.el (newsticker--treeview-list-update)
9799         (newsticker--treeview-item-update)
9800         (newsticker--treeview-tree-update)
9801         (newsticker-treeview-jump, newsticker-group-add-group)
9802         (newsticker-group-move-feed, newsticker-group-delete-group):
9803         Remove window dedication.
9804         (newsticker--group-manage-orphan-feeds): Handle ill-valued
9805         newsticker-groups.
9806         (newsticker--treeview-tree-expand): Don't manage orphan feeds here.
9808 2008-06-15  Andreas Schwab  <schwab@suse.de>
9810         * vc-cvs.el (vc-cvs-status-extra-headers): Don't match newline
9811         when parsing CVS/Repository.
9813         * wdired.el (wdired-search-and-rename): Fix undocumented change.
9815 2008-06-15  Ulf Jasper  <ulf.jasper@web.de>
9817         * net/newst-plainview.el (newsticker-faces, newsticker-feed-face)
9818         (newsticker-extra-face, newsticker-enclosure-face): Moved to
9819         net/newst-reader.el.
9821         * net/newst-reader.el (newsticker-faces, newsticker-feed-face)
9822         (newsticker-extra-face, newsticker-enclosure-face): Moved from
9823         net/newst-reader.el.
9825 2008-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9827         * international/encoded-kb.el (encoded-kbd-self-insert-utf-8):
9828         Catch and recover from case when the bytes we thought we were reading
9829         turn out to be something else entirely, such as latin-1 chars from
9830         quail.  See bug#396.
9832 2008-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
9834         * vc.el (vc-deduce-fileset): Check if the buffer has a file.
9835         (vc-register): Call the backend function only once, instead of
9836         once for each file.
9837         (vc-next-action): Update call to vc-register.
9838         (vc-dir-register): Remove function.
9839         (vc-dir): Bind vc-register instead of vc-dir-register.
9841 2008-06-14  Glenn Morris  <rgm@gnu.org>
9843         * Makefile.in (ELCFILES): Add net/newst-*.el.
9845 2008-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9847         * wdired.el (wdired-do-renames): New function.
9848         (wdired-finish-edit): Use it to.
9849         (wdired-preprocess-files): Don't hardcode (point-min) == 1.
9851 2008-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9853         * info.el (Info-insert-breadcrumbs): Don't break in apropos and toc.
9855 2008-06-14  Martin Rudalics  <rudalics@gmx.at>
9857         * window.el (window--even-window-heights): Even window heights
9858         only if the selected window is higher than WINDOW.
9859         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
9861 2008-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9863         * info.el (Info-insert-breadcrumbs): Be careful to preserve history.
9865 2008-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9867         * term/linux.el (terminal-init-linux): Load t-mouse.
9869 2008-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9870             Drew Adams  <drew.adams@oracle.com>
9872         * info.el (Info-breadcrumbs-depth): New var.
9873         (Info-insert-breadcrumbs): New function.
9874         (Info-fontify-node): Use it.
9875         (Info-mode-map): Move initialization into declaration.
9877 2008-06-13  Ulf Jasper  <ulf.jasper@web.de>
9879         Rename net/newsticker-*.el to net/newst-*.el.
9880         * net/newst-backend.el: Rename from net/newsticker-backend.el.
9881         * net/newst-plainview.el: Rename from net/newsticker-plainview.el.
9882         * net/newst-reader.el: Rename from net/newsticker-reader.el.
9883         * net/newst-ticker.el: Rename from net/newsticker-ticker.el.
9884         * net/newst-treeview.el: Rename from net/newsticker-treeview.el.
9885         * net/newsticker-backend.el: Rename to net/newst-backend.el.
9886         * net/newsticker-plainview.el: Rename to net/newst-plainview.el.
9887         * net/newsticker-reader.el: Rename to net/newst-reader.el.
9888         * net/newsticker-ticker.el: Rename to net/newst-ticker.el.
9889         * net/newsticker-treeview.el: Rename to net/newst-treeview.el.
9891 2008-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9893         * progmodes/compile.el (compilation-start): Don't disable undo in
9894         comint buffer.  Don't override the comint-filter with our own.
9895         (compilation-filter): Change point's insertion-type.
9897         * comint.el (comint-output-filter): Use copy-marker.
9899 2008-06-13  David Reitter  <david.reitter@gmail.com>
9901         * textmodes/flyspell.el (mail-mode-flyspell-verify):
9902         Check message-signature-separator exists before using it.
9904 2008-06-13  Dan Nicolaescu  <dann@ics.uci.edu>
9906         * vc.el (vc-delete-file): Bind default-directory before calling
9907         the backend.
9908         (vc-annotate-show-diff-revision-at-line): Move most of the code to ...
9909         (vc-annotate-show-diff-revision-at-line-internal): ... here.
9910         New function.
9911         (vc-annotate-show-changeset-diff-revision-at-line): New function.
9912         (vc-annotate-mode-menu): Bind it.
9914 2008-06-13  Jason Rumney  <jasonr@gnu.org>
9916         * term/w32-win.el (mouse-set-font): Remove overridden function.
9917         (w32-select-font): Declare as obsolete alias for x-select-font.
9919 2008-06-13  Daniel Engeler  <engeler@gmail.com>
9921         These changes add serial port access.
9922         * term.el (term-update-mode-line): Modify.
9923         (serial-port-is-file-p, serial-nice-speed-history)
9924         (serial-no-speed, serial-mode-line-speed-menu)
9925         (serial-mode-line-config-menu): New variables and constants.
9926         (serial-name-history, serial-speed-history)
9927         (serial-supported-or-barf, serial-read-name, serial-read-speed)
9928         (serial-term, serial-speed, serial-mode-line-speed-menu-1)
9929         (serial-mode-line-speed-menu, serial-update-speed-menu)
9930         (serial-mode-line-config-menu-1, serial-mode-line-config-menu)
9931         (serial-update-config-menu): New functions.
9933 2008-06-13  Glenn Morris  <rgm@gnu.org>
9935         * menu-bar.el (menu-set-font): Use fboundp rather than functionp.
9937         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Doc fix.
9939 2008-06-13  Kenichi Handa  <handa@m17n.org>
9941         * cus-face.el (custom-face-attributes): Add :foundry.
9943         * faces.el (set-face-attribute): Parse "FOUNDRY-FAMILY" here.
9944         (face-x-resources): Add :foundry.
9945         (face-valid-attribute-values): Likewise.
9946         (face-attribute-name-alist): Likewise.
9947         (describe-face): Likewise.
9949 2008-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9951         * emacs-lisp/map-ynp.el (map-y-or-n-p): Accept non-char events.
9953 2008-06-12  Chong Yidong  <cyd@stupidchicken.com>
9955         * longlines.el (longlines-search-forward, longlines-search-backward)
9956         (longlines-re-search-forward): Use a smarter search-spaces-regexp.
9958 2008-06-12  Sam Steingold  <sds@gnu.org>
9960         * vc.el (vc-rename-file): DTRT when the destination is a directory
9961         name and the source is a file.
9963 2008-06-12  Chong Yidong  <cyd@stupidchicken.com>
9965         * menu-bar.el (menu-set-font): Rename x-font-dialog to x-select-font.
9967 2008-06-12  Glenn Morris  <rgm@gnu.org>
9969         * progmodes/f90.el (f90-beginning-of-subprogram)
9970         (f90-end-of-subprogram): Only give a message when interactive.
9972         * term/mac-win.el (x-toolkit-scroll-bars): Check bound.
9974         * progmodes/cperl-mode.el (cperl-info-on-command):
9975         Use display-pixel-height rather than x-display-pixel-height.
9977         * mail/rmailedit.el (rmail-cease-edit):
9978         * vc-dispatcher.el (vc-dir-mode): Check tool-bar-mode is bound.
9980         * emulation/edt.el (edt-xserver):
9981         * emulation/edt-mapper.el (edt-xserver): Use replace-regexp-in-string.
9983         * emulation/edt-mapper.el: Drop test for Emacs < 19.
9985         * mwheel.el (mouse-wheel-follow-mouse, mwheel-event-window):
9986         Evaluate definitions when compiling.  Reverse tests.
9988         * dframe.el (dframe-reposition-frame-emacs): Reorder test, and
9989         use unless.
9991         * menu-bar.el (w32-menu-bar-open): Declare for compiler.
9993         * textmodes/artist.el (x-pointer-shape):
9994         * term/x-win.el (x-parse-geometry, x-resource-name, accelerate-menu)
9995         (x-open-connection, x-server-max-request-size, x-get-resource):
9996         * term/w32console.el (x-setup-function-keys):
9997         * term/w32-win.el (x-parse-geometry, x-resource-name)
9998         (generate-fontset-menu, image-library-alist, x-open-connection)
9999         (setup-default-fontset, set-fontset-font, setup-default-fontset)
10000         (create-fontset-from-fontset-spec, create-fontset-from-x-resource)
10001         (x-get-resource):
10002         * term/mac-win.el (x-parse-geometry, x-resource-name)
10003         (x-get-selection-internal, tool-bar-mode, set-fontset-font)
10004         (new-fontset, x-display-list, x-open-connection, x-get-resource):
10005         * progmodes/gud.el (tooltip-last-mouse-motion-event, tooltip-hide)
10006         (tooltip-start-delayed-tip, tooltip-use-echo-area, tooltip-show)
10007         (tooltip-strip-prompt, tooltip-expr-to-print, tooltip-event-buffer):
10008         * progmodes/gdb-ui.el (tooltip-show, tooltip-use-echo-area)
10009         (tooltip-identifier-from-point, define-fringe-bitmap):
10010         * play/gamegrid.el (image-size):
10011         * play/bubbles.el (image-size):
10012         * mail/emacsbug.el (x-server-vendor, x-server-version):
10013         * international/mule-util.el (internal-char-font):
10014         * international/mule-diag.el (font-info, query-fontset, fontset-info)
10015         (fontset-alias-alist, fontset-list, fontset-plain-name):
10016         * international/mule-cmds.el (x-server-vendor, x-server-version):
10017         * international/fontset.el (font-encoding-charset-alist)
10018         (otf-script-alist, new-fontset, set-fontset-font)
10019         (x-pixel-size-width-font-regexp, vertical-centering-font-regexp)
10020         (fontset-list, query-fontset, x-get-resource):
10021         * emulation/edt.el (x-server-vendor):
10022         * emulation/edt-mapper.el (x-server-vendor):
10023         * emacs-lisp/map-ynp.el (x-popup-dialog):
10024         * emacs-lisp/lmenu.el (x-popup-dialog):
10025         * x-dnd.el (x-window-property, x-change-window-property)
10026         (x-get-selection-internal):
10027         * woman.el (x-list-fonts):
10028         * w32-fns.el (x-server-version):
10029         * tooltip.el (x-show-tip, x-hide-tip):
10030         * tool-bar.el (image-mask-p):
10031         * thumbs.el (image-size):
10032         * term.el (overflow-newline-into-fringe):
10033         * subr.el (scroll-bar-scale):
10034         * startup.el (x-get-resource, tool-bar-mode, image-size):
10035         * select.el (x-get-selection-internal, x-own-selection-internal)
10036         (x-disown-selection-internal):
10037         * mouse.el (generate-fontset-menu):
10038         * mouse-sel.el (x-select-text, x-cut-buffer-or-selection-value):
10039         * image.el (image-library-alist):
10040         * image-mode.el (image-size, image-refresh):
10041         * image-dired.el (clear-image-cache):
10042         * gs.el (x-display-mm-width, x-display-pixel-width)
10043         (x-display-mm-height, x-display-pixel-height)
10044         (x-change-window-property, x-display-grayscale-p, x-window-property):
10045         * frame.el (tool-bar-mode, x-display-name, x-close-connection)
10046         (x-focus-frame, x-list-fonts, x-display-screens)
10047         (x-display-pixel-height, x-display-pixel-width, x-display-mm-height)
10048         (x-display-mm-width, x-display-backing-store, x-display-save-under)
10049         (x-display-planes, x-display-color-cells, x-display-visual-class):
10050         * faces.el (internal-face-x-get-resource)
10051         (internal-set-lisp-face-attribute-from-resource, x-bitmap-file-path)
10052         (fontset-list, x-list-fonts, xw-color-defined-p, xw-color-values)
10053         (xw-display-color-p, x-display-grayscale-p, x-get-resource)
10054         (x-parse-geometry, x-create-frame, x-setup-function-keys)
10055         (tool-bar-setup):
10056         * doc-view.el (clear-image-cache, image-size, tooltip-show):
10057         * dired.el (dnd-get-local-file-name, dnd-get-local-file-uri):
10058         * dframe.el (x-display-pixel-width, x-display-pixel-height):
10059         * descr-text.el (internal-char-font):
10060         Define for compiler, for builds without X.
10062 2008-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10064         * vc-rcs.el (vc-rcs-state-heuristic): Don't assume the file exists.
10066 2008-06-11  Glenn Morris  <rgm@gnu.org>
10068         * progmodes/fortran.el (fortran-end-of-subprogram): Check for a match
10069         before trying to move there.
10070         (fortran-calculate-indent): When fortran-check-all-num-for-matching-do
10071         is non-nil, indent most terminating statements like loop body.
10073         * calendar/diary-lib.el (diary-list-entries-2): Accept optional
10074         Gregorian date, and add it, not the local date, to diary-entries-list.
10075         (diary-list-entries-1): Pass Gregorian date to diary-list-entries-2.
10077 2008-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10079         * progmodes/compile.el (compilation-filter): Fix up last change.
10081         * term/linux.el (terminal-init-linux): Use gpm-mouse-enable.
10083         * t-mouse.el (gpm-mouse-enable, gpm-mouse-disable): New functions.
10084         (gpm-mouse-mode): Make it into a proper global minor mode.
10086         * files.el (save-some-buffers-action-alist): Only use recursive-edit
10087         if the user enabled recursive-minibuffers.
10089         * emacs-lisp/map-ynp.el (map-y-or-n-p):
10090         Add support for scroll-other-window.
10092 2008-06-11  Jason Rumney  <jasonr@gnu.org>
10094         * term/w32-win.el (w32-menu-bar-open): Rename from menu-bar-open.
10095         Use tmm-menubar if menu is disabled in this frame.
10097         * menu-bar.el (menu-bar-open): Determine how to open menu bar
10098         from frame type, per documentation.  Add w32 case.
10100 2008-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10102         * minibuffer.el (completion--merge-suffix): New function.
10103         (completion-basic-try-completion): Use it.
10104         (completion-pcm--find-all-completions): Add argument `filter'.
10105         (completion-pcm--filename-try-filter, completion-pcm--merge-try):
10106         New functions.
10107         (completion-pcm-try-completion): Use them.
10109         * xt-mouse.el (turn-on-xterm-mouse-tracking)
10110         (turn-off-xterm-mouse-tracking): Use terminal-list.
10112         * cus-start.el (underline-minimum-offset): Rename from
10113         x-underline-minimum-display-offset.
10115 2008-06-10  David De La Harpe Golden  <david@harpegolden.net>  (tiny change)
10117         * cus-start.el (x-underline-minimum-display-offset): Give it a type.
10119 2008-06-10  Chong Yidong  <cyd@stupidchicken.com>
10121         * mouse.el (mouse-select-font): New function.
10123         * faces.el (face-spec-recalc): When the face is set using
10124         Customize, avoid recalculating it twice.
10126         * menu-bar.el (menu-set-font): New function.  Bind "Set Default
10127         Font" menu item to it.  Apply selected font to all frames, and
10128         make it savable.
10129         (menu-bar-options-save): Save `default' font if changed.
10131 2008-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10133         * ffap.el (ffap-string-at-point-mode-alist):
10134         Use alpha rather than lower.
10136         * dired.el (dired-insert-directory): Don't assume Unix-style dir names.
10138         * subr.el (momentary-string-display): Use an overlay.
10140         * progmodes/compile.el (compilation-mode):
10141         Set window-point-insertion-type.
10142         (compilation-filter): Don't use insert-before-markers any more.
10143         * emacs-lisp/trace.el (trace-make-advice):
10144         Set window-point-insertion-type in the trace buffer.
10145         * startup.el (normal-top-level): Set window-point-insertion-type in
10146         *Messages*.
10147         * net/telnet.el (telnet-mode): Set window-point-insertion-type.
10148         (telnet-filter): Don't use insert-before-markers any more.
10149         * comint.el (comint-mode): Set window-point-insertion-type.
10150         (comint-output-filter): Don't use insert-before-markers any more.
10151         * button.el (make-text-button): Allow `start' to be a string.
10153 2008-06-10  Juanma Barranquero  <lekktu@gmail.com>
10155         * emacs-lisp/autoload.el (autoload-rubric):
10156         Fix coding cookie not to force Unix EOL.
10158 2008-06-10  Martin Rudalics  <rudalics@gmx.at>
10160         * window.el (window--splittable-p, window--try-to-split-window):
10161         Don't use with-selected-window to avoid messing up get-lru-window.
10162         Reported by David Hansen <david.hansen@gmx.net>.
10164 2008-06-10  Glenn Morris  <rgm@gnu.org>
10166         * subr.el (locate-library): Doc fix.
10168         * net/newsticker-treeview.el (w3m-toggle-inline-images): Declare.
10169         (newsticker-treeview-tool-bar-map, newsticker-treeview-mode):
10170         Check tool-bar-map is bound, for non-X builds.
10172         * net/newsticker-reader.el (newsticker--next-item-image)
10173         (newsticker--previous-item-image, newsticker--previous-feed-image)
10174         (newsticker--next-feed-image, newsticker--mark-read-image)
10175         (ewsticker--mark-immortal-image, newsticker--narrow-image)
10176         (newsticker--get-all-image, newsticker--update-image)
10177         (newsticker--browse-image): Check xpm images are available.
10178         (newsticker--mark-read-image, newsticker--mark-immortal-image)
10179         (newsticker--narrow-image, newsticker--get-all-image): Doc fix.
10181         * net/newsticker-plainview.el (tool-bar-map): Don't declare.
10182         (newsticker--plainview-tool-bar-map, newsticker-mode):
10183         Check tool-bar-map is bound, for non-X builds.
10184         (w3m-toggle-inline-image): Declare.
10186         * net/newsticker-backend.el (tool-bar-map): Don't declare.
10188         * emacs-lisp/autoload.el (autoload-rubric): Add coding cookie.
10190         * finder.el (finder-font-lock-keywords): Handle ``quotes''.
10191         (finder-compile-keywords): Move let to where needed.
10192         (finder-mouse-face-on-line): Go back one more line if needed.
10193         (finder-list-matches): Use cadr.
10194         (finder-goto-xref): New function.
10195         (finder-commentary): Add buttons to jump to foo.el libraries.
10197 2008-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10199         * apropos.el (apropos-function, apropos-macro, apropos-command)
10200         (apropos-variable, apropos-face, apropos-group, apropos-widget)
10201         (apropos-plist): Add apropos-short-label property.
10202         (apropos-multi-type): New variables.
10203         (apropos-command, apropos-value): Set it.
10204         (apropos-compact-layout): New custom.
10205         (apropos-print, apropos-print-doc): Use it.
10206         (apropos-print): Truncate lines.
10208 2008-06-09  Kenichi Handa  <handa@m17n.org>
10210         * international/fontset.el (font-encoding-alist):
10211         Add an entry for "ascii-0".
10213 2008-06-09  Jihyun Cho  <jihyun.jo@gmail.com>
10215         * language/hanja-util.el (hanja-init-load): Show the message only
10216         when loading a table.
10218 2008-06-08  Ulf Jasper  <ulf.jasper@web.de>
10220         * net/newsticker-treeview.el (newsticker-treeview):
10221         * net/newsticker-plainview.el (newsticker-plainview):
10222         Add autoload cookie.
10224 2008-06-08  Ulf Jasper  <ulf.jasper@web.de>
10226         * net/newsticker.el: Split up into newsticker-backend, -ticker,
10227         -reader, -plainview, and -treeview.
10228         (newsticker-version): Change to 1.99.
10230         * net/newsticker-backend.el: New.  Move backend functionality from
10231         newsticker.el to newsticker-backend.el.
10232         (newsticker--download-logos): New.
10233         (newsticker--sentinel-callback): New.
10234         (newsticker--set-customvar): Remove.  Split up into specific
10235         functions related to retrieval, ticker, buffer, and display.
10236         (newsticker--set-customvar-retrieval): New.  Extracted from
10237         `newsticker--set-customvar'.
10238         (newsticker-retrieval): New.  Renamed from `newsticker-feed'.
10239         (newsticker-url-list-defaults):
10240         Use `newsticker--set-customvar-retrieval' for :set.  Change :group.
10241         (newsticker-url-list): Doc changed.  URL can be a function.
10242         Use `newsticker--set-customvar-retrieval' for :set.  Change :group.
10243         (newsticker-retrieval-method): New.
10244         (newsticker-wget-name, newsticker-wget-arguments): Change :group.
10245         (newsticker-retrieval-interval):
10246         Use `newsticker--set-customvar-retrieval' for :set.  Change :group.
10247         (newsticker-desc-comp-max): Change :group.
10248         (newsticker--cache): Doc changed.
10249         (newsticker--guid-to-string): New.
10250         (newsticker--guid): Use `newsticker--guid-to-string'.
10251         (newsticker--real-feed-name): New.
10252         (newsticker--start-feed): New.  Extracted from `newsticker-start'.
10253         (newsticker-start): Use `insert-file-contents' for reading cache.
10254         Use `newsticker--start-feed'.
10255         (newsticker--stop-feed): New.  Extracted from `newsticker-stop'.
10256         (newsticker-stop): Check whether `newsticker-stop-ticker' is fbound.
10257         Use `newsticker--stop-feed'.
10258         (newsticker-save-item): New.
10259         (newsticker--get-news-by-funcall): New.
10260         (newsticker-get-news): Handle new retrieval methods.
10261         (newsticker--sentinel): Use `newsticker--sentinel-work'.
10262         (newsticker--sentinel-work): New.  Extracted from
10263         `newsticker--sentinel'.  Use `newsticker--download-logos',
10264         `newsticker--sentinel-callback'.
10265         (newsticker--parse-atom-0.3): Use `newsticker--guid-to-string'.
10266         (newsticker--parse-atom-1.0): Fix link determination.
10267         (newsticker--parse-rss-0.91): Fix time determination.
10268         (newsticker--parse-rss-0.92): Fix time determination.
10269         (newsticker--parse-rss-2.0): Use `newsticker--guid-to-string'.
10270         (newsticker--parse-generic-feed): New arg order in
10271         `newsticker--cache-add'.
10272         (newsticker--parse-generic-items): Fix for multiple items.
10273         New arg order in `newsticker--cache-add'.
10274         (newsticker--forget-preformatted): Check whether
10275         `newsticker--buffer-set-uptodate' is fbound.
10276         (newsticker--decode-iso8601-date): Handle fractions of seconds.
10277         (newsticker--decode-rfc822-date): Partial timezone handling.
10278         (newsticker--cache-contains): Fix guid problem.
10279         (newsticker--cache-add): Swap args AGE and TIME.  Fix guid problem.
10280         (newsticker--cache-save): New.
10281         (newsticker--cache-update): Use temp buffer.
10282         (newsticker--stat-num-items): Allow multiple AGE args.
10283         (newsticker--stat-num-items-total): New.
10284         (newsticker--opml-import-outlines): New.
10285         (newsticker-opml-import): Use `newsticker--opml-import-outlines'.
10286         (newsticker--do-run-auto-mark-filter): Doc changed.
10287         (newsticker-retrieve-random-message): New.
10289         * net/newsticker-ticker.el: New.  Move ticker functionality from
10290         net/newsticker.el to net/newsticker-ticker.el.
10291         (newsticker--ticker-timer): Rename `newsticker--display-timer' to
10292         `newsticker--ticker-timer'.
10293         (newsticker-ticker-running-p): Rename `newsticker--display-timer'
10294         to `newsticker--ticker-timer'.
10295         (newsticker--set-customvar-ticker): New.  Extracted from
10296         `newsticker--set-customvar'.
10297         (newsticker-ticker-interval): Rename `newsticker-display-interval'
10298         to `newsticker-ticker-interval'.  Use `newsticker--set-customvar-ticker
10299         for :set.  Change :group.
10300         (newsticker-scroll-smoothly): Doc changed.  Change :group.
10301         (newsticker-hide-immortal-items-in-echo-area)
10302         (newsticker-hide-old-items-in-echo-area)
10303         (newsticker-hide-obsolete-items-in-echo-area):
10304         Use `newsticker--set-customvar-ticker for :set.  Change :group.
10305         (newsticker-start-ticker): Rename `newsticker--display-timer' to
10306         `newsticker--ticker-timer'.  Rename `newsticker-display-interval'
10307         to `newsticker-ticker-interval'.
10308         (newsticker-stop-ticker): Rename `newsticker--display-timer' to
10309         `newsticker--ticker-timer'.
10311         * net/newsticker-reader.el: New.  Move reader functionality from
10312         net/newsticker.el to net/newsticker-reader.el.
10313         (newsticker--set-customvar-formatting): New.  Extracted from
10314         `newsticker--set-customvar'.
10315         (newsticker-reader, newsticker-frontend): New.
10316         (newsticker-enable-logo-manipulations): Change :group.
10317         (newsticker-justification): Use `newsticker--set-customvar-formatting'
10318         for :set.  Change :group.
10319         (newsticker-use-full-width): Use `newsticker--set-customvar-formatting'
10320         for :set.  Change :group.
10321         (newsticker-html-renderer): Doc changed.
10322         Use `newsticker--set-customvar-formatting' for :set.  Change :group.
10323         (newsticker-date-format):
10324         Use `newsticker--set-customvar-formatting' for :set.  Change :group.
10325         (newsticker--insert-enclosure):
10326         Rename `newsticker--buffer-insert-enclosure' to
10327         `newsticker--insert-enclosure'.  Add keymap arg.
10328         (newsticker--print-extra-elements):
10329         Rename `newsticker--buffer-print-extra-elements' to
10330         `newsticker--print-extra-elements'.  Add keymap arg.
10331         (newsticker--do-print-extra-element):
10332         Rename `newsticker--buffer-do-print-extra-element' to
10333         `newsticker--do-print-extra-element'.  Add keymap arg.
10334         (newsticker-show-news): Use `newsticker-frontend'.
10336         * net/newsticker-plainview.el: New.  Move plainview functionality
10337         from net/newsticker.el to net/newsticker-reader.el.
10338         (newsticker-plainview): New.
10339         (newsticker--set-customvar-sorting): New.  Extracted from
10340         `newsticker--set-customvar'.
10341         (newsticker-sort-method): Use `newsticker--set-customvar-sorting
10342         for :set.  Changed :group.
10343         (newsticker-heading-format, newsticker-item-format)
10344         (newsticker-desc-format, newsticker-statistics-format):
10345         Use `newsticker--set-customvar-formatting for :set.  Change :group.
10346         (newsticker-faces): Change :group.
10347         (newsticker-default-face): Enable again.
10348         (newsticker-hide-old-items-in-newsticker-buffer)
10349         (newsticker-show-descriptions-of-new-items):
10350         Use `newsticker--set-customvar-buffer' for :set.  Change :group.
10351         (newsticker-show-all-news-elements): Change :group.
10352         (newsticker-plainview-hooks): New.
10353         (newsticker-select-item-hook, newsticker-select-feed-hook)
10354         (newsticker-buffer-change-hook, newsticker-narrow-hook): Change :group.
10355         (newsticker--plainview-tool-bar-map): Rename `newsticker--tool-bar-map'
10356         to `newsticker--plainview-tool-bar-map'.
10357         (newsticker--url-keymap): Add mouse-1 binding.
10358         (newsticker-plainview): New.
10359         (newsticker-mark-all-items-of-feed-as-read): Change doc.
10360         (newsticker--buffer-do-insert-text): Use renamed
10361         newsticker--[buffer-]insert-enclosure and
10362         newsticker--[buffer-]print-extra-elements.
10363         (newsticker--buffer-set-faces): Use newsticker-default-face.
10365         * net/newsticker-treeview.el: New.
10367 2008-06-08  Andreas Schwab  <schwab@suse.de>
10369         * vc-dispatcher.el (vc-dir-children-marked-p): Fix child check.
10371         * vc-cvs.el (vc-cvs-dir-status): Pass -f to cvs.
10373         * vc-dispatcher.el (vc-dir-move-to-goal-column): Don't move in an
10374         empty line.
10376         * minibuffer.el (minibuffer-message): Bind inhibit-quit around sit-for.
10378 2008-06-08  Martin Rudalics  <rudalics@gmx.at>
10380         * window.el (split-height-threshold, split-width-threshold):
10381         Add choice nil.
10382         (split-window-preferred-function): Allow either nil or a function.
10383         (window--splittable-p, window--try-to-split-window):
10384         Handle changed option values.
10386         (window--frame-usable-p): Handle nil argument.
10388         (display-buffer): Call get-lru-window when pop-up-windows is nil
10389         and window can't be split.
10391 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
10393         * uniquify.el (uniquify-get-proposed-name): Handle remote files.
10395         * net/tramp.el (top): Quote feature names.  Remove
10396         `tramp-rfn-eshadow-setup-minibuffer' from
10397         `rfn-eshadow-setup-minibuffer-hook' when unloading.
10398         (tramp-read-passwd): There is only one call to
10399         `auth-source-user-or-password' needed.  Pacify byte compiler.
10401 2008-06-08  Andreas Schwab  <schwab@suse.de>
10403         * window.el (display-buffer): Use lru window if current window
10404         cannot be split.
10406 2008-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10408         * apropos.el (apropos-library): New command and new button.
10409         (apropos-library-button): New function.
10411         * apropos.el: Remove spurious * in docstrings.
10412         (apropos-label-face): Use variable pitch.
10413         (apropos-print): Use dolist and with-current-buffer.
10414         (apropos-print-doc): Use when.
10416         * window.el (special-display-p, display-buffer):
10417         Fix up C->Elisp transcription error.
10419 2008-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10421         * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
10422         (byte-compile-file): Initialize it.
10423         (byte-compile-nogroup-warn): Keep track of the current group.
10425 2008-06-08  Glenn Morris  <rgm@gnu.org>
10427         * Makefile.in (compile, compile-always, bootstrap-prepare):
10428         Explicitly pass EMACS to sub-makes that use it, for non-GNU makes.
10430 2008-06-07  Jihyun Cho  <jihyun.jo@gmail.com>
10432         * language/hanja-util.el (hanja-init-load): Use a char-table for
10433         hanja-table.
10434         (hangul-to-hanja-char): Adjust for the above change.
10436 2008-06-07  Glenn Morris  <rgm@gnu.org>
10438         * finder.el (finder-compile-keywords): Use lm-keywords-list rather than
10439         lm-keywords.
10441         * mail/sendmail.el (mail-interactive): Add :version.
10443         * term/linux.el (terminal-init-linux): Use gpm-mouse-mode rather than
10444         obsolete alias.
10446         * ediff-merg.el, strokes.el, wid-edit.el, emacs-lisp/lisp-mnt.el:
10447         * emulation/edt-mapper.el, eshell/em-dirs.el, eshell/em-glob.el:
10448         * eshell/em-ls.el, eshell/em-unix.el, eshell/esh-cmd.el:
10449         * eshell/esh-io.el, eshell/esh-opt.el, eshell/esh-test.el:
10450         * eshell/esh-util.el, international/mule-cmds.el:
10451         * international/mule-diag.el, mail/smtpmail.el, net/netrc.el:
10452         * net/tls.el, progmodes/etags.el, textmodes/page-ext.el:
10453         Remove unnecessary eval-when-compiles and eval-and-compiles.
10455         * Makefile.in (bootstrap-clean): Run autogen-clean.
10456         (maintainer-clean): No need to run autogen-clean now it is included in
10457         bootstrap-clean.
10459 2008-06-06  Miles Bader  <miles@gnu.org>
10461         * Makefile.in (ELCFILES): Add gnus/nndir.elc.
10463 2008-06-06  Chong Yidong  <cyd@stupidchicken.com>
10465         * menu-bar.el (menu-bar-options-menu): Add Menu entry for
10466         longlines mode.
10468         * replace.el (replace-search-function)
10469         (replace-re-search-function): New vars.
10470         (perform-replace): Use them.
10472         * longlines.el (longlines-re-search-forward): New function.
10473         (longlines-mode): Bind replace-search-function and
10474         replace-re-search-function, to ensure that replacement commands
10475         treat newlines as spaces.
10476         (longlines-show-effect): Default to a pilcrow sign.
10478 2008-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10480         * help.el (function-called-at-point):
10481         * help-fns.el (variable-at-point): Use emacs-lisp-mode-syntax-table
10482         even when calling find-tag-default.
10484 2008-06-06  Daniel Colascione  <danc@merrillpress.com>
10486         * nxml/nxml-mode.el (nxml-syntax-highlight-flag)
10487         (nxml-fontify-chunk-size, nxml-clear-face, nxml-set-fontified)
10488         (nxml-clear-fontified, nxml-fontify, nxml-fontify1)
10489         (nxml-fontify-buffer, nxml-do-fontify):
10490         Remove obsolete variables and functions.
10491         (nxml-font-lock-keywords, nxml-set-face, nxml-mode)
10492         (nxml-degrade, nxml-after-change, nxml-after-change1)
10493         (nxml-extend-region, nxml-extend-after-change-region)
10494         (nxml-extend-after-change-region1, nxml-fontify-matcher)
10495         (nxml-toggle-char-ref-extra-display): Use font-lock, and
10496         font-lock-extend-region-functions in particular, to fontify
10497         nxml-mode buffers.
10498         (nxml-debug-region): New debugging helper function.
10500         * nxml/nxml-rap.el (nxml-clear-inside, nxml-set-inside)
10501         (nxml-scan-after-change, nxml-move-tag-backwards):
10502         Adapt for font-lock changes.
10504         * nxml/nxml-util.el (nxml-debug, nxml-debug-change)
10505         (nxml-debug-set-inside, nxml-debug-clear-inside):
10506         New debugging functions.
10507         (nxml-with-degradation-on-error): New helper macro.
10509 2008-06-06  Martin Rudalics  <rudalics@gmx.at>
10511         * window.el (display-buffer): Remove dead call to get-lru-window.
10513 2008-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10515         * mail/sendmail.el (mail-interactive): Change default.
10517 2008-06-05  John Paul Wallington  <jpw@pobox.com>
10519         * bindings.el (completion-ignored-extensions):
10520         Add .p64fsl, .d64fsl, and .dx64fsl.
10522 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10524         * ffap.el (ffap-prompter): Don't use the region.
10526 2008-06-05  Sam Steingold  <sds@gnu.org>
10528         * vc-cvs.el (vc-cvs-registered): Consider a directory with a CVS
10529         subdirectory to be registered.
10531 2008-06-05  Martin Rudalics  <rudalics@gmx.at>
10533         * window.el (display-buffer-function, special-display-p)
10534         (special-display-buffer-names, special-display-regexps)
10535         (special-display-function, same-window-p, same-window-buffer-names)
10536         (same-window-regexps, pop-up-frames, display-buffer-reuse-frames)
10537         (pop-up-frame-function, pop-up-windows, even-window-heights)
10538         (split-window-preferred-function, split-height-threshold)
10539         (window--display-buffer-1, display-buffer, pop-to-buffer):
10540         Move from window.c and buffer.c.
10541         (window--splittable-p, window--try-to-split-window)
10542         (window--frame-usable-p, window--display-buffer-2)
10543         (window--even-window-heights): New functions.
10544         (split-width-threshold): New option.
10545         (split-window-preferred-horizontally): Remove.
10547         * cus-start.el: Remove corresponding declarations.
10549 2008-06-05  Sam Steingold  <sds@gnu.org>
10551         * vc.el (vc-update): Use `save-some-buffers' instead of signaling
10552         an error on modified buffers.
10554 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10556         * progmodes/etags.el (tags-verify-table): Be careful to use and update
10557         tags-file-name and tags-table-list from the right buffer.
10558         (tags-table-check-computed-list, tags-table-extend-computed-list)
10559         (find-tag-noselect): Use with-current-buffer.
10561         * emacs-lisp/trace.el (trace-entry-message, trace-exit-message):
10562         Use print-circle.
10564         * minibuffer.el (minibuffer-local-must-match-filename-map):
10565         Declare obsolete alias for the old name.
10567         * abbrev.el (unexpand-abbrev): Better preserve markers.
10569 2008-06-05  Glenn Morris  <rgm@gnu.org>
10571         * emacs-lisp/autoload.el (autoload-rubric): New function,
10572         extracted from autoload-ensure-default-file.
10573         (autoload-ensure-default-file): Use autoload-rubric.
10575         * cus-dep.el (generated-custom-dependencies-file): Doc fix.
10576         (custom-dependencies-no-scan-regexp): New variable.
10577         (custom-make-dependencies): Use with-temp-buffer and autoload-rubric.
10578         Don't scan files matching custom-dependencies-no-scan-regexp.
10579         Disable undo in the output buffer.  Remove kept-new-versions wackiness.
10581         * finder.el (finder-headmark): Initialize and add doc string.
10582         (generated-finder-keywords-file): Doc fix.
10583         (finder-no-scan-regexp): New variable.
10584         (finder-compile-keywords): Use a single let binding.
10585         Disable undo in the output buffer.  Use autoload-rubric.
10586         Use mapc rather than mapcar.  Don't scan files matching
10587         finder-no-scan-regexp.  Use with-temp-buffer.  Use expand-file-name
10588         rather than concat.  Use directory-files to do regexp matching.
10589         No need to require jka-compr.
10590         (finder-list-keywords): Remove un-needed set-buffer.  Disable undo.
10591         (finder-list-matches): Disable undo.
10592         (finder-commentary): Use let rather than let*.  Disable undo.
10593         (finder-current-item): Use zerop.
10594         (finder-mode): Use define-derived-mode.
10595         (finder-exit): Doc fix.  Use dolist.
10597         * Makefile.in ($(lisp)/cus-load.el): Remove unnecessary rule.
10598         (custom-deps): Don't require $(lisp)/cus-load.el.
10599         (custom-deps, finder-data): Don't depend on autoloads.
10600         Should not be needed now, and doing so was causing make install to
10601         re-dump emacs post-bootstrap.
10602         (bootstrap-after): Don't run update-elclist, since modifying Makefile.in
10603         mid-build forces some things to be rebuilt.
10605 2008-06-05  Miles Bader  <miles@gnu.org>
10607         * face-remap.el
10608         (face-remap-add-relative): Renamed from `add-relative-face-remapping'.
10609         (face-remap-remove-relative): Renamed from
10610         `remove-relative-face-remapping'.
10611         (face-remap-reset-base): Renamed from
10612         `set-default-base-face-remapping'.
10613         (face-remap-set-base): Renamed from `set-base-face-remapping'.
10614         (text-scale-increase): Renamed from `increase-buffer-face-height'.
10615         (text-scale-decrease): Renamed from `decrease-buffer-face-height'.
10616         (text-scale-adjust): Renamed from `adjust-buffer-face-height'.
10618         * face-remap.el (variable-pitch-mode): Autoload.
10620 2008-06-04  Sam Steingold  <sds@gnu.org>
10622         * vc-hg.el (vc-hg-status-extra-header, vc-hg-status-extra-headers):
10623         Generate extra status headers for a Mercurial tree.
10625 2008-06-04  John Paul Wallington  <jpw@pobox.com>
10627         * echistory.el (electric-history-map): Define within defvar.
10628         Add docstring.
10630         * font-lock.el (font-lock-turn-off-thing-lock)
10631         (font-lock-after-fontify-buffer, font-lock-after-unfontify-buffer):
10632         Use `bound-and-true-p'.
10633         (cpp-font-lock-keywords-source-directives, cpp-font-lock-keywords):
10634         Doc fixes.
10636         * international/ccl.el (define-ccl-program): Add `doc-string'
10637         declaration.
10639 2008-06-04  Juanma Barranquero  <lekktu@gmail.com>
10641         * face-remap.el (variable-pitch-mode): Reflow docstrings.
10642         (text-scale-mode, adjust-buffer-face-height): Fix typos in docstrings.
10644 2008-06-04  Trent W. Buck  <trentbuck@gmail.com>  (tiny change)
10646         * emacs-lisp/rx.el (rx): Doc fix.
10648 2008-06-04  Markus Triska  <markus.triska@gmx.at>
10650         * image-mode.el (image-mode-map): Add doc-view-inspired bindings.
10652 2008-06-04  Miles Bader  <miles@gnu.org>
10654         * face-remap.el (adjust-buffer-face-height): New function.
10655         Add autoloaded keybindings in ctl-x-map.
10656         (increase-buffer-face-height, decrease-buffer-face-height):
10657         Simplify interactive spec to just "p".  Remove autoloaded keybindings.
10659 2008-06-03  Chong Yidong  <cyd@stupidchicken.com>
10661         * simple.el (line-move-1): If we did not move as far as desired,
10662         ensure that point-left and point-entered hooks are called.
10664 2008-06-03  Sam Steingold  <sds@gnu.org>
10666         * vc-cvs.el (vc-cvs-status-extra-headers): Remove extraneous newlines.
10668 2008-06-03  John Paul Wallington  <jpw@pobox.com>
10670         * progmodes/make-mode.el (makefile-cleanup-continuations)
10671         (makefile-warn-suspicious-lines, makefile-warn-continuations):
10672         Use `derived-mode-p'.
10674 2008-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10676         * Makefile.in (update-elclist): Impose a fixed collation for sorting.
10677         (ELCFILES): Update.
10679 2008-06-03  Miles Bader  <miles@gnu.org>
10681         * face-remap.el: New file.
10682         * Makefile.in (ELCFILES): Add face-remap.elc.
10684 2008-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10686         * progmodes/flymake.el (flymake-process-filter): Make sure the source
10687         buffer isn't dead.
10689         * obsolete/bg-mouse.el, obsolete/float.el, obsolete/hilit19.el,
10690         * obsolete/lselect.el, obsolete/mlsupport.el, obsolete/ooutline.el,
10691         * obsolete/profile.el, obsolete/rsz-mini.el, obsolete/uncompress.el,
10692         * obsolete/auto-show.el, obsolete/hscroll.el:
10693         Remove packages that were obsolete in Emacs-20, or that were obsolete
10694         in Emacs-21 and do not contain any more code.
10696         * vc-dispatcher.el (vc-dir-menu-map-filter): Don't fail if
10697         vc-client-mode is not set.
10699         * image-mode.el (image-mode-map): Suppress key map and bind `q'.
10700         * doc-view.el (doc-view-mode-map): Inherit from image-mode-map.
10702         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords): Try to be
10703         yet a bit more clever at distinguishing / from /.
10705 2008-06-03  Kenichi Handa  <handa@m17n.org>
10707         * Makefile.in (ELCFILES): Add $(lisp)/language/hanja-util.elc.
10709 2008-06-03  Jihyun Cho  <jihyun.jo@gmail.com>
10711         * language/hanja-util.el: New file.
10713 2008-06-03  Glenn Morris  <rgm@gnu.org>
10715         * progmodes/f90.el (f90-typedef-matcher, f90-looking-at-type-like):
10716         Check that end-of-word follows "type".
10718 2008-06-02  Daiki Ueno  <ueno@unixuser.org>
10720         * epa-file.el (epa-file-write-region): Write the entire buffer
10721         content if START is nil.
10723 2008-06-01  Thomas Morgan  <tlm@thomasmorgan.net>  (tiny change)
10725         * select.el (x-get-selection): Fix typo.
10727 2008-06-01  Juanma Barranquero  <lekktu@gmail.com>
10729         * descr-text.el (describe-text-sexp): Use `string-match-p'.  Simplify.
10730         (describe-char): Use `looking-at-p', `string-match-p' when possible.
10732 2008-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10734         * tar-mode.el (tar-header-block-summarize): Ensure one space around
10735         user&group.
10737 2008-05-31  John Paul Wallington  <jpw@pobox.com>
10739         * help-fns.el (describe-variable-custom-version-info):
10740         Handle dotted `package-version' info.
10742 2008-05-31  Juanma Barranquero  <lekktu@gmail.com>
10744         * icomplete.el (icomplete-get-keys): Doc fix.  Use `when'.
10746 2008-05-31  Dan Nicolaescu  <dann@ics.uci.edu>
10748         * vc-cvs.el (vc-cvs-after-dir-status): Support spaces in file
10749         names and improve support for unregistered files.
10751 2008-05-31  Glenn Morris  <rgm@gnu.org>
10753         * Makefile.in (compile-last): Replace tr in `els' assignment with sed.
10754         Remove shell variable `elc'.  Split tests to hopefully be more portable.
10755         Fix `sel' assignment.
10757 2008-05-30  Juanma Barranquero  <lekktu@gmail.com>
10759         * minibuffer.el (completion-table-dynamic): Doc fix.
10761 2008-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10763         * vc-cvs.el (vc-cvs-state-heuristic, vc-cvs-parse-status):
10764         Try and return `unregistered' when applicable.
10766         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
10767         Don't encourage naming variables with "-flag".
10769 2008-05-30  Glenn Morris  <rgm@gnu.org>
10771         * Makefile.in (update-elclist): Hide the warning when it does not apply,
10772         make it milder when it does.
10773         (autogen-clean): New target.
10774         (maintainer-clean): Use autogen-clean.
10776         * calendar/diary-lib.el (diary-display-function): New name for
10777         diary-display-hook.  Keep old name as obsolete alias.  Doc fix.
10778         Change custom type and version.
10779         (diary-list-entries-hook, diary-list-entries, diary-simple-display)
10780         (diary-fancy-display): Doc fixes.
10781         (diary-list-entries, diary-include-other-diary-files)
10782         (diary-mail-entries):
10783         Use diary-display-function rather than diary-display-hook.
10785         * calendar/appt.el (appt-check): Use diary-display-function rather than
10786         diary-display-hook.
10787         * calendar/cal-x.el (calendar-dedicate-diary): Update for
10788         diary-display-function replacing diary-display-hook.
10789         * org/org-agenda.el (org-get-entries-from-diary): Also set
10790         diary-display-function.
10792         * calendar/cal-html.el (cal-html-list-diary-entries):
10793         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
10794         * calendar/cal-tex.el (cal-tex-list-diary-entries): Use LIST-ONLY
10795         argument of diary-list-entries rather than setting diary-display-hook.
10797 2008-05-30  Kenichi Handa  <handa@m17n.org>
10799         * international/mule-conf.el (utf-8-with-signature): Renamed from
10800         utf-8-sig.
10801         (utf-8-auto): Adjusted for the above change.
10803         * international/mule-diag.el (describe-font): Don't check fontset
10804         here, and just call font-info.  Get the default font by from the
10805         default face.
10807 2008-05-29  Kenichi Handa  <handa@m17n.org>
10809         * international/mule-conf.el (utf-8-sig, utf-8-auto):
10810         New coding systems.
10812         * international/mule.el (define-coding-system): Accept :bom for utf-8.
10814 2008-05-29  Espen Wiborg  <espen.wiborg@telio.no>  (tiny change)
10816         * international/utf-7.el (utf-7-encode): Use the right escape char
10817         depending on imap/nonimap encoding.
10819 2008-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10821         * minibuffer.el (completion-pcm-all-completions): Add the base-size.
10823 2008-05-29  Juanma Barranquero  <lekktu@gmail.com>
10825         * icomplete.el (icomplete-prospects-height): Add :group.
10827 2008-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10829         * icomplete.el (icomplete-prospects-length): Make obsolete.
10830         (icomplete-prospects-height): New var.
10831         (icomplete-completions): Use it.
10833 2008-05-29  David Kastrup  <dak@gnu.org>
10835         * autoinsert.el (auto-insert): Add :link.
10837 2008-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10839         * tar-mode.el (tar-header): New field `header-start'.
10840         (tar-header-block-tokenize): Set it when useful.
10841         Drop "GNUtar " magic value, which even GNU Tar doesn't know about.
10842         (tar-header-data-end): New function.
10843         (tar-summarize-buffer): Use it.
10844         (tar-next-line): Fix goal column for long usernames.
10845         (tar-expunge-internal): Use header-start.
10846         (tar-rename-entry): Handle ustar-style long names.
10847         (tar-alter-one-field): Add optional `descriptor' argument.
10848         (tar-subfile-save-buffer): Use it.
10850 2008-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10852         * tar-mode.el (tar-header): New field `header-start'.
10853         (tar-header-block-tokenize): Set header-start for longlink entries.
10854         (tar-expunge-internal): Use header-start to expunge longlink entries.
10856         * files.el (hack-local-variables): Don't signal an error if the local
10857         variable section is not properly terminated.
10859         * emacs-lisp/easymenu.el (easy-menu-convert-item)
10860         (easy-menu-convert-item-1): Move the duplicate-generation outside of
10861         the caching so it also works for identical entries.
10863         * tar-mode.el (tar-summarize-buffer): Fix reporter initialization.
10864         (tar-mode): Use write-region-annotate-functions rather than
10865         write-contents-functions.
10866         (tar-extract): Remove unused var `pos'.
10867         (tar-subfile-save-buffer): Remove unused var `following-descs'.
10868         (tar-mode-write-file): Remove.
10869         (tar-write-region-annotate): New function.
10871         * progmodes/flymake.el (flymake-save-buffer-in-file):
10872         * shadowfile.el (shadow-copy-file):
10873         * arc-mode.el (archive-*-write-file-member):
10874         * files.el (diff-buffer-with-file):
10875         * subr.el (with-temp-file): Pass nil to write-region.
10876         * jka-compr.el (jka-compr-write-region): Preserve `start's nullness.
10878         * doc-view.el (doc-view-mode-map): Bind `q' to quit-window, as is
10879         the custom.
10881         * files.el (basic-save-buffer-2): Pass nil rather than (point-min)
10882         to write-region.
10884 2008-05-28  Glenn Morris  <rgm@gnu.org>
10886         * Makefile.in (update-elclist): Work around non-portability of "\"
10887         in various implementations of echo.
10889 2008-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10891         * international/mule-diag.el (describe-current-coding-system):
10892         Don't assume selection-coding-system is always defined.
10894         * tar-mode.el: Use defstruct and markers.
10895         (tar-setf): Remove.
10896         (tar-header): Use defstruct.  Add `data-start' field.
10897         (make-tar-desc, tar-desc-tokens): Remove, folded into tar-header.
10898         (tar-desc-data-start): Remove (now called tar-header-data-start).
10899         (tar-roundup-512): New fun.
10900         (tar-header-block-tokenize): Receive a buffer position rather than
10901         a string.  Handle @longLink here, be more careful about it.
10902         Create a marker for data-start.
10903         (tar-summarize-buffer): Don't handle @LongLink here any more.
10904         (tar-expunge-internal, tar-subfile-save-buffer): Don't update
10905         data-start on the following entries any more.
10906         (tar-chown-entry, tar-chgrp-entry): Use read-number.
10908         * tar-mode.el: Use buffer-swap-text to separate summary and raw data.
10909         (tar-header-offset): Remove.
10910         (tar-parse-info, tar-header-offset, tar-file-name-coding-system):
10911         Not permanent any more.
10912         (tar-data-buffer): New var.
10913         (tar-data-swapped-p, tar-change-major-mode-hook)
10914         (tar-mode-kill-buffer-hook): New funs.
10915         (tar-untar-buffer, tar-summarize-buffer, tar-mode, tar-mode-revert)
10916         (tar-extract, tar-copy, tar-expunge-internal, tar-expunge)
10917         (tar-clear-modification-flags, tar-alter-one-field)
10918         (tar-subfile-save-buffer, tar-pad-to-blocksize, tar-mode-write-file):
10919         Change accordingly.
10921 2008-05-27  Dan Nicolaescu  <dann@ics.uci.edu>
10923         * vc-dispatcher.el (vc-directory-resynch-file): Rename to ...
10924         (vc-dir-resynch-file): ... this.  Update callers.
10925         Use vc-string-prefix-p.  Ignore directory args.
10926         (vc-string-prefix-p): CSE.
10927         (vc-resynch-buffer): Restore conditional.
10929         * vc-hooks.el (vc-after-save): Improve test.
10930         (vc-mode-line): Fix indentation.
10932 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
10934         * calendar/parse-time.el (parse-time-months)
10935         (parse-time-weekdays): Add long-form month and day names.
10937 2008-05-27  Glenn Morris  <rgm@gnu.org>
10939         * Makefile.in (update-elclist): Make errors in final sed non-fatal.
10941 2008-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10943         * vc-dispatcher.el (vc-string-prefix-p): New function.
10944         (vc-dir-parent-marked-p): Use it.
10946 2008-05-27  Dan Nicolaescu  <dann@ics.uci.edu>
10948         * vc.el (Problems): Remove fixed issues.
10949         (vc-expand-dirs): Avoid returning directories.
10950         (vc-dir): Fix C-x v v binding.
10951         (vc-make-backend-object): Fix name.
10952         (vc-dir-show-fileentry): Fix docstring.
10953         (vc-dir-refresh): Use vc-dir-backend.  Fix docstring.
10954         (vc-dir-refresh-files): Use vc-dir-backend.  Fix docstring.
10955         Reset the state for directories.
10956         (vc-dir-headers): Align labels.
10957         (vc-default-status-printer): Do no call prettify-state-info.
10958         (vc-deduce-fileset): Replace implementation with one based on a
10959         working older version.
10960         (vc-next-action): Use the new form of vc-deduce-fileset.
10961         Fix dealing with unregistered files.
10963         * vc-dispatcher.el (vc-resynch-window): Fix mode-line updating.
10964         (vc-dir-menu-map): Fix menu title for the menu bar and the popup menu.
10965         (vc-dir-child-files): New function.
10966         (vc-dir-node-directory): New function.
10967         (vc-dir-update, vc-dir-parent-marked-p)
10968         (vc-dir-children-marked-p, vc-dir-mark-all-files)
10969         (vc-dir-marked-only-files, vc-dispatcher-selection-set): Use it.
10971         * vc-cvs.el (vc-cvs-status-extra-headers): Align labels.
10973 2008-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10975         * diff-mode.el (diff-context-mid-hunk-header-re): New const.
10976         (diff-font-lock-keywords, diff-context->unified)
10977         (diff-reverse-direction, diff-fixup-modifs, diff-sanity-check-hunk)
10978         (diff-hunk-text, diff-find-source-location): Use it.
10979         (diff-post-command-hook): Let the user edit the hunk headers.
10981 2008-05-26  Andreas Schwab  <schwab@suse.de>
10983         * vc.el (vc-default-prettify-state-info): Fix formatting of an
10984         unknown state.
10986         * tar-mode.el (tar-summarize-buffer): Comment fix.
10988 2008-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10990         * tar-mode.el (tar-summarize-buffer): Handle GNU Tar @LongLink format.
10992 2008-05-26  Glenn Morris  <rgm@gnu.org>
10994         * calendar/cal-hebrew.el (diary-ordinal-suffix): Declare for compiler.
10996 2008-05-25  John Paul Wallington  <jpw@pobox.com>
10998         * proced.el (proced-next-line, proced-previous-line):
10999         Avoid calling `next-line' and `previous-line' from Lisp code.
11001 2008-05-25  Ed Reingold  <reingold@emr.cs.iit.edu>
11003         * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
11004         Use diary-ordinal-suffix.
11006 2008-05-24  Juanma Barranquero  <lekktu@gmail.com>
11008         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-defs)
11009         (edebug-all-forms, edebug-eval-macro-args, edebug-save-windows)
11010         (edebug-save-displayed-buffer-points, edebug-initial-mode)
11011         (edebug-trace, edebug-test-coverage, edebug-continue-kbd-macro)
11012         (edebug-print-length, edebug-print-level, edebug-print-circle)
11013         (edebug-unwrap-results, edebug-on-error, edebug-on-quit)
11014         (edebug-global-break-condition, edebug-sit-for-seconds):
11015         Remove spurious * from defcustom docstrings.
11016         (edebug-unwrap*, edebug-signal, edebug-eval-display):
11017         Improve argument/docstring consistency.
11018         (edebug-test-coverage, edebug-gensym, edebug-read)
11019         (edebug-top-level-nonstop, edebug-eval-result-list)
11020         (edebug-eval-redisplay, edebug-trace): Fix typos in docstring.
11021         (edebug-eval-defun, edebug-eval-top-level-form, edebug)
11022         (edebug-display-freq-count): Reflow docstrings.
11023         (edebug-restore-status): Doc fix.
11025 2008-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11027         * proced.el (proced-header-line): Use the :align-to 0 feature
11028         rather than computing the corresponding position manually.
11029         (proced-update): Don't hardcode point-min==1.
11031 2008-05-24  Alan Mackenzie  <acm@muc.de>
11033         * progmodes/cc-mode.el (c-postprocess-file-styles): Throw an error
11034         if c-file-style is set to a non-string.
11036         (c-neutralize-CPP-line): Surround by `save-excursion'.
11037         (c-neutralize-syntax-in-CPP): Optimize for speed.
11039 2008-05-24  Glenn Morris  <rgm@gnu.org>
11041         * Makefile.in (update-elclist): New target, to update ELCFILES.
11042         (bootstrap-after): Run update-elclist.
11044 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
11046         * icalendar.el (icalendar-version): Increase to "0.19".
11047         (icalendar--date-style): New function.
11048         (icalendar--datetime-to-diary-date): Doc fix.
11049         Use icalendar--date-style.
11050         (icalendar--datestring-to-isodate): Doc fix.  Handle iso date style.
11051         (icalendar--convert-yearly-to-ical)
11052         (icalendar--convert-recurring-to-diary): Handle iso date style,
11053         use icalendar-date-style.
11055 2008-05-23  Dan Nicolaescu  <dann@ics.uci.edu>
11057         * vc.el (vc-delete-file): Make sure the buffer is deleted and
11058         vc-dir buffers are updated.
11060 2008-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11062         * vc.el (vc-delete-file): Don't try to resynch the buffer.
11064 2008-05-23  Paul Rivier  <paul.r.ml@gmail.com>
11066         * textmodes/reftex-vars.el (reftex-extra-bindings-prefix): New var.
11067         * textmodes/reftex.el (reftex-extra-bindings-map): New var.
11068         (reftex-extra-bindings): Use it.
11070         * progmodes/mixal-mode.el (mixal-mode-map): Move key-bindings
11071         away from the user-reserved keys.
11073         * progmodes/ada-mode.el (ada-mode-extra-map, ada-mode-extra-prefix):
11074         New vars.
11075         (ada-create-keymap): Use them.
11077 2008-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11079         * emacs-lisp/regexp-opt.el (regexp-opt): Always return
11080         a properly-grouped regexp.
11082 2008-05-23  Juanma Barranquero  <lekktu@gmail.com>
11084         * progmodes/cap-words.el (capitalized-words-mode):
11085         Fix typos in docstring.
11087 2008-05-23  Kenichi Handa  <handa@m17n.org>
11089         * international/mule-conf.el: Don't define the charset `emacs'
11090         here, just put :docstring, :short-name, and :long-name.
11092 2008-05-22  Kenichi Handa  <handa@m17n.org>
11094         * international/mule-diag.el (font-show-log): Limit each listing
11095         to 20 items.
11097 2008-05-23  Nick Roberts  <nickrob@snap.net.nz>
11099         * progmodes/gdb-ui.el (gdb-enable-debug): New function.
11100         (gdb-annotation-rules): New entry for "thread-changed".
11101         (gdb-thread-changed): New function.
11103 2008-05-23  Glenn Morris  <rgm@gnu.org>
11105         * Makefile.in (SOURCES): Remove, unused.
11106         (lisptagsfiles1, lisptagsfiles2): Use '*' rather than '[a-zA-Z]*'.
11107         (TAGS, TAGS-LISP): Use a single rule with multiple targets.
11108         Exclude more '*loaddefs' files.
11109         (compile-always): Simplify '.elc' deletion.
11111 2008-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11113         * vc-bzr.el (vc-bzr-annotate-time): Reduce memory allocation.
11114         (vc-bzr-revision-completion-table): Handle `boundaries' argument.
11116         * minibuffer.el (completion-boundaries): Change calling
11117         convention, so `string' has the same semantics as in
11118         try-completion and all-completions.
11119         (completion-table-with-context, completion--embedded-envvar-table)
11120         (completion--file-name-table)
11121         (completion-pcm--find-all-completions): Adjust code accordingly.
11123 2008-05-22  Chong Yidong  <cyd@stupidchicken.com>
11125         * image-mode.el (image-mode-winprops): Add argument CLEANUP to
11126         prune image-mode-winprops-alist, preventing it from growing
11127         indefinitely.
11128         (image-mode-reapply-winprops): Use it.
11130 2008-05-22  Teodor Zlatanov  <tzz@lifelogs.com>
11132         * net/netrc.el (netrc-machine): Always match if the port is not given.
11134 2008-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11136         * minibuffer.el (completion-pcm--find-all-completions):
11137         Don't add pseudo-completions.
11139         * icomplete.el (icomplete-eoinput): Remove.
11140         (icomplete-overlay): New var to replace it.
11141         (icomplete-tidy): Rewrite.
11142         (icomplete-exhibit): Use an overlay.
11143         (icomplete-completions): Use completion-all-sorted-completions.
11144         Obey completion-ignore-case.
11146         * files.el (locate-dominating-file): Accept non-existing argument.
11147         (project-find-settings-file): Rewrite, using locate-dominating-file.
11149 2008-05-22  Kenichi Handa  <handa@m17n.org>
11151         * faces.el (font-weight-table, font-slant-table, font-width-table):
11152         Delete them.  Don't call internal-set-font-style-table.
11154         * international/mule-diag.el (font-show-log): New function.
11156         * international/fontset.el (script-representative-chars): Add more
11157         chars for latin.  Add data for symbol.
11158         (setup-default-fontset): Add entries for phonetic, armenian, and symbol.
11160 2008-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11162         * minibuffer.el (completion-all-sorted-completions): New var.
11163         (completion--flush-all-sorted-completions)
11164         (completion-all-sorted-completions): New functions.
11165         (minibuffer-force-complete): New command.
11167 2008-05-21  Glenn Morris  <rgm@gnu.org>
11169         * files.el (c-postprocess-file-styles): Declare for compiler.
11171         * Makefile.in: Allow for parallel byte-compiling.
11172         (ELCFILES): New variable.
11173         (.el.elc): Remove prerequisites from suffix rule.  Print a message.
11174         (compile-first, compile-main, compile-last): New targets.
11175         (compile-always): Simplify - delete .elc files, then `make compile'.
11177         * Makefile.in (compile-calc): Use glob rather than find.
11178         ($(lisp)/progmodes/cc-mode.elc): Use $@.
11180         * eshell/esh-module.el: No need for cl when compiling.
11182         * eshell/eshell.el (eshell-defgroup): New alias.
11183         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
11184         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
11185         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
11186         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
11187         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
11188         * eshell/em-xtra.el: Use eshell-defgroup rather than defgroup.
11189         Autoload the custom group.  Set generated-autoload-file.
11190         * eshell/em-basic.el, eshell/esh-module.el: Require eshell,
11191         for eshell-defgroup.
11192         * eshell/esh-module.el (eshell-load-defgroups): Remove.
11193         Require esh-groups rather than loading it.
11195 2008-05-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11197         * proced.el (proced-header-line): New variable and new function.
11198         (proced-mode): Set header-line-format.
11199         (proced-update): Set proced-header-line.
11200         (proced-send-signal): Use proced-header-line.
11202 2008-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11204         * macros.el (insert-kbd-macro): Use prin1-char.
11206 2008-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11208         * minibuffer.el (completion-boundaries): New function.
11209         (completion--some): Delay errors.
11210         (complete-with-action, completion-table-with-context):
11211         Handle `boundaries' case.
11212         (completion--try-word-completion): Avoid partial-completion
11213         when the user hasn't entered anything yet.
11214         (minibuffer-local-map, minibuffer-local-filename-completion-map)
11215         (minibuffer-local-must-match-map, minibuffer-local-completion-map)
11216         (minibuffer-local-must-match-filename-map, minibuffer-local-ns-map):
11217         Setup default keybindings.
11218         (completion--embedded-envvar-re): New var.
11219         (completion--embedded-envvar-table): Use it.  Handle `boundaries' case.
11220         (completion--file-name-table): Handle `boundaries' case.
11221         (completion-pcm--pattern->regex): Avoid pathological backtracking.
11222         (completion-pcm--all-completions): Add a `prefix' arg.
11223         (completion-pcm--find-all-completions): New function.
11224         (completion-pcm-all-completions, completion-pcm-try-completion):
11225         Use it.
11227         * icomplete.el (icomplete-completions): Don't use `predicate' with
11228         a table of a different type than `candidates'.
11230 2008-05-20  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11232         * proced.el (proced-goal-column): Rename from proced-procname-column.
11233         (proced-goal-header-re): Rename from proced-procname-column-regexp.
11234         (proced-move-to-goal-column): Rename from proced-move-to-procname.
11235         (proced-header-face, proced-header-regexp): Remove.
11236         (proced-font-lock-keywords): Remove proced-header-face.
11237         (proced-header-alist, proced-sorting-schemes-re): New variables.
11238         (proced): Rename Proced buffer to *Proced*.
11239         (proced-next-line, proced-previous-line): New commands.
11240         (proced-do-mark, proced-do-mark-all, proced-toggle-marks)
11241         (proced-hide-processes): Do not treat first line as special.
11242         (proced-header-space): New function.
11243         (proced-update): Use header-line-format.
11244         Initialize proced-header-alist and proced-sorting-schemes-re.
11245         Set proced-goal-column.  Include proced-command in mode-name.
11246         (proced-send-signal): Use header-line-format for *Marked
11247         Processes* buffer.
11248         (proced-sort): Restrict minibuffer completion to applicable
11249         sorting schemes.
11250         (proced-sorting-scheme-p): Use proced-sorting-schemes-re.
11252 2008-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11254         * icomplete.el (icomplete-simple-completing-p):
11255         Allow icomplete-with-completion-tables to say "use it everywhere".
11256         (icomplete-completions): Obey completion-styles.  Try to accommodate
11257         partial-completion style.
11259 2008-05-20  Michael Olson  <mwolson@gnu.org>
11261         * files.el (project-find-settings-file): Change concat to
11262         expand-file-name.
11264 2008-05-19  Tom Tromey  <tromey@redhat.com>
11266         * files.el (normal-mode): Call hack-project-variables.
11267         (hack-local-variables-confirm): Add 'project' argument.
11268         (hack-local-variables-apply): New function.
11269         (hack-local-variables): Use it.
11270         (project-class-alist, project-directory-alist): New variables.
11271         (project-get-alist): New function.
11272         (project-collect-bindings-from-alist)
11273         (project-collect-binding-list, set-directory-project)
11274         (project-find-settings-file, project-define-from-project-file)
11275         (hack-project-variables): New functions.
11277 2008-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11279         * emacs-lisp/cl-specs.el (destructuring-bind): Fix spec.
11281 2008-05-19  Juanma Barranquero  <lekktu@gmail.com>
11283         * faces.el (font-weight-table): Fix typo in docstring.
11285 2008-05-18  David Hull  <david@snap.com>  (tiny change)
11287         * vc-hg.el (vc-hg-annotate-re): Recognize the output of --follow.
11288         (vc-hg-annotate-command): Allow white space before version number.
11290 2008-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
11292         * calc/calc-yank.el (calc-register-alist): New variable.
11293         (calc-set-register, calc-get-register, calc-copy-to-register)
11294         (calc-insert-register, calc-add-to-register, calc-append-to-register)
11295         (calc-prepend-to-register): New functions.
11297         * calc/calc-ext.el (calc-init-extensions): Add keybindings for
11298         `calc-copy-to-register' and `calc-insert-register'.
11299         Autoload new register functions.
11301         * calc/calc-help.el (calc-r-prefix-help): Add help for register
11302         functions.
11304 2008-05-18  Dan Nicolaescu  <dann@ics.uci.edu>
11306         * vc.el (Todo): Add known problems.
11307         (vc-dir-backend): New variable.
11308         (vc-dir): Set it.
11309         (vc-make-backend-object, vc-generic-status-printer)
11310         (vc-generic-state, vc-generic-status-fileinfo-extra)
11311         (vc-dir-extra-menu): Use it.
11312         (vc-generic-dir-headers): Remove, unused.
11314         * vc-dispatcher.el (vc-dir-previous-directory): Rename from
11315         vc-dir-prev-directory for consistency with vc-dir-previous-line.
11316         (vc-dir-mode-map): Fix bindings.
11318         * vc-bzr.el (vc-bzr-after-dir-status): Remove unused binding.
11320 2008-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
11322         * calc/calc-yank.el (calc-kill): Make sure that only the stack is
11323         operated on.
11324         (calc-kill-region): Kill entire lines.
11326 2008-05-17  Glenn Morris  <rgm@gnu.org>
11328         * ezimage.el (ezimage-use-images): Drop support for Emacs < 21 and
11329         simplify initial value.
11330         (defezimage): Drop support for Emacs without defimage, use a featurep
11331         test rather than fboundp when defining, drop with-no-warnings.
11332         (ezimage-insert-over-text): Move featurep test inside
11333         add-text-properties.
11335         * elide-head.el (elide-head-headers-to-hide): Handle GPLv3 format.
11337         * net/tramp.el (top-level): Load auth-source when compiling.
11339         * progmodes/fortran.el (fortran-font-lock-keywords-2): Add .eqv., .neqv.
11341 2008-05-17  Andreas Schwab  <schwab@suse.de>
11343         * vc-dispatcher.el (vc-dir-mode-map): Fix M-down and M-up binding.
11345 2008-05-17  Dan Nicolaescu  <dann@ics.uci.edu>
11347         * vc.el (vc-annotate-show-diff-revision-at-line): Change
11348         vc-diff-internal arg to match what vc-deduce-fileset returns now.
11350 2008-05-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11352         * menu-bar.el (menu-bar-select-buffer): Reinsert it as msb.el uses it.
11354 2008-05-17  Jim Meyering  <meyering@redhat.com>
11356         * ido.el (ido-save-history): Do not emit a trailing newline at the
11357         end of the ido history file.
11359 2008-05-16  John Paul Wallington  <jpw@pobox.com>
11361         * vc-dispatcher.el (top-level): Revert previous change: require cl
11362         when compiling.
11364 2008-05-16  Eric S. Raymond  <esr@snark.thyrsus.com>
11366         * vc.el (vc-default-status-printer)
11367         (vc-default-prettify-state-info): Enhance the state prettyprinter
11368         to deal better with unknown states and indirect through it when
11369         painting vc-dir buffers.
11371 2008-05-16  John Paul Wallington  <jpw@pobox.com>
11373         * vc-dispatcher.el (top-level): Don't require cl when compiling.
11374         (vc-dir-mode-map): Fix backquote.
11375         (vc-at-event): Doc fix.  Use `make-symbol' instead of `gensym'.
11377 2008-05-16  Michael Albinus  <michael.albinus@gmx.de>
11379         * net/tramp.el (tramp-handle-write-region): Fix check for short track.
11380         Reported by Glenn Morris <rgm@gnu.org>.
11382 2008-05-16  Eric S. Raymond  <esr@snark.thyrsus.com>
11384         * vc.el: Remove my analysis of SCCS/RCS concurrency issues from
11385         the end of the file, it was good work at one time but has been
11386         stale since 1995 and may now be actively misleading.
11387         * vc-cvs.el (vc-cvs-status-extra-headers): Extract and display the
11388         CVS repository and module (assumptions for the latter a bit iffy).
11389         * vc-svn.el (vc-svn-status-extra-headers): Extract and display the
11390         SVN repository.
11392 2008-05-16  Juanma Barranquero  <lekktu@gmail.com>
11394         * vc-rcs.el (vc-rcs-create-tag):
11395         * vc-sccs.el (vc-sccs-create-tag):
11396         Fix typo in error message and pass backend arg.
11398 2008-05-15  Michael Albinus  <michael.albinus@gmx.de>
11400         * net/tramp.el (tramp-file-name-for-operation): Add `make-temp-name'.
11402 2008-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
11404         * net/tramp.el: Load auth-source library.
11405         (tramp-read-passwd): Use it for password, not login.
11407 2008-05-15  Shigeru Fukaya  <shugeru.fukaya@gmail.com>
11409         * ses.el (ses-goto-print): Use move-to-column rather than forward-char.
11410         (ses-print-cell): Use string-width, truncate-string-to-width,
11411         delete-region rather than length, substring, delete-char.
11412         (ses-setup): Set inhibit-point-motion-hooks to t.
11413         Calculate position by actually moving point rather than just using
11414         unibyte character length.
11415         (ses-mode): Set indent-tabs-mode to nil.
11416         (ses-center): Use string-width rather than length.
11418 2008-05-15  Eric S. Raymond  <esr@snark.thyrsus.com>
11420         * vc-cvs.el, vc-git.el, vc-hg.el, vc-hooks.el, vc-mcvs.el,
11421         * vc-rcs.el, vc-sccs.el, vc-svn.el, vc.el:
11422         Rename vc-*-create-snapshot and vc-*-retrieve-snapshot to
11423         vc-*-create-tag and vc-*-retrieve-tag respectively.
11425         * vc-dispatcher.el: Fix an incorrect buffer name and remove an
11426         unneeded defalias.
11428         * vc.el, vc-dispatcher.el (vc-dir-menu-map-filter): Move.
11430         * vc.el, vc-dispatcher.el (vc-dir-menu-map): Remove assumption
11431         about buffer names.
11433 2008-05-15  Glenn Morris  <rgm@gnu.org>
11435         * vc-hooks.el (vc-directory-resynch-file): Fix declaration.
11437         * org/org-exp.el (org-infojs-options-inbuffer-template):
11438         Fix declaration.
11440         * progmodes/cc-mode.el (declare-function): Add compat definition.
11441         (awk-mode-syntax-table, c-awk-unstick-NL-prop): Declare for compiler.
11443 2008-05-14  Eric S. Raymond  <esr@snark.thyrsus.com>
11445         * vc-dispatcher.el (vc-dispatcher-selection): Change the returned
11446         list to a cons so the caller can get back both expanded and
11447         unexpanded filesets.
11448         * vc.el (vc-deduce-fileset, vc-next-action, vc-diff-internal)
11449         (vc-merge, vc-version-diff, vc-print-log, vc-revert, vc-rollback):
11450         Change handling of selection-set returns as required.
11452 2008-05-15  John Paul Wallington  <jpw@pobox.com>
11454         * add-log.el (top-level): Don't require cl when compiling.
11456         * arc-mode.el (archive-add-new-member): Use `derived-mode-p'.
11457         (archive-*-extract): Use `zerop'.
11458         (archive-*-write-file-member): Use `or', use `zerop'.
11460         * diff-mode.el (diff-current-defun): Use `buffer-local-value'.
11462         * ibuffer.el (ibuffer-assert-ibuffer-mode): New defsubst.
11463         (ibuffer-mark-interactive, ibuffer-set-mark)
11464         (ibuffer-insert-buffer-line, ibuffer-redisplay-current)
11465         (ibuffer-map-lines, ibuffer-switch-format)
11466         (ibuffer-update-title-and-summary)
11467         (ibuffer-redisplay-engine): Use it.
11469         * ibuf-ext.el (ibuffer-interactive-filter-by-mode)
11470         (ibuffer-set-filter-groups-by-mode, ibuffer-list-buffer-modes)
11471         (define-ibuffer-filter mode, define-ibuffer-filter used-mode)
11472         (define-ibuffer-sorter major-mode, ibuffer-mark-unsaved-buffers)
11473         (ibuffer-mark-read-only-buffers)
11474         (ibuffer-mark-dired-buffers): Use `buffer-local-value'.
11476         * ibuf-macs.el (ibuffer-aif, ibuffer-awhen, ibuffer-save-marks)
11477         (define-ibuffer-column, define-ibuffer-sorter)
11478         (define-ibuffer-op, define-ibuffer-filter): Add declarations
11479         containing indentation specs, replacing equivalent top-level
11480         forms that set `lisp-indent-function' properties.
11481         (define-ibuffer-op): Use `derived-mode-p'.
11482         (define-ibuffer-filter): Remove redundant `concat' call.
11484 2008-05-14  Michael Albinus  <michael.albinus@gmx.de>
11486         * net/tramp.el (tramp-echo-mark): Update docstring.
11487         (tramp-echo-mark-marker): New defconst.
11488         (tramp-check-for-regexp): Use it.
11490 2008-05-14  Eric S. Raymond  <esr@snark.thyrsus.com>
11492         * vc.el (vc-deduce-fileset): Do the right thing when visiting a
11493         buffer (say, a log buffer or diff buffer) with a vc-dir buffer
11494         as parent.
11496 2008-05-14  John Paul Wallington  <jpw@pobox.com>
11498         * international/mule.el (convert-define-charset-argument):
11499         Remove period from end of error message.
11500         (coding-system-mnemonic): Doc fix.
11501         (ctext-pre-write-conversion): Doc fix.
11503 2008-05-14  Simon Marshall  <simon@gnu.org>
11505         * obsolete/fast-lock.el (fast-lock-cache-directories): Remove "."
11506         from its default value and give it the risky-local-variable
11507         property (CVE-2008-2142).
11509 2008-05-14  Kenichi Handa  <handa@m17n.org>
11511         * language/korean.el ("Korean"): Set `iso639-language'
11512         property to `ko'.
11514         * language/japanese.el ("Japanese"): Set `iso639-language'
11515         property to `ja'.
11517         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
11518         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK")
11519         ("Chinese-GB18030"): Set `iso639-language' property to `zh'.
11521         * international/mule-cmds.el (set-language-environment):
11522         Set current-iso639-language.
11524         * international/fontset.el (setup-default-fontset): For kana, han,
11525         hangul, and cjk-misc, move an entry with font-spec at the end.
11526         (generate-fontset-menu): Exclude fontset-auto* from the list.
11528         * composite.el (compose-chars-after): Assume that WINDOW is always
11529         non-nil.
11531         * faces.el (font-weight-table, font-slant-table)
11532         (font-swidth-table): Declare them by defconst.  Change the format
11533         of elements.  Call internal-set-font-style-table after their
11534         declaration.
11535         (face-valid-attribute-values): Call font-family-list.  Get values
11536         for width, weight, and slant from font-xxx-table.
11538         * cus-face.el (custom-face-attributes): Add "thin" for :weight.
11540 2008-05-13  John Paul Wallington  <jpw@pobox.com>
11542         * ibuffer.el (ibuffer-buffer-file-name): New function.
11543         (define-ibuffer-column filename): Use it.
11545         * ibuf-ext.el (define-ibuffer-filter filename): Use it.
11547 2008-05-13  Chong Yidong  <cyd@stupidchicken.com>
11549         * talk.el (talk): Simplify.  Pass display arg to talk-add-display
11550         as a string.
11551         (talk-add-display): Simplify.  Accept only string args.
11553 2008-05-13  Jay Belanger  <jay.p.belanger@gmail.com>
11555         * calc/calc.el (calc-mode-map): Remove old keybinding for `calc-yank'.
11557 2008-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11559         * Makefile.in (bootstrap-prepare): Don't chmod files.
11560         (autoloads): Do it here instead, where it's actually needed.
11562 2008-05-13  Chong Yidong  <cyd@stupidchicken.com>
11564         * tool-bar.el (tool-bar-make-keymap): Account for the optional
11565         KEY-BINDING-DATA field in menu-item list.
11567 2008-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11569         * dired.el (dired-read-dir-and-switches): Move things about to use less
11570         recursion during macroexpansion.
11572         * dired.el (dired-read-dir-and-switches): Use read-file-name.
11574         * dired.el (dired-read-dir-and-switches): Ignore ., .., and
11575         completion-ignored-extension directories if there's something else.
11576         (dired-mark-if, dired-map-over-marks, dired-readin, dired-revert)
11577         (dired-remember-marks, dired-undo, dired-build-subdir-alist)
11578         (dired-internal-do-deletions, dired-mark-files-in-region, dired-mark)
11579         (dired-toggle-marks, dired-change-marks, dired-unmark-all-files):
11580         buffer-read-only -> inhibit-read-only.
11582 2008-05-12  Eric S. Raymond  <esr@snark.thyrsus.com>
11584         * vc.el (vc-expand-dirs): Stop this function from tossing out
11585         explicitly specified files.
11587 2008-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11589         * smerge-mode.el (smerge-apply-resolution-patch): Don't pass nil
11590         to `insert'.
11592 2008-05-12  Dan Nicolaescu  <dann@ics.uci.edu>
11594         * vc.el (vc-annotate-show-diff-revision-at-line): Remove incorrect
11595         cons.  Use vc-annotate-backend.
11596         (with-vc-file, edit-vc-file): Remove unused macros.
11598 2008-05-12  Teodor Zlatanov  <tzz@lifelogs.com>
11600         * mail/smtpmail.el: Add autoload for `auth-source-user-or-password'.
11601         (smtpmail-try-auth-methods): Use it.
11603 2008-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11605         * emacs-lisp/cl.el (cl-set-nthcdr): Make it a defsubst so that
11606         (setf (nthcdr ..) ..) doesn't require CL at runtime.
11608 2008-05-11  Carsten Dominik  <dominik@science.uva.nl>
11610         * org/org.el (org-modules): Repair problems with loading org-jsinfo.org.
11612 2008-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11614         * vc-bzr.el (vc-bzr-sha1, vc-bzr-command-discarding-stderr)
11615         (vc-bzr-revision-completion-table): Use process-file.
11616         (vc-bzr-working-revision): Pass relative file names.
11618         * diff-mode.el (diff-hunk-header-re): Refine the regexp.
11620 2008-05-11  Juri Linkov  <juri@jurta.org>
11622         * wid-edit.el (widget-image-directory): Change default image data
11623         subdirectory from "custom" to "images/custom".
11625         * info.el (Info-next-preorder): Let-bind `Info-history' to nil
11626         before recursive call to `Info-next-preorder' to not add
11627         intermediate nodes to the history.
11629         * isearch.el: Put isearch-scroll property on recenter-top-bottom.
11631         * emulation/cua-base.el: Put isearch-scroll property
11632         on cua-scroll-up and cua-scroll-down.
11634 2008-05-11  Eric S. Raymond  <esr@snark.thyrsus.com>
11636         * vc-hooks.el (vc-recompute-state): Remove (dead code).
11638 2008-05-10  Dan Nicolaescu  <dann@ics.uci.edu>
11640         * vc-dispatcher.el (ewoc): Require.
11641         (vc-log-edit, vc-buffer-sync): Declare for byte compiler.
11643         * vc-hg.el (vc-hg-diff, vc-hg-annotate-command): Use when not if.
11645 2008-05-10  Chong Yidong  <cyd@stupidchicken.com>
11647         * term/w32-win.el (x-colors):
11648         * term/mac-win.el (x-colors):
11649         * term/x-win.el (x-colors): Re-order colors.
11651 2008-05-10  Reiner Steib  <reiner.steib@gmx.de>
11653         * smerge-mode.el (smerge-command-prefix): Fix custom type.
11655 2008-05-10  Eric S. Raymond  <esr@snark.thyrsus.com>
11657         * vc-dispatcher.el (vc-dir-next-directory, vc-dir-prev-directory):
11658         New functions implementing motion to next and previous directory.
11660         * vc-arch.el (vc-arch-command):
11661         * vc-bzr.el (vc-bzr-command):
11662         * vc-cvs.el (vc-cvs-command):
11663         * vc-dispatcher.el (vc-do-command):
11664         * vc-git.el (vc-git-command):
11665         * vc-hg.el (vc-hg-command):
11666         * vc-mcvs.el (vc-mvcs-command):
11667         * vc-mtn.el (vc-mtn-command):
11668         * vc-sccs.el (vc-sccs-command, vc-sccs-workfile)
11669         (vc-sccs-workfile-unchanged-p):
11670         * vc-svn.el (vc-svn-command, vc-svn-create-repo):
11671         * vc-rcs.el (all methods): Remove assumption about what a nil
11672         argument to vc-do-command means.  This means no buffer name needs
11673         to be hardcoded into the dispatcher layer, and it's better to be
11674         explicit anyway.
11676         * vc-svn.el (vc-svn-dir-state-heuristic): Remove.
11678 2008-05-10  Dan Nicolaescu  <dann@ics.uci.edu>
11680         * vc.el: Update todo.
11682         * vc-sccs.el (vc-sccs-dir-status):
11683         * vc-rcs.el (vc-rcs-dir-status): Avoid using results from multiple
11684         backends and returning up to date files.
11686         * vc-hooks.el (vc-prefix-map): Remove duplicate binding.
11688 2008-05-09  Eric S. Raymond  <esr@snark.thyrsus.com>
11690         * vc.el (vc-dir):
11691         * vc-hooks.el: Tweak the VC directory bindings.  These are now
11692         documented in the manual.
11694         * vc-dispatcher.el (vc-dir-update, vc-dir-parent-marked-p)
11695         (vc-dir-children-marked-p): Remove the vc-dir-insert-directories global.
11696         (vc-dispatcher-selection-set): Allow callers to pass in an
11697         observer flag that says no buffer sync is required.
11698         * vc.el (vc-deduce-fileset, vc-print-log, vc-version-diff):
11699         Use the observer flag.
11701 2008-05-09  Michael Albinus  <michael.albinus@gmx.de>
11703         * simple.el (start-file-process): Clarify docstring.
11705 2008-05-09  Eric S. Raymond  <esr@snark.thyrsus.com>
11707         * vc-sccs.el, vc-svn.el, vc-git.el, vc-hg.el, vc-mtn.el:
11708         Remove stub implementations of, and references to, wash-log.
11709         * vc-rcs.el (vc-rcs-comment-history):
11710         * vc-cvs.el (vc-cvs-comment-history):
11711         Inline the code that used to be wash-log.
11713         * vc-sccs.el (vc-sccs-checkin, vc-sccs-checkout, vc-sccs-rollback)
11714         (vc-sccs-revert, vc-sccs-steal-lock, vc-sccs-modify-change-comment)
11715         (vc-sccs-print-log, vc-sccs-diff): Grok directories.
11716         * vc-rcs.el (vc-sccs-checkin, vc-sccs-checkout)
11717         (vc-rcs-revert, vc-rcs-steal-lock, vc-rcs-modify-change-comment)
11718         (vc-rcs-print-log): Grok directories.
11720 2008-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11722         * vc.el (vc-mark-resolved): Add `backend' argument.
11723         (vc-next-action): Pass it the backend.
11724         (vc-next-action, vc-checkout, vc-mark-resolved, vc-version-diff)
11725         (vc-merge, vc-rollback, vc-update, vc-transfer-file, vc-delete-file)
11726         (vc-default-comment-history, vc-default-create-snapshot)
11727         (vc-default-retrieve-snapshot, vc-default-revert, vc-annotate)
11728         (vc-annotate-revision-previous-to-line)
11729         (vc-annotate-show-diff-revision-at-line, vc-annotate-warp-revision):
11730         * vc-svn.el (vc-svn-checkout):
11731         * vc-mcvs.el (vc-mcvs-checkout):
11732         * vc-hooks.el (vc-state, vc-default-workfile-unchanged-p)
11733         (vc-working-revision, vc-before-save, vc-mode-line):
11734         Prefer vc-call-backend to vc-call so as not to recompute the backend.
11736         * vc.el (vc-deduce-fileset): Don't require the checkout-model and the
11737         state to be consistent since it's often an unwarranted restriction.
11738         Don't return the state either.
11739         (vc-next-action): Check that the state is consistent.
11740         (vc-diff-internal, vc-version-diff, vc-print-log, vc-revert)
11741         (vc-rollback, vc-update): Adapt to new return value of
11742         vc-deduce-fileset.
11744         * vc-dispatcher.el (vc-dispatcher-browsing): Use derived-mode-p.
11745         (vc-dir-prepare-status-buffer): Use vc-dispatcher-browsing.
11746         (vc-dispatcher-in-fileset-p): New fun.
11747         (vc-dispatcher-selection-set): Use it to properly handle directories.
11749 2008-05-09  Dan Nicolaescu  <dann@ics.uci.edu>
11751         * vc.el (vc-version-diff, vc-print-log, vc-revert, vc-rollback)
11752         (vc-update): Remove unused let bindings.
11754 2008-05-09  Eric S. Raymond  <esr@snark.thyrsus.com>
11756         * vc.el (vc-deduce-fileset, vc-next-action, vc-version-diff)
11757         (vc-diff, vc-revert, vc-rollback, vc-update):
11758         * vc-dispatcher.el (vc-dispatcher-selection-set):
11759         Get rid of 4 special cases in fileset selection.  This involved
11760         changing the return value of (vc-deduce-fileset) so that it passes
11761         back a deduced state as well as a deduced back end.
11763 2008-05-08  Sam Steingold  <sds@gnu.org>
11765         * progmodes/compile.el (compilation-minor-mode-map)
11766         (compilation-mode-map): Bind "g" to recompile and "q" to quit-window.
11767         * progmodes/grep.el (grep-mode-map): Use `set-keymap-parent' to connect
11768         it to `compilation-minor-mode-map' (instead of an explicit `cons').
11770 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
11772         * org/org.el (org-modules, org-format-latex-options):
11773         * org/org-archive.el (org-archive-stamp-time)
11774         (org-archive-save-context-info):
11775         * org/org-faces.el (org-hide):
11776         * org/org-irc.el (org-irc-parse-link):
11777         * org/org-macs.el (org-call-with-arg, org-autoload):
11778         * org/org-mew.el (org-mew-store-link):
11779         * org/org-remember.el (org-remember-store-without-prompt)
11780         (org-remember-templates): Fix typos in docstrings.
11782         * org/org-info.el (org-info-store-link): Remove leftover docstring.
11784         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
11785         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
11786         (org-bbdb-anniv-split): Fix typos in docstrings.
11788         * org/org-publish.el (org-publish-project-alist): Doc fixes.
11789         (org-publish-use-timestamps-flag): Reflow docstring.
11790         (org-publish-files-alist): Fix typos in docstring.
11792 2008-05-07  Sam Steingold  <sds@gnu.org>
11794         * pcvs-util.el (cvs-bury-buffer): Revert my patch: quit-window
11795         appears to be too aggressive with window removal.
11797 2008-05-08  Michael McNamara  <mac@mail.brushroad.com>
11799         * progmodes/verilog-mode.el (verilog-type-font-keywords):
11800         Add leda and 0in as pragma keywords.
11801         (verilog-pretty-expr): Support lining up assignments which include
11802         part selects.
11803         (verilog-mode): More portable check for the availability of
11804         hideshow support.
11805         (verilog-do-indent): Remove special indent for declarations inside
11806         a parenthetical list.  The code is ill-advised, and doesn't work
11807         given the new user defined types.
11808         (verilog-set-auto-endcomments): Enhance function automatic
11809         endcomment to support functions that return user defined types.
11810         (verilog-mode): Add code to tell which-function-mode minor mode
11811         that Verilog supports this feature.
11813 2008-05-08  Eli Zaretskii  <eliz@gnu.org>
11815         * epa-file.el: Require epa-hook.
11817         * loadup.el ("epa-hook"): Load epa-hook instead of epa-file-hook.
11819         * epa-hook.el: Renamed from epa-file-hook.el, to avoid
11820         file-names clashes on 8+3 filesystems.  Provide epa-hook.
11822         * org/org-jsinfo.el: Renamed from org-infojs.el, to avoid
11823         file-names clashes on 8+3 filesystems.
11825 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
11827         * org/org.el (org-read-date-get-relative): Interpret lone
11828         weekday abbreviation as relative to today.
11830 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
11832         * abbrev.el (define-abbrev-table):
11833         * composite.el (toggle-auto-composition):
11834         * json.el (json-alist-p, json-plist-p):
11835         * minibuffer.el (completion-table-with-predicate):
11836         * ps-mule.el (ps-mule-external-libraries):
11837         * emacs-lisp/advice.el (ad-special-form-p):
11838         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
11839         * eshell/em-smart.el (eshell-review-quick-commands):
11840         * progmodes/python.el (python-comment-line-p, python-blank-line-p)
11841         (python-skip-out, python-check-comint-prompt):
11842         Don't use `iff' in docstrings.
11844         * international/robin.el (robin-package-alist): Fix typo in docstring.
11845         (robin-current-package-name): Doc fix.
11846         (robin-activate): Don't use `iff' in docstring.
11848 2008-05-07  Eric S. Raymond  <esr@snark.thyrsus.com>
11850         * vc.el, vc-dispatcher.el: VC-Dired support removed.
11851         The code uses a ewoc-based implementation now.
11852         * vc-hooks.el: Support for Meta-CVS has been removed.
11854 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11856         * tool-bar.el: Choose images dynamically.
11857         (tool-bar-make-keymap, tool-bar-find-image): New function.
11858         (tool-bar-find-image-cache): New var.
11859         (tool-bar-local-item, tool-bar-local-item-from-menu):
11860         Don't select the image yet, do it later in tool-bar-make-keymap.
11862 2008-05-07  Andreas Schwab  <schwab@suse.de>
11864         * window.el: Require 'cl when compiling.
11866 2008-05-07  Dan Nicolaescu  <dann@ics.uci.edu>
11868         * vc-dispatcher.el (vc-dir-insert-directories): Default to t.
11870 2008-05-07  Glenn Morris  <rgm@gnu.org>
11872         * subr.el (ignore-errors): Move here from cl-macs.el.
11873         * emacs-lisp/cl-macs.el (ignore-errors): Move to subr.el.
11875         * progmodes/fortran.el (fortran-mode): Fix font-lock-syntactic-keywords
11876         oddness.
11878 2008-05-06  Eric S. Raymond  <esr@snark.thyrsus.com>
11880         * vc-hooks.el (vc-find-file-hook):
11881         * vc-dispatcher.el (vc-resynch-window): Decouple vc-dispatcher
11882         further from vc.el.
11883         * vc.el (vc-dir-mode): Move VC-specific context menu entries here.
11885 2008-05-06  Wilson Snyder  <wsnyder@wsnyder.org>
11887         * progmodes/verilog-mode.el (verilog-getopt-file):
11888         Cleanup warning message format.
11889         (verilog-auto, verilog-auto-arg, verilog-auto-ascii-enum)
11890         (verilog-auto-inout, verilog-auto-inout-module)
11891         (verilog-auto-input, verilog-auto-inst, verilog-auto-inst-param)
11892         (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
11893         (verilog-auto-reg-input, verilog-auto-reset, verilog-auto-sense)
11894         (verilog-auto-sense-sigs, verilog-auto-tieoff)
11895         (verilog-auto-unused, verilog-auto-wire)
11896         (verilog-decls-get-assigns, verilog-decls-get-consts)
11897         (verilog-decls-get-gparams, verilog-decls-get-inouts)
11898         (verilog-decls-get-inputs, verilog-decls-get-outputs)
11899         (verilog-decls-get-ports, verilog-decls-get-regs)
11900         (verilog-decls-get-signals, verilog-decls-get-wires)
11901         (verilog-dir-cache-lib-filenames, verilog-dir-cache-list)
11902         (verilog-dir-cache-preserving, verilog-dir-file-exists-p)
11903         (verilog-dir-files, verilog-expand-dirnames, verilog-getopt-file)
11904         (verilog-inject-sense, verilog-library-filenames)
11905         (verilog-mode-release-date, verilog-mode-version)
11906         (verilog-modi-cache-add, verilog-modi-cache-preserve-buffer)
11907         (verilog-modi-cache-preserve-tick, verilog-modi-cache-results)
11908         (verilog-modi-get-assigns, verilog-modi-get-consts)
11909         (verilog-modi-get-gparams, verilog-modi-get-inouts)
11910         (verilog-modi-get-inputs, verilog-modi-get-outputs)
11911         (verilog-modi-get-ports, verilog-modi-get-regs)
11912         (verilog-modi-get-signals, verilog-modi-get-sub-inouts)
11913         (verilog-modi-get-sub-inputs, verilog-modi-get-sub-outputs)
11914         (verilog-modi-get-wires, verilog-preserve-cache)
11915         (verilog-preserve-dir-cache, verilog-preserve-modi-cache)
11916         (verilog-read-sub-decls, verilog-read-sub-decls-line)
11917         (verilog-read-sub-decls-sig, verilog-subdecls-get-inouts)
11918         (verilog-subdecls-get-inputs, verilog-subdecls-get-outputs):
11919         Add caching of additional state, and rework signal extraction
11920         routines to improve AUTO expansion performance by 300%++.
11922 2008-05-06  Chong Yidong  <cyd@stupidchicken.com>
11924         * progmodes/compile.el (compilation-error-regexp-alist-alist):
11925         Tweak Open Watcom regexp to distinguish between errors and warnings.
11927 2008-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11929         * dired.el (dired-read-dir-and-switches): Fix up last change.
11931 2008-05-05  Eric S. Raymond  <esr@snark.thyrsus.com>
11933         * vc.el (vc-deduce-fileset): Lift all the policy and UI stuff
11934         out of this function, move it to vc-dispatcher-selection-set.
11936 2008-05-05  Sam Steingold  <sds@gnu.org>
11938         * window.el (delete-other-windows-vertically): New function.
11940 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11942         * dired.el (dired-read-dir-and-switches):
11943         Obey read-file-name-completion-ignore-case.
11945 2008-05-05  Nick Roberts  <nickrob@snap.net.nz>
11947         * progmodes/compile.el (compilation-error-regexp-alist-alist):
11948         Add regexp for Open Watcom compiler output.
11950 2008-05-05  Phil Sung  <psung@mit.edu>  (tiny change)
11952         * progmodes/python.el (python-block-pairs): Align finally with except.
11954 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11956         * vc-rcs.el (vc-rcs-fetch-master-state): Fix inf-loop.
11958 2008-05-05  Tom Tromey  <tromey@redhat.com>
11960         * smerge-mode.el (smerge-start-session): Don't call smerge-next if
11961         looking at conflict marker.
11963 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11965         * vc-dispatcher.el (vc-dir-mark-buffer-changed): Fix typo
11966         client-mode -> vc-client-object, and guess `funcall' was meant.
11967         (vc-dir-mode): Rename client-mode -> vc-client-mode.
11969 2008-05-05  Dan Nicolaescu  <dann@ics.uci.edu>
11971         * net/zeroconf.el (dbus-call-method, dbus-register-signal)
11972         (dbus-debug): Move declarations outside eval-when-compile.
11974 2008-05-04  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11976         * proced.el (proced-command-alist): Fix system-type values.
11977         Fix defcustom.
11978         (proced-sorting-schemes-alist, proced-sorting-scheme): New variables.
11979         (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
11980         (proced-sort-start, proced-sort, proced-sort-time): New commands.
11981         (proced-update): Use proced-sorting-scheme.  Update modeline.
11982         (proced-send-signal): Use nreverse.
11983         (proced-sorting-scheme-p): New function.
11985 2008-05-04  Andreas Schwab  <schwab@suse.de>
11987         * vc.el: Require dired when compiling.
11989         * minibuffer.el (completion--insert-strings): Don't delete past bol.
11991 2008-05-03  Glenn Morris  <rgm@gnu.org>
11993         * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el:
11994         * ediff-ptch.el, ediff-util.el, ediff-wind.el, ediff.el:
11995         Simplify compilation requirements.
11996         * ediff-init.el, ediff-vers.el: Remove unnecessary variable
11997         declarations.
11999 2008-05-03  Dave Love  <fx@gnu.org>
12001         * progmodes/python.el (python-beginning-of-statement):
12002         Loop at least once (fixes 2008-02-21 change).
12004 2008-05-03  Eli Zaretskii  <eliz@gnu.org>
12006         * ls-lisp.el (ls-lisp-insert-directory): Use `string-width'
12007         instead of `length' for comparing length of user and group names.
12009 2008-05-03  Eric S. Raymond  <esr@snark.thyrsus.com>
12011         * vc-dispatcher.el: New file, separates out the UI and command
12012         execution machinery from VCS-specific logic left in vc.el.
12013         The separation is not yet completely clean, but it's a good start.
12014         * vc.el: This file is about 1700 lines shorter now.
12015         Remove obsolete logentry-check from the backend API.
12016         * vc-sccs.el (vc-sccs-logentry-check): Remove.  This was the only
12017         implementation of the logentry-check method, and it guarded against
12018         a log length limit that has probably been obsolete for 15 years (!).
12020 2008-05-02  Sam Steingold  <sds@gnu.org>
12022         * progmodes/compile.el (compilation-start): Move setting of
12023         compilation-directory after (funcall mode) as that resets local
12024         variables, this fixes recompile in grep buffers.
12025         * progmodes/grep.el (grep-mode-map): Bind "g" to recompile (like
12026         in dired &c).
12028 2008-05-02  Eric S. Raymond  <esr@snark.thyrsus.com>
12030         * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
12031         * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
12032         * vc-svn.el, vc.el (vc-*-checkout-model): Make sure every backend
12033         has one of these and that all are called in compatible ways.
12034         * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
12035         * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
12036         * vc-svn.el, vc.el (vc-*-revision-granularity): Make sure every
12037         backend has one of these.
12039 2008-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12041         * progmodes/octave-mod.el (octave-abbrev-table): Move defvar and
12042         initialization into define-abbrev-table.  Use :regexp.
12043         (octave-mode-syntax-table): Don't set word syntax for `.
12045         * files.el (minibuffer-with-setup-hook): Allow `fun' expressions rather
12046         than only value.
12048         * dired.el (dired-read-dir-and-switches):
12049         Set minibuffer-completing-file-name and call substitute-in-file-name.
12050         (dired-format-columns-of-files): Use completion--insert-strings.
12052         * minibuffer.el (completion-hilit-commonality): Revert last change:
12053         the leftover code was actually useful.
12054         (completion--insert-strings): Use string-width rather than length.
12056 2008-05-02  Sam Steingold  <sds@gnu.org>
12058         * vc.el (vc-dir-mode-map): Enable mouse bindings.
12059         (vc-at-event): New macro: run the body at the even location.
12060         (vc-dir-menu, vc-dir-toggle-mark): Use it.
12061         (vc-dir-mark-file, vc-dir-unmark-file): Move only on non-mouse events.
12062         * subr.el (mouse-event-p): Check if the event is mouse-related.
12064 2008-05-02  Nick Roberts  <nickrob@snap.net.nz>
12066         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
12067         Don't throw error if no file is found.
12069 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
12071         * vc-hooks.el (vc-call, vc-state): Fix typos in docstrings.
12072         (vc-default-state-heuristic): Doc fix.
12074 2008-05-02  Richard Sharman  <rsharman@pobox.com>
12076         * hilit-chg.el (highlight-changes-mode): Remove references to
12077         hooks that no longer exist.  Because define-minor-mode is used the
12078         hook highlight-changes-mode-hook exists and can do what both the
12079         old hooks used to do.  The documentation at the top of the file
12080         was updated to demonstrate this.
12081         (highlight-changes-mode): Remove commented out call to a hook
12082         function that is no longer there.
12083         (hilit-chg-set): Remove running of highlight-changes-enable-hook.
12085 2008-05-02  Eric S. Raymond  <esr@snark.thyrsus.com>
12087         * vc.el (vc-default-dired-state-info): Change name of primitive
12088         to prettify-state-info, in preparation for ripping out dired mode.
12089         * vc-bzr.el (vc-bzr-dired-state-info): Change name of primitive
12090         to prettify-state-info, in preparation for ripping out dired mode.
12091         * vc-hooks.el (vc-toggle-read-only): Throw an error when a user
12092         tries this on a version-controlled buffer.  It will do useless or
12093         actively bad things on any version control system newer than RCS.
12094         * vc-hooks.el (vc-dired-resynch-file):
12095         * vc.el (vc-dired-resynch-file): Change name of primitive to
12096         vc-directory-resynch-file, preparing to remove dired.
12098 2008-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
12100         * vc-rcs.el (vc-rcs-state): Fix typos.
12102         * vc.el (vc-register): Change argument order so that the prefix
12103         argument is assigned correctly.
12104         (vc-next-action, vc-dir-register): Update for the above change.
12106 2008-05-01  Juri Linkov  <juri@jurta.org>
12108         * replace.el (occur-read-primary-args): Set default to the car of
12109         regexp-history and display it in the prompt, but don't add to the
12110         list of minibuffer defaults.  Bind history-add-new-input to nil to
12111         not add automatically `default'.  For empty input return `default'.
12112         Otherwise, add `input' to regexp-history and return it.
12113         (occur-1): Signal an error for the empty regexp.
12115         * progmodes/compile.el (compilation-auto-jump):
12116         Set window point to `pos' explicitly.
12118 2008-05-01  Eric S. Raymond  <esr@snark.thyrsus.com>
12120         * vc-bzr.el (vc-bzr-state): Allow this to return 'ignored
12121         when appropriate.
12122         * vc-sccs.el (vc-sccs-state): Call vc-sccs-unregistered so
12123         we report the 'unregistered state reliably.
12124         * vc-rcs.el (vc-rcs-state): Call vc-rcs-unregistered so
12125         we report the 'unregistered state reliably.
12126         * vc-git.el (vc-git-state): Call vc-git-unregistered so
12127         we report the 'unregistered state reliably.
12128         * vc-hooks.el (vc-state): Document that vc-unregistered is
12129         now expected to be returned reliably.
12130         * vc.el (vc-default-dired-state): Change needs-patch state to
12131         needs-update, since the name now shows up in dir-status listings
12132         and was somewhat misleading.
12133         * vc-cvs.el (vc-cvs-delete-file): Don't do a "cvs commit"
12134         immediately after removing the file.
12135         * vc.el (vc-next-action): More informative messages when a fileset
12136         is in a mixed state or files are missing.
12138 2008-05-01  Sam Steingold  <sds@gnu.org>
12140         * vc.el (vc-delete-file): Check if the file has uncommitted changes.
12142 2008-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12144         * Makefile.in: Revert incorrect fix for claimed bootstrap breakage.
12146 2008-05-01  Daiki Ueno  <ueno@unixuser.org>
12148         * epa-file-hook.el: New file split from epa-file.el.
12149         * epa-file.el: Require 'epa-file-hook.
12150         (epa-file-handler): Add autoload cookie.
12151         * loadup.el: Load epa-file-hook.
12152         * startup.el (command-line): Eval the body of auto-encryption-mode.
12154 2008-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
12156         * vc.el (vc-dir-mode-map): Don't bind "r".
12158         * vc-hg.el (vc-hg-extra-fileinfo): New defstruct.
12159         (vc-hg-status-printer): New function.
12160         (vc-hg-after-dir-status): Deal with copied and renamed files.
12161         (vc-hg-dir-status): Add flag to show copied files.
12163 2008-05-01  John Paul Wallington  <jpw@pobox.com>
12165         * ibuffer.el (ibuffer-last-sorting-mode): New variable.
12166         (ibuffer-do-sort-by-recency): Reverse sorting order if last
12167         sorting mode was recency.
12169         * ibuf-macs.el (define-ibuffer-sorter): Define the sorter to
12170         reverse sorting order if last sorting mode was the sorter's.
12172 2008-05-01  Jason Rumney  <jasonr@gnu.org>
12174         * w32-fns.el (w32-charset-info-alist): Map vietnamese to windows-1258.
12176 2008-04-30  John Paul Wallington  <jpw@pobox.com>
12178         * ibuffer.el (define-ibuffer-column filename): When the major mode
12179         is `vc-dir-mode' show the buffer's default directory.
12181         * ibuf-ext.el (define-ibuffer-filter filename): Likewise when the
12182         major mode is `vc-dir-mode' use the buffer's default directory.
12184 2008-04-30  Sam Steingold  <sds@gnu.org>
12186         * vc.el (vc-dir-delete-file): Add.
12187         (vc-dir-mode-map): Bind "r" to vc-dir-delete-file, like in PCL-CVS.
12188         (vc-delete-file): Do not barf when the file has been already deleted.
12190 2008-04-30  Dan Nicolaescu  <dann@ics.uci.edu>
12192         * emacs-lisp/lisp-mode.el (lisp-mode-map): Add menu.
12194 2008-04-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12196         * progmodes/octave-mod.el (octave-help): New function.
12197         * progmodes/octave-hlp.el: Delete.
12198         * info-look.el (octave-mode): Add operator index.
12200         * vc.el (vc-checkout): Typo.
12202 2008-04-30  Dan Nicolaescu  <dann@ics.uci.edu>
12204         * menu-bar.el (menu-bar-tools-menu): Reorder, place Games last.
12205         Add "..." in the appropriate places.
12207         * epa.el (epa-key-list-mode-map): Add more menu entries.
12208         Add "..." in the appropriate places.
12210         * dired.el (dired-mode-map): Add :help.
12212         * vc.el (vc-deduce-fileset): Add new parameter.
12213         (vc-dir-marked-only-files): New function.
12214         (vc-next-action): Don't ignore directories, look at the files
12215         inside them.
12216         (vc-dir-mode): Document how the mark/unmark commands work.
12218 2008-04-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12220         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
12221         Rule out trailing spaces in file and directory names as well.
12223         * minibuffer.el (completion--do-completion): Move point even if the
12224         completion makes no change.
12225         (completion-pcm-try-completion): Fix computation of new point.
12227 2008-04-30  David Hansen  <david.hansen@gmx.net>
12229         * dired.el: Require 'cl.
12231 2008-04-30  Nick Roberts  <nickrob@snap.net.nz>
12233         * progmodes/gdb-ui.el (gdb-frame-handler-1): Make overlay arrow
12234         hollow if not in innermost frame.
12236 2008-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12238         Make `checkout-model' apply to filesets.
12239         * vc-hooks.el (vc-checkout-model): Rewrite.
12240         (vc-before-save, vc-after-save): Adjust callers accordingly.
12241         * vc.el (vc-editable-p, vc-next-action, vc-checkout, vc-update)
12242         (vc-transfer-file): Adjust callers accordingly.
12243         * vc-rcs.el (vc-rcs-checkout-model): Adjust arg.
12244         (vc-rcs-state, vc-rcs-state-heuristic, vc-rcs-receive-file)
12245         (vc-rcs-checkout, vc-rcs-fetch-master-state): Use vc-rcs-checkout-model
12246         instead of vc-checkout-model.
12247         * vc-mcvs.el (vc-mcvs-revert):
12248         Use vc-mcvs-checkout-model i.s.o vc-checkout-model.
12249         * vc-cvs.el (vc-cvs-checkout-model): Adjust arg.
12250         (vc-cvs-revert): Use vc-cvs-checkout-model i.s.o vc-checkout-model.
12251         * vc-svn.el (vc-svn-checkout-model):
12252         * vc-hg.el (vc-hg-checkout-model):
12253         * vc-git.el (vc-git-checkout-model):
12254         * vc-bzr.el (vc-bzr-checkout-model): Adjust arg.
12256         * dired.el (dired-read-dir-and-switches): Replace last change with
12257         a new approach that mixes read-file-name and read-directory-name.
12259         * files.el (read-buffer-to-switch):
12260         Avoid making assumptions about `other-buffer'.
12262 2008-04-29  Sam Steingold  <sds@gnu.org>
12264         * vc.el (vc-dir-mode-hook): Add normal hook.
12265         (vc-dir-mode): Run it.
12267 2008-04-29  Nick Roberts  <nickrob@snap.net.nz>
12269         * progmodes/gdb-ui.el (gdb-display-buffer): Don't pop up GUD buffer.
12270         Always split windows.
12271         (gdb-speedbar-timer-fn): Only raise frame after user input.
12272         (gdb-same-frame): Reverse initial value.
12273         (gdb-display-gdb-buffer): Check for GUD buffer in other frames.
12275         * progmodes/gud.el (gud-speedbar-buttons): Raise frame in
12276         gdb-speedbar-timer-fn.
12278 2008-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12280         * uniquify.el (uniquify-rationalize-a-list): Beware of side-effects.
12282 2008-04-29  Daiki Ueno  <ueno@unixuser.org>
12284         * epa.el (epa-key-list-mode-map): Add menu.
12285         (epa-delete-keys, epa-import-keys): Fix typo.
12287 2008-04-29  Glenn Morris  <rgm@gnu.org>
12289         * find-cmd.el (top-level): Does not need cl when compiling.
12291 2008-04-29  Philip Jackson  <phil@shellarchive.co.uk>
12293         * find-cmd.el: New file.
12295 2008-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12297         * minibuffer.el (completion-hilit-commonality): Remove leftover code.
12298         (completion-pcm--pattern->regex): Let `group' be a list of symbols.
12299         (completion-pcm--hilit-commonality): New function.
12300         (completion-pcm-all-completions): Use it.
12302         * minibuffer.el (completion-common-substring): Mark obsolete.
12303         (completions-first-difference, completions-common-part):
12304         Move from simple.el.
12305         (completion-hilit-commonality): New fun.
12306         (display-completion-list, completion-emacs21-all-completions)
12307         (completion-emacs22-all-completions): Use it.
12308         * simple.el (completions-first-difference, completions-common-part):
12309         Move to minibuffer.el.
12310         (choose-completion-string): Use field functions and minibufferp.
12311         (completion-setup-function): Don't set completions faces.
12313 2008-04-29  Glenn Morris  <rgm@gnu.org>
12315         * calendar/calendar.el (calendar-nth-named-absday)
12316         (calendar-nth-named-day):
12317         * calendar/diary-lib.el (diary-list-sexp-entries, diary-float):
12318         * calendar/holidays.el (holiday-float): Doc fixes.
12320         * emacs-lisp/check-declare.el (check-declare-errmsg): Fix counting in
12321         the `full' case.
12323         * org/org-agenda.el (calendar-iso-from-absolute):
12324         * org/org.el (calendar-absolute-from-iso, calendar-iso-from-absolute):
12325         Fix declarations.
12327 2008-04-28  Nick Roberts  <nickrob@snap.net.nz>
12329         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Make breakpoint
12330         icons work for assembler, i.e. FILE.s, FILE.S (not disassembly).
12331         (gdb-goto-breakpoint): Likewise for visiting breakpoints.
12332         (gdb-assembler-custom): Be careful not to match other addresses.
12334 2008-04-29  Jason Rumney  <jasonr@gnu.org>
12336         * battery.el (battery-status-function): Use w32-battery-status
12337         on Windows.
12338         (battery-echo-area-format): Make apm format the general case.
12339         (battery-mode-line-format): Merge apm and pmset formats as the
12340         general case.
12342 2008-04-29  Nick Roberts  <nickrob@snap.net.nz>
12344         * progmodes/gdb-ui.el (gdb-info-stack-custom):
12345         Use gud-tool-bar-item-visible-no-fringe.
12346         (gdb-display-buffer): Don't pop new buffer if gud-comint-buffer
12347         is already visible in frame.  Remove optional size parameter
12348         and add optional frame parameter.
12350         * progmodes/gud.el (gud-display-line): Only consider visible
12351         frames when looking for source buffer.
12353 2008-04-28  Chong Yidong  <cyd@stupidchicken.com>
12355         * doc-view.el (doc-view-new-window-function): Avoid using WINDOW
12356         argument to get-char-property, in case the current buffer hasn't
12357         been assigned to that window yet.
12358         (doc-view-display): Default to selected window if the current
12359         buffer hasn't been assigned to a window yet.
12361 2008-04-28  Vinicius Jose Latorre  <bzg@altern.org>
12363         * whitespace.el (whitespace-trailing-regexp): Fix docstring.
12365 2008-04-28  Michael Albinus  <michael.albinus@gmx.de>
12367         * net/tramp.el (tramp-mode): New defcustom.
12368         (tramp-file-name-handler, tramp-completion-file-name-handler):
12369         Use it.
12370         (tramp-replace-environment-variables): Handle "$$".
12372 2008-04-28  Sam Steingold  <sds@gnu.org>
12374         * vc-hg.el (vc-hg-rename-file): Fix argument order.
12376 2008-04-28  Bastien Guerry  <bzg@altern.org>
12378         * whitespace.el (whitespace-trailing): Fix typo.
12380 2008-04-28  Sam Steingold  <sds@gnu.org>
12382         * textmodes/remember.el (diary-make-entry): Update the autoload.
12384 2008-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12386         * minibuffer.el (completion-pcm--all-completions): Don't pass nil to
12387         all-completions.
12389 2008-04-28  Juanma Barranquero  <lekktu@gmail.com>
12391         * desktop.el (desktop-minor-mode-table): Add `savehist-mode'.
12393 2008-04-27  Dan Nicolaescu  <dann@ics.uci.edu>
12395         * vc.el (vc-dir-mode-map): Change bindings for unmark all and revert.
12396         (vc-dir-parent-marked-p, vc-dir-children-marked-p): Implement.
12397         (vc-dir-mark-file): Add an optional argument.
12398         (vc-dir-mark-all-files, vc-dir-unmark-all-files): Deal with directories.
12400 2008-04-27  Daiki Ueno  <ueno@unixuser.org>
12402         * epa-file.el (epa-file-enable, epa-file-disable): Use find-file-hook
12403         rather than obsolete alias find-file-hooks.
12404         (auto-encryption-mode): Rename from epa-file-mode.  Default to on.
12405         Use find-file-hook rather than obsolete alias find-file-hooks.
12406         Add to find-file-not-found-functions.
12407         (epa-file-handler): Put 'safe-magic and 'operations properties.
12409         * epa.el (epa-global-minor-modes, epa-mode, epa-menu)
12410         (epa-menu-items): Remove.
12412         * epa-dired.el (epa-dired-do-decrypt, epa-dired-do-verify)
12413         (epa-dired-do-sign, epa-dired-do-encrypt): Add autoload cookie.
12414         (epa-dired-mode, epa-global-dired-mode): Remove.
12416         * dired.el (dired-mode-map): Bind encryption/decryption commands.
12418         * menu-bar.el (menu-bar-encryption-decryption-menu): New menu item.
12420         * files.el (insert-file-contents-literally): Inhibit epa-file-handler.
12422 2008-04-27  Glenn Morris  <rgm@gnu.org>
12424         * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
12425         Remove un-needed local `orig-list'.  Replace cl `copy-list'.
12427 2008-04-27  Carsten Dominik  <dominik@science.uva.nl>
12429         * org/org.el (org-html-level-start): Always have id's in HTML.
12430         (org-export-as-html): Use `org-link-protocols' to
12431         retrieve the export form of the link.
12432         (org-add-link-type): Final parameter renamed from PUBLISH.
12433         Better documentation of how it is to be used.  Avoid double entries for
12434         the same link type.
12435         (org-add-link-props): New function.
12436         (org-modules-loaded): New variable.
12437         (org-load-modules-maybe, org-set-modules): New function.
12438         (org-modules): New option.
12439         (org-mode, org-cycle, orgstruct-mode, org-run-like-in-org-mode)
12440         (orgtbl-mode, org-store-link, org-insert-link-global)
12441         (org-open-at-point): Call `org-load-modules-maybe'.
12442         (org-search-view): Add more text properties.
12443         (org-agenda-schedule, org-agenda-deadline): Allow also in
12444         search-type agendas.
12445         (org-search-view): Order of arguments has been changed.
12446         Interpret prefix-arg as TODO-ONLY.
12447         (org-agenda, org-run-agenda-series, org-agenda-manipulate-query):
12448         Take new argument order of `org-search-view' into account.
12449         (org-todo-only): New variable.
12450         (org-search-syntax-table): New variable and function.
12451         (org-search-view): Do the search with the special syntax table.
12452         (define-obsolete-function-alias): Make work with XEmacs.
12453         (org-add-planning-info): Use old date as default when modifying an
12454         existing deadline or scheduled item.
12455         (org-agenda-compute-time-span): Make argument N optional.
12456         (org-agenda-format-date-aligned): Require `cal-iso'.
12457         (org-agenda-list): Include week into agenda heading, don't
12458         list it at each date (only on Mondays).
12459         (org-read-date-analyze): Define local variable `iso-date'.
12460         (org-agenda-format-date-aligned): Remove dependency on
12461         `calendar-time-from-absolute'.
12462         (org-remember-apply-template, org-go-to-remember-target):
12463         Interpret filenames relative to `org-directory'.
12464         (org-complete): Silently fail when trying to complete
12465         keywords that don't have a default value.
12466         (org-get-current-options): Add a #+DATE: option.
12467         (org-additional-option-like-keywords): Remove "DATE:" from the
12468         list of additional keywords.
12469         (org-export-as-html): Remove (current-time) as unnecessary second
12470         argument of `format-time-string'.
12471         (org-clock-find-position): Handle special case at end of buffer.
12472         (org-agenda-day-view): New argument DAY-OF-YEAR, pass it on to
12473         `org-agenda-change-time-span'.
12474         (org-agenda-week-view): New argument ISO-WEEK, pass it on to
12475         `org-agenda-change-time-span'.
12476         (org-agenda-month-view): New argument MONTH, pass it on to
12477         `org-agenda-change-time-span'.
12478         (org-agenda-year-view): New argument YEAR, pass it on to
12479         `org-agenda-change-time-span'.
12480         (org-agenda-change-time-span): New optional argument N, pass it on
12481         to `org-agenda-compute-time-span'.
12482         (org-agenda-compute-time-span): New argument N, interpret it by
12483         changing the starting day.
12484         (org-small-year-to-year): New function.
12485         (org-scheduled-past-days): Respect `org-scheduled-past-days'.
12486         (org-auto-repeat-maybe): Make sure that repeating dates are pushed
12487         into the future, and that the shift is at least one interval, never 0.
12488         (org-update-checkbox-count): Fix bug with checkbox counting.
12489         (org-add-note): New command.
12490         (org-add-log-setup): Rename from `org-add-log-maybe'.
12491         (org-log-note-headings): New entry for plain notes (i.e. notes not
12492         related to state changes or clocking).
12493         (org-get-org-file): Check for availability of `remember-data-file'.
12494         (org-cached-entry-get): Allow a regexp value for
12495         `org-use-property-inheritance'.
12496         (org-use-property-inheritance): Allow regexp value.  Fix bug in
12497         customization type.
12498         (org-use-tag-inheritance): Allow a list and a regexp value for
12499         this variable.
12500         (org-scan-tags, org-get-tags-at): Implement selective tag inheritance.
12501         (org-entry-get): Respect value `selective' for the INHERIT argument.
12502         (org-tag-inherit-p, org-property-inherit-p): New functions.
12503         (org-agenda-format-date-aligned): Allow 10 characters for
12504         weekday, to accommodate German locale.
12505         (org-add-archive-files): New function.
12506         (org-agenda-files): New argument `ext', to get archive files as well.
12507         (org-tbl-menu): Protect the use of variables that
12508         are only available when org-table.el gets loaded.
12509         (org-read-agenda-file-list): Error if `org-agenda-files' is a
12510         single directory.
12511         (org-open-file): Allow a batch process to trigger
12512         waiting after executing a system command.
12513         (org-store-link): Link to headline when there is not
12514         target and no region in an org-mode buffer when creating a link.
12515         (org-link-types-re): New variable.
12516         (org-make-link-regexps): Compute `org-link-types-re'.
12517         (org-make-link-description-function): New option.
12518         (org-agenda-date, org-agenda-date-weekend): New faces.
12519         (org-archive-sibling-heading): New option.
12520         (org-archive-to-archive-sibling): New function.
12521         (org-iswitchb): New command.
12522         (org-buffer-list): New function.
12523         (org-agenda-columns): Also try the #+COLUMNS line in
12524         the buffer associated with the entry at point (or with the first
12525         entry in the agenda view).
12526         (org-modules): Add entry for org-bibtex.el.
12527         (org-completion-fallback-command): Move into `org-completion' group.
12528         (org-clock-heading-function): Move to `org-progress' group.
12529         (org-auto-repeat-maybe): Make sure that a note can
12530         be enforces if `org-log-repeat' is `note'.
12531         (org-modules): Allow additional symbols for external packages.
12532         (org-ctrl-c-ctrl-c): Allow for `org-clock-overlays' to be undefined.
12533         (org-clock-goto): Hide drawers after showing an
12534         entry with `org-clock-goto'.
12535         (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft):
12536         Try also a clocktable block shift.
12537         (org-clocktable-try-shift): New function.
12538         (org-columns-hscoll-title): New function.
12539         (org-columns-previous-hscroll): New variable.
12540         (org-columns-full-header-line-format): New variable.
12541         (org-columns-display-here-title, org-columns-remove-overlays):
12542         Install `org-columns-hscoll-title' in post-command-hook.
12544         * org/org.el: Split into many small files.
12546         * org/org-agenda.el: New file, split off from org.el.
12548         * org/org-archive.el: New file, split off from org.el.
12550         * org/org-bbdb.el: New file.
12552         * org/org-bibtex.el: New file, split off from org.el.
12554         * org/org-clock.el: New file, split off from org.el.
12556         * org/org-colview.el: New file, split off from org.el.
12558         * org/org-compat.el: New file, split off from org.el.
12560         * org/org-exp.el: New file, split off from org.el.
12562         * org/org-faces.el: New file, split off from org.el.
12564         * org/org-gnus.el: New file, split off from org.el.
12566         * org/org-info.el: New file, split off from org.el.
12568         * org/org-infojs.el: New file.
12570         * org/org-irc.el: New file.
12572         * org/org-macs.el: New file, split off from org.el.
12574         * org/org-mew.el: New file.
12576         * org/org-mhe.el: New file, split off from org.el.
12578         * org/org-publish.el: New file, split off from org.el.
12580         * org/org-remember.el: New file, split off from org.el.
12582         * org/org-rmail.el: New file, split off from org.el.
12584         * org/org-table.el: New file, split off from org.el.
12586         * org/org-vm.el: New file, split off from org.el.
12588         * org/org-wl.el: New file, split off from org.el.
12590 2008-04-27  Jason Riedy  <jason@acm.org>
12592         * org/org-table.el (orgtbl-to-generic): Add a :remove-nil-lines
12593         parameter that suppresses lines that evaluate to NIL.
12594         (orgtbl-get-fmt): New inline function for
12595         picking apart formats that may be lists.
12596         (orgtbl-apply-fmt): New inline function for applying formats that
12597         may be functions.
12598         (orgtbl-eval-str): New inline function for strings that may be
12599         functions.
12600         (orgtbl-format-line, orgtbl-to-generic): Use and document.
12601         (orgtbl-to-latex, orgtbl-to-texinfo): Document.
12602         (*orgtbl-llfmt*, *orgtbl-llstart*)
12603         (*orgtbl-llend*): Dynamic variables for last-line formatting.
12604         (orgtbl-format-section): Shift formatting to support detecting the
12605         last line and formatting it specially.
12606         (orgtbl-to-generic): Document :ll* formats.  Set to the non-ll
12607         formats unless overridden.
12608         (orgtbl-to-latex): Suggest using :llend to suppress the final \\.
12609         (*orgtbl-table*, *orgtbl-rtn*): Dynamically
12610         bound variables to hold the input collection of lines and output
12611         formatted text.
12612         (*orgtbl-hline*, *orgtbl-sep*, *orgtbl-fmt*, *orgtbl-efmt*)
12613         (*orgtbl-lfmt*, *orgtbl-lstart*, *orgtbl-lend*): Dynamically bound
12614         format parameters.
12615         (orgtbl-format-line): New function encapsulating formatting for a
12616         single line.
12617         (orgtbl-format-section): Similar for each section.  Rebinding the
12618         dynamic vars customizes the formatting for each section.
12619         (orgtbl-to-generic): Use orgtbl-format-line and
12620         orgtbl-format-section.
12621         (org-get-param): Now unused, so delete.
12622         (orgtbl-gather-send-defs): New function to
12623         gather all the SEND definitions before a table.
12624         (orgtbl-send-replace-tbl): New function to find the RECEIVE
12625         corresponding to the current name.
12626         (orgtbl-send-table): Use the previous two functions and implement
12627         multiple destinations for each table.
12629         * doc/org.texi (A LaTeX example): Note that fmt may be a
12630         one-argument function, and efmt may be a two-argument function.
12631         (Radio tables): Document multiple destinations.
12633 2008-04-27  Carsten Dominik  <dominik@science.uva.nl>
12635         * org/org-agenda.el (org-add-to-diary-list): New function.
12636         (org-prefix-has-effort): New variable.
12637         (org-sort-agenda-noeffort-is-high): New option.
12638         (org-agenda-columns-show-summaries)
12639         (org-agenda-columns-compute-summary-properties): New options.
12640         (org-format-agenda-item): Compute the duration of the item.
12641         (org-agenda-weekend-days): New variable.
12642         (org-agenda-list, org-timeline): Use the proper faces for dates in
12643         the agenda and timeline buffers.
12644         (org-agenda-archive-to-archive-sibling): New command.
12645         (org-agenda-start-with-clockreport-mode): New option.
12646         (org-agenda-clockreport-parameter-plist): New option.
12647         (org-agenda-clocktable-mode): New variable.
12648         (org-agenda-deadline-leaders): Allow a function value for the
12649         deadline leader.
12650         (org-agenda-get-deadlines): Deal with new function value.
12652         * org/org-clock.el (org-clock): New customization group.
12653         (org-clock-into-drawer, org-clock-out-when-done)
12654         (org-clock-in-switch-to-state, org-clock-heading-function):
12655         Move into the new group.
12656         (org-clock-out-remove-zero-time-clocks): New option.
12657         (org-clock-out): Use `org-clock-out-remove-zero-time-clocks'.
12658         (org-dblock-write:clocktable): Allow a Lisp form for the scope
12659         parameter.
12660         (org-dblock-write:clocktable): Fix bug with total time calculation.
12661         (org-dblock-write:clocktable): Request the unrestricted list of files.
12662         (org-get-clocktable): New function.
12663         (org-dblock-write:clocktable): Make sure :tstart and :tend can not only
12664         be strings but also integers (an absolute day number) and lists (m d y).
12666         * org/org-colview.el (org-columns-next-allowed-value)
12667         (org-columns-edit-value): Limit the effort for updating in the
12668         agenda to recomputing a single file.
12669         (org-columns-compute): Only write property value if it has changed.
12670         This avoids raising the buffer-change-flag unnecessarily.
12671         (org-agenda-colview-summarize)
12672         (org-agenda-colview-compute): New functions.
12673         (org-agenda-columns): Call `org-agenda-colview-summarize'.
12675         * org/org-exp.el (org-export-run-in-background): New option.
12676         (org-export-icalendar): Allow a batch process to trigger waiting
12677         after executing a system command.
12678         (org-export-preprocess-string): Rename from
12679         `org-cleaned-string-for-export'.
12680         (org-export-html-style): Made target class look like normal text.
12681         (org-export-as-html): Make use of the better preprocessing in
12682         `org-cleaned-string-for-export'.
12683         (org-cleaned-string-for-export): Better treatment of heuristic
12684         targets, many more internal links will now work in HTML export.
12685         (org-get-current-options): Incorporate LINK_UP, LINK_HOME, and INFOJS.
12686         (org-export-inbuffer-options-extra): New variable.
12687         (org-export-options-filters): New hook.
12688         (org-infile-export-plist): Find also the settings keywords in
12689         `org-export-inbuffer-options-extra'.
12690         (org-infile-export-plist): Allow multiple #+OPTIONS lines and
12691         multiple #+INFOJS_OPT lines.
12692         (org-export-html-handle-js-options): New function.
12693         (org-export-html-infojs-setup): New option.
12694         (org-export-as-html): Call `org-export-html-handle-js-options'.
12695         Add autoload to all entry points.
12696         (org-skip-comments): Function removed.
12698         * org/org-table.el (org-table-make-reference): Extra parenthesis
12699         around single fields, to make sure that algebraic formulas get
12700         correctly interpreted by calc.
12701         (org-table-current-column): No longer interactive.
12703         * org/org-export-latex.el (org-export-latex-preprocess):
12704         Rename from `org-export-latex-cleaned-string'.
12706 2008-04-27  Bastien Guerry  <bzg@altern.org>
12708         * org/org-publish.el (org-publish-get-base-files-1): New function.
12709         (org-publish-get-base-files): Use it.
12710         (org-publish-temp-files): New variable.
12711         Don't require 'dired-aux anymore.
12712         (org-publish-initial-buffer): New variable.
12713         (org-publish-org-to, org-publish): Use it.
12714         (org-publish-get-base-files-1): Bug fix: get
12715         the proper list of files when recursing thru a directory.
12716         (org-publish-get-base-files): Use the :exclude property to skip
12717         both files and directories.
12719 2008-04-27  Michael Albinus  <michael.albinus@gmx.de>
12721         * net/tramp.el (tramp-handle-make-symbolic-link)
12722         (tramp-handle-file-name-directory)
12723         (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
12724         (tramp-do-copy-or-rename-file-directly)
12725         (tramp-handle-insert-directory, tramp-handle-expand-file-name)
12726         (tramp-handle-substitute-in-file-name)
12727         (tramp-handle-insert-file-contents, tramp-handle-write-region)
12728         * net/tramp-cache.el (tramp-get-file-property)
12729         (tramp-set-file-property, tramp-flush-file-property)
12730         (tramp-flush-directory-property)
12731         * net/tramp-compat.el (tramp-compat-make-temp-file)
12732         * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
12733         Disable `file-name-handler-alist' when handling localname.
12734         It could have a remote file syntax, like a VMS file name.
12736 2008-04-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12738         * whitespace.el: New version 11.1.
12739         (whitespace-trailing-regexp): Option fix, now trailing regexp must be
12740         enclosed by \\( and \\)$.  Docstring fix.
12741         (whitespace-trailing-regexp): Fun removed.
12742         (whitespace-report-list): Const initialization fix.
12743         (whitespace-color-on): Code fix.
12745 2008-04-27  Andreas Schwab  <schwab@suse.de>
12747         * Makefile.el: Unbreak bootstrap.
12749 2008-04-27  Michael Albinus  <michael.albinus@gmx.de>
12751         * net/tramp.el (tramp-replace-environment-variables): New defun.
12752         (tramp-handle-substitute-in-file-name, tramp-file-name-handler):
12753         Use it.
12755 2008-04-27  Glenn Morris  <rgm@gnu.org>
12757         * emacs-lisp/bytecomp.el (byte-compile-file): Doc fix.
12759         * calculator.el (calculator-expt): Replace cl function `oddp'.
12761 2008-04-27  Johan BockgÃ¥rd  <bojohan@gnu.org>
12763         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
12764         Simplify.  Collect `defun' and `autoload' entries.
12765         Avoid modifying load-history.
12767 2008-04-26  Glenn Morris  <rgm@gnu.org>
12769         * textmodes/ispell.el (ispell-insert-word): Revert previous change.
12771         * simple.el (quoted-insert, zap-to-char): Revert previous change.
12773 2008-04-26  John Paul Wallington  <jpw@pobox.com>
12775         * hexl.el (hexl-mode): Stash `eldoc-documentation-function' in
12776         `hexl-mode-old-eldoc-documentation-function'.
12777         (hexl-mode-exit): Restore it.
12778         (hexl-mode-old-eldoc-documentation-function): Declare for compiler.
12780         * w32-fns.el (top-level): Don't set `completion-ignore-case' to t.
12782 2008-04-26  Juanma Barranquero  <lekktu@gmail.com>
12784         * minibuffer.el (completion-pcm-word-delimiters): Add :group.
12785         (completion-pcm--all-completions): Doc fix.
12786         (completion-styles-alist, completion-all-completions):
12787         Fix typos in docstrings.
12789 2008-04-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12791         * whitespace.el: There is now only one variable (whitespace-style) to
12792         specify which kind of blank is visualized.  Doc and docstring fix.
12793         New version 11.0.
12794         (whitespace-style): New option, replace whitespace-style-mark and
12795         whitespace-style-color.
12796         (whitespace-style-mark, whitespace-style-color): Options removed.
12797         (whitespace-hspace, whitespace-tab, whitespace-newline)
12798         (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
12799         (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
12800         (whitespace-hspace-regexp, whitespace-space-regexp)
12801         (whitespace-tab-regexp, whitespace-trailing-regexp)
12802         (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
12803         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
12804         (whitespace-space-after-tab-regexp, whitespace-line-column)
12805         (whitespace-display-mappings, whitespace-report): Docstring fix.
12806         (whitespace-color-value-list, whitespace-mark-value-list)
12807         (whitespace-active-color, whitespace-active-mark)
12808         (whitespace-toggle-color, whitespace-toggle-mark): Vars removed.
12809         (whitespace-style-value-list, whitespace-active-style)
12810         (whitespace-toggle-style): New vars.
12811         (whitespace-toggle-option-alist, whitespace-help-text):
12812         Var initialization and docstring fix.
12813         (whitespace-toggle-options, global-whitespace-toggle-options)
12814         (whitespace-cleanup, whitespace-cleanup-region)
12815         (whitespace-report-region, whitespace-interactive-char)
12816         (whitespace-toggle-list): Docstring and code fix.
12817         (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
12818         (whitespace-turn-off, whitespace-color-on, whitespace-color-off)
12819         (whitespace-display-char-on, whitespace-display-char-off): Code fix.
12820         (whitespace-style-face-p, whitespace-style-mark-p): New fun.
12822 2008-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12824         * diff-mode.el (diff-hunk-header-re-unified): Allow elided line counts.
12825         (diff-end-of-hunk, diff-unified->context, diff-fixup-modifs)
12826         (diff-sanity-check-hunk): Adjust code accordingly.
12828 2008-04-26  Glenn Morris  <rgm@gnu.org>
12830         * abbrev.el (define-abbrev): Don't use `iff' in doc-strings.
12832         * forms-d2.dat: Move to ../etc.
12833         * forms-d2.el (forms-file): Adapt for above change.
12835         * simple.el (quoted-insert, zap-to-char): Remove uses of obsolete
12836         `translation-table-for-input'.
12838         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): New function.
12839         (byte-compile-obsolete, byte-compile-variable-ref): Use it.
12841         * progmodes/fortran.el (fortran-mode-syntax-table): Change `;'
12842         to punctuation now it's not needed for abbrevs.
12843         (fortran-mode-abbrev-table): Remove defvar, make use of new
12844         define-abbrev-table :regexp feature.
12846         * textmodes/ispell.el (ispell-insert-word): Remove, and replace with
12847         insert, now that translation-table-for-input is not needed.
12849 2008-04-26  Johannes Weiner  <hannes@saeurebad.de>
12851         * emacs-lisp/pp.el (pp-display-expression): New function,
12852         extracted from pp-eval-expression.
12853         (pp-eval-expression): Use pp-display-expression.
12854         (pp-macroexpand-expression, pp-macroexpand-last-sexp): New functions.
12855         (pp-last-sexp): New function, extracted from pp-eval-last-sexp.
12856         (pp-eval-last-sexp): Use pp-last-sexp.
12858 2008-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12860         * abbrev.el (define-abbrev-table): Apply props even if the table
12861         exists already.
12863         * minibuffer.el (completion-table-with-context): Fix `pred' for the
12864         various kinds of completion tables.
12865         (completion-emacs22-try-completion): Place cursor after the /, as was
12866         done in Emacs-22's minibuffer-complete-word.
12867         Fix bug reported by David Hansen <david.hansen@gmx.net>.
12868         (completion-emacs22-try-completion): Merge all mergeable text rather
12869         than just /.
12870         (completion-pcm--delim-wild-regex): New var.
12871         (completion-pcm-word-delimiters): New custom.
12872         (completion-pcm--prepare-delim-re, completion-pcm--pattern-trivial-p)
12873         (completion-pcm--string->pattern, completion-pcm--pattern->regex)
12874         (completion-pcm--all-completions, completion-pcm-all-completions)
12875         (completion-pcm--merge-completions, completion-pcm--pattern->string)
12876         (completion-pcm-try-completion): New functions.
12877         (completion-styles-alist): Add them.
12878         (completion-styles): Add it to the default.
12880 2008-04-25  Nick Roberts  <nickrob@snap.net.nz>
12882         * progmodes/gdb-ui.el (gud-watch): Don't create speedbar...
12883         (gdb-var-create-handler): ...until here when there are values.
12884         (gdb-post-prompt): Don't do -var-update with no watch expressions.
12885         (gdb-info-locals-handler): Don't match "struct {...}" as an array.
12887 2008-04-25  Eli Zaretskii  <eliz@gnu.org>
12889         * ls-lisp.el (ls-lisp-format): Fix last change.
12890         (ls-lisp-uid-d-fmt, ls-lisp-uid-s-fmt, ls-lisp-gid-d-fmt)
12891         (ls-lisp-gid-s-fmt, ls-lisp-filesize-d-fmt)
12892         (ls-lisp-filesize-f-fmt): New defvars.
12893         (ls-lisp-insert-directory): Dynamically compute format specifiers
12894         for displaying UID, GID, and file size, and store them in the
12895         above variables.
12896         (ls-lisp-format): Use ls-lisp-filesize-f-fmt, ls-lisp-uid-s-fmt,
12897         ls-lisp-uid-d-fmt, ls-lisp-gid-s-fmt, and ls-lisp-gid-d-fmt
12898         instead of constant format strings.
12899         (ls-lisp-format-file-size): Use ls-lisp-filesize-f-fmt and
12900         ls-lisp-filesize-d-fmt instead of constant format strings.
12902 2008-04-24  Nick Roberts  <nickrob@snap.net.nz>
12904         * progmodes/gdb-ui.el (gdb-invalidate-assembler): Compare numeric
12905         value of addresses rather than (partial) string value.
12906         (gdb-frame-handler): Change regexp according to above change.
12907         (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
12908         (gdb-registers-mode, gdb-memory-mode, gdb-locals-mode)
12909         (gdb-assembler-mode): Disable undo in these buffers.
12911 2008-04-24  Michael Albinus  <michael.albinus@gmx.de>
12913         * net/tramp.el (tramp-get-remote-stat): Test whether stat supports %s.
12914         Reported by Loris Bennett <loris.bennett@fu-berlin.de>.
12916 2008-04-24  Sam Steingold  <sds@gnu.org>
12918         * textmodes/remember.el (remember-diary-extract-entries): Use
12919         diary-make-entry instead of the obsolete make-diary-entry.
12921 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12923         * subr.el (translation-table-for-input): Mark as obsolete.
12925         * isearch.el (isearch-search-string): Avoid string-bytes and aset.
12927         * international/quail.el (quail-build-decode-map): Avoid string-bytes.
12929         * textmodes/ispell.el (ispell-dictionary-alist-1)
12930         (ispell-dictionary-alist-2, ispell-dictionary-alist-3)
12931         (ispell-dictionary-alist-4, ispell-dictionary-alist-5)
12932         (ispell-dictionary-alist-6): Remove.
12933         (ispell-dictionary-base-alist): New var, merges the above.
12934         (ispell-find-aspell-dictionaries, ispell-set-spellchecker-params):
12935         Use it.
12936         (ispell-dictionary-alist): Default to nil.  Remove autoload.
12937         (ispell-local-dictionary-alist): Remove autoload.
12939         * progmodes/f90.el (f90-mode-syntax-table): Don't set ` as word syntax.
12940         (f90-mode-abbrev-table): Use the new :regexp feature.
12941         Merge defvar and mapc into define-abbrev-table.
12942         (f90-imenu-type-matcher): Remove unused `l'.
12943         (f90-imenu-generic-expression): Remove unused `not-ib'.
12944         (f90-prepare-abbrev-list-buffer): Use with-current-buffer.
12945         (f90-change-keywords): Use restore-buffer-modified-p.
12947 2008-04-24  Glenn Morris  <rgm@gnu.org>
12949         * net/goto-addr.el (goto-address-prog-mode):
12950         * progmodes/bug-reference.el (bug-reference-prog-mode):
12951         Define for compiler.
12953         * minibuffer.el (x-file-dialog): Declare as function.
12955         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file): Use
12956         dframe-update-speed rather than obsolete alias speedbar-update-speed.
12958         * calendar/cal-menu.el (cal-menu-diary-menu): Fix typo.
12959         (cal-menu-scroll-menu): Use commands rather than key macros, which don't
12960         work with easymenu.  Add :keys where needed.
12962         * calendar/cal-move.el (calendar-scroll-left): Handle case when
12963         event-start is nil.
12965         * calendar/calendar.el (calendar-mode-map): Fix typo.
12967 2008-04-24  Tom Tromey  <tromey@redhat.com>
12969         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
12970         Document keywords.  Add :suppress.
12971         * pcvs-defs.el (cvs-mode-map): Use :suppress.
12973         * net/goto-addr.el (goto-address-unfontify): New function.
12974         (goto-address-fontify): Use it.  Respect goto-address-prog-mode.
12975         (goto-address-fontify-region, goto-address-mode)
12976         (goto-address-prog-mode): New functions.
12978         * progmodes/bug-reference.el: New file.
12980 2008-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12982         * term/mac-win.el (mac-ts-active-input-buf): Move defvar to macterm.c.
12984 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12986         * emacs-lisp/easymenu.el (easy-menu-make-symbol): Don't wrap keyboard
12987         macros within lambdas.
12989 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12991         * minibuffer.el (completion-try-completion): Add `point' argument.
12992         Change return value.
12993         (completion-all-completions): Add `point' argument.
12994         (minibuffer-completion-help): Pass the new `point' argument.
12995         (completion--do-completion): Pass the whole field to try-completion.
12996         (completion--try-word-completion): Rewrite, making fewer assumptions.
12997         (completion-emacs21-try-completion, completion-emacs21-all-completions)
12998         (completion-emacs22-try-completion, completion-emacs22-all-completions)
12999         (completion-basic-try-completion, completion-basic-all-completions):
13000         New functions.
13001         (completion-styles-alist): Use them.
13003 2008-04-23  Agustín Martín  <agustin.martin@hispalinux.es>
13005         * textmodes/ispell.el (ispell-set-spellchecker-params):
13006         New function to make sure right params and dictionary alists are used
13007         after spellchecker changes.
13008         (ispell-aspell-dictionary-alist, ispell-last-program-name)
13009         (ispell-initialize-spellchecker-hook): New variables and hook.
13010         (ispell-find-aspell-dictionaries): Use ispell-aspell-dictionary-alist.
13011         (ispell-maybe-find-aspell-dictionaries): Remove.
13012         Calls replaced by (ispell-set-spellchecker-params) calls.
13013         (ispell-have-aspell-dictionaries): Remove.
13015         * textmodes/flyspell.el: Replace ispell-maybe-find-aspell-dictionaries
13016         by ispell-set-spellchecker-params.
13018 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13020         * complete.el (PC-do-completion): Be more robust in the presence of
13021         unexpected values in minibuffer-completion-predicate.
13023         * minibuffer.el (read-file-name): Don't let-bind default-directory.
13024         Only abbreviate default-filename if it's a file.
13026         * minibuffer.el (read-file-name-function, read-file-name-predicate)
13027         (read-file-name-completion-ignore-case, insert-default-directory):
13028         New vars, moved from fileio.c.
13029         (read-file-name): New fun, moved from fileio.c.
13030         * cus-start.el: Remove insert-default-directory and
13031         read-file-name-completion-ignore-case.
13033 2008-04-23  Magnus Henoch  <mange@freemail.hu>
13035         * tar-mode.el (tar-untar-buffer): If the entry has directory
13036         link type, extract it as a directory even if its file name doesn't
13037         end with a slash.  Fixes extraction of NetBSD tar archives.
13039 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13041         * server.el (server-start): Also don't get confused by CRs since we
13042         don't quote them.
13044 2008-04-23  Nick Roberts  <nickrob@snap.net.nz>
13046         * progmodes/gdb-ui.el (gdb-init-buffer): New function.
13047         (gdb-set-gud-minor-mode-existing-buffers)
13048         (gdb-info-breakpoints-custom, gdb-get-location)
13049         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
13050         Previously gdb-create-define-alist wasn't always run and added to
13051         after-save-hook.
13053         * progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer.
13055 2008-04-23  Kevin Ryde  <user42@zip.com.au>
13057         * progmodes/make-mode.el (makefile-fill-paragraph): Treat indented
13058         comments like unindented ones.
13060 2008-04-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13062         * term/mac-win.el (mac-ae-open-documents): Adjust selection range
13063         parameter origins.
13065 2008-04-23  Kevin Ryde  <user42@zip.com.au>
13067         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
13068         Bind print-level to ensure output forms aren't truncated if
13069         print-level is set to eval-expression-print-level when going via
13070         eval-defun and friends, or has been otherwise fiddled with.
13072 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13074         * progmodes/cc-mode.el (c-basic-common-init): Don't set
13075         font-lock-extend-after-change-region-function globally.
13077 2008-04-23  Juanma Barranquero  <lekktu@gmail.com>
13079         * speedbar.el (speedbar-use-tool-tips-flag)
13080         (speedbar-ignored-directory-regexp, speedbar-file-unshown-regexp)
13081         (speedbar-file-regexp, speedbar-message, speedbar-item-info)
13082         (speedbar-files-item-info, speedbar-maybe-add-localized-support)
13083         (speedbar-insert-files-at-point, speedbar-dynamic-tags-function-list)
13084         (speedbar-generic-list-positioned-group-p, speedbar-insert-generic-list)
13085         (speedbar-fetch-replacement-function, speedbar-extract-one-symbol)
13086         (speedbar-separator-face): Fix typos in docstrings.
13087         (speedbar-stealthy-function-list, speedbar-verbosity-level)
13088         (speedbar-supported-extension-expressions, speedbar-update-current-file)
13089         (speedbar-add-indicator, speedbar-tag-expand): Reflow docstring.
13090         (speedbar-use-imenu-flag, speedbar-ignored-directory-expressions)
13091         (speedbar-directory-unshown-regexp, speedbar-handle-delete-frame)
13092         (speedbar-show-info-under-mouse, speedbar-directory-buttons)
13093         (speedbar-check-vc-this-line, speedbar-files-line-directory)
13094         (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
13095         (speedbar-buffers-line-directory, speedbar-recenter-to-top)
13096         (speedbar-recenter): Doc fixes.
13097         (speedbar-update-speed, speedbar-navigating-speed): Add obsolescence
13098         declaration and remove redundant info in docstring.
13100 2008-04-23  Dan Nicolaescu  <dann@ics.uci.edu>
13102         * vc-git.el (vc-git-status-printer): Deal with directories.
13104         * vc.el (vc-next-action): Look at more than the first file to
13105         determine the state.
13107 2008-04-23  Glenn Morris  <rgm@gnu.org>
13109         * dframe.el (dframe-have-timer-flag): Drop support for Emacs without
13110         timers.  Doc fix.
13111         (dframe-update-speed): Drop support for XEmacs < 20.
13112         (dframe-frame-mode): Drop support for Emacs < 20.
13113         (dframe-set-timer-internal): Drop support for Emacs without timers.
13114         (dframe-popup-kludge): Use mouse-menu-major-mode-map if defined.
13116         * ediff-init.el (ediff-check-version): Drop support for very old Emacs
13117         versions.  Add doc-string.  Mark as obsolete.
13119         * ps-def.el (ps-color-device): Drop support for XEmacs < 19.12.
13121         * speedbar.el (speedbar-use-tool-tips-flag): Check for tooltip-mode,
13122         rather than using an Emacs version test.
13124         * tree-widget.el (tree-widget-image-enable): Use display-images-p
13125         rather than an Emacs version test.
13127         * calendar/cal-china.el (holiday-chinese-qingming)
13128         (holiday-chinese-winter-solstice, holiday-chinese): New functions.
13129         * calendar/calendar.el (calendar-chinese-all-holidays-flag): New.
13130         * calendar/holidays.el (holiday-oriental-holidays): Add more holidays.
13132         * calendar/cal-islam.el (holiday-islamic): Doc fix.
13134         * calendar/diary-lib.el (diary-list-sexp-entries): Doc fix.
13135         (diary-remind): Allow negative DAYS to represent a range 1:DAYS.
13136         Suggested by Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
13138 2008-04-23  Nick Roberts  <nickrob@snap.net.nz>
13140         * progmodes/gdb-ui.el (gdb-previous-frame-address): Rename...
13141         (gdb-previous-frame-pc-address): ...to this.
13142         (gdb-get-selected-frame): Use MI command -stack-info-frame instead
13143         of "info frame" with Gdb 6.4+.
13144         (gdb-stack-list-frames-regexp): New regexp.
13145         (gdb-frame-handler-1): Parse output of -stack-info-frame.
13147 2008-04-22  David Glasser  <glasser@davidglasser.net>  (tiny change)
13149         * tar-mode.el (tar-prefix-offset): New constant.
13150         (tar-header-block-tokenize): Support paths with long names
13151         which use the "ustar" standard.
13153 2008-04-22  Mathias Dahl  <mathias.dahl@gmail.com>
13155         * image-dired.el (image-dired-track-original-file)
13156         (image-dired-modify-mark-on-thumb-original-file):
13157         Use `dired-goto-file' instead of `search-forward'.  This solves
13158         a bug with finding files where the file name is a subset of other
13159         file names.  Doc fix.
13161 2008-04-22  Juri Linkov  <juri@jurta.org>
13163         * menu-bar.el (buffers-menu-max-size): Move its definition down to
13164         the "Buffers Menu" section.  Change group name `mouse' to `menu'.
13165         (yank-menu-length): Change group name `mouse' to `menu'.
13166         (buffers-menu-buffer-name-length): New user option.
13167         (menu-bar-update-buffers): Use buffers-menu-buffer-name-length
13168         instead of the hard-coded number 27.
13170 2008-04-22  Juri Linkov  <juri@jurta.org>
13172         * isearch.el (eval-when-compile): Require `help-macro'.
13173         (isearch-help-for-help-internal): Isearch specific Help screen
13174         created by `make-help-screen'.
13175         (isearch-help-map): New variable that binds "b", "k", "m" to
13176         isearch-specific commands, and binds other keys to
13177         isearch-other-control-char, thus allowing other Help keys to
13178         exit isearch mode and execute their global definitions.
13179         (isearch-help-for-help, isearch-describe-bindings)
13180         (isearch-describe-key, isearch-describe-mode): New commands.
13181         (isearch-mode-help): Define alias to isearch-describe-mode
13182         and remove its old function definition.
13183         (isearch-mode-map): Bind "\C-h" to isearch-help-map.
13184         Remove old comments because this issue is settled now.
13185         (isearch-forward): Describe three new Help commands in the docstring.
13186         (isearch-mode): Remove \\{isearch-mode-map} from the docstring,
13187         leave the single sentence at the first line of the docstring,
13188         and prepend the word "function" before `isearch-forward'
13189         to make the Help link to the function instead of variable.
13191 2008-04-22  Juri Linkov  <juri@jurta.org>
13193         * isearch.el (isearch-success-function): New variable with default
13194         to `isearch-success-function-default'.
13195         (isearch-search): Call a function from `isearch-success-function'
13196         instead of calling the hard-coded `isearch-range-invisible'.
13197         (isearch-success-function-default): New function that calls
13198         `isearch-range-invisible' and inverts its return value.
13200         * info.el (Info-search): In two similar places that skip
13201         undesired search matches move code to Info-search-success-function,
13202         and call `isearch-success-function' instead.
13203         (Info-search-success-function): New function copied from code
13204         in Info-search.  Replace isearch-range-invisible with
13205         text-property-not-all that checks for 'invisible and 'display
13206         properties to skip partially invisible matches (whose display
13207         properties were set by Info-fontify-node).
13208         (Info-mode): Set buffer-local isearch-success-function
13209         to Info-search-success-function.
13211 2008-04-22  Juri Linkov  <juri@jurta.org>
13213         * minibuffer.el (internal-complete-buffer-except): New function.
13215         * files.el (read-buffer-to-switch): New function.
13216         (switch-to-buffer-other-window, switch-to-buffer-other-frame):
13217         Change interactive spec to call read-buffer-to-switch instead of
13218         using the letter "B".
13220         * simple.el (minibuffer-default-add-shell-commands): New function.
13221         Use declare-function for mailcap-file-default-commands from "mailcap".
13222         (shell-command): Set local minibuffer-default-add-function to
13223         minibuffer-default-add-shell-commands in minibuffer-with-setup-hook
13224         before calling read-shell-command.  Set 4th arg default-value of
13225         read-shell-command to relative buffer-file-name in file buffers.
13227         * dired-aux.el (dired-read-shell-command-default): Move it to
13228         gnus/mailcap.el and change its name to more general name
13229         mailcap-file-default-commands.
13230         (minibuffer-default-add-dired-shell-commands): New function.
13231         Use declare-function for mailcap-file-default-commands from "mailcap".
13232         (dired-read-shell-command): Set local minibuffer-default-add-function
13233         to minibuffer-default-add-dired-shell-commands in minibuffer-with-setup-hook
13234         before calling read-shell-command.  Remove dired-read-shell-command-default
13235         from the default value arg because default values are not set in
13236         minibuffer-default-add-dired-shell-commands.  Doc fix.
13238         * dired-x.el (dired-smart-shell-command): Sync arguments and
13239         interactive spec with changes in `shell-command'.
13240         Use dired-get-filename to get the dired file name at point
13241         as the default value in dired mode.
13243 2008-04-22  Juanma Barranquero  <lekktu@gmail.com>
13245         * info.el (Info-complete-menu-item): Add missing parenthesis.
13247 2008-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13249         * info.el (Info-complete-menu-item): Save point.
13251 2008-04-22  Juanma Barranquero  <lekktu@gmail.com>
13253         * minibuffer.el (minibuffer-complete-and-exit): Fix last change.
13255 2008-04-22  Andreas Schwab  <schwab@suse.de>
13257         * Makefile.in (emacs-deps): Define.
13258         Use it instead of $(lisp)/subdirs.el.
13260 2008-04-22  Dan Nicolaescu  <dann@ics.uci.edu>
13262         * vc.el (vc-next-action): Do not consider directories when
13263         checking for state compatibility.
13264         (vc-transfer-file): Use when not if.
13265         (vc-dir-parent-marked-p, vc-dir-children-marked-p): New functions.
13266         (vc-dir-mark-file): Use them.
13267         (vc-deduce-fileset): Also return the backend.
13268         (vc-diff-internal): Take as argument the value returned by
13269         vc-deduce-fileset instead of just the fileset.
13270         (vc-next-action, vc-finish-logentry, vc-version-diff, vc-diff)
13271         (vc-dir-mark-file, vc-print-log, vc-revert, vc-rollback)
13272         (vc-update): Update the vc-deduce-fileset and vc-diff-internal calls.
13274 2008-04-22  Tassilo Horn  <tassilo@member.fsf.org>
13276         * doc-view.el (doc-view-scroll-up-or-next-page): Don't use
13277         set-window-vscroll but image-scroll-down.  Fixes a bug where a
13278         command following SPC scrolled up again.
13280 2008-04-22  Nick Roberts  <nickrob@snap.net.nz>
13282         * progmodes/gdb-ui.el (gdb-locals-header): New variable.
13283         (gdb-locals-mode, gdb-registers-mode): Use it for header line.
13284         (gud-watch): Add "$" prefix when in registers buffer.
13286 2008-04-22  Glenn Morris  <rgm@gnu.org>
13288         * progmodes/gdb-ui.el (gdbmi-invalidate-frames): Declare as function.
13290         * whitespace.el (whitespace-display-table)
13291         (whitespace-display-table-was-local): Move definitions before use.
13293         * emacs-lisp/copyright.el (copyright-at-end-flag): New option.
13294         (copyright-limit): Respect copyright-at-end-flag.
13295         (copyright-re-search, copyright-start-point)
13296         (copyright-offset-too-large-p): New functions.
13297         (copyright-update-year): Use copyright-re-search.
13298         (copyright-update, copyright-fix-years): Use copyright-start-point,
13299         and copyright-re-search.
13300         (copyright): Use copyright-offset-too-large-p.
13301         * add-log.el (change-log-mode): Set copyright-at-end-flag.
13303         * add-log.el (top-level): Require 'cl when compiling.
13305 2008-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13307         * complete.el (PC-complete-as-file-name, PC-read-file-name-internal):
13308         Treat minibuffer-completion-predicate as a predicate.
13310         * minibuffer.el (completion--file-name-table): Accept both the old
13311         `dir' arg or the new `pred' arg.
13313         * ffap.el (ffap-read-file-or-url): Do not abuse completing-read's
13314         `predicate' argument to pass non-predicate data.
13315         (ffap-read-url-internal, ffap-read-file-or-url-internal):
13316         Use second arg as proper predicate.
13318         * vc-bzr.el (vc-bzr-complete-with-prefix): Remove.
13319         (vc-bzr-revision-completion-table): Use completion-table-with-context
13320         instead.
13322         * simple.el (choose-completion-string): Use minibuffer-completion-table.
13324 2008-04-21  Chong Yidong  <cyd@stupidchicken.com>
13326         * term.el (term-emulate-terminal): Perform redisplay after the
13327         process filter has finished running.
13329 2008-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13331         * vc.el (vc-dir): Use pop-to-buffer, so it can be customized.
13333         * minibuffer.el (completion-try-completion): Change magic symbol
13334         property name.  Rename from minibuffer-try-completion.
13335         (completion-all-completions): Rename from minibuffer-all-completions.
13336         Remove hide-spaces argument.
13337         (completion--do-completion): Rename from minibuffer--do-completion.
13338         (minibuffer-complete-and-exit): Call just try-completion rather than
13339         completion-try-completion to fix up the case.
13340         (completion--try-word-completion): Try to add space or hyphen before
13341         making `string' a prefix of `completion'.
13342         (completion--insert-strings): Rename from minibuffer--insert-strings.
13344 2008-04-22  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
13346         * net/tls.el (tls-program): Add -ign_eof argument to call the
13347         openssl commands.
13348         (tls-checktrust): Ditto.
13350 2008-04-21  Dan Nicolaescu  <dann@ics.uci.edu>
13352         * vc-cvs.el (vc-cvs-status-extra-headers): New function.
13354         * vc-hooks.el (vc-insert-file, vc-state, vc-working-revision)
13355         (vc-check-master-templates, vc-file-not-found-hook)
13356         (vc-kill-buffer-hook):
13357         * vc.el (vc-process-sentinel, vc-exec-after, vc-do-command)
13358         (vc-find-position-by-context, vc-buffer-context)
13359         (vc-restore-buffer-context, vc-responsible-backend)
13360         (vc-expand-dirs, vc-ensure-vc-buffer, vc-buffer-sync)
13361         (vc-next-action, vc-register, vc-register-with, vc-steal-lock)
13362         (vc-finish-logentry, vc-coding-system-for-diff, vc-switches)
13363         (vc-version-diff, vc-diff, vc-insert-headers)
13364         (vc-dired-buffers-for-dir, vc-dired-resynch-file)
13365         (vc-snapshot-precondition, vc-create-snapshot, vc-print-log)
13366         (vc-revert, vc-rollback, vc-version-backup-file)
13367         (vc-rename-master, vc-delete-file, vc-rename-file)
13368         (vc-branch-part, vc-default-retrieve-snapshot)
13369         (vc-annotate-display-autoscale, vc-annotate-display-select)
13370         (vc-annotate, vc-annotate-warp-revision, vc-annotate-difference)
13371         (vc-annotate-lines, vc-file-tree-walk-internal): Use when instead of if.
13372         (vc-dir-update): Handle directories.
13373         (vc-default-status-printer): Simplify.
13375         * progmodes/asm-mode.el (asm-mode-map):
13376         * progmodes/hideif.el (hide-ifdef-mode-menu): Add :help.
13378         * progmodes/m4-mode.el (m4-mode-map): Add menu.
13380 2008-04-21  Kenichi Handa  <handa@m17n.org>
13382         * select.el (xselect-convert-to-string): Send a C_STRING only if
13383         the polymorphic target TEXT is requested.
13385 2008-04-21  Juanma Barranquero  <lekktu@gmail.com>
13387         * minibuffer.el (completion-setup-hook, display-completion-list)
13388         (completion--file-name-table): Fix typos in docstrings.
13389         (completion-table-dynamic): Fix typo, and reflow docstring.
13391 2008-04-20  Andreas Schwab  <schwab@suse.de>
13393         * server.el (server-switch-buffer): Also consider clients in the
13394         selected frame.
13396 2008-04-19  Nick Roberts  <nickrob@snap.net.nz>
13398         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
13399         Select window clicked on first.
13400         (gdb): Display thread number in mode-line.
13401         (gdb-make-header-line-mouse-map): Move to avoid byte compiler warnings.
13402         (gdb-breakpoints-header): New variable.
13403         (gdb-breakpoints-mode, gdb-threads-mode): Use it for header line.
13405 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13407         * vc-sccs.el (vc-sccs-do-command): New fun.  Use the "sccs" command.
13408         (vc-sccs-register, vc-sccs-checkin, vc-sccs-find-revision)
13409         (vc-sccs-checkout, vc-sccs-rollback, vc-sccs-revert)
13410         (vc-sccs-steal-lock, vc-sccs-modify-change-comment)
13411         (vc-sccs-print-log): Use it.
13413         * vc-hooks.el (vc-path): Remove SCCS-specific hack.
13415         * emacs-lisp/lisp-mode.el (lisp-mode-auto-fill): Make it an alias.
13416         * progmodes/scheme.el (scheme-mode-variables): Don't use it.
13418         * tooltip.el (tooltip-previous-message): New var.
13419         (tooltip-show-help-non-mode): Rewrite to better follow the behavior of
13420         the C code (avoid overwriting a minibuffer, restore previous echo
13421         message, ...).
13422         (tooltip-delay, tooltip-process-prompt-regexp, tooltip-strip-prompt):
13423         Simplify.
13425 2008-04-19  Nick Roberts  <nickrob@snap.net.nz>
13427         * progmodes/gdb-ui.el (gdb-thread-indicator): New variable.
13428         (gdb-init-1): Initialise it.
13429         (gdb-annotation-rules): New entry for "new-thread".
13430         (gdb-thread-identification): New function to customize
13431         mode-line-buffer-identification.
13432         (gdb-frames-mode, gdb-registers-mode, gdb-locals-mode)
13433         (gdb-assembler-mode): Use it.
13434         (gdb-threads-mode): Force "info threads" onto queue.
13436 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13438         * files.el (locate-file-completion-table): Rename from
13439         locate-file-completion and make it use `pred' in the normal way.
13440         (locate-file-completion): New compatibility wrapper.
13441         (load-library): Use locate-file-completion-table.
13442         * finder.el (finder-commentary):
13443         * subr.el (locate-library):
13444         * emacs-lisp/find-func.el (find-library): Likewise.
13445         * info.el: Use with-current-buffer and inhibit-read-only.
13446         (Info-read-node-name-2): Change to use `predicate' in the normal way.
13447         (Info-read-node-name-1): Adjust uses accordingly.
13449         * minibuffer.el (completion-table-with-context): Add support for `pred'.
13450         (completion-table-with-terminator): Don't use complete-with-action
13451         since we have to distinguish all three cases anyway.
13452         (completion-table-with-predicate): New function.
13453         (dynamic-completion-table): Add obsolete alias.
13455         * emacs-lisp/trace.el (trace-make-advice): Don't change selected-window.
13457 2008-04-18  Sam Steingold  <sds@gnu.org>
13459         * vc.el (vc-dir-menu-map, vc-dir-mode-map, vc-dir-tool-bar-map):
13460         Use quit-window instead of bury-buffer.
13462 2008-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13464         * minibuffer.el (completion-table-with-terminator): Fix last fix.
13466 2008-04-18  Andreas Schwab  <schwab@suse.de>
13468         * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
13469         ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
13470         Depend on $(lisp)/subdirs.el.
13472 2008-04-18  Juanma Barranquero  <lekktu@gmail.com>
13474         * descr-text.el (describe-char-after):
13475         Use `define-obsolete-function-alias'.
13477         * dired-x.el (dired-omit-files-p): Use `define-obsolete-variable-alias'.
13479         * facemenu.el (facemenu-unlisted-faces): Fix obsolescence description.
13481         * savehist.el (savehist-load): Add WHEN to obsolescence declaration.
13482         Remove redundant obsolescence info in docstring.
13484         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
13485         (vc-header-alist): Add WHEN to obsolescence declaration.
13486         (vc-state): Fix typo in docstring.
13488         * emacs-lisp/checkdoc.el (checkdoc-minor-keymap):
13489         Use `define-obsolete-variable-alias'.
13491         * emulation/tpu-edt.el (tpu-have-ispell):
13492         * international/codepage.el (codepage-setup):
13493         Fix typo in obsolescence declaration.
13495         * international/mule.el (char-coding-system-table):
13496         Remove redundant obsolescence info in docstring.
13497         (charset-list, generic-char-p, set-char-table-default):
13498         Fix typos in obsolescence declarations.
13500         * international/mule-diag.el (non-iso-charset-alist):
13501         Fix typo in obsolescence declaration.
13502         (decode-codepage-char): Remove redundant obsolescence info in docstring.
13504         * font-core.el (font-lock-defaults-alist):
13505         * font-lock.el (font-lock-reference-face):
13506         * frame.el (screen-height, screen-width, set-screen-width)
13507         (set-screen-height):
13508         * hilit-chg.el (highlight-changes-initial-state):
13509         * isearch.el (isearch-return-char):
13510         * log-edit.el (cvs-commit-buffer-require-final-newline)
13511         (cvs-changelog-full-paragraphs):
13512         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
13513         (mouse-popup-menubar-stuff):
13514         * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
13515         (mouse-wheel-click-button):
13516         * outline.el (outline-visible):
13517         * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name):
13518         * pcvs-info.el (cvs-display-full-path, cvs-fileinfo->full-path):
13519         * emacs-lisp/lisp-mode.el (lisp-comment-indent):
13520         * progmodes/compile.el (compile-internal):
13521         Add WHEN to obsolescence declarations.
13523 2008-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13525         * emacs-lisp/debug.el (debug): Revert to bury-buffer since quit-window
13526         is not better anyway.
13528 2008-04-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13530         * whitespace.el (whitespace-report-region): Handle whitespace-tab-width
13531         properly.
13533 2008-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13535         * progmodes/python.el (python-mode-map): Use abbrev-table-menu.
13536         (python-use-skeletons): Remove, unused.
13537         (python-skeletons): Remove.  Use the abbrev table instead.
13538         (python-mode-abbrev-table): Fix regexp;
13539         add enable-function and case-fixed.
13540         (def-python-skeleton): Simplify.
13541         (python-expand-template): Use the abbrev-table and abbrev-insert.
13542         (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
13543         Remove.
13544         (python-mode): Don't set pre-abbrev-expand-hook.
13546         * skeleton.el: Set coding-tag.
13548         * abbrev.el (abbrev-insert): New function extracted from expand-abbrev.
13549         (expand-abbrev): Use it.
13550         (abbrev-table-menu): New function.
13552         * abbrev.el (define-abbrev-table): Fontify dosctrings as such.
13554         * minibuffer.el (completion-table-with-terminator): Fix paren typo.
13556 2008-04-17  Sam Steingold  <sds@gnu.org>
13558         * pcvs-util.el (cvs-bury-buffer): Use quit-window instead of the
13559         idiosyncratic bury-buffer/delete-window logic.
13561 2008-04-17  Juanma Barranquero  <lekktu@gmail.com>
13563         * emacs-lisp/crm.el (crm-completion-help, crm-complete)
13564         (crm-complete-word, crm-complete-and-exit): Fix typo in previous change.
13566 2008-04-17  Kenichi Handa  <handa@m17n.org>
13568         * international/characters.el: Don't make the width of U+00AD to 0.
13570 2008-04-17  Nick Roberts  <nickrob@snap.net.nz>
13572         * progmodes/gdb-ui.el (gdb-stack-update): New variable.
13573         (gdb, gdb-starting, gdb-frames-mode): Use it.
13574         (gdb-invalidate-frames): Advise to call "info stack" only if
13575         execution has occurred.
13576         (gdb-info-breakpoints-custom): Only update overlay-arrow pointing to
13577         selected frame if no execution has occurred.
13578         (gdb-frames-force-update): New interactive function.
13579         (gdb-frames-mode-map): Bind it to "F".
13581 2008-04-17  Michael Olson  <mwolson@gnu.org>
13583         * textmodes/remember.el (remember-version): Release Remember 2.0.
13585 2008-04-16  Yoni Rabkin  <yoni@rabkins.net>
13587         * textmodes/artist.el:
13588         * progmodes/vhdl-mode.el:
13589         * progmodes/verilog-mode.el:
13590         * progmodes/vera-mode.el:
13591         * progmodes/simula.el:
13592         * progmodes/ps-mode.el:
13593         * progmodes/cmacexp.el:
13594         * obsolete/hilit19.el:
13595         * emulation/viper.el:
13596         * ediff.el: Cleanup the bug-report email addresses and make sure the
13597         maintainer is still willing to handle bug reports.
13599 2008-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
13601         * vc.el (vc-dir-kill-query): Fix thinko.
13603 2008-04-16  Glenn Morris  <rgm@gnu.org>
13605         * calendar/diary-lib.el (diary-remind): Don't clobber `date' passed
13606         by diary-sexp-entry.
13608 2008-04-16  Markus Triska  <markus.triska@gmx.at>
13610         * proced.el (proced-command-alist): Add support for darwin.
13612 2008-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13614         * proced.el (proced-mode): Redefine as just the major-mode.
13615         (proced): Separate it from proced-mode.
13617         * vc.el: Rename vc-status to vc-dir and the vc-status var to vc-ewoc.
13619 2008-04-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13621         * whitespace.el: Honor the `indent-tabs-mode' setting from user.
13622         Suggested by Stephen Deasey <sdeasey@gmail.com>.  Honor also the
13623         `tab-width' setting from user.  New version 10.0.  Doc and docstring
13624         fix.
13625         (whitespace-style, whitespace-chars): Remove options.
13626         (whitespace-style-mark): New option, replace whitespace-style deleted
13627         option.  Fix docstring.
13628         (whitespace-style-color): New option, replace whitespace-chars deleted
13629         option.  Fix docstring.
13630         (whitespace-space, whitespace-hspace, whitespace-tab)
13631         (whitespace-newline, whitespace-trailing, whitespace-line)
13632         (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
13633         (whitespace-space-after-tab, whitespace-hspace-regexp)
13634         (whitespace-space-regexp, whitespace-tab-regexp)
13635         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
13636         (whitespace-empty-at-eob-regexp, whitespace-line-column)
13637         (whitespace-toggle-option-alist): Fix docstring.
13638         (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
13639         (whitespace-space-after-tab-regexp, whitespace-display-mappings): Fix
13640         docstring and initialization.
13641         (global-whitespace-mode): Autoloaded global minor mode.
13642         (whitespace-chars-value-list, whitespace-style-value-list)
13643         (whitespace-active-chars, whitespace-active-style)
13644         (whitespace-toggle-chars, whitespace-toggle-style): Remove vars.
13645         (whitespace-color-value-list): New var, replace
13646         whitespace-chars-value-list removed var.
13647         (whitespace-mark-value-list): New var, replace
13648         whitespace-style-value-list removed var.
13649         (whitespace-active-color): New var, replace whitespace-active-chars
13650         removed var.
13651         (whitespace-active-mark): New var, replace whitespace-active-style
13652         removed var.
13653         (whitespace-toggle-color): New var, replace whitespace-toggle-chars
13654         removed var.
13655         (whitespace-toggle-mark): New var, replace whitespace-toggle-style
13656         removed var.
13657         (whitespace-toggle-option-alist, whitespace-report-list)
13658         (whitespace-report-text, whitespace-help-text): Fix initialization.
13659         (whitespace-indent-tabs-mode, whitespace-tab-width): New vars.
13660         (whitespace-toggle-options, global-whitespace-toggle-options)
13661         (whitespace-cleanup-region, whitespace-report-region)
13662         (whitespace-interactive-char): Fix docstring and code.
13663         (whitespace-cleanup, whitespace-report): Fix docstring.
13664         (whitespace-replace-spaces-by-tabs): Remove fun.
13665         (whitespace-replace-action): New fun, replace
13666         whitespace-replace-spaces-by-tabs removed fun.
13667         (whitespace-regexp, whitespace-indentation-regexp)
13668         (whitespace-space-after-tab-regexp, whitespace-insert-value)
13669         (whitespace-kill-buffer): New funs.
13670         (whitespace-insert-option-mark, whitespace-help-on)
13671         (whitespace-help-off, whitespace-turn-on, whitespace-turn-off)
13672         (whitespace-color-on, whitespace-color-off)
13673         (whitespace-display-char-on): Fix code.
13675 2008-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13677         * mouse-drag.el (mouse-throw-magnifier-with-scroll-bar)
13678         (mouse-throw-magnifier-with-mouse-movement): Remove.
13679         (mouse-throw-magnifier-base): New const.
13680         (mouse-drag-scroll-delta): New fun.
13681         (mouse-drag-throw): Use it.
13683 2008-04-15  Juanma Barranquero  <lekktu@gmail.com>
13685         * international/uni-bidi.el, international/uni-category.el:
13686         * international/uni-combining.el, international/uni-comment.el:
13687         * international/uni-decimal.el, international/uni-decomposition.el:
13688         * international/uni-digit.el, international/uni-lowercase.el:
13689         * international/uni-mirrored.el, international/uni-name.el:
13690         * international/uni-numeric.el, international/uni-old-name.el:
13691         * international/uni-titlecase.el, international/uni-uppercase.el:
13692         * international/charprop.el: Regenerate.
13694 2008-04-15  Dan Nicolaescu  <dann@ics.uci.edu>
13696         * vc.el (vc-status-fileinfo): Add new member directoryp.
13697         (vc-default-status-printer): Print directories.
13698         (vc-status-update): Sort files before subdirectories.
13700         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
13701         Add alternative implementation based on "cvs update".
13703 2008-04-15  Tassilo Horn  <tassilo@member.fsf.org>
13705         * doc-view.el: Changed requirements section to tell that only one
13706         of dvipdf or dvipdfm is needed.
13707         (doc-view-already-converted-p): Fix bug that forced reconversion
13708         if doc was already converted.
13710 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13712         * minibuffer.el (minibuffer-message):
13713         Make sure we can put-text-property.
13715         * emacs-lisp/crm.el: Complete rewrite.
13717         * tmm.el (tmm-completion-delete-prompt): Don't hardcode point-min==1.
13718         (tmm-add-prompt): Make sure completion-setup-hook is preserved even in
13719         case of an error in display-completion-list.
13721         * filecache.el (file-cache-completions-keymap): Move init from
13722         file-cache-completion-setup-function into declaration.
13723         (file-cache-minibuffer-complete): Simplify.
13724         (file-cache-completion-setup-function): Use standard-output,
13725         preserve current-buffer.
13727         * vc.el (vc-status-update): Fix typo.
13728         (vc-status-update): Set needs-update.
13729         (vc-status-refresh): Î·-reduce.
13731 2008-04-14  Tassilo Horn  <tassilo@member.fsf.org>
13733         * doc-view.el (doc-view-mode-map): Bind C-a to image-bol and C-e
13734         to image-eol.
13736 2008-04-14  Alexandre Julliard  <julliard@winehq.org>
13738         * vc.el (vc-status-update): Undo the previous revert.
13740 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13742         * minibuffer.el (completion-table-with-terminator): Those completions
13743         are never valid w.r.t test-completion.
13744         (completion--file-name-table):
13745         Check completion-all-completions-with-base-size.
13747 2008-04-14  Tassilo Horn  <tassilo@member.fsf.org>
13749         * doc-view.el (doc-view-dvipdf-program): New variable.
13750         (doc-view-dvipdfm-program): Mention doc-view-dvipdf-program.
13751         (doc-view-mode-p): Check for doc-view-dvipdf-program as
13752         alternative for doc-view-dvipdfm-program.
13753         (doc-view-dvi->pdf): Prefer dvipdf over dvipdfm.
13755         * doc-view.el (doc-view-start-process): Don't set
13756         default-directory to "~/" if the current value is valid.
13757         This broke PS files that run other files in the same directory.
13759 2008-04-14  Dan Nicolaescu  <dann@ics.uci.edu>
13761         * vc.el (vc-status-kill-query): New function.
13762         (vc-status-mode): Add it to kill-buffer-query-functions.
13763         (vc-status-show-fileentry): New function.
13764         (vc-status-menu-map): Bind it.  Bind vc-next-action.
13766 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13768         * minibuffer.el (minibuffer-message): Put cursor at the right place.
13770 2008-04-13  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13772         * proced.el (proced-send-signal): Fix error recognition.
13774 2008-04-13  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13776         * proced.el (proced-command-alist): Remove sort column.
13777         (proced-command, proced-procname-column):
13778         Use make-variable-buffer-local.
13779         (proced-signal-function): Rename from proced-kill-program.
13780         Allow for elisp symbols and string values representing system calls.
13781         (proced-marker-regexp, proced-success-message): New functions.
13782         (proced): Use defalias.  Add autoload cookie.
13783         (proced-unmark-backward, proced-toggle-marks)
13784         (proced-hide-processes): New commands.
13785         (proced-do-mark): Simplify code.
13786         (proced-insert-mark): Use optional arg BACKWARD instead of line number.
13787         (proced-update): Remove sorting.
13788         (proced-send-signal): Display number of processes to operate on.
13789         Allow for system calls or elisp functions to send signals.
13790         Check if signal was sent successfully.
13792 2008-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13794         * minibuffer.el (completion-all-completion-with-base-size): New var.
13795         (completion--some): New function.
13796         (completion-table-with-context, completion--file-name-table):
13797         Return the base-size if requested.
13798         (completion-table-in-turn): Generalize to multiple arguments.
13799         (complete-in-turn): Compatibility alias.
13800         (completion-styles-alist): New var.
13801         (completion-styles): New customization.
13802         (minibuffer-try-completion, minibuffer-all-completions):
13803         New functions.
13804         (minibuffer--do-completion, minibuffer-complete-and-exit)
13805         (minibuffer-try-word-completion): Use them.
13806         (display-completion-list, minibuffer-completion-help): Use them.
13807         Handle all-completions's new base-size info to set completion-base-size.
13808         * info.el (Info-read-node-name-1): Use completion-table-with-context,
13809         completion-table-with-terminator and complete-with-action.
13810         Remove the now obsolete completion-base-size-function property.
13811         * simple.el (completion-list-mode-map): Move init into declaration.
13812         (completion-list-mode): Use define-derived-mode.
13813         (completion-setup-function): Use any completion-base-size that may
13814         have been set before.  Remove handling of completion-base-size-function.
13815         * loadup.el: Move abbrev.el up earlier.
13817 2008-04-13  Alexandre Julliard  <julliard@winehq.org>
13819         * vc-git.el (vc-git-after-dir-status-stage)
13820         (vc-git-dir-status-goto-stage): New functions.
13821         (vc-git-after-dir-status-stage1)
13822         (vc-git-after-dir-status-stage1-empty-db)
13823         (vc-git-after-dir-status-stage2): Remove, functionality moved
13824         into the new generic stage functions.
13825         (vc-git-dir-status-files): New function.
13827         * vc.el (vc-status-update): Revert an incorrect rewrite.
13828         Add some comments.
13829         (vc-status-refresh-files): New function.
13830         (vc-status-refresh): Use `vc-status-refresh-files' to refresh the
13831         state of up-to-date files.
13832         (vc-default-dir-status-files): New function.
13834 2008-04-13  Juanma Barranquero  <lekktu@gmail.com>
13836         * minibuffer.el (completion--embedded-envvar-table)
13837         (read-file-name-internal): Fix typos in 2008-04-11 change.
13839         * faces.el (read-face-name): Use `completion-table-in-turn',
13840         not `complete-in-turn'.
13842 2008-04-13  Andreas Schwab  <schwab@suse.de>
13844         * progmodes/etags.el: Require 'cl when compiling.
13846 2008-04-12  Nick Roberts  <nickrob@snap.net.nz>
13848         * progmodes/gud.el (gud-menu-map): Expand tooltip.
13850         * progmodes/gdb-ui.el (gdb-find-source-frame): Improve doc string.
13851         (menu): Add/expand menu tooltips.
13853 2008-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
13855         * progmodes/sh-script.el (sh-show-indent): Fix typo.
13856         (sh-mode-map): Add a toggle for inserting braces and quotes in pairs.
13858         * vc-cvs.el (vc-cvs-registered): Allow removed files to be
13859         considered registered.
13861 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
13863         * emacs-lisp/copyright.el (copyright-update-directory): New command.
13865         * ediff-wind.el (ediff-split-window-function)
13866         (ediff-merge-split-window-function): Improve custom type.
13868 2008-04-12  Eli Zaretskii  <eliz@gnu.org>
13870         * loadup.el ("minibuffer"): Move after "faces".
13872 2008-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13874         * progmodes/hideif.el (hif-factor): Handle unary minus.
13876 2008-04-12  Glenn Morris  <rgm@gnu.org>
13878         * calendar/cal-china.el (chinese-calendar-time-zone):
13879         Mark obsolete name as risky too.
13881         * calendar/calendar.el (calendar-faces): New custom group.
13882         (calendar-today, diary, holiday): Doc fix.
13883         Move to calendar-faces group.
13884         * calendar/diary-lib.el (diary-face, diary-anniversary, diary-time)
13885         (diary-button): Doc fix.  Move to calendar-faces group.
13887         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
13888         * desktop.el, files.el, hilit-chg.el, ibuffer.el, iswitchb.el:
13889         * pcvs-info.el, recentf.el, speedbar.el, calendar/cal-china.el:
13890         * calendar/cal-hebrew.el, calendar/cal-x.el, calendar/calendar.el
13891         * calendar/diary-lib.el, net/net-utils.el, progmodes/gud.el:
13892         Move non-autoloaded define-obsolete-variable-alias calls for defcustoms
13893         not in dumped files before the associated defcustom.
13895 2008-04-11  Johan BockgÃ¥rd  <bojohan@gnu.org>
13897         * minibuffer.el (lazy-completion-table): Fix debug spec.
13899 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13901         * minibuffer.el (complete-with-action, lazy-completion-table):
13902         Move from subr.el.
13903         (apply-partially, completion-table-dynamic)
13904         (completion-table-with-context, completion-table-with-terminator)
13905         (completion-table-in-turn): New funs.
13906         (completion--make-envvar-table, completion--embedded-envvar-table):
13907         New funs.
13908         (read-file-name-internal): Use them.
13909         (completion-setup-hook): Move from simple.el.
13910         * subr.el (complete-with-action, lazy-completion-table):
13911         * simple.el (completion-setup-hook): Move to minibuffer.el.
13913 2008-04-11  Glenn Morris  <rgm@gnu.org>
13915         * Makefile.in (AUTOGENEL): Add calc/calc-loaddefs.el.
13917 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13919         * progmodes/python.el (python-mode): Don't mess with hippie-expand.
13921         * Makefile.in (bootstrap-prepare): Make tpu-edt.el writable as well.
13923         * textmodes/fill.el (fill-forward-paragraph-function): New var.
13924         (fill-forward-paragraph): New fun.
13925         (fill-paragraph, fill-region): Use it.
13927         * vc.el: Change `dir-status' to not take (and pass) status-buffer.
13928         (vc-status-create-fileinfo): Make `extra' optional.
13929         (vc-status-busy): New fun.
13930         (vc-status-menu-map): Use it.
13931         (vc-status-crt-marked): Remove.
13932         (vc-status-update): Rename from vc-status-add-entries.
13933         Add argument so as to prevent addition of entries.  Rewrite.
13934         (vc-update-vc-status-buffer): Remove.
13935         (vc-status-refresh): Don't remove old entries, set them to
13936         up-to-date instead.  Also do it after the update is complete.
13937         (vc-status-marked-files): Î·-reduce.
13939         * dired.el (dired-read-dir-and-switches): Use read-directory-name even
13940         for non-dialogs.
13942         * Makefile.in (bootstrap-prepare): Don't copy ldefs-boot over loaddefs.
13944         * loadup.el: Load ldefs-boot.el if loaddefs.el doesn't exist.
13946 2008-04-11  Jan Djärv  <jan.h.d@swipnet.se>
13948         * tooltip.el (tooltip-show-help-non-mode): Set message-truncate-lines
13949         to t and don't truncate msg.
13951 2008-04-11  Glenn Morris  <rgm@gnu.org>
13953         * calendar/calendar.el (diary, holidays):
13954         Move custom groups to other files.
13955         (holiday-general-holidays, holiday-oriental-holidays)
13956         (holiday-local-holidays, holiday-other-holidays, hebrew-holidays-1)
13957         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
13958         (holiday-hebrew-holidays, holiday-christian-holidays)
13959         (holiday-islamic-holidays, holiday-bahai-holidays)
13960         (holiday-solar-holidays, calendar-holidays): Move to holidays.el.
13961         * calendar/diary-lib.el: Move custom group here from calendar.el.
13962         * calendar/holidays.el: Move custom group and variables here
13963         from calendar.el.
13965         * calendar/cal-china.el (calendar-chinese-time-zone): Mark as risky.
13967         * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
13968         Fix custom group.
13969         (calendar-current-time-zone-cache): Autoload riskiness.
13971         * calendar/cal-tex.el (cal-tex-preamble-extra): Fix custom type.
13973 2008-04-11  Chong Yidong  <cyd@stupidchicken.com>
13975         * woman.el (woman2-TH): Use string-equal instead of string-match.
13977 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13979         * smerge-mode.el (smerge-apply-resolution-patch): Fix typo.
13980         (smerge-resolve): Merge the "2-way refinement" case with one half of
13981         the "mere whitespace" resolution.
13983 2008-04-10  Dan Nicolaescu  <dann@ics.uci.edu>
13985         * vc-bzr.el (vc-bzr-after-dir-status): Detect the conflict state.
13987 2008-04-10  Juanma Barranquero  <lekktu@gmail.com>
13989         * subr.el (assoc-ignore-case, assoc-ignore-representation):
13990         Add WHEN to obsolescence declaration.
13992         * makefile.w32-in (AUTOGENEL): Add calc-loaddefs.el.
13994 2008-04-10  Dan Nicolaescu  <dann@ics.uci.edu>
13996         * vc-hooks.el (vc-state): Add new state `conflict'.
13997         (vc-after-save): Use when not if.
13998         (vc-default-mode-line-string): Deal with the conflict state.
13999         (vc-prefix-map, vc-menu-map): Bind vc-status instead of vc-directory.
14001         * vc.el (vc-editable-p, vc-default-status-printer)
14002         (vc-next-action): Deal with the conflict state.
14003         (vc-mark-resolved): New function.
14004         (vc-status-mode): Fix mode name.
14005         (vc-default-comment-history): Use when not if.
14006         (Todo): Add new entries, remove old ones.
14008         * vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news): Set conflict state.
14009         (vc-cvs-parse-status, vc-cvs-after-dir-status):
14010         * vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
14011         Detect the conflict state.
14013         * vc-hg.el (vc-hg-dir-status): Remove unneeded call.
14015 2008-04-10  Glenn Morris  <rgm@gnu.org>
14017         * menu-bar.el (menu-bar-options-menu) <truncate-lines>:
14018         Respect truncate-partial-width-windows in non-full windows,
14019         with regards to :toggle and :enable state.
14021         * simple.el (toggle-truncate-lines): Doc fix.
14023         * Makefile.in (MH_E_DIR): New variable.
14024         (MH_E_SRC): Restore variable removed 2008-03-13.
14025         (mh-loaddefs.el): Depend on $MH_E_SRC.
14026         (CAL_DIR, CAL_SRC): New variables.
14027         (cal-loaddefs.el, diary-loaddefs.el, hol-loaddefs.el):
14028         Depend on CAL_SRC.
14030         * calendar/calendar.el (calendar, diary): Add :prefix.
14031         (holidays): Change :prefix.
14032         (calendar-today, holiday, calendar-holiday-marker)
14033         (european-calendar-style): Change custom groups.
14035         * calendar/calendar.el (diary-hook, diary-display-hook):
14036         Move to diary-lib.el.
14037         * calendar/diary-lib.el (diary-hook, diary-display-hook):
14038         Move here from calendar.el.
14039         * calendar/appt.el: Require diary-lib rather than calendar.
14040         * calendar/cal-x.el (diary-display-hook): Declare for compiler.
14042         * calendar/appt.el (appt): Add :prefix.
14044         * calendar/diary-lib.el (diary-hook): Doc fix.
14045         (diary-mark-sexp-entries): Fix replacement of calendar-for-loop.
14047 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14049         * minibuffer.el (minibuffer--double-dollars, read-file-name-internal):
14050         New functions.
14052         * minibuffer.el (minibuffer--do-completion): Don't forget to propagate
14053         the arg to recursive calls.
14055 2008-04-09  Juanma Barranquero  <lekktu@gmail.com>
14057         * minibuffer.el (completion-auto-help): Fix typo.
14059 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14061         * vc-cvs.el (vc-cvs-diff-tree): Remove unused function.
14063 2008-04-09  Michael Albinus  <michael.albinus@gmx.de>
14065         * net/tramp.el (tramp-find-file-name-coding-system-alist): New defun.
14066         (tramp-handle-insert-file-contents, tramp-handle-write-region): Use it.
14068 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14070         * vc-hooks.el (vc-default-mode-line-string): Use ? for missing.
14072         * minibuffer.el (minibuffer): Move group from cus-edit.el.
14073         (completion-auto-help): Move from C code.
14074         (minibuffer--maybe-completion-help): Remove.
14075         (minibuffer--bitset): New function.
14076         (minibuffer--do-completion): Rename from minibuffer-do-completion.
14077         Renumber a bit.  Really complete on string *before* point.
14078         Add argument used for word-completion.
14079         Join trailing / in completion with following text, as done in
14080         minibuffer-complete-word.
14081         Handle new value `lazy' for completion-auto-help.
14082         (minibuffer-try-word-completion): New function extracted from
14083         minibuffer-complete-word.
14084         (minibuffer-complete-word): Use minibuffer--do-completion.
14085         (minibuffer--insert-strings): Rename from
14086         minibuffer-complete-insert-strings.
14087         (exit-minibuffer): Fix typo.
14088         * cus-edit.el (minibuffer): Move group to minibuffer.el.
14089         * cus-start.el: Remove completion-auto-help.
14091 2008-04-09  Alexandre Julliard  <julliard@winehq.org>
14093         * vc.el (vc-status-add-entries): New function.
14094         (vc-status-add-entry): Remove.
14095         (vc-update-vc-status-buffer, vc-status-mark-buffer-changed):
14096         Use vc-status-add-entries.
14098         * emacs-lisp/ewoc.el (ewoc-collect): Return results in the correct
14099         order.
14101 2008-04-09  Jason Rumney  <jasonr@gnu.org>
14103         * makefile.w32-in (LOADDEFS): Add mh-loaddefs.el.
14104         ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule.
14105         (pre-mh-loaddefs.el-CMD, pre-mh-loaddefs.el-SH): Remove.
14106         (AUTOGENEL): New variable.
14107         (distclean, maintainer-clean): New targets.
14109 2008-04-09  Chong Yidong  <cyd@stupidchicken.com>
14111         * emacs-lisp/regexp-opt.el (regexp-opt):
14112         Reduce max-lisp-eval-depth and max-specpdl-size to 10000.
14114 2008-04-09  Lennart Borgman  <lennart.borgman@gmail.com>
14116         * nxml/nxml-mode.el (nxml-cleanup): New function.
14117         (nxml-mode): Add it to change-major-mode-hook.
14119 2008-04-09  Jan Djärv  <jan.h.d@swipnet.se>
14121         * term/x-win.el (x-gtk-stock-map): Map info to gtk-info.
14123 2008-04-09  Juanma Barranquero  <lekktu@gmail.com>
14125         * calc/.cvsignore: New file.
14127 2008-04-09  Jan Djärv  <jan.h.d@swipnet.se>
14129         * vc.el (vc-status-tool-bar-map): Add vc-print-log to tool bar.
14131         * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as
14132         show-help-function when turning tooltip off.
14133         (tooltip-show): Call tooltip-show-help-non-mode if use-echo-area.
14134         (tooltip-trunc-str, tooltip-show-help-non-mode): New.
14136 2008-04-09  Alan Mackenzie  <acm@muc.de>
14138         * font-lock.el (font-lock-extend-after-change-region-function):
14139         Make it buffer local.
14141 2008-04-09  Glenn Morris  <rgm@gnu.org>
14143         * calendar/calendar.el (diary-file, european-calendar-style):
14144         Remove autoload cookies.
14146 2008-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
14148         * outline.el (outline-mode-menu-bar-map):
14149         * log-view.el (log-view-mode-menu):
14150         * log-edit.el (log-edit-menu): Add :help.
14152 2008-04-09  Chong Yidong  <cyd@stupidchicken.com>
14154         * emacs-lisp/regexp-opt.el (regexp-opt-group):
14155         Use substring-no-properties for correct handling of unibyte strings.
14157 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14159         * add-log.el (change-log-next-buffer): Handle the case where version<
14160         signals an error.
14162         * mouse.el (mouse-menu-major-mode-map): New fun extracted from
14163         mouse-major-mode-menu.
14164         (mouse-menu-bar-map): New fun extracted from mouse-popup-menubar.
14165         (mouse-major-mode-menu, mouse-popup-menubar)
14166         (mouse-popup-menubar-stuff): Use them.
14167         (C-down-mouse-3): Bind to a dynamic map rather than to
14168         mouse-popup-menubar-stuff.
14170         * bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1
14171         to mouse-menu-major-mode-map rather than to mouse-major-mode-menu.
14173 2008-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
14175         * vc-svn.el (vc-svn-modify-change-comment): Add support for the
14176         file:// access method.
14178 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14180         * minibuffer.el: New file.
14181         * loadup.el: Load it.
14183 2008-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14185         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
14186         rather than subdirs.el.  It introduces an ugly circular dependency, tho.
14188         * calc/calc.el: Load "calc-loaddefs" rather than set up manual autoloads.
14189         (calc-mode-map, calc-digit-map, calc-dispatch-map):
14190         Move initialization into declaration.
14191         * calc/calc-yank.el:
14192         * calc/calc-misc.el:
14193         * calc/calc-embed.el:
14194         * calc/calc-aent.el: Add autoload cookies.  Set generated-autoload-file.
14196 2008-04-08  Michael Albinus  <michael.albinus@gmx.de>
14198         * ps-samp.el (ps-add-printer, ps-remove-printer)
14199         (ps-make-dynamic-printer-menu): New functions.
14201         * net/zeroconf.el: New file.
14203 2008-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14205         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits): Typo.
14207 2008-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
14209         * vc-rcs.el (vc-rcs-modify-change-comment):
14210         * vc-cvs.el (vc-cvs-modify-change-comment): Fix argument order.
14212         * log-view.el (log-view-mode-menu): Bind log-view-modify-change-comment.
14214 2008-04-08  Juanma Barranquero  <lekktu@gmail.com>
14216         * international/mule-cmds.el (set-locale-environment): Don't warn if
14217         coding system doesn't agree with system locale (this reverts changes
14218         by Dave Love, dated 2002-10-27 and 2002-10-09).
14220         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
14221         * emacs-lisp/cl-macs.el (get-setf-method): Use `string-match-p'.
14223         * emacs-lisp/copyright.el (copyright-update-year): Use `looking-at-p'.
14225 2008-04-08  Glenn Morris  <rgm@gnu.org>
14227         * calendar/calendar.el (calendar-date-style): Remove autoload cookie.
14228         * textmodes/remember.el (remember-diary-convert-entry):
14229         Require calendar.
14231         * textmodes/remember.el (remember-diary-extract-entries): Don't pass
14232         diary-file, since it is the default for make-diary-entry anyway.
14234         * calendar/cal-menu.el (cal-menu-event-to-date):
14235         Rename calendar-event-to-date.  Update callers.
14236         (calendar-mouse-tex-day): Rename cal-tex-mouse-day.
14237         (calendar-mouse-tex-week): Rename cal-tex-mouse-week.
14238         (calendar-mouse-tex-week2): Rename cal-tex-mouse-week2.
14239         (calendar-mouse-tex-week-iso): Rename cal-tex-mouse-week-iso.
14240         (calendar-mouse-tex-week-monday): Rename cal-tex-mouse-week-monday.
14241         (calendar-mouse-tex-filofax-daily): Rename cal-tex-mouse-filofax-daily.
14242         (calendar-mouse-tex-filofax-2week): Rename cal-tex-mouse-filofax-2week.
14243         (calendar-mouse-tex-filofax-week): Rename cal-tex-mouse-filofax-week.
14244         (calendar-mouse-tex-month): Rename cal-tex-mouse-month.
14245         (calendar-mouse-tex-month-landscape):
14246         Rename cal-tex-mouse-month-landscape.
14247         (calendar-mouse-tex-year): Rename cal-tex-mouse-year.
14248         (calendar-mouse-tex-filofax-year): Rename cal-tex-mouse-filofax-year.
14249         (calendar-mouse-tex-year-landscape):
14250         Rename cal-tex-mouse-year-landscape.
14251         (cal-menu-context-mouse-menu): Update for above name changes.
14253         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
14254         * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
14255         * calendar/cal-iso.el, calendar/cal-julian.el, calendar/cal-move.el:
14256         * calendar/cal-persia.el, calendar/cal-tex.el, calendar/calendar.el:
14257         * calendar/holidays.el: Replace int-to-string with number-to-string.
14259 2008-04-08  Chong Yidong  <cyd@stupidchicken.com>
14261         * mwheel.el (mwheel-scroll): Deactivate any temporarily active
14262         region if point moves.
14264 2008-04-08  Kenichi Handa  <handa@m17n.org>
14266         * faces.el (font-slant-table): Change numeric values for `r',
14267         `roman', and `normal'.
14269 2008-04-07  Vincent Belaïche  <vincent.b.1@hotmail.fr>
14271         * calc/calc-vec.el (calcFunc-kron, calc-kron): New functions.
14273 2008-04-07  Jay Belanger  <jay.p.belanger@gmail.com>
14275         * calc/calc-ext.el (calc-init-extensions): Add `calc-kron' and
14276         `calcFunc-kron' to autoloads.  Add keybinding for `calc-kron'.
14278 2008-04-07  Michael Albinus  <michael.albinus@gmx.de>
14280         * net/tramp.el (tramp-methods): Fix again tramp-copy-args of
14281         "pscp" and "psftp".  Reported by Gilles Pion <gpion@lfdj.com>.
14283 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14285         * dired-aux.el (dired-read-shell-command): Use read-shell-command.
14287 2008-04-07  Sam Steingold  <sds@gnu.org>
14289         * progmodes/inf-lisp.el (lisp-compile-string, lisp-eval-string):
14290         Add helper functions.
14291         (lisp-do-defun): Extract the common part of lisp-eval-defun and
14292         lisp-compile-defun; DEFVAR forms reset the variables to the init
14293         values, just like in emacs-lisp mode eval-defun.
14294         (lisp-eval-defun, lisp-compile-defun): Use lisp-do-defun.
14295         (lisp-compile-region): Use lisp-compile-string.
14297 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14299         * subr.el (combine-and-quote-strings): Also quote strings that contain
14300         the separator.
14302         * pcvs-util.el (cvs-map): Avoid recursion :-(
14304 2008-04-07  Glenn Morris  <rgm@gnu.org>
14306         * calendar/calendar.el (calendar-mode-map): Replace use of kbd.
14308         * calendar/calendar.el (diary-view-entries-initially-flag): Rename
14309         view-diary-entries-initially.  Keep old name as alias, update users.
14310         (calendar-mark-diary-entries-flag): Rename
14311         mark-diary-entries-in-calendar.  Keep old name as alias, update users.
14312         (calendar-view-holidays-initially-flag): Rename
14313         view-calendar-holidays-initially.  Keep old name as alias, update users.
14314         (calendar-mark-holidays-flag): Rename mark-holidays-in-calendar.
14315         Keep old name as alias, update users.
14316         (calendar-initial-window-hook): Rename initial-calendar-window-hook.
14317         Keep old name as alias, update users.
14318         (calendar-today-visible-hook): Rename today-visible-calendar-hook.
14319         Keep old name as alias, update users.
14320         (calendar-today-invisible-hook): Rename today-invisible-calendar-hook.
14321         Keep old name as alias, update users.
14322         (diary-iso-date-forms): Rename iso-date-diary-pattern.  Update users.
14323         (diary-american-date-forms): Rename american-date-diary-pattern.
14324         Keep old name as alias, update users.
14325         (diary-european-date-forms): Rename european-date-diary-pattern.
14326         Keep old name as alias, update users.
14327         (calendar-iso-date-display-form): Rename iso-calendar-display-form.
14328         Keep old name as alias, update users.
14329         (calendar-european-date-display-form): Rename
14330         european-calendar-display-form.  Keep old name as alias, update users.
14331         (calendar-american-date-display-form): Rename
14332         european-calendar-display-form.  Keep old name as alias, update users.
14333         (diary-show-holidays-flag): Rename holidays-in-diary-buffer.
14334         Keep old name as alias, update users.
14335         (holiday-general-holidays): Rename general-holidays.
14336         Keep old name as alias, update users.
14337         (holiday-oriental-holidays): Rename oriental-holidays.
14338         Keep old name as alias, update users.
14339         (holiday-local-holidays): Rename local-holidays.
14340         Keep old name as alias, update users.
14341         (holiday-other-holidays): Rename other-holidays.
14342         Keep old name as alias, update users.
14343         (holiday-hebrew-holidays): Rename hebrew-holidays.
14344         Keep old name as alias, update users.
14345         (holiday-christian-holidays): Rename christian-holidays.
14346         Keep old name as alias, update users.
14347         (holiday-islamic-holidays): Rename islamic-holidays.
14348         Keep old name as alias, update users.
14349         (holiday-bahai-holidays): Rename bahai-holidays.
14350         Keep old name as alias, update users.
14351         (holiday-solar-holidays): Rename solar-holidays.
14352         Keep old name as alias, update users.
14353         (diary-fancy-buffer): Rename fancy-diary-buffer.
14354         Keep old name as alias, update users.
14355         (calendar-other-calendars-buffer): Rename other-calendars-buffer.
14356         Update users.
14357         (calendar-hebrew-yahrzeit-buffer): Rename cal-hebrew-yahrzeit-buffer.
14358         Update users.
14359         (calendar-increment-month): Rename increment-calendar-month.
14360         Keep old name as alias, update callers.
14361         (calendar-increment-month-cons): Rename old calendar-increment-month.
14362         Update callers.
14363         (calendar-extract-month): Rename extract-calendar-month.
14364         Keep old name as alias, update callers.
14365         (calendar-extract-day): Rename extract-calendar-day.
14366         Keep old name as alias, update callers.
14367         (calendar-extract-year): Rename extract-calendar-year.
14368         Keep old name as alias, update callers.
14369         (calendar-generate-window): Rename generate-calendar-window.
14370         Update callers.
14371         (calendar-generate): Rename generate-calendar.  Update callers.
14372         (calendar-generate-month): Rename generate-calendar-month.
14373         Update callers.
14374         (calendar-redraw): Rename redraw-calendar.  Update callers.
14375         (calendar-describe-mode): Rename describe-calendar-mode.  Update uses.
14376         (calendar-mouse-other-month): Rename mouse-calendar-other-month.
14377         Update callers.
14378         (calendar-update-mode-line): Rename update-calendar-mode-line.
14379         Update callers.
14380         (calendar-exit): Rename exit-calendar.  Keep old name as alias,
14381         update callers.
14382         (calendar-mark-visible-date): Rename mark-visible-calendar-date.
14383         Keep old name as alias, update callers.
14384         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
14385         * calendar/cal-dst.el, calendar/cal-french.el, calendar/cal-hebrew.el:
14386         * calendar/cal-html.el, calendar/cal-islam.el, calendar/cal-iso.el:
14387         * calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el:
14388         * calendar/cal-persia.el, calendar/cal-tex.el, calendar/cal-x.el:
14389         * calendar/diary-lib.el, calendar/holidays.el, calendar/lunar.el:
14390         * calendar/solar.el: Update for calendar.el name changes.
14391         * org/org.el (org-agenda-format-date-aligned)
14392         (org-agenda-execute-calendar-command): Access date elements directly
14393         rather than using calendar functions.
14394         (org-read-date, org-goto-calendar, org-agenda-goto-calendar):
14395         Also set calendar-view-diary-initially-flag,
14396         calendar-view-holidays-initially-flag.
14397         (org-get-entries-from-diary): Also set diary-fancy-buffer.
14398         (org-agenda-execute-calendar-command): No need to set displayed-day.
14400 2008-04-06  Alan Mackenzie  <acm@muc.de>
14402         * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
14403         typo in the doc string.
14405         * progmodes/cc-mode.el (c-basic-common-init):
14406         Set font-lock-extend-after-change-region-function.
14407         (c-extend-after-change-region): New function, used in
14408         font-lock-extend-after-change-region-function, thus superseding
14409         advice on the Font Lock after change functions.
14410         (c-advise-fl-for-region): Remove this macro.
14412 2008-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
14414         * textmodes/flyspell.el (flyspell-duplicate-distance):
14415         Improve custom type.
14417 2008-04-06  Glenn Morris  <rgm@gnu.org>
14419         * calendar/diary-lib.el (diary-sexp-entry-symbol):
14420         Rename sexp-diary-entry-symbol.  Keep old name as alias, update users.
14421         (diary-list-entries-hook): Rename list-diary-entries-hook.
14422         Keep old name as alias, update users.
14423         (diary-mark-entries-hook): Rename mark-diary-entries-hook.
14424         Keep old name as alias, update users.
14425         (diary-nongregorian-listing-hook): Rename
14426         nongregorian-diary-listing-hook.  Keep old name as alias, update users.
14427         (diary-nongregorian-marking-hook): Rename
14428         nongregorian-diary-marking-hook.  Keep old name as alias, update users.
14429         (diary-print-entries-hook): Rename print-diary-entries-hook.
14430         Keep old name as alias, update users.
14431         (diary-abbreviated-year-flag): Rename abbreviated-calendar-year.
14432         Keep old name as alias, update users.
14433         (diary-number-of-entries): Rename number-of-diary-entries.
14434         Keep old name as alias, update users.
14435         (view-diary-entries, list-diary-entries, show-all-diary-entries):
14436         Give version of obsolescence.
14437         (diary-view-other-diary-entries): Rename view-other-diary-entries.
14438         Keep old name as alias, update callers.
14439         (diary-add-to-list): Rename add-to-diary-list.  Keep old name as alias,
14440         update callers.
14441         (diary-include-other-diary-files): Rename include-other-diary-files.
14442         Keep old name as alias, update callers.
14443         (diary-simple-display): Rename simple-diary-display.
14444         Keep old name as alias, update callers.
14445         (diary-fancy-display): Rename fancy-diary-display.
14446         Keep old name as alias, update callers.
14447         (diary-print-entries): Rename print-diary-entries.
14448         Keep old name as alias, update callers.
14449         (diary-marking-entries-flag): Rename marking-diary-entries.
14450         Update users.
14451         (diary-marking-entry-flag): Rename marking-diary-entry.  Update users.
14452         (diary-mark-entries): Rename mark-diary-entries.
14453         Keep old name as alias, update callers.
14454         (diary-mark-sexp-entries): Rename mark-sexp-diary-entries.
14455         Keep old name as alias, update callers.
14456         (diary-mark-included-diary-files): Rename mark-included-diary-files.
14457         Keep old name as alias, update callers.
14458         (calendar-mark-days-named): Rename mark-calendar-days-named.
14459         Keep old name as alias, update callers.
14460         (calendar-mark-month): Rename mark-calendar-month.
14461         Keep old name as alias, update callers.
14462         (calendar-mark-date-pattern): Rename mark-calendar-date-pattern.
14463         Keep old name as alias, update callers.
14464         (diary-sort-entries): Rename sort-diary-entries.
14465         Keep old name as alias, update callers.
14466         (diary-list-sexp-entries): Rename list-sexp-diary-entries.
14467         Keep old name as alias, update callers.
14468         (diary-make-entry): Rename make-diary-entry.  Keep old name as alias,
14469         update callers.
14470         (diary-insert-entry): Rename insert-diary-entry.
14471         Keep old name as alias.
14472         (diary-insert-weekly-entry): Rename insert-weekly-diary-entry.
14473         Keep old name as alias.
14474         (diary-insert-monthly-entry): Rename insert-monthly-diary-entry.
14475         Keep old name as alias.
14476         (diary-insert-yearly-entry): Rename insert-yearly-diary-entry.
14477         Keep old name as alias.
14478         (diary-insert-anniversary-entry): Rename insert-anniversary-diary-entry.
14479         Keep old name as alias.
14480         (diary-insert-block-entry): Rename insert-block-diary-entry.
14481         Keep old name as alias.
14482         (diary-insert-cyclic-entry): Rename insert-cyclic-diary-entry.
14483         Keep old name as alias.
14484         (diary-fancy-font-lock-keywords): Rename fancy-diary-font-lock-keywords.
14485         Keep old name as alias, update users.
14486         (diary-fancy-display-mode): Rename fancy-diary-display-mode.
14487         Keep old name as alias, update callers.
14488         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
14489         * calendar/cal-menu.el, calendar/cal-x.el, calendar/calendar.el:
14490         * calendar/icalendar.el: Update for diary-lib name changes.
14492 2008-04-06  Chong Yidong  <cyd@stupidchicken.com>
14494         * dired-aux.el (dired-overwrite-confirmed): Revert last change.
14496         * dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite
14497         for copy, move, and link operations.
14499 2008-04-06  Michael Kifer  <kifer@cs.stonybrook.edu>
14501         * emulation/viper-init.el, emulation/viper-ex.el, emulation/viper-cmd.el
14502         (viper-search-wrap-around-t): Replace with viper-search-wrap-around.
14504         * ediff-util.el, ediff-vers.el, ediff-wind.el: Replace 3-argument
14505         'require' statements with 1-argument ones (wrapped in if's).
14506         For compatibility with the current stable version of XEmacs.
14508 2008-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
14510         * vc.el (vc-status-prepare-status-buffer): Reset vc-parent-buffer-name.
14512 2008-04-06  Jason Rumney  <jasonr@gnu.org>
14514         * language/burmese.el ("Burmese"): Make sample text consistent with
14515         language name.
14517 2008-04-06  Nick Roberts  <nickrob@snap.net.nz>
14519         * progmodes/gdb-ui.el (gdb): New group.
14520         (gdb-debug-log-max, gdb-enable-debug)
14521         (gdb-cpp-define-alist-program, gdb-cpp-define-alist-flags)
14522         (gdb-show-main, gdb-many-windows, gdb-use-separate-io-buffer)
14523         (gdb-speedbar-auto-raise, gdb-use-colon-colon-notation)
14524         (gdb-show-changed-values, gdb-max-children)
14525         (gdb-delete-out-of-scope, gdb-same-frame, gdb-find-source-frame)
14526         (breakpoint-enabled, breakpoint-disabled, gdb-max-frames)
14527         (gdb-all-registers, gdb-memory-repeat-count, gdb-memory-format)
14528         (gdb-memory-unit): Move to new group from GUD group.
14529         (menu): Allow customization from GDB-UI menu-item.
14531 2008-04-05  Chong Yidong  <cyd@stupidchicken.com>
14533         * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
14535 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14537         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
14538         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
14539         Revision numbers can include ".".
14541         * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
14542         "+" lines not accounted for by counting "-" and context lines.
14544 2008-04-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14546         * term/mac-win.el (mac-service-open-file): Use file URL instead of
14547         file name string.
14549 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14551         * vc-bzr.el (vc-bzr-annotate-command): Preserve line alignment.
14552         (vc-bzr-annotate-time): Accept space used to preserve alignment.
14554 2008-04-05  Richard Stallman  <rms@gnu.org>
14556         * emacs-lisp/advice.el (defadvice): Add usage pattern.
14558 2008-04-05  Nick Roberts  <nickrob@snap.net.nz>
14560         * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
14561         thread in [h-e-w]).
14563 2008-04-05  Juanma Barranquero  <lekktu@gmail.com>
14565         * files.el (abort-if-file-too-large): Fix typo in docstring.
14567 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14569         * subr.el (functionp): Return nil for special forms.
14571 2008-04-05  Glenn Morris  <rgm@gnu.org>
14573         * emacs-lisp/autoload.el (autoload-ensure-default-file):
14574         Provide a feature.
14575         * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el:
14576         Require loaddefs file rather than loading it.
14577         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that
14578         autoload-ensure-default-file provides a feature.
14580         * Makefile.in (LOADDEFS): Add mh-loaddefs.el.
14581         (AUTOGENEL): mh-loaddefs is in $LOADDEFS now.
14582         (compile, compile-always, recompile): Use $LOADDEFS.
14583         (cal-autoloads): Remove.
14585         * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather
14586         than buffer-live-p.  Reported by David Koppelman <koppel@ece.lsu.edu>.
14588         * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
14589         (hebrew-holidays-3, hebrew-holidays-4): Don't autoload obsolescence.
14591         * calendar/calendar.el (diary-hebrew-entry-symbol):
14592         Rename hebrew-diary-entry-symbol.  Keep old name as alias.
14593         (diary-islamic-entry-symbol): Rename islamic-diary-entry-symbol.
14594         Keep old name as alias.
14595         (diary-bahai-entry-symbol): Rename bahai-diary-entry-symbol.
14596         Keep old name as alias.
14597         * calendar/cal-bahai.el: Update for rename bahai-diary-entry-symbol
14598         to diary-bahai-entry-symbol.
14599         * calendar/cal-hebrew.el: Update for rename hebrew-diary-entry-symbol
14600         to diary-hebrew-entry-symbol.
14601         * calendar/cal-islam.el: Update for rename islamic-diary-entry-symbol
14602         to diary-islamic-entry-symbol.
14603         * calendar/diary-lib.el: Update for diary-entry-symbol renames.
14605         * calendar/solar.el (diary-sabbath-candles-minutes)
14606         (diary-sabbath-candles): Move to cal-hebrew.
14607         * calendar/cal-hebrew.el (diary-hebrew-sabbath-candles-minutes)
14608         (diary-hebrew-sabbath-candles): Move here from solar.el and rename.
14609         Doc fix.  Keep old name as alias.
14610         (diary-hebrew-sabbath-candles): Simplify.
14611         (solar-setup, solar-sunrise-sunset, calendar-latitude)
14612         (calendar-longitude, calendar-time-zone): Declare for compiler.
14613         * calendar/diary-lib.el (list-sexp-diary-entries): Update doc for
14614         rename.
14616         * calendar/cal-coptic.el (calendar-coptic-month-name-array):
14617         Rename coptic-calendar-month-name-array.  Update callers.
14618         (calendar-coptic-epoch): Rename coptic-calendar-epoch.  Update callers.
14619         (calendar-coptic-name): Rename coptic-name.  Update callers.
14620         (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
14621         Update callers.
14622         (calendar-coptic-last-day-of-month):
14623         Rename coptic-calendar-last-day-of-month.  Update callers.
14624         (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
14625         Keep old name as alias, update callers.
14626         (calendar-coptic-print-date): Rename calendar-print-coptic-date.
14627         Keep old name as alias, update callers.
14628         (calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
14629         Keep old name as alias.
14630         (calendar-ethiopic-month-name-array):
14631         Rename ethiopic-calendar-month-name-array.  Update callers.
14632         (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
14633         Update callers.
14634         (calendar-ethiopic-name): Rename ethiopic-name.  Update callers.
14635         (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic.
14636         Keep old name as alias, update callers.
14637         (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date.
14638         Keep old name as alias, update callers.
14639         (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
14640         Keep old name as alias.
14642         * calendar/cal-french.el (calendar-french-epoch):
14643         Rename french-calendar-epoch.  Update callers.
14644         (calendar-french-month-name-array): Rename variable and function
14645         french-calendar-month-name-array.  Update callers.
14646         (calendar-french-multibyte-month-name-array):
14647         Rename french-calendar-multibyte-month-name-array.  Update callers.
14648         (calendar-french-day-name-array): Rename variable and function
14649         french-calendar-day-name-array.  Update callers.
14650         (calendar-french-special-days-array): Rename variable and function
14651         french-calendar-special-days-array.  Update callers.
14652         (calendar-french-multibyte-special-days-array):
14653         Rename french-calendar-multibyte-special-days-array.  Update callers.
14654         (calendar-french-accents-p): Rename french-calendar-accents.
14655         Update callers.
14656         (calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
14657         Update callers.
14658         (calendar-french-last-day-of-month):
14659         Rename french-calendar-last-day-of-month.  Update callers.
14660         (calendar-french-to-absolute): Rename calendar-absolute-from-french.
14661         Keep old name as alias, update callers.
14662         (calendar-french-print-date): Rename calendar-print-french-date.
14663         Keep old name as alias, update callers.
14664         (calendar-french-goto-date): Rename calendar-goto-french-date.
14665         Keep old name as alias.
14667         * calendar/cal-menu.el, calendar/calendar.el:
14668         Update for Coptic and French name changes.
14670         * calendar/cal-china.el (calendar-chinese): Rename custom group
14671         from chinese-calendar.  Update users.
14672         (calendar-chinese-time-zone): Rename chinese-calendar-time-zone.
14673         Keep old name as alias, update users.
14674         (calendar-chinese-location-name): Rename chinese-calendar-location-name.
14675         Keep old name as alias.
14676         (calendar-chinese-daylight-time-offset):
14677         Rename chinese-calendar-daylight-time-offset.  Keep old name as alias,
14678         update users.
14679         (calendar-chinese-standard-time-zone-name):
14680         Rename chinese-calendar-standard-time-zone-name.
14681         Keep old name as alias, update users.
14682         (calendar-chinese-daylight-saving-start):
14683         Rename chinese-calendar-daylight-savings-starts.
14684         Keep old name as alias, update users.
14685         (calendar-chinese-daylight-saving-end):
14686         Rename chinese-calendar-daylight-savings-ends.  Keep old name as alias,
14687         update users.
14688         (calendar-chinese-daylight-saving-start-time):
14689         Rename chinese-calendar-daylight-savings-starts-time.
14690         Keep old name as alias, update users.
14691         (calendar-chinese-daylight-saving-end-time):
14692         Rename chinese-calendar-daylight-savings-ends-time.
14693         Keep old name as alias, update users.
14694         (calendar-chinese-celestial-stem): Rename
14695         calendar-chinese-celestial-stem.  Keep old name as alias, update users.
14696         (calendar-chinese-terrestrial-branch):
14697         Rename calendar-chinese-terrestrial-branch.  Keep old name as alias,
14698         update users.
14699         (calendar-chinese-zodiac-sign-on-or-after):
14700         Rename chinese-zodiac-sign-on-or-after.  Update callers.
14701         (calendar-chinese-new-moon-on-or-after):
14702         Rename chinese-new-moon-on-or-after.  Update callers.
14703         (calendar-chinese-month-list): Rename chinese-month-list.
14704         Update callers.
14705         (calendar-chinese-number-months): Rename number-chinese-months.
14706         Update callers.
14707         (calendar-chinese-compute-year): Rename compute-chinese-year.
14708         Update callers.
14709         (calendar-chinese-year-cache): Rename chinese-year-cache.  Update users.
14710         (calendar-chinese-year): Rename chinese-year.  Update callers.
14711         (calendar-chinese-year-cache-init): Rename chinese-year-cache-init.
14712         (calendar-chinese-to-absolute): Rename calendar-absolute-from-chinese.
14713         Keep old name as alias, update callers.
14714         (calendar-chinese-print-date): Rename calendar-print-chinese-date.
14715         Keep old name as alias, update callers.
14716         (calendar-chinese-months-to-alist):
14717         Rename make-chinese-month-assoc-list.  Update callers.
14718         (calendar-chinese-months): Rename chinese-months.  Update callers.
14719         (calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
14720         Keep old name as alias, update callers.
14722         * calendar/cal-hebrew.el (calendar-hebrew-leap-year-p):
14723         Rename hebrew-calendar-leap-year-p.  Update callers.
14724         (calendar-hebrew-last-month-of-year):
14725         Rename hebrew-calendar-last-month-of-year.  Update callers.
14726         (calendar-hebrew-elapsed-days): Rename hebrew-calendar-elapsed-days.
14727         Update callers.
14728         (calendar-hebrew-days-in-year): Rename hebrew-calendar-days-in-year.
14729         Update callers.
14730         (calendar-hebrew-long-heshvan-p): Rename hebrew-calendar-long-heshvan-p.
14731         Update callers.
14732         (calendar-hebrew-short-kislev-p): Rename hebrew-calendar-short-kislev-p.
14733         Update callers.
14734         (calendar-hebrew-last-day-of-month):
14735         Rename hebrew-calendar-last-day-of-month.  Update callers.
14736         (calendar-hebrew-to-absolute): Rename calendar-absolute-from-hebrew.
14737         Keep old name as alias, update callers.
14738         (calendar-hebrew-print-date): Rename calendar-print-hebrew-date.
14739         Keep old name as alias, update callers.
14740         (calendar-hebrew-yahrzeit): Rename hebrew-calendar-yahrzeit.
14741         Keep old name as alias, update callers.
14742         (calendar-hebrew-goto-date): Rename calendar-goto-hebrew-date.
14743         Keep old name as alias.
14744         (holiday-hebrew-rosh-hashanah): Rename holiday-rosh-hashanah-etc.
14745         Keep old name as alias.
14746         (holiday-hebrew-hanukkah): Rename holiday-hanukkah.
14747         Keep old name as alias.
14748         (holiday-hebrew-passover): Rename holiday-passover-etc.
14749         Keep old name as alias.
14750         (holiday-hebrew-tisha-b-av): Rename holiday-tisha-b-av-etc.
14751         Keep old name as alias, update callers.
14752         (diary-hebrew-list-entries): Rename list-hebrew-diary-entries.
14753         Keep old name as alias.
14754         (calendar-hebrew-mark-date-pattern):
14755         Rename mark-hebrew-calendar-date-pattern.  Keep old name as alias,
14756         update callers.
14757         (diary-hebrew-mark-entries): Rename mark-hebrew-diary-entries.
14758         Keep old name as alias.
14759         (diary-hebrew-insert-entry): Rename insert-hebrew-diary-entry.
14760         Keep old name as alias.
14761         (diary-hebrew-insert-monthly-entry):
14762         Rename insert-monthly-hebrew-diary-entry.  Keep old name as alias.
14763         (diary-hebrew-insert-yearly-entry):
14764         Rename insert-yearly-hebrew-diary-entry.  Keep old name as alias.
14765         (calendar-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
14766         Keep old name as alias.
14767         (diary-hebrew-omer): Rename diary-omer.  Keep old name as alias.
14768         (diary-hebrew-yahrzeit): Rename diary-yahrzeit.  Keep old name as alias.
14769         (diary-hebrew-rosh-hodesh): Rename diary-rosh-hodesh.
14770         Keep old name as alias.
14771         (calendar-hebrew-parashiot-names):
14772         Rename hebrew-calendar-parashiot-names.  Update callers.
14773         (calendar-hebrew-parasha-name): Rename hebrew-calendar-parasha-name.
14774         (calendar-hebrew-year-Saturday-incomplete-Sunday):
14775         Rename hebrew-calendar-year-Saturday-incomplete-Sunday.
14776         (calendar-hebrew-year-Saturday-complete-Tuesday):
14777         Rename hebrew-calendar-year-Saturday-complete-Tuesday.
14778         (calendar-hebrew-year-Monday-incomplete-Tuesday):
14779         Rename hebrew-calendar-year-Monday-incomplete-Tuesday.
14780         (calendar-hebrew-year-Monday-complete-Thursday):
14781         Rename hebrew-calendar-year-Monday-complete-Thursday.
14782         (calendar-hebrew-year-Tuesday-regular-Thursday):
14783         Rename hebrew-calendar-year-Tuesday-regular-Thursday.
14784         (calendar-hebrew-year-Thursday-regular-Saturday):
14785         Rename hebrew-calendar-year-Thursday-regular-Saturday.
14786         (calendar-hebrew-year-Thursday-complete-Sunday):
14787         Rename hebrew-calendar-year-Thursday-complete-Sunday.
14788         (calendar-hebrew-year-Saturday-incomplete-Tuesday):
14789         Rename hebrew-calendar-year-Saturday-incomplete-Tuesday.
14790         (calendar-hebrew-year-Saturday-complete-Thursday):
14791         Rename hebrew-calendar-year-Saturday-complete-Thursday.
14792         (calendar-hebrew-year-Monday-incomplete-Thursday):
14793         Rename hebrew-calendar-year-Monday-incomplete-Thursday.
14794         (calendar-hebrew-year-Monday-complete-Saturday):
14795         Rename hebrew-calendar-year-Monday-complete-Saturday.
14796         (calendar-hebrew-year-Tuesday-regular-Saturday):
14797         Rename hebrew-calendar-year-Tuesday-regular-Saturday.
14798         (calendar-hebrew-year-Thursday-incomplete-Sunday):
14799         Rename hebrew-calendar-year-Thursday-incomplete-Sunday.
14800         (calendar-hebrew-year-Thursday-complete-Tuesday):
14801         Rename hebrew-calendar-year-Thursday-complete-Tuesday.
14802         (diary-hebrew-parasha): Rename diary-parasha.  Keep old name as alias.
14803         Update for above name changes of constants.
14805         * calendar/cal-menu.el, calendar/calendar.el:
14806         Update for chinese and hebrew name changes.
14807         * calendar/diary-lib.el: Update for hebrew name changes.
14809 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14811         * subr.el (keymap-canonicalize): Correct thinko.
14813         * server.el: Undo part of the multi-tty change, which is only
14814         needed if server.el is preloaded, and broke server-running-p.
14815         (server-socket-dir): Initialize in the defvar, as before.
14816         (server-start): Remove initialization of server-socket-dir.
14818 2008-04-05  Eli Zaretskii  <eliz@gnu.org>
14820         * ls-lisp.el (ls-lisp-format): Support inodes that are 2- or
14821         3-member cons cells.
14823 2008-04-05  Chong Yidong  <cyd@stupidchicken.com>
14825         * cus-face.el (custom-face-attributes): Handle roman slant.
14827         * faces.el (default): Ensure the face-defface-spec property is set.
14829 2008-04-05  Adrian Robert  <Adrian.B.Robert@gmail.com>
14831         * files.el (abort-if-file-too-large): New function.
14832         (find-file-noselect, insert-file-1): Use it.
14834 2008-04-05  Reto Zimmermann  <reto@gnu.org>
14836         * progmodes/vhdl-mode.el (vhdl-mode-map-init):
14837         Replace C-c[a-zA-Z] key bindings.
14839 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14841         * progmodes/hideif.el (hif-token-alist): New var.
14842         (hif-token-regexp, hif-tokenize): Use it.
14843         (hif-mathify-binop): New macro.
14844         (hif-plus, hif-minus, hif-notequal, hif-greater, hif-less)
14845         (hif-greater-equal, hif-less-equal): Use it.
14846         (hif-logior, hif-logand): New functions.
14847         (hif-math): Accept | and & as well.
14849         * progmodes/etags.el: Fix problem with completion for buffer-local
14850         tables.  Reported by Radey Shouman <shouman@comcast.net>.
14851         (tags-complete-tag): Remove.
14852         (tags-lazy-completion-table): New function to replace it.
14853         (find-tag-tag, complete-tag): Update users.
14855 2008-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
14857         * vc-rcs.el (vc-rcs-dir-status):
14858         * vc-sccs.el (vc-sccs-dir-status): New function.
14860         * outline.el (outline-mode-menu-bar-map):
14861         * term.el (terminal-signal-menu): Add :help.
14863         * net/eudc.el (eudc-mode-map): Declare and define in one step.
14864         (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.
14866         * emacs-lisp/re-builder.el (reb-mode-map):
14867         * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
14869         * diff-mode.el (diff-file-junk-re): Recognize the git format for
14870         new files, deleted files and for changing permissions.
14871         (diff-mode): Set beginning-of-defun-function and
14872         end-of-defun-function.
14874         * vc-bzr.el (vc-bzr-state): Use when instead of if.
14876         * vc.el (vc-default-status-fileinfo-extra): New function.
14877         (vc-status-mark-buffer-changed): Use it.
14878         (vc-update-vc-status-buffer): Allow for partial updates.
14880 2008-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14882         * net/tramp.el (after-init-hook): Don't wrap a lambda around
14883         tramp-register-completion-file-name-handler.
14885         * subr.el (keymap-canonicalize): New function.
14886         * mouse.el (mouse-menu-non-singleton): Use it.
14887         (mouse-major-mode-menu): Remove hack made unnecessary.
14889         * simple.el (set-fill-column): Prompt rather than error by default.
14891 2008-04-04  Andreas Schwab  <schwab@suse.de>
14893         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
14894         Reset new-rules after each round.
14896         * Makefile.in (cal-autoloads): New target.
14897         (compile, compile-always, recompile): Depend on it.
14898         ($(lisp)/calendar/cal-loaddefs.el)
14899         ($(lisp)/calendar/diary-loaddefs.el)
14900         ($(lisp)/calendar/hol-loaddefs.el): Depend on calendar/*.el.
14902 2008-04-04  Michael Kifer  <kifer@cs.stonybrook.edu>
14904         * ediff*.el: Replace load with require in eval-when-compile.
14906         * ediff-hook.el: Delete all invocations of (autoload ...).
14908         * ediff-util.el (ediff-setup): Make window-min-height a local variable
14909         in ediff control window, and set its min height to 2.
14910         (ediff-setup-control-buffer): Dedicate the control window.
14911         (ediff-toggle-multiframe): Undedicate control window.
14912         Work directly with ediff-setup-windows-multiframe and
14913         ediff-setup-windows-plain.
14915         * ediff-wind.el (ediff-choose-window-setup-function-automatically):
14916         New function.
14917         (ediff-window-setup-function): Change initialization.
14918         (ediff-setup-windows-automatic): Delete.
14919         (ediff-setup-windows-plain-merge): Make control window dedicated.
14920         (ediff-destroy-control-frame): Do not skip frames if working in a
14921         single frame.
14923         * emulation/viper-ex.el: Move provide's forward, prevent recursion in
14924         eval-when-compile.
14926         * emulation/viper-util.el: Move provide's forward, prevent recursion in
14927         eval-when-compile.
14929 2008-04-04  Glenn Morris  <rgm@gnu.org>
14931         * calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename
14932         calendar-absolute-from-bahai.  Update callers, keep old name as alias.
14934         * calendar/cal-islam.el (calendar-islamic-leap-year-p):
14935         Rename islamic-calendar-leap-year-p.  Update callers.
14936         (calendar-islamic-last-day-of-month):
14937         Rename islamic-calendar-last-day-of-month.  Update callers.
14938         (calendar-islamic-day-number):
14939         Rename islamic-calendar-day-number.  Update callers.
14940         (calendar-islamic-to-absolute): Rename calendar-absolute-from-islamic.
14941         Update callers, keep old name as alias.
14942         (calendar-islamic-print-date): Rename calendar-print-islamic-date.
14943         Update callers, keep old name as alias.
14944         (calendar-islamic-goto-date): Rename calendar-goto-islamic-date.
14945         Keep old name as alias.
14946         (diary-islamic-list-entries): Rename list-islamic-diary-entries.
14947         Update callers, keep old name as alias.
14948         (calendar-islamic-mark-date-pattern):
14949         Rename mark-islamic-calendar-date-pattern.  Update callers, keep old
14950         name as alias.
14951         (diary-islamic-insert-entry): Rename insert-islamic-diary-entry.
14952         Keep old name as alias.
14953         (diary-islamic-insert-monthly-entry):
14954         Rename insert-monthly-islamic-diary-entry.  Keep old name as alias.
14955         (diary-islamic-insert-yearly-entry):
14956         Rename insert-yearly-islamic-diary-entry.  Keep old name as alias.
14958         * calendar/cal-iso.el (calendar-iso-to-absolute): Rename
14959         calendar-absolute-from-iso.  Update callers, keep old name as alias.
14960         (calendar-iso-print-date): Rename calendar-print-iso-date.
14961         Update callers, keep old name as alias.
14962         (calendar-iso-goto-date): Rename calendar-goto-iso-date.
14963         Keep old name as alias.
14964         (calendar-iso-goto-week): Rename calendar-goto-iso-week.
14965         Keep old name as alias.
14967         * calendar/cal-julian.el (calendar-julian-to-absolute): Rename
14968         calendar-absolute-from-julian.  Update callers, keep old name as alias.
14969         (calendar-julian-print-date): Rename calendar-print-julian-date.
14970         Update callers, keep old name as alias.
14971         (calendar-julian-goto-date): Rename calendar-goto-julian-date.
14972         Update callers, keep old name as alias.
14973         (calendar-astro-to-absolute): Rename calendar-absolute-from-astro.
14974         Update callers, keep old name as alias.
14975         (calendar-astro-print-day-number):
14976         Rename calendar-print-astro-day-number.  Update callers, keep old
14977         name as alias.
14978         (calendar-astro-goto-day-number): Rename calendar-goto-astro-day-number.
14979         Update callers, keep old name as alias.
14981         * calendar/cal-mayan.el (calendar-mayan-string-from-long-count):
14982         Rename calendar-string-to-mayan-long-count.  Update callers.
14983         (calendar-mayan-print-date): Rename calendar-print-mayan-date.
14984         Update callers, keep old name as alias.
14985         (calendar-mayan-read-haab-date): Rename calendar-read-mayan-haab-date.
14986         Update callers.
14987         (calendar-mayan-read-tzolkin-date):
14988         Rename calendar-read-mayan-tzolkin-date.  Update callers.
14989         (calendar-mayan-next-haab-date): Rename calendar-next-haab-date.
14990         Keep old name as alias.
14991         (calendar-mayan-previous-haab-date): Rename calendar-previous-haab-date.
14992         Keep old name as alias.
14993         (calendar-mayan-next-tzolkin-date): Rename calendar-next-tzolkin-date.
14994         Keep old name as alias.
14995         (calendar-mayan-previous-tzolkin-date):
14996         Rename calendar-previous-tzolkin-date.  Keep old name as alias.
14997         (calendar-mayan-next-round-date):
14998         Rename calendar-next-calendar-round-date.  Keep old name as alias.
14999         (calendar-mayan-previous-round-date):
15000         Rename calendar-previous-calendar-round-date.  Keep old name as alias.
15001         (calendar-mayan-long-count-to-absolute): Rename
15002         calendar-absolute-from-mayan-long-count.  Keep old name as alias.
15003         (calendar-mayan-goto-long-count-date):
15004         Rename calendar-goto-mayan-long-count-date.  Keep old name as alias.
15006         * calendar/cal-persia.el (calendar-persian-month-name-array):
15007         Rename persian-calendar-month-name-array.  Update callers.
15008         (calendar-persian-epoch): Rename persian-calendar-epoch.
15009         Update callers.
15010         (calendar-persian-leap-year-p): Rename persian-calendar-leap-year-p.
15011         Update callers.
15012         (calendar-persian-last-day-of-month):
15013         Rename persian-calendar-last-day-of-month.  Update callers.
15014         (calendar-persian-to-absolute): Rename calendar-absolute-from-persian.
15015         Update callers, keep old name as alias.
15016         (calendar-persian-print-date): Rename calendar-print-persian-date.
15017         Update callers, keep old name as alias.
15018         (calendar-persian-goto-date): Rename calendar-goto-persian-date.
15019         Keep old name as alias.
15021         * calendar/cal-china.el, calendar/cal-coptic.el, calendar/cal-islam.el:
15022         * calendar/cal-persia.el, calendar/holidays.el, calendar/lunar.el:
15023         * calendar/solar.el: Update for cal-julian name changes.
15025         * calendar/cal-dst.el: Update for persian name changes.
15027         * calendar/cal-menu.el, calendar/calendar.el:
15028         Update for islamic, iso, julian, mayan, persian name changes.
15030         * calendar/diary-lib.el: Update for islamic name changes.
15032         * calendar/calendar.el (calendar-hebrew-all-holidays-flag):
15033         Rename all-hebrew-calendar-holidays.  Update callers, keep old name
15034         as alias.
15035         (calendar-christian-all-holidays-flag):
15036         Rename all-christian-calendar-holidays.  Update callers, keep old
15037         name as alias.
15038         (calendar-islamic-all-holidays-flag):
15039         Rename all-islamic-calendar-holidays.  Update callers, keep old
15040         name as alias.
15041         (calendar-bahai-all-holidays-flag): Rename all-bahai-calendar-holidays.
15042         Update callers, keep old name as alias.
15043         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/holidays.el:
15044         Update for the above name changes.
15046 2008-04-04  Juanma Barranquero  <lekktu@gmail.com>
15048         * hilit-chg.el (global-highlight-changes-mode)
15049         (highlight-changes-passive-string, highlight-changes-active-string):
15050         Mark as obsolete since 23.1, not 22.1.
15052 2008-04-03  Juanma Barranquero  <lekktu@gmail.com>
15054         * hilit-chg.el (highlight-changes-visibility-initial-state)
15055         (hilit-chg-update, highlight-changes-mode-turn-on):
15056         Fix typos in docstrings.
15058 2008-04-03  Stephen Berman  <Stephen.Berman@gmx.net>
15060         * newcomment.el (comment-enter-backward): Be careful to restore
15061         position changed during narrowing.
15063 2008-04-03  Giuliano Procida  <giuliano.procida@googlemail.com>  (tiny change)
15065         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
15066         Recognize `sub ($$)'.
15068 2008-04-03  Richard Sharman  <rsharman@pobox.com>
15070         * hilit-chg.el (highlight-changes-mode): Rename from
15071         highlight-changes; no longer uses sub-modes active and passive;
15072         implemented by define-minor-mode.
15073         (highlight-changes-toggle-visibility): New function, to replace
15074         the old passive/active submodes of global-highlight-changes-mode;
15075         implemented by define-minor-mode.
15076         (global-highlight-changes-mode): Rename from global-highlight-changes;
15077         rewrite using define-globalized-minor-mode.
15078         (hilit-chg-major-mode-hook, hilit-chg-check-global)
15079         (hilit-chg-post-command-hook, hilit-chg-check-global)
15080         (hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due
15081         to use of define-globalized-minor-mode.
15082         (highlight-changes-global-initial-state): Change to be boolean.
15083         (highlight-changes-visible-string, highlight-changes-invisible-string):
15084         Rename from highlight-changes-active-string and
15085         highlight-changes-passive-string.
15086         (hilit-chg-update, hilit-chg-set): Use them.
15087         (global-highlight-changes-mode): Rename from global-highlight-changes.
15088         (hilit-chg-map-changes, hilit-chg-display-changes): Add arguments to
15089         docstring.
15090         (hilit-chg-hide-changes): Rewrite to use dolist.
15091         (hilit-chg-set-face-on-change, hilit-chg-update)
15092         (highlight-changes-rotate-faces): Use highlight-changes-visible-mode
15093         variable instead of testing highlight-changes-mode.
15094         (highlight-markup-buffers): Add require ediff-util; argument on calls
15095         to highlight-changes-mode changed.
15096         (highlight-compare-with-file): Fix problems with interactive
15097         call giving invalid default file.
15099 2008-04-03  Nick Roberts  <nickrob@snap.net.nz>
15101         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
15102         Fix in disassembly buffer (regression in 22.2).
15104 2008-04-03  Michael Kifer  <kifer@cs.stonybrook.edu>
15106         * emulation/viper-macs.el (viper-read-fast-keysequence):
15107         Use viper-read-event instead of viper-read-key.
15109         * emulation/viper.el (viper-mode): Move the check for fundamental mode.
15111         * emulation/viper-util.el (viper-get-saved-cursor-color-in-insert-mode)
15112         (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant
15113         let-statements.
15115         * emulation/viper-ex.el, emulation/viper-macs.el:
15116         * emulation/viper-mous.el:
15117         Replace load with require in eval-when-compile.
15119 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15121         * files.el (auto-mode-alist): Use archive-mode for Debian packages.
15123         * arc-mode.el (archive-mode-map): Obey mouse-1-click-follows-link.
15124         (archive-try-jka-compr): New function.
15125         (archive-set-buffer-as-visiting-file): Use it.
15127         * tar-mode.el (tar-mode-map): Obey mouse-1-click-follows-link.
15129 2008-04-03  Chong Yidong  <cyd@stupidchicken.com>
15131         * simple.el (handle-shift-selection): New arg.
15133 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15135         * emacs-lisp/cl-macs.el (defsetf): Accept a lambda for the 2-arg form.
15137         * vc-bzr.el (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
15139 2008-04-03  Chong Yidong  <cyd@stupidchicken.com>
15141         * shell.el (shell-dynamic-complete-filename): New fun.
15142         (shell-dynamic-complete-functions): Use it.
15144         * help-fns.el (describe-variable): Undo 2008-02-25 change.
15146 2008-04-03  Kenichi Handa  <handa@m17n.org>
15148         * international/fontset.el (create-fontset-from-x-resource):
15149         Handle the error of X resource more gracefully.
15151         * international/latin1-disp.el (latin1-display): Don't use make-char.
15152         Fix the argument to set-char-table-range.
15153         (latin1-display-identities): Don't use make-char.
15154         (latin1-display-reset): Use map-charset-chars instead of directly
15155         calling standard-display-default.
15156         (latin1-display-check-font): Don't use make-char.
15157         (latin1-display-setup): Likewise.
15158         (latin1-display-ucs-per-lynx): Likewise.
15160 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15162         * emacs-lisp/timer.el (timer): Define as a defstruct, so we can
15163         name the fields, to make the code clearer.
15164         Rewrite all `aset' and `aref' using the defined accessors.
15165         (timer--time): New pseudo-field.
15166         (timer-set-time, timer-set-idle-time, timer-inc-time)
15167         (timer-set-time-with-usecs, with-timeout-suspend): Use it.
15168         (timer--time-less-p): New function.
15169         (timer--activate): New function, extracted from timer-activate.
15170         (timer-activate-when-idle, timer-activate): Use it.
15171         (cancel-function-timers): Use dolist.
15173 2008-04-03  Glenn Morris  <rgm@gnu.org>
15175         * add-log.el (c-beginning-of-defun, c-end-of-defun):
15176         Remove declarations; no longer used.
15177         (c-cpp-define-name, c-defun-name): Declare as functions.
15179         * calendar/cal-bahai.el (holiday-fixed): Autoload it.
15180         (holiday-bahai-new-year, holiday-bahai-ridvan): New functions.
15182         * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc)
15183         (holiday-passover-etc, holiday-hanukkah): Doc fix.
15184         Add optional argument.  Simplify.
15185         (holiday-tisha-b-av-etc): Use memq rather than unless.
15186         (holiday-julian): Autoload it.
15187         (holiday-hebrew-misc): New function.
15189         * calendar/cal-islam.el (holiday-islamic-new-year): New function.
15191         * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
15192         (hebrew-holidays-3, hebrew-holidays-4): Make obsolete.
15193         (hebrew-holidays-2): Just use holiday-hanukkah now it respects
15194         all-hebrew-calendar-holidays.
15195         (hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays):
15196         Simplify using new functions.
15197         (calendar-holidays): Doc fix.
15198         (generate-calendar-window): Use bound-and-true-p.
15200         * calendar/diary-lib.el (diary-mail-addr): Use bound-and-true-p.
15202         * calendar/holidays.el (calendar-holiday-list): Fix previous change.
15203         (holiday-filter-visible-calendar): Doc fix.  Use mapcar.
15204         (holiday-easter-etc): Fix nesting of result.  Tweak holiday order.
15205         Use calendar-date-is-visible-p, not holiday-filter-visible-calendar.
15207         * net/tramp.el (tramp-drop-volume-letter): Move definition before use.
15209 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15211         * vc-mtn.el (vc-mtn-command): Avoid localization of messages.
15213         * vc-bzr.el (vc-bzr-checkout): Simplify.
15215         * image-mode.el (image-mode-fit-frame): New command.
15217         * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo)
15218         (copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
15219         (keyboard-escape-quit): Check region-active-p i.s.o
15220         transient-mark-mode.
15222 2008-04-02  Simon Josefsson  <simon@josefsson.org>
15224         * net/imap.el (imap-enable-exchange-bug-workaround): New variable.
15225         (imap-message-copyuid-1): Use it.
15226         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
15227         J. Williams in
15228         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
15230 2008-04-02  Alan Mackenzie  <acm@muc.de>
15232         * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
15233         New optimised functions to get the name of the current defun/macro.
15235         * add-log.el (add-log-current-defun): Move the functionality which
15236         gets the current function name for C like modes to cc-cmds.el,
15237         thus optimising for speed.
15239 2008-04-02  Chong Yidong  <cyd@stupidchicken.com>
15241         * simple.el (deactivate-mark): When the mark is temporarily
15242         active, restore the original value of transient-mark-mode.
15243         (set-mark-command): First deactivate the mark if was temporarily active.
15244         (exchange-point-and-mark): Reactivate the mark if it was
15245         temporarily active.
15246         (handle-shift-selection): New fun.
15247         (transient-mark-mode): Move var documentation here from buffer.c.
15248         (next-line, previous-line, backward-word, move-end-of-line)
15249         (move-beginning-of-line, forward-to-indentation)
15250         (backward-to-indentation, back-to-indentation)
15251         (beginning-of-buffer, end-of-buffer): Add ^ interactive spec.
15253         * mouse.el (mouse-set-region-1): Save the old value of
15254         transient-mark-mode.
15255         (mouse-drag-track): Ignore the now-obsolete value `identity' for
15256         transient-mark-mode.
15258         * textmodes/paragraphs.el (forward-paragraph)
15259         (backward-paragraph, forward-sentence, backward-sentence): Add ^
15260         interactive spec.
15262         * emulation/cua-base.el (cua-mode): Turn off shift-select-mode.
15264 2008-04-02  Michael Albinus  <michael.albinus@gmx.de>
15266         * net/tramp.el (tramp-make-tramp-temp-file):
15267         Use `tramp-drop-volume-letter' for the local file name part.
15269 2008-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
15271         * progmodes/sh-script.el (sh-mode-map): Rename the menu.  Add :help.
15272         Add menu entries corresponding to all the key bindings.
15274         * emacs-lisp/debug.el (debugger-mode-map):
15275         * textmodes/conf-mode.el (conf-mode-map): Add a menu.
15276         (conf-align-assignments): Only work on the region if it is active.
15277         (conf-quote-normal): Use when instead of if.  Remove redundant test.
15279         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
15280         for tracing and re-builder.
15282 2008-04-02  Glenn Morris  <rgm@gnu.org>
15284         * calendar/appt.el (appt-disp-window-function): Doc fix.
15285         (appt-display-message): Move beep before display.
15286         (appt-check): Make interactive.  Reduce the number of lets.
15287         Use string-equal to compare mode-line strings.
15288         (appt-disp-window): Pluralize "minute" as needed.  Make appt buffer
15289         read-only.
15290         (appt-select-lowest-window, appt-make-list): Reduce the number of lets.
15291         (appt-delete): Simplify.
15293         * calendar/cal-china.el (holiday-chinese-new-year): Use a single let.
15295         * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
15297         * calendar/cal-hebrew.el (list-yahrzeit-dates):
15298         * calendar/cal-tex.el (cal-tex-insert-blank-days-at-end)
15299         (cal-tex-last-blank-p, cal-tex-daily-page): Expand calendar-for-loops.
15301         * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
15302         (calendar-holiday-marker, mark-visible-calendar-date):
15303         * calendar/diary-lib.el (fancy-diary-display):
15304         Check for font-lock-mode before using faces.
15306         * calendar/calendar.el (hebrew-holidays-3, generate-calendar-month)
15307         (calendar-gregorian-from-absolute): Reduce the number of lets.
15308         (hebrew-holidays-4, generate-calendar-window): Simplify.
15309         (calendar-for-loop): Make obsolete.
15310         (calendar-nth-named-day): Doc fix.
15312         * calendar/diary-lib.el (diary-list-entries, fancy-diary-display)
15313         (print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
15314         (calendar-mark-1, list-sexp-diary-entries, diary-remind):
15315         Reduce the number of lets.
15316         (mark-sexp-diary-entries, calendar-mark-complex):
15317         Expand calendar-for-loops.
15319 2008-04-01  Chong Yidong  <cyd@stupidchicken.com>
15321         * find-dired.el (find-dired-filter): Fix last patch to handle
15322         multi-line process input.  Pad link numbers too.
15324 2008-04-01  Jari Aalto  <jari.aalto@cante.net>
15326         * find-dired.el (find-dired-filter): Align columns by padding file sizes.
15328 2008-04-01  Jason Rumney  <jasonr@gnu.org>
15330         * international/characters.el (script-list): Add phonetic script,
15331         covering IPA (previously Latin), Phonetic Extensions and
15332         Phonetic Extensions Supplement (both previously unassigned).
15334         * international/fontset.el (setup-default-fontset): Use unicode fonts
15335         that cover bopomofo script for bopomofo.
15336         Likewise for braille and mathematical.
15337         Use unicode scripts that cover the phonetic script for IPA.
15339 2008-04-01  Johan BockgÃ¥rd  <bojohan@gnu.org>
15341         * emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
15342         return the assigned value.
15344 2008-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15346         * abbrev.el (abbrev-mode): Use define-minor-mode.
15348         * mouse.el (mouse-major-mode-menu-prefix): Remove.  Remove uses.
15349         (mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
15350         Use map-keymap.
15351         (minor-mode-menu-from-indicator): Use it.  Simplify.
15353         * bindings.el (mode-line-mode-menu): Move before (new) first use.
15354         (mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
15355         Bind the key directly to the menu.
15356         (mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.
15358 2008-04-01  Daiki Ueno  <ueno@unixuser.org>
15360         * epa.el (epa-decrypt-region): Explain the reason why this
15361         function should not be used in Lisp programs.
15362         (epa-decrypt-armor-in-region): Ditto.
15363         (epa-verify-region): Ditto.
15364         (epa-verify-cleartext-in-region): Ditto.
15365         (epa-sign-region): Ditto.
15366         (epa-encrypt-region): Ditto.
15368         * epg.el (epg-start-receive-keys): Fix typo in docstring.
15370         * epa.el (epa-select-keys): Show menu even if there is no key in
15371         GnuPG's keyring.
15373 2008-04-01  Glenn Morris  <rgm@gnu.org>
15375         * calendar/calendar.el (calendar-make-temp-face): New function.
15376         (mark-visible-calendar-date):
15377         * calendar/diary-lib.el (fancy-diary-display): Use it.
15379         * vc-hooks.el (vc-responsible-backend): Declare as function.
15381         * calendar/calendar.el (calendar-nongregorian-visible-p): New function.
15382         * calendar/cal-hebrew.el (calendar-hebrew-date-is-visible-p):
15383         * calendar/cal-julian.el (holiday-julian): Use it.
15385         * calendar/cal-hebrew.el (hebrew-calendar-elapsed-days): Doc fix.
15386         (calendar-hebrew-date-is-visible-p): Extract some common code into
15387         separate function.
15388         (holiday-hebrew, mark-hebrew-calendar-date-pattern): Use it.
15390         * calendar/cal-menu.el (cal-menu-holidays-menu):
15391         * calendar/calendar.el (calendar-mode-map): Use calendar-mark-holidays
15392         rather than obsolete alias.
15394         * calendar/calendar.el (mark-visible-calendar-date): Also use overlay
15395         for mark characters.
15396         (calendar-unmark): Unmark by removing all overlays, rather than
15397         redrawing.
15398         (calendar-starred-day): Remove.
15399         (calendar-mode): Disable undo.  Don't make calendar-starred-day local.
15400         (calendar-cursor-to-date): No need for special star handling now
15401         using overlays.
15402         (calendar-star-date): Use overlays.
15404         * calendar/cal-french.el (calendar-goto-french-date):
15405         * calendar/cal-hebrew.el (calendar-hebrew-from-absolute)
15406         (holiday-hanukkah, mark-hebrew-calendar-date-pattern):
15407         * calendar/cal-move.el (calendar-forward-month, calendar-end-of-month):
15408         * calendar/cal-persia.el (calendar-persian-date-string):
15409         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
15410         (cal-tex-cursor-month, cal-tex-LaTeXify-string):
15411         * calendar/lunar.el (lunar-phase-list, lunar-new-moon-on-or-after):
15412         * calendar/solar.el (solar-equinoxes-solstices):
15413         Reduce nesting of some lets.
15415         * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
15416         (calendar-goto-mayan-long-count-date): Simplify.
15418         * calendar/holidays.el (calendar-holiday-list, holiday-easter-etc):
15419         Simplify by using mapcar.
15420         (calendar-list-holidays): Return holiday-list.
15421         (list-holidays): Use let rather than let*.  Remove un-needed locals
15422         `d', `never'.
15423         (calendar-check-holidays): Return result from dolist.
15424         (holiday-float): Use a single let*.  Simplify if-and to and.
15425         (holiday-sexp, holiday-advent, holiday-greek-orthodox-easter): Use a
15426         single let*.
15428 2008-04-01  Jay Belanger  <jay.p.belanger@gmail.com>
15430         * calc/calc.el: Autoload `calc-yank'.
15431         (calc-mode-map): Add keybindings for `calc-yank'.
15432         * calc/calc-ext.el (calc-init-extensions): Remove keybinding
15433         assignments for `calc-yank'.
15435 2008-03-31  Dan Nicolaescu  <dann@ics.uci.edu>
15437         * vc.el (vc-status-add-entry): Assume ENTRY is a list, not a cons.
15438         (vc-status-mark-buffer-changed): Handle the extra field.
15440         * vc-bzr.el (vc-bzr-after-dir-status):
15441         * vc-cvs.el (vc-cvs-after-dir-status):
15442         * vc-hg.el (vc-hg-after-dir-status):
15443         * vc-svn.el (vc-svn-after-dir-status): Return a list, not a cons.
15445 2008-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
15447         * doc-view.el: Compute displayed pages first (in PDF).
15448         (doc-view-current-converter-processes): Rename from
15449         doc-view-current-converter-process.  Update users.
15450         (doc-view-sentinel): Test buffer's liveness.
15451         (doc-view-pdf/ps->png-sentinel): Remove.
15452         (doc-view-start-process): New function.
15453         (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
15454         (doc-view-ps->pdf): Use it.
15455         (doc-view-pdf->png-1, doc-view-pdf->png, doc-view-active-pages):
15456         New functions.
15457         (doc-view-convert-current-doc, doc-view-goto-page): Use them.
15458         (doc-view-mode): Kill the processes when leaving the mode.
15460 2008-03-31  Juanma Barranquero  <lekktu@gmail.com>
15462         * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p):
15463         Use `byte-compile-warning-types'.  Add docstring.
15465 2008-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
15467         * smerge-mode.el (smerge-apply-resolution-patch): New fun.
15468         (smerge-resolve): Add various resolution heuristics.
15470         * smerge-mode.el (smerge-refine): Allow highlighting other subparts
15471         in 3-way conflicts.
15473 2008-03-31  Glenn Morris  <rgm@gnu.org>
15475         * calendar/cal-bahai.el (diary-bahai-mark-entries):
15476         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
15477         * calendar/cal-islam.el (mark-islamic-diary-entries):
15478         Fix argument order in call to diary-mark-entries-1.
15480         * calendar/cal-bahai.el (calendar-bahai-date-string): Avoid an error for
15481         pre-Bahai dates.
15482         (holiday-bahai): Use an algorithm actually relevant to this calendar
15483         system.
15485         * calendar/cal-china.el (holiday-chinese-new-year): Doc fix.
15487         * calendar/cal-islam.el (holiday-islamic): Remove un-needed let.
15488         Use and.
15490         * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
15491         in the last fortnight in Julian October.
15493         * calendar/calendar.el (increment-calendar-month): Optionally handle
15494         systems without 12 months per year.
15495         (calendar-date-is-visible-p): Doc fix.  Simplify.
15497         * calendar/holidays.el (holiday-filter-visible-calendar): Return result
15498         from dolist.
15500 2008-03-30  Juanma Barranquero  <lekktu@gmail.com>
15502         * hi-lock.el (hi-lock-mode): Fix typos in docstring.
15503         (hi-lock-unload-function): New function.
15505 2008-03-30  Michael Albinus  <michael.albinus@gmx.de>
15507         * net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
15508         overwriting when NEWNAME is a local file.
15510         * net/trampver.el: Update release number.
15512 2008-03-30  Alexandre Julliard  <julliard@winehq.org>
15514         * vc-git.el: Make vc-status display information about copies,
15515         renames and permission changes.
15516         (vc-git-extra-fileinfo): New defstruct.
15517         (vc-git-escape-file-name, vc-git-file-type-as-string)
15518         (vc-git-rename-as-string, vc-git-permissions-as-string)
15519         (vc-git-status-printer): New functions.
15520         (vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo.
15521         (vc-git-after-dir-status-stage1): Look for copies, renames and
15522         permission changes.
15523         (vc-git-after-dir-status-stage1-empty-db): Set permissions.
15524         (vc-git-dir-status): Ask for staged files and renames.
15526 2008-03-30  Dan Nicolaescu  <dann@ics.uci.edu>
15528         * vc.el: Allow backends to display backend specific information in
15529         the vc-status listing.
15530         (vc-status-fileinfo): Add a field for backend specific information.
15531         (vc-status-printer): Rename to ...
15532         (vc-default-status-printer): ... this.
15533         (vc-status-printer): New function.
15534         (vc-update-vc-status-buffer): Set the backend specific file info
15535         if provided.
15537 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15539         * textmodes/remember.el (remember-diary-convert-entry): Revert last
15540         change (ill-conceived).
15542 2008-03-29  Glenn Morris  <rgm@gnu.org>
15544         * calendar/cal-hebrew.el (holiday-hebrew): Simplify.
15545         * calendar/cal-julian.el (holiday-julian): Simplify.
15547         * calendar/holidays.el (list-holidays): Use or.
15549 2008-03-29  Juri Linkov  <juri@jurta.org>
15551         * window.el (split-window-preferred-horizontally): New function.
15553         * cus-start.el (split-window-preferred-function):
15554         Set choice for "vertically" to nil instead of split-window.
15555         Set choice for "horizontally" to split-window-preferred-horizontally
15556         instead of lambda.
15558 2008-03-29  Juri Linkov  <juri@jurta.org>
15560         * simple.el (minibuffer-default-add-function): New variable with
15561         the default to minibuffer-default-add-completions.
15562         (minibuffer-default-add-done): New variable.  Make it buffer-local.
15563         (minibuffer-default-add-completions): New function.
15564         (goto-history-element): Set minibuffer-default-add-done to t and
15565         call a function in minibuffer-default-add-function when the
15566         specified absolute history position is greater than the length of
15567         the minibuffer-default list and minibuffer-default-add-done is nil.
15568         Change "^End of history; no next item$" to "^End of defaults;
15569         no next item$".
15571         * bindings.el (debug-ignored-errors): Change "^End of history;
15572         no next item$" to "^End of defaults; no next item$".
15574 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15576         * subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.
15578         * textmodes/remember.el (remember-diary-convert-entry): Prefer boundp
15579         to with-no-warnings.
15581 2008-03-29  Michael Albinus  <michael.albinus@gmx.de>
15583         Sync with Tramp 2.1.13.
15585         * net/tramp-ftp.el: Require 'cl when byte-compiling.
15587         * net/trampver.el: Update release number.
15589 2008-03-29  Dan Nicolaescu  <dann@ics.uci.edu>
15591         * vc-hooks.el (vc-menu-map-filter): Be more careful when finding
15592         the current backend.
15594         * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
15595         (vc-status-refresh): Create a temporary buffer and call the
15596         `dir-status' backend function from that buffer.
15598         * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
15599         (vc-bzr-after-dir-status): Don't kill the buffer.
15601         * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
15602         (vc-cvs-after-dir-status): Don't kill the buffer.
15604         * vc-git.el (vc-git-dir-status): Don't create a buffer.
15605         (vc-git-after-dir-status-stage2): Don't kill the buffer.
15607         * vc-hg.el (vc-hg-dir-status): Don't create a buffer.
15608         (vc-hg-after-dir-status): Don't kill the buffer.
15610         * vc-svn.el (vc-svn-dir-status): Don't create a buffer.
15611         (vc-svn-after-dir-status): Don't kill the buffer.
15613 2008-03-29  Glenn Morris  <rgm@gnu.org>
15615         * calendar/calendar.el (diary-file, american-date-diary-pattern)
15616         (european-date-diary-pattern, european-calendar-display-form)
15617         (american-calendar-display-form, diary-display-hook): Doc fixes.
15618         (european-calendar-style): Doc fix.  Use calendar-set-date-style for
15619         custom :set.  Mark as obsolete.
15620         (calendar-date-style, iso-date-diary-pattern)
15621         (iso-calendar-display-form): New user variables.
15622         (diary-date-forms, calendar-date-display-form): Set using
15623         calendar-date-style.  Doc fix.
15624         (calendar-set-date-style): New command.
15625         (european-calendar, american-calendar): Use calendar-set-date-style.
15626         Mark as obsolete.
15628         * calendar/diary-lib.el (number): Move declaration where needed.
15629         (diary-mail-entries, list-sexp-diary-entries): Doc fixes.
15630         (diary-make-date): New function.
15631         (diary-date, diary-block, diary-anniversary, diary-cyclic): Doc fix.
15632         Use diary-make-date.
15633         (diary-date-display-form, diary-insert-entry-1): New functions.
15634         (insert-monthly-diary-entry, insert-yearly-diary-entry):
15635         Use diary-insert-entry-1.
15636         (insert-anniversary-diary-entry, insert-block-diary-entry)
15637         (insert-cyclic-diary-entry): Use diary-date-display-form.
15639         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
15640         Autoload diary-insert-entry-1.
15641         * calendar/cal-bahai.el (diary-bahai-insert-entry)
15642         (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
15643         * calendar/cal-hebrew.el (insert-hebrew-diary-entry)
15644         (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
15645         * calendar/cal-islam.el (insert-islamic-diary-entry)
15646         (insert-monthly-islamic-diary-entry, insert-yearly-islamic-diary-entry):
15647         Use diary-insert-entry-1.
15649         * calendar/cal-hebrew.el (diary-make-date): Autoload it.
15650         (diary-yahrzeit): Doc fix.  Use diary-make-date.
15652         * calendar/icalendar.el (icalendar--datetime-to-american-date):
15653         New name for icalendar--datetime-to-noneuropean-date.  Make old name
15654         obsolete alias.
15655         (icalendar--datetime-to-iso-date): New function.
15656         (icalendar--datetime-to-diary-date): Doc fix.  Respect
15657         calendar-date-style if bound.
15659         * textmodes/remember.el (remember-diary-convert-entry):
15660         Respect calendar-date-style if bound.
15662 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15664         * xt-mouse.el (xterm-mouse-mode): Use delete-terminal-functions.
15665         (xterm-mouse-handle-delete-frame): Delete.
15667         * term/xterm.el (terminal-init-xterm): Use delete-terminal-functions.
15668         (xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys)
15669         (xterm-remove-modify-other-keys): Lookup terminal rather than frame
15670         in xterm-modify-other-keys-terminal-list.
15672         * vc-bzr.el (vc-bzr-state-heuristic): Fix last change for when there
15673         are conflicts.
15675 2008-03-29  Dan Nicolaescu  <dann@ics.uci.edu>
15677         * vc.el (vc-update): Check if the buffer is unsaved only if it
15678         actually exists.
15679         (vc-status-mode-map, vc-status-menu-map): Bind vc-update and
15680         vc-print-log.
15682 2008-03-28  Magnus Henoch  <mange@freemail.hu>
15684         * net/dns.el (dns-write): Use set-buffer-multibyte.
15686 2008-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15688         * vc-bzr.el (vc-bzr-sha1): New fun.
15689         (vc-bzr-state-heuristic): New fun, extracted from vc-bzr-registered.
15690         (vc-bzr-registered): Use it.
15692 2008-03-28  Dan Nicolaescu  <dann@ics.uci.edu>
15694         * vc.el (vc-status-kill-dir-status-process): Simplify.
15695         (vc-status-refresh): Make sure the buffer is live.
15696         (ring): Don't require it, not used.
15698 2008-03-28  Wilson Snyder  <wsnyder@wsnyder.org>
15700         * progmodes/verilog-mode.el (verilog-auto-inout-module):
15701         Add optional regular expression to AUTOINOUTMODULE.
15702         (verilog-inject-auto, verilog-auto-arg, verilog-auto-inst)
15703         (verilog-auto-inst-param, verilog-auto-reg)
15704         (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
15705         (verilog-auto-output-every, verilog-auto-input)
15706         (verilog-auto-inout, verilog-auto-sense, verilog-auto-tieoff)
15707         (verilog-auto-unused, verilog-auto): Update documentation to use
15708         more obvious instance module names versus cell names.
15710 2008-03-28  Jan Djärv  <jan.h.d@swipnet.se>
15712         * progmodes/compile.el (compilation-mode-tool-bar-map): Only enable
15713         kill if a process is running.
15715         * progmodes/grep.el (grep-mode-tool-bar-map): The same.
15717 2008-03-28  Dan Nicolaescu  <dann@ics.uci.edu>
15719         * vc.el: Add new backend function 'status-extra-headers.
15720         (vc-default-status-extra-headers): New function.
15721         (vc-status-headers): Call 'status-extra-headers.  Add colors.
15723         * vc-git.el (vc-git-status-extra-headers): New function.
15725 2008-03-28  Glenn Morris  <rgm@gnu.org>
15727         * calendar/cal-menu.el (cal-menu-holidays-menu)
15728         (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
15729         (cal-menu-list-holidays-previous-year): Simplify now that 2nd arg of
15730         holiday-list is optional.
15731         (calendar-mouse-holidays): Remove un-needed local `l'.
15733         * calendar/cal-move.el (calendar-cursor-to-nearest-date):
15734         Remove un-needed local `date'.
15735         (calendar-cursor-to-visible-date): Use let rather than let*.
15736         Remove un-needed local `first-of-month-weekday'.
15738         * calendar/calendar.el (abbreviated-calendar-year): Move to diary-lib.
15740         * calendar/diary-lib.el (print-diary-entries-hook, diary-list-entries):
15741         Doc fixes.
15742         (abbreviated-calendar-year): Move here from calendar.el.  Doc fix.
15743         (diary-header-line-flag, diary-header-line-format): Declare.
15744         (diary-pull-attrs): Check for multiple matches.
15745         (diary-list-entries-2): Simplify finding start of date.
15746         (diary-show-all-entries, make-diary-entry): Respect non-nil values of
15747         pop-up-frames.
15748         (diary-mark-entries-1): Re-use offset in abbreviated-year case.
15749         (mark-sexp-diary-entries): Remove superfluous call to diary-pull-attrs.
15751 2008-03-27  Dan Nicolaescu  <dann@ics.uci.edu>
15753         * vc-hg.el (vc-hg-state, vc-hg-dir-state): Deal with 'missing files.
15755         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate.
15757 2008-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
15759         * vc-hooks.el (vc-before-save): Don't prevent saving the file.
15761         * image-mode.el (image-mode-reapply-winprops): Fix last change.
15763 2008-03-27  Kenichi Handa  <handa@ni.aist.go.jp>
15765         * international/mule-conf.el (define-iso-single-byte-charset):
15766         Don't make latin-iso8859-* supplementary.
15767         (#'set-charset-priority): Don't change the priority of charsets
15768         `unicode' and `emacs'.
15770 2008-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
15772         * vc.el (vc-do-command): Don't pop to the buffer if it's an internal
15773         temp buffer.
15775 2008-03-27  Glenn Morris  <rgm@gnu.org>
15777         * calendar/cal-bahai.el (diary-bahai-list-entries):
15778         * calendar/cal-hebrew.el (list-hebrew-diary-entries):
15779         * calendar/cal-islam.el (list-islamic-diary-entries): Doc fix.
15781         * calendar/calendar.el (diary-file): Doc fix.
15783         * calendar/diary-lib.el (diary-face-attrs): Fix `height' regexp.
15784         (list-diary-entries-hook, mark-diary-entries-hook)
15785         (include-other-diary-files, diary-mail-entries)
15786         (mark-included-diary-files, list-sexp-diary-entries): Doc fixes.
15787         (diary-set-header): New function.
15788         (diary-header-line-flag, diary-header-line-format):
15789         Use diary-set-header for custom :set function.
15790         (diary-set-maybe-redraw): Use symbol-value rather than eval.
15791         (diary-attrtype-convert): Use intern-soft rather than read.
15792         (diary-display-no-entries): New function.
15793         (simple-diary-display, fancy-diary-display): Use it.
15794         (fancy-diary-display): Doc fix.  Remove unneeded local entry-list.
15795         (diary-mark-entries-1): Fix position offsets in non-gregorian case.
15797         * calendar/holidays.el (list-holidays): Doc fix.
15799 2008-03-26  Jay Belanger  <jay.p.belanger@gmail.com>
15801         * calc/calc-store.el (calc-read-var-name-history): New variable.
15802         (calc-read-var-name): Use `calc-read-var-name-history'.
15804 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15806         * image-mode.el (image-mode-reapply-winprops): Simplify now that
15807         window-configuration-change-hook works buffer-locally.
15809 2008-03-26  Johan BockgÃ¥rd  <bojohan@gnu.org>
15811         * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table
15812         for Emacs Lisp, not Lisp.
15814 2008-03-26  Juanma Barranquero  <lekktu@gmail.com>
15816         * help-fns.el (describe-function-1, describe-variable):
15817         If CURRENT-NAME is nil, don't end obsolescence info with semicolon.
15819         * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no
15820         replacement is provided, don't print "use nil instead".
15822 2008-03-26  Johan BockgÃ¥rd  <bojohan@gnu.org>
15824         * complete.el (PC-do-completion): Use regexp-quote.
15826 2008-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
15828         * vc-cvs.el (vc-cvs-parse-status, vc-cvs-after-dir-status):
15829         Detect missing files.
15831         * vc-git.el (vc-git-extra-menu-map): New key map.
15832         (vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep):
15833         New functions.
15835         * vc-hooks.el (vc-default-mode-line-string): Deal with 'removed
15836         and 'missing files.
15838 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15840         * calendar/holidays.el (list-holidays): Make Y2 optional.
15842         * calendar/appt.el (appt-buffer-name): Don't use a leading space for
15843         buffers shown to the user.
15844         (appt-disp-window): Disable undo explicitly now that the leading space
15845         is gone.
15847         * simple.el (activate-mark): New function.
15848         (set-mark-command): Use it with region-active-p to clean up the code.
15849         (exchange-point-and-mark): Invert the meaning of C-u when
15850         transient-mark-mode is active.
15852         * dired-aux.el (dired-create-files): Use dolist.
15854         * bindings.el (mode-line-change-eol): Use with-selected-window.
15856         * apropos.el (apropos-command): Include macros.
15858 2008-03-26  Glenn Morris  <rgm@gnu.org>
15860         * calendar/cal-bahai.el: Require calendar, not cal-julian.
15861         (calendar-bahai-epoch): Doc fix.
15863         * calendar/cal-china.el: Explicitly require calendar.
15865         * calendar/cal-coptic.el, calendar/cal-islam.el, calendar/cal-persia.el:
15866         Require calendar rather than cal-julian.
15867         Autoload calendar-absolute-from-julian.
15868         * calendar/cal-coptic.el (coptic-calendar-epoch):
15869         * calendar/cal-islam.el (calendar-islamic-epoch):
15870         * calendar/cal-persia.el (persian-calendar-epoch): Set when compiling.
15872         * calendar/cal-islam.el (calendar-islamic-epoch): Doc fix.
15874         * calendar/cal-dst.el: Don't require cal-persia.
15875         (calendar-absolute-from-persian): Autoload it.
15876         (dst-adjust-time): Doc fix.
15878         * calendar/cal-menu.el (cal-menu-diary-menu): Remove menu headings that
15879         cause cal-bahai, cal-islam, cal-hebrew to be loaded on starting the
15880         calendar.
15882         * calendar/cal-menu.el: Require calendar rather than declaring
15883         functions.
15884         * calendar/calendar.el: Provide calendar before requiring cal-menu.
15886         * calendar/cal-x.el (calendar-after-frame-setup-hook): New name for
15887         calendar-after-frame-setup-hooks.  Update callers, make old name an
15888         obsolete alias.  Doc fix.
15889         (calendar-frame-1): Doc fix.
15891         * calendar/calendar.el (solar-holidays): Simplify holiday-sexp calls.
15893         * calendar/calendar.el (oriental-holidays, solar-holidays):
15894         * calendar/holidays.el (list-holidays): Assume atan always bound.
15896         * calendar/lunar.el, calendar/solar.el: Remove floating-point check.
15897         Explicitly require calendar, not cal-julian.
15898         * calendar/lunar.el: Explicitly require cal-dst.
15900 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15902         * autorevert.el (auto-revert-buffers): Use buffer-live-p.
15904         * help-fns.el (describe-function-1, describe-variable): If no
15905         replacement is provided, don't print "use nil instead".
15907 2008-03-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15909         * proced.el: New file.
15911 2008-03-25  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
15913         * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.
15915 2008-03-25  Juri Linkov  <juri@jurta.org>
15917         * battery.el: Add file cookie coding:iso-8859-1 for the degree sign
15918         in battery-mode-line-format.
15920         * bindings.el (minibuffer-local-map): For the command
15921         file-cache-minibuffer-complete replace keymap minibuffer-local-map
15922         with map which is already locally bound to minibuffer-local-map.
15924 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15926         * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
15927         Remove `sort-first' argument.
15929         * subr.el (redisplay-end-trigger-functions)
15930         (window-redisplay-end-trigger, set-window-redisplay-end-trigger)
15931         (process-filter-multibyte-p, set-process-filter-multibyte):
15932         Mark as obsolete.
15934 2008-03-25  Juanma Barranquero  <lekktu@gmail.com>
15936         * emacs-lisp/re-builder.el (reb-mode-common): Remove reference to
15937         bogus variable `reb-kill-buffer'; don't make hooks buffer-local,
15938         use the LOCAL arg of `add-hook'.
15939         (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
15940         Remove spurious * from defcustom docstrings.
15941         (reb-next-match, reb-prev-match, reb-enter-subexp-mode):
15942         Fix typos in messages.
15943         (reb-mode-buffer-p): New function.
15944         (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'.  Use `when'.
15945         (top, reb-show-subexp, reb-auto-update, reb-delete-overlays)
15946         (reb-cook-regexp, reb-update-regexp, reb-update-overlays):
15947         Use `unless', `when'.
15948         (re-builder-unload-function): New function.
15950 2008-03-25  Dan Nicolaescu  <dann@ics.uci.edu>
15952         * vc-hooks.el (vc-state): Add documentation for 'missing.
15954 2008-03-25  Wilson Snyder  <wsnyder@wsnyder.org>
15956         * progmodes/verilog-mode.el (verilog-auto-output)
15957         (verilog-auto-input, verilog-auto-inout, verilog-auto)
15958         (verilog-delete-auto): Add optional regular expression to
15959         AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
15960         (verilog-signals-matching-regexp): New internal function for
15961         signal matching.
15963 2008-03-25  Johan BockgÃ¥rd  <bojohan@gnu.org>
15965         * info.el (Info-isearch-search): Always return point.
15967 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15969         * diff-mode.el (diff-remembered-defdir): New var.
15970         (diff-find-file-name): Use it to flush diff-remembered-files-alist.
15972 2008-03-25  Glenn Morris  <rgm@gnu.org>
15974         * calendar/cal-bahai.el (calendar-bahai-read-date): New name for
15975         calendar-bahai-prompt-for-date.  Update callers, make old name an
15976         obsolete alias.  Doc fix.
15977         * calendar/cal-coptic.el (calendar-coptic-read-date): New name for
15978         coptic-prompt-for-date.  Update callers, make old name an
15979         obsolete alias.  Doc fix.
15980         * calendar/cal-hebrew.el (calendar-hebrew-read-date): New name for
15981         calendar-hebrew-prompt-for-date.  Update callers.  Doc fix.
15982         * calendar/cal-islam.el (calendar-islamic-read-date): New name for
15983         calendar-islamic-prompt-for-date.  Update callers.  Doc fix.
15984         * calendar/cal-iso.el (calendar-iso-read-date): New name for
15985         calendar-iso-read-args.  Update callers, make old name an obsolete
15986         alias.
15987         * calendar/cal-persia.el (calendar-persian-read-date): New name for
15988         persian-prompt-for-date.  Update callers, make old name an
15989         obsolete alias.  Doc fix.  Move definition before use.
15991         * calendar/cal-x.el (diary-frame-parameters)
15992         (calendar-frame-parameters, calendar-and-diary-frame-parameters)
15993         (calendar-frame-1): Doc fixes.
15994         (make-fancy-diary-buffer): Remove declaration.
15995         (calendar-dedicate-diary): Replace call to deleted function
15996         make-fancy-diary-buffer.
15997         (calendar-frame-setup): New function.
15998         (calendar-one-frame-setup, calendar-only-one-frame-setup)
15999         (calendar-two-frame-setup): Call calendar-frame-setup to do the actual
16000         work, and mark as obsolete.
16001         (special-display-buffer-names): Don't mess with this; it's not our
16002         business.
16003         (cal-x-load-hook): Defvar it, and mark as obsolete.
16005         * calendar/calendar.el (calendar-remove-frame-by-deleting):
16006         Default to t.  Add to 'calendar group.
16007         (calendar): Doc fix.  Use calendar-frame-setup.
16008         (calendar-basic-setup): Doc fix.  Add optional NODISPLAY argument.
16009         (generate-calendar-window): Doc fix.
16011 2008-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16013         * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
16015 2008-03-24  Drew Adams  <drew.adams@oracle.com>
16017         * finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
16018         New variables.
16019         (finder-mode): Use finder-mode-syntax-table.  Set font-lock-defaults.
16020         (finder-exit): Ignore errors rather than avoiding them.
16021         Kill *Finder-package* buffer also.
16023 2008-03-24  Andreas Schwab  <schwab@suse.de>
16025         * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
16027 2008-03-24  Dan Nicolaescu  <dann@ics.uci.edu>
16029         * vc-hg.el (vc-hg-after-dir-status):
16030         * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
16032         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
16033         Detect removed files.
16035         * vc.el (vc-status-printer): Use a different face for missing files.
16036         (vc-status-hide-up-to-date): Rename from
16037         vc-status-remove-up-to-date.  Update all callers.
16038         (vc-status-mode-map): Bind C-m.
16040 2008-03-24  Alexandre Julliard  <julliard@winehq.org>
16042         * vc-git.el (vc-git-after-dir-status-stage1): Move state matching
16043         code ...
16044         (vc-git--state-code): ... to this new function.
16045         (vc-git-state): Use it.
16047 2008-03-24  Trent W. Buck  <trentbuck@gmail.com>  (tiny change)
16049         * textmodes/remember.el (remember-mail-date)
16050         (remember-store-in-mailbox): Write date and From line in such a
16051         way that Mutt can read it.
16053 2008-03-23  Chong Yidong  <cyd@stupidchicken.com>
16055         * simple.el (transient-mark-mode): Turn on by default.
16057 2008-03-23  Dan Nicolaescu  <dann@ics.uci.edu>
16059         * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
16060         'unregistered for unregistered files.
16062         * vc-hg.el (vc-hg-state): Return 'removed for removed files.
16064         * bindings.el (standard-mode-line-modes): Avoid duplicating a string.
16066         * vc-cvs.el (vc-cvs-parse-status): Note there are problems with
16067         subdirectories.
16069         * vc.el (vc-status-prepare-status-buffer): Fix thinko.
16070         (vc-status-menu-map): Add binding for vc-status-kill-dir-status-process.
16071         Add :enable for vc-status-refresh.
16072         (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
16073         (vc-status-tool-bar-map): Add binding for
16074         vc-status-kill-dir-status-process.
16075         Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
16076         (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
16077         Reset vc-status-process-buffer.
16078         (vc-status-refresh): Don't run two refreshes at a time.
16079         (vc-status): If the buffer is already in vc-status-mode only refresh.
16080         (vc-status-mark-buffer-changed): Add an optional file parameter.
16081         (vc-resynch-buffer): Use it.
16082         (vc-delete-file): Expand the file name before using it.
16083         Be careful to not create a new buffer with the old file contents.
16084         Update the VC state after performing the operation.
16086 2008-03-23  Andreas Schwab  <schwab@suse.de>
16088         * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
16089         Fix radio button condition.
16090         [box]: Likewise.
16091         [customize]: Add radio button.
16093 2008-03-23  Jay Belanger  <jay.p.belanger@gmail.com>
16095         * calc/calc.el (calc-was-keypad-mode, calc-full-mode)
16096         (calc-user-parse-tables, calc-gnuplot-default-device)
16097         (calc-gnuplot-default-output, calc-gnuplot-print-device)
16098         (calc-gnuplot-print-output, calc-gnuplot-geometry)
16099         (calc-graph-default-resolution, calc-graph-default-resolution-3d)
16100         (calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
16101         (calc-undo-list, calc-redo-list, calc-main-buffer)
16102         (calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
16103         (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
16104         (calc-said-hello, calc-executing-macro, calc-any-selections)
16105         (calc-help-phase, calc-full-help-flag, calc-refresh-count)
16106         (calc-display-dirty, calc-embedded-info, calc-embedded-active)
16107         (calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
16108         (math-expr-variable-mapping, calc-mode-map, calc-digit-map)
16109         (calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
16110         (calc-create-buffer, calc-quit): Add docstrings.
16112 2008-03-23  Juanma Barranquero  <lekktu@gmail.com>
16114         * makefile.w32-in (WINS_ALMOST): Add org.
16116 2008-03-23  Dan Nicolaescu  <dann@ics.uci.edu>
16118         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
16119         New functions to implement vc-status support.
16121 2008-03-22  Dan Nicolaescu  <dann@ics.uci.edu>
16123         * vc.el (vc-status-prepare-status-buffer): New function.
16124         (vc-status): Use it.
16126         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
16127         appropriate.
16129 2008-03-22  Alexandre Julliard  <julliard@winehq.org>
16131         * vc-git.el (vc-git--empty-db-p)
16132         (vc-git-after-dir-status-stage1-empty-db): New functions.
16133         (vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
16134         Add support for empty repositories.
16136 2008-03-22  Dan Nicolaescu  <dann@ics.uci.edu>
16138         * vc-git.el (vc-git-annotate-extract-revision-at-line):
16139         Allow "^" in a version name.
16141         * vc-mtn.el (vc-mtn-state): Support the added state.
16143 2008-03-22  Carsten Dominik  <dominik@science.uva.nl>
16145         * org: New directory for Org-mode.
16147         * org/org-export-latex.el: Moved from lisp/textmodes.
16149         * org/org-irc.el: Moved from lisp/textmodes.
16151         * org/org-mac-message.el: Moved from lisp/textmodes.
16153         * org/org-mouse.el: Moved from lisp/textmodes.
16155         * org/org-publish.el: Moved from lisp/textmodes.
16157 2008-03-21  Juri Linkov  <juri@jurta.org>
16159         * comint.el (comint-dynamic-simple-complete):
16160         Use variable `stub' for the second arg `common-substring'
16161         of `comint-dynamic-list-completions'.
16162         (comint-dynamic-list-filename-completions):
16163         Use variable `filenondir' for the second arg `common-substring'
16164         of `comint-dynamic-list-completions'.
16165         (comint-dynamic-list-completions): Add new optional arg
16166         `common-substring'.  Add `common-substring' as the second arg of
16167         the call to `display-completion-list'.  Doc fix.
16169         * comint.el (comint-dynamic-complete-as-filename)
16170         (comint-dynamic-list-filename-completions)
16171         (comint-dynamic-simple-complete): Use `minibuffer-message'
16172         to display message "No completions of %s" when a command
16173         is called in the minibuffer.
16174         (comint-dynamic-simple-complete): Don't display other
16175         completion messages when a command is called in the minibuffer.
16176         (comint-dynamic-list-completions): Use `minibuffer-message'
16177         to display message " [Type space to flush ...]" when a command
16178         is called in the minibuffer.
16180         * shell.el (shell-dynamic-complete-command)
16181         (shell-dynamic-complete-environment-variable): Don't display
16182         completion messages when command is called in the minibuffer.
16184         * emacs-lisp/lisp.el (lisp-complete-symbol):
16185         Use `minibuffer-message' to display message "No completions of %s"
16186         when this command is called in the minibuffer.
16188         * bindings.el (standard-mode-line-modes): Put special help-echo
16189         tooltip on recursive edit %[ %] mode-line constructs.
16191         * dabbrev.el (debug-ignored-errors): Remove $ from the end of
16192         "^No dynamic expansion for .* found$" to allow error messages like
16193         "No dynamic expansion for \"%s\" found in this-buffer".
16195 2008-03-21  Michael Albinus  <michael.albinus@gmx.de>
16197         * net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
16198         "psftp".
16200 2008-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16202         * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
16203         * vc.el (vc-default-dired-state-info): Use just "modified".
16204         * vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
16205         (vc-cvs-mode-line-string): Make use of the better default.
16206         (vc-cvs-parse-entry): Use the new `added'.
16207         (vc-cvs-dired-state-info): Remove.
16208         * vc-svn.el (vc-svn-dired-state-info): Remove.
16209         * vc-hg.el (vc-hg-dired-state-info): Remove.
16210         * vc-git.el (vc-git-dired-state-info): Remove.
16212 2008-03-21  Dan Nicolaescu  <dann@ics.uci.edu>
16214         * vc-git.el (vc-git-status-result): New variable.
16215         (vc-git-dir-status): Split out ...
16216         (vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
16217         ... these new functions and work asynchronously.
16219 2008-03-21  Alexandre Julliard  <julliard@winehq.org>
16221         * vc-git.el (vc-git-after-dir-status): Remove.
16222         (vc-git-dired-state-info): Reimplement.
16224 2008-03-21  Dan Nicolaescu  <dann@ics.uci.edu>
16226         * replace.el (occur-mode-map): Add :help.
16228         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entry
16229         for disassemble.
16231         * vc.el (vc-status-mark-buffer-changed): Better deal with files in
16232         the 'added state.
16233         (vc-status-remove-up-to-date): New function.
16234         (vc-status-mode-map, vc-status-menu-map): Bind it.
16235         (vc-status-printer): Use a different face up-to-date files.
16236         (vc-resynch-buffer): Update the vc-status buffer if it exists.
16237         (Todo): Remove solved entries.
16239         * vc-hg.el (vc-hg-state):
16240         * vc-git.el (vc-git-state):
16241         * vc-cvs.el (vc-cvs-parse-status):
16242         * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
16243         state.
16245 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16247         * progmodes/compile.el (compile):
16248         * progmodes/grep.el (grep, grep-find): Use read-shell-command.
16250         * simple.el (minibuffer-local-shell-command-map): New var.
16251         (minibuffer-complete-shell-command, read-shell-command): New funs.
16252         (shell-command, shell-command-on-region): Use them.
16254 2008-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
16256         * vc.el (vc-status-mark-buffer-changed): New function to implement
16257         updating of the *vc-status* buffer when a buffer is saved.
16258         (vc-status-mode): Use it for after-change-hook.
16259         (vc-add-to-vc-status-buffer): Rename to ...
16260         (vc-status-add-entry): ... this.
16261         (Todo): Add new entry.
16263 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16265         * sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness.
16267 2008-03-20  Juanma Barranquero  <lekktu@gmail.com>
16269         * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars)
16270         (icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
16271         Remove spurious * from defcustom docstrings.
16272         (icomplete-compute-delay): Fix docstring and remove spurious *.
16273         (icomplete-delay-completions-threshold): Fix typo in docstring and
16274         remove spurious *.
16275         (icomplete-completions): While collecting the list of prospective
16276         candidates, don't overshoot `icomplete-prospects-length'.
16278 2008-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
16280         * textmodes/refbib.el:
16281         * textmodes/reftex.el:
16282         * textmodes/reftex-global.el:
16283         * textmodes/reftex-vars.el:
16284         * textmodes/reftex-toc.el: Don't use eval-and-compile for byte
16285         compiler pacifying defvars.
16286         (reftex-toc-mode): Only make zmacs-regions local on XEmacs.
16287         * textmodes/reftex-index.el (zmacs-regions): Remove pacifier,
16288         not needed.
16290 2008-03-20  Wilson Snyder  <wsnyder@wsnyder.org>
16292         * progmodes/verilog-mode.el (verilog-easy-menu-filter): New function.
16293         (verilog-stmt-menu, verilog-menu): Add :help and filter it.
16294         (verilog-customize, verilog-font-customize)
16295         (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
16296         (verilog-mode): Update documentation strings to match tool tips.
16297         (verilog-auto-search-do, verilog-auto-re-search-do)
16298         (verilog-skip-forward-comment-or-string): Fix verilog-auto
16299         expansion when a .* appears inside a string.
16300         (verilog-re-search-forward, verilog-re-search-backward):
16301         Add comment to recall how this works.
16302         (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
16304 2008-03-20  Glenn Morris  <rgm@gnu.org>
16306         * calendar/calendar.el (calendar-other-dates): New function.
16307         (calendar-print-other-dates): Use calendar-other-dates.
16308         * calendar/cal-menu.el (calendar-other-dates): Declare it, and remove
16309         the declarations it replaces.
16310         (calendar-mouse-print-dates): Use calendar-other-dates.
16312         * calendar/cal-bahai.el (calendar-bahai-leap-year-p)
16313         (calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
16314         (calendar-absolute-from-bahai): Fix the leap-year case.
16315         (calendar-bahai-from-absolute): Re-use the Gregorian month.
16316         (calendar-bahai-date-string, calendar-bahai-print-date):
16317         Handle pre-Bahai dates.
16319         * calendar/cal-china.el (chinese-calendar-celestial-stem)
16320         (chinese-calendar-terrestrial-branch): Make defcustoms.
16322         * calendar/cal-menu.el (calendar-mouse-holidays): Re-use the title.
16323         (calendar-mouse-view-diary-entries): Use or.
16324         (calendar-mouse-chinese-date): Remove unused command.
16325         (cal-menu-load-hook): Mark as obsolete.
16327         * calendar/solar.el (calendar-location-name, calendar-latitude)
16328         (calendar-longitude, solar-arctan, sunrise-sunset)
16329         (solar-mean-equinoxes/solstices): Use the appropriate equality test.
16331 2008-03-20  Jay Belanger  <jay.p.belanger@gmail.com>
16333         * calc/calc.el: Remove outdated comments.
16334         (defcalcmodevar, calc-mode-var-list-restore-default-values)
16335         (calc-mode-var-list-restore-saved-values, calc-autorange-units):
16336         Add docstrings.
16338 2008-03-19  Jason Rumney  <jasonr@gnu.org>
16340         * w32-fns.el (x-alternatives-map): Add S-tab mapping.
16342 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
16344         * net/tls.el (open-tls-stream): Reindent.
16346 2008-03-19  Michael Albinus  <michael.albinus@gmx.de>
16348         * net/tramp.el (tramp-let-maybe): Removed.
16349         (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
16350         It does not exist under XEmacs.
16351         (tramp-handle-file-truename, tramp-handle-expand-file-name)
16352         (tramp-completion-file-name-handler): Let-bind
16353         `directory-sep-char'.
16355         * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
16356         `directory-sep-char'.
16358 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
16360         * help-fns.el (describe-function-1): Don't signal "missing arglist"
16361         for autoloaded keymaps.
16363         * progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
16364         (electric-verilog-terminate-line, verilog-in-struct-region-p)
16365         (verilog-backward-ws&directives, verilog-forward-ws&directives)
16366         (verilog-in-comment-p, verilog-in-star-comment-p)
16367         (verilog-in-slash-comment-p, verilog-skip-backward-comments)
16368         (verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
16369         (verilog-skip-forward-comment-or-string, verilog-in-paren)
16370         (verilog-skip-forward-comment-p): Use it.
16372 2008-03-19  Juanma Barranquero  <lekktu@gmail.com>
16374         * textmodes/org.el (org-link-store, org-link-follow, org-latex)
16375         (org-remember-templates, org-time-stamp-rounding-minutes)
16376         (org-back-over-empty-lines, org-find-base-buffer-visiting)
16377         (org-columns-new): Fix typos in docstrings.
16379 2008-03-19  Glenn Morris  <rgm@gnu.org>
16381         * net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
16382         (tramp-handle-shell-command): Use condition-case rather than
16383         ignore-errors.
16385 2008-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
16387         * diff-mode.el (diff-header): Make the color louder.
16388         (diff-refine-change): Tone the color down.
16390 2008-03-19  Juanma Barranquero  <lekktu@gmail.com>
16392         * descr-text.el (describe-char): When `describe-char-unidata-list'
16393         is set to show all properties, list them in the right order.
16395 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
16397         * international/mule.el (load-with-code-conversion): Avoid setting
16398         default-enable-multibyte-characters.
16400 2008-03-19  Gustav HÃ¥llberg  <gustav@virtutech.com>  (tiny change)
16402         * vc.el (vc-annotate-background): Fix custom type.
16404 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
16406         * descr-text.el (describe-char-unidata-list): Allow specifying
16407         just all properties.
16408         (describe-char): Handle that new value.
16410         * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
16412 2008-03-18  Tassilo Horn  <tassilo@member.fsf.org>
16414         * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
16415         instead of file name extension to make docs with uncommon
16416         extensions work.
16418 2008-03-18  Tassilo Horn  <tassilo@member.fsf.org>
16420         * doc-view.el (require): Require cl at compile time because
16421         `assert' needs it.
16423 2008-03-18  Glenn Morris  <rgm@gnu.org>
16425         * calendar/calendar.el (initial-calendar-window-hook)
16426         (today-visible-calendar-hook): Doc fixes.
16428 2008-03-17  Michael Albinus  <michael.albinus@gmx.de>
16430         * net/tramp.el (tramp-root-regexp): Simplify.
16431         (tramp-completion-file-name-regexp-separate): Don't insist on
16432         leading "[".  This prevents method or user or host completion.
16433         (tramp-let-maybe): Autoload it.
16434         (tramp-drop-volume-letter): Don't autoload.  When not on W32, it
16435         is an alias for `identity'.
16436         (tramp-handle-write-region): Protect `last-coding-system-used'
16437         over the trailing statements.
16438         (tramp-completion-file-name-handler-post-function): Remove.
16439         (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
16440         instead of calling `tramp-drop-volume-letter'.
16442         * net/tramp.el:
16443         * net/tramp-uu.el:
16444         * net/trampver.el: Move coding cookie at the end.
16446 2008-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
16448         * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
16449         elements which may be something else than characters.
16451 2008-03-17  Dan Nicolaescu  <dann@ics.uci.edu>
16453         * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
16454         New functions to implement vc-status support.
16456         * vc.el (vc-default-extra-status-menu)
16457         (vc-add-to-vc-status-buffer): New functions.
16459         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
16460         for eldoc and ielm.
16462 2008-03-17  Glenn Morris  <rgm@gnu.org>
16464         * calendar/cal-x.el (diary-frame-parameters)
16465         (calendar-frame-parameters, calendar-and-diary-frame-parameters):
16466         Fix custom type; add options.
16467         (calendar-frame, diary-frame): Doc fixes.
16468         (calendar-dedicate-diary, calendar-frame-1): Extract common code into
16469         new functions.
16470         (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
16471         Use calendar-frame-1 and calendar-dedicate-diary.
16472         (calendar-one-frame-setup): Also handle only-one-frame case.
16473         (calendar-only-one-frame-setup): Doc fix.  Just call
16474         calendar-one-frame-setup.
16476         * calendar/diary-lib.el: Re-order some definitions before their use.
16477         (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
16478         (diary-list-entries): Doc fixes.
16479         (make-fancy-diary-display): Remove function.
16481         * calendar/calendar.el (calendar-today-marker)
16482         (initial-calendar-window-hook, today-visible-calendar-hook)
16483         (today-invisible-calendar-hook, diary-file, calendar-basic-setup)
16484         (calendar-star-date, calendar-mark-today): Doc fixes.
16485         (today-visible-calendar-hook): Add options.
16486         (calendar-in-read-only-buffer): New macro.
16487         (calendar-basic-setup): Adapt for change in calendar-read-date.
16488         Place holiday let inside if.
16489         (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
16490         (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
16491         (calendar-print-other-dates): Use one let rather than many.
16493         * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
16494         (calendar-print-other-dates):
16495         * calendar/cal-hebrew.el (list-yahrzeit-dates):
16496         * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
16497         * calendar/holidays.el (calendar-list-holidays, list-holidays)
16498         (calendar-cursor-holidays):
16499         * calendar/lunar.el (calendar-phases-of-moon): Use
16500         calendar-in-read-only-buffer to replace previous code and disable undo.
16502 2008-03-16  Juri Linkov  <juri@jurta.org>
16504         * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
16505         and regexp-search-ring-yank-pointer for the HISTPOS argument of
16506         read-from-minibuffer to provide the correct initial minibuffer
16507         history position in isearch-edit-string when it is called from
16508         isearch-ring-adjust.
16510         * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
16511         to check if the current buffer is the minibuffer, and in this case
16512         call abort-recursive-edit to kill the minibuffer.  Doc fix.
16513         (kill-this-buffer-enabled-p): Allow this function to return non-nil
16514         when the current buffer is the minibuffer.
16516         * simple.el (goto-line): Leave mark at previous position.  Doc fix.
16518 2008-03-16  Tassilo Horn  <tassilo@member.fsf.org>
16520         * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
16521         Use non-nil PARENTS attribute of make-directory instead of
16522         explicitly checking existence the current cache directory.
16524 2008-03-16  Daiki Ueno  <ueno@unixuser.org>
16526         * epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
16527         M-x epa-file-select-keys.
16529 2008-03-16  Kenichi Handa  <handa@m17n.org>
16531         * international/mule.el (auto-coding-alist):
16532         Use no-conversion-multibyte for archive files.
16534 2008-03-16  Glenn Morris  <rgm@gnu.org>
16536         * calendar/diary-lib.el (calendar-mark-complex, calendar-mark-1):
16537         New functions.
16538         * calendar/cal-bahai.el (calendar-mark-1): Autoload it.
16539         (calendar-bahai-mark-date-pattern): Add optional argument `color'.
16540         Use calendar-mark-1.
16541         * calendar/cal-hebrew.el (calendar-mark-complex): Autoload it.
16542         (mark-hebrew-calendar-date-pattern): Add optional argument `color'.
16543         Use calendar-mark-complex.
16544         * calendar/cal-islam.el (calendar-mark-1): Autoload it.
16545         (mark-islamic-calendar-date-pattern): Add optional argument `color'.
16546         Use calendar-mark-1.
16548         * calendar/calendar.el (calendar-mod): Remove.
16549         * calendar/cal-china.el (calendar-chinese-from-absolute)
16550         (calendar-chinese-date-string): Expand calendar-mod calls.
16551         * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
16552         Expand calendar-mod calls.
16554         * calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
16555         (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
16556         (diary-bahai-insert-yearly-entry): Use let rather than let*.
16557         Move obsolete aliases after the functions that replaced them.
16559         * calendar/cal-hebrew.el (calendar-absolute-from-hebrew)
16560         (hebrew-calendar-yahrzeit, insert-hebrew-diary-entry)
16561         (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry):
16562         Use let rather than let*.
16563         (calendar-hebrew-prompt-for-date): New function.
16564         (calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
16565         (holiday-tisha-b-av-etc): Use unless, let.
16567         * calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
16568         (calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
16570         * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
16572         * calendar/calendar.el (calendar-for-loop): Add indent spec.
16574         * calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
16575         (list-sexp-diary-entries, diary-font-lock-sexps): Use format rather
16576         than concat.
16577         (diary): Remove un-needed let.
16578         (view-other-diary-entries): Rename argument.
16579         (diary-list-entries-2): New function.
16580         (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
16581         (print-diary-entries): Use unless.
16582         (diary-mark-entries-1): Change argument order, make all but
16583         markfunc optional.  Handle the standard (Gregorian) case.
16584         Use match-string-no-properties.  Handle marks.
16585         (mark-diary-entries): Use diary-mark-entries-1.
16586         (diary-font-lock-keywords-1): New macro.
16587         (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
16589 2008-03-16  Ulf Jasper  <ulf.jasper@web.de>
16591         * calendar/icalendar.el (icalendar-version): Increase to 0.18.
16592         (icalendar-export-hidden-diary-entries): New variable.
16593         (icalendar-export-region): Use icalendar-export-hidden-diary-entries.
16594         In case of error, insert full error-val.
16595         (icalendar-first-weekday-of-year): Remove `offset' argument.  Doc fix.
16596         Use calendar-day-of-week.  Return the day number.
16597         (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
16599 2008-03-16  Craig Markwardt  <Craig.Markwardt@nasa.gov>
16601         * calendar/icalendar.el (icalendar-recurring-start-year): New variable.
16602         (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
16603         (icalendar-export-region): Ignore hidden diary entries.
16604         (icalendar--convert-ordinary-to-ical): Fix case where event
16605         spans across midnight boundary.
16606         (icalendar-first-weekday-of-year): New function.
16607         (icalendar--convert-weekly-to-ical): Allow user-selectable start
16608         year for recurring events (Mozilla calendars do not propagate
16609         recurring events forever, so year 2000 start date was not working).
16610         (icalendar--convert-yearly-to-ical): Remove extra spaces in
16611         formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
16613 2008-03-15  Michael Albinus  <michael.albinus@gmx.de>
16615         * net/tramp.el (tramp-root-regexp): New defconst.
16616         (tramp-completion-file-name-regexp-unified)
16617         (tramp-completion-file-name-regexp-separate)
16618         (tramp-completion-file-name-regexp-url): Use it.
16619         (tramp-do-copy-or-rename-file-via-buffer):
16620         Set `enable-multibyte-characters' to nil.  Set `jka-compr-inhibit' to
16621         t for `insert-file-contents-literally'.
16622         (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
16623         Autoload it.
16624         (tramp-completion-file-name-handler-post-function): New defconst.
16625         (tramp-completion-file-name-handler): Use it.
16626         (tramp-maybe-open-connection): Update calls to
16627         `tramp-flush-connection-property' for removed 2nd argument.
16629 2008-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
16631         * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
16632         (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
16633         New functions.
16635 2008-03-15  Glenn Morris  <rgm@gnu.org>
16637         * calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
16638         New functions.
16639         * calendar/cal-bahai.el (number, original-date, add-to-diary-list)
16640         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
16641         (diary-list-entries-1, diary-mark-entries-1): Autoload.
16642         (diary-bahai-list-entries): Use diary-list-entries-1.
16643         (diary-bahai-mark-entries): Doc fix.  Use diary-mark-entries-1.
16644         * calendar/cal-hebrew.el (number, original-date, add-to-diary-list)
16645         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
16646         (diary-list-entries-1, diary-mark-entries-1): Autoload.
16647         (list-hebrew-diary-entries): Use diary-list-entries-1.
16648         (mark-hebrew-diary-entries): Doc fix.  Use diary-mark-entries-1.
16649         * calendar/cal-islam.el (number, original-date, add-to-diary-list)
16650         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
16651         (diary-list-entries-1, diary-mark-entries-1): Autoload.
16652         (list-islamic-diary-entries): Use diary-list-entries-1.
16653         (mark-islamic-diary-entries): Doc fix.  Use diary-mark-entries-1.
16655         * calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
16657         * calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
16659         * calendar/cal-china.el (number-chinese-months)
16660         (calendar-chinese-from-absolute): Use nth, caar.
16662         * calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
16664         * calendar/cal-french.el (french-calendar-accents): Doc fix.
16666         * calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
16667         (calendar-hebrew-month-name-array-leap-year)
16668         (hebrew-calendar-parashiot-names): Make constants.
16669         (diary-parasha): Move definition after constants it uses.
16671         * calendar/cal-html.el (cal-html-insert-link-yearpage)
16672         (cal-html-htmlify-list): Doc fix.
16673         (cal-html-htmlify-entry): Use nth.
16675         * calendar/cal-islam.el (calendar-islamic-month-name-array)
16676         (calendar-islamic-epoch): Make constants.
16677         (calendar-islamic-epoch): Doc fix.
16679         * calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
16681         * calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
16682         (cal-tex-month-name): Doc fix.
16683         (cal-tex-last-blank-p): Use zerop.
16685         * calendar/calendar.el (european-calendar-style, calendar-for-loop)
16686         (calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
16687         (calendar-cursor-to-date): Doc fix.
16688         (hebrew-holidays-1, hebrew-holidays-4): Simplify.
16689         (extract-calendar-day, extract-calendar-year): Use cadr, nth.
16690         (calendar-day-number): Use when.
16691         (generate-calendar-month): Use dotimes.
16692         (exit-calendar, calendar-print-other-dates): Use let rather than let*.
16693         (calendar-set-mark): Reverse conditional.
16694         (calendar-make-alist): Move definition before use.
16696         * calendar/diary-lib.el (diary-face-attrs)
16697         (diary-glob-file-regexp-prefix, diary-selective-display)
16698         (number-of-diary-entries, diary-list-entries, diary-goto-entry)
16699         (list-sexp-diary-entries, diary-date, diary-block, diary-float)
16700         (diary-anniversary, diary-cyclic)
16701         (diary-fancy-font-lock-fontify-region-function): Doc fixes.
16702         (diary-header-line-format): Change wording.
16703         (diary-list-entries): Set `date-start' in let.
16704         (include-other-diary-files, mark-included-diary-files): Use format.
16705         (simple-diary-display, fancy-diary-display): Use cadr, unless.
16706         (mark-diary-entries): Use 1+.
16707         (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
16708         (mark-calendar-month): Use dotimes.
16710         * calendar/holidays.el (displayed-month, displayed-year):
16711         Move declarations where needed.
16712         (calendar-list-holidays): Doc fix.
16714         * calendar/parse-time.el (parse-time-string): Simplify.
16716         * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
16717         Make constants.
16718         (solar-sunrise-sunset): Rename some local variables for clarity.
16719         (sunrise-sunset): Use zerop.
16720         (solar-mean-equinoxes/solstices): Doc fix.
16722         * calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
16723         Use nth.
16724         (timeclock-completing-read, timeclock-generate-report): Use zerop.
16725         (timeclock-mean, timeclock-generate-report): Use dolist.
16727         * calendar/todo-mode.el (todo-add-category): Simplify.
16728         (todo-more-important-p, todo-delete-item, todo-file-item):
16729         Use unless, when.
16730         (todo-top-priorities): Use zerop.
16732 2008-03-14  Nick Roberts  <nickrob@snap.net.nz>
16734         * buff-menu.el (list-buffers-noselect): Display buffer name in
16735         tooltip instead of mouse binding when it doesn't fit in the list.
16737 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
16739         * faces.el (xw-defined-colors):
16740         * simple.el (widget-convert, shell-mode): Declare as functions
16741         instead of autoloading.
16743         * abbrev.el:
16744         * button.el:
16745         * cus-face.el:
16746         * ediff-hook.el:
16747         * emacs-lisp/backquote.el:
16748         * emacs-lisp/timer.el:
16749         * facemenu.el:
16750         * faces.el:
16751         * menu-bar.el:
16752         * simple.el:
16753         * subr.el:
16754         * textmodes/fill.el:
16755         * textmodes/paragraphs.el: Remove autoloads, redundant when the
16756         files are preloaded.
16758 2008-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
16760         * desktop.el (desktop-create-buffer): Don't catch errors if
16761         debug-on-error is set.
16763 2008-03-14  Eli Zaretskii  <eliz@gnu.org>
16765         * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
16766         ($(lisp)/calendar/diary-loaddefs.el)
16767         ($(lisp)/calendar/hol-loaddefs.el): New targets.
16768         (LOADDEFS): New macro.
16769         (autoloads): Depend on $(LOADDEFS).
16771 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
16773         * font-lock.el (featurep): Remove test, not useful anymore.
16774         (facemenu-keymap): Move key binding ...
16775         * facemenu.el (facemenu-keymap): ... here.
16777         * vc-bzr.el (vc-bzr-print-log): Insert a file marker.  Run the log
16778         for each file in the list.
16779         (vc-bzr-log-view-mode): Recognize the file marker.
16781         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
16782         for checkdoc and profiling.
16784 2008-03-14  Bastien Guerry  <bzg@altern.org>
16786         * textmodes/flyspell.el (nxml-mode): Add the right
16787         `flyspell-mode-predicate'.
16789         * wid-edit.el (link): Use 'mouse-face for :follow-link.
16791 2008-03-14  Glenn Morris  <rgm@gnu.org>
16793         * calendar/solar.el: Reorder so that functions are defined before use.
16794         (displayed-month, displayed-year): Move declarations where needed.
16795         (solar-get-number): Move definition before use.  Use unless.
16796         (solar-equatorial-coordinates): Simplify.
16797         (solar-sunrise-and-sunset): Use let rather than let*.
16798         (solar-longitude, solar-equinoxes-solstices): Use cadr, nth.
16800         * startup.el (command-line-1): Rename -internal-script back to
16801         -scriptload (reverts previous change).
16803         * calendar/cal-bahai.el (calendar-bahai-month-name-array)
16804         (calendar-bahai-leap-base): Add doc strings.
16805         (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
16806         Move definition before use.
16807         (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
16808         (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
16809         variables outside the loop.  Use dolist.
16810         (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
16812         * calendar/cal-china.el: Re-order so that functions are defined before
16813         use.
16814         (displayed-month, displayed-year): Move declarations where needed.
16815         (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
16816         (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
16817         Add doc strings.
16818         (chinese-year-cache): Recenter on 2010.  Doc fix.
16819         (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
16820         Doc fix.  Simplify.
16821         (chinese-year-cache-init): New function.
16822         (compute-chinese-year, holiday-chinese-new-year)
16823         (calendar-chinese-date-string, calendar-goto-chinese-date)
16824         (make-chinese-month-assoc-list): Use cadr, nth.
16825         (chinese-months): Remove un-needed let.
16827         * calendar/cal-coptic.el (coptic-calendar-month-name-array)
16828         (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
16829         (coptic-prompt-for-date): Move definition before use.
16831         * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
16832         (calendar-dst-find-data, calendar-daylight-time-offset)
16833         (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
16834         (calendar-daylight-savings-starts-time)
16835         (calendar-daylight-savings-ends-time): Use cadr, nth.
16837         * calendar/cal-french.el (french-calendar-epoch)
16838         (calendar-goto-french-date): Doc fix.
16839         (french-calendar-month-name-array)
16840         (french-calendar-multibyte-month-name-array)
16841         (french-calendar-day-name-array, french-calendar-special-days-array):
16842         Add doc strings.
16844         * calendar/cal-hebrew.el (displayed-month, displayed-year)
16845         (original-date): Move declarations where needed.
16846         (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
16847         Doc fix.
16848         (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
16849         constant variables outside the loop.  Use dolist.
16851         * calendar/cal-islam.el (displayed-month, displayed-year)
16852         (original-date): Move declarations where needed.
16853         (islamic-calendar-day-number): Remove unused local variable `day'.
16854         (calendar-goto-islamic-date): Doc fix.
16855         (holiday-islamic): Use unless.
16856         (list-islamic-diary-entries, mark-islamic-diary-entries): Move some
16857         constant variables outside the loop.  Use dolist.
16858         (mark-islamic-calendar-date-pattern): Move definition before use.
16859         Use unless.
16860         (mark-islamic-diary-entries): Doc fix.
16861         (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
16862         (insert-yearly-islamic-diary-entry): Use let rather than let*.
16864         * calendar/cal-julian.el (calendar-absolute-from-julian):
16865         Move definition before use.  Remove un-needed local `day'.
16866         (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
16868         * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
16869         (calendar-mayan-tzolkin-names-array): Add doc strings.
16870         (calendar-mayan-long-count-from-absolute): Use a single let.
16871         (calendar-string-to-mayan-long-count): Simplify.
16872         (calendar-next-haab-date, calendar-previous-haab-date)
16873         (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
16874         (calendar-previous-calendar-round-date)
16875         (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
16876         Doc fix.
16877         (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
16878         (calendar-mayan-date-string, calendar-print-mayan-date)
16879         (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
16880         (calendar-mayan-long-count-common-era): Move definitions before use.
16882         * calendar/cal-menu.el (displayed-year): Move declaration where needed.
16883         (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
16884         Doc fix.
16885         (calendar-mouse-goto-date): Move definition before use.
16887         * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
16888         Move definition before use.
16889         (calendar-cursor-to-visible-date): Move definition before use.
16890         (calendar-scroll-left): Use unless and zerop.  Combine lets into one,
16891         and place inside the conditional.
16892         (calendar-forward-day): Simplify.
16893         (calendar-end-of-month): Use unless.
16894         (calendar-goto-day-of-year): Doc fix.
16895         Relocate obsolete aliases after their replacements.
16897         * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
16899         * calendar/diary-lib.el (mark-diary-entries): Move some constant
16900         variables outside the diary-date-forms loop.
16902         * calendar/calendar.el (diary-file): Doc fix.
16903         (calendar-buffer-list): Return buffers rather than strings (fixes
16904         previous change).
16905         (hebrew-holidays-4): Fix typo.
16907         * calendar/holidays.el (displayed-month, displayed-year):
16908         Move declarations where needed.
16909         (calendar-holiday-list, calendar-list-holidays)
16910         (holiday-filter-visible-calendar): Move definitions before use.
16911         (list-holidays): Use cadr.
16912         Relocate obsolete aliases after their replacements.
16914         * calendar/lunar.el (date, displayed-month, displayed-year):
16915         Move declarations where needed.
16916         (lunar-phase-list): Move definition after functions it uses.
16917         (calendar-phases-of-moon, diary-phases-of-moon)
16918         (lunar-new-moon-on-or-after): Use cadr, nth.
16919         (lunar-new-moon-on-or-after): Doc fix.
16921         * textmodes/org-irc.el (top-level): CL not required when compiling.
16922         (org-irc-visit-erc): Replace runtime CL functions.
16924         * textmodes/org-publish.el (declare-function): Add compatibility stub.
16925         (org-publish-delete-dups): Declare as function.
16927 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
16929         * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
16930         (vc-bzr-show-log-entry): Make regexp match more cases.
16931         (vc-diff-switches-list): Remove autoload, not needed.
16933 2008-03-14  Juri Linkov  <juri@jurta.org>
16935         * isearch.el (isearch-edit-string): Remove one call to
16936         `isearch-push-state' not to push an inconsistent state,
16937         but keep another correct call to `isearch-push-state'.
16938         (isearch-ring-adjust): Call `isearch-push-state' only when
16939         `search-ring-update' is non-nil since `isearch-edit-string'
16940         already pushes its state.
16941         (isearch-message): Improve matching the failed part by checking
16942         if the original message starts with the last successful message.
16944         * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
16945         (dired-perm-write): Rename from `dired-warn-writable'.
16946         Change parent face from `font-lock-warning-face' to
16947         `font-lock-comment-delimiter-face'.
16948         (dired-warn-writable-face): Rename to `dired-perm-write-face'.
16949         (dired-perm-write-face): Rename from `dired-warn-writable-face'.
16950         (dired-font-lock-keywords): Replace `dired-warn-writable-face'
16951         with `dired-perm-write-face'.
16953 2008-03-13  Tassilo Horn  <tassilo@member.fsf.org>
16955         * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
16956         Create cache dir only if it doesn't already exist.
16958 2008-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
16960         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
16961         of \ and '.
16963 2008-03-13  Johan BockgÃ¥rd  <bojohan@gnu.org>
16965         * net/browse-url.el (browse-url-text-xterm):
16966         Unquote browse-url-text-browser.
16968 2008-03-13  Carsten Dominik  <dominik@science.uva.nl>
16970         * textmodes/org-mouse.el: Version number change.
16972         * textmodes/org-publish.el (org-publish-expand-components):
16973         Remove null projects from the list of components.
16974         (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
16975         Remove unused retrieval of the :publishing-directory property.
16976         (org-publish-file): Bugfix: when using a relative directory as the
16977         publishing directory, convert it to a directory filename.
16978         (org-publish-project): New alias.
16979         (org-publish-get-files): Protect against empty p.
16980         (org-publish-file): Send an error when file is not part of any project.
16981         (org-publish-file): Offer to refresh the list of files in known
16982         project when the current file is not part of any project.
16983         (org-publish-before-export-hook)
16984         (org-publish-after-export-hook): New hooks.
16985         (org-publish-org-to): Use new hooks and kill buffers.
16986         (org-publish-file): Remove the code for killing buffers.
16987         (org-publish-initialize-files-alist): Use interactive.
16988         (org-publish-file): If the publishing function creates a new
16989         buffer, kill it after publishing.
16990         (org-publish-timestamp-filename): Protect ":" in file name path
16991         under windows.
16993         * textmodes/org-export-latex.el (org-export-as-latex): Revert the
16994         change that killed the LaTeX buffer.
16996         * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
16997         in the decision tree.
16998         (org-select-remember-template): Clean the code.
16999         (org-prepare-dblock): Add the extra :content parameter.
17000         (org-write-agenda): New output type ".ics" files.
17001         (org-write-agenda): Call `org-icalendar-verify-function', both for
17002         time stamps and for TODO entries.
17003         (org-agenda-collect-markers, org-create-marker-find-array)
17004         (org-check-agenda-marker-table): New functions.
17005         (org-agenda-marker-table): New variable.
17006         (org-export-as-html): Revert the change that killed the html
17007         buffer.  Side effects first need to be studied carefully.
17008         (org-get-tags-at): Fix the structure of the condition-case statement.
17009         (org-ts-regexp0, org-repeat-re, org-display-custom-time)
17010         (org-timestamp-change): Fix regular expressions to swallow the
17011         extra character for repeat-shift control.
17012         (org-auto-repeat-maybe): Implement the new repeater mechanisms.
17013         (org-get-legal-level): Alias to `org-get-valid-level'.
17014         (org-dblock-write:clocktable): Add a :link parameter, linking
17015         headlines to their location in the Org agenda files.
17016         (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
17017         throwing an error when getting tags before headlines.
17018         (org-timestamp-change, org-modify-ts-extra)
17019         (org-ts-regexp1): Fix timestamp editing.
17020         (org-agenda-custom-commands-local-options): New constant.
17021         (org-agenda-custom-commands):
17022         Use `org-agenda-custom-commands-local-options' to improve customize
17023         type.  "htmlize": Removed hack to fix face problem with htmlize,
17024         it no longer seem necessary.
17025         (org-follow-link-hook): New hook.
17026         (org-agenda-custom-commands): Add "Component" as a tag for each
17027         item in a command series.
17028         (org-open-at-point): Run `org-follow-link-hook'.
17029         (org-agenda-schedule): Bugfix: don't display marker type when it
17030         is nil.
17031         (org-store-link): org-irc required.
17032         (org-set-regexps-and-options): Parse the new logging options.
17033         (org-extract-log-state-settings): New function.
17034         (org-todo): Handle the new ways of recording state change stuff.
17035         (org-local-logging): New function.
17036         (org-columns-open-link): Fix bug with opening link in column view.
17037         (org-local-logging): New function.
17038         (org-todo): Make sure that LOGGING properties are honoured.
17039         (org-todo-keywords): Improve docstring.
17040         (org-startup-options): Cleanup startup options.
17041         (org-set-regexps-and-options): Process the "!" markers.
17042         (org-todo): Respect the new logging stuff.
17043         (org-log-note-how): New variable.
17044         (org-add-log-maybe): New parameter HOW that defines how logging
17045         should be done and also overrides PURPOSE.  Add a docstring.
17046         (org-add-log-note): Check if we really need to ask for a note.
17047         (org-get-current-options): Digest the new keyword.
17048         (org-agenda-reset-markers): Rename from
17049         `org-agenda-maybe-reset-markers'.  Remove FORCE argument.
17050         (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
17051         function, without force argument.
17052         (org-buffer-property-keys): Bind local variables s and p.
17053         (org-make-tags-matcher): Allow "" to match an empty or
17054         non-existent property value.
17055         (org-export-as-html): Join unsorted lists when they directly
17056         follow each other.  Such lists may be created by headlines that
17057         are converted to lists.
17058         (org-nofm-to-completion): New function.
17059         (org-export-as-html): Use :html-extension instead of
17060         org-export-html-extension.
17061         (org-store-link): Support for links from `rmail-summary-mode'.
17062         (org-columns-new, org-complete, org-set-property): Set the
17063         `include-columns' argument in the call to
17064         `org-buffer-property-keys'.
17065         (org-buffer-property-keys): New argument `include-columns', to
17066         include properties expected by any of the COLUMNS formats in the
17067         current buffer.
17068         (org-cleaned-string-for-export): Get rid of drawers first, so that
17069         they will be removed also in the text before the first headline.
17070         (org-clock-report): Show the clocktable when found.
17071         (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
17072         (org-version): With prefix argument, insert `org-version' at point.
17073         (org-agenda-goto): Recenter the window after finding the target
17074         location, to make sure the correct position will be displayed.
17075         (org-agenda-get-deadlines): Don't scale priority with the warning
17076         period.
17077         (org-insert-heading): Don't break line in the middle of the line.
17078         (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
17079         be 0.
17080         (org-update-checkbox-count): Revamp to deal with hierarchical
17081         checkboxes.  This was a patch from Miguel A. Figueroa-Villanueva.
17082         (org-remove-timestamp-with-keyword): New function.
17083         (org-schedule, org-deadline):
17084         Use `org-remove-timestamp-with-keyword' to make sure all such time
17085         stamps are removed.
17086         (org-mode): Support for `align'.
17087         (org-agenda-get-deadlines): Make sure priorities increase as the
17088         due date approaches and is passed.
17089         (org-remember-apply-template): Fix problem with tags that
17090         contain "_" or "@".
17091         (org-make-link-regexps): Improve the regular expression for plain links.
17092         (org-agenda-get-closed): List each clocking entry.
17093         (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
17094         (org-special-ctrl-k): New option.
17095         (org-kill-line): New function.
17096         (org-archive-all-done): Fix incorrect number of stars in regexp.
17097         (org-refile-get-location): New function.
17098         (org-refile-goto-last-stored): New function.
17099         (org-global-tags-completion-table): Add the value of org-tag-alist
17100         in each buffer, to make sure that also unused tags will be
17101         available for completion.
17102         (org-columns-edit-value)
17103         (org-columns-next-allowed-value): Only update if not in agenda.
17104         (org-clocktable-steps): New function.
17105         (org-dblock-write:clocktable): Call `org-clocktable-steps'.
17106         (org-archive-subtree): Add the outline tree context as a property.
17107         (org-closest-date): New optional argument `prefer'.
17108         (org-goto-auto-isearch): New option.
17109         (org-goto-map, org-get-location): Implement auto-isearch.
17110         (org-goto-local-auto-isearch-map): New variable.
17111         (org-goto-local-search-forward-headings)
17112         (org-goto-local-auto-isearch): New functions.
17114 2008-03-13  Philip Jackson  <emacs@shellarchive.co.uk>
17116         * textmodes/org-irc.el: New file.
17118 2008-03-13  John Wiegley  <johnw@gnu.org>
17120         * textmodes/org-mac-message.el: New file.
17122 2008-03-13  Dan Nicolaescu  <dann@ics.uci.edu>
17124         * font-lock.el (font-lock-comment-face): Set the foreground for
17125         the light background 8 colors case.
17127 2008-03-13  Glenn Morris  <rgm@gnu.org>
17129         * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
17130         generate-autoload-cookie patterns.
17132         * startup.el (command-line-1): Rename -scriptload to -internal-script.
17134         * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
17135         (MH_E_SRC): Remove variable.
17136         ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
17137         Simplify file header.  Use $@ for generated-autoload-file.
17139         * Makefile.in (LOADDEFS): New variable.
17140         (AUTOGENEL): Use $LOADDEFS.
17141         (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
17142         ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
17143         ($(lisp)/calendar/hol-loaddefs.el): New targets.
17144         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
17145         * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
17146         * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
17147         * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
17148         * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
17149         * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
17150         Add calendar-specific autoload cookies, and remove any setting of
17151         generated-autoload-file.
17152         * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
17153         * calendar/diary-lib.el: Replace explicit autoloads with reading of
17154         diary-loaddefs.
17155         * calendar/holidays.el: Replace explicit autoloads with reading of
17156         hol-loaddefs.
17158         * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
17159         (calendar-buffer-list): Simplify.
17160         (generate-calendar-window): Use calendar-mark-holidays rather than
17161         obsolete alias.
17163         * calendar/cal-hebrew.el (list-yahrzeit-dates):
17164         Use cal-hebrew-yahrzeit-buffer.
17166         * calendar/cal-x.el (calendar-only-one-frame-setup)
17167         (calendar-two-frame-setup): Doc fixes.
17168         (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
17170         * calendar/appt.el (appt-mode-string): Mark as risky.
17171         (appt-check): Apply mode-line-emphasis face to appt-mode-string.
17173         * calendar/cal-html.el (diary-list-entries):
17174         * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
17175         (calendar-iso-from-absolute): Fix autoloads.
17177         * calendar/cal-iso.el (calendar-absolute-from-iso)
17178         (calendar-iso-read-args): Simplify.
17179         (calendar-iso-date-string, calendar-iso-read-args)
17180         (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
17182         * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
17183         (displayed-month, displayed-year): Move declarations where needed.
17184         (calendar-print-astro-day-number): Doc fix.
17186         * calendar/cal-persia.el (persian-calendar-month-name-array)
17187         (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
17188         (persian-prompt-for-date): Remove local variable `today'.
17190         * calendar/diary-lib.el (mark-calendar-month): Use zerop.
17192         * calendar/solar.el (solar-moment, solar-exact-local-noon)
17193         (solar-sunrise-sunset, solar-sunrise-sunset-string)
17194         (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time)
17195         (diary-sabbath-candles, solar-equinoxes/solstices)
17196         (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
17197         (solar-time-equation, solar-date-to-et): Simplify.
17199         * mail/supercite.el: Remove the `function' in `(function (lambda'.
17200         Replace `(car (cdr' with cadr'.
17202         * progmodes/f90.el (f90-font-lock-n): New function.
17203         (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
17204         Use f90-font-lock-n.
17205         (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
17207         * progmodes/f90.el (f90-mode-abbrev-table):
17208         * progmodes/fortran.el (fortran-mode-abbrev-table):
17209         Use newer form of define-abbrev, where supported.  No need to bind
17210         abbrevs-changed for system abbrevs.
17212 2008-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
17214         * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
17215         delete-frame-functions.
17217         * bookmark.el (Info-current-node): Remove.
17219 2008-03-12  Juri Linkov  <juri@jurta.org>
17221         * help.el (describe-project): Remove defaliases for view-todo and
17222         describe-project that are now unnecessary after the merge from
17223         emacs--rel--22 that added define-obsolete-function-alias.
17225         * startup.el (inhibit-startup-screen): Revert incomplete
17226         2008-03-10 merge from emacs--rel--22 that partly reverted
17227         2008-02-28 change that added initial message to *scratch* buffer
17228         regardless of the value of `inhibit-startup-screen'.
17229         Now keep this change in the trunk, but not in the 22 branch.
17231 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
17233         * international/quail.el (quail-setup-completion-buf, quail-help):
17234         * mail/binhex.el (binhex-decode-region-internal):
17235         * mail/uudecode.el (uudecode-decode-region-internal):
17236         * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
17237         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
17238         setting default-enable-multibyte-characters.
17240         * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
17242         * comint.el: Fix up indentation and comment style.  Remove `function'.
17244         * international/mule-cmds.el (reset-language-environment)
17245         (set-language-environment-nonascii-translation):
17246         Don't set-unibyte-charset.
17248         * doc-view.el: Remove all cb-args, use closures instead.
17249         (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
17250         doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
17251         doing an incorrect check).  Update all callers to use the new name.
17252         (doc-view-doc->txt): Add missing `txt' argument.
17254 2008-03-12  Tassilo Horn  <tassilo@member.fsf.org>
17256         * doc-view.el (doc-view-current-cache-dir): Set buffer used for
17257         md5 sum calculation to single-byte.
17259 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
17261         * doc-view.el (doc-view-new-window-function): Add assertion.
17262         (doc-view-doc-type): New var.
17263         (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
17264         (doc-view-intersection): New fun.
17265         (doc-view-mode): Use it to set the new var.
17267 2008-03-12  Tassilo Horn  <tassilo@member.fsf.org>
17269         * doc-view.el (doc-view-doc->txt, doc-view-open-text)
17270         (doc-view-already-converted-p): New functions.
17271         (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
17272         (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
17273         (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
17274         (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
17275         (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
17276         (doc-view-convert-current-doc): Don't hardwire the functions the
17277         sentinels call.  Now they're provided by two args CALLBACK and
17278         CB-ARGS to the functions.
17279         (doc-view-search): Use doc-view-doc->txt.
17280         (doc-view-initiate-display): Use doc-view-already-converted-p.
17281         Mention new binding C-c C-t if doc-view-mode doesn't work.
17283 2008-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
17285         * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
17287 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
17289         * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
17290         Mark " outside of tags as punctuation.
17292 2008-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
17294         * menu-bar.el (minibuffer-local-map): Use the same command for the
17295         "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
17296         Prefer RET over C-j for exit-minibuffer.
17298         * files.el (display-buffer-other-frame): Eliminate problematic code.
17300         * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
17301         (menu-bar-select-buffer): Remove.
17302         (menu-bar-select-frame): Make non-interactive and take a frame arg.
17303         (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
17305 2008-03-11  Juanma Barranquero  <lekktu@gmail.com>
17307         * icomplete.el (icomplete-completions): Remove obsolete code.
17309         * net/net-utils.el (iwconfig-program-options): Doc fix.
17310         (net-utils-run-program, run-network-program): Define as functions.
17312 2008-03-11  Dan Nicolaescu  <dann@ics.uci.edu>
17314         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
17316 2008-03-11  Glenn Morris  <rgm@gnu.org>
17318         * faces.el (mode-line-emphasis): New face.
17319         * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
17321         * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
17323 2008-03-11  Chong Yidong  <cyd@stupidchicken.com>
17325         * simple.el (set-mark-command): Doc fix.
17327 2008-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17329         * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
17331         * emacs-lisp/autoload.el (autoload-find-destination):
17332         Don't force raw-text.
17334         * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
17335         * calendar/cal-loaddefs.el: Don't version control.
17337 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
17339         * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
17340         entries and add :help to the existing ones.
17342 2008-03-10  Glenn Morris  <rgm@gnu.org>
17344         * calendar/cal-hebrew.el (date, entry, number): Move declarations
17345         to where they are needed.
17347         * calendar/calendar.el (diary-file, hebrew-holidays-1)
17348         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
17349         (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
17350         (calendar-version): Doc fixes.
17351         (calendar-absolute-from-gregorian): Use zerop.
17352         (calendar-mode-line-format): Make it a defcustom.
17354         * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
17355         (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
17356         (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
17357         (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
17358         (mark-included-diary-files, mark-calendar-days-named)
17359         (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
17360         (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
17361         (insert-monthly-diary-entry, insert-yearly-diary-entry)
17362         (insert-anniversary-diary-entry, insert-block-diary-entry)
17363         (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
17364         (diary-font-lock-sexps): Doc fixes.
17365         (diary-remind-message, mark-calendar-month): Use zerop.
17366         (diary-attrtype-convert, diary-pull-attrs): Simplify.
17367         (diary-list-entries): Revert let to let* (previous change).
17369         * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
17371 2008-03-10  Kim F. Storm  <storm@cua.dk>
17373         * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
17374         function aliases for the old names.
17376 2008-03-10  Juanma Barranquero  <lekktu@gmail.com>
17378         * iswitchb.el (iswitchb-use-faces): Doc fix.
17379         (iswitchb-buffer-ignore, iswitchb-read-buffer):
17380         Fix typos in docstrings.
17382 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
17384         * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
17385         Fix typo.
17386         (verilog-type-font-keywords): Reindent.
17388 2008-03-10  Michael McNamara  <mac@mail.brushroad.com>
17390         * progmodes/verilog-mode.el (verilog-font-grouping-keywords):
17391         Fix bug in the grouping-keyword regular expression.
17392         (verilog-font-lock-keywords): Allow users to toggle special
17393         highlight of grouping-keywords.
17394         (verilog-highlight-grouping-keywords): The toggle for special
17395         highlighting of grouping keywords.
17397 2008-03-10  Juri Linkov  <juri@jurta.org>
17399         * startup.el: Revert 2008-02-28 change that adds initial message
17400         to *scratch* buffer regardless of the value of
17401         `inhibit-startup-screen'.
17403 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
17405         * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
17406         * textmodes/bibtex-style.el (bibtex-style-indent-basic):
17407         * progmodes/verilog-mode.el (verilog-mode):
17408         * net/socks.el (socks):
17409         * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
17411 2008-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
17413         * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
17414         (doc-view-bookmark-make-record): Use them.
17415         (doc-view-bookmark-jump): Use them.  Fix find-file ->find-file-noselect.
17416         (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
17418         * bookmark.el (bookmark-make-record-function): Change expected return
17419         value to include a suggested bookmark name.
17420         (bookmark-make): Split into bookmark-make-record and bookmark-store.
17421         Fix reversed `overwrite' semantics.
17422         (bookmark-set): Call bookmark-make-record before prompting the user.
17423         Then pass the result to bookmark-store later on.
17424         (bookmark-make-name-function): Remove.
17425         (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
17426         * info.el (bookmark-make-name-function): Remove.
17427         (Info-mode): Don't set it.
17428         (Info-bookmark-make-name): Remove.
17429         (Info-bookmark-make-record): Use Info-current-node as suggested default
17430         bookmark name.
17432         * bookmark.el (bookmark-set): Make bookmark before reading annotations.
17433         I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
17434         (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
17435         (bookmark-annotation-buffer, bookmark-annotation-file)
17436         (bookmark-annotation-point, bookmark-send-annotation)
17437         (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
17438         (bookmark-edit-annotation-text-func): Rename from
17439         bookmark-read-annotation-text-func.  Keep old name as an obsolete alias.
17440         (bookmark-edit-annotation-mode-map): Move initialization into
17441         declaration.
17443         * bookmark.el: Remove spurious * in docstrings.
17444         (bookmark-minibuffer-read-name-map): New var.
17445         (bookmark-set): Use it.  Also pass the default value as it should.
17446         (bookmark-send-edited-annotation): Take no chances with text properties.
17447         (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
17448         (bookmark-insert-buffer-name): Remove.
17449         (bookmark-buffer-file-name): Signal an error rather than returning nil.
17451 2008-03-09  Thomas Hühn  <xf27@arcor.de>  (tiny change)
17453         * tutorial.el (tutorial--default-keys): Update `C-l' binding.
17455 2008-03-09  Dan Nicolaescu  <dann@ics.uci.edu>
17457         * diff-mode.el (diff-mode-menu): Add :help.
17459 2008-03-09  Glenn Morris  <rgm@gnu.org>
17461         * calendar/calendar.el (general-holidays, oriental-holidays)
17462         (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
17463         (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
17464         (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
17465         (calendar-holidays): Restore autoload cookies, because people are
17466         used to using these variables without loading calendar.el.
17468         * calendar/cal-islam.el (diary-islamic-date): Move to end.
17469         (date, number): Declare where needed.
17471         * calendar/diary-lib.el (nongregorian-diary-marking-hook)
17472         (list-sexp-diary-entries): Doc fixes.
17473         (diary-list-entries): Doc fix.  Remove free variable `entry'.
17474         (fancy-diary-display): Use dolist, bobp.  Remove free variable `entry'.
17475         Simplify setting of `date-holiday-list'.
17476         (mark-diary-entries): Remove free variable `entry'.
17477         (diary-list-entries, include-other-diary-files, fancy-diary-display):
17478         Use let where let* is not needed.
17480 2008-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
17482         * bookmark.el (bookmark-make): Don't pass the `annotation' to the
17483         make-record function, instead paste it in afterwards.
17484         (bookmark-make-record-for-text-file):
17485         * doc-view.el (doc-view-bookmark-make-record):
17486         * info.el (Info-bookmark-make-record): Don't mess with annotations.
17488 2008-03-08  Glenn Morris  <rgm@gnu.org>
17490         * calendar/diary-lib.el (entry): Declare for compiler part-way through.
17492 2008-03-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17494         * calendar/diary-lib.el (diary-list-entries)
17495         (include-other-diary-files, mark-diary-entries)
17496         (mark-sexp-diary-entries, mark-included-diary-files)
17497         (diary-entry-time, list-sexp-diary-entries): Remove the special
17498         handling of ^M that dates back to the use of selective-display.
17499         (simple-diary-display): Obey setting of pop-up-frames.
17500         (body, entry): Remove unnecessary declarations.
17502         * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
17503         (bookmark-get-annotation, bookmark-set-annotation)
17504         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
17505         (bookmark-set-position, bookmark-get-front-context-string)
17506         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
17507         (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
17508         * info.el (Info-bookmark-make-record): Don't bother recording point.
17509         (bookmark-get-filename, bookmark-get-front-context-string)
17510         (bookmark-get-rear-context-string, bookmark-get-position):
17511         Don't declare any more.
17512         (bookmark-get-info-node): Remove.
17513         (bookmark-prop-get): Declare.
17514         (Info-bookmark-jump): Use it.
17516 2008-03-08  Johan BockgÃ¥rd  <bojohan@gnu.org>
17518         * subr.el (while-no-input): Don't splice BODY directly into the
17519         `or' form.
17521 2008-03-08  Dan Nicolaescu  <dann@ics.uci.edu>
17523         * diff-mode.el (diff-ignore-whitespace-hunk):
17524         Bind inhibit-read-only before trying to change the buffer.
17526 2008-03-08  Glenn Morris  <rgm@gnu.org>
17528         * calendar/appt.el (appt): Move custom group here from calendar.el.
17529         (appt-disp-window, appt-convert-time): Doc fixes.
17531         * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
17532         (calendar-bahai-mark-date-pattern):
17533         * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
17534         * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
17535         * calendar/cal-julian.el (calendar-absolute-from-julian):
17536         * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
17538         * calendar/cal-china.el (chinese-calendar): Move custom group here from
17539         calendar.el.
17540         (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
17541         Make constants.
17542         (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
17543         (chinese-calendar-daylight-savings-starts)
17544         (chinese-calendar-daylight-savings-ends)
17545         (chinese-calendar-daylight-savings-starts-time)
17546         (chinese-calendar-daylight-savings-ends-time)
17547         (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
17548         Doc fixes.
17550         * calendar/cal-coptic.el (coptic-name): Add doc string.
17552         * calendar/cal-french.el (french-calendar-month-name-array)
17553         (french-calendar-day-name-array, french-calendar-special-days-array):
17554         Add doc strings.
17556         * calendar/cal-bahai.el (diary-bahai-mark-entries)
17557         (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
17558         (diary-bahai-insert-yearly-entry):
17559         * calendar/cal-dst.el (calendar-next-time-zone-transition)
17560         (calendar-time-zone):
17561         * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
17562         (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
17563         (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
17564         (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
17565         (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
17566         * calendar/cal-islam.el (islamic-calendar-leap-year-p)
17567         (list-islamic-diary-entries, mark-islamic-diary-entries)
17568         (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
17569         (insert-yearly-islamic-diary-entry):
17570         * calendar/cal-iso.el (calendar-iso-read-args):
17571         * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
17572         (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
17573         (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
17574         (calendar-next-calendar-round-date)
17575         (calendar-mayan-long-count-common-era):
17576         * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
17577         (cal-menu-x-popup-menu, calendar-mouse-holidays)
17578         (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
17579         (calendar-mouse-goto-date):
17580         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
17581         * calendar/holidays.el (holidays):
17582         * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
17583         * calendar/time-date.el (date-to-time, time-subtract, time-add)
17584         (safe-date-to-time): Doc fixes.
17586         * calendar/cal-persia.el (persian-calendar-month-name-array)
17587         (persian-calendar-epoch): Make constants.
17589         * calendar/cal-tex.el (calendar-tex): Move custom group here from
17590         calendar.el.
17592         * calendar/cal-x.el (diary-frame-parameters)
17593         (calendar-frame-parameters, calendar-and-diary-frame-parameters)
17594         (calendar-after-frame-setup-hooks): Make defcustoms.
17595         (calendar-one-frame-setup, calendar-only-one-frame-setup)
17596         (calendar-two-frame-setup): Doc fix.
17598         * calendar/cal-loaddefs.el: New file.
17600         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
17601         * calendar/cal-french.el, calendar/cal-html.el:
17602         * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
17603         * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
17604         * calendar/cal-tex.el, calendar/cal-x.el:
17605         Unquote lambda functions.  Add autoload cookies to functions formerly
17606         autoloaded in calendar.el.  Set `generated-autoload-file' to
17607         "cal-loaddefs.el".
17609         * calendar/calendar.el: Move many autoloads to separate file,
17610         cal-loaddefs.el.  Move defcustoms to start and re-order.
17611         (calendar-month-name-array, calendar-starred-day): No need to
17612         declare for compiler.
17613         (cal-loaddefs): Require it.
17614         (appt, chinese-calendar, calendar-tex): Move custom groups to the
17615         appropriate file.
17616         (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
17617         Reverse logic.
17618         (diary-face, diary-file-name-prefix-function, diary-include-string)
17619         (diary-glob-file-regexp-prefix, diary-face-attrs)
17620         (diary-file-name-prefix, sexp-diary-entry-symbol)
17621         (print-diary-entries-hook, list-diary-entries-hook)
17622         (nongregorian-diary-listing-hook, mark-diary-entries-hook)
17623         (nongregorian-diary-marking-hook, diary-list-include-blanks):
17624         Move to diary-lib.
17625         (all-christian-calendar-holidays, all-islamic-calendar-holidays)
17626         (all-bahai-calendar-holidays): Doc fix.
17627         (calendar-insert-indented): Doc fix.  Use when rather than if.
17628         (exit-calendar): Use mapc rather than mapcar.
17629         (calendar-cursor-to-date): Use zerop.
17630         (calendar-mark-ring): Add doc-string.
17631         (calendar-starred-day): Defvar it.
17632         (calendar-mode): Make calendar-starred-day local.
17633         (calendar-star-date): No need to make calendar-starred-day local.
17635         * calendar/diary-lib.el: Move defcustoms to start.
17636         (diary-include-string, diary-list-include-blanks)
17637         (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
17638         (diary-file-name-prefix, diary-file-name-prefix-function)
17639         (sexp-diary-entry-symbol, list-diary-entries-hook)
17640         (mark-diary-entries-hook, nongregorian-diary-listing-hook)
17641         (nongregorian-diary-marking-hook, print-diary-entries-hook):
17642         Move here from calendar.el.
17643         (diary-file-name-prefix-function): Use 'identity.
17644         (diary-face): Make it a defcustom, and mark as obsolete.
17645         (top-level): No need to require cal-hebrew, cal-islam when compiling.
17646         (calendar-hebrew-month-name-array-leap-year)
17647         (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
17648         Define for compiler.
17649         (diary-font-lock-keywords): Use format rather than concat.
17650         Add bahai-diary-entry-symbol.
17652         * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
17653         * calendar/solar.el: Unquote lambda functions.
17655         * calendar/solar.el (calendar-location-name, calendar-latitude)
17656         (calendar-longitude, solar-setup, solar-sin-degrees)
17657         (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
17658         (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
17659         (solar-sunrise-and-sunset, solar-moment, solar-daylight)
17660         (solar-exact-local-noon, solar-julian-ut-centuries)
17661         (solar-ephemeris-time, solar-date-next-longitude)
17662         (solar-horizontal-coordinates, solar-equatorial-coordinates)
17663         (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
17664         (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
17665         (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
17666         Doc fixes.
17667         (solar-horizontal-coordinates, solar-equatorial-coordinates)
17668         (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
17669         (solar-ecliptic-coordinates): Use unless.
17670         (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
17671         Use or.
17673         * calendar/timeclock.el: Add doc-strings to all functions.
17674         (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
17675         (timeclock-entry-list-length, timeclock-entry-list-projects)
17676         (timeclock-day-list-projects, timeclock-day-list): Use dolist.
17678         * calendar/todo-mode.el: Remove un-needed eval-when-compile.
17680         * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
17681         (org-get-entries-from-diary): Require diary-lib.
17683 2008-03-08  Juanma Barranquero  <lekktu@gmail.com>
17685         * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
17686         Pacify byte-compiler.
17688 2008-03-07  Alan Mackenzie  <acm@muc.de>
17690         * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
17691         paren/bracket pairs parsed, to solve performance problem.
17693 2008-03-07  Bastien Guerry  <bzg@altern.org>
17695         * bookmark.el (bookmark-set): Don't check for
17696         `bookmark-make-name-function' since `bookmark-buffer-file-name'
17697         already takes care of this.
17698         (bookmark-buffer-name, bookmark-buffer-file-name):
17699         Remove Info-mode specific code.
17701         * info.el (bookmark-get-info-node): Define this function in
17702         info.el, not in bookmark.el.
17703         (Info-mode): Set `bookmark-make-name-function' to
17704         `Info-bookmark-make-name' locally.
17705         (Info-bookmark-make-name): New function.
17707         * bookmark.el (bookmark-make-name-function): New variable.
17709 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
17711         * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
17712         buffer-local, not `bookmark-make-cell-function' (the old name).
17714 2008-03-07  Tassilo Horn  <tassilo@member.fsf.org>
17716         * doc-view.el (doc-view-bookmark-make-record):
17717         * image-mode.el (image-bookmark-make-record):
17718         * info.el (Info-bookmark-make-record): Delete obsolete second arg.
17720 2008-03-07  Jan Djärv  <jan.h.d@swipnet.se>
17722         * vc.el (vc-status-menu-map-filter): Return orig-binding if
17723         boundp 'vc-ignore-menu-filter.
17724         (vc-status-tool-bar-map): Make it defvar.
17725         (vc-status-mode): vc-status-tool-bar-map now variable.
17726         (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
17728 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
17730         Give a better name to part of the bookmark interface.
17732         This was originally a much larger change, but halfway through I
17733         updated and discovered that Stefan Monnier had done the rest.
17734         It looks like he anticipated the new name too, because he used
17735         `the-record' instead of `the-cell' for some internal variable names.
17737         * bookmark.el (bookmark-make-record-function): Was
17738         `bookmark-make-cell-function'.
17739         (bookmark-make, bookmark-send-annotation): Update for above.
17740         (bookmark-make-record-for-text-file):
17741         Was `bookmark-make-cell-for-text-file'.  Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
17743         * info.el: Adjust accordingly.
17744         (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
17746         * image-mode.el: Adjust accordingly.
17747         (image-bookmark-make-record): Was `image-bookmark-make-cell'.
17749         * doc-view.el: Adjust accordingly.
17750         (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
17752 2008-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
17754         * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
17755         Move initialization into declaration.
17756         (bookmark-get-info-node, bookmark-set-info-node): Remove.
17757         (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
17758         (bookmark-info-current-node): Remove.
17759         (bookmark-jump-noselect): Rename from bookmark-jump-internal.
17760         Add relocation fallback.  Set bookmark-current-bookmark.
17761         (bookmark-default-handler): Rename from bookmark-jump-noselect.
17762         Remove relocation fallback.  Don't set bookmark-current-bookmark.
17763         (bookmark-set): Let it be used even if there's no buffer-file-name
17764         as long as there is a bookmark-make-cell-function.
17765         * info.el (Info-bookmark-jump): Remove relocation fallback.
17766         Don't set bookmark-current-bookmark.
17768 2008-03-07  Glenn Morris  <rgm@gnu.org>
17770         * calendar/appt.el (appt-issue-message)
17771         (appt-message-warning-time, appt-audible, appt-visible)
17772         (appt-msg-window, appt-display-mode-line, appt-display-duration)
17773         (appt-display-diary): Remove autoload cookies.
17775         * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
17776         Remove leading `*' from defcustom doc-strings.
17778         * calendar/cal-dst.el (calendar-dst): New custom group.
17779         (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
17780         (calendar-time-zone, calendar-daylight-time-offset)
17781         (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
17782         (calendar-daylight-savings-starts-time)
17783         (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
17784         (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
17785         Move to start.
17787         * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
17789         * calendar/calendar.el (calendar-version): Use emacs-version and
17790         make it obsolete.  Move to end.
17791         (calendar-offset, view-diary-entries-initially)
17792         (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
17793         (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
17794         (all-christian-calendar-holidays, all-islamic-calendar-holidays)
17795         (all-bahai-calendar-holidays, calendar-load-hook)
17796         (initial-calendar-window-hook, today-visible-calendar-hook)
17797         (today-invisible-calendar-hook, calendar-move-hook)
17798         (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
17799         (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
17800         (diary-include-string, sexp-diary-entry-symbol)
17801         (abbreviated-calendar-year, american-date-diary-pattern)
17802         (european-date-diary-pattern, european-calendar-display-form)
17803         (american-calendar-display-form, print-diary-entries-hook)
17804         (list-diary-entries-hook, diary-hook, diary-display-hook)
17805         (nongregorian-diary-listing-hook, mark-diary-entries-hook)
17806         (nongregorian-diary-marking-hook, diary-list-include-blanks)
17807         (holidays-in-diary-buffer, general-holidays, oriental-holidays)
17808         (local-holidays, other-holidays, hebrew-holidays-1)
17809         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
17810         (hebrew-holidays, christian-holidays, islamic-holidays)
17811         (bahai-holidays, solar-holidays, calendar-setup)
17812         (calendar-week-start-day): Remove autoload cookies.
17813         (diary-glob-file-regexp-prefix): Doc fix.
17814         (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
17815         (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
17816         (calendar-week-start-day, calendar-debug-sexp): Move to start.
17818         * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
17819         (calendar-time-display-form, calendar-latitude)
17820         (calendar-longitude, solar-equinoxes-solstices): Remove autoload
17821         cookies.
17822         (calendar-latitude, calendar-longitude): Move functions after
17823         variables.
17824         (diary-sabbath-candles-minutes): Move to start.
17825         (solar-setup): Use or rather than if.
17826         (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
17827         Remove condition-case.
17828         (solar-atn2): Use zerop.
17829         (solar-equinoxes-solstices): Doc fix.
17831         * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
17832         (sc-mode-map-prefix): Doc fix.  Make it a defcustom.
17834         * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
17835         (calendar-longitude, calendar-latitude, calendar-location-name):
17836         Declare for compiler.
17838 2008-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17840         * arc-mode.el (archive-ar-file-header-re): New const.
17841         (archive-ar-summarize, archive-ar-extract): New funs.
17842         (archive-find-type): Recognize ar archives.
17844         * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
17845         New functions.
17847         * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
17849 2008-03-06  Lennart Borgman  <lennart.borgman@gmail.com>
17851         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
17852         Replace :enable (mark-active) with :enable mark-active.
17854 2008-03-06  Juanma Barranquero  <lekktu@gmail.com>
17856         * vms-patch.el (make-legal-file-name): New obsolete alias.
17857         (make-valid-file-name): Rename from `make-legal-file-name'.
17858         (make-auto-save-file-name): Use it.
17860         * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
17861         (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
17862         (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
17864         * textmodes/org.el (org-export-html-style): Doc fix.
17865         (org-get-legal-level): New obsolete alias.
17866         (org-get-valid-level): Rename from `org-get-legal-level'.
17867         (org-promote, org-demote, org-archive-subtree)
17868         (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
17870 2008-03-06  Jan Djärv  <jan.h.d@swipnet.se>
17872         * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
17874         * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
17875         (vc-status-toggle-mark): New functions.
17876         (vc-status-mode): Set tool bar map.
17878 2008-03-05  Chong Yidong  <cyd@stupidchicken.com>
17880         * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
17881         Reported by Drew Adams <drew.adams@oracle.com>.
17883 2008-03-05  Kenichi Handa  <handa@ni.aist.go.jp>
17885         * subr.el (read-quoted-char): Resolve modifiers of the character
17886         event.
17888         * comint.el (comint-exec-1): Don't change the coding-system for
17889         decoding to dos-like EOL.
17890         (comint-carriage-motion): Fully rewrite.
17892 2008-03-05  Juanma Barranquero  <lekktu@gmail.com>
17894         * epg.el (epg-context-include-certs): Reflow docstring.
17895         (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
17896         (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
17897         (epg-context-set-signers, epg-context-set-sig-notations)
17898         (epg-make-import-status, epg-make-import-result)
17899         (epg-start-delete-keys): Fix typos in docstrings.
17900         (epg-start-sign-keys, epg-sign-keys):
17901         Fix typos in obsolescence declarations.
17903         * iswitchb.el: Don't check for `cadr' and `last'.
17904         (iswitchb-define-mode-map, iswitchb-default-keybindings):
17905         Add obsolescence declaration and remove redundant info from docstring.
17906         (iswitchb-set-common-completion, iswitchb-set-matches)
17907         (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
17908         (recentf-list, most-len, most-is-exact):
17909         Don't wrap defvars within `eval-when-compile'.
17911 2008-03-05  Glenn Morris  <rgm@gnu.org>
17913         * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
17914         * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
17915         * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
17916         * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
17917         ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
17919         * ediff-hook.el (ediff-window-setup-function): Don't autoload
17920         declaration for compiler.
17921         (ediff-xemacs-init-menus): Use when rather than if.
17923         * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
17924         if+and to just and.
17925         (ediff-read-event, ediff-overlayp, ediff-make-overlay)
17926         (ediff-delete-overlay): Move the XEmacs test inside the definition.
17928         * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
17930         * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
17931         test inside XEmacs test.
17932         (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
17933         since it was doing nothing on Emacs.
17934         (ediff-make-bullet-proof-overlay): Use when rather than if.
17936         * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
17937         (ediff-setup-control-frame): Remove
17938         ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
17939         a (featurep 'xemacs) test.
17941 2008-03-05  Jay Belanger  <jay.p.belanger@gmail.com>
17943         * calc/calc-ext.el (calc-extended-command-history): New variable.
17944         (calc-execute-extended-command): Use `calc-extended-command-history'.
17946 2008-03-05  Dan Nicolaescu  <dann@ics.uci.edu>
17948         * bindings.el (mode-line-remote): Add mouse-face.  Improve tooltip.
17949         (standard-mode-line-position): Add mouse-face.
17951         * progmodes/compile.el (compilation-menu-map, compilation-mode-map):
17952         * progmodes/grep.el (grep-mode-map): Add :help.
17954         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
17955         initialize in one step.  Add :help.  Use :enable to activate menu
17956         items.  Show the key binding for edebug-defun.
17957         (lisp-interaction-mode-map): Add a menu.
17959         * term.el (term-mode-map): Define and initialize in one step.
17961         * ediff-init.el (ediff-color-display-p): Simplify.
17962         (Xor): Remove unused function.
17963         (ediff-with-syntax-table): Simplify for Emacs.
17965         * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
17966         menu-bar being loaded, it always is.
17968 2008-03-05  Glenn Morris  <rgm@gnu.org>
17970         * textmodes/tex-mode.el (tex-mode): Suppress warning about
17971         multiple definitions when compiling.
17973 2008-03-04  Alan Mackenzie  <acm@muc.de>
17975         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
17977         * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
17978         doc-string, "c-old-LEN" -> "c-old-END".
17980 2008-03-04  Jason Rumney  <jasonr@gnu.org>
17982         * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
17983         namespaces.
17985 2008-03-04  Glenn Morris  <rgm@gnu.org>
17987         * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
17989         * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
17990         than mapcar.
17992 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17994         * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
17995         (byte-compile-nilconstp): Can't use recursion in a defsubst.
17997         * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
17998         so that M-q can fill comments.
17999         (tex-executable-exists-p, tex-compile): Extend with special syntax for
18000         commands implemented in elisp.
18001         (tex-compile-commands): Add an entry to use doc-view for pdf files.
18002         (tex-format-cmd): New function.
18003         (tex-compile): Use it to let the user specify default arguments.
18004         (tex-cmd-bibtex-args): New var.
18005         (tex-cmd-doc-view): New function.
18007 2008-03-03  Juanma Barranquero  <lekktu@gmail.com>
18009         * faces.el (face-spec-set): Fix typos in docstring.
18011 2008-03-03  Dan Nicolaescu  <dann@ics.uci.edu>
18013         * bindings.el (mode-line-column-line-number-mode-map): New variable.
18014         (standard-mode-line-position): Use it to add a menu for toggling
18015         column number and line number display.
18017 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18019         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
18020         Remove optimization that was working around the form-code-walker bug.
18022         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
18023         Walk into the body of lambdas after byte-compile-unfold-lambda.
18025 2008-03-03  Glenn Morris  <rgm@gnu.org>
18027         * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
18028         value, if set, over frame value.
18030         * simple.el (transient-mark-mode): Don't turn on by default.
18032         * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
18033         accidentally removed by the 2007-12-05 merge from Gnus.
18035 2008-03-02  Dan Nicolaescu  <dann@ics.uci.edu>
18037         * progmodes/compile.el (compilation-menu-map): Add menu entries
18038         for useful options.
18040 2008-03-01  Dan Nicolaescu  <dann@ics.uci.edu>
18041             Glenn Morris  <rgm@gnu.org>
18043         * emacs-lisp/bytecomp.el (byte-recompile-directory)
18044         (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
18045         Give a `bytecomp-' prefix to local variables with common names.
18047 2008-03-01  Glenn Morris  <rgm@gnu.org>
18049         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
18050         Restore code commented out 2007-11-10.
18052         * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
18054         * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
18055         Delete macro.
18056         * emulation/viper-cmd.el, emulation/viper-ex.el:
18057         * emulation/viper-init.el, emulation/viper-keym.el:
18058         * emulation/viper-mous.el, emulation/viper-util.el:
18059         * emulation/viper.el:
18060         Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
18061         featurep test.
18063         Replace obsolete frame-local variables with frame-parameters.
18064         * emulation/viper-init.el (viper-replace-overlay-cursor-color)
18065         (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
18066         (viper-vi-state-cursor-color): Only call make-variable-frame-local
18067         on XEmacs.
18068         * emulation/viper-util.el (viper-frame-value): New macro.
18069         * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
18070         (viper-R-state-post-command-sentinel)
18071         (viper-replace-state-post-command-sentinel)
18072         (viper-change-state-to-insert, viper-change-state-to-emacs):
18073         * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
18074         (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
18075         (viper-get-saved-cursor-color-in-insert-mode)
18076         (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
18077         Use viper-frame-value for viper-replace-overlay-cursor-color,
18078         viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
18079         viper-vi-state-cursor-color values.
18081         * emulation/viper-cmd.el (zmacs-region-stays):
18082         * emulation/viper-util.el (zmacs-region-stays): No need to define
18083         for compiler.
18085         * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
18086         mapcar on Emacs.
18088         * emulation/viper-mous.el (viper-counting-clicks-p): Only define
18089         on XEmacs.
18091         * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
18092         rather than if.
18094 2008-03-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
18096         * whitespace.el: New version 9.3.  As the glyph code generation was
18097         fixed, it is possible now to use character code above ?\x1FFFF in the
18098         display table.  Fix `whitespace-indentation-regexp' to not include an
18099         extra ending character.  Reported by Michael Welsh Duggan
18100         <mwd@cert.org>.  Added hook actions when buffer is written or killed as
18101         the original whitespace package had.  Suggested by Eric Cooper
18102         <ecc@cmu.edu>.  Doc fix.
18103         (whitespace-action): New option.
18104         (whitespace-display-mappings): Changed default newline visualization to
18105         display downwards arrow, as the glyph code generation was fixed.
18106         (whitespace-unload-function): Assure that all local whitespace mode is
18107         turned off.
18108         (whitespace-global-modes): Fix type customization.
18109         (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
18110         (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
18111         (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
18112         Fix code.
18113         (whitespace-buffer): Command removed.
18114         (whitespace-trailing-regexp, whitespace-mark-x)
18115         (whitespace-display-window, whitespace-action-when-on)
18116         (whitespace-add-local-hook, whitespace-remove-local-hook)
18117         (whitespace-write-file-hook, whitespace-kill-buffer-hook)
18118         (whitespace-action): New funs.
18119         (whitespace-report-list, whitespace-report-text)
18120         (whitespace-report-buffer-name): New consts.
18121         (whitespace-report, whitespace-report-region): New commands.
18123 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
18125         * disp-table.el (make-glyph-code): Don't test the result of
18126         `face-id', which already signals an error for invalid faces.
18127         (glyph-face): Simplify.
18129         * desktop.el (desktop-read): Set `desktop-dirname' to nil before
18130         running `desktop-not-loaded-hook' to allow modifying it.
18131         Don't show warning message if `desktop-dirname' was modified.
18133 2008-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
18135         * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
18136         we still expect more lines.
18138         * textmodes/fill.el (fill-comment-paragraph): Don't try to do
18139         comment-paragraph filling if the commark doesn't match
18140         comment-start-skip.
18142 2008-03-01  Daiki Ueno  <ueno@unixuser.org>
18144         * international/utf-7.el (utf-7-encode): Never skip the trailing - for
18145         the `imap' variant.
18147 2008-03-01  Jason Rumney  <jasonr@gnu.org>
18149         * files.el (make-auto-save-file-name): Encode more characters in
18150         non-file buffer names.  Use url-encoding.
18152 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
18154         * net/net-utils.el (ftp-program): Fix typo in docstring.
18155         (ifconfig-program-options, netstat-program-options)
18156         (arp-program-options, route-program-options, nslookup-program-options)
18157         (ftp-program-options, smbclient-program-options)
18158         (dns-lookup-program-options, arp, route): Doc fixes.
18160         * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
18161         (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
18162         (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
18163         Fix typos in docstrings.
18164         (gdb-pending-triggers): Reflow docstring.
18165         (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
18167 2008-03-01  Alan Mackenzie  <acm@muc.de>
18169         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
18170         typing "#" at EOB.
18172 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
18174         * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
18176 2008-02-29  Kim F. Storm  <storm@cua.dk>
18178         * emulation/cua-base.el (cua-remap-control-v)
18179         (cua-remap-control-z): New defcustoms.
18180         (cua-mode): Add them to set-after property.
18181         (cua--init-keymaps): Use them.
18182         Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
18184         * help.el (view-emacs-todo): Rename from view-todo.
18185         (describe-gnu-project): Rename from describe-project.  Users changed.
18186         (view-help-file): New helper function.
18187         (describe-distribution, describe-copying, describe-gnu-project)
18188         (view-todo, view-order-manuals, view-emacs-problems): Use it.
18189         (view-emacs-debugging, view-external-packages): New commands.
18190         (help-map): Move describe-distribution to C-h C-o (ordering).
18191         Move view-emacs-problems to C-h C-p (problems).
18192         Bind view-emacs-debugging to C-h C-d (debugging).
18193         Bind view-external-packages to C-h C-e (extras).
18194         (help-for-help-internal): Cleanup and align descriptions.
18195         Remove command names to reduce clutter.
18197 2008-02-29  Nick Roberts  <nickrob@snap.net.nz>
18199         * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
18200         and quieter face (not a warning).
18202 2008-02-29  Dan Nicolaescu  <dann@ics.uci.edu>
18204         * vc.el (vc-status-crt-marked): New variable.
18205         (vc-status-mode): Make it local.
18206         (vc-status-refresh): Use it to save the marked files.
18207         (vc-update-vc-status-buffer): Use it to restore the marked files.
18209         * vc-svn.el (vc-svn-after-dir-status):
18210         * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
18212 2008-02-29  Glenn Morris  <rgm@gnu.org>
18214         * allout.el (allout-topic-encryption-bullet)
18215         (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
18216         (allout-encrypt-unencrypted-on-saves): Change defcustom :version
18217         from 22.0 to 22.1.
18219         * net/imap.el (imap-ping-server):
18220         * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
18221         Change defcustom :version from 23.0 to 23.1.
18223 2008-02-29  Juanma Barranquero  <lekktu@gmail.com>
18225         * desktop.el (desktop-save): Save the buffer name if the
18226         uniquified base name is empty.
18228 2008-02-29  Nick Roberts  <nickrob@snap.net.nz>
18230         * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
18231         correctly when user has "set print address off".
18233 2008-02-28  Juanma Barranquero  <lekktu@gmail.com>
18235         * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
18236         version number of the next major Emacs release, not 23.0.
18238         * longlines.el (longlines-unload-function): New function.
18240 2008-02-28  Juri Linkov  <juri@jurta.org>
18242         * startup.el (normal-splash-screen): Add argument `concise'.
18243         Remove unused binding `prev-buffer'.  Let-bind `splash-buffer'
18244         to the created buffer.  If `concise' is non-nil, call
18245         `display-buffer', otherwise `switch-to-buffer'.  Doc fix.
18246         (display-startup-screen): Add argument `concise' to the call to
18247         `normal-splash-screen'.
18249 2008-02-28  Kim F. Storm  <storm@cua.dk>
18251         * startup.el (startup-echo-area-message): Check for about-emacs.
18253 2008-02-28  Juri Linkov  <juri@jurta.org>
18255         * startup.el: Always add initial message to *scratch* buffer if
18256         `initial-scratch-message' is non-nil regardless of the value of
18257         `inhibit-startup-screen'.
18258         (inhibit-startup-screen, initial-scratch-message): Doc fix.
18259         (command-line-1): Move code that inserts `initial-scratch-message'
18260         up before the if-form that checks for `inhibit-startup-screen'.
18261         Suggested by Jonathan Rockway <jon@jrock.us>.
18263 2008-02-28  Juri Linkov  <juri@jurta.org>
18265         * cus-edit.el (custom-mode-map, custom-mode-link-map):
18266         Rename `custom-mode' to `Custom-mode' in docstrings.
18267         (custom-buffer-create-internal, customize-browse):
18268         Rename `custom-mode' to `Custom-mode'.
18269         (custom-mode-hook): Rename to `Custom-mode-hook'.
18270         (Custom-mode-hook): Renamed from `custom-mode-hook'.
18271         (custom-mode): Rename to `Custom-mode'.
18272         (Custom-mode): Renamed from `custom-mode'.  Doc fix.
18273         (custom-mode): Add backward-compatible non-interactive variant of
18274         `Custom-mode' that simply calls `Custom-mode'.  Mark it obsoleted.
18275         (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
18277         * info-look.el: Rename `custom-mode' to `Custom-mode'.
18279         * emulation/viper.el (viper-emacs-state-mode-list):
18280         Rename `custom-mode' to `Custom-mode'.
18282         * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
18283         Capitalize "Tagged Files".
18284         (minibuffer-local-map): Add menu items for next/previous
18285         history elements and isearch history forward/backward.
18287         * progmodes/hideshow.el (hs-minor-mode-menu): Compare
18288         `hs-isearch-open' with t instead of `comment' in :selected
18289         for "Code and Comment blocks" menu item.
18291 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18293         * uniquify.el (uniquify-buffer-base-name): Undo last change.
18294         Should be done in desktop.el instead.
18296 2008-02-28  Glenn Morris  <rgm@gnu.org>
18298         * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
18300         * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
18302         * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
18303         (Info-menu, Info-goto-node): Remove declarations.
18304         (report-emacs-bug-info): Use info rather than Info-goto-node.
18306         * progmodes/idlwave.el (Info-goto-node): Remove declaration.
18307         (idlwave-convert-xml-system-routine-info): Don't require xml.
18308         (idlwave-show-commentary, idlwave-shell-show-commentary):
18309         Don't require finder.
18310         (idlwave-info): Don't require info.  Use info rather than
18311         Info-goto-node.
18313         * textmodes/org.el (Info-goto-node): Remove declaration.
18314         (org-info): Use info rather than Info-goto-node.
18316         * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
18317         (reftex-info): Don't require info.  Use info rather than Info-goto-node.
18319 2008-02-28  Dan Nicolaescu  <dann@ics.uci.edu>
18321         * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
18322         the menu.
18324         * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
18325         (vc-finish-logentry): Check for vc-status-mode, not only for
18326         vc-dired-mode.
18328 2008-02-28  Kenichi Handa  <handa@ni.aist.go.jp>
18330         * isearch.el (isearch-printing-char): Don't check
18331         keyboard-coding-system.
18332         Call isearch-process-search-multibyte-characters only when
18333         current-input-method is non-nil.
18335 2008-02-27  Kim F. Storm  <storm@cua.dk>
18337         * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
18338         (glyph-char, glyph-face): Handle cons encoding.
18340 2008-02-27  Juanma Barranquero  <lekktu@gmail.com>
18342         * uniquify.el (uniquify-buffer-base-name): If the base name is an
18343         empty string, return nil to allow the caller to default to the
18344         buffer name.  Reported by Martin Fischer <parozusa@web.de>.
18346         * tool-bar.el (tool-bar-setup): Doc fix.
18348         * mail/supercite.el (sc-describe):
18349         Fix typos in obsolescence declaration.
18351 2008-02-27  Glenn Morris  <rgm@gnu.org>
18353         * autoinsert.el (auto-insert-alist): Change permission text to
18354         match FSF's GPLv3 form.
18356         * mail/supercite.el (sc-cite-original): Doc fix.
18357         (sc-version): Make obsolete.
18358         (sc-describe): Show the SC info page.  Make obsolete.
18360 2008-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
18362         * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
18363         when using transient-mark-mode.
18364         (default-indicate-unused-lines): Remove unused var.
18366 2008-02-26  Jan Djärv  <jan.h.d@swipnet.se>
18368         * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
18369         and previous.
18371         * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
18373 2008-02-26  Glenn Morris  <rgm@gnu.org>
18375         * net/net-utils.el (top-level): Don't require comint when compiling.
18376         (nslookup-font-lock-keywords): Don't require font-lock.
18377         Use font-lock faces rather than variables.
18378         (nslookup, ftp, smbclient, network-service-connection):
18379         Don't require comint.
18380         (comint-prompt-regexp, comint-input-autoexpand)
18381         (comint-input-ring): Declare for compiler.
18382         (comint-mode, ffap-string-at-point, comint-exec): Autoload.
18383         (dns-lookup-host): Don't require ffap.  Remove `with-no-warnings'.
18385         * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
18386         doc-string.
18388 2008-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
18390         * doc-view.el (doc-view-current-page): Add a `win' argument.
18392 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
18394         * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
18395         Demote it to plain defvar.
18396         (doc-view-conversion-refresh-interval): Reduce interval.
18397         (doc-view-goto-page): Allow moving to pages not yet rendered.
18398         (doc-view-goto-page): Construct a file name rather than extracting it
18399         from doc-view-current-files.
18400         (doc-view-kill-proc): Ignore errors from kill-process.
18401         (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
18402         (doc-view-insert-image): Use appropriate text if the page hasn't been
18403         rendered yet.  Adjust scrolling so the text is displayed.
18404         (doc-view-display): Detect not just that a page is available, but also
18405         that it wasn't available before, so as to avoid refreshing all pages
18406         repeatedly.
18407         (doc-view-mode): Make doc-view-cache-directory if needed.
18409 2008-02-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
18411         * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
18412         toggle-read-only.
18414         * textmodes/bibtex.el (bibtex-format-entry): Handle error message
18415         refering to a missing required field with the OPT prefix.
18416         Make unwindform more robust.
18418         * textmodes/bibtex.el: Remove support for hideshow minor mode as
18419         it duplicates the bibtex support in progmodes/hideshow.el.
18420         * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
18421         entries that do not start at the beginning of a line.
18423 2008-02-25  Chong Yidong  <cyd@stupidchicken.com>
18425         * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
18427 2008-02-25  Robert J. Chassell  <bob@rattlesnake.com>
18429         * help-fns.el (describe-variable): Add phrases about
18430         initialization file with and without customization;
18431         use new button type help-info-variable.
18433         * help-mode.el (help-info-variable):
18434         New button able to read Info files for help-fns.el.
18436 2008-02-25  Jan Djärv  <jan.h.d@swipnet.se>
18438         * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
18439         (grep-mode): Use grep-mode-tool-bar-map.
18441         * progmodes/compile.el (tool-bar): Require tool-bar.
18442         (compilation-mode-tool-bar-map): New variable.
18443         (compilation-mode): Use compilation-mode-tool-bar-map.
18445         * term/x-win.el (x-gtk-stock-map): Add cancel.  Remove extensions.
18447 2008-02-25  Glenn Morris  <rgm@gnu.org>
18449         * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
18451 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
18453         * diff-mode.el (diff-file-junk-re): New const.
18454         (diff-beginning-of-file-and-junk): Use it.
18455         (diff-file-kill): Make sure we were really inside a file diff.
18457         * diff-mode.el: Make it more robust in the presence of empty context
18458         lines in unified hunks.
18459         (diff-valid-unified-empty-line): New var.
18460         (diff-unified->context, diff-sanity-check-hunk): Obey it.
18461         (diff-end-of-hunk): Obey it.  New arg `donttrustheader'.
18462         (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
18463         (diff-hunk-header-re-unified): New const.
18464         (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
18465         (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
18466         (diff-sanity-check-hunk): Use it.
18468         * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
18469         Index: line, don't search backward for the previous one.
18471 2008-02-25  Kenichi Handa  <handa@ni.aist.go.jp>
18473         * international/fontset.el (setup-default-fontset): Add non-OTF
18474         lao font for lao script.
18476         * language/tibetan.el: Register tibetan-composition-function in
18477         composition-function-table.
18479         * language/tibet-util.el (tibetan-composition-function):
18480         Adjust for the new calling way (argument changed).  Try font-shape-text
18481         if possible.
18483         * language/lao.el: Register lao-composition-function in
18484         composition-function-table.
18486         * language/lao-util.el (lao-composition-function): Adjust for the new
18487         calling way (argument changed).  Try font-shape-text if possible.
18489 2008-02-25  Jason Rumney  <jasonr@gnu.org>
18491         * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
18493 2008-02-25  Juri Linkov  <juri@jurta.org>
18495         * isearch.el (isearch-fail): Use "RosyBrown1" for a light
18496         background, "red4" for a dark background, "red" for 16 and
18497         8 colors, "grey" for grayscale, and inverse video otherwise.
18498         Add :version tag.
18499         (isearch-message): Keep the original isearch-message intact, and
18500         add text properties to it where necessary.  Add `isearch-error' to
18501         the condition that checks if isearch is unsuccessful.
18503 2008-02-24  Juri Linkov  <juri@jurta.org>
18505         * progmodes/compile.el (compilation-handle-exit):
18506         Use compilation-error face instead of font-lock-warning-face.
18507         Display the same message in the minibuffer as is inserted
18508         at the end of the compilation buffer.
18510 2008-02-24  Glenn Morris  <rgm@gnu.org>
18512         * vc-cvs.el (vc-cvs-register): Fix registering of directories in
18513         multiple file case.
18515         * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
18517         * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
18518         multiple file case.  Use a single `let' rather than two.
18520 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
18522         * progmodes/compile.el (compilation-start): Specify a face for
18523         mode-line-process.
18524         (compilation-handle-exit): Specify a face and a tooltip for
18525         mode-line-process.
18527 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18529         * hilit-chg.el: Remove spurious * in defcustom docstrings.
18530         (hilit-chg-make-ov): Simplify.
18531         (hilit-chg-fixup): Use remove-overlays.
18532         (hilit-chg-set-face-on-change): Remove redundant call to
18533         `remove-text-properties'.
18535         * dired.el (dired-mark-prompt): Don't count/display the t element.
18536         Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
18538 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
18540         * progmodes/verilog-mode.el (eval-when-compile): Don't define
18541         add-submenu.
18542         (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
18543         Remove.  Move contents to the only use ...
18544         (verilog-menu): ... here.
18545         (verilog-statement-menu): Remove.  Move contents to the only use ...
18546         (verilog-stmt-menu): ... here.
18547         (verilog-mark-defun): Simply call mark-defun for emacs.
18548         (occur-pos-list): Declare for byte compiler.
18549         (mode-popup-menu): Don't defvar.
18550         (verilog-add-statement-menu): Remove.
18551         (verilog-mode-hook): Don't add verilog-add-statement-menu.
18552         (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
18554 2008-02-24  Michael McNamara  <mac@mail.brushroad.com>
18556         * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
18557         conditional.
18558         (verilog-font-grouping-keywords-face): Make the begin..end
18559         keywords standout more than other verilog keywords.
18560         (verilog-type-font-keywords): Move the begin..end out of this list
18561         to facilitate making them to (potentially) stand out more.
18562         (verilog-backward-token): Fix indent of bare always{_*}?, initial,
18563         function & task blocks.
18564         (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
18565         initial, function & task blocks.
18566         (verilog-forward-sexp): Handle the new "disable fork" statement of
18567         IEEE-1800 Verilog.
18568         (verilog-beg-block-re-ordered): Handle the new "disable fork"
18569         statement of IEEE-1800 Verilog.
18570         (verilog-calc-1): Handle the new "disable fork" statement of
18571         IEEE-1800 Verilog.
18572         (verilog-disable-fork-re): Add const to help handle the new
18573         "disable fork" statement of IEEE-1800 Verilog.
18574         (verilog-declaration-core-re): Add port directions by themselves,
18575         with no qualification, as base item of a declaration.
18576         (verilog-pretty-declarations): Add new flag to ask it to refrain
18577         from printing to the message buffer.
18578         (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
18579         printing to the message buffer.  Improve handling of the many
18580         types of expression line up.
18581         (verilog-just-one-space): Remove printing of an empty message.
18582         (verilog-get-lineup-indent): Rework to support the better handling
18583         of expression lineup for verilog-pretty-expr.
18584         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
18586 2008-02-24  Alan Mackenzie  <acm@muc.de>
18588         * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
18589         yesterday's commit.
18591 2008-02-24  Nick Roberts  <nickrob@snap.net.nz>
18593         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
18594         to mouse-set-point in buffers that aren't associated with files.
18596         * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
18598 2008-02-24  Alan Mackenzie  <acm@muc.de>
18600         Set of changes so that "obtrusive" syntactic elements in a
18601         C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
18602         unmatched paren) don't interact syntactically with stuff outside
18603         the CPP line.
18605         * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
18606         Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
18607         off-by-one bug.
18608         (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
18609         a bit of refactoring.
18610         (c-awk-extend-and-syntax-tablify-region): Takes some of the
18611         functionality of c-awk-advise-fl-for-awk-region, which has been
18612         refactored away.
18614         * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
18615         (c-clear-char-property-with-value): New function and macro which
18616         remove text-properties `equal' to a supplied value.
18618         * progmodes/cc-engine.el: Comment about text properties amended.
18620         * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
18621         parens around "error\\|warning".
18623         * progmodes/cc-langs.el (c-get-state-before-change-function)
18624         (c-before-font-lock-function, c-anchored-cpp-prefix):
18625         New language variables.
18626         (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
18628         * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
18629         syntax-table text properties.
18630         (c-common-init): Call language specific before/after-change
18631         functions at mode initialisation.
18632         (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
18633         (c-extend-region-for-CPP, c-neutralize-CPP-line)
18634         (c-neutralize-syntax-in-CPP): New functions.
18635         (c-before-change, c-after-change): Call the new language specific
18636         change functions defined in cc-langs.el.
18637         (c-advise-fl-for-region): New macro.
18638         (awk-mode): Remove AWK specific stuff which has been refactored
18639         into language independent stuff.
18641 2008-02-24  Nick Roberts  <nickrob@snap.net.nz>
18643         * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
18644         (gdb): (Re)set gdb-flush-pending-output to nil here...
18645         (gdb-init-1): ...instead of here (before gdb-prompt).
18647 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18649         * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
18650         Recognize ''' just like any other char-constant.
18652 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18654         * vc-hooks.el (vc-find-root): Remove initial loop because it's not
18655         careful enough.  Detect the uid-change all within the main loop.
18657 2008-02-24  Stefan Monnier  <monnier@pastel.home>
18659         * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
18661 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18663         * hilit-chg.el (highlight-save-buffer-state): New macro.
18664         (highlight-save-buffer-state, hilit-chg-set-face-on-change)
18665         (hilit-chg-clear): Use it to preserve the modified-p flag.
18666         (highlight-changes-rotate-faces): Don't mess with the undo-list.
18668 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18670         * font-lock.el (font-lock-set-defaults): Unset previously set variables
18671         when needed.
18673 2008-02-24  Ã†var Arnfjörð Bjarmason  <avar@cpan.org>  (tiny change)
18675         * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
18676         from gnus-button-url-regexp.
18678 2008-02-24  Eli Zaretskii  <eliz@gnu.org>
18680         * progmodes/compile.el (compilation-next-error): Doc fix.
18681         (compilation-find-file): Doc fix.
18683 2008-02-24  Glenn Morris  <rgm@gnu.org>
18685         * net/net-utils.el (ipconfig-program, ipconfig-program-options):
18686         Add obsolete aliases to the old names.
18688 2008-02-24  Richard Stallman  <rms@gnu.org>
18690         * net/net-utils.el (ifconfig): Rename from ipconfig.
18691         (ipconfig): Alias to ifconfig.
18692         (ifconfig-program): Rename from ipconfig-program.
18693         (ifconfig-program-options): Rename from ipconfig-program-options.
18695 2008-02-24  Michael McNamara  <mac@mail.brushroad.com>
18697         * progmodes/verilog-mode.el (verilog-declaration-core-re):
18698         Add port directions by themselves, with no qualification, as base
18699         item of a declaration.
18700         (verilog-pretty-declarations): Add new flag that inhibits printing
18701         to the message buffer.
18702         (verilog-pretty-expr): Add new flag that inhibits printing to the
18703         message buffer.  Improve handling of the many types of expression
18704         line up.
18705         (verilog-just-one-space): Don't print an empty message.
18706         (verilog-get-lineup-indent): Rework to support the better handling
18707         of expression lineup for verilog-pretty-expr.
18708         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
18709         (verilog-mode-version, verilog-mode-release-date): Update.
18711 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18713         * subr.el (cancel-change-group): Don't move point.
18715 2008-02-23  Markus Triska  <markus.triska@gmx.at>
18717         * linum.el (linum-after-config): Update all visible windows.
18719 2008-02-23  Glenn Morris  <rgm@gnu.org>
18721         * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
18722         Add :help for Solitaire and Tetris.
18724         * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
18726         * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
18727         (smtpmail-code-conv-from): Doc fix.  Fix custom type.
18728         (smtpmail-queue-index-file): Make it a defcustom.
18729         (smtpmail-queue-index): Delete.
18730         (smtpmail-send-it, smtpmail-send-queued-mail):
18731         Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
18732         smtpmail-queue-index.
18734         * net/net-utils.el (iwconfig-program, iwconfig-program-options):
18735         Add :version.
18737 2008-02-23  Yoni Rabkin  <yoni@rabkins.net>  (tiny change)
18739         * net/net-utils.el (iwconfig-program, iwconfig-program-options):
18740         New variables.
18741         (iwconfig): New function.
18743 2008-02-23  Dan Nicolaescu  <dann@ics.uci.edu>
18745         * vc.el (vc-find-revision): Make vc-parent-buffer local before
18746         setting it.
18747         (vc-status-menu-map): Do not define using easy-menu.
18748         (vc-status-menu-map): New defalias.
18749         (vc-status-mode-map): Hook up the menu.
18750         (top-level): Update TODO.
18752         * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
18754         * vc-bzr.el (vc-bzr-init-version): Rename to ...
18755         (vc-bzr-init-revision): ... this.
18757 2008-02-23  Jason Rumney  <jasonr@gnu.org>
18759         * makefile.w32-in (WINS_ALMOST): Remove term.
18760         (WINS): Add term here.
18761         (custom-deps, finder-data): Use WINS_ALMOST.
18763 2008-02-22  Juanma Barranquero  <lekktu@gmail.com>
18765         * faces.el (font-weight-table): Fix value of `semi-light'.
18767 2008-02-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18769         * faces.el (font-weight-table, font-slant-table, font-swidth-table):
18770         Make those tables bijective.
18772 2008-02-22  Ken Manheimer  <ken.manheimer@gmail.com>
18774         Finish pdbtrack integration cleanup, settling missing-functions
18775         byte compiler warnings appropriately.
18777         * progmodes/python.el (python-point): Remove this - beginning-of-line
18778         was all that was necessary for `python-pdbtrack-overlay-arrow'.
18779         (python-end-of-def-or-class, python-beginning-of-def-or-class)
18780         (python-goto-initial-line): Drop these - they were only needed for
18781         python-point.
18782         (python-comint-output-filter-function): Use condition-case and
18783         beginning-of-line directly, instead of python-mode.el functions
18784         which require all sorts of baggage.
18785         (point-safe): Unnecessary - we're using condition-case directly,
18786         instead.
18787         (python-execute-file): Include for python-shell, which I'm leaving
18788         in keeping despite it being unnecessary for pdb tracking.
18790 2008-02-22  Peter Danenberg  <pcd@wikitex.org>  (tiny change)
18792         * progmodes/scheme.el (scheme-font-lock-keywords-2):
18793         Add SRFI 11 support.
18794         (let-values, let*-values): Specify scheme-indent-function.
18796 2008-02-22  Dan Nicolaescu  <dann@ics.uci.edu>
18798         * vc.el (vc-exec-after): Move setting mode-line-process in the
18799         busy case ...
18800         (vc-set-mode-line-busy-indicator): ... in this new function.
18801         (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
18802         (vc-update-vc-status-buffer): Reset mode-line-process.
18803         (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
18804         mark/unmark all the files with the same state as the current one.
18805         With a prefix argument mark/unmark all files.
18806         (vc-status-mode-menu): Adjust strings.
18807         (vc-update-vc-status-buffer): Only do something when the argument
18808         is not nil.
18809         (vc-status-kill-dir-status-process): New function.
18810         (vc-status-mode-map): Bind it.
18811         (vc-status-process-buffer): New variable.
18812         (vc-status-mode): Make it local.
18813         (vc-status-refresh): Set it.
18815         * vc-hg.el (vc-hg-dir-status):
18816         * vc-git.el (vc-git-dir-status):
18817         * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
18818         command is run.
18820 2008-02-22  Glenn Morris  <rgm@gnu.org>
18822         * json.el (top-level): No need to require thingatpt.
18823         (json-read-keyword): Use thing-at-point rather than word-at-point.
18825         * time.el (top-level): No need to require time-date when compiling.
18827         * emacs-lisp/copyright.el (copyright-update-year):
18828         Fix subexpression numbering for the case when years are split over
18829         lines, and for the replace case.
18831         * emulation/tpu-edt.el (tpu-have-ispell): Doc fix.  Make obsolete.
18832         (tpu-caar, tpu-cadr): Delete functions.
18833         (zmacs-regions): No need to declare for compiler.
18834         (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
18835         (tpu-spell-check): Rewrite, and handle mark after point.
18836         (tpu-special-insert): Use or rather than if.
18838         * emulation/vip.el (vip-special-prefix-com): Use ispell-region
18839         rather than spell-region.
18841         * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
18842         warnings about spell-region.
18844 2008-02-22  Kenichi Handa  <handa@ni.aist.go.jp>
18846         * ldefs-boot.el: Regenerated.
18848         * loadup.el: Don't load language/devanagari, language/kannada,
18849         language/malayalam, and language/tamil.  Load language/sinhala.
18851         * language/indian.el (indian-font-foundry)
18852         (indian-script-language-alist, indian-font-char-index-table)
18853         (indian-font-char, indian-font-char-range, indian-script-table)
18854         (indian-default-script, indian-composable-pattern): Delete them.
18855         ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
18856         language environments moved to here.
18857         ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
18858         New language environments.
18860         * language/devanagari.el, language/devan-util.el,
18861         * language/kannada.el, language/knd-util.el, language/malayalam.el,
18862         * language/mlm-util.el, language/tamil.el, language/tml-util.el:
18863         Delete them.
18865         * language/sinhala.el: New file.
18867 2008-02-21  Ken Manheimer  <ken.manheimer@gmail.com>
18869         Update Nick Robert's port of pdb tracking from python-mode.el.
18871         * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
18872         Clarify docstring.
18873         (python-pdbtrack-minor-mode-string): A sign indicating that pdb
18874         tracking is happening.
18875         (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
18876         (python-pdbtrack-input-prompt): Better recognize PDB prompts.
18877         (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
18878         Tracking is plugged in to all comint buffers once python.el is loaded.
18879         (python-pdbtrack-overlay-arrow): Toggle activation of
18880         `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
18881         (python-pdbtrack-track-stack-file): Use new
18882         `python-pdbtrack-get-source-buffer' for more flexible access to
18883         debugging source files.
18884         (python-pdbtrack-get-source-buffer): Identify debugging target buffer
18885         according to pdb stack trace, optionally using new
18886         `python-pdbtrack-grub-for-buffer' if file is not locally available.
18887         (python-pdbtrack-grub-for-buffer): Find most recent python-mode
18888         named buffer, or having function with indicated name.
18889         (python-shell): Remove comint-output-filter-functions hook
18890         addition, it's being done elsewhere.  Wrap long line.
18892 2008-02-21  Michael Olson  <mwolson@gnu.org>
18894         * json.el: Replace XEmacs compatibility code to get rid of
18895         compiler warnings.
18897         * time.el: Fix compiler warning.
18899 2008-02-21  Edward O'Connor  <ted@oconnor.cx>
18901         * json.el: New file (JavaScript Object Notation parser / generator).
18903 2008-02-21  Dave Love  <fx@gnu.org>
18905         * progmodes/sym-comp.el: New file.
18907         * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
18908         Require sym-comp.  Add Python buffer to same-window-buffer-names.
18909         Fixup whitespaces.
18910         (python-font-lock-keywords): Add highlighting for Python builtins.
18911         (python-font-lock-syntactic-keywords): Rewrite.
18912         (python-quote-syntax): Use syntax-ppss-context instead of parsing
18913         ppss directly.
18914         (python-mode-map): Add binding for python-find-function.
18915         (python-calculate-indentation): Clean up the logic.
18916         (python-beginning-of-defun): Explicitly set return value.
18917         (python-beginning-of-statement): Stop looping if we get stuck
18918         going backwards.
18919         (python-next-statement): Stop looping if we somehow end up inside
18920         a string while advancing.
18921         (python-preoutput-continuation, python-version-checked): New vars.
18922         (python-check-version): New function.
18923         (run-python): Set default command to python-command instead of
18924         python-python-command.
18925         (run-python): Use python-check-version.  Give PYTHONPATH
18926         precedence over data-directory in the process environment.
18927         Load function definitions in python process after.
18928         (python-check-comint-prompt): New function.
18929         (python-send-command, python-send-receive): Use it.
18930         (python-complete-symbol, python-try-complete): Functions deleted.
18931         Use symbol-complete instead of python-complete-symbol throughout.
18932         (python-fill-paragraph): Further refine the fenced-string regexp.
18933         (def-python-skeleton): Expand to the original abbrev instead if in
18934         a comment or string.  Tweak skeletons for `if', `while', `for',
18935         `try/except', `try/finally', `name'.
18936         (python-pea-hook, python-abbrev-pc-hook): New functions.
18937         (python-abbrev-syntax-table): New var.
18938         (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
18939         Use symbol-completion-try-complete for hippie expansion.
18940         Turn on font lock unconditionally.
18941         (python-mode-hook): Defcustom it.  No need to use make-local
18942         variable on indent-tabs-mode in "Turn off Indent Tabs mode"
18943         option, since it's buffer-local.
18945 2008-02-21  Juanma Barranquero  <lekktu@gmail.com>
18947         * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
18949 2008-02-21  Drew Adams  <drew.adams@oracle.com>
18951         * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
18952         "Turn off" and a "Help" entry when the minor mode has no menu.
18954 2008-02-21  Dan Nicolaescu  <dann@ics.uci.edu>
18956         * vc.el (vc-status-mark, vc-status-unmark): New functions.
18957         (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
18958         vc-status-mark-file and vc-status-unmark-file.
18959         (vc-status-mark-unmark): New function.
18960         (vc-status-previous-line, vc-status-next-line): No longer interactive.
18962 2008-02-21  Glenn Morris  <rgm@gnu.org>
18964         * composite.el (encode-composition-rule): Fix typo in error message.
18965         (composition-function-table, auto-composition-mode): Doc fixes.
18967         * subr.el (sit-for): Fix obsolete form for nil second argument.
18969         * textmodes/spell.el (spell-buffer, spell-word, spell-region)
18970         (spell-string): Make obsolete, in favor of ispell.
18972 2008-02-21  Kenichi Handa  <handa@ni.aist.go.jp>
18974         * language/devanagari.el: Don't setup composition-function-table
18975         here.
18976         ("Devanagari"): Change charset, coding-system, coding-priority to
18977         Unicode-based ones.  Don't require the feature devan-util.
18979         * composite.el (compose-chars-after): Fix arguments for a function
18980         in composition-function-table.
18981         (auto-compose-region): Likewise.
18983         * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
18984         for Ethiopic.
18985         (ps-mule-plot-string): Ignore glyph-string based compositions.
18987 2008-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
18989         * doc-view.el: Allow different windows to show different pages.
18990         (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
18991         (doc-view-current-image, doc-view-current-overlay): Remove variables,
18992         add them back as macros instead, using image-mode-winprops instead.
18993         Update all users of those variables.
18994         (doc-view-new-window-function): New function to create a new overlay
18995         for each new window.
18996         (doc-view-mode): Use it and image-mode-setup-winprops.
18997         (doc-view-clone-buffer-hook): Rewrite accordingly.
18999         * image-mode.el: Extend [hv]scroll support to per-window properties.
19000         (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
19001         (image-mode-winprops-alist): New var to replace them.
19002         (image-mode-new-window-functions): New hook.
19003         (image-mode-winprops, image-mode-window-get, image-mode-window-put):
19004         New funs.
19005         (image-set-window-vscroll, image-set-window-hscroll): Use them.
19006         Remove the `window' argument, update callers.
19007         (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
19008         Use the new functions.
19009         (image-mode-reapply-winprops): New fun.
19010         (image-mode): Use it.
19012 2008-02-20  Jay Belanger  <jay.p.belanger@gmail.com>
19014         * calc/calc-math.el (math-sin-raw): Add optional argument
19015         to keep track of original argument.
19016         (math-cos-raw): Use optional argument when calling math-sin-raw.
19017         (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
19018         with close to original precision.
19020 2008-02-20  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
19022         * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
19023         args in calls of sit-for.
19025 2008-02-20  Juanma Barranquero  <lekktu@gmail.com>
19027         * vc-svn.el (vc-svn-program): Fix typo in docstring.
19028         (vc-svn-checkin): Fix typo in error message.
19030         * help-mode.el: Require easymenu when compiling.
19032 2008-02-20  Dan Nicolaescu  <dann@ics.uci.edu>
19034         * help-mode.el (help-mode-menu): New menu.
19036 2008-02-20  Glenn Morris  <rgm@gnu.org>
19038         * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
19039         on Windows.
19041 2008-02-20  Kenichi Handa  <handa@ni.aist.go.jp>
19043         * ps-mule.el (ps-mule-encode-region): Return a single string.
19044         (ps-mule-plot-string): Adjust for the above change.
19045         (ps-mule-encode-header-string): Likewise.
19047         * international/latin1-disp.el (latin1-display): Don't use
19048         ucs-mule-8859-to-mule-unicode.  Fix the way of resetting
19049         standard-display-table.
19050         (latin1-display-identities): Adjust for the change of what is
19051         returned by (get-language-info charset 'charset).
19053         * international/mule-util.el (char-displayable-p): Fix for Latin-1
19054         characters and terminal case.
19056 2008-02-19  Ken Manheimer  <ken.manheimer@gmail.com>
19058         Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
19060         * progmodes/python.el: Also require comint when loading.
19061         (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
19062         Replace python-shell with run-python on menu bar.
19063         (python-shell-map): New map.
19064         (python-default-interpreter, python-python-command-args)
19065         (python-jython-command-args, python-pdbtrack-do-tracking-p):
19066         New options.
19067         (python-which-shell, python-which-args, python-which-bufname):
19068         New buffer local variables.
19069         (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
19071         * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
19072         (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
19073         New constants.
19075         Pdbtrack features:
19077         (python-point, python-end-of-def-or-class)
19078         (python-beginning-of-def-or-class, python-goto-initial-line)
19079         (python-comint-output-filter-function)
19080         (python-pdbtrack-overlay-arrow)
19081         (python-pdbtrack-track-stack-file, python-toggle-shells)
19082         (python-shell, python-pdbtrack-toggle-stack-tracking)
19083         (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
19084         New functions.
19086 2008-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19088         * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
19089         when the argument is nil.
19091 2008-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
19093         * vc.el (dir-status): Add a brief description.
19095 2008-02-19  Thien-Thi Nguyen  <ttn@gnuvola.org>
19097         * vc-hooks.el (vc-find-root): Take optional arg INVERT.
19098         If non-nil, reverse the sense of the check.
19100         * vc-rcs.el (vc-rcs-root): New func.
19101         * vc-cvs.el (vc-cvs-root): New func.
19102         * vc-svn.el (vc-svn-root): New func.
19103         * vc-sccs.el (vc-sccs-root): New func.
19105 2008-02-18  Kenichi Handa  <handa@ni.aist.go.jp>
19107         * language/japan-util.el (setup-japanese-environment-internal):
19108         Call use-cjk-char-width-table.
19110         * language/japanese.el ("Japanese"): Set exit-function to
19111         use-default-char-width-table.
19113         * international/characters.el: Delete occurrences of non-Unicode
19114         tibetan and ethiopic characters.
19115         (cjk-char-width-table): New variable.
19116         (use-cjk-char-width-table, use-default-char-width-table):
19117         New functions.
19119 2008-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
19121         * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
19122         (vc-status-mode-menu): Add a :filter.
19123         (vc-status-printer): Add faces.
19125         * vc-hg.el (vc-hg-extra-status-menu): New function.
19126         (vc-hg-dir-status): Clean up the buffer before using it.
19128 2008-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
19130         * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
19131         (gdb): Initialize it here instead.
19133         * files.el (locate-dominating-file): Fix thinko in last change.
19134         Reported by Bruce Stephens <bruce.stephens@isode.com>.
19136 2008-02-18  Dan Nicolaescu  <dann@ics.uci.edu>
19138         * vc.el (vc-status-mode-menu): New menu for vc-status.
19140 2008-02-18  Juanma Barranquero  <lekktu@gmail.com>
19142         * progmodes/verilog-mode.el (customize): Fix typo in error message.
19143         (verilog-mode, verilog-mode-indent, verilog-mode-actions)
19144         (verilog-mode-auto, verilog-indent-level-module)
19145         (verilog-minimum-comment-distance, verilog-library-flags)
19146         (verilog-library-directories, verilog-library-files)
19147         (verilog-auto-reset-widths, verilog-imenu-generic-expression)
19148         (verilog-xemacs-menu, verilog-set-compile-command)
19149         (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
19150         (verilog-get-expr, verilog-strip-comments, verilog-one-line)
19151         (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
19152         (verilog-batch-inject-auto, verilog-batch-indent)
19153         (verilog-continued-line, verilog-type-keywords)
19154         (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
19155         (verilog-read-inst-pins, verilog-read-arg-pins)
19156         (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
19157         (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
19158         (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
19159         (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
19160         (verilog-sk-datadef, verilog-colorize-include-files-buffer)
19161         (verilog-mode-version, verilog-mode-release-date)
19162         (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
19163         (verilog-simulator, verilog-compiler)
19164         (verilog-auto-sense-defines-constant, verilog-company)
19165         (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
19166         Fix typos in docstrings.
19167         (verilog-set-auto-endcomments, verilog-calculate-indent)
19168         (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
19169         Reflow docstrings.
19170         (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
19171         (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
19172         (electric-verilog-forward-sexp, verilog-in-case-region-p)
19173         (verilog-in-struct-region-p, verilog-in-generate-region-p)
19174         (verilog-leap-to-head, verilog-current-indent-level)
19175         (verilog-case-indent-level, verilog-cpp-keywords)
19176         (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
19177         (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
19178         (verilog-signals-not-in, verilog-symbol-detick-text)
19179         (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
19180         (verilog-forward-close-paren, verilog-backward-open-paren)
19181         (verilog-backward-open-bracket): Doc fixes.
19183         * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
19184         (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
19185         (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
19186         (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
19187         (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
19188         Fix typos in docstrings.
19190         * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
19192 2008-02-18  Bastien Guerry  <Bastien.Guerry@ens.fr>
19194         * info.el (Info-read-node-name): Removed unused `default' arg.
19196 2008-02-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
19198         * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
19200 2008-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
19202         * image-mode.el (image-get-display-property): New fun.
19203         (image-forward-hscroll, image-next-line, image-eol, image-eob)
19204         (image-mode, image-minor-mode, image-toggle-display-text)
19205         (image-toggle-display): Use it.
19207 2008-02-18  Jason Rumney  <jasonr@gnu.org>
19209         * international/mule.el (xml-find-file-coding-system): Don't warn
19210         about utf-16 with BOM.
19212         * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
19214         * international/mule.el (sgml-xml-auto-coding-function): Detect and
19215         warn if file encoding is not utf-8 and encoding not specified.
19216         (xml-find-file-coding-system): New function.
19217         * international/mule-conf.el (file-coding-system-alist): Use it.
19219 2008-02-17  Glenn Morris  <rgm@gnu.org>
19221         * international/mule-cmds.el (set-locale-environment):
19222         Pass `frame' to getenv for LC_MESSAGES.
19224 2008-02-17  Juri Linkov  <juri@jurta.org>
19226         * time.el (emacs-init-time): Use format instead of format-seconds.
19228 2008-02-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
19230         * textmodes/bibtex.el (bibtex-search-entry): Rename from
19231         bibtex-find-entry.  Add autoload cookie.
19232         (bibtex-find-entry): Alias for bibtex-search-entry.
19233         (bibtex-search-crossref): Rename from bibtex-find-crossref.
19234         (bibtex-find-crossref): Alias for bibtex-search-crossref.
19235         (bibtex-clean-entry): atomic-change-group removed.
19236         (bibtex-format-entry): Use atomic-change-group.  Use unwind-protect
19237         to locate buffer location where error occurred.
19238         Make error messages more specific.
19239         (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
19241 2008-02-17  Dan Nicolaescu  <dann@ics.uci.edu>
19243         * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
19244         top level.
19246         * simple.el (transient-mark-mode): Add an :init-value.
19248         * startup.el (command-line): Use custom-reevaluate-setting for
19249         transient-mark-mode.
19251 2008-02-17  Michaël Cadilhac  <michael@cadilhac.name>
19253         * wdired.el (wdired-allow-to-change-permissions): Fix typo.
19255 2008-02-16  Juri Linkov  <juri@jurta.org>
19257         * startup.el (after-init-time): New variable.
19258         (command-line): Set `after-init-time' to the current time.
19260         * time.el (emacs-init-time): New function.
19262 2008-02-16  Stefan Monnier  <monnier@iro.umontreal.ca>
19264         * files.el (locate-dominating-file): Remove initial loop because it's
19265         not careful enough.  Detect the uid-change all within the main loop.
19267 2008-02-16  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
19269         * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
19271 2008-02-16  Dan Nicolaescu  <dann@ics.uci.edu>
19273         * vc.el (vc-annotate): Add new argument.
19274         (vc-annotate-warp-revision): Pass the current line to vc-annotate.
19276         * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
19277         Move make-variable-buffer-local code after the corresponding defvar.
19278         (hs-minor-mode-map): Define and initialize in one step.
19279         (hs-minor-mode): Change from defun to define-minor-mode.
19281 2008-02-16  Nick Roberts  <nickrob@snap.net.nz>
19283         * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
19284         (gdb-ready): Move declaration...
19286         * progmodes/gdb-ui.el (gdb-ready): ...to here.
19287         (gdb-early-user-input): New variable.
19288         (gdb): Reset gdb-flush-pending-output to nil and set
19289         comint-input-sender here (before gdb-prompt), instead of...
19290         (gdb-init-1): ...here.
19291         (gdb-send): If Emacs is not ready, defer user input to...
19292         (gdb-prompt): ...here.
19294 2008-02-16  Glenn Morris  <rgm@gnu.org>
19296         * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
19298         * startup.el (emacs-startup-time): Rename to `before-init-time'.
19299         (before-init-time): New name for `emacs-startup-time'.
19300         (command-line): Use before-init-time rather than emacs-startup-time.
19301         * time.el (emacs-uptime): Use before-init-time rather than
19302         emacs-startup-time.
19304         * composite.el (composition-function-table): Doc fix.
19306         * calendar/time-date.el (format-seconds): Remove `nonzero' argument
19307         in favor of `%z' specifier.
19308         (emacs-uptime): Move to time.el.
19309         * time.el (emacs-uptime): Move here from time-date.el.  Add optional
19310         `format' argument.  Doc fix.  Use `%z' rather than removed `nonzero'
19311         argument of format-seconds.
19313 2008-02-16  Dan Nicolaescu  <dann@ics.uci.edu>
19315         * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
19317 2008-02-15  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
19319         * ielm.el (ielm-is-whitespace): Remove.
19320         (ielm-is-whitespace-or-comment): New function.
19321         (ielm-eval-input): Use it.
19323 2008-02-15  Jason Rumney  <jasonr@gnu.org>
19325         * term/mac-win.el: Fix coding tag.
19327 2008-02-15  Dan Nicolaescu  <dann@ics.uci.edu>
19329         * vc-hooks.el (vc-menu-map):
19330         * bindings.el (mode-line-mode-menu): Add tooltips.
19332         * bindings.el (help-echo): Add more tooltips.  Use a less
19333         telegraphic style for existing tooltips.
19335 2008-02-14  Stefan Monnier  <monnier@iro.umontreal.ca>
19337         * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
19338         from the auto-generated one.
19340 2008-02-14  Glenn Morris  <rgm@gnu.org>
19342         * mail/rmail-spam-filter.el (rmail-spam-filter):
19343         Let-bind message-spam-status.
19345         * mail/smtpmail.el (password-cache-add): Declare as function.
19347 2008-02-14  Justus Piater  <Justus-bulk@Piater.name>  (tiny change)
19349         * mail/smtpmail.el: Use password-cache.
19351 2008-02-14  Juanma Barranquero  <lekktu@gmail.com>
19353         * uniquify.el (uniquify-buffer-base-name): New function.
19354         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
19356         * desktop.el (uniquify-managed): Don't defvar.
19357         (desktop-buffer-info): Use `uniquify-buffer-base-name', not
19358         `uniquify-managed'.  Return also the buffer's base name.
19359         (desktop-save): When saving the buffer info, filter out the base name,
19360         and save it as buffer name if the buffer is managed by uniquify.
19361         (uniquify-item-base): Don't declare; not called anymore.
19363 2008-02-14  Dan Nicolaescu  <dann@ics.uci.edu>
19365         * vc.el (vc-annotate-find-revision-at-line): New function.
19366         (vc-annotate-mode-map): Bind it.
19367         (vc-annotate-mode-menu): Add a menu entry for it.  Add :help for
19368         some entries.
19370 2008-02-14  Glenn Morris  <rgm@gnu.org>
19372         * calendar/time-date.el (format-seconds): New function.
19373         (emacs-uptime): Use format-seconds.
19375         * Makefile.in (custom-deps, finder-data, autoloads, recompile):
19376         Remove `LC_ALL=C', since it's included in $(emacs) now.
19378 2008-02-14  Zhang Wei  <id.brep@gmail.com>
19380         * textmodes/org-publish.el (org-publish-timestamp-filename):
19381         Replace colon characters in filename too.
19383 2008-02-13  Bastien Guerry  <bzg@altern.org>
19385         * mail/rmail.el (rmail-header-name): New face.
19386         (rmail-font-lock-keywords): Use rmail-header-name.
19388         * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
19389         against X-Spam-Status header field.
19390         (rmail-spam-filter): Also check X-Spam-Status header field.
19392 2008-02-14  Mark A. Hershberger  <mah@everybody.org>
19394         * progmodes/flymake.el (flymake-allowed-file-name-masks):
19395         Add support for .pm files and .php files.
19396         (flymake-err-line-patterns): Add pattern for PHP errors.
19397         (flymake-php-init): New function.  PHP support for flymake.
19399         * progmodes/compile.el (compilation-error-regexp-alist-alist):
19400         Add regular expression for PHP errors.
19402 2008-02-13  Michael Albinus  <michael.albinus@gmx.de>
19404         * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
19405         This DTRT even on w32 machines.
19406         (ange-ftp-cf1): Quote FILENAME.
19408 2008-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
19410         * smerge-mode.el (smerge-auto-combine-max-separation): New var.
19411         (smerge-auto-combine): New fun.
19413 2008-02-12  Juri Linkov  <juri@jurta.org>
19415         * startup.el (fancy-startup-screen, normal-splash-screen):
19416         Set default-directory to command-line-default-directory.
19418         * desktop.el (after-init-hook): Set inhibit-startup-screen to t
19419         after reading the desktop.
19421         * progmodes/compile.el (compilation-auto-jump):
19422         Call compile-goto-error only when compilation-auto-jump-to-first-error
19423         is non-nil.
19424         (compilation-scroll-output): Replace :type 'boolean with a choice
19425         that has three options including a third option `first-error'.
19426         Doc fix.
19427         (compilation-start, compilation-forget-errors): Add an alternate
19428         condition comparing compilation-scroll-output with `first-error'
19429         in addition to compilation-auto-jump-to-first-error (to call
19430         compilation-auto-jump in the proper place).
19432 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
19434         * international/mule.el (sgml-html-meta-auto-coding-function):
19435         Make sure the search limit is ahead.
19437         * tar-mode.el: Fix broken indentation.
19438         (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
19439         Use with-current-buffer.
19441 2008-02-12  Juanma Barranquero  <lekktu@gmail.com>
19443         * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
19444         it is already automatically buffer-local.
19446 2008-02-12  Drew Adams  <drew.adams@oracle.com>
19448         * help.el (describe-key): Join some split lines to facilitate filling.
19449         * help-fns.el (describe-function-1): Fill text of overlong lines.
19451 2008-02-12  Kenichi Handa  <handa@ni.aist.go.jp>
19453         * emacs-lisp/bytecomp.el (byte-compile-lapcode):
19454         Use unibyte-string instead of string-make-unibyte.
19456         * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
19458 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
19460         * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
19461         works also for buffers w/o buffer-file-name.  Update callers.
19462         (doc-view-clone-buffer-hook): New fun.
19463         (doc-view-mode): Use it for indirect clones.  Mark the overlays with
19464         the `doc-view' property so they can be recognized.
19466         * simple.el (clone-indirect-buffer-hook): New hook.
19467         (clone-indirect-buffer): Run it.
19469 2008-02-11  Michael Olson  <mwolson@gnu.org>
19471         * epa-setup.el:
19472         * epg-package-info.el: Files removed.
19474 2008-02-11  Daiki Ueno  <ueno@unixuser.org>
19476         * epa.el (epa-menu-mode): Merge into epa-mode.
19477         (epa-menu-items): Rename the label "EasyPG Assistant" to
19478         "Encryption/Decryption".
19480         * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
19481         (epa-dired-mode-map): Rename from epa-dired-map.
19482         (epa-global-dired-mode): Rename the global minor mode.
19484 2008-02-11  Drew Adams  <drew.adams@oracle.com>
19486         * isearch.el (isearch-fail): New face.
19487         (isearch-message): Highlight failure part of input.
19489 2008-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
19491         * ibuffer.el (ibuffer-header-line-format): New var.
19492         (ibuffer-mode): Set it instead of header-line-format.
19493         (ibuffer-update): Use it to set header-line-format.
19495         * international/mule-cmds.el (ucs-insert): Inherit surrounding
19496         properties like self-insert-command.
19498 2008-02-11  Drew Adams  <drew.adams@oracle.com>
19500         * progmodes/etags.el: Add many doc strings.
19502 2008-02-11  Jason Rumney  <jasonr@gnu.org>
19504         * ldefs-boot.el: Regenerated.
19506 2008-02-11  Glenn Morris  <rgm@gnu.org>
19508         * progmodes/compile.el (compilation-error-regexp-alist-alist):
19509         Shorten some names.
19511         * ffap.el (ffap-rfc-directories): Add :version.
19513 2008-02-11  Chris Moore  <christopher.ian.moore@gmail.com>
19515         * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
19516         files, and backup files of same.
19518 2008-02-11  Kevin Ryde  <user42@zip.com.au>
19520         * ffap.el (ffap-rfc-directories): New variable.
19521         (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
19523         * info.el (Info-next-reference, Info-prev-reference)
19524         (Info-try-follow-nearest-node): Move to and follow https:// links too.
19526         * simple.el (completion-list-mode): Show full completion-list-mode-map
19527         in the docstring.
19529 2008-02-11  Sam Steingold  <sds@gnu.org>
19531         * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
19533 2008-02-11  Glenn Morris  <rgm@gnu.org>
19535         * startup.el (emacs-startup-time): New variable.
19536         (command-line): Set emacs-startup-time.
19538         * calendar/time-date.el (emacs-uptime): New function.
19540 2008-02-10  Bastien Guerry  <bzg@altern.org>
19542         * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
19543         (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
19544         it is nil.
19546 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
19548         * epg-config.el: Expand the contents of epg-package-info.el.
19549         (epg-package-name): New constant.
19550         (epg-version-number): New constant.
19551         (epg-bug-report-address): New constant.
19553         * epa-mail.el (epa-mail-mode): Add autoload cookie.
19554         (epa-global-mail-mode): New global minor mode.
19556         * epa-file.el (epa-file-mode): New global minor mode.
19558         * epa-dired.el (epa-dired-mode): New global minor mode.
19560         * epa.el (epa-menu): New variable.
19561         (epa-menu-items): New variable.
19562         (epa-menu-mode): New global minor mode.
19563         (epa-global-minor-modes): New user option.
19564         (epa-mode): New global minor mode.
19566 2008-02-10  Michael Albinus  <michael.albinus@gmx.de>
19568         * net/dbus.el: Remove `no-byte-compile' cookie.
19569         (dbus-call-method, dbus-register-signal, dbus-debug)
19570         (dbus-registered-functions-table): Declare them with
19571         `declare-function' or `defvar', respectively.
19572         (top): Don't assert any longer.  Require 'cl when compiling.
19573         Apply `ignore-errors' but `dbus-ignore-errors'.
19575 2008-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
19577         * diff-mode.el (diff-add-change-log-entries-other-window):
19578         Use add-change-log-entry.
19580 2008-02-09  Jason Rumney  <jasonr@gnu.org>
19582         * button.el (button-map):
19583         * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
19584         * ldefs-boot.el: Regenerate.
19586 2008-02-09  Dan Nicolaescu  <dann@ics.uci.edu>
19588         * epa.el (epa-faces, epa):
19589         * epa-file.el (epa-file):
19590         * epg-config.el (epg): Add :version.
19592 2008-02-09  Thien-Thi Nguyen  <ttn@gnuvola.org>
19594         * vc.el (vc-exec-after): Append CODE to previous fragments.
19595         (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
19596         take MESSAGES instead of VERBOSE; use it when non-nil.
19597         (vc-diff-internal): Compute messages once; use them;
19598         update call to vc-diff-finish.
19600 2008-02-09  Michael Olson  <mwolson@gnu.org>
19602         * net/tramp.el (tramp-process-sentinel): Avoid error when process
19603         buffer has been killed, such as by
19604         `tramp-cleanup-all-connections'.
19606 2008-02-09  Miles Bader  <miles@gnu.org>
19608         * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
19610 2008-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
19612         * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
19613         splitter in context hunks.
19615 2008-02-08  Kenichi Handa  <handa@ni.aist.go.jp>
19617         * international/fontset.el (setup-default-fontset): Fix arabic otf
19618         font specification.
19620 2008-02-08  Daiki Ueno  <ueno@unixuser.org>
19622         * epa-dired.el:
19623         * epa-file.el:
19624         * epa-mail.el:
19625         * epa-setup.el:
19626         * epa.el:
19627         * epg-config.el:
19628         * epg-package-info.el:
19629         * epg.el: Initial check-in of EasyPG.
19631 2008-02-08  Glenn Morris  <rgm@gnu.org>
19633         * woman.el (woman-locale): New defcustom.
19634         (woman-expand-locale, woman-manpath-add-locales): New functions.
19635         (woman-manpath): Call woman-manpath-add-locales.  Bump :version.
19637         * international/mule-cmds.el (locale-translate): New function,
19638         with old code extracted from set-locale-environment.
19639         (set-locale-environment): Use locale-translate.  Set woman-locale.
19641         * cus-start.el (selection-coding-system): Remove, since it's now
19642         defined in select.el rather than in xselect.c.
19643         * select.el (selection-coding-system): Make it a defcustom, and
19644         add the properties from cus-start.el.  Bump :version.
19646         * custom.el (custom-theme-set-variables): Sort symbols that are
19647         dependencies before symbols that depend on them.
19648         (custom-enabled-themes): Set after custom-theme-directory.
19650         * pcmpl-unix.el (top-level): Move provide statement to end.
19651         (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
19652         `*' from doc-string.  Allow to be nil.
19653         (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
19654         Allow to be nil.  Add :version.
19655         (pcmpl-ssh-hosts): Move definition before use.  Handle lines
19656         without hostnames, and multiple hostnames per line.
19658         * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
19660 2008-02-08  Phil Hagelberg  <phil@evri.com>
19662         * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
19663         (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
19665 2008-02-07  Timo Savola  <timo.savola@iki.fi>
19667         * startup.el (command-line-x-option-alist): Add --parent-id.
19669         * term/x-win.el (x-handle-parent-id): New function.
19671 2008-02-07  Chris Moore  <christopher.ian.moore@gmail.com>
19673         * mouse.el (x-fixed-font-alist): Use consistent capitalization for
19674         "Font Menu".
19676 2008-02-06  Michael Albinus  <michael.albinus@gmx.de>
19678         * net/dbus.el (dbus-interface-peer): New defconst.
19679         (dbus-ping): New defun.
19681 2008-02-06  Sam Steingold  <sds@gnu.org>
19683         * vc-hooks.el (vc-prefix-key): New user-customizable variable.
19685 2008-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
19687         * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
19688         Just return nil and let the C code provide a fallback.
19690 2008-02-05  Glenn Morris  <rgm@gnu.org>
19692         * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
19693         tramp-flush-connection-property for removed 2nd argument.
19695 2008-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
19697         * diff-mode.el (diff-add-change-log-entries-other-window):
19698         Rename from diff-create-changelog.  Change users.
19699         Minor change to hopefully work with plain diffs.
19700         (diff-mode-map): Add binding for it.
19702 2008-02-04  Dan Nicolaescu  <dann@ics.uci.edu>
19704         * diff-mode.el: Add new TODO entry.
19705         (diff-create-changelog): New function.
19706         (diff-mode-menu): Bind it.
19708 2008-02-04  Kenichi Handa  <handa@ni.aist.go.jp>
19710         * international/mule-diag.el (print-fontset-element): Handle the
19711         case of inhibiting the fallback fonts.
19713 2008-02-04  Kim F. Storm  <storm@cua.dk>
19715         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
19716         (ido-magic-delete-char): Use prefix arg.
19718 2008-02-03  Juanma Barranquero  <lekktu@gmail.com>
19720         * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
19721         because the latter is in fact a 1.2.8 build distributed with GTK+ (as
19722         of today, the most recent libpng is 1.2.24).
19724 2008-02-03  Michael Albinus  <michael.albinus@gmx.de>
19726         * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
19728         * net/dbus.el (top): Check (featurep 'dbusbind).
19730         * net/tramp.el (tramp-process-sentinel): New defun.
19731         (tramp-do-copy-or-rename-file-out-of-band)
19732         (tramp-maybe-open-connection): Use it as process sentinel.
19733         (tramp-handle-delete-directory): Don't use the "-f" option; it
19734         isn't portable.
19735         (tramp-handle-start-file-process): Echo `tramp-end-of-output'
19736         after the command.
19737         (tramp-handle-shell-command): Set `mode-line-process' in the
19738         asynchronous case.
19740         * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
19742         * net/tramp-fish.el (tramp-fish-maybe-open-connection):
19743         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
19744         Use `tramp-process-sentinel' as process sentinel.
19746 2008-02-02  Juanma Barranquero  <lekktu@gmail.com>
19748         * whitespace.el (global-whitespace-mode): Revert last change.
19749         (whitespace-unload-function): Force `global-whitespace-mode'
19750         to deactivate local modes in a slightly less intrusive way.
19752 2008-02-02  Eli Zaretskii  <eliz@gnu.org>
19754         * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
19756 2008-02-02  Glenn Morris  <rgm@gnu.org>
19758         * international/latin1-disp.el (latin1-display):
19759         * progmodes/fortran.el (fortran-comment-indent-char):
19760         * progmodes/idlw-shell.el (top-level):
19761         * term/mac-win.el (mac-keyboard-translate-char):
19762         * whitespace.el (whitespace-char-valid-p):
19763         * wid-edit.el (widget-key-sequence-read-event):
19764         Use characterp rather than char-valid-p.
19766         * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
19767         to capitalized-find-word-boundary.  Doc fix.  Update callers.
19768         (capitalized-next-word-boundary-function-table): Rename to
19769         capitalized-find-word-boundary-function-table.  Doc fix.  Update users.
19771         * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
19772         string-to-int.
19774         * ps-def.el (declare-function): Add compatibility definition.
19775         (ps-plot-with-face, ps-plot-string): Declare as functions.
19776         (ps-bold-faces, ps-italic-faces): Declare variables.
19778         * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
19779         (ps-mule-end-job): Declare as functions.
19781         * wid-edit.el (widget-string-complete): Use assoc-string rather
19782         than assoc-ignore-case.
19784 See ChangeLog.13 for earlier changes.
19786 ;; Local Variables:
19787 ;; coding: utf-8
19788 ;; End:
19790     Copyright (C) 2008, 2009  Free Software Foundation, Inc.
19792   This file is part of GNU Emacs.
19794   GNU Emacs is free software: you can redistribute it and/or modify
19795   it under the terms of the GNU General Public License as published by
19796   the Free Software Foundation, either version 3 of the License, or
19797   (at your option) any later version.
19799   GNU Emacs is distributed in the hope that it will be useful,
19800   but WITHOUT ANY WARRANTY; without even the implied warranty of
19801   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19802   GNU General Public License for more details.
19804   You should have received a copy of the GNU General Public License
19805   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
19807 ;; arch-tag: c241c1f9-d668-48bf-920a-2897ed0340bc