* calendar/diary-lib.el (diary-cyclic): Doc fix.
[emacs.git] / lisp / ChangeLog
blob2c6c789b67bc63187127e8dfece8eedc9fe86064
1 2008-11-30  Juanma Barranquero  <lekktu@gmail.com>
3         * calendar/diary-lib.el (diary-cyclic): Doc fix.
4         (diary-remind-message, diary-number-of-entries)
5         (diary-include-other-diary-files, diary-mark-included-diary-files)
6         (diary-view-entries, diary-date, diary-block, diary-insert-entry-1)
7         (diary-font-lock-keywords-1): Reflow docstrings.
8         (diary-add-to-list, calendar-mark-1, diary-entry-time, diary-make-date)
9         (diary-anniversary, diary-date-display-form): Fix typos in docstrings.
11         * emacs-lisp/timer.el (timer-duration-words): Fix typo in docstring.
12         (timer-duration): Use `string-match-p'.
14 2008-11-29  Chong Yidong  <cyd@stupidchicken.com>
16         * complete.el (PC-do-complete-and-exit): Use
17         minibuffer-confirm-exit-commands.
19         * minibuffer.el (minibuffer-confirm-exit-commands): Add
20         PC-complete and PC-complete-word to the list.
22 2008-11-29  Juanma Barranquero  <lekktu@gmail.com>
24         * files.el (break-hardlink-on-save): Fix typo in docstring.
25         Add :version tag.
27         * emacs-lisp/re-builder.el (reb-mode-map): Fix typo in menu tooltip.
28         (reb-mode): Define with `define-derived-mode'.
30 2008-11-29  Karl Fogel  <kfogel@red-bean.com>
32         * files.el (break-hardlink-on-save): New variable.
33         (basic-save-buffer-2): Honor new variable break-hardlink-on-save.
34         (file-precious-flag): Mention it in doc string.
36 2008-11-29  Miles Bader  <miles@gnu.org>
38         * minibuffer.el (minibuffer-confirm-exit-commands): New variable.
39         (minibuffer-complete-and-exit): Use it.
41 2008-11-29  Chong Yidong  <cyd@stupidchicken.com>
43         * term/x-win.el (x-gtk-stock-cache): New hash table.
44         (x-gtk-map-stock): Perform caching to prevent excess consing
45         during redisplay.
47 2008-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
49         * minibuffer.el (completion--try-word-completion): Don't ignore
50         partial-completion if it's the only style.
52 2008-11-28  Juanma Barranquero  <lekktu@gmail.com>
54         * emacs-lisp/re-builder.el (reb-auto-update): Remove redundant code.
55         (re-builder): Reuse window displaying the *RE-Builder* buffer, if any.
56         (reb-initialize-buffer): Update matches, in case we're reentering
57         RE Builder mode.
59 2008-11-28  Chong Yidong  <cyd@stupidchicken.com>
61         * complete.el (PC-do-complete-and-exit): Synch to 2008-11-24 change
62         to minibuffer.el; recognize `confirm' and `confirm-after-completion'
63         values for minibuffer-completion-confirm.
65 2008-11-28  Martin Rudalics  <rudalics@gmx.at>
67         * emacs-lisp/eldoc.el (eldoc-docstring-first-line): Don't match
68         any but the first "*" in a doc-string.
70 2008-11-28  Glenn Morris  <rgm@gnu.org>
72         * format.el (format-write-file): Improve previous doc fix.
74 2008-11-27  Chong Yidong  <cyd@stupidchicken.com>
76         * simple.el (use-empty-active-region, use-region-p)
77         (region-active-p): Doc fix.
79 2008-11-27  Martin Rudalics  <rudalics@gmx.at>
81         * window.el (display-buffer): Fix handling of not-this-window
82         argument.  (Bug#1415)
84 2008-11-27  Kenichi Handa  <handa@m17n.org>
86         * international/characters.el: Set category 'C' to characters
87         #x20000..#x2AFFF, #x2F800..#x2FFFF.
89         * loadup.el: Set inhibit-load-charset-map to t while preloading
90         files.
92 2008-11-27  Chong Yidong  <cyd@stupidchicken.com>
94         * tool-bar.el (tool-bar-find-image-cache): Var deleted.
95         (tool-bar-find-image): Function deleted.
96         (tool-bar-local-item, tool-bar-local-item-from-menu): Use
97         find-image instead of tool-bar-find-image.
98         (tool-bar-keymap-cache): New hash table.
99         (tool-bar-make-keymap): Use it.
100         (tool-bar-make-keymap-1): Move body of tool-bar-make-keymap here.
102 2008-11-26  Michael Albinus  <michael.albinus@gmx.de>
104         * net/dbus.el (dbus-handle-event): The result of a message call
105         handler can also be an object, which is not a consp.
107 2008-11-25  Alan Mackenzie  <acm@muc.de>
109         * emacs-lisp/lisp.el (forward-sexp, backward-sexp, mark-sexp)
110         (forward-list, backward-list, down-list, backward-up-list)
111         (up-list, kill-sexp, backward-kill-sexp, kill-backward-up-list)
112         (insert-pair, insert-parentheses):  State that the command assumes
113         that point is not in a string or comment.
115 2008-11-26  Michael Albinus  <michael.albinus@gmx.de>
117         * net/dbus.el (dbus-string-to-byte-array)
118         (dbus-byte-array-to-string, dbus-escape-as-identifier)
119         (dbus-unescape-from-identifier): New defuns.
120         (dbus-handle-event): The result of a message call is a list of
121         arguments, which must be expanded when passing to
122         `dbus-method-return-internal'.
124         * net/tramp.el (tramp-handle-write-region): Improve the check for
125         calling direct copy.
126         (tramp-find-inline-encoding): Don't raise an error but a warning,
127         when no inline encoding is found.
128         (tramp-get-remote-coding): Check for a symbol.  The negative check
129         for a string fails, when there is an empty string.
131 2008-11-26  Glenn Morris  <rgm@gnu.org>
133         * vc-git.el (vc-git-diff-switches): New option.
134         (vc-git-diff): Apply diff switches.  (Bug#1386)
135         Give it a basic doc string.
137         * term/pc-win.el (x-font-family-list): Replace redefinition with
138         ifdef in src/xfaces.c, since it confuses make-docfile.  (Bug#1383)
140 2008-11-26  Vincent Belaïche  <vincent.b.1@hotmail.fr>
142         * calc/calc-alg.el (calcFunc-collect): Normalize the coefficients
143         of the polynomial rather than the whole polynomial.
145 2008-11-25  Chong Yidong  <cyd@stupidchicken.com>
147         * mail/mailabbrev.el (define-mail-abbrev): When reading from
148         mailrc, recognize string quoting.  When reading from Lisp, accept
149         rfc822-like addresses.
151         * mail/mailalias.el (define-mail-alias): Sync code with
152         define-mail-abbrev.
154 2008-11-25  Glenn Morris  <rgm@gnu.org>
156         * eshell/esh-proc.el (eshell-gather-process-output):
157         Revert previous change.  (re-opens Bug#1388)
159         * select.el (x-set-cut-buffer): Fix signal arguments.
161         * speedbar.el (speedbar-restricted-move): Fix signal arguments.
163 2008-11-25  Juanma Barranquero  <lekktu@gmail.com>
165         * play/bubbles.el (bubbles-mode): Define with `define-derived-mode'.
166         (bubbles-shift-mode, bubbles--update-score): Fix typos in docstrings.
167         (bubbles--empty-char): Use "\s".
169 2008-11-25  Jay Belanger  <jay.p.belanger@gmail.com>
171         * calc/calc.el (calc-settings-file, calc-language-alist)
172         (calc-embedded-announce-formula)
173         (calc-embedded-announce-formula-alist)
174         (calc-embedded-open-formula, calc-embedded-close-formula)
175         (calc-embedded-open-close-formula-alist)
176         (calc-embedded-word-regexp-alist, calc-embedded-open-plain)
177         (calc-embedded-close-plain, calc-embedded-open-close-plain-alist)
178         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
179         (calc-embedded-open-close-new-formula-alist)
180         (calc-embedded-open-mode, calc-embedded-close-mode)
181         (calc-embedded-open-close-mode-alist, calc-gnuplot-name)
182         (calc-gnuplot-plot-command, calc-gnuplot-print-command)
183         (calc-multiplication-has-precedence): Remove unnecessary asterisks
184         from docstrings.
186 2008-11-25  Juanma Barranquero  <lekktu@gmail.com>
188         * calculator.el (calculator-op-or-exp): Reflow docstring.
189         (calculator-remove-zeros, calculator-repR, calculator-repL):
190         Fix typos in docstrings.
192 2008-11-24  Chong Yidong  <cyd@stupidchicken.com>
194         * log-view.el (log-view-annotate-version): Let vc-annotate manage
195         windows instead of calling switch-to-buffer.
197         * diff.el (diff-sentinel): Take note of diff error return value.
199 2008-11-24  Martin Rudalics  <rudalics@gmx.at>
201         * calendar/appt.el (appt-disp-window): Do a set-buffer when the
202         frame can't be split.
204 2008-11-24  Ulf Jasper  <ulf@web.de>
206         * net/newst-treeview.el (newsticker--treeview-current-feed): Doc
207         string.
208         (newsticker--treeview-item-show): Renamed arg FEED to
209         FEED-NAME-SYMBOL.
210         (newsticker--treeview-tree-update-tag): Removed dead code.
211         (newsticker-treeview-update): Don't update cache.
212         (newsticker-treeview-quit): Don't save cache.
213         (newsticker-treeview-save): Don't save cache. Use `newsticker-dir'.
214         (newsticker-treeview-save): Use `newsticker-dir'.
215         (newsticker--treeview-load): Use `newsticker-dir'.
216         (newsticker--treeview-mark-item): Call `newsticker--cache-save-feed'.
217         Update tags.
218         (newsticker-treeview-tree-do-click): Slightly simplified.
220         * net/newst-backend.el (newsticker-dir): New.
221         (newsticker-start): Use `newsticker--cache-read'.
222         (newsticker-stop): Use `newsticker--cache-save'.
223         (newsticker--sentinel-work): Use `newsticker--cache-save-feed'.
224         (newsticker--images-dir): New.
225         (newsticker--image-get, newsticker--image-sentinel): Use
226         `newsticker--images-dir'.
227         (newsticker--cache-save-version1): Backuped version of
228         `newsticker--cache-save'.
229         (newsticker--cache-update): Create newsticker-dir if necessary.
230         (newsticker--cache-dir): New.
231         (newsticker--cache-save): Save feeds separately in `newsticker-dir'.
232         (newsticker--cache-save-feed): New.
233         (newsticker--cache-read-version1): New. Backuped version for reading
234         cache data..
235         (newsticker--cache-read, newsticker--cache-do-read): New.
237         * net/newst-reader.el (newsticker--image-read): Use
238         `newsticker--images-dir'.
240 2008-11-24  Chong Yidong  <cyd@stupidchicken.com>
242         * files.el (confirm-nonexistent-file-or-buffer): Allow
243         `after-completion' value to request confirm only after TAB.
244         (confirm-nonexistent-file-or-buffer): New function.
245         (read-buffer-to-switch, find-file, find-file-other-window)
246         (find-file-other-frame, find-file-read-only)
247         (find-file-read-only-other-window)
248         (find-file-read-only-other-frame): Use it.
249         (switch-to-buffer-other-window, switch-to-buffer-other-frame): Doc
250         fix.
251         Thanks to Alan Mackenzie for suggesting the new behavior.
253         * minibuffer.el (minibuffer-complete-and-exit): Change
254         `confirm-only' value of minibuffer-completion-confirm to
255         `confirm', and handle a `confirm-after-completion' value.
257 2008-11-24  Juanma Barranquero  <lekktu@gmail.com>
259         * emacs-lisp/elp.el (elp-instrument-list): Fix 2nd arg of `signal'.
261 2008-11-24  Andreas Schwab  <schwab@suse.de>
263         * image.el (image-type-header-regexps): Recognize more xbm format
264         variants.
266 2008-11-24  Juanma Barranquero  <lekktu@gmail.com>
268         * textmodes/artist.el (artist-charlist-to-string): Simplify.
269         (artist-mode-name, artist-mt, artist-vaporize-fuzziness)
270         (artist-prev-next-op-alist, artist-mode-line-show-curr-operation)
271         (artist-replace-string, artist-draw-rect, artist-draw-line)
272         (artist-undraw-line, artist-draw-sline, artist-undraw-rect)
273         (artist-rect-corners-squarify, artist-undraw-square, artist-fill-square)
274         (artist-pen, artist-pen-line, artist-text-insert-common)
275         (artist-text-overwrite, artist-spray-get-interval)
276         (artist-spray-clear-circle, artist-erase-char)
277         (artist-ellipse-generate-quadrant, artist-copy-square, artist-paste)
278         (artist-flood-fill, artist-key-draw-continously, artist-key-draw-poly)
279         (artist-key-draw-1point, artist-key-draw-2points)
280         (artist-mouse-draw-continously): Fix typos in docstrings.
281         (artist-aspect-ratio, artist-mode, artist-go-get-symbol-shift)
282         (artist-go-get-symbol-shift-sub, artist-previous-line, artist-next-line)
283         (artist-backward-char, artist-forward-char): Doc fixes.
284         (artist-vaporize-line, artist-spray-chars, artist-spray-new-char):
285         Reflow docstrings.
287 2008-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
289         * international/quail.el (quail-vunion): New function.
290         (quail-defrule-internal): Use it to prevent accumulating redundant
291         alternatives when `append' is set.
292         (quail-insert-decode-map): Simplify computation of the max-key-width.
293         Compute it right for multiple-list.
295 2008-11-24  Chong Yidong  <cyd@stupidchicken.com>
297         * emacs-lisp/elp.el (elp-instrument-list): Check argument type
298         explicitly.  Doc fix.
300 2008-11-24  Martin Rudalics  <rudalics@gmx.at>
302         * calendar/appt.el (appt-disp-window): Move minibuffer check
303         after binding this-window and do not set-buffer to make sure we
304         won't deselect the minibuffer.  (Bug#1413)
306 2008-11-24  Dan Nicolaescu  <dann@ics.uci.edu>
308         * vc-hg.el (vc-hg-program): Remove.
309         (vc-hg-state, vc-hg-working-revision, vc-hg-command):
310         Undo previous change.
312 2008-11-23  Martin Rudalics  <rudalics@gmx.at>
314         * info-look.el (info-lookup): When Info buffer is visible on
315         another frame, raise that frame.
317 2008-11-23  Juanma Barranquero  <lekktu@gmail.com>
319         * allout.el (allout-mode): Fix typo in docstring.
321         * vc-annotate.el (vc-annotate-warp-revision): Reflow docstring.
322         (vc-annotate-very-old-color, vc-annotate-display): Fix docstring typos.
324 2008-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
326         * vc-hooks.el (vc-follow-link): Complete last change.
328 2008-11-23  Juanma Barranquero  <lekktu@gmail.com>
330         * textmodes/remember.el (remember-region): Doc fix.
331         (remember-filter-functions, remember-handler-functions)
332         (remember-save-after-remembering, remember-mailbox)
333         (remember-default-priority, remember-data-file, remember-leader-text)
334         (remember-diary-file): Remove * from defcustom docstrings.
335         (remember-run-all-annotation-functions-flag)
336         (remember-all-handler-functions): Reflow docstrings.
337         (remember-store-in-mailbox): Fix typo in docstring.
338         (remember-mode): Define with `define-derived-mode'.  Doc fix.
340 2008-11-23  Glenn Morris  <rgm@gnu.org>
342         * eshell/esh-cmd.el (eshell-in-pipeline-p): Add doc-string.
343         (eshell-do-pipelines): Add optional argument to distinguish recursive
344         calls.  Use to set eshell-in-pipeline-p to 'first for the first command
345         in a pipeline.
347         * eshell/esh-proc.el (eshell-gather-process-output):
348         Set process-connection-type nil for all but the first element of a
349         pipeline.  (Bug#1388)
351 2008-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
353         * ediff-hook.el: Add tooltips to Emacs menus.
355         * ediff.el: Change date of last update.
357 2008-11-22  Juri Linkov  <juri@jurta.org>
359         * dired-aux.el (dired-isearch-filenames): Add new context-dependent
360         option `dwim'.  Change non-dwim option from `dired-filename' to `t'.
361         Doc fix.
362         (dired-isearch-filenames-setup): Run filename Isearch only when
363         dired-isearch-filenames is t or dired-isearch-filenames is `dwim'
364         and the text property `dired-filename' at point is non-nil.
365         In this case also set isearch-message-prefix-add to "filename ".
366         (dired-isearch-filenames-end): Set isearch-message-prefix-add to nil.
367         (dired-isearch-filenames, dired-isearch-filenames-regexp):
368         Don't let-bind isearch-message-prefix-add since this is done now
369         in dired-isearch-filenames-setup.
371         * isearch.el (isearch-mode): Change the order of calling
372         `isearch-update' and running the `isearch-mode-hook' to call
373         `isearch-update' with Isearch parameters set in this hook.
375         * progmodes/compile.el (compilation-auto-jump-to-first-error):
376         Fix docstring - change "during `compile'" to "during compilation".
378         * descr-text.el (describe-char-unidata-list): Move `old-name' to
379         be immediately after `name'.
381         * startup.el (initial-buffer-choice): Change an abstract file name
382         "file.txt" to more reasonable default file name value "~/.emacs".
384 2008-11-22  Juri Linkov  <juri@jurta.org>
386         * files.el (hack-local-variables-confirm): Rename arg `project' to
387         `dir-name'.  Move `(or dir-name name)' to let-binding of `name'.
388         (hack-local-variables-filter): Rename arg `project' to `dir-name'.
389         (hack-local-variables): Rename call of `hack-project-variables' to
390         `hack-dir-local-variables'.  Change error text to "Directory-local
391         variables error".
392         (dir-locals-class-alist): Rename from `project-class-alist'.
393         (dir-locals-directory-alist): Rename from `project-directory-alist'.
394         (dir-locals-get-class-variables): Rename from `project-get-alist'.
395         (dir-locals-collect-mode-variables): Rename from
396         `project-collect-bindings-from-alist'.  Rename arg `mode-alist' to
397         `mode-variables', and arg `settings' to `variables'.
398         (dir-locals-collect-variables): Rename from
399         `project-collect-binding-list'.  Rename arg `binding-list' to
400         `class-variables', and arg `settings' to `variables'.
401         (dir-locals-set-directory-class): Rename from `set-directory-project'.
402         (dir-locals-set-class-variables): Rename from `define-project-bindings'.
403         Rename arg `settings' to `variables'.
404         (dir-locals-file): New defconst.
405         (dir-locals-find-file): Rename from `project-find-settings-file'.
406         Use `dir-locals-file'.  Rename let-bound `settings' to `locals-file',
407         and `pda' to `dir-elt'.
408         (dir-locals-read-from-file): Rename from
409         `project-define-from-project-file'.  Rename arg `settings-file'
410         to `file'.  Rename let-bound `list' to `variables'.
411         (hack-dir-local-variables): Rename from `hack-project-variables'.
412         Rename let-bound `settings' to `variables-file', `root-dir'
413         to `dir-name', and `bindings' to `variables'.
415 2008-11-22  Lute Kamstra  <lute@gnu.org>
417         * simple.el (goto-line): Rename argument.
419 2008-11-22  Eli Zaretskii  <eliz@gnu.org>
421         * makefile.w32-in (compile-first): New target.
422         (recompile): Depend on compile-first.
424         * Makefile.in (recompile): Depend on compile-first.
426 2008-11-22  Martin Rudalics  <rudalics@gmx.at>
428         * files.el (switch-to-buffer-other-window)
429         (switch-to-buffer-other-frame): Rename buffer argument to
430         buffer-or-name.  Reword and mention new option
431         confirm-nonexistent-file-or-buffer in doc-string.
433 2008-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
435         * viper.el: Date change.
437         * viper-cmd.el (viper-envelop-ESC-key):
438         viper-translate-all-ESC-keysequences is now a function.
440         * viper-init (viper-translate-all-ESC-keysequences): Make this variable.
442 2008-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
444         * vc-hooks.el (vc-follow-link, vc-find-file-hook):
445         Use buffer-file-truename to handle symlinks in any part of the filename.
447 2008-11-22  Glenn Morris  <rgm@gnu.org>
449         * vc-mtn.el (vc-mtn-diff-switches): New option.
450         (vc-mtn-program): Rename from vc-mtn-command, for
451         consistency with other backends.  Keep old name as alias.
452         Update callers.  Make it a defcustom.
453         (vc-mtn-diff): Give it a doc string.  Apply diff switches.
455         * vc-arch.el (vc-arch-program): Rename from vc-arch-command, for
456         consistency with other backends.  Keep old name as alias.
457         Make it a defcustom.
458         (vc-arch-command, vc-arch-trim-revlib): Adapt for above change.
460         * vc-hg.el (vc-hg-program): New option.
461         (vc-hg-state, vc-hg-working-revision, vc-hg-command):
462         Use vc-hg-program rather than hard-coded "hg".
464         * vc-svn.el: Remove leading `*' from defcustom doc-strings.
465         (vc-svn-program): Move defcustom to start.
466         (vc-svn-create-repo, vc-svn-modify-change-comment):
467         Use vc-svn-program rather than hard-coded "svn".
469         * menu-bar.el: Stylistic consistency fixes for various menu and
470         help texts.
472         * kmacro.el (kmacro-insert-counter): Doc fix.
474 2008-11-21  Ivan Shmakov  <oneingray@gmail.com>  (tiny change)
476         * progmodes/tcl.el (tcl-filter): Don't forcibly move point.
478 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
480         * international/quail.el (quail-indent-to): New function.
481         (quail-completion-1, quail-completion-list-translations)
482         (quail-insert-decode-map): Use it to improve alignment.
483         (quail-build-decode-map): Don't ignore latin-1 chars.
484         (quail-help): Increase the max decode-map size so that even the TeX map
485         gets printed.
487         * bookmark.el (bookmark-get-bookmark): Add `noerror' arg.
488         Signal error for invalid bookmark.
489         (bookmark-get-bookmark-record): Undo last change.
490         (bookmark-store, bookmark-delete): Use new arg `noerror'.
492         * bookmark.el (bookmark-buffer-file-name): Also abbreviate dired-dir.
493         Suggested by Toru TSUNEYOSHI.
495 2008-11-21  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
497         * byte-opt.el (byte-compile-butlast): Move up in file.
498         (byte-optimize-plus): Don't call
499         byte-optimize-delay-constants-math (bug#1334).
500         Use byte-optimize-predicate to optimize constants.
501         (byte-optimize-minus): Don't call byte-optimize-delay-constants-math.
502         Remove zero arguments first
503         if possible.  Call byte-optimize-predicate to optimize constants.
504         (byte-optimize-multiply): Remove optimizations for arguments of 0
505         and 2, which may be inaccurate.  Optimize (* x -1) to (- x).
506         Call byte-optimize-predicate.
507         (byte-optimize-divide): Leave runtime errors unchanged.
508         Optimize (/ x 1) to (+ x 0).  Remove optimizations for arguments of
509         0 and 2.0, which may be inaccurate.  Call byte-optimize-predicate.
511 2008-11-21  Juanma Barranquero  <lekktu@gmail.com>
513         * bookmark.el (bookmark-jump-noselect): Add obsolescence
514         declaration and remove redundant info from docstring.
516         * isearch.el (isearch-search-string): Doc fix.
517         (search-exit-option, search-slow-window-lines, search-slow-speed)
518         (search-upper-case, search-nonincremental-instead)
519         (search-whitespace-regexp, search-ring-max, regexp-search-ring-max)
520         (search-ring-update, search-highlight, isearch-lazy-highlight)
521         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
522         (lazy-highlight-interval): Remove * from defcustom docstrings.
523         (isearch-resume-in-command-history, lazy-highlight-max-at-a-time):
524         Remove * from defcustom docstrings; fix typos.
525         (isearch-push-state-function, isearch-help-for-help-internal)
526         (isearch-help-for-help, isearch-describe-bindings)
527         (isearch-describe-mode, minibuffer-local-isearch-map, isearch-mode)
528         (isearch-pop-fun-state, isearch-search-fun-function)
529         (isearch-lazy-highlight-search): Fix typos in docstrings.
530         (isearch-yank-internal, isearch-fallback): Reflow docstrings.
531         (isearch-forward): Fix typo and reflow docstring.
532         (isearch-help-map): Remove unused `i' binding.  Fix typos in docstring.
533         (isearch-mode-map): Don't use `let*'.
535 2008-11-21  Chong Yidong  <cyd@stupidchicken.com>
537         * files.el (confirm-nonexistent-file-or-buffer): Change default to nil.
539 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
541         * isearch.el (isearch-search-string): Simplify and convert docstring.
543         * buff-menu.el (Buffer-menu-short-ellipsis): Partly undo last change.
545 2008-11-20  Juanma Barranquero  <lekktu@gmail.com>
547         * international/mule-util.el (set-nested-alist): Doc fix.  Use `when'.
548         (lookup-nested-alist): Doc fix.
549         (with-coding-priority): Reflow docstring.
550         (detect-coding-with-priority): Fix typos in obsolescence declaration.
551         (char-displayable-p): Reflow docstring.  Use `when'.
553 2008-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
555         * calendar/cal-menu.el (cal-menu-scroll-menu): Add bindings for
556         week forward/backward.
558 2008-11-20  Juanma Barranquero  <lekktu@gmail.com>
560         * ehelp.el (electric-help-map, ehelp-map): Define within defvar.
561         (with-electric-help): Fix typo and reflow docstring.
563 2008-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
565         * buff-menu.el (Buffer-menu-short-ellipsis): New constant.
566         (Buffer-menu-buffer+size): Use it, fix last change, and simplify.
567         (list-buffers-noselect): Don't need to pad.
569 2008-11-20  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
571         * buff-menu.el (Buffer-menu-buffer+size, list-buffers-noselect):
572         Pay attention to char widths when computing string sizes.
574 2008-11-20  Juanma Barranquero  <lekktu@gmail.com>
576         * emacs-lisp/bytecomp.el (byte-compile-dynamic-docstrings)
577         (byte-compile-output-docform): Reflow docstrings.
578         (no-byte-compile): Fix typo in docstring.
579         (byte-recompile-directory, compile-defun): Doc fixes.
580         (emacs-lisp-file-regexp, byte-compile-verbose)
581         (byte-compile-compatibility, byte-optimize, byte-compile-delete-errors)
582         (byte-compile-dynamic-docstrings, byte-optimize-log)
583         (byte-compile-error-on-warn, byte-compile-warnings)
584         (byte-compile-generate-call-tree, byte-compile-call-tree-sort):
585         Remove * from defcustom docstrings.
587 2008-11-20  Glenn Morris  <rgm@gnu.org>
589         * format.el (format-alist, format-write-file): Doc fix.
591         * proced.el (proced-available): New variable.
592         (proced-process-attributes): Move availability check from previous
593         change from here...
594         (proced): ... to here.
596         * vc-hg.el (vc-hg-diff-switches): New option.
597         (vc-hg-diff): Apply diff switches.  (Bug#1017)
599         * calc/calc-units.el (math-additional-units): Doc fix (active voice).
601         * progmodes/fortran.el (fortran-mode-map): Add some menu :help.
603 2008-11-20  Stephen Berman  <Stephen.Berman@gmx.net>
605         * files.el (auto-mode-alist): Recognize more OpenOffice.org extensions.
607 2008-11-19  Juanma Barranquero  <lekktu@gmail.com>
609         * calc/calc-units.el (math-units-table): Doc fix.
610         (math-standard-units): Fix typo in constant's description.
611         (math-additional-units): Fix typo in docstring.
613 2008-11-19  Ulrich Mueller  <ulm@kph.uni-mainz.de>
615         * calc/calc-units.el (math-standard-units): Add eps0,
616         permittivity of vacuum.
618 2008-11-19  Dan Nicolaescu  <dann@ics.uci.edu>
620         * files.el (project-settings-file): Remove.
621         (project-find-settings-file): Undo previous change that added the
622         use of project-settings-file.
624 2008-11-19  Glenn Morris  <rgm@gnu.org>
626         * proced.el (proced, proced-format-time): Doc fixes.
627         (proced-process-attributes): Signal an error if unsupported.  (Bug#1314)
629 2008-11-19  Karl Fogel  <kfogel@red-bean.com>
631         * bookmark.el (bookmark-jump-noselect): Move the deprecation
632         notice into the doc string, following up to 2008-10-29T17:42:49Z!cyd@stupidchicken.com.
634 2008-11-19  Lute Kamstra  <lute@gnu.org>
636         * autoinsert.el (auto-insert-alist): Don't use match data.
638 2008-11-19  Glenn Morris  <rgm@gnu.org>
640         * progmodes/f90.el (f90-mode-map): Add some menu :help.
642         * autoinsert.el (auto-insert-alist): Update template to FDL 1.3+.
644         * emacs-lisp/cl.el (floor*, ceiling*, truncate*, round*, mod*):
645         * term/w32-win.el (x-select-font): Declare.
647         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix a/an typo.
648         Use the imperative for all help strings.
650 2008-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
652         * textmodes/ispell.el (ispell-dictionary-base-alist): Adjust to the
653         case where the default dictionary is French, Spanish, younameit.
655         * window.el (window--frame-usable-p): Consider dedicated windows
656         as usable.
658         * files.el (confirm-nonexistent-file-or-buffer):
659         Rename from find-file-confirm-nonexistent-file.
660         (read-buffer-to-switch): Use it.
662 2008-11-18  Juanma Barranquero  <lekktu@gmail.com>
664         * server.el (server-temp-file-p): Use `string-match-p'.
665         (server-socket-dir): Set to nil if local sockets are unsupported.
666         (server-start): Don't try to delete local socket if unsupported.
667         (server-kill-new-buffers): Reflow docstring.
668         (server-delete-client, server-handle-delete-frame)
669         (server-save-buffers-kill-terminal): Doc fixes.
670         (server-send-string): Fix typo in docstring.
672 2008-11-18  Sam Steingold  <sds@gnu.org>
674         * progmodes/compile.el (compilation-start-hook): New hook.
675         (compilation-start): Run it on the compilation process.
677 2008-11-18  Juanma Barranquero  <lekktu@gmail.com>
679         * international/mule-cmds.el (update-leim-list-file): Simplify.
680         (prefer-coding-system, find-coding-systems-for-charsets):
681         Fix docstring typos.
682         (select-safe-coding-system, input-method-exit-on-first-char)
683         (language-info-alist, language-info-custom-alist): Reflow docstrings.
684         (toggle-input-method, read-multilingual-string): Doc fixes.
685         Reflow docstrings.
686         (locale-name-match, sort-coding-systems, find-multibyte-characters)
687         (read-char-by-name): Use `string-match-p'.
688         (get-char-code-property, put-char-code-property)
689         (char-code-property-description): Be silent while loading uni-* files.
690         (ucs-names): Use `dotimes-with-progress-reporter', because loading
691         the Unicode character names is *slow*.
693 2008-11-17  Chong Yidong  <cyd@stupidchicken.com>
695         * wid-edit.el (widget-image-insert): Don't add a mouse-face.
697         * cus-edit.el (custom-group-value-create): Don't insert docstring twice.
699 2008-11-17  Juanma Barranquero  <lekktu@gmail.com>
701         * international/mule-cmds.el (ucs-completions): Mark as risky.
703 2008-11-17  Martin Rudalics  <rudalics@gmx.at>
705         * help-macro.el (three-step-help): Remove * from defcustom.
706         (make-help-screen): Don't iconify selected frame.  (Bug#1322)
707         Use when instead of if and cond within condition-case.
709         * window.el (quit-window): Bind window to selected window when
710         trying to delete it.
712 2008-11-17  Glenn Morris  <rgm@gnu.org>
714         * progmodes/cc-defs.el (c-put-char-property-fun): Add fallback
715         definition of 'ignore, rather than nil.  (Bug#1353)
717 2008-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
719         * window.el (window--frame-usable-p): Allow use for soft-dedication.
721 2008-11-17  Juanma Barranquero  <lekktu@gmail.com>
723         * emulation/viper-cmd.el (viper-harness-minor-mode): Fix docstring typo.
725         * simple.el (quoted-insert, minibuffer-history-isearch-pop-state, undo)
726         (undo-only, rotate-yank-pointer, kill-whole-line, push-mark-command)
727         (exchange-point-and-mark, set-goal-column, kill-line, backward-word)
728         (kill-word, backward-kill-word, zap-to-char): Doc fixes.
729         (shell-command, repeat-complex-command): Reflow docstrings.
730         (pop-to-mark-command): Fix typos in docstring.
732 2008-11-17  Juri Linkov  <juri@jurta.org>
734         * isearch.el (isearch-filter-predicate): Rename from
735         `isearch-success-function'.  Rename default value from
736         `isearch-success-function-default' to
737         `isearch-filter-invisible'.  Doc fix.
738         (isearch-filter-invisible): Rename from
739         `isearch-success-function-default'.  Doc fix.
740         (isearch-search, isearch-lazy-highlight-search):
741         Rename `isearch-success-function' to `isearch-filter-predicate'.
743         * dired-aux.el (dired-isearch-filter-predicate-orig): Rename from
744         `dired-isearch-orig-success-function'.
745         (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
746         (dired-isearch-filenames-end): Rename `isearch-success-function' to
747         `isearch-filter-predicate'.  Doc fix.
748         (dired-isearch-filter-filenames): Rename from
749         `dired-isearch-success-function'.
751         * info.el (Info-search, Info-mode):
752         Rename `isearch-success-function' to `isearch-filter-predicate'.
753         (Info-isearch-filter-predicate): Rename from
754         `Info-search-success-function'.
756         * simple.el (minibuffer-default-add-function): Fix docstring to
757         use clear text "default values" instead of obscure references to
758         the dynamic variable `minibuffer-default'.
760 2008-11-16  Glenn Morris  <rgm@gnu.org>
762         * term/ns-win.el (ns-extended-platform-support-mode):
763         Tweak menu entry from previous change.
765         * wid-edit.el (advertised-widget-backward): Remove autoload cookie.
767         * cus-edit.el (custom-buffer-create-internal): Always insert the
768         in-buffer buttons, regardless of tool-bar.  (Bug#1326)
770 2008-11-16  Chong Yidong  <cyd@stupidchicken.com>
772         * subr.el (read-passwd): Use read-event instead of read-char-exclusive.
774 2008-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
776         * ielm.el (ielm-eval-input): Fix thinko in last change.
778 2008-11-16  Chong Yidong  <cyd@stupidchicken.com>
780         * subr.el (read-passwd): Yank current kill if the user enters C-y.
782 2008-11-16  Michael Albinus  <michael.albinus@gmx.de>
784         * net/tramp.el (tramp-handle-file-name-as-directory): New defun.
785         (tramp-file-name-handler-alist): Handle `file-name-as-directory'.
787         * net/tramp-fish.el (tramp-fish-file-name-handler-alist)
788         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
789         Handle `file-name-as-directory'.
791 2008-11-16  Chong Yidong  <cyd@stupidchicken.com>
793         * startup.el (fancy-startup-text): Give "Emacs tutorial" line the
794         usual variable-pitch face.
796 2008-11-16  Juanma Barranquero  <lekktu@gmail.com>
798         * net/ange-ftp.el (ange-ftp-multi-msgs, ange-ftp-good-msgs)
799         (ange-ftp-try-passive-mode, ange-ftp-data-buffer-name)
800         (ange-ftp-account-hashtable, ange-ftp-ls-cache-lsargs)
801         (ange-ftp-ls-cache-file, ange-ftp-ls-cache-res, ange-ftp-get-user)
802         (ange-ftp-ftp-name-component, ange-ftp-kill-ftp-process)
803         (ange-ftp-quote-string, ange-ftp-process-handle-line)
804         (ange-ftp-start-process, ange-ftp-send-cmd, ange-ftp-add-dumb-unix-host)
805         (ange-ftp-before-parse-ls-hook, ange-ftp-after-parse-ls-hook)
806         (ange-ftp-ls, ange-ftp-add-dl-dir, ange-ftp-get-file-entry)
807         (ange-ftp-set-binary-mode, ange-ftp-set-ascii-mode, ange-ftp-get-pwd)
808         (ange-ftp-file-name-as-directory-alist, ange-ftp-reread-dir)
809         (ange-ftp-vms-filename-regexp, ange-ftp-bs2000-fix-name-regexp-reverse)
810         (ange-ftp-bs2000-fix-name-regexp): Fix typos in docstrings.
811         (ange-ftp-name-format, ange-ftp-gateway-fatal-msgs)
812         (ange-ftp-xfer-size-msgs, ange-ftp-tmp-name-template)
813         (ange-ftp-netrc-filename, ange-ftp-disable-netrc-security-check)
814         (ange-ftp-default-user, ange-ftp-default-password)
815         (ange-ftp-default-account, ange-ftp-netrc-default-password)
816         (ange-ftp-netrc-default-account, ange-ftp-dumb-unix-host-regexp)
817         (ange-ftp-binary-file-name-regexp, ange-ftp-gateway-host)
818         (ange-ftp-gateway-prompt-pattern, ange-ftp-smart-gateway-port)
819         (ange-ftp-send-hash, ange-ftp-binary-hash-mark-size)
820         (ange-ftp-ascii-hash-mark-size, ange-ftp-process-verbose)
821         (ange-ftp-ftp-program-name, ange-ftp-gateway-ftp-program-name)
822         (ange-ftp-ftp-program-args, ange-ftp-nslookup-program)
823         (ange-ftp-make-backup-files, ange-ftp-retry-time)
824         (ange-ftp-bs2000-special-prefix): Remove * from defcustom docstrings.
825         (ange-ftp-skip-msgs, ange-ftp-potential-error-msgs)
826         (ange-ftp-gateway-tmp-name-template)
827         (ange-ftp-generate-anonymous-password, ange-ftp-local-host-regexp)
828         (ange-ftp-gateway-program-interactive, ange-ftp-smart-gateway)
829         (ange-ftp-raw-login): Remove * from defcustom docstrings; fix typos.
830         (ange-ftp-fatal-msgs): Remove * from defcustom docstring; doc fix.
831         (ange-ftp-gateway-program): Remove * from docstring and reflow.
832         (ange-ftp-hash-entry-exists-p, ange-ftp-hash-table-keys)
833         (ange-ftp-raw-send-cmd, ange-ftp-get-files, ange-ftp-canonize-filename)
834         (ange-ftp-file-name-as-directory, ange-ftp-directory-file-name):
835         (ange-ftp-copy-files-async, ange-ftp-rename-remote-to-remote):
836         (ange-ftp-rename-local-to-remote): Doc fixes.
837         (ange-ftp-set-xfer-size, ange-ftp-call-cont, ange-ftp-process-filter):
838         Use `when', `unless'.
839         (ange-ftp-set-passwd): Rename arg PASSWD to PASSWORD.
840         (ange-ftp-process-handle-hash): Rename arg STR to STRING.
841         (ange-ftp-nslookup-host): Rename arg HOST to HOSTNAME.
842         (ange-ftp-smart-login): Rename arg PASS to PASSWORD.
843         (ange-ftp-normal-login): Rename arg PASS to PASSWORD.  Fix typo.
844         (ange-ftp-process-sentinel): Use `when'.  Fix typo.
845         (ange-ftp-gwp-start): Use `let', not `let*'; use `when'.  Fix typo.
846         (ange-ftp-fix-name-func-alist, ange-ftp-fix-dir-name-func-alist)
847         (ange-ftp-parse-list-func-alist, ange-ftp-add-file-entry-alist)
848         (ange-ftp-delete-file-entry-alist): Fix typos and reflow docstring.
849         (ange-ftp-dumb-unix-host, ange-ftp-binary-file)
850         (ange-ftp-directory-files, ange-ftp-file-modtime, ange-ftp-vms-host)
851         (ange-ftp-mts-host, ange-ftp-cms-host, ange-ftp-bs2000-host)
852         (ange-ftp-bs2000-posix-host): Use `string-match-p' instead of
853         `(save-match-data (string-match ...))'.
854         (ange-ftp-use-gateway-p, ange-ftp-use-smart-gateway-p)
855         (ange-ftp-file-name-directory, ange-ftp-file-name-nondirectory):
856         Use `string-match-p' instead of `(save-match-data (string-match ...))'.
857         Doc fixes.
859 2008-11-16  Michael Kifer  <kifer@cs.stonybrook.edu>
861         * emulation/viper-init.el (viper-ESC-keyseq-timeout): Make it into a
862         function instead of a variable.
864         * emulation/viper-util.el (viper-fast-keysequence-p): Change to use
865         viper-ESC-keyseq-timeout as a function.
866         (viper-get-saved-cursor-color-in-replace-mode): Use defun instead of
867         defsubst.
869         * emulation/viper-cmd.el: Let line-move-visual to nil when using
870         next-line or previous-line.
871         (viper-R-state-post-command-sentinel): Use defun instead of defsubst.
873         * emulation/viper-keym.el (viper-ESC-key): Use (kbd "ESC").
875         * ediff-util.el (ediff-toggle-multiframe): Check if control window is
876         live.
877         (ediff-save-buffer): Let window-min-height to 2.
879         * ediff-wind.el (ediff-setup-windows-plain-compare): Avoid selecting
880         the minibuffer.
882 2008-11-16  Juanma Barranquero  <lekktu@gmail.com>
884         * ielm.el (ielm-noisy, ielm-dynamic-return, ielm-mode-hook)
885         (ielm-dynamic-multiline-inputs): Remove * from defcustom docstrings.
886         (ielm-prompt-read-only, ielm-font-lock-keywords): Fix docstring typos.
887         (ielm-map): Define within defvar.  Add docstring.
888         (ielm-tab, ielm-eval-input, ielm-get-old-input, ielm-return)
889         (ielm-complete-filename): Use `when', `unless'.
890         (ielm-is-whitespace-or-comment): Use `string-match-p'.
891         (ielm-return, ielm-get-old-input): Use `looking-at-p'.
892         (ielm-change-working-buffer): Check that the buffer is live.
893         (inferior-emacs-lisp-mode): Define with `define-derived-mode'.
894         Simplify.  Reflow docstring.
895         (inferior-emacs-lisp-mode-hook, inferior-emacs-lisp-mode-map):
896         New aliases, to satisfy `define-derived-mode' expectations.
898 2008-11-15  Glenn Morris  <rgm@gnu.org>
899             Martin Rudalics  <rudalics@gmx.at>
901         * emacs-lisp/find-func.el (find-function-advised-original): New.
902         (find-function-C-source, find-function-noselect):
903         Use find-function-advised-original to handle advised funcs.  (Bug#789)
905 2008-11-15  Glenn Morris  <rgm@gnu.org>
907         * emacs-lisp/find-func.el (find-function-noselect): Add missing "is" in
908         alias message.
910         * uniquify.el (uniquify-maybe-rerationalize-w/o-cb):
911         Remove uniquify-after-kill-buffer-p dependency.
912         (uniquify-kill-buffer-function): New function.
913         (kill-buffer-hook): Use uniquify-kill-buffer-function.  (Bug#1315)
915         * term/ns-win.el (ns-do-applescript, ns-popup-font-panel): Declare.
916         (ns-show-manual, menu-bar-help-menu): Update for merge of ns-emacs into
917         main Emacs manual.
919 2008-11-15  Martin Rudalics  <rudalics@gmx.at>
921         * window.el (quit-window): Restore delete window with second
922         arg non-nil behavior as of before 2008-10-30 change.
924 2008-11-15  Chong Yidong  <cyd@stupidchicken.com>
926         * help-fns.el (describe-function-1): Do char-range check for
927         self-insert-command.
929 2008-11-14  Karl Fogel  <kfogel@red-bean.com>
931         * files.el (file-precious-flag): Document that this flag is advisory.
933 2008-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
935         * emacs-lisp/bytecomp.el (byte-compile-associative)
936         (byte-compile-minus, byte-compile-quo): If there are more than two
937         operands, don't use binary operation code (bug#1334).
939 2008-11-14  Juanma Barranquero  <lekktu@gmail.com>
941         * w32-fns.el (w32-shell-dos-semantics):
942         * calendar/diary-lib.el (diary-face-attrs):
943         * international/mule-cmds.el (set-default-coding-systems)
944         (prefer-coding-system):
945         * net/tramp.el (tramp-set-completion-function):
946         * progmodes/vhdl-mode.el (vhdl-file-header):
947         * term/pc-win.el (msdos-show-help): Fix typos in docstrings.
949         * emacs-lisp/authors.el (authors-fixed-entries): Fix typo in value.
951         * files.el (enable-local-eval, not-modified, kill-buffer-ask)
952         (kill-matching-buffers, save-buffers-kill-emacs)
953         (save-buffers-kill-terminal): Fix typos in docstrings.
954         (switch-to-buffer-other-window): Reflow docstring.
955         (revert-buffer): Doc fix.
956         (define-project-bindings): Rename arg LIST to SETTINGS.
957         (project-find-settings-file): Use `let', not `let*'.
958         Use `when'.
960 2008-11-13  Juanma Barranquero  <lekktu@gmail.com>
962         * files.el (project-settings-file, locate-dominating-file):
963         Fix typos in docstrings.
964         (find-file-visit-truename): Remove * from defcustom docstring.
966 2008-11-13  T. V. Raman  <raman@users.sourceforge.net>  (tiny change)
968         * files.el (project-settings-file): New variable.
969         (project-find-settings-file): Use it, instead of hardcoding
970         .dir.settings.el.
972 2008-11-13  Glenn Morris  <rgm@gnu.org>
974         * nxml/nxml-enc.el: Remove some charset code not needed since Emacs 22.
976 2008-11-13  Henry Weller  <hweller0@gmail.com>  (tiny change)
978         * net/mairix.el (mairix-widget-fields-list): Fix bug regarding searching
979         in mail bodies.
981 2008-11-12  Juanma Barranquero  <lekktu@gmail.com>
983         * international/mule.el (autoload-coding-system, with-category-table)
984         (ctext-non-standard-encodings-alist): Fix typos in docstrings.
985         (coding-system-equal, set-buffer-process-coding-system): Doc fixes.
986         (set-buffer-file-coding-system, revert-buffer-with-coding-system)
987         (set-file-name-coding-system, ctext-pre-write-conversion)
988         (auto-coding-functions, find-auto-coding, modify-coding-system-alist):
989         Reflow docstrings.
990         (charset-list, set-coding-priority): Remove redundant obsolescence info.
991         (charset-id, charset-bytes, make-coding-system): Add obsolescence info.
992         (char-valid-p): Define with `define-obsolete-function-alias'.
994         * textmodes/artist.el (artist-mode): Fix typos in docstring.
996 2008-11-12  Sam Steingold  <sds@gnu.org>
998         * vc-cvs.el (vc-cvs-parse-root): Handle roots without colon
999         between hostname and path.
1001 2008-11-11  Juri Linkov  <juri@jurta.org>
1003         * dired-aux.el (dired-isearch-filenames)
1004         (dired-isearch-filenames-regexp):
1005         Let-bind isearch-message-prefix-add to "filename ".
1007         * isearch.el (isearch-message-prefix-add)
1008         (isearch-message-suffix-add): New variables.
1009         (isearch-message-prefix): Show additional text from
1010         `isearch-message-prefix-add' before "I-search".
1011         (isearch-message-suffix): Show additional text from
1012         `isearch-message-suffix-add' at the end.
1014         * isearch.el (isearch-lazy-highlight-search): Use a loop like in
1015         `isearch-search'.  Call isearch-success-function to skip matches
1016         outside the current isearch scope.  Let-bind search-invisible to
1017         nil to not match invisible text.
1019         * isearch.el (isearch-query-replace, isearch-highlight-regexp):
1020         Let-bind `isearch-recursive-edit' to nil to prevent calling
1021         `exit-recursive-edit' in `isearch-done' that terminates the
1022         execution of these commands when it is non-nil.  Call
1023         `exit-recursive-edit' explicitly at the end.
1024         (isearch-occur): For word search construct the correct regexp
1025         with word boundaries to proceed with occur.
1027         * isearch.el (isearch-search-fun): Compare the length of the
1028         current search string with the length of the string from the
1029         previous search state to detect the situation when the user
1030         adds or removes characters in the search string.
1031         Use word-search-forward-lax and word-search-backward-lax in this
1032         case, and otherwise word-search-forward and word-search-backward.
1034 2008-11-11  Sam Steingold  <sds@gnu.org>
1036         * mouse.el (mouse-buffer-menu-mode-groups): Place "Annotate" into
1037         the "Version Control" group (for C-x v g).
1039 2008-11-11  Juanma Barranquero  <lekktu@gmail.com>
1041         * server.el (server-process-filter): Fix typos and reflow docstring.
1043 2008-11-11  Martin Rudalics  <rudalics@gmx.at>
1045         * mail/footnote.el (footnote-mode): Improve doc-string.
1046         Suggested by <jidanni@jidanni.org>.  (Bug#1318)
1048 2008-11-11  Chong Yidong  <cyd@stupidchicken.com>
1050         * cus-edit.el (Custom-mode): Set up tool-bar-map unconditionally.
1052 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
1054         * mail/smtpmail.el (smtpmail-open-stream): Use
1055         `starttls-any-program-available'.  Auto-load starttls.el for it.
1057 2008-11-08  Chong Yidong  <cyd@stupidchicken.com>
1059         * dired.el (dired-read-dir-and-switches): Revert to 2007-11-22
1060         version (bug@1285).
1062 2008-11-08  Eli Zaretskii  <eliz@gnu.org>
1064         * startup.el (command-line): Ignore init-file-user when checking
1065         user's home directory on MS-DOS as well.
1067 2008-11-07  Sam Steingold  <sds@gnu.org>
1069         * progmodes/cc-cmds.el (c-defun-name): Fix CLISP DEFUN handling.
1071 2008-11-07  Juanma Barranquero  <lekktu@gmail.com>
1073         * frame.el (make-frame-on-display): Use `string-match-p'.
1075 2008-11-07  Glenn Morris  <rgm@gnu.org>
1077         * progmodes/cc-defs.el (cl-macroexpand-all): Fix declaration.
1079 2008-11-07  Dan Nicolaescu  <dann@ics.uci.edu>
1081         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add new argument
1082         to initialize font-lock keyword case sensitivity.
1083         (lisp-mode): Use it.
1085 2008-11-06  Glenn Morris  <rgm@gnu.org>
1087         * eshell/esh-maint.el: Remove unused file.
1089         * progmodes/cc-defs.el (cl-macroexpand-all): Declare.
1091         * cus-edit.el (custom-comment-tag): Doc fix.
1092         (custom-comment, custom-variable-value-create, custom-face):
1093         Use face names sans -face suffix rather than aliases.
1095 2008-11-05  Jay Belanger  <jay.p.belanger@gmail.com>
1097         * calc/calc.el (calc-quit): Use `window-full-width-p' to check
1098         window width.
1100 2008-11-05  Chong Yidong  <cyd@stupidchicken.com>
1102         * server.el (server-process-filter): Only default to emacsclient's
1103         terminal in daemon mode.
1105 2008-11-05  Martin Rudalics  <rudalics@gmx.at>
1107         * window.el (quit-window): Restore prefix argument behavior
1108         removed in 2008-10-30 change.  (Bug#1308)
1110 2008-11-05  Tassilo Horn  <tassilo@member.fsf.org>
1112         * doc-view.el (doc-view-mode): Bugfix: Add conversion killing
1113         function to kill-buffer-hook, not to kill-buffer.
1114         Reported by Markus Triska <markus.triska@gmx.at>
1116 2008-11-04  Jay Belanger  <jay.p.belanger@gmail.com>
1118         * calc/calc.el (calc-quit): Make sure that the keypad buffer
1119         exists before deleting its windows.
1121 2008-11-04  Chong Yidong  <cyd@stupidchicken.com>
1123         * server.el (server-process-filter): Don't call
1124         server-create-tty-frame when no tty name is specified.
1126 2008-11-04  Christian Faulhammer  <opfer@gentoo.org>  (tiny change)
1128         * vc-bzr.el (vc-bzr-dir-extra-headers): New function.
1130 2008-11-04  Juanma Barranquero  <lekktu@gmail.com>
1132         * international/mule-cmds.el (toggle-enable-multibyte-characters)
1133         (define-char-code-property):
1134         * textmodes/reftex.el (reftex-index):
1135         * textmodes/reftex-index.el (reftex-index): Fix typos in docstrings.
1137 2008-11-04  Chong Yidong  <cyd@stupidchicken.com>
1139         * vc-bzr.el (vc-bzr-dir-printer): Rename from
1140         vc-bzr-status-printer.
1142         * startup.el (startup-echo-area-message): Display a different
1143         message in daemon mode.  Suggested by Stephen Turnbull.
1145         * frame.el (make-frame-on-display): Ignore DISPLAY argument on
1146         Windows.
1148 2008-11-04  Juanma Barranquero  <lekktu@gmail.com>
1150         * dframe.el (dframe-mouse-position-function)
1151         (dframe-reposition-frame-emacs, dframe-pass-event-to-popup-mode-menu)
1152         (dframe-mouse-set-point): Fix typos in docstrings.
1154 2008-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
1156         * vc-dir.el (vc-dir-headers): Undo previous change.
1158 2008-11-04  Nick Roberts  <nickrob@snap.net.nz>
1160         * vc-cvs.el (vc-cvs-dir-extra-headers): Add tag name to header.
1161         * vc-dir.el (vc-dir-headers): Order headers as in PCL-CVS.
1163 2008-11-04  Martin Rudalics  <rudalics@gmx.at>
1165         * subr.el (looking-back): Fix doc-string typo.
1167         * electric.el (Electric-pop-up-window): Call window-end with
1168         UPDATE set to t.
1170         * window.el (save-selected-window): Make it behave like
1171         save-selected-window-norecord.
1172         (save-selected-window-norecord): Remove, since functionality
1173         fully taken over by save-selected-window.
1174         (walk-windows, set-window-text-height, fit-window-to-buffer):
1175         Use save-selected-window instead of save-selected-window-norecord.
1176         * font-lock.el (lisp-font-lock-keywords-2): Remove entry for
1177         save-selected-window-norecord.
1178         * emacs-lisp/lisp-mode.el (save-selected-window): Remove
1179         indent-function for save-selected-window-norecord.
1181 2008-11-03  Alan Mackenzie  <acm@muc.de>
1183         * progmodes/cc-engine.el (c-forward-label): Fix for QT macros.
1185 2008-11-03  Chong Yidong  <cyd@stupidchicken.com>
1187         * subr.el (looking-back): Doc fix.
1189         * term/x-win.el (x-initialize-window-system):
1190         Call x-wm-set-size-hint after initialization.
1192         * eshell/em-hist.el (eshell-save-history-on-exit): Change default
1193         to t.
1195         * emacs-lisp/lisp-mode.el (lisp-mode): Remove bogus change from
1196         2000-12-08 (bug#1297).
1198         * font-lock.el (font-lock-keywords-case-fold-search): Doc fix.
1200 2008-11-03  Vincent Belaïche  <vincent.b.1@hotmail.fr>
1202         * calc/calc-alg.el (calcFunc-collect): Return constant polynomial
1203         when appropriate.
1205 2008-11-02  Martin Rudalics  <rudalics@gmx.at>
1207         * window.el (save-selected-window-norecord): New macro.
1208         (walk-windows): Use save-selected-window-norecord and call
1209         select-window with NORECORD set.  (Bug#1237)
1210         (set-window-text-height, fit-window-to-buffer):
1211         Use save-selected-window-norecord and call select-window with
1212         NORECORD set.
1213         * subr.el (with-selected-window): Call set-frame-selected-window
1214         with new argument NORECORD set.  Update doc-string.
1215         (with-selected-frame): Call select-frame with new argument
1216         NORECORD set.  Update doc-string.
1217         * emacs-lisp/lisp-mode.el (save-selected-window-norecord):
1218         Put indent-function for save-selected-window-norecord.
1219         * font-lock.el (lisp-font-lock-keywords-2):
1220         Add save-selected-window-norecord.
1222 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
1224         * cus-edit.el (customize-apropos-options, custom-comment)
1225         (custom-comment-tag, custom-face-edit-attribute-tag):
1226         Fix typos in docstrings.
1227         (custom-buffer-done-kill): Remove * from defcustom docstring.
1228         (custom-file): Fix typo in doc of defcustom choice.
1230         * frame.el (display-visual-class): Fix typo in docstring.
1231         (initial-frame-alist, minibuffer-frame-alist, pop-up-frame-alist)
1232         (special-display-frame-alist, show-trailing-whitespace)
1233         (auto-hscroll-mode, blink-cursor-delay, blink-cursor-interval)
1234         (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
1235         Remove * from defcustom docstrings.
1237         * md4.el (md4-buffer): Fix typo in docstring.
1238         (md4, md4-64): Doc fixes.
1239         (md4-pack-int32): Reflow docstring.
1241         * paths.el (rmail-file-name): Remove * from defcustom docstring.
1242         (prune-directory-list, gnus-nntp-service): Fix typos in docstrings.
1244         * rect.el (open-rectangle): Reflow docstring.
1245         (spaces-string): Fix docstring typo.  Use "?\s" instead of "? ".
1247         * select.el (x-get-cut-buffer): Fix typo in docstring.
1249         * timezone.el (timezone-zone-to-minute, timezone-time-from-absolute)
1250         (timezone-time-zone-from-absolute, timezone-leap-year-p):
1251         Fix typos in docstrings.
1253         * emacs-lisp/assoc.el (asort, aelement, aput, aget, amake):
1254         Fix typos in docstrings.
1256 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
1258         * net/newst-backend.el (newsticker--cache-update): Fix no-save case.
1260         * net/newst-treeview.el (newsticker--treeview-list-update-faces)
1261         (newsticker--treeview-list-update, newsticker--treeview-item-show)
1262         (newsticker--treeview-tree-update)
1263         (newsticker--treeview-tree-update-highlight)
1264         (newsticker-treeview-update)
1265         (newsticker-treeview-next-item, newsticker-treeview-prev-item)
1266         (newsticker-treeview-next-new-or-immortal-item)
1267         (newsticker-treeview-prev-new-or-immortal-item)
1268         (newsticker-treeview-next-feed, newsticker-treeview-prev-feed)
1269         (newsticker-treeview-tree-click): Watch for layout changes.
1270         (newsticker--treeview-set-current-node): Cleanup.
1271         (newsticker--treeview-restore-layout): Rename from
1272         newsticker--treeview-restore-buffers.
1273         (newsticker--treeview-mark-item): Update cache file.
1275 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
1277         * calendar/icalendar.el (icalendar--uid-count): New.
1278         (icalendar--create-uid): New.  Extracted from
1279         `icalendar-export-region' and add uid counter.
1280         (icalendar-export-region): Use `icalendar--create-uid'.
1282 2008-10-31  Juanma Barranquero  <lekktu@gmail.com>
1284         * tooltip.el (tooltip-frame-parameters): Doc fix.
1286 2008-10-31  Martin Rudalics  <rudalics@gmx.at>
1288         * window.el (window-body-height, window-current-scroll-bars)
1289         (walk-windows, get-window-with-predicate, get-buffer-window-list)
1290         (minibuffer-window-active-p, count-windows)
1291         (window-safely-shrinkable-p, window--splittable-p)
1292         (window--try-to-split-window, window--frame-usable-p)
1293         (window--even-window-heights, window--display-buffer-1)
1294         (window--display-buffer-2, set-window-text-height)
1295         (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
1296         (truncated-partial-width-window-p): Rewrite doc-string.
1297         (window-fixed-size-p): Simplify code.  Rewrite doc-string.
1298         (split-window-vertically, split-window-horizontally):
1299         Rename args, rewrite doc-string, and simplify code.
1300         (split-window-save-restore-data): Rename args and use
1301         when instead of if.
1303 2008-10-30  Chong Yidong  <cyd@stupidchicken.com>
1305         * indent.el (indent-for-tab-command): Use use-region-p.
1307         * vc.el (vc-revert): Limit the length of the query string.
1309 2008-10-30  Juanma Barranquero  <lekktu@gmail.com>
1311         * simple.el (idle-update-delay, next-error-highlight)
1312         (next-error-highlight-no-select, next-error-recenter, next-error-hook)
1313         (minibuffer-history-case-insensitive-variables, kill-ring-max)
1314         (kill-read-only-ok, backward-delete-char-untabify-method)
1315         (kill-whole-line, mark-ring-max, global-mark-ring-max)
1316         (set-mark-command-repeat-pop, next-line-add-newlines, track-eol)
1317         (goal-column, line-move-ignore-invisible, fill-prefix)
1318         (auto-fill-inhibit-regexp, blink-matching-paren)
1319         (blink-matching-paren-on-screen, blink-matching-paren-distance)
1320         (blink-matching-delay, blink-matching-paren-dont-ignore-comments)
1321         (read-mail-command, mail-user-agent): Remove * in defcustom docstrings.
1322         (minibuffer-history-isearch-wrap, transient-mark-mode)
1323         (next-logical-line, auto-fill-mode, line-number-mode)
1324         (column-number-mode, size-indication-mode, clone-indirect-buffer)
1325         (normal-erase-is-backspace-mode): Doc fixes.
1326         (current-kill, transient-mark-mode, toggle-truncate-lines)
1327         (visible-mode): Reflow docstrings.
1328         (minibuffer-local-shell-command-map, interprogram-paste-function):
1329         Fix typos in docstrings.
1331 2008-10-30  Chong Yidong  <cyd@stupidchicken.com>
1333         * server.el (server-process-filter): In daemon mode, default to
1334         emacsclient's tty if not opening a new frame and only the
1335         terminal-frame is available.
1337 2008-10-30  Martin Rudalics  <rudalics@gmx.at>
1339         * window.el (quit-window): Simplify code.  Say in doc-string
1340         that it operates on the selected window's buffer.  (Bug#1259)
1342 2008-10-30  Nick Roberts  <nickrob@snap.net.nz>
1344         * vc-svn.el (vc-svn-diff): If files is nil don't set oldvers to
1345         nil so that log-view-diff-changeset works.
1347 2008-10-30  Glenn Morris  <rgm@gnu.org>
1349         * files.el (locate-dominating-stop-dir-regexp): Fix typo.
1351         * resume.el: Move to obsolete/.
1352         * Makefile.in (ELCFILES): Update.
1354 2008-10-29  Chong Yidong  <cyd@stupidchicken.com>
1356         * electric.el (Electric-pop-up-window): Don't shrink the window if
1357         it's already big enough.
1359         * minibuffer.el (delete-minibuffer-contents): Delete all
1360         minibuffer contents instead of just the current field.
1362         * tmm.el (tmm-get-keymap): Handle case where keyseq cache is omitted.
1364         * bookmark.el (bookmark-handle-bookmark): Rename from
1365         bookmark-jump-noselect.
1366         (bookmark--jump-via, bookmark-insert): Callers changed.
1367         (bookmark-jump-noselect): Wrapper function for
1368         bookmark-handle-bookmark.
1369         (bookmark-get-bookmark-record): Signal error for invalid bookmark.
1371         * textmodes/ispell.el (ispell-word): Use use-region-p.
1373 2008-10-29  Juanma Barranquero  <lekktu@gmail.com>
1375         * tooltip.el (tooltip-functions): Rename from `tooltip-hook',
1376         to follow naming conventions for abnormal hooks.  Doc fix.
1377         (tooltip-mode, tooltip-timeout): Use it.
1378         (tooltip-hook): New obsolete alias.
1379         (tooltip-help-tips): Doc fix.
1381         * progmodes/gud.el (gud-tooltip-mode): Use `tooltip-functions'.
1383 2008-10-29  Ulrich Mueller  <ulm@gentoo.org>
1385         * server.el (server-socket-dir): Use TMPDIR (default /tmp) instead
1386         of hardcoded /tmp.
1388 2008-10-29  Glenn Morris  <rgm@gnu.org>
1390         * net/xesam.el (dbus-get-unique-name, dbus-debug): Declare.
1392         * vc-hooks.el (vc-find-root): Remove bogus alias.
1394 2008-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1396         * international/quail.el (quail-show-guidance): Don't create
1397         a guidance-frame if current buffer is not a minibuffer, since even if
1398         selected-window is mini-p, the buffer will never be displayed in it, so
1399         it wil be usable for guidance.
1401 2008-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1403         * smerge-mode.el: Require diff-mode at run-time as well.
1405 2008-10-28  Martin Rudalics  <rudalics@gmx.at>
1407         * vc-cvs.el (vc-cvs-stay-local): Fix typo in choice.
1408         * vc-hooks.el (vc-stay-local): Likewise.
1410 2008-10-28  Phil Sung  <psung@mit.edu>
1412         * follow.el (follow-scroll-down, follow-calc-win-end)
1413         (follow-estimate-first-window-start): Reduce effective window
1414         height when header line is present.  (Bug#925)
1416 2008-10-28  Juanma Barranquero  <lekktu@gmail.com>
1418         * subr.el (locate-user-emacs-file): Simplify.  Don't create
1419         `user-emacs-directory' when Emacs is running in batch mode.
1421         * startup.el (inhibit-startup-screen): Reflow docstring.
1422         (user-mail-address, tool-bar-images-pixel-height): Fix docstring typos.
1424 2008-10-27  Kenichi Handa  <handa@m17n.org>
1426         * descr-text.el (describe-char): Fix terminal case (where font is nil).
1428 2008-10-27  Juanma Barranquero  <lekktu@gmail.com>
1430         * face-remap.el (text-scale-increase, text-scale-decrease)
1431         (text-scale-adjust): Remove &optional keyword from the arg list;
1432         the INC argument is not really optional, if the functions happen
1433         to be called from elisp.
1435 2008-10-27  Dan Nicolaescu  <dann@ics.uci.edu>
1437         * vc.el: Rename VC methods that were missed when vc-status was
1438         renamed to vc-dir.
1439         * vc-svn.el (vc-svn-dir-extra-headers): Rename from
1440         vc-svn-status-extra-headers.
1441         * vc-hg.el (vc-hg-dir-printer): Rename from vc-hg-status-printer.
1442         (vc-hg-dir-extra-header): Rename from vc-hg-status-extra-headers.
1443         * vc-git.el (vc-git-dir-printer): Rename from vc-dir-status-printer.
1444         (vc-git-dir-extra-headers): Rename from vc-git-status-extra-headers.
1445         * vc-dir.el (vc-dir-mode): Use vc-dir-printer instead of
1446         vc-dir-status-printer.
1447         (vc-dir-headers): Use `dir-extra-headers' instead of
1448         `status-extra-headers'.
1449         (vc-dir-printer): Rename from vc-dir-status-printer.
1450         (vc-default-dir-extra-headers): Rename from
1451         vc-default-status-extra-headers.
1452         * vc-cvs.el (vc-cvs-dir-extra-headers): Rename from
1453         vc-cvs-status-extra-headers.
1455         * startup.el (server-name): Pacify byte compiler.
1456         (command-line): If --daemon=SERVER_NAME was used, set server-name
1457         before calling server-start.
1459 2008-10-26  Romain Francoise  <romain@orebokech.com>
1461         * startup.el (command-line): Call daemon-initialized after
1462         starting the server.
1464 2008-10-26  Kenichi Handa  <handa@m17n.org>
1466         * help-fns.el (describe-categories): Display the terse legend at
1467         the head.
1469         * international/characters.el: Docstrings of categories improved.
1471 2008-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1473         * progmodes/python.el (python-mode): Don't impose ourselves on hippie.
1475         * faces.el (face-font-family-alternatives): Add "CMU Typewriter Text"
1476         to the courier family.
1477         * textmodes/tex-mode.el (tex-verbatim): Don't use "monospace" which is
1478         usually not serif'd and hence rather unlike verbatim's printed output.
1480 2008-10-25  Chong Yidong  <cyd@stupidchicken.com>
1482         * vc-cvs.el (vc-cvs-status-extra-headers): Use full directory name
1483         when reporting the module.
1485         * vc-dir.el (vc-dir-mode-map): Add follow-link behavior.
1487         * wid-edit.el (widget-color-complete): Sort completions alphabetically.
1489 2008-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1491         * files.el (locate-dominating-stop-dir-regexp): New var.
1492         (locate-dominating-file): Change arg from a regexp to a file name.
1493         Rewrite using the vc-find-root code to avoid directory-files which is
1494         too slow.  Obey locate-dominating-stop-dir-regexp.
1495         Don't pay attention to changes in owner.
1496         (project-find-settings-file): Adjust call to locate-dominating-file.
1498         * progmodes/flymake.el (flymake-find-buildfile):
1499         Adjust call to locate-dominating-file.
1501         * vc-hooks.el (vc-find-root): Use locate-dominating-file.
1502         (vc-ignore-dir-regexp): Use locate-dominating-stop-dir-regexp.
1504 2008-10-25  Martin Rudalics  <rudalics@gmx.at>
1506         * subr.el (with-current-buffer): Rename buffer argument to
1507         buffer-or-name.
1508         * window.el (get-buffer-window-list): Rename buffer argument to
1509         buffer-or-name and make it optional.
1511 2008-10-25  Juanma Barranquero  <lekktu@gmail.com>
1513         * completion.el (add-completion-to-head, add-completion): Doc fixes.
1514         (completion-search-next, add-completions-from-file):
1515         Fix typos in docstrings.
1517         * filesets.el (filesets-menu-ensure-use-cached)
1518         (filesets-ingroup-patterns, filesets-filetype-property):
1519         * tutorial.el (get-lang-string):
1520         * play/gamegrid.el (gamegrid-score-file-length, gamegrid-add-score):
1521         Fix typos in docstrings.
1523         * image-dired.el (image-dired-dired-after-readin-hook): Doc fix.
1524         (image-dired-line-up-method, image-dired-thumb-size)
1525         (image-dired-cmd-write-exif-data-options, image-dired-write-tags)
1526         (image-dired-track-original-file, image-dired-track-thumbnail)
1527         (image-dired-dired-next-line, image-dired-dired-previous-line)
1528         (image-dired-write-comments): Reflow docstrings.
1529         (image-dired-show-all-from-dir-max-files)
1530         (image-dired-format-properties-string, image-dired-create-thumbs)
1531         (image-dired-mark-tagged-files, image-dired-gallery-generate):
1532         Fix typos in docstrings.
1534         * savehist.el (savehist-save-minibuffer-history, savehist-file)
1535         (savehist-additional-variables, savehist-ignored-variables)
1536         (savehist-file-modes, savehist-autosave-interval):
1537         * startup.el (inhibit-startup-echo-area-message, inhibit-default-init)
1538         (inhibit-startup-buffer-menu, mail-host-address, user-mail-address)
1539         (fancy-splash-image):
1540         * thumbs.el (thumbs-thumbsdir, thumbs-geometry, thumbs-relief)
1541         (thumbs-conversion-program, thumbs-margin):
1542         Remove spurious * in docstrings.
1544 2008-10-25  Aaron S. Hawley  <aaronh@garden.org>
1546         * thingatpt.el (end-of-sexp, beginning-of-sexp)
1547         (forward-same-syntax): Omit default arguments to char-after and
1548         char-before.
1550 2008-10-24  Juanma Barranquero  <lekktu@gmail.com>
1552         * subr.el (locate-user-emacs-file): New function.
1553         (user-emacs-directory): Mention it in docstring.
1555         * completion.el (save-completions-file-name):
1556         * filesets.el (filesets-menu-cache-file):
1557         * image-dired.el (image-dired-dir, image-dired-db-file)
1558         (image-dired-temp-image-file, image-dired-gallery-dir)
1559         (image-dired-temp-rotate-image-file):
1560         * savehist.el (savehist-file):
1561         * server.el (server-auth-dir):
1562         * thumbs.el (thumbs-thumbsdir):
1563         * tutorial.el (tutorial--saved-dir):
1564         * play/gamegrid.el (gamegrid-user-score-file-directory): Use it.
1566 2008-10-23  Juanma Barranquero  <lekktu@gmail.com>
1568         * edmacro.el (edmacro-eight-bits, edmacro-mode): Fix docstring typos.
1569         (edmacro-mismatch, edmacro-sanitize-for-string): Doc fixes.
1571 2008-10-23  Chong Yidong  <cyd@stupidchicken.com>
1573         * filesets.el: Update author email.
1574         (filesets-data): Doc fix.
1576 2008-10-23  Jens Petersen  <petersen@redhat.com>  (tiny change)
1578         * pcmpl-rpm.el (pcomplete/rpm): Make "rpm -qp" use file completion.
1580 2008-10-23  Ulrich Mueller  <ulm@kph.uni-mainz.de>
1582         * international/mule-cmds.el (describe-language-environment):
1583         Indent sample text.
1585 2008-10-23  Glenn Morris  <rgm@gnu.org>
1587         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
1589         * emacs-lisp/cl-macs.el (flet): Throw an error when trying to
1590         byte-compile a redefinition of a function with special byte-compile
1591         handling.  (Bug#411)
1593 2008-10-22  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1595         * ps-print.el: Deal with page sizes for label printes.  Suggested by
1596         Friedrich Delgado Friedrichs <friedel@nomaden.org>.
1597         (ps-print-version): New version 7.3.3.
1598         (ps-page-dimensions-database): New page sizes for label printers.
1599         (ps-n-up-printing): Fix code.
1601 2008-10-22  Chong Yidong  <cyd@stupidchicken.com>
1603         * frame.el (make-frame-command): Doc fix.  Use display-graphic-p.
1605         * thingatpt.el (sexp-at-point, symbol-at-point, number-at-point)
1606         (list-at-point): Add docstrings.
1608         * dired.el (dired-get-marked-files, dired-map-over-marks): Doc fixes.
1610         * dired-aux.el (dired-do-create-files): Doc fix.
1612 2008-10-22  Adrian Robert  <Adrian.B.Robert@gmail.com>
1614         * version.el (emacs-version): Change '*Step' to 'NS' for consistency
1615         with other documentation.
1617 2008-10-22  Juanma Barranquero  <lekktu@gmail.com>
1619         * replace.el (how-many): Fix typo in docstring.
1620         Reported by Leo <sdl.web@gmail.com>.
1622 2008-10-22  Glenn Morris  <rgm@gnu.org>
1624         * international/mule-cmds.el (universal-coding-system-argument):
1625         Check for C-g.  (Bug#1205)
1627 2008-10-22  Kenichi Handa  <handa@m17n.org>
1629         * international/characters.el: Don't setup
1630         find-word-boundary-function-table.
1631         (next-word-boundary-han, next-word-boundary-kana): Delete them.
1632         (word-combining-categories, word-separating-categories):
1633         Adjust to the change of the docstrings.
1635 2008-10-21  Chong Yidong  <cyd@stupidchicken.com>
1637         * simple.el (region-active-p): Doc fix.
1639 2008-10-20  Eli Zaretskii  <eliz@gnu.org>
1641         * subr.el (apply-partially): Move from here...
1643         * simple.el (apply-partially): ...to here.
1645 2008-10-20  Andreas Schwab  <schwab@suse.de>
1647         * subr.el (split-string-and-unquote): Simplify regexp.
1649 2008-10-20  Eli Zaretskii  <eliz@gnu.org>
1651         * subr.el (top-level): Require `cl' when compiling.
1653 2008-10-20  David Reitter  <david.reitter@gmail.com>
1655         * info.el (Info-mode): Do not remove an existing header line if
1656         `Info-use-header-line' is nil.
1658 2008-10-19  Juri Linkov  <juri@jurta.org>
1660         * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
1661         Add arg `delimited' as in `query-replace' for the case when
1662         isearch-allow-scroll=t and the user types C-u M-%.  Doc fix.
1663         Add more indicators to the prompt ("word" and "in region").
1665         * replace.el (query-replace, query-replace-regexp)
1666         (replace-string, replace-regexp, perform-replace): Add "word"
1667         indicatiors to the prompt for word delimited replacements.
1669         * replace.el (read-regexp): Rename arg `default' to `default-value'.
1670         Doc fix.
1672 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
1674         * subr.el (apply-partially): Move here from minibuffer.el.  Doc fix.
1676         * simple.el (minibuffer-default-add-shell-commands): Doc fix.
1678 2008-10-19  Martin Rudalics  <rudalics@gmx.at>
1680         * window.el (enlarge-window-horizontally, shrink-window-horizontally):
1681         Make argument names follow Elisp manual.
1683 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
1685         * textmodes/remember.el (remember-data-file):
1686         * shadowfile.el (shadow-initialize)
1687         <shadow-info-file, shadow-todo-file>:
1688         * savehist.el (savehist-file):
1689         * recentf.el (recentf-save-file):
1690         * pcvs-defs.el (cvs-cvsrc-file):
1691         * international/kkc.el (kkc-init-file-name):
1692         * ido.el (ido-save-directory-list-file):
1693         * calendar/todo-mode.el (todo-file-do, todo-file-done)
1694         (todo-file-top): Run file names that begin with a period thru
1695         `convert-standard-filename'.
1697         * dos-fns.el (dos-reevaluate-defcustoms): New function.  Add it to
1698         before-init-hook.
1700         Fix Bug #1183:
1702         * ediff-diff.el (ediff-exec-process): For buffer jobs, bind
1703         coding-system-for-read to ediff-coding-system-for-write.
1705         * ediff-util.el (ediff-make-temp-file): Unconditionally bind
1706         coding-system-for-write to ediff-coding-system-for-write.
1708         * ediff-init.el (ediff-coding-system-for-read): Doc fix.
1709         (ediff-coding-system-for-write): Set to emacs-internal.
1711 2008-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1713         * international/mule-conf.el (emacs-internal): New coding system alias.
1715 2008-10-18  Juri Linkov  <juri@jurta.org>
1717         * info.el (Info-file-supports-index-cookies-list): New variable.
1718         (Info-file-supports-index-cookies): New function.
1719         (Info-find-node-2, Info-index-nodes, Info-index-node): Use it.
1720         (Info-index-nodes): Let-bind Info-point-loc to nil for files
1721         without an index cookie to ignore it when Info-index-nodes is
1722         called during navigating from an index node with line numbers.
1723         (Info-index-node): Set file to Info-current-file if nil.  (Bug#1118)
1725         * info.el (Info-breadcrumbs-depth): Move defcustom higher to the
1726         variable definition section.
1728         * info.el (Info-find-node-2): Put initial point below the header line
1729         and breadcrumbs line.
1731 2008-10-18  Glenn Morris  <rgm@gnu.org>
1733         * doc-view.el (doc-view-pdf->txt, doc-view-ps->pdf): Give an error if
1734         the needed external programs were not found.
1736 2008-10-18  Eli Zaretskii  <eliz@gnu.org>
1738         * files.el (trash-directory): Run thru `convert-standard-filename'.
1739         (file-modes-char-to-who, file-modes-char-to-right)
1740         (file-modes-rights-to-number, file-modes-symbolic-to-number)
1741         (read-file-modes): Doc fixes.
1743 2008-10-17  Chong Yidong  <cyd@stupidchicken.com>
1745         * abbrev.el (define-abbrev): Doc fix.
1747 2008-10-17  Alan Mackenzie  <acm@muc.de>
1749         * progmodes/cc-cmds.el (c-defun-name): Make it work for "struct
1750         foo bar [] = { ...".
1752 2008-10-17  Chong Yidong  <cyd@stupidchicken.com>
1754         * faces.el (face-spec-set-2): Don't pass invalid attributes to
1755         set-face-attribute.
1757 2008-10-17  Juanma Barranquero  <lekktu@gmail.com>
1759         * w32-fns.el (w32-list-locales): Decode output of `w32-get-locale-info'
1760         according to `locale-coding-system'.  (This fixes trivial bug reported
1761         as part of bug#1179).
1762         Sort list of valid locale ids (EnumSystemLocales does not guarantee any
1763         particular order).  Use `when'.
1765 2008-10-16  Juanma Barranquero  <lekktu@gmail.com>
1767         * w32-fns.el (w32-check-shell-configuration): Doc fix.
1768         (w32-add-charset-info): Fix typo in docstring.
1770 2008-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
1772         * international/mule-conf.el: Removed `utf8' and `UTF8' aliases
1773         after discussion.
1775 2008-10-16  Magnus Henoch  <mange@freemail.hu>
1777         * vc-arch.el (vc-arch-dir-status): New function.
1778         (vc-arch-after-dir-status): New function.
1780 2008-10-16  Glenn Morris  <rgm@gnu.org>
1782         * man.el (Man-getpage-in-background): Force recent `man's to output
1783         escape sequences even when stdout is not a tty.  (Bug#1142)
1785 2008-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
1787         * international/mule-conf.el: Add `utf8' and `UTF8' as
1788         aliases for the `utf-8' coding system.
1790 2008-10-15  Juanma Barranquero  <lekktu@gmail.com>
1792         * find-file.el (ff-get-file): Doc fix.
1793         (ff-get-file-name): Use `let', not `let*'.
1794         (ff-search-directories): Fix typo in docstring.
1795         (ff-pre-find-hook, ff-pre-load-hook, ff-post-load-hook)
1796         (ff-not-found-hook, ff-file-created-hook, ff-case-fold-search)
1797         (ff-always-in-other-window, ff-ignore-include, ff-always-try-to-create)
1798         (ff-quiet-mode, ff-other-file-alist, cc-search-directories)
1799         (cc-other-file-alist, modula2-other-file-alist):
1800         Remove spurious * in docstrings.
1802 2008-10-14  Chong Yidong  <cyd@stupidchicken.com>
1804         * faces.el (set-face-attribute): Set family and foundry before
1805         other attributes.
1806         (face-spec-set-2): Pass unmodified args to set-face-attribute.
1808 2008-10-14  Juanma Barranquero  <lekktu@gmail.com>
1810         * hl-line.el (hl-line-unload-function): New function.
1811         (hl-line-unhighlight, global-hl-line-unhighlight): Use `when'.
1812         (hl-line-sticky-flag): Remove spurious * in docstring.
1814 2008-10-14  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
1816         * vc-git.el (vc-git-show-log-entry): Include the revision in the
1817         search string.
1819 2008-10-14  Michael Albinus  <michael.albinus@gmx.de>
1821         * net/tramp.el (tramp-process-one-action): Embed regexp in
1822         parentheses, before adding end-of-buffer construct.  Suggested by
1823         Markus Triska <markus.triska@gmx.at>.
1825 2008-10-13  Ulf Jasper  <ulf.jasper@web.de>
1827         * net/newst-plainview.el (w3m-toggle-inline-image):
1828         Define 'declare-function if necessary, for compatibility.
1830         * net/newst-treeview.el (w3m-toggle-inline-images):
1831         Define 'declare-function if necessary, for compatibility.
1833 2008-10-13  Alan Mackenzie  <acm@muc.de>
1835         * progmodes/cc-cmds.el (c-indent-region): Fix previous patch
1836         so that the function works on one-line macros.
1838         * progmodes/cc-engine.el: Amend several doc strings and comments.
1840 2008-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
1842         * vc-hooks.el (vc-stay-local): Add a new choice and default to it.
1844         * vc-cvs.el (vc-cvs-dir-stay-local): Remove.
1845         (vc-cvs-stay-local): Add a new choice and default to it.
1846         (vc-cvs-dir-status): Use the new vc-stay-local choice.
1848         * vc-svn.el (vc-svn-dir-status): Use the new vc-stay-local choice.
1850 2008-10-12  Stephen Leake  <stephen_leake@member.fsf.org>
1852         * progmodes/ada-mode.el (ada-get-indent-end, ada-goto-matching-start):
1853         Add support for extended return statement.
1855         * progmodes/ada-xref.el (ada-gnat-parse-gpr): Don't reverse src-dir
1856         and obj-dir; keep user order.
1858 2008-10-12  Glenn Morris  <rgm@gnu.org>
1860         * Makefile.in (ELCFILES): Update.
1862         * simple.el (shell-delimiter-argument-list, shell-file-name-chars)
1863         (shell-file-name-quote-list): Declare.
1865 2008-10-12  Michael Albinus  <michael.albinus@gmx.de>
1867         * net/dbus.el (dbus-service-emacs, dbus-path-emacs): New defconst.
1869 2008-10-12  Chong Yidong  <cyd@stupidchicken.com>
1871         * startup.el (command-line): If toolbar is disabled but ought to
1872         be initialized, call tool-bar-setup.
1874         * tool-bar.el (tool-bar-setup): Variable deleted.
1875         (tool-bar-setup): Set it up unconditionally.
1877         * faces.el (x-create-frame-with-faces): Don't call tool-bar-setup.
1879         * progmodes/grep.el (grep-mode-tool-bar-map): Check if
1880         tool-bar-map has been initialized before setting it up.
1882         * progmodes/compile.el (compilation-mode-tool-bar-map): Check if
1883         tool-bar-map has been initialized before setting it up.
1885 2008-10-11  Chong Yidong  <cyd@stupidchicken.com>
1887         * emacs-lisp/warnings.el (display-warning): Issue a message if
1888         called during daemon initialization.
1890         * tool-bar.el (tool-bar-local-item)
1891         (tool-bar-local-item-from-menu): Put the check for number of
1892         display colors into the image expression.
1893         (tool-bar-setup): Don't be a no-op on ttys.
1895         * info.el (info-tool-bar-map):
1896         * progmodes/gud.el (gud-tool-bar-map):
1897         * progmodes/grep.el (grep-mode-tool-bar-map):
1898         * progmodes/compile.el (compilation-mode-tool-bar-map):
1899         Initialize it unconditionally.
1901 2008-10-11  Romain Francoise  <romain@orebokech.com>
1903         * help.el (view-lossage): Fix docstring, lossage is now 300 keys.
1904         * kmacro.el (kmacro-edit-lossage): Ditto.
1905         * edmacro.el (edit-kbd-macro): Ditto.
1907 2008-10-11  Ulf Jasper  <ulf@web.de>
1909         * net/newst-treeview.el (newsticker--treeview-list-sort-by-column):
1910         Fix variable names.
1912 2008-10-11  Dan Nicolaescu  <dann@ics.uci.edu>
1914         * startup.el (command-line): Revert 2008-09-26 change, not
1915         necessary anymore.
1917 2008-10-10  Andreas Schwab  <schwab@suse.de>
1919         * simple.el (minibuffer-complete-shell-command):
1920         Bind comint-delimiter-argument-list, comint-file-name-chars and
1921         comint-file-name-quote-list like shell-mode.
1923 2008-10-10  Martin Rudalics  <rudalics@gmx.at>
1925         * window.el (pop-to-buffer): Fix misplacement of arg norecord in
1926         call of select-window.
1928 2008-10-10  Jay Belanger  <jay.p.belanger@gmail.com>
1930         * calc/calc.el (calc-embedded-word-regexp)
1931         (calc-embedded-word-regexp-alist): New variables.
1932         (calc-embedded-open-word, calc-embedded-close-word)
1933         (calc-embedded-open-close-word-alist): Remove unused variables.
1935         * calc/calc-embed.el (calc-embedded-make-info):
1936         Use `calc-embedded-word-regexp' to find words.
1938 2008-10-10  Martin Rudalics  <rudalics@gmx.at>
1940         * info.el (Info-extract-menu-counting): New argument no-detail to
1941         skip detailed node listings.
1942         (Info-forward-node): New argument not-up to inhibit going up.
1943         (Info-final-node): Call Info-extract-menu-counting and
1944         Info-forward-node with the new arguments set to avoid infinite
1945         looping.  (Bug#1116)
1947 2008-10-10  Eli Zaretskii  <eliz@gnu.org>
1949         * startup.el (command-line): Don't invoke tool-bar-mode if it is
1950         not fboundp.
1952 2008-10-09  Chong Yidong  <cyd@stupidchicken.com>
1954         * startup.el (command-line): Enable tool-bar-mode as long as it is
1955         not suppressed by X resources, regardless of the terminal.
1957         * tool-bar.el (tool-bar-mode): Only change tool-bar-lines on
1958         graphical terminals.
1959         (tool-bar-setup): No-op if called on a tty.
1961 2008-10-09  Eli Zaretskii  <eliz@gnu.org>
1963         * frame.el (make-frame-on-tty): Use "F" inside interactive.
1964         Support `pc' ``window-system''.
1966         * progmodes/compile.el (compilation-start): Resurrect the version
1967         for systems that don't support asynchronous subprocesses.
1969 2008-10-09  Martin Rudalics  <rudalics@gmx.at>
1971         * window.el (pop-up-frames): Add choice graphic-only.
1972         (display-buffer): When pop-up-frames equals graphic-only do
1973         not pop up new frame on text-only terminals.  (Bug#1061)
1975 2008-10-09  Dan Nicolaescu  <dann@ics.uci.edu>
1977         * vc-cvs.el (vc-cvs-dir-stay-local): New variable.
1978         (vc-cvs-dir-status): Use it.
1980 2008-10-08  Chong Yidong  <cyd@stupidchicken.com>
1982         * json.el (json-skip-whitespace): Fix last change.
1984 2008-10-08  Juanma Barranquero  <lekktu@gmail.com>
1986         * bs.el (bs-unload-function): New function.
1988 2008-10-08  Sven Joachim  <svenjoac@gmx.de>
1990         * eshell/em-cmpl.el, eshell/em-hist.el, eshell/em-ls.el:
1991         * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
1992         For clarity, explicitly require cl.
1994 2008-10-08  Michael Olson  <mwolson@gnu.org>
1996         * ibuffer.el (ibuffer-shrink-to-fit): Force redisplay, so that we
1997         can avoid a bad interaction with programs that add functions to
1998         the window-scroll-functions hook.  This fixes Bug #858.
2000 2008-10-07  Chong Yidong  <cyd@stupidchicken.com>
2002         * startup.el (command-line): Use display-warning to warn about an
2003         init file error.
2004         (command-line-1): Remove init file error delay.
2006 2008-10-07  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
2008         * rx-new.el (rx-constituents): Change `anything' to call rx-anything.
2009         Change `not-wordchar' assignment to "\\W" from "[^[:word:]]".
2010         (rx-group-if): New function.
2011         (rx-parent): New variable.
2012         (rx-and, rx-or): Put shy groups only when necessary.
2013         (rx-bracket): Remove.
2014         (rx-anything): New function.
2015         (rx-any-delete-from-range, rx-any-condense-range)
2016         (rx-check-any-string): New functions.
2017         (rx-check-any): Return result as a list.  Don't convert chars to
2018         strings.  Don't prepend "\\" to "^".  Don't search for close bracket.
2019         Check char category string.  Call rx-form instead of rx-to-string.
2020         (rx-any): Rebuid to complete the function.
2021         (rx-check-not): Fix char category regexp pattern string.
2022         Call rx-form instead of rx-to-string.
2023         (rx-not): Call rx-form instead of rx-to-string.  Convert "[^]" to
2024         "[^^]".  Call regexp-quote for one char string when not called from
2025         rx-not.  Add "\\w", and toggle to upcase.  Add the case of
2026         "\\[SCBW]" to toggle.
2027         (rx-=, rx->=, rx-**, rx-repeat, rx-submatch): Call rx-form
2028         instead of rx-to-string.
2029         (rx-kleene): Call rx-form instead of rx-to-string.
2030         Call rx-group-if to adjust putting of shy groups.
2031         (rx-atomic-p): Make check more precisely.
2032         (rx-eval, rx-greedy): Call rx-form instead of rx-to-string.
2033         (rx-regexp): Call rx-group-if.
2034         (rx-form): New function.
2035         (rx-to-string): Call rx-form, rx-group-if.
2036         Refine definition of NO-GROUP.
2038 2008-10-07  T. V. Raman  <raman@users.sourceforge.net>  (tiny change)
2040         * json.el (json-advance): Use forward-char.
2041         (json-skip-whitespace): Use skip-syntax-forward.
2043 2008-10-07  Alan Mackenzie  <acm@muc.de>
2045         * progmodes/cc-cmds.el (c-indent-line-or-region): Fix so that
2046         indenting a macro followed by blank lines doesn't backslash the
2047         following non-blank line into the macro.
2049 2008-10-06  Chong Yidong  <cyd@stupidchicken.com>
2051         * startup.el (before-init-time, after-init-time): Move into emacs.c.
2052         (command-line): Set after-init-time to nil before initialization.
2054 2008-10-06  Jay Belanger  <jay.p.belanger@gmail.com>
2056         * calc/calc-units.el (math-standard-units): Update the values
2057         of the units.
2059 2008-10-06  Juanma Barranquero  <lekktu@gmail.com>
2061         * bookmark.el (bookmark-unload-function): New function.
2063 2008-10-06  Andreas Schwab  <schwab@suse.de>
2065         * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
2067 2008-10-06  Martin Rudalics  <rudalics@gmx.at>
2069         * mail/footnote.el: Remove * in defcustom docstrings and tell
2070         for most options that customizing them doesn't affect buffers
2071         already displaying footnotes.
2072         (Footnote-refresh-footnotes, Footnote-renumber-footnotes):
2073         Fix handling of text properties and identical start/end tags.
2074         Do not use format when renumbering.
2075         (Footnote-set-style): Make it work.
2076         (Footnote-insert-numbered-footnote): Simplify.
2077         (Footnote-narrow-to-footnotes, Footnote-insert-footnote)
2078         (Footnote-goto-footnote): Fix handling of empty section tag.
2079         (Footnote-delete-footnote): Fix handling of identical start/end
2080         tags, empty section tag, and spaced footnotes.  Do not use
2081         kill-region.
2082         (footnote-mode): Make most options buffer-local to avoid that
2083         customizing messes up handling of footnotes in buffers that
2084         already display them.
2086 2008-10-06  Dan Nicolaescu  <dann@ics.uci.edu>
2088         * faces.el (x-create-frame-with-faces): Undo previous change.
2090         * vc-cvs.el (vc-cvs-after-dir-status): Parse the output for non
2091         existent files.
2093 2008-10-05  Chong Yidong  <cyd@stupidchicken.com>
2095         * international/mule-cmds.el (universal-coding-system-argument):
2096         Handle digit-argument too.
2098 2008-10-05  Mario Lang  <mlang@delysid.org>
2100         * xml.el (xml-parse-string): Use skip-chars-forward.
2102 2008-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
2104         * vc-bzr.el (vc-bzr-after-dir-status): Parse the output for non
2105         existent files.
2106         (vc-bzr-dir-status-files): New function.
2108 2008-10-04  Glenn Morris  <rgm@gnu.org>
2110         * files.el (make-temp-file): Handle empty `prefix'.  (Bug#1081)
2112         * vc-svn.el (vc-svn-after-dir-status): Handle `svn status -u' output.
2113         (vc-svn-dir-status): Respect vc-stay-local-p.  (Bug#1046)
2115         * vc-cvs.el (vc-cvs-dir-status-heuristic): New function.
2116         (vc-cvs-dir-status): Respect vc-stay-local-p.  (Bug#1046)
2118 2008-10-04  David J. Biesack  <David.Biesack@sas.com>  (tiny change)
2120         * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
2121         Fix typo.  (Bug#1074)
2123 2008-10-04  Martin Rudalics  <rudalics@gmx.at>
2125         * progmodes/compile.el (compilation-start): Make sure to move to
2126         point-max only when we are in the compilation buffer.  (Bug#1073)
2128 2008-10-04  Dan Nicolaescu  <dann@ics.uci.edu>
2130         * faces.el (x-create-frame-with-faces): Only setup the toolbar if
2131         tool-bar-mode is on.
2133         * vc-svn.el (vc-svn-dir-status-files):
2134         * vc-cvs.el (vc-cvs-dir-status-files): New function.
2136 2008-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
2138         * vc-hg.el (vc-hg-dir-status-files): New function.
2140 2008-10-03  Martin Rudalics  <rudalics@gmx.at>
2142         * window.el (window--display-buffer-1): Don't care about
2143         visibility since raise-frame does.
2145 2008-10-03  Mario Lang  <mlang@delysid.org>
2147         * nxml/xmltok.el (xmltok-forward): Simplify.
2149 2008-10-03  Glenn Morris  <rgm@gnu.org>
2151         * Makefile.in (ELCFILES): Update.
2153         * frame.el (set-default-font): Make obsolete.
2154         * mouse.el (mouse-set-font): Use set-frame-font.
2156         * jka-cmpr-hook.el (jka-compr-compression-info-list)
2157         (jka-compr-mode-alist-additions): Also match `.tbz2'.
2159         * progmodes/idlwave.el (auto-mode-alist): Remove unnecessary autoload.
2160         * files.el (auto-mode-alist): Add .PRO as per above autoload.
2162 2008-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
2164         * vc-dir.el (vc-dir-mode): Don't create the ewoc header here.
2165         (vc-dir-refresh): Set it here instead.  (Bug#1067)
2167 2008-10-02  Chong Yidong  <cyd@stupidchicken.com>
2169         * faces.el (inhibit-frame-set-background-mode): New var.
2170         (frame-set-background-mode): Use it to avoid a loop in
2171         face-spec-recalc.
2173 2008-10-02  Glenn Morris  <rgm@gnu.org>
2175         * vc-bzr.el (vc-bzr-diff): Use vc-switches rather than the obsolete
2176         vc-diff-switches.
2178 2008-10-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2180         * whitespace.el: Eliminate whitespace-kill-buffer-hook functionality,
2181         that is, to take some action when a buffer is killed.  Suggested by
2182         Stefan Monnier <monnier@iro.umontreal.ca>.  Doc fix.  New version
2183         11.2.2.
2184         (whitespace-action): Docstring and :type fix.
2185         (whitespace-turn-on, whitespace-turn-off, whitespace-warn-read-only):
2186         Code fix.
2187         (whitespace-add-local-hook, whitespace-remove-local-hook)
2188         (whitespace-kill-buffer-hook, whitespace-action): Fun eliminated.
2190 2008-10-01  Magnus Henoch  <mange@freemail.hu>
2192         * net/tls.el (open-tls-stream): Show the actual command being
2193         executed, instead of the format string.
2195 2008-10-01  Eli Zaretskii  <eliz@gnu.org>
2197         * term/internal.el (dos-locale-alist): New alist.
2198         (dos-codepage-setup): Use it to compute a value of locale with
2199         which to call set-locale-environment.  Remove code to set
2200         terminal, keyboard, and file-name encoding (done by
2201         set-locale-environment).
2203         * international/mule-cmds.el
2204         (set-language-environment-nonascii-translation): Fix nonascii
2205         value for `pc' ``window-system''.
2206         (set-display-table-and-terminal-coding-system)
2207         (set-default-coding-systems): Don't special-case `pc'.
2209 2008-10-01  Glenn Morris  <rgm@gnu.org>
2211         * filesets.el (filesets-menu-name): Fix type.
2212         (filesets-menu-path, filesets-menu-before): Fix types.
2213         Change defaults to be consistent with recentf.  (Bug#1056)
2215 2008-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2217         * term/xterm.el (xterm-turn-on-modify-other-keys)
2218         (xterm-turn-off-modify-other-keys, xterm-remove-modify-other-keys):
2219         Don't forget to pass `terminal' to `send-string-to-terminal'.
2221 2008-09-30  Michael Albinus  <michael.albinus@gmx.de>
2223         * vc-hooks.el (vc-file-clearprops): Revert change from 2008-09-29.
2224         (vc-file-not-found-hook): Check, that `buffer-file-name' is
2225         non-nil.  It is not clear, whether this is only fixing symptoms on
2226         an error.  OTOH, in all other cases, the call of `vc-file-clearprops'
2227         is embedded by that check.  So it might be TRT.  Suggested by Dan
2228         Nicolaescu <dann@ics.uci.edu>.
2230 2008-09-30  Eli Zaretskii  <eliz@gnu.org>
2232         * Makefile.in (ELCFILES): Remove codepage.elc.
2234         * international/codepage.el: File removed, as even ms-dos doesn't
2235         need it anymore.
2237         * loadup.el [ms-dos]: Don't load ccl and codepage.
2239         * term/internal.el: Remove coding: cookie and no-byte-compile flag.
2240         (IT-character-translations, cjk-codepages-alist): Remove variables.
2241         (IT-display-table-setup, dos-cpNNN-setup): Remove functions.
2242         (IT-unicode-translations): Remove charset and base elements.
2243         Add translations for Latin-1 characters.
2244         (IT-setup-unicode-display): Accept a CODING argument.  Don't use
2245         base and chset elements of IT-unicode-translations.  Don't wrap
2246         translation in "{...}".  Set up translations only for characters
2247         for which unencodable-char-position returns non-nil.
2248         (dos-codepage-setup): Don't use special-case codepages in
2249         cjk-codepages-alist.
2251         * files.el (locate-dominating-file): Wrap directory-files with
2252         condition-case, instead of calling file-directory-p, which stats
2253         the directory one more time.
2255         * mail/mail-utils.el (mail-unquote-printable-region):
2256         Use insert-byte instead of insert-char, when the UNIBYTE arg is
2257         non-nil.
2259 2008-09-30  Daiki Ueno  <ueno@unixuser.org>
2261         * epa-file.el (epa-file-insert-file-contents): Fix typo.
2263 2008-09-30  Glenn Morris  <rgm@gnu.org>
2265         * progmodes/which-func.el (which-func-imenu-joiner-function): Doc fix.
2267 2008-09-30  Daniel Colascione  <danc@merrillpress.com>
2269         * progmodes/which-func.el (which-func-imenu-joiner-function): New.
2270         (which-function): Handle nested imenu trees.
2272         * imenu.el (imenu--split-menu): Fix bug with shared lists that deleted
2273         some nested menu items.
2275 2008-09-30  Jay Belanger  <jay.p.belanger@gmail.com>
2277         * calc/calc-units.el (math-standard-units): Add entries used to
2278         display the the values in the units buffer.
2279         (math-build-units-table): Add entries to the units table to be used
2280         to display the values in the units buffer.
2281         (math-build-units-table-buffer): Use the display entry of the units
2282         table when non-nil.
2283         (calc-define-unit): Add option to enter display value of unit.
2285 2008-09-29  Michael Albinus  <michael.albinus@gmx.de>
2287         * vc-hooks.el (vc-file-clearprops): Check, that FILE is a string.
2289 2008-09-29  Eli Zaretskii  <eliz@gnu.org>
2291         * files.el (locate-dominating-file): Take file-attributes of
2292         `dir', not of `file' (which never changes).
2294 2008-09-29  Michael Albinus  <michael.albinus@gmx.de>
2296         * files.el (file-remote-p): Precise doc string; IDENTIFICATION can
2297         also be `localname'.
2299         * net/ange-ftp.el (ange-ftp-file-remote-p): Handle `localname' as
2300         IDENTIFICATION.
2302 2008-09-28  Glenn Morris  <rgm@gnu.org>
2304         * vc.el (vc-switches): Give it a doc string.
2306 2008-09-28  Romain Francoise  <romain@orebokech.com>
2308         * comint.el (comint-show-output): Adjust to stickiness changes of
2309         the output field.
2311         * startup.el (command-line): Start the daemon server later.
2313 2008-09-28  Martin Rudalics  <rudalics@gmx.at>
2315         * subr.el (read-quoted-char): Call char-resolve-modifiers
2316         instead of char-resolve-modifers.
2318 2008-09-27  Glenn Morris  <rgm@gnu.org>
2320         * play/solitaire.el (solitaire-mode-map): Bind "\r" rather
2321         than [return].  (Bug#1031)
2323 2008-09-27  Peter Dyballa  <Peter_Dyballa@Freenet.DE>
2325         * calendar/calendar.el (solar-sunrises-buffer): Fix typo.
2327 2008-09-27  Daiki Ueno  <ueno@unixuser.org>
2329         * epg.el (epg-wait-for-status): Check if there is no pending status.
2330         Reported by Ted Romer <ted@romerfamily.com>.
2332 2008-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
2334         * startup.el (command-line): Turn on menu-bar-mode and
2335         tool-bar-mode when running as a daemon.
2337 2008-09-26  Eli Zaretskii  <eliz@gnu.org>
2339         * makefile.w32-in ($(lisp)/progmodes/cc-mode.elc): Remove.
2340         ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
2341         ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
2342         ($(lisp)/progmodes/cc-engine.elc)
2343         ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
2344         ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
2345         ($(lisp)/progmodes/cc-subword.elc)
2346         ($(lisp)/progmodes/cc-vars.elc): New dependencies.
2348         * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Remove.
2349         ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
2350         ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
2351         ($(lisp)/progmodes/cc-engine.elc)
2352         ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
2353         ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
2354         ($(lisp)/progmodes/cc-subword.elc)
2355         ($(lisp)/progmodes/cc-vars.elc): New dependencies.
2357 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2359         * informat.el (Info-split-threshold): New variable.
2360         (Info-split): Use it.
2362         * textmodes/texinfmt.el (texinfo-format-buffer):
2363         Use Info-split-threshold to decide whether to split Info files.
2365 2008-09-25  Chong Yidong  <cyd@stupidchicken.com>
2367         * progmodes/octave-mod.el (octave-mode-menu): Fix incorrect
2368         quoting.
2370         * comint.el (comint-dynamic-complete-as-filename): Quote directory
2371         name when reinserting it.
2373         * isearch.el (isearch-search-fun): Use word-search-forward-lax and
2374         word-search-backward-lax for incremental word search.
2376 2008-09-25  Juanma Barranquero  <lekktu@gmail.com>
2378         * generic-x.el (generic-other-modes): Fix typo in docstring.
2379         (generic-use-find-file-hook, generic-lines-to-scan)
2380         (generic-find-file-regexp, generic-ignore-files-regexp)
2381         (generic-define-mswindows-modes, generic-define-unix-modes):
2382         Remove `*' from docstring.
2383         (generic-mode-find-file-hook): Use `string-match-p'.
2384         (apache-log-generic-mode, mailagent-rules-generic-mode)
2385         (prototype-generic-mode, pkginfo-generic-mode, javascript-generic-mode)
2386         (java-manifest-generic-mode, java-properties-generic-mode)
2387         (alias-generic-mode): Doc fix: use "Generic mode" in docstrings
2388         for consistency with other modes in generic-x.el.
2390 2008-09-25  Martin Rudalics  <rudalics@gmx.at>
2392         * textmodes/tex-mode.el (latex-handle-escaped-parens): New variable.
2393         (latex-backward-sexp-1, latex-forward-sexp-1): Treat escaped
2394         parens specially only if latex-handle-escaped-parens is non-nil.
2395         (latex-indent-within-escaped-parens): New option.
2396         (latex-find-indent): Bind latex-handle-escaped-parens to
2397         latex-indent-within-escaped-parens.  Do not treat escaped parens
2398         specially when this is nil.  (Bug#954)
2400 2008-09-25  Glenn Morris  <rgm@gnu.org>
2402         * ffap.el (ffap-fixup-url): Don't call url-normalize-url.  (Bug#898)
2404 2008-09-25  Chong Yidong  <cyd@stupidchicken.com>
2406         * vc.el (vc-mark-resolved): Move message here from
2407         vc-default-mark-resolved.
2408         (vc-default-mark-resolved): Change to an alias for ignore.
2410 2008-09-24  Andreas Politz  <politza@fh-trier.de>  (tiny change)
2412         * term.el (term-emulate-terminal): Encode input string before
2413         checking its length.
2415 2008-09-24  Chong Yidong  <cyd@stupidchicken.com>
2417         * progmodes/sh-script.el (sh-mode-map): Don't assume that skeleton
2418         is loaded.
2420         * server.el (server-buffer-done): Avoid changing the buffer when
2421         deleting the client's frame (bug#640).
2423         * vc.el (vc-default-mark-resolved): New function.
2425 2008-09-24  Stephen Berman  <stephen.berman@gmx.net>
2427         * mail/rfc822.el (rfc822-addresses): Prevent rfc822-bad-address
2428         from raising a wrong-type-argument error.
2430 2008-09-24  Martin Rudalics  <rudalics@gmx.at>
2432         * help-fns.el (describe-function-1, describe-variable): Print
2433         relative file name in help buffer.
2434         * faces.el (describe-face): Print relative file name in help
2435         buffer.
2437 2008-09-23  Romain Francoise  <romain@orebokech.com>
2439         * subr.el (with-output-to-string): Make sure that the temporary
2440         buffer gets killed.
2442 2008-09-23  Markus Sauermann  <markus@sauermann-consulting.de>  (tiny change)
2444         * emacs-lisp/lisp-mode.el (calculate-lisp-indent): Fix
2445         indentation problem with keyword symbols when a list starts with
2446         ,@ or spaces.  (Bug#1012)
2448 2008-09-23  Martin Rudalics  <rudalics@gmx.at>
2450         * textmodes/tex-mode.el (latex-find-indent): Try to handle
2451         escaped close parens correctly.  (Bug#954)
2453 2008-09-22  Tassilo Horn  <tassilo@member.fsf.org>
2455         * play/fortune.el (fortune-in-buffer): Fix a bug which forced
2456         usage of `fortune-file' even though a FILE argument was passed to
2457         the function.
2459 2008-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
2461         * startup.el (command-line): Start the server when in daemon mode.
2462         Remove always true test.
2464         * frame.el (frame-initialize): Remove spurious setting of
2465         special-display-function with the default value.
2467 2008-09-20  Vincent Belaïche  <vincent.b.1@hotmail.fr>
2469         * calc/calc-vec.el (calcFunc-venum): Properly handle intervals.
2471 2008-09-20  Glenn Morris  <rgm@gnu.org>
2473         * emacs-lisp/lisp-mode.el (lisp-indent-offset):
2474         Fix custom type.  (Bug#1011)
2476 2008-09-20  David De La Harpe Golden  <david@harpegolden.net>
2478         * files.el (move-file-to-trash): Avoid recursive trashing if
2479         rename-file calls delete-file.
2481 2008-09-20  Glenn Morris  <rgm@gnu.org>
2483         * play/fortune.el: Remove leading `*' from defcustom docs.
2484         (fortune-program-options): Doc fix.  Allow to be a string again.
2485         Add :version.
2486         (fortune-in-buffer): Handle fortune-program-options as a string.
2487         Don't rely on fortune program accepting options after fortune file.
2489 2008-09-20  Justin Bogner  <mail@justinbogner.com>  (tiny change)
2491         * play/fortune.el (fortune-program-options): Change to a list.
2492         (fortune-in-buffer): Use apply.
2494 2008-09-20  Ulrich Mueller  <ulm@kph.uni-mainz.de>
2496         * emacs-lisp/authors.el: Change encoding of file to utf-8.
2497         (authors-coding-system): Likewise.
2499 2008-09-20  Ami Fischman  <ami@fischman.org>
2501         * savehist.el (savehist-save): Handle errors in writing as well as
2502         reading.
2504 2008-09-20  Michael Olson  <mwolson@gnu.org>
2506         * emacs-lisp/tq.el (tq-create): Disable undo in tq buffer in order
2507         to provide a minimal performance boost.
2509 2008-09-19  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2511         * proced.el (proced-grammar-alist, proced-custom-attributes)
2512         (proced-format-alist, proced-format, proced-filter-alist)
2513         (proced-filter, proced-sort): Use defcustom.
2514         (proced-mode): Fix docstring.
2515         (proced-process-attributes): Handle return value nil of functions
2516         in proced-custom-attributes.
2518 2008-09-19  Martin Rudalics  <rudalics@gmx.at>
2520         * textmodes/sgml-mode.el (sgml-tag-syntax-table): Remove prefix
2521         flag from "'" entry in sgml-tag-syntax-table.  (Bug#946)
2523 2008-09-19  Miles Bader  <miles@gnu.org>
2525         * comint.el (comint-output-filter): Make field properties for
2526         output text front-sticky.
2528 2008-09-18  Dan Nicolaescu  <dann@ics.uci.edu>
2530         * vc-bzr.el (vc-bzr-show-log-entry):
2531         * vc-git.el (vc-git-show-log-entry): Deal with a nil argument,
2532         C-x v l for a directory uses that.
2534 2008-09-18  Simon Josefsson  <simon@josefsson.org>
2536         * files.el (auto-mode-alist): Use sieve-mode for .sv, .siv, and
2537         .sieve files.
2539 2008-09-18  Martin Rudalics  <rudalics@gmx.at>
2541         * help-macro.el (make-help-screen): Preserve key bindings
2542         established in help-mode call when exiting this macro.
2544 2008-09-17  Kenichi Handa  <handa@m17n.org>
2546         * language/burmese.el: Fix setting of composition-function-table.
2548 2008-09-17  Martin Rudalics  <rudalics@gmx.at>
2550         * info.el (Info-follow-nearest-node): Don't raise an error for
2551         mouse-1 clicks.
2553 2008-09-17  Jay Belanger  <jay.p.belanger@gmail.com>
2555         * calc/calc-units.el (calc-convert-temperature): Use default
2556         units when appropriate.
2558 2008-09-16  Markus Triska  <markus.triska@gmx.at>
2560         * textmodes/flyspell.el (flyspell-math-tex-command-p): Always
2561         catch errors raised in `texmathp'.
2562         (flyspell-tex-math-initialized): Remove.
2564 2008-09-16  Martin Rudalics  <rudalics@gmx.at>
2566         * frame.el (select-frame-set-input-focus): With non-nil
2567         mouse-autoselect-window always move mouse cursor to frame's
2568         selected window.  Otherwise restore pre 2008-09-13 behavior.
2569         (select-frame-by-name): Use select-frame-set-input-focus.
2571         * files.el (switch-to-buffer-other-frame): Don't raise frame since
2572         pop-to-buffer already does it.
2573         (display-buffer-other-frame): Fix doc-string.
2575 2008-09-16  Glenn Morris  <rgm@gnu.org>
2577         * add-log.el (diff-find-source-location): Update declaration.
2579         * progmodes/make-mode.el (makefile-match-function-end):
2580         Move point.  (Bug#983)
2582 2008-09-16  Daiki Ueno  <ueno@unixuser.org>
2584         * epg.el (epg-start-verify): Pass "--verify" to gpgsm.
2586 2008-09-15  Juanma Barranquero  <lekktu@gmail.com>
2588         * vc-rcs.el (vc-rcs-steal-lock, vc-rcs-checkout): Fix docstring typos.
2589         (vc-rcs-fetch-master-state, vc-rcs-system-release): Doc fixes.
2591 2008-09-15  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
2593         * vc-rcs.el (vc-rcs-rollback): Fix typos in docstring.
2595 2008-09-15  Martin Rudalics  <rudalics@gmx.at>
2597         * files.el (file-truename): Don't raise args-out-of-range error
2598         when filename has no separator on windows-nt.  (Bug#982)
2600 2008-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2602         * diff-mode.el (diff-find-file-name): Rename `batch' to `noprompt' and
2603         be more honest when we don't know.
2604         (diff-tell-file-name): Don't prompt before the actual prompt.
2605         (diff-mode): Don't prompt in add-log-buffer-file-name-function.
2606         (diff-find-source-location): Add `noprompt' argument.
2607         (diff-current-defun): Don't prompt.
2609 2008-09-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2611         * proced.el (proced-mark-face, proced-marked-face)
2612         (proced-sort-header-face): Remove.
2613         (proced-font-lock-keywords): Simplify.
2614         (proced-format): Use face proced-sort-header.
2615         (proced-format-interactive, proced-sort-interactive)
2616         (proced-filter-interactive): Only call proced-update if the scheme
2617         has changed.
2618         (proced-sort-header): Use posn-actual-col-row.
2620 2008-09-14  Martin Rudalics  <rudalics@gmx.at>
2622         * add-log.el (change-log-find-window): New variable.
2623         (change-log-goto-source-1, change-log-goto-source):
2624         Set change-log-find-window to window displaying source.
2625         (change-log-next-error): Select window specified by
2626         change-log-find-window.
2628 2008-09-13  Martin Rudalics  <rudalics@gmx.at>
2630         * frame.el (select-frame-set-input-focus): With focus follows
2631         mouse move mouse cursor to right window.
2632         * window.el (pop-to-buffer): Select window before calling
2633         select-frame-set-input-focus.
2635 2008-09-12  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2637         * proced.el (proced-sort-header): New face.
2638         (proced-sort-header-face): New variable.
2639         (proced-format): Allow format value nil.
2640         Use proced-sort-header-face for header of sort column.
2641         (proced-format-args): New function.
2642         (proced-grammar-alist, proced-timer-flag, proced-process-alist)
2643         (proced-header-help-echo, proced-field-help-echo, proced-timer)
2644         (proced-toggle-timer-flag, proced, proced-mode): Doc fix.
2645         (proced-refine): Rename from proced-filter-attribute.  Doc fix.
2646         (proced-sort-header): Bind also to mouse-1.
2647         (proced-move-to-goal-column): Return position of point.
2648         (proced-filter-interactive): Always revert listing.
2649         (proced-format-ttname): Simplify.
2650         (proced-update): Do not keep undo information.  Put point at
2651         beginning of buffer if we generate the first listing.
2653 2008-09-12  Tassilo Horn  <tassilo@member.fsf.org>
2655         * doc-view.el (doc-view-scroll-up-or-next-page)
2656         (doc-view-scroll-down-or-previous-page): Fix scrolling in case of
2657         vertically split windows.
2659 2008-09-12  Glenn Morris  <rgm@gnu.org>
2661         * progmodes/f90.el (f90-mode-map): Don't bind \t and \r.
2663         * indent.el (indent-line-function): Doc fix.
2664         * progmodes/sh-script.el (sh-font-lock-open-heredoc): Doc fix.
2666 2008-09-11  Martin Rudalics  <rudalics@gmx.at>
2668         * window.el (pop-to-buffer): If the window for buffer-or-name is
2669         not on the selected frame, raise that window's frame and give it
2670         input focus.  (Bug#745)
2672 2008-09-11  Glenn Morris  <rgm@gnu.org>
2674         * ido.el (ido-mode): Initialize with custom-initialize-default,
2675         rather than a set function.  (Bug#947)
2677 2008-09-10  Chong Yidong  <cyd@stupidchicken.com>
2679         * replace.el (perform-replace): Don't set inhibit-read-only using
2680         query-replace-skip-read-only (bug#956).
2682         * edmacro.el (edmacro-parse-keys): Fix last change to omit macros
2683         of the <<foo>> form.
2685 2008-09-10  Martin Rudalics  <rudalics@gmx.at>
2687         * window.el (display-buffer): Fix doc-string typo.
2689 2008-09-10  Kenichi Handa  <handa@m17n.org>
2691         * composite.el (compose-gstring-for-graphic): Fix previous change.
2693 2008-09-10  Glenn Morris  <rgm@gnu.org>
2695         * info.el (Info-try-follow-nearest-node): Fix doc typo.
2697 2008-09-10  Stephen Berman  <stephen.berman@gmx.net>
2699         * info.el (Info-mouse-follow-nearest-node): Follow links to different
2700         manuals.  (Bug#886)
2702 2008-09-09  Juanma Barranquero  <lekktu@gmail.com>
2704         * ido.el (ido-unload-function): New function.
2706 2008-09-08  Juanma Barranquero  <lekktu@gmail.com>
2708         * ido.el (ido-file-internal): Fix typo in prompt.
2709         (ido-merge-ftp-work-directories, ido-max-work-file-list): Doc fixes.
2710         (ido-max-prospects, ido-max-file-prompt-width, ido-ignore-buffers)
2711         (ido-enable-prefix, ido-setup-hook, ido-rewrite-file-prompt-functions)
2712         (ido-magic-forward-char, ido-magic-delete-char, ido-pop-dir):
2713         Fix typos in docstrings.
2715 2008-09-08  Martin Rudalics  <rudalics@gmx.at>
2717         * help-fns.el (describe-function-1): Don't print extra newline
2718         after filling.
2720 2008-09-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2722         * help-fns.el (find-lisp-object-file-name): Handle case where
2723         library is compressed.
2725 2008-09-07  Chong Yidong  <cyd@stupidchicken.com>
2727         * complete.el (PC-do-completion): Don't replace buffer
2728         contents (bug#227).
2730 2008-09-07  Juanma Barranquero  <lekktu@gmail.com>
2732         * loadhist.el (unload-feature-special-hooks):
2733         Add `choose-completion-string-functions'.
2735 2008-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2737         * vc-svn.el (vc-svn-root):
2738         * vc-sccs.el (vc-sccs-root):
2739         * vc-rcs.el (vc-rcs-root):
2740         * vc-cvs.el (vc-cvs-root): Delete.
2741         * vc-hooks.el (vc-find-root): Remove `invert' argument.
2743 2008-09-07  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
2745         * progmodes/flymake.el (flymake-parse-err-lines): Filter out
2746         errors occurring in different files.
2748 2008-09-07  Dan Nicolaescu  <dann@ics.uci.edu>
2750         * vc-bzr.el (vc-bzr-extra-fileinfo): New defstruct.
2751         (vc-bzr-status-printer): New function.
2752         (vc-bzr-after-dir-status): Deal with renamed files.
2754 2008-09-07  Johan Euphrosine  <proppy@aminche.com>  (tiny change)
2756         * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Shell quote
2757         buffer's filename.
2759 2008-09-07  Martin Rudalics  <rudalics@gmx.at>
2761         * subr.el (cancel-change-group): Widen buffer temporarily when
2762         undoing changes.  (Bug#810)
2764 2008-09-07  Nick Roberts  <nickrob@snap.net.nz>
2766         * progmodes/gud.el (gud-stop-subjob): Using jdb, suspend threads
2767         with gud-stop-subjob rather than exit debugger.
2769 2008-09-07  Kenichi Handa  <handa@m17n.org>
2771         * composite.el: Compose combining characters only when it
2772         follows a character matching with "[[:alpha:]]".
2774 2008-09-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2776         * proced.el: Require time-date.
2777         (proced-command-alist, proced-command, proced-goal-header-re)
2778         (proced-sorting-schemes-alist, proced-sorting-scheme)
2779         (proced-header-alist, proced-sorting-schemes-re)
2780         (proced-skip-regexp, proced-next-line, proced-previous-line)
2781         (proced-listing-type, proced-sorting-scheme-p): Remove.
2782         (proced-grammar-alist, proced-custom-attributes)
2783         (proced-format-alist, proced-format, proced-filter-alist)
2784         (proced-filter, proced-sort, proced-goal-attribute)
2785         (proced-timer-interval, proced-timer-flag, proced-timer)
2786         (proced-process-alist, proced-sort-internal, proced-process-tree)
2787         (proced-header-help-echo, proced-field-help-echo): New variables.
2788         (proced-pid-at-point, proced-timer, proced-mark-process-alist)
2789         (proced-omit-process, proced-filter, proced-process-tree)
2790         (proced-filter-children, proced-children-pids)
2791         (proced-filter-parents, proced-<, proced-string-lessp)
2792         (proced-time-lessp, proced-xor, proced-sort-p)
2793         (proced-format-time, proced-format-start, proced-format-ttname)
2794         (proced-format, proced-process-attributes): New functions.
2795         (proced-toggle-timer-flag, proced-mark-children)
2796         (proced-mark-parents, proced-filter-interactive)
2797         (proced-filter-attribute, proced-sort-interactive)
2798         (proced-sort-header, proced-format-interactive): New commands.
2799         (proced-move-to-goal-column): Use goal-column.
2800         (proced-mode): Use proced-timer.
2801         (proced-do-mark-all): Display process count.  Use use-region-p.
2802         Simplify.
2803         (proced-omit-processes): Use use-region-p.
2804         (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
2805         (proced-sort-start, proced-sort-time, proced-sort-user):
2806         Use proced-sort-interactive.
2807         (proced-sort): Make it a function that performs the actual sort.
2808         (proced-update): New arg revert.  Use proced-process-alist,
2809         proced-filter, proced-sort, proced-format, and
2810         proced-grammar-alist.  Preserve position of point based on fields.
2811         Make header line and fields clickable.
2812         (proced-send-signal): Use proced-pid-at-point and proced-process-alist.
2813         (proced-why): Use save-selected-window.
2814         (proced-log): Use buffer-read-only.
2816 2008-09-06  Chong Yidong  <cyd@stupidchicken.com>
2818         * tooltip.el (tooltip-mode): Initialize unconditionally to t.
2820 2008-09-06  Glenn Morris  <rgm@gnu.org>
2822         * add-log.el (diff-find-source-location): Declare.
2823         (find-change-log): If called from a diff buffer, try to switch to the
2824         source buffer (e.g. to respect change-log-default-name there).
2826         * progmodes/sh-script.el (sh-get-kw): Remove '()' from the list of
2827         unallowed characters; added 2006-10-10 without comment.  (Bug#753)
2829         * Makefile.in (ELCFILES): Update.
2831 2008-09-06  Chong Yidong  <cyd@stupidchicken.com>
2833         * textmodes/ispell.el (ispell-command-loop): Suspend ispell if the
2834         user enters a mouse event in another frame, or a special event.
2836         * server.el (server-switch-buffer): New arg.
2837         (server-execute): If reusing an existing window, set file position
2838         if required.
2840 2008-09-06  Kenichi Handa  <handa@m17n.org>
2842         * language/lao.el: Fix setting of composition-function-table.
2844 2008-09-06  Eli Zaretskii  <eliz@gnu.org>
2846         * term/pc-win.el (msdos-show-help): Don't truncate lines while
2847         displaying help echo messages.
2849 2008-09-06  Martin Rudalics  <rudalics@gmx.at>
2851         * subr.el (symbol-file): Fix doc-string.
2853 2008-09-06  Glenn Morris  <rgm@gnu.org>
2855         * help-mode.el (help-xref-forward-stack): Doc fix.
2857         * add-log.el (change-log-default-name): Autoload safety.
2859 2008-09-05  Wilson Snyder  <wsnyder@wsnyder.org>
2861         * verilog-mode.el (verilog-library-extensions): Enable .sv
2862         filename extensions to call verilog-mode.
2863         (verilog-auto, verilog-auto-inst, verilog-faq)
2864         (verilog-submit-bug-report): Update author support URLs.
2865         (verilog-delete-auto, verilog-auto-inout-module)
2866         (verilog-auto-inout-comp, verilog-auto): Add AUTOINOUTCOMP for
2867         creating complemented testbench modules.  Suggested by Yishay Belkind.
2868         (verilog-auto-inst-port, verilog-simplify-range-expression):
2869         When verilog-auto-inst-param-value is set, don't require a
2870         AUTO_TEMPLATE to expand parameter substitutions.  Suggested by
2871         Yishay Belkind.
2872         (verilog-auto-inst-param-value): Add safe variable.
2873         (verilog-re-search-forward, verilog-re-search-backward):
2874         Fix returning wrong search results on Emacs 22.1.
2875         (verilog-modi-cache-results, verilog-auto): Fix warning message
2876         about "toggling font-lock-mode."
2877         (verilog-auto): Fix losing font-lock on errors.
2878         (verilog-auto-inst-param-value, verilog-mode-version)
2879         (verilog-mode-version-date, verilog-read-inst-param-value)
2880         (verilog-auto-inst, verilog-auto-inst-param)
2881         (verilog-auto-inst-port, verilog-simplify-range-expression):
2882         Allow parameters to be replaced with their values, on the expansion of
2883         an AUTOINST with Verilog 2001 style parameter settings.
2884         Suggested by David Rogoff.
2886 2008-09-05  Michael McNamara  <mac@mail.brushroad.com>
2888         * verilog-mode.el (verilog-beg-block-re-ordered, verilog-calc-1):
2889         Better support for the property statement.  Sometimes this keyword
2890         introduces a statement which requires an endproperty keyword, and
2891         sometimes it doesn't, depending on the work before the property
2892         word.  If property is prefixed with assert, assume or cover
2893         keyword, then the statement is ended with a ';'.  Otherwise,
2894         property is like task or specify, and is followed by some number
2895         of statements, which are ended with an endproperty keyword.
2896         (electric-verilog-tab): Support Emacs 22.2 style handling of tab
2897         in a highlighted region: indent each line in region according to
2898         mode.  Supply this so it works in XEmacs and older Emacs.
2900 2008-09-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2902         * whitespace.el (whitespace-kill-buffer-hook, whitespace-action):
2903         Don't clean up a buffer when killing it.
2905 2008-09-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2907         * whitespace.el: Fix auto-cleanup on kill prevents killing read-only
2908         buffers (bug#360).  New version 11.2.1.
2909         (whitespace-action): New value `warn-read-only' to give a warning when
2910         buffer is read-only and whitespace action is cleanup or auto-cleanup.
2911         (whitespace-cleanup, whitespace-cleanup-region): Code fix.
2912         (whitespace-warn-read-only): New fun.
2914 2008-09-05  Chong Yidong  <cyd@stupidchicken.com>
2916         * international/quail.el: Require help-mode.
2917         (quail-help-init): Function removed.
2918         (quail-keyboard-layout-button, quail-keyboard-customize-button):
2919         Define directly.
2921         * dired.el (dired-get-filename): Rewrite octal escape character
2922         processor (bug#885).
2924 2008-09-05  Eli Zaretskii  <eliz@gnu.org>
2926         * cus-edit.el (custom-button-pressed): Default to inverse-video.
2928         * term/pc-win.el (msdos-face-setup): Setup faces for all frames,
2929         not just for terminal-frame.
2931 2008-09-05  Martin Rudalics  <rudalics@gmx.at>
2933         * window.el (window--try-to-split-window): Don't split when window
2934         is not splittable in last disjunct.  (Bug#888)
2936 2008-09-05  Kenichi Handa  <handa@m17n.org>
2938         * language/tibetan.el: Fix setting of composition-function-table.
2940         * composite.el (find-composition): Mention about the automatic
2941         composition in the docstring.
2942         (compose-gstring-for-graphic): Fix handling "above" marks.
2944         * descr-text.el (describe-char): Fix handling of automatic composition.
2946 2008-09-04  Juanma Barranquero  <lekktu@gmail.com>
2948         * net/tramp-cache.el (tramp-flush-file-function): Fix docstring typo.
2949         (tramp-parse-connection-properties): Reflow docstring.
2951 2008-09-04  Kim F. Storm  <storm@cua.dk>
2953         * ido.el (ido-buffer-internal, ido-file-internal): Pass on other-window
2954         and other-frame methods when switching between file and buffer modes.
2956 2008-09-04  Martin Rudalics  <rudalics@gmx.at>
2958         * info.el (Info-dir-remove-duplicates): Narrow buffer when
2959         removing duplicate entries under same heading.  Don't skip char
2960         matching anything but a space or tab at bol.  (Bug#864)
2962 2008-09-03  Alan Mackenzie  <acm@muc.de>
2964         * progmodes/cc-defs.el (c-version): Increment to 5.31.6.
2966 2008-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2968         * minibuffer.el (completion-pcm--pattern->regex): Undo last change.
2969         (completion-pcm--all-completions): Move the case-fold-search binding to
2970         it also applies to completion-regexp-list (used in all-completions).
2971         (completion-pcm--hilit-commonality): Add missing case-fold-search.
2973 2008-09-03  Martin Rudalics  <rudalics@gmx.at>
2975         * window.el (pop-up-frame-function): Move ...
2976         * frame.el (pop-up-frame-function): ... here, to avoid
2977         "CHANGED outside Customize;".
2979 2008-09-03  Glenn Morris  <rgm@gnu.org>
2981         * buff-menu.el (buffer-menu-mode-hook): Add obsolete alias.
2983 2008-09-03  Chong Yidong  <cyd@stupidchicken.com>
2985         * isearch.el (isearch-highlight-regexp): Fix last change, quoting
2986         non-alphabetical characters properly.
2988 2008-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
2990         * files.el (auto-mode-alist): Use verilog-mode for SystemVerilog files.
2992 2008-09-02  Martin Rudalics  <rudalics@gmx.at>
2994         * calc/calc.el (calc-dispatch-map): Fix handling of upcased and
2995         control-prefixed keys.  (Bug#835)
2997 2008-09-02  Chong Yidong  <cyd@stupidchicken.com>
2999         * image-mode.el (image-mode): Fix 2008-07-19 change.
3001 2008-09-02  Juanma Barranquero  <lekktu@gmail.com>
3003         * tool-bar.el (tool-bar-add-item): Fix typo in docstring.
3005         * emulation/tpu-edt.el (tpu-kill-buffer): Doc fix.
3007 2008-09-02  Glenn Morris  <rgm@gnu.org>
3009         * emacs-lisp/lucid.el (try-face-font): Remove dead alias.
3011         * progmodes/cc-langs.el (c-opt-op-identitier-prefix): Fix typo.
3013 2008-09-01  Glenn Morris  <rgm@gnu.org>
3015         * vc-hooks.el (vc-previous-version): Move alias to vc.el.
3016         * vc.el (vc-default-previous-version): Move alias here from vc-hooks,
3017         and fix name typos.  (Bug#856)
3019 2008-09-01  Chong Yidong  <cyd@stupidchicken.com>
3021         * minibuffer.el (completion-pcm--pattern->regex):
3022         When completion-ignore-case is non-nil, generate a regexp that
3023         ignores case.
3025         * window.el (recenter-top-bottom): Doc fix.
3027 2008-09-01  Simon South  <ssouth@member.fsf.org>
3029         * progmodes/delphi.el: New maintainer.
3030         (delphi-interface-types): New var.
3031         (delphi-composite-types): Use it.
3032         (delphi-enclosing-indent-of): Distinguish between "interface"
3033         keyword as a unit separator and used like a class declaration.
3035 2008-09-01  Martin Rudalics  <rudalics@gmx.at>
3037         * help-fns.el (describe-simplify-lib-file-name)
3038         (find-source-lisp-file): Remove.
3039         (find-lisp-object-file-name): New function giving preference to
3040         files found via load-path instead of loaddefs.el.
3041         (describe-function-1): Use new function instead of the removed
3042         ones.  (Bugs #587, #669, #690)
3043         * faces.el (describe-face): Use find-lisp-object-file-name instead
3044         of describe-simplify-lib-file-name.
3046 2008-09-01  Kenichi Handa  <handa@m17n.org>
3048         * international/mule-diag.el (font-show-log): Fix previous change.
3050         * international/mule-cmds.el (set-language-environment):
3051         Don't overwrite current-iso639-language if the current language
3052         environment doesn't provide that data.
3053         (set-locale-environment): Set current-iso639-language from the
3054         locale name.
3056         * international/fontset.el (script-representative-chars): Re-add
3057         the entry for symbol, but with vector of characters.
3058         (setup-default-fontset): Cancel previous change.
3060 2008-08-31  Chong Yidong  <cyd@stupidchicken.com>
3062         * ido.el: Move provide statement to the end of the file.
3064 2008-08-30  Markus Triska  <markus.triska@gmx.at>
3066         * linum.el (linum-mode): `window-size-change-functions' can now be
3067         buffer-local.
3068         (linum-update-window): Use result of `move-overlay'.
3070 2008-08-30  Glenn Morris  <rgm@gnu.org>
3072         * subr.el (make-variable-frame-local): Tweak obsolescence message.
3074         * info.el (Info-hide-note-references, Info-refill-paragraphs):
3075         Doc fixes.
3077         * apropos.el (apropos-command): Report documentation errors.
3078         * help-fns.el (describe-function-1): Handle broken aliases.  (Bug#825)
3080 2008-08-29  Chong Yidong  <cyd@stupidchicken.com>
3082         * isearch.el (isearch-highlight-regexp): Fix case of highlighted
3083         string.
3085 2008-08-29  Eli Zaretskii  <eliz@gnu.org>
3087         * bindings.el (mode-line-frame-identification): Fix last change.
3089 2008-08-29  Kenichi Handa  <handa@m17n.org>
3091         These changes are to adjust the automatic composition for the new
3092         implementation (avoid using text property).
3094         * composite.el (composition-function-table): Move declaration to
3095         composite.c.
3096         (terminal-composition-base-character-p): Delete it.
3097         (terminal-composition-function): Delete it.
3098         (terminal-composition-function-table): Delete it.
3099         (lgstring-header, lgstring-set-header, lgstring-font)
3100         (lgstring-char, lgstring-char-len, lgstring-shaped-p)
3101         (lgstring-set-id, lgstring-glyph, lgstring-glyph-len)
3102         (lgstring-set-glyph, lglyph-from, lglyph-to, lglyph-char)
3103         (lglyph-code, lglyph-width, lglyph-lbearing, lglyph-rbearing)
3104         (lglyph-ascent, lglyph-descent, lglyph-adjustment)
3105         (lglyph-set-from-to, lglyph-copy, lgstring-insert-glyph)
3106         (compose-glyph-string, compose-glyph-string-relative)
3107         (compose-gstring-for-graphic, compose-gstring-for-terminal):
3108         New functions.
3109         (auto-compose-chars): Argument changed.
3111         * language/european.el: Don't setup composition-function-table.
3112         (diacritic-composition-pattern, diacritic-compose-region)
3113         (diacritic-compose-string, diacritic-compose-buffer)
3114         (diacritic-composition-function): Delete them.
3116         * language/lao-util.el (lao-composition-function): Argument changed.
3118         * language/sinhala.el: Fix setting up of composition-function-table.
3120         * language/thai.el: Fix setting up of composition-function-table.
3122         * language/thai-util.el: Encoding changed to utf-8.
3123         (thai-composition-function): Argument changed.
3125         * language/indian.el: Fix setting up of composition-function-table.
3126         (devanagari-composable-pattern)
3127         (tamil-composable-pattern, kannada-composable-pattern)
3128         (malayalam-composable-pattern): New variables.
3130         * international/characters.el (unicode-category-table):
3131         Setup unicode-category-table.
3133         * international/fontset.el (setup-default-fontset): Prepend
3134         iso10646-1 fonts to the fallback font groups instead of appending.
3136 2008-08-29  Glenn Morris  <rgm@gnu.org>
3138         * cus-start.el (truncate-partial-width-windows): Changed in 23.1.
3140 2008-08-28  Chong Yidong  <cyd@stupidchicken.com>
3142         * term/x-win.el (x-win-suspend-error): Don't signal error if there
3143         are no X frames active.
3145 2008-08-28  Michael Albinus  <michael.albinus@gmx.de>
3147         * net/xesam.el (xesam-kill-buffer-function): Wrap code by
3148         `ignore-errors' (the function must succeed always).
3150 2008-08-28  "Edward O'Connor"  <hober0@gmail.com>
3152         * json.el (json-read-number): New arg.  Handle explicitly signed
3153         numbers.
3154         (json-readtable): Add `+' and `.'.
3156 2008-08-28  Eli Zaretskii  <eliz@gnu.org>
3158         * term/pc-win.el (msdos-previous-message): New variable.
3159         (msdos-show-help): New function.
3160         (msdos-initialize-window-system): Set show-help-function to
3161         msdos-show-help.
3163 2008-04-09  Lennart Borgman  <lennart.borgman@gmail.com>
3165         * emacs-lisp/debug.el (debug): When killing a noninteractive
3166         Emacs, give an exit status of -1.
3168 2008-08-28  Chong Yidong  <cyd@stupidchicken.com>
3170         * vc-hooks.el (vc-workfile-unchanged-p): Revert last change.
3172 2008-08-27  Alex Harsanyi  <harsanyi@mac.com>  (tiny change)
3174         * vc-hooks.el (vc-workfile-unchanged-p): If the checkout time is
3175         not the same as the last modification time, fall back on the
3176         backend-specific check.
3178 2008-08-27  Teodor Zlatanov  <tzz@lifelogs.com>
3180         * add-log.el (change-log-next-error): Run an extra `pop-to-buffer'
3181         to go to the position of interest.
3183 2008-08-27  Tomas Abrahamsson  <tab@lysator.liu.se>
3185         * textmodes/artist.el (artist-mode-init): Add comment on the
3186         setting up of the `artist-replacement-table' array.
3187         (artist-get-replacement-char): New defsubst.
3188         (artist-get-char-at-xy-conv, artist-replace-char)
3189         (artist-replace-chars, artist-replace-string): Use it instead of
3190         accessing `artist-replacement-table' directly.
3191         Reported by Rubén Berenguel <ruben@maia.ub.es>.
3193         (artist-mt): Fix structures for cut and copy operations.
3195 2008-08-27  Chong Yidong  <cyd@stupidchicken.com>
3197         * shell.el (shell-file-name-quote-list): Quote `$'.
3199         * comint.el (comint-dynamic-complete-as-filename): Generalize last
3200         change to allow quoting of characters before point.
3201         (comint-dynamic-list-filename-completions): Quote common substring.
3203 2008-08-26  Chong Yidong  <cyd@stupidchicken.com>
3205         * comint.el (comint-dynamic-complete-as-filename): If case is
3206         ignored while matching, replace the entire filename with completion.
3208         * textmodes/flyspell.el (flyspell-check-pre-word-p): Make sure
3209         flyspell-pre-point is valid to avoid signalling an error in
3210         post-command-hook.
3212 2008-08-26  Johan Bockgård  <bojohan@gnu.org>
3214         * linum.el (linum): Inherit remaining face attributes from default
3215         face.
3217 2008-08-26  Markus Triska  <markus.triska@gmx.at>
3219         * linum.el (linum-delay): Disable - it should no longer be
3220         necessary, and can lead to longer delays.
3221         (linum-update-window): Renumber if margin width has changed.
3223 2008-08-26  Daiki Ueno  <ueno@unixuser.org>
3225         * epa.el (epa--key-widget-action): Save the selected window to
3226         make `widget-button-click-moves-point' work.  (Bug#733).
3228 2008-08-26  Glenn Morris  <rgm@gnu.org>
3230         * calendar/holidays.el (calendar-holidays): Doc fix.
3232         * progmodes/gud.el (tramp-file-name-localname)
3233         (tramp-dissect-file-name): Declare.
3235         * term/pc-win.el (msdos-setup-keyboard): Fix declaration.
3237 2008-08-25  Eli Zaretskii  <eliz@gnu.org>
3239         * bindings.el (mode-line-frame-control): New function, caters to
3240         `pc' ``window system''.
3241         (mode-line-frame-identification): Use it instead of accessing
3242         window-system directly.
3244 2008-08-25  Juri Linkov  <juri@jurta.org>
3246         * textmodes/text-mode.el (text-mode-map): Unbind "\es" from
3247         `center-line' and "\eS" from `center-paragraph'.
3248         (facemenu-keymap): Bind "\es" to `center-line' and "\eS" to
3249         `center-paragraph'.
3251 2008-08-25  Ulf Jasper  <ulf@web.de>
3253         * net/newst-treeview.el (newsticker-treeview-own-frame): Doc fixed.
3254         (newsticker-treeview-treewindow-width): New.
3255         (newsticker-treeview-listwindow-height): New.
3256         (newsticker-treeview-browse-url-item): New.
3257         (newsticker-treeview-mode-map):
3258         Add newsticker-treeview-browse-url-item.
3259         (newsticker--treeview-window-init):
3260         Use newsticker-treeview-treewindow-width and
3261         newsticker-treeview-listwindow-height.
3263         * net/newst-reader.el (newsticker-browse-url-item): New.
3265 2008-08-25  Dan Nicolaescu  <dann@ics.uci.edu>
3267         * vc-dir.el (vc-dir-marked-only-files-and-states):
3268         (vc-dir-child-files-and-states): Reverse the list before returning it.
3270 2008-08-24  Michael Albinus  <michael.albinus@gmx.de>
3272         * net/dbus.el (dbus-introspect): Use `dbus-call-method-non-blocking'.
3274 2008-08-24  Romain Francoise  <romain@orebokech.com>
3276         * progmodes/python.el (run-python): Remove '' from sys.path.
3278 2008-08-23  Glenn Morris  <rgm@gnu.org>
3280         * progmodes/fortran.el (fortran-tab-mode-string)
3281         (fortran-comment-line-start, fortran-continuation-string): Doc fixes.
3283 2008-08-23  Eli Zaretskii  <eliz@gnu.org>
3285         * term/pc-win.el (msdos-setup-keyboard) <msdos-setup-keyboard>:
3286         Add declare-function.
3288         * startup.el (command-line): Don't call tty-register-default-colors
3289         if initial-window-system is `pc'.
3291         * term/internal.el (local-function-key-map): Fix unbalanced parens.
3292         (msdos-key-remapping-map): New variable.  Move here all the special
3293         keys we will be remapping via local-function-key-map.
3294         (msdos-setup-keyboard): New function.
3296         * term/pc-win.el (msdos-create-frame-with-faces): Rename from
3297         make-msdos-frame.
3298         (terminal-init-internal): New function, errors out if called.
3299         (msdos-initialize-window-system): New function.
3300         (msdos-create-frame-with-faces): Set the terminal's
3301         `terminal-initted' (sic!) parameter.
3302         (frame-creation-function-alist): Add msdos-create-frame-with-faces.
3303         (window-system-initialization-alist):
3304         Add msdos-initialize-window-system.
3305         (handle-args-function-alist): Use tty-handle-args for `pc'
3306         ``window system'' as well.
3307         (pc-win): Provide.
3309         * term/tty-colors.el (tty-register-default-colors): Remove bogus
3310         code for using msdos-color-values.
3312         * loadup.el [ms-dos]: Load term/pc-win.
3314 2008-08-23  Dan Nicolaescu  <dann@ics.uci.edu>
3316         * vc-dir.el (vc-dir-prepare-status-buffer): Make sure we use a
3317         directory name.
3319 2008-08-23  Nick Roberts  <nickrob@snap.net.nz>
3321         * progmodes/gud.el (gud-common-init): Use absolute file so that
3322         perldb works with tramp (sudo).
3324         * term/x-win.el (x-gtk-map-stock): Don't let the tool bar destroy
3325         match data in process filters.
3327 2008-08-23  Martin Rudalics  <rudalics@gmx.at>
3329         * dired.el (dired-buffer-stale-p): Do not revert buffer that
3330         can be written.
3332 2008-08-23  Glenn Morris  <rgm@gnu.org>
3334         * dired-x.el (dired-guess-shell-alist-default): Add .mp3 and .ogg.
3335         (dired-guess-shell-alist-user): Doc fix.  (Bug#417).
3337 2008-08-23  Chong Yidong  <cyd@stupidchicken.com>
3339         * subr.el (temp-buffer-show-hook): Doc fix.
3341 2008-08-22  Michael Albinus  <michael.albinus@gmx.de>
3343         * net/tramp.el (tramp-remote-process-environment): Add "EMACS=t"
3344         and "INSIDE_EMACS=...".  Reported by Tassilo Horn
3345         <tassilo@member.fsf.org>.
3347         * net/trampver.el: Update release number.
3349         * net/xesam.el (xesam-minor-mode): New minor mode.
3350         (xesam-highlight-buffer): Remove.  Code moved to
3351         `xesam-minor-mode'.
3352         (xesam-refresh-entry): Use `xesam-minor-mode'.
3354 2008-08-21  Chong Yidong  <cyd@stupidchicken.com>
3356         * minibuffer.el (completion--try-word-completion):
3357         Disable partial-completion when considering the addition of a space
3358         or hyphen.
3360 2008-08-21  John Paul Wallington  <jpw@pobox.com>
3362         * mail/rmail.el (rmail-insert-inbox-text): Ensure that the
3363         filename of `tofile' doesn't contain any colons on Windows,
3364         Cygwin, and MS-DOS systems.
3366 2008-08-21  Daiki Ueno  <ueno@unixuser.org>
3368         * epg.el (epg-make-context, epg-context-set-passphrase-callback)
3369         (epg-context-set-progress-callback): Make sure the callback is a
3370         cons of a function and a handback.  Update all callers.
3372 2008-08-20  David Reitter  <david.reitter@gmail.com>
3374         * term/ns-win.el (ns-cursor-blink-rate, ns-cursor-blink-mode): Remove.
3375         Patch applied by Adrian Robert.
3377 2008-08-20  Kevin Ryde  <user42@zip.com.au>
3379         * textmodes/nroff-mode.el (nroff-mode): Avoid auto-filling on
3380         directive lines.
3382 2008-08-20  Michael Albinus  <michael.albinus@gmx.de>
3384         * net/xesam.el (xesam-highlight-string): Precise doc string.
3385         (xesam-highlight-buffer): New defun.
3386         (xesam-refresh-entry): Use it.  Better check for sourceModified.
3388 2008-08-19  Chong Yidong  <cyd@stupidchicken.com>
3390         * edmacro.el (edmacro-parse-keys): Catch events with spaces in
3391         their names.
3393 2008-08-19  Kenichi Handa  <handa@m17n.org>
3395         * language/european.el ("Esperanto"): Change the preferred
3396         charsets to iso-8859-3.
3398         * language/utf-8-lang.el ("UTF-8"): Add the preferred charsets.
3400         * international/fontset.el (script-representative-chars):
3401         Delete the entry for symbol.
3402         (setup-default-fontset): For symbol characters, don't specify
3403         :script property.
3405 2008-08-19  Chong Yidong  <cyd@stupidchicken.com>
3407         * minibuffer.el (completion-table-dynamic): Doc fix.
3409         * cus-edit.el (custom-toggle-hide): Allow hiding only if widget is
3410         saved.
3412 2008-08-18  Chong Yidong  <cyd@stupidchicken.com>
3414         * emulation/edt.el (edt-default-emulation-setup):
3415         Share global-buffers-menu-map with the emulated global map.
3417 2008-08-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
3419         * term/ns-win.el (global): Uncomment "put backspace
3420         ascii-character..." and friends, they are needed for tramp.  (Bug#725)
3422 2008-08-18  Kenichi Handa  <handa@m17n.org>
3424         * international/mule-diag.el (font-show-log): Add optional arg N
3425         to control the limit of font listing.
3427 2008-08-18  Chong Yidong  <cyd@stupidchicken.com>
3429         * window.el (recenter-top-bottom): Determine top and bottom
3430         positions using scroll-margin instead of scroll-conservatively.
3432 2008-08-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3434         * proced.el (proced-send-signal): Use beginning-of-line.
3436 2008-08-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3438         * proced.el (proced-signal-list): Add POSIX 1003.1-2001 signals.
3439         (proced-mode-map): Add tooltips for menus.  Use radio buttons for
3440         listing types.
3441         (proced-log-buffer): New variable.
3442         (proced-mark-all, proced-unmark-all, proced-do-mark-al): Operate on
3443         region if transient-mark-mode is turned on and the region is active.
3444         (proced-omit-processes): Rename from proced-hide-processes to
3445         avoid key clash with describe-mode (bound to h).  Search for
3446         marked processes starting from point-min.
3447         (proced-header-space): Remove.
3448         (proced-send-signal): Handle errors.  Operate on current process
3449         if no process is marked.
3450         (proced-why): New command.
3451         (proced-log, proced-log-summary): New functions.
3452         (proced-help): Use proced-why.
3453         * textmodes/bibtex.el (bibtex-entry-format): Mark as safe.
3454         (bibtex-autokey-year-title-separator): Fix docstring.
3456 2008-08-17  Michael Albinus  <michael.albinus@gmx.de>
3458         * net/xesam.el (xesam-vendor, xesam-notify-function):
3459         New local variables.
3460         (xesam-mode): Extend docstring.  Initialize `xesam-notify-function'.
3461         (xesam-refresh-entry): Use `xesam-notify-function' if set.  Remove
3462         Debbugs specific code; it shall be enabled via `xesam-mode-hooks'.
3463         (xesam-new-search): Initialize `xesam-vendor'.
3465 2008-08-15  Glenn Morris  <rgm@gnu.org>
3467         * eshell/esh-cmd.el (eshell-do-pipelines): Indicate the last command in
3468         a pipeline.
3469         * eshell/em-ls.el (eshell-ls-files): List one per line in a pipeline,
3470         unless at the end of the pipeline.  (Bug#699).
3472 2008-08-14  Chong Yidong  <cyd@stupidchicken.com>
3474         * minibuffer.el (completion-boundaries): Doc fix.
3475         (display-completion-list): Only default base-size to zero if
3476         completing in the minibuffer.
3478         * simple.el (completion-base-size): Doc fix.
3479         (choose-completion): Try reselecting completion-reference-buffer.
3481 2008-08-14  Michael Albinus  <michael.albinus@gmx.de>
3483         * vc-dispatcher.el (vc-do-command): Let asynchronous processes run
3484         also for remote directories.
3486 2008-08-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3488         * emacs-lisp/easymenu.el (easy-menu-add): Don't precompute keybindings
3489         since those precomputed values aren't used any more.
3490         (easy-menu-precalculate-equivalent-keybindings): Obsolete.
3492 2008-08-14  Martin Rudalics  <rudalics@gmx.at>
3494         * help.el (with-help-window): Return last value in BODY.
3496 2008-08-14  Michael Albinus  <michael.albinus@gmx.de>
3498         * net/xesam.el (xesam-refresh-entry): Use `save-excursion' in the
3499         notify function of the URL.
3500         (xesam-new-search): Encode special characters in the query string.
3502 2008-08-13  Chong Yidong  <cyd@stupidchicken.com>
3504         * term/ns-win.el (ns-parse-geometry): Rename from x-parse-geometry.
3506 2008-08-13  Andreas Schwab  <schwab@suse.de>
3508         * net/tramp.el (tramp-handle-shell-command): Handle output going
3509         to current buffer like shell-command.  Don't disable undo.
3511 2008-08-13  Glenn Morris  <rgm@gnu.org>
3513         * eshell/esh-cmd.el (eshell/which): Handle the case where no
3514         description is found.
3516 2008-08-12  Alan Mackenzie  <acm@muc.de>
3518         * progmodes/cc-defs.el (c-emacs-features):
3519         argumentative-bod-function: bind mark-ring to avoid accumulating a
3520         spurious mark.
3522 2008-08-12  Chong Yidong  <cyd@stupidchicken.com>
3524         * simple.el (visual-line--saved-state): New var.
3525         (visual-line-mode): Save local values of variables, and restore
3526         them when visual-line-mode is disabled.
3528 2008-08-12  NAKAGAWA Makoto  <gha03025@nifty.ne.jp>  (tiny change)
3530         * net/ldap.el (ldap-search-internal): Tweak URL regexp.
3532 2008-08-11  Chong Yidong  <cyd@stupidchicken.com>
3534         * progmodes/cc-defs.el (c-emacs-features):
3535         Check beginning-of-defun-raw instead of beginning-of-defun, and avoid
3536         moving point during the test.
3538         * emacs-lisp/lisp.el (beginning-of-defun): Doc fix.
3540 2008-08-11  Glenn Morris  <rgm@gnu.org>
3542         * term/ns-win.el (x-parse-geometry): Doc fix.
3544         * dired.el (x-popup-menu):
3545         * hi-lock.el (x-popup-menu):
3546         * mouse.el (font-face-attributes):
3547         * calendar/cal-menu.el (x-popup-menu):
3548         * calendar/calendar.el (x-popup-menu):
3549         * calendar/holidays.el (x-popup-menu):
3550         * progmodes/cperl-mode.el (x-popup-menu):
3551         * term/ns-win.el (dnd-open-file, tool-bar-mode, scroll-bar-scale)
3552         (x-open-connection):
3553         * term/w32-win.el (x-colors, x-handle-args, x-parse-geometry)
3554         (x-command-line-resources):
3555         * term/x-win.el (x-colors, x-parse-geometry, x-resource-name)
3556         (x-display-name, x-command-line-resources):
3557         Add declarations for builds without X.
3559 2008-08-10  Glenn Morris  <rgm@gnu.org>
3561         * calendar/cal-bahai.el (holiday-bahai): Doc fix.
3563 2008-08-10  Dan Nicolaescu  <dann@ics.uci.edu>
3565         * vc-bzr.el (vc-bzr-find-revision): Rename from
3566         vc-bzr-find-version, forgotten in the 2007-10-10 renaming.
3568 2008-08-10  Michael Albinus  <michael.albinus@gmx.de>
3570         * net/xesam.el (xesam-search-engines): Add Debbugs hit fields.
3571         (xesam-refresh-entry): Add Debbugs handling.  Insert a widget
3572         "DONE", when all hits are retrieved.
3573         (xesam-search): Autoload it.
3575 2008-08-11  John Paul Wallington  <jpw@pobox.com>
3577         * ibuffer.el (ibuffer-buffer-file-name): Return nil rather than
3578         empty string when no filename.
3579         (define-ibuffer-column filename): Accommodate that change.
3581         * ibuf-ext.el (ibuffer-define-filter filename): Use plain old
3582         `buffer-file-name' instead of `ibuffer-buffer-file-name'.
3584 2008-08-10  Glenn Morris  <rgm@gnu.org>
3586         * Makefile.in (ELCFILES): Update.
3588 2008-08-10  John Paul Wallington  <jpw@pobox.com>
3590         * pcvs.el (defun-cvs-mode): Add `doc-string' decl.
3592 2008-08-08  Chong Yidong  <cyd@stupidchicken.com>
3594         * battery.el (battery-echo-area-format, battery-status-function):
3595         Handle new Linux sysfs format for battery reporting.
3596         (battery-linux-sysfs): New function.
3598 2008-08-07  Martin Rudalics  <rudalics@gmx.at>
3600         * add-log.el (change-log-search-tag-name)
3601         (change-log-goto-source): Fix behavior when point is not on tag.
3603 2008-08-06  Adrian Robert  <Adrian.B.Robert@gmail.com>
3605         * startup.el (command-line-ns-option-alist): Use ignore instead of
3606         ns-ignore-0-arg.
3608         * term/ns-win.el (ns-ignore-0-arg, mouse-extend-region)
3609         (ns-win-suspend-error, ns-yes-or-no-p, colors): Drop.
3610         (ns-alternatives-map): New variable.
3611         (x-set-up-function-keys): Use it.
3612         (global): Comment out "put backspace ascii-character..." and friends.
3613         Move function-key-map into ns-alternatives-map.  Don't call
3614         precompute-menubar-bindings.  Don't set anything connected with
3615         browse-url.
3616         (after-make-frame-functions): Clarify comment why a hook is added.
3618 2008-08-06  Joakim Verona  <joakim@verona.se>
3620         * thingatpt.el (thing-at-point-url-path-regexp): Allow parenthesis
3621         in url:s.
3623 2008-08-06  Dan Nicolaescu  <dann@ics.uci.edu>
3625         * vc-svn.el (vc-svn-parse-status): Use when instead of if.
3626         Fix 2008-01-01 change: use a shy group to not affect subsequent
3627         match calls.
3629 2008-08-06  Reto Zimmermann  <reto@gnu.org>
3631         * progmodes/vera-mode.el (vera-electric-tab):
3632         * progmodes/vhdl-mode.el (vhdl-electric-tab): Make TAB indent
3633         region when active.
3635 2008-08-06  Kenichi Handa  <handa@m17n.org>
3637         * faces.el (face-valid-attribute-values): Fix handling the value
3638         of (font-family-list) and font-XXX-table.
3640 2008-08-06  Dan Nicolaescu  <dann@ics.uci.edu>
3642         * proced.el (proced-menu): Bind the correct function to for toggling.
3644         * vc-dir.el (vc-dir-mode): Fix typo.
3646 2008-08-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3648         * whitespace.el (whitespace-newline-mode)
3649         (global-whitespace-newline-mode, whitespace-mode)
3650         (global-whitespace-mode): Improve docstring.
3652 2008-08-05  Chong Yidong  <cyd@stupidchicken.com>
3654         * kmacro.el (kmacro-exec-ring-item): Add autoload.
3656         * files.el (auto-save-visited-file-name): Move definition to fileio.c.
3658         * cus-start.el (all): Handle auto-save-visited-file-name.
3660 2008-08-05  Alex Shinn  <alexshinn@gmail.com>  (tiny change)
3662         * files.el (hack-one-local-variable-eval-safep): Handle
3663         lisp-indent-function and scheme-indent-function in addition to the
3664         deprecated lisp-indent-hook.
3666 2008-08-05  Michael Albinus  <michael.albinus@gmx.de>
3668         * net/xesam.el (top): Require `wid-edit' always.
3669         (xesam-mode-line, xesam-highlight): New deffaces.
3670         (xesam-objects): New local variable.
3671         (xesam-search-engines): Fix error in field list.
3672         (xesam-mode): Use `xesam-mode-line' instead of
3673         `font-lock-type-face'.  Apply `xesam-mode' to a temp buffer, for
3674         proper initialization (why?).
3675         (xesam-highlight-string, xesam-get-hits)
3676         (xesam-kill-buffer-function): New defuns.
3677         (xesam-refresh-entry): Move code to `xesam-get-hits'.  Check
3678         result of "hit.fields", it isn't a string only.  Wrap an error of
3679         the strigi search engine ("xesam:size" is returned as string).
3680         Highlight search items.
3681         (xesam-refresh-search-buffer): Make logic of counters more simple.
3682         Prefetch next hits.
3683         (xesam-signal-handler): Use `xesam-mode-line' instead of
3684         `font-lock-type-face'.
3685         (xesam-new-search): Add `xesam-kill-buffer-function' to
3686         `kill-buffer-hook'.
3688 2008-08-05  Teodor Zlatanov  <tzz@lifelogs.com>
3690         * add-log.el (change-log-next-error, change-log-mode): Add support
3691         for `next-error' to call `change-log-goto-source' on named files
3692         in a ChangeLog.
3694 2008-08-05  Jay Belanger  <jay.p.belanger@gmail.com>
3696         * calc/calc.el (math-read-number): Handle all C-like languages
3697         properly.
3699 2008-08-04  Vincent Belaïche  <vincent.b.1@hotmail.fr>
3701         * calc/calc.el (math-read-number): Handle C numbers beginning with
3702         0 correctly.
3704 2008-07-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
3706         * term/ns-win.el ([ns-new-frame]): New global key.
3708 2008-08-04  Juanma Barranquero  <lekktu@gmail.com>
3710         * international/mule-cmds.el (read-char-by-name):
3711         Check UCS names with `assoc-string' and case folding.
3713 2008-08-04  Michael Albinus  <michael.albinus@gmx.de>
3715         * net/dbus.el (dbus-call-method-asynchronously)
3716         (dbus-method-return-internal, dbus-method-error-internal):
3717         Declare them with `declare-function'.
3719 2008-08-04  Juanma Barranquero  <lekktu@gmail.com>
3721         * descr-text.el (describe-char-display): Fix last change:
3722         don't pass CHARSET to `encoded-string-description'.
3724 2008-08-02  Alex Harsanyi  <harsanyi@mac.com>  (tiny change)
3726         * vc.el (vc-next-action): Update list var correctly after delete.
3728 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
3730         * ido.el (ido-mode): Add toggle notification.
3732         * cus-edit.el (custom-save-all): Avoid destroying symlink if
3733         already visiting the custom file.
3735         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
3736         pending output coming after the status change.
3738 2008-08-02  Jason Rumney  <jasonr@gnu.org>
3740         * w32-fns.el (tis620-2533): Use as preferred registry for thai fonts.
3742 2008-08-01  Kenichi Handa  <handa@m17n.org>
3744         * international/mule-cmds.el (encode-coding-char):
3745         New optional arg CHARSET.
3747         * descr-text.el (describe-char-display): Call encode-coding-char
3748         with the arg CHARSET.
3749         (describe-char): Pay attention to the text-property `charset'.
3751 2008-08-01  Michael Albinus  <michael.albinus@gmx.de>
3753         * net/dbus.el (dbus-check-event, dbus-handle-event): Handle D-Bus
3754         error messages.
3755         (dbus-set-property): Call `dbus-introspect-get-property' instead
3756         of `dbus-get-property'.
3758         * net/xesam.el (xesam-all-fields): Remove source and content
3759         identifiers.
3760         (xesam-dbus-unique-names): New defvar.
3761         (xesam-dbus-call-method): New defun.  Replace all calls of
3762         `dbus-call-method' by `xesam-dbus-call-method'.
3763         (xesam-get-cached-property, xesam-set-cached-property):
3764         New defuns.
3765         (xesam-get-property, xesam-set-property, xesam-refresh-entry)
3766         (xesam-new-search, xesam-search): Apply `xesam-get-cached-property'.
3767         (xesam-search-engines): Make it an association list.  Take changed
3768         layout into account in the corresponding function.
3769         (xesam-delete-search-engine): Remove check for consistency of
3770         `xesam-search-engines', not needed anymore.
3771         (xesam-mode): Show XML query string only in the debug case.
3773 2008-07-31  Juanma Barranquero  <lekktu@gmail.com>
3775         * files.el (read-file-modes): Fix typo in docstring.
3777 2008-07-31  Chong Yidong  <cyd@stupidchicken.com>
3779         * Makefile.in: Avoid maintainer warning for autogenerated unicode
3780         files.
3782         * apropos.el (apropos-symbol): Don't set button skip by default.
3783         (apropos-print): Set button skip iff searching for multiple types.
3784         (apropos-print-doc): Insert blank label button when searching for
3785         a single type.
3787         * button.el (forward-button): Avoid infloop.
3789         * minibuffer.el (read-file-name-completion-ignore-case):
3790         Add cygwin to the list.
3792 2008-07-31  Sven Joachim  <svenjoac@gmx.de>
3794         * files.el (abbreviate-file-name): When replacing $HOME with ~,
3795         turn off case-fold-search.
3797 2008-07-31  Michael Albinus  <michael.albinus@gmx.de>
3799         * net/dbus.el (top): Don't register for "NameOwnerChanged".
3800         (dbus-message-type-invalid, dbus-message-type-method-call)
3801         (dbus-message-type-method-return, dbus-message-type-error)
3802         (dbus-message-type-signal): New defconst.
3803         (dbus-ignore-errors): Fix `edebug-form-spec' property.
3804         (dbus-return-values-table): New defvar.
3805         (dbus-call-method-non-blocking-handler, dbus-event-message-type):
3806         New defun.
3807         (dbus-check-event, dbus-handle-event, dbus-event-serial-number):
3808         Extend docstring.  Adapt implementation according to new
3809         `dbus-event' layout.
3810         (dbus-event-service-name, dbus-event-path-name)
3811         (dbus-event-interface-name, dbus-event-member-name):
3812         Adapt implementation according to new `dbus-event' layout.
3813         (dbus-set-property): Correct `dbus-introspect-get-attribute' call.
3815         * net/xesam.el (xesam-type, xesam-query, xesam-xml-string): New defvar.
3816         (xesam-mode): Rework implementation.
3817         (xesam-new-search): Additional parameter TYPE.
3818         (xesam-search): Adapt call of `xesam-new-search'.
3820 2008-07-31  Juri Linkov  <juri@jurta.org>
3822         * dired-aux.el (dired-do-chmod): Set default value to the original
3823         mode string using absolute notation like u=rwx,g=rx,o=rx.
3824         Use it as a new arg `default' of `dired-mark-read-string'.
3825         (dired-mark-read-string): Add new optional arg `default'.
3827         * files.el (read-file-modes): Set default value to the original
3828         mode string using absolute notation like u=rwx,g=rx,o=rx.
3829         Use it as the `default' arg of `read-string'.
3831         * filesets.el (filesets-cmd-isearch-getargs): Check if the
3832         variable `files' is bound to avoid warnings.
3834         * isearch.el (isearch-forward-regexp, isearch-forward-word)
3835         (isearch-backward, isearch-backward-regexp): Doc fix - make a link
3836         to the command `isearch-forward' instead of displaying "See C-s".
3837         (isearch-highlight-regexp): Remove arguments `regexp' and `face'
3838         with their interactive specifications.  Move reading the face name to
3839         the main body after calls to isearch-done and isearch-clean-overlays.
3841         * mb-depth.el: Unify all names under one common name prefix
3842         `minibuffer-depth-'.
3843         (minibuffer-depth-indicator-function): Rename from
3844         `minibuf-depth-indicator-function'.
3845         (minibuffer-depth-overlay): Rename from
3846         `minibuf-depth-overlay'.
3847         (minibuffer-depth-setup): Rename from
3848         `minibuf-depth-setup-minibuffer'.
3849         (minibuffer-depth-indicate-mode): Rename from
3850         `minibuffer-indicate-depth-mode'.
3852 2008-07-31  Juri Linkov  <juri@jurta.org>
3854         * dired-aux.el (dired-isearch-filenames-toggle): New command.
3855         (dired-isearch-filenames-setup): Bind "\M-sf" to
3856         dired-isearch-filenames-toggle in isearch-mode-map.
3857         (dired-isearch-filenames-end): Bind "\M-sf" to nil
3858         in isearch-mode-map.
3860         * isearch.el (isearch-edit-string-set-word): New command.
3861         (minibuffer-local-isearch-map): Bind "\C-w" to
3862         isearch-edit-string-set-word.
3863         (isearch-new-word): Temporary internal variable.
3864         (isearch-edit-string): Remove special case of reading the
3865         first character and checking it for C-w.
3867         * simple.el (read-shell-command, shell-command):
3868         Move code that uses minibuffer-with-setup-hook to set
3869         minibuffer-default-add-function to minibuffer-default-add-shell-commands
3870         from the interactive spec of `shell-command' to `read-shell-command'.
3872         * international/mule-cmds.el (read-char-by-name):
3873         Accept hash notation.  Doc fix.
3874         (ucs-insert): Doc fix.  Convert to number only when `arg' is
3875         a string.  Use separate error message when `arg' is not an integer.
3876         Bind `ucs-insert' to `C-x 8 RET'.
3878 2008-07-31  Joachim Nilsson  <joachim.nilsson@member.fsf.org>  (tiny change)
3880         * progmodes/cc-styles.el (c-style-alist): For the Ellemtel style,
3881         move the (arglist-cont-nonempty) from c-offsets-alist to
3882         c-hanging-braces-alist like other styles already have.
3884 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
3886         * textmodes/texinfmt.el:
3887         * nxml/nxml-enc.el:
3888         * mail/feedmail.el:
3889         * international/mule.el:
3890         * international/latexenc.el:
3891         * emulation/viper-util.el:
3892         * emulation/viper-init.el:
3893         * emulation/viper-ex.el:
3894         * emacs-lisp/bytecomp.el:
3895         * version.el:
3896         * subr.el:
3897         * startup.el:
3898         * sort.el:
3899         * shadowfile.el:
3900         * recentf.el:
3901         * printing.el:
3902         * paths.el:
3903         * minibuffer.el:
3904         * ls-lisp.el:
3905         * loadup.el:
3906         * hippie-exp.el:
3907         * finder.el:
3908         * files.el:
3909         * ediff-util.el:
3910         * ediff-ptch.el:
3911         * ediff-init.el:
3912         * ediff-diff.el:
3913         * dired.el:
3914         * dired-aux.el:
3915         * cus-edit.el:
3916         * bindings.el:
3917         * arc-mode.el:
3918         * add-log.el: Remove VMS support.
3919         * obsolete/vmsproc.el:
3920         * obsolete/vms-pmail.el:
3921         * obsolete/vms-patch.el: Remove file.
3923 2008-07-31  Alan Mackenzie  <acm@muc.de>
3925         * progmodes/cc-mode.el (c-before-hack-hook): New function
3926         (Top Level): Install c-before-hack-hook on
3927         before-hack-local-variables-hook, rather than
3928         c-postprocess-file-styles on hack-local-variables-hook.
3930 2008-07-31  Chong Yidong  <cyd@stupidchicken.com>
3932         * files.el (normal-mode): Move call to hack-project-variables into
3933         hack-local-variables.
3934         (file-local-variables-alist, before-hack-local-variables-hook):
3935         New vars.
3936         (ignored-local-variables): Add file-local-variables-alist.
3937         (hack-local-variables-filter): Renamed from
3938         hack-local-variables-apply.  Add the result to
3939         file-local-variables-alist, without applying them.
3940         (hack-local-variables): Set file-local-variables-alist to nil.
3941         Call hack-project-variables and before-hack-local-variables-hook.
3942         Apply variables here, instead of hack-local-variables-apply.
3943         Based on a patch by Alan Mackenzie.
3945 2008-07-30  Thien-Thi Nguyen  <ttn@gnuvola.org>
3947         * info-look.el (autoconf-mode :doc-spec): For
3948         "(autoconf)M4 Macro Index", if the item already
3949         begins with "AS_", don't prefix that string again.
3951 2008-07-30  Juri Linkov  <juri@jurta.org>
3953         * info.el (info, Info-mode): Doc fix.
3955         * isearch.el (isearch-mode-map): Bind `M-s r' to
3956         `isearch-toggle-regexp' and `M-s w' to `isearch-toggle-word'.
3957         (search-map): Bind `M-s w' to `isearch-forward-word' globally
3958         in the global map `search-map'.
3959         (isearch-forward): Doc fix.
3960         (isearch-forward-word, isearch-toggle-case-fold): New commands.
3962         * simple.el (quoted-insert): Comment out code that treats
3963         0240-0377 specially.
3965 2008-07-30  Chong Yidong  <cyd@stupidchicken.com>
3967         * cus-start.el: Add customization info for
3968         read-buffer-completion-ignore-case.
3970 2008-07-30  Sam Steingold  <sds@gnu.org>
3972         * vc-dir.el (vc-dir): Call file-truename on the dir argument.
3974 2008-07-30  Dan Nicolaescu  <dann@ics.uci.edu>
3976         * vc-dir.el (vc-dir-menu-map, vc-at-event): Fix docstring.
3977         (vc-dir-mode): Improve docstring.
3979 2008-07-30  Juri Linkov  <juri@jurta.org>
3981         * dired-aux.el (dired-isearch-filenames-setup): Add autoload cookie
3982         for the sake of isearch-mode-hook in dired-mode in dired.el.
3984 2008-07-19  Markus Triska  <markus.triska@gmx.at>
3986         * image-mode.el (image-mode): Set image-mode-text-map when image
3987         cannot be displayed.
3989 2008-07-30  Stephen Leake  <stephen_leake@stephe-leake.org>
3991         * progmodes/ada-prj.el (ada-prj-initialize-values): Fix use of deleted
3992         ada-xref-set-default-prj-values.
3993         (ada-prj-display-page): Ditto.
3995         * progmodes/ada-xref.el (ada-gnatstub-opts): Fix doc string.
3996         (ada-make-filename-from-adaname): Fix free variable.
3998 2008-07-30  Dan Nicolaescu  <dann@ics.uci.edu>
4000         * vc-git.el (vc-git-status-printer): Synchronize with the default.
4002 2008-07-30  Michael McNamara  <mac@mail.brushroad.com>
4004         * progmodes/verilog-mode.el (verilog-do-indent): Remove special indent
4005         for declarations inside a parenthetical list.  The code is ill-advised,
4006         and doesn't work given user defined types.
4007         (verilog-set-auto-endcomments): Enhance function automatic
4008         endcomment to support functions that return user defined types.
4009         (verilog-mode): Add code to tell which-function-mode minor mode
4010         that Verilog supports this feature.
4011         (verilog-beg-block-re-ordered, verilog-indent-re)
4012         (verilog-forward-sexp, verilog-forward-wa, verilog-calc-1)
4013         (verilog-leap-to-head): Support the new virtual and/or protected
4014         tasks, as well as extern declarations of tasks for indenting and
4015         for forward/backward expression.
4017 2008-07-30  Wilson Snyder  <wsnyder@wsnyder.org>
4019         * progmodes/verilog-mode.el (verilog-read-decls): Allow AUTORESET
4020         to work with SV 'logic' signals.  Suggested by Julian Gorfajn.
4021         (verilog-auto-inst-column): Make verilog-auto-inst-column customizable.
4022         (verilog-string-replace-matches): Avoid recursion with small
4023         replacements.
4024         (verilog-auto-inst-param-value, verilog-mode-version)
4025         (verilog-mode-version-date, verilog-read-inst-param-value)
4026         (verilog-auto-inst, verilog-auto-inst-param)
4027         (verilog-auto-inst-port, verilog-simplify-range-expression): Add
4028         verilog-auto-inst-param-value option for AUTOINST.  Suggested by
4029         David Rogoff.  This allows parameters to be replaced with their
4030         values, on the expansion of an AUTOINST with Verilog 2001 style
4031         parameter settings.
4033 2008-07-30  David Lord  <david.lord@phonecoop.coop>  (tiny change)
4035         * calendar/timeclock.el (timeclock-day-projects): Change a `cdr'
4036         to `cddr'.
4038 2008-07-29  Chong Yidong  <cyd@stupidchicken.com>
4040         * Makefile.in (ELCFILES): Add mairix.elc.
4042 2008-07-29  David Engster  <deng@randomsample.de>
4044         * net/mairix.el: New file.
4046 2008-07-29  Juri Linkov  <juri@jurta.org>
4048         * cus-edit.el (custom-face-tag): Inherit from custom-variable-tag
4049         instead of variable-pitch with bold and 1.2 height.
4051         * dired-aux.el (dired-do-async-shell-command): New command.
4053         * dired.el (dired-mode-map): Rebind `dired-flag-garbage-files'
4054         from `&' to `%&'.  Bind `&' to `dired-do-async-shell-command'.
4056 2008-07-29  Juri Linkov  <juri@jurta.org>
4058         * international/mule-cmds.el (ucs-names): New internal variable.
4059         (ucs-names): New function.
4060         (ucs-completions): New lazy completion variable.
4061         (read-char-by-name): New function.
4062         (ucs-insert): Replace interactive spec letter "s" with the call to
4063         `read-char-by-name'.
4065         * replace.el (read-regexp): Add second arg `default'.  Doc fix.
4067         * replace.el (occur-read-primary-args):
4068         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
4069         (hi-lock-face-phrase-buffer): Use `(car regexp-history)' as the
4070         second arg of `read-regexp'.
4072         * dired-aux.el (dired-isearch-filenames): New user option.
4073         (dired-isearch-orig-success-function): New internal variable.
4074         (dired-isearch-filenames-setup, dired-isearch-filenames-end)
4075         (dired-isearch-success-function): New functions.
4076         (dired-isearch-filenames, dired-isearch-filenames-regexp):
4077         New commands.
4079         * dired.el (dired-insert-set-properties): Add new text property
4080         `dired-filename' to put on file names.
4081         (dired-mode-map): Bind `M-s f C-s' to `dired-isearch-filenames'
4082         and `M-s f M-C-s' to `dired-isearch-filenames-regexp'.
4083         Add menu items.
4084         (dired-mode): Add hook `dired-isearch-filenames-setup' to
4085         buffer-local `isearch-mode-hook'.
4087 2008-07-29  Juanma Barranquero  <lekktu@gmail.com>
4089         * progmodes/ada-mode.el (ada-batch-reformat): Doc fix.
4090         (ada-create-case-exception): Fix typo in docstring.
4091         (ada-no-auto-case): Return nil, not the docstring.
4092         (ada-indent-current): Reflow docstring.
4094         * progmodes/ada-prj.el (ada-prj-edit, ada-prj-initialize-values)
4095         (ada-prj-save-specific-option, ada-prj-field): Fix typos in docstrings.
4096         (ada-prj-load-from-file): Reflow docstring.
4097         (ada-prj-display-page): Fix typo in widget.
4099         * progmodes/ada-stmt.el (ada-case, ada-package-body, ada-private):
4100         Fix typos in docstrings.
4102         * progmodes/ada-xref.el (ada-find-executable, ada-gnat-parse-gpr)
4103         (ada-compile-current, ada-check-current, ada-run-application)
4104         (ada-get-ali-file-name): Fix typos in docstrings.
4105         (ada-xref-confirm-compile, ada-find-references)
4106         (ada-find-local-references, ada-find-any-references): Doc fixes.
4107         (ada-get-all-references): Fix typo in error message.
4108         (ada-xref-current-project): Use `let', not `let*'.
4109         (ada-do-file-completion, ada-xref-change-buffer): Reflow docstring.
4111 2008-07-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4113         * whitespace.el (whitespace-newline): Change initialization to have a
4114         low contrast relative to the background color.  Suggested by David
4115         Reitter <david.reitter@gmail.com>.
4117 2008-07-28  Juri Linkov  <juri@jurta.org>
4119         * dired-aux.el (dired-do-isearch, dired-do-isearch-regexp):
4120         New functions.
4122         * dired.el (dired-mode-map): Bind dired-do-isearch to `M-s a C-s'
4123         and dired-do-isearch-regexp to `M-s a M-C-s'.  Add menu items.
4125 2008-07-28  Seiji Zenitani  <zenitani@mac.com>
4127         * help-fns.el (help-C-file-name): Add .m (Obj-C code) for Cocoa port.
4128         * emacs-lisp/find-func.el (find-function-search-for-symbol): Likewise.
4130 2008-07-28  Stephen Leake  <stephen_leake@stephe-leake.org>
4132         * progmodes/ada-mode.el (ada-mode): Clean up XEmacs handling.
4133         Add support for add-log.
4134         (ada-end-stmt-re): Fix bug - allow comment after 'when'.
4136         * progmodes/ada-prj.el: Delete 'main_unit' project variable.
4137         (ada-prj-save): Prompt for file name if not given.
4138         (ada-prj-display-page): Display casing exceptions.
4140         * progmodes/ada-xref.el: Add support for GNAT project files as Emacs
4141         Ada mode project files.  Delete 'main_unit' project variable;
4142         only need 'main'.  Simplify handling of default project values.
4143         Use cross-prefix consistently.
4144         (ada-find-executable): Throw error if not found.
4145         (ada-initialize-runtime-library): Improve error handling when
4146         gnatls not found.
4147         (ada-gnat-parse-gpr): New.
4148         (ada-treat-cmd-string): Allow process environment variables.
4149         (ada-xref-set-default-prj-values): Delete; replace with
4150         ada-default-prj-properties.
4151         (ada-parse-prj-file): Handle GNAT project files.
4152         (ada-parse-prj-file-1): New, factored out of ada-parse-prj-file.
4153         (ada-select-prj-file): New.
4154         (ada-get-absolute-dir-list): Allow project and environment variables.
4156 2008-07-27  Michael Albinus  <michael.albinus@gmx.de>
4158         Sync with Tramp 2.1.14.
4160         * net/tramp.el (tramp-perl-directory-files-and-attributes)
4161         (tramp-get-device): Make device number a cons cell.
4162         (tramp-convert-file-attributes): Make inode a cons cell.
4164         * net/trampver.el: Update release number.
4166 2008-07-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
4168         * faces.el (face-set-after-frame-default): Treat 'ns as all other
4169         window systems.
4171 2008-07-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
4173         * term/ns-win.el (do-applescript): New alias in carbon-compat section.
4175 2008-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
4177         Remove support for Mac Carbon.
4178         * term/mac-win.el: Remove file
4179         * international/mule-cmds.el:
4180         * version.el:
4181         * startup.el:
4182         * simple.el:
4183         * mwheel.el:
4184         * mouse.el:
4185         * loadup.el:
4186         * isearch.el:
4187         * info.el:
4188         * frame.el:
4189         * faces.el:
4190         * disp-table.el:
4191         * cus-start.el:
4192         * cus-face.el:
4193         * cus-edit.el:
4194         * Makefile.in: Remove code for Carbon.
4196 2008-07-26  Adrian Robert  <Adrian.B.Robert@gmail.com>
4198         * term/ns-win.el (ns-extended-platform-support-mode): Get rid of
4199         bindings for functions deleted by Dan N. 2008-07-21.  Set
4200         where-is-preferred-modifier.  Add show-manual option to Help menu.
4202 2008-07-26  Michael Albinus  <michael.albinus@gmx.de>
4204         * net/tramp.el (tramp-handle-start-file-process):
4205         Set query-on-exit flag.  Kill temporary buffer.
4206         (tramp-process-sentinel): Remove defun.
4207         (tramp-do-copy-or-rename-file-out-of-band)
4208         (tramp-maybe-open-connection): Don't call it.
4210         * net/tramp-fish.el (tramp-fish-maybe-open-connection): Don't call
4211         `tramp-process-sentinel'.
4213         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Don't call
4214         `tramp-process-sentinel'.
4216         * net/xesam.el (xesam-from): Remove defvar.
4217         (xesam-mode): Derive from `special-mode'.  Extend `xesam-mode-map'
4218         and `mode-line-position'.
4219         (xesam-refresh-entry): Remove argument `hit-number'.  Add debug
4220         information to the widgets.  Don't set `mode-line-position'.
4221         (xesam-refresh-search-buffer): Correct hit number computing.
4222         Don't set `mode-line-position'.
4223         (xesam-new-search): Add debug information to the mode line.
4225 2008-07-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4227         * diff-mode.el (diff-show-trailing-blanks): Renamed to
4228         diff-show-trailing-whitespaces.
4230 2008-07-25  Chong Yidong  <cyd@stupidchicken.com>
4232         * textmodes/tex-mode.el (tex-compilation-parse-errors): Check for
4233         invalid filename strings when parsing tex errors (bug#376).
4235 2008-07-25  Dan Nicolaescu  <dann@ics.uci.edu>
4237         * menu-bar.el (menu-bar-file-menu): Fix typo.
4239 2008-07-25  Juanma Barranquero  <lekktu@gmail.com>
4241         * play/solitaire.el (solitaire-mode-map): Define within defvar.
4242         (solitaire-mode): Define with `define-derived-mode'.
4243         (solitaire-insert-board, solitaire-right, solitaire-left, solitaire-up)
4244         (solitaire-down): Use "?\s" instead of "?\ "; use `when'.
4245         (solitaire-undo, solitaire-check): Use `when'.
4246         (solitaire-solve): Err out if the solitaire is already in progress.
4247         Use `when'.
4249         * descr-text.el (describe-char): Don't overwrite local variable char
4250         when describing characters with display-table entries.  Display font
4251         backend when describing composed characters.  Simplify: use `let'
4252         instead of `let*', and `or x y' instead of `if x x y'.
4254 2008-07-25  Chong Yidong  <cyd@stupidchicken.com>
4256         * image-mode.el (image-minor-mode): Set up winprops.
4258 2008-07-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4260         * diff-mode.el (diff-show-trailing-blanks): New fun.
4261         Show trailing blanks in modified lines for diff-mode.
4263 2008-07-24  Michael Albinus  <michael.albinus@gmx.de>
4265         * Makefile.in (ELCFILES): Add net/xesam.el.
4267         * net/tramp.el (tramp-handle-start-file-process): Make NAME a unique
4268         process name.  Reported by Markus Triska <markus.triska@gmx.at>.
4270         * net/xesam.el: New file.
4272 2008-07-24  Sven Joachim  <svenjoac@gmx.de>
4274         * dired-aux.el (dired-copy-file-recursive): Avoid calling
4275         set-file-modes when creating target directories.
4277 2008-07-24  Juanma Barranquero  <lekktu@gmail.com>
4279         * play/solitaire.el (solitaire-mode): Fix typo in docstring.
4280         Set `show-trailing-whitespace' to nil.
4281         (solitaire, solitaire-mode-map, solitaire-mode-hook, solitaire-solve):
4282         Fix typos in docstrings.
4284 2008-07-24  Chong Yidong  <cyd@stupidchicken.com>
4286         * textmodes/enriched.el (enriched-mode-map): Bind C-a and C-j via
4287         key remapping, not directly.
4289 2008-07-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4291         * whitespace.el: New version 11.2.
4292         (whitespace-newline-mode, global-whitespace-newline-mode): New newline
4293         minor mode visualization.
4295 2008-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
4297         * progmodes/cc-mode.el (auto-mode-alist): Add .i and .ii files.
4299         * Makefile.in (ELCFILES): Add term/common-win.elc.
4301         * vc-dir.el (vc-dir-search, vc-dir-isearch)
4302         (vc-dir-isearch-regexp): New functions.
4303         (vc-dir-mode-map, vc-dir-menu-map): Bind them.
4305 2008-07-23  Juri Linkov  <juri@jurta.org>
4307         * isearch-multi.el: Remove file to avoid dos file name clashes
4308         with isearch-x.el.  Move most content to misearch.el.
4310         * misearch.el: New file with most content from isearch-multi.el.
4311         Rename `isearch-buffers' name prefixes to `multi-isearch'.
4312         Remove `isearch-buffers-minor-mode'.  Add new function
4313         `multi-isearch-setup' to `isearch-mode-hook'.  New top-level
4314         commands `multi-isearch-buffers', `multi-isearch-buffers-regexp',
4315         `multi-isearch-files', `multi-isearch-files-regexp'.
4317         * Makefile.in (ELCFILES): Remove isearch-multi.elc.  Add misearch.elc.
4319         * isearch.el (isearch-message-prefix): Display "Multi" when
4320         `multi-isearch-next-buffer-current-function' is non-nil.
4321         (isearch-search-string): Replace `isearch-buffers-next-buffer-function'
4322         with `multi-isearch-next-buffer-current-function', and
4323         `isearch-buffers-current-buffer' with `multi-isearch-current-buffer'.
4325         * add-log.el (change-log-mode): Set `change-log-next-buffer' to
4326         `multi-isearch-next-buffer-function' instead of
4327         `isearch-buffers-next-buffer-function'.  Remove call to
4328         `isearch-buffers-minor-mode'.
4330         * buff-menu.el (Buffer-menu-marked-buffers)
4331         (Buffer-menu-isearch-buffers)
4332         (Buffer-menu-isearch-buffers-regexp): New functions.
4333         (Buffer-menu-mode-map): Bind "M-s a C-s" to
4334         `Buffer-menu-isearch-buffers', and "M-s a M-C-s" to
4335         `Buffer-menu-isearch-buffers-regexp'.
4336         (Buffer-menu-mode): Document new commands in docstring.
4337         (list-buffers-noselect): Add one space after Info file name
4338         according to the Info address convention.
4340         * ibuf-ext.el (ibuffer-do-isearch, ibuffer-do-isearch-regexp):
4341         New functions.
4343         * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-s" to
4344         `ibuffer-do-isearch' and "M-s a M-C-s" to `ibuffer-do-isearch-regexp'.
4345         (ibuffer-mode): Document new commands in docstring.
4347         * filesets.el (filesets-commands): Add commands for "Isearch" and
4348         "Isearch (regexp)".  Replace `query-replace' and `query-replace-regexp'
4349         with `perform-replace' using `filesets-cmd-query-replace-regexp-getargs'.
4350         (filesets-run-cmd): Call `fn' only once if it is `multi-isearch-files'
4351         or `multi-isearch-files-regexp'.
4352         (filesets-cmd-query-replace-getargs): Call standard function
4353         `query-replace-read-args' to read `query-replace' arguments.
4354         Add `multi-query-replace-map'.
4355         (filesets-cmd-query-replace-regexp-getargs)
4356         (filesets-cmd-isearch-getargs): New functions.
4358 2008-07-23  Chong Yidong  <cyd@stupidchicken.com>
4360         * international/mule.el (recode-region): Deactivate mark at the end.
4362 2008-07-23  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
4364         * progmodes/flymake.el (flymake-errline, flymake-warnline):
4365         Use more suitable colors on dark displays.
4367 2008-07-23  Michael Albinus  <michael.albinus@gmx.de>
4369         * net/tramp.el (tramp-methods): Add "-q" for "scp", "scp1",
4370         "scp2", "ssh", "ssh1", "ssh2", "scpc", "scpx", "sshx".
4371         (tramp-temp-buffer-name): New defconst.
4372         (tramp-handle-start-file-process): Use it.  Apply "exec", for the
4373         command.  No trailing prompt.
4374         (tramp-process-sentinel): Remove temporary buffer, if existing.
4375         Don't handle trailing prompt.
4376         (tramp-open-connection-setup-interactive-shell):
4377         Use `tramp-temp-buffer-name'.
4379 2008-07-23  Chong Yidong  <cyd@stupidchicken.com>
4381         * shell.el (shell-dynamic-complete-functions):
4382         Use comint-dynamic-complete-filename as well (bug#361).
4384 2008-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
4386         * term/ns-win.el:
4387         * version.el (emacs-version):
4388         * loadup.el:
4389         * frame.el (make-frame-on-display): Check for ns instead of
4390         ns-windowing.
4392         * dired.el (dired-mode-map): Show the key binding for wdired.
4394         * menu-bar.el (menu-bar-file-menu): Show the key binding for
4395         exiting Emacs.
4397 2008-07-19  Adrian Robert  <Adrian.B.Robert@gmail.com>
4399         * term/ns-win.el (x-list-fonts): Drop alias.
4401 2008-07-23  Juri Linkov  <juri@jurta.org>
4403         * replace.el (multi-query-replace-map): New variable.
4404         (perform-replace): Add processing of new multi-buffer keys bound
4405         to `automatic-all' and `exit-current'.  Set `query-flag' to nil
4406         if last input char was `automatic-all'.  Set new local variable
4407         `multi-buffer' to t when one of new two keys were typed.  Return
4408         non-nil value of `multi-buffer' that tells to calling functions
4409         to continue replacement on the next file.
4411         * progmodes/etags.el (tags-query-replace): Set arg `map' of
4412         `perform-replace' to `multi-query-replace-map'.
4414 2008-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4416         * diff-mode.el (diff-auto-refine-mode): Remove lighter, since it's
4417         otherwise displayed in every buffer.
4419         * vc-arch.el (vc-arch-trim-make-sentinel): Use a closure.
4420         (vc-arch-trim-one-revlib): Delete temp directories as well.
4422 2008-07-22  Stephen Eglen  <stephen@gnu.org>
4424         * iswitchb.el (iswitchb-delim): New variable.  Suggested by Ted Roden.
4426 2008-07-22  Sven Joachim  <svenjoac@gmx.de>
4428         * vc-dir.el (vc-dir-recompute-file-state): Fix mismatched parenthesis.
4430 2008-07-22  Miles Bader  <miles@gnu.org>
4432         * progmodes/sh-script.el (sh-newline-and-indent): Remove.
4433         (sh-mode-map): Remove remapping of newline-and-indent.
4435 2008-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
4437         * vc.el (Todo): Update.
4439         * vc-hooks.el: Remove obsolete comment.
4441         * vc-git.el (vc-git-status-printer): Update the directory display
4442         to match the default.
4444         * vc-dir.el (vc-dir-recompute-file-state): Add workaround for CVS.
4446 2008-07-21  Chong Yidong  <cyd@stupidchicken.com>
4448         * menu-bar.el (menu-bar-line-wrapping-menu): Use Visual Line mode
4449         for "word wrap" command.
4451         * simple.el (visual-line-mode): Disable truncate-partial-width-windows.
4453 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
4455         * term/ns-win.el: Rename ns- functions/variables to the
4456         corresponding x- versions.
4457         (x-select-text, x-cut-buffer-or-selection-value)
4458         (x-disown-selection-internal, x-get-selection-internal)
4459         (x-own-selection-internal, x-defined-colors, xw-defined-colors)
4460         (x-display-mm-width, x-display-mm-height)
4461         (x-display-backing-store, x-display-save-under)
4462         (x-display-visual-class, x-display-screens, x-focus-frame): Remove
4463         defaliases.
4465         * frame.el (ns-display-name): Remove declaration.
4466         (make-frame-on-display): Use x-display-name instead
4467         ns-display-name.  Use unless.
4469         * startup.el (command-line-1): Fix indentation.
4471         * term/ns-win.el (up-one, down-one, left-one, right-one): Remove,
4472         checked in inadvertently.
4474 2008-07-21  Chong Yidong  <cyd@stupidchicken.com>
4476         * term/ns-win.el: Standardize references to "Nextstep" in
4477         comments, messages, and docstrings.
4478         (ns-handle-args, x-parse-geometry)
4479         (ns-extended-platform-support-mode, x-setup-function-keys)
4480         (ns-select-overlay, ns-unselect-line, ns-yes-or-no-p)
4481         (ns-set-pasteboard, ns-scroll-bar-move, ns-defined-colors)
4482         (ns-initialized, ns-initialize-window-system): Doc fixes.
4484 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
4486         * diff-mode.el (diff-auto-refine): Delete defcustom.
4487         (diff-auto-refine-mode): New func/var via define-minor-mode.
4488         Update var ref to use diff-auto-refine-mode.
4489         * smerge-mode.el (diff-mode): Require when compiling.
4490         (smerge-auto-refine): Delete defcustom.
4491         Update smerge-auto-refine ref to use diff-auto-refine-mode.
4493 2008-07-21  Chong Yidong  <cyd@stupidchicken.com>
4495         * simple.el (visual-line): New custom group.
4496         (visual-line-fringe-indicators): New var.
4497         (visual-line-mode): Set fringe-indicator-alist based on
4498         visual-line-fringe-indicators.  Add lighter.
4500 2008-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
4502         * term/x-win.el (x-handle-switch, x-handle-numeric-switch)
4503         (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
4504         (x-handle-geometry, x-handle-name-switch, x-display-name)
4505         (x-handle-display, x-handle-args, x-colors): Move ...
4506         * term/common-win.el: ... here.  New file.
4507         * term/w32-win.el (x-handle-switch, x-handle-numeric-switch)
4508         (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
4509         (x-handle-geometry, x-handle-name-switch, x-display-name)
4510         (x-handle-display, x-handle-args, x-colors): Remove.
4511         * loadup.el: Load term/common-win before term/x-win and term/w32-win.
4513 2008-07-19  Juri Linkov  <juri@jurta.org>
4515         * startup.el (fancy-startup-text): Move the line "To quit
4516         a partially entered command, type Control-g" a few lines below
4517         to be after the line "To start".  Add text "at gnu.org" to
4518         "Overview of Emacs features".
4520         * dired.el (dired-mode-map): Fix menu text of
4521         image-dired-display-thumbs.
4523         * image-dired.el (image-dired-cmd-create-thumbnail-options)
4524         (image-dired-cmd-create-temp-image-options)
4525         (image-dired-cmd-create-standard-thumbnail-command): Add > to the
4526         ImageMagick command line to change the dimensions of the image
4527         only if its width or height exceeds the geometry specification.
4529         * longlines.el: Add coding cookie utf-8 for the pilcrow sign.
4531         * proced.el (proced-mode, proced): Add \\<proced-mode-map>
4532         to docstrings.
4534 2008-07-19  Adrian Robert  <Adrian.B.Robert@gmail.com>
4536         * term/ns-win.el (ns-ps-print-menu-map): Fix typo pointed out by
4537         Vinicius Jose Latorre.
4539 2008-07-19  Glenn Morris  <rgm@gnu.org>
4541         * term/ns-win.el (ns-make-command-string): Use mapconcat.
4542         (ns-save-preferences): Fix typo in previous change.  (Bug#573)
4544 2008-07-18  Michael Albinus  <michael.albinus@gmx.de>
4546         * net/dbus.el (dbus-interface-properties): New defconst.
4547         (dbus-introspect): Update docstring.
4548         (dbus-introspect-xml, dbus-introspect-get-attribute)
4549         (dbus-introspect-get-node-names, dbus-introspect-get-all-nodes)
4550         (dbus-introspect-get-interface-names)
4551         (dbus-introspect-get-interface, dbus-introspect-get-method-names)
4552         (dbus-introspect-get-method, dbus-introspect-get-signal-names)
4553         (dbus-introspect-get-signal, dbus-introspect-get-property-names)
4554         (dbus-introspect-get-property)
4555         (dbus-introspect-get-annotation-names)
4556         (dbus-introspect-get-annotation)
4557         (dbus-introspect-get-argument-names, dbus-introspect-get-argument)
4558         (dbus-introspect-get-signature, dbus-get-property)
4559         (dbus-set-property, dbus-get-all-properties): New defuns.
4561 2008-07-18  Chong Yidong  <cyd@stupidchicken.com>
4563         * Makefile.in (ELCFILES): Remove ns-carbon-compat.elc and
4564         ns-grabenv.elc.
4566         * ns-carbon-compat.el: File removed.
4568         * ns-grabenv.el: File removed.
4570         * term/ns-win.el: Contents of ns-carbon-compat.el and
4571         ns-grabenv.el moved here.
4572         (ns-grabenv, ns-open-file-select-line): Doc fixes.
4573         (ns-submit-bug-report): Function removed.  Reports go to the main
4574         Emacs bug list.
4575         (ns-handle-args, ns-spi-service-call): Doc fixes.
4576         (info-ns-emacs): Function removed.  Nextstep port manual will be
4577         merged into the Emacs manual, so no separate link needed.
4579 2008-07-18  Francesc Rocher  <rocher@member.fsf.org>
4581         * startup.el (fancy-splash-head): Fix change of 2008-07-02.
4583 2008-07-18  Glenn Morris  <rgm@gnu.org>
4585         * eshell/esh-arg.el (eshell-quote-backslash): Restrict previous change
4586         to XEmacs, since it does nothing for Emacs.
4588 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4590         * net/tls.el (open-tls-stream): Make it work with the 2nd argument
4591         BUFFER that is a string but does not exist as a buffer object, as
4592         mentioned in the doc-string.
4594 2008-07-17  Chong Yidong  <cyd@stupidchicken.com>
4596         * simple.el (line-move-visual): Make it a defcustom.
4597         (line-move-1): Convert temporary-goal-column back to an integer if
4598         it was set as a float by a previous call to line-move-visual.
4599         (end-of-visual-line, beginning-of-visual-line)
4600         (next-logical-line, previous-logical-line): New functions.
4602 2008-07-17  David Reitter  <david.reitter@gmail.com>
4604         * simple.el (kill-visual-line, turn-on-visual-line-mode): New
4605         functions.
4606         (visual-line-mode, global-visual-line-mode): New minor mode.
4607         (visual-line-mode-map): New variable.
4609 2008-07-17  Glenn Morris  <rgm@gnu.org>
4611         * term/ns-win.el (parameters): Declare for compiler.
4613 2008-07-17  Fan Kai  <fktpp@xemacs.org>  (tiny change)
4615         * eshell/esh-arg.el (eshell-quote-backslash): Fix eshell path completion
4616         for Windows.
4618 2008-07-17  Daiki Ueno  <ueno@unixuser.org>
4620         * epa.el (epa-key-list-mode): Use run-mode-hooks.
4621         (epa-key-mode): Ditto.
4622         (epa-info-mode): Ditto.
4624 2008-07-17  Glenn Morris  <rgm@gnu.org>
4626         * term/ns-win.el (ns-handle-switch): Simplify.  Handle the numeric case.
4627         (ns-handle-numeric-switch): Just call ns-handle-switch.
4628         (ns-handle-name-switch, ns-handle-nxopen, ns-handle-nxopentemp)
4629         (ns-handle-args): Simplify using `pop'.
4630         (ns-display-name): Define (used in frame.el).
4631         (menu-bar-select-frame): Add (ignored) arg to more closely match the
4632         original definition.
4633         (ns-perform-service): Declare.
4634         (ns-save-preferences): Use fewer `let's.
4636         * frame.el (ns-display-name): Declare for compiler.
4638 2008-07-17  Kenichi Handa  <handa@m17n.org>
4640         * descr-text.el (describe-char-unidata-list): Initialize to the
4641         list of name, general-category, decomposition, and old-name.
4643 2008-07-16  Adrian Robert  <Adrian.B.Robert@gmail.com>
4645         * startup.el (command-line-1): Update processing of NS long options to
4646         mimic recent changes to processing of X long options.
4648 2008-07-16  Nick Roberts  <nickrob@snap.net.nz>
4650         * progmodes/gdb-ui.el (gdb-create-define-alist): Don't create a
4651         list of #defines for remote files.
4652         (gdb-source-info): Only show main if it has been found.
4654 2008-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4656         * term/ns-win.el: Require CL; fix up comment style; reindent.
4657         (ns-define-service): Use subst-char-in-string.  Avoid `eval'.
4658         (ns-save-preferences): Use `case'.
4659         (ns-initialize-window-system): Use `dolist'.
4661 2008-07-16  Adrian Robert  <Adrian.B.Robert@gmail.com>
4663         * loadup.el: Remove load of easy-mmode prior to ns-win when NS
4664         windowing is used.
4665         * term/ns-win.el (ns-extended-platform-support-mode):
4666         Correct/improve documentation.
4668 2008-07-16  Glenn Morris  <rgm@gnu.org>
4670         * emacs-lisp/cl-compat.el, emacs-lisp/cl-macs.el, emacs-lisp/cl-seq.el:
4671         Simply require 'cl (see comment in cl-compat.el).
4672         * emacs-lisp/cl-macs.el (cl-compile-time-init): Remove function.
4673         * emacs-lisp/cl.el (cl-do-pop, cl-mapcar-many): Declare for compiler.
4674         (cl-hack-byte-compiler): Load cl-macs and run cl-hack-bytecomp-hook
4675         directly rather by subterfuge.  Provide cl before loading cl-macs.
4677         * paths.el (rmail-spool-directory): Remove settings for systems that are
4678         no longer supported.
4680         * frame.el (ns-initialize-window-system): Declare for compiler.
4682         * term/ns-win.el: Add numerous declarations for compiler.
4683         (ns-pop-up-frames): Move definition before use.  Doc fix.
4685         * emacs-lisp/check-declare.el (check-declare-locate)
4686         (check-declare-verify): Handle .m files.
4688 2008-07-15  Adrian Robert  <Adrian.B.Robert@gmail.com>
4690         * ns-carbon-compat.el: New file: user-visible compatibility of
4691         NeXTstep port with Carbon port.
4692         * ns-grabenv.el: New file: functionality useful on OS X platform to
4693         expose environment variables inside Emacs started from icon.
4694         * Makefile.in (ELCFILES): Add ns-carbon-compat, ns-grabenv, ns-win.
4695         * cus-edit.el:
4696         * cus-face.el:
4697         * disp-table.el:
4698         * faces.el:
4699         * info.el:
4700         * mouse.el:
4701         * mwheel.el:
4702         * simple.el: Add ns to window systems treated as GUIs.
4703         * facemenu.el (facemenu-read-color): Don't require a name match under
4704         NS, to allow numeric color entry.
4705         * frame.el (make-frame-on-display): Follow code for 'x in initializing
4706         'ns window system if need be.
4707         (various): Add 'ns as described above.
4708         * loadup.el: Load ns-win.el, easy-menu.el, easy-mmode.el if
4709         ns-windowing is active.
4710         * startup.el (command-line-ns-option-alist): New constant to handle NS
4711         windowing system specific command line args analogous to how they are
4712         handled for X windows.
4713         (command-line-1): Use the above where appropriate.
4714         * version.el: Add NS port version.
4715         * woman.el (woman-man.conf-path): Add /usr/share/misc to init path on
4716         Darwin (usually OS X) systems.
4717         (woman-use-own-frame): Include 'ns in list of GUI window systems.
4718         * emulation/viper-util.el (ns-display-color-p)
4719         (ns-color-defined-p): Remove these (caustically-commented) outdated
4720         compensations for a port that was never itself integrated until now.
4721         * gnus/gnus-util.el (gnus-select-frame-set-input-focus): Add support
4722         for NS window system.
4723         * international/mule-cmds.el: Add 'ns to list of special-cased window
4724         systems (probably most of these, x/w32/mac/ns could be changed to
4725         window-system non-nil).
4726         * term/ns-win.el: New file: lisp-side support for NS windowing system.
4728 2008-07-14  Jason Rumney  <jasonr@gnu.org>
4730         * term/w32-win.el (x-handle-switch, x-handle-name-switch)
4731         (x-handle-numeric-switch, x-handle-initial-switch)
4732         (x-handle-xrm-switch, x-handle-args, x-handle-display)
4733         (xw-defined-colors, w32-initialize-window-system):
4734         Avoid use of cl pop and push macros.
4736 2008-07-14  Martin Rudalics  <rudalics@gmx.at>
4738         * add-log.el (change-log-goto-source): Avoid wrong-type-argument
4739         error when change-log-search-file-name returns nil.
4741 2008-07-13  Martin Rudalics  <rudalics@gmx.at>
4743         * add-log.el (change-log-search-file-name):
4744         Use match-string-no-properties.
4745         (change-log-search-tag-name-1, change-log-search-tag-name)
4746         (change-log-goto-source-1, change-log-goto-source): New functions.
4747         (change-log-tag-re, change-log-find-head, change-log-find-tail):
4748         New variables.
4749         (change-log-mode-map): Bind C-c C-c to change-log-goto-source.
4751 2008-07-13  Jay Belanger  <jay.p.belanger@gmail.com>
4753         * calc/calc-help.el (calc-describe-key): Add angles to special key
4754         descriptions.
4756 2008-07-13  Vincent Belaïche  <vincent.b.1@hotmail.fr>
4758         * calc/calc-help.el (calc-describe-thing): Use `re-search-forward' to
4759         search for regexp.
4761 2008-07-12  Chong Yidong  <cyd@stupidchicken.com>
4763         * simple.el (line-move-visual): Handle null pixel position gracefully.
4765 2008-07-11  Jason Rumney  <jasonr@gnu.org>
4767         * files.el (file-truename): Get truename of ancestors if file does
4768         not exist on Windows.
4770 2008-07-11  Chong Yidong  <cyd@stupidchicken.com>
4772         * simple.el (line-move-visual): Obey goal-column and no-error arg.
4773         (track-eol, temporary-goal-column, previous-line, next-line):
4774         Update docstring.
4775         (move-end-of-line, move-beginning-of-line): Bind line-move-visual
4776         to nil.
4778 2008-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4780         * simple.el (line-move-visual): New var.
4781         (line-move-visual): New function.
4782         (line-move): Call line-move-visual.
4784 2008-07-11  Dan Nicolaescu  <dann@ics.uci.edu>
4786         * progmodes/grep.el (grep-files-aliases): Improve the C++ source
4787         pattern and add patterns for C++ header files.
4789 2008-07-10  Chong Yidong  <cyd@stupidchicken.com>
4791         * window.el (truncated-partial-width-window-p): New function.
4793         * menu-bar.el: Remove Longlines mode from menu.  Add word-wrap option.
4795         * faces.el (x-create-frame-with-faces): Don't pass parameters that
4796         are set later to x-create-frame.
4797         (face-set-after-frame-default): Apply X resources for non-default
4798         faces.
4800 2008-07-08  Chong Yidong  <cyd@stupidchicken.com>
4802         * faces.el (face-set-after-frame-default): Simplify.  Don't apply
4803         frame-specific X resource settings.  Set faces using a list of
4804         frame parameters explicitly passed to the calling
4805         function (e.g. make-frame).
4806         (x-create-frame-with-faces, tty-create-frame-with-faces):
4807         Supply explicit frame parameter list to face-set-after-frame-default.
4809 2008-07-08  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
4811         * net/browse-url.el (browse-url-default-browser):
4812         Fix argument list in lambda.
4814 2008-07-07  Ulf Jasper  <ulf@web.de>
4816         * net/newst-backend.el (newsticker--get-news-by-url): Catch errors
4817         from url-retrieve.
4818         (newsticker--sentinel-work): Fix xerror typo.
4820 2008-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
4822         * vc-dir.el (vc-dir-refresh): Only update files.
4824         * vc-git.el (vc-git--ls-files-state): Remove unused function.
4826         * vc-bzr.el (vc-bzr-after-dir-status): Deal with execute bit changes.
4828 2008-07-06  John Paul Wallington  <jpw@pobox.com>
4830         * kermit.el (kermit-esc-char, kermit-clean-off): Doc fixes.
4832 2008-07-05  Alexandre Julliard  <julliard@winehq.org>
4834         * vc-git.el (vc-git-registered): Return true for removed files.
4835         (vc-git-print-log, vc-git-log-view-mode): Print a single log for
4836         all the files instead of one per file.
4837         (vc-git-previous-revision): Add support for project-wide previous
4838         revision when specified file is nil.
4840 2008-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
4842         * vms-patch.el, vmsproc.el, mail/vms-pmail.el: Move to obsolete dir.
4844         * vc-dir.el (vc-dir-find-child-files): New function.
4845         (vc-dir-resync-directory-files): New function.
4846         (vc-dir-recompute-file-state): New function, broken out of ...
4847         (vc-dir-resynch-file): ... here.  Also deal with directories.
4848         * vc-dispatcher.el (vc-resynch-buffers-in-directory): New function.
4849         (vc-resynch-buffer): Use it.
4851         * vc-hg.el (vc-hg-registered): Do not set vc-state.
4853         * vc-annotate.el (vc-annotate-mode-menu): Add separator.
4855 2008-07-05  Nick Roberts  <nickrob@snap.net.nz>
4857         * progmodes/gdb-ui.el (gdb-display-buffer): Don't split a buffer
4858         if it's not part of gdb-ui, e.g, at start.
4860         * progmodes/gud.el (gud-gdb-get-stackframe): Allow absolute
4861         filenames in stack trace (text command mode).
4863 2008-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4865         * mouse-drag.el (mouse-drag-throw, mouse-drag-drag): Autoload.
4867         * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
4868         Use syntax-ppss on a position *before* the char we want to change.
4870 2008-07-04  Dan Nicolaescu  <dann@ics.uci.edu>
4872         * vc-dir.el (vc-dir-query-replace-regexp): New function.
4873         (vc-dir-tool-bar-map, vc-dir-menu-map): Bind it.
4874         (vc-dir-mode-map): Likewise.
4876 2008-07-03  Juanma Barranquero  <lekktu@gmail.com>
4878         * eshell/esh-arg.el (eshell-quote-backslash): Fix typo in docstring.
4879         (eshell-parse-argument-hook, eshell-special-chars-inside-quoting)
4880         (eshell-arg-load-hook, eshell-special-chars-outside-quoting):
4881         Remove spurious * in defcustom docstrings.
4883         * textmodes/fill.el (fill-paragraph): Fix typo in docstring.
4884         (fill-individual-varying-indent, colon-double-space, enable-kinsoku)
4885         (adaptive-fill-mode, adaptive-fill-first-line-regexp)
4886         (default-justification): Remove spurious * in defcustom docstrings.
4888         * textmodes/rst.el (rst, rst-line-homogeneous-p, rst-mode-abbrev-table)
4889         (rst-font-lock-keywords-function, rst-mode, rst-minor-mode)
4890         (rst-compare-decorations, rst-default-indent, rst-update-section)
4891         (rst-decoration-complete-p, rst-section-tree, rst-toc-insert-node)
4892         (rst-toc-insert-find-delete-contents, rst-toc-count-lines)
4893         (rst-toc-mode-goto-section, rst-faces, rst-level-face-base-color):
4894         Fix typos in docstrings.
4895         (rst-mode-lazy): Fix typo in docstring.  Remove spurious *.
4896         (rst-adjust, rst-line-homogeneous-p, rst-suggest-new-decoration)
4897         (rst-get-decorations-around, rst-section-tree-point)
4898         (rst-font-lock-adornment-point): Reflow docstrings.
4899         (rst-get-decoration, rst-get-decoration-match, rst-adjust-decoration):
4900         Doc fixes.
4901         (rst-re-enumerations): Comment out.
4903         * nxml/nxml-glyph.el (nxml-glyph-set-hook):
4904         * nxml/nxml-uchnm.el (nxml-unicode-blocks)
4905         (nxml-unicode-block-char-name-set):
4906         * nxml/nxml-util.el (nxml-debug, nxml-make-namespace):
4907         * nxml/rng-nxml.el (rng-set-state-after):
4908         * nxml/rng-uri.el (rng-file-name-uri): Fix typo in docstring.
4910         * nxml/rng-cmpct.el (rng-c-lookup-create, rng-c-parse-primary)
4911         (rng-c-parse-annotation-body):
4912         * nxml/rng-dt.el (rng-dt-namespace-context-getter): Reflow docstrings.
4914         * nxml/nxml-mode.el (nxml, nxml-mode, nxml-after-change1)
4915         (nxml-extend-region, nxml-merge-indent-context-type, nxml-complete)
4916         (nxml-forward-balanced-item, nxml-dynamic-markup-word)
4917         (nxml-define-char-name-set, nxml-toggle-char-ref-extra-display):
4918         Fix typos in docstrings.
4919         (nxml-attribute-indent): Reflow docstring.
4920         (nxml-bind-meta-tab-to-complete-flag, nxml-last-fontify-end)
4921         (nxml-default-buffer-file-coding-system): Doc fixes.
4923         * nxml/nxml-ns.el (nxml-ns-state, nxml-ns-initial-state)
4924         (nxml-ns-set-prefix): Fix typos in docstrings.
4925         (nxml-ns-push-state, nxml-ns-pop-state, nxml-ns-set-default):
4926         Reflow docstring.
4927         (nxml-ns-get-prefix, nxml-ns-get-default): Doc fixes.
4929         * nxml/nxml-outln.el (nxml-hide-all-text-content)
4930         (nxml-show-direct-text-content, nxml-show-direct-subheadings)
4931         (nxml-hide-direct-text-content, nxml-hide-subheadings)
4932         (nxml-hide-text-content, nxml-show-subheadings, nxml-hide-other)
4933         (nxml-outline-display-rest, nxml-outline-set-overlay)
4934         (nxml-section-tag-forward, nxml-section-tag-backward)
4935         (nxml-back-to-section-start): Fix typos in docstrings.
4937         * nxml/nxml-parse.el (nxml-validate-function, nxml-parse-file):
4938         Doc fixes.
4940         * nxml/nxml-rap.el (nxml-scan-end, nxml-move-tag-backwards)
4941         (nxml-scan-element-forward, nxml-scan-element-backward): Doc fixes.
4942         (nxml-scan-after-change): Fix typo in docstring.
4944         * nxml/rng-match.el (rng-being-compiled, rng-normalize-choice-list)
4945         (rng-name-class-possible-names): Doc fixes.
4946         (rng-memo-map-add, rng-intern-group, rng-match-possible-namespace-uris)
4947         (rng-match-possible-start-tag-names, rng-match-possible-value-strings):
4948         Fix typos in docstrings.
4949         (rng-intern-group-shortcut, rng-intern-choice-shortcut):
4950         Reflow docstrings.
4952         * nxml/rng-util.el (rng-uniquify-eq, rng-uniquify-equal): Doc fixes.
4953         (rng-substq, rng-complete-before-point): Fix typos in docstrings.
4955         * nxml/rng-xsd.el (rng-xsd-make-date-time-regexp)
4956         (rng-xsd-convert-date-time): Reflow docstrings.
4957         (rng-xsd-compile): Fix typo in docstring.
4959         * nxml/rng-loc.el (rng-current-schema-file-name)
4960         (rng-locate-schema-file-using, rng-locate-schema-file-from-type-id):
4961         Doc fixes.
4962         (rng-set-schema-file): Fix typo in docstring.
4964         * nxml/rng-valid.el (rng-error-count, rng-validate-mode)
4965         (rng-do-some-validation, rng-process-start-tag, rng-process-text):
4966         Fix typos in docstrings.
4967         (rng-message-overlay, rng-conditional-up-to-date-start)
4968         (rng-conditional-up-to-date-end): Doc fixes.
4969         (rng-next-error, rng-previous-error): Reflow docstrings.
4971         * nxml/xmltok.el (xmltok-attribute-raw-normalized-value): Doc fix.
4972         (xmltok-dtd, xmltok-dependent-regions, xmltok-attribute-refs)
4973         (xmltok-valid-char-p, xmltok-standalone, xmltok-forward-prolog)
4974         (xmltok-merge-attributes): Fix typos in docstrings.
4975         (xmltok-make-attribute, xmltok-forward-special)
4976         (xmltok-get-declared-encoding-position): Reflow docstrings.
4978         * nxml/xsd-regexp.el (xsdre-char-class-to-range-list): Doc fix.
4979         (xsdre-range-list-union, xsdre-check-range-list, xsdre-current-regexp):
4980         Fix typos in docstrings.
4982 2008-07-02  John Paul Wallington  <jpw@pobox.com>
4984         * ibuffer.el (ibuffer-buffer-file-name):
4985         Use `list-buffers-directory'.  Remove special-casing for `cvs-mode'
4986         and `vc-dir-mode'.  Suggested by Dan Nicolaescu.
4988 2008-07-02  Toru Tsuneyoshi  <t_tuneyosi@hotmail.com>
4990         * files.el (backup-extract-version): Handle versioned directories.
4991         (trash-directory): New variable.
4992         (move-file-to-trash): New function.
4994         * cus-start.el (delete-by-moving-to-trash): Declare for custom.
4996 2008-07-02  Magnus Henoch  <mange@freemail.hu>
4998         * vc-git.el (vc-git-annotate-command): Use proper option for
4999         specifying revision.
5001 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
5003         * startup.el (fancy-splash-head): Prefer SVG or PNG splash image,
5004         if available.
5006 2008-07-01  Dan Nicolaescu  <dann@ics.uci.edu>
5008         * uniquify.el (uniquify-list-buffers-directory-modes): Add vc-dir-mode.
5010         * vc-annotate.el (vc-annotate-mode-map): Use lower case keys.
5011         Add binding for vc-annotate-show-changeset-diff-revision-at-line.
5013         * vc-dir.el (vc-dir-mode): Set list-buffers-directory.
5015 2008-07-01  Nick Roberts  <nickrob@snap.net.nz>
5017         * progmodes/gdb-ui.el (gdb-create-source-file-list): New option.
5018         (gdb-init-2): Use it.  Don't run gdb-mode-hook again.
5019         (gdb-var-list-children-regexp, gdb-var-update-regexp)
5020         (gdb-info-breakpoints-custom, gdb-stack-list-frames-regexp)
5021         (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
5022         (gdb-stack-list-locals-regexp): Future proof regexps better.
5024 2008-06-30  Juri Linkov  <juri@jurta.org>
5026         * faces.el (face-name-history): New variable.
5027         (make-face, make-empty-face): Replace interactive spec "S"
5028         with `read-from-minibuffer' where `read' arg is t and
5029         `hist' arg is `face-name-history'.
5030         (read-face-name): Set `hist' arg of `completing-read-multiple'
5031         to `face-name-history'.
5032         (list-faces-display): Use `read-regexp' instead of `read-string'
5033         to read regexp.
5035         * hi-lock.el (hi-lock-regexp-history): Make it an obsolete alias
5036         to `regexp-history'.
5037         (hi-lock-face-history): Rename to `hi-lock-face-defaults' and
5038         make it an obsolete alias to it.
5039         (hi-lock-face-defaults): New variable renamed from
5040         `hi-lock-face-history'.
5041         (hi-lock-line-face-buffer, hi-lock-face-buffer)
5042         (hi-lock-face-phrase-buffer): Use `read-regexp' instead of
5043         `read-from-minibuffer'.  Doc fix.
5044         (hi-lock-read-face-name): Replace `hi-lock-face-history' with
5045         `hi-lock-face-defaults'.  Remove `mapcar (lambda (f) (cons f f))'.
5046         Set `hist' arg of `completing-read' to `face-name-history'.
5047         Put a list of default faces to `default' arg instead of `hist' arg.
5049         * bindings.el (abbrev-map, narrow-map): New variables.
5050         Bind `C-x a' to `abbrev-map' and `C-x n' to `narrow-map'.
5051         Rebind related commands to these new maps.
5052         (ctl-x-r-map): New variable for rectangle, register and bookmark
5053         keys.  Move rectangle keybindings to rect.el and register
5054         keybindings to register.el.
5055         (next-buffer, previous-buffer): Remove C-x prefix and move
5056         keybindings to ctl-x-map.
5058         * bookmark.el: Rebind three global `C-x r' keys "b", "m", "l"
5059         to the new map `ctl-x-r-map' in autoload cookies.
5061         * expand.el: Rebind two global `C-x a' keys "n", "p"
5062         to the new map `abbrev-map' in autoload cookies.
5064         * rect.el: Bind global keys to ctl-x-r-map in autoload cookies.
5066         * register.el: Bind global keys to ctl-x-r-map in autoload cookies.
5068 2008-06-30  Miles Bader  <miles@gnu.org>
5070         * net/rcirc.el (rcirc-markup-attributes): Don't skip a character
5071         after processing an escape sequence.
5073 2008-06-29  Michael Albinus  <michael.albinus@gmx.de>
5075         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Revert patch
5076         from 2008-06-28.  It does not work on W32.
5078 2008-06-29  Juri Linkov  <juri@jurta.org>
5080         * replace.el (read-regexp): New function.
5081         (keep-lines-read-args, occur-read-primary-args):
5082         Call `read-regexp' instead of code moved to new function.
5083         (keep-lines, flush-lines, how-many): Remove parenthesis and colon
5084         from the end of prompt.
5085         (replace-re-search-function): Doc fix.
5087 2008-06-29  Kenichi Handa  <handa@m17n.org>
5089         * descr-text.el (describe-char-display): Always return a string.
5090         (describe-char-padded-string): New function.
5091         (describe-char): Adjusted for the change of
5092         describe-char-display.  Use describe-char-padded-string.
5094 2008-06-29  Andreas Schwab  <schwab@suse.de>
5096         * vc-dir.el (vc-dir): Make backend argument optional and use
5097         vc-responsible-backend when nil.  Interactively pass nil for
5098         backend instead of using the backend of what happens to be
5099         default-directory at the time of the call.
5101         * find-dired.el (find-dired-filter): Preserve point.
5103 2008-06-28  Juanma Barranquero  <lekktu@gmail.com>
5105         * net/sasl.el (sasl-client-set-property, sasl-make-mechanism)
5106         (sasl-find-mechanism, sasl-next-step):
5107         * net/sasl-ntlm.el (sasl-ntlm-steps, sasl-ntlm-request)
5108         (sasl-ntlm-response): Fix typos in docstrings.
5110 2008-06-28  robert marshall  <robert@capuchin.co.uk>  (tiny change)
5112         * international/mule-cmds.el (view-hello-file): Doc fix.
5114 2008-06-28  Chong Yidong  <cyd@stupidchicken.com>
5116         * faces.el (inhibit-face-set-after-frame-default): Var deleted.
5117         (set-face-attribute, face-set-after-frame-default)): Don't use it.
5119 2008-06-28  John Paul Wallington  <jpw@pobox.com>
5121         * calc/calc.el (defmath): Add `doc-string' decl.  Add docstring.
5123 2008-06-28  Michael Albinus  <michael.albinus@gmx.de>
5125         * net/tramp.el (tramp-handle-file-modes): Handle symlinks.
5126         (tramp-convert-file-attributes): Convert symlinks only when
5127         returned from `tramp-handle-file-attributes-with-stat'.
5129         * net/tramp-ftp.el (top): Delete 'ange-ftp property from
5130         `substitute-in-file-name' when unloading.
5131         (tramp-ftp-file-name-handler): Set `tramp-mode' to nil.
5133 2008-06-28  Dan Nicolaescu  <dann@ics.uci.edu>
5135         * vc-dir.el (vc-dir-hide-up-to-date): Also hide empty directories.
5136         (vc-string-prefix-p): Move function ...
5137         * vc.el (vc-string-prefix-p): ... here.
5139 2008-06-27  Juanma Barranquero  <lekktu@gmail.com>
5141         * vc-dir.el (vc-dir): Complete only directory names.
5143 2008-06-27  Jason Rumney  <jasonr@gnu.org>
5145         * w32-fns.el (top-level): Unconditionally define all charsets.
5147 2008-06-27  Alan Mackenzie  <acm@muc.de>
5149         * progmodes/cc-mode.el (c-mode-base-map): Don't bind C-M-[ae] to
5150         the CC Mode specific functions; this is no longer needed, since
5151         {beginning,end}-of-defun now pass ARG to ...-of-defun-function.
5153         * progmodes/cc-defs.el (c-emacs-features): New feature
5154         'argumentative-bod-function.
5156 2008-06-27  John Paul Wallington  <jpw@pobox.com>
5158         * chistory.el (list-command-history): Use `bound-and-true-p'.
5159         (command-history-map): Define within defvar.  Add docstring.
5161 2008-06-27  Juanma Barranquero  <lekktu@gmail.com>
5163         * image.el (image-jpeg-p): Don't fail if the arg cannot be converted
5164         to unibyte; just assume it is not a JPEG.  Use `string-match-p'.
5165         (image-type-from-data, image-type-from-file-name): Use `string-match-p'.
5166         (image-type-from-buffer): Use `looking-at-p'.
5168 2008-06-27  Juanma Barranquero  <lekktu@gmail.com>
5170         * ibuf-ext.el (diff-sentinel): Declare.
5172 2008-06-27  Glenn Morris  <rgm@gnu.org>
5174         * calendar/lunar.el (calendar-lunar-phases): Rename from
5175         calendar-phases-of-moon.  Keep old name as alias, update callers.
5176         (lunar-phases): Rename from phases-of-moon.  Keep old name as alias.
5177         (diary-lunar-phases): Rename from diary-phases-of-moon.
5178         Keep old name as alias.
5179         * calendar/cal-menu.el (cal-menu-sunmoon-menu)
5180         (cal-menu-global-mouse-menu): Update for lunar name changes.
5181         * calendar/calendar.el (calendar-mode-map): Update for name change.
5182         * calendar/diary-lib.el (diary-list-sexp-entries): Doc update.
5184 2008-06-26  Glenn Morris  <rgm@gnu.org>
5186         * calendar/solar.el (solar-sunrise-sunset-string): Add optional
5187         argument `nolocation'.
5188         (calendar-sunrise-sunset-month): New function.
5189         * calendar/cal-menu.el (cal-menu-sunmoon-menu): Rename from
5190         cal-menu-moon-menu.  Add calendar-sunrise-sunset-month.
5191         (cal-menu-global-mouse-menu): Add calendar-sunrise-sunset-month.
5192         * calendar/calendar.el (solar-sunrises-buffer): New constant.
5193         (calendar-mode-map): Use cal-menu-sunmoon-menu.
5194         (calendar-buffer-list): Add solar-sunrises-buffer.
5196         * calendar/cal-menu.el (cal-menu-goto-menu): Tweak menu name.
5198 2008-06-26  Chong Yidong  <cyd@stupidchicken.com>
5200         * cus-start.el: Add customization types for word-wrap and
5201         shift-select-mode.
5203 2008-06-26  John Paul Wallington  <jpw@pobox.com>
5205         * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): New function.
5206         (ibuffer-diff-with-file): Use it.  Do diff on marked buffers.
5207         (ibuffer-mark-on-buffer): Don't display message when removing marks.
5208         (ibuffer-mark-by-mode): Use `buffer-local-value'.
5210 2008-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
5212         * vc-dir.el (tool-bar): Require.
5214         * vc.el (ewoc, tool-bar): Do not require.
5216 2008-06-26  Kenichi Handa  <handa@m17n.org>
5218         * international/mule-cmds.el (encode-coding-char): Fix for ASCII
5219         characters.
5221         * composite.el (terminal-composition-base-character-p): New function.
5222         (terminal-composition-function):
5223         Use terminal-composition-base-character-p.  Include the base character
5224         in the composition.
5225         (auto-compose-chars): Don't check font-object for terminal display.
5227 2008-06-26  Glenn Morris  <rgm@gnu.org>
5229         * doc-view.el (bookmark-make-record-default):
5230         * image-mode.el (bookmark-make-record-default): Fix declaration.
5232         * calendar/calendar.el (calendar-date-echo-text): Doc fix.
5233         Add default :value for sexp type.
5234         (calendar-month-edges): New variable.
5235         (calendar-month-edges): New function.
5236         (calendar-recompute-layout-variables): Set calendar-month-edges.
5237         (calendar-intermonth-header, calendar-intermonth-text): New options.
5238         (calendar-insert-at-column): New function.
5239         (calendar-generate-month): Use calendar-insert-at-column.
5240         Handle intermonth text.  Add 'date property.
5241         (calendar-column-to-month): Remove function.
5242         (calendar-column-to-segment): New function.
5243         (calendar-cursor-to-date): Use calendar-column-to-segment.
5244         Check 'date property.
5246         * calendar/calendar.el (calendar-print-other-dates):
5247         Handle mouse events.
5248         * calendar/cal-menu.el (calendar-mouse-print-dates): Remove function.
5249         (cal-menu-context-mouse-menu): Use calendar-print-other-dates.
5251         * calendar/holidays.el (calendar-cursor-holidays): Handle mouse events.
5252         * calendar/cal-menu.el (calendar-mouse-holidays): Remove function.
5253         (cal-menu-context-mouse-menu): Use calendar-cursor-holidays.
5255         * calendar/cal-move.el (calendar-cursor-to-nearest-date):
5256         Use calendar-column-to-segment, calendar-month-edges, and
5257         the 'date property to handle intermonth text.
5259         * calendar/cal-iso.el (calendar-iso-from-absolute): Add autoload cookie.
5261         * calendar/cal-menu.el (cal-menu-moon-menu, cal-menu-diary-menu)
5262         (cal-menu-holidays-menu, cal-menu-goto-menu, cal-menu-scroll-menu):
5263         Add doc strings.
5264         (cal-menu-context-mouse-menu): Add some :keys.
5265         (calendar-check-holidays): Declare rather than autoloading.
5266         (diary-show-holidays-flag): Remove unneeded declaration.
5268         * calendar/cal-menu.el (cal-menu-moon-menu): Add sunrise/sunset.
5269         * calendar/calendar.el (calendar-cursor-to-date): Handle case where
5270         event-start is nil.
5272 2008-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5274         * minibuffer.el (completion-basic-try-completion): Use the text after
5275         point to constrain the completion candidates.
5276         (completion-basic-all-completions): Adjust accordingly.
5278 2008-06-25  Chong Yidong  <cyd@stupidchicken.com>
5280         * textmodes/tex-mode.el (tex-verbatim): Use monospace instead of
5281         courier.
5283         * faces.el (set-face-attribute): Doc fix.
5285 2008-06-25  Juri Linkov  <juri@jurta.org>
5287         * bindings.el (goto-map): New variable.  Rebind goto-related
5288         commands to this `M-g' prefix keymap.
5289         (search-map): New variable for `M-s' prefix keymap.
5290         Bind `M-s o' to `occur', `M-shr' to `highlight-regexp', `M-shp' to
5291         `highlight-phrase', `M-shl' to `highlight-lines-matching-regexp',
5292         `M-shu' to `unhighlight-regexp', `M-shf' to `hi-lock-find-patterns',
5293         `M-shw' to `hi-lock-write-interactive-patterns'.
5295         * isearch.el (isearch-mode-map): Bind `M-s h r' to
5296         `isearch-highlight-regexp'.
5297         (isearch-highlight-regexp): New function.
5299 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5301         * info.el (Info-bookmark-make-record):
5302         Use bookmark-make-record-default.
5303         (Info-bookmark-jump): Use bookmark-default-handler.
5305         * image-mode.el (image-bookmark-make-record):
5306         Use bookmark-make-record-default.
5307         (image-bookmark-jump): Use bookmark-default-handler.
5309         * doc-view.el (doc-view-bookmark-make-record):
5310         Use bookmark-make-record-default.
5311         (doc-view-bookmark-jump): Use bookmark-default-handler.
5313         * bookmark.el (bookmark-alist): Allow the 2 slightly different formats
5314         used until now in bookmark.el's code.
5315         (bookmark-get-bookmark): Accept bookmark names or bookmark records.
5316         (bookmark-get-bookmark-record): Allow the 2 slightly different formats
5317         used until now in bookmark.el's code.
5318         (bookmark-set-filename): Remove special code, moved to its only caller.
5319         (bookmark-store): Use the newer format.
5320         (bookmark-make-record-default): Add arg `point-only'.
5321         Rename from bookmark-make-record-for-text-file.
5322         (bookmark--jump-via): New function.
5323         (bookmark-jump, bookmark-jump-other-window, bookmark-bmenu-2-window)
5324         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window):
5325         Use it.
5326         (bookmark-jump-noselect, bookmark-default-handler):
5327         Don't return an alist, instead return the data implicitly by changing
5328         current buffer and point.  Signal an error if the file doesn't exist.
5330         * buff-menu.el: Use with-current-buffer and inhibit-read-only.
5331         (Buffer-menu-toggle-read-only): Avoid vc-toggle-read-only.
5333         * bs.el: Use with-current-buffer.  Simplify.
5334         (bs-toggle-readonly): Avoid vc-toggle-read-only.
5336         * eshell/esh-cmd.el (eshell-manipulate): Check eshell-debug-command
5337         is bound before using it.
5339 2008-06-25  Kenichi Handa  <handa@m17n.org>
5341         * image.el (image-jpeg-p): Convert DATA to unibyte at first.
5343 2008-06-25  Dan Nicolaescu  <dann@ics.uci.edu>
5345         * vc-hg.el:
5346         * vc-git.el: Require vc-dir when compiling.
5348         * vc-dir.el (vc-dir-marked-only-files-and-states): Rename from
5349         vc-dir-marked-only-files.  Change the return value.
5350         (vc-dir-child-files-and-states): Rename from vc-dir-child-files.
5351         Change the return value.
5352         (vc-dir-deduce-fileset): New function broken out from ...
5353         * vc.el (vc-deduce-fileset): ... here and ...
5354         (vc-deduce-fileset): ... here.
5356         * vc-svn.el (vc-annotate-parent-rev): Pacify byte compiler.
5357         (vc-svn-parse-status): Do not set the vc-backend property.
5359 2008-06-25  Andreas Schwab  <schwab@suse.de>
5361         * faces.el (face-font-family-alternatives, variable-pitch):
5362         Use "Sans Serif", not "Sans-Serif".
5364 2008-06-24  Chong Yidong  <cyd@stupidchicken.com>
5366         * faces.el (face-font-family-alternatives, variable-pitch):
5367         Change "Sans" to the canonical name "Sans-Serif".
5369 2008-06-24  Jay Belanger  <jay.p.belanger@gmail.com>
5371         * calc/calc.el (calc-mode-map): Add extra keybindings to
5372         `calc-missing-key'.
5373         * calc/calc-ext.el (calc-init-extensions): Add keybinding for
5374         `kill-ring-save'.
5376 2008-06-24  Miles Bader  <miles@gnu.org>
5378         * mouse.el (mouse-appearance-menu): Don't do anything if the user
5379         pops up the menu but doesn't select anything.
5381 2008-06-24  Dan Nicolaescu  <dann@ics.uci.edu>
5383         * add-log.el (add-change-log-entry): Add new arg to force each new
5384         entry to be on a new line.
5385         * diff-mode.el (diff-add-change-log-entries-other-window): Use it.
5387         * vc-dir.el (vc-client-object): Remove.
5388         (vc-dir-prepare-status-buffer): Take a backend as an argument and
5389         use it when looking for a buffer.
5390         (vc-dir): Add a backend argument.  Set revert-buffer-function.
5391         Don't create a client object.  Move bindings ...
5392         (vc-dir-menu-map, vc-dir-mode-map): ... here.
5393         (vc-dir-revert-buffer-function): New function.
5394         (vc-generic-status-printer): Rename to ...
5395         (vc-dir-status-printer): ... this.
5396         (vc-generic-state, vc-generic-status-fileinfo-extra)
5397         (vc-dir-extra-menu, vc-make-backend-object): Remove.
5398         (vc-default-status-printer): Use a different face for
5399         directories.  Don't display any text for directories in the state
5400         column.  Add tooltips.
5402         * vc.el (Todo): Update.
5404         * vc-hg.el (vc-annotate-convert-time, vc-default-status-printer):
5405         * vc-rcs.el (vc-annotate-convert-time):
5406         * vc-mtn.el (vc-annotate-convert-time):
5407         * vc-git.el (vc-annotate-convert-time):
5408         * vc-cvs.el (vc-annotate-convert-time):
5409         * vc-bzr.el (vc-annotate-convert-time): Declare as functions.
5411 2008-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
5413         * vc-annotate.el (vc-annotate-mode): Derive from special-mode
5414         instead of using view-mode.
5416 2008-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5418         * Makefile.in (distclean): Don't delete *.elc and autogen files.
5420 2008-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
5422         * vc.el:
5423         * vc-hooks.el:
5424         * vc-dispatcher.el: Move vc-dir variables and functions ...
5425         * vc-dir.el: ... here.  New file.
5426         * Makefile.in (ELCFILES): Add vc-dir.elc.
5428         * vc.el: Move vc-annotate variables and functions ...
5429         * vc-annotate.el: ... here.  New file.
5430         * Makefile.in (ELCFILES): Add vc-annotate.elc.
5432         * vc-dav.el: Move here from url/vc-dav.el.
5433         (Todo): Note work needed to make this backend functional.
5435         * Makefile.in (ELCFILES): Update vc-dav.el location.
5437 2008-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5439         * Makefile.in (COMPILE_FIRST): Trim down and add autoload.el.
5441 2008-06-21  John Paul Wallington  <jpw@pobox.com>
5443         * emacs-lisp/derived.el (define-derived-mode): Add `doc-string' decl.
5445         * textmodes/rst.el (rst-mode): Put docstring in right place.
5447 2008-06-21  Chong Yidong  <cyd@stupidchicken.com>
5449         * startup.el (fancy-about-text, fancy-startup-tail): Increase text
5450         size for legibility.
5452         * faces.el (fixed-pitch): Use "Monospace" family.
5453         (variable-pitch): Use "Sans" family.
5454         (face-font-family-alternatives): Define alternatives for "Sans"
5455         and "Monospace".
5457 2008-06-21  Glenn Morris  <rgm@gnu.org>
5459         * mail/hashcash.el, net/tramp-smb.el, nxml/nxml-mode.el:
5460         Require 'cl when compiling.
5462         * emacs-lisp/debug.el (help-xref-interned): Declare.
5464         * emacs-lisp/easy-mmode.el (easy-mmode-set-keymap-parents):
5465         Evaluate definition when compiling.
5467         * progmodes/bug-reference.el (bug-reference-map): Bind down-mouse-1
5468         rather than mouse-1.
5469         (bug-reference-url-format): Autoload safe if string.
5470         (bug-reference-bug-regexp): Make space after "bug" optional.
5472         * Makefile.in (all): Explicitly pass EMACS to sub-make,
5473         for some non-GNU makes.
5475         * cus-dep.el (custom-dependencies-no-scan-regexp):
5476         * finder.el (finder-no-scan-regexp): Add ldefs-boot.el
5478         * calendar/cal-move.el (calendar-forward-day): Scroll in one month
5479         increments.
5481         * calendar/calendar.el: Factor out the magic numbers controlling the
5482         calendar layout.
5483         (calendar-month-digit-width, calendar-month-width)
5484         (calendar-right-margin): New variables.
5485         (calendar-recompute-layout-variables, calendar-set-layout-variable):
5486         New functions.
5487         (calendar-left-margin, calendar-intermonth-spacing)
5488         (calendar-column-width, calendar-day-header-width)
5489         (calendar-day-digit-width): New options.
5490         (calendar-first-date-row): New constant.
5491         (calendar-move-to-column, calendar-ensure-newline): New functions,
5492         replacing calendar-insert-indented.
5493         (calendar-insert-indented): Remove function.
5494         (calendar-generate-month): Use calendar-move-to-column and
5495         calendar-ensure-newline.  Use layout variables.
5496         (calendar-generate, calendar-update-mode-line)
5497         (calendar-font-lock-keywords): Use layout variables.
5498         (calendar-column-to-month): New function.
5499         (calendar-cursor-to-date): Use calendar-column-to-month.
5500         Use layout variables.
5501         * calendar/cal-move.el (calendar-cursor-to-nearest-date):
5502         Use layout variables.  Use calendar-column-to-month.
5503         (calendar-cursor-to-visible-date): Use layout variables.
5505 2008-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5507         * Makefile.in (update-elclist): Don't exclude COMPILE_FIRST.
5508         (all): Run compile-last.
5509         (compile-onefile): New target.
5510         (compile-first): Simplify.
5511         (compile-last): Don't treat COMPILE_FIRST specially.
5512         (COMPILE_FIRST): List the elc files rather than the el files.
5513         (ELCFILES): Update.
5515 2008-06-21  Ulf Jasper  <ulf@web.de>
5517         * net/newst-treeview.el: Remove dead code.
5518         (newsticker--window-config): Remove.
5519         (newsticker-treeview-quit): Do not save window config.
5520         (newsticker-treeview): Do not try to restore window config.
5521         (newsticker-groups, newsticker--treeview-list-sort-by-column)
5522         (newsticker--treeview-list-new-items)
5523         (newsticker--treeview-list-immortal-items)
5524         (newsticker--treeview-list-obsolete-items)
5525         (newsticker--treeview-list-all-items)
5526         (newsticker--treeview-list-feed-items): Fix documentation.
5528 2008-06-21  Miles Bader  <miles@gnu.org>
5530         * face-remap.el (text-scale-adjust): Bind `echo-keystrokes' to nil.
5532 2008-06-21  Alan Mackenzie  <acm@muc.de>
5534         * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5D.5): Fix an
5535         infinite loop on invalid syntax.
5537 2008-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5539         * textmodes/rst.el: Run rst-define-level-faces when loading.
5540         (rst-mode): Don't set the font-lock-multiline var.
5541         (rst-font-lock-find-unindented-line, rst-font-lock-handle-adornment):
5542         Set the font-lock-multiline property by hand.
5544         * loadup.el: Don't add emacs-<VERS> name when bootstrapping.
5546         * Makefile.in (emacs-deps): Remove.
5547         ($(lisp)/cus-load.el, $(lisp)/finder-inf.el): Re-add.
5548         (all): Use them.
5549         (autogen-clean): Remove.
5551 2008-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5553         * Makefile.in (all): New target.
5554         (bootstrap-prepare): Remove.
5556         * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Pass the .el file not
5557         the .elc file to batch-byte-compile.
5559         * progmodes/cc-mode.el (c-make-inherited-keymap): Only use
5560         set-keymap-parents if set-keymap-parent doesn't exist.
5562         * vc-bzr.el (vc-bzr-annotate-extract-revision-at-line):
5563         Allow more than one space before the |.
5565         * textmodes/rst.el: Fix up docstring conventions.
5566         Move vars to before their first use.
5567         (rst-mode): Don't mess with font-lock-support-mode.
5568         (rst-suggest-new-decoration, rst-adjust-decoration):
5569         Avoid CL's copy-list.
5570         (rst-delete-entire-line): Use line-beginning-position.
5571         (rst-position): New fun.
5572         (rst-straighten-decorations): Use it instead of CL's position.
5573         (rst-straighten-bullets-region): Avoid CL's mapcar*.
5574         (rst-toc-mode): Use define-derived-mode.
5575         (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2):
5576         Remove unused var `in-par'.  Use `point' rather than `point-marker'.
5577         (rst-line-block-region): Reduce redundancy.  Use the `pfxarg' arg.
5578         (rst-replace-lines): Simplify.
5579         (auto-mode-alist): Use rst-mode for *.rst and *.rest files.
5581         * simple.el (special-mode-map): New var.
5582         (special-mode): New major mode.
5584 2008-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
5586         * vc-mtn.el (vc-mtn-log-view-mode): Set log-view-per-file-logs and
5587         log-view-file-re.
5589         * vc.el (vc-dir-hide-up-to-date): Undo previous change.
5590         (vc-switch-backend): Simplify.
5591         (Todo): Remove solved items.
5593         * vc-cvs.el (vc-cvs-parse-status, vc-cvs-parse-entry): Do not set
5594         the vc-backend property.
5596 2008-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5598         * emacs-lisp/checkdoc.el (checkdoc-start-section, checkdoc-error):
5599         Bind inhibit-read-only since the buffer is always read-only.
5601 2008-06-20  Ulf Jasper  <ulf@web.de>
5603         * net/newst-treeview.el (newsticker-treeview-own-frame):
5604         Change default value to nil.
5605         (newsticker--treeview-list-add-item)
5606         (newsticker--treeview-propertize-tag): Show item title in tooltip.
5608 2008-06-20  Martin Blais  <blais@furius.ca>
5609             Stefan Merten  <smerten@oekonux.de>
5610             David Goodger  <goodger@python.org>
5612         * textmodes/rst.el: New file.
5614 2008-06-20  Sam Steingold  <sds@gnu.org>
5616         * vc.el (vc-dir-hide-up-to-date): Accept a prefix argument to also
5617         remove DIRECTORY entries.
5619 2008-06-20  Eli Zaretskii  <eliz@gnu.org>
5621         * makefile.w32-in (distclean): Depend on `clean'.
5622         (clean): Delete calc/calc-loaddefs.el~ and eshell/esh-groups.el~.
5623         (AUTOGENEL): Add $(lisp)/nxml/subdirs.el.
5624         ($(lisp)/cus-load.el): Don't use `touch'.  Instead, generate an
5625         empty cus-load.el with `echo', and include "Local Variables"
5626         section to prevent the empty file from being compiled.
5627         (cus-load.el-SH, cus-load.el-CMD): New SHELLTYPE-specific targets
5628         that generate an empty cus-load.el.
5630 2008-06-20  Juanma Barranquero  <lekktu@gmail.com>
5632         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
5633         Don't copy ldefs-boot.el over loaddefs.el.
5634         (bootstrap-clean): Remove loaddefs.el and don't depend on it.
5635         (loaddefs.el-SH, loaddefs.el-CMD): Don't add autoloads and defvars
5636         to loaddefs.el; they are not needed now.  Add coding cookie.
5638 2008-06-20  Miles Bader  <miles@gnu.org>
5640         * face-remap.el (face-remap-add-relative, face-remap-set-base):
5641         Strip unnecessary list levels from SPECS.
5642         (buffer-face-set, buffer-face-toggle):
5643         Change argument from FACE to &rest SPECS, and strip unnecessary
5644         list levels from SPECS.
5645         (buffer-face-mode-invoke): Change argument from FACE to SPECS.
5647 2008-06-20  Jason Rumney  <jasonr@gnu.org>
5649         * international/fontset.el (setup-default-fontset): Specify script
5650         for latin use of iso10646-1.  Fix use of lang tags.
5652 2008-06-19  Miles Bader  <miles@gnu.org>
5654         * face-remap.el (text-scale-increase): Start from zero if
5655         text-scale-mode isn't enabled.
5657 2008-06-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5659         * faces.el (face-set-after-frame-default): Re-apply explicit `font'
5660         frame parameters after setting up the `default' face.
5662 2008-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5664         * faces.el (face-set-after-frame-default): Don't exclude `default'.
5666 2008-06-18  Glenn Morris  <rgm@gnu.org>
5668         * mouse.el (buffer-face-mode-invoke): Declare.
5670         * Makefile.in (ELCFILES): Add org/org-id.elc.
5672         * calendar/holidays.el (calendar-cursor-holidays): Accept optional date.
5673         * calendar/cal-menu.el (cal-menu-holidays-menu):
5674         Use calendar-cursor-holidays rather than cal-menu-today-holidays.
5675         (cal-menu-today-holidays): Remove function.
5677         * calendar/cal-menu.el (cal-menu-holiday-window-suffix): Simplify.
5678         (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
5679         (cal-menu-list-holidays-previous-year, calendar-mouse-goto-date):
5680         Remove unused functions.
5681         (calendar-mouse-view-diary-entries): Use format rather than concat.
5683         * calendar/cal-menu.el (cal-menu-x-popup-menu): Turn it into a macro.
5684         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
5685         (calendar-mouse-print-dates): Adapt for cal-menu-x-popup-menu change.
5687         * calendar/cal-menu.el (cal-menu-event-to-date): Remove function.
5688         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
5689         (calendar-mouse-view-other-diary-entries, calendar-mouse-print-dates)
5690         (cal-menu-set-date-title): Use calendar-cursor-to-date rather than
5691         cal-menu-event-to-date.
5693         * calendar/cal-html.el (cal-html-cursor-month, cal-html-cursor-year):
5694         Handle mouse events.
5695         * calendar/cal-tex.el (cal-tex-cursor-year)
5696         (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
5697         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
5698         (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
5699         (cal-tex-cursor-week-monday, cal-tex-cursor-filofax-2week)
5700         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
5701         (cal-tex-cursor-day): Handle mouse events.  Rename ARG to N.
5702         (cal-tex-cursor-month): Mark N as optional.
5703         * calendar/cal-menu.el (calendar-mouse-tex-day)
5704         (calendar-mouse-tex-week, calendar-mouse-tex-week2)
5705         (calendar-mouse-tex-week-iso, calendar-mouse-tex-week-monday)
5706         (calendar-mouse-tex-filofax-daily, calendar-mouse-tex-filofax-2week)
5707         (calendar-mouse-tex-filofax-week, calendar-mouse-tex-month)
5708         (calendar-mouse-tex-month-landscape, calendar-mouse-tex-year)
5709         (calendar-mouse-tex-filofax-year, calendar-mouse-tex-year-landscape):
5710         Remove functions.
5711         (cal-menu-context-mouse-menu): Replace the above functions with the
5712         cal-tex versions.  Add HTML submenu.
5714 2008-06-17  Nick Roberts  <nickrob@snap.net.nz>
5716         * progmodes/gdb-ui.el (gud-gdba-marker-filter): Don't switch to
5717         text command mode.
5718         (gdb): Explain that gud-gdb is needed for text command mode.
5720 2008-06-17  Martin Rudalics  <rudalics@gmx.at>
5722         * window.el (split-height-threshold): Remove spurious extra line.
5724 2008-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5726         * calendar/calendar.el (calendar-cursor-to-date): Add argument `event'.
5727         (calendar-set-mark):
5728         * calendar/diary-lib.el (diary-insert-entry):
5729         * calendar/solar.el (calendar-sunrise-sunset): Use it.
5730         * calendar/cal-menu.el (calendar-mouse-sunrise/sunset)
5731         (calendar-mouse-insert-diary-entry, calendar-mouse-set-mark): Delete.
5732         (cal-menu-context-mouse-menu): Use calendar-set-mark,
5733         diary-insert-entry, and calendar-sunrise-sunset instead.
5735         * vc.el (vc-deduce-fileset): Add arg `only-files'.
5736         (vc-next-action): Pass the new arg.
5737         (vc-register): Don't use `only-files'.
5738         Don't set `backup-inhibited' in the current buffer.
5740 2008-06-17  Miles Bader  <miles@gnu.org>
5742         * mouse.el (mouse-appearance-menu): Use buffer-face-mode.
5744         * face-remap.el (buffer-face-mode-face)
5745         (buffer-face-mode-remapping): New variables.
5746         (buffer-face-mode, buffer-face-set, buffer-face-toggle)
5747         (buffer-face-mode-invoke): New functions.
5748         (variable-pitch-mode-remapping): Variable removed.
5749         (variable-pitch-mode): Rewrite as an interface to `buffer-face-mode'.
5751         * face-remap.el (internal-lisp-face-attributes): New variable.
5752         (face-attrs-more-relative-p, face-remap-order): New functions.
5753         (face-remap-add-relative): Use `face-remap-order'.
5755 2008-06-17  Glenn Morris  <rgm@gnu.org>
5757         * mouse.el (x-select-font): Declare.
5759         * calendar/calendar.el (calendar-move-hook):
5760         Add calendar-update-mode-line as an option.
5761         (calendar-date-echo-text): New user option.
5762         (calendar-generate-month): Set `day'.  Use calendar-date-echo-text.
5763         (calendar-insert-indented): Simplify newline insertion.
5764         (calendar-describe-mode): Remove unused function.
5765         (calendar-mode-line-entry): New function.
5766         (calendar-mode-line-format): Doc fix.  Use calendar-mode-line-entry.
5767         Mark as risky.
5768         (calendar-mouse-other-month): Remove function.
5769         (calendar-other-month): Handle mouse events.
5770         (calendar-goto-info-node): Call fit-window-to-buffer.
5771         (calendar-mode): Use define-derived-mode.  Doc fix.
5772         (calendar-update-mode-line): Tweak whitespace.
5774 2008-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5776         * vc-dispatcher.el (vc-dir-child-files): Use vc-string-prefix-p.
5777         (vc-dir-marked-only-files): vc-string-prefix-p.
5779 2008-06-16  Nick Roberts  <nickrob@snap.net.nz>
5781         * progmodes/gdb-ui.el (gdb-memory-set-address)
5782         (gdb-memory-set-repeat-count): Allow keyboard bindings.
5783         (gdb-memory-mode-map): Bind above functions respectively
5784         to 'S' and 'N'.
5786 2008-06-16  Derek Upham  <sand@blarg.net>  (tiny change)
5788         * nxml/nxml-mode.el (nxml-mode): Use run-mode-hooks.
5790 2008-06-16  Juanma Barranquero  <lekktu@gmail.com>
5792         * log-view.el (vc-diff-internal): Declare for compiler.
5794         * vc-bzr.el (log-view-per-file-logs):
5795         * vc-svn.el (log-view-per-file-logs): Pacify byte compiler.
5797 2008-06-15  Chong Yidong  <cyd@stupidchicken.com>
5799         * mouse.el (mouse-appearance-menu-map): New var.
5800         (mouse-appearance-menu): New function.
5801         Bind it to S-down-mouse-1.
5803 2008-06-15  Juri Linkov  <juri@jurta.org>
5805         * info.el (Info-toc): Call Info-toc-nodes instead of Info-build-toc.
5806         (Info-toc, Info-insert-toc): Increment nth's index to add PARENT
5807         as the second element.
5808         (Info-build-toc): Add PARENT element extracted from the Up pointer.
5809         Don't print progress messages.
5810         (Info-toc-nodes): New variable and function.
5811         (Info-index-nodes): Optimize non-string file name case.
5812         (Info-breadcrumbs-depth): Increment the default value from 3 to 4.
5813         (Info-insert-breadcrumbs): Use the cached document structure instead
5814         of visiting all ancestor nodes.  Remove the initial `>'.
5816 2008-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
5818         * log-view.el (log-view-diff-changeset): New function.
5819         (log-view-mode-map, log-view-mode-menu): Bind it.
5820         (log-view-per-file-logs, log-view-vc-fileset)
5821         (log-view-vc-backend): New variables.
5822         (log-view-find-revision, log-view-modify-change-comment)
5823         (log-view-annotate-version): Throw an error if the log is for more
5824         than one file and we can't find the current file.  Get the current
5825         file from log-view-vc-fileset if necessary.
5826         (log-view-diff): Get the current file from log-view-vc-fileset if
5827         necessary.
5829         * vc.el (vc-print-log): Set log-view-vc-fileset and log-view-vc-backend.
5831         * vc-hg.el (vc-hg-log-view-mode): Call the log method only once.
5832         (vc-hg-log-view-mode): Declare for compiler.
5833         (vc-hg-log-view-mode): Set log-view-per-file-logs and
5834         log-view-file-re.
5835         (vc-hg-diff): If no file is passed, use default-directory for cwd.
5837         * vc-bzr.el (vc-bzr-log-view-mode): Set log-view-per-file-logs.
5839         * vc-svn.el (vc-svn-log-view-mode): New derived mode.
5841 2008-06-15  Michael Albinus  <michael.albinus@gmx.de>
5843         * net/tramp.el (tramp-handle-start-file-process):
5844         Clear modification time of the connection buffer.
5845         (tramp-sh-file-name-handler): Reset `tramp-locked' in case of error.
5846         (tramp-open-connection-setup-interactive-shell): Flush cache, and
5847         restart `tramp-maybe-open-connection' when the remote system has
5848         been changed.  Throw 'uname-changed event.
5849         (tramp-maybe-open-connection): Catch it.
5851         * net/tramp-cmds.el (tramp-cleanup-all-connections):
5852         Reset `tramp-locked'.
5854 2008-06-15  Ulf Jasper  <ulf@web.de>
5856         * net/newst-treeview.el (newsticker--treeview-list-update)
5857         (newsticker--treeview-item-update)
5858         (newsticker--treeview-tree-update)
5859         (newsticker-treeview-jump, newsticker-group-add-group)
5860         (newsticker-group-move-feed, newsticker-group-delete-group):
5861         Remove window dedication.
5862         (newsticker--group-manage-orphan-feeds): Handle ill-valued
5863         newsticker-groups.
5864         (newsticker--treeview-tree-expand): Don't manage orphan feeds here.
5866 2008-06-15  Andreas Schwab  <schwab@suse.de>
5868         * vc-cvs.el (vc-cvs-status-extra-headers): Don't match newline
5869         when parsing CVS/Repository.
5871         * wdired.el (wdired-search-and-rename): Fix undocumented change.
5873 2008-06-15  Ulf Jasper  <ulf@web.de>
5875         * net/newst-plainview.el (newsticker-faces, newsticker-feed-face)
5876         (newsticker-extra-face, newsticker-enclosure-face): Moved to
5877         net/newst-reader.el.
5879         * net/newst-reader.el (newsticker-faces, newsticker-feed-face)
5880         (newsticker-extra-face, newsticker-enclosure-face): Moved from
5881         net/newst-reader.el.
5883 2008-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5885         * international/encoded-kb.el (encoded-kbd-self-insert-utf-8):
5886         Catch and recover from case when the bytes we thought we were reading
5887         turn out to be something else entirely, such as latin-1 chars from
5888         quail.  See bug#396.
5890 2008-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
5892         * vc.el (vc-deduce-fileset): Check if the buffer has a file.
5893         (vc-register): Call the backend function only once, instead of
5894         once for each file.
5895         (vc-next-action): Update call to vc-register.
5896         (vc-dir-register): Remove function.
5897         (vc-dir): Bind vc-register instead of vc-dir-register.
5899 2008-06-14  Glenn Morris  <rgm@gnu.org>
5901         * Makefile.in (ELCFILES): Add net/newst-*.el.
5903 2008-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5905         * wdired.el (wdired-do-renames): New function.
5906         (wdired-finish-edit): Use it to.
5907         (wdired-preprocess-files): Don't hardcode (point-min) == 1.
5909 2008-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5911         * info.el (Info-insert-breadcrumbs): Don't break in apropos and toc.
5913 2008-06-14  Martin Rudalics  <rudalics@gmx.at>
5915         * window.el (window--even-window-heights): Even window heights
5916         only if the selected window is higher than WINDOW.
5917         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
5919 2008-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5921         * info.el (Info-insert-breadcrumbs): Be careful to preserve history.
5923 2008-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5925         * term/linux.el (terminal-init-linux): Load t-mouse.
5927 2008-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5928             Drew Adams  <drew.adams@oracle.com>
5930         * info.el (Info-breadcrumbs-depth): New var.
5931         (Info-insert-breadcrumbs): New function.
5932         (Info-fontify-node): Use it.
5933         (Info-mode-map): Move initialization into declaration.
5935 2008-06-13  Ulf Jasper  <ulf.jasper@web.de>
5937         Rename net/newsticker-*.el to net/newst-*.el.
5938         * net/newst-backend.el: Rename from net/newsticker-backend.el.
5939         * net/newst-plainview.el: Rename from net/newsticker-plainview.el.
5940         * net/newst-reader.el: Rename from net/newsticker-reader.el.
5941         * net/newst-ticker.el: Rename from net/newsticker-ticker.el.
5942         * net/newst-treeview.el: Rename from net/newsticker-treeview.el.
5943         * net/newsticker-backend.el: Rename to net/newst-backend.el.
5944         * net/newsticker-plainview.el: Rename to net/newst-plainview.el.
5945         * net/newsticker-reader.el: Rename to net/newst-reader.el.
5946         * net/newsticker-ticker.el: Rename to net/newst-ticker.el.
5947         * net/newsticker-treeview.el: Rename to net/newst-treeview.el.
5949 2008-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5951         * progmodes/compile.el (compilation-start): Don't disable undo in
5952         comint buffer.  Don't override the comint-filter with our own.
5953         (compilation-filter): Change point's insertion-type.
5955         * comint.el (comint-output-filter): Use copy-marker.
5957 2008-06-13  David Reitter  <david.reitter@gmail.com>
5959         * textmodes/flyspell.el (mail-mode-flyspell-verify):
5960         Check message-signature-separator exists before using it.
5962 2008-06-13  Dan Nicolaescu  <dann@ics.uci.edu>
5964         * vc.el (vc-delete-file): Bind default-directory before calling
5965         the backend.
5966         (vc-annotate-show-diff-revision-at-line): Move most of the code to ...
5967         (vc-annotate-show-diff-revision-at-line-internal): ... here.
5968         New function.
5969         (vc-annotate-show-changeset-diff-revision-at-line): New function.
5970         (vc-annotate-mode-menu): Bind it.
5972 2008-06-13  Jason Rumney  <jasonr@gnu.org>
5974         * term/w32-win.el (mouse-set-font): Remove overridden function.
5975         (w32-select-font): Declare as obsolete alias for x-select-font.
5977 2008-06-13  Daniel Engeler  <engeler@gmail.com>
5979         These changes add serial port access.
5980         * term.el (term-update-mode-line): Modify.
5981         (serial-port-is-file-p, serial-nice-speed-history)
5982         (serial-no-speed, serial-mode-line-speed-menu)
5983         (serial-mode-line-config-menu): New variables and constants.
5984         (serial-name-history, serial-speed-history)
5985         (serial-supported-or-barf, serial-read-name, serial-read-speed)
5986         (serial-term, serial-speed, serial-mode-line-speed-menu-1)
5987         (serial-mode-line-speed-menu, serial-update-speed-menu)
5988         (serial-mode-line-config-menu-1, serial-mode-line-config-menu)
5989         (serial-update-config-menu): New functions.
5991 2008-06-13  Glenn Morris  <rgm@gnu.org>
5993         * menu-bar.el (menu-set-font): Use fboundp rather than functionp.
5995         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Doc fix.
5997 2008-06-13  Kenichi Handa  <handa@m17n.org>
5999         * cus-face.el (custom-face-attributes): Add :foundry.
6001         * faces.el (set-face-attribute): Parse "FOUNDRY-FAMILY" here.
6002         (face-x-resources): Add :foundry.
6003         (face-valid-attribute-values): Likewise.
6004         (face-attribute-name-alist): Likewise.
6005         (describe-face): Likewise.
6007 2008-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6009         * emacs-lisp/map-ynp.el (map-y-or-n-p): Accept non-char events.
6011 2008-06-12  Chong Yidong  <cyd@stupidchicken.com>
6013         * longlines.el (longlines-search-forward, longlines-search-backward)
6014         (longlines-re-search-forward): Use a smarter search-spaces-regexp.
6016 2008-06-12  Sam Steingold  <sds@gnu.org>
6018         * vc.el (vc-rename-file): DTRT when the destination is a directory
6019         name and the source is a file.
6021 2008-06-12  Chong Yidong  <cyd@stupidchicken.com>
6023         * menu-bar.el (menu-set-font): Rename x-font-dialog to x-select-font.
6025 2008-06-12  Glenn Morris  <rgm@gnu.org>
6027         * progmodes/f90.el (f90-beginning-of-subprogram)
6028         (f90-end-of-subprogram): Only give a message when interactive.
6030         * term/mac-win.el (x-toolkit-scroll-bars): Check bound.
6032         * progmodes/cperl-mode.el (cperl-info-on-command):
6033         Use display-pixel-height rather than x-display-pixel-height.
6035         * mail/rmailedit.el (rmail-cease-edit):
6036         * vc-dispatcher.el (vc-dir-mode): Check tool-bar-mode is bound.
6038         * emulation/edt.el (edt-xserver):
6039         * emulation/edt-mapper.el (edt-xserver): Use replace-regexp-in-string.
6041         * emulation/edt-mapper.el: Drop test for Emacs < 19.
6043         * mwheel.el (mouse-wheel-follow-mouse, mwheel-event-window):
6044         Evaluate definitions when compiling.  Reverse tests.
6046         * dframe.el (dframe-reposition-frame-emacs): Reorder test, and
6047         use unless.
6049         * menu-bar.el (w32-menu-bar-open): Declare for compiler.
6051         * textmodes/artist.el (x-pointer-shape):
6052         * term/x-win.el (x-parse-geometry, x-resource-name, accelerate-menu)
6053         (x-open-connection, x-server-max-request-size, x-get-resource):
6054         * term/w32console.el (x-setup-function-keys):
6055         * term/w32-win.el (x-parse-geometry, x-resource-name)
6056         (generate-fontset-menu, image-library-alist, x-open-connection)
6057         (setup-default-fontset, set-fontset-font, setup-default-fontset)
6058         (create-fontset-from-fontset-spec, create-fontset-from-x-resource)
6059         (x-get-resource):
6060         * term/mac-win.el (x-parse-geometry, x-resource-name)
6061         (x-get-selection-internal, tool-bar-mode, set-fontset-font)
6062         (new-fontset, x-display-list, x-open-connection, x-get-resource):
6063         * progmodes/gud.el (tooltip-last-mouse-motion-event, tooltip-hide)
6064         (tooltip-start-delayed-tip, tooltip-use-echo-area, tooltip-show)
6065         (tooltip-strip-prompt, tooltip-expr-to-print, tooltip-event-buffer):
6066         * progmodes/gdb-ui.el (tooltip-show, tooltip-use-echo-area)
6067         (tooltip-identifier-from-point, define-fringe-bitmap):
6068         * play/gamegrid.el (image-size):
6069         * play/bubbles.el (image-size):
6070         * mail/emacsbug.el (x-server-vendor, x-server-version):
6071         * international/mule-util.el (internal-char-font):
6072         * international/mule-diag.el (font-info, query-fontset, fontset-info)
6073         (fontset-alias-alist, fontset-list, fontset-plain-name):
6074         * international/mule-cmds.el (x-server-vendor, x-server-version):
6075         * international/fontset.el (font-encoding-charset-alist)
6076         (otf-script-alist, new-fontset, set-fontset-font)
6077         (x-pixel-size-width-font-regexp, vertical-centering-font-regexp)
6078         (fontset-list, query-fontset, x-get-resource):
6079         * emulation/edt.el (x-server-vendor):
6080         * emulation/edt-mapper.el (x-server-vendor):
6081         * emacs-lisp/map-ynp.el (x-popup-dialog):
6082         * emacs-lisp/lmenu.el (x-popup-dialog):
6083         * x-dnd.el (x-window-property, x-change-window-property)
6084         (x-get-selection-internal):
6085         * woman.el (x-list-fonts):
6086         * w32-fns.el (x-server-version):
6087         * tooltip.el (x-show-tip, x-hide-tip):
6088         * tool-bar.el (image-mask-p):
6089         * thumbs.el (image-size):
6090         * term.el (overflow-newline-into-fringe):
6091         * subr.el (scroll-bar-scale):
6092         * startup.el (x-get-resource, tool-bar-mode, image-size):
6093         * select.el (x-get-selection-internal, x-own-selection-internal)
6094         (x-disown-selection-internal):
6095         * mouse.el (generate-fontset-menu):
6096         * mouse-sel.el (x-select-text, x-cut-buffer-or-selection-value):
6097         * image.el (image-library-alist):
6098         * image-mode.el (image-size, image-refresh):
6099         * image-dired.el (clear-image-cache):
6100         * gs.el (x-display-mm-width, x-display-pixel-width)
6101         (x-display-mm-height, x-display-pixel-height)
6102         (x-change-window-property, x-display-grayscale-p, x-window-property):
6103         * frame.el (tool-bar-mode, x-display-name, x-close-connection)
6104         (x-focus-frame, x-list-fonts, x-display-screens)
6105         (x-display-pixel-height, x-display-pixel-width, x-display-mm-height)
6106         (x-display-mm-width, x-display-backing-store, x-display-save-under)
6107         (x-display-planes, x-display-color-cells, x-display-visual-class):
6108         * faces.el (internal-face-x-get-resource)
6109         (internal-set-lisp-face-attribute-from-resource, x-bitmap-file-path)
6110         (fontset-list, x-list-fonts, xw-color-defined-p, xw-color-values)
6111         (xw-display-color-p, x-display-grayscale-p, x-get-resource)
6112         (x-parse-geometry, x-create-frame, x-setup-function-keys)
6113         (tool-bar-setup):
6114         * doc-view.el (clear-image-cache, image-size, tooltip-show):
6115         * dired.el (dnd-get-local-file-name, dnd-get-local-file-uri):
6116         * dframe.el (x-display-pixel-width, x-display-pixel-height):
6117         * descr-text.el (internal-char-font):
6118         Define for compiler, for builds without X.
6120 2008-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6122         * vc-rcs.el (vc-rcs-state-heuristic): Don't assume the file exists.
6124 2008-06-11  Glenn Morris  <rgm@gnu.org>
6126         * progmodes/fortran.el (fortran-end-of-subprogram): Check for a match
6127         before trying to move there.
6128         (fortran-calculate-indent): When fortran-check-all-num-for-matching-do
6129         is non-nil, indent most terminating statements like loop body.
6131         * calendar/diary-lib.el (diary-list-entries-2): Accept optional
6132         Gregorian date, and add it, not the local date, to diary-entries-list.
6133         (diary-list-entries-1): Pass Gregorian date to diary-list-entries-2.
6135 2008-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6137         * progmodes/compile.el (compilation-filter): Fix up last change.
6139         * term/linux.el (terminal-init-linux): Use gpm-mouse-enable.
6141         * t-mouse.el (gpm-mouse-enable, gpm-mouse-disable): New functions.
6142         (gpm-mouse-mode): Make it into a proper global minor mode.
6144         * files.el (save-some-buffers-action-alist): Only use recursive-edit
6145         if the user enabled recursive-minibuffers.
6147         * emacs-lisp/map-ynp.el (map-y-or-n-p):
6148         Add support for scroll-other-window.
6150 2008-06-11  Jason Rumney  <jasonr@gnu.org>
6152         * term/w32-win.el (w32-menu-bar-open): Rename from menu-bar-open.
6153         Use tmm-menubar if menu is disabled in this frame.
6155         * menu-bar.el (menu-bar-open): Determine how to open menu bar
6156         from frame type, per documentation.  Add w32 case.
6158 2008-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6160         * minibuffer.el (completion--merge-suffix): New function.
6161         (completion-basic-try-completion): Use it.
6162         (completion-pcm--find-all-completions): Add argument `filter'.
6163         (completion-pcm--filename-try-filter, completion-pcm--merge-try):
6164         New functions.
6165         (completion-pcm-try-completion): Use them.
6167         * xt-mouse.el (turn-on-xterm-mouse-tracking)
6168         (turn-off-xterm-mouse-tracking): Use terminal-list.
6170         * cus-start.el (underline-minimum-offset): Rename from
6171         x-underline-minimum-display-offset.
6173 2008-06-10  David De La Harpe Golden  <david@harpegolden.net>  (tiny change)
6175         * cus-start.el (x-underline-minimum-display-offset): Give it a type.
6177 2008-06-10  Chong Yidong  <cyd@stupidchicken.com>
6179         * mouse.el (mouse-select-font): New function.
6181         * faces.el (face-spec-recalc): When the face is set using
6182         Customize, avoid recalculating it twice.
6184         * menu-bar.el (menu-set-font): New function.  Bind "Set Default
6185         Font" menu item to it.  Apply selected font to all frames, and
6186         make it savable.
6187         (menu-bar-options-save): Save `default' font if changed.
6189 2008-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6191         * ffap.el (ffap-string-at-point-mode-alist):
6192         Use alpha rather than lower.
6194         * dired.el (dired-insert-directory): Don't assume Unix-style dir names.
6196         * subr.el (momentary-string-display): Use an overlay.
6198         * progmodes/compile.el (compilation-mode):
6199         Set window-point-insertion-type.
6200         (compilation-filter): Don't use insert-before-markers any more.
6201         * emacs-lisp/trace.el (trace-make-advice):
6202         Set window-point-insertion-type in the trace buffer.
6203         * startup.el (normal-top-level): Set window-point-insertion-type in
6204         *Messages*.
6205         * net/telnet.el (telnet-mode): Set window-point-insertion-type.
6206         (telnet-filter): Don't use insert-before-markers any more.
6207         * comint.el (comint-mode): Set window-point-insertion-type.
6208         (comint-output-filter): Don't use insert-before-markers any more.
6209         * button.el (make-text-button): Allow `start' to be a string.
6211 2008-06-10  Juanma Barranquero  <lekktu@gmail.com>
6213         * emacs-lisp/autoload.el (autoload-rubric):
6214         Fix coding cookie not to force Unix EOL.
6216 2008-06-10  Martin Rudalics  <rudalics@gmx.at>
6218         * window.el (window--splittable-p, window--try-to-split-window):
6219         Don't use with-selected-window to avoid messing up get-lru-window.
6220         Reported by David Hansen <david.hansen@gmx.net>.
6222 2008-06-10  Glenn Morris  <rgm@gnu.org>
6224         * subr.el (locate-library): Doc fix.
6226         * net/newsticker-treeview.el (w3m-toggle-inline-images): Declare.
6227         (newsticker-treeview-tool-bar-map, newsticker-treeview-mode):
6228         Check tool-bar-map is bound, for non-X builds.
6230         * net/newsticker-reader.el (newsticker--next-item-image)
6231         (newsticker--previous-item-image, newsticker--previous-feed-image)
6232         (newsticker--next-feed-image, newsticker--mark-read-image)
6233         (ewsticker--mark-immortal-image, newsticker--narrow-image)
6234         (newsticker--get-all-image, newsticker--update-image)
6235         (newsticker--browse-image): Check xpm images are available.
6236         (newsticker--mark-read-image, newsticker--mark-immortal-image)
6237         (newsticker--narrow-image, newsticker--get-all-image): Doc fix.
6239         * net/newsticker-plainview.el (tool-bar-map): Don't declare.
6240         (newsticker--plainview-tool-bar-map, newsticker-mode):
6241         Check tool-bar-map is bound, for non-X builds.
6242         (w3m-toggle-inline-image): Declare.
6244         * net/newsticker-backend.el (tool-bar-map): Don't declare.
6246         * emacs-lisp/autoload.el (autoload-rubric): Add coding cookie.
6248         * finder.el (finder-font-lock-keywords): Handle ``quotes''.
6249         (finder-compile-keywords): Move let to where needed.
6250         (finder-mouse-face-on-line): Go back one more line if needed.
6251         (finder-list-matches): Use cadr.
6252         (finder-goto-xref): New function.
6253         (finder-commentary): Add buttons to jump to foo.el libraries.
6255 2008-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6257         * apropos.el (apropos-function, apropos-macro, apropos-command)
6258         (apropos-variable, apropos-face, apropos-group, apropos-widget)
6259         (apropos-plist): Add apropos-short-label property.
6260         (apropos-multi-type): New variables.
6261         (apropos-command, apropos-value): Set it.
6262         (apropos-compact-layout): New custom.
6263         (apropos-print, apropos-print-doc): Use it.
6264         (apropos-print): Truncate lines.
6266 2008-06-09  Kenichi Handa  <handa@m17n.org>
6268         * international/fontset.el (font-encoding-alist):
6269         Add an entry for "ascii-0".
6271 2008-06-09  Jihyun Cho  <jihyun.jo@gmail.com>
6273         * language/hanja-util.el (hanja-init-load): Show the message only
6274         when loading a table.
6276 2008-06-08  Ulf Jasper  <ulf.jasper@web.de>
6278         * net/newsticker-treeview.el (newsticker-treeview):
6279         * net/newsticker-plainview.el (newsticker-plainview):
6280         Add autoload cookie.
6282 2008-06-08  Ulf Jasper  <ulf.jasper@web.de>
6284         * net/newsticker.el: Split up into newsticker-backend, -ticker,
6285         -reader, -plainview, and -treeview.
6286         (newsticker-version): Change to 1.99.
6288         * net/newsticker-backend.el: New.  Move backend functionality from
6289         newsticker.el to newsticker-backend.el.
6290         (newsticker--download-logos): New.
6291         (newsticker--sentinel-callback): New.
6292         (newsticker--set-customvar): Remove.  Split up into specific
6293         functions related to retrieval, ticker, buffer, and display.
6294         (newsticker--set-customvar-retrieval): New.  Extracted from
6295         `newsticker--set-customvar'.
6296         (newsticker-retrieval): New.  Renamed from `newsticker-feed'.
6297         (newsticker-url-list-defaults):
6298         Use `newsticker--set-customvar-retrieval' for :set.  Change :group.
6299         (newsticker-url-list): Doc changed.  URL can be a function.
6300         Use `newsticker--set-customvar-retrieval' for :set.  Change :group.
6301         (newsticker-retrieval-method): New.
6302         (newsticker-wget-name, newsticker-wget-arguments): Change :group.
6303         (newsticker-retrieval-interval):
6304         Use `newsticker--set-customvar-retrieval' for :set.  Change :group.
6305         (newsticker-desc-comp-max): Change :group.
6306         (newsticker--cache): Doc changed.
6307         (newsticker--guid-to-string): New.
6308         (newsticker--guid): Use `newsticker--guid-to-string'.
6309         (newsticker--real-feed-name): New.
6310         (newsticker--start-feed): New.  Extracted from `newsticker-start'.
6311         (newsticker-start): Use `insert-file-contents' for reading cache.
6312         Use `newsticker--start-feed'.
6313         (newsticker--stop-feed): New.  Extracted from `newsticker-stop'.
6314         (newsticker-stop): Check whether `newsticker-stop-ticker' is fbound.
6315         Use `newsticker--stop-feed'.
6316         (newsticker-save-item): New.
6317         (newsticker--get-news-by-funcall): New.
6318         (newsticker-get-news): Handle new retrieval methods.
6319         (newsticker--sentinel): Use `newsticker--sentinel-work'.
6320         (newsticker--sentinel-work): New.  Extracted from
6321         `newsticker--sentinel'.  Use `newsticker--download-logos',
6322         `newsticker--sentinel-callback'.
6323         (newsticker--parse-atom-0.3): Use `newsticker--guid-to-string'.
6324         (newsticker--parse-atom-1.0): Fix link determination.
6325         (newsticker--parse-rss-0.91): Fix time determination.
6326         (newsticker--parse-rss-0.92): Fix time determination.
6327         (newsticker--parse-rss-2.0): Use `newsticker--guid-to-string'.
6328         (newsticker--parse-generic-feed): New arg order in
6329         `newsticker--cache-add'.
6330         (newsticker--parse-generic-items): Fix for multiple items.
6331         New arg order in `newsticker--cache-add'.
6332         (newsticker--forget-preformatted): Check whether
6333         `newsticker--buffer-set-uptodate' is fbound.
6334         (newsticker--decode-iso8601-date): Handle fractions of seconds.
6335         (newsticker--decode-rfc822-date): Partial timezone handling.
6336         (newsticker--cache-contains): Fix guid problem.
6337         (newsticker--cache-add): Swap args AGE and TIME.  Fix guid problem.
6338         (newsticker--cache-save): New.
6339         (newsticker--cache-update): Use temp buffer.
6340         (newsticker--stat-num-items): Allow multiple AGE args.
6341         (newsticker--stat-num-items-total): New.
6342         (newsticker--opml-import-outlines): New.
6343         (newsticker-opml-import): Use `newsticker--opml-import-outlines'.
6344         (newsticker--do-run-auto-mark-filter): Doc changed.
6345         (newsticker-retrieve-random-message): New.
6347         * net/newsticker-ticker.el: New.  Move ticker functionality from
6348         net/newsticker.el to net/newsticker-ticker.el.
6349         (newsticker--ticker-timer): Rename `newsticker--display-timer' to
6350         `newsticker--ticker-timer'.
6351         (newsticker-ticker-running-p): Rename `newsticker--display-timer'
6352         to `newsticker--ticker-timer'.
6353         (newsticker--set-customvar-ticker): New.  Extracted from
6354         `newsticker--set-customvar'.
6355         (newsticker-ticker-interval): Rename `newsticker-display-interval'
6356         to `newsticker-ticker-interval'.  Use `newsticker--set-customvar-ticker
6357         for :set.  Change :group.
6358         (newsticker-scroll-smoothly): Doc changed.  Change :group.
6359         (newsticker-hide-immortal-items-in-echo-area)
6360         (newsticker-hide-old-items-in-echo-area)
6361         (newsticker-hide-obsolete-items-in-echo-area):
6362         Use `newsticker--set-customvar-ticker for :set.  Change :group.
6363         (newsticker-start-ticker): Rename `newsticker--display-timer' to
6364         `newsticker--ticker-timer'.  Rename `newsticker-display-interval'
6365         to `newsticker-ticker-interval'.
6366         (newsticker-stop-ticker): Rename `newsticker--display-timer' to
6367         `newsticker--ticker-timer'.
6369         * net/newsticker-reader.el: New.  Move reader functionality from
6370         net/newsticker.el to net/newsticker-reader.el.
6371         (newsticker--set-customvar-formatting): New.  Extracted from
6372         `newsticker--set-customvar'.
6373         (newsticker-reader, newsticker-frontend): New.
6374         (newsticker-enable-logo-manipulations): Change :group.
6375         (newsticker-justification): Use `newsticker--set-customvar-formatting'
6376         for :set.  Change :group.
6377         (newsticker-use-full-width): Use `newsticker--set-customvar-formatting'
6378         for :set.  Change :group.
6379         (newsticker-html-renderer): Doc changed.
6380         Use `newsticker--set-customvar-formatting' for :set.  Change :group.
6381         (newsticker-date-format):
6382         Use `newsticker--set-customvar-formatting' for :set.  Change :group.
6383         (newsticker--insert-enclosure):
6384         Rename `newsticker--buffer-insert-enclosure' to
6385         `newsticker--insert-enclosure'.  Add keymap arg.
6386         (newsticker--print-extra-elements):
6387         Rename `newsticker--buffer-print-extra-elements' to
6388         `newsticker--print-extra-elements'.  Add keymap arg.
6389         (newsticker--do-print-extra-element):
6390         Rename `newsticker--buffer-do-print-extra-element' to
6391         `newsticker--do-print-extra-element'.  Add keymap arg.
6392         (newsticker-show-news): Use `newsticker-frontend'.
6394         * net/newsticker-plainview.el: New.  Move plainview functionality
6395         from net/newsticker.el to net/newsticker-reader.el.
6396         (newsticker-plainview): New.
6397         (newsticker--set-customvar-sorting): New.  Extracted from
6398         `newsticker--set-customvar'.
6399         (newsticker-sort-method): Use `newsticker--set-customvar-sorting
6400         for :set.  Changed :group.
6401         (newsticker-heading-format, newsticker-item-format)
6402         (newsticker-desc-format, newsticker-statistics-format):
6403         Use `newsticker--set-customvar-formatting for :set.  Change :group.
6404         (newsticker-faces): Change :group.
6405         (newsticker-default-face): Enable again.
6406         (newsticker-hide-old-items-in-newsticker-buffer)
6407         (newsticker-show-descriptions-of-new-items):
6408         Use `newsticker--set-customvar-buffer' for :set.  Change :group.
6409         (newsticker-show-all-news-elements): Change :group.
6410         (newsticker-plainview-hooks): New.
6411         (newsticker-select-item-hook, newsticker-select-feed-hook)
6412         (newsticker-buffer-change-hook, newsticker-narrow-hook): Change :group.
6413         (newsticker--plainview-tool-bar-map): Rename `newsticker--tool-bar-map'
6414         to `newsticker--plainview-tool-bar-map'.
6415         (newsticker--url-keymap): Add mouse-1 binding.
6416         (newsticker-plainview): New.
6417         (newsticker-mark-all-items-of-feed-as-read): Change doc.
6418         (newsticker--buffer-do-insert-text): Use renamed
6419         newsticker--[buffer-]insert-enclosure and
6420         newsticker--[buffer-]print-extra-elements.
6421         (newsticker--buffer-set-faces): Use newsticker-default-face.
6423         * net/newsticker-treeview.el: New.
6425 2008-06-08  Andreas Schwab  <schwab@suse.de>
6427         * vc-dispatcher.el (vc-dir-children-marked-p): Fix child check.
6429         * vc-cvs.el (vc-cvs-dir-status): Pass -f to cvs.
6431         * vc-dispatcher.el (vc-dir-move-to-goal-column): Don't move in an
6432         empty line.
6434         * minibuffer.el (minibuffer-message): Bind inhibit-quit around sit-for.
6436 2008-06-08  Martin Rudalics  <rudalics@gmx.at>
6438         * window.el (split-height-threshold, split-width-threshold):
6439         Add choice nil.
6440         (split-window-preferred-function): Allow either nil or a function.
6441         (window--splittable-p, window--try-to-split-window):
6442         Handle changed option values.
6444         (window--frame-usable-p): Handle nil argument.
6446         (display-buffer): Call get-lru-window when pop-up-windows is nil
6447         and window can't be split.
6449 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
6451         * uniquify.el (uniquify-get-proposed-name): Handle remote files.
6453         * net/tramp.el (top): Quote feature names.  Remove
6454         `tramp-rfn-eshadow-setup-minibuffer' from
6455         `rfn-eshadow-setup-minibuffer-hook' when unloading.
6456         (tramp-read-passwd): There is only one call to
6457         `auth-source-user-or-password' needed.  Pacify byte compiler.
6459 2008-06-08  Andreas Schwab  <schwab@suse.de>
6461         * window.el (display-buffer): Use lru window if current window
6462         cannot be split.
6464 2008-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6466         * apropos.el (apropos-library): New command and new button.
6467         (apropos-library-button): New function.
6469         * apropos.el: Remove spurious * in docstrings.
6470         (apropos-label-face): Use variable pitch.
6471         (apropos-print): Use dolist and with-current-buffer.
6472         (apropos-print-doc): Use when.
6474         * window.el (special-display-p, display-buffer):
6475         Fix up C->Elisp transcription error.
6477 2008-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6479         * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
6480         (byte-compile-file): Initialize it.
6481         (byte-compile-nogroup-warn): Keep track of the current group.
6483 2008-06-08  Glenn Morris  <rgm@gnu.org>
6485         * Makefile.in (compile, compile-always, bootstrap-prepare):
6486         Explicitly pass EMACS to sub-makes that use it, for non-GNU makes.
6488 2008-06-07  Jihyun Cho  <jihyun.jo@gmail.com>
6490         * language/hanja-util.el (hanja-init-load): Use a char-table for
6491         hanja-table.
6492         (hangul-to-hanja-char): Adjust for the above change.
6494 2008-06-07  Glenn Morris  <rgm@gnu.org>
6496         * finder.el (finder-compile-keywords): Use lm-keywords-list rather than
6497         lm-keywords.
6499         * mail/sendmail.el (mail-interactive): Add :version.
6501         * term/linux.el (terminal-init-linux): Use gpm-mouse-mode rather than
6502         obsolete alias.
6504         * ediff-merg.el, strokes.el, wid-edit.el, emacs-lisp/lisp-mnt.el:
6505         * emulation/edt-mapper.el, eshell/em-dirs.el, eshell/em-glob.el:
6506         * eshell/em-ls.el, eshell/em-unix.el, eshell/esh-cmd.el:
6507         * eshell/esh-io.el, eshell/esh-opt.el, eshell/esh-test.el:
6508         * eshell/esh-util.el, international/mule-cmds.el:
6509         * international/mule-diag.el, mail/smtpmail.el, net/netrc.el:
6510         * net/tls.el, progmodes/etags.el, textmodes/page-ext.el:
6511         Remove unnecessary eval-when-compiles and eval-and-compiles.
6513         * Makefile.in (bootstrap-clean): Run autogen-clean.
6514         (maintainer-clean): No need to run autogen-clean now it is included in
6515         bootstrap-clean.
6517 2008-06-06  Miles Bader  <miles@gnu.org>
6519         * Makefile.in (ELCFILES): Add gnus/nndir.elc.
6521 2008-06-06  Chong Yidong  <cyd@stupidchicken.com>
6523         * menu-bar.el (menu-bar-options-menu): Add Menu entry for
6524         longlines mode.
6526         * replace.el (replace-search-function)
6527         (replace-re-search-function): New vars.
6528         (perform-replace): Use them.
6530         * longlines.el (longlines-re-search-forward): New function.
6531         (longlines-mode): Bind replace-search-function and
6532         replace-re-search-function, to ensure that replacement commands
6533         treat newlines as spaces.
6534         (longlines-show-effect): Default to a pilcrow sign.
6536 2008-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6538         * help.el (function-called-at-point):
6539         * help-fns.el (variable-at-point): Use emacs-lisp-mode-syntax-table
6540         even when calling find-tag-default.
6542 2008-06-06  Daniel Colascione  <danc@merrillpress.com>
6544         * nxml/nxml-mode.el (nxml-syntax-highlight-flag)
6545         (nxml-fontify-chunk-size, nxml-clear-face, nxml-set-fontified)
6546         (nxml-clear-fontified, nxml-fontify, nxml-fontify1)
6547         (nxml-fontify-buffer, nxml-do-fontify):
6548         Remove obsolete variables and functions.
6549         (nxml-font-lock-keywords, nxml-set-face, nxml-mode)
6550         (nxml-degrade, nxml-after-change, nxml-after-change1)
6551         (nxml-extend-region, nxml-extend-after-change-region)
6552         (nxml-extend-after-change-region1, nxml-fontify-matcher)
6553         (nxml-toggle-char-ref-extra-display): Use font-lock, and
6554         font-lock-extend-region-functions in particular, to fontify
6555         nxml-mode buffers.
6556         (nxml-debug-region): New debugging helper function.
6558         * nxml/nxml-rap.el (nxml-clear-inside, nxml-set-inside)
6559         (nxml-scan-after-change, nxml-move-tag-backwards):
6560         Adapt for font-lock changes.
6562         * nxml/nxml-util.el (nxml-debug, nxml-debug-change)
6563         (nxml-debug-set-inside, nxml-debug-clear-inside):
6564         New debugging functions.
6565         (nxml-with-degradation-on-error): New helper macro.
6567 2008-06-06  Martin Rudalics  <rudalics@gmx.at>
6569         * window.el (display-buffer): Remove dead call to get-lru-window.
6571 2008-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6573         * mail/sendmail.el (mail-interactive): Change default.
6575 2008-06-05  John Paul Wallington  <jpw@pobox.com>
6577         * bindings.el (completion-ignored-extensions):
6578         Add .p64fsl, .d64fsl, and .dx64fsl.
6580 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6582         * ffap.el (ffap-prompter): Don't use the region.
6584 2008-06-05  Sam Steingold  <sds@gnu.org>
6586         * vc-cvs.el (vc-cvs-registered): Consider a directory with a CVS
6587         subdirectory to be registered.
6589 2008-06-05  Martin Rudalics  <rudalics@gmx.at>
6591         * window.el (display-buffer-function, special-display-p)
6592         (special-display-buffer-names, special-display-regexps)
6593         (special-display-function, same-window-p, same-window-buffer-names)
6594         (same-window-regexps, pop-up-frames, display-buffer-reuse-frames)
6595         (pop-up-frame-function, pop-up-windows, even-window-heights)
6596         (split-window-preferred-function, split-height-threshold)
6597         (window--display-buffer-1, display-buffer, pop-to-buffer):
6598         Move from window.c and buffer.c.
6599         (window--splittable-p, window--try-to-split-window)
6600         (window--frame-usable-p, window--display-buffer-2)
6601         (window--even-window-heights): New functions.
6602         (split-width-threshold): New option.
6603         (split-window-preferred-horizontally): Remove.
6605         * cus-start.el: Remove corresponding declarations.
6607 2008-06-05  Sam Steingold  <sds@gnu.org>
6609         * vc.el (vc-update): Use `save-some-buffers' instead of signaling
6610         an error on modified buffers.
6612 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6614         * progmodes/etags.el (tags-verify-table): Be careful to use and update
6615         tags-file-name and tags-table-list from the right buffer.
6616         (tags-table-check-computed-list, tags-table-extend-computed-list)
6617         (find-tag-noselect): Use with-current-buffer.
6619         * emacs-lisp/trace.el (trace-entry-message, trace-exit-message):
6620         Use print-circle.
6622         * minibuffer.el (minibuffer-local-must-match-filename-map):
6623         Declare obsolete alias for the old name.
6625         * abbrev.el (unexpand-abbrev): Better preserve markers.
6627 2008-06-05  Glenn Morris  <rgm@gnu.org>
6629         * emacs-lisp/autoload.el (autoload-rubric): New function,
6630         extracted from autoload-ensure-default-file.
6631         (autoload-ensure-default-file): Use autoload-rubric.
6633         * cus-dep.el (generated-custom-dependencies-file): Doc fix.
6634         (custom-dependencies-no-scan-regexp): New variable.
6635         (custom-make-dependencies): Use with-temp-buffer and autoload-rubric.
6636         Don't scan files matching custom-dependencies-no-scan-regexp.
6637         Disable undo in the output buffer.  Remove kept-new-versions wackiness.
6639         * finder.el (finder-headmark): Initialize and add doc string.
6640         (generated-finder-keywords-file): Doc fix.
6641         (finder-no-scan-regexp): New variable.
6642         (finder-compile-keywords): Use a single let binding.
6643         Disable undo in the output buffer.  Use autoload-rubric.
6644         Use mapc rather than mapcar.  Don't scan files matching
6645         finder-no-scan-regexp.  Use with-temp-buffer.  Use expand-file-name
6646         rather than concat.  Use directory-files to do regexp matching.
6647         No need to require jka-compr.
6648         (finder-list-keywords): Remove un-needed set-buffer.  Disable undo.
6649         (finder-list-matches): Disable undo.
6650         (finder-commentary): Use let rather than let*.  Disable undo.
6651         (finder-current-item): Use zerop.
6652         (finder-mode): Use define-derived-mode.
6653         (finder-exit): Doc fix.  Use dolist.
6655         * Makefile.in ($(lisp)/cus-load.el): Remove unnecessary rule.
6656         (custom-deps): Don't require $(lisp)/cus-load.el.
6657         (custom-deps, finder-data): Don't depend on autoloads.
6658         Should not be needed now, and doing so was causing make install to
6659         re-dump emacs post-bootstrap.
6660         (bootstrap-after): Don't run update-elclist, since modifying Makefile.in
6661         mid-build forces some things to be rebuilt.
6663 2008-06-05  Miles Bader  <miles@gnu.org>
6665         * face-remap.el
6666         (face-remap-add-relative): Renamed from `add-relative-face-remapping'.
6667         (face-remap-remove-relative): Renamed from
6668         `remove-relative-face-remapping'.
6669         (face-remap-reset-base): Renamed from
6670         `set-default-base-face-remapping'.
6671         (face-remap-set-base): Renamed from `set-base-face-remapping'.
6672         (text-scale-increase): Renamed from `increase-buffer-face-height'.
6673         (text-scale-decrease): Renamed from `decrease-buffer-face-height'.
6674         (text-scale-adjust): Renamed from `adjust-buffer-face-height'.
6676         * face-remap.el (variable-pitch-mode): Autoload.
6678 2008-06-04  Sam Steingold  <sds@gnu.org>
6680         * vc-hg.el (vc-hg-status-extra-header, vc-hg-status-extra-headers):
6681         Generate extra status headers for a Mercurial tree.
6683 2008-06-04  John Paul Wallington  <jpw@pobox.com>
6685         * echistory.el (electric-history-map): Define within defvar.
6686         Add docstring.
6688         * font-lock.el (font-lock-turn-off-thing-lock)
6689         (font-lock-after-fontify-buffer, font-lock-after-unfontify-buffer):
6690         Use `bound-and-true-p'.
6691         (cpp-font-lock-keywords-source-directives, cpp-font-lock-keywords):
6692         Doc fixes.
6694         * international/ccl.el (define-ccl-program): Add `doc-string'
6695         declaration.
6697 2008-06-04  Juanma Barranquero  <lekktu@gmail.com>
6699         * face-remap.el (variable-pitch-mode): Reflow docstrings.
6700         (text-scale-mode, adjust-buffer-face-height): Fix typos in docstrings.
6702 2008-06-04  Trent W. Buck  <trentbuck@gmail.com>  (tiny change)
6704         * emacs-lisp/rx.el (rx): Doc fix.
6706 2008-06-04  Markus Triska  <markus.triska@gmx.at>
6708         * image-mode.el (image-mode-map): Add doc-view-inspired bindings.
6710 2008-06-04  Miles Bader  <miles@gnu.org>
6712         * face-remap.el (adjust-buffer-face-height): New function.
6713         Add autoloaded keybindings in ctl-x-map.
6714         (increase-buffer-face-height, decrease-buffer-face-height):
6715         Simplify interactive spec to just "p".  Remove autoloaded keybindings.
6717 2008-06-03  Chong Yidong  <cyd@stupidchicken.com>
6719         * simple.el (line-move-1): If we did not move as far as desired,
6720         ensure that point-left and point-entered hooks are called.
6722 2008-06-03  Sam Steingold  <sds@gnu.org>
6724         * vc-cvs.el (vc-cvs-status-extra-headers): Remove extraneous newlines.
6726 2008-06-03  John Paul Wallington  <jpw@pobox.com>
6728         * progmodes/make-mode.el (makefile-cleanup-continuations)
6729         (makefile-warn-suspicious-lines, makefile-warn-continuations):
6730         Use `derived-mode-p'.
6732 2008-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6734         * Makefile.in (update-elclist): Impose a fixed collation for sorting.
6735         (ELCFILES): Update.
6737 2008-06-03  Miles Bader  <miles@gnu.org>
6739         * face-remap.el: New file.
6740         * Makefile.in (ELCFILES): Add face-remap.elc.
6742 2008-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6744         * progmodes/flymake.el (flymake-process-filter): Make sure the source
6745         buffer isn't dead.
6747         * obsolete/bg-mouse.el, obsolete/float.el, obsolete/hilit19.el,
6748         * obsolete/lselect.el, obsolete/mlsupport.el, obsolete/ooutline.el,
6749         * obsolete/profile.el, obsolete/rsz-mini.el, obsolete/uncompress.el,
6750         * obsolete/auto-show.el, obsolete/hscroll.el:
6751         Remove packages that were obsolete in Emacs-20, or that were obsolete
6752         in Emacs-21 and do not contain any more code.
6754         * vc-dispatcher.el (vc-dir-menu-map-filter): Don't fail if
6755         vc-client-mode is not set.
6757         * image-mode.el (image-mode-map): Suppress key map and bind `q'.
6758         * doc-view.el (doc-view-mode-map): Inherit from image-mode-map.
6760         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords): Try to be
6761         yet a bit more clever at distinguishing / from /.
6763 2008-06-03  Kenichi Handa  <handa@m17n.org>
6765         * Makefile.in (ELCFILES): Add $(lisp)/language/hanja-util.elc.
6767 2008-06-03  Jihyun Cho  <jihyun.jo@gmail.com>
6769         * language/hanja-util.el: New file.
6771 2008-06-03  Glenn Morris  <rgm@gnu.org>
6773         * progmodes/f90.el (f90-typedef-matcher, f90-looking-at-type-like):
6774         Check that end-of-word follows "type".
6776 2008-06-02  Daiki Ueno  <ueno@unixuser.org>
6778         * epa-file.el (epa-file-write-region): Write the entire buffer
6779         content if START is nil.
6781 2008-06-01  Thomas Morgan  <tlm@thomasmorgan.net>  (tiny change)
6783         * select.el (x-get-selection): Fix typo.
6785 2008-06-01  Juanma Barranquero  <lekktu@gmail.com>
6787         * descr-text.el (describe-text-sexp): Use `string-match-p'.  Simplify.
6788         (describe-char): Use `looking-at-p', `string-match-p' when possible.
6790 2008-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6792         * tar-mode.el (tar-header-block-summarize): Ensure one space around
6793         user&group.
6795 2008-05-31  John Paul Wallington  <jpw@pobox.com>
6797         * help-fns.el (describe-variable-custom-version-info):
6798         Handle dotted `package-version' info.
6800 2008-05-31  Juanma Barranquero  <lekktu@gmail.com>
6802         * icomplete.el (icomplete-get-keys): Doc fix.  Use `when'.
6804 2008-05-31  Dan Nicolaescu  <dann@ics.uci.edu>
6806         * vc-cvs.el (vc-cvs-after-dir-status): Support spaces in file
6807         names and improve support for unregistered files.
6809 2008-05-31  Glenn Morris  <rgm@gnu.org>
6811         * Makefile.in (compile-last): Replace tr in `els' assignment with sed.
6812         Remove shell variable `elc'.  Split tests to hopefully be more portable.
6813         Fix `sel' assignment.
6815 2008-05-30  Juanma Barranquero  <lekktu@gmail.com>
6817         * minibuffer.el (completion-table-dynamic): Doc fix.
6819 2008-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6821         * vc-cvs.el (vc-cvs-state-heuristic, vc-cvs-parse-status):
6822         Try and return `unregistered' when applicable.
6824         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
6825         Don't encourage naming variables with "-flag".
6827 2008-05-30  Glenn Morris  <rgm@gnu.org>
6829         * Makefile.in (update-elclist): Hide the warning when it does not apply,
6830         make it milder when it does.
6831         (autogen-clean): New target.
6832         (maintainer-clean): Use autogen-clean.
6834         * calendar/diary-lib.el (diary-display-function): New name for
6835         diary-display-hook.  Keep old name as obsolete alias.  Doc fix.
6836         Change custom type and version.
6837         (diary-list-entries-hook, diary-list-entries, diary-simple-display)
6838         (diary-fancy-display): Doc fixes.
6839         (diary-list-entries, diary-include-other-diary-files)
6840         (diary-mail-entries):
6841         Use diary-display-function rather than diary-display-hook.
6843         * calendar/appt.el (appt-check): Use diary-display-function rather than
6844         diary-display-hook.
6845         * calendar/cal-x.el (calendar-dedicate-diary): Update for
6846         diary-display-function replacing diary-display-hook.
6847         * org/org-agenda.el (org-get-entries-from-diary): Also set
6848         diary-display-function.
6850         * calendar/cal-html.el (cal-html-list-diary-entries):
6851         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
6852         * calendar/cal-tex.el (cal-tex-list-diary-entries): Use LIST-ONLY
6853         argument of diary-list-entries rather than setting diary-display-hook.
6855 2008-05-30  Kenichi Handa  <handa@m17n.org>
6857         * international/mule-conf.el (utf-8-with-signature): Renamed from
6858         utf-8-sig.
6859         (utf-8-auto): Adjusted for the above change.
6861         * international/mule-diag.el (describe-font): Don't check fontset
6862         here, and just call font-info.  Get the default font by from the
6863         default face.
6865 2008-05-29  Kenichi Handa  <handa@m17n.org>
6867         * international/mule-conf.el (utf-8-sig, utf-8-auto):
6868         New coding systems.
6870         * international/mule.el (define-coding-system): Accept :bom for utf-8.
6872 2008-05-29  Espen Wiborg  <espen.wiborg@telio.no>  (tiny change)
6874         * international/utf-7.el (utf-7-encode): Use the right escape char
6875         depending on imap/nonimap encoding.
6877 2008-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6879         * minibuffer.el (completion-pcm-all-completions): Add the base-size.
6881 2008-05-29  Juanma Barranquero  <lekktu@gmail.com>
6883         * icomplete.el (icomplete-prospects-height): Add :group.
6885 2008-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6887         * icomplete.el (icomplete-prospects-length): Make obsolete.
6888         (icomplete-prospects-height): New var.
6889         (icomplete-completions): Use it.
6891 2008-05-29  David Kastrup  <dak@gnu.org>
6893         * autoinsert.el (auto-insert): Add :link.
6895 2008-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6897         * tar-mode.el (tar-header): New field `header-start'.
6898         (tar-header-block-tokenize): Set it when useful.
6899         Drop "GNUtar " magic value, which even GNU Tar doesn't know about.
6900         (tar-header-data-end): New function.
6901         (tar-summarize-buffer): Use it.
6902         (tar-next-line): Fix goal column for long usernames.
6903         (tar-expunge-internal): Use header-start.
6904         (tar-rename-entry): Handle ustar-style long names.
6905         (tar-alter-one-field): Add optional `descriptor' argument.
6906         (tar-subfile-save-buffer): Use it.
6908 2008-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6910         * tar-mode.el (tar-header): New field `header-start'.
6911         (tar-header-block-tokenize): Set header-start for longlink entries.
6912         (tar-expunge-internal): Use header-start to expunge longlink entries.
6914         * files.el (hack-local-variables): Don't signal an error if the local
6915         variable section is not properly terminated.
6917         * emacs-lisp/easymenu.el (easy-menu-convert-item)
6918         (easy-menu-convert-item-1): Move the duplicate-generation outside of
6919         the caching so it also works for identical entries.
6921         * tar-mode.el (tar-summarize-buffer): Fix reporter initialization.
6922         (tar-mode): Use write-region-annotate-functions rather than
6923         write-contents-functions.
6924         (tar-extract): Remove unused var `pos'.
6925         (tar-subfile-save-buffer): Remove unused var `following-descs'.
6926         (tar-mode-write-file): Remove.
6927         (tar-write-region-annotate): New function.
6929         * progmodes/flymake.el (flymake-save-buffer-in-file):
6930         * shadowfile.el (shadow-copy-file):
6931         * arc-mode.el (archive-*-write-file-member):
6932         * files.el (diff-buffer-with-file):
6933         * subr.el (with-temp-file): Pass nil to write-region.
6934         * jka-compr.el (jka-compr-write-region): Preserve `start's nullness.
6936         * doc-view.el (doc-view-mode-map): Bind `q' to quit-window, as is
6937         the custom.
6939         * files.el (basic-save-buffer-2): Pass nil rather than (point-min)
6940         to write-region.
6942 2008-05-28  Glenn Morris  <rgm@gnu.org>
6944         * Makefile.in (update-elclist): Work around non-portability of "\"
6945         in various implementations of echo.
6947 2008-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6949         * international/mule-diag.el (describe-current-coding-system):
6950         Don't assume selection-coding-system is always defined.
6952         * tar-mode.el: Use defstruct and markers.
6953         (tar-setf): Remove.
6954         (tar-header): Use defstruct.  Add `data-start' field.
6955         (make-tar-desc, tar-desc-tokens): Remove, folded into tar-header.
6956         (tar-desc-data-start): Remove (now called tar-header-data-start).
6957         (tar-roundup-512): New fun.
6958         (tar-header-block-tokenize): Receive a buffer position rather than
6959         a string.  Handle @longLink here, be more careful about it.
6960         Create a marker for data-start.
6961         (tar-summarize-buffer): Don't handle @LongLink here any more.
6962         (tar-expunge-internal, tar-subfile-save-buffer): Don't update
6963         data-start on the following entries any more.
6964         (tar-chown-entry, tar-chgrp-entry): Use read-number.
6966         * tar-mode.el: Use buffer-swap-text to separate summary and raw data.
6967         (tar-header-offset): Remove.
6968         (tar-parse-info, tar-header-offset, tar-file-name-coding-system):
6969         Not permanent any more.
6970         (tar-data-buffer): New var.
6971         (tar-data-swapped-p, tar-change-major-mode-hook)
6972         (tar-mode-kill-buffer-hook): New funs.
6973         (tar-untar-buffer, tar-summarize-buffer, tar-mode, tar-mode-revert)
6974         (tar-extract, tar-copy, tar-expunge-internal, tar-expunge)
6975         (tar-clear-modification-flags, tar-alter-one-field)
6976         (tar-subfile-save-buffer, tar-pad-to-blocksize, tar-mode-write-file):
6977         Change accordingly.
6979 2008-05-27  Dan Nicolaescu  <dann@ics.uci.edu>
6981         * vc-dispatcher.el (vc-directory-resynch-file): Rename to ...
6982         (vc-dir-resynch-file): ... this.  Update callers.
6983         Use vc-string-prefix-p.  Ignore directory args.
6984         (vc-string-prefix-p): CSE.
6985         (vc-resynch-buffer): Restore conditional.
6987         * vc-hooks.el (vc-after-save): Improve test.
6988         (vc-mode-line): Fix indentation.
6990 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
6992         * calendar/parse-time.el (parse-time-months)
6993         (parse-time-weekdays): Add long-form month and day names.
6995 2008-05-27  Glenn Morris  <rgm@gnu.org>
6997         * Makefile.in (update-elclist): Make errors in final sed non-fatal.
6999 2008-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7001         * vc-dispatcher.el (vc-string-prefix-p): New function.
7002         (vc-dir-parent-marked-p): Use it.
7004 2008-05-27  Dan Nicolaescu  <dann@ics.uci.edu>
7006         * vc.el (Problems): Remove fixed issues.
7007         (vc-expand-dirs): Avoid returning directories.
7008         (vc-dir): Fix C-x v v binding.
7009         (vc-make-backend-object): Fix name.
7010         (vc-dir-show-fileentry): Fix docstring.
7011         (vc-dir-refresh): Use vc-dir-backend.  Fix docstring.
7012         (vc-dir-refresh-files): Use vc-dir-backend.  Fix docstring.
7013         Reset the state for directories.
7014         (vc-dir-headers): Align labels.
7015         (vc-default-status-printer): Do no call prettify-state-info.
7016         (vc-deduce-fileset): Replace implementation with one based on a
7017         working older version.
7018         (vc-next-action): Use the new form of vc-deduce-fileset.
7019         Fix dealing with unregistered files.
7021         * vc-dispatcher.el (vc-resynch-window): Fix mode-line updating.
7022         (vc-dir-menu-map): Fix menu title for the menu bar and the popup menu.
7023         (vc-dir-child-files): New function.
7024         (vc-dir-node-directory): New function.
7025         (vc-dir-update, vc-dir-parent-marked-p)
7026         (vc-dir-children-marked-p, vc-dir-mark-all-files)
7027         (vc-dir-marked-only-files, vc-dispatcher-selection-set): Use it.
7029         * vc-cvs.el (vc-cvs-status-extra-headers): Align labels.
7031 2008-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7033         * diff-mode.el (diff-context-mid-hunk-header-re): New const.
7034         (diff-font-lock-keywords, diff-context->unified)
7035         (diff-reverse-direction, diff-fixup-modifs, diff-sanity-check-hunk)
7036         (diff-hunk-text, diff-find-source-location): Use it.
7037         (diff-post-command-hook): Let the user edit the hunk headers.
7039 2008-05-26  Andreas Schwab  <schwab@suse.de>
7041         * vc.el (vc-default-prettify-state-info): Fix formatting of an
7042         unknown state.
7044         * tar-mode.el (tar-summarize-buffer): Comment fix.
7046 2008-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7048         * tar-mode.el (tar-summarize-buffer): Handle GNU Tar @LongLink format.
7050 2008-05-26  Glenn Morris  <rgm@gnu.org>
7052         * calendar/cal-hebrew.el (diary-ordinal-suffix): Declare for compiler.
7054 2008-05-25  John Paul Wallington  <jpw@pobox.com>
7056         * proced.el (proced-next-line, proced-previous-line):
7057         Avoid calling `next-line' and `previous-line' from Lisp code.
7059 2008-05-25  Ed Reingold  <reingold@emr.cs.iit.edu>
7061         * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
7062         Use diary-ordinal-suffix.
7064 2008-05-24  Juanma Barranquero  <lekktu@gmail.com>
7066         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-defs)
7067         (edebug-all-forms, edebug-eval-macro-args, edebug-save-windows)
7068         (edebug-save-displayed-buffer-points, edebug-initial-mode)
7069         (edebug-trace, edebug-test-coverage, edebug-continue-kbd-macro)
7070         (edebug-print-length, edebug-print-level, edebug-print-circle)
7071         (edebug-unwrap-results, edebug-on-error, edebug-on-quit)
7072         (edebug-global-break-condition, edebug-sit-for-seconds):
7073         Remove spurious * from defcustom docstrings.
7074         (edebug-unwrap*, edebug-signal, edebug-eval-display):
7075         Improve argument/docstring consistency.
7076         (edebug-test-coverage, edebug-gensym, edebug-read)
7077         (edebug-top-level-nonstop, edebug-eval-result-list)
7078         (edebug-eval-redisplay, edebug-trace): Fix typos in docstring.
7079         (edebug-eval-defun, edebug-eval-top-level-form, edebug)
7080         (edebug-display-freq-count): Reflow docstrings.
7081         (edebug-restore-status): Doc fix.
7083 2008-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7085         * proced.el (proced-header-line): Use the :align-to 0 feature
7086         rather than computing the corresponding position manually.
7087         (proced-update): Don't hardcode point-min==1.
7089 2008-05-24  Alan Mackenzie  <acm@muc.de>
7091         * progmodes/cc-mode.el (c-postprocess-file-styles): Throw an error
7092         if c-file-style is set to a non-string.
7094         (c-neutralize-CPP-line): Surround by `save-excursion'.
7095         (c-neutralize-syntax-in-CPP): Optimize for speed.
7097 2008-05-24  Glenn Morris  <rgm@gnu.org>
7099         * Makefile.in (update-elclist): New target, to update ELCFILES.
7100         (bootstrap-after): Run update-elclist.
7102 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
7104         * icalendar.el (icalendar-version): Increase to "0.19".
7105         (icalendar--date-style): New function.
7106         (icalendar--datetime-to-diary-date): Doc fix.
7107         Use icalendar--date-style.
7108         (icalendar--datestring-to-isodate): Doc fix.  Handle iso date style.
7109         (icalendar--convert-yearly-to-ical)
7110         (icalendar--convert-recurring-to-diary): Handle iso date style,
7111         use icalendar-date-style.
7113 2008-05-23  Dan Nicolaescu  <dann@ics.uci.edu>
7115         * vc.el (vc-delete-file): Make sure the buffer is deleted and
7116         vc-dir buffers are updated.
7118 2008-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7120         * vc.el (vc-delete-file): Don't try to resynch the buffer.
7122 2008-05-23  Paul Rivier  <paul.r.ml@gmail.com>
7124         * textmodes/reftex-vars.el (reftex-extra-bindings-prefix): New var.
7125         * textmodes/reftex.el (reftex-extra-bindings-map): New var.
7126         (reftex-extra-bindings): Use it.
7128         * progmodes/mixal-mode.el (mixal-mode-map): Move key-bindings
7129         away from the user-reserved keys.
7131         * progmodes/ada-mode.el (ada-mode-extra-map, ada-mode-extra-prefix):
7132         New vars.
7133         (ada-create-keymap): Use them.
7135 2008-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7137         * emacs-lisp/regexp-opt.el (regexp-opt): Always return
7138         a properly-grouped regexp.
7140 2008-05-23  Juanma Barranquero  <lekktu@gmail.com>
7142         * progmodes/cap-words.el (capitalized-words-mode):
7143         Fix typos in docstring.
7145 2008-05-23  Kenichi Handa  <handa@m17n.org>
7147         * international/mule-conf.el: Don't define the charset `emacs'
7148         here, just put :docstring, :short-name, and :long-name.
7150 2008-05-22  Kenichi Handa  <handa@m17n.org>
7152         * international/mule-diag.el (font-show-log): Limit each listing
7153         to 20 items.
7155 2008-05-23  Nick Roberts  <nickrob@snap.net.nz>
7157         * progmodes/gdb-ui.el (gdb-enable-debug): New function.
7158         (gdb-annotation-rules): New entry for "thread-changed".
7159         (gdb-thread-changed): New function.
7161 2008-05-23  Glenn Morris  <rgm@gnu.org>
7163         * Makefile.in (SOURCES): Remove, unused.
7164         (lisptagsfiles1, lisptagsfiles2): Use '*' rather than '[a-zA-Z]*'.
7165         (TAGS, TAGS-LISP): Use a single rule with multiple targets.
7166         Exclude more '*loaddefs' files.
7167         (compile-always): Simplify '.elc' deletion.
7169 2008-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7171         * vc-bzr.el (vc-bzr-annotate-time): Reduce memory allocation.
7172         (vc-bzr-revision-completion-table): Handle `boundaries' argument.
7174         * minibuffer.el (completion-boundaries): Change calling
7175         convention, so `string' has the same semantics as in
7176         try-completion and all-completions.
7177         (completion-table-with-context, completion--embedded-envvar-table)
7178         (completion--file-name-table)
7179         (completion-pcm--find-all-completions): Adjust code accordingly.
7181 2008-05-22  Chong Yidong  <cyd@stupidchicken.com>
7183         * image-mode.el (image-mode-winprops): Add argument CLEANUP to
7184         prune image-mode-winprops-alist, preventing it from growing
7185         indefinitely.
7186         (image-mode-reapply-winprops): Use it.
7188 2008-05-22  Teodor Zlatanov  <tzz@lifelogs.com>
7190         * net/netrc.el (netrc-machine): Always match if the port is not given.
7192 2008-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7194         * minibuffer.el (completion-pcm--find-all-completions):
7195         Don't add pseudo-completions.
7197         * icomplete.el (icomplete-eoinput): Remove.
7198         (icomplete-overlay): New var to replace it.
7199         (icomplete-tidy): Rewrite.
7200         (icomplete-exhibit): Use an overlay.
7201         (icomplete-completions): Use completion-all-sorted-completions.
7202         Obey completion-ignore-case.
7204         * files.el (locate-dominating-file): Accept non-existing argument.
7205         (project-find-settings-file): Rewrite, using locate-dominating-file.
7207 2008-05-22  Kenichi Handa  <handa@m17n.org>
7209         * faces.el (font-weight-table, font-slant-table, font-width-table):
7210         Delete them.  Don't call internal-set-font-style-table.
7212         * international/mule-diag.el (font-show-log): New function.
7214         * international/fontset.el (script-representative-chars): Add more
7215         chars for latin.  Add data for symbol.
7216         (setup-default-fontset): Add entries for phonetic, armenian, and symbol.
7218 2008-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7220         * minibuffer.el (completion-all-sorted-completions): New var.
7221         (completion--flush-all-sorted-completions)
7222         (completion-all-sorted-completions): New functions.
7223         (minibuffer-force-complete): New command.
7225 2008-05-21  Glenn Morris  <rgm@gnu.org>
7227         * files.el (c-postprocess-file-styles): Declare for compiler.
7229         * Makefile.in: Allow for parallel byte-compiling.
7230         (ELCFILES): New variable.
7231         (.el.elc): Remove prerequisites from suffix rule.  Print a message.
7232         (compile-first, compile-main, compile-last): New targets.
7233         (compile-always): Simplify - delete .elc files, then `make compile'.
7235         * Makefile.in (compile-calc): Use glob rather than find.
7236         ($(lisp)/progmodes/cc-mode.elc): Use $@.
7238         * eshell/esh-module.el: No need for cl when compiling.
7240         * eshell/eshell.el (eshell-defgroup): New alias.
7241         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
7242         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
7243         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
7244         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
7245         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
7246         * eshell/em-xtra.el: Use eshell-defgroup rather than defgroup.
7247         Autoload the custom group.  Set generated-autoload-file.
7248         * eshell/em-basic.el, eshell/esh-module.el: Require eshell,
7249         for eshell-defgroup.
7250         * eshell/esh-module.el (eshell-load-defgroups): Remove.
7251         Require esh-groups rather than loading it.
7253 2008-05-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7255         * proced.el (proced-header-line): New variable and new function.
7256         (proced-mode): Set header-line-format.
7257         (proced-update): Set proced-header-line.
7258         (proced-send-signal): Use proced-header-line.
7260 2008-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7262         * macros.el (insert-kbd-macro): Use prin1-char.
7264 2008-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7266         * minibuffer.el (completion-boundaries): New function.
7267         (completion--some): Delay errors.
7268         (complete-with-action, completion-table-with-context):
7269         Handle `boundaries' case.
7270         (completion--try-word-completion): Avoid partial-completion
7271         when the user hasn't entered anything yet.
7272         (minibuffer-local-map, minibuffer-local-filename-completion-map)
7273         (minibuffer-local-must-match-map, minibuffer-local-completion-map)
7274         (minibuffer-local-must-match-filename-map, minibuffer-local-ns-map):
7275         Setup default keybindings.
7276         (completion--embedded-envvar-re): New var.
7277         (completion--embedded-envvar-table): Use it.  Handle `boundaries' case.
7278         (completion--file-name-table): Handle `boundaries' case.
7279         (completion-pcm--pattern->regex): Avoid pathological backtracking.
7280         (completion-pcm--all-completions): Add a `prefix' arg.
7281         (completion-pcm--find-all-completions): New function.
7282         (completion-pcm-all-completions, completion-pcm-try-completion):
7283         Use it.
7285         * icomplete.el (icomplete-completions): Don't use `predicate' with
7286         a table of a different type than `candidates'.
7288 2008-05-20  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7290         * proced.el (proced-goal-column): Rename from proced-procname-column.
7291         (proced-goal-header-re): Rename from proced-procname-column-regexp.
7292         (proced-move-to-goal-column): Rename from proced-move-to-procname.
7293         (proced-header-face, proced-header-regexp): Remove.
7294         (proced-font-lock-keywords): Remove proced-header-face.
7295         (proced-header-alist, proced-sorting-schemes-re): New variables.
7296         (proced): Rename Proced buffer to *Proced*.
7297         (proced-next-line, proced-previous-line): New commands.
7298         (proced-do-mark, proced-do-mark-all, proced-toggle-marks)
7299         (proced-hide-processes): Do not treat first line as special.
7300         (proced-header-space): New function.
7301         (proced-update): Use header-line-format.
7302         Initialize proced-header-alist and proced-sorting-schemes-re.
7303         Set proced-goal-column.  Include proced-command in mode-name.
7304         (proced-send-signal): Use header-line-format for *Marked
7305         Processes* buffer.
7306         (proced-sort): Restrict minibuffer completion to applicable
7307         sorting schemes.
7308         (proced-sorting-scheme-p): Use proced-sorting-schemes-re.
7310 2008-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7312         * icomplete.el (icomplete-simple-completing-p):
7313         Allow icomplete-with-completion-tables to say "use it everywhere".
7314         (icomplete-completions): Obey completion-styles.  Try to accommodate
7315         partial-completion style.
7317 2008-05-20  Michael Olson  <mwolson@gnu.org>
7319         * files.el (project-find-settings-file): Change concat to
7320         expand-file-name.
7322 2008-05-19  Tom Tromey  <tromey@redhat.com>
7324         * files.el (normal-mode): Call hack-project-variables.
7325         (hack-local-variables-confirm): Add 'project' argument.
7326         (hack-local-variables-apply): New function.
7327         (hack-local-variables): Use it.
7328         (project-class-alist, project-directory-alist): New variables.
7329         (project-get-alist): New function.
7330         (project-collect-bindings-from-alist)
7331         (project-collect-binding-list, set-directory-project)
7332         (project-find-settings-file, project-define-from-project-file)
7333         (hack-project-variables): New functions.
7335 2008-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7337         * emacs-lisp/cl-specs.el (destructuring-bind): Fix spec.
7339 2008-05-19  Juanma Barranquero  <lekktu@gmail.com>
7341         * faces.el (font-weight-table): Fix typo in docstring.
7343 2008-05-18  David Hull  <david@snap.com>  (tiny change)
7345         * vc-hg.el (vc-hg-annotate-re): Recognize the output of --follow.
7346         (vc-hg-annotate-command): Allow white space before version number.
7348 2008-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
7350         * calc/calc-yank.el (calc-register-alist): New variable.
7351         (calc-set-register, calc-get-register, calc-copy-to-register)
7352         (calc-insert-register, calc-add-to-register, calc-append-to-register)
7353         (calc-prepend-to-register): New functions.
7355         * calc/calc-ext.el (calc-init-extensions): Add keybindings for
7356         `calc-copy-to-register' and `calc-insert-register'.
7357         Autoload new register functions.
7359         * calc/calc-help.el (calc-r-prefix-help): Add help for register
7360         functions.
7362 2008-05-18  Dan Nicolaescu  <dann@ics.uci.edu>
7364         * vc.el (Todo): Add known problems.
7365         (vc-dir-backend): New variable.
7366         (vc-dir): Set it.
7367         (vc-make-backend-object, vc-generic-status-printer)
7368         (vc-generic-state, vc-generic-status-fileinfo-extra)
7369         (vc-dir-extra-menu): Use it.
7370         (vc-generic-dir-headers): Remove, unused.
7372         * vc-dispatcher.el (vc-dir-previous-directory): Rename from
7373         vc-dir-prev-directory for consistency with vc-dir-previous-line.
7374         (vc-dir-mode-map): Fix bindings.
7376         * vc-bzr.el (vc-bzr-after-dir-status): Remove unused binding.
7378 2008-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
7380         * calc/calc-yank.el (calc-kill): Make sure that only the stack is
7381         operated on.
7382         (calc-kill-region): Kill entire lines.
7384 2008-05-17  Glenn Morris  <rgm@gnu.org>
7386         * ezimage.el (ezimage-use-images): Drop support for Emacs < 21 and
7387         simplify initial value.
7388         (defezimage): Drop support for Emacs without defimage, use a featurep
7389         test rather than fboundp when defining, drop with-no-warnings.
7390         (ezimage-insert-over-text): Move featurep test inside
7391         add-text-properties.
7393         * elide-head.el (elide-head-headers-to-hide): Handle GPLv3 format.
7395         * net/tramp.el (top-level): Load auth-source when compiling.
7397         * progmodes/fortran.el (fortran-font-lock-keywords-2): Add .eqv., .neqv.
7399 2008-05-17  Andreas Schwab  <schwab@suse.de>
7401         * vc-dispatcher.el (vc-dir-mode-map): Fix M-down and M-up binding.
7403 2008-05-17  Dan Nicolaescu  <dann@ics.uci.edu>
7405         * vc.el (vc-annotate-show-diff-revision-at-line): Change
7406         vc-diff-internal arg to match what vc-deduce-fileset returns now.
7408 2008-05-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7410         * menu-bar.el (menu-bar-select-buffer): Reinsert it as msb.el uses it.
7412 2008-05-17  Jim Meyering  <meyering@redhat.com>
7414         * ido.el (ido-save-history): Do not emit a trailing newline at the
7415         end of the ido history file.
7417 2008-05-16  John Paul Wallington  <jpw@pobox.com>
7419         * vc-dispatcher.el (top-level): Revert previous change: require cl
7420         when compiling.
7422 2008-05-16  Eric S. Raymond  <esr@snark.thyrsus.com>
7424         * vc.el (vc-default-status-printer)
7425         (vc-default-prettify-state-info): Enhance the state prettyprinter
7426         to deal better with unknown states and indirect through it when
7427         painting vc-dir buffers.
7429 2008-05-16  John Paul Wallington  <jpw@pobox.com>
7431         * vc-dispatcher.el (top-level): Don't require cl when compiling.
7432         (vc-dir-mode-map): Fix backquote.
7433         (vc-at-event): Doc fix.  Use `make-symbol' instead of `gensym'.
7435 2008-05-16  Michael Albinus  <michael.albinus@gmx.de>
7437         * net/tramp.el (tramp-handle-write-region): Fix check for short track.
7438         Reported by Glenn Morris <rgm@gnu.org>.
7440 2008-05-16  Eric S. Raymond  <esr@snark.thyrsus.com>
7442         * vc.el: Remove my analysis of SCCS/RCS concurrency issues from
7443         the end of the file, it was good work at one time but has been
7444         stale since 1995 and may now be actively misleading.
7445         * vc-cvs.el (vc-cvs-status-extra-headers): Extract and display the
7446         CVS repository and module (assumptions for the latter a bit iffy).
7447         * vc-svn.el (vc-svn-status-extra-headers): Extract and display the
7448         SVN repository.
7450 2008-05-16  Juanma Barranquero  <lekktu@gmail.com>
7452         * vc-rcs.el (vc-rcs-create-tag):
7453         * vc-sccs.el (vc-sccs-create-tag):
7454         Fix typo in error message and pass backend arg.
7456 2008-05-15  Michael Albinus  <michael.albinus@gmx.de>
7458         * net/tramp.el (tramp-file-name-for-operation): Add `make-temp-name'.
7460 2008-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
7462         * net/tramp.el: Load auth-source library.
7463         (tramp-read-passwd): Use it for password, not login.
7465 2008-05-15  Shigeru Fukaya  <shugeru.fukaya@gmail.com>
7467         * ses.el (ses-goto-print): Use move-to-column rather than forward-char.
7468         (ses-print-cell): Use string-width, truncate-string-to-width,
7469         delete-region rather than length, substring, delete-char.
7470         (ses-setup): Set inhibit-point-motion-hooks to t.
7471         Calculate position by actually moving point rather than just using
7472         unibyte character length.
7473         (ses-mode): Set indent-tabs-mode to nil.
7474         (ses-center): Use string-width rather than length.
7476 2008-05-15  Eric S. Raymond  <esr@snark.thyrsus.com>
7478         * vc-cvs.el, vc-git.el, vc-hg.el, vc-hooks.el, vc-mcvs.el,
7479         * vc-rcs.el, vc-sccs.el, vc-svn.el, vc.el:
7480         Rename vc-*-create-snapshot and vc-*-retrieve-snapshot to
7481         vc-*-create-tag and vc-*-retrieve-tag respectively.
7483         * vc-dispatcher.el: Fix an incorrect buffer name and remove an
7484         unneeded defalias.
7486         * vc.el, vc-dispatcher.el (vc-dir-menu-map-filter): Move.
7488         * vc.el, vc-dispatcher.el (vc-dir-menu-map): Remove assumption
7489         about buffer names.
7491 2008-05-15  Glenn Morris  <rgm@gnu.org>
7493         * vc-hooks.el (vc-directory-resynch-file): Fix declaration.
7495         * org/org-exp.el (org-infojs-options-inbuffer-template):
7496         Fix declaration.
7498         * progmodes/cc-mode.el (declare-function): Add compat definition.
7499         (awk-mode-syntax-table, c-awk-unstick-NL-prop): Declare for compiler.
7501 2008-05-14  Eric S. Raymond  <esr@snark.thyrsus.com>
7503         * vc-dispatcher.el (vc-dispatcher-selection): Change the returned
7504         list to a cons so the caller can get back both expanded and
7505         unexpanded filesets.
7506         * vc.el (vc-deduce-fileset, vc-next-action, vc-diff-internal)
7507         (vc-merge, vc-version-diff, vc-print-log, vc-revert, vc-rollback):
7508         Change handling of selection-set returns as required.
7510 2008-05-15  John Paul Wallington  <jpw@pobox.com>
7512         * add-log.el (top-level): Don't require cl when compiling.
7514         * arc-mode.el (archive-add-new-member): Use `derived-mode-p'.
7515         (archive-*-extract): Use `zerop'.
7516         (archive-*-write-file-member): Use `or', use `zerop'.
7518         * diff-mode.el (diff-current-defun): Use `buffer-local-value'.
7520         * ibuffer.el (ibuffer-assert-ibuffer-mode): New defsubst.
7521         (ibuffer-mark-interactive, ibuffer-set-mark)
7522         (ibuffer-insert-buffer-line, ibuffer-redisplay-current)
7523         (ibuffer-map-lines, ibuffer-switch-format)
7524         (ibuffer-update-title-and-summary)
7525         (ibuffer-redisplay-engine): Use it.
7527         * ibuf-ext.el (ibuffer-interactive-filter-by-mode)
7528         (ibuffer-set-filter-groups-by-mode, ibuffer-list-buffer-modes)
7529         (define-ibuffer-filter mode, define-ibuffer-filter used-mode)
7530         (define-ibuffer-sorter major-mode, ibuffer-mark-unsaved-buffers)
7531         (ibuffer-mark-read-only-buffers)
7532         (ibuffer-mark-dired-buffers): Use `buffer-local-value'.
7534         * ibuf-macs.el (ibuffer-aif, ibuffer-awhen, ibuffer-save-marks)
7535         (define-ibuffer-column, define-ibuffer-sorter)
7536         (define-ibuffer-op, define-ibuffer-filter): Add declarations
7537         containing indentation specs, replacing equivalent top-level
7538         forms that set `lisp-indent-function' properties.
7539         (define-ibuffer-op): Use `derived-mode-p'.
7540         (define-ibuffer-filter): Remove redundant `concat' call.
7542 2008-05-14  Michael Albinus  <michael.albinus@gmx.de>
7544         * net/tramp.el (tramp-echo-mark): Update docstring.
7545         (tramp-echo-mark-marker): New defconst.
7546         (tramp-check-for-regexp): Use it.
7548 2008-05-14  Eric S. Raymond  <esr@snark.thyrsus.com>
7550         * vc.el (vc-deduce-fileset): Do the right thing when visiting a
7551         buffer (say, a log buffer or diff buffer) with a vc-dir buffer
7552         as parent.
7554 2008-05-14  John Paul Wallington  <jpw@pobox.com>
7556         * international/mule.el (convert-define-charset-argument):
7557         Remove period from end of error message.
7558         (coding-system-mnemonic): Doc fix.
7559         (ctext-pre-write-conversion): Doc fix.
7561 2008-05-14  Simon Marshall  <simon@gnu.org>
7563         * obsolete/fast-lock.el (fast-lock-cache-directories): Remove "."
7564         from its default value and give it the risky-local-variable
7565         property (CVE-2008-2142).
7567 2008-05-14  Kenichi Handa  <handa@m17n.org>
7569         * language/korean.el ("Korean"): Set `iso639-language'
7570         property to `ko'.
7572         * language/japanese.el ("Japanese"): Set `iso639-language'
7573         property to `ja'.
7575         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
7576         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK")
7577         ("Chinese-GB18030"): Set `iso639-language' property to `zh'.
7579         * international/mule-cmds.el (set-language-environment):
7580         Set current-iso639-language.
7582         * international/fontset.el (setup-default-fontset): For kana, han,
7583         hangul, and cjk-misc, move an entry with font-spec at the end.
7584         (generate-fontset-menu): Exclude fontset-auto* from the list.
7586         * composite.el (compose-chars-after): Assume that WINDOW is always
7587         non-nil.
7589         * faces.el (font-weight-table, font-slant-table)
7590         (font-swidth-table): Declare them by defconst.  Change the format
7591         of elements.  Call internal-set-font-style-table after their
7592         declaration.
7593         (face-valid-attribute-values): Call font-family-list.  Get values
7594         for width, weight, and slant from font-xxx-table.
7596         * cus-face.el (custom-face-attributes): Add "thin" for :weight.
7598 2008-05-13  John Paul Wallington  <jpw@pobox.com>
7600         * ibuffer.el (ibuffer-buffer-file-name): New function.
7601         (define-ibuffer-column filename): Use it.
7603         * ibuf-ext.el (define-ibuffer-filter filename): Use it.
7605 2008-05-13  Chong Yidong  <cyd@stupidchicken.com>
7607         * talk.el (talk): Simplify.  Pass display arg to talk-add-display
7608         as a string.
7609         (talk-add-display): Simplify.  Accept only string args.
7611 2008-05-13  Jay Belanger  <jay.p.belanger@gmail.com>
7613         * calc/calc.el (calc-mode-map): Remove old keybinding for `calc-yank'.
7615 2008-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7617         * Makefile.in (bootstrap-prepare): Don't chmod files.
7618         (autoloads): Do it here instead, where it's actually needed.
7620 2008-05-13  Chong Yidong  <cyd@stupidchicken.com>
7622         * tool-bar.el (tool-bar-make-keymap): Account for the optional
7623         KEY-BINDING-DATA field in menu-item list.
7625 2008-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7627         * dired.el (dired-read-dir-and-switches): Move things about to use less
7628         recursion during macroexpansion.
7630         * dired.el (dired-read-dir-and-switches): Use read-file-name.
7632         * dired.el (dired-read-dir-and-switches): Ignore ., .., and
7633         completion-ignored-extension directories if there's something else.
7634         (dired-mark-if, dired-map-over-marks, dired-readin, dired-revert)
7635         (dired-remember-marks, dired-undo, dired-build-subdir-alist)
7636         (dired-internal-do-deletions, dired-mark-files-in-region, dired-mark)
7637         (dired-toggle-marks, dired-change-marks, dired-unmark-all-files):
7638         buffer-read-only -> inhibit-read-only.
7640 2008-05-12  Eric S. Raymond  <esr@snark.thyrsus.com>
7642         * vc.el (vc-expand-dirs): Stop this function from tossing out
7643         explicitly specified files.
7645 2008-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7647         * smerge-mode.el (smerge-apply-resolution-patch): Don't pass nil
7648         to `insert'.
7650 2008-05-12  Dan Nicolaescu  <dann@ics.uci.edu>
7652         * vc.el (vc-annotate-show-diff-revision-at-line): Remove incorrect
7653         cons.  Use vc-annotate-backend.
7654         (with-vc-file, edit-vc-file): Remove unused macros.
7656 2008-05-12  Teodor Zlatanov  <tzz@lifelogs.com>
7658         * mail/smtpmail.el: Add autoload for `auth-source-user-or-password'.
7659         (smtpmail-try-auth-methods): Use it.
7661 2008-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7663         * emacs-lisp/cl.el (cl-set-nthcdr): Make it a defsubst so that
7664         (setf (nthcdr ..) ..) doesn't require CL at runtime.
7666 2008-05-11  Carsten Dominik  <dominik@science.uva.nl>
7668         * org/org.el (org-modules): Repair problems with loading org-jsinfo.org.
7670 2008-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7672         * vc-bzr.el (vc-bzr-sha1, vc-bzr-command-discarding-stderr)
7673         (vc-bzr-revision-completion-table): Use process-file.
7674         (vc-bzr-working-revision): Pass relative file names.
7676         * diff-mode.el (diff-hunk-header-re): Refine the regexp.
7678 2008-05-11  Juri Linkov  <juri@jurta.org>
7680         * wid-edit.el (widget-image-directory): Change default image data
7681         subdirectory from "custom" to "images/custom".
7683         * info.el (Info-next-preorder): Let-bind `Info-history' to nil
7684         before recursive call to `Info-next-preorder' to not add
7685         intermediate nodes to the history.
7687         * isearch.el: Put isearch-scroll property on recenter-top-bottom.
7689         * emulation/cua-base.el: Put isearch-scroll property
7690         on cua-scroll-up and cua-scroll-down.
7692 2008-05-11  Eric S. Raymond  <esr@snark.thyrsus.com>
7694         * vc-hooks.el (vc-recompute-state): Remove (dead code).
7696 2008-05-10  Dan Nicolaescu  <dann@ics.uci.edu>
7698         * vc-dispatcher.el (ewoc): Require.
7699         (vc-log-edit, vc-buffer-sync): Declare for byte compiler.
7701         * vc-hg.el (vc-hg-diff, vc-hg-annotate-command): Use when not if.
7703 2008-05-10  Chong Yidong  <cyd@stupidchicken.com>
7705         * term/w32-win.el (x-colors):
7706         * term/mac-win.el (x-colors):
7707         * term/x-win.el (x-colors): Re-order colors.
7709 2008-05-10  Reiner Steib  <reiner.steib@gmx.de>
7711         * smerge-mode.el (smerge-command-prefix): Fix custom type.
7713 2008-05-10  Eric S. Raymond  <esr@snark.thyrsus.com>
7715         * vc-dispatcher.el (vc-dir-next-directory, vc-dir-prev-directory):
7716         New functions implementing motion to next and previous directory.
7718         * vc-arch.el (vc-arch-command):
7719         * vc-bzr.el (vc-bzr-command):
7720         * vc-cvs.el (vc-cvs-command):
7721         * vc-dispatcher.el (vc-do-command):
7722         * vc-git.el (vc-git-command):
7723         * vc-hg.el (vc-hg-command):
7724         * vc-mcvs.el (vc-mvcs-command):
7725         * vc-mtn.el (vc-mtn-command):
7726         * vc-sccs.el (vc-sccs-command, vc-sccs-workfile)
7727         (vc-sccs-workfile-unchanged-p):
7728         * vc-svn.el (vc-svn-command, vc-svn-create-repo):
7729         * vc-rcs.el (all methods): Remove assumption about what a nil
7730         argument to vc-do-command means.  This means no buffer name needs
7731         to be hardcoded into the dispatcher layer, and it's better to be
7732         explicit anyway.
7734         * vc-svn.el (vc-svn-dir-state-heuristic): Remove.
7736 2008-05-10  Dan Nicolaescu  <dann@ics.uci.edu>
7738         * vc.el: Update todo.
7740         * vc-sccs.el (vc-sccs-dir-status):
7741         * vc-rcs.el (vc-rcs-dir-status): Avoid using results from multiple
7742         backends and returning up to date files.
7744         * vc-hooks.el (vc-prefix-map): Remove duplicate binding.
7746 2008-05-09  Eric S. Raymond  <esr@snark.thyrsus.com>
7748         * vc.el (vc-dir):
7749         * vc-hooks.el: Tweak the VC directory bindings.  These are now
7750         documented in the manual.
7752         * vc-dispatcher.el (vc-dir-update, vc-dir-parent-marked-p)
7753         (vc-dir-children-marked-p): Remove the vc-dir-insert-directories global.
7754         (vc-dispatcher-selection-set): Allow callers to pass in an
7755         observer flag that says no buffer sync is required.
7756         * vc.el (vc-deduce-fileset, vc-print-log, vc-version-diff):
7757         Use the observer flag.
7759 2008-05-09  Michael Albinus  <michael.albinus@gmx.de>
7761         * simple.el (start-file-process): Clarify docstring.
7763 2008-05-09  Eric S. Raymond  <esr@snark.thyrsus.com>
7765         * vc-sccs.el, vc-svn.el, vc-git.el, vc-hg.el, vc-mtn.el:
7766         Remove stub implementations of, and references to, wash-log.
7767         * vc-rcs.el (vc-rcs-comment-history):
7768         * vc-cvs.el (vc-cvs-comment-history):
7769         Inline the code that used to be wash-log.
7771         * vc-sccs.el (vc-sccs-checkin, vc-sccs-checkout, vc-sccs-rollback)
7772         (vc-sccs-revert, vc-sccs-steal-lock, vc-sccs-modify-change-comment)
7773         (vc-sccs-print-log, vc-sccs-diff): Grok directories.
7774         * vc-rcs.el (vc-sccs-checkin, vc-sccs-checkout)
7775         (vc-rcs-revert, vc-rcs-steal-lock, vc-rcs-modify-change-comment)
7776         (vc-rcs-print-log): Grok directories.
7778 2008-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7780         * vc.el (vc-mark-resolved): Add `backend' argument.
7781         (vc-next-action): Pass it the backend.
7782         (vc-next-action, vc-checkout, vc-mark-resolved, vc-version-diff)
7783         (vc-merge, vc-rollback, vc-update, vc-transfer-file, vc-delete-file)
7784         (vc-default-comment-history, vc-default-create-snapshot)
7785         (vc-default-retrieve-snapshot, vc-default-revert, vc-annotate)
7786         (vc-annotate-revision-previous-to-line)
7787         (vc-annotate-show-diff-revision-at-line, vc-annotate-warp-revision):
7788         * vc-svn.el (vc-svn-checkout):
7789         * vc-mcvs.el (vc-mcvs-checkout):
7790         * vc-hooks.el (vc-state, vc-default-workfile-unchanged-p)
7791         (vc-working-revision, vc-before-save, vc-mode-line):
7792         Prefer vc-call-backend to vc-call so as not to recompute the backend.
7794         * vc.el (vc-deduce-fileset): Don't require the checkout-model and the
7795         state to be consistent since it's often an unwarranted restriction.
7796         Don't return the state either.
7797         (vc-next-action): Check that the state is consistent.
7798         (vc-diff-internal, vc-version-diff, vc-print-log, vc-revert)
7799         (vc-rollback, vc-update): Adapt to new return value of
7800         vc-deduce-fileset.
7802         * vc-dispatcher.el (vc-dispatcher-browsing): Use derived-mode-p.
7803         (vc-dir-prepare-status-buffer): Use vc-dispatcher-browsing.
7804         (vc-dispatcher-in-fileset-p): New fun.
7805         (vc-dispatcher-selection-set): Use it to properly handle directories.
7807 2008-05-09  Dan Nicolaescu  <dann@ics.uci.edu>
7809         * vc.el (vc-version-diff, vc-print-log, vc-revert, vc-rollback)
7810         (vc-update): Remove unused let bindings.
7812 2008-05-09  Eric S. Raymond  <esr@snark.thyrsus.com>
7814         * vc.el (vc-deduce-fileset, vc-next-action, vc-version-diff)
7815         (vc-diff, vc-revert, vc-rollback, vc-update):
7816         * vc-dispatcher.el (vc-dispatcher-selection-set):
7817         Get rid of 4 special cases in fileset selection.  This involved
7818         changing the return value of (vc-deduce-fileset) so that it passes
7819         back a deduced state as well as a deduced back end.
7821 2008-05-08  Sam Steingold  <sds@gnu.org>
7823         * progmodes/compile.el (compilation-minor-mode-map)
7824         (compilation-mode-map): Bind "g" to recompile and "q" to quit-window.
7825         * progmodes/grep.el (grep-mode-map): Use `set-keymap-parent' to connect
7826         it to `compilation-minor-mode-map' (instead of an explicit `cons').
7828 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
7830         * org/org.el (org-modules, org-format-latex-options):
7831         * org/org-archive.el (org-archive-stamp-time)
7832         (org-archive-save-context-info):
7833         * org/org-faces.el (org-hide):
7834         * org/org-irc.el (org-irc-parse-link):
7835         * org/org-macs.el (org-call-with-arg, org-autoload):
7836         * org/org-mew.el (org-mew-store-link):
7837         * org/org-remember.el (org-remember-store-without-prompt)
7838         (org-remember-templates): Fix typos in docstrings.
7840         * org/org-info.el (org-info-store-link): Remove leftover docstring.
7842         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
7843         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
7844         (org-bbdb-anniv-split): Fix typos in docstrings.
7846         * org/org-publish.el (org-publish-project-alist): Doc fixes.
7847         (org-publish-use-timestamps-flag): Reflow docstring.
7848         (org-publish-files-alist): Fix typos in docstring.
7850 2008-05-07  Sam Steingold  <sds@gnu.org>
7852         * pcvs-util.el (cvs-bury-buffer): Revert my patch: quit-window
7853         appears to be too aggressive with window removal.
7855 2008-05-08  Michael McNamara  <mac@mail.brushroad.com>
7857         * progmodes/verilog-mode.el (verilog-type-font-keywords):
7858         Add leda and 0in as pragma keywords.
7859         (verilog-pretty-expr): Support lining up assignments which include
7860         part selects.
7861         (verilog-mode): More portable check for the availability of
7862         hideshow support.
7863         (verilog-do-indent): Remove special indent for declarations inside
7864         a parenthetical list.  The code is ill-advised, and doesn't work
7865         given the new user defined types.
7866         (verilog-set-auto-endcomments): Enhance function automatic
7867         endcomment to support functions that return user defined types.
7868         (verilog-mode): Add code to tell which-function-mode minor mode
7869         that Verilog supports this feature.
7871 2008-05-08  Eli Zaretskii  <eliz@gnu.org>
7873         * epa-file.el: Require epa-hook.
7875         * loadup.el ("epa-hook"): Load epa-hook instead of epa-file-hook.
7877         * epa-hook.el: Renamed from epa-file-hook.el, to avoid
7878         file-names clashes on 8+3 filesystems.  Provide epa-hook.
7880         * org/org-jsinfo.el: Renamed from org-infojs.el, to avoid
7881         file-names clashes on 8+3 filesystems.
7883 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
7885         * org/org.el (org-read-date-get-relative): Interpret lone
7886         weekday abbreviation as relative to today.
7888 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
7890         * abbrev.el (define-abbrev-table):
7891         * composite.el (toggle-auto-composition):
7892         * json.el (json-alist-p, json-plist-p):
7893         * minibuffer.el (completion-table-with-predicate):
7894         * ps-mule.el (ps-mule-external-libraries):
7895         * emacs-lisp/advice.el (ad-special-form-p):
7896         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
7897         * eshell/em-smart.el (eshell-review-quick-commands):
7898         * progmodes/python.el (python-comment-line-p, python-blank-line-p)
7899         (python-skip-out, python-check-comint-prompt):
7900         Don't use `iff' in docstrings.
7902         * international/robin.el (robin-package-alist): Fix typo in docstring.
7903         (robin-current-package-name): Doc fix.
7904         (robin-activate): Don't use `iff' in docstring.
7906 2008-05-07  Eric S. Raymond  <esr@snark.thyrsus.com>
7908         * vc.el, vc-dispatcher.el: VC-Dired support removed.
7909         The code uses a ewoc-based implementation now.
7910         * vc-hooks.el: Support for Meta-CVS has been removed.
7912 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7914         * tool-bar.el: Choose images dynamically.
7915         (tool-bar-make-keymap, tool-bar-find-image): New function.
7916         (tool-bar-find-image-cache): New var.
7917         (tool-bar-local-item, tool-bar-local-item-from-menu):
7918         Don't select the image yet, do it later in tool-bar-make-keymap.
7920 2008-05-07  Andreas Schwab  <schwab@suse.de>
7922         * window.el: Require 'cl when compiling.
7924 2008-05-07  Dan Nicolaescu  <dann@ics.uci.edu>
7926         * vc-dispatcher.el (vc-dir-insert-directories): Default to t.
7928 2008-05-07  Glenn Morris  <rgm@gnu.org>
7930         * subr.el (ignore-errors): Move here from cl-macs.el.
7931         * emacs-lisp/cl-macs.el (ignore-errors): Move to subr.el.
7933         * progmodes/fortran.el (fortran-mode): Fix font-lock-syntactic-keywords
7934         oddness.
7936 2008-05-06  Eric S. Raymond  <esr@snark.thyrsus.com>
7938         * vc-hooks.el (vc-find-file-hook):
7939         * vc-dispatcher.el (vc-resynch-window): Decouple vc-dispatcher
7940         further from vc.el.
7941         * vc.el (vc-dir-mode): Move VC-specific context menu entries here.
7943 2008-05-06  Wilson Snyder  <wsnyder@wsnyder.org>
7945         * progmodes/verilog-mode.el (verilog-getopt-file):
7946         Cleanup warning message format.
7947         (verilog-auto, verilog-auto-arg, verilog-auto-ascii-enum)
7948         (verilog-auto-inout, verilog-auto-inout-module)
7949         (verilog-auto-input, verilog-auto-inst, verilog-auto-inst-param)
7950         (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
7951         (verilog-auto-reg-input, verilog-auto-reset, verilog-auto-sense)
7952         (verilog-auto-sense-sigs, verilog-auto-tieoff)
7953         (verilog-auto-unused, verilog-auto-wire)
7954         (verilog-decls-get-assigns, verilog-decls-get-consts)
7955         (verilog-decls-get-gparams, verilog-decls-get-inouts)
7956         (verilog-decls-get-inputs, verilog-decls-get-outputs)
7957         (verilog-decls-get-ports, verilog-decls-get-regs)
7958         (verilog-decls-get-signals, verilog-decls-get-wires)
7959         (verilog-dir-cache-lib-filenames, verilog-dir-cache-list)
7960         (verilog-dir-cache-preserving, verilog-dir-file-exists-p)
7961         (verilog-dir-files, verilog-expand-dirnames, verilog-getopt-file)
7962         (verilog-inject-sense, verilog-library-filenames)
7963         (verilog-mode-release-date, verilog-mode-version)
7964         (verilog-modi-cache-add, verilog-modi-cache-preserve-buffer)
7965         (verilog-modi-cache-preserve-tick, verilog-modi-cache-results)
7966         (verilog-modi-get-assigns, verilog-modi-get-consts)
7967         (verilog-modi-get-gparams, verilog-modi-get-inouts)
7968         (verilog-modi-get-inputs, verilog-modi-get-outputs)
7969         (verilog-modi-get-ports, verilog-modi-get-regs)
7970         (verilog-modi-get-signals, verilog-modi-get-sub-inouts)
7971         (verilog-modi-get-sub-inputs, verilog-modi-get-sub-outputs)
7972         (verilog-modi-get-wires, verilog-preserve-cache)
7973         (verilog-preserve-dir-cache, verilog-preserve-modi-cache)
7974         (verilog-read-sub-decls, verilog-read-sub-decls-line)
7975         (verilog-read-sub-decls-sig, verilog-subdecls-get-inouts)
7976         (verilog-subdecls-get-inputs, verilog-subdecls-get-outputs):
7977         Add caching of additional state, and rework signal extraction
7978         routines to improve AUTO expansion performance by 300%++.
7980 2008-05-06  Chong Yidong  <cyd@stupidchicken.com>
7982         * progmodes/compile.el (compilation-error-regexp-alist-alist):
7983         Tweak Open Watcom regexp to distinguish between errors and warnings.
7985 2008-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7987         * dired.el (dired-read-dir-and-switches): Fix up last change.
7989 2008-05-05  Eric S. Raymond  <esr@snark.thyrsus.com>
7991         * vc.el (vc-deduce-fileset): Lift all the policy and UI stuff
7992         out of this function, move it to vc-dispatcher-selection-set.
7994 2008-05-05  Sam Steingold  <sds@gnu.org>
7996         * window.el (delete-other-windows-vertically): New function.
7998 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8000         * dired.el (dired-read-dir-and-switches):
8001         Obey read-file-name-completion-ignore-case.
8003 2008-05-05  Nick Roberts  <nickrob@snap.net.nz>
8005         * progmodes/compile.el (compilation-error-regexp-alist-alist):
8006         Add regexp for Open Watcom compiler output.
8008 2008-05-05  Phil Sung  <psung@mit.edu>  (tiny change)
8010         * progmodes/python.el (python-block-pairs): Align finally with except.
8012 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8014         * vc-rcs.el (vc-rcs-fetch-master-state): Fix inf-loop.
8016 2008-05-05  Tom Tromey  <tromey@redhat.com>
8018         * smerge-mode.el (smerge-start-session): Don't call smerge-next if
8019         looking at conflict marker.
8021 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8023         * vc-dispatcher.el (vc-dir-mark-buffer-changed): Fix typo
8024         client-mode -> vc-client-object, and guess `funcall' was meant.
8025         (vc-dir-mode): Rename client-mode -> vc-client-mode.
8027 2008-05-05  Dan Nicolaescu  <dann@ics.uci.edu>
8029         * net/zeroconf.el (dbus-call-method, dbus-register-signal)
8030         (dbus-debug): Move declarations outside eval-when-compile.
8032 2008-05-04  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8034         * proced.el (proced-command-alist): Fix system-type values.
8035         Fix defcustom.
8036         (proced-sorting-schemes-alist, proced-sorting-scheme): New variables.
8037         (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
8038         (proced-sort-start, proced-sort, proced-sort-time): New commands.
8039         (proced-update): Use proced-sorting-scheme.  Update modeline.
8040         (proced-send-signal): Use nreverse.
8041         (proced-sorting-scheme-p): New function.
8043 2008-05-04  Andreas Schwab  <schwab@suse.de>
8045         * vc.el: Require dired when compiling.
8047         * minibuffer.el (completion--insert-strings): Don't delete past bol.
8049 2008-05-03  Glenn Morris  <rgm@gnu.org>
8051         * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el:
8052         * ediff-ptch.el, ediff-util.el, ediff-wind.el, ediff.el:
8053         Simplify compilation requirements.
8054         * ediff-init.el, ediff-vers.el: Remove unnecessary variable
8055         declarations.
8057 2008-05-03  Dave Love  <fx@gnu.org>
8059         * progmodes/python.el (python-beginning-of-statement):
8060         Loop at least once (fixes 2008-02-21 change).
8062 2008-05-03  Eli Zaretskii  <eliz@gnu.org>
8064         * ls-lisp.el (ls-lisp-insert-directory): Use `string-width'
8065         instead of `length' for comparing length of user and group names.
8067 2008-05-03  Eric S. Raymond  <esr@snark.thyrsus.com>
8069         * vc-dispatcher.el: New file, separates out the UI and command
8070         execution machinery from VCS-specific logic left in vc.el.
8071         The separation is not yet completely clean, but it's a good start.
8072         * vc.el: This file is about 1700 lines shorter now.
8073         Remove obsolete logentry-check from the backend API.
8074         * vc-sccs.el (vc-sccs-logentry-check): Remove.  This was the only
8075         implementation of the logentry-check method, and it guarded against
8076         a log length limit that has probably been obsolete for 15 years (!).
8078 2008-05-02  Sam Steingold  <sds@gnu.org>
8080         * progmodes/compile.el (compilation-start): Move setting of
8081         compilation-directory after (funcall mode) as that resets local
8082         variables, this fixes recompile in grep buffers.
8083         * progmodes/grep.el (grep-mode-map): Bind "g" to recompile (like
8084         in dired &c).
8086 2008-05-02  Eric S. Raymond  <esr@snark.thyrsus.com>
8088         * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
8089         * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
8090         * vc-svn.el, vc.el (vc-*-checkout-model): Make sure every backend
8091         has one of these and that all are called in compatible ways.
8092         * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
8093         * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
8094         * vc-svn.el, vc.el (vc-*-revision-granularity): Make sure every
8095         backend has one of these.
8097 2008-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8099         * progmodes/octave-mod.el (octave-abbrev-table): Move defvar and
8100         initialization into define-abbrev-table.  Use :regexp.
8101         (octave-mode-syntax-table): Don't set word syntax for `.
8103         * files.el (minibuffer-with-setup-hook): Allow `fun' expressions rather
8104         than only value.
8106         * dired.el (dired-read-dir-and-switches):
8107         Set minibuffer-completing-file-name and call substitute-in-file-name.
8108         (dired-format-columns-of-files): Use completion--insert-strings.
8110         * minibuffer.el (completion-hilit-commonality): Revert last change:
8111         the leftover code was actually useful.
8112         (completion--insert-strings): Use string-width rather than length.
8114 2008-05-02  Sam Steingold  <sds@gnu.org>
8116         * vc.el (vc-dir-mode-map): Enable mouse bindings.
8117         (vc-at-event): New macro: run the body at the even location.
8118         (vc-dir-menu, vc-dir-toggle-mark): Use it.
8119         (vc-dir-mark-file, vc-dir-unmark-file): Move only on non-mouse events.
8120         * subr.el (mouse-event-p): Check if the event is mouse-related.
8122 2008-05-02  Nick Roberts  <nickrob@snap.net.nz>
8124         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
8125         Don't throw error if no file is found.
8127 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
8129         * vc-hooks.el (vc-call, vc-state): Fix typos in docstrings.
8130         (vc-default-state-heuristic): Doc fix.
8132 2008-05-02  Richard Sharman  <rsharman@pobox.com>
8134         * hilit-chg.el (highlight-changes-mode): Remove references to
8135         hooks that no longer exist.  Because define-minor-mode is used the
8136         hook highlight-changes-mode-hook exists and can do what both the
8137         old hooks used to do.  The documentation at the top of the file
8138         was updated to demonstrate this.
8139         (highlight-changes-mode): Remove commented out call to a hook
8140         function that is no longer there.
8141         (hilit-chg-set): Remove running of highlight-changes-enable-hook.
8143 2008-05-02  Eric S. Raymond  <esr@snark.thyrsus.com>
8145         * vc.el (vc-default-dired-state-info): Change name of primitive
8146         to prettify-state-info, in preparation for ripping out dired mode.
8147         * vc-bzr.el (vc-bzr-dired-state-info): Change name of primitive
8148         to prettify-state-info, in preparation for ripping out dired mode.
8149         * vc-hooks.el (vc-toggle-read-only): Throw an error when a user
8150         tries this on a version-controlled buffer.  It will do useless or
8151         actively bad things on any version control system newer than RCS.
8152         * vc-hooks.el (vc-dired-resynch-file):
8153         * vc.el (vc-dired-resynch-file): Change name of primitive to
8154         vc-directory-resynch-file, preparing to remove dired.
8156 2008-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
8158         * vc-rcs.el (vc-rcs-state): Fix typos.
8160         * vc.el (vc-register): Change argument order so that the prefix
8161         argument is assigned correctly.
8162         (vc-next-action, vc-dir-register): Update for the above change.
8164 2008-05-01  Juri Linkov  <juri@jurta.org>
8166         * replace.el (occur-read-primary-args): Set default to the car of
8167         regexp-history and display it in the prompt, but don't add to the
8168         list of minibuffer defaults.  Bind history-add-new-input to nil to
8169         not add automatically `default'.  For empty input return `default'.
8170         Otherwise, add `input' to regexp-history and return it.
8171         (occur-1): Signal an error for the empty regexp.
8173         * progmodes/compile.el (compilation-auto-jump):
8174         Set window point to `pos' explicitly.
8176 2008-05-01  Eric S. Raymond  <esr@snark.thyrsus.com>
8178         * vc-bzr.el (vc-bzr-state): Allow this to return 'ignored
8179         when appropriate.
8180         * vc-sccs.el (vc-sccs-state): Call vc-sccs-unregistered so
8181         we report the 'unregistered state reliably.
8182         * vc-rcs.el (vc-rcs-state): Call vc-rcs-unregistered so
8183         we report the 'unregistered state reliably.
8184         * vc-git.el (vc-git-state): Call vc-git-unregistered so
8185         we report the 'unregistered state reliably.
8186         * vc-hooks.el (vc-state): Document that vc-unregistered is
8187         now expected to be returned reliably.
8188         * vc.el (vc-default-dired-state): Change needs-patch state to
8189         needs-update, since the name now shows up in dir-status listings
8190         and was somewhat misleading.
8191         * vc-cvs.el (vc-cvs-delete-file): Don't do a "cvs commit"
8192         immediately after removing the file.
8193         * vc.el (vc-next-action): More informative messages when a fileset
8194         is in a mixed state or files are missing.
8196 2008-05-01  Sam Steingold  <sds@gnu.org>
8198         * vc.el (vc-delete-file): Check if the file has uncommitted changes.
8200 2008-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8202         * Makefile.in: Revert incorrect fix for claimed bootstrap breakage.
8204 2008-05-01  Daiki Ueno  <ueno@unixuser.org>
8206         * epa-file-hook.el: New file split from epa-file.el.
8207         * epa-file.el: Require 'epa-file-hook.
8208         (epa-file-handler): Add autoload cookie.
8209         * loadup.el: Load epa-file-hook.
8210         * startup.el (command-line): Eval the body of auto-encryption-mode.
8212 2008-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
8214         * vc.el (vc-dir-mode-map): Don't bind "r".
8216         * vc-hg.el (vc-hg-extra-fileinfo): New defstruct.
8217         (vc-hg-status-printer): New function.
8218         (vc-hg-after-dir-status): Deal with copied and renamed files.
8219         (vc-hg-dir-status): Add flag to show copied files.
8221 2008-05-01  John Paul Wallington  <jpw@pobox.com>
8223         * ibuffer.el (ibuffer-last-sorting-mode): New variable.
8224         (ibuffer-do-sort-by-recency): Reverse sorting order if last
8225         sorting mode was recency.
8227         * ibuf-macs.el (define-ibuffer-sorter): Define the sorter to
8228         reverse sorting order if last sorting mode was the sorter's.
8230 2008-05-01  Jason Rumney  <jasonr@gnu.org>
8232         * w32-fns.el (w32-charset-info-alist): Map vietnamese to windows-1258.
8234 2008-04-30  John Paul Wallington  <jpw@pobox.com>
8236         * ibuffer.el (define-ibuffer-column filename): When the major mode
8237         is `vc-dir-mode' show the buffer's default directory.
8239         * ibuf-ext.el (define-ibuffer-filter filename): Likewise when the
8240         major mode is `vc-dir-mode' use the buffer's default directory.
8242 2008-04-30  Sam Steingold  <sds@gnu.org>
8244         * vc.el (vc-dir-delete-file): Add.
8245         (vc-dir-mode-map): Bind "r" to vc-dir-delete-file, like in PCL-CVS.
8246         (vc-delete-file): Do not barf when the file has been already deleted.
8248 2008-04-30  Dan Nicolaescu  <dann@ics.uci.edu>
8250         * emacs-lisp/lisp-mode.el (lisp-mode-map): Add menu.
8252 2008-04-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8254         * progmodes/octave-mod.el (octave-help): New function.
8255         * progmodes/octave-hlp.el: Delete.
8256         * info-look.el (octave-mode): Add operator index.
8258         * vc.el (vc-checkout): Typo.
8260 2008-04-30  Dan Nicolaescu  <dann@ics.uci.edu>
8262         * menu-bar.el (menu-bar-tools-menu): Reorder, place Games last.
8263         Add "..." in the appropriate places.
8265         * epa.el (epa-key-list-mode-map): Add more menu entries.
8266         Add "..." in the appropriate places.
8268         * dired.el (dired-mode-map): Add :help.
8270         * vc.el (vc-deduce-fileset): Add new parameter.
8271         (vc-dir-marked-only-files): New function.
8272         (vc-next-action): Don't ignore directories, look at the files
8273         inside them.
8274         (vc-dir-mode): Document how the mark/unmark commands work.
8276 2008-04-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8278         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
8279         Rule out trailing spaces in file and directory names as well.
8281         * minibuffer.el (completion--do-completion): Move point even if the
8282         completion makes no change.
8283         (completion-pcm-try-completion): Fix computation of new point.
8285 2008-04-30  David Hansen  <david.hansen@gmx.net>
8287         * dired.el: Require 'cl.
8289 2008-04-30  Nick Roberts  <nickrob@snap.net.nz>
8291         * progmodes/gdb-ui.el (gdb-frame-handler-1): Make overlay arrow
8292         hollow if not in innermost frame.
8294 2008-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8295         Make `checkout-model' apply to filesets.
8296         * vc-hooks.el (vc-checkout-model): Rewrite.
8297         (vc-before-save, vc-after-save): Adjust callers accordingly.
8298         * vc.el (vc-editable-p, vc-next-action, vc-checkout, vc-update)
8299         (vc-transfer-file): Adjust callers accordingly.
8300         * vc-rcs.el (vc-rcs-checkout-model): Adjust arg.
8301         (vc-rcs-state, vc-rcs-state-heuristic, vc-rcs-receive-file)
8302         (vc-rcs-checkout, vc-rcs-fetch-master-state): Use vc-rcs-checkout-model
8303         instead of vc-checkout-model.
8304         * vc-mcvs.el (vc-mcvs-revert):
8305         Use vc-mcvs-checkout-model i.s.o vc-checkout-model.
8306         * vc-cvs.el (vc-cvs-checkout-model): Adjust arg.
8307         (vc-cvs-revert): Use vc-cvs-checkout-model i.s.o vc-checkout-model.
8308         * vc-svn.el (vc-svn-checkout-model):
8309         * vc-hg.el (vc-hg-checkout-model):
8310         * vc-git.el (vc-git-checkout-model):
8311         * vc-bzr.el (vc-bzr-checkout-model): Adjust arg.
8313         * dired.el (dired-read-dir-and-switches): Replace last change with
8314         a new approach that mixes read-file-name and read-directory-name.
8316         * files.el (read-buffer-to-switch):
8317         Avoid making assumptions about `other-buffer'.
8319 2008-04-29  Sam Steingold  <sds@gnu.org>
8321         * vc.el (vc-dir-mode-hook): Add normal hook.
8322         (vc-dir-mode): Run it.
8324 2008-04-29  Nick Roberts  <nickrob@snap.net.nz>
8326         * progmodes/gdb-ui.el (gdb-display-buffer): Don't pop up GUD buffer.
8327         Always split windows.
8328         (gdb-speedbar-timer-fn): Only raise frame after user input.
8329         (gdb-same-frame): Reverse initial value.
8330         (gdb-display-gdb-buffer): Check for GUD buffer in other frames.
8332         * progmodes/gud.el (gud-speedbar-buttons): Raise frame in
8333         gdb-speedbar-timer-fn.
8335 2008-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8337         * uniquify.el (uniquify-rationalize-a-list): Beware of side-effects.
8339 2008-04-29  Daiki Ueno  <ueno@unixuser.org>
8341         * epa.el (epa-key-list-mode-map): Add menu.
8342         (epa-delete-keys, epa-import-keys): Fix typo.
8344 2008-04-29  Glenn Morris  <rgm@gnu.org>
8346         * find-cmd.el (top-level): Does not need cl when compiling.
8348 2008-04-29  Phil Jackson  <phil@shellarchive.co.uk>
8350         * find-cmd.el: New file.
8352 2008-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8354         * minibuffer.el (completion-hilit-commonality): Remove leftover code.
8355         (completion-pcm--pattern->regex): Let `group' be a list of symbols.
8356         (completion-pcm--hilit-commonality): New function.
8357         (completion-pcm-all-completions): Use it.
8359         * minibuffer.el (completion-common-substring): Mark obsolete.
8360         (completions-first-difference, completions-common-part):
8361         Move from simple.el.
8362         (completion-hilit-commonality): New fun.
8363         (display-completion-list, completion-emacs21-all-completions)
8364         (completion-emacs22-all-completions): Use it.
8365         * simple.el (completions-first-difference, completions-common-part):
8366         Move to minibuffer.el.
8367         (choose-completion-string): Use field functions and minibufferp.
8368         (completion-setup-function): Don't set completions faces.
8370 2008-04-29  Glenn Morris  <rgm@gnu.org>
8372         * calendar/calendar.el (calendar-nth-named-absday)
8373         (calendar-nth-named-day):
8374         * calendar/diary-lib.el (diary-list-sexp-entries, diary-float):
8375         * calendar/holidays.el (holiday-float): Doc fixes.
8377         * emacs-lisp/check-declare.el (check-declare-errmsg): Fix counting in
8378         the `full' case.
8380         * org/org-agenda.el (calendar-iso-from-absolute):
8381         * org/org.el (calendar-absolute-from-iso, calendar-iso-from-absolute):
8382         Fix declarations.
8384 2008-04-28  Nick Roberts  <nickrob@snap.net.nz>
8386         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Make breakpoint
8387         icons work for assembler, i.e. FILE.s, FILE.S (not disassembly).
8388         (gdb-goto-breakpoint): Likewise for visiting breakpoints.
8389         (gdb-assembler-custom): Be careful not to match other addresses.
8391 2008-04-29  Jason Rumney  <jasonr@gnu.org>
8393         * battery.el (battery-status-function): Use w32-battery-status
8394         on Windows.
8395         (battery-echo-area-format): Make apm format the general case.
8396         (battery-mode-line-format): Merge apm and pmset formats as the
8397         general case.
8399 2008-04-29  Nick Roberts  <nickrob@snap.net.nz>
8401         * progmodes/gdb-ui.el (gdb-info-stack-custom):
8402         Use gud-tool-bar-item-visible-no-fringe.
8403         (gdb-display-buffer): Don't pop new buffer if gud-comint-buffer
8404         is already visible in frame.  Remove optional size parameter
8405         and add optional frame parameter.
8407         * progmodes/gud.el (gud-display-line): Only consider visible
8408         frames when looking for source buffer.
8410 2008-04-28  Chong Yidong  <cyd@stupidchicken.com>
8412         * doc-view.el (doc-view-new-window-function): Avoid using WINDOW
8413         argument to get-char-property, in case the current buffer hasn't
8414         been assigned to that window yet.
8415         (doc-view-display): Default to selected window if the current
8416         buffer hasn't been assigned to a window yet.
8418 2008-04-28  Vinicius Jose Latorre  <bzg@altern.org>
8420         * whitespace.el (whitespace-trailing-regexp): Fix docstring.
8422 2008-04-28  Michael Albinus  <michael.albinus@gmx.de>
8424         * net/tramp.el (tramp-mode): New defcustom.
8425         (tramp-file-name-handler, tramp-completion-file-name-handler):
8426         Use it.
8427         (tramp-replace-environment-variables): Handle "$$".
8429 2008-04-28  Sam Steingold  <sds@gnu.org>
8431         * vc-hg.el (vc-hg-rename-file): Fix argument order.
8433 2008-04-28  Bastien Guerry  <bzg@altern.org>
8435         * whitespace.el (whitespace-trailing): Fix typo.
8437 2008-04-28  Sam Steingold  <sds@gnu.org>
8439         * textmodes/remember.el (diary-make-entry): Update the autoload.
8441 2008-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8443         * minibuffer.el (completion-pcm--all-completions): Don't pass nil to
8444         all-completions.
8446 2008-04-28  Juanma Barranquero  <lekktu@gmail.com>
8448         * desktop.el (desktop-minor-mode-table): Add `savehist-mode'.
8450 2008-04-27  Dan Nicolaescu  <dann@ics.uci.edu>
8452         * vc.el (vc-dir-mode-map): Change bindings for unmark all and revert.
8453         (vc-dir-parent-marked-p, vc-dir-children-marked-p): Implement.
8454         (vc-dir-mark-file): Add an optional argument.
8455         (vc-dir-mark-all-files, vc-dir-unmark-all-files): Deal with directories.
8457 2008-04-27  Daiki Ueno  <ueno@unixuser.org>
8459         * epa-file.el (epa-file-enable, epa-file-disable): Use find-file-hook
8460         rather than obsolete alias find-file-hooks.
8461         (auto-encryption-mode): Rename from epa-file-mode.  Default to on.
8462         Use find-file-hook rather than obsolete alias find-file-hooks.
8463         Add to find-file-not-found-functions.
8464         (epa-file-handler): Put 'safe-magic and 'operations properties.
8466         * epa.el (epa-global-minor-modes, epa-mode, epa-menu)
8467         (epa-menu-items): Remove.
8469         * epa-dired.el (epa-dired-do-decrypt, epa-dired-do-verify)
8470         (epa-dired-do-sign, epa-dired-do-encrypt): Add autoload cookie.
8471         (epa-dired-mode, epa-global-dired-mode): Remove.
8473         * dired.el (dired-mode-map): Bind encryption/decryption commands.
8475         * menu-bar.el (menu-bar-encryption-decryption-menu): New menu item.
8477         * files.el (insert-file-contents-literally): Inhibit epa-file-handler.
8479 2008-04-27  Glenn Morris  <rgm@gnu.org>
8481         * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
8482         Remove un-needed local `orig-list'.  Replace cl `copy-list'.
8484 2008-04-27  Carsten Dominik  <dominik@science.uva.nl>
8486         * org/org.el (org-html-level-start): Always have id's in HTML.
8487         (org-export-as-html): Use `org-link-protocols' to
8488         retrieve the export form of the link.
8489         (org-add-link-type): Final parameter renamed from PUBLISH.
8490         Better documentation of how it is to be used.  Avoid double entries for
8491         the same link type.
8492         (org-add-link-props): New function.
8493         (org-modules-loaded): New variable.
8494         (org-load-modules-maybe, org-set-modules): New function.
8495         (org-modules): New option.
8496         (org-mode, org-cycle, orgstruct-mode, org-run-like-in-org-mode)
8497         (orgtbl-mode, org-store-link, org-insert-link-global)
8498         (org-open-at-point): Call `org-load-modules-maybe'.
8499         (org-search-view): Add more text properties.
8500         (org-agenda-schedule, org-agenda-deadline): Allow also in
8501         search-type agendas.
8502         (org-search-view): Order of arguments has been changed.
8503         Interpret prefix-arg as TODO-ONLY.
8504         (org-agenda, org-run-agenda-series, org-agenda-manipulate-query):
8505         Take new argument order of `org-search-view' into account.
8506         (org-todo-only): New variable.
8507         (org-search-syntax-table): New variable and function.
8508         (org-search-view): Do the search with the special syntax table.
8509         (define-obsolete-function-alias): Make work with XEmacs.
8510         (org-add-planning-info): Use old date as default when modifying an
8511         existing deadline or scheduled item.
8512         (org-agenda-compute-time-span): Make argument N optional.
8513         (org-agenda-format-date-aligned): Require `cal-iso'.
8514         (org-agenda-list): Include week into agenda heading, don't
8515         list it at each date (only on Mondays).
8516         (org-read-date-analyze): Define local variable `iso-date'.
8517         (org-agenda-format-date-aligned): Remove dependency on
8518         `calendar-time-from-absolute'.
8519         (org-remember-apply-template, org-go-to-remember-target):
8520         Interpret filenames relative to `org-directory'.
8521         (org-complete): Silently fail when trying to complete
8522         keywords that don't have a default value.
8523         (org-get-current-options): Add a #+DATE: option.
8524         (org-additional-option-like-keywords): Remove "DATE:" from the
8525         list of additional keywords.
8526         (org-export-as-html): Remove (current-time) as unnecessary second
8527         argument of `format-time-string'.
8528         (org-clock-find-position): Handle special case at end of buffer.
8529         (org-agenda-day-view): New argument DAY-OF-YEAR, pass it on to
8530         `org-agenda-change-time-span'.
8531         (org-agenda-week-view): New argument ISO-WEEK, pass it on to
8532         `org-agenda-change-time-span'.
8533         (org-agenda-month-view): New argument MONTH, pass it on to
8534         `org-agenda-change-time-span'.
8535         (org-agenda-year-view): New argument YEAR, pass it on to
8536         `org-agenda-change-time-span'.
8537         (org-agenda-change-time-span): New optional argument N, pass it on
8538         to `org-agenda-compute-time-span'.
8539         (org-agenda-compute-time-span): New argument N, interpret it by
8540         changing the starting day.
8541         (org-small-year-to-year): New function.
8542         (org-scheduled-past-days): Respect `org-scheduled-past-days'.
8543         (org-auto-repeat-maybe): Make sure that repeating dates are pushed
8544         into the future, and that the shift is at least one interval, never 0.
8545         (org-update-checkbox-count): Fix bug with checkbox counting.
8546         (org-add-note): New command.
8547         (org-add-log-setup): Rename from `org-add-log-maybe'.
8548         (org-log-note-headings): New entry for plain notes (i.e. notes not
8549         related to state changes or clocking).
8550         (org-get-org-file): Check for availability of `remember-data-file'.
8551         (org-cached-entry-get): Allow a regexp value for
8552         `org-use-property-inheritance'.
8553         (org-use-property-inheritance): Allow regexp value.  Fix bug in
8554         customization type.
8555         (org-use-tag-inheritance): Allow a list and a regexp value for
8556         this variable.
8557         (org-scan-tags, org-get-tags-at): Implement selective tag inheritance.
8558         (org-entry-get): Respect value `selective' for the INHERIT argument.
8559         (org-tag-inherit-p, org-property-inherit-p): New functions.
8560         (org-agenda-format-date-aligned): Allow 10 characters for
8561         weekday, to accommodate German locale.
8562         (org-add-archive-files): New function.
8563         (org-agenda-files): New argument `ext', to get archive files as well.
8564         (org-tbl-menu): Protect the use of variables that
8565         are only available when org-table.el gets loaded.
8566         (org-read-agenda-file-list): Error if `org-agenda-files' is a
8567         single directory.
8568         (org-open-file): Allow a batch process to trigger
8569         waiting after executing a system command.
8570         (org-store-link): Link to headline when there is not
8571         target and no region in an org-mode buffer when creating a link.
8572         (org-link-types-re): New variable.
8573         (org-make-link-regexps): Compute `org-link-types-re'.
8574         (org-make-link-description-function): New option.
8575         (org-agenda-date, org-agenda-date-weekend): New faces.
8576         (org-archive-sibling-heading): New option.
8577         (org-archive-to-archive-sibling): New function.
8578         (org-iswitchb): New command.
8579         (org-buffer-list): New function.
8580         (org-agenda-columns): Also try the #+COLUMNS line in
8581         the buffer associated with the entry at point (or with the first
8582         entry in the agenda view).
8583         (org-modules): Add entry for org-bibtex.el.
8584         (org-completion-fallback-command): Move into `org-completion' group.
8585         (org-clock-heading-function): Move to `org-progress' group.
8586         (org-auto-repeat-maybe): Make sure that a note can
8587         be enforces if `org-log-repeat' is `note'.
8588         (org-modules): Allow additional symbols for external packages.
8589         (org-ctrl-c-ctrl-c): Allow for `org-clock-overlays' to be undefined.
8590         (org-clock-goto): Hide drawers after showing an
8591         entry with `org-clock-goto'.
8592         (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft):
8593         Try also a clocktable block shift.
8594         (org-clocktable-try-shift): New function.
8595         (org-columns-hscoll-title): New function.
8596         (org-columns-previous-hscroll): New variable.
8597         (org-columns-full-header-line-format): New variable.
8598         (org-columns-display-here-title, org-columns-remove-overlays):
8599         Install `org-columns-hscoll-title' in post-command-hook.
8601         * org/org.el: Split into many small files.
8603         * org/org-agenda.el: New file, split off from org.el.
8605         * org/org-archive.el: New file, split off from org.el.
8607         * org/org-bbdb.el: New file.
8609         * org/org-bibtex.el: New file, split off from org.el.
8611         * org/org-clock.el: New file, split off from org.el.
8613         * org/org-colview.el: New file, split off from org.el.
8615         * org/org-compat.el: New file, split off from org.el.
8617         * org/org-exp.el: New file, split off from org.el.
8619         * org/org-faces.el: New file, split off from org.el.
8621         * org/org-gnus.el: New file, split off from org.el.
8623         * org/org-info.el: New file, split off from org.el.
8625         * org/org-infojs.el: New file.
8627         * org/org-irc.el: New file.
8629         * org/org-macs.el: New file, split off from org.el.
8631         * org/org-mew.el: New file.
8633         * org/org-mhe.el: New file, split off from org.el.
8635         * org/org-publish.el: New file, split off from org.el.
8637         * org/org-remember.el: New file, split off from org.el.
8639         * org/org-rmail.el: New file, split off from org.el.
8641         * org/org-table.el: New file, split off from org.el.
8643         * org/org-vm.el: New file, split off from org.el.
8645         * org/org-wl.el: New file, split off from org.el.
8647 2008-04-27  Jason Riedy  <jason@acm.org>
8649         * org/org-table.el (orgtbl-to-generic): Add a :remove-nil-lines
8650         parameter that suppresses lines that evaluate to NIL.
8651         (orgtbl-get-fmt): New inline function for
8652         picking apart formats that may be lists.
8653         (orgtbl-apply-fmt): New inline function for applying formats that
8654         may be functions.
8655         (orgtbl-eval-str): New inline function for strings that may be
8656         functions.
8657         (orgtbl-format-line, orgtbl-to-generic): Use and document.
8658         (orgtbl-to-latex, orgtbl-to-texinfo): Document.
8659         (*orgtbl-llfmt*, *orgtbl-llstart*)
8660         (*orgtbl-llend*): Dynamic variables for last-line formatting.
8661         (orgtbl-format-section): Shift formatting to support detecting the
8662         last line and formatting it specially.
8663         (orgtbl-to-generic): Document :ll* formats.  Set to the non-ll
8664         formats unless overridden.
8665         (orgtbl-to-latex): Suggest using :llend to suppress the final \\.
8666         (*orgtbl-table*, *orgtbl-rtn*): Dynamically
8667         bound variables to hold the input collection of lines and output
8668         formatted text.
8669         (*orgtbl-hline*, *orgtbl-sep*, *orgtbl-fmt*, *orgtbl-efmt*)
8670         (*orgtbl-lfmt*, *orgtbl-lstart*, *orgtbl-lend*): Dynamically bound
8671         format parameters.
8672         (orgtbl-format-line): New function encapsulating formatting for a
8673         single line.
8674         (orgtbl-format-section): Similar for each section.  Rebinding the
8675         dynamic vars customizes the formatting for each section.
8676         (orgtbl-to-generic): Use orgtbl-format-line and
8677         orgtbl-format-section.
8678         (org-get-param): Now unused, so delete.
8679         (orgtbl-gather-send-defs): New function to
8680         gather all the SEND definitions before a table.
8681         (orgtbl-send-replace-tbl): New function to find the RECEIVE
8682         corresponding to the current name.
8683         (orgtbl-send-table): Use the previous two functions and implement
8684         multiple destinations for each table.
8686         * doc/org.texi (A LaTeX example): Note that fmt may be a
8687         one-argument function, and efmt may be a two-argument function.
8688         (Radio tables): Document multiple destinations.
8690 2008-04-27  Carsten Dominik  <dominik@science.uva.nl>
8692         * org/org-agenda.el (org-add-to-diary-list): New function.
8693         (org-prefix-has-effort): New variable.
8694         (org-sort-agenda-noeffort-is-high): New option.
8695         (org-agenda-columns-show-summaries)
8696         (org-agenda-columns-compute-summary-properties): New options.
8697         (org-format-agenda-item): Compute the duration of the item.
8698         (org-agenda-weekend-days): New variable.
8699         (org-agenda-list, org-timeline): Use the proper faces for dates in
8700         the agenda and timeline buffers.
8701         (org-agenda-archive-to-archive-sibling): New command.
8702         (org-agenda-start-with-clockreport-mode): New option.
8703         (org-agenda-clockreport-parameter-plist): New option.
8704         (org-agenda-clocktable-mode): New variable.
8705         (org-agenda-deadline-leaders): Allow a function value for the
8706         deadline leader.
8707         (org-agenda-get-deadlines): Deal with new function value.
8709         * org/org-clock.el (org-clock): New customization group.
8710         (org-clock-into-drawer, org-clock-out-when-done)
8711         (org-clock-in-switch-to-state, org-clock-heading-function):
8712         Move into the new group.
8713         (org-clock-out-remove-zero-time-clocks): New option.
8714         (org-clock-out): Use `org-clock-out-remove-zero-time-clocks'.
8715         (org-dblock-write:clocktable): Allow a Lisp form for the scope
8716         parameter.
8717         (org-dblock-write:clocktable): Fix bug with total time calculation.
8718         (org-dblock-write:clocktable): Request the unrestricted list of files.
8719         (org-get-clocktable): New function.
8720         (org-dblock-write:clocktable): Make sure :tstart and :tend can not only
8721         be strings but also integers (an absolute day number) and lists (m d y).
8723         * org/org-colview.el (org-columns-next-allowed-value)
8724         (org-columns-edit-value): Limit the effort for updating in the
8725         agenda to recomputing a single file.
8726         (org-columns-compute): Only write property value if it has changed.
8727         This avoids raising the buffer-change-flag unnecessarily.
8728         (org-agenda-colview-summarize)
8729         (org-agenda-colview-compute): New functions.
8730         (org-agenda-columns): Call `org-agenda-colview-summarize'.
8732         * org/org-exp.el (org-export-run-in-background): New option.
8733         (org-export-icalendar): Allow a batch process to trigger waiting
8734         after executing a system command.
8735         (org-export-preprocess-string): Rename from
8736         `org-cleaned-string-for-export'.
8737         (org-export-html-style): Made target class look like normal text.
8738         (org-export-as-html): Make use of the better preprocessing in
8739         `org-cleaned-string-for-export'.
8740         (org-cleaned-string-for-export): Better treatment of heuristic
8741         targets, many more internal links will now work in HTML export.
8742         (org-get-current-options): Incorporate LINK_UP, LINK_HOME, and INFOJS.
8743         (org-export-inbuffer-options-extra): New variable.
8744         (org-export-options-filters): New hook.
8745         (org-infile-export-plist): Find also the settings keywords in
8746         `org-export-inbuffer-options-extra'.
8747         (org-infile-export-plist): Allow multiple #+OPTIONS lines and
8748         multiple #+INFOJS_OPT lines.
8749         (org-export-html-handle-js-options): New function.
8750         (org-export-html-infojs-setup): New option.
8751         (org-export-as-html): Call `org-export-html-handle-js-options'.
8752         Add autoload to all entry points.
8753         (org-skip-comments): Function removed.
8755         * org/org-table.el (org-table-make-reference): Extra parenthesis
8756         around single fields, to make sure that algebraic formulas get
8757         correctly interpreted by calc.
8758         (org-table-current-column): No longer interactive.
8760         * org/org-export-latex.el (org-export-latex-preprocess):
8761         Rename from `org-export-latex-cleaned-string'.
8763 2008-04-27  Bastien Guerry  <bzg@altern.org>
8765         * org/org-publish.el (org-publish-get-base-files-1): New function.
8766         (org-publish-get-base-files): Use it.
8767         (org-publish-temp-files): New variable.
8768         Don't require 'dired-aux anymore.
8769         (org-publish-initial-buffer): New variable.
8770         (org-publish-org-to, org-publish): Use it.
8771         (org-publish-get-base-files-1): Bug fix: get
8772         the proper list of files when recursing thru a directory.
8773         (org-publish-get-base-files): Use the :exclude property to skip
8774         both files and directories.
8776 2008-04-27  Michael Albinus  <michael.albinus@gmx.de>
8778         * net/tramp.el (tramp-handle-make-symbolic-link)
8779         (tramp-handle-file-name-directory)
8780         (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
8781         (tramp-do-copy-or-rename-file-directly)
8782         (tramp-handle-insert-directory, tramp-handle-expand-file-name)
8783         (tramp-handle-substitute-in-file-name)
8784         (tramp-handle-insert-file-contents, tramp-handle-write-region)
8785         * net/tramp-cache.el (tramp-get-file-property)
8786         (tramp-set-file-property, tramp-flush-file-property)
8787         (tramp-flush-directory-property)
8788         * net/tramp-compat.el (tramp-compat-make-temp-file)
8789         * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
8790         Disable `file-name-handler-alist' when handling localname.
8791         It could have a remote file syntax, like a VMS file name.
8793 2008-04-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8795         * whitespace.el: New version 11.1.
8796         (whitespace-trailing-regexp): Option fix, now trailing regexp must be
8797         enclosed by \\( and \\)$.  Docstring fix.
8798         (whitespace-trailing-regexp): Fun removed.
8799         (whitespace-report-list): Const initialization fix.
8800         (whitespace-color-on): Code fix.
8802 2008-04-27  Andreas Schwab  <schwab@suse.de>
8804         * Makefile.el: Unbreak bootstrap.
8806 2008-04-27  Michael Albinus  <michael.albinus@gmx.de>
8808         * net/tramp.el (tramp-replace-environment-variables): New defun.
8809         (tramp-handle-substitute-in-file-name, tramp-file-name-handler):
8810         Use it.
8812 2008-04-27  Glenn Morris  <rgm@gnu.org>
8814         * emacs-lisp/bytecomp.el (byte-compile-file): Doc fix.
8816         * calculator.el (calculator-expt): Replace cl function `oddp'.
8818 2008-04-27  Johan Bockgård  <bojohan@gnu.org>
8820         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
8821         Simplify.  Collect `defun' and `autoload' entries.
8822         Avoid modifying load-history.
8824 2008-04-26  Glenn Morris  <rgm@gnu.org>
8826         * textmodes/ispell.el (ispell-insert-word): Revert previous change.
8828         * simple.el (quoted-insert, zap-to-char): Revert previous change.
8830 2008-04-26  John Paul Wallington  <jpw@pobox.com>
8832         * hexl.el (hexl-mode): Stash `eldoc-documentation-function' in
8833         `hexl-mode-old-eldoc-documentation-function'.
8834         (hexl-mode-exit): Restore it.
8835         (hexl-mode-old-eldoc-documentation-function): Declare for compiler.
8837         * w32-fns.el (top-level): Don't set `completion-ignore-case' to t.
8839 2008-04-26  Juanma Barranquero  <lekktu@gmail.com>
8841         * minibuffer.el (completion-pcm-word-delimiters): Add :group.
8842         (completion-pcm--all-completions): Doc fix.
8843         (completion-styles-alist, completion-all-completions):
8844         Fix typos in docstrings.
8846 2008-04-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8848         * whitespace.el: There is now only one variable (whitespace-style) to
8849         specify which kind of blank is visualized.  Doc and docstring fix.
8850         New version 11.0.
8851         (whitespace-style): New option, replace whitespace-style-mark and
8852         whitespace-style-color.
8853         (whitespace-style-mark, whitespace-style-color): Options removed.
8854         (whitespace-hspace, whitespace-tab, whitespace-newline)
8855         (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
8856         (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
8857         (whitespace-hspace-regexp, whitespace-space-regexp)
8858         (whitespace-tab-regexp, whitespace-trailing-regexp)
8859         (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
8860         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
8861         (whitespace-space-after-tab-regexp, whitespace-line-column)
8862         (whitespace-display-mappings, whitespace-report): Docstring fix.
8863         (whitespace-color-value-list, whitespace-mark-value-list)
8864         (whitespace-active-color, whitespace-active-mark)
8865         (whitespace-toggle-color, whitespace-toggle-mark): Vars removed.
8866         (whitespace-style-value-list, whitespace-active-style)
8867         (whitespace-toggle-style): New vars.
8868         (whitespace-toggle-option-alist, whitespace-help-text):
8869         Var initialization and docstring fix.
8870         (whitespace-toggle-options, global-whitespace-toggle-options)
8871         (whitespace-cleanup, whitespace-cleanup-region)
8872         (whitespace-report-region, whitespace-interactive-char)
8873         (whitespace-toggle-list): Docstring and code fix.
8874         (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
8875         (whitespace-turn-off, whitespace-color-on, whitespace-color-off)
8876         (whitespace-display-char-on, whitespace-display-char-off): Code fix.
8877         (whitespace-style-face-p, whitespace-style-mark-p): New fun.
8879 2008-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8881         * diff-mode.el (diff-hunk-header-re-unified): Allow elided line counts.
8882         (diff-end-of-hunk, diff-unified->context, diff-fixup-modifs)
8883         (diff-sanity-check-hunk): Adjust code accordingly.
8885 2008-04-26  Glenn Morris  <rgm@gnu.org>
8887         * abbrev.el (define-abbrev): Don't use `iff' in doc-strings.
8889         * forms-d2.dat: Move to ../etc.
8890         * forms-d2.el (forms-file): Adapt for above change.
8892         * simple.el (quoted-insert, zap-to-char): Remove uses of obsolete
8893         `translation-table-for-input'.
8895         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): New function.
8896         (byte-compile-obsolete, byte-compile-variable-ref): Use it.
8898         * progmodes/fortran.el (fortran-mode-syntax-table): Change `;'
8899         to punctuation now it's not needed for abbrevs.
8900         (fortran-mode-abbrev-table): Remove defvar, make use of new
8901         define-abbrev-table :regexp feature.
8903         * textmodes/ispell.el (ispell-insert-word): Remove, and replace with
8904         insert, now that translation-table-for-input is not needed.
8906 2008-04-26  Johannes Weiner  <hannes@saeurebad.de>
8908         * emacs-lisp/pp.el (pp-display-expression): New function,
8909         extracted from pp-eval-expression.
8910         (pp-eval-expression): Use pp-display-expression.
8911         (pp-macroexpand-expression, pp-macroexpand-last-sexp): New functions.
8912         (pp-last-sexp): New function, extracted from pp-eval-last-sexp.
8913         (pp-eval-last-sexp): Use pp-last-sexp.
8915 2008-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8917         * abbrev.el (define-abbrev-table): Apply props even if the table
8918         exists already.
8920         * minibuffer.el (completion-table-with-context): Fix `pred' for the
8921         various kinds of completion tables.
8922         (completion-emacs22-try-completion): Place cursor after the /, as was
8923         done in Emacs-22's minibuffer-complete-word.
8924         Fix bug reported by David Hansen <david.hansen@gmx.net>.
8925         (completion-emacs22-try-completion): Merge all mergeable text rather
8926         than just /.
8927         (completion-pcm--delim-wild-regex): New var.
8928         (completion-pcm-word-delimiters): New custom.
8929         (completion-pcm--prepare-delim-re, completion-pcm--pattern-trivial-p)
8930         (completion-pcm--string->pattern, completion-pcm--pattern->regex)
8931         (completion-pcm--all-completions, completion-pcm-all-completions)
8932         (completion-pcm--merge-completions, completion-pcm--pattern->string)
8933         (completion-pcm-try-completion): New functions.
8934         (completion-styles-alist): Add them.
8935         (completion-styles): Add it to the default.
8937 2008-04-25  Nick Roberts  <nickrob@snap.net.nz>
8939         * progmodes/gdb-ui.el (gud-watch): Don't create speedbar...
8940         (gdb-var-create-handler): ...until here when there are values.
8941         (gdb-post-prompt): Don't do -var-update with no watch expressions.
8942         (gdb-info-locals-handler): Don't match "struct {...}" as an array.
8944 2008-04-25  Eli Zaretskii  <eliz@gnu.org>
8946         * ls-lisp.el (ls-lisp-format): Fix last change.
8947         (ls-lisp-uid-d-fmt, ls-lisp-uid-s-fmt, ls-lisp-gid-d-fmt)
8948         (ls-lisp-gid-s-fmt, ls-lisp-filesize-d-fmt)
8949         (ls-lisp-filesize-f-fmt): New defvars.
8950         (ls-lisp-insert-directory): Dynamically compute format specifiers
8951         for displaying UID, GID, and file size, and store them in the
8952         above variables.
8953         (ls-lisp-format): Use ls-lisp-filesize-f-fmt, ls-lisp-uid-s-fmt,
8954         ls-lisp-uid-d-fmt, ls-lisp-gid-s-fmt, and ls-lisp-gid-d-fmt
8955         instead of constant format strings.
8956         (ls-lisp-format-file-size): Use ls-lisp-filesize-f-fmt and
8957         ls-lisp-filesize-d-fmt instead of constant format strings.
8959 2008-04-24  Nick Roberts  <nickrob@snap.net.nz>
8961         * progmodes/gdb-ui.el (gdb-invalidate-assembler): Compare numeric
8962         value of addresses rather than (partial) string value.
8963         (gdb-frame-handler): Change regexp according to above change.
8964         (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
8965         (gdb-registers-mode, gdb-memory-mode, gdb-locals-mode)
8966         (gdb-assembler-mode): Disable undo in these buffers.
8968 2008-04-24  Michael Albinus  <michael.albinus@gmx.de>
8970         * net/tramp.el (tramp-get-remote-stat): Test whether stat supports %s.
8971         Reported by Loris Bennett <loris.bennett@fu-berlin.de>.
8973 2008-04-24  Sam Steingold  <sds@gnu.org>
8975         * textmodes/remember.el (remember-diary-extract-entries): Use
8976         diary-make-entry instead of the obsolete make-diary-entry.
8978 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8980         * subr.el (translation-table-for-input): Mark as obsolete.
8982         * isearch.el (isearch-search-string): Avoid string-bytes and aset.
8984         * international/quail.el (quail-build-decode-map): Avoid string-bytes.
8986         * textmodes/ispell.el (ispell-dictionary-alist-1)
8987         (ispell-dictionary-alist-2, ispell-dictionary-alist-3)
8988         (ispell-dictionary-alist-4, ispell-dictionary-alist-5)
8989         (ispell-dictionary-alist-6): Remove.
8990         (ispell-dictionary-base-alist): New var, merges the above.
8991         (ispell-find-aspell-dictionaries, ispell-set-spellchecker-params):
8992         Use it.
8993         (ispell-dictionary-alist): Default to nil.  Remove autoload.
8994         (ispell-local-dictionary-alist): Remove autoload.
8996         * progmodes/f90.el (f90-mode-syntax-table): Don't set ` as word syntax.
8997         (f90-mode-abbrev-table): Use the new :regexp feature.
8998         Merge defvar and mapc into define-abbrev-table.
8999         (f90-imenu-type-matcher): Remove unused `l'.
9000         (f90-imenu-generic-expression): Remove unused `not-ib'.
9001         (f90-prepare-abbrev-list-buffer): Use with-current-buffer.
9002         (f90-change-keywords): Use restore-buffer-modified-p.
9004 2008-04-24  Glenn Morris  <rgm@gnu.org>
9006         * net/goto-addr.el (goto-address-prog-mode):
9007         * progmodes/bug-reference.el (bug-reference-prog-mode):
9008         Define for compiler.
9010         * minibuffer.el (x-file-dialog): Declare as function.
9012         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file): Use
9013         dframe-update-speed rather than obsolete alias speedbar-update-speed.
9015         * calendar/cal-menu.el (cal-menu-diary-menu): Fix typo.
9016         (cal-menu-scroll-menu): Use commands rather than key macros, which don't
9017         work with easymenu.  Add :keys where needed.
9019         * calendar/cal-move.el (calendar-scroll-left): Handle case when
9020         event-start is nil.
9022         * calendar/calendar.el (calendar-mode-map): Fix typo.
9024 2008-04-24  Tom Tromey  <tromey@redhat.com>
9026         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
9027         Document keywords.  Add :suppress.
9028         * pcvs-defs.el (cvs-mode-map): Use :suppress.
9030         * net/goto-addr.el (goto-address-unfontify): New function.
9031         (goto-address-fontify): Use it.  Respect goto-address-prog-mode.
9032         (goto-address-fontify-region, goto-address-mode)
9033         (goto-address-prog-mode): New functions.
9035         * progmodes/bug-reference.el: New file.
9037 2008-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9039         * term/mac-win.el (mac-ts-active-input-buf): Move defvar to macterm.c.
9041 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9043         * emacs-lisp/easymenu.el (easy-menu-make-symbol): Don't wrap keyboard
9044         macros within lambdas.
9046 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9048         * minibuffer.el (completion-try-completion): Add `point' argument.
9049         Change return value.
9050         (completion-all-completions): Add `point' argument.
9051         (minibuffer-completion-help): Pass the new `point' argument.
9052         (completion--do-completion): Pass the whole field to try-completion.
9053         (completion--try-word-completion): Rewrite, making fewer assumptions.
9054         (completion-emacs21-try-completion, completion-emacs21-all-completions)
9055         (completion-emacs22-try-completion, completion-emacs22-all-completions)
9056         (completion-basic-try-completion, completion-basic-all-completions):
9057         New functions.
9058         (completion-styles-alist): Use them.
9060 2008-04-23  Agustín Martín  <agustin.martin@hispalinux.es>
9062         * textmodes/ispell.el (ispell-set-spellchecker-params):
9063         New function to make sure right params and dictionary alists are used
9064         after spellchecker changes.
9065         (ispell-aspell-dictionary-alist, ispell-last-program-name)
9066         (ispell-initialize-spellchecker-hook): New variables and hook.
9067         (ispell-find-aspell-dictionaries): Use ispell-aspell-dictionary-alist.
9068         (ispell-maybe-find-aspell-dictionaries): Remove.
9069         Calls replaced by (ispell-set-spellchecker-params) calls.
9070         (ispell-have-aspell-dictionaries): Remove.
9072         * textmodes/flyspell.el: Replace ispell-maybe-find-aspell-dictionaries
9073         by ispell-set-spellchecker-params.
9075 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9077         * complete.el (PC-do-completion): Be more robust in the presence of
9078         unexpected values in minibuffer-completion-predicate.
9080         * minibuffer.el (read-file-name): Don't let-bind default-directory.
9081         Only abbreviate default-filename if it's a file.
9083         * minibuffer.el (read-file-name-function, read-file-name-predicate)
9084         (read-file-name-completion-ignore-case, insert-default-directory):
9085         New vars, moved from fileio.c.
9086         (read-file-name): New fun, moved from fileio.c.
9087         * cus-start.el: Remove insert-default-directory and
9088         read-file-name-completion-ignore-case.
9090 2008-04-23  Magnus Henoch  <mange@freemail.hu>
9092         * tar-mode.el (tar-untar-buffer): If the entry has directory
9093         link type, extract it as a directory even if its file name doesn't
9094         end with a slash.  Fixes extraction of NetBSD tar archives.
9096 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9098         * server.el (server-start): Also don't get confused by CRs since we
9099         don't quote them.
9101 2008-04-23  Nick Roberts  <nickrob@snap.net.nz>
9103         * progmodes/gdb-ui.el (gdb-init-buffer): New function.
9104         (gdb-set-gud-minor-mode-existing-buffers)
9105         (gdb-info-breakpoints-custom, gdb-get-location)
9106         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
9107         Previously gdb-create-define-alist wasn't always run and added to
9108         after-save-hook.
9110         * progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer.
9112 2008-04-23  Kevin Ryde  <user42@zip.com.au>
9114         * progmodes/make-mode.el (makefile-fill-paragraph): Treat indented
9115         comments like unindented ones.
9117 2008-04-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9119         * term/mac-win.el (mac-ae-open-documents): Adjust selection range
9120         parameter origins.
9122 2008-04-23  Kevin Ryde  <user42@zip.com.au>
9124         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
9125         Bind print-level to ensure output forms aren't truncated if
9126         print-level is set to eval-expression-print-level when going via
9127         eval-defun and friends, or has been otherwise fiddled with.
9129 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9131         * progmodes/cc-mode.el (c-basic-common-init): Don't set
9132         font-lock-extend-after-change-region-function globally.
9134 2008-04-23  Juanma Barranquero  <lekktu@gmail.com>
9136         * speedbar.el (speedbar-use-tool-tips-flag)
9137         (speedbar-ignored-directory-regexp, speedbar-file-unshown-regexp)
9138         (speedbar-file-regexp, speedbar-message, speedbar-item-info)
9139         (speedbar-files-item-info, speedbar-maybe-add-localized-support)
9140         (speedbar-insert-files-at-point, speedbar-dynamic-tags-function-list)
9141         (speedbar-generic-list-positioned-group-p, speedbar-insert-generic-list)
9142         (speedbar-fetch-replacement-function, speedbar-extract-one-symbol)
9143         (speedbar-separator-face): Fix typos in docstrings.
9144         (speedbar-stealthy-function-list, speedbar-verbosity-level)
9145         (speedbar-supported-extension-expressions, speedbar-update-current-file)
9146         (speedbar-add-indicator, speedbar-tag-expand): Reflow docstring.
9147         (speedbar-use-imenu-flag, speedbar-ignored-directory-expressions)
9148         (speedbar-directory-unshown-regexp, speedbar-handle-delete-frame)
9149         (speedbar-show-info-under-mouse, speedbar-directory-buttons)
9150         (speedbar-check-vc-this-line, speedbar-files-line-directory)
9151         (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
9152         (speedbar-buffers-line-directory, speedbar-recenter-to-top)
9153         (speedbar-recenter): Doc fixes.
9154         (speedbar-update-speed, speedbar-navigating-speed): Add obsolescence
9155         declaration and remove redundant info in docstring.
9157 2008-04-23  Dan Nicolaescu  <dann@ics.uci.edu>
9159         * vc-git.el (vc-git-status-printer): Deal with directories.
9161         * vc.el (vc-next-action): Look at more than the first file to
9162         determine the state.
9164 2008-04-23  Glenn Morris  <rgm@gnu.org>
9166         * dframe.el (dframe-have-timer-flag): Drop support for Emacs without
9167         timers.  Doc fix.
9168         (dframe-update-speed): Drop support for XEmacs < 20.
9169         (dframe-frame-mode): Drop support for Emacs < 20.
9170         (dframe-set-timer-internal): Drop support for Emacs without timers.
9171         (dframe-popup-kludge): Use mouse-menu-major-mode-map if defined.
9173         * ediff-init.el (ediff-check-version): Drop support for very old Emacs
9174         versions.  Add doc-string.  Mark as obsolete.
9176         * ps-def.el (ps-color-device): Drop support for XEmacs < 19.12.
9178         * speedbar.el (speedbar-use-tool-tips-flag): Check for tooltip-mode,
9179         rather than using an Emacs version test.
9181         * tree-widget.el (tree-widget-image-enable): Use display-images-p
9182         rather than an Emacs version test.
9184         * calendar/cal-china.el (holiday-chinese-qingming)
9185         (holiday-chinese-winter-solstice, holiday-chinese): New functions.
9186         * calendar/calendar.el (calendar-chinese-all-holidays-flag): New.
9187         * calendar/holidays.el (holiday-oriental-holidays): Add more holidays.
9189         * calendar/cal-islam.el (holiday-islamic): Doc fix.
9191         * calendar/diary-lib.el (diary-list-sexp-entries): Doc fix.
9192         (diary-remind): Allow negative DAYS to represent a range 1:DAYS.
9193         Suggested by Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
9195 2008-04-23  Nick Roberts  <nickrob@snap.net.nz>
9197         * progmodes/gdb-ui.el (gdb-previous-frame-address): Rename...
9198         (gdb-previous-frame-pc-address): ...to this.
9199         (gdb-get-selected-frame): Use MI command -stack-info-frame instead
9200         of "info frame" with Gdb 6.4+.
9201         (gdb-stack-list-frames-regexp): New regexp.
9202         (gdb-frame-handler-1): Parse output of -stack-info-frame.
9204 2008-04-22  David Glasser  <glasser@davidglasser.net>  (tiny change)
9206         * tar-mode.el (tar-prefix-offset): New constant.
9207         (tar-header-block-tokenize): Support paths with long names
9208         which use the "ustar" standard.
9210 2008-04-22  Mathias Dahl  <mathias.dahl@gmail.com>
9212         * image-dired.el (image-dired-track-original-file)
9213         (image-dired-modify-mark-on-thumb-original-file):
9214         Use `dired-goto-file' instead of `search-forward'.  This solves
9215         a bug with finding files where the file name is a subset of other
9216         file names.  Doc fix.
9218 2008-04-22  Juri Linkov  <juri@jurta.org>
9220         * menu-bar.el (buffers-menu-max-size): Move its definition down to
9221         the "Buffers Menu" section.  Change group name `mouse' to `menu'.
9222         (yank-menu-length): Change group name `mouse' to `menu'.
9223         (buffers-menu-buffer-name-length): New user option.
9224         (menu-bar-update-buffers): Use buffers-menu-buffer-name-length
9225         instead of the hard-coded number 27.
9227 2008-04-22  Juri Linkov  <juri@jurta.org>
9229         * isearch.el (eval-when-compile): Require `help-macro'.
9230         (isearch-help-for-help-internal): Isearch specific Help screen
9231         created by `make-help-screen'.
9232         (isearch-help-map): New variable that binds "b", "k", "m" to
9233         isearch-specific commands, and binds other keys to
9234         isearch-other-control-char, thus allowing other Help keys to
9235         exit isearch mode and execute their global definitions.
9236         (isearch-help-for-help, isearch-describe-bindings)
9237         (isearch-describe-key, isearch-describe-mode): New commands.
9238         (isearch-mode-help): Define alias to isearch-describe-mode
9239         and remove its old function definition.
9240         (isearch-mode-map): Bind "\C-h" to isearch-help-map.
9241         Remove old comments because this issue is settled now.
9242         (isearch-forward): Describe three new Help commands in the docstring.
9243         (isearch-mode): Remove \\{isearch-mode-map} from the docstring,
9244         leave the single sentence at the first line of the docstring,
9245         and prepend the word "function" before `isearch-forward'
9246         to make the Help link to the function instead of variable.
9248 2008-04-22  Juri Linkov  <juri@jurta.org>
9250         * isearch.el (isearch-success-function): New variable with default
9251         to `isearch-success-function-default'.
9252         (isearch-search): Call a function from `isearch-success-function'
9253         instead of calling the hard-coded `isearch-range-invisible'.
9254         (isearch-success-function-default): New function that calls
9255         `isearch-range-invisible' and inverts its return value.
9257         * info.el (Info-search): In two similar places that skip
9258         undesired search matches move code to Info-search-success-function,
9259         and call `isearch-success-function' instead.
9260         (Info-search-success-function): New function copied from code
9261         in Info-search.  Replace isearch-range-invisible with
9262         text-property-not-all that checks for 'invisible and 'display
9263         properties to skip partially invisible matches (whose display
9264         properties were set by Info-fontify-node).
9265         (Info-mode): Set buffer-local isearch-success-function
9266         to Info-search-success-function.
9268 2008-04-22  Juri Linkov  <juri@jurta.org>
9270         * minibuffer.el (internal-complete-buffer-except): New function.
9272         * files.el (read-buffer-to-switch): New function.
9273         (switch-to-buffer-other-window, switch-to-buffer-other-frame):
9274         Change interactive spec to call read-buffer-to-switch instead of
9275         using the letter "B".
9277         * simple.el (minibuffer-default-add-shell-commands): New function.
9278         Use declare-function for mailcap-file-default-commands from "mailcap".
9279         (shell-command): Set local minibuffer-default-add-function to
9280         minibuffer-default-add-shell-commands in minibuffer-with-setup-hook
9281         before calling read-shell-command.  Set 4th arg default-value of
9282         read-shell-command to relative buffer-file-name in file buffers.
9284         * dired-aux.el (dired-read-shell-command-default): Move it to
9285         gnus/mailcap.el and change its name to more general name
9286         mailcap-file-default-commands.
9287         (minibuffer-default-add-dired-shell-commands): New function.
9288         Use declare-function for mailcap-file-default-commands from "mailcap".
9289         (dired-read-shell-command): Set local minibuffer-default-add-function
9290         to minibuffer-default-add-dired-shell-commands in minibuffer-with-setup-hook
9291         before calling read-shell-command.  Remove dired-read-shell-command-default
9292         from the default value arg because default values are not set in
9293         minibuffer-default-add-dired-shell-commands.  Doc fix.
9295         * dired-x.el (dired-smart-shell-command): Sync arguments and
9296         interactive spec with changes in `shell-command'.
9297         Use dired-get-filename to get the dired file name at point
9298         as the default value in dired mode.
9300 2008-04-22  Juanma Barranquero  <lekktu@gmail.com>
9302         * info.el (Info-complete-menu-item): Add missing parenthesis.
9304 2008-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9306         * info.el (Info-complete-menu-item): Save point.
9308 2008-04-22  Juanma Barranquero  <lekktu@gmail.com>
9310         * minibuffer.el (minibuffer-complete-and-exit): Fix last change.
9312 2008-04-22  Andreas Schwab  <schwab@suse.de>
9314         * Makefile.in (emacs-deps): Define.
9315         Use it instead of $(lisp)/subdirs.el.
9317 2008-04-22  Dan Nicolaescu  <dann@ics.uci.edu>
9319         * vc.el (vc-next-action): Do not consider directories when
9320         checking for state compatibility.
9321         (vc-transfer-file): Use when not if.
9322         (vc-dir-parent-marked-p, vc-dir-children-marked-p): New functions.
9323         (vc-dir-mark-file): Use them.
9324         (vc-deduce-fileset): Also return the backend.
9325         (vc-diff-internal): Take as argument the value returned by
9326         vc-deduce-fileset instead of just the fileset.
9327         (vc-next-action, vc-finish-logentry, vc-version-diff, vc-diff)
9328         (vc-dir-mark-file, vc-print-log, vc-revert, vc-rollback)
9329         (vc-update): Update the vc-deduce-fileset and vc-diff-internal calls.
9331 2008-04-22  Tassilo Horn  <tassilo@member.fsf.org>
9333         * doc-view.el (doc-view-scroll-up-or-next-page): Don't use
9334         set-window-vscroll but image-scroll-down.  Fixes a bug where a
9335         command following SPC scrolled up again.
9337 2008-04-22  Nick Roberts  <nickrob@snap.net.nz>
9339         * progmodes/gdb-ui.el (gdb-locals-header): New variable.
9340         (gdb-locals-mode, gdb-registers-mode): Use it for header line.
9341         (gud-watch): Add "$" prefix when in registers buffer.
9343 2008-04-22  Glenn Morris  <rgm@gnu.org>
9345         * progmodes/gdb-ui.el (gdbmi-invalidate-frames): Declare as function.
9347         * whitespace.el (whitespace-display-table)
9348         (whitespace-display-table-was-local): Move definitions before use.
9350         * emacs-lisp/copyright.el (copyright-at-end-flag): New option.
9351         (copyright-limit): Respect copyright-at-end-flag.
9352         (copyright-re-search, copyright-start-point)
9353         (copyright-offset-too-large-p): New functions.
9354         (copyright-update-year): Use copyright-re-search.
9355         (copyright-update, copyright-fix-years): Use copyright-start-point,
9356         and copyright-re-search.
9357         (copyright): Use copyright-offset-too-large-p.
9358         * add-log.el (change-log-mode): Set copyright-at-end-flag.
9360         * add-log.el (top-level): Require 'cl when compiling.
9362 2008-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9364         * complete.el (PC-complete-as-file-name, PC-read-file-name-internal):
9365         Treat minibuffer-completion-predicate as a predicate.
9367         * minibuffer.el (completion--file-name-table): Accept both the old
9368         `dir' arg or the new `pred' arg.
9370         * ffap.el (ffap-read-file-or-url): Do not abuse completing-read's
9371         `predicate' argument to pass non-predicate data.
9372         (ffap-read-url-internal, ffap-read-file-or-url-internal):
9373         Use second arg as proper predicate.
9375         * vc-bzr.el (vc-bzr-complete-with-prefix): Remove.
9376         (vc-bzr-revision-completion-table): Use completion-table-with-context
9377         instead.
9379         * simple.el (choose-completion-string): Use minibuffer-completion-table.
9381 2008-04-21  Chong Yidong  <cyd@stupidchicken.com>
9383         * term.el (term-emulate-terminal): Perform redisplay after the
9384         process filter has finished running.
9386 2008-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9388         * vc.el (vc-dir): Use pop-to-buffer, so it can be customized.
9390         * minibuffer.el (completion-try-completion): Change magic symbol
9391         property name.  Rename from minibuffer-try-completion.
9392         (completion-all-completions): Rename from minibuffer-all-completions.
9393         Remove hide-spaces argument.
9394         (completion--do-completion): Rename from minibuffer--do-completion.
9395         (minibuffer-complete-and-exit): Call just try-completion rather than
9396         completion-try-completion to fix up the case.
9397         (completion--try-word-completion): Try to add space or hyphen before
9398         making `string' a prefix of `completion'.
9399         (completion--insert-strings): Rename from minibuffer--insert-strings.
9401 2008-04-22  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
9403         * net/tls.el (tls-program): Add -ign_eof argument to call the
9404         openssl commands.
9405         (tls-checktrust): Ditto.
9407 2008-04-21  Dan Nicolaescu  <dann@ics.uci.edu>
9409         * vc-cvs.el (vc-cvs-status-extra-headers): New function.
9411         * vc-hooks.el (vc-insert-file, vc-state, vc-working-revision)
9412         (vc-check-master-templates, vc-file-not-found-hook)
9413         (vc-kill-buffer-hook):
9414         * vc.el (vc-process-sentinel, vc-exec-after, vc-do-command)
9415         (vc-find-position-by-context, vc-buffer-context)
9416         (vc-restore-buffer-context, vc-responsible-backend)
9417         (vc-expand-dirs, vc-ensure-vc-buffer, vc-buffer-sync)
9418         (vc-next-action, vc-register, vc-register-with, vc-steal-lock)
9419         (vc-finish-logentry, vc-coding-system-for-diff, vc-switches)
9420         (vc-version-diff, vc-diff, vc-insert-headers)
9421         (vc-dired-buffers-for-dir, vc-dired-resynch-file)
9422         (vc-snapshot-precondition, vc-create-snapshot, vc-print-log)
9423         (vc-revert, vc-rollback, vc-version-backup-file)
9424         (vc-rename-master, vc-delete-file, vc-rename-file)
9425         (vc-branch-part, vc-default-retrieve-snapshot)
9426         (vc-annotate-display-autoscale, vc-annotate-display-select)
9427         (vc-annotate, vc-annotate-warp-revision, vc-annotate-difference)
9428         (vc-annotate-lines, vc-file-tree-walk-internal): Use when instead of if.
9429         (vc-dir-update): Handle directories.
9430         (vc-default-status-printer): Simplify.
9432         * progmodes/asm-mode.el (asm-mode-map):
9433         * progmodes/hideif.el (hide-ifdef-mode-menu): Add :help.
9435         * progmodes/m4-mode.el (m4-mode-map): Add menu.
9437 2008-04-21  Kenichi Handa  <handa@m17n.org>
9439         * select.el (xselect-convert-to-string): Send a C_STRING only if
9440         the polymorphic target TEXT is requested.
9442 2008-04-21  Juanma Barranquero  <lekktu@gmail.com>
9444         * minibuffer.el (completion-setup-hook, display-completion-list)
9445         (completion--file-name-table): Fix typos in docstrings.
9446         (completion-table-dynamic): Fix typo, and reflow docstring.
9448 2008-04-20  Andreas Schwab  <schwab@suse.de>
9450         * server.el (server-switch-buffer): Also consider clients in the
9451         selected frame.
9453 2008-04-19  Nick Roberts  <nickrob@snap.net.nz>
9455         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
9456         Select window clicked on first.
9457         (gdb): Display thread number in mode-line.
9458         (gdb-make-header-line-mouse-map): Move to avoid byte compiler warnings.
9459         (gdb-breakpoints-header): New variable.
9460         (gdb-breakpoints-mode, gdb-threads-mode): Use it for header line.
9462 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9464         * vc-sccs.el (vc-sccs-do-command): New fun.  Use the "sccs" command.
9465         (vc-sccs-register, vc-sccs-checkin, vc-sccs-find-revision)
9466         (vc-sccs-checkout, vc-sccs-rollback, vc-sccs-revert)
9467         (vc-sccs-steal-lock, vc-sccs-modify-change-comment)
9468         (vc-sccs-print-log): Use it.
9470         * vc-hooks.el (vc-path): Remove SCCS-specific hack.
9472         * emacs-lisp/lisp-mode.el (lisp-mode-auto-fill): Make it an alias.
9473         * progmodes/scheme.el (scheme-mode-variables): Don't use it.
9475         * tooltip.el (tooltip-previous-message): New var.
9476         (tooltip-show-help-non-mode): Rewrite to better follow the behavior of
9477         the C code (avoid overwriting a minibuffer, restore previous echo
9478         message, ...).
9479         (tooltip-delay, tooltip-process-prompt-regexp, tooltip-strip-prompt):
9480         Simplify.
9482 2008-04-19  Nick Roberts  <nickrob@snap.net.nz>
9484         * progmodes/gdb-ui.el (gdb-thread-indicator): New variable.
9485         (gdb-init-1): Initialise it.
9486         (gdb-annotation-rules): New entry for "new-thread".
9487         (gdb-thread-identification): New function to customize
9488         mode-line-buffer-identification.
9489         (gdb-frames-mode, gdb-registers-mode, gdb-locals-mode)
9490         (gdb-assembler-mode): Use it.
9491         (gdb-threads-mode): Force "info threads" onto queue.
9493 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9495         * files.el (locate-file-completion-table): Rename from
9496         locate-file-completion and make it use `pred' in the normal way.
9497         (locate-file-completion): New compatibility wrapper.
9498         (load-library): Use locate-file-completion-table.
9499         * finder.el (finder-commentary):
9500         * subr.el (locate-library):
9501         * emacs-lisp/find-func.el (find-library): Likewise.
9502         * info.el: Use with-current-buffer and inhibit-read-only.
9503         (Info-read-node-name-2): Change to use `predicate' in the normal way.
9504         (Info-read-node-name-1): Adjust uses accordingly.
9506         * minibuffer.el (completion-table-with-context): Add support for `pred'.
9507         (completion-table-with-terminator): Don't use complete-with-action
9508         since we have to distinguish all three cases anyway.
9509         (completion-table-with-predicate): New function.
9510         (dynamic-completion-table): Add obsolete alias.
9512         * emacs-lisp/trace.el (trace-make-advice): Don't change selected-window.
9514 2008-04-18  Sam Steingold  <sds@gnu.org>
9516         * vc.el (vc-dir-menu-map, vc-dir-mode-map, vc-dir-tool-bar-map):
9517         Use quit-window instead of bury-buffer.
9519 2008-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9521         * minibuffer.el (completion-table-with-terminator): Fix last fix.
9523 2008-04-18  Andreas Schwab  <schwab@suse.de>
9525         * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
9526         ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
9527         Depend on $(lisp)/subdirs.el.
9529 2008-04-18  Juanma Barranquero  <lekktu@gmail.com>
9531         * descr-text.el (describe-char-after):
9532         Use `define-obsolete-function-alias'.
9534         * dired-x.el (dired-omit-files-p): Use `define-obsolete-variable-alias'.
9536         * facemenu.el (facemenu-unlisted-faces): Fix obsolescence description.
9538         * savehist.el (savehist-load): Add WHEN to obsolescence declaration.
9539         Remove redundant obsolescence info in docstring.
9541         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
9542         (vc-header-alist): Add WHEN to obsolescence declaration.
9543         (vc-state): Fix typo in docstring.
9545         * emacs-lisp/checkdoc.el (checkdoc-minor-keymap):
9546         Use `define-obsolete-variable-alias'.
9548         * emulation/tpu-edt.el (tpu-have-ispell):
9549         * international/codepage.el (codepage-setup):
9550         Fix typo in obsolescence declaration.
9552         * international/mule.el (char-coding-system-table):
9553         Remove redundant obsolescence info in docstring.
9554         (charset-list, generic-char-p, set-char-table-default):
9555         Fix typos in obsolescence declarations.
9557         * international/mule-diag.el (non-iso-charset-alist):
9558         Fix typo in obsolescence declaration.
9559         (decode-codepage-char): Remove redundant obsolescence info in docstring.
9561         * font-core.el (font-lock-defaults-alist):
9562         * font-lock.el (font-lock-reference-face):
9563         * frame.el (screen-height, screen-width, set-screen-width)
9564         (set-screen-height):
9565         * hilit-chg.el (highlight-changes-initial-state):
9566         * isearch.el (isearch-return-char):
9567         * log-edit.el (cvs-commit-buffer-require-final-newline)
9568         (cvs-changelog-full-paragraphs):
9569         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
9570         (mouse-popup-menubar-stuff):
9571         * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
9572         (mouse-wheel-click-button):
9573         * outline.el (outline-visible):
9574         * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name):
9575         * pcvs-info.el (cvs-display-full-path, cvs-fileinfo->full-path):
9576         * emacs-lisp/lisp-mode.el (lisp-comment-indent):
9577         * progmodes/compile.el (compile-internal):
9578         Add WHEN to obsolescence declarations.
9580 2008-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9582         * emacs-lisp/debug.el (debug): Revert to bury-buffer since quit-window
9583         is not better anyway.
9585 2008-04-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9587         * whitespace.el (whitespace-report-region): Handle whitespace-tab-width
9588         properly.
9590 2008-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9592         * progmodes/python.el (python-mode-map): Use abbrev-table-menu.
9593         (python-use-skeletons): Remove, unused.
9594         (python-skeletons): Remove.  Use the abbrev table instead.
9595         (python-mode-abbrev-table): Fix regexp;
9596         add enable-function and case-fixed.
9597         (def-python-skeleton): Simplify.
9598         (python-expand-template): Use the abbrev-table and abbrev-insert.
9599         (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
9600         Remove.
9601         (python-mode): Don't set pre-abbrev-expand-hook.
9603         * skeleton.el: Set coding-tag.
9605         * abbrev.el (abbrev-insert): New function extracted from expand-abbrev.
9606         (expand-abbrev): Use it.
9607         (abbrev-table-menu): New function.
9609         * abbrev.el (define-abbrev-table): Fontify dosctrings as such.
9611         * minibuffer.el (completion-table-with-terminator): Fix paren typo.
9613 2008-04-17  Sam Steingold  <sds@gnu.org>
9615         * pcvs-util.el (cvs-bury-buffer): Use quit-window instead of the
9616         idiosyncratic bury-buffer/delete-window logic.
9618 2008-04-17  Juanma Barranquero  <lekktu@gmail.com>
9620         * emacs-lisp/crm.el (crm-completion-help, crm-complete)
9621         (crm-complete-word, crm-complete-and-exit): Fix typo in previous change.
9623 2008-04-17  Kenichi Handa  <handa@m17n.org>
9625         * international/characters.el: Don't make the width of U+00AD to 0.
9627 2008-04-17  Nick Roberts  <nickrob@snap.net.nz>
9629         * progmodes/gdb-ui.el (gdb-stack-update): New variable.
9630         (gdb, gdb-starting, gdb-frames-mode): Use it.
9631         (gdb-invalidate-frames): Advise to call "info stack" only if
9632         execution has occurred.
9633         (gdb-info-breakpoints-custom): Only update overlay-arrow pointing to
9634         selected frame if no execution has occurred.
9635         (gdb-frames-force-update): New interactive function.
9636         (gdb-frames-mode-map): Bind it to "F".
9638 2008-04-17  Michael Olson  <mwolson@gnu.org>
9640         * textmodes/remember.el (remember-version): Release Remember 2.0.
9642 2008-04-16  Yoni Rabkin  <yoni@rabkins.net>
9644         * textmodes/artist.el:
9645         * progmodes/vhdl-mode.el:
9646         * progmodes/verilog-mode.el:
9647         * progmodes/vera-mode.el:
9648         * progmodes/simula.el:
9649         * progmodes/ps-mode.el:
9650         * progmodes/cmacexp.el:
9651         * obsolete/hilit19.el:
9652         * emulation/viper.el:
9653         * ediff.el: Cleanup the bug-report email addresses and make sure the
9654         maintainer is still willing to handle bug reports.
9656 2008-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
9658         * vc.el (vc-dir-kill-query): Fix thinko.
9660 2008-04-16  Glenn Morris  <rgm@gnu.org>
9662         * calendar/diary-lib.el (diary-remind): Don't clobber `date' passed
9663         by diary-sexp-entry.
9665 2008-04-16  Markus Triska  <markus.triska@gmx.at>
9667         * proced.el (proced-command-alist): Add support for darwin.
9669 2008-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9671         * proced.el (proced-mode): Redefine as just the major-mode.
9672         (proced): Separate it from proced-mode.
9674         * vc.el: Rename vc-status to vc-dir and the vc-status var to vc-ewoc.
9676 2008-04-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9678         * whitespace.el: Honor the `indent-tabs-mode' setting from user.
9679         Suggested by Stephen Deasey <sdeasey@gmail.com>.  Honor also the
9680         `tab-width' setting from user.  New version 10.0.  Doc and docstring
9681         fix.
9682         (whitespace-style, whitespace-chars): Remove options.
9683         (whitespace-style-mark): New option, replace whitespace-style deleted
9684         option.  Fix docstring.
9685         (whitespace-style-color): New option, replace whitespace-chars deleted
9686         option.  Fix docstring.
9687         (whitespace-space, whitespace-hspace, whitespace-tab)
9688         (whitespace-newline, whitespace-trailing, whitespace-line)
9689         (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
9690         (whitespace-space-after-tab, whitespace-hspace-regexp)
9691         (whitespace-space-regexp, whitespace-tab-regexp)
9692         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
9693         (whitespace-empty-at-eob-regexp, whitespace-line-column)
9694         (whitespace-toggle-option-alist): Fix docstring.
9695         (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
9696         (whitespace-space-after-tab-regexp, whitespace-display-mappings): Fix
9697         docstring and initialization.
9698         (global-whitespace-mode): Autoloaded global minor mode.
9699         (whitespace-chars-value-list, whitespace-style-value-list)
9700         (whitespace-active-chars, whitespace-active-style)
9701         (whitespace-toggle-chars, whitespace-toggle-style): Remove vars.
9702         (whitespace-color-value-list): New var, replace
9703         whitespace-chars-value-list removed var.
9704         (whitespace-mark-value-list): New var, replace
9705         whitespace-style-value-list removed var.
9706         (whitespace-active-color): New var, replace whitespace-active-chars
9707         removed var.
9708         (whitespace-active-mark): New var, replace whitespace-active-style
9709         removed var.
9710         (whitespace-toggle-color): New var, replace whitespace-toggle-chars
9711         removed var.
9712         (whitespace-toggle-mark): New var, replace whitespace-toggle-style
9713         removed var.
9714         (whitespace-toggle-option-alist, whitespace-report-list)
9715         (whitespace-report-text, whitespace-help-text): Fix initialization.
9716         (whitespace-indent-tabs-mode, whitespace-tab-width): New vars.
9717         (whitespace-toggle-options, global-whitespace-toggle-options)
9718         (whitespace-cleanup-region, whitespace-report-region)
9719         (whitespace-interactive-char): Fix docstring and code.
9720         (whitespace-cleanup, whitespace-report): Fix docstring.
9721         (whitespace-replace-spaces-by-tabs): Remove fun.
9722         (whitespace-replace-action): New fun, replace
9723         whitespace-replace-spaces-by-tabs removed fun.
9724         (whitespace-regexp, whitespace-indentation-regexp)
9725         (whitespace-space-after-tab-regexp, whitespace-insert-value)
9726         (whitespace-kill-buffer): New funs.
9727         (whitespace-insert-option-mark, whitespace-help-on)
9728         (whitespace-help-off, whitespace-turn-on, whitespace-turn-off)
9729         (whitespace-color-on, whitespace-color-off)
9730         (whitespace-display-char-on): Fix code.
9732 2008-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9734         * mouse-drag.el (mouse-throw-magnifier-with-scroll-bar)
9735         (mouse-throw-magnifier-with-mouse-movement): Remove.
9736         (mouse-throw-magnifier-base): New const.
9737         (mouse-drag-scroll-delta): New fun.
9738         (mouse-drag-throw): Use it.
9740 2008-04-15  Juanma Barranquero  <lekktu@gmail.com>
9742         * international/uni-bidi.el, international/uni-category.el:
9743         * international/uni-combining.el, international/uni-comment.el:
9744         * international/uni-decimal.el, international/uni-decomposition.el:
9745         * international/uni-digit.el, international/uni-lowercase.el:
9746         * international/uni-mirrored.el, international/uni-name.el:
9747         * international/uni-numeric.el, international/uni-old-name.el:
9748         * international/uni-titlecase.el, international/uni-uppercase.el:
9749         * international/charprop.el: Regenerate.
9751 2008-04-15  Dan Nicolaescu  <dann@ics.uci.edu>
9753         * vc.el (vc-status-fileinfo): Add new member directoryp.
9754         (vc-default-status-printer): Print directories.
9755         (vc-status-update): Sort files before subdirectories.
9757         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
9758         Add alternative implementation based on "cvs update".
9760 2008-04-15  Tassilo Horn  <tassilo@member.fsf.org>
9762         * doc-view.el: Changed requirements section to tell that only one
9763         of dvipdf or dvipdfm is needed.
9764         (doc-view-already-converted-p): Fix bug that forced reconversion
9765         if doc was already converted.
9767 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9769         * minibuffer.el (minibuffer-message):
9770         Make sure we can put-text-property.
9772         * emacs-lisp/crm.el: Complete rewrite.
9774         * tmm.el (tmm-completion-delete-prompt): Don't hardcode point-min==1.
9775         (tmm-add-prompt): Make sure completion-setup-hook is preserved even in
9776         case of an error in display-completion-list.
9778         * filecache.el (file-cache-completions-keymap): Move init from
9779         file-cache-completion-setup-function into declaration.
9780         (file-cache-minibuffer-complete): Simplify.
9781         (file-cache-completion-setup-function): Use standard-output,
9782         preserve current-buffer.
9784         * vc.el (vc-status-update): Fix typo.
9785         (vc-status-update): Set needs-update.
9786         (vc-status-refresh): η-reduce.
9788 2008-04-14  Tassilo Horn  <tassilo@member.fsf.org>
9790         * doc-view.el (doc-view-mode-map): Bind C-a to image-bol and C-e
9791         to image-eol.
9793 2008-04-14  Alexandre Julliard  <julliard@winehq.org>
9795         * vc.el (vc-status-update): Undo the previous revert.
9797 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9799         * minibuffer.el (completion-table-with-terminator): Those completions
9800         are never valid w.r.t test-completion.
9801         (completion--file-name-table):
9802         Check completion-all-completions-with-base-size.
9804 2008-04-14  Tassilo Horn  <tassilo@member.fsf.org>
9806         * doc-view.el (doc-view-dvipdf-program): New variable.
9807         (doc-view-dvipdfm-program): Mention doc-view-dvipdf-program.
9808         (doc-view-mode-p): Check for doc-view-dvipdf-program as
9809         alternative for doc-view-dvipdfm-program.
9810         (doc-view-dvi->pdf): Prefer dvipdf over dvipdfm.
9812         * doc-view.el (doc-view-start-process): Don't set
9813         default-directory to "~/" if the current value is valid.
9814         This broke PS files that run other files in the same directory.
9816 2008-04-14  Dan Nicolaescu  <dann@ics.uci.edu>
9818         * vc.el (vc-status-kill-query): New function.
9819         (vc-status-mode): Add it to kill-buffer-query-functions.
9820         (vc-status-show-fileentry): New function.
9821         (vc-status-menu-map): Bind it.  Bind vc-next-action.
9823 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9825         * minibuffer.el (minibuffer-message): Put cursor at the right place.
9827 2008-04-13  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9829         * proced.el (proced-send-signal): Fix error recognition.
9831 2008-04-13  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9833         * proced.el (proced-command-alist): Remove sort column.
9834         (proced-command, proced-procname-column):
9835         Use make-variable-buffer-local.
9836         (proced-signal-function): Rename from proced-kill-program.
9837         Allow for elisp symbols and string values representing system calls.
9838         (proced-marker-regexp, proced-success-message): New functions.
9839         (proced): Use defalias.  Add autoload cookie.
9840         (proced-unmark-backward, proced-toggle-marks)
9841         (proced-hide-processes): New commands.
9842         (proced-do-mark): Simplify code.
9843         (proced-insert-mark): Use optional arg BACKWARD instead of line number.
9844         (proced-update): Remove sorting.
9845         (proced-send-signal): Display number of processes to operate on.
9846         Allow for system calls or elisp functions to send signals.
9847         Check if signal was sent successfully.
9849 2008-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9851         * minibuffer.el (completion-all-completion-with-base-size): New var.
9852         (completion--some): New function.
9853         (completion-table-with-context, completion--file-name-table):
9854         Return the base-size if requested.
9855         (completion-table-in-turn): Generalize to multiple arguments.
9856         (complete-in-turn): Compatibility alias.
9857         (completion-styles-alist): New var.
9858         (completion-styles): New customization.
9859         (minibuffer-try-completion, minibuffer-all-completions):
9860         New functions.
9861         (minibuffer--do-completion, minibuffer-complete-and-exit)
9862         (minibuffer-try-word-completion): Use them.
9863         (display-completion-list, minibuffer-completion-help): Use them.
9864         Handle all-completions's new base-size info to set completion-base-size.
9865         * info.el (Info-read-node-name-1): Use completion-table-with-context,
9866         completion-table-with-terminator and complete-with-action.
9867         Remove the now obsolete completion-base-size-function property.
9868         * simple.el (completion-list-mode-map): Move init into declaration.
9869         (completion-list-mode): Use define-derived-mode.
9870         (completion-setup-function): Use any completion-base-size that may
9871         have been set before.  Remove handling of completion-base-size-function.
9872         * loadup.el: Move abbrev.el up earlier.
9874 2008-04-13  Alexandre Julliard  <julliard@winehq.org>
9876         * vc-git.el (vc-git-after-dir-status-stage)
9877         (vc-git-dir-status-goto-stage): New functions.
9878         (vc-git-after-dir-status-stage1)
9879         (vc-git-after-dir-status-stage1-empty-db)
9880         (vc-git-after-dir-status-stage2): Remove, functionality moved
9881         into the new generic stage functions.
9882         (vc-git-dir-status-files): New function.
9884         * vc.el (vc-status-update): Revert an incorrect rewrite.
9885         Add some comments.
9886         (vc-status-refresh-files): New function.
9887         (vc-status-refresh): Use `vc-status-refresh-files' to refresh the
9888         state of up-to-date files.
9889         (vc-default-dir-status-files): New function.
9891 2008-04-13  Juanma Barranquero  <lekktu@gmail.com>
9893         * minibuffer.el (completion--embedded-envvar-table)
9894         (read-file-name-internal): Fix typos in 2008-04-11 change.
9896         * faces.el (read-face-name): Use `completion-table-in-turn',
9897         not `complete-in-turn'.
9899 2008-04-13  Andreas Schwab  <schwab@suse.de>
9901         * progmodes/etags.el: Require 'cl when compiling.
9903 2008-04-12  Nick Roberts  <nickrob@snap.net.nz>
9905         * progmodes/gud.el (gud-menu-map): Expand tooltip.
9907         * progmodes/gdb-ui.el (gdb-find-source-frame): Improve doc string.
9908         (menu): Add/expand menu tooltips.
9910 2008-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
9912         * progmodes/sh-script.el (sh-show-indent): Fix typo.
9913         (sh-mode-map): Add a toggle for inserting braces and quotes in pairs.
9915         * vc-cvs.el (vc-cvs-registered): Allow removed files to be
9916         considered registered.
9918 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
9920         * emacs-lisp/copyright.el (copyright-update-directory): New command.
9922         * ediff-wind.el (ediff-split-window-function)
9923         (ediff-merge-split-window-function): Improve custom type.
9925 2008-04-12  Eli Zaretskii  <eliz@gnu.org>
9927         * loadup.el ("minibuffer"): Move after "faces".
9929 2008-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9931         * progmodes/hideif.el (hif-factor): Handle unary minus.
9933 2008-04-12  Glenn Morris  <rgm@gnu.org>
9935         * calendar/cal-china.el (chinese-calendar-time-zone):
9936         Mark obsolete name as risky too.
9938         * calendar/calendar.el (calendar-faces): New custom group.
9939         (calendar-today, diary, holiday): Doc fix.
9940         Move to calendar-faces group.
9941         * calendar/diary-lib.el (diary-face, diary-anniversary, diary-time)
9942         (diary-button): Doc fix.  Move to calendar-faces group.
9944         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
9945         * desktop.el, files.el, hilit-chg.el, ibuffer.el, iswitchb.el:
9946         * pcvs-info.el, recentf.el, speedbar.el, calendar/cal-china.el:
9947         * calendar/cal-hebrew.el, calendar/cal-x.el, calendar/calendar.el
9948         * calendar/diary-lib.el, net/net-utils.el, progmodes/gud.el:
9949         Move non-autoloaded define-obsolete-variable-alias calls for defcustoms
9950         not in dumped files before the associated defcustom.
9952 2008-04-11  Johan Bockgård  <bojohan@gnu.org>
9954         * minibuffer.el (lazy-completion-table): Fix debug spec.
9956 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9958         * minibuffer.el (complete-with-action, lazy-completion-table):
9959         Move from subr.el.
9960         (apply-partially, completion-table-dynamic)
9961         (completion-table-with-context, completion-table-with-terminator)
9962         (completion-table-in-turn): New funs.
9963         (completion--make-envvar-table, completion--embedded-envvar-table):
9964         New funs.
9965         (read-file-name-internal): Use them.
9966         (completion-setup-hook): Move from simple.el.
9967         * subr.el (complete-with-action, lazy-completion-table):
9968         * simple.el (completion-setup-hook): Move to minibuffer.el.
9970 2008-04-11  Glenn Morris  <rgm@gnu.org>
9972         * Makefile.in (AUTOGENEL): Add calc/calc-loaddefs.el.
9974 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9976         * progmodes/python.el (python-mode): Don't mess with hippie-expand.
9978         * Makefile.in (bootstrap-prepare): Make tpu-edt.el writable as well.
9980         * textmodes/fill.el (fill-forward-paragraph-function): New var.
9981         (fill-forward-paragraph): New fun.
9982         (fill-paragraph, fill-region): Use it.
9984         * vc.el: Change `dir-status' to not take (and pass) status-buffer.
9985         (vc-status-create-fileinfo): Make `extra' optional.
9986         (vc-status-busy): New fun.
9987         (vc-status-menu-map): Use it.
9988         (vc-status-crt-marked): Remove.
9989         (vc-status-update): Rename from vc-status-add-entries.
9990         Add argument so as to prevent addition of entries.  Rewrite.
9991         (vc-update-vc-status-buffer): Remove.
9992         (vc-status-refresh): Don't remove old entries, set them to
9993         up-to-date instead.  Also do it after the update is complete.
9994         (vc-status-marked-files): η-reduce.
9996         * dired.el (dired-read-dir-and-switches): Use read-directory-name even
9997         for non-dialogs.
9999         * Makefile.in (bootstrap-prepare): Don't copy ldefs-boot over loaddefs.
10001         * loadup.el: Load ldefs-boot.el if loaddefs.el doesn't exist.
10003 2008-04-11  Jan Djärv  <jan.h.d@swipnet.se>
10005         * tooltip.el (tooltip-show-help-non-mode): Set message-truncate-lines
10006         to t and don't truncate msg.
10008 2008-04-11  Glenn Morris  <rgm@gnu.org>
10010         * calendar/calendar.el (diary, holidays):
10011         Move custom groups to other files.
10012         (holiday-general-holidays, holiday-oriental-holidays)
10013         (holiday-local-holidays, holiday-other-holidays, hebrew-holidays-1)
10014         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
10015         (holiday-hebrew-holidays, holiday-christian-holidays)
10016         (holiday-islamic-holidays, holiday-bahai-holidays)
10017         (holiday-solar-holidays, calendar-holidays): Move to holidays.el.
10018         * calendar/diary-lib.el: Move custom group here from calendar.el.
10019         * calendar/holidays.el: Move custom group and variables here
10020         from calendar.el.
10022         * calendar/cal-china.el (calendar-chinese-time-zone): Mark as risky.
10024         * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
10025         Fix custom group.
10026         (calendar-current-time-zone-cache): Autoload riskiness.
10028         * calendar/cal-tex.el (cal-tex-preamble-extra): Fix custom type.
10030 2008-04-11  Chong Yidong  <cyd@stupidchicken.com>
10032         * woman.el (woman2-TH): Use string-equal instead of string-match.
10034 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10036         * smerge-mode.el (smerge-apply-resolution-patch): Fix typo.
10037         (smerge-resolve): Merge the "2-way refinement" case with one half of
10038         the "mere whitespace" resolution.
10040 2008-04-10  Dan Nicolaescu  <dann@ics.uci.edu>
10042         * vc-bzr.el (vc-bzr-after-dir-status): Detect the conflict state.
10044 2008-04-10  Juanma Barranquero  <lekktu@gmail.com>
10046         * subr.el (assoc-ignore-case, assoc-ignore-representation):
10047         Add WHEN to obsolescence declaration.
10049         * makefile.w32-in (AUTOGENEL): Add calc-loaddefs.el.
10051 2008-04-10  Dan Nicolaescu  <dann@ics.uci.edu>
10053         * vc-hooks.el (vc-state): Add new state `conflict'.
10054         (vc-after-save): Use when not if.
10055         (vc-default-mode-line-string): Deal with the conflict state.
10056         (vc-prefix-map, vc-menu-map): Bind vc-status instead of vc-directory.
10058         * vc.el (vc-editable-p, vc-default-status-printer)
10059         (vc-next-action): Deal with the conflict state.
10060         (vc-mark-resolved): New function.
10061         (vc-status-mode): Fix mode name.
10062         (vc-default-comment-history): Use when not if.
10063         (Todo): Add new entries, remove old ones.
10065         * vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news): Set conflict state.
10066         (vc-cvs-parse-status, vc-cvs-after-dir-status):
10067         * vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
10068         Detect the conflict state.
10070         * vc-hg.el (vc-hg-dir-status): Remove unneeded call.
10072 2008-04-10  Glenn Morris  <rgm@gnu.org>
10074         * menu-bar.el (menu-bar-options-menu) <truncate-lines>:
10075         Respect truncate-partial-width-windows in non-full windows,
10076         with regards to :toggle and :enable state.
10078         * simple.el (toggle-truncate-lines): Doc fix.
10080         * Makefile.in (MH_E_DIR): New variable.
10081         (MH_E_SRC): Restore variable removed 2008-03-13.
10082         (mh-loaddefs.el): Depend on $MH_E_SRC.
10083         (CAL_DIR, CAL_SRC): New variables.
10084         (cal-loaddefs.el, diary-loaddefs.el, hol-loaddefs.el):
10085         Depend on CAL_SRC.
10087         * calendar/calendar.el (calendar, diary): Add :prefix.
10088         (holidays): Change :prefix.
10089         (calendar-today, holiday, calendar-holiday-marker)
10090         (european-calendar-style): Change custom groups.
10092         * calendar/calendar.el (diary-hook, diary-display-hook):
10093         Move to diary-lib.el.
10094         * calendar/diary-lib.el (diary-hook, diary-display-hook):
10095         Move here from calendar.el.
10096         * calendar/appt.el: Require diary-lib rather than calendar.
10097         * calendar/cal-x.el (diary-display-hook): Declare for compiler.
10099         * calendar/appt.el (appt): Add :prefix.
10101         * calendar/diary-lib.el (diary-hook): Doc fix.
10102         (diary-mark-sexp-entries): Fix replacement of calendar-for-loop.
10104 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10106         * minibuffer.el (minibuffer--double-dollars, read-file-name-internal):
10107         New functions.
10109         * minibuffer.el (minibuffer--do-completion): Don't forget to propagate
10110         the arg to recursive calls.
10112 2008-04-09  Juanma Barranquero  <lekktu@gmail.com>
10114         * minibuffer.el (completion-auto-help): Fix typo.
10116 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10118         * vc-cvs.el (vc-cvs-diff-tree): Remove unused function.
10120 2008-04-09  Michael Albinus  <michael.albinus@gmx.de>
10122         * net/tramp.el (tramp-find-file-name-coding-system-alist): New defun.
10123         (tramp-handle-insert-file-contents, tramp-handle-write-region): Use it.
10125 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10127         * vc-hooks.el (vc-default-mode-line-string): Use ? for missing.
10129         * minibuffer.el (minibuffer): Move group from cus-edit.el.
10130         (completion-auto-help): Move from C code.
10131         (minibuffer--maybe-completion-help): Remove.
10132         (minibuffer--bitset): New function.
10133         (minibuffer--do-completion): Rename from minibuffer-do-completion.
10134         Renumber a bit.  Really complete on string *before* point.
10135         Add argument used for word-completion.
10136         Join trailing / in completion with following text, as done in
10137         minibuffer-complete-word.
10138         Handle new value `lazy' for completion-auto-help.
10139         (minibuffer-try-word-completion): New function extracted from
10140         minibuffer-complete-word.
10141         (minibuffer-complete-word): Use minibuffer--do-completion.
10142         (minibuffer--insert-strings): Rename from
10143         minibuffer-complete-insert-strings.
10144         (exit-minibuffer): Fix typo.
10145         * cus-edit.el (minibuffer): Move group to minibuffer.el.
10146         * cus-start.el: Remove completion-auto-help.
10148 2008-04-09  Alexandre Julliard  <julliard@winehq.org>
10150         * vc.el (vc-status-add-entries): New function.
10151         (vc-status-add-entry): Remove.
10152         (vc-update-vc-status-buffer, vc-status-mark-buffer-changed):
10153         Use vc-status-add-entries.
10155         * emacs-lisp/ewoc.el (ewoc-collect): Return results in the correct
10156         order.
10158 2008-04-09  Jason Rumney  <jasonr@gnu.org>
10160         * makefile.w32-in (LOADDEFS): Add mh-loaddefs.el.
10161         ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule.
10162         (pre-mh-loaddefs.el-CMD, pre-mh-loaddefs.el-SH): Remove.
10163         (AUTOGENEL): New variable.
10164         (distclean, maintainer-clean): New targets.
10166 2008-04-09  Chong Yidong  <cyd@stupidchicken.com>
10168         * emacs-lisp/regexp-opt.el (regexp-opt):
10169         Reduce max-lisp-eval-depth and max-specpdl-size to 10000.
10171 2008-04-09  Lennart Borgman  <lennart.borgman@gmail.com>
10173         * nxml/nxml-mode.el (nxml-cleanup): New function.
10174         (nxml-mode): Add it to change-major-mode-hook.
10176 2008-04-09  Jan Djärv  <jan.h.d@swipnet.se>
10178         * term/x-win.el (x-gtk-stock-map): Map info to gtk-info.
10180 2008-04-09  Juanma Barranquero  <lekktu@gmail.com>
10182         * calc/.cvsignore: New file.
10184 2008-04-09  Jan Djärv  <jan.h.d@swipnet.se>
10186         * vc.el (vc-status-tool-bar-map): Add vc-print-log to tool bar.
10188         * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as
10189         show-help-function when turning tooltip off.
10190         (tooltip-show): Call tooltip-show-help-non-mode if use-echo-area.
10191         (tooltip-trunc-str, tooltip-show-help-non-mode): New.
10193 2008-04-09  Alan Mackenzie  <acm@muc.de>
10195         * font-lock.el (font-lock-extend-after-change-region-function):
10196         Make it buffer local.
10198 2008-04-09  Glenn Morris  <rgm@gnu.org>
10200         * calendar/calendar.el (diary-file, european-calendar-style):
10201         Remove autoload cookies.
10203 2008-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
10205         * outline.el (outline-mode-menu-bar-map):
10206         * log-view.el (log-view-mode-menu):
10207         * log-edit.el (log-edit-menu): Add :help.
10209 2008-04-09  Chong Yidong  <cyd@stupidchicken.com>
10211         * emacs-lisp/regexp-opt.el (regexp-opt-group):
10212         Use substring-no-properties for correct handling of unibyte strings.
10214 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10216         * add-log.el (change-log-next-buffer): Handle the case where version<
10217         signals an error.
10219         * mouse.el (mouse-menu-major-mode-map): New fun extracted from
10220         mouse-major-mode-menu.
10221         (mouse-menu-bar-map): New fun extracted from mouse-popup-menubar.
10222         (mouse-major-mode-menu, mouse-popup-menubar)
10223         (mouse-popup-menubar-stuff): Use them.
10224         (C-down-mouse-3): Bind to a dynamic map rather than to
10225         mouse-popup-menubar-stuff.
10227         * bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1
10228         to mouse-menu-major-mode-map rather than to mouse-major-mode-menu.
10230 2008-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
10232         * vc-svn.el (vc-svn-modify-change-comment): Add support for the
10233         file:// access method.
10235 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10237         * minibuffer.el: New file.
10238         * loadup.el: Load it.
10240 2008-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10242         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
10243         rather than subdirs.el.  It introduces an ugly circular dependency, tho.
10245         * calc/calc.el: Load "calc-loaddefs" rather than set up manual autoloads.
10246         (calc-mode-map, calc-digit-map, calc-dispatch-map):
10247         Move initialization into declaration.
10248         * calc/calc-yank.el:
10249         * calc/calc-misc.el:
10250         * calc/calc-embed.el:
10251         * calc/calc-aent.el: Add autoload cookies.  Set generated-autoload-file.
10253 2008-04-08  Michael Albinus  <michael.albinus@gmx.de>
10255         * ps-samp.el (ps-add-printer, ps-remove-printer)
10256         (ps-make-dynamic-printer-menu): New functions.
10258         * net/zeroconf.el: New file.
10260 2008-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10262         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits): Typo.
10264 2008-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
10266         * vc-rcs.el (vc-rcs-modify-change-comment):
10267         * vc-cvs.el (vc-cvs-modify-change-comment): Fix argument order.
10269         * log-view.el (log-view-mode-menu): Bind log-view-modify-change-comment.
10271 2008-04-08  Juanma Barranquero  <lekktu@gmail.com>
10273         * international/mule-cmds.el (set-locale-environment): Don't warn if
10274         coding system doesn't agree with system locale (this reverts changes
10275         by Dave Love, dated 2002-10-27 and 2002-10-09).
10277         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
10278         * emacs-lisp/cl-macs.el (get-setf-method): Use `string-match-p'.
10280         * emacs-lisp/copyright.el (copyright-update-year): Use `looking-at-p'.
10282 2008-04-08  Glenn Morris  <rgm@gnu.org>
10284         * calendar/calendar.el (calendar-date-style): Remove autoload cookie.
10285         * textmodes/remember.el (remember-diary-convert-entry):
10286         Require calendar.
10288         * textmodes/remember.el (remember-diary-extract-entries): Don't pass
10289         diary-file, since it is the default for make-diary-entry anyway.
10291         * calendar/cal-menu.el (cal-menu-event-to-date):
10292         Rename calendar-event-to-date.  Update callers.
10293         (calendar-mouse-tex-day): Rename cal-tex-mouse-day.
10294         (calendar-mouse-tex-week): Rename cal-tex-mouse-week.
10295         (calendar-mouse-tex-week2): Rename cal-tex-mouse-week2.
10296         (calendar-mouse-tex-week-iso): Rename cal-tex-mouse-week-iso.
10297         (calendar-mouse-tex-week-monday): Rename cal-tex-mouse-week-monday.
10298         (calendar-mouse-tex-filofax-daily): Rename cal-tex-mouse-filofax-daily.
10299         (calendar-mouse-tex-filofax-2week): Rename cal-tex-mouse-filofax-2week.
10300         (calendar-mouse-tex-filofax-week): Rename cal-tex-mouse-filofax-week.
10301         (calendar-mouse-tex-month): Rename cal-tex-mouse-month.
10302         (calendar-mouse-tex-month-landscape):
10303         Rename cal-tex-mouse-month-landscape.
10304         (calendar-mouse-tex-year): Rename cal-tex-mouse-year.
10305         (calendar-mouse-tex-filofax-year): Rename cal-tex-mouse-filofax-year.
10306         (calendar-mouse-tex-year-landscape):
10307         Rename cal-tex-mouse-year-landscape.
10308         (cal-menu-context-mouse-menu): Update for above name changes.
10310         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
10311         * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
10312         * calendar/cal-iso.el, calendar/cal-julian.el, calendar/cal-move.el:
10313         * calendar/cal-persia.el, calendar/cal-tex.el, calendar/calendar.el:
10314         * calendar/holidays.el: Replace int-to-string with number-to-string.
10316 2008-04-08  Chong Yidong  <cyd@stupidchicken.com>
10318         * mwheel.el (mwheel-scroll): Deactivate any temporarily active
10319         region if point moves.
10321 2008-04-08  Kenichi Handa  <handa@m17n.org>
10323         * faces.el (font-slant-table): Change numeric values for `r',
10324         `roman', and `normal'.
10326 2008-04-07  Vincent Belaïche  <vincent.b.1@hotmail.fr>
10328         * calc/calc-vec.el (calcFunc-kron, calc-kron): New functions.
10330 2008-04-07  Jay Belanger  <jay.p.belanger@gmail.com>
10332         * calc/calc-ext.el (calc-init-extensions): Add `calc-kron' and
10333         `calcFunc-kron' to autoloads.  Add keybinding for `calc-kron'.
10335 2008-04-07  Michael Albinus  <michael.albinus@gmx.de>
10337         * net/tramp.el (tramp-methods): Fix again tramp-copy-args of
10338         "pscp" and "psftp".  Reported by Gilles Pion <gpion@lfdj.com>.
10340 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10342         * dired-aux.el (dired-read-shell-command): Use read-shell-command.
10344 2008-04-07  Sam Steingold  <sds@gnu.org>
10346         * progmodes/inf-lisp.el (lisp-compile-string, lisp-eval-string):
10347         Add helper functions.
10348         (lisp-do-defun): Extract the common part of lisp-eval-defun and
10349         lisp-compile-defun; DEFVAR forms reset the variables to the init
10350         values, just like in emacs-lisp mode eval-defun.
10351         (lisp-eval-defun, lisp-compile-defun): Use lisp-do-defun.
10352         (lisp-compile-region): Use lisp-compile-string.
10354 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10356         * subr.el (combine-and-quote-strings): Also quote strings that contain
10357         the separator.
10359         * pcvs-util.el (cvs-map): Avoid recursion :-(
10361 2008-04-07  Glenn Morris  <rgm@gnu.org>
10363         * calendar/calendar.el (calendar-mode-map): Replace use of kbd.
10365         * calendar/calendar.el (diary-view-entries-initially-flag): Rename
10366         view-diary-entries-initially.  Keep old name as alias, update users.
10367         (calendar-mark-diary-entries-flag): Rename
10368         mark-diary-entries-in-calendar.  Keep old name as alias, update users.
10369         (calendar-view-holidays-initially-flag): Rename
10370         view-calendar-holidays-initially.  Keep old name as alias, update users.
10371         (calendar-mark-holidays-flag): Rename mark-holidays-in-calendar.
10372         Keep old name as alias, update users.
10373         (calendar-initial-window-hook): Rename initial-calendar-window-hook.
10374         Keep old name as alias, update users.
10375         (calendar-today-visible-hook): Rename today-visible-calendar-hook.
10376         Keep old name as alias, update users.
10377         (calendar-today-invisible-hook): Rename today-invisible-calendar-hook.
10378         Keep old name as alias, update users.
10379         (diary-iso-date-forms): Rename iso-date-diary-pattern.  Update users.
10380         (diary-american-date-forms): Rename american-date-diary-pattern.
10381         Keep old name as alias, update users.
10382         (diary-european-date-forms): Rename european-date-diary-pattern.
10383         Keep old name as alias, update users.
10384         (calendar-iso-date-display-form): Rename iso-calendar-display-form.
10385         Keep old name as alias, update users.
10386         (calendar-european-date-display-form): Rename
10387         european-calendar-display-form.  Keep old name as alias, update users.
10388         (calendar-american-date-display-form): Rename
10389         european-calendar-display-form.  Keep old name as alias, update users.
10390         (diary-show-holidays-flag): Rename holidays-in-diary-buffer.
10391         Keep old name as alias, update users.
10392         (holiday-general-holidays): Rename general-holidays.
10393         Keep old name as alias, update users.
10394         (holiday-oriental-holidays): Rename oriental-holidays.
10395         Keep old name as alias, update users.
10396         (holiday-local-holidays): Rename local-holidays.
10397         Keep old name as alias, update users.
10398         (holiday-other-holidays): Rename other-holidays.
10399         Keep old name as alias, update users.
10400         (holiday-hebrew-holidays): Rename hebrew-holidays.
10401         Keep old name as alias, update users.
10402         (holiday-christian-holidays): Rename christian-holidays.
10403         Keep old name as alias, update users.
10404         (holiday-islamic-holidays): Rename islamic-holidays.
10405         Keep old name as alias, update users.
10406         (holiday-bahai-holidays): Rename bahai-holidays.
10407         Keep old name as alias, update users.
10408         (holiday-solar-holidays): Rename solar-holidays.
10409         Keep old name as alias, update users.
10410         (diary-fancy-buffer): Rename fancy-diary-buffer.
10411         Keep old name as alias, update users.
10412         (calendar-other-calendars-buffer): Rename other-calendars-buffer.
10413         Update users.
10414         (calendar-hebrew-yahrzeit-buffer): Rename cal-hebrew-yahrzeit-buffer.
10415         Update users.
10416         (calendar-increment-month): Rename increment-calendar-month.
10417         Keep old name as alias, update callers.
10418         (calendar-increment-month-cons): Rename old calendar-increment-month.
10419         Update callers.
10420         (calendar-extract-month): Rename extract-calendar-month.
10421         Keep old name as alias, update callers.
10422         (calendar-extract-day): Rename extract-calendar-day.
10423         Keep old name as alias, update callers.
10424         (calendar-extract-year): Rename extract-calendar-year.
10425         Keep old name as alias, update callers.
10426         (calendar-generate-window): Rename generate-calendar-window.
10427         Update callers.
10428         (calendar-generate): Rename generate-calendar.  Update callers.
10429         (calendar-generate-month): Rename generate-calendar-month.
10430         Update callers.
10431         (calendar-redraw): Rename redraw-calendar.  Update callers.
10432         (calendar-describe-mode): Rename describe-calendar-mode.  Update uses.
10433         (calendar-mouse-other-month): Rename mouse-calendar-other-month.
10434         Update callers.
10435         (calendar-update-mode-line): Rename update-calendar-mode-line.
10436         Update callers.
10437         (calendar-exit): Rename exit-calendar.  Keep old name as alias,
10438         update callers.
10439         (calendar-mark-visible-date): Rename mark-visible-calendar-date.
10440         Keep old name as alias, update callers.
10441         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
10442         * calendar/cal-dst.el, calendar/cal-french.el, calendar/cal-hebrew.el:
10443         * calendar/cal-html.el, calendar/cal-islam.el, calendar/cal-iso.el:
10444         * calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el:
10445         * calendar/cal-persia.el, calendar/cal-tex.el, calendar/cal-x.el:
10446         * calendar/diary-lib.el, calendar/holidays.el, calendar/lunar.el:
10447         * calendar/solar.el: Update for calendar.el name changes.
10448         * org/org.el (org-agenda-format-date-aligned)
10449         (org-agenda-execute-calendar-command): Access date elements directly
10450         rather than using calendar functions.
10451         (org-read-date, org-goto-calendar, org-agenda-goto-calendar):
10452         Also set calendar-view-diary-initially-flag,
10453         calendar-view-holidays-initially-flag.
10454         (org-get-entries-from-diary): Also set diary-fancy-buffer.
10455         (org-agenda-execute-calendar-command): No need to set displayed-day.
10457 2008-04-06  Alan Mackenzie  <acm@muc.de>
10459         * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
10460         typo in the doc string.
10462         * progmodes/cc-mode.el (c-basic-common-init):
10463         Set font-lock-extend-after-change-region-function.
10464         (c-extend-after-change-region): New function, used in
10465         font-lock-extend-after-change-region-function, thus superseding
10466         advice on the Font Lock after change functions.
10467         (c-advise-fl-for-region): Remove this macro.
10469 2008-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
10471         * textmodes/flyspell.el (flyspell-duplicate-distance):
10472         Improve custom type.
10474 2008-04-06  Glenn Morris  <rgm@gnu.org>
10476         * calendar/diary-lib.el (diary-sexp-entry-symbol):
10477         Rename sexp-diary-entry-symbol.  Keep old name as alias, update users.
10478         (diary-list-entries-hook): Rename list-diary-entries-hook.
10479         Keep old name as alias, update users.
10480         (diary-mark-entries-hook): Rename mark-diary-entries-hook.
10481         Keep old name as alias, update users.
10482         (diary-nongregorian-listing-hook): Rename
10483         nongregorian-diary-listing-hook.  Keep old name as alias, update users.
10484         (diary-nongregorian-marking-hook): Rename
10485         nongregorian-diary-marking-hook.  Keep old name as alias, update users.
10486         (diary-print-entries-hook): Rename print-diary-entries-hook.
10487         Keep old name as alias, update users.
10488         (diary-abbreviated-year-flag): Rename abbreviated-calendar-year.
10489         Keep old name as alias, update users.
10490         (diary-number-of-entries): Rename number-of-diary-entries.
10491         Keep old name as alias, update users.
10492         (view-diary-entries, list-diary-entries, show-all-diary-entries):
10493         Give version of obsolescence.
10494         (diary-view-other-diary-entries): Rename view-other-diary-entries.
10495         Keep old name as alias, update callers.
10496         (diary-add-to-list): Rename add-to-diary-list.  Keep old name as alias,
10497         update callers.
10498         (diary-include-other-diary-files): Rename include-other-diary-files.
10499         Keep old name as alias, update callers.
10500         (diary-simple-display): Rename simple-diary-display.
10501         Keep old name as alias, update callers.
10502         (diary-fancy-display): Rename fancy-diary-display.
10503         Keep old name as alias, update callers.
10504         (diary-print-entries): Rename print-diary-entries.
10505         Keep old name as alias, update callers.
10506         (diary-marking-entries-flag): Rename marking-diary-entries.
10507         Update users.
10508         (diary-marking-entry-flag): Rename marking-diary-entry.  Update users.
10509         (diary-mark-entries): Rename mark-diary-entries.
10510         Keep old name as alias, update callers.
10511         (diary-mark-sexp-entries): Rename mark-sexp-diary-entries.
10512         Keep old name as alias, update callers.
10513         (diary-mark-included-diary-files): Rename mark-included-diary-files.
10514         Keep old name as alias, update callers.
10515         (calendar-mark-days-named): Rename mark-calendar-days-named.
10516         Keep old name as alias, update callers.
10517         (calendar-mark-month): Rename mark-calendar-month.
10518         Keep old name as alias, update callers.
10519         (calendar-mark-date-pattern): Rename mark-calendar-date-pattern.
10520         Keep old name as alias, update callers.
10521         (diary-sort-entries): Rename sort-diary-entries.
10522         Keep old name as alias, update callers.
10523         (diary-list-sexp-entries): Rename list-sexp-diary-entries.
10524         Keep old name as alias, update callers.
10525         (diary-make-entry): Rename make-diary-entry.  Keep old name as alias,
10526         update callers.
10527         (diary-insert-entry): Rename insert-diary-entry.
10528         Keep old name as alias.
10529         (diary-insert-weekly-entry): Rename insert-weekly-diary-entry.
10530         Keep old name as alias.
10531         (diary-insert-monthly-entry): Rename insert-monthly-diary-entry.
10532         Keep old name as alias.
10533         (diary-insert-yearly-entry): Rename insert-yearly-diary-entry.
10534         Keep old name as alias.
10535         (diary-insert-anniversary-entry): Rename insert-anniversary-diary-entry.
10536         Keep old name as alias.
10537         (diary-insert-block-entry): Rename insert-block-diary-entry.
10538         Keep old name as alias.
10539         (diary-insert-cyclic-entry): Rename insert-cyclic-diary-entry.
10540         Keep old name as alias.
10541         (diary-fancy-font-lock-keywords): Rename fancy-diary-font-lock-keywords.
10542         Keep old name as alias, update users.
10543         (diary-fancy-display-mode): Rename fancy-diary-display-mode.
10544         Keep old name as alias, update callers.
10545         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
10546         * calendar/cal-menu.el, calendar/cal-x.el, calendar/calendar.el:
10547         * calendar/icalendar.el: Update for diary-lib name changes.
10549 2008-04-06  Chong Yidong  <cyd@stupidchicken.com>
10551         * dired-aux.el (dired-overwrite-confirmed): Revert last change.
10553         * dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite
10554         for copy, move, and link operations.
10556 2008-04-06  Michael Kifer  <kifer@cs.stonybrook.edu>
10558         * emulation/viper-init.el, emulation/viper-ex.el, emulation/viper-cmd.el
10559         (viper-search-wrap-around-t): Replace with viper-search-wrap-around.
10561         * ediff-util.el, ediff-vers.el, ediff-wind.el: Replace 3-argument
10562         'require' statements with 1-argument ones (wrapped in if's).
10563         For compatibility with the current stable version of XEmacs.
10565 2008-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
10567         * vc.el (vc-status-prepare-status-buffer): Reset vc-parent-buffer-name.
10569 2008-04-06  Jason Rumney  <jasonr@gnu.org>
10571         * language/burmese.el ("Burmese"): Make sample text consistent with
10572         language name.
10574 2008-04-06  Nick Roberts  <nickrob@snap.net.nz>
10576         * progmodes/gdb-ui.el (gdb): New group.
10577         (gdb-debug-log-max, gdb-enable-debug)
10578         (gdb-cpp-define-alist-program, gdb-cpp-define-alist-flags)
10579         (gdb-show-main, gdb-many-windows, gdb-use-separate-io-buffer)
10580         (gdb-speedbar-auto-raise, gdb-use-colon-colon-notation)
10581         (gdb-show-changed-values, gdb-max-children)
10582         (gdb-delete-out-of-scope, gdb-same-frame, gdb-find-source-frame)
10583         (breakpoint-enabled, breakpoint-disabled, gdb-max-frames)
10584         (gdb-all-registers, gdb-memory-repeat-count, gdb-memory-format)
10585         (gdb-memory-unit): Move to new group from GUD group.
10586         (menu): Allow customization from GDB-UI menu-item.
10588 2008-04-05  Chong Yidong  <cyd@stupidchicken.com>
10590         * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
10592 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10594         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
10595         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
10596         Revision numbers can include ".".
10598         * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
10599         "+" lines not accounted for by counting "-" and context lines.
10601 2008-04-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10603         * term/mac-win.el (mac-service-open-file): Use file URL instead of
10604         file name string.
10606 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10608         * vc-bzr.el (vc-bzr-annotate-command): Preserve line alignment.
10609         (vc-bzr-annotate-time): Accept space used to preserve alignment.
10611 2008-04-05  Richard Stallman  <rms@gnu.org>
10613         * emacs-lisp/advice.el (defadvice): Add usage pattern.
10615 2008-04-05  Nick Roberts  <nickrob@snap.net.nz>
10617         * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
10618         thread in [h-e-w]).
10620 2008-04-05  Juanma Barranquero  <lekktu@gmail.com>
10622         * files.el (abort-if-file-too-large): Fix typo in docstring.
10624 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10626         * subr.el (functionp): Return nil for special forms.
10628 2008-04-05  Glenn Morris  <rgm@gnu.org>
10630         * emacs-lisp/autoload.el (autoload-ensure-default-file):
10631         Provide a feature.
10632         * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el:
10633         Require loaddefs file rather than loading it.
10634         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that
10635         autoload-ensure-default-file provides a feature.
10637         * Makefile.in (LOADDEFS): Add mh-loaddefs.el.
10638         (AUTOGENEL): mh-loaddefs is in $LOADDEFS now.
10639         (compile, compile-always, recompile): Use $LOADDEFS.
10640         (cal-autoloads): Remove.
10642         * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather
10643         than buffer-live-p.  Reported by David Koppelman <koppel@ece.lsu.edu>.
10645         * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
10646         (hebrew-holidays-3, hebrew-holidays-4): Don't autoload obsolescence.
10648         * calendar/calendar.el (diary-hebrew-entry-symbol):
10649         Rename hebrew-diary-entry-symbol.  Keep old name as alias.
10650         (diary-islamic-entry-symbol): Rename islamic-diary-entry-symbol.
10651         Keep old name as alias.
10652         (diary-bahai-entry-symbol): Rename bahai-diary-entry-symbol.
10653         Keep old name as alias.
10654         * calendar/cal-bahai.el: Update for rename bahai-diary-entry-symbol
10655         to diary-bahai-entry-symbol.
10656         * calendar/cal-hebrew.el: Update for rename hebrew-diary-entry-symbol
10657         to diary-hebrew-entry-symbol.
10658         * calendar/cal-islam.el: Update for rename islamic-diary-entry-symbol
10659         to diary-islamic-entry-symbol.
10660         * calendar/diary-lib.el: Update for diary-entry-symbol renames.
10662         * calendar/solar.el (diary-sabbath-candles-minutes)
10663         (diary-sabbath-candles): Move to cal-hebrew.
10664         * calendar/cal-hebrew.el (diary-hebrew-sabbath-candles-minutes)
10665         (diary-hebrew-sabbath-candles): Move here from solar.el and rename.
10666         Doc fix.  Keep old name as alias.
10667         (diary-hebrew-sabbath-candles): Simplify.
10668         (solar-setup, solar-sunrise-sunset, calendar-latitude)
10669         (calendar-longitude, calendar-time-zone): Declare for compiler.
10670         * calendar/diary-lib.el (list-sexp-diary-entries): Update doc for
10671         rename.
10673         * calendar/cal-coptic.el (calendar-coptic-month-name-array):
10674         Rename coptic-calendar-month-name-array.  Update callers.
10675         (calendar-coptic-epoch): Rename coptic-calendar-epoch.  Update callers.
10676         (calendar-coptic-name): Rename coptic-name.  Update callers.
10677         (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
10678         Update callers.
10679         (calendar-coptic-last-day-of-month):
10680         Rename coptic-calendar-last-day-of-month.  Update callers.
10681         (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
10682         Keep old name as alias, update callers.
10683         (calendar-coptic-print-date): Rename calendar-print-coptic-date.
10684         Keep old name as alias, update callers.
10685         (calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
10686         Keep old name as alias.
10687         (calendar-ethiopic-month-name-array):
10688         Rename ethiopic-calendar-month-name-array.  Update callers.
10689         (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
10690         Update callers.
10691         (calendar-ethiopic-name): Rename ethiopic-name.  Update callers.
10692         (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic.
10693         Keep old name as alias, update callers.
10694         (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date.
10695         Keep old name as alias, update callers.
10696         (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
10697         Keep old name as alias.
10699         * calendar/cal-french.el (calendar-french-epoch):
10700         Rename french-calendar-epoch.  Update callers.
10701         (calendar-french-month-name-array): Rename variable and function
10702         french-calendar-month-name-array.  Update callers.
10703         (calendar-french-multibyte-month-name-array):
10704         Rename french-calendar-multibyte-month-name-array.  Update callers.
10705         (calendar-french-day-name-array): Rename variable and function
10706         french-calendar-day-name-array.  Update callers.
10707         (calendar-french-special-days-array): Rename variable and function
10708         french-calendar-special-days-array.  Update callers.
10709         (calendar-french-multibyte-special-days-array):
10710         Rename french-calendar-multibyte-special-days-array.  Update callers.
10711         (calendar-french-accents-p): Rename french-calendar-accents.
10712         Update callers.
10713         (calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
10714         Update callers.
10715         (calendar-french-last-day-of-month):
10716         Rename french-calendar-last-day-of-month.  Update callers.
10717         (calendar-french-to-absolute): Rename calendar-absolute-from-french.
10718         Keep old name as alias, update callers.
10719         (calendar-french-print-date): Rename calendar-print-french-date.
10720         Keep old name as alias, update callers.
10721         (calendar-french-goto-date): Rename calendar-goto-french-date.
10722         Keep old name as alias.
10724         * calendar/cal-menu.el, calendar/calendar.el:
10725         Update for Coptic and French name changes.
10727         * calendar/cal-china.el (calendar-chinese): Rename custom group
10728         from chinese-calendar.  Update users.
10729         (calendar-chinese-time-zone): Rename chinese-calendar-time-zone.
10730         Keep old name as alias, update users.
10731         (calendar-chinese-location-name): Rename chinese-calendar-location-name.
10732         Keep old name as alias.
10733         (calendar-chinese-daylight-time-offset):
10734         Rename chinese-calendar-daylight-time-offset.  Keep old name as alias,
10735         update users.
10736         (calendar-chinese-standard-time-zone-name):
10737         Rename chinese-calendar-standard-time-zone-name.
10738         Keep old name as alias, update users.
10739         (calendar-chinese-daylight-saving-start):
10740         Rename chinese-calendar-daylight-savings-starts.
10741         Keep old name as alias, update users.
10742         (calendar-chinese-daylight-saving-end):
10743         Rename chinese-calendar-daylight-savings-ends.  Keep old name as alias,
10744         update users.
10745         (calendar-chinese-daylight-saving-start-time):
10746         Rename chinese-calendar-daylight-savings-starts-time.
10747         Keep old name as alias, update users.
10748         (calendar-chinese-daylight-saving-end-time):
10749         Rename chinese-calendar-daylight-savings-ends-time.
10750         Keep old name as alias, update users.
10751         (calendar-chinese-celestial-stem): Rename
10752         calendar-chinese-celestial-stem.  Keep old name as alias, update users.
10753         (calendar-chinese-terrestrial-branch):
10754         Rename calendar-chinese-terrestrial-branch.  Keep old name as alias,
10755         update users.
10756         (calendar-chinese-zodiac-sign-on-or-after):
10757         Rename chinese-zodiac-sign-on-or-after.  Update callers.
10758         (calendar-chinese-new-moon-on-or-after):
10759         Rename chinese-new-moon-on-or-after.  Update callers.
10760         (calendar-chinese-month-list): Rename chinese-month-list.
10761         Update callers.
10762         (calendar-chinese-number-months): Rename number-chinese-months.
10763         Update callers.
10764         (calendar-chinese-compute-year): Rename compute-chinese-year.
10765         Update callers.
10766         (calendar-chinese-year-cache): Rename chinese-year-cache.  Update users.
10767         (calendar-chinese-year): Rename chinese-year.  Update callers.
10768         (calendar-chinese-year-cache-init): Rename chinese-year-cache-init.
10769         (calendar-chinese-to-absolute): Rename calendar-absolute-from-chinese.
10770         Keep old name as alias, update callers.
10771         (calendar-chinese-print-date): Rename calendar-print-chinese-date.
10772         Keep old name as alias, update callers.
10773         (calendar-chinese-months-to-alist):
10774         Rename make-chinese-month-assoc-list.  Update callers.
10775         (calendar-chinese-months): Rename chinese-months.  Update callers.
10776         (calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
10777         Keep old name as alias, update callers.
10779         * calendar/cal-hebrew.el (calendar-hebrew-leap-year-p):
10780         Rename hebrew-calendar-leap-year-p.  Update callers.
10781         (calendar-hebrew-last-month-of-year):
10782         Rename hebrew-calendar-last-month-of-year.  Update callers.
10783         (calendar-hebrew-elapsed-days): Rename hebrew-calendar-elapsed-days.
10784         Update callers.
10785         (calendar-hebrew-days-in-year): Rename hebrew-calendar-days-in-year.
10786         Update callers.
10787         (calendar-hebrew-long-heshvan-p): Rename hebrew-calendar-long-heshvan-p.
10788         Update callers.
10789         (calendar-hebrew-short-kislev-p): Rename hebrew-calendar-short-kislev-p.
10790         Update callers.
10791         (calendar-hebrew-last-day-of-month):
10792         Rename hebrew-calendar-last-day-of-month.  Update callers.
10793         (calendar-hebrew-to-absolute): Rename calendar-absolute-from-hebrew.
10794         Keep old name as alias, update callers.
10795         (calendar-hebrew-print-date): Rename calendar-print-hebrew-date.
10796         Keep old name as alias, update callers.
10797         (calendar-hebrew-yahrzeit): Rename hebrew-calendar-yahrzeit.
10798         Keep old name as alias, update callers.
10799         (calendar-hebrew-goto-date): Rename calendar-goto-hebrew-date.
10800         Keep old name as alias.
10801         (holiday-hebrew-rosh-hashanah): Rename holiday-rosh-hashanah-etc.
10802         Keep old name as alias.
10803         (holiday-hebrew-hanukkah): Rename holiday-hanukkah.
10804         Keep old name as alias.
10805         (holiday-hebrew-passover): Rename holiday-passover-etc.
10806         Keep old name as alias.
10807         (holiday-hebrew-tisha-b-av): Rename holiday-tisha-b-av-etc.
10808         Keep old name as alias, update callers.
10809         (diary-hebrew-list-entries): Rename list-hebrew-diary-entries.
10810         Keep old name as alias.
10811         (calendar-hebrew-mark-date-pattern):
10812         Rename mark-hebrew-calendar-date-pattern.  Keep old name as alias,
10813         update callers.
10814         (diary-hebrew-mark-entries): Rename mark-hebrew-diary-entries.
10815         Keep old name as alias.
10816         (diary-hebrew-insert-entry): Rename insert-hebrew-diary-entry.
10817         Keep old name as alias.
10818         (diary-hebrew-insert-monthly-entry):
10819         Rename insert-monthly-hebrew-diary-entry.  Keep old name as alias.
10820         (diary-hebrew-insert-yearly-entry):
10821         Rename insert-yearly-hebrew-diary-entry.  Keep old name as alias.
10822         (calendar-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
10823         Keep old name as alias.
10824         (diary-hebrew-omer): Rename diary-omer.  Keep old name as alias.
10825         (diary-hebrew-yahrzeit): Rename diary-yahrzeit.  Keep old name as alias.
10826         (diary-hebrew-rosh-hodesh): Rename diary-rosh-hodesh.
10827         Keep old name as alias.
10828         (calendar-hebrew-parashiot-names):
10829         Rename hebrew-calendar-parashiot-names.  Update callers.
10830         (calendar-hebrew-parasha-name): Rename hebrew-calendar-parasha-name.
10831         (calendar-hebrew-year-Saturday-incomplete-Sunday):
10832         Rename hebrew-calendar-year-Saturday-incomplete-Sunday.
10833         (calendar-hebrew-year-Saturday-complete-Tuesday):
10834         Rename hebrew-calendar-year-Saturday-complete-Tuesday.
10835         (calendar-hebrew-year-Monday-incomplete-Tuesday):
10836         Rename hebrew-calendar-year-Monday-incomplete-Tuesday.
10837         (calendar-hebrew-year-Monday-complete-Thursday):
10838         Rename hebrew-calendar-year-Monday-complete-Thursday.
10839         (calendar-hebrew-year-Tuesday-regular-Thursday):
10840         Rename hebrew-calendar-year-Tuesday-regular-Thursday.
10841         (calendar-hebrew-year-Thursday-regular-Saturday):
10842         Rename hebrew-calendar-year-Thursday-regular-Saturday.
10843         (calendar-hebrew-year-Thursday-complete-Sunday):
10844         Rename hebrew-calendar-year-Thursday-complete-Sunday.
10845         (calendar-hebrew-year-Saturday-incomplete-Tuesday):
10846         Rename hebrew-calendar-year-Saturday-incomplete-Tuesday.
10847         (calendar-hebrew-year-Saturday-complete-Thursday):
10848         Rename hebrew-calendar-year-Saturday-complete-Thursday.
10849         (calendar-hebrew-year-Monday-incomplete-Thursday):
10850         Rename hebrew-calendar-year-Monday-incomplete-Thursday.
10851         (calendar-hebrew-year-Monday-complete-Saturday):
10852         Rename hebrew-calendar-year-Monday-complete-Saturday.
10853         (calendar-hebrew-year-Tuesday-regular-Saturday):
10854         Rename hebrew-calendar-year-Tuesday-regular-Saturday.
10855         (calendar-hebrew-year-Thursday-incomplete-Sunday):
10856         Rename hebrew-calendar-year-Thursday-incomplete-Sunday.
10857         (calendar-hebrew-year-Thursday-complete-Tuesday):
10858         Rename hebrew-calendar-year-Thursday-complete-Tuesday.
10859         (diary-hebrew-parasha): Rename diary-parasha.  Keep old name as alias.
10860         Update for above name changes of constants.
10862         * calendar/cal-menu.el, calendar/calendar.el:
10863         Update for chinese and hebrew name changes.
10864         * calendar/diary-lib.el: Update for hebrew name changes.
10866 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10868         * subr.el (keymap-canonicalize): Correct thinko.
10870         * server.el: Undo part of the multi-tty change, which is only
10871         needed if server.el is preloaded, and broke server-running-p.
10872         (server-socket-dir): Initialize in the defvar, as before.
10873         (server-start): Remove initialization of server-socket-dir.
10875 2008-04-05  Eli Zaretskii  <eliz@gnu.org>
10877         * ls-lisp.el (ls-lisp-format): Support inodes that are 2- or
10878         3-member cons cells.
10880 2008-04-05  Chong Yidong  <cyd@stupidchicken.com>
10882         * cus-face.el (custom-face-attributes): Handle roman slant.
10884         * faces.el (default): Ensure the face-defface-spec property is set.
10886 2008-04-05  Adrian Robert  <Adrian.B.Robert@gmail.com>
10888         * files.el (abort-if-file-too-large): New function.
10889         (find-file-noselect, insert-file-1): Use it.
10891 2008-04-05  Reto Zimmermann  <reto@gnu.org>
10893         * progmodes/vhdl-mode.el (vhdl-mode-map-init):
10894         Replace C-c[a-zA-Z] key bindings.
10896 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10898         * progmodes/hideif.el (hif-token-alist): New var.
10899         (hif-token-regexp, hif-tokenize): Use it.
10900         (hif-mathify-binop): New macro.
10901         (hif-plus, hif-minus, hif-notequal, hif-greater, hif-less)
10902         (hif-greater-equal, hif-less-equal): Use it.
10903         (hif-logior, hif-logand): New functions.
10904         (hif-math): Accept | and & as well.
10906         * progmodes/etags.el: Fix problem with completion for buffer-local
10907         tables.  Reported by Radey Shouman <shouman@comcast.net>.
10908         (tags-complete-tag): Remove.
10909         (tags-lazy-completion-table): New function to replace it.
10910         (find-tag-tag, complete-tag): Update users.
10912 2008-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
10914         * vc-rcs.el (vc-rcs-dir-status):
10915         * vc-sccs.el (vc-sccs-dir-status): New function.
10917         * outline.el (outline-mode-menu-bar-map):
10918         * term.el (terminal-signal-menu): Add :help.
10920         * net/eudc.el (eudc-mode-map): Declare and define in one step.
10921         (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.
10923         * emacs-lisp/re-builder.el (reb-mode-map):
10924         * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
10926         * diff-mode.el (diff-file-junk-re): Recognize the git format for
10927         new files, deleted files and for changing permissions.
10928         (diff-mode): Set beginning-of-defun-function and
10929         end-of-defun-function.
10931         * vc-bzr.el (vc-bzr-state): Use when instead of if.
10933         * vc.el (vc-default-status-fileinfo-extra): New function.
10934         (vc-status-mark-buffer-changed): Use it.
10935         (vc-update-vc-status-buffer): Allow for partial updates.
10937 2008-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10939         * net/tramp.el (after-init-hook): Don't wrap a lambda around
10940         tramp-register-completion-file-name-handler.
10942         * subr.el (keymap-canonicalize): New function.
10943         * mouse.el (mouse-menu-non-singleton): Use it.
10944         (mouse-major-mode-menu): Remove hack made unnecessary.
10946         * simple.el (set-fill-column): Prompt rather than error by default.
10948 2008-04-04  Andreas Schwab  <schwab@suse.de>
10950         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
10951         Reset new-rules after each round.
10953         * Makefile.in (cal-autoloads): New target.
10954         (compile, compile-always, recompile): Depend on it.
10955         ($(lisp)/calendar/cal-loaddefs.el)
10956         ($(lisp)/calendar/diary-loaddefs.el)
10957         ($(lisp)/calendar/hol-loaddefs.el): Depend on calendar/*.el.
10959 2008-04-04  Michael Kifer  <kifer@cs.stonybrook.edu>
10961         * ediff*.el: Replace load with require in eval-when-compile.
10963         * ediff-hook.el: Delete all invocations of (autoload ...).
10965         * ediff-util.el (ediff-setup): Make window-min-height a local variable
10966         in ediff control window, and set its min height to 2.
10967         (ediff-setup-control-buffer): Dedicate the control window.
10968         (ediff-toggle-multiframe): Undedicate control window.
10969         Work directly with ediff-setup-windows-multiframe and
10970         ediff-setup-windows-plain.
10972         * ediff-wind.el (ediff-choose-window-setup-function-automatically):
10973         New function.
10974         (ediff-window-setup-function): Change initialization.
10975         (ediff-setup-windows-automatic): Delete.
10976         (ediff-setup-windows-plain-merge): Make control window dedicated.
10977         (ediff-destroy-control-frame): Do not skip frames if working in a
10978         single frame.
10980         * emulation/viper-ex.el: Move provide's forward, prevent recursion in
10981         eval-when-compile.
10983         * emulation/viper-util.el: Move provide's forward, prevent recursion in
10984         eval-when-compile.
10986 2008-04-04  Glenn Morris  <rgm@gnu.org>
10988         * calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename
10989         calendar-absolute-from-bahai.  Update callers, keep old name as alias.
10991         * calendar/cal-islam.el (calendar-islamic-leap-year-p):
10992         Rename islamic-calendar-leap-year-p.  Update callers.
10993         (calendar-islamic-last-day-of-month):
10994         Rename islamic-calendar-last-day-of-month.  Update callers.
10995         (calendar-islamic-day-number):
10996         Rename islamic-calendar-day-number.  Update callers.
10997         (calendar-islamic-to-absolute): Rename calendar-absolute-from-islamic.
10998         Update callers, keep old name as alias.
10999         (calendar-islamic-print-date): Rename calendar-print-islamic-date.
11000         Update callers, keep old name as alias.
11001         (calendar-islamic-goto-date): Rename calendar-goto-islamic-date.
11002         Keep old name as alias.
11003         (diary-islamic-list-entries): Rename list-islamic-diary-entries.
11004         Update callers, keep old name as alias.
11005         (calendar-islamic-mark-date-pattern):
11006         Rename mark-islamic-calendar-date-pattern.  Update callers, keep old
11007         name as alias.
11008         (diary-islamic-insert-entry): Rename insert-islamic-diary-entry.
11009         Keep old name as alias.
11010         (diary-islamic-insert-monthly-entry):
11011         Rename insert-monthly-islamic-diary-entry.  Keep old name as alias.
11012         (diary-islamic-insert-yearly-entry):
11013         Rename insert-yearly-islamic-diary-entry.  Keep old name as alias.
11015         * calendar/cal-iso.el (calendar-iso-to-absolute): Rename
11016         calendar-absolute-from-iso.  Update callers, keep old name as alias.
11017         (calendar-iso-print-date): Rename calendar-print-iso-date.
11018         Update callers, keep old name as alias.
11019         (calendar-iso-goto-date): Rename calendar-goto-iso-date.
11020         Keep old name as alias.
11021         (calendar-iso-goto-week): Rename calendar-goto-iso-week.
11022         Keep old name as alias.
11024         * calendar/cal-julian.el (calendar-julian-to-absolute): Rename
11025         calendar-absolute-from-julian.  Update callers, keep old name as alias.
11026         (calendar-julian-print-date): Rename calendar-print-julian-date.
11027         Update callers, keep old name as alias.
11028         (calendar-julian-goto-date): Rename calendar-goto-julian-date.
11029         Update callers, keep old name as alias.
11030         (calendar-astro-to-absolute): Rename calendar-absolute-from-astro.
11031         Update callers, keep old name as alias.
11032         (calendar-astro-print-day-number):
11033         Rename calendar-print-astro-day-number.  Update callers, keep old
11034         name as alias.
11035         (calendar-astro-goto-day-number): Rename calendar-goto-astro-day-number.
11036         Update callers, keep old name as alias.
11038         * calendar/cal-mayan.el (calendar-mayan-string-from-long-count):
11039         Rename calendar-string-to-mayan-long-count.  Update callers.
11040         (calendar-mayan-print-date): Rename calendar-print-mayan-date.
11041         Update callers, keep old name as alias.
11042         (calendar-mayan-read-haab-date): Rename calendar-read-mayan-haab-date.
11043         Update callers.
11044         (calendar-mayan-read-tzolkin-date):
11045         Rename calendar-read-mayan-tzolkin-date.  Update callers.
11046         (calendar-mayan-next-haab-date): Rename calendar-next-haab-date.
11047         Keep old name as alias.
11048         (calendar-mayan-previous-haab-date): Rename calendar-previous-haab-date.
11049         Keep old name as alias.
11050         (calendar-mayan-next-tzolkin-date): Rename calendar-next-tzolkin-date.
11051         Keep old name as alias.
11052         (calendar-mayan-previous-tzolkin-date):
11053         Rename calendar-previous-tzolkin-date.  Keep old name as alias.
11054         (calendar-mayan-next-round-date):
11055         Rename calendar-next-calendar-round-date.  Keep old name as alias.
11056         (calendar-mayan-previous-round-date):
11057         Rename calendar-previous-calendar-round-date.  Keep old name as alias.
11058         (calendar-mayan-long-count-to-absolute): Rename
11059         calendar-absolute-from-mayan-long-count.  Keep old name as alias.
11060         (calendar-mayan-goto-long-count-date):
11061         Rename calendar-goto-mayan-long-count-date.  Keep old name as alias.
11063         * calendar/cal-persia.el (calendar-persian-month-name-array):
11064         Rename persian-calendar-month-name-array.  Update callers.
11065         (calendar-persian-epoch): Rename persian-calendar-epoch.
11066         Update callers.
11067         (calendar-persian-leap-year-p): Rename persian-calendar-leap-year-p.
11068         Update callers.
11069         (calendar-persian-last-day-of-month):
11070         Rename persian-calendar-last-day-of-month.  Update callers.
11071         (calendar-persian-to-absolute): Rename calendar-absolute-from-persian.
11072         Update callers, keep old name as alias.
11073         (calendar-persian-print-date): Rename calendar-print-persian-date.
11074         Update callers, keep old name as alias.
11075         (calendar-persian-goto-date): Rename calendar-goto-persian-date.
11076         Keep old name as alias.
11078         * calendar/cal-china.el, calendar/cal-coptic.el, calendar/cal-islam.el:
11079         * calendar/cal-persia.el, calendar/holidays.el, calendar/lunar.el:
11080         * calendar/solar.el: Update for cal-julian name changes.
11082         * calendar/cal-dst.el: Update for persian name changes.
11084         * calendar/cal-menu.el, calendar/calendar.el:
11085         Update for islamic, iso, julian, mayan, persian name changes.
11087         * calendar/diary-lib.el: Update for islamic name changes.
11089         * calendar/calendar.el (calendar-hebrew-all-holidays-flag):
11090         Rename all-hebrew-calendar-holidays.  Update callers, keep old name
11091         as alias.
11092         (calendar-christian-all-holidays-flag):
11093         Rename all-christian-calendar-holidays.  Update callers, keep old
11094         name as alias.
11095         (calendar-islamic-all-holidays-flag):
11096         Rename all-islamic-calendar-holidays.  Update callers, keep old
11097         name as alias.
11098         (calendar-bahai-all-holidays-flag): Rename all-bahai-calendar-holidays.
11099         Update callers, keep old name as alias.
11100         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/holidays.el:
11101         Update for the above name changes.
11103 2008-04-04  Juanma Barranquero  <lekktu@gmail.com>
11105         * hilit-chg.el (global-highlight-changes-mode)
11106         (highlight-changes-passive-string, highlight-changes-active-string):
11107         Mark as obsolete since 23.1, not 22.1.
11109 2008-04-03  Juanma Barranquero  <lekktu@gmail.com>
11111         * hilit-chg.el (highlight-changes-visibility-initial-state)
11112         (hilit-chg-update, highlight-changes-mode-turn-on):
11113         Fix typos in docstrings.
11115 2008-04-03  Stephen Berman  <Stephen.Berman@gmx.net>
11117         * newcomment.el (comment-enter-backward): Be careful to restore
11118         position changed during narrowing.
11120 2008-04-03  Giuliano Procida  <giuliano.procida@googlemail.com>  (tiny change)
11122         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
11123         Recognize `sub ($$)'.
11125 2008-04-03  Richard Sharman  <rsharman@pobox.com>
11127         * hilit-chg.el (highlight-changes-mode): Rename from
11128         highlight-changes; no longer uses sub-modes active and passive;
11129         implemented by define-minor-mode.
11130         (highlight-changes-toggle-visibility): New function, to replace
11131         the old passive/active submodes of global-highlight-changes-mode;
11132         implemented by define-minor-mode.
11133         (global-highlight-changes-mode): Rename from global-highlight-changes;
11134         rewrite using define-globalized-minor-mode.
11135         (hilit-chg-major-mode-hook, hilit-chg-check-global)
11136         (hilit-chg-post-command-hook, hilit-chg-check-global)
11137         (hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due
11138         to use of define-globalized-minor-mode.
11139         (highlight-changes-global-initial-state): Change to be boolean.
11140         (highlight-changes-visible-string, highlight-changes-invisible-string):
11141         Rename from highlight-changes-active-string and
11142         highlight-changes-passive-string.
11143         (hilit-chg-update, hilit-chg-set): Use them.
11144         (global-highlight-changes-mode): Rename from global-highlight-changes.
11145         (hilit-chg-map-changes, hilit-chg-display-changes): Add arguments to
11146         docstring.
11147         (hilit-chg-hide-changes): Rewrite to use dolist.
11148         (hilit-chg-set-face-on-change, hilit-chg-update)
11149         (highlight-changes-rotate-faces): Use highlight-changes-visible-mode
11150         variable instead of testing highlight-changes-mode.
11151         (highlight-markup-buffers): Add require ediff-util; argument on calls
11152         to highlight-changes-mode changed.
11153         (highlight-compare-with-file): Fix problems with interactive
11154         call giving invalid default file.
11156 2008-04-03  Nick Roberts  <nickrob@snap.net.nz>
11158         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
11159         Fix in disassembly buffer (regression in 22.2).
11161 2008-04-03  Michael Kifer  <kifer@cs.stonybrook.edu>
11163         * emulation/viper-macs.el (viper-read-fast-keysequence):
11164         Use viper-read-event instead of viper-read-key.
11166         * emulation/viper.el (viper-mode): Move the check for fundamental mode.
11168         * emulation/viper-util.el (viper-get-saved-cursor-color-in-insert-mode)
11169         (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant
11170         let-statements.
11172         * emulation/viper-ex.el, emulation/viper-macs.el:
11173         * emulation/viper-mous.el:
11174         Replace load with require in eval-when-compile.
11176 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11178         * files.el (auto-mode-alist): Use archive-mode for Debian packages.
11180         * arc-mode.el (archive-mode-map): Obey mouse-1-click-follows-link.
11181         (archive-try-jka-compr): New function.
11182         (archive-set-buffer-as-visiting-file): Use it.
11184         * tar-mode.el (tar-mode-map): Obey mouse-1-click-follows-link.
11186 2008-04-03  Chong Yidong  <cyd@stupidchicken.com>
11188         * simple.el (handle-shift-selection): New arg.
11190 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11192         * emacs-lisp/cl-macs.el (defsetf): Accept a lambda for the 2-arg form.
11194         * vc-bzr.el (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
11196 2008-04-03  Chong Yidong  <cyd@stupidchicken.com>
11198         * shell.el (shell-dynamic-complete-filename): New fun.
11199         (shell-dynamic-complete-functions): Use it.
11201         * help-fns.el (describe-variable): Undo 2008-02-25 change.
11203 2008-04-03  Kenichi Handa  <handa@m17n.org>
11205         * international/fontset.el (create-fontset-from-x-resource):
11206         Handle the error of X resource more gracefully.
11208         * international/latin1-disp.el (latin1-display): Don't use make-char.
11209         Fix the argument to set-char-table-range.
11210         (latin1-display-identities): Don't use make-char.
11211         (latin1-display-reset): Use map-charset-chars instead of directly
11212         calling standard-display-default.
11213         (latin1-display-check-font): Don't use make-char.
11214         (latin1-display-setup): Likewise.
11215         (latin1-display-ucs-per-lynx): Likewise.
11217 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11219         * emacs-lisp/timer.el (timer): Define as a defstruct, so we can
11220         name the fields, to make the code clearer.
11221         Rewrite all `aset' and `aref' using the defined accessors.
11222         (timer--time): New pseudo-field.
11223         (timer-set-time, timer-set-idle-time, timer-inc-time)
11224         (timer-set-time-with-usecs, with-timeout-suspend): Use it.
11225         (timer--time-less-p): New function.
11226         (timer--activate): New function, extracted from timer-activate.
11227         (timer-activate-when-idle, timer-activate): Use it.
11228         (cancel-function-timers): Use dolist.
11230 2008-04-03  Glenn Morris  <rgm@gnu.org>
11232         * add-log.el (c-beginning-of-defun, c-end-of-defun):
11233         Remove declarations; no longer used.
11234         (c-cpp-define-name, c-defun-name): Declare as functions.
11236         * calendar/cal-bahai.el (holiday-fixed): Autoload it.
11237         (holiday-bahai-new-year, holiday-bahai-ridvan): New functions.
11239         * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc)
11240         (holiday-passover-etc, holiday-hanukkah): Doc fix.
11241         Add optional argument.  Simplify.
11242         (holiday-tisha-b-av-etc): Use memq rather than unless.
11243         (holiday-julian): Autoload it.
11244         (holiday-hebrew-misc): New function.
11246         * calendar/cal-islam.el (holiday-islamic-new-year): New function.
11248         * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
11249         (hebrew-holidays-3, hebrew-holidays-4): Make obsolete.
11250         (hebrew-holidays-2): Just use holiday-hanukkah now it respects
11251         all-hebrew-calendar-holidays.
11252         (hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays):
11253         Simplify using new functions.
11254         (calendar-holidays): Doc fix.
11255         (generate-calendar-window): Use bound-and-true-p.
11257         * calendar/diary-lib.el (diary-mail-addr): Use bound-and-true-p.
11259         * calendar/holidays.el (calendar-holiday-list): Fix previous change.
11260         (holiday-filter-visible-calendar): Doc fix.  Use mapcar.
11261         (holiday-easter-etc): Fix nesting of result.  Tweak holiday order.
11262         Use calendar-date-is-visible-p, not holiday-filter-visible-calendar.
11264         * net/tramp.el (tramp-drop-volume-letter): Move definition before use.
11266 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11268         * vc-mtn.el (vc-mtn-command): Avoid localization of messages.
11270         * vc-bzr.el (vc-bzr-checkout): Simplify.
11272         * image-mode.el (image-mode-fit-frame): New command.
11274         * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo)
11275         (copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
11276         (keyboard-escape-quit): Check region-active-p i.s.o
11277         transient-mark-mode.
11279 2008-04-02  Simon Josefsson  <simon@josefsson.org>
11281         * net/imap.el (imap-enable-exchange-bug-workaround): New variable.
11282         (imap-message-copyuid-1): Use it.
11283         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
11284         J. Williams in
11285         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
11287 2008-04-02  Alan Mackenzie  <acm@muc.de>
11289         * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
11290         New optimised functions to get the name of the current defun/macro.
11292         * add-log.el (add-log-current-defun): Move the functionality which
11293         gets the current function name for C like modes to cc-cmds.el,
11294         thus optimising for speed.
11296 2008-04-02  Chong Yidong  <cyd@stupidchicken.com>
11298         * simple.el (deactivate-mark): When the mark is temporarily
11299         active, restore the original value of transient-mark-mode.
11300         (set-mark-command): First deactivate the mark if was temporarily active.
11301         (exchange-point-and-mark): Reactivate the mark if it was
11302         temporarily active.
11303         (handle-shift-selection): New fun.
11304         (transient-mark-mode): Move var documentation here from buffer.c.
11305         (next-line, previous-line, backward-word, move-end-of-line)
11306         (move-beginning-of-line, forward-to-indentation)
11307         (backward-to-indentation, back-to-indentation)
11308         (beginning-of-buffer, end-of-buffer): Add ^ interactive spec.
11310         * mouse.el (mouse-set-region-1): Save the old value of
11311         transient-mark-mode.
11312         (mouse-drag-track): Ignore the now-obsolete value `identity' for
11313         transient-mark-mode.
11315         * textmodes/paragraphs.el (forward-paragraph)
11316         (backward-paragraph, forward-sentence, backward-sentence): Add ^
11317         interactive spec.
11319         * emulation/cua-base.el (cua-mode): Turn off shift-select-mode.
11321 2008-04-02  Michael Albinus  <michael.albinus@gmx.de>
11323         * net/tramp.el (tramp-make-tramp-temp-file):
11324         Use `tramp-drop-volume-letter' for the local file name part.
11326 2008-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
11328         * progmodes/sh-script.el (sh-mode-map): Rename the menu.  Add :help.
11329         Add menu entries corresponding to all the key bindings.
11331         * emacs-lisp/debug.el (debugger-mode-map):
11332         * textmodes/conf-mode.el (conf-mode-map): Add a menu.
11333         (conf-align-assignments): Only work on the region if it is active.
11334         (conf-quote-normal): Use when instead of if.  Remove redundant test.
11336         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
11337         for tracing and re-builder.
11339 2008-04-02  Glenn Morris  <rgm@gnu.org>
11341         * calendar/appt.el (appt-disp-window-function): Doc fix.
11342         (appt-display-message): Move beep before display.
11343         (appt-check): Make interactive.  Reduce the number of lets.
11344         Use string-equal to compare mode-line strings.
11345         (appt-disp-window): Pluralize "minute" as needed.  Make appt buffer
11346         read-only.
11347         (appt-select-lowest-window, appt-make-list): Reduce the number of lets.
11348         (appt-delete): Simplify.
11350         * calendar/cal-china.el (holiday-chinese-new-year): Use a single let.
11352         * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
11354         * calendar/cal-hebrew.el (list-yahrzeit-dates):
11355         * calendar/cal-tex.el (cal-tex-insert-blank-days-at-end)
11356         (cal-tex-last-blank-p, cal-tex-daily-page): Expand calendar-for-loops.
11358         * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
11359         (calendar-holiday-marker, mark-visible-calendar-date):
11360         * calendar/diary-lib.el (fancy-diary-display):
11361         Check for font-lock-mode before using faces.
11363         * calendar/calendar.el (hebrew-holidays-3, generate-calendar-month)
11364         (calendar-gregorian-from-absolute): Reduce the number of lets.
11365         (hebrew-holidays-4, generate-calendar-window): Simplify.
11366         (calendar-for-loop): Make obsolete.
11367         (calendar-nth-named-day): Doc fix.
11369         * calendar/diary-lib.el (diary-list-entries, fancy-diary-display)
11370         (print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
11371         (calendar-mark-1, list-sexp-diary-entries, diary-remind):
11372         Reduce the number of lets.
11373         (mark-sexp-diary-entries, calendar-mark-complex):
11374         Expand calendar-for-loops.
11376 2008-04-01  Chong Yidong  <cyd@stupidchicken.com>
11378         * find-dired.el (find-dired-filter): Fix last patch to handle
11379         multi-line process input.  Pad link numbers too.
11381 2008-04-01  Jari Aalto  <jari.aalto@cante.net>
11383         * find-dired.el (find-dired-filter): Align columns by padding file sizes.
11385 2008-04-01  Jason Rumney  <jasonr@gnu.org>
11387         * international/characters.el (script-list): Add phonetic script,
11388         covering IPA (previously Latin), Phonetic Extensions and
11389         Phonetic Extensions Supplement (both previously unassigned).
11391         * international/fontset.el (setup-default-fontset): Use unicode fonts
11392         that cover bopomofo script for bopomofo.
11393         Likewise for braille and mathematical.
11394         Use unicode scripts that cover the phonetic script for IPA.
11396 2008-04-01  Johan Bockgård  <bojohan@gnu.org>
11398         * emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
11399         return the assigned value.
11401 2008-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11403         * abbrev.el (abbrev-mode): Use define-minor-mode.
11405         * mouse.el (mouse-major-mode-menu-prefix): Remove.  Remove uses.
11406         (mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
11407         Use map-keymap.
11408         (minor-mode-menu-from-indicator): Use it.  Simplify.
11410         * bindings.el (mode-line-mode-menu): Move before (new) first use.
11411         (mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
11412         Bind the key directly to the menu.
11413         (mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.
11415 2008-04-01  Daiki Ueno  <ueno@unixuser.org>
11417         * epa.el (epa-decrypt-region): Explain the reason why this
11418         function should not be used in Lisp programs.
11419         (epa-decrypt-armor-in-region): Ditto.
11420         (epa-verify-region): Ditto.
11421         (epa-verify-cleartext-in-region): Ditto.
11422         (epa-sign-region): Ditto.
11423         (epa-encrypt-region): Ditto.
11425         * epg.el (epg-start-receive-keys): Fix typo in docstring.
11427         * epa.el (epa-select-keys): Show menu even if there is no key in
11428         GnuPG's keyring.
11430 2008-04-01  Glenn Morris  <rgm@gnu.org>
11432         * calendar/calendar.el (calendar-make-temp-face): New function.
11433         (mark-visible-calendar-date):
11434         * calendar/diary-lib.el (fancy-diary-display): Use it.
11436         * vc-hooks.el (vc-responsible-backend): Declare as function.
11438         * calendar/calendar.el (calendar-nongregorian-visible-p): New function.
11439         * calendar/cal-hebrew.el (calendar-hebrew-date-is-visible-p):
11440         * calendar/cal-julian.el (holiday-julian): Use it.
11442         * calendar/cal-hebrew.el (hebrew-calendar-elapsed-days): Doc fix.
11443         (calendar-hebrew-date-is-visible-p): Extract some common code into
11444         separate function.
11445         (holiday-hebrew, mark-hebrew-calendar-date-pattern): Use it.
11447         * calendar/cal-menu.el (cal-menu-holidays-menu):
11448         * calendar/calendar.el (calendar-mode-map): Use calendar-mark-holidays
11449         rather than obsolete alias.
11451         * calendar/calendar.el (mark-visible-calendar-date): Also use overlay
11452         for mark characters.
11453         (calendar-unmark): Unmark by removing all overlays, rather than
11454         redrawing.
11455         (calendar-starred-day): Remove.
11456         (calendar-mode): Disable undo.  Don't make calendar-starred-day local.
11457         (calendar-cursor-to-date): No need for special star handling now
11458         using overlays.
11459         (calendar-star-date): Use overlays.
11461         * calendar/cal-french.el (calendar-goto-french-date):
11462         * calendar/cal-hebrew.el (calendar-hebrew-from-absolute)
11463         (holiday-hanukkah, mark-hebrew-calendar-date-pattern):
11464         * calendar/cal-move.el (calendar-forward-month, calendar-end-of-month):
11465         * calendar/cal-persia.el (calendar-persian-date-string):
11466         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
11467         (cal-tex-cursor-month, cal-tex-LaTeXify-string):
11468         * calendar/lunar.el (lunar-phase-list, lunar-new-moon-on-or-after):
11469         * calendar/solar.el (solar-equinoxes-solstices):
11470         Reduce nesting of some lets.
11472         * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
11473         (calendar-goto-mayan-long-count-date): Simplify.
11475         * calendar/holidays.el (calendar-holiday-list, holiday-easter-etc):
11476         Simplify by using mapcar.
11477         (calendar-list-holidays): Return holiday-list.
11478         (list-holidays): Use let rather than let*.  Remove un-needed locals
11479         `d', `never'.
11480         (calendar-check-holidays): Return result from dolist.
11481         (holiday-float): Use a single let*.  Simplify if-and to and.
11482         (holiday-sexp, holiday-advent, holiday-greek-orthodox-easter): Use a
11483         single let*.
11485 2008-04-01  Jay Belanger  <jay.p.belanger@gmail.com>
11487         * calc/calc.el: Autoload `calc-yank'.
11488         (calc-mode-map): Add keybindings for `calc-yank'.
11489         * calc/calc-ext.el (calc-init-extensions): Remove keybinding
11490         assignments for `calc-yank'.
11492 2008-03-31  Dan Nicolaescu  <dann@ics.uci.edu>
11494         * vc.el (vc-status-add-entry): Assume ENTRY is a list, not a cons.
11495         (vc-status-mark-buffer-changed): Handle the extra field.
11497         * vc-bzr.el (vc-bzr-after-dir-status):
11498         * vc-cvs.el (vc-cvs-after-dir-status):
11499         * vc-hg.el (vc-hg-after-dir-status):
11500         * vc-svn.el (vc-svn-after-dir-status): Return a list, not a cons.
11502 2008-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
11504         * doc-view.el: Compute displayed pages first (in PDF).
11505         (doc-view-current-converter-processes): Rename from
11506         doc-view-current-converter-process.  Update users.
11507         (doc-view-sentinel): Test buffer's liveness.
11508         (doc-view-pdf/ps->png-sentinel): Remove.
11509         (doc-view-start-process): New function.
11510         (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
11511         (doc-view-ps->pdf): Use it.
11512         (doc-view-pdf->png-1, doc-view-pdf->png, doc-view-active-pages):
11513         New functions.
11514         (doc-view-convert-current-doc, doc-view-goto-page): Use them.
11515         (doc-view-mode): Kill the processes when leaving the mode.
11517 2008-03-31  Juanma Barranquero  <lekktu@gmail.com>
11519         * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p):
11520         Use `byte-compile-warning-types'.  Add docstring.
11522 2008-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
11524         * smerge-mode.el (smerge-apply-resolution-patch): New fun.
11525         (smerge-resolve): Add various resolution heuristics.
11527         * smerge-mode.el (smerge-refine): Allow highlighting other subparts
11528         in 3-way conflicts.
11530 2008-03-31  Glenn Morris  <rgm@gnu.org>
11532         * calendar/cal-bahai.el (diary-bahai-mark-entries):
11533         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
11534         * calendar/cal-islam.el (mark-islamic-diary-entries):
11535         Fix argument order in call to diary-mark-entries-1.
11537         * calendar/cal-bahai.el (calendar-bahai-date-string): Avoid an error for
11538         pre-Bahai dates.
11539         (holiday-bahai): Use an algorithm actually relevant to this calendar
11540         system.
11542         * calendar/cal-china.el (holiday-chinese-new-year): Doc fix.
11544         * calendar/cal-islam.el (holiday-islamic): Remove un-needed let.
11545         Use and.
11547         * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
11548         in the last fortnight in Julian October.
11550         * calendar/calendar.el (increment-calendar-month): Optionally handle
11551         systems without 12 months per year.
11553         (calendar-date-is-visible-p): Doc fix.  Simplify.
11555         * calendar/holidays.el (holiday-filter-visible-calendar): Return result
11556         from dolist.
11558 2008-03-30  Juanma Barranquero  <lekktu@gmail.com>
11560         * hi-lock.el (hi-lock-mode): Fix typos in docstring.
11561         (hi-lock-unload-function): New function.
11563 2008-03-30  Michael Albinus  <michael.albinus@gmx.de>
11565         * net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
11566         overwriting when NEWNAME is a local file.
11568         * net/trampver.el: Update release number.
11570 2008-03-30  Alexandre Julliard  <julliard@winehq.org>
11572         * vc-git.el: Make vc-status display information about copies,
11573         renames and permission changes.
11574         (vc-git-extra-fileinfo): New defstruct.
11575         (vc-git-escape-file-name, vc-git-file-type-as-string)
11576         (vc-git-rename-as-string, vc-git-permissions-as-string)
11577         (vc-git-status-printer): New functions.
11578         (vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo.
11579         (vc-git-after-dir-status-stage1): Look for copies, renames and
11580         permission changes.
11581         (vc-git-after-dir-status-stage1-empty-db): Set permissions.
11582         (vc-git-dir-status): Ask for staged files and renames.
11584 2008-03-30  Dan Nicolaescu  <dann@ics.uci.edu>
11586         * vc.el: Allow backends to display backend specific information in
11587         the vc-status listing.
11588         (vc-status-fileinfo): Add a field for backend specific information.
11589         (vc-status-printer): Rename to ...
11590         (vc-default-status-printer): ... this.
11591         (vc-status-printer): New function.
11592         (vc-update-vc-status-buffer): Set the backend specific file info
11593         if provided.
11595 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11597         * textmodes/remember.el (remember-diary-convert-entry): Revert last
11598         change (ill-conceived).
11600 2008-03-29  Glenn Morris  <rgm@gnu.org>
11602         * calendar/cal-hebrew.el (holiday-hebrew): Simplify.
11603         * calendar/cal-julian.el (holiday-julian): Simplify.
11605         * calendar/holidays.el (list-holidays): Use or.
11607 2008-03-29  Juri Linkov  <juri@jurta.org>
11609         * window.el (split-window-preferred-horizontally): New function.
11611         * cus-start.el (split-window-preferred-function):
11612         Set choice for "vertically" to nil instead of split-window.
11613         Set choice for "horizontally" to split-window-preferred-horizontally
11614         instead of lambda.
11616 2008-03-29  Juri Linkov  <juri@jurta.org>
11618         * simple.el (minibuffer-default-add-function): New variable with
11619         the default to minibuffer-default-add-completions.
11620         (minibuffer-default-add-done): New variable.  Make it buffer-local.
11621         (minibuffer-default-add-completions): New function.
11622         (goto-history-element): Set minibuffer-default-add-done to t and
11623         call a function in minibuffer-default-add-function when the
11624         specified absolute history position is greater than the length of
11625         the minibuffer-default list and minibuffer-default-add-done is nil.
11626         Change "^End of history; no next item$" to "^End of defaults;
11627         no next item$".
11629         * bindings.el (debug-ignored-errors): Change "^End of history;
11630         no next item$" to "^End of defaults; no next item$".
11632 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11634         * subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.
11636         * textmodes/remember.el (remember-diary-convert-entry): Prefer boundp
11637         to with-no-warnings.
11639 2008-03-29  Michael Albinus  <michael.albinus@gmx.de>
11641         Sync with Tramp 2.1.13.
11643         * net/tramp-ftp.el: Require 'cl when byte-compiling.
11645         * net/trampver.el: Update release number.
11647 2008-03-29  Dan Nicolaescu  <dann@ics.uci.edu>
11649         * vc-hooks.el (vc-menu-map-filter): Be more careful when finding
11650         the current backend.
11652         * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
11653         (vc-status-refresh): Create a temporary buffer and call the
11654         `dir-status' backend function from that buffer.
11656         * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
11657         (vc-bzr-after-dir-status): Don't kill the buffer.
11659         * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
11660         (vc-cvs-after-dir-status): Don't kill the buffer.
11662         * vc-git.el (vc-git-dir-status): Don't create a buffer.
11663         (vc-git-after-dir-status-stage2): Don't kill the buffer.
11665         * vc-hg.el (vc-hg-dir-status): Don't create a buffer.
11666         (vc-hg-after-dir-status): Don't kill the buffer.
11668         * vc-svn.el (vc-svn-dir-status): Don't create a buffer.
11669         (vc-svn-after-dir-status): Don't kill the buffer.
11671 2008-03-29  Glenn Morris  <rgm@gnu.org>
11673         * calendar/calendar.el (diary-file, american-date-diary-pattern)
11674         (european-date-diary-pattern, european-calendar-display-form)
11675         (american-calendar-display-form, diary-display-hook): Doc fixes.
11676         (european-calendar-style): Doc fix.  Use calendar-set-date-style for
11677         custom :set.  Mark as obsolete.
11678         (calendar-date-style, iso-date-diary-pattern)
11679         (iso-calendar-display-form): New user variables.
11680         (diary-date-forms, calendar-date-display-form): Set using
11681         calendar-date-style.  Doc fix.
11682         (calendar-set-date-style): New command.
11683         (european-calendar, american-calendar): Use calendar-set-date-style.
11684         Mark as obsolete.
11686         * calendar/diary-lib.el (number): Move declaration where needed.
11687         (diary-mail-entries, list-sexp-diary-entries): Doc fixes.
11688         (diary-make-date): New function.
11689         (diary-date, diary-block, diary-anniversary, diary-cyclic): Doc fix.
11690         Use diary-make-date.
11691         (diary-date-display-form, diary-insert-entry-1): New functions.
11692         (insert-monthly-diary-entry, insert-yearly-diary-entry):
11693         Use diary-insert-entry-1.
11694         (insert-anniversary-diary-entry, insert-block-diary-entry)
11695         (insert-cyclic-diary-entry): Use diary-date-display-form.
11697         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
11698         Autoload diary-insert-entry-1.
11699         * calendar/cal-bahai.el (diary-bahai-insert-entry)
11700         (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
11701         * calendar/cal-hebrew.el (insert-hebrew-diary-entry)
11702         (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
11703         * calendar/cal-islam.el (insert-islamic-diary-entry)
11704         (insert-monthly-islamic-diary-entry, insert-yearly-islamic-diary-entry):
11705         Use diary-insert-entry-1.
11707         * calendar/cal-hebrew.el (diary-make-date): Autoload it.
11708         (diary-yahrzeit): Doc fix.  Use diary-make-date.
11710         * calendar/icalendar.el (icalendar--datetime-to-american-date):
11711         New name for icalendar--datetime-to-noneuropean-date.  Make old name
11712         obsolete alias.
11713         (icalendar--datetime-to-iso-date): New function.
11714         (icalendar--datetime-to-diary-date): Doc fix.  Respect
11715         calendar-date-style if bound.
11717         * textmodes/remember.el (remember-diary-convert-entry):
11718         Respect calendar-date-style if bound.
11720 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11722         * xt-mouse.el (xterm-mouse-mode): Use delete-terminal-functions.
11723         (xterm-mouse-handle-delete-frame): Delete.
11725         * term/xterm.el (terminal-init-xterm): Use delete-terminal-functions.
11726         (xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys)
11727         (xterm-remove-modify-other-keys): Lookup terminal rather than frame
11728         in xterm-modify-other-keys-terminal-list.
11730         * vc-bzr.el (vc-bzr-state-heuristic): Fix last change for when there
11731         are conflicts.
11733 2008-03-29  Dan Nicolaescu  <dann@ics.uci.edu>
11735         * vc.el (vc-update): Check if the buffer is unsaved only if it
11736         actually exists.
11737         (vc-status-mode-map, vc-status-menu-map): Bind vc-update and
11738         vc-print-log.
11740 2008-03-28  Magnus Henoch  <mange@freemail.hu>
11742         * net/dns.el (dns-write): Use set-buffer-multibyte.
11744 2008-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11746         * vc-bzr.el (vc-bzr-sha1): New fun.
11747         (vc-bzr-state-heuristic): New fun, extracted from vc-bzr-registered.
11748         (vc-bzr-registered): Use it.
11750 2008-03-28  Dan Nicolaescu  <dann@ics.uci.edu>
11752         * vc.el (vc-status-kill-dir-status-process): Simplify.
11753         (vc-status-refresh): Make sure the buffer is live.
11754         (ring): Don't require it, not used.
11756 2008-03-28  Wilson Snyder  <wsnyder@wsnyder.org>
11758         * progmodes/verilog-mode.el (verilog-auto-inout-module):
11759         Add optional regular expression to AUTOINOUTMODULE.
11760         (verilog-inject-auto, verilog-auto-arg, verilog-auto-inst)
11761         (verilog-auto-inst-param, verilog-auto-reg)
11762         (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
11763         (verilog-auto-output-every, verilog-auto-input)
11764         (verilog-auto-inout, verilog-auto-sense, verilog-auto-tieoff)
11765         (verilog-auto-unused, verilog-auto): Update documentation to use
11766         more obvious instance module names versus cell names.
11768 2008-03-28  Jan Djärv  <jan.h.d@swipnet.se>
11770         * progmodes/compile.el (compilation-mode-tool-bar-map): Only enable
11771         kill if a process is running.
11773         * progmodes/grep.el (grep-mode-tool-bar-map): The same.
11775 2008-03-28  Dan Nicolaescu  <dann@ics.uci.edu>
11777         * vc.el: Add new backend function 'status-extra-headers.
11778         (vc-default-status-extra-headers): New function.
11779         (vc-status-headers): Call 'status-extra-headers.  Add colors.
11781         * vc-git.el (vc-git-status-extra-headers): New function.
11783 2008-03-28  Glenn Morris  <rgm@gnu.org>
11785         * calendar/cal-menu.el (cal-menu-holidays-menu)
11786         (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
11787         (cal-menu-list-holidays-previous-year): Simplify now that 2nd arg of
11788         holiday-list is optional.
11789         (calendar-mouse-holidays): Remove un-needed local `l'.
11791         * calendar/cal-move.el (calendar-cursor-to-nearest-date):
11792         Remove un-needed local `date'.
11793         (calendar-cursor-to-visible-date): Use let rather than let*.
11794         Remove un-needed local `first-of-month-weekday'.
11796         * calendar/calendar.el (abbreviated-calendar-year): Move to diary-lib.
11798         * calendar/diary-lib.el (print-diary-entries-hook, diary-list-entries):
11799         Doc fixes.
11800         (abbreviated-calendar-year): Move here from calendar.el.  Doc fix.
11801         (diary-header-line-flag, diary-header-line-format): Declare.
11802         (diary-pull-attrs): Check for multiple matches.
11803         (diary-list-entries-2): Simplify finding start of date.
11804         (diary-show-all-entries, make-diary-entry): Respect non-nil values of
11805         pop-up-frames.
11806         (diary-mark-entries-1): Re-use offset in abbreviated-year case.
11807         (mark-sexp-diary-entries): Remove superfluous call to diary-pull-attrs.
11809 2008-03-27  Dan Nicolaescu  <dann@ics.uci.edu>
11811         * vc-hg.el (vc-hg-state, vc-hg-dir-state): Deal with 'missing files.
11813         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate.
11815 2008-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11817         * vc-hooks.el (vc-before-save): Don't prevent saving the file.
11819         * image-mode.el (image-mode-reapply-winprops): Fix last change.
11821 2008-03-27  Kenichi Handa  <handa@ni.aist.go.jp>
11823         * international/mule-conf.el (define-iso-single-byte-charset):
11824         Don't make latin-iso8859-* supplementary.
11825         (#'set-charset-priority): Don't change the priority of charsets
11826         `unicode' and `emacs'.
11828 2008-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11830         * vc.el (vc-do-command): Don't pop to the buffer if it's an internal
11831         temp buffer.
11833 2008-03-27  Glenn Morris  <rgm@gnu.org>
11835         * calendar/cal-bahai.el (diary-bahai-list-entries):
11836         * calendar/cal-hebrew.el (list-hebrew-diary-entries):
11837         * calendar/cal-islam.el (list-islamic-diary-entries): Doc fix.
11839         * calendar/calendar.el (diary-file): Doc fix.
11841         * calendar/diary-lib.el (diary-face-attrs): Fix `height' regexp.
11842         (list-diary-entries-hook, mark-diary-entries-hook)
11843         (include-other-diary-files, diary-mail-entries)
11844         (mark-included-diary-files, list-sexp-diary-entries): Doc fixes.
11845         (diary-set-header): New function.
11846         (diary-header-line-flag, diary-header-line-format):
11847         Use diary-set-header for custom :set function.
11848         (diary-set-maybe-redraw): Use symbol-value rather than eval.
11849         (diary-attrtype-convert): Use intern-soft rather than read.
11850         (diary-display-no-entries): New function.
11851         (simple-diary-display, fancy-diary-display): Use it.
11852         (fancy-diary-display): Doc fix.  Remove unneeded local entry-list.
11853         (diary-mark-entries-1): Fix position offsets in non-gregorian case.
11855         * calendar/holidays.el (list-holidays): Doc fix.
11857 2008-03-26  Jay Belanger  <jay.p.belanger@gmail.com>
11859         * calc/calc-store.el (calc-read-var-name-history): New variable.
11860         (calc-read-var-name): Use `calc-read-var-name-history'.
11862 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11864         * image-mode.el (image-mode-reapply-winprops): Simplify now that
11865         window-configuration-change-hook works buffer-locally.
11867 2008-03-26  Johan Bockgård  <bojohan@gnu.org>
11869         * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table
11870         for Emacs Lisp, not Lisp.
11872 2008-03-26  Juanma Barranquero  <lekktu@gmail.com>
11874         * help-fns.el (describe-function-1, describe-variable):
11875         If CURRENT-NAME is nil, don't end obsolescence info with semicolon.
11877         * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no
11878         replacement is provided, don't print "use nil instead".
11880 2008-03-26  Johan Bockgård  <bojohan@gnu.org>
11882         * complete.el (PC-do-completion): Use regexp-quote.
11884 2008-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
11886         * vc-cvs.el (vc-cvs-parse-status, vc-cvs-after-dir-status):
11887         Detect missing files.
11889         * vc-git.el (vc-git-extra-menu-map): New key map.
11890         (vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep):
11891         New functions.
11893         * vc-hooks.el (vc-default-mode-line-string): Deal with 'removed
11894         and 'missing files.
11896 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11898         * calendar/holidays.el (list-holidays): Make Y2 optional.
11900         * calendar/appt.el (appt-buffer-name): Don't use a leading space for
11901         buffers shown to the user.
11902         (appt-disp-window): Disable undo explicitly now that the leading space
11903         is gone.
11905         * simple.el (activate-mark): New function.
11906         (set-mark-command): Use it with region-active-p to clean up the code.
11907         (exchange-point-and-mark): Invert the meaning of C-u when
11908         transient-mark-mode is active.
11910         * dired-aux.el (dired-create-files): Use dolist.
11912         * bindings.el (mode-line-change-eol): Use with-selected-window.
11914         * apropos.el (apropos-command): Include macros.
11916 2008-03-26  Glenn Morris  <rgm@gnu.org>
11918         * calendar/cal-bahai.el: Require calendar, not cal-julian.
11919         (calendar-bahai-epoch): Doc fix.
11921         * calendar/cal-china.el: Explicitly require calendar.
11923         * calendar/cal-coptic.el, calendar/cal-islam.el, calendar/cal-persia.el:
11924         Require calendar rather than cal-julian.
11925         Autoload calendar-absolute-from-julian.
11926         * calendar/cal-coptic.el (coptic-calendar-epoch):
11927         * calendar/cal-islam.el (calendar-islamic-epoch):
11928         * calendar/cal-persia.el (persian-calendar-epoch): Set when compiling.
11930         * calendar/cal-islam.el (calendar-islamic-epoch): Doc fix.
11932         * calendar/cal-dst.el: Don't require cal-persia.
11933         (calendar-absolute-from-persian): Autoload it.
11934         (dst-adjust-time): Doc fix.
11936         * calendar/cal-menu.el (cal-menu-diary-menu): Remove menu headings that
11937         cause cal-bahai, cal-islam, cal-hebrew to be loaded on starting the
11938         calendar.
11940         * calendar/cal-menu.el: Require calendar rather than declaring
11941         functions.
11942         * calendar/calendar.el: Provide calendar before requiring cal-menu.
11944         * calendar/cal-x.el (calendar-after-frame-setup-hook): New name for
11945         calendar-after-frame-setup-hooks.  Update callers, make old name an
11946         obsolete alias.  Doc fix.
11947         (calendar-frame-1): Doc fix.
11949         * calendar/calendar.el (solar-holidays): Simplify holiday-sexp calls.
11951         * calendar/calendar.el (oriental-holidays, solar-holidays):
11952         * calendar/holidays.el (list-holidays): Assume atan always bound.
11954         * calendar/lunar.el, calendar/solar.el: Remove floating-point check.
11955         Explicitly require calendar, not cal-julian.
11956         * calendar/lunar.el: Explicitly require cal-dst.
11958 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11960         * autorevert.el (auto-revert-buffers): Use buffer-live-p.
11962         * help-fns.el (describe-function-1, describe-variable): If no
11963         replacement is provided, don't print "use nil instead".
11965 2008-03-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11967         * proced.el: New file.
11969 2008-03-25  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
11971         * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.
11973 2008-03-25  Juri Linkov  <juri@jurta.org>
11975         * battery.el: Add file cookie coding:iso-8859-1 for the degree sign
11976         in battery-mode-line-format.
11978         * bindings.el (minibuffer-local-map): For the command
11979         file-cache-minibuffer-complete replace keymap minibuffer-local-map
11980         with map which is already locally bound to minibuffer-local-map.
11982 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11984         * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
11985         Remove `sort-first' argument.
11987         * subr.el (redisplay-end-trigger-functions)
11988         (window-redisplay-end-trigger, set-window-redisplay-end-trigger)
11989         (process-filter-multibyte-p, set-process-filter-multibyte):
11990         Mark as obsolete.
11992 2008-03-25  Juanma Barranquero  <lekktu@gmail.com>
11994         * emacs-lisp/re-builder.el (reb-mode-common): Remove reference to
11995         bogus variable `reb-kill-buffer'; don't make hooks buffer-local,
11996         use the LOCAL arg of `add-hook'.
11997         (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
11998         Remove spurious * from defcustom docstrings.
11999         (reb-next-match, reb-prev-match, reb-enter-subexp-mode):
12000         Fix typos in messages.
12001         (reb-mode-buffer-p): New function.
12002         (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'.  Use `when'.
12003         (top, reb-show-subexp, reb-auto-update, reb-delete-overlays)
12004         (reb-cook-regexp, reb-update-regexp, reb-update-overlays):
12005         Use `unless', `when'.
12006         (re-builder-unload-function): New function.
12008 2008-03-25  Dan Nicolaescu  <dann@ics.uci.edu>
12010         * vc-hooks.el (vc-state): Add documentation for 'missing.
12012 2008-03-25  Wilson Snyder  <wsnyder@wsnyder.org>
12014         * progmodes/verilog-mode.el (verilog-auto-output)
12015         (verilog-auto-input, verilog-auto-inout, verilog-auto)
12016         (verilog-delete-auto): Add optional regular expression to
12017         AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
12018         (verilog-signals-matching-regexp): New internal function for
12019         signal matching.
12021 2008-03-25  Johan Bockgård  <bojohan@gnu.org>
12023         * info.el (Info-isearch-search): Always return point.
12025 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12027         * diff-mode.el (diff-remembered-defdir): New var.
12028         (diff-find-file-name): Use it to flush diff-remembered-files-alist.
12030 2008-03-25  Glenn Morris  <rgm@gnu.org>
12032         * calendar/cal-bahai.el (calendar-bahai-read-date): New name for
12033         calendar-bahai-prompt-for-date.  Update callers, make old name an
12034         obsolete alias.  Doc fix.
12035         * calendar/cal-coptic.el (calendar-coptic-read-date): New name for
12036         coptic-prompt-for-date.  Update callers, make old name an
12037         obsolete alias.  Doc fix.
12038         * calendar/cal-hebrew.el (calendar-hebrew-read-date): New name for
12039         calendar-hebrew-prompt-for-date.  Update callers.  Doc fix.
12040         * calendar/cal-islam.el (calendar-islamic-read-date): New name for
12041         calendar-islamic-prompt-for-date.  Update callers.  Doc fix.
12042         * calendar/cal-iso.el (calendar-iso-read-date): New name for
12043         calendar-iso-read-args.  Update callers, make old name an obsolete
12044         alias.
12045         * calendar/cal-persia.el (calendar-persian-read-date): New name for
12046         persian-prompt-for-date.  Update callers, make old name an
12047         obsolete alias.  Doc fix.  Move definition before use.
12049         * calendar/cal-x.el (diary-frame-parameters)
12050         (calendar-frame-parameters, calendar-and-diary-frame-parameters)
12051         (calendar-frame-1): Doc fixes.
12052         (make-fancy-diary-buffer): Remove declaration.
12053         (calendar-dedicate-diary): Replace call to deleted function
12054         make-fancy-diary-buffer.
12055         (calendar-frame-setup): New function.
12056         (calendar-one-frame-setup, calendar-only-one-frame-setup)
12057         (calendar-two-frame-setup): Call calendar-frame-setup to do the actual
12058         work, and mark as obsolete.
12059         (special-display-buffer-names): Don't mess with this; it's not our
12060         business.
12061         (cal-x-load-hook): Defvar it, and mark as obsolete.
12063         * calendar/calendar.el (calendar-remove-frame-by-deleting):
12064         Default to t.  Add to 'calendar group.
12065         (calendar): Doc fix.  Use calendar-frame-setup.
12066         (calendar-basic-setup): Doc fix.  Add optional NODISPLAY argument.
12067         (generate-calendar-window): Doc fix.
12069 2008-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12071         * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
12073 2008-03-24  Drew Adams  <drew.adams@oracle.com>
12075         * finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
12076         New variables.
12077         (finder-mode): Use finder-mode-syntax-table.  Set font-lock-defaults.
12078         (finder-exit): Ignore errors rather than avoiding them.
12079         Kill *Finder-package* buffer also.
12081 2008-03-24  Andreas Schwab  <schwab@suse.de>
12083         * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
12085 2008-03-24  Dan Nicolaescu  <dann@ics.uci.edu>
12087         * vc-hg.el (vc-hg-after-dir-status):
12088         * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
12090         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
12091         Detect removed files.
12093         * vc.el (vc-status-printer): Use a different face for missing files.
12094         (vc-status-hide-up-to-date): Rename from
12095         vc-status-remove-up-to-date.  Update all callers.
12096         (vc-status-mode-map): Bind C-m.
12098 2008-03-24  Alexandre Julliard  <julliard@winehq.org>
12100         * vc-git.el (vc-git-after-dir-status-stage1): Move state matching
12101         code ...
12102         (vc-git--state-code): ... to this new function.
12103         (vc-git-state): Use it.
12105 2008-03-24  Trent Buck  <trentbuck@gmail.com>  (tiny change)
12107         * textmodes/remember.el (remember-mail-date)
12108         (remember-store-in-mailbox): Write date and From line in such a
12109         way that Mutt can read it.
12111 2008-03-23  Chong Yidong  <cyd@stupidchicken.com>
12113         * simple.el (transient-mark-mode): Turn on by default.
12115 2008-03-23  Dan Nicolaescu  <dann@ics.uci.edu>
12117         * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
12118         'unregistered for unregistered files.
12120         * vc-hg.el (vc-hg-state): Return 'removed for removed files.
12122         * bindings.el (standard-mode-line-modes): Avoid duplicating a string.
12124         * vc-cvs.el (vc-cvs-parse-status): Note there are problems with
12125         subdirectories.
12127         * vc.el (vc-status-prepare-status-buffer): Fix thinko.
12128         (vc-status-menu-map): Add binding for vc-status-kill-dir-status-process.
12129         Add :enable for vc-status-refresh.
12130         (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
12131         (vc-status-tool-bar-map): Add binding for
12132         vc-status-kill-dir-status-process.
12133         Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
12134         (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
12135         Reset vc-status-process-buffer.
12136         (vc-status-refresh): Don't run two refreshes at a time.
12137         (vc-status): If the buffer is already in vc-status-mode only refresh.
12138         (vc-status-mark-buffer-changed): Add an optional file parameter.
12139         (vc-resynch-buffer): Use it.
12140         (vc-delete-file): Expand the file name before using it.
12141         Be careful to not create a new buffer with the old file contents.
12142         Update the VC state after performing the operation.
12144 2008-03-23  Andreas Schwab  <schwab@suse.de>
12146         * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
12147         Fix radio button condition.
12148         [box]: Likewise.
12149         [customize]: Add radio button.
12151 2008-03-23  Jay Belanger  <jay.p.belanger@gmail.com>
12153         * calc/calc.el (calc-was-keypad-mode, calc-full-mode)
12154         (calc-user-parse-tables, calc-gnuplot-default-device)
12155         (calc-gnuplot-default-output, calc-gnuplot-print-device)
12156         (calc-gnuplot-print-output, calc-gnuplot-geometry)
12157         (calc-graph-default-resolution, calc-graph-default-resolution-3d)
12158         (calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
12159         (calc-undo-list, calc-redo-list, calc-main-buffer)
12160         (calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
12161         (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
12162         (calc-said-hello, calc-executing-macro, calc-any-selections)
12163         (calc-help-phase, calc-full-help-flag, calc-refresh-count)
12164         (calc-display-dirty, calc-embedded-info, calc-embedded-active)
12165         (calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
12166         (math-expr-variable-mapping, calc-mode-map, calc-digit-map)
12167         (calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
12168         (calc-create-buffer, calc-quit): Add docstrings.
12170 2008-03-23  Juanma Barranquero  <lekktu@gmail.com>
12172         * makefile.w32-in (WINS_ALMOST): Add org.
12174 2008-03-23  Dan Nicolaescu  <dann@ics.uci.edu>
12176         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
12177         New functions to implement vc-status support.
12179 2008-03-22  Dan Nicolaescu  <dann@ics.uci.edu>
12181         * vc.el (vc-status-prepare-status-buffer): New function.
12182         (vc-status): Use it.
12184         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
12185         appropriate.
12187 2008-03-22  Alexandre Julliard  <julliard@winehq.org>
12189         * vc-git.el (vc-git--empty-db-p)
12190         (vc-git-after-dir-status-stage1-empty-db): New functions.
12191         (vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
12192         Add support for empty repositories.
12194 2008-03-22  Dan Nicolaescu  <dann@ics.uci.edu>
12196         * vc-git.el (vc-git-annotate-extract-revision-at-line):
12197         Allow "^" in a version name.
12199         * vc-mtn.el (vc-mtn-state): Support the added state.
12201 2008-03-22  Carsten Dominik  <dominik@science.uva.nl>
12203         * org: New directory for Org-mode.
12205         * org/org-export-latex.el: Moved from lisp/texmodes.
12207         * org/org-irc.el: Moved from lisp/texmodes.
12209         * org/org-mac-message.el: Moved from lisp/texmodes.
12211         * org/org-mouse.el: Moved from lisp/texmodes.
12213         * org/org-publish.el: Moved from lisp/texmodes.
12215 2008-03-21  Juri Linkov  <juri@jurta.org>
12217         * comint.el (comint-dynamic-simple-complete):
12218         Use variable `stub' for the second arg `common-substring'
12219         of `comint-dynamic-list-completions'.
12220         (comint-dynamic-list-filename-completions):
12221         Use variable `filenondir' for the second arg `common-substring'
12222         of `comint-dynamic-list-completions'.
12223         (comint-dynamic-list-completions): Add new optional arg
12224         `common-substring'.  Add `common-substring' as the second arg of
12225         the call to `display-completion-list'.  Doc fix.
12227         * comint.el (comint-dynamic-complete-as-filename)
12228         (comint-dynamic-list-filename-completions)
12229         (comint-dynamic-simple-complete): Use `minibuffer-message'
12230         to display message "No completions of %s" when a command
12231         is called in the minibuffer.
12232         (comint-dynamic-simple-complete): Don't display other
12233         completion messages when a command is called in the minibuffer.
12234         (comint-dynamic-list-completions): Use `minibuffer-message'
12235         to display message " [Type space to flush ...]" when a command
12236         is called in the minibuffer.
12238         * shell.el (shell-dynamic-complete-command)
12239         (shell-dynamic-complete-environment-variable): Don't display
12240         completion messages when command is called in the minibuffer.
12242         * emacs-lisp/lisp.el (lisp-complete-symbol):
12243         Use `minibuffer-message' to display message "No completions of %s"
12244         when this command is called in the minibuffer.
12246         * bindings.el (standard-mode-line-modes): Put special help-echo
12247         tooltip on recursive edit %[ %] mode-line constructs.
12249         * dabbrev.el (debug-ignored-errors): Remove $ from the end of
12250         "^No dynamic expansion for .* found$" to allow error messages like
12251         "No dynamic expansion for \"%s\" found in this-buffer".
12253 2008-03-21  Michael Albinus  <michael.albinus@gmx.de>
12255         * net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
12256         "psftp".
12258 2008-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12260         * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
12261         * vc.el (vc-default-dired-state-info): Use just "modified".
12262         * vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
12263         (vc-cvs-mode-line-string): Make use of the better default.
12264         (vc-cvs-parse-entry): Use the new `added'.
12265         (vc-cvs-dired-state-info): Remove.
12266         * vc-svn.el (vc-svn-dired-state-info): Remove.
12267         * vc-hg.el (vc-hg-dired-state-info): Remove.
12268         * vc-git.el (vc-git-dired-state-info): Remove.
12270 2008-03-21  Dan Nicolaescu  <dann@ics.uci.edu>
12272         * vc-git.el (vc-git-status-result): New variable.
12273         (vc-git-dir-status): Split out ...
12274         (vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
12275         ... these new functions and work asynchronously.
12277 2008-03-21  Alexandre Julliard  <julliard@winehq.org>
12279         * vc-git.el (vc-git-after-dir-status): Remove.
12280         (vc-git-dired-state-info): Reimplement.
12282 2008-03-21  Dan Nicolaescu  <dann@ics.uci.edu>
12284         * replace.el (occur-mode-map): Add :help.
12286         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entry
12287         for disassemble.
12289         * vc.el (vc-status-mark-buffer-changed): Better deal with files in
12290         the 'added state.
12291         (vc-status-remove-up-to-date): New function.
12292         (vc-status-mode-map, vc-status-menu-map): Bind it.
12293         (vc-status-printer): Use a different face up-to-date files.
12294         (vc-resynch-buffer): Update the vc-status buffer if it exists.
12295         (Todo): Remove solved entries.
12297         * vc-hg.el (vc-hg-state):
12298         * vc-git.el (vc-git-state):
12299         * vc-cvs.el (vc-cvs-parse-status):
12300         * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
12301         state.
12303 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12305         * progmodes/compile.el (compile):
12306         * progmodes/grep.el (grep, grep-find): Use read-shell-command.
12308         * simple.el (minibuffer-local-shell-command-map): New var.
12309         (minibuffer-complete-shell-command, read-shell-command): New funs.
12310         (shell-command, shell-command-on-region): Use them.
12312 2008-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
12314         * vc.el (vc-status-mark-buffer-changed): New function to implement
12315         updating of the *vc-status* buffer when a buffer is saved.
12316         (vc-status-mode): Use it for after-change-hook.
12317         (vc-add-to-vc-status-buffer): Rename to ...
12318         (vc-status-add-entry): ... this.
12319         (Todo): Add new entry.
12321 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12323         * sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness.
12325 2008-03-20  Juanma Barranquero  <lekktu@gmail.com>
12327         * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars)
12328         (icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
12329         Remove spurious * from defcustom docstrings.
12330         (icomplete-compute-delay): Fix docstring and remove spurious *.
12331         (icomplete-delay-completions-threshold): Fix typo in docstring and
12332         remove spurious *.
12333         (icomplete-completions): While collecting the list of prospective
12334         candidates, don't overshoot `icomplete-prospects-length'.
12336 2008-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
12338         * textmodes/refbib.el:
12339         * textmodes/reftex.el:
12340         * textmodes/reftex-global.el:
12341         * textmodes/reftex-vars.el:
12342         * textmodes/reftex-toc.el: Don't use eval-and-compile for byte
12343         compiler pacifying defvars.
12344         (reftex-toc-mode): Only make zmacs-regions local on XEmacs.
12345         * textmodes/reftex-index.el (zmacs-regions): Remove pacifier,
12346         not needed.
12348 2008-03-20  Wilson Snyder  <wsnyder@wsnyder.org>
12350         * progmodes/verilog-mode.el (verilog-easy-menu-filter): New function.
12351         (verilog-stmt-menu, verilog-menu): Add :help and filter it.
12352         (verilog-customize, verilog-font-customize)
12353         (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
12354         (verilog-mode): Update documentation strings to match tool tips.
12355         (verilog-auto-search-do, verilog-auto-re-search-do)
12356         (verilog-skip-forward-comment-or-string): Fix verilog-auto
12357         expansion when a .* appears inside a string.
12358         (verilog-re-search-forward, verilog-re-search-backward):
12359         Add comment to recall how this works.
12360         (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
12362 2008-03-20  Glenn Morris  <rgm@gnu.org>
12364         * calendar/calendar.el (calendar-other-dates): New function.
12365         (calendar-print-other-dates): Use calendar-other-dates.
12366         * calendar/cal-menu.el (calendar-other-dates): Declare it, and remove
12367         the declarations it replaces.
12368         (calendar-mouse-print-dates): Use calendar-other-dates.
12370         * calendar/cal-bahai.el (calendar-bahai-leap-year-p)
12371         (calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
12372         (calendar-absolute-from-bahai): Fix the leap-year case.
12373         (calendar-bahai-from-absolute): Re-use the Gregorian month.
12374         (calendar-bahai-date-string, calendar-bahai-print-date):
12375         Handle pre-Bahai dates.
12377         * calendar/cal-china.el (chinese-calendar-celestial-stem)
12378         (chinese-calendar-terrestrial-branch): Make defcustoms.
12380         * calendar/cal-menu.el (calendar-mouse-holidays): Re-use the title.
12381         (calendar-mouse-view-diary-entries): Use or.
12382         (calendar-mouse-chinese-date): Remove unused command.
12383         (cal-menu-load-hook): Mark as obsolete.
12385         * calendar/solar.el (calendar-location-name, calendar-latitude)
12386         (calendar-longitude, solar-arctan, sunrise-sunset)
12387         (solar-mean-equinoxes/solstices): Use the appropriate equality test.
12389 2008-03-20  Jay Belanger  <jay.p.belanger@gmail.com>
12391         * calc/calc.el: Remove outdated comments.
12392         (defcalcmodevar, calc-mode-var-list-restore-default-values)
12393         (calc-mode-var-list-restore-saved-values, calc-autorange-units):
12394         Add docstrings.
12396 2008-03-19  Jason Rumney  <jasonr@gnu.org>
12398         * w32-fns.el (x-alternatives-map): Add S-tab mapping.
12400 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
12402         * net/tls.el (open-tls-stream): Reindent.
12404 2008-03-19  Michael Albinus  <michael.albinus@gmx.de>
12406         * net/tramp.el (tramp-let-maybe): Removed.
12407         (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
12408         It does not exist under XEmacs.
12409         (tramp-handle-file-truename, tramp-handle-expand-file-name)
12410         (tramp-completion-file-name-handler): Let-bind
12411         `directory-sep-char'.
12413         * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
12414         `directory-sep-char'.
12416 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12418         * help-fns.el (describe-function-1): Don't signal "missing arglist"
12419         for autoloaded keymaps.
12421         * progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
12422         (electric-verilog-terminate-line, verilog-in-struct-region-p)
12423         (verilog-backward-ws&directives, verilog-forward-ws&directives)
12424         (verilog-in-comment-p, verilog-in-star-comment-p)
12425         (verilog-in-slash-comment-p, verilog-skip-backward-comments)
12426         (verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
12427         (verilog-skip-forward-comment-or-string, verilog-in-paren)
12428         (verilog-skip-forward-comment-p): Use it.
12430 2008-03-19  Juanma Barranquero  <lekktu@gmail.com>
12432         * textmodes/org.el (org-link-store, org-link-follow, org-latex)
12433         (org-remember-templates, org-time-stamp-rounding-minutes)
12434         (org-back-over-empty-lines, org-find-base-buffer-visiting)
12435         (org-columns-new): Fix typos in docstrings.
12437 2008-03-19  Glenn Morris  <rgm@gnu.org>
12439         * net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
12440         (tramp-handle-shell-command): Use condition-case rather than
12441         ignore-errors.
12443 2008-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
12445         * diff-mode.el (diff-header): Make the color louder.
12446         (diff-refine-change): Tone the color down.
12448 2008-03-19  Juanma Barranquero  <lekktu@gmail.com>
12450         * descr-text.el (describe-char): When `describe-char-unidata-list'
12451         is set to show all properties, list them in the right order.
12453 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12455         * international/mule.el (load-with-code-conversion): Avoid setting
12456         default-enable-multibyte-characters.
12458 2008-03-19  Gustav Hållberg  <gustav@virtutech.com>  (tiny change)
12460         * vc.el (vc-annotate-background): Fix custom type.
12462 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12464         * descr-text.el (describe-char-unidata-list): Allow specifying
12465         just all properties.
12466         (describe-char): Handle that new value.
12468         * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
12470 2008-03-18  Tassilo Horn  <tassilo@member.fsf.org>
12472         * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
12473         instead of file name extension to make docs with uncommon
12474         extensions work.
12476 2008-03-18  Tassilo Horn  <tassilo@member.fsf.org>
12478         * doc-view.el (require): Require cl at compile time because
12479         `assert' needs it.
12481 2008-03-18  Glenn Morris  <rgm@gnu.org>
12483         * calendar/calendar.el (initial-calendar-window-hook)
12484         (today-visible-calendar-hook): Doc fixes.
12486 2008-03-17  Michael Albinus  <michael.albinus@gmx.de>
12488         * net/tramp.el (tramp-root-regexp): Simplify.
12489         (tramp-completion-file-name-regexp-separate): Don't insist on
12490         leading "[".  This prevents method or user or host completion.
12491         (tramp-let-maybe): Autoload it.
12492         (tramp-drop-volume-letter): Don't autoload.  When not on W32, it
12493         is an alias for `identity'.
12494         (tramp-handle-write-region): Protect `last-coding-system-used'
12495         over the trailing statements.
12496         (tramp-completion-file-name-handler-post-function): Remove.
12497         (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
12498         instead of calling `tramp-drop-volume-letter'.
12500         * net/tramp.el:
12501         * net/tramp-uu.el:
12502         * net/trampver.el: Move coding cookie at the end.
12504 2008-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12506         * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
12507         elements which may be something else than characters.
12509 2008-03-17  Dan Nicolaescu  <dann@ics.uci.edu>
12511         * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
12512         New functions to implement vc-status support.
12514         * vc.el (vc-default-extra-status-menu)
12515         (vc-add-to-vc-status-buffer): New functions.
12517         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
12518         for eldoc and ielm.
12520 2008-03-17  Glenn Morris  <rgm@gnu.org>
12522         * calendar/cal-x.el (diary-frame-parameters)
12523         (calendar-frame-parameters, calendar-and-diary-frame-parameters):
12524         Fix custom type; add options.
12525         (calendar-frame, diary-frame): Doc fixes.
12526         (calendar-dedicate-diary, calendar-frame-1): Extract common code into
12527         new functions.
12528         (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
12529         Use calendar-frame-1 and calendar-dedicate-diary.
12530         (calendar-one-frame-setup): Also handle only-one-frame case.
12531         (calendar-only-one-frame-setup): Doc fix.  Just call
12532         calendar-one-frame-setup.
12534         * calendar/diary-lib.el: Re-order some definitions before their use.
12535         (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
12536         (diary-list-entries): Doc fixes.
12537         (make-fancy-diary-display): Remove function.
12539         * calendar/calendar.el (calendar-today-marker)
12540         (initial-calendar-window-hook, today-visible-calendar-hook)
12541         (today-invisible-calendar-hook, diary-file, calendar-basic-setup)
12542         (calendar-star-date, calendar-mark-today): Doc fixes.
12543         (today-visible-calendar-hook): Add options.
12544         (calendar-in-read-only-buffer): New macro.
12545         (calendar-basic-setup): Adapt for change in calendar-read-date.
12546         Place holiday let inside if.
12547         (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
12548         (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
12549         (calendar-print-other-dates): Use one let rather than many.
12551         * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
12552         (calendar-print-other-dates):
12553         * calendar/cal-hebrew.el (list-yahrzeit-dates):
12554         * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
12555         * calendar/holidays.el (calendar-list-holidays, list-holidays)
12556         (calendar-cursor-holidays):
12557         * calendar/lunar.el (calendar-phases-of-moon): Use
12558         calendar-in-read-only-buffer to replace previous code and disable undo.
12560 2008-03-16  Juri Linkov  <juri@jurta.org>
12562         * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
12563         and regexp-search-ring-yank-pointer for the HISTPOS argument of
12564         read-from-minibuffer to provide the correct initial minibuffer
12565         history position in isearch-edit-string when it is called from
12566         isearch-ring-adjust.
12568         * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
12569         to check if the current buffer is the minibuffer, and in this case
12570         call abort-recursive-edit to kill the minibuffer.  Doc fix.
12571         (kill-this-buffer-enabled-p): Allow this function to return non-nil
12572         when the current buffer is the minibuffer.
12574         * simple.el (goto-line): Leave mark at previous position.  Doc fix.
12576 2008-03-16  Tassilo Horn  <tassilo@member.fsf.org>
12578         * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
12579         Use non-nil PARENTS attribute of make-directory instead of
12580         explicitly checking existence the current cache directory.
12582 2008-03-16  Daiki Ueno  <ueno@unixuser.org>
12584         * epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
12585         M-x epa-file-select-keys.
12587 2008-03-16  Kenichi Handa  <handa@m17n.org>
12589         * international/mule.el (auto-coding-alist):
12590         Use no-conversion-multibyte for archive files.
12592 2008-03-16  Glenn Morris  <rgm@gnu.org>
12594         * calendar/diary-lib.el (calendar-mark-complex, calendar-mark-1):
12595         New functions.
12596         * calendar/cal-bahai.el (calendar-mark-1): Autoload it.
12597         (calendar-bahai-mark-date-pattern): Add optional argument `color'.
12598         Use calendar-mark-1.
12599         * calendar/cal-hebrew.el (calendar-mark-complex): Autoload it.
12600         (mark-hebrew-calendar-date-pattern): Add optional argument `color'.
12601         Use calendar-mark-complex.
12602         * calendar/cal-islam.el (calendar-mark-1): Autoload it.
12603         (mark-islamic-calendar-date-pattern): Add optional argument `color'.
12604         Use calendar-mark-1.
12606         * calendar/calendar.el (calendar-mod): Remove.
12607         * calendar/cal-china.el (calendar-chinese-from-absolute)
12608         (calendar-chinese-date-string): Expand calendar-mod calls.
12609         * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
12610         Expand calendar-mod calls.
12612         * calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
12613         (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
12614         (diary-bahai-insert-yearly-entry): Use let rather than let*.
12615         Move obsolete aliases after the functions that replaced them.
12617         * calendar/cal-hebrew.el (calendar-absolute-from-hebrew)
12618         (hebrew-calendar-yahrzeit, insert-hebrew-diary-entry)
12619         (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry):
12620         Use let rather than let*.
12621         (calendar-hebrew-prompt-for-date): New function.
12622         (calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
12623         (holiday-tisha-b-av-etc): Use unless, let.
12625         * calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
12626         (calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
12628         * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
12630         * calendar/calendar.el (calendar-for-loop): Add indent spec.
12632         * calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
12633         (list-sexp-diary-entries, diary-font-lock-sexps): Use format rather
12634         than concat.
12635         (diary): Remove un-needed let.
12636         (view-other-diary-entries): Rename argument.
12637         (diary-list-entries-2): New function.
12638         (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
12639         (print-diary-entries): Use unless.
12640         (diary-mark-entries-1): Change argument order, make all but
12641         markfunc optional.  Handle the standard (Gregorian) case.
12642         Use match-string-no-properties.  Handle marks.
12643         (mark-diary-entries): Use diary-mark-entries-1.
12644         (diary-font-lock-keywords-1): New macro.
12645         (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
12647 2008-03-16  Ulf Jasper  <ulf.jasper@web.de>
12649         * calendar/icalendar.el (icalendar-version): Increase to 0.18.
12650         (icalendar-export-hidden-diary-entries): New variable.
12651         (icalendar-export-region): Use icalendar-export-hidden-diary-entries.
12652         In case of error, insert full error-val.
12653         (icalendar-first-weekday-of-year): Remove `offset' argument.  Doc fix.
12654         Use calendar-day-of-week.  Return the day number.
12655         (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
12657 2008-03-16  Craig Markwardt  <Craig.Markwardt@nasa.gov>
12659         * calendar/icalendar.el (icalendar-recurring-start-year): New variable.
12660         (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
12661         (icalendar-export-region): Ignore hidden diary entries.
12662         (icalendar--convert-ordinary-to-ical): Fix case where event
12663         spans across midnight boundary.
12664         (icalendar-first-weekday-of-year): New function.
12665         (icalendar--convert-weekly-to-ical): Allow user-selectable start
12666         year for recurring events (Mozilla calendars do not propagate
12667         recurring events forever, so year 2000 start date was not working).
12668         (icalendar--convert-yearly-to-ical): Remove extra spaces in
12669         formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
12671 2008-03-15  Michael Albinus  <michael.albinus@gmx.de>
12673         * net/tramp.el (tramp-root-regexp): New defconst.
12674         (tramp-completion-file-name-regexp-unified)
12675         (tramp-completion-file-name-regexp-separate)
12676         (tramp-completion-file-name-regexp-url): Use it.
12677         (tramp-do-copy-or-rename-file-via-buffer):
12678         Set `enable-multibyte-characters' to nil.  Set `jka-compr-inhibit' to
12679         t for `insert-file-contents-literally'.
12680         (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
12681         Autoload it.
12682         (tramp-completion-file-name-handler-post-function): New defconst.
12683         (tramp-completion-file-name-handler): Use it.
12684         (tramp-maybe-open-connection): Update calls to
12685         `tramp-flush-connection-property' for removed 2nd argument.
12687 2008-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12689         * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
12690         (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
12691         New functions.
12693 2008-03-15  Glenn Morris  <rgm@gnu.org>
12695         * calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
12696         New functions.
12697         * calendar/cal-bahai.el (number, original-date, add-to-diary-list)
12698         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
12699         (diary-list-entries-1, diary-mark-entries-1): Autoload.
12700         (diary-bahai-list-entries): Use diary-list-entries-1.
12701         (diary-bahai-mark-entries): Doc fix.  Use diary-mark-entries-1.
12702         * calendar/cal-hebrew.el (number, original-date, add-to-diary-list)
12703         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
12704         (diary-list-entries-1, diary-mark-entries-1): Autoload.
12705         (list-hebrew-diary-entries): Use diary-list-entries-1.
12706         (mark-hebrew-diary-entries): Doc fix.  Use diary-mark-entries-1.
12707         * calendar/cal-islam.el (number, original-date, add-to-diary-list)
12708         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
12709         (diary-list-entries-1, diary-mark-entries-1): Autoload.
12710         (list-islamic-diary-entries): Use diary-list-entries-1.
12711         (mark-islamic-diary-entries): Doc fix.  Use diary-mark-entries-1.
12713         * calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
12715         * calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
12717         * calendar/cal-china.el (number-chinese-months)
12718         (calendar-chinese-from-absolute): Use nth, caar.
12720         * calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
12722         * calendar/cal-french.el (french-calendar-accents): Doc fix.
12724         * calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
12725         (calendar-hebrew-month-name-array-leap-year)
12726         (hebrew-calendar-parashiot-names): Make constants.
12727         (diary-parasha): Move definition after constants it uses.
12729         * calendar/cal-html.el (cal-html-insert-link-yearpage)
12730         (cal-html-htmlify-list): Doc fix.
12731         (cal-html-htmlify-entry): Use nth.
12733         * calendar/cal-islam.el (calendar-islamic-month-name-array)
12734         (calendar-islamic-epoch): Make constants.
12735         (calendar-islamic-epoch): Doc fix.
12737         * calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
12739         * calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
12740         (cal-tex-month-name): Doc fix.
12741         (cal-tex-last-blank-p): Use zerop.
12743         * calendar/calendar.el (european-calendar-style, calendar-for-loop)
12744         (calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
12745         (calendar-cursor-to-date): Doc fix.
12746         (hebrew-holidays-1, hebrew-holidays-4): Simplify.
12747         (extract-calendar-day, extract-calendar-year): Use cadr, nth.
12748         (calendar-day-number): Use when.
12749         (generate-calendar-month): Use dotimes.
12750         (exit-calendar, calendar-print-other-dates): Use let rather than let*.
12751         (calendar-set-mark): Reverse conditional.
12752         (calendar-make-alist): Move definition before use.
12754         * calendar/diary-lib.el (diary-face-attrs)
12755         (diary-glob-file-regexp-prefix, diary-selective-display)
12756         (number-of-diary-entries, diary-list-entries, diary-goto-entry)
12757         (list-sexp-diary-entries, diary-date, diary-block, diary-float)
12758         (diary-anniversary, diary-cyclic)
12759         (diary-fancy-font-lock-fontify-region-function): Doc fixes.
12760         (diary-header-line-format): Change wording.
12761         (diary-list-entries): Set `date-start' in let.
12762         (include-other-diary-files, mark-included-diary-files): Use format.
12763         (simple-diary-display, fancy-diary-display): Use cadr, unless.
12764         (mark-diary-entries): Use 1+.
12765         (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
12766         (mark-calendar-month): Use dotimes.
12768         * calendar/holidays.el (displayed-month, displayed-year):
12769         Move declarations where needed.
12770         (calendar-list-holidays): Doc fix.
12772         * calendar/parse-time.el (parse-time-string): Simplify.
12774         * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
12775         Make constants.
12776         (solar-sunrise-sunset): Rename some local variables for clarity.
12777         (sunrise-sunset): Use zerop.
12778         (solar-mean-equinoxes/solstices): Doc fix.
12780         * calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
12781         Use nth.
12782         (timeclock-completing-read, timeclock-generate-report): Use zerop.
12783         (timeclock-mean, timeclock-generate-report): Use dolist.
12785         * calendar/todo-mode.el (todo-add-category): Simplify.
12786         (todo-more-important-p, todo-delete-item, todo-file-item):
12787         Use unless, when.
12788         (todo-top-priorities): Use zerop.
12790 2008-03-14  Nick Roberts  <nickrob@snap.net.nz>
12792         * buff-menu.el (list-buffers-noselect): Display buffer name in
12793         tooltip instead of mouse binding when it doesn't fit in the list.
12795 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
12797         * faces.el (xw-defined-colors):
12798         * simple.el (widget-convert, shell-mode): Declare as functions
12799         instead of autoloading.
12801         * abbrev.el:
12802         * button.el:
12803         * cus-face.el:
12804         * ediff-hook.el:
12805         * emacs-lisp/backquote.el:
12806         * emacs-lisp/timer.el:
12807         * facemenu.el:
12808         * faces.el:
12809         * menu-bar.el:
12810         * simple.el:
12811         * subr.el:
12812         * textmodes/fill.el:
12813         * textmodes/paragraphs.el: Remove autoloads, redundant when the
12814         files are preloaded.
12816 2008-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12818         * desktop.el (desktop-create-buffer): Don't catch errors if
12819         debug-on-error is set.
12821 2008-03-14  Eli Zaretskii  <eliz@gnu.org>
12823         * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
12824         ($(lisp)/calendar/diary-loaddefs.el)
12825         ($(lisp)/calendar/hol-loaddefs.el): New targets.
12826         (LOADDEFS): New macro.
12827         (autoloads): Depend on $(LOADDEFS).
12829 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
12831         * font-lock.el (featurep): Remove test, not useful anymore.
12832         (facemenu-keymap): Move key binding ...
12833         * facemenu.el (facemenu-keymap): ... here.
12835         * vc-bzr.el (vc-bzr-print-log): Insert a file marker.  Run the log
12836         for each file in the list.
12837         (vc-bzr-log-view-mode): Recognize the file marker.
12839         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
12840         for checkdoc and profiling.
12842 2008-03-14  Bastien Guerry  <bzg@altern.org>
12844         * textmodes/flyspell.el (nxml-mode): Add the right
12845         `flyspell-mode-predicate'.
12847         * wid-edit.el (link): Use 'mouse-face for :follow-link.
12849 2008-03-14  Glenn Morris  <rgm@gnu.org>
12851         * calendar/solar.el: Reorder so that functions are defined before use.
12852         (displayed-month, displayed-year): Move declarations where needed.
12853         (solar-get-number): Move definition before use.  Use unless.
12854         (solar-equatorial-coordinates): Simplify.
12855         (solar-sunrise-and-sunset): Use let rather than let*.
12856         (solar-longitude, solar-equinoxes-solstices): Use cadr, nth.
12858         * startup.el (command-line-1): Rename -internal-script back to
12859         -scriptload (reverts previous change).
12861         * calendar/cal-bahai.el (calendar-bahai-month-name-array)
12862         (calendar-bahai-leap-base): Add doc strings.
12863         (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
12864         Move definition before use.
12865         (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
12866         (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
12867         variables outside the loop.  Use dolist.
12868         (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
12870         * calendar/cal-china.el: Re-order so that functions are defined before
12871         use.
12872         (displayed-month, displayed-year): Move declarations where needed.
12873         (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
12874         (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
12875         Add doc strings.
12876         (chinese-year-cache): Recenter on 2010.  Doc fix.
12877         (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
12878         Doc fix.  Simplify.
12879         (chinese-year-cache-init): New function.
12880         (compute-chinese-year, holiday-chinese-new-year)
12881         (calendar-chinese-date-string, calendar-goto-chinese-date)
12882         (make-chinese-month-assoc-list): Use cadr, nth.
12883         (chinese-months): Remove un-needed let.
12885         * calendar/cal-coptic.el (coptic-calendar-month-name-array)
12886         (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
12887         (coptic-prompt-for-date): Move definition before use.
12889         * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
12890         (calendar-dst-find-data, calendar-daylight-time-offset)
12891         (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
12892         (calendar-daylight-savings-starts-time)
12893         (calendar-daylight-savings-ends-time): Use cadr, nth.
12895         * calendar/cal-french.el (french-calendar-epoch)
12896         (calendar-goto-french-date): Doc fix.
12897         (french-calendar-month-name-array)
12898         (french-calendar-multibyte-month-name-array)
12899         (french-calendar-day-name-array, french-calendar-special-days-array):
12900         Add doc strings.
12902         * calendar/cal-hebrew.el (displayed-month, displayed-year)
12903         (original-date): Move declarations where needed.
12904         (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
12905         Doc fix.
12906         (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
12907         constant variables outside the loop.  Use dolist.
12909         * calendar/cal-islam.el (displayed-month, displayed-year)
12910         (original-date): Move declarations where needed.
12911         (islamic-calendar-day-number): Remove unused local variable `day'.
12912         (calendar-goto-islamic-date): Doc fix.
12913         (holiday-islamic): Use unless.
12914         (list-islamic-diary-entries, mark-islamic-diary-entries): Move some
12915         constant variables outside the loop.  Use dolist.
12916         (mark-islamic-calendar-date-pattern): Move definition before use.
12917         Use unless.
12918         (mark-islamic-diary-entries): Doc fix.
12919         (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
12920         (insert-yearly-islamic-diary-entry): Use let rather than let*.
12922         * calendar/cal-julian.el (calendar-absolute-from-julian):
12923         Move definition before use.  Remove un-needed local `day'.
12924         (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
12926         * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
12927         (calendar-mayan-tzolkin-names-array): Add doc strings.
12928         (calendar-mayan-long-count-from-absolute): Use a single let.
12929         (calendar-string-to-mayan-long-count): Simplify.
12930         (calendar-next-haab-date, calendar-previous-haab-date)
12931         (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
12932         (calendar-previous-calendar-round-date)
12933         (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
12934         Doc fix.
12935         (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
12936         (calendar-mayan-date-string, calendar-print-mayan-date)
12937         (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
12938         (calendar-mayan-long-count-common-era): Move definitions before use.
12940         * calendar/cal-menu.el (displayed-year): Move declaration where needed.
12941         (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
12942         Doc fix.
12943         (calendar-mouse-goto-date): Move definition before use.
12945         * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
12946         Move definition before use.
12947         (calendar-cursor-to-visible-date): Move definition before use.
12948         (calendar-scroll-left): Use unless and zerop.  Combine lets into one,
12949         and place inside the conditional.
12950         (calendar-forward-day): Simplify.
12951         (calendar-end-of-month): Use unless.
12952         (calendar-goto-day-of-year): Doc fix.
12953         Relocate obsolete aliases after their replacements.
12955         * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
12957         * calendar/diary-lib.el (mark-diary-entries): Move some constant
12958         variables outside the diary-date-forms loop.
12960         * calendar/calendar.el (diary-file): Doc fix.
12961         (calendar-buffer-list): Return buffers rather than strings (fixes
12962         previous change).
12963         (hebrew-holidays-4): Fix typo.
12965         * calendar/holidays.el (displayed-month, displayed-year):
12966         Move declarations where needed.
12967         (calendar-holiday-list, calendar-list-holidays)
12968         (holiday-filter-visible-calendar): Move definitions before use.
12969         (list-holidays): Use cadr.
12970         Relocate obsolete aliases after their replacements.
12972         * calendar/lunar.el (date, displayed-month, displayed-year):
12973         Move declarations where needed.
12974         (lunar-phase-list): Move definition after functions it uses.
12975         (calendar-phases-of-moon, diary-phases-of-moon)
12976         (lunar-new-moon-on-or-after): Use cadr, nth.
12977         (lunar-new-moon-on-or-after): Doc fix.
12979         * textmodes/org-irc.el (top-level): CL not required when compiling.
12980         (org-irc-visit-erc): Replace runtime CL functions.
12982         * textmodes/org-publish.el (declare-function): Add compatibility stub.
12983         (org-publish-delete-dups): Declare as function.
12985 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
12987         * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
12988         (vc-bzr-show-log-entry): Make regexp match more cases.
12989         (vc-diff-switches-list): Remove autoload, not needed.
12991 2008-03-14  Juri Linkov  <juri@jurta.org>
12993         * isearch.el (isearch-edit-string): Remove one call to
12994         `isearch-push-state' not to push an inconsistent state,
12995         but keep another correct call to `isearch-push-state'.
12996         (isearch-ring-adjust): Call `isearch-push-state' only when
12997         `search-ring-update' is non-nil since `isearch-edit-string'
12998         already pushes its state.
12999         (isearch-message): Improve matching the failed part by checking
13000         if the original message starts with the last successful message.
13002         * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
13003         (dired-perm-write): Rename from `dired-warn-writable'.
13004         Change parent face from `font-lock-warning-face' to
13005         `font-lock-comment-delimiter-face'.
13006         (dired-warn-writable-face): Rename to `dired-perm-write-face'.
13007         (dired-perm-write-face): Rename from `dired-warn-writable-face'.
13008         (dired-font-lock-keywords): Replace `dired-warn-writable-face'
13009         with `dired-perm-write-face'.
13011 2008-03-13  Tassilo Horn  <tassilo@member.fsf.org>
13013         * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
13014         Create cache dir only if it doesn't already exist.
13016 2008-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13018         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
13019         of \ and '.
13021 2008-03-13  Johan Bockgård  <bojohan@gnu.org>
13023         * net/browse-url.el (browse-url-text-xterm):
13024         Unquote browse-url-text-browser.
13026 2008-03-13  Carsten Dominik  <dominik@science.uva.nl>
13028         * textmodes/org-mouse.el: Version number change.
13030         * textmodes/org-publish.el (org-publish-expand-components):
13031         Remove null projects from the list of components.
13032         (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
13033         Remove unused retrieval of the :publishing-directory property.
13034         (org-publish-file): Bugfix: when using a relative directory as the
13035         publishing directory, convert it to a directory filename.
13036         (org-publish-project): New alias.
13037         (org-publish-get-files): Protect against empty p.
13038         (org-publish-file): Send an error when file is not part of any project.
13039         (org-publish-file): Offer to refresh the list of files in known
13040         project when the current file is not part of any project.
13041         (org-publish-before-export-hook)
13042         (org-publish-after-export-hook): New hooks.
13043         (org-publish-org-to): Use new hooks and kill buffers.
13044         (org-publish-file): Remove the code for killing buffers.
13045         (org-publish-initialize-files-alist): Use interactive.
13046         (org-publish-file): If the publishing function creates a new
13047         buffer, kill it after publishing.
13048         (org-publish-timestamp-filename): Protect ":" in file name path
13049         under windows.
13051         * textmodes/org-export-latex.el (org-export-as-latex): Revert the
13052         change that killed the LaTeX buffer.
13054         * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
13055         in the decision tree.
13056         (org-select-remember-template): Clean the code.
13057         (org-prepare-dblock): Add the extra :content parameter.
13058         (org-write-agenda): New output type ".ics" files.
13059         (org-write-agenda): Call `org-icalendar-verify-function', both for
13060         time stamps and for TODO entries.
13061         (org-agenda-collect-markers, org-create-marker-find-array)
13062         (org-check-agenda-marker-table): New functions.
13063         (org-agenda-marker-table): New variable.
13064         (org-export-as-html): Revert the change that killed the html
13065         buffer.  Side effects first need to be studied carefully.
13066         (org-get-tags-at): Fix the structure of the condition-case statement.
13067         (org-ts-regexp0, org-repeat-re, org-display-custom-time)
13068         (org-timestamp-change): Fix regular expressions to swallow the
13069         extra character for repeat-shift control.
13070         (org-auto-repeat-maybe): Implement the new repeater mechanisms.
13071         (org-get-legal-level): Alias to `org-get-valid-level'.
13072         (org-dblock-write:clocktable): Add a :link parameter, linking
13073         headlines to their location in the Org agenda files.
13074         (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
13075         throwing an error when getting tags before headlines.
13076         (org-timestamp-change, org-modify-ts-extra)
13077         (org-ts-regexp1): Fix timestamp editing.
13078         (org-agenda-custom-commands-local-options): New constant.
13079         (org-agenda-custom-commands):
13080         Use `org-agenda-custom-commands-local-options' to improve customize
13081         type.  "htmlize": Removed hack to fix face problem with htmlize,
13082         it no longer seem necessary.
13083         (org-follow-link-hook): New hook.
13084         (org-agenda-custom-commands): Add "Component" as a tag for each
13085         item in a command series.
13086         (org-open-at-point): Run `org-follow-link-hook'.
13087         (org-agenda-schedule): Bugfix: don't display marker type when it
13088         is nil.
13089         (org-store-link): org-irc required.
13090         (org-set-regexps-and-options): Parse the new logging options.
13091         (org-extract-log-state-settings): New function.
13092         (org-todo): Handle the new ways of recording state change stuff.
13093         (org-local-logging): New function.
13094         (org-columns-open-link): Fix bug with opening link in column view.
13095         (org-local-logging): New function.
13096         (org-todo): Make sure that LOGGING properties are honoured.
13097         (org-todo-keywords): Improve docstring.
13098         (org-startup-options): Cleanup startup options.
13099         (org-set-regexps-and-options): Process the "!" markers.
13100         (org-todo): Respect the new logging stuff.
13101         (org-log-note-how): New variable.
13102         (org-add-log-maybe): New parameter HOW that defines how logging
13103         should be done and also overrides PURPOSE.  Add a docstring.
13104         (org-add-log-note): Check if we really need to ask for a note.
13105         (org-get-current-options): Digest the new keyword.
13106         (org-agenda-reset-markers): Rename from
13107         `org-agenda-maybe-reset-markers'.  Remove FORCE argument.
13108         (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
13109         function, without force argument.
13110         (org-buffer-property-keys): Bind local variables s and p.
13111         (org-make-tags-matcher): Allow "" to match an empty or
13112         non-existent property value.
13113         (org-export-as-html): Join unsorted lists when they directly
13114         follow each other.  Such lists may be created by headlines that
13115         are converted to lists.
13116         (org-nofm-to-completion): New function.
13117         (org-export-as-html): Use :html-extension instead of
13118         org-export-html-extension.
13119         (org-store-link): Support for links from `rmail-summary-mode'.
13120         (org-columns-new, org-complete, org-set-property): Set the
13121         `include-columns' argument in the call to
13122         `org-buffer-property-keys'.
13123         (org-buffer-property-keys): New argument `include-columns', to
13124         include properties expected by any of the COLUMNS formats in the
13125         current buffer.
13126         (org-cleaned-string-for-export): Get rid of drawers first, so that
13127         they will be removed also in the text before the first headline.
13128         (org-clock-report): Show the clocktable when found.
13129         (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
13130         (org-version): With prefix argument, insert `org-version' at point.
13131         (org-agenda-goto): Recenter the window after finding the target
13132         location, to make sure the correct position will be displayed.
13133         (org-agenda-get-deadlines): Don't scale priority with the warning
13134         period.
13135         (org-insert-heading): Don't break line in the middle of the line.
13136         (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
13137         be 0.
13138         (org-update-checkbox-count): Revamp to deal with hierarchical
13139         checkboxes.  This was a patch from Miguel A. Figueroa-Villanueva.
13140         (org-remove-timestamp-with-keyword): New function.
13141         (org-schedule, org-deadline):
13142         Use `org-remove-timestamp-with-keyword' to make sure all such time
13143         stamps are removed.
13144         (org-mode): Support for `align'.
13145         (org-agenda-get-deadlines): Make sure priorities increase as the
13146         due date approaches and is passed.
13147         (org-remember-apply-template): Fix problem with tags that
13148         contain "_" or "@".
13149         (org-make-link-regexps): Improve the regular expression for plain links.
13150         (org-agenda-get-closed): List each clocking entry.
13151         (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
13152         (org-special-ctrl-k): New option.
13153         (org-kill-line): New function.
13154         (org-archive-all-done): Fix incorrect number of stars in regexp.
13155         (org-refile-get-location): New function.
13156         (org-refile-goto-last-stored): New function.
13157         (org-global-tags-completion-table): Add the value of org-tag-alist
13158         in each buffer, to make sure that also unused tags will be
13159         available for completion.
13160         (org-columns-edit-value)
13161         (org-columns-next-allowed-value): Only update if not in agenda.
13162         (org-clocktable-steps): New function.
13163         (org-dblock-write:clocktable): Call `org-clocktable-steps'.
13164         (org-archive-subtree): Add the outline tree context as a property.
13165         (org-closest-date): New optional argument `prefer'.
13166         (org-goto-auto-isearch): New option.
13167         (org-goto-map, org-get-location): Implement auto-isearch.
13168         (org-goto-local-auto-isearch-map): New variable.
13169         (org-goto-local-search-forward-headings)
13170         (org-goto-local-auto-isearch): New functions.
13172 2008-03-13  Philip Jackson  <emacs@shellarchive.co.uk>
13174         * textmodes/org-irc.el: New file.
13176 2008-03-13  John Wiegley  <johnw@gnu.org>
13178         * textmodes/org-mac-message.el: New file.
13180 2008-03-13  Dan Nicolaescu  <dann@ics.uci.edu>
13182         * font-lock.el (font-lock-comment-face): Set the foreground for
13183         the light background 8 colors case.
13185 2008-03-13  Glenn Morris  <rgm@gnu.org>
13187         * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
13188         generate-autoload-cookie patterns.
13190         * startup.el (command-line-1): Rename -scriptload to -internal-script.
13192         * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
13193         (MH_E_SRC): Remove variable.
13194         ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
13195         Simplify file header.  Use $@ for generated-autoload-file.
13197         * Makefile.in (LOADDEFS): New variable.
13198         (AUTOGENEL): Use $LOADDEFS.
13199         (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
13200         ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
13201         ($(lisp)/calendar/hol-loaddefs.el): New targets.
13202         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
13203         * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
13204         * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
13205         * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
13206         * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
13207         * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
13208         Add calendar-specific autoload cookies, and remove any setting of
13209         generated-autoload-file.
13210         * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
13211         * calendar/diary-lib.el: Replace explicit autoloads with reading of
13212         diary-loaddefs.
13213         * calendar/holidays.el: Replace explicit autoloads with reading of
13214         hol-loaddefs.
13216         * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
13217         (calendar-buffer-list): Simplify.
13218         (generate-calendar-window): Use calendar-mark-holidays rather than
13219         obsolete alias.
13221         * calendar/cal-hebrew.el (list-yahrzeit-dates):
13222         Use cal-hebrew-yahrzeit-buffer.
13224         * calendar/cal-x.el (calendar-only-one-frame-setup)
13225         (calendar-two-frame-setup): Doc fixes.
13226         (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
13228         * calendar/appt.el (appt-mode-string): Mark as risky.
13229         (appt-check): Apply mode-line-emphasis face to appt-mode-string.
13231         * calendar/cal-html.el (diary-list-entries):
13232         * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
13233         (calendar-iso-from-absolute): Fix autoloads.
13235         * calendar/cal-iso.el (calendar-absolute-from-iso)
13236         (calendar-iso-read-args): Simplify.
13237         (calendar-iso-date-string, calendar-iso-read-args)
13238         (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
13240         * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
13241         (displayed-month, displayed-year): Move declarations where needed.
13242         (calendar-print-astro-day-number): Doc fix.
13244         * calendar/cal-persia.el (persian-calendar-month-name-array)
13245         (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
13246         (persian-prompt-for-date): Remove local variable `today'.
13248         * calendar/diary-lib.el (mark-calendar-month): Use zerop.
13250         * calendar/solar.el (solar-moment, solar-exact-local-noon)
13251         (solar-sunrise-sunset, solar-sunrise-sunset-string)
13252         (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time)
13253         (diary-sabbath-candles, solar-equinoxes/solstices)
13254         (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
13255         (solar-time-equation, solar-date-to-et): Simplify.
13257         * mail/supercite.el: Remove the `function' in `(function (lambda'.
13258         Replace `(car (cdr' with cadr'.
13260         * progmodes/f90.el (f90-font-lock-n): New function.
13261         (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
13262         Use f90-font-lock-n.
13263         (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
13265         * progmodes/f90.el (f90-mode-abbrev-table):
13266         * progmodes/fortran.el (fortran-mode-abbrev-table):
13267         Use newer form of define-abbrev, where supported.  No need to bind
13268         abbrevs-changed for system abbrevs.
13270 2008-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13272         * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
13273         delete-frame-functions.
13275         * bookmark.el (Info-current-node): Remove.
13277 2008-03-12  Juri Linkov  <juri@jurta.org>
13279         * help.el (describe-project): Remove defaliases for view-todo and
13280         describe-project that are now unnecessary after the merge from
13281         emacs--rel--22 that added define-obsolete-function-alias.
13283         * startup.el (inhibit-startup-screen): Revert incomplete
13284         2008-03-10 merge from emacs--rel--22 that partly reverted
13285         2008-02-28 change that added initial message to *scratch* buffer
13286         regardless of the value of `inhibit-startup-screen'.
13287         Now keep this change in the trunk, but not in the 22 branch.
13289 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13291         * international/quail.el (quail-setup-completion-buf, quail-help):
13292         * mail/binhex.el (binhex-decode-region-internal):
13293         * mail/uudecode.el (uudecode-decode-region-internal):
13294         * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
13295         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
13296         setting default-enable-multibyte-characters.
13298         * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
13300         * comint.el: Fix up indentation and comment style.  Remove `function'.
13302         * international/mule-cmds.el (reset-language-environment)
13303         (set-language-environment-nonascii-translation):
13304         Don't set-unibyte-charset.
13306         * doc-view.el: Remove all cb-args, use closures instead.
13307         (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
13308         doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
13309         doing an incorrect check).  Update all callers to use the new name.
13310         (doc-view-doc->txt): Add missing `txt' argument.
13312 2008-03-12  Tassilo Horn  <tassilo@member.fsf.org>
13314         * doc-view.el (doc-view-current-cache-dir): Set buffer used for
13315         md5 sum calculation to single-byte.
13317 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13319         * doc-view.el (doc-view-new-window-function): Add assertion.
13320         (doc-view-doc-type): New var.
13321         (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
13322         (doc-view-intersection): New fun.
13323         (doc-view-mode): Use it to set the new var.
13325 2008-03-12  Tassilo Horn  <tassilo@member.fsf.org>
13327         * doc-view.el (doc-view-doc->txt, doc-view-open-text)
13328         (doc-view-already-converted-p): New functions.
13329         (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
13330         (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
13331         (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
13332         (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
13333         (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
13334         (doc-view-convert-current-doc): Don't hardwire the functions the
13335         sentinels call.  Now they're provided by two args CALLBACK and
13336         CB-ARGS to the functions.
13337         (doc-view-search): Use doc-view-doc->txt.
13338         (doc-view-initiate-display): Use doc-view-already-converted-p.
13339         Mention new binding C-c C-t if doc-view-mode doesn't work.
13341 2008-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
13343         * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
13345 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13347         * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
13348         Mark " outside of tags as punctuation.
13350 2008-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13352         * menu-bar.el (minibuffer-local-map): Use the same command for the
13353         "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
13354         Prefer RET over C-j for exit-minibuffer.
13356         * files.el (display-buffer-other-frame): Eliminate problematic code.
13358         * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
13359         (menu-bar-select-buffer): Remove.
13360         (menu-bar-select-frame): Make non-interactive and take a frame arg.
13361         (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
13363 2008-03-11  Juanma Barranquero  <lekktu@gmail.com>
13365         * icomplete.el (icomplete-completions): Remove obsolete code.
13367         * net/net-utils.el (iwconfig-program-options): Doc fix.
13368         (net-utils-run-program, run-network-program): Define as functions.
13370 2008-03-11  Dan Nicolaescu  <dann@ics.uci.edu>
13372         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
13374 2008-03-11  Glenn Morris  <rgm@gnu.org>
13376         * faces.el (mode-line-emphasis): New face.
13377         * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
13379         * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
13381 2008-03-11  Chong Yidong  <cyd@stupidchicken.com>
13383         * simple.el (set-mark-command): Doc fix.
13385 2008-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13387         * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
13389         * emacs-lisp/autoload.el (autoload-find-destination):
13390         Don't force raw-text.
13392         * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
13393         * calendar/cal-loaddefs.el: Don't version control.
13395 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
13397         * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
13398         entries and add :help to the existing ones.
13400 2008-03-10  Glenn Morris  <rgm@gnu.org>
13402         * calendar/cal-hebrew.el (date, entry, number): Move declarations
13403         to where they are needed.
13405         * calendar/calendar.el (diary-file, hebrew-holidays-1)
13406         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
13407         (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
13408         (calendar-version): Doc fixes.
13409         (calendar-absolute-from-gregorian): Use zerop.
13410         (calendar-mode-line-format): Make it a defcustom.
13412         * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
13413         (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
13414         (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
13415         (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
13416         (mark-included-diary-files, mark-calendar-days-named)
13417         (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
13418         (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
13419         (insert-monthly-diary-entry, insert-yearly-diary-entry)
13420         (insert-anniversary-diary-entry, insert-block-diary-entry)
13421         (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
13422         (diary-font-lock-sexps): Doc fixes.
13423         (diary-remind-message, mark-calendar-month): Use zerop.
13424         (diary-attrtype-convert, diary-pull-attrs): Simplify.
13425         (diary-list-entries): Revert let to let* (previous change).
13427         * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
13429 2008-03-10  Kim F. Storm  <storm@cua.dk>
13431         * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
13432         function aliases for the old names.
13434 2008-03-10  Juanma Barranquero  <lekktu@gmail.com>
13436         * iswitchb.el (iswitchb-use-faces): Doc fix.
13437         (iswitchb-buffer-ignore, iswitchb-read-buffer):
13438         Fix typos in docstrings.
13440 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
13442         * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
13443         Fix typo.
13444         (verilog-type-font-keywords): Reindent.
13446 2008-03-10  Michael McNamara  <mac@mail.brushroad.com>
13448         * progmodes/verilog-mode.el (verilog-font-grouping-keywords):
13449         Fix bug in the grouping-keyword regular expression.
13450         (verilog-font-lock-keywords): Allow users to toggle special
13451         highlight of grouping-keywords.
13452         (verilog-highlight-grouping-keywords): The toggle for special
13453         highlighting of grouping keywords.
13455 2008-03-10  Juri Linkov  <juri@jurta.org>
13457         * startup.el: Revert 2008-02-28 change that adds initial message
13458         to *scratch* buffer regardless of the value of
13459         `inhibit-startup-screen'.
13461 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
13463         * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
13464         * textmodes/bibtex-style.el (bibtex-style-indent-basic):
13465         * progmodes/verilog-mode.el (verilog-mode):
13466         * net/socks.el (socks):
13467         * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
13469 2008-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13471         * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
13472         (doc-view-bookmark-make-record): Use them.
13473         (doc-view-bookmark-jump): Use them.  Fix find-file ->find-file-noselect.
13474         (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
13476         * bookmark.el (bookmark-make-record-function): Change expected return
13477         value to include a suggested bookmark name.
13478         (bookmark-make): Split into bookmark-make-record and bookmark-store.
13479         Fix reversed `overwrite' semantics.
13480         (bookmark-set): Call bookmark-make-record before prompting the user.
13481         Then pass the result to bookmark-store later on.
13482         (bookmark-make-name-function): Remove.
13483         (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
13484         * info.el (bookmark-make-name-function): Remove.
13485         (Info-mode): Don't set it.
13486         (Info-bookmark-make-name): Remove.
13487         (Info-bookmark-make-record): Use Info-current-node as suggested default
13488         bookmark name.
13490         * bookmark.el (bookmark-set): Make bookmark before reading annotations.
13491         I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
13492         (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
13493         (bookmark-annotation-buffer, bookmark-annotation-file)
13494         (bookmark-annotation-point, bookmark-send-annotation)
13495         (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
13496         (bookmark-edit-annotation-text-func): Rename from
13497         bookmark-read-annotation-text-func.  Keep old name as an obsolete alias.
13498         (bookmark-edit-annotation-mode-map): Move initialization into
13499         declaration.
13501         * bookmark.el: Remove spurious * in docstrings.
13502         (bookmark-minibuffer-read-name-map): New var.
13503         (bookmark-set): Use it.  Also pass the default value as it should.
13504         (bookmark-send-edited-annotation): Take no chances with text properties.
13505         (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
13506         (bookmark-insert-buffer-name): Remove.
13507         (bookmark-buffer-file-name): Signal an error rather than returning nil.
13509 2008-03-09  Thomas Hühn  <xf27@arcor.de>  (tiny change)
13511         * tutorial.el (tutorial--default-keys): Update `C-l' binding.
13513 2008-03-09  Dan Nicolaescu  <dann@ics.uci.edu>
13515         * diff-mode.el (diff-mode-menu): Add :help.
13517 2008-03-09  Glenn Morris  <rgm@gnu.org>
13519         * calendar/calendar.el (general-holidays, oriental-holidays)
13520         (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
13521         (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
13522         (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
13523         (calendar-holidays): Restore autoload cookies, because people are
13524         used to using these variables without loading calendar.el.
13526         * calendar/cal-islam.el (diary-islamic-date): Move to end.
13527         (date, number): Declare where needed.
13529         * calendar/diary-lib.el (nongregorian-diary-marking-hook)
13530         (list-sexp-diary-entries): Doc fixes.
13531         (diary-list-entries): Doc fix.  Remove free variable `entry'.
13532         (fancy-diary-display): Use dolist, bobp.  Remove free variable `entry'.
13533         Simplify setting of `date-holiday-list'.
13534         (mark-diary-entries): Remove free variable `entry'.
13535         (diary-list-entries, include-other-diary-files, fancy-diary-display):
13536         Use let where let* is not needed.
13538 2008-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13540         * bookmark.el (bookmark-make): Don't pass the `annotation' to the
13541         make-record function, instead paste it in afterwards.
13542         (bookmark-make-record-for-text-file):
13543         * doc-view.el (doc-view-bookmark-make-record):
13544         * info.el (Info-bookmark-make-record): Don't mess with annotations.
13546 2008-03-08  Glenn Morris  <rgm@gnu.org>
13548         * calendar/diary-lib.el (entry): Declare for compiler part-way through.
13550 2008-03-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13552         * calendar/diary-lib.el (diary-list-entries)
13553         (include-other-diary-files, mark-diary-entries)
13554         (mark-sexp-diary-entries, mark-included-diary-files)
13555         (diary-entry-time, list-sexp-diary-entries): Remove the special
13556         handling of ^M that dates back to the use of selective-display.
13557         (simple-diary-display): Obey setting of pop-up-frames.
13558         (body, entry): Remove unnecessary declarations.
13560         * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
13561         (bookmark-get-annotation, bookmark-set-annotation)
13562         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
13563         (bookmark-set-position, bookmark-get-front-context-string)
13564         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
13565         (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
13566         * info.el (Info-bookmark-make-record): Don't bother recording point.
13567         (bookmark-get-filename, bookmark-get-front-context-string)
13568         (bookmark-get-rear-context-string, bookmark-get-position):
13569         Don't declare any more.
13570         (bookmark-get-info-node): Remove.
13571         (bookmark-prop-get): Declare.
13572         (Info-bookmark-jump): Use it.
13574 2008-03-08  Johan Bockgård  <bojohan@gnu.org>
13576         * subr.el (while-no-input): Don't splice BODY directly into the
13577         `or' form.
13579 2008-03-08  Dan Nicolaescu  <dann@ics.uci.edu>
13581         * diff-mode.el (diff-ignore-whitespace-hunk):
13582         Bind inhibit-read-only before trying to change the buffer.
13584 2008-03-08  Glenn Morris  <rgm@gnu.org>
13586         * calendar/appt.el (appt): Move custom group here from calendar.el.
13587         (appt-disp-window, appt-convert-time): Doc fixes.
13589         * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
13590         (calendar-bahai-mark-date-pattern):
13591         * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
13592         * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
13593         * calendar/cal-julian.el (calendar-absolute-from-julian):
13594         * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
13596         * calendar/cal-china.el (chinese-calendar): Move custom group here from
13597         calendar.el.
13598         (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
13599         Make constants.
13600         (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
13601         (chinese-calendar-daylight-savings-starts)
13602         (chinese-calendar-daylight-savings-ends)
13603         (chinese-calendar-daylight-savings-starts-time)
13604         (chinese-calendar-daylight-savings-ends-time)
13605         (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
13606         Doc fixes.
13608         * calendar/cal-coptic.el (coptic-name): Add doc string.
13610         * calendar/cal-french.el (french-calendar-month-name-array)
13611         (french-calendar-day-name-array, french-calendar-special-days-array):
13612         Add doc strings.
13614         * calendar/cal-bahai.el (diary-bahai-mark-entries)
13615         (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
13616         (diary-bahai-insert-yearly-entry):
13617         * calendar/cal-dst.el (calendar-next-time-zone-transition)
13618         (calendar-time-zone):
13619         * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
13620         (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
13621         (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
13622         (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
13623         (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
13624         * calendar/cal-islam.el (islamic-calendar-leap-year-p)
13625         (list-islamic-diary-entries, mark-islamic-diary-entries)
13626         (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
13627         (insert-yearly-islamic-diary-entry):
13628         * calendar/cal-iso.el (calendar-iso-read-args):
13629         * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
13630         (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
13631         (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
13632         (calendar-next-calendar-round-date)
13633         (calendar-mayan-long-count-common-era):
13634         * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
13635         (cal-menu-x-popup-menu, calendar-mouse-holidays)
13636         (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
13637         (calendar-mouse-goto-date):
13638         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
13639         * calendar/holidays.el (holidays):
13640         * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
13641         * calendar/time-date.el (date-to-time, time-subtract, time-add)
13642         (safe-date-to-time): Doc fixes.
13644         * calendar/cal-persia.el (persian-calendar-month-name-array)
13645         (persian-calendar-epoch): Make constants.
13647         * calendar/cal-tex.el (calendar-tex): Move custom group here from
13648         calendar.el.
13650         * calendar/cal-x.el (diary-frame-parameters)
13651         (calendar-frame-parameters, calendar-and-diary-frame-parameters)
13652         (calendar-after-frame-setup-hooks): Make defcustoms.
13653         (calendar-one-frame-setup, calendar-only-one-frame-setup)
13654         (calendar-two-frame-setup): Doc fix.
13656         * calendar/cal-loaddefs.el: New file.
13658         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
13659         * calendar/cal-french.el, calendar/cal-html.el:
13660         * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
13661         * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
13662         * calendar/cal-tex.el, calendar/cal-x.el:
13663         Unquote lambda functions.  Add autoload cookies to functions formerly
13664         autoloaded in calendar.el.  Set `generated-autoload-file' to
13665         "cal-loaddefs.el".
13667         * calendar/calendar.el: Move many autoloads to separate file,
13668         cal-loaddefs.el.  Move defcustoms to start and re-order.
13669         (calendar-month-name-array, calendar-starred-day): No need to
13670         declare for compiler.
13671         (cal-loaddefs): Require it.
13672         (appt, chinese-calendar, calendar-tex): Move custom groups to the
13673         appropriate file.
13674         (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
13675         Reverse logic.
13676         (diary-face, diary-file-name-prefix-function, diary-include-string)
13677         (diary-glob-file-regexp-prefix, diary-face-attrs)
13678         (diary-file-name-prefix, sexp-diary-entry-symbol)
13679         (print-diary-entries-hook, list-diary-entries-hook)
13680         (nongregorian-diary-listing-hook, mark-diary-entries-hook)
13681         (nongregorian-diary-marking-hook, diary-list-include-blanks):
13682         Move to diary-lib.
13683         (all-christian-calendar-holidays, all-islamic-calendar-holidays)
13684         (all-bahai-calendar-holidays): Doc fix.
13685         (calendar-insert-indented): Doc fix.  Use when rather than if.
13686         (exit-calendar): Use mapc rather than mapcar.
13687         (calendar-cursor-to-date): Use zerop.
13688         (calendar-mark-ring): Add doc-string.
13689         (calendar-starred-day): Defvar it.
13690         (calendar-mode): Make calendar-starred-day local.
13691         (calendar-star-date): No need to make calendar-starred-day local.
13693         * calendar/diary-lib.el: Move defcustoms to start.
13694         (diary-include-string, diary-list-include-blanks)
13695         (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
13696         (diary-file-name-prefix, diary-file-name-prefix-function)
13697         (sexp-diary-entry-symbol, list-diary-entries-hook)
13698         (mark-diary-entries-hook, nongregorian-diary-listing-hook)
13699         (nongregorian-diary-marking-hook, print-diary-entries-hook):
13700         Move here from calendar.el.
13701         (diary-file-name-prefix-function): Use 'identity.
13702         (diary-face): Make it a defcustom, and mark as obsolete.
13703         (top-level): No need to require cal-hebrew, cal-islam when compiling.
13704         (calendar-hebrew-month-name-array-leap-year)
13705         (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
13706         Define for compiler.
13707         (diary-font-lock-keywords): Use format rather than concat.
13708         Add bahai-diary-entry-symbol.
13710         * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
13711         * calendar/solar.el: Unquote lambda functions.
13713         * calendar/solar.el (calendar-location-name, calendar-latitude)
13714         (calendar-longitude, solar-setup, solar-sin-degrees)
13715         (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
13716         (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
13717         (solar-sunrise-and-sunset, solar-moment, solar-daylight)
13718         (solar-exact-local-noon, solar-julian-ut-centuries)
13719         (solar-ephemeris-time, solar-date-next-longitude)
13720         (solar-horizontal-coordinates, solar-equatorial-coordinates)
13721         (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
13722         (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
13723         (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
13724         Doc fixes.
13725         (solar-horizontal-coordinates, solar-equatorial-coordinates)
13726         (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
13727         (solar-ecliptic-coordinates): Use unless.
13728         (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
13729         Use or.
13731         * calendar/timeclock.el: Add doc-strings to all functions.
13732         (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
13733         (timeclock-entry-list-length, timeclock-entry-list-projects)
13734         (timeclock-day-list-projects, timeclock-day-list): Use dolist.
13736         * calendar/todo-mode.el: Remove un-needed eval-when-compile.
13738         * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
13739         (org-get-entries-from-diary): Require diary-lib.
13741 2008-03-08  Juanma Barranquero  <lekktu@gmail.com>
13743         * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
13744         Pacify byte-compiler.
13746 2008-03-07  Alan Mackenzie  <acm@muc.de>
13748         * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
13749         paren/bracket pairs parsed, to solve performance problem.
13751 2008-03-07  Bastien Guerry  <bzg@altern.org>
13753         * bookmark.el (bookmark-set): Don't check for
13754         `bookmark-make-name-function' since `bookmark-buffer-file-name'
13755         already takes care of this.
13756         (bookmark-buffer-name, bookmark-buffer-file-name):
13757         Remove Info-mode specific code.
13759         * info.el (bookmark-get-info-node): Define this function in
13760         info.el, not in bookmark.el.
13761         (Info-mode): Set `bookmark-make-name-function' to
13762         `Info-bookmark-make-name' locally.
13763         (Info-bookmark-make-name): New function.
13765         * bookmark.el (bookmark-make-name-function): New variable.
13767 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
13769         * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
13770         buffer-local, not `bookmark-make-cell-function' (the old name).
13772 2008-03-07  Tassilo Horn  <tassilo@member.fsf.org>
13774         * doc-view.el (doc-view-bookmark-make-record):
13775         * image-mode.el (image-bookmark-make-record):
13776         * info.el (Info-bookmark-make-record): Delete obsolete second arg.
13778 2008-03-07  Jan Djärv  <jan.h.d@swipnet.se>
13780         * vc.el (vc-status-menu-map-filter): Return orig-binding if
13781         boundp 'vc-ignore-menu-filter.
13782         (vc-status-tool-bar-map): Make it defvar.
13783         (vc-status-mode): vc-status-tool-bar-map now variable.
13784         (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
13786 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
13788         Give a better name to part of the bookmark interface.
13790         This was originally a much larger change, but halfway through I
13791         updated and discovered that Stefan Monnier had done the rest.
13792         It looks like he anticipated the new name too, because he used
13793         `the-record' instead of `the-cell' for some internal variable names.
13795         * bookmark.el (bookmark-make-record-function): Was
13796         `bookmark-make-cell-function'.
13797         (bookmark-make, bookmark-send-annotation): Update for above.
13798         (bookmark-make-record-for-text-file):
13799         Was `bookmark-make-cell-for-text-file'.  Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
13801         * info.el: Adjust accordingly.
13802         (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
13804         * image-mode.el: Adjust accordingly.
13805         (image-bookmark-make-record): Was `image-bookmark-make-cell'.
13807         * doc-view.el: Adjust accordingly.
13808         (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
13810 2008-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13812         * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
13813         Move initialization into declaration.
13814         (bookmark-get-info-node, bookmark-set-info-node): Remove.
13815         (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
13816         (bookmark-info-current-node): Remove.
13817         (bookmark-jump-noselect): Rename from bookmark-jump-internal.
13818         Add relocation fallback.  Set bookmark-current-bookmark.
13819         (bookmark-default-handler): Rename from bookmark-jump-noselect.
13820         Remove relocation fallback.  Don't set bookmark-current-bookmark.
13821         (bookmark-set): Let it be used even if there's no buffer-file-name
13822         as long as there is a bookmark-make-cell-function.
13823         * info.el (Info-bookmark-jump): Remove relocation fallback.
13824         Don't set bookmark-current-bookmark.
13826 2008-03-07  Glenn Morris  <rgm@gnu.org>
13828         * calendar/appt.el (appt-issue-message)
13829         (appt-message-warning-time, appt-audible, appt-visible)
13830         (appt-msg-window, appt-display-mode-line, appt-display-duration)
13831         (appt-display-diary): Remove autoload cookies.
13833         * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
13834         Remove leading `*' from defcustom doc-strings.
13836         * calendar/cal-dst.el (calendar-dst): New custom group.
13837         (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
13838         (calendar-time-zone, calendar-daylight-time-offset)
13839         (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
13840         (calendar-daylight-savings-starts-time)
13841         (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
13842         (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
13843         Move to start.
13845         * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
13847         * calendar/calendar.el (calendar-version): Use emacs-version and
13848         make it obsolete.  Move to end.
13849         (calendar-offset, view-diary-entries-initially)
13850         (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
13851         (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
13852         (all-christian-calendar-holidays, all-islamic-calendar-holidays)
13853         (all-bahai-calendar-holidays, calendar-load-hook)
13854         (initial-calendar-window-hook, today-visible-calendar-hook)
13855         (today-invisible-calendar-hook, calendar-move-hook)
13856         (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
13857         (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
13858         (diary-include-string, sexp-diary-entry-symbol)
13859         (abbreviated-calendar-year, american-date-diary-pattern)
13860         (european-date-diary-pattern, european-calendar-display-form)
13861         (american-calendar-display-form, print-diary-entries-hook)
13862         (list-diary-entries-hook, diary-hook, diary-display-hook)
13863         (nongregorian-diary-listing-hook, mark-diary-entries-hook)
13864         (nongregorian-diary-marking-hook, diary-list-include-blanks)
13865         (holidays-in-diary-buffer, general-holidays, oriental-holidays)
13866         (local-holidays, other-holidays, hebrew-holidays-1)
13867         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
13868         (hebrew-holidays, christian-holidays, islamic-holidays)
13869         (bahai-holidays, solar-holidays, calendar-setup)
13870         (calendar-week-start-day): Remove autoload cookies.
13871         (diary-glob-file-regexp-prefix): Doc fix.
13872         (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
13873         (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
13874         (calendar-week-start-day, calendar-debug-sexp): Move to start.
13876         * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
13877         (calendar-time-display-form, calendar-latitude)
13878         (calendar-longitude, solar-equinoxes-solstices): Remove autoload
13879         cookies.
13880         (calendar-latitude, calendar-longitude): Move functions after
13881         variables.
13882         (diary-sabbath-candles-minutes): Move to start.
13883         (solar-setup): Use or rather than if.
13884         (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
13885         Remove condition-case.
13886         (solar-atn2): Use zerop.
13887         (solar-equinoxes-solstices): Doc fix.
13889         * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
13890         (sc-mode-map-prefix): Doc fix.  Make it a defcustom.
13892         * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
13893         (calendar-longitude, calendar-latitude, calendar-location-name):
13894         Declare for compiler.
13896 2008-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13898         * arc-mode.el (archive-ar-file-header-re): New const.
13899         (archive-ar-summarize, archive-ar-extract): New funs.
13900         (archive-find-type): Recognize ar archives.
13902         * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
13903         New functions.
13905         * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
13907 2008-03-06  Lennart Borgman  <lennart.borgman@gmail.com>
13909         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
13910         Replace :enable (mark-active) with :enable mark-active.
13912 2008-03-06  Juanma Barranquero  <lekktu@gmail.com>
13914         * vms-patch.el (make-legal-file-name): New obsolete alias.
13915         (make-valid-file-name): Rename from `make-legal-file-name'.
13916         (make-auto-save-file-name): Use it.
13918         * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
13919         (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
13920         (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
13922         * textmodes/org.el (org-export-html-style): Doc fix.
13923         (org-get-legal-level): New obsolete alias.
13924         (org-get-valid-level): Rename from `org-get-legal-level'.
13925         (org-promote, org-demote, org-archive-subtree)
13926         (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
13928 2008-03-06  Jan Djärv  <jan.h.d@swipnet.se>
13930         * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
13932         * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
13933         (vc-status-toggle-mark): New functions.
13934         (vc-status-mode): Set tool bar map.
13936 2008-03-05  Chong Yidong  <cyd@stupidchicken.com>
13938         * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
13939         Reported by Drew Adams <drew.adams@oracle.com>.
13941 2008-03-05  Kenichi Handa  <handa@ni.aist.go.jp>
13943         * subr.el (read-quoted-char): Resolve modifiers of the character
13944         event.
13946         * comint.el (comint-exec-1): Don't change the coding-system for
13947         decoding to dos-like EOL.
13948         (comint-carriage-motion): Fully rewrite.
13950 2008-03-05  Juanma Barranquero  <lekktu@gmail.com>
13952         * epg.el (epg-context-include-certs): Reflow docstring.
13953         (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
13954         (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
13955         (epg-context-set-signers, epg-context-set-sig-notations)
13956         (epg-make-import-status, epg-make-import-result)
13957         (epg-start-delete-keys): Fix typos in docstrings.
13958         (epg-start-sign-keys, epg-sign-keys):
13959         Fix typos in obsolescence declarations.
13961         * iswitchb.el: Don't check for `cadr' and `last'.
13962         (iswitchb-define-mode-map, iswitchb-default-keybindings):
13963         Add obsolescence declaration and remove redundant info from docstring.
13964         (iswitchb-set-common-completion, iswitchb-set-matches)
13965         (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
13966         (recentf-list, most-len, most-is-exact):
13967         Don't wrap defvars within `eval-when-compile'.
13969 2008-03-05  Glenn Morris  <rgm@gnu.org>
13971         * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
13972         * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
13973         * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
13974         * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
13975         ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
13977         * ediff-hook.el (ediff-window-setup-function): Don't autoload
13978         declaration for compiler.
13979         (ediff-xemacs-init-menus): Use when rather than if.
13981         * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
13982         if+and to just and.
13983         (ediff-read-event, ediff-overlayp, ediff-make-overlay)
13984         (ediff-delete-overlay): Move the XEmacs test inside the definition.
13986         * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
13988         * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
13989         test inside XEmacs test.
13990         (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
13991         since it was doing nothing on Emacs.
13992         (ediff-make-bullet-proof-overlay): Use when rather than if.
13994         * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
13995         (ediff-setup-control-frame): Remove
13996         ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
13997         a (featurep 'xemacs) test.
13999 2008-03-05  Jay Belanger  <jay.p.belanger@gmail.com>
14001         * calc/calc-ext.el (calc-extended-command-history): New variable.
14002         (calc-execute-extended-command): Use `calc-extended-command-history'.
14004 2008-03-05  Dan Nicolaescu  <dann@ics.uci.edu>
14006         * bindings.el (mode-line-remote): Add mouse-face.  Improve tooltip.
14007         (standard-mode-line-position): Add mouse-face.
14009         * progmodes/compile.el (compilation-menu-map, compilation-mode-map):
14010         * progmodes/grep.el (grep-mode-map): Add :help.
14012         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
14013         initialize in one step.  Add :help.  Use :enable to activate menu
14014         items.  Show the key binding for edebug-defun.
14015         (lisp-interaction-mode-map): Add a menu.
14017         * term.el (term-mode-map): Define and initialize in one step.
14019         * ediff-init.el (ediff-color-display-p): Simplify.
14020         (Xor): Remove unused function.
14021         (ediff-with-syntax-table): Simplify for Emacs.
14023         * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
14024         menu-bar being loaded, it always is.
14026 2008-03-05  Glenn Morris  <rgm@gnu.org>
14028         * textmodes/tex-mode.el (tex-mode): Suppress warning about
14029         multiple definitions when compiling.
14031 2008-03-04  Alan Mackenzie  <acm@muc.de>
14033         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
14035         * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
14036         doc-string, "c-old-LEN" -> "c-old-END".
14038 2008-03-04  Jason Rumney  <jasonr@gnu.org>
14040         * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
14041         namespaces.
14043 2008-03-04  Glenn Morris  <rgm@gnu.org>
14045         * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
14047         * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
14048         than mapcar.
14050 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14052         * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
14053         (byte-compile-nilconstp): Can't use recursion in a defsubst.
14055         * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
14056         so that M-q can fill comments.
14057         (tex-executable-exists-p, tex-compile): Extend with special syntax for
14058         commands implemented in elisp.
14059         (tex-compile-commands): Add an entry to use doc-view for pdf files.
14060         (tex-format-cmd): New function.
14061         (tex-compile): Use it to let the user specify default arguments.
14062         (tex-cmd-bibtex-args): New var.
14063         (tex-cmd-doc-view): New function.
14065 2008-03-03  Juanma Barranquero  <lekktu@gmail.com>
14067         * faces.el (face-spec-set): Fix typos in docstring.
14069 2008-03-03  Dan Nicolaescu  <dann@ics.uci.edu>
14071         * bindings.el (mode-line-column-line-number-mode-map): New variable.
14072         (standard-mode-line-position): Use it to add a menu for toggling
14073         column number and line number display.
14075 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14077         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
14078         Remove optimization that was working around the form-code-walker bug.
14080         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
14081         Walk into the body of lambdas after byte-compile-unfold-lambda.
14083 2008-03-03  Glenn Morris  <rgm@gnu.org>
14085         * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
14086         value, if set, over frame value.
14088         * simple.el (transient-mark-mode): Don't turn on by default.
14090         * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
14091         accidentally removed by the 2007-12-05 merge from Gnus.
14093 2008-03-02  Dan Nicolaescu  <dann@ics.uci.edu>
14095         * progmodes/compile.el (compilation-menu-map): Add menu entries
14096         for useful options.
14098 2008-03-01  Dan Nicolaescu  <dann@ics.uci.edu>
14099             Glenn Morris  <rgm@gnu.org>
14101         * emacs-lisp/bytecomp.el (byte-recompile-directory)
14102         (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
14103         Give a `bytecomp-' prefix to local variables with common names.
14105 2008-03-01  Glenn Morris  <rgm@gnu.org>
14107         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
14108         Restore code commented out 2007-11-10.
14110         * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
14112         * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
14113         Delete macro.
14114         * emulation/viper-cmd.el, emulation/viper-ex.el:
14115         * emulation/viper-init.el, emulation/viper-keym.el:
14116         * emulation/viper-mous.el, emulation/viper-util.el:
14117         * emulation/viper.el:
14118         Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
14119         featurep test.
14121         Replace obsolete frame-local variables with frame-parameters.
14122         * emulation/viper-init.el (viper-replace-overlay-cursor-color)
14123         (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
14124         (viper-vi-state-cursor-color): Only call make-variable-frame-local
14125         on XEmacs.
14126         * emulation/viper-util.el (viper-frame-value): New macro.
14127         * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
14128         (viper-R-state-post-command-sentinel)
14129         (viper-replace-state-post-command-sentinel)
14130         (viper-change-state-to-insert, viper-change-state-to-emacs):
14131         * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
14132         (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
14133         (viper-get-saved-cursor-color-in-insert-mode)
14134         (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
14135         Use viper-frame-value for viper-replace-overlay-cursor-color,
14136         viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
14137         viper-vi-state-cursor-color values.
14139         * emulation/viper-cmd.el (zmacs-region-stays):
14140         * emulation/viper-util.el (zmacs-region-stays): No need to define
14141         for compiler.
14143         * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
14144         mapcar on Emacs.
14146         * emulation/viper-mous.el (viper-counting-clicks-p): Only define
14147         on XEmacs.
14149         * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
14150         rather than if.
14152 2008-03-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14154         * whitespace.el: New version 9.3.  As the glyph code generation was
14155         fixed, it is possible now to use character code above ?\x1FFFF in the
14156         display table.  Fix `whitespace-indentation-regexp' to not include an
14157         extra ending character.  Reported by Michael Welsh Duggan
14158         <mwd@cert.org>.  Added hook actions when buffer is written or killed as
14159         the original whitespace package had.  Suggested by Eric Cooper
14160         <ecc@cmu.edu>.  Doc fix.
14161         (whitespace-action): New option.
14162         (whitespace-display-mappings): Changed default newline visualization to
14163         display downwards arrow, as the glyph code generation was fixed.
14164         (whitespace-unload-function): Assure that all local whitespace mode is
14165         turned off.
14166         (whitespace-global-modes): Fix type customization.
14167         (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
14168         (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
14169         (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
14170         Fix code.
14171         (whitespace-buffer): Command removed.
14172         (whitespace-trailing-regexp, whitespace-mark-x)
14173         (whitespace-display-window, whitespace-action-when-on)
14174         (whitespace-add-local-hook, whitespace-remove-local-hook)
14175         (whitespace-write-file-hook, whitespace-kill-buffer-hook)
14176         (whitespace-action): New funs.
14177         (whitespace-report-list, whitespace-report-text)
14178         (whitespace-report-buffer-name): New consts.
14179         (whitespace-report, whitespace-report-region): New commands.
14181 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
14183         * disp-table.el (make-glyph-code): Don't test the result of
14184         `face-id', which already signals an error for invalid faces.
14185         (glyph-face): Simplify.
14187         * desktop.el (desktop-read): Set `desktop-dirname' to nil before
14188         running `desktop-not-loaded-hook' to allow modifying it.
14189         Don't show warning message if `desktop-dirname' was modified.
14191 2008-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14193         * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
14194         we still expect more lines.
14196         * textmodes/fill.el (fill-comment-paragraph): Don't try to do
14197         comment-paragraph filling if the commark doesn't match
14198         comment-start-skip.
14200 2008-03-01  Daiki Ueno  <ueno@unixuser.org>
14202         * international/utf-7.el (utf-7-encode): Never skip the trailing - for
14203         the `imap' variant.
14205 2008-03-01  Jason Rumney  <jasonr@gnu.org>
14207         * files.el (make-auto-save-file-name): Encode more characters in
14208         non-file buffer names.  Use url-encoding.
14210 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
14212         * net/net-utils.el (ftp-program): Fix typo in docstring.
14213         (ifconfig-program-options, netstat-program-options)
14214         (arp-program-options, route-program-options, nslookup-program-options)
14215         (ftp-program-options, smbclient-program-options)
14216         (dns-lookup-program-options, arp, route): Doc fixes.
14218         * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
14219         (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
14220         (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
14221         Fix typos in docstrings.
14222         (gdb-pending-triggers): Reflow docstring.
14223         (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
14225 2008-03-01  Alan Mackenzie  <acm@muc.de>
14227         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
14228         typing "#" at EOB.
14230 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
14232         * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
14234 2008-02-29  Kim F. Storm  <storm@cua.dk>
14236         * emulation/cua-base.el (cua-remap-control-v)
14237         (cua-remap-control-z): New defcustoms.
14238         (cua-mode): Add them to set-after property.
14239         (cua--init-keymaps): Use them.
14240         Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
14242         * help.el (view-emacs-todo): Rename from view-todo.
14243         (describe-gnu-project): Rename from describe-project.  Users changed.
14244         (view-help-file): New helper function.
14245         (describe-distribution, describe-copying, describe-gnu-project)
14246         (view-todo, view-order-manuals, view-emacs-problems): Use it.
14247         (view-emacs-debugging, view-external-packages): New commands.
14248         (help-map): Move describe-distribution to C-h C-o (ordering).
14249         Move view-emacs-problems to C-h C-p (problems).
14250         Bind view-emacs-debugging to C-h C-d (debugging).
14251         Bind view-external-packages to C-h C-e (extras).
14252         (help-for-help-internal): Cleanup and align descriptions.
14253         Remove command names to reduce clutter.
14255 2008-02-29  Nick Roberts  <nickrob@snap.net.nz>
14257         * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
14258         and quieter face (not a warning).
14260 2008-02-29  Dan Nicolaescu  <dann@ics.uci.edu>
14262         * vc.el (vc-status-crt-marked): New variable.
14263         (vc-status-mode): Make it local.
14264         (vc-status-refresh): Use it to save the marked files.
14265         (vc-update-vc-status-buffer): Use it to restore the marked files.
14267         * vc-svn.el (vc-svn-after-dir-status):
14268         * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
14270 2008-02-29  Glenn Morris  <rgm@gnu.org>
14272         * allout.el (allout-topic-encryption-bullet)
14273         (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
14274         (allout-encrypt-unencrypted-on-saves): Change defcustom :version
14275         from 22.0 to 22.1.
14277         * net/imap.el (imap-ping-server):
14278         * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
14279         Change defcustom :version from 23.0 to 23.1.
14281 2008-02-29  Juanma Barranquero  <lekktu@gmail.com>
14283         * desktop.el (desktop-save): Save the buffer name if the
14284         uniquified base name is empty.
14286 2008-02-29  Nick Roberts  <nickrob@snap.net.nz>
14288         * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
14289         correctly when user has "set print address off".
14291 2008-02-28  Juanma Barranquero  <lekktu@gmail.com>
14293         * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
14294         version number of the next major Emacs release, not 23.0.
14296         * longlines.el (longlines-unload-function): New function.
14298 2008-02-28  Juri Linkov  <juri@jurta.org>
14300         * startup.el (normal-splash-screen): Add argument `concise'.
14301         Remove unused binding `prev-buffer'.  Let-bind `splash-buffer'
14302         to the created buffer.  If `concise' is non-nil, call
14303         `display-buffer', otherwise `switch-to-buffer'.  Doc fix.
14304         (display-startup-screen): Add argument `concise' to the call to
14305         `normal-splash-screen'.
14307 2008-02-28  Kim F. Storm  <storm@cua.dk>
14309         * startup.el (startup-echo-area-message): Check for about-emacs.
14311 2008-02-28  Juri Linkov  <juri@jurta.org>
14313         * startup.el: Always add initial message to *scratch* buffer if
14314         `initial-scratch-message' is non-nil regardless of the value of
14315         `inhibit-startup-screen'.
14316         (inhibit-startup-screen, initial-scratch-message): Doc fix.
14317         (command-line-1): Move code that inserts `initial-scratch-message'
14318         up before the if-form that checks for `inhibit-startup-screen'.
14319         Suggested by Jonathan Rockway <jon@jrock.us>.
14321 2008-02-28  Juri Linkov  <juri@jurta.org>
14323         * cus-edit.el (custom-mode-map, custom-mode-link-map):
14324         Rename `custom-mode' to `Custom-mode' in docstrings.
14325         (custom-buffer-create-internal, customize-browse):
14326         Rename `custom-mode' to `Custom-mode'.
14327         (custom-mode-hook): Rename to `Custom-mode-hook'.
14328         (Custom-mode-hook): Renamed from `custom-mode-hook'.
14329         (custom-mode): Rename to `Custom-mode'.
14330         (Custom-mode): Renamed from `custom-mode'.  Doc fix.
14331         (custom-mode): Add backward-compatible non-interactive variant of
14332         `Custom-mode' that simply calls `Custom-mode'.  Mark it obsoleted.
14333         (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
14335         * info-look.el: Rename `custom-mode' to `Custom-mode'.
14337         * emulation/viper.el (viper-emacs-state-mode-list):
14338         Rename `custom-mode' to `Custom-mode'.
14340         * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
14341         Capitalize "Tagged Files".
14342         (minibuffer-local-map): Add menu items for next/previous
14343         history elements and isearch history forward/backward.
14345         * progmodes/hideshow.el (hs-minor-mode-menu): Compare
14346         `hs-isearch-open' with t instead of `comment' in :selected
14347         for "Code and Comment blocks" menu item.
14349 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14351         * uniquify.el (uniquify-buffer-base-name): Undo last change.
14352         Should be done in desktop.el instead.
14354 2008-02-28  Glenn Morris  <rgm@gnu.org>
14356         * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
14358         * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
14360         * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
14361         (Info-menu, Info-goto-node): Remove declarations.
14362         (report-emacs-bug-info): Use info rather than Info-goto-node.
14364         * progmodes/idlwave.el (Info-goto-node): Remove declaration.
14365         (idlwave-convert-xml-system-routine-info): Don't require xml.
14366         (idlwave-show-commentary, idlwave-shell-show-commentary):
14367         Don't require finder.
14368         (idlwave-info): Don't require info.  Use info rather than
14369         Info-goto-node.
14371         * textmodes/org.el (Info-goto-node): Remove declaration.
14372         (org-info): Use info rather than Info-goto-node.
14374         * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
14375         (reftex-info): Don't require info.  Use info rather than Info-goto-node.
14377 2008-02-28  Dan Nicolaescu  <dann@ics.uci.edu>
14379         * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
14380         the menu.
14382         * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
14383         (vc-finish-logentry): Check for vc-status-mode, not only for
14384         vc-dired-mode.
14386 2008-02-28  Kenichi Handa  <handa@ni.aist.go.jp>
14388         * isearch.el (isearch-printing-char): Don't check
14389         keyboard-coding-system.
14390         Call isearch-process-search-multibyte-characters only when
14391         current-input-method is non-nil.
14393 2008-02-27  Kim F. Storm  <storm@cua.dk>
14395         * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
14396         (glyph-char, glyph-face): Handle cons encoding.
14398 2008-02-27  Juanma Barranquero  <lekktu@gmail.com>
14400         * uniquify.el (uniquify-buffer-base-name): If the base name is an
14401         empty string, return nil to allow the caller to default to the
14402         buffer name.  Reported by Martin Fischer <parozusa@web.de>.
14404         * tool-bar.el (tool-bar-setup): Doc fix.
14406         * mail/supercite.el (sc-describe):
14407         Fix typos in obsolescence declaration.
14409 2008-02-27  Glenn Morris  <rgm@gnu.org>
14411         * autoinsert.el (auto-insert-alist): Change permission text to
14412         match FSF's GPLv3 form.
14414         * mail/supercite.el (sc-cite-original): Doc fix.
14415         (sc-version): Make obsolete.
14416         (sc-describe): Show the SC info page.  Make obsolete.
14418 2008-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14420         * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
14421         when using transient-mark-mode.
14422         (default-indicate-unused-lines): Remove unused var.
14424 2008-02-26  Jan Djärv  <jan.h.d@swipnet.se>
14426         * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
14427         and previous.
14429         * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
14431 2008-02-26  Glenn Morris  <rgm@gnu.org>
14433         * net/net-utils.el (top-level): Don't require comint when compiling.
14434         (nslookup-font-lock-keywords): Don't require font-lock.
14435         Use font-lock faces rather than variables.
14436         (nslookup, ftp, smbclient, network-service-connection):
14437         Don't require comint.
14438         (comint-prompt-regexp, comint-input-autoexpand)
14439         (comint-input-ring): Declare for compiler.
14440         (comint-mode, ffap-string-at-point, comint-exec): Autoload.
14441         (dns-lookup-host): Don't require ffap.  Remove `with-no-warnings'.
14443         * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
14444         doc-string.
14446 2008-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14448         * doc-view.el (doc-view-current-page): Add a `win' argument.
14450 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14452         * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
14453         Demote it to plain defvar.
14454         (doc-view-conversion-refresh-interval): Reduce interval.
14455         (doc-view-goto-page): Allow moving to pages not yet rendered.
14456         (doc-view-goto-page): Construct a file name rather than extracting it
14457         from doc-view-current-files.
14458         (doc-view-kill-proc): Ignore errors from kill-process.
14459         (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
14460         (doc-view-insert-image): Use appropriate text if the page hasn't been
14461         rendered yet.  Adjust scrolling so the text is displayed.
14462         (doc-view-display): Detect not just that a page is available, but also
14463         that it wasn't available before, so as to avoid refreshing all pages
14464         repeatedly.
14465         (doc-view-mode): Make doc-view-cache-directory if needed.
14467 2008-02-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14469         * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
14470         toggle-read-only.
14472         * textmodes/bibtex.el (bibtex-format-entry): Handle error message
14473         refering to a missing required field with the OPT prefix.
14474         Make unwindform more robust.
14476         * textmodes/bibtex.el: Remove support for hideshow minor mode as
14477         it duplicates the bibtex support in progmodes/hideshow.el.
14478         * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
14479         entries that do not start at the beginning of a line.
14481 2008-02-25  Chong Yidong  <cyd@stupidchicken.com>
14483         * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
14485 2008-02-25  Robert J. Chassell  <bob@rattlesnake.com>
14487         * help-fns.el (describe-variable): Add phrases about
14488         initialization file with and without customization;
14489         use new button type help-info-variable.
14491         * help-mode.el (help-info-variable):
14492         New button able to read Info files for help-fns.el.
14494 2008-02-25  Jan Djärv  <jan.h.d@swipnet.se>
14496         * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
14497         (grep-mode): Use grep-mode-tool-bar-map.
14499         * progmodes/compile.el (tool-bar): Require tool-bar.
14500         (compilation-mode-tool-bar-map): New variable.
14501         (compilation-mode): Use compilation-mode-tool-bar-map.
14503         * term/x-win.el (x-gtk-stock-map): Add cancel.  Remove extensions.
14505 2008-02-25  Glenn Morris  <rgm@gnu.org>
14507         * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
14509 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14511         * diff-mode.el (diff-file-junk-re): New const.
14512         (diff-beginning-of-file-and-junk): Use it.
14513         (diff-file-kill): Make sure we were really inside a file diff.
14515         * diff-mode.el: Make it more robust in the presence of empty context
14516         lines in unified hunks.
14517         (diff-valid-unified-empty-line): New var.
14518         (diff-unified->context, diff-sanity-check-hunk): Obey it.
14519         (diff-end-of-hunk): Obey it.  New arg `donttrustheader'.
14520         (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
14521         (diff-hunk-header-re-unified): New const.
14522         (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
14523         (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
14524         (diff-sanity-check-hunk): Use it.
14526         * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
14527         Index: line, don't search backward for the previous one.
14529 2008-02-25  Kenichi Handa  <handa@ni.aist.go.jp>
14531         * international/fontset.el (setup-default-fontset): Add non-OTF
14532         lao font for lao script.
14534         * language/tibetan.el: Register tibetan-composition-function in
14535         composition-function-table.
14537         * language/tibet-util.el (tibetan-composition-function):
14538         Adjust for the new calling way (argument changed).  Try font-shape-text
14539         if possible.
14541         * language/lao.el: Register lao-composition-function in
14542         composition-function-table.
14544         * language/lao-util.el (lao-composition-function): Adjust for the new
14545         calling way (argument changed).  Try font-shape-text if possible.
14547 2008-02-25  Jason Rumney  <jasonr@gnu.org>
14549         * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
14551 2008-02-25  Juri Linkov  <juri@jurta.org>
14553         * isearch.el (isearch-fail): Use "RosyBrown1" for a light
14554         background, "red4" for a dark background, "red" for 16 and
14555         8 colors, "grey" for grayscale, and inverse video otherwise.
14556         Add :version tag.
14557         (isearch-message): Keep the original isearch-message intact, and
14558         add text properties to it where necessary.  Add `isearch-error' to
14559         the condition that checks if isearch is unsuccessful.
14561 2008-02-24  Juri Linkov  <juri@jurta.org>
14563         * progmodes/compile.el (compilation-handle-exit):
14564         Use compilation-error face instead of font-lock-warning-face.
14565         Display the same message in the minibuffer as is inserted
14566         at the end of the compilation buffer.
14568 2008-02-24  Glenn Morris  <rgm@gnu.org>
14570         * vc-cvs.el (vc-cvs-register): Fix registering of directories in
14571         multiple file case.
14573         * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
14575         * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
14576         multiple file case.  Use a single `let' rather than two.
14578 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
14580         * progmodes/compile.el (compilation-start): Specify a face for
14581         mode-line-process.
14582         (compilation-handle-exit): Specify a face and a tooltip for
14583         mode-line-process.
14585 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14587         * hilit-chg.el: Remove spurious * in defcustom docstrings.
14588         (hilit-chg-make-ov): Simplify.
14589         (hilit-chg-fixup): Use remove-overlays.
14590         (hilit-chg-set-face-on-change): Remove redundant call to
14591         `remove-text-properties'.
14593         * dired.el (dired-mark-prompt): Don't count/display the t element.
14594         Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
14596 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
14598         * progmodes/verilog-mode.el (eval-when-compile): Don't define
14599         add-submenu.
14600         (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
14601         Remove.  Move contents to the only use ...
14602         (verilog-menu): ... here.
14603         (verilog-statement-menu): Remove.  Move contents to the only use ...
14604         (verilog-stmt-menu): ... here.
14605         (verilog-mark-defun): Simply call mark-defun for emacs.
14606         (occur-pos-list): Declare for byte compiler.
14607         (mode-popup-menu): Don't defvar.
14608         (verilog-add-statement-menu): Remove.
14609         (verilog-mode-hook): Don't add verilog-add-statement-menu.
14610         (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
14612 2008-02-24  Michael McNamara  <mac@mail.brushroad.com>
14614         * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
14615         conditional.
14616         (verilog-font-grouping-keywords-face): Make the begin..end
14617         keywords standout more than other verilog keywords.
14618         (verilog-type-font-keywords): Move the begin..end out of this list
14619         to facilitate making them to (potentially) stand out more.
14620         (verilog-backward-token): Fix indent of bare always{_*}?, initial,
14621         function & task blocks.
14622         (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
14623         initial, function & task blocks.
14624         (verilog-forward-sexp): Handle the new "disable fork" statement of
14625         IEEE-1800 Verilog.
14626         (verilog-beg-block-re-ordered): Handle the new "disable fork"
14627         statement of IEEE-1800 Verilog.
14628         (verilog-calc-1): Handle the new "disable fork" statement of
14629         IEEE-1800 Verilog.
14630         (verilog-disable-fork-re): Add const to help handle the new
14631         "disable fork" statement of IEEE-1800 Verilog.
14632         (verilog-declaration-core-re): Add port directions by themselves,
14633         with no qualification, as base item of a declaration.
14634         (verilog-pretty-declarations): Add new flag to ask it to refrain
14635         from printing to the message buffer.
14636         (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
14637         printing to the message buffer.  Improve handling of the many
14638         types of expression line up.
14639         (verilog-just-one-space): Remove printing of an empty message.
14640         (verilog-get-lineup-indent): Rework to support the better handling
14641         of expression lineup for verilog-pretty-expr.
14642         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
14644 2008-02-24  Alan Mackenzie  <acm@muc.de>
14646         * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
14647         yesterday's commit.
14649 2008-02-24  Nick Roberts  <nickrob@snap.net.nz>
14651         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
14652         to mouse-set-point in buffers that aren't associated with files.
14654         * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
14656 2008-02-24  Alan Mackenzie  <acm@muc.de>
14658         Set of changes so that "obtrusive" syntactic elements in a
14659         C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
14660         unmatched paren) don't interact syntactically with stuff outside
14661         the CPP line.
14663         * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
14664         Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
14665         off-by-one bug.
14666         (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
14667         a bit of refactoring.
14668         (c-awk-extend-and-syntax-tablify-region): Takes some of the
14669         functionality of c-awk-advise-fl-for-awk-region, which has been
14670         refactored away.
14672         * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
14673         (c-clear-char-property-with-value): New function and macro which
14674         remove text-properties `equal' to a supplied value.
14676         * progmodes/cc-engine.el: Comment about text properties amended.
14678         * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
14679         parens around "error\\|warning".
14681         * progmodes/cc-langs.el (c-get-state-before-change-function)
14682         (c-before-font-lock-function, c-anchored-cpp-prefix):
14683         New language variables.
14684         (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
14686         * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
14687         syntax-table text properties.
14688         (c-common-init): Call language specific before/after-change
14689         functions at mode initialisation.
14690         (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
14691         (c-extend-region-for-CPP, c-neutralize-CPP-line)
14692         (c-neutralize-syntax-in-CPP): New functions.
14693         (c-before-change, c-after-change): Call the new language specific
14694         change functions defined in cc-langs.el.
14695         (c-advise-fl-for-region): New macro.
14696         (awk-mode): Remove AWK specific stuff which has been refactored
14697         into language independent stuff.
14699 2008-02-24  Nick Roberts  <nickrob@snap.net.nz>
14701         * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
14702         (gdb): (Re)set gdb-flush-pending-output to nil here...
14703         (gdb-init-1): ...instead of here (before gdb-prompt).
14705 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14707         * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
14708         Recognize ''' just like any other char-constant.
14710 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14712         * vc-hooks.el (vc-find-root): Remove initial loop because it's not
14713         careful enough.  Detect the uid-change all within the main loop.
14715 2008-02-24  Stefan Monnier  <monnier@pastel.home>
14717         * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
14719 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14721         * hilit-chg.el (highlight-save-buffer-state): New macro.
14722         (highlight-save-buffer-state, hilit-chg-set-face-on-change)
14723         (hilit-chg-clear): Use it to preserve the modified-p flag.
14724         (highlight-changes-rotate-faces): Don't mess with the undo-list.
14726 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14728         * font-lock.el (font-lock-set-defaults): Unset previously set variables
14729         when needed.
14731 2008-02-24  Ævar Arnfjörð Bjarmason  <avar@cpan.org>  (tiny change)
14733         * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
14734         from gnus-button-url-regexp.
14736 2008-02-24  Eli Zaretskii  <eliz@gnu.org>
14738         * progmodes/compile.el (compilation-next-error): Doc fix.
14739         (compilation-find-file): Doc fix.
14741 2008-02-24  Glenn Morris  <rgm@gnu.org>
14743         * net/net-utils.el (ipconfig-program, ipconfig-program-options):
14744         Add obsolete aliases to the old names.
14746 2008-02-24  Richard Stallman  <rms@gnu.org>
14748         * net/net-utils.el (ifconfig): Rename from ipconfig.
14749         (ipconfig): Alias to ifconfig.
14750         (ifconfig-program): Rename from ipconfig-program.
14751         (ifconfig-program-options): Rename from ipconfig-program-options.
14753 2008-02-24  Michael McNamara  <mac@mail.brushroad.com>
14755         * progmodes/verilog-mode.el (verilog-declaration-core-re):
14756         Add port directions by themselves, with no qualification, as base
14757         item of a declaration.
14758         (verilog-pretty-declarations): Add new flag that inhibits printing
14759         to the message buffer.
14760         (verilog-pretty-expr): Add new flag that inhibits printing to the
14761         message buffer.  Improve handling of the many types of expression
14762         line up.
14763         (verilog-just-one-space): Don't print an empty message.
14764         (verilog-get-lineup-indent): Rework to support the better handling
14765         of expression lineup for verilog-pretty-expr.
14766         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
14767         (verilog-mode-version, verilog-mode-release-date): Update.
14769 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14771         * subr.el (cancel-change-group): Don't move point.
14773 2008-02-23  Markus Triska  <markus.triska@gmx.at>
14775         * linum.el (linum-after-config): Update all visible windows.
14777 2008-02-23  Glenn Morris  <rgm@gnu.org>
14779         * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
14780         Add :help for Solitaire and Tetris.
14782         * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
14784         * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
14785         (smtpmail-code-conv-from): Doc fix.  Fix custom type.
14786         (smtpmail-queue-index-file): Make it a defcustom.
14787         (smtpmail-queue-index): Delete.
14788         (smtpmail-send-it, smtpmail-send-queued-mail):
14789         Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
14790         smtpmail-queue-index.
14792         * net/net-utils.el (iwconfig-program, iwconfig-program-options):
14793         Add :version.
14795 2008-02-23  Yoni Rabkin  <yoni@rabkins.net>  (tiny change)
14797         * net/net-utils.el (iwconfig-program, iwconfig-program-options):
14798         New variables.
14799         (iwconfig): New function.
14801 2008-02-23  Dan Nicolaescu  <dann@ics.uci.edu>
14803         * vc.el (vc-find-revision): Make vc-parent-buffer local before
14804         setting it.
14805         (vc-status-menu-map): Do not define using easy-menu.
14806         (vc-status-menu-map): New defalias.
14807         (vc-status-mode-map): Hook up the menu.
14808         (top-level): Update TODO.
14810         * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
14812         * vc-bzr.el (vc-bzr-init-version): Rename to ...
14813         (vc-bzr-init-revision): ... this.
14815 2008-02-23  Jason Rumney  <jasonr@gnu.org>
14817         * makefile.w32-in (WINS_ALMOST): Remove term.
14818         (WINS): Add term here.
14819         (custom-deps, finder-data): Use WINS_ALMOST.
14821 2008-02-22  Juanma Barranquero  <lekktu@gmail.com>
14823         * faces.el (font-weight-table): Fix value of `semi-light'.
14825 2008-02-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14827         * faces.el (font-weight-table, font-slant-table, font-swidth-table):
14828         Make those tables bijective.
14830 2008-02-22  Ken Manheimer  <ken.manheimer@gmail.com>
14832         Finish pdbtrack integration cleanup, settling missing-functions
14833         byte compiler warnings appropriately.
14835         * progmodes/python.el (python-point): Remove this - beginning-of-line
14836         was all that was necessary for `python-pdbtrack-overlay-arrow'.
14837         (python-end-of-def-or-class, python-beginning-of-def-or-class)
14838         (python-goto-initial-line): Drop these - they were only needed for
14839         python-point.
14840         (python-comint-output-filter-function): Use condition-case and
14841         beginning-of-line directly, instead of python-mode.el functions
14842         which require all sorts of baggage.
14843         (point-safe): Unnecessary - we're using condition-case directly,
14844         instead.
14845         (python-execute-file): Include for python-shell, which I'm leaving
14846         in keeping despite it being unnecessary for pdb tracking.
14848 2008-02-22  Peter Danenberg  <pcd@wikitex.org>  (tiny change)
14850         * progmodes/scheme.el (scheme-font-lock-keywords-2):
14851         Add SRFI 11 support.
14852         (let-values, let*-values): Specify scheme-indent-function.
14854 2008-02-22  Dan Nicolaescu  <dann@ics.uci.edu>
14856         * vc.el (vc-exec-after): Move setting mode-line-process in the
14857         busy case ...
14858         (vc-set-mode-line-busy-indicator): ... in this new function.
14859         (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
14860         (vc-update-vc-status-buffer): Reset mode-line-process.
14861         (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
14862         mark/unmark all the files with the same state as the current one.
14863         With a prefix argument mark/unmark all files.
14864         (vc-status-mode-menu): Adjust strings.
14865         (vc-update-vc-status-buffer): Only do something when the argument
14866         is not nil.
14867         (vc-status-kill-dir-status-process): New function.
14868         (vc-status-mode-map): Bind it.
14869         (vc-status-process-buffer): New variable.
14870         (vc-status-mode): Make it local.
14871         (vc-status-refresh): Set it.
14873         * vc-hg.el (vc-hg-dir-status):
14874         * vc-git.el (vc-git-dir-status):
14875         * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
14876         command is run.
14878 2008-02-22  Glenn Morris  <rgm@gnu.org>
14880         * json.el (top-level): No need to require thingatpt.
14881         (json-read-keyword): Use thing-at-point rather than word-at-point.
14883         * time.el (top-level): No need to require time-date when compiling.
14885         * emacs-lisp/copyright.el (copyright-update-year):
14886         Fix subexpression numbering for the case when years are split over
14887         lines, and for the replace case.
14889         * emulation/tpu-edt.el (tpu-have-ispell): Doc fix.  Make obsolete.
14890         (tpu-caar, tpu-cadr): Delete functions.
14891         (zmacs-regions): No need to declare for compiler.
14892         (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
14893         (tpu-spell-check): Rewrite, and handle mark after point.
14894         (tpu-special-insert): Use or rather than if.
14896         * emulation/vip.el (vip-special-prefix-com): Use ispell-region
14897         rather than spell-region.
14899         * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
14900         warnings about spell-region.
14902 2008-02-22  Kenichi Handa  <handa@ni.aist.go.jp>
14904         * ldefs-boot.el: Regenerated.
14906         * loadup.el: Don't load language/devanagari, language/kannada,
14907         language/malayalam, and language/tamil.  Load language/sinhala.
14909         * language/indian.el (indian-font-foundry)
14910         (indian-script-language-alist, indian-font-char-index-table)
14911         (indian-font-char, indian-font-char-range, indian-script-table)
14912         (indian-default-script, indian-composable-pattern): Delete them.
14913         ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
14914         language environments moved to here.
14915         ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
14916         New language environments.
14918         * language/devanagari.el, language/devan-util.el,
14919         * language/kannada.el, language/knd-util.el, language/malayalam.el,
14920         * language/mlm-util.el, language/tamil.el, language/tml-util.el:
14921         Delete them.
14923         * language/sinhala.el: New file.
14925 2008-02-21  Ken Manheimer  <ken.manheimer@gmail.com>
14927         Update Nick Robert's port of pdb tracking from python-mode.el.
14929         * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
14930         Clarify docstring.
14931         (python-pdbtrack-minor-mode-string): A sign indicating that pdb
14932         tracking is happening.
14933         (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
14934         (python-pdbtrack-input-prompt): Better recognize PDB prompts.
14935         (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
14936         Tracking is plugged in to all comint buffers once python.el is loaded.
14937         (python-pdbtrack-overlay-arrow): Toggle activation of
14938         `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
14939         (python-pdbtrack-track-stack-file): Use new
14940         `python-pdbtrack-get-source-buffer' for more flexible access to
14941         debugging source files.
14942         (python-pdbtrack-get-source-buffer): Identify debugging target buffer
14943         according to pdb stack trace, optionally using new
14944         `python-pdbtrack-grub-for-buffer' if file is not locally available.
14945         (python-pdbtrack-grub-for-buffer): Find most recent python-mode
14946         named buffer, or having function with indicated name.
14947         (python-shell): Remove comint-output-filter-functions hook
14948         addition, it's being done elsewhere.  Wrap long line.
14950 2008-02-21  Michael Olson  <mwolson@gnu.org>
14952         * json.el: Replace XEmacs compatibility code to get rid of
14953         compiler warnings.
14955         * time.el: Fix compiler warning.
14957 2008-02-21  Edward O'Connor  <ted@oconnor.cx>
14959         * json.el: New file (JavaScript Object Notation parser / generator).
14961 2008-02-21  Dave Love  <fx@gnu.org>
14963         * progmodes/sym-comp.el: New file.
14965         * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
14966         Require sym-comp.  Add Python buffer to same-window-buffer-names.
14967         Fixup whitespaces.
14968         (python-font-lock-keywords): Add highlighting for Python builtins.
14969         (python-font-lock-syntactic-keywords): Rewrite.
14970         (python-quote-syntax): Use syntax-ppss-context instead of parsing
14971         ppss directly.
14972         (python-mode-map): Add binding for python-find-function.
14973         (python-calculate-indentation): Clean up the logic.
14974         (python-beginning-of-defun): Explicitly set return value.
14975         (python-beginning-of-statement): Stop looping if we get stuck
14976         going backwards.
14977         (python-next-statement): Stop looping if we somehow end up inside
14978         a string while advancing.
14979         (python-preoutput-continuation, python-version-checked): New vars.
14980         (python-check-version): New function.
14981         (run-python): Set default command to python-command instead of
14982         python-python-command.
14983         (run-python): Use python-check-version.  Give PYTHONPATH
14984         precedence over data-directory in the process environment.
14985         Load function definitions in python process after.
14986         (python-check-comint-prompt): New function.
14987         (python-send-command, python-send-receive): Use it.
14988         (python-complete-symbol, python-try-complete): Functions deleted.
14989         Use symbol-complete instead of python-complete-symbol throughout.
14990         (python-fill-paragraph): Further refine the fenced-string regexp.
14991         (def-python-skeleton): Expand to the original abbrev instead if in
14992         a comment or string.  Tweak skeletons for `if', `while', `for',
14993         `try/except', `try/finally', `name'.
14994         (python-pea-hook, python-abbrev-pc-hook): New functions.
14995         (python-abbrev-syntax-table): New var.
14996         (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
14997         Use symbol-completion-try-complete for hippie expansion.
14998         Turn on font lock unconditionally.
14999         (python-mode-hook): Defcustom it.  No need to use make-local
15000         variable on indent-tabs-mode in "Turn off Indent Tabs mode"
15001         option, since it's buffer-local.
15003 2008-02-21  Juanma Barranquero  <lekktu@gmail.com>
15005         * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
15007 2008-02-21  Drew Adams  <drew.adams@oracle.com>
15009         * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
15010         "Turn off" and a "Help" entry when the minor mode has no menu.
15012 2008-02-21  Dan Nicolaescu  <dann@ics.uci.edu>
15014         * vc.el (vc-status-mark, vc-status-unmark): New functions.
15015         (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
15016         vc-status-mark-file and vc-status-unmark-file.
15017         (vc-status-mark-unmark): New function.
15018         (vc-status-previous-line, vc-status-next-line): No longer interactive.
15020 2008-02-21  Glenn Morris  <rgm@gnu.org>
15022         * composite.el (encode-composition-rule): Fix typo in error message.
15023         (composition-function-table, auto-composition-mode): Doc fixes.
15025         * subr.el (sit-for): Fix obsolete form for nil second argument.
15027         * textmodes/spell.el (spell-buffer, spell-word, spell-region)
15028         (spell-string): Make obsolete, in favor of ispell.
15030 2008-02-21  Kenichi Handa  <handa@ni.aist.go.jp>
15032         * language/devanagari.el: Don't setup composition-function-table
15033         here.
15034         ("Devanagari"): Change charset, coding-system, coding-priority to
15035         Unicode-based ones.  Don't require the feature devan-util.
15037         * composite.el (compose-chars-after): Fix arguments for a function
15038         in composition-function-table.
15039         (auto-compose-region): Likewise.
15041         * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
15042         for Ethiopic.
15043         (ps-mule-plot-string): Ignore glyph-string based compositions.
15045 2008-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15047         * doc-view.el: Allow different windows to show different pages.
15048         (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
15049         (doc-view-current-image, doc-view-current-overlay): Remove variables,
15050         add them back as macros instead, using image-mode-winprops instead.
15051         Update all users of those variables.
15052         (doc-view-new-window-function): New function to create a new overlay
15053         for each new window.
15054         (doc-view-mode): Use it and image-mode-setup-winprops.
15055         (doc-view-clone-buffer-hook): Rewrite accordingly.
15057         * image-mode.el: Extend [hv]scroll support to per-window properties.
15058         (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
15059         (image-mode-winprops-alist): New var to replace them.
15060         (image-mode-new-window-functions): New hook.
15061         (image-mode-winprops, image-mode-window-get, image-mode-window-put):
15062         New funs.
15063         (image-set-window-vscroll, image-set-window-hscroll): Use them.
15064         Remove the `window' argument, update callers.
15065         (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
15066         Use the new functions.
15067         (image-mode-reapply-winprops): New fun.
15068         (image-mode): Use it.
15070 2008-02-20  Jay Belanger  <jay.p.belanger@gmail.com>
15072         * calc/calc-math.el (math-sin-raw): Add optional argument
15073         to keep track of original argument.
15074         (math-cos-raw): Use optional argument when calling math-sin-raw.
15075         (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
15076         with close to original precision.
15078 2008-02-20  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15080         * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
15081         args in calls of sit-for.
15083 2008-02-20  Juanma Barranquero  <lekktu@gmail.com>
15085         * vc-svn.el (vc-svn-program): Fix typo in docstring.
15086         (vc-svn-checkin): Fix typo in error message.
15088         * help-mode.el: Require easymenu when compiling.
15090 2008-02-20  Dan Nicolaescu  <dann@ics.uci.edu>
15092         * help-mode.el (help-mode-menu): New menu.
15094 2008-02-20  Glenn Morris  <rgm@gnu.org>
15096         * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
15097         on Windows.
15099 2008-02-20  Kenichi Handa  <handa@ni.aist.go.jp>
15101         * ps-mule.el (ps-mule-encode-region): Return a single string.
15102         (ps-mule-plot-string): Adjust for the above change.
15103         (ps-mule-encode-header-string): Likewise.
15105         * international/latin1-disp.el (latin1-display): Don't use
15106         ucs-mule-8859-to-mule-unicode.  Fix the way of resetting
15107         standard-display-table.
15108         (latin1-display-identities): Adjust for the change of what is
15109         returned by (get-language-info charset 'charset).
15111         * international/mule-util.el (char-displayable-p): Fix for Latin-1
15112         characters and terminal case.
15114 2008-02-19  Ken Manheimer  <ken.manheimer@gmail.com>
15116         Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
15118         * progmodes/python.el: Also require comint when loading.
15119         (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
15120         Replace python-shell with run-python on menu bar.
15121         (python-shell-map): New map.
15122         (python-default-interpreter, python-python-command-args)
15123         (python-jython-command-args, python-pdbtrack-do-tracking-p):
15124         New options.
15125         (python-which-shell, python-which-args, python-which-bufname):
15126         New buffer local variables.
15127         (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
15129         * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
15130         (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
15131         New constants.
15133         Pdbtrack features:
15135         (python-point, python-end-of-def-or-class)
15136         (python-beginning-of-def-or-class, python-goto-initial-line)
15137         (python-comint-output-filter-function)
15138         (python-pdbtrack-overlay-arrow)
15139         (python-pdbtrack-track-stack-file, python-toggle-shells)
15140         (python-shell, python-pdbtrack-toggle-stack-tracking)
15141         (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
15142         New functions.
15144 2008-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15146         * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
15147         when the argument is nil.
15149 2008-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
15151         * vc.el (dir-status): Add a brief description.
15153 2008-02-19  Thien-Thi Nguyen  <ttn@gnuvola.org>
15155         * vc-hooks.el (vc-find-root): Take optional arg INVERT.
15156         If non-nil, reverse the sense of the check.
15158         * vc-rcs.el (vc-rcs-root): New func.
15159         * vc-cvs.el (vc-cvs-root): New func.
15160         * vc-svn.el (vc-svn-root): New func.
15161         * vc-sccs.el (vc-sccs-root): New func.
15163 2008-02-18  Kenichi Handa  <handa@ni.aist.go.jp>
15165         * language/japan-util.el (setup-japanese-environment-internal):
15166         Call use-cjk-char-width-table.
15168         * language/japanese.el ("Japanese"): Set exit-function to
15169         use-default-char-width-table.
15171         * international/characters.el: Delete occurrences of non-Unicode
15172         tibetan and ethiopic characters.
15173         (cjk-char-width-table): New variable.
15174         (use-cjk-char-width-table, use-default-char-width-table):
15175         New functions.
15177 2008-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
15179         * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
15180         (vc-status-mode-menu): Add a :filter.
15181         (vc-status-printer): Add faces.
15183         * vc-hg.el (vc-hg-extra-status-menu): New function.
15184         (vc-hg-dir-status): Clean up the buffer before using it.
15186 2008-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15188         * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
15189         (gdb): Initialize it here instead.
15191         * files.el (locate-dominating-file): Fix thinko in last change.
15192         Reported by Bruce Stephens <bruce.stephens@isode.com>.
15194 2008-02-18  Dan Nicolaescu  <dann@ics.uci.edu>
15196         * vc.el (vc-status-mode-menu): New menu for vc-status.
15198 2008-02-18  Juanma Barranquero  <lekktu@gmail.com>
15200         * progmodes/verilog-mode.el (customize): Fix typo in error message.
15201         (verilog-mode, verilog-mode-indent, verilog-mode-actions)
15202         (verilog-mode-auto, verilog-indent-level-module)
15203         (verilog-minimum-comment-distance, verilog-library-flags)
15204         (verilog-library-directories, verilog-library-files)
15205         (verilog-auto-reset-widths, verilog-imenu-generic-expression)
15206         (verilog-xemacs-menu, verilog-set-compile-command)
15207         (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
15208         (verilog-get-expr, verilog-strip-comments, verilog-one-line)
15209         (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
15210         (verilog-batch-inject-auto, verilog-batch-indent)
15211         (verilog-continued-line, verilog-type-keywords)
15212         (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
15213         (verilog-read-inst-pins, verilog-read-arg-pins)
15214         (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
15215         (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
15216         (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
15217         (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
15218         (verilog-sk-datadef, verilog-colorize-include-files-buffer)
15219         (verilog-mode-version, verilog-mode-release-date)
15220         (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
15221         (verilog-simulator, verilog-compiler)
15222         (verilog-auto-sense-defines-constant, verilog-company)
15223         (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
15224         Fix typos in docstrings.
15225         (verilog-set-auto-endcomments, verilog-calculate-indent)
15226         (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
15227         Reflow docstrings.
15228         (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
15229         (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
15230         (electric-verilog-forward-sexp, verilog-in-case-region-p)
15231         (verilog-in-struct-region-p, verilog-in-generate-region-p)
15232         (verilog-leap-to-head, verilog-current-indent-level)
15233         (verilog-case-indent-level, verilog-cpp-keywords)
15234         (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
15235         (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
15236         (verilog-signals-not-in, verilog-symbol-detick-text)
15237         (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
15238         (verilog-forward-close-paren, verilog-backward-open-paren)
15239         (verilog-backward-open-bracket): Doc fixes.
15241         * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
15242         (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
15243         (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
15244         (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
15245         (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
15246         Fix typos in docstrings.
15248         * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
15250 2008-02-18  Bastien Guerry  <Bastien.Guerry@ens.fr>
15252         * info.el (Info-read-node-name): Removed unused `default' arg.
15254 2008-02-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
15256         * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
15258 2008-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
15260         * image-mode.el (image-get-display-property): New fun.
15261         (image-forward-hscroll, image-next-line, image-eol, image-eob)
15262         (image-mode, image-minor-mode, image-toggle-display-text)
15263         (image-toggle-display): Use it.
15265 2008-02-18  Jason Rumney  <jasonr@gnu.org>
15267         * international/mule.el (xml-find-file-coding-system): Don't warn
15268         about utf-16 with BOM.
15270         * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
15272         * international/mule.el (sgml-xml-auto-coding-function): Detect and
15273         warn if file encoding is not utf-8 and encoding not specified.
15274         (xml-find-file-coding-system): New function.
15275         * international/mule-conf.el (file-coding-system-alist): Use it.
15277 2008-02-17  Glenn Morris  <rgm@gnu.org>
15279         * international/mule-cmds.el (set-locale-environment):
15280         Pass `frame' to getenv for LC_MESSAGES.
15282 2008-02-17  Juri Linkov  <juri@jurta.org>
15284         * time.el (emacs-init-time): Use format instead of format-seconds.
15286 2008-02-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15288         * textmodes/bibtex.el (bibtex-search-entry): Rename from
15289         bibtex-find-entry.  Add autoload cookie.
15290         (bibtex-find-entry): Alias for bibtex-search-entry.
15291         (bibtex-search-crossref): Rename from bibtex-find-crossref.
15292         (bibtex-find-crossref): Alias for bibtex-search-crossref.
15293         (bibtex-clean-entry): atomic-change-group removed.
15294         (bibtex-format-entry): Use atomic-change-group.  Use unwind-protect
15295         to locate buffer location where error occurred.
15296         Make error messages more specific.
15297         (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
15299 2008-02-17  Dan Nicolaescu  <dann@ics.uci.edu>
15301         * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
15302         top level.
15304         * simple.el (transient-mark-mode): Add an :init-value.
15306         * startup.el (command-line): Use custom-reevaluate-setting for
15307         transient-mark-mode.
15309 2008-02-17  Michaël Cadilhac  <michael@cadilhac.name>
15311         * wdired.el (wdired-allow-to-change-permissions): Fix typo.
15313 2008-02-16  Juri Linkov  <juri@jurta.org>
15315         * startup.el (after-init-time): New variable.
15316         (command-line): Set `after-init-time' to the current time.
15318         * time.el (emacs-init-time): New function.
15320 2008-02-16  Stefan Monnier  <monnier@iro.umontreal.ca>
15322         * files.el (locate-dominating-file): Remove initial loop because it's
15323         not careful enough.  Detect the uid-change all within the main loop.
15325 2008-02-16  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
15327         * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
15329 2008-02-16  Dan Nicolaescu  <dann@ics.uci.edu>
15331         * vc.el (vc-annotate): Add new argument.
15332         (vc-annotate-warp-revision): Pass the current line to vc-annotate.
15334         * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
15335         Move make-variable-buffer-local code after the corresponding defvar.
15336         (hs-minor-mode-map): Define and initialize in one step.
15337         (hs-minor-mode): Change from defun to define-minor-mode.
15339 2008-02-16  Nick Roberts  <nickrob@snap.net.nz>
15341         * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
15342         (gdb-ready): Move declaration...
15344         * progmodes/gdb-ui.el (gdb-ready): ...to here.
15345         (gdb-early-user-input): New variable.
15346         (gdb): Reset gdb-flush-pending-output to nil and set
15347         comint-input-sender here (before gdb-prompt), instead of...
15348         (gdb-init-1): ...here.
15349         (gdb-send): If Emacs is not ready, defer user input to...
15350         (gdb-prompt): ...here.
15352 2008-02-16  Glenn Morris  <rgm@gnu.org>
15354         * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
15356         * startup.el (emacs-startup-time): Rename to `before-init-time'.
15357         (before-init-time): New name for `emacs-startup-time'.
15358         (command-line): Use before-init-time rather than emacs-startup-time.
15359         * time.el (emacs-uptime): Use before-init-time rather than
15360         emacs-startup-time.
15362         * composite.el (composition-function-table): Doc fix.
15364         * calendar/time-date.el (format-seconds): Remove `nonzero' argument
15365         in favor of `%z' specifier.
15366         (emacs-uptime): Move to time.el.
15367         * time.el (emacs-uptime): Move here from time-date.el.  Add optional
15368         `format' argument.  Doc fix.  Use `%z' rather than removed `nonzero'
15369         argument of format-seconds.
15371 2008-02-16  Dan Nicolaescu  <dann@ics.uci.edu>
15373         * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
15375 2008-02-15  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
15377         * ielm.el (ielm-is-whitespace): Remove.
15378         (ielm-is-whitespace-or-comment): New function.
15379         (ielm-eval-input): Use it.
15381 2008-02-15  Jason Rumney  <jasonr@gnu.org>
15383         * term/mac-win.el: Fix coding tag.
15385 2008-02-15  Dan Nicolaescu  <dann@ics.uci.edu>
15387         * vc-hooks.el (vc-menu-map):
15388         * bindings.el (mode-line-mode-menu): Add tooltips.
15390         * bindings.el (help-echo): Add more tooltips.  Use a less
15391         telegraphic style for existing tooltips.
15393 2008-02-14  Stefan Monnier  <monnier@iro.umontreal.ca>
15395         * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
15396         from the auto-generated one.
15398 2008-02-14  Glenn Morris  <rgm@gnu.org>
15400         * mail/rmail-spam-filter.el (rmail-spam-filter):
15401         Let-bind message-spam-status.
15403         * mail/smtpmail.el (password-cache-add): Declare as function.
15405 2008-02-14  Justus Piater  <Justus-bulk@Piater.name>  (tiny change)
15407         * mail/smtpmail.el: Use password-cache.
15409 2008-02-14  Juanma Barranquero  <lekktu@gmail.com>
15411         * uniquify.el (uniquify-buffer-base-name): New function.
15412         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
15414         * desktop.el (uniquify-managed): Don't defvar.
15415         (desktop-buffer-info): Use `uniquify-buffer-base-name', not
15416         `uniquify-managed'.  Return also the buffer's base name.
15417         (desktop-save): When saving the buffer info, filter out the base name,
15418         and save it as buffer name if the buffer is managed by uniquify.
15419         (uniquify-item-base): Don't declare; not called anymore.
15421 2008-02-14  Dan Nicolaescu  <dann@ics.uci.edu>
15423         * vc.el (vc-annotate-find-revision-at-line): New function.
15424         (vc-annotate-mode-map): Bind it.
15425         (vc-annotate-mode-menu): Add a menu entry for it.  Add :help for
15426         some entries.
15428 2008-02-14  Glenn Morris  <rgm@gnu.org>
15430         * calendar/time-date.el (format-seconds): New function.
15431         (emacs-uptime): Use format-seconds.
15433         * Makefile.in (custom-deps, finder-data, autoloads, recompile):
15434         Remove `LC_ALL=C', since it's included in $(emacs) now.
15436 2008-02-14  Zhang Wei  <id.brep@gmail.com>
15438         * textmodes/org-publish.el (org-publish-timestamp-filename):
15439         Replace colon characters in filename too.
15441 2008-02-13  Bastien Guerry  <bzg@altern.org>
15443         * mail/rmail.el (rmail-header-name): New face.
15444         (rmail-font-lock-keywords): Use rmail-header-name.
15446         * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
15447         against X-Spam-Status header field.
15448         (rmail-spam-filter): Also check X-Spam-Status header field.
15450 2008-02-14  Mark A. Hershberger  <mah@everybody.org>
15452         * progmodes/flymake.el (flymake-allowed-file-name-masks):
15453         Add support for .pm files and .php files.
15454         (flymake-err-line-patterns): Add pattern for PHP errors.
15455         (flymake-php-init): New function.  PHP support for flymake.
15457         * progmodes/compile.el (compilation-error-regexp-alist-alist):
15458         Add regular expression for PHP errors.
15460 2008-02-13  Michael Albinus  <michael.albinus@gmx.de>
15462         * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
15463         This DTRT even on w32 machines.
15464         (ange-ftp-cf1): Quote FILENAME.
15466 2008-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
15468         * smerge-mode.el (smerge-auto-combine-max-separation): New var.
15469         (smerge-auto-combine): New fun.
15471 2008-02-12  Juri Linkov  <juri@jurta.org>
15473         * startup.el (fancy-startup-screen, normal-splash-screen):
15474         Set default-directory to command-line-default-directory.
15476         * desktop.el (after-init-hook): Set inhibit-startup-screen to t
15477         after reading the desktop.
15479         * progmodes/compile.el (compilation-auto-jump):
15480         Call compile-goto-error only when compilation-auto-jump-to-first-error
15481         is non-nil.
15482         (compilation-scroll-output): Replace :type 'boolean with a choice
15483         that has three options including a third option `first-error'.
15484         Doc fix.
15485         (compilation-start, compilation-forget-errors): Add an alternate
15486         condition comparing compilation-scroll-output with `first-error'
15487         in addition to compilation-auto-jump-to-first-error (to call
15488         compilation-auto-jump in the proper place).
15490 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15492         * international/mule.el (sgml-html-meta-auto-coding-function):
15493         Make sure the search limit is ahead.
15495         * tar-mode.el: Fix broken indentation.
15496         (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
15497         Use with-current-buffer.
15499 2008-02-12  Juanma Barranquero  <lekktu@gmail.com>
15501         * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
15502         it is already automatically buffer-local.
15504 2008-02-12  Drew Adams  <drew.adams@oracle.com>
15506         * help.el (describe-key): Join some split lines to facilitate filling.
15507         * help-fns.el (describe-function-1): Fill text of overlong lines.
15509 2008-02-12  Kenichi Handa  <handa@ni.aist.go.jp>
15511         * emacs-lisp/bytecomp.el (byte-compile-lapcode):
15512         Use unibyte-string instead of string-make-unibyte.
15514         * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
15516 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15518         * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
15519         works also for buffers w/o buffer-file-name.  Update callers.
15520         (doc-view-clone-buffer-hook): New fun.
15521         (doc-view-mode): Use it for indirect clones.  Mark the overlays with
15522         the `doc-view' property so they can be recognized.
15524         * simple.el (clone-indirect-buffer-hook): New hook.
15525         (clone-indirect-buffer): Run it.
15527 2008-02-11  Michael Olson  <mwolson@gnu.org>
15529         * epa-setup.el:
15530         * epg-package-info.el: Files removed.
15532 2008-02-11  Daiki Ueno  <ueno@unixuser.org>
15534         * epa.el (epa-menu-mode): Merge into epa-mode.
15535         (epa-menu-items): Rename the label "EasyPG Assistant" to
15536         "Encryption/Decryption".
15538         * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
15539         (epa-dired-mode-map): Rename from epa-dired-map.
15540         (epa-global-dired-mode): Rename the global minor mode.
15542 2008-02-11  Drew Adams  <drew.adams@oracle.com>
15544         * isearch.el (isearch-fail): New face.
15545         (isearch-message): Highlight failure part of input.
15547 2008-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
15549         * ibuffer.el (ibuffer-header-line-format): New var.
15550         (ibuffer-mode): Set it instead of header-line-format.
15551         (ibuffer-update): Use it to set header-line-format.
15553         * international/mule-cmds.el (ucs-insert): Inherit surrounding
15554         properties like self-insert-command.
15556 2008-02-11  Drew Adams  <drew.adams@oracle.com>
15558         * progmodes/etags.el: Add many doc strings.
15560 2008-02-11  Jason Rumney  <jasonr@gnu.org>
15562         * ldefs-boot.el: Regenerated.
15564 2008-02-11  Glenn Morris  <rgm@gnu.org>
15566         * progmodes/compile.el (compilation-error-regexp-alist-alist):
15567         Shorten some names.
15569         * ffap.el (ffap-rfc-directories): Add :version.
15571 2008-02-11  Chris Moore  <christopher.ian.moore@gmail.com>
15573         * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
15574         files, and backup files of same.
15576 2008-02-11  Kevin Ryde  <user42@zip.com.au>
15578         * ffap.el (ffap-rfc-directories): New variable.
15579         (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
15581         * info.el (Info-next-reference, Info-prev-reference)
15582         (Info-try-follow-nearest-node): Move to and follow https:// links too.
15584         * simple.el (completion-list-mode): Show full completion-list-mode-map
15585         in the docstring.
15587 2008-02-11  Sam Steingold  <sds@gnu.org>
15589         * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
15591 2008-02-11  Glenn Morris  <rgm@gnu.org>
15593         * startup.el (emacs-startup-time): New variable.
15594         (command-line): Set emacs-startup-time.
15596         * calendar/time-date.el (emacs-uptime): New function.
15598 2008-02-10  Bastien Guerry  <bzg@altern.org>
15600         * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
15601         (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
15602         it is nil.
15604 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
15606         * epg-config.el: Expand the contents of epg-package-info.el.
15607         (epg-package-name): New constant.
15608         (epg-version-number): New constant.
15609         (epg-bug-report-address): New constant.
15611         * epa-mail.el (epa-mail-mode): Add autoload cookie.
15612         (epa-global-mail-mode): New global minor mode.
15614         * epa-file.el (epa-file-mode): New global minor mode.
15616         * epa-dired.el (epa-dired-mode): New global minor mode.
15618         * epa.el (epa-menu): New variable.
15619         (epa-menu-items): New variable.
15620         (epa-menu-mode): New global minor mode.
15621         (epa-global-minor-modes): New user option.
15622         (epa-mode): New global minor mode.
15624 2008-02-10  Michael Albinus  <michael.albinus@gmx.de>
15626         * net/dbus.el: Remove `no-byte-compile' cookie.
15627         (dbus-call-method, dbus-register-signal, dbus-debug)
15628         (dbus-registered-functions-table): Declare them with
15629         `declare-function' or `defvar', respectively.
15630         (top): Don't assert any longer.  Require 'cl when compiling.
15631         Apply `ignore-errors' but `dbus-ignore-errors'.
15633 2008-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
15635         * diff-mode.el (diff-add-change-log-entries-other-window):
15636         Use add-change-log-entry.
15638 2008-02-09  Jason Rumney  <jasonr@gnu.org>
15640         * button.el (button-map):
15641         * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
15642         * ldefs-boot.el: Regenerate.
15644 2008-02-09  Dan Nicolaescu  <dann@ics.uci.edu>
15646         * epa.el (epa-faces, epa):
15647         * epa-file.el (epa-file):
15648         * epg-config.el (epg): Add :version.
15650 2008-02-09  Thien-Thi Nguyen  <ttn@gnuvola.org>
15652         * vc.el (vc-exec-after): Append CODE to previous fragments.
15653         (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
15654         take MESSAGES instead of VERBOSE; use it when non-nil.
15655         (vc-diff-internal): Compute messages once; use them;
15656         update call to vc-diff-finish.
15658 2008-02-09  Michael Olson  <mwolson@gnu.org>
15660         * net/tramp.el (tramp-process-sentinel): Avoid error when process
15661         buffer has been killed, such as by
15662         `tramp-cleanup-all-connections'.
15664 2008-02-09  Miles Bader  <miles@gnu.org>
15666         * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
15668 2008-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15670         * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
15671         splitter in context hunks.
15673 2008-02-08  Kenichi Handa  <handa@ni.aist.go.jp>
15675         * international/fontset.el (setup-default-fontset): Fix arabic otf
15676         font specification.
15678 2008-02-08  Daiki Ueno  <ueno@unixuser.org>
15680         * epa-dired.el:
15681         * epa-file.el:
15682         * epa-mail.el:
15683         * epa-setup.el:
15684         * epa.el:
15685         * epg-config.el:
15686         * epg-package-info.el:
15687         * epg.el: Initial check-in of EasyPG.
15689 2008-02-08  Glenn Morris  <rgm@gnu.org>
15691         * woman.el (woman-locale): New defcustom.
15692         (woman-expand-locale, woman-manpath-add-locales): New functions.
15693         (woman-manpath): Call woman-manpath-add-locales.  Bump :version.
15695         * international/mule-cmds.el (locale-translate): New function,
15696         with old code extracted from set-locale-environment.
15697         (set-locale-environment): Use locale-translate.  Set woman-locale.
15699         * cus-start.el (selection-coding-system): Remove, since it's now
15700         defined in select.el rather than in xselect.c.
15701         * select.el (selection-coding-system): Make it a defcustom, and
15702         add the properties from cus-start.el.  Bump :version.
15704         * custom.el (custom-theme-set-variables): Sort symbols that are
15705         dependencies before symbols that depend on them.
15706         (custom-enabled-themes): Set after custom-theme-directory.
15708         * pcmpl-unix.el (top-level): Move provide statement to end.
15709         (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
15710         `*' from doc-string.  Allow to be nil.
15711         (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
15712         Allow to be nil.  Add :version.
15713         (pcmpl-ssh-hosts): Move definition before use.  Handle lines
15714         without hostnames, and multiple hostnames per line.
15716         * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
15718 2008-02-08  Phil Hagelberg  <phil@evri.com>
15720         * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
15721         (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
15723 2008-02-07  Timo Savola  <timo.savola@iki.fi>
15725         * startup.el (command-line-x-option-alist): Add --parent-id.
15727         * term/x-win.el (x-handle-parent-id): New function.
15729 2008-02-07  Chris Moore  <christopher.ian.moore@gmail.com>
15731         * mouse.el (x-fixed-font-alist): Use consistent capitalization for
15732         "Font Menu".
15734 2008-02-06  Michael Albinus  <michael.albinus@gmx.de>
15736         * net/dbus.el (dbus-interface-peer): New defconst.
15737         (dbus-ping): New defun.
15739 2008-02-06  Sam Steingold  <sds@gnu.org>
15741         * vc-hooks.el (vc-prefix-key): New user-customizable variable.
15743 2008-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15745         * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
15746         Just return nil and let the C code provide a fallback.
15748 2008-02-05  Glenn Morris  <rgm@gnu.org>
15750         * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
15751         tramp-flush-connection-property for removed 2nd argument.
15753 2008-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15755         * diff-mode.el (diff-add-change-log-entries-other-window):
15756         Rename from diff-create-changelog.  Change users.
15757         Minor change to hopefully work with plain diffs.
15758         (diff-mode-map): Add binding for it.
15760 2008-02-04  Dan Nicolaescu  <dann@ics.uci.edu>
15762         * diff-mode.el: Add new TODO entry.
15763         (diff-create-changelog): New function.
15764         (diff-mode-menu): Bind it.
15766 2008-02-04  Kenichi Handa  <handa@ni.aist.go.jp>
15768         * international/mule-diag.el (print-fontset-element): Handle the
15769         case of inhibiting the fallback fonts.
15771 2008-02-04  Kim F. Storm  <storm@cua.dk>
15773         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
15774         (ido-magic-delete-char): Use prefix arg.
15776 2008-02-03  Juanma Barranquero  <lekktu@gmail.com>
15778         * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
15779         because the latter is in fact a 1.2.8 build distributed with GTK+ (as
15780         of today, the most recent libpng is 1.2.24).
15782 2008-02-03  Michael Albinus  <michael.albinus@gmx.de>
15784         * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
15786         * net/dbus.el (top): Check (featurep 'dbusbind).
15788         * net/tramp.el (tramp-process-sentinel): New defun.
15789         (tramp-do-copy-or-rename-file-out-of-band)
15790         (tramp-maybe-open-connection): Use it as process sentinel.
15791         (tramp-handle-delete-directory): Don't use the "-f" option; it
15792         isn't portable.
15793         (tramp-handle-start-file-process): Echo `tramp-end-of-output'
15794         after the command.
15795         (tramp-handle-shell-command): Set `mode-line-process' in the
15796         asynchronous case.
15798         * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
15800         * net/tramp-fish.el (tramp-fish-maybe-open-connection):
15801         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
15802         Use `tramp-process-sentinel' as process sentinel.
15804 2008-02-02  Juanma Barranquero  <lekktu@gmail.com>
15806         * whitespace.el (global-whitespace-mode): Revert last change.
15807         (whitespace-unload-function): Force `global-whitespace-mode'
15808         to deactivate local modes in a slightly less intrusive way.
15810 2008-02-02  Eli Zaretskii  <eliz@gnu.org>
15812         * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
15814 2008-02-02  Glenn Morris  <rgm@gnu.org>
15816         * international/latin1-disp.el (latin1-display):
15817         * progmodes/fortran.el (fortran-comment-indent-char):
15818         * progmodes/idlw-shell.el (top-level):
15819         * term/mac-win.el (mac-keyboard-translate-char):
15820         * whitespace.el (whitespace-char-valid-p):
15821         * wid-edit.el (widget-key-sequence-read-event):
15822         Use characterp rather than char-valid-p.
15824         * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
15825         to capitalized-find-word-boundary.  Doc fix.  Update callers.
15826         (capitalized-next-word-boundary-function-table): Rename to
15827         capitalized-find-word-boundary-function-table.  Doc fix.  Update users.
15829         * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
15830         string-to-int.
15832         * ps-def.el (declare-function): Add compatibility definition.
15833         (ps-plot-with-face, ps-plot-string): Declare as functions.
15834         (ps-bold-faces, ps-italic-faces): Declare variables.
15836         * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
15837         (ps-mule-end-job): Declare as functions.
15839         * wid-edit.el (widget-string-complete): Use assoc-string rather
15840         than assoc-ignore-case.
15842 See ChangeLog.13 for earlier changes.
15844 ;; Local Variables:
15845 ;; coding: utf-8
15846 ;; add-log-time-zone-rule: t
15847 ;; bug-reference-url-format: "http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=%s"
15848 ;; End:
15850     Copyright (C) 2008  Free Software Foundation, Inc.
15852   This file is part of GNU Emacs.
15854   GNU Emacs is free software: you can redistribute it and/or modify
15855   it under the terms of the GNU General Public License as published by
15856   the Free Software Foundation, either version 3 of the License, or
15857   (at your option) any later version.
15859   GNU Emacs is distributed in the hope that it will be useful,
15860   but WITHOUT ANY WARRANTY; without even the implied warranty of
15861   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15862   GNU General Public License for more details.
15864   You should have received a copy of the GNU General Public License
15865   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
15867 ;; arch-tag: c241c1f9-d668-48bf-920a-2897ed0340bc