* emacs-lisp/re-builder.el (reb-mode-map): Fix typo in menu tooltip.
[emacs.git] / lisp / ChangeLog
blob192133a94208e8e176d4edd7bf69c47e5458507e
1 2008-11-29  Juanma Barranquero  <lekktu@gmail.com>
3         * emacs-lisp/re-builder.el (reb-mode-map): Fix typo in menu tooltip.
4         (reb-mode): Define with `define-derived-mode'.
6 2008-11-29  Karl Fogel  <kfogel@red-bean.com>
8         * files.el (break-hardlink-on-save): New variable.
9         (basic-save-buffer-2): Honor new variable break-hardlink-on-save.
10         (file-precious-flag): Mention it in doc string.
12 2008-11-29  Miles Bader  <miles@gnu.org>
14         * minibuffer.el (minibuffer-confirm-exit-commands): New variable.
15         (minibuffer-complete-and-exit): Use it.
17 2008-11-29  Chong Yidong  <cyd@stupidchicken.com>
19         * term/x-win.el (x-gtk-stock-cache): New hash table.
20         (x-gtk-map-stock): Perform caching to prevent excess consing during
22 2008-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
24         * minibuffer.el (completion--try-word-completion): Don't ignore
25         partial-completion if it's the only style.
27 2008-11-28  Juanma Barranquero  <lekktu@gmail.com>
29         * emacs-lisp/re-builder.el (reb-auto-update): Remove redundant code.
30         (re-builder): Reuse window displaying the *RE-Builder* buffer, if any.
31         (reb-initialize-buffer): Update matches, in case we're reentering
32         RE Builder mode.
34 2008-11-28  Chong Yidong  <cyd@stupidchicken.com>
36         * complete.el (PC-do-complete-and-exit): Synch to 2008-11-24 change
37         to minibuffer.el; recognize `confirm' and `confirm-after-completion'
38         values for minibuffer-completion-confirm.
40 2008-11-28  Martin Rudalics  <rudalics@gmx.at>
42         * emacs-lisp/eldoc.el (eldoc-docstring-first-line): Don't match
43         any but the first "*" in a doc-string.
45 2008-11-28  Glenn Morris  <rgm@gnu.org>
47         * format.el (format-write-file): Improve previous doc fix.
49 2008-11-27  Chong Yidong  <cyd@stupidchicken.com>
51         * simple.el (use-empty-active-region, use-region-p)
52         (region-active-p): Doc fix.
54 2008-11-27  Martin Rudalics  <rudalics@gmx.at>
56         * window.el (display-buffer): Fix handling of not-this-window
57         argument.  (Bug#1415)
59 2008-11-27  Kenichi Handa  <handa@m17n.org>
61         * international/characters.el: Set category 'C' to characters
62         #x20000..#x2AFFF, #x2F800..#x2FFFF.
64         * loadup.el: Set inhibit-load-charset-map to t while preloading
65         files.
67 2008-11-27  Chong Yidong  <cyd@stupidchicken.com>
69         * tool-bar.el (tool-bar-find-image-cache): Var deleted.
70         (tool-bar-find-image): Function deleted.
71         (tool-bar-local-item, tool-bar-local-item-from-menu): Use
72         find-image instead of tool-bar-find-image.
73         (tool-bar-keymap-cache): New hash table.
74         (tool-bar-make-keymap): Use it.
75         (tool-bar-make-keymap-1): Move body of tool-bar-make-keymap here.
77 2008-11-26  Michael Albinus  <michael.albinus@gmx.de>
79         * net/dbus.el (dbus-handle-event): The result of a message call
80         handler can also be an object, which is not a consp.
82 2008-11-25  Alan Mackenzie  <acm@muc.de>
84         * emacs-lisp/lisp.el (forward-sexp, backward-sexp, mark-sexp)
85         (forward-list, backward-list, down-list, backward-up-list)
86         (up-list, kill-sexp, backward-kill-sexp, kill-backward-up-list)
87         (insert-pair, insert-parentheses):  State that the command assumes
88         that point is not in a string or comment.
90 2008-11-26  Michael Albinus  <michael.albinus@gmx.de>
92         * net/dbus.el (dbus-string-to-byte-array)
93         (dbus-byte-array-to-string, dbus-escape-as-identifier)
94         (dbus-unescape-from-identifier): New defuns.
95         (dbus-handle-event): The result of a message call is a list of
96         arguments, which must be expanded when passing to
97         `dbus-method-return-internal'.
99         * net/tramp.el (tramp-handle-write-region): Improve the check for
100         calling direct copy.
101         (tramp-find-inline-encoding): Don't raise an error but a warning,
102         when no inline encoding is found.
103         (tramp-get-remote-coding): Check for a symbol.  The negative check
104         for a string fails, when there is an empty string.
106 2008-11-26  Glenn Morris  <rgm@gnu.org>
108         * vc-git.el (vc-git-diff-switches): New option.
109         (vc-git-diff): Apply diff switches.  (Bug#1386)
110         Give it a basic doc string.
112         * term/pc-win.el (x-font-family-list): Replace redefinition with
113         ifdef in src/xfaces.c, since it confuses make-docfile.  (Bug#1383)
115 2008-11-26  Vincent Belaïche  <vincent.b.1@hotmail.fr>
117         * calc/calc-alg.el (calcFunc-collect): Normalize the coefficients
118         of the polynomial rather than the whole polynomial.
120 2008-11-25  Chong Yidong  <cyd@stupidchicken.com>
122         * mail/mailabbrev.el (define-mail-abbrev): When reading from
123         mailrc, recognize string quoting.  When reading from Lisp, accept
124         rfc822-like addresses.
126         * mail/mailalias.el (define-mail-alias): Sync code with
127         define-mail-abbrev.
129 2008-11-25  Glenn Morris  <rgm@gnu.org>
131         * eshell/esh-proc.el (eshell-gather-process-output):
132         Revert previous change.  (re-opens Bug#1388)
134         * select.el (x-set-cut-buffer): Fix signal arguments.
136         * speedbar.el (speedbar-restricted-move): Fix signal arguments.
138 2008-11-25  Juanma Barranquero  <lekktu@gmail.com>
140         * play/bubbles.el (bubbles-mode): Define with `define-derived-mode'.
141         (bubbles-shift-mode, bubbles--update-score): Fix typos in docstrings.
142         (bubbles--empty-char): Use "\s".
144 2008-11-25  Jay Belanger  <jay.p.belanger@gmail.com>
146         * calc/calc.el (calc-settings-file, calc-language-alist)
147         (calc-embedded-announce-formula)
148         (calc-embedded-announce-formula-alist)
149         (calc-embedded-open-formula, calc-embedded-close-formula)
150         (calc-embedded-open-close-formula-alist)
151         (calc-embedded-word-regexp-alist, calc-embedded-open-plain)
152         (calc-embedded-close-plain, calc-embedded-open-close-plain-alist)
153         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
154         (calc-embedded-open-close-new-formula-alist)
155         (calc-embedded-open-mode, calc-embedded-close-mode)
156         (calc-embedded-open-close-mode-alist, calc-gnuplot-name)
157         (calc-gnuplot-plot-command, calc-gnuplot-print-command)
158         (calc-multiplication-has-precedence): Remove unnecessary asterisks
159         from docstrings.
161 2008-11-25  Juanma Barranquero  <lekktu@gmail.com>
163         * calculator.el (calculator-op-or-exp): Reflow docstring.
164         (calculator-remove-zeros, calculator-repR, calculator-repL):
165         Fix typos in docstrings.
167 2008-11-24  Chong Yidong  <cyd@stupidchicken.com>
169         * log-view.el (log-view-annotate-version): Let vc-annotate manage
170         windows instead of calling switch-to-buffer.
172         * diff.el (diff-sentinel): Take note of diff error return value.
174 2008-11-24  Martin Rudalics  <rudalics@gmx.at>
176         * calendar/appt.el (appt-disp-window): Do a set-buffer when the
177         frame can't be split.
179 2008-11-24  Ulf Jasper  <ulf@web.de>
181         * net/newst-treeview.el (newsticker--treeview-current-feed): Doc
182         string.
183         (newsticker--treeview-item-show): Renamed arg FEED to
184         FEED-NAME-SYMBOL.
185         (newsticker--treeview-tree-update-tag): Removed dead code.
186         (newsticker-treeview-update): Don't update cache.
187         (newsticker-treeview-quit): Don't save cache.
188         (newsticker-treeview-save): Don't save cache. Use `newsticker-dir'.
189         (newsticker-treeview-save): Use `newsticker-dir'.
190         (newsticker--treeview-load): Use `newsticker-dir'.
191         (newsticker--treeview-mark-item): Call `newsticker--cache-save-feed'.
192         Update tags.
193         (newsticker-treeview-tree-do-click): Slightly simplified.
195         * net/newst-backend.el (newsticker-dir): New.
196         (newsticker-start): Use `newsticker--cache-read'.
197         (newsticker-stop): Use `newsticker--cache-save'.
198         (newsticker--sentinel-work): Use `newsticker--cache-save-feed'.
199         (newsticker--images-dir): New.
200         (newsticker--image-get, newsticker--image-sentinel): Use
201         `newsticker--images-dir'.
202         (newsticker--cache-save-version1): Backuped version of
203         `newsticker--cache-save'.
204         (newsticker--cache-update): Create newsticker-dir if necessary.
205         (newsticker--cache-dir): New.
206         (newsticker--cache-save): Save feeds separately in `newsticker-dir'.
207         (newsticker--cache-save-feed): New.
208         (newsticker--cache-read-version1): New. Backuped version for reading
209         cache data..
210         (newsticker--cache-read, newsticker--cache-do-read): New.
212         * net/newst-reader.el (newsticker--image-read): Use
213         `newsticker--images-dir'.
215 2008-11-24  Chong Yidong  <cyd@stupidchicken.com>
217         * files.el (confirm-nonexistent-file-or-buffer): Allow
218         `after-completion' value to request confirm only after TAB.
219         (confirm-nonexistent-file-or-buffer): New function.
220         (read-buffer-to-switch, find-file, find-file-other-window)
221         (find-file-other-frame, find-file-read-only)
222         (find-file-read-only-other-window)
223         (find-file-read-only-other-frame): Use it.
224         (switch-to-buffer-other-window, switch-to-buffer-other-frame): Doc
225         fix.
226         Thanks to Alan Mackenzie for suggesting the new behavior.
228         * minibuffer.el (minibuffer-complete-and-exit): Change
229         `confirm-only' value of minibuffer-completion-confirm to
230         `confirm', and handle a `confirm-after-completion' value.
232 2008-11-24  Juanma Barranquero  <lekktu@gmail.com>
234         * emacs-lisp/elp.el (elp-instrument-list): Fix 2nd arg of `signal'.
236 2008-11-24  Andreas Schwab  <schwab@suse.de>
238         * image.el (image-type-header-regexps): Recognize more xbm format
239         variants.
241 2008-11-24  Juanma Barranquero  <lekktu@gmail.com>
243         * textmodes/artist.el (artist-charlist-to-string): Simplify.
244         (artist-mode-name, artist-mt, artist-vaporize-fuzziness)
245         (artist-prev-next-op-alist, artist-mode-line-show-curr-operation)
246         (artist-replace-string, artist-draw-rect, artist-draw-line)
247         (artist-undraw-line, artist-draw-sline, artist-undraw-rect)
248         (artist-rect-corners-squarify, artist-undraw-square, artist-fill-square)
249         (artist-pen, artist-pen-line, artist-text-insert-common)
250         (artist-text-overwrite, artist-spray-get-interval)
251         (artist-spray-clear-circle, artist-erase-char)
252         (artist-ellipse-generate-quadrant, artist-copy-square, artist-paste)
253         (artist-flood-fill, artist-key-draw-continously, artist-key-draw-poly)
254         (artist-key-draw-1point, artist-key-draw-2points)
255         (artist-mouse-draw-continously): Fix typos in docstrings.
256         (artist-aspect-ratio, artist-mode, artist-go-get-symbol-shift)
257         (artist-go-get-symbol-shift-sub, artist-previous-line, artist-next-line)
258         (artist-backward-char, artist-forward-char): Doc fixes.
259         (artist-vaporize-line, artist-spray-chars, artist-spray-new-char):
260         Reflow docstrings.
262 2008-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
264         * international/quail.el (quail-vunion): New function.
265         (quail-defrule-internal): Use it to prevent accumulating redundant
266         alternatives when `append' is set.
267         (quail-insert-decode-map): Simplify computation of the max-key-width.
268         Compute it right for multiple-list.
270 2008-11-24  Chong Yidong  <cyd@stupidchicken.com>
272         * emacs-lisp/elp.el (elp-instrument-list): Check argument type
273         explicitly.  Doc fix.
275 2008-11-24  Martin Rudalics  <rudalics@gmx.at>
277         * calendar/appt.el (appt-disp-window): Move minibuffer check
278         after binding this-window and do not set-buffer to make sure we
279         won't deselect the minibuffer.  (Bug#1413)
281 2008-11-24  Dan Nicolaescu  <dann@ics.uci.edu>
283         * vc-hg.el (vc-hg-program): Remove.
284         (vc-hg-state, vc-hg-working-revision, vc-hg-command):
285         Undo previous change.
287 2008-11-23  Martin Rudalics  <rudalics@gmx.at>
289         * info-look.el (info-lookup): When Info buffer is visible on
290         another frame, raise that frame.
292 2008-11-23  Juanma Barranquero  <lekktu@gmail.com>
294         * allout.el (allout-mode): Fix typo in docstring.
296         * vc-annotate.el (vc-annotate-warp-revision): Reflow docstring.
297         (vc-annotate-very-old-color, vc-annotate-display): Fix docstring typos.
299 2008-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
301         * vc-hooks.el (vc-follow-link): Complete last change.
303 2008-11-23  Juanma Barranquero  <lekktu@gmail.com>
305         * textmodes/remember.el (remember-region): Doc fix.
306         (remember-filter-functions, remember-handler-functions)
307         (remember-save-after-remembering, remember-mailbox)
308         (remember-default-priority, remember-data-file, remember-leader-text)
309         (remember-diary-file): Remove * from defcustom docstrings.
310         (remember-run-all-annotation-functions-flag)
311         (remember-all-handler-functions): Reflow docstrings.
312         (remember-store-in-mailbox): Fix typo in docstring.
313         (remember-mode): Define with `define-derived-mode'.  Doc fix.
315 2008-11-23  Glenn Morris  <rgm@gnu.org>
317         * eshell/esh-cmd.el (eshell-in-pipeline-p): Add doc-string.
318         (eshell-do-pipelines): Add optional argument to distinguish recursive
319         calls.  Use to set eshell-in-pipeline-p to 'first for the first command
320         in a pipeline.
322         * eshell/esh-proc.el (eshell-gather-process-output):
323         Set process-connection-type nil for all but the first element of a
324         pipeline.  (Bug#1388)
326 2008-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
328         * ediff-hook.el: Add tooltips to Emacs menus.
330         * ediff.el: Change date of last update.
332 2008-11-22  Juri Linkov  <juri@jurta.org>
334         * dired-aux.el (dired-isearch-filenames): Add new context-dependent
335         option `dwim'.  Change non-dwim option from `dired-filename' to `t'.
336         Doc fix.
337         (dired-isearch-filenames-setup): Run filename Isearch only when
338         dired-isearch-filenames is t or dired-isearch-filenames is `dwim'
339         and the text property `dired-filename' at point is non-nil.
340         In this case also set isearch-message-prefix-add to "filename ".
341         (dired-isearch-filenames-end): Set isearch-message-prefix-add to nil.
342         (dired-isearch-filenames, dired-isearch-filenames-regexp):
343         Don't let-bind isearch-message-prefix-add since this is done now
344         in dired-isearch-filenames-setup.
346         * isearch.el (isearch-mode): Change the order of calling
347         `isearch-update' and running the `isearch-mode-hook' to call
348         `isearch-update' with Isearch parameters set in this hook.
350         * progmodes/compile.el (compilation-auto-jump-to-first-error):
351         Fix docstring - change "during `compile'" to "during compilation".
353         * descr-text.el (describe-char-unidata-list): Move `old-name' to
354         be immediately after `name'.
356         * startup.el (initial-buffer-choice): Change an abstract file name
357         "file.txt" to more reasonable default file name value "~/.emacs".
359 2008-11-22  Juri Linkov  <juri@jurta.org>
361         * files.el (hack-local-variables-confirm): Rename arg `project' to
362         `dir-name'.  Move `(or dir-name name)' to let-binding of `name'.
363         (hack-local-variables-filter): Rename arg `project' to `dir-name'.
364         (hack-local-variables): Rename call of `hack-project-variables' to
365         `hack-dir-local-variables'.  Change error text to "Directory-local
366         variables error".
367         (dir-locals-class-alist): Rename from `project-class-alist'.
368         (dir-locals-directory-alist): Rename from `project-directory-alist'.
369         (dir-locals-get-class-variables): Rename from `project-get-alist'.
370         (dir-locals-collect-mode-variables): Rename from
371         `project-collect-bindings-from-alist'.  Rename arg `mode-alist' to
372         `mode-variables', and arg `settings' to `variables'.
373         (dir-locals-collect-variables): Rename from
374         `project-collect-binding-list'.  Rename arg `binding-list' to
375         `class-variables', and arg `settings' to `variables'.
376         (dir-locals-set-directory-class): Rename from `set-directory-project'.
377         (dir-locals-set-class-variables): Rename from `define-project-bindings'.
378         Rename arg `settings' to `variables'.
379         (dir-locals-file): New defconst.
380         (dir-locals-find-file): Rename from `project-find-settings-file'.
381         Use `dir-locals-file'.  Rename let-bound `settings' to `locals-file',
382         and `pda' to `dir-elt'.
383         (dir-locals-read-from-file): Rename from
384         `project-define-from-project-file'.  Rename arg `settings-file'
385         to `file'.  Rename let-bound `list' to `variables'.
386         (hack-dir-local-variables): Rename from `hack-project-variables'.
387         Rename let-bound `settings' to `variables-file', `root-dir'
388         to `dir-name', and `bindings' to `variables'.
390 2008-11-22  Lute Kamstra  <lute@gnu.org>
392         * simple.el (goto-line): Rename argument.
394 2008-11-22  Eli Zaretskii  <eliz@gnu.org>
396         * makefile.w32-in (compile-first): New target.
397         (recompile): Depend on compile-first.
399         * Makefile.in (recompile): Depend on compile-first.
401 2008-11-22  Martin Rudalics  <rudalics@gmx.at>
403         * files.el (switch-to-buffer-other-window)
404         (switch-to-buffer-other-frame): Rename buffer argument to
405         buffer-or-name.  Reword and mention new option
406         confirm-nonexistent-file-or-buffer in doc-string.
408 2008-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
410         * viper.el: Date change.
412         * viper-cmd.el (viper-envelop-ESC-key):
413         viper-translate-all-ESC-keysequences is now a function.
415         * viper-init (viper-translate-all-ESC-keysequences): Make this variable.
417 2008-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
419         * vc-hooks.el (vc-follow-link, vc-find-file-hook):
420         Use buffer-file-truename to handle symlinks in any part of the filename.
422 2008-11-22  Glenn Morris  <rgm@gnu.org>
424         * vc-mtn.el (vc-mtn-diff-switches): New option.
425         (vc-mtn-program): Rename from vc-mtn-command, for
426         consistency with other backends.  Keep old name as alias.
427         Update callers.  Make it a defcustom.
428         (vc-mtn-diff): Give it a doc string.  Apply diff switches.
430         * vc-arch.el (vc-arch-program): Rename from vc-arch-command, for
431         consistency with other backends.  Keep old name as alias.
432         Make it a defcustom.
433         (vc-arch-command, vc-arch-trim-revlib): Adapt for above change.
435         * vc-hg.el (vc-hg-program): New option.
436         (vc-hg-state, vc-hg-working-revision, vc-hg-command):
437         Use vc-hg-program rather than hard-coded "hg".
439         * vc-svn.el: Remove leading `*' from defcustom doc-strings.
440         (vc-svn-program): Move defcustom to start.
441         (vc-svn-create-repo, vc-svn-modify-change-comment):
442         Use vc-svn-program rather than hard-coded "svn".
444         * menu-bar.el: Stylistic consistency fixes for various menu and
445         help texts.
447         * kmacro.el (kmacro-insert-counter): Doc fix.
449 2008-11-21  Ivan Shmakov  <oneingray@gmail.com>  (tiny change)
451         * progmodes/tcl.el (tcl-filter): Don't forcibly move point.
453 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
455         * international/quail.el (quail-indent-to): New function.
456         (quail-completion-1, quail-completion-list-translations)
457         (quail-insert-decode-map): Use it to improve alignment.
458         (quail-build-decode-map): Don't ignore latin-1 chars.
459         (quail-help): Increase the max decode-map size so that even the TeX map
460         gets printed.
462         * bookmark.el (bookmark-get-bookmark): Add `noerror' arg.
463         Signal error for invalid bookmark.
464         (bookmark-get-bookmark-record): Undo last change.
465         (bookmark-store, bookmark-delete): Use new arg `noerror'.
467         * bookmark.el (bookmark-buffer-file-name): Also abbreviate dired-dir.
468         Suggested by Toru TSUNEYOSHI.
470 2008-11-21  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
472         * byte-opt.el (byte-compile-butlast): Move up in file.
473         (byte-optimize-plus): Don't call
474         byte-optimize-delay-constants-math (bug#1334).
475         Use byte-optimize-predicate to optimize constants.
476         (byte-optimize-minus): Don't call byte-optimize-delay-constants-math.
477         Remove zero arguments first
478         if possible.  Call byte-optimize-predicate to optimize constants.
479         (byte-optimize-multiply): Remove optimizations for arguments of 0
480         and 2, which may be inaccurate.  Optimize (* x -1) to (- x).
481         Call byte-optimize-predicate.
482         (byte-optimize-divide): Leave runtime errors unchanged.
483         Optimize (/ x 1) to (+ x 0).  Remove optimizations for arguments of
484         0 and 2.0, which may be inaccurate.  Call byte-optimize-predicate.
486 2008-11-21  Juanma Barranquero  <lekktu@gmail.com>
488         * bookmark.el (bookmark-jump-noselect): Add obsolescence
489         declaration and remove redundant info from docstring.
491         * isearch.el (isearch-search-string): Doc fix.
492         (search-exit-option, search-slow-window-lines, search-slow-speed)
493         (search-upper-case, search-nonincremental-instead)
494         (search-whitespace-regexp, search-ring-max, regexp-search-ring-max)
495         (search-ring-update, search-highlight, isearch-lazy-highlight)
496         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
497         (lazy-highlight-interval): Remove * from defcustom docstrings.
498         (isearch-resume-in-command-history, lazy-highlight-max-at-a-time):
499         Remove * from defcustom docstrings; fix typos.
500         (isearch-push-state-function, isearch-help-for-help-internal)
501         (isearch-help-for-help, isearch-describe-bindings)
502         (isearch-describe-mode, minibuffer-local-isearch-map, isearch-mode)
503         (isearch-pop-fun-state, isearch-search-fun-function)
504         (isearch-lazy-highlight-search): Fix typos in docstrings.
505         (isearch-yank-internal, isearch-fallback): Reflow docstrings.
506         (isearch-forward): Fix typo and reflow docstring.
507         (isearch-help-map): Remove unused `i' binding.  Fix typos in docstring.
508         (isearch-mode-map): Don't use `let*'.
510 2008-11-21  Chong Yidong  <cyd@stupidchicken.com>
512         * files.el (confirm-nonexistent-file-or-buffer): Change default to nil.
514 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
516         * isearch.el (isearch-search-string): Simplify and convert docstring.
518         * buff-menu.el (Buffer-menu-short-ellipsis): Partly undo last change.
520 2008-11-20  Juanma Barranquero  <lekktu@gmail.com>
522         * international/mule-util.el (set-nested-alist): Doc fix.  Use `when'.
523         (lookup-nested-alist): Doc fix.
524         (with-coding-priority): Reflow docstring.
525         (detect-coding-with-priority): Fix typos in obsolescence declaration.
526         (char-displayable-p): Reflow docstring.  Use `when'.
528 2008-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
530         * calendar/cal-menu.el (cal-menu-scroll-menu): Add bindings for
531         week forward/backward.
533 2008-11-20  Juanma Barranquero  <lekktu@gmail.com>
535         * ehelp.el (electric-help-map, ehelp-map): Define within defvar.
536         (with-electric-help): Fix typo and reflow docstring.
538 2008-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
540         * buff-menu.el (Buffer-menu-short-ellipsis): New constant.
541         (Buffer-menu-buffer+size): Use it, fix last change, and simplify.
542         (list-buffers-noselect): Don't need to pad.
544 2008-11-20  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
546         * buff-menu.el (Buffer-menu-buffer+size, list-buffers-noselect):
547         Pay attention to char widths when computing string sizes.
549 2008-11-20  Juanma Barranquero  <lekktu@gmail.com>
551         * emacs-lisp/bytecomp.el (byte-compile-dynamic-docstrings)
552         (byte-compile-output-docform): Reflow docstrings.
553         (no-byte-compile): Fix typo in docstring.
554         (byte-recompile-directory, compile-defun): Doc fixes.
555         (emacs-lisp-file-regexp, byte-compile-verbose)
556         (byte-compile-compatibility, byte-optimize, byte-compile-delete-errors)
557         (byte-compile-dynamic-docstrings, byte-optimize-log)
558         (byte-compile-error-on-warn, byte-compile-warnings)
559         (byte-compile-generate-call-tree, byte-compile-call-tree-sort):
560         Remove * from defcustom docstrings.
562 2008-11-20  Glenn Morris  <rgm@gnu.org>
564         * format.el (format-alist, format-write-file): Doc fix.
566         * proced.el (proced-available): New variable.
567         (proced-process-attributes): Move availability check from previous
568         change from here...
569         (proced): ... to here.
571         * vc-hg.el (vc-hg-diff-switches): New option.
572         (vc-hg-diff): Apply diff switches.  (Bug#1017)
574         * calc/calc-units.el (math-additional-units): Doc fix (active voice).
576         * progmodes/fortran.el (fortran-mode-map): Add some menu :help.
578 2008-11-20  Stephen Berman  <Stephen.Berman@gmx.net>
580         * files.el (auto-mode-alist): Recognize more OpenOffice.org extensions.
582 2008-11-19  Juanma Barranquero  <lekktu@gmail.com>
584         * calc/calc-units.el (math-units-table): Doc fix.
585         (math-standard-units): Fix typo in constant's description.
586         (math-additional-units): Fix typo in docstring.
588 2008-11-19  Ulrich Mueller  <ulm@kph.uni-mainz.de>
590         * calc/calc-units.el (math-standard-units): Add eps0,
591         permittivity of vacuum.
593 2008-11-19  Dan Nicolaescu  <dann@ics.uci.edu>
595         * files.el (project-settings-file): Remove.
596         (project-find-settings-file): Undo previous change that added the
597         use of project-settings-file.
599 2008-11-19  Glenn Morris  <rgm@gnu.org>
601         * proced.el (proced, proced-format-time): Doc fixes.
602         (proced-process-attributes): Signal an error if unsupported.  (Bug#1314)
604 2008-11-19  Karl Fogel  <kfogel@red-bean.com>
606         * bookmark.el (bookmark-jump-noselect): Move the deprecation
607         notice into the doc string, following up to 2008-10-29T17:42:49Z!cyd@stupidchicken.com.
609 2008-11-19  Lute Kamstra  <lute@gnu.org>
611         * autoinsert.el (auto-insert-alist): Don't use match data.
613 2008-11-19  Glenn Morris  <rgm@gnu.org>
615         * progmodes/f90.el (f90-mode-map): Add some menu :help.
617         * autoinsert.el (auto-insert-alist): Update template to FDL 1.3+.
619         * emacs-lisp/cl.el (floor*, ceiling*, truncate*, round*, mod*):
620         * term/w32-win.el (x-select-font): Declare.
622         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix a/an typo.
623         Use the imperative for all help strings.
625 2008-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
627         * textmodes/ispell.el (ispell-dictionary-base-alist): Adjust to the
628         case where the default dictionary is French, Spanish, younameit.
630         * window.el (window--frame-usable-p): Consider dedicated windows
631         as usable.
633         * files.el (confirm-nonexistent-file-or-buffer):
634         Rename from find-file-confirm-nonexistent-file.
635         (read-buffer-to-switch): Use it.
637 2008-11-18  Juanma Barranquero  <lekktu@gmail.com>
639         * server.el (server-temp-file-p): Use `string-match-p'.
640         (server-socket-dir): Set to nil if local sockets are unsupported.
641         (server-start): Don't try to delete local socket if unsupported.
642         (server-kill-new-buffers): Reflow docstring.
643         (server-delete-client, server-handle-delete-frame)
644         (server-save-buffers-kill-terminal): Doc fixes.
645         (server-send-string): Fix typo in docstring.
647 2008-11-18  Sam Steingold  <sds@gnu.org>
649         * progmodes/compile.el (compilation-start-hook): New hook.
650         (compilation-start): Run it on the compilation process.
652 2008-11-18  Juanma Barranquero  <lekktu@gmail.com>
654         * international/mule-cmds.el (update-leim-list-file): Simplify.
655         (prefer-coding-system, find-coding-systems-for-charsets):
656         Fix docstring typos.
657         (select-safe-coding-system, input-method-exit-on-first-char)
658         (language-info-alist, language-info-custom-alist): Reflow docstrings.
659         (toggle-input-method, read-multilingual-string): Doc fixes.
660         Reflow docstrings.
661         (locale-name-match, sort-coding-systems, find-multibyte-characters)
662         (read-char-by-name): Use `string-match-p'.
663         (get-char-code-property, put-char-code-property)
664         (char-code-property-description): Be silent while loading uni-* files.
665         (ucs-names): Use `dotimes-with-progress-reporter', because loading
666         the Unicode character names is *slow*.
668 2008-11-17  Chong Yidong  <cyd@stupidchicken.com>
670         * wid-edit.el (widget-image-insert): Don't add a mouse-face.
672         * cus-edit.el (custom-group-value-create): Don't insert docstring twice.
674 2008-11-17  Juanma Barranquero  <lekktu@gmail.com>
676         * international/mule-cmds.el (ucs-completions): Mark as risky.
678 2008-11-17  Martin Rudalics  <rudalics@gmx.at>
680         * help-macro.el (three-step-help): Remove * from defcustom.
681         (make-help-screen): Don't iconify selected frame.  (Bug#1322)
682         Use when instead of if and cond within condition-case.
684         * window.el (quit-window): Bind window to selected window when
685         trying to delete it.
687 2008-11-17  Glenn Morris  <rgm@gnu.org>
689         * progmodes/cc-defs.el (c-put-char-property-fun): Add fallback
690         definition of 'ignore, rather than nil.  (Bug#1353)
692 2008-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
694         * window.el (window--frame-usable-p): Allow use for soft-dedication.
696 2008-11-17  Juanma Barranquero  <lekktu@gmail.com>
698         * emulation/viper-cmd.el (viper-harness-minor-mode): Fix docstring typo.
700         * simple.el (quoted-insert, minibuffer-history-isearch-pop-state, undo)
701         (undo-only, rotate-yank-pointer, kill-whole-line, push-mark-command)
702         (exchange-point-and-mark, set-goal-column, kill-line, backward-word)
703         (kill-word, backward-kill-word, zap-to-char): Doc fixes.
704         (shell-command, repeat-complex-command): Reflow docstrings.
705         (pop-to-mark-command): Fix typos in docstring.
707 2008-11-17  Juri Linkov  <juri@jurta.org>
709         * isearch.el (isearch-filter-predicate): Rename from
710         `isearch-success-function'.  Rename default value from
711         `isearch-success-function-default' to
712         `isearch-filter-invisible'.  Doc fix.
713         (isearch-filter-invisible): Rename from
714         `isearch-success-function-default'.  Doc fix.
715         (isearch-search, isearch-lazy-highlight-search):
716         Rename `isearch-success-function' to `isearch-filter-predicate'.
718         * dired-aux.el (dired-isearch-filter-predicate-orig): Rename from
719         `dired-isearch-orig-success-function'.
720         (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
721         (dired-isearch-filenames-end): Rename `isearch-success-function' to
722         `isearch-filter-predicate'.  Doc fix.
723         (dired-isearch-filter-filenames): Rename from
724         `dired-isearch-success-function'.
726         * info.el (Info-search, Info-mode):
727         Rename `isearch-success-function' to `isearch-filter-predicate'.
728         (Info-isearch-filter-predicate): Rename from
729         `Info-search-success-function'.
731         * simple.el (minibuffer-default-add-function): Fix docstring to
732         use clear text "default values" instead of obscure references to
733         the dynamic variable `minibuffer-default'.
735 2008-11-16  Glenn Morris  <rgm@gnu.org>
737         * term/ns-win.el (ns-extended-platform-support-mode):
738         Tweak menu entry from previous change.
740         * wid-edit.el (advertised-widget-backward): Remove autoload cookie.
742         * cus-edit.el (custom-buffer-create-internal): Always insert the
743         in-buffer buttons, regardless of tool-bar.  (Bug#1326)
745 2008-11-16  Chong Yidong  <cyd@stupidchicken.com>
747         * subr.el (read-passwd): Use read-event instead of read-char-exclusive.
749 2008-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
751         * ielm.el (ielm-eval-input): Fix thinko in last change.
753 2008-11-16  Chong Yidong  <cyd@stupidchicken.com>
755         * subr.el (read-passwd): Yank current kill if the user enters C-y.
757 2008-11-16  Michael Albinus  <michael.albinus@gmx.de>
759         * net/tramp.el (tramp-handle-file-name-as-directory): New defun.
760         (tramp-file-name-handler-alist): Handle `file-name-as-directory'.
762         * net/tramp-fish.el (tramp-fish-file-name-handler-alist)
763         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
764         Handle `file-name-as-directory'.
766 2008-11-16  Chong Yidong  <cyd@stupidchicken.com>
768         * startup.el (fancy-startup-text): Give "Emacs tutorial" line the
769         usual variable-pitch face.
771 2008-11-16  Juanma Barranquero  <lekktu@gmail.com>
773         * net/ange-ftp.el (ange-ftp-multi-msgs, ange-ftp-good-msgs)
774         (ange-ftp-try-passive-mode, ange-ftp-data-buffer-name)
775         (ange-ftp-account-hashtable, ange-ftp-ls-cache-lsargs)
776         (ange-ftp-ls-cache-file, ange-ftp-ls-cache-res, ange-ftp-get-user)
777         (ange-ftp-ftp-name-component, ange-ftp-kill-ftp-process)
778         (ange-ftp-quote-string, ange-ftp-process-handle-line)
779         (ange-ftp-start-process, ange-ftp-send-cmd, ange-ftp-add-dumb-unix-host)
780         (ange-ftp-before-parse-ls-hook, ange-ftp-after-parse-ls-hook)
781         (ange-ftp-ls, ange-ftp-add-dl-dir, ange-ftp-get-file-entry)
782         (ange-ftp-set-binary-mode, ange-ftp-set-ascii-mode, ange-ftp-get-pwd)
783         (ange-ftp-file-name-as-directory-alist, ange-ftp-reread-dir)
784         (ange-ftp-vms-filename-regexp, ange-ftp-bs2000-fix-name-regexp-reverse)
785         (ange-ftp-bs2000-fix-name-regexp): Fix typos in docstrings.
786         (ange-ftp-name-format, ange-ftp-gateway-fatal-msgs)
787         (ange-ftp-xfer-size-msgs, ange-ftp-tmp-name-template)
788         (ange-ftp-netrc-filename, ange-ftp-disable-netrc-security-check)
789         (ange-ftp-default-user, ange-ftp-default-password)
790         (ange-ftp-default-account, ange-ftp-netrc-default-password)
791         (ange-ftp-netrc-default-account, ange-ftp-dumb-unix-host-regexp)
792         (ange-ftp-binary-file-name-regexp, ange-ftp-gateway-host)
793         (ange-ftp-gateway-prompt-pattern, ange-ftp-smart-gateway-port)
794         (ange-ftp-send-hash, ange-ftp-binary-hash-mark-size)
795         (ange-ftp-ascii-hash-mark-size, ange-ftp-process-verbose)
796         (ange-ftp-ftp-program-name, ange-ftp-gateway-ftp-program-name)
797         (ange-ftp-ftp-program-args, ange-ftp-nslookup-program)
798         (ange-ftp-make-backup-files, ange-ftp-retry-time)
799         (ange-ftp-bs2000-special-prefix): Remove * from defcustom docstrings.
800         (ange-ftp-skip-msgs, ange-ftp-potential-error-msgs)
801         (ange-ftp-gateway-tmp-name-template)
802         (ange-ftp-generate-anonymous-password, ange-ftp-local-host-regexp)
803         (ange-ftp-gateway-program-interactive, ange-ftp-smart-gateway)
804         (ange-ftp-raw-login): Remove * from defcustom docstrings; fix typos.
805         (ange-ftp-fatal-msgs): Remove * from defcustom docstring; doc fix.
806         (ange-ftp-gateway-program): Remove * from docstring and reflow.
807         (ange-ftp-hash-entry-exists-p, ange-ftp-hash-table-keys)
808         (ange-ftp-raw-send-cmd, ange-ftp-get-files, ange-ftp-canonize-filename)
809         (ange-ftp-file-name-as-directory, ange-ftp-directory-file-name):
810         (ange-ftp-copy-files-async, ange-ftp-rename-remote-to-remote):
811         (ange-ftp-rename-local-to-remote): Doc fixes.
812         (ange-ftp-set-xfer-size, ange-ftp-call-cont, ange-ftp-process-filter):
813         Use `when', `unless'.
814         (ange-ftp-set-passwd): Rename arg PASSWD to PASSWORD.
815         (ange-ftp-process-handle-hash): Rename arg STR to STRING.
816         (ange-ftp-nslookup-host): Rename arg HOST to HOSTNAME.
817         (ange-ftp-smart-login): Rename arg PASS to PASSWORD.
818         (ange-ftp-normal-login): Rename arg PASS to PASSWORD.  Fix typo.
819         (ange-ftp-process-sentinel): Use `when'.  Fix typo.
820         (ange-ftp-gwp-start): Use `let', not `let*'; use `when'.  Fix typo.
821         (ange-ftp-fix-name-func-alist, ange-ftp-fix-dir-name-func-alist)
822         (ange-ftp-parse-list-func-alist, ange-ftp-add-file-entry-alist)
823         (ange-ftp-delete-file-entry-alist): Fix typos and reflow docstring.
824         (ange-ftp-dumb-unix-host, ange-ftp-binary-file)
825         (ange-ftp-directory-files, ange-ftp-file-modtime, ange-ftp-vms-host)
826         (ange-ftp-mts-host, ange-ftp-cms-host, ange-ftp-bs2000-host)
827         (ange-ftp-bs2000-posix-host): Use `string-match-p' instead of
828         `(save-match-data (string-match ...))'.
829         (ange-ftp-use-gateway-p, ange-ftp-use-smart-gateway-p)
830         (ange-ftp-file-name-directory, ange-ftp-file-name-nondirectory):
831         Use `string-match-p' instead of `(save-match-data (string-match ...))'.
832         Doc fixes.
834 2008-11-16  Michael Kifer  <kifer@cs.stonybrook.edu>
836         * emulation/viper-init.el (viper-ESC-keyseq-timeout): Make it into a
837         function instead of a variable.
839         * emulation/viper-util.el (viper-fast-keysequence-p): Change to use
840         viper-ESC-keyseq-timeout as a function.
841         (viper-get-saved-cursor-color-in-replace-mode): Use defun instead of
842         defsubst.
844         * emulation/viper-cmd.el: Let line-move-visual to nil when using
845         next-line or previous-line.
846         (viper-R-state-post-command-sentinel): Use defun instead of defsubst.
848         * emulation/viper-keym.el (viper-ESC-key): Use (kbd "ESC").
850         * ediff-util.el (ediff-toggle-multiframe): Check if control window is
851         live.
852         (ediff-save-buffer): Let window-min-height to 2.
854         * ediff-wind.el (ediff-setup-windows-plain-compare): Avoid selecting
855         the minibuffer.
857 2008-11-16  Juanma Barranquero  <lekktu@gmail.com>
859         * ielm.el (ielm-noisy, ielm-dynamic-return, ielm-mode-hook)
860         (ielm-dynamic-multiline-inputs): Remove * from defcustom docstrings.
861         (ielm-prompt-read-only, ielm-font-lock-keywords): Fix docstring typos.
862         (ielm-map): Define within defvar.  Add docstring.
863         (ielm-tab, ielm-eval-input, ielm-get-old-input, ielm-return)
864         (ielm-complete-filename): Use `when', `unless'.
865         (ielm-is-whitespace-or-comment): Use `string-match-p'.
866         (ielm-return, ielm-get-old-input): Use `looking-at-p'.
867         (ielm-change-working-buffer): Check that the buffer is live.
868         (inferior-emacs-lisp-mode): Define with `define-derived-mode'.
869         Simplify.  Reflow docstring.
870         (inferior-emacs-lisp-mode-hook, inferior-emacs-lisp-mode-map):
871         New aliases, to satisfy `define-derived-mode' expectations.
873 2008-11-15  Glenn Morris  <rgm@gnu.org>
874             Martin Rudalics  <rudalics@gmx.at>
876         * emacs-lisp/find-func.el (find-function-advised-original): New.
877         (find-function-C-source, find-function-noselect):
878         Use find-function-advised-original to handle advised funcs.  (Bug#789)
880 2008-11-15  Glenn Morris  <rgm@gnu.org>
882         * emacs-lisp/find-func.el (find-function-noselect): Add missing "is" in
883         alias message.
885         * uniquify.el (uniquify-maybe-rerationalize-w/o-cb):
886         Remove uniquify-after-kill-buffer-p dependency.
887         (uniquify-kill-buffer-function): New function.
888         (kill-buffer-hook): Use uniquify-kill-buffer-function.  (Bug#1315)
890         * term/ns-win.el (ns-do-applescript, ns-popup-font-panel): Declare.
891         (ns-show-manual, menu-bar-help-menu): Update for merge of ns-emacs into
892         main Emacs manual.
894 2008-11-15  Martin Rudalics  <rudalics@gmx.at>
896         * window.el (quit-window): Restore delete window with second
897         arg non-nil behavior as of before 2008-10-30 change.
899 2008-11-15  Chong Yidong  <cyd@stupidchicken.com>
901         * help-fns.el (describe-function-1): Do char-range check for
902         self-insert-command.
904 2008-11-14  Karl Fogel  <kfogel@red-bean.com>
906         * files.el (file-precious-flag): Document that this flag is advisory.
908 2008-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
910         * emacs-lisp/bytecomp.el (byte-compile-associative)
911         (byte-compile-minus, byte-compile-quo): If there are more than two
912         operands, don't use binary operation code (bug#1334).
914 2008-11-14  Juanma Barranquero  <lekktu@gmail.com>
916         * w32-fns.el (w32-shell-dos-semantics):
917         * calendar/diary-lib.el (diary-face-attrs):
918         * international/mule-cmds.el (set-default-coding-systems)
919         (prefer-coding-system):
920         * net/tramp.el (tramp-set-completion-function):
921         * progmodes/vhdl-mode.el (vhdl-file-header):
922         * term/pc-win.el (msdos-show-help): Fix typos in docstrings.
924         * emacs-lisp/authors.el (authors-fixed-entries): Fix typo in value.
926         * files.el (enable-local-eval, not-modified, kill-buffer-ask)
927         (kill-matching-buffers, save-buffers-kill-emacs)
928         (save-buffers-kill-terminal): Fix typos in docstrings.
929         (switch-to-buffer-other-window): Reflow docstring.
930         (revert-buffer): Doc fix.
931         (define-project-bindings): Rename arg LIST to SETTINGS.
932         (project-find-settings-file): Use `let', not `let*'.
933         Use `when'.
935 2008-11-13  Juanma Barranquero  <lekktu@gmail.com>
937         * files.el (project-settings-file, locate-dominating-file):
938         Fix typos in docstrings.
939         (find-file-visit-truename): Remove * from defcustom docstring.
941 2008-11-13  T. V. Raman  <raman@users.sourceforge.net>  (tiny change)
943         * files.el (project-settings-file): New variable.
944         (project-find-settings-file): Use it, instead of hardcoding
945         .dir.settings.el.
947 2008-11-13  Glenn Morris  <rgm@gnu.org>
949         * nxml/nxml-enc.el: Remove some charset code not needed since Emacs 22.
951 2008-11-13  Henry Weller  <hweller0@gmail.com>  (tiny change)
953         * net/mairix.el (mairix-widget-fields-list): Fix bug regarding searching
954         in mail bodies.
956 2008-11-12  Juanma Barranquero  <lekktu@gmail.com>
958         * international/mule.el (autoload-coding-system, with-category-table)
959         (ctext-non-standard-encodings-alist): Fix typos in docstrings.
960         (coding-system-equal, set-buffer-process-coding-system): Doc fixes.
961         (set-buffer-file-coding-system, revert-buffer-with-coding-system)
962         (set-file-name-coding-system, ctext-pre-write-conversion)
963         (auto-coding-functions, find-auto-coding, modify-coding-system-alist):
964         Reflow docstrings.
965         (charset-list, set-coding-priority): Remove redundant obsolescence info.
966         (charset-id, charset-bytes, make-coding-system): Add obsolescence info.
967         (char-valid-p): Define with `define-obsolete-function-alias'.
969         * textmodes/artist.el (artist-mode): Fix typos in docstring.
971 2008-11-12  Sam Steingold  <sds@gnu.org>
973         * vc-cvs.el (vc-cvs-parse-root): Handle roots without colon
974         between hostname and path.
976 2008-11-11  Juri Linkov  <juri@jurta.org>
978         * dired-aux.el (dired-isearch-filenames)
979         (dired-isearch-filenames-regexp):
980         Let-bind isearch-message-prefix-add to "filename ".
982         * isearch.el (isearch-message-prefix-add)
983         (isearch-message-suffix-add): New variables.
984         (isearch-message-prefix): Show additional text from
985         `isearch-message-prefix-add' before "I-search".
986         (isearch-message-suffix): Show additional text from
987         `isearch-message-suffix-add' at the end.
989         * isearch.el (isearch-lazy-highlight-search): Use a loop like in
990         `isearch-search'.  Call isearch-success-function to skip matches
991         outside the current isearch scope.  Let-bind search-invisible to
992         nil to not match invisible text.
994         * isearch.el (isearch-query-replace, isearch-highlight-regexp):
995         Let-bind `isearch-recursive-edit' to nil to prevent calling
996         `exit-recursive-edit' in `isearch-done' that terminates the
997         execution of these commands when it is non-nil.  Call
998         `exit-recursive-edit' explicitly at the end.
999         (isearch-occur): For word search construct the correct regexp
1000         with word boundaries to proceed with occur.
1002         * isearch.el (isearch-search-fun): Compare the length of the
1003         current search string with the length of the string from the
1004         previous search state to detect the situation when the user
1005         adds or removes characters in the search string.
1006         Use word-search-forward-lax and word-search-backward-lax in this
1007         case, and otherwise word-search-forward and word-search-backward.
1009 2008-11-11  Sam Steingold  <sds@gnu.org>
1011         * mouse.el (mouse-buffer-menu-mode-groups): Place "Annotate" into
1012         the "Version Control" group (for C-x v g).
1014 2008-11-11  Juanma Barranquero  <lekktu@gmail.com>
1016         * server.el (server-process-filter): Fix typos and reflow docstring.
1018 2008-11-11  Martin Rudalics  <rudalics@gmx.at>
1020         * mail/footnote.el (footnote-mode): Improve doc-string.
1021         Suggested by <jidanni@jidanni.org>.  (Bug#1318)
1023 2008-11-11  Chong Yidong  <cyd@stupidchicken.com>
1025         * cus-edit.el (Custom-mode): Set up tool-bar-map unconditionally.
1027 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
1029         * mail/smtpmail.el (smtpmail-open-stream): Use
1030         `starttls-any-program-available'.  Auto-load starttls.el for it.
1032 2008-11-08  Chong Yidong  <cyd@stupidchicken.com>
1034         * dired.el (dired-read-dir-and-switches): Revert to 2007-11-22
1035         version (bug@1285).
1037 2008-11-08  Eli Zaretskii  <eliz@gnu.org>
1039         * startup.el (command-line): Ignore init-file-user when checking
1040         user's home directory on MS-DOS as well.
1042 2008-11-07  Sam Steingold  <sds@gnu.org>
1044         * progmodes/cc-cmds.el (c-defun-name): Fix CLISP DEFUN handling.
1046 2008-11-07  Juanma Barranquero  <lekktu@gmail.com>
1048         * frame.el (make-frame-on-display): Use `string-match-p'.
1050 2008-11-07  Glenn Morris  <rgm@gnu.org>
1052         * progmodes/cc-defs.el (cl-macroexpand-all): Fix declaration.
1054 2008-11-07  Dan Nicolaescu  <dann@ics.uci.edu>
1056         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add new argument
1057         to initialize font-lock keyword case sensitivity.
1058         (lisp-mode): Use it.
1060 2008-11-06  Glenn Morris  <rgm@gnu.org>
1062         * eshell/esh-maint.el: Remove unused file.
1064         * progmodes/cc-defs.el (cl-macroexpand-all): Declare.
1066         * cus-edit.el (custom-comment-tag): Doc fix.
1067         (custom-comment, custom-variable-value-create, custom-face):
1068         Use face names sans -face suffix rather than aliases.
1070 2008-11-05  Jay Belanger  <jay.p.belanger@gmail.com>
1072         * calc/calc.el (calc-quit): Use `window-full-width-p' to check
1073         window width.
1075 2008-11-05  Chong Yidong  <cyd@stupidchicken.com>
1077         * server.el (server-process-filter): Only default to emacsclient's
1078         terminal in daemon mode.
1080 2008-11-05  Martin Rudalics  <rudalics@gmx.at>
1082         * window.el (quit-window): Restore prefix argument behavior
1083         removed in 2008-10-30 change.  (Bug#1308)
1085 2008-11-05  Tassilo Horn  <tassilo@member.fsf.org>
1087         * doc-view.el (doc-view-mode): Bugfix: Add conversion killing
1088         function to kill-buffer-hook, not to kill-buffer.
1089         Reported by Markus Triska <markus.triska@gmx.at>
1091 2008-11-04  Jay Belanger  <jay.p.belanger@gmail.com>
1093         * calc/calc.el (calc-quit): Make sure that the keypad buffer
1094         exists before deleting its windows.
1096 2008-11-04  Chong Yidong  <cyd@stupidchicken.com>
1098         * server.el (server-process-filter): Don't call
1099         server-create-tty-frame when no tty name is specified.
1101 2008-11-04  Christian Faulhammer  <opfer@gentoo.org>  (tiny change)
1103         * vc-bzr.el (vc-bzr-dir-extra-headers): New function.
1105 2008-11-04  Juanma Barranquero  <lekktu@gmail.com>
1107         * international/mule-cmds.el (toggle-enable-multibyte-characters)
1108         (define-char-code-property):
1109         * textmodes/reftex.el (reftex-index):
1110         * textmodes/reftex-index.el (reftex-index): Fix typos in docstrings.
1112 2008-11-04  Chong Yidong  <cyd@stupidchicken.com>
1114         * vc-bzr.el (vc-bzr-dir-printer): Rename from
1115         vc-bzr-status-printer.
1117         * startup.el (startup-echo-area-message): Display a different
1118         message in daemon mode.  Suggested by Stephen Turnbull.
1120         * frame.el (make-frame-on-display): Ignore DISPLAY argument on
1121         Windows.
1123 2008-11-04  Juanma Barranquero  <lekktu@gmail.com>
1125         * dframe.el (dframe-mouse-position-function)
1126         (dframe-reposition-frame-emacs, dframe-pass-event-to-popup-mode-menu)
1127         (dframe-mouse-set-point): Fix typos in docstrings.
1129 2008-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
1131         * vc-dir.el (vc-dir-headers): Undo previous change.
1133 2008-11-04  Nick Roberts  <nickrob@snap.net.nz>
1135         * vc-cvs.el (vc-cvs-dir-extra-headers): Add tag name to header.
1136         * vc-dir.el (vc-dir-headers): Order headers as in PCL-CVS.
1138 2008-11-04  Martin Rudalics  <rudalics@gmx.at>
1140         * subr.el (looking-back): Fix doc-string typo.
1142         * electric.el (Electric-pop-up-window): Call window-end with
1143         UPDATE set to t.
1145         * window.el (save-selected-window): Make it behave like
1146         save-selected-window-norecord.
1147         (save-selected-window-norecord): Remove, since functionality
1148         fully taken over by save-selected-window.
1149         (walk-windows, set-window-text-height, fit-window-to-buffer):
1150         Use save-selected-window instead of save-selected-window-norecord.
1151         * font-lock.el (lisp-font-lock-keywords-2): Remove entry for
1152         save-selected-window-norecord.
1153         * emacs-lisp/lisp-mode.el (save-selected-window): Remove
1154         indent-function for save-selected-window-norecord.
1156 2008-11-03  Alan Mackenzie  <acm@muc.de>
1158         * progmodes/cc-engine.el (c-forward-label): Fix for QT macros.
1160 2008-11-03  Chong Yidong  <cyd@stupidchicken.com>
1162         * subr.el (looking-back): Doc fix.
1164         * term/x-win.el (x-initialize-window-system):
1165         Call x-wm-set-size-hint after initialization.
1167         * eshell/em-hist.el (eshell-save-history-on-exit): Change default
1168         to t.
1170         * emacs-lisp/lisp-mode.el (lisp-mode): Remove bogus change from
1171         2000-12-08 (bug#1297).
1173         * font-lock.el (font-lock-keywords-case-fold-search): Doc fix.
1175 2008-11-03  Vincent Belaïche  <vincent.b.1@hotmail.fr>
1177         * calc/calc-alg.el (calcFunc-collect): Return constant polynomial
1178         when appropriate.
1180 2008-11-02  Martin Rudalics  <rudalics@gmx.at>
1182         * window.el (save-selected-window-norecord): New macro.
1183         (walk-windows): Use save-selected-window-norecord and call
1184         select-window with NORECORD set.  (Bug#1237)
1185         (set-window-text-height, fit-window-to-buffer):
1186         Use save-selected-window-norecord and call select-window with
1187         NORECORD set.
1188         * subr.el (with-selected-window): Call set-frame-selected-window
1189         with new argument NORECORD set.  Update doc-string.
1190         (with-selected-frame): Call select-frame with new argument
1191         NORECORD set.  Update doc-string.
1192         * emacs-lisp/lisp-mode.el (save-selected-window-norecord):
1193         Put indent-function for save-selected-window-norecord.
1194         * font-lock.el (lisp-font-lock-keywords-2):
1195         Add save-selected-window-norecord.
1197 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
1199         * cus-edit.el (customize-apropos-options, custom-comment)
1200         (custom-comment-tag, custom-face-edit-attribute-tag):
1201         Fix typos in docstrings.
1202         (custom-buffer-done-kill): Remove * from defcustom docstring.
1203         (custom-file): Fix typo in doc of defcustom choice.
1205         * frame.el (display-visual-class): Fix typo in docstring.
1206         (initial-frame-alist, minibuffer-frame-alist, pop-up-frame-alist)
1207         (special-display-frame-alist, show-trailing-whitespace)
1208         (auto-hscroll-mode, blink-cursor-delay, blink-cursor-interval)
1209         (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
1210         Remove * from defcustom docstrings.
1212         * md4.el (md4-buffer): Fix typo in docstring.
1213         (md4, md4-64): Doc fixes.
1214         (md4-pack-int32): Reflow docstring.
1216         * paths.el (rmail-file-name): Remove * from defcustom docstring.
1217         (prune-directory-list, gnus-nntp-service): Fix typos in docstrings.
1219         * rect.el (open-rectangle): Reflow docstring.
1220         (spaces-string): Fix docstring typo.  Use "?\s" instead of "? ".
1222         * select.el (x-get-cut-buffer): Fix typo in docstring.
1224         * timezone.el (timezone-zone-to-minute, timezone-time-from-absolute)
1225         (timezone-time-zone-from-absolute, timezone-leap-year-p):
1226         Fix typos in docstrings.
1228         * emacs-lisp/assoc.el (asort, aelement, aput, aget, amake):
1229         Fix typos in docstrings.
1231 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
1233         * net/newst-backend.el (newsticker--cache-update): Fix no-save case.
1235         * net/newst-treeview.el (newsticker--treeview-list-update-faces)
1236         (newsticker--treeview-list-update, newsticker--treeview-item-show)
1237         (newsticker--treeview-tree-update)
1238         (newsticker--treeview-tree-update-highlight)
1239         (newsticker-treeview-update)
1240         (newsticker-treeview-next-item, newsticker-treeview-prev-item)
1241         (newsticker-treeview-next-new-or-immortal-item)
1242         (newsticker-treeview-prev-new-or-immortal-item)
1243         (newsticker-treeview-next-feed, newsticker-treeview-prev-feed)
1244         (newsticker-treeview-tree-click): Watch for layout changes.
1245         (newsticker--treeview-set-current-node): Cleanup.
1246         (newsticker--treeview-restore-layout): Rename from
1247         newsticker--treeview-restore-buffers.
1248         (newsticker--treeview-mark-item): Update cache file.
1250 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
1252         * calendar/icalendar.el (icalendar--uid-count): New.
1253         (icalendar--create-uid): New.  Extracted from
1254         `icalendar-export-region' and add uid counter.
1255         (icalendar-export-region): Use `icalendar--create-uid'.
1257 2008-10-31  Juanma Barranquero  <lekktu@gmail.com>
1259         * tooltip.el (tooltip-frame-parameters): Doc fix.
1261 2008-10-31  Martin Rudalics  <rudalics@gmx.at>
1263         * window.el (window-body-height, window-current-scroll-bars)
1264         (walk-windows, get-window-with-predicate, get-buffer-window-list)
1265         (minibuffer-window-active-p, count-windows)
1266         (window-safely-shrinkable-p, window--splittable-p)
1267         (window--try-to-split-window, window--frame-usable-p)
1268         (window--even-window-heights, window--display-buffer-1)
1269         (window--display-buffer-2, set-window-text-height)
1270         (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
1271         (truncated-partial-width-window-p): Rewrite doc-string.
1272         (window-fixed-size-p): Simplify code.  Rewrite doc-string.
1273         (split-window-vertically, split-window-horizontally):
1274         Rename args, rewrite doc-string, and simplify code.
1275         (split-window-save-restore-data): Rename args and use
1276         when instead of if.
1278 2008-10-30  Chong Yidong  <cyd@stupidchicken.com>
1280         * indent.el (indent-for-tab-command): Use use-region-p.
1282         * vc.el (vc-revert): Limit the length of the query string.
1284 2008-10-30  Juanma Barranquero  <lekktu@gmail.com>
1286         * simple.el (idle-update-delay, next-error-highlight)
1287         (next-error-highlight-no-select, next-error-recenter, next-error-hook)
1288         (minibuffer-history-case-insensitive-variables, kill-ring-max)
1289         (kill-read-only-ok, backward-delete-char-untabify-method)
1290         (kill-whole-line, mark-ring-max, global-mark-ring-max)
1291         (set-mark-command-repeat-pop, next-line-add-newlines, track-eol)
1292         (goal-column, line-move-ignore-invisible, fill-prefix)
1293         (auto-fill-inhibit-regexp, blink-matching-paren)
1294         (blink-matching-paren-on-screen, blink-matching-paren-distance)
1295         (blink-matching-delay, blink-matching-paren-dont-ignore-comments)
1296         (read-mail-command, mail-user-agent): Remove * in defcustom docstrings.
1297         (minibuffer-history-isearch-wrap, transient-mark-mode)
1298         (next-logical-line, auto-fill-mode, line-number-mode)
1299         (column-number-mode, size-indication-mode, clone-indirect-buffer)
1300         (normal-erase-is-backspace-mode): Doc fixes.
1301         (current-kill, transient-mark-mode, toggle-truncate-lines)
1302         (visible-mode): Reflow docstrings.
1303         (minibuffer-local-shell-command-map, interprogram-paste-function):
1304         Fix typos in docstrings.
1306 2008-10-30  Chong Yidong  <cyd@stupidchicken.com>
1308         * server.el (server-process-filter): In daemon mode, default to
1309         emacsclient's tty if not opening a new frame and only the
1310         terminal-frame is available.
1312 2008-10-30  Martin Rudalics  <rudalics@gmx.at>
1314         * window.el (quit-window): Simplify code.  Say in doc-string
1315         that it operates on the selected window's buffer.  (Bug#1259)
1317 2008-10-30  Nick Roberts  <nickrob@snap.net.nz>
1319         * vc-svn.el (vc-svn-diff): If files is nil don't set oldvers to
1320         nil so that log-view-diff-changeset works.
1322 2008-10-30  Glenn Morris  <rgm@gnu.org>
1324         * files.el (locate-dominating-stop-dir-regexp): Fix typo.
1326         * resume.el: Move to obsolete/.
1327         * Makefile.in (ELCFILES): Update.
1329 2008-10-29  Chong Yidong  <cyd@stupidchicken.com>
1331         * electric.el (Electric-pop-up-window): Don't shrink the window if
1332         it's already big enough.
1334         * minibuffer.el (delete-minibuffer-contents): Delete all
1335         minibuffer contents instead of just the current field.
1337         * tmm.el (tmm-get-keymap): Handle case where keyseq cache is omitted.
1339         * bookmark.el (bookmark-handle-bookmark): Rename from
1340         bookmark-jump-noselect.
1341         (bookmark--jump-via, bookmark-insert): Callers changed.
1342         (bookmark-jump-noselect): Wrapper function for
1343         bookmark-handle-bookmark.
1344         (bookmark-get-bookmark-record): Signal error for invalid bookmark.
1346         * textmodes/ispell.el (ispell-word): Use use-region-p.
1348 2008-10-29  Juanma Barranquero  <lekktu@gmail.com>
1350         * tooltip.el (tooltip-functions): Rename from `tooltip-hook',
1351         to follow naming conventions for abnormal hooks.  Doc fix.
1352         (tooltip-mode, tooltip-timeout): Use it.
1353         (tooltip-hook): New obsolete alias.
1354         (tooltip-help-tips): Doc fix.
1356         * progmodes/gud.el (gud-tooltip-mode): Use `tooltip-functions'.
1358 2008-10-29  Ulrich Mueller  <ulm@gentoo.org>
1360         * server.el (server-socket-dir): Use TMPDIR (default /tmp) instead
1361         of hardcoded /tmp.
1363 2008-10-29  Glenn Morris  <rgm@gnu.org>
1365         * net/xesam.el (dbus-get-unique-name, dbus-debug): Declare.
1367         * vc-hooks.el (vc-find-root): Remove bogus alias.
1369 2008-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1371         * international/quail.el (quail-show-guidance): Don't create
1372         a guidance-frame if current buffer is not a minibuffer, since even if
1373         selected-window is mini-p, the buffer will never be displayed in it, so
1374         it wil be usable for guidance.
1376 2008-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1378         * smerge-mode.el: Require diff-mode at run-time as well.
1380 2008-10-28  Martin Rudalics  <rudalics@gmx.at>
1382         * vc-cvs.el (vc-cvs-stay-local): Fix typo in choice.
1383         * vc-hooks.el (vc-stay-local): Likewise.
1385 2008-10-28  Phil Sung  <psung@mit.edu>
1387         * follow.el (follow-scroll-down, follow-calc-win-end)
1388         (follow-estimate-first-window-start): Reduce effective window
1389         height when header line is present.  (Bug#925)
1391 2008-10-28  Juanma Barranquero  <lekktu@gmail.com>
1393         * subr.el (locate-user-emacs-file): Simplify.  Don't create
1394         `user-emacs-directory' when Emacs is running in batch mode.
1396         * startup.el (inhibit-startup-screen): Reflow docstring.
1397         (user-mail-address, tool-bar-images-pixel-height): Fix docstring typos.
1399 2008-10-27  Kenichi Handa  <handa@m17n.org>
1401         * descr-text.el (describe-char): Fix terminal case (where font is nil).
1403 2008-10-27  Juanma Barranquero  <lekktu@gmail.com>
1405         * face-remap.el (text-scale-increase, text-scale-decrease)
1406         (text-scale-adjust): Remove &optional keyword from the arg list;
1407         the INC argument is not really optional, if the functions happen
1408         to be called from elisp.
1410 2008-10-27  Dan Nicolaescu  <dann@ics.uci.edu>
1412         * vc.el: Rename VC methods that were missed when vc-status was
1413         renamed to vc-dir.
1414         * vc-svn.el (vc-svn-dir-extra-headers): Rename from
1415         vc-svn-status-extra-headers.
1416         * vc-hg.el (vc-hg-dir-printer): Rename from vc-hg-status-printer.
1417         (vc-hg-dir-extra-header): Rename from vc-hg-status-extra-headers.
1418         * vc-git.el (vc-git-dir-printer): Rename from vc-dir-status-printer.
1419         (vc-git-dir-extra-headers): Rename from vc-git-status-extra-headers.
1420         * vc-dir.el (vc-dir-mode): Use vc-dir-printer instead of
1421         vc-dir-status-printer.
1422         (vc-dir-headers): Use `dir-extra-headers' instead of
1423         `status-extra-headers'.
1424         (vc-dir-printer): Rename from vc-dir-status-printer.
1425         (vc-default-dir-extra-headers): Rename from
1426         vc-default-status-extra-headers.
1427         * vc-cvs.el (vc-cvs-dir-extra-headers): Rename from
1428         vc-cvs-status-extra-headers.
1430         * startup.el (server-name): Pacify byte compiler.
1431         (command-line): If --daemon=SERVER_NAME was used, set server-name
1432         before calling server-start.
1434 2008-10-26  Romain Francoise  <romain@orebokech.com>
1436         * startup.el (command-line): Call daemon-initialized after
1437         starting the server.
1439 2008-10-26  Kenichi Handa  <handa@m17n.org>
1441         * help-fns.el (describe-categories): Display the terse legend at
1442         the head.
1444         * international/characters.el: Docstrings of categories improved.
1446 2008-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1448         * progmodes/python.el (python-mode): Don't impose ourselves on hippie.
1450         * faces.el (face-font-family-alternatives): Add "CMU Typewriter Text"
1451         to the courier family.
1452         * textmodes/tex-mode.el (tex-verbatim): Don't use "monospace" which is
1453         usually not serif'd and hence rather unlike verbatim's printed output.
1455 2008-10-25  Chong Yidong  <cyd@stupidchicken.com>
1457         * vc-cvs.el (vc-cvs-status-extra-headers): Use full directory name
1458         when reporting the module.
1460         * vc-dir.el (vc-dir-mode-map): Add follow-link behavior.
1462         * wid-edit.el (widget-color-complete): Sort completions alphabetically.
1464 2008-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1466         * files.el (locate-dominating-stop-dir-regexp): New var.
1467         (locate-dominating-file): Change arg from a regexp to a file name.
1468         Rewrite using the vc-find-root code to avoid directory-files which is
1469         too slow.  Obey locate-dominating-stop-dir-regexp.
1470         Don't pay attention to changes in owner.
1471         (project-find-settings-file): Adjust call to locate-dominating-file.
1473         * progmodes/flymake.el (flymake-find-buildfile):
1474         Adjust call to locate-dominating-file.
1476         * vc-hooks.el (vc-find-root): Use locate-dominating-file.
1477         (vc-ignore-dir-regexp): Use locate-dominating-stop-dir-regexp.
1479 2008-10-25  Martin Rudalics  <rudalics@gmx.at>
1481         * subr.el (with-current-buffer): Rename buffer argument to
1482         buffer-or-name.
1483         * window.el (get-buffer-window-list): Rename buffer argument to
1484         buffer-or-name and make it optional.
1486 2008-10-25  Juanma Barranquero  <lekktu@gmail.com>
1488         * completion.el (add-completion-to-head, add-completion): Doc fixes.
1489         (completion-search-next, add-completions-from-file):
1490         Fix typos in docstrings.
1492         * filesets.el (filesets-menu-ensure-use-cached)
1493         (filesets-ingroup-patterns, filesets-filetype-property):
1494         * tutorial.el (get-lang-string):
1495         * play/gamegrid.el (gamegrid-score-file-length, gamegrid-add-score):
1496         Fix typos in docstrings.
1498         * image-dired.el (image-dired-dired-after-readin-hook): Doc fix.
1499         (image-dired-line-up-method, image-dired-thumb-size)
1500         (image-dired-cmd-write-exif-data-options, image-dired-write-tags)
1501         (image-dired-track-original-file, image-dired-track-thumbnail)
1502         (image-dired-dired-next-line, image-dired-dired-previous-line)
1503         (image-dired-write-comments): Reflow docstrings.
1504         (image-dired-show-all-from-dir-max-files)
1505         (image-dired-format-properties-string, image-dired-create-thumbs)
1506         (image-dired-mark-tagged-files, image-dired-gallery-generate):
1507         Fix typos in docstrings.
1509         * savehist.el (savehist-save-minibuffer-history, savehist-file)
1510         (savehist-additional-variables, savehist-ignored-variables)
1511         (savehist-file-modes, savehist-autosave-interval):
1512         * startup.el (inhibit-startup-echo-area-message, inhibit-default-init)
1513         (inhibit-startup-buffer-menu, mail-host-address, user-mail-address)
1514         (fancy-splash-image):
1515         * thumbs.el (thumbs-thumbsdir, thumbs-geometry, thumbs-relief)
1516         (thumbs-conversion-program, thumbs-margin):
1517         Remove spurious * in docstrings.
1519 2008-10-25  Aaron S. Hawley  <aaronh@garden.org>
1521         * thingatpt.el (end-of-sexp, beginning-of-sexp)
1522         (forward-same-syntax): Omit default arguments to char-after and
1523         char-before.
1525 2008-10-24  Juanma Barranquero  <lekktu@gmail.com>
1527         * subr.el (locate-user-emacs-file): New function.
1528         (user-emacs-directory): Mention it in docstring.
1530         * completion.el (save-completions-file-name):
1531         * filesets.el (filesets-menu-cache-file):
1532         * image-dired.el (image-dired-dir, image-dired-db-file)
1533         (image-dired-temp-image-file, image-dired-gallery-dir)
1534         (image-dired-temp-rotate-image-file):
1535         * savehist.el (savehist-file):
1536         * server.el (server-auth-dir):
1537         * thumbs.el (thumbs-thumbsdir):
1538         * tutorial.el (tutorial--saved-dir):
1539         * play/gamegrid.el (gamegrid-user-score-file-directory): Use it.
1541 2008-10-23  Juanma Barranquero  <lekktu@gmail.com>
1543         * edmacro.el (edmacro-eight-bits, edmacro-mode): Fix docstring typos.
1544         (edmacro-mismatch, edmacro-sanitize-for-string): Doc fixes.
1546 2008-10-23  Chong Yidong  <cyd@stupidchicken.com>
1548         * filesets.el: Update author email.
1549         (filesets-data): Doc fix.
1551 2008-10-23  Jens Petersen  <petersen@redhat.com>  (tiny change)
1553         * pcmpl-rpm.el (pcomplete/rpm): Make "rpm -qp" use file completion.
1555 2008-10-23  Ulrich Mueller  <ulm@kph.uni-mainz.de>
1557         * international/mule-cmds.el (describe-language-environment):
1558         Indent sample text.
1560 2008-10-23  Glenn Morris  <rgm@gnu.org>
1562         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
1564         * emacs-lisp/cl-macs.el (flet): Throw an error when trying to
1565         byte-compile a redefinition of a function with special byte-compile
1566         handling.  (Bug#411)
1568 2008-10-22  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1570         * ps-print.el: Deal with page sizes for label printes.  Suggested by
1571         Friedrich Delgado Friedrichs <friedel@nomaden.org>.
1572         (ps-print-version): New version 7.3.3.
1573         (ps-page-dimensions-database): New page sizes for label printers.
1574         (ps-n-up-printing): Fix code.
1576 2008-10-22  Chong Yidong  <cyd@stupidchicken.com>
1578         * frame.el (make-frame-command): Doc fix.  Use display-graphic-p.
1580         * thingatpt.el (sexp-at-point, symbol-at-point, number-at-point)
1581         (list-at-point): Add docstrings.
1583         * dired.el (dired-get-marked-files, dired-map-over-marks): Doc fixes.
1585         * dired-aux.el (dired-do-create-files): Doc fix.
1587 2008-10-22  Adrian Robert  <Adrian.B.Robert@gmail.com>
1589         * version.el (emacs-version): Change '*Step' to 'NS' for consistency
1590         with other documentation.
1592 2008-10-22  Juanma Barranquero  <lekktu@gmail.com>
1594         * replace.el (how-many): Fix typo in docstring.
1595         Reported by Leo <sdl.web@gmail.com>.
1597 2008-10-22  Glenn Morris  <rgm@gnu.org>
1599         * international/mule-cmds.el (universal-coding-system-argument):
1600         Check for C-g.  (Bug#1205)
1602 2008-10-22  Kenichi Handa  <handa@m17n.org>
1604         * international/characters.el: Don't setup
1605         find-word-boundary-function-table.
1606         (next-word-boundary-han, next-word-boundary-kana): Delete them.
1607         (word-combining-categories, word-separating-categories):
1608         Adjust to the change of the docstrings.
1610 2008-10-21  Chong Yidong  <cyd@stupidchicken.com>
1612         * simple.el (region-active-p): Doc fix.
1614 2008-10-20  Eli Zaretskii  <eliz@gnu.org>
1616         * subr.el (apply-partially): Move from here...
1618         * simple.el (apply-partially): ...to here.
1620 2008-10-20  Andreas Schwab  <schwab@suse.de>
1622         * subr.el (split-string-and-unquote): Simplify regexp.
1624 2008-10-20  Eli Zaretskii  <eliz@gnu.org>
1626         * subr.el (top-level): Require `cl' when compiling.
1628 2008-10-20  David Reitter  <david.reitter@gmail.com>
1630         * info.el (Info-mode): Do not remove an existing header line if
1631         `Info-use-header-line' is nil.
1633 2008-10-19  Juri Linkov  <juri@jurta.org>
1635         * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
1636         Add arg `delimited' as in `query-replace' for the case when
1637         isearch-allow-scroll=t and the user types C-u M-%.  Doc fix.
1638         Add more indicators to the prompt ("word" and "in region").
1640         * replace.el (query-replace, query-replace-regexp)
1641         (replace-string, replace-regexp, perform-replace): Add "word"
1642         indicatiors to the prompt for word delimited replacements.
1644         * replace.el (read-regexp): Rename arg `default' to `default-value'.
1645         Doc fix.
1647 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
1649         * subr.el (apply-partially): Move here from minibuffer.el.  Doc fix.
1651         * simple.el (minibuffer-default-add-shell-commands): Doc fix.
1653 2008-10-19  Martin Rudalics  <rudalics@gmx.at>
1655         * window.el (enlarge-window-horizontally, shrink-window-horizontally):
1656         Make argument names follow Elisp manual.
1658 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
1660         * textmodes/remember.el (remember-data-file):
1661         * shadowfile.el (shadow-initialize)
1662         <shadow-info-file, shadow-todo-file>:
1663         * savehist.el (savehist-file):
1664         * recentf.el (recentf-save-file):
1665         * pcvs-defs.el (cvs-cvsrc-file):
1666         * international/kkc.el (kkc-init-file-name):
1667         * ido.el (ido-save-directory-list-file):
1668         * calendar/todo-mode.el (todo-file-do, todo-file-done)
1669         (todo-file-top): Run file names that begin with a period thru
1670         `convert-standard-filename'.
1672         * dos-fns.el (dos-reevaluate-defcustoms): New function.  Add it to
1673         before-init-hook.
1675         Fix Bug #1183:
1677         * ediff-diff.el (ediff-exec-process): For buffer jobs, bind
1678         coding-system-for-read to ediff-coding-system-for-write.
1680         * ediff-util.el (ediff-make-temp-file): Unconditionally bind
1681         coding-system-for-write to ediff-coding-system-for-write.
1683         * ediff-init.el (ediff-coding-system-for-read): Doc fix.
1684         (ediff-coding-system-for-write): Set to emacs-internal.
1686 2008-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1688         * international/mule-conf.el (emacs-internal): New coding system alias.
1690 2008-10-18  Juri Linkov  <juri@jurta.org>
1692         * info.el (Info-file-supports-index-cookies-list): New variable.
1693         (Info-file-supports-index-cookies): New function.
1694         (Info-find-node-2, Info-index-nodes, Info-index-node): Use it.
1695         (Info-index-nodes): Let-bind Info-point-loc to nil for files
1696         without an index cookie to ignore it when Info-index-nodes is
1697         called during navigating from an index node with line numbers.
1698         (Info-index-node): Set file to Info-current-file if nil.  (Bug#1118)
1700         * info.el (Info-breadcrumbs-depth): Move defcustom higher to the
1701         variable definition section.
1703         * info.el (Info-find-node-2): Put initial point below the header line
1704         and breadcrumbs line.
1706 2008-10-18  Glenn Morris  <rgm@gnu.org>
1708         * doc-view.el (doc-view-pdf->txt, doc-view-ps->pdf): Give an error if
1709         the needed external programs were not found.
1711 2008-10-18  Eli Zaretskii  <eliz@gnu.org>
1713         * files.el (trash-directory): Run thru `convert-standard-filename'.
1714         (file-modes-char-to-who, file-modes-char-to-right)
1715         (file-modes-rights-to-number, file-modes-symbolic-to-number)
1716         (read-file-modes): Doc fixes.
1718 2008-10-17  Chong Yidong  <cyd@stupidchicken.com>
1720         * abbrev.el (define-abbrev): Doc fix.
1722 2008-10-17  Alan Mackenzie  <acm@muc.de>
1724         * progmodes/cc-cmds.el (c-defun-name): Make it work for "struct
1725         foo bar [] = { ...".
1727 2008-10-17  Chong Yidong  <cyd@stupidchicken.com>
1729         * faces.el (face-spec-set-2): Don't pass invalid attributes to
1730         set-face-attribute.
1732 2008-10-17  Juanma Barranquero  <lekktu@gmail.com>
1734         * w32-fns.el (w32-list-locales): Decode output of `w32-get-locale-info'
1735         according to `locale-coding-system'.  (This fixes trivial bug reported
1736         as part of bug#1179).
1737         Sort list of valid locale ids (EnumSystemLocales does not guarantee any
1738         particular order).  Use `when'.
1740 2008-10-16  Juanma Barranquero  <lekktu@gmail.com>
1742         * w32-fns.el (w32-check-shell-configuration): Doc fix.
1743         (w32-add-charset-info): Fix typo in docstring.
1745 2008-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
1747         * international/mule-conf.el: Removed `utf8' and `UTF8' aliases
1748         after discussion.
1750 2008-10-16  Magnus Henoch  <mange@freemail.hu>
1752         * vc-arch.el (vc-arch-dir-status): New function.
1753         (vc-arch-after-dir-status): New function.
1755 2008-10-16  Glenn Morris  <rgm@gnu.org>
1757         * man.el (Man-getpage-in-background): Force recent `man's to output
1758         escape sequences even when stdout is not a tty.  (Bug#1142)
1760 2008-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
1762         * international/mule-conf.el: Add `utf8' and `UTF8' as
1763         aliases for the `utf-8' coding system.
1765 2008-10-15  Juanma Barranquero  <lekktu@gmail.com>
1767         * find-file.el (ff-get-file): Doc fix.
1768         (ff-get-file-name): Use `let', not `let*'.
1769         (ff-search-directories): Fix typo in docstring.
1770         (ff-pre-find-hook, ff-pre-load-hook, ff-post-load-hook)
1771         (ff-not-found-hook, ff-file-created-hook, ff-case-fold-search)
1772         (ff-always-in-other-window, ff-ignore-include, ff-always-try-to-create)
1773         (ff-quiet-mode, ff-other-file-alist, cc-search-directories)
1774         (cc-other-file-alist, modula2-other-file-alist):
1775         Remove spurious * in docstrings.
1777 2008-10-14  Chong Yidong  <cyd@stupidchicken.com>
1779         * faces.el (set-face-attribute): Set family and foundry before
1780         other attributes.
1781         (face-spec-set-2): Pass unmodified args to set-face-attribute.
1783 2008-10-14  Juanma Barranquero  <lekktu@gmail.com>
1785         * hl-line.el (hl-line-unload-function): New function.
1786         (hl-line-unhighlight, global-hl-line-unhighlight): Use `when'.
1787         (hl-line-sticky-flag): Remove spurious * in docstring.
1789 2008-10-14  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
1791         * vc-git.el (vc-git-show-log-entry): Include the revision in the
1792         search string.
1794 2008-10-14  Michael Albinus  <michael.albinus@gmx.de>
1796         * net/tramp.el (tramp-process-one-action): Embed regexp in
1797         parentheses, before adding end-of-buffer construct.  Suggested by
1798         Markus Triska <markus.triska@gmx.at>.
1800 2008-10-13  Ulf Jasper  <ulf.jasper@web.de>
1802         * net/newst-plainview.el (w3m-toggle-inline-image):
1803         Define 'declare-function if necessary, for compatibility.
1805         * net/newst-treeview.el (w3m-toggle-inline-images):
1806         Define 'declare-function if necessary, for compatibility.
1808 2008-10-13  Alan Mackenzie  <acm@muc.de>
1810         * progmodes/cc-cmds.el (c-indent-region): Fix previous patch
1811         so that the function works on one-line macros.
1813         * progmodes/cc-engine.el: Amend several doc strings and comments.
1815 2008-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
1817         * vc-hooks.el (vc-stay-local): Add a new choice and default to it.
1819         * vc-cvs.el (vc-cvs-dir-stay-local): Remove.
1820         (vc-cvs-stay-local): Add a new choice and default to it.
1821         (vc-cvs-dir-status): Use the new vc-stay-local choice.
1823         * vc-svn.el (vc-svn-dir-status): Use the new vc-stay-local choice.
1825 2008-10-12  Stephen Leake  <stephen_leake@member.fsf.org>
1827         * progmodes/ada-mode.el (ada-get-indent-end, ada-goto-matching-start):
1828         Add support for extended return statement.
1830         * progmodes/ada-xref.el (ada-gnat-parse-gpr): Don't reverse src-dir
1831         and obj-dir; keep user order.
1833 2008-10-12  Glenn Morris  <rgm@gnu.org>
1835         * Makefile.in (ELCFILES): Update.
1837         * simple.el (shell-delimiter-argument-list, shell-file-name-chars)
1838         (shell-file-name-quote-list): Declare.
1840 2008-10-12  Michael Albinus  <michael.albinus@gmx.de>
1842         * net/dbus.el (dbus-service-emacs, dbus-path-emacs): New defconst.
1844 2008-10-12  Chong Yidong  <cyd@stupidchicken.com>
1846         * startup.el (command-line): If toolbar is disabled but ought to
1847         be initialized, call tool-bar-setup.
1849         * tool-bar.el (tool-bar-setup): Variable deleted.
1850         (tool-bar-setup): Set it up unconditionally.
1852         * faces.el (x-create-frame-with-faces): Don't call tool-bar-setup.
1854         * progmodes/grep.el (grep-mode-tool-bar-map): Check if
1855         tool-bar-map has been initialized before setting it up.
1857         * progmodes/compile.el (compilation-mode-tool-bar-map): Check if
1858         tool-bar-map has been initialized before setting it up.
1860 2008-10-11  Chong Yidong  <cyd@stupidchicken.com>
1862         * emacs-lisp/warnings.el (display-warning): Issue a message if
1863         called during daemon initialization.
1865         * tool-bar.el (tool-bar-local-item)
1866         (tool-bar-local-item-from-menu): Put the check for number of
1867         display colors into the image expression.
1868         (tool-bar-setup): Don't be a no-op on ttys.
1870         * info.el (info-tool-bar-map):
1871         * progmodes/gud.el (gud-tool-bar-map):
1872         * progmodes/grep.el (grep-mode-tool-bar-map):
1873         * progmodes/compile.el (compilation-mode-tool-bar-map):
1874         Initialize it unconditionally.
1876 2008-10-11  Romain Francoise  <romain@orebokech.com>
1878         * help.el (view-lossage): Fix docstring, lossage is now 300 keys.
1879         * kmacro.el (kmacro-edit-lossage): Ditto.
1880         * edmacro.el (edit-kbd-macro): Ditto.
1882 2008-10-11  Ulf Jasper  <ulf@web.de>
1884         * net/newst-treeview.el (newsticker--treeview-list-sort-by-column):
1885         Fix variable names.
1887 2008-10-11  Dan Nicolaescu  <dann@ics.uci.edu>
1889         * startup.el (command-line): Revert 2008-09-26 change, not
1890         necessary anymore.
1892 2008-10-10  Andreas Schwab  <schwab@suse.de>
1894         * simple.el (minibuffer-complete-shell-command):
1895         Bind comint-delimiter-argument-list, comint-file-name-chars and
1896         comint-file-name-quote-list like shell-mode.
1898 2008-10-10  Martin Rudalics  <rudalics@gmx.at>
1900         * window.el (pop-to-buffer): Fix misplacement of arg norecord in
1901         call of select-window.
1903 2008-10-10  Jay Belanger  <jay.p.belanger@gmail.com>
1905         * calc/calc.el (calc-embedded-word-regexp)
1906         (calc-embedded-word-regexp-alist): New variables.
1907         (calc-embedded-open-word, calc-embedded-close-word)
1908         (calc-embedded-open-close-word-alist): Remove unused variables.
1910         * calc/calc-embed.el (calc-embedded-make-info):
1911         Use `calc-embedded-word-regexp' to find words.
1913 2008-10-10  Martin Rudalics  <rudalics@gmx.at>
1915         * info.el (Info-extract-menu-counting): New argument no-detail to
1916         skip detailed node listings.
1917         (Info-forward-node): New argument not-up to inhibit going up.
1918         (Info-final-node): Call Info-extract-menu-counting and
1919         Info-forward-node with the new arguments set to avoid infinite
1920         looping.  (Bug#1116)
1922 2008-10-10  Eli Zaretskii  <eliz@gnu.org>
1924         * startup.el (command-line): Don't invoke tool-bar-mode if it is
1925         not fboundp.
1927 2008-10-09  Chong Yidong  <cyd@stupidchicken.com>
1929         * startup.el (command-line): Enable tool-bar-mode as long as it is
1930         not suppressed by X resources, regardless of the terminal.
1932         * tool-bar.el (tool-bar-mode): Only change tool-bar-lines on
1933         graphical terminals.
1934         (tool-bar-setup): No-op if called on a tty.
1936 2008-10-09  Eli Zaretskii  <eliz@gnu.org>
1938         * frame.el (make-frame-on-tty): Use "F" inside interactive.
1939         Support `pc' ``window-system''.
1941         * progmodes/compile.el (compilation-start): Resurrect the version
1942         for systems that don't support asynchronous subprocesses.
1944 2008-10-09  Martin Rudalics  <rudalics@gmx.at>
1946         * window.el (pop-up-frames): Add choice graphic-only.
1947         (display-buffer): When pop-up-frames equals graphic-only do
1948         not pop up new frame on text-only terminals.  (Bug#1061)
1950 2008-10-09  Dan Nicolaescu  <dann@ics.uci.edu>
1952         * vc-cvs.el (vc-cvs-dir-stay-local): New variable.
1953         (vc-cvs-dir-status): Use it.
1955 2008-10-08  Chong Yidong  <cyd@stupidchicken.com>
1957         * json.el (json-skip-whitespace): Fix last change.
1959 2008-10-08  Juanma Barranquero  <lekktu@gmail.com>
1961         * bs.el (bs-unload-function): New function.
1963 2008-10-08  Sven Joachim  <svenjoac@gmx.de>
1965         * eshell/em-cmpl.el, eshell/em-hist.el, eshell/em-ls.el:
1966         * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
1967         For clarity, explicitly require cl.
1969 2008-10-08  Michael Olson  <mwolson@gnu.org>
1971         * ibuffer.el (ibuffer-shrink-to-fit): Force redisplay, so that we
1972         can avoid a bad interaction with programs that add functions to
1973         the window-scroll-functions hook.  This fixes Bug #858.
1975 2008-10-07  Chong Yidong  <cyd@stupidchicken.com>
1977         * startup.el (command-line): Use display-warning to warn about an
1978         init file error.
1979         (command-line-1): Remove init file error delay.
1981 2008-10-07  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
1983         * rx-new.el (rx-constituents): Change `anything' to call rx-anything.
1984         Change `not-wordchar' assignment to "\\W" from "[^[:word:]]".
1985         (rx-group-if): New function.
1986         (rx-parent): New variable.
1987         (rx-and, rx-or): Put shy groups only when necessary.
1988         (rx-bracket): Remove.
1989         (rx-anything): New function.
1990         (rx-any-delete-from-range, rx-any-condense-range)
1991         (rx-check-any-string): New functions.
1992         (rx-check-any): Return result as a list.  Don't convert chars to
1993         strings.  Don't prepend "\\" to "^".  Don't search for close bracket.
1994         Check char category string.  Call rx-form instead of rx-to-string.
1995         (rx-any): Rebuid to complete the function.
1996         (rx-check-not): Fix char category regexp pattern string.
1997         Call rx-form instead of rx-to-string.
1998         (rx-not): Call rx-form instead of rx-to-string.  Convert "[^]" to
1999         "[^^]".  Call regexp-quote for one char string when not called from
2000         rx-not.  Add "\\w", and toggle to upcase.  Add the case of
2001         "\\[SCBW]" to toggle.
2002         (rx-=, rx->=, rx-**, rx-repeat, rx-submatch): Call rx-form
2003         instead of rx-to-string.
2004         (rx-kleene): Call rx-form instead of rx-to-string.
2005         Call rx-group-if to adjust putting of shy groups.
2006         (rx-atomic-p): Make check more precisely.
2007         (rx-eval, rx-greedy): Call rx-form instead of rx-to-string.
2008         (rx-regexp): Call rx-group-if.
2009         (rx-form): New function.
2010         (rx-to-string): Call rx-form, rx-group-if.
2011         Refine definition of NO-GROUP.
2013 2008-10-07  T. V. Raman  <raman@users.sourceforge.net>  (tiny change)
2015         * json.el (json-advance): Use forward-char.
2016         (json-skip-whitespace): Use skip-syntax-forward.
2018 2008-10-07  Alan Mackenzie  <acm@muc.de>
2020         * progmodes/cc-cmds.el (c-indent-line-or-region): Fix so that
2021         indenting a macro followed by blank lines doesn't backslash the
2022         following non-blank line into the macro.
2024 2008-10-06  Chong Yidong  <cyd@stupidchicken.com>
2026         * startup.el (before-init-time, after-init-time): Move into emacs.c.
2027         (command-line): Set after-init-time to nil before initialization.
2029 2008-10-06  Jay Belanger  <jay.p.belanger@gmail.com>
2031         * calc/calc-units.el (math-standard-units): Update the values
2032         of the units.
2034 2008-10-06  Juanma Barranquero  <lekktu@gmail.com>
2036         * bookmark.el (bookmark-unload-function): New function.
2038 2008-10-06  Andreas Schwab  <schwab@suse.de>
2040         * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
2042 2008-10-06  Martin Rudalics  <rudalics@gmx.at>
2044         * mail/footnote.el: Remove * in defcustom docstrings and tell
2045         for most options that customizing them doesn't affect buffers
2046         already displaying footnotes.
2047         (Footnote-refresh-footnotes, Footnote-renumber-footnotes):
2048         Fix handling of text properties and identical start/end tags.
2049         Do not use format when renumbering.
2050         (Footnote-set-style): Make it work.
2051         (Footnote-insert-numbered-footnote): Simplify.
2052         (Footnote-narrow-to-footnotes, Footnote-insert-footnote)
2053         (Footnote-goto-footnote): Fix handling of empty section tag.
2054         (Footnote-delete-footnote): Fix handling of identical start/end
2055         tags, empty section tag, and spaced footnotes.  Do not use
2056         kill-region.
2057         (footnote-mode): Make most options buffer-local to avoid that
2058         customizing messes up handling of footnotes in buffers that
2059         already display them.
2061 2008-10-06  Dan Nicolaescu  <dann@ics.uci.edu>
2063         * faces.el (x-create-frame-with-faces): Undo previous change.
2065         * vc-cvs.el (vc-cvs-after-dir-status): Parse the output for non
2066         existent files.
2068 2008-10-05  Chong Yidong  <cyd@stupidchicken.com>
2070         * international/mule-cmds.el (universal-coding-system-argument):
2071         Handle digit-argument too.
2073 2008-10-05  Mario Lang  <mlang@delysid.org>
2075         * xml.el (xml-parse-string): Use skip-chars-forward.
2077 2008-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
2079         * vc-bzr.el (vc-bzr-after-dir-status): Parse the output for non
2080         existent files.
2081         (vc-bzr-dir-status-files): New function.
2083 2008-10-04  Glenn Morris  <rgm@gnu.org>
2085         * files.el (make-temp-file): Handle empty `prefix'.  (Bug#1081)
2087         * vc-svn.el (vc-svn-after-dir-status): Handle `svn status -u' output.
2088         (vc-svn-dir-status): Respect vc-stay-local-p.  (Bug#1046)
2090         * vc-cvs.el (vc-cvs-dir-status-heuristic): New function.
2091         (vc-cvs-dir-status): Respect vc-stay-local-p.  (Bug#1046)
2093 2008-10-04  David J. Biesack  <David.Biesack@sas.com>  (tiny change)
2095         * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
2096         Fix typo.  (Bug#1074)
2098 2008-10-04  Martin Rudalics  <rudalics@gmx.at>
2100         * progmodes/compile.el (compilation-start): Make sure to move to
2101         point-max only when we are in the compilation buffer.  (Bug#1073)
2103 2008-10-04  Dan Nicolaescu  <dann@ics.uci.edu>
2105         * faces.el (x-create-frame-with-faces): Only setup the toolbar if
2106         tool-bar-mode is on.
2108         * vc-svn.el (vc-svn-dir-status-files):
2109         * vc-cvs.el (vc-cvs-dir-status-files): New function.
2111 2008-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
2113         * vc-hg.el (vc-hg-dir-status-files): New function.
2115 2008-10-03  Martin Rudalics  <rudalics@gmx.at>
2117         * window.el (window--display-buffer-1): Don't care about
2118         visibility since raise-frame does.
2120 2008-10-03  Mario Lang  <mlang@delysid.org>
2122         * nxml/xmltok.el (xmltok-forward): Simplify.
2124 2008-10-03  Glenn Morris  <rgm@gnu.org>
2126         * Makefile.in (ELCFILES): Update.
2128         * frame.el (set-default-font): Make obsolete.
2129         * mouse.el (mouse-set-font): Use set-frame-font.
2131         * jka-cmpr-hook.el (jka-compr-compression-info-list)
2132         (jka-compr-mode-alist-additions): Also match `.tbz2'.
2134         * progmodes/idlwave.el (auto-mode-alist): Remove unnecessary autoload.
2135         * files.el (auto-mode-alist): Add .PRO as per above autoload.
2137 2008-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
2139         * vc-dir.el (vc-dir-mode): Don't create the ewoc header here.
2140         (vc-dir-refresh): Set it here instead.  (Bug#1067)
2142 2008-10-02  Chong Yidong  <cyd@stupidchicken.com>
2144         * faces.el (inhibit-frame-set-background-mode): New var.
2145         (frame-set-background-mode): Use it to avoid a loop in
2146         face-spec-recalc.
2148 2008-10-02  Glenn Morris  <rgm@gnu.org>
2150         * vc-bzr.el (vc-bzr-diff): Use vc-switches rather than the obsolete
2151         vc-diff-switches.
2153 2008-10-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2155         * whitespace.el: Eliminate whitespace-kill-buffer-hook functionality,
2156         that is, to take some action when a buffer is killed.  Suggested by
2157         Stefan Monnier <monnier@iro.umontreal.ca>.  Doc fix.  New version
2158         11.2.2.
2159         (whitespace-action): Docstring and :type fix.
2160         (whitespace-turn-on, whitespace-turn-off, whitespace-warn-read-only):
2161         Code fix.
2162         (whitespace-add-local-hook, whitespace-remove-local-hook)
2163         (whitespace-kill-buffer-hook, whitespace-action): Fun eliminated.
2165 2008-10-01  Magnus Henoch  <mange@freemail.hu>
2167         * net/tls.el (open-tls-stream): Show the actual command being
2168         executed, instead of the format string.
2170 2008-10-01  Eli Zaretskii  <eliz@gnu.org>
2172         * term/internal.el (dos-locale-alist): New alist.
2173         (dos-codepage-setup): Use it to compute a value of locale with
2174         which to call set-locale-environment.  Remove code to set
2175         terminal, keyboard, and file-name encoding (done by
2176         set-locale-environment).
2178         * international/mule-cmds.el
2179         (set-language-environment-nonascii-translation): Fix nonascii
2180         value for `pc' ``window-system''.
2181         (set-display-table-and-terminal-coding-system)
2182         (set-default-coding-systems): Don't special-case `pc'.
2184 2008-10-01  Glenn Morris  <rgm@gnu.org>
2186         * filesets.el (filesets-menu-name): Fix type.
2187         (filesets-menu-path, filesets-menu-before): Fix types.
2188         Change defaults to be consistent with recentf.  (Bug#1056)
2190 2008-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2192         * term/xterm.el (xterm-turn-on-modify-other-keys)
2193         (xterm-turn-off-modify-other-keys, xterm-remove-modify-other-keys):
2194         Don't forget to pass `terminal' to `send-string-to-terminal'.
2196 2008-09-30  Michael Albinus  <michael.albinus@gmx.de>
2198         * vc-hooks.el (vc-file-clearprops): Revert change from 2008-09-29.
2199         (vc-file-not-found-hook): Check, that `buffer-file-name' is
2200         non-nil.  It is not clear, whether this is only fixing symptoms on
2201         an error.  OTOH, in all other cases, the call of `vc-file-clearprops'
2202         is embedded by that check.  So it might be TRT.  Suggested by Dan
2203         Nicolaescu <dann@ics.uci.edu>.
2205 2008-09-30  Eli Zaretskii  <eliz@gnu.org>
2207         * Makefile.in (ELCFILES): Remove codepage.elc.
2209         * international/codepage.el: File removed, as even ms-dos doesn't
2210         need it anymore.
2212         * loadup.el [ms-dos]: Don't load ccl and codepage.
2214         * term/internal.el: Remove coding: cookie and no-byte-compile flag.
2215         (IT-character-translations, cjk-codepages-alist): Remove variables.
2216         (IT-display-table-setup, dos-cpNNN-setup): Remove functions.
2217         (IT-unicode-translations): Remove charset and base elements.
2218         Add translations for Latin-1 characters.
2219         (IT-setup-unicode-display): Accept a CODING argument.  Don't use
2220         base and chset elements of IT-unicode-translations.  Don't wrap
2221         translation in "{...}".  Set up translations only for characters
2222         for which unencodable-char-position returns non-nil.
2223         (dos-codepage-setup): Don't use special-case codepages in
2224         cjk-codepages-alist.
2226         * files.el (locate-dominating-file): Wrap directory-files with
2227         condition-case, instead of calling file-directory-p, which stats
2228         the directory one more time.
2230         * mail/mail-utils.el (mail-unquote-printable-region):
2231         Use insert-byte instead of insert-char, when the UNIBYTE arg is
2232         non-nil.
2234 2008-09-30  Daiki Ueno  <ueno@unixuser.org>
2236         * epa-file.el (epa-file-insert-file-contents): Fix typo.
2238 2008-09-30  Glenn Morris  <rgm@gnu.org>
2240         * progmodes/which-func.el (which-func-imenu-joiner-function): Doc fix.
2242 2008-09-30  Daniel Colascione  <danc@merrillpress.com>
2244         * progmodes/which-func.el (which-func-imenu-joiner-function): New.
2245         (which-function): Handle nested imenu trees.
2247         * imenu.el (imenu--split-menu): Fix bug with shared lists that deleted
2248         some nested menu items.
2250 2008-09-30  Jay Belanger  <jay.p.belanger@gmail.com>
2252         * calc/calc-units.el (math-standard-units): Add entries used to
2253         display the the values in the units buffer.
2254         (math-build-units-table): Add entries to the units table to be used
2255         to display the values in the units buffer.
2256         (math-build-units-table-buffer): Use the display entry of the units
2257         table when non-nil.
2258         (calc-define-unit): Add option to enter display value of unit.
2260 2008-09-29  Michael Albinus  <michael.albinus@gmx.de>
2262         * vc-hooks.el (vc-file-clearprops): Check, that FILE is a string.
2264 2008-09-29  Eli Zaretskii  <eliz@gnu.org>
2266         * files.el (locate-dominating-file): Take file-attributes of
2267         `dir', not of `file' (which never changes).
2269 2008-09-29  Michael Albinus  <michael.albinus@gmx.de>
2271         * files.el (file-remote-p): Precise doc string; IDENTIFICATION can
2272         also be `localname'.
2274         * net/ange-ftp.el (ange-ftp-file-remote-p): Handle `localname' as
2275         IDENTIFICATION.
2277 2008-09-28  Glenn Morris  <rgm@gnu.org>
2279         * vc.el (vc-switches): Give it a doc string.
2281 2008-09-28  Romain Francoise  <romain@orebokech.com>
2283         * comint.el (comint-show-output): Adjust to stickiness changes of
2284         the output field.
2286         * startup.el (command-line): Start the daemon server later.
2288 2008-09-28  Martin Rudalics  <rudalics@gmx.at>
2290         * subr.el (read-quoted-char): Call char-resolve-modifiers
2291         instead of char-resolve-modifers.
2293 2008-09-27  Glenn Morris  <rgm@gnu.org>
2295         * play/solitaire.el (solitaire-mode-map): Bind "\r" rather
2296         than [return].  (Bug#1031)
2298 2008-09-27  Peter Dyballa  <Peter_Dyballa@Freenet.DE>
2300         * calendar/calendar.el (solar-sunrises-buffer): Fix typo.
2302 2008-09-27  Daiki Ueno  <ueno@unixuser.org>
2304         * epg.el (epg-wait-for-status): Check if there is no pending status.
2305         Reported by Ted Romer <ted@romerfamily.com>.
2307 2008-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
2309         * startup.el (command-line): Turn on menu-bar-mode and
2310         tool-bar-mode when running as a daemon.
2312 2008-09-26  Eli Zaretskii  <eliz@gnu.org>
2314         * makefile.w32-in ($(lisp)/progmodes/cc-mode.elc): Remove.
2315         ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
2316         ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
2317         ($(lisp)/progmodes/cc-engine.elc)
2318         ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
2319         ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
2320         ($(lisp)/progmodes/cc-subword.elc)
2321         ($(lisp)/progmodes/cc-vars.elc): New dependencies.
2323         * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Remove.
2324         ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
2325         ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
2326         ($(lisp)/progmodes/cc-engine.elc)
2327         ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
2328         ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
2329         ($(lisp)/progmodes/cc-subword.elc)
2330         ($(lisp)/progmodes/cc-vars.elc): New dependencies.
2332 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2334         * informat.el (Info-split-threshold): New variable.
2335         (Info-split): Use it.
2337         * textmodes/texinfmt.el (texinfo-format-buffer):
2338         Use Info-split-threshold to decide whether to split Info files.
2340 2008-09-25  Chong Yidong  <cyd@stupidchicken.com>
2342         * progmodes/octave-mod.el (octave-mode-menu): Fix incorrect
2343         quoting.
2345         * comint.el (comint-dynamic-complete-as-filename): Quote directory
2346         name when reinserting it.
2348         * isearch.el (isearch-search-fun): Use word-search-forward-lax and
2349         word-search-backward-lax for incremental word search.
2351 2008-09-25  Juanma Barranquero  <lekktu@gmail.com>
2353         * generic-x.el (generic-other-modes): Fix typo in docstring.
2354         (generic-use-find-file-hook, generic-lines-to-scan)
2355         (generic-find-file-regexp, generic-ignore-files-regexp)
2356         (generic-define-mswindows-modes, generic-define-unix-modes):
2357         Remove `*' from docstring.
2358         (generic-mode-find-file-hook): Use `string-match-p'.
2359         (apache-log-generic-mode, mailagent-rules-generic-mode)
2360         (prototype-generic-mode, pkginfo-generic-mode, javascript-generic-mode)
2361         (java-manifest-generic-mode, java-properties-generic-mode)
2362         (alias-generic-mode): Doc fix: use "Generic mode" in docstrings
2363         for consistency with other modes in generic-x.el.
2365 2008-09-25  Martin Rudalics  <rudalics@gmx.at>
2367         * textmodes/tex-mode.el (latex-handle-escaped-parens): New variable.
2368         (latex-backward-sexp-1, latex-forward-sexp-1): Treat escaped
2369         parens specially only if latex-handle-escaped-parens is non-nil.
2370         (latex-indent-within-escaped-parens): New option.
2371         (latex-find-indent): Bind latex-handle-escaped-parens to
2372         latex-indent-within-escaped-parens.  Do not treat escaped parens
2373         specially when this is nil.  (Bug#954)
2375 2008-09-25  Glenn Morris  <rgm@gnu.org>
2377         * ffap.el (ffap-fixup-url): Don't call url-normalize-url.  (Bug#898)
2379 2008-09-25  Chong Yidong  <cyd@stupidchicken.com>
2381         * vc.el (vc-mark-resolved): Move message here from
2382         vc-default-mark-resolved.
2383         (vc-default-mark-resolved): Change to an alias for ignore.
2385 2008-09-24  Andreas Politz  <politza@fh-trier.de>  (tiny change)
2387         * term.el (term-emulate-terminal): Encode input string before
2388         checking its length.
2390 2008-09-24  Chong Yidong  <cyd@stupidchicken.com>
2392         * progmodes/sh-script.el (sh-mode-map): Don't assume that skeleton
2393         is loaded.
2395         * server.el (server-buffer-done): Avoid changing the buffer when
2396         deleting the client's frame (bug#640).
2398         * vc.el (vc-default-mark-resolved): New function.
2400 2008-09-24  Stephen Berman  <stephen.berman@gmx.net>
2402         * mail/rfc822.el (rfc822-addresses): Prevent rfc822-bad-address
2403         from raising a wrong-type-argument error.
2405 2008-09-24  Martin Rudalics  <rudalics@gmx.at>
2407         * help-fns.el (describe-function-1, describe-variable): Print
2408         relative file name in help buffer.
2409         * faces.el (describe-face): Print relative file name in help
2410         buffer.
2412 2008-09-23  Romain Francoise  <romain@orebokech.com>
2414         * subr.el (with-output-to-string): Make sure that the temporary
2415         buffer gets killed.
2417 2008-09-23  Markus Sauermann  <markus@sauermann-consulting.de>  (tiny change)
2419         * emacs-lisp/lisp-mode.el (calculate-lisp-indent): Fix
2420         indentation problem with keyword symbols when a list starts with
2421         ,@ or spaces.  (Bug#1012)
2423 2008-09-23  Martin Rudalics  <rudalics@gmx.at>
2425         * textmodes/tex-mode.el (latex-find-indent): Try to handle
2426         escaped close parens correctly.  (Bug#954)
2428 2008-09-22  Tassilo Horn  <tassilo@member.fsf.org>
2430         * play/fortune.el (fortune-in-buffer): Fix a bug which forced
2431         usage of `fortune-file' even though a FILE argument was passed to
2432         the function.
2434 2008-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
2436         * startup.el (command-line): Start the server when in daemon mode.
2437         Remove always true test.
2439         * frame.el (frame-initialize): Remove spurious setting of
2440         special-display-function with the default value.
2442 2008-09-20  Vincent Belaïche  <vincent.b.1@hotmail.fr>
2444         * calc/calc-vec.el (calcFunc-venum): Properly handle intervals.
2446 2008-09-20  Glenn Morris  <rgm@gnu.org>
2448         * emacs-lisp/lisp-mode.el (lisp-indent-offset):
2449         Fix custom type.  (Bug#1011)
2451 2008-09-20  David De La Harpe Golden  <david@harpegolden.net>
2453         * files.el (move-file-to-trash): Avoid recursive trashing if
2454         rename-file calls delete-file.
2456 2008-09-20  Glenn Morris  <rgm@gnu.org>
2458         * play/fortune.el: Remove leading `*' from defcustom docs.
2459         (fortune-program-options): Doc fix.  Allow to be a string again.
2460         Add :version.
2461         (fortune-in-buffer): Handle fortune-program-options as a string.
2462         Don't rely on fortune program accepting options after fortune file.
2464 2008-09-20  Justin Bogner  <mail@justinbogner.com>  (tiny change)
2466         * play/fortune.el (fortune-program-options): Change to a list.
2467         (fortune-in-buffer): Use apply.
2469 2008-09-20  Ulrich Mueller  <ulm@kph.uni-mainz.de>
2471         * emacs-lisp/authors.el: Change encoding of file to utf-8.
2472         (authors-coding-system): Likewise.
2474 2008-09-20  Ami Fischman  <ami@fischman.org>
2476         * savehist.el (savehist-save): Handle errors in writing as well as
2477         reading.
2479 2008-09-20  Michael Olson  <mwolson@gnu.org>
2481         * emacs-lisp/tq.el (tq-create): Disable undo in tq buffer in order
2482         to provide a minimal performance boost.
2484 2008-09-19  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2486         * proced.el (proced-grammar-alist, proced-custom-attributes)
2487         (proced-format-alist, proced-format, proced-filter-alist)
2488         (proced-filter, proced-sort): Use defcustom.
2489         (proced-mode): Fix docstring.
2490         (proced-process-attributes): Handle return value nil of functions
2491         in proced-custom-attributes.
2493 2008-09-19  Martin Rudalics  <rudalics@gmx.at>
2495         * textmodes/sgml-mode.el (sgml-tag-syntax-table): Remove prefix
2496         flag from "'" entry in sgml-tag-syntax-table.  (Bug#946)
2498 2008-09-19  Miles Bader  <miles@gnu.org>
2500         * comint.el (comint-output-filter): Make field properties for
2501         output text front-sticky.
2503 2008-09-18  Dan Nicolaescu  <dann@ics.uci.edu>
2505         * vc-bzr.el (vc-bzr-show-log-entry):
2506         * vc-git.el (vc-git-show-log-entry): Deal with a nil argument,
2507         C-x v l for a directory uses that.
2509 2008-09-18  Simon Josefsson  <simon@josefsson.org>
2511         * files.el (auto-mode-alist): Use sieve-mode for .sv, .siv, and
2512         .sieve files.
2514 2008-09-18  Martin Rudalics  <rudalics@gmx.at>
2516         * help-macro.el (make-help-screen): Preserve key bindings
2517         established in help-mode call when exiting this macro.
2519 2008-09-17  Kenichi Handa  <handa@m17n.org>
2521         * language/burmese.el: Fix setting of composition-function-table.
2523 2008-09-17  Martin Rudalics  <rudalics@gmx.at>
2525         * info.el (Info-follow-nearest-node): Don't raise an error for
2526         mouse-1 clicks.
2528 2008-09-17  Jay Belanger  <jay.p.belanger@gmail.com>
2530         * calc/calc-units.el (calc-convert-temperature): Use default
2531         units when appropriate.
2533 2008-09-16  Markus Triska  <markus.triska@gmx.at>
2535         * textmodes/flyspell.el (flyspell-math-tex-command-p): Always
2536         catch errors raised in `texmathp'.
2537         (flyspell-tex-math-initialized): Remove.
2539 2008-09-16  Martin Rudalics  <rudalics@gmx.at>
2541         * frame.el (select-frame-set-input-focus): With non-nil
2542         mouse-autoselect-window always move mouse cursor to frame's
2543         selected window.  Otherwise restore pre 2008-09-13 behavior.
2544         (select-frame-by-name): Use select-frame-set-input-focus.
2546         * files.el (switch-to-buffer-other-frame): Don't raise frame since
2547         pop-to-buffer already does it.
2548         (display-buffer-other-frame): Fix doc-string.
2550 2008-09-16  Glenn Morris  <rgm@gnu.org>
2552         * add-log.el (diff-find-source-location): Update declaration.
2554         * progmodes/make-mode.el (makefile-match-function-end):
2555         Move point.  (Bug#983)
2557 2008-09-16  Daiki Ueno  <ueno@unixuser.org>
2559         * epg.el (epg-start-verify): Pass "--verify" to gpgsm.
2561 2008-09-15  Juanma Barranquero  <lekktu@gmail.com>
2563         * vc-rcs.el (vc-rcs-steal-lock, vc-rcs-checkout): Fix docstring typos.
2564         (vc-rcs-fetch-master-state, vc-rcs-system-release): Doc fixes.
2566 2008-09-15  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
2568         * vc-rcs.el (vc-rcs-rollback): Fix typos in docstring.
2570 2008-09-15  Martin Rudalics  <rudalics@gmx.at>
2572         * files.el (file-truename): Don't raise args-out-of-range error
2573         when filename has no separator on windows-nt.  (Bug#982)
2575 2008-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2577         * diff-mode.el (diff-find-file-name): Rename `batch' to `noprompt' and
2578         be more honest when we don't know.
2579         (diff-tell-file-name): Don't prompt before the actual prompt.
2580         (diff-mode): Don't prompt in add-log-buffer-file-name-function.
2581         (diff-find-source-location): Add `noprompt' argument.
2582         (diff-current-defun): Don't prompt.
2584 2008-09-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2586         * proced.el (proced-mark-face, proced-marked-face)
2587         (proced-sort-header-face): Remove.
2588         (proced-font-lock-keywords): Simplify.
2589         (proced-format): Use face proced-sort-header.
2590         (proced-format-interactive, proced-sort-interactive)
2591         (proced-filter-interactive): Only call proced-update if the scheme
2592         has changed.
2593         (proced-sort-header): Use posn-actual-col-row.
2595 2008-09-14  Martin Rudalics  <rudalics@gmx.at>
2597         * add-log.el (change-log-find-window): New variable.
2598         (change-log-goto-source-1, change-log-goto-source):
2599         Set change-log-find-window to window displaying source.
2600         (change-log-next-error): Select window specified by
2601         change-log-find-window.
2603 2008-09-13  Martin Rudalics  <rudalics@gmx.at>
2605         * frame.el (select-frame-set-input-focus): With focus follows
2606         mouse move mouse cursor to right window.
2607         * window.el (pop-to-buffer): Select window before calling
2608         select-frame-set-input-focus.
2610 2008-09-12  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2612         * proced.el (proced-sort-header): New face.
2613         (proced-sort-header-face): New variable.
2614         (proced-format): Allow format value nil.
2615         Use proced-sort-header-face for header of sort column.
2616         (proced-format-args): New function.
2617         (proced-grammar-alist, proced-timer-flag, proced-process-alist)
2618         (proced-header-help-echo, proced-field-help-echo, proced-timer)
2619         (proced-toggle-timer-flag, proced, proced-mode): Doc fix.
2620         (proced-refine): Rename from proced-filter-attribute.  Doc fix.
2621         (proced-sort-header): Bind also to mouse-1.
2622         (proced-move-to-goal-column): Return position of point.
2623         (proced-filter-interactive): Always revert listing.
2624         (proced-format-ttname): Simplify.
2625         (proced-update): Do not keep undo information.  Put point at
2626         beginning of buffer if we generate the first listing.
2628 2008-09-12  Tassilo Horn  <tassilo@member.fsf.org>
2630         * doc-view.el (doc-view-scroll-up-or-next-page)
2631         (doc-view-scroll-down-or-previous-page): Fix scrolling in case of
2632         vertically split windows.
2634 2008-09-12  Glenn Morris  <rgm@gnu.org>
2636         * progmodes/f90.el (f90-mode-map): Don't bind \t and \r.
2638         * indent.el (indent-line-function): Doc fix.
2639         * progmodes/sh-script.el (sh-font-lock-open-heredoc): Doc fix.
2641 2008-09-11  Martin Rudalics  <rudalics@gmx.at>
2643         * window.el (pop-to-buffer): If the window for buffer-or-name is
2644         not on the selected frame, raise that window's frame and give it
2645         input focus.  (Bug#745)
2647 2008-09-11  Glenn Morris  <rgm@gnu.org>
2649         * ido.el (ido-mode): Initialize with custom-initialize-default,
2650         rather than a set function.  (Bug#947)
2652 2008-09-10  Chong Yidong  <cyd@stupidchicken.com>
2654         * replace.el (perform-replace): Don't set inhibit-read-only using
2655         query-replace-skip-read-only (bug#956).
2657         * edmacro.el (edmacro-parse-keys): Fix last change to omit macros
2658         of the <<foo>> form.
2660 2008-09-10  Martin Rudalics  <rudalics@gmx.at>
2662         * window.el (display-buffer): Fix doc-string typo.
2664 2008-09-10  Kenichi Handa  <handa@m17n.org>
2666         * composite.el (compose-gstring-for-graphic): Fix previous change.
2668 2008-09-10  Glenn Morris  <rgm@gnu.org>
2670         * info.el (Info-try-follow-nearest-node): Fix doc typo.
2672 2008-09-10  Stephen Berman  <stephen.berman@gmx.net>
2674         * info.el (Info-mouse-follow-nearest-node): Follow links to different
2675         manuals.  (Bug#886)
2677 2008-09-09  Juanma Barranquero  <lekktu@gmail.com>
2679         * ido.el (ido-unload-function): New function.
2681 2008-09-08  Juanma Barranquero  <lekktu@gmail.com>
2683         * ido.el (ido-file-internal): Fix typo in prompt.
2684         (ido-merge-ftp-work-directories, ido-max-work-file-list): Doc fixes.
2685         (ido-max-prospects, ido-max-file-prompt-width, ido-ignore-buffers)
2686         (ido-enable-prefix, ido-setup-hook, ido-rewrite-file-prompt-functions)
2687         (ido-magic-forward-char, ido-magic-delete-char, ido-pop-dir):
2688         Fix typos in docstrings.
2690 2008-09-08  Martin Rudalics  <rudalics@gmx.at>
2692         * help-fns.el (describe-function-1): Don't print extra newline
2693         after filling.
2695 2008-09-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2697         * help-fns.el (find-lisp-object-file-name): Handle case where
2698         library is compressed.
2700 2008-09-07  Chong Yidong  <cyd@stupidchicken.com>
2702         * complete.el (PC-do-completion): Don't replace buffer
2703         contents (bug#227).
2705 2008-09-07  Juanma Barranquero  <lekktu@gmail.com>
2707         * loadhist.el (unload-feature-special-hooks):
2708         Add `choose-completion-string-functions'.
2710 2008-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2712         * vc-svn.el (vc-svn-root):
2713         * vc-sccs.el (vc-sccs-root):
2714         * vc-rcs.el (vc-rcs-root):
2715         * vc-cvs.el (vc-cvs-root): Delete.
2716         * vc-hooks.el (vc-find-root): Remove `invert' argument.
2718 2008-09-07  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
2720         * progmodes/flymake.el (flymake-parse-err-lines): Filter out
2721         errors occurring in different files.
2723 2008-09-07  Dan Nicolaescu  <dann@ics.uci.edu>
2725         * vc-bzr.el (vc-bzr-extra-fileinfo): New defstruct.
2726         (vc-bzr-status-printer): New function.
2727         (vc-bzr-after-dir-status): Deal with renamed files.
2729 2008-09-07  Johan Euphrosine  <proppy@aminche.com>  (tiny change)
2731         * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Shell quote
2732         buffer's filename.
2734 2008-09-07  Martin Rudalics  <rudalics@gmx.at>
2736         * subr.el (cancel-change-group): Widen buffer temporarily when
2737         undoing changes.  (Bug#810)
2739 2008-09-07  Nick Roberts  <nickrob@snap.net.nz>
2741         * progmodes/gud.el (gud-stop-subjob): Using jdb, suspend threads
2742         with gud-stop-subjob rather than exit debugger.
2744 2008-09-07  Kenichi Handa  <handa@m17n.org>
2746         * composite.el: Compose combining characters only when it
2747         follows a character matching with "[[:alpha:]]".
2749 2008-09-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2751         * proced.el: Require time-date.
2752         (proced-command-alist, proced-command, proced-goal-header-re)
2753         (proced-sorting-schemes-alist, proced-sorting-scheme)
2754         (proced-header-alist, proced-sorting-schemes-re)
2755         (proced-skip-regexp, proced-next-line, proced-previous-line)
2756         (proced-listing-type, proced-sorting-scheme-p): Remove.
2757         (proced-grammar-alist, proced-custom-attributes)
2758         (proced-format-alist, proced-format, proced-filter-alist)
2759         (proced-filter, proced-sort, proced-goal-attribute)
2760         (proced-timer-interval, proced-timer-flag, proced-timer)
2761         (proced-process-alist, proced-sort-internal, proced-process-tree)
2762         (proced-header-help-echo, proced-field-help-echo): New variables.
2763         (proced-pid-at-point, proced-timer, proced-mark-process-alist)
2764         (proced-omit-process, proced-filter, proced-process-tree)
2765         (proced-filter-children, proced-children-pids)
2766         (proced-filter-parents, proced-<, proced-string-lessp)
2767         (proced-time-lessp, proced-xor, proced-sort-p)
2768         (proced-format-time, proced-format-start, proced-format-ttname)
2769         (proced-format, proced-process-attributes): New functions.
2770         (proced-toggle-timer-flag, proced-mark-children)
2771         (proced-mark-parents, proced-filter-interactive)
2772         (proced-filter-attribute, proced-sort-interactive)
2773         (proced-sort-header, proced-format-interactive): New commands.
2774         (proced-move-to-goal-column): Use goal-column.
2775         (proced-mode): Use proced-timer.
2776         (proced-do-mark-all): Display process count.  Use use-region-p.
2777         Simplify.
2778         (proced-omit-processes): Use use-region-p.
2779         (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
2780         (proced-sort-start, proced-sort-time, proced-sort-user):
2781         Use proced-sort-interactive.
2782         (proced-sort): Make it a function that performs the actual sort.
2783         (proced-update): New arg revert.  Use proced-process-alist,
2784         proced-filter, proced-sort, proced-format, and
2785         proced-grammar-alist.  Preserve position of point based on fields.
2786         Make header line and fields clickable.
2787         (proced-send-signal): Use proced-pid-at-point and proced-process-alist.
2788         (proced-why): Use save-selected-window.
2789         (proced-log): Use buffer-read-only.
2791 2008-09-06  Chong Yidong  <cyd@stupidchicken.com>
2793         * tooltip.el (tooltip-mode): Initialize unconditionally to t.
2795 2008-09-06  Glenn Morris  <rgm@gnu.org>
2797         * add-log.el (diff-find-source-location): Declare.
2798         (find-change-log): If called from a diff buffer, try to switch to the
2799         source buffer (e.g. to respect change-log-default-name there).
2801         * progmodes/sh-script.el (sh-get-kw): Remove '()' from the list of
2802         unallowed characters; added 2006-10-10 without comment.  (Bug#753)
2804         * Makefile.in (ELCFILES): Update.
2806 2008-09-06  Chong Yidong  <cyd@stupidchicken.com>
2808         * textmodes/ispell.el (ispell-command-loop): Suspend ispell if the
2809         user enters a mouse event in another frame, or a special event.
2811         * server.el (server-switch-buffer): New arg.
2812         (server-execute): If reusing an existing window, set file position
2813         if required.
2815 2008-09-06  Kenichi Handa  <handa@m17n.org>
2817         * language/lao.el: Fix setting of composition-function-table.
2819 2008-09-06  Eli Zaretskii  <eliz@gnu.org>
2821         * term/pc-win.el (msdos-show-help): Don't truncate lines while
2822         displaying help echo messages.
2824 2008-09-06  Martin Rudalics  <rudalics@gmx.at>
2826         * subr.el (symbol-file): Fix doc-string.
2828 2008-09-06  Glenn Morris  <rgm@gnu.org>
2830         * help-mode.el (help-xref-forward-stack): Doc fix.
2832         * add-log.el (change-log-default-name): Autoload safety.
2834 2008-09-05  Wilson Snyder  <wsnyder@wsnyder.org>
2836         * verilog-mode.el (verilog-library-extensions): Enable .sv
2837         filename extensions to call verilog-mode.
2838         (verilog-auto, verilog-auto-inst, verilog-faq)
2839         (verilog-submit-bug-report): Update author support URLs.
2840         (verilog-delete-auto, verilog-auto-inout-module)
2841         (verilog-auto-inout-comp, verilog-auto): Add AUTOINOUTCOMP for
2842         creating complemented testbench modules.  Suggested by Yishay Belkind.
2843         (verilog-auto-inst-port, verilog-simplify-range-expression):
2844         When verilog-auto-inst-param-value is set, don't require a
2845         AUTO_TEMPLATE to expand parameter substitutions.  Suggested by
2846         Yishay Belkind.
2847         (verilog-auto-inst-param-value): Add safe variable.
2848         (verilog-re-search-forward, verilog-re-search-backward):
2849         Fix returning wrong search results on Emacs 22.1.
2850         (verilog-modi-cache-results, verilog-auto): Fix warning message
2851         about "toggling font-lock-mode."
2852         (verilog-auto): Fix losing font-lock on errors.
2853         (verilog-auto-inst-param-value, verilog-mode-version)
2854         (verilog-mode-version-date, verilog-read-inst-param-value)
2855         (verilog-auto-inst, verilog-auto-inst-param)
2856         (verilog-auto-inst-port, verilog-simplify-range-expression):
2857         Allow parameters to be replaced with their values, on the expansion of
2858         an AUTOINST with Verilog 2001 style parameter settings.
2859         Suggested by David Rogoff.
2861 2008-09-05  Michael McNamara  <mac@mail.brushroad.com>
2863         * verilog-mode.el (verilog-beg-block-re-ordered, verilog-calc-1):
2864         Better support for the property statement.  Sometimes this keyword
2865         introduces a statement which requires an endproperty keyword, and
2866         sometimes it doesn't, depending on the work before the property
2867         word.  If property is prefixed with assert, assume or cover
2868         keyword, then the statement is ended with a ';'.  Otherwise,
2869         property is like task or specify, and is followed by some number
2870         of statements, which are ended with an endproperty keyword.
2871         (electric-verilog-tab): Support Emacs 22.2 style handling of tab
2872         in a highlighted region: indent each line in region according to
2873         mode.  Supply this so it works in XEmacs and older Emacs.
2875 2008-09-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2877         * whitespace.el (whitespace-kill-buffer-hook, whitespace-action):
2878         Don't clean up a buffer when killing it.
2880 2008-09-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2882         * whitespace.el: Fix auto-cleanup on kill prevents killing read-only
2883         buffers (bug#360).  New version 11.2.1.
2884         (whitespace-action): New value `warn-read-only' to give a warning when
2885         buffer is read-only and whitespace action is cleanup or auto-cleanup.
2886         (whitespace-cleanup, whitespace-cleanup-region): Code fix.
2887         (whitespace-warn-read-only): New fun.
2889 2008-09-05  Chong Yidong  <cyd@stupidchicken.com>
2891         * international/quail.el: Require help-mode.
2892         (quail-help-init): Function removed.
2893         (quail-keyboard-layout-button, quail-keyboard-customize-button):
2894         Define directly.
2896         * dired.el (dired-get-filename): Rewrite octal escape character
2897         processor (bug#885).
2899 2008-09-05  Eli Zaretskii  <eliz@gnu.org>
2901         * cus-edit.el (custom-button-pressed): Default to inverse-video.
2903         * term/pc-win.el (msdos-face-setup): Setup faces for all frames,
2904         not just for terminal-frame.
2906 2008-09-05  Martin Rudalics  <rudalics@gmx.at>
2908         * window.el (window--try-to-split-window): Don't split when window
2909         is not splittable in last disjunct.  (Bug#888)
2911 2008-09-05  Kenichi Handa  <handa@m17n.org>
2913         * language/tibetan.el: Fix setting of composition-function-table.
2915         * composite.el (find-composition): Mention about the automatic
2916         composition in the docstring.
2917         (compose-gstring-for-graphic): Fix handling "above" marks.
2919         * descr-text.el (describe-char): Fix handling of automatic composition.
2921 2008-09-04  Juanma Barranquero  <lekktu@gmail.com>
2923         * net/tramp-cache.el (tramp-flush-file-function): Fix docstring typo.
2924         (tramp-parse-connection-properties): Reflow docstring.
2926 2008-09-04  Kim F. Storm  <storm@cua.dk>
2928         * ido.el (ido-buffer-internal, ido-file-internal): Pass on other-window
2929         and other-frame methods when switching between file and buffer modes.
2931 2008-09-04  Martin Rudalics  <rudalics@gmx.at>
2933         * info.el (Info-dir-remove-duplicates): Narrow buffer when
2934         removing duplicate entries under same heading.  Don't skip char
2935         matching anything but a space or tab at bol.  (Bug#864)
2937 2008-09-03  Alan Mackenzie  <acm@muc.de>
2939         * progmodes/cc-defs.el (c-version): Increment to 5.31.6.
2941 2008-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2943         * minibuffer.el (completion-pcm--pattern->regex): Undo last change.
2944         (completion-pcm--all-completions): Move the case-fold-search binding to
2945         it also applies to completion-regexp-list (used in all-completions).
2946         (completion-pcm--hilit-commonality): Add missing case-fold-search.
2948 2008-09-03  Martin Rudalics  <rudalics@gmx.at>
2950         * window.el (pop-up-frame-function): Move ...
2951         * frame.el (pop-up-frame-function): ... here, to avoid
2952         "CHANGED outside Customize;".
2954 2008-09-03  Glenn Morris  <rgm@gnu.org>
2956         * buff-menu.el (buffer-menu-mode-hook): Add obsolete alias.
2958 2008-09-03  Chong Yidong  <cyd@stupidchicken.com>
2960         * isearch.el (isearch-highlight-regexp): Fix last change, quoting
2961         non-alphabetical characters properly.
2963 2008-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
2965         * files.el (auto-mode-alist): Use verilog-mode for SystemVerilog files.
2967 2008-09-02  Martin Rudalics  <rudalics@gmx.at>
2969         * calc/calc.el (calc-dispatch-map): Fix handling of upcased and
2970         control-prefixed keys.  (Bug#835)
2972 2008-09-02  Chong Yidong  <cyd@stupidchicken.com>
2974         * image-mode.el (image-mode): Fix 2008-07-19 change.
2976 2008-09-02  Juanma Barranquero  <lekktu@gmail.com>
2978         * tool-bar.el (tool-bar-add-item): Fix typo in docstring.
2980         * emulation/tpu-edt.el (tpu-kill-buffer): Doc fix.
2982 2008-09-02  Glenn Morris  <rgm@gnu.org>
2984         * emacs-lisp/lucid.el (try-face-font): Remove dead alias.
2986         * progmodes/cc-langs.el (c-opt-op-identitier-prefix): Fix typo.
2988 2008-09-01  Glenn Morris  <rgm@gnu.org>
2990         * vc-hooks.el (vc-previous-version): Move alias to vc.el.
2991         * vc.el (vc-default-previous-version): Move alias here from vc-hooks,
2992         and fix name typos.  (Bug#856)
2994 2008-09-01  Chong Yidong  <cyd@stupidchicken.com>
2996         * minibuffer.el (completion-pcm--pattern->regex):
2997         When completion-ignore-case is non-nil, generate a regexp that
2998         ignores case.
3000         * window.el (recenter-top-bottom): Doc fix.
3002 2008-09-01  Simon South  <ssouth@member.fsf.org>
3004         * progmodes/delphi.el: New maintainer.
3005         (delphi-interface-types): New var.
3006         (delphi-composite-types): Use it.
3007         (delphi-enclosing-indent-of): Distinguish between "interface"
3008         keyword as a unit separator and used like a class declaration.
3010 2008-09-01  Martin Rudalics  <rudalics@gmx.at>
3012         * help-fns.el (describe-simplify-lib-file-name)
3013         (find-source-lisp-file): Remove.
3014         (find-lisp-object-file-name): New function giving preference to
3015         files found via load-path instead of loaddefs.el.
3016         (describe-function-1): Use new function instead of the removed
3017         ones.  (Bugs #587, #669, #690)
3018         * faces.el (describe-face): Use find-lisp-object-file-name instead
3019         of describe-simplify-lib-file-name.
3021 2008-09-01  Kenichi Handa  <handa@m17n.org>
3023         * international/mule-diag.el (font-show-log): Fix previous change.
3025         * international/mule-cmds.el (set-language-environment):
3026         Don't overwrite current-iso639-language if the current language
3027         environment doesn't provide that data.
3028         (set-locale-environment): Set current-iso639-language from the
3029         locale name.
3031         * international/fontset.el (script-representative-chars): Re-add
3032         the entry for symbol, but with vector of characters.
3033         (setup-default-fontset): Cancel previous change.
3035 2008-08-31  Chong Yidong  <cyd@stupidchicken.com>
3037         * ido.el: Move provide statement to the end of the file.
3039 2008-08-30  Markus Triska  <markus.triska@gmx.at>
3041         * linum.el (linum-mode): `window-size-change-functions' can now be
3042         buffer-local.
3043         (linum-update-window): Use result of `move-overlay'.
3045 2008-08-30  Glenn Morris  <rgm@gnu.org>
3047         * subr.el (make-variable-frame-local): Tweak obsolescence message.
3049         * info.el (Info-hide-note-references, Info-refill-paragraphs):
3050         Doc fixes.
3052         * apropos.el (apropos-command): Report documentation errors.
3053         * help-fns.el (describe-function-1): Handle broken aliases.  (Bug#825)
3055 2008-08-29  Chong Yidong  <cyd@stupidchicken.com>
3057         * isearch.el (isearch-highlight-regexp): Fix case of highlighted
3058         string.
3060 2008-08-29  Eli Zaretskii  <eliz@gnu.org>
3062         * bindings.el (mode-line-frame-identification): Fix last change.
3064 2008-08-29  Kenichi Handa  <handa@m17n.org>
3066         These changes are to adjust the automatic composition for the new
3067         implementation (avoid using text property).
3069         * composite.el (composition-function-table): Move declaration to
3070         composite.c.
3071         (terminal-composition-base-character-p): Delete it.
3072         (terminal-composition-function): Delete it.
3073         (terminal-composition-function-table): Delete it.
3074         (lgstring-header, lgstring-set-header, lgstring-font)
3075         (lgstring-char, lgstring-char-len, lgstring-shaped-p)
3076         (lgstring-set-id, lgstring-glyph, lgstring-glyph-len)
3077         (lgstring-set-glyph, lglyph-from, lglyph-to, lglyph-char)
3078         (lglyph-code, lglyph-width, lglyph-lbearing, lglyph-rbearing)
3079         (lglyph-ascent, lglyph-descent, lglyph-adjustment)
3080         (lglyph-set-from-to, lglyph-copy, lgstring-insert-glyph)
3081         (compose-glyph-string, compose-glyph-string-relative)
3082         (compose-gstring-for-graphic, compose-gstring-for-terminal):
3083         New functions.
3084         (auto-compose-chars): Argument changed.
3086         * language/european.el: Don't setup composition-function-table.
3087         (diacritic-composition-pattern, diacritic-compose-region)
3088         (diacritic-compose-string, diacritic-compose-buffer)
3089         (diacritic-composition-function): Delete them.
3091         * language/lao-util.el (lao-composition-function): Argument changed.
3093         * language/sinhala.el: Fix setting up of composition-function-table.
3095         * language/thai.el: Fix setting up of composition-function-table.
3097         * language/thai-util.el: Encoding changed to utf-8.
3098         (thai-composition-function): Argument changed.
3100         * language/indian.el: Fix setting up of composition-function-table.
3101         (devanagari-composable-pattern)
3102         (tamil-composable-pattern, kannada-composable-pattern)
3103         (malayalam-composable-pattern): New variables.
3105         * international/characters.el (unicode-category-table):
3106         Setup unicode-category-table.
3108         * international/fontset.el (setup-default-fontset): Prepend
3109         iso10646-1 fonts to the fallback font groups instead of appending.
3111 2008-08-29  Glenn Morris  <rgm@gnu.org>
3113         * cus-start.el (truncate-partial-width-windows): Changed in 23.1.
3115 2008-08-28  Chong Yidong  <cyd@stupidchicken.com>
3117         * term/x-win.el (x-win-suspend-error): Don't signal error if there
3118         are no X frames active.
3120 2008-08-28  Michael Albinus  <michael.albinus@gmx.de>
3122         * net/xesam.el (xesam-kill-buffer-function): Wrap code by
3123         `ignore-errors' (the function must succeed always).
3125 2008-08-28  "Edward O'Connor"  <hober0@gmail.com>
3127         * json.el (json-read-number): New arg.  Handle explicitly signed
3128         numbers.
3129         (json-readtable): Add `+' and `.'.
3131 2008-08-28  Eli Zaretskii  <eliz@gnu.org>
3133         * term/pc-win.el (msdos-previous-message): New variable.
3134         (msdos-show-help): New function.
3135         (msdos-initialize-window-system): Set show-help-function to
3136         msdos-show-help.
3138 2008-04-09  Lennart Borgman  <lennart.borgman@gmail.com>
3140         * emacs-lisp/debug.el (debug): When killing a noninteractive
3141         Emacs, give an exit status of -1.
3143 2008-08-28  Chong Yidong  <cyd@stupidchicken.com>
3145         * vc-hooks.el (vc-workfile-unchanged-p): Revert last change.
3147 2008-08-27  Alex Harsanyi  <harsanyi@mac.com>  (tiny change)
3149         * vc-hooks.el (vc-workfile-unchanged-p): If the checkout time is
3150         not the same as the last modification time, fall back on the
3151         backend-specific check.
3153 2008-08-27  Teodor Zlatanov  <tzz@lifelogs.com>
3155         * add-log.el (change-log-next-error): Run an extra `pop-to-buffer'
3156         to go to the position of interest.
3158 2008-08-27  Tomas Abrahamsson  <tab@lysator.liu.se>
3160         * textmodes/artist.el (artist-mode-init): Add comment on the
3161         setting up of the `artist-replacement-table' array.
3162         (artist-get-replacement-char): New defsubst.
3163         (artist-get-char-at-xy-conv, artist-replace-char)
3164         (artist-replace-chars, artist-replace-string): Use it instead of
3165         accessing `artist-replacement-table' directly.
3166         Reported by Rubén Berenguel <ruben@maia.ub.es>.
3168         (artist-mt): Fix structures for cut and copy operations.
3170 2008-08-27  Chong Yidong  <cyd@stupidchicken.com>
3172         * shell.el (shell-file-name-quote-list): Quote `$'.
3174         * comint.el (comint-dynamic-complete-as-filename): Generalize last
3175         change to allow quoting of characters before point.
3176         (comint-dynamic-list-filename-completions): Quote common substring.
3178 2008-08-26  Chong Yidong  <cyd@stupidchicken.com>
3180         * comint.el (comint-dynamic-complete-as-filename): If case is
3181         ignored while matching, replace the entire filename with completion.
3183         * textmodes/flyspell.el (flyspell-check-pre-word-p): Make sure
3184         flyspell-pre-point is valid to avoid signalling an error in
3185         post-command-hook.
3187 2008-08-26  Johan Bockgård  <bojohan@gnu.org>
3189         * linum.el (linum): Inherit remaining face attributes from default
3190         face.
3192 2008-08-26  Markus Triska  <markus.triska@gmx.at>
3194         * linum.el (linum-delay): Disable - it should no longer be
3195         necessary, and can lead to longer delays.
3196         (linum-update-window): Renumber if margin width has changed.
3198 2008-08-26  Daiki Ueno  <ueno@unixuser.org>
3200         * epa.el (epa--key-widget-action): Save the selected window to
3201         make `widget-button-click-moves-point' work.  (Bug#733).
3203 2008-08-26  Glenn Morris  <rgm@gnu.org>
3205         * calendar/holidays.el (calendar-holidays): Doc fix.
3207         * progmodes/gud.el (tramp-file-name-localname)
3208         (tramp-dissect-file-name): Declare.
3210         * term/pc-win.el (msdos-setup-keyboard): Fix declaration.
3212 2008-08-25  Eli Zaretskii  <eliz@gnu.org>
3214         * bindings.el (mode-line-frame-control): New function, caters to
3215         `pc' ``window system''.
3216         (mode-line-frame-identification): Use it instead of accessing
3217         window-system directly.
3219 2008-08-25  Juri Linkov  <juri@jurta.org>
3221         * textmodes/text-mode.el (text-mode-map): Unbind "\es" from
3222         `center-line' and "\eS" from `center-paragraph'.
3223         (facemenu-keymap): Bind "\es" to `center-line' and "\eS" to
3224         `center-paragraph'.
3226 2008-08-25  Ulf Jasper  <ulf@web.de>
3228         * net/newst-treeview.el (newsticker-treeview-own-frame): Doc fixed.
3229         (newsticker-treeview-treewindow-width): New.
3230         (newsticker-treeview-listwindow-height): New.
3231         (newsticker-treeview-browse-url-item): New.
3232         (newsticker-treeview-mode-map):
3233         Add newsticker-treeview-browse-url-item.
3234         (newsticker--treeview-window-init):
3235         Use newsticker-treeview-treewindow-width and
3236         newsticker-treeview-listwindow-height.
3238         * net/newst-reader.el (newsticker-browse-url-item): New.
3240 2008-08-25  Dan Nicolaescu  <dann@ics.uci.edu>
3242         * vc-dir.el (vc-dir-marked-only-files-and-states):
3243         (vc-dir-child-files-and-states): Reverse the list before returning it.
3245 2008-08-24  Michael Albinus  <michael.albinus@gmx.de>
3247         * net/dbus.el (dbus-introspect): Use `dbus-call-method-non-blocking'.
3249 2008-08-24  Romain Francoise  <romain@orebokech.com>
3251         * progmodes/python.el (run-python): Remove '' from sys.path.
3253 2008-08-23  Glenn Morris  <rgm@gnu.org>
3255         * progmodes/fortran.el (fortran-tab-mode-string)
3256         (fortran-comment-line-start, fortran-continuation-string): Doc fixes.
3258 2008-08-23  Eli Zaretskii  <eliz@gnu.org>
3260         * term/pc-win.el (msdos-setup-keyboard) <msdos-setup-keyboard>:
3261         Add declare-function.
3263         * startup.el (command-line): Don't call tty-register-default-colors
3264         if initial-window-system is `pc'.
3266         * term/internal.el (local-function-key-map): Fix unbalanced parens.
3267         (msdos-key-remapping-map): New variable.  Move here all the special
3268         keys we will be remapping via local-function-key-map.
3269         (msdos-setup-keyboard): New function.
3271         * term/pc-win.el (msdos-create-frame-with-faces): Rename from
3272         make-msdos-frame.
3273         (terminal-init-internal): New function, errors out if called.
3274         (msdos-initialize-window-system): New function.
3275         (msdos-create-frame-with-faces): Set the terminal's
3276         `terminal-initted' (sic!) parameter.
3277         (frame-creation-function-alist): Add msdos-create-frame-with-faces.
3278         (window-system-initialization-alist):
3279         Add msdos-initialize-window-system.
3280         (handle-args-function-alist): Use tty-handle-args for `pc'
3281         ``window system'' as well.
3282         (pc-win): Provide.
3284         * term/tty-colors.el (tty-register-default-colors): Remove bogus
3285         code for using msdos-color-values.
3287         * loadup.el [ms-dos]: Load term/pc-win.
3289 2008-08-23  Dan Nicolaescu  <dann@ics.uci.edu>
3291         * vc-dir.el (vc-dir-prepare-status-buffer): Make sure we use a
3292         directory name.
3294 2008-08-23  Nick Roberts  <nickrob@snap.net.nz>
3296         * progmodes/gud.el (gud-common-init): Use absolute file so that
3297         perldb works with tramp (sudo).
3299         * term/x-win.el (x-gtk-map-stock): Don't let the tool bar destroy
3300         match data in process filters.
3302 2008-08-23  Martin Rudalics  <rudalics@gmx.at>
3304         * dired.el (dired-buffer-stale-p): Do not revert buffer that
3305         can be written.
3307 2008-08-23  Glenn Morris  <rgm@gnu.org>
3309         * dired-x.el (dired-guess-shell-alist-default): Add .mp3 and .ogg.
3310         (dired-guess-shell-alist-user): Doc fix.  (Bug#417).
3312 2008-08-23  Chong Yidong  <cyd@stupidchicken.com>
3314         * subr.el (temp-buffer-show-hook): Doc fix.
3316 2008-08-22  Michael Albinus  <michael.albinus@gmx.de>
3318         * net/tramp.el (tramp-remote-process-environment): Add "EMACS=t"
3319         and "INSIDE_EMACS=...".  Reported by Tassilo Horn
3320         <tassilo@member.fsf.org>.
3322         * net/trampver.el: Update release number.
3324         * net/xesam.el (xesam-minor-mode): New minor mode.
3325         (xesam-highlight-buffer): Remove.  Code moved to
3326         `xesam-minor-mode'.
3327         (xesam-refresh-entry): Use `xesam-minor-mode'.
3329 2008-08-21  Chong Yidong  <cyd@stupidchicken.com>
3331         * minibuffer.el (completion--try-word-completion):
3332         Disable partial-completion when considering the addition of a space
3333         or hyphen.
3335 2008-08-21  John Paul Wallington  <jpw@pobox.com>
3337         * mail/rmail.el (rmail-insert-inbox-text): Ensure that the
3338         filename of `tofile' doesn't contain any colons on Windows,
3339         Cygwin, and MS-DOS systems.
3341 2008-08-21  Daiki Ueno  <ueno@unixuser.org>
3343         * epg.el (epg-make-context, epg-context-set-passphrase-callback)
3344         (epg-context-set-progress-callback): Make sure the callback is a
3345         cons of a function and a handback.  Update all callers.
3347 2008-08-20  David Reitter  <david.reitter@gmail.com>
3349         * term/ns-win.el (ns-cursor-blink-rate, ns-cursor-blink-mode): Remove.
3350         Patch applied by Adrian Robert.
3352 2008-08-20  Kevin Ryde  <user42@zip.com.au>
3354         * textmodes/nroff-mode.el (nroff-mode): Avoid auto-filling on
3355         directive lines.
3357 2008-08-20  Michael Albinus  <michael.albinus@gmx.de>
3359         * net/xesam.el (xesam-highlight-string): Precise doc string.
3360         (xesam-highlight-buffer): New defun.
3361         (xesam-refresh-entry): Use it.  Better check for sourceModified.
3363 2008-08-19  Chong Yidong  <cyd@stupidchicken.com>
3365         * edmacro.el (edmacro-parse-keys): Catch events with spaces in
3366         their names.
3368 2008-08-19  Kenichi Handa  <handa@m17n.org>
3370         * language/european.el ("Esperanto"): Change the preferred
3371         charsets to iso-8859-3.
3373         * language/utf-8-lang.el ("UTF-8"): Add the preferred charsets.
3375         * international/fontset.el (script-representative-chars):
3376         Delete the entry for symbol.
3377         (setup-default-fontset): For symbol characters, don't specify
3378         :script property.
3380 2008-08-19  Chong Yidong  <cyd@stupidchicken.com>
3382         * minibuffer.el (completion-table-dynamic): Doc fix.
3384         * cus-edit.el (custom-toggle-hide): Allow hiding only if widget is
3385         saved.
3387 2008-08-18  Chong Yidong  <cyd@stupidchicken.com>
3389         * emulation/edt.el (edt-default-emulation-setup):
3390         Share global-buffers-menu-map with the emulated global map.
3392 2008-08-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
3394         * term/ns-win.el (global): Uncomment "put backspace
3395         ascii-character..." and friends, they are needed for tramp.  (Bug#725)
3397 2008-08-18  Kenichi Handa  <handa@m17n.org>
3399         * international/mule-diag.el (font-show-log): Add optional arg N
3400         to control the limit of font listing.
3402 2008-08-18  Chong Yidong  <cyd@stupidchicken.com>
3404         * window.el (recenter-top-bottom): Determine top and bottom
3405         positions using scroll-margin instead of scroll-conservatively.
3407 2008-08-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3409         * proced.el (proced-send-signal): Use beginning-of-line.
3411 2008-08-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3413         * proced.el (proced-signal-list): Add POSIX 1003.1-2001 signals.
3414         (proced-mode-map): Add tooltips for menus.  Use radio buttons for
3415         listing types.
3416         (proced-log-buffer): New variable.
3417         (proced-mark-all, proced-unmark-all, proced-do-mark-al): Operate on
3418         region if transient-mark-mode is turned on and the region is active.
3419         (proced-omit-processes): Rename from proced-hide-processes to
3420         avoid key clash with describe-mode (bound to h).  Search for
3421         marked processes starting from point-min.
3422         (proced-header-space): Remove.
3423         (proced-send-signal): Handle errors.  Operate on current process
3424         if no process is marked.
3425         (proced-why): New command.
3426         (proced-log, proced-log-summary): New functions.
3427         (proced-help): Use proced-why.
3428         * textmodes/bibtex.el (bibtex-entry-format): Mark as safe.
3429         (bibtex-autokey-year-title-separator): Fix docstring.
3431 2008-08-17  Michael Albinus  <michael.albinus@gmx.de>
3433         * net/xesam.el (xesam-vendor, xesam-notify-function):
3434         New local variables.
3435         (xesam-mode): Extend docstring.  Initialize `xesam-notify-function'.
3436         (xesam-refresh-entry): Use `xesam-notify-function' if set.  Remove
3437         Debbugs specific code; it shall be enabled via `xesam-mode-hooks'.
3438         (xesam-new-search): Initialize `xesam-vendor'.
3440 2008-08-15  Glenn Morris  <rgm@gnu.org>
3442         * eshell/esh-cmd.el (eshell-do-pipelines): Indicate the last command in
3443         a pipeline.
3444         * eshell/em-ls.el (eshell-ls-files): List one per line in a pipeline,
3445         unless at the end of the pipeline.  (Bug#699).
3447 2008-08-14  Chong Yidong  <cyd@stupidchicken.com>
3449         * minibuffer.el (completion-boundaries): Doc fix.
3450         (display-completion-list): Only default base-size to zero if
3451         completing in the minibuffer.
3453         * simple.el (completion-base-size): Doc fix.
3454         (choose-completion): Try reselecting completion-reference-buffer.
3456 2008-08-14  Michael Albinus  <michael.albinus@gmx.de>
3458         * vc-dispatcher.el (vc-do-command): Let asynchronous processes run
3459         also for remote directories.
3461 2008-08-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3463         * emacs-lisp/easymenu.el (easy-menu-add): Don't precompute keybindings
3464         since those precomputed values aren't used any more.
3465         (easy-menu-precalculate-equivalent-keybindings): Obsolete.
3467 2008-08-14  Martin Rudalics  <rudalics@gmx.at>
3469         * help.el (with-help-window): Return last value in BODY.
3471 2008-08-14  Michael Albinus  <michael.albinus@gmx.de>
3473         * net/xesam.el (xesam-refresh-entry): Use `save-excursion' in the
3474         notify function of the URL.
3475         (xesam-new-search): Encode special characters in the query string.
3477 2008-08-13  Chong Yidong  <cyd@stupidchicken.com>
3479         * term/ns-win.el (ns-parse-geometry): Rename from x-parse-geometry.
3481 2008-08-13  Andreas Schwab  <schwab@suse.de>
3483         * net/tramp.el (tramp-handle-shell-command): Handle output going
3484         to current buffer like shell-command.  Don't disable undo.
3486 2008-08-13  Glenn Morris  <rgm@gnu.org>
3488         * eshell/esh-cmd.el (eshell/which): Handle the case where no
3489         description is found.
3491 2008-08-12  Alan Mackenzie  <acm@muc.de>
3493         * progmodes/cc-defs.el (c-emacs-features):
3494         argumentative-bod-function: bind mark-ring to avoid accumulating a
3495         spurious mark.
3497 2008-08-12  Chong Yidong  <cyd@stupidchicken.com>
3499         * simple.el (visual-line--saved-state): New var.
3500         (visual-line-mode): Save local values of variables, and restore
3501         them when visual-line-mode is disabled.
3503 2008-08-12  NAKAGAWA Makoto  <gha03025@nifty.ne.jp>  (tiny change)
3505         * net/ldap.el (ldap-search-internal): Tweak URL regexp.
3507 2008-08-11  Chong Yidong  <cyd@stupidchicken.com>
3509         * progmodes/cc-defs.el (c-emacs-features):
3510         Check beginning-of-defun-raw instead of beginning-of-defun, and avoid
3511         moving point during the test.
3513         * emacs-lisp/lisp.el (beginning-of-defun): Doc fix.
3515 2008-08-11  Glenn Morris  <rgm@gnu.org>
3517         * term/ns-win.el (x-parse-geometry): Doc fix.
3519         * dired.el (x-popup-menu):
3520         * hi-lock.el (x-popup-menu):
3521         * mouse.el (font-face-attributes):
3522         * calendar/cal-menu.el (x-popup-menu):
3523         * calendar/calendar.el (x-popup-menu):
3524         * calendar/holidays.el (x-popup-menu):
3525         * progmodes/cperl-mode.el (x-popup-menu):
3526         * term/ns-win.el (dnd-open-file, tool-bar-mode, scroll-bar-scale)
3527         (x-open-connection):
3528         * term/w32-win.el (x-colors, x-handle-args, x-parse-geometry)
3529         (x-command-line-resources):
3530         * term/x-win.el (x-colors, x-parse-geometry, x-resource-name)
3531         (x-display-name, x-command-line-resources):
3532         Add declarations for builds without X.
3534 2008-08-10  Glenn Morris  <rgm@gnu.org>
3536         * calendar/cal-bahai.el (holiday-bahai): Doc fix.
3538 2008-08-10  Dan Nicolaescu  <dann@ics.uci.edu>
3540         * vc-bzr.el (vc-bzr-find-revision): Rename from
3541         vc-bzr-find-version, forgotten in the 2007-10-10 renaming.
3543 2008-08-10  Michael Albinus  <michael.albinus@gmx.de>
3545         * net/xesam.el (xesam-search-engines): Add Debbugs hit fields.
3546         (xesam-refresh-entry): Add Debbugs handling.  Insert a widget
3547         "DONE", when all hits are retrieved.
3548         (xesam-search): Autoload it.
3550 2008-08-11  John Paul Wallington  <jpw@pobox.com>
3552         * ibuffer.el (ibuffer-buffer-file-name): Return nil rather than
3553         empty string when no filename.
3554         (define-ibuffer-column filename): Accommodate that change.
3556         * ibuf-ext.el (ibuffer-define-filter filename): Use plain old
3557         `buffer-file-name' instead of `ibuffer-buffer-file-name'.
3559 2008-08-10  Glenn Morris  <rgm@gnu.org>
3561         * Makefile.in (ELCFILES): Update.
3563 2008-08-10  John Paul Wallington  <jpw@pobox.com>
3565         * pcvs.el (defun-cvs-mode): Add `doc-string' decl.
3567 2008-08-08  Chong Yidong  <cyd@stupidchicken.com>
3569         * battery.el (battery-echo-area-format, battery-status-function):
3570         Handle new Linux sysfs format for battery reporting.
3571         (battery-linux-sysfs): New function.
3573 2008-08-07  Martin Rudalics  <rudalics@gmx.at>
3575         * add-log.el (change-log-search-tag-name)
3576         (change-log-goto-source): Fix behavior when point is not on tag.
3578 2008-08-06  Adrian Robert  <Adrian.B.Robert@gmail.com>
3580         * startup.el (command-line-ns-option-alist): Use ignore instead of
3581         ns-ignore-0-arg.
3583         * term/ns-win.el (ns-ignore-0-arg, mouse-extend-region)
3584         (ns-win-suspend-error, ns-yes-or-no-p, colors): Drop.
3585         (ns-alternatives-map): New variable.
3586         (x-set-up-function-keys): Use it.
3587         (global): Comment out "put backspace ascii-character..." and friends.
3588         Move function-key-map into ns-alternatives-map.  Don't call
3589         precompute-menubar-bindings.  Don't set anything connected with
3590         browse-url.
3591         (after-make-frame-functions): Clarify comment why a hook is added.
3593 2008-08-06  Joakim Verona  <joakim@verona.se>
3595         * thingatpt.el (thing-at-point-url-path-regexp): Allow parenthesis
3596         in url:s.
3598 2008-08-06  Dan Nicolaescu  <dann@ics.uci.edu>
3600         * vc-svn.el (vc-svn-parse-status): Use when instead of if.
3601         Fix 2008-01-01 change: use a shy group to not affect subsequent
3602         match calls.
3604 2008-08-06  Reto Zimmermann  <reto@gnu.org>
3606         * progmodes/vera-mode.el (vera-electric-tab):
3607         * progmodes/vhdl-mode.el (vhdl-electric-tab): Make TAB indent
3608         region when active.
3610 2008-08-06  Kenichi Handa  <handa@m17n.org>
3612         * faces.el (face-valid-attribute-values): Fix handling the value
3613         of (font-family-list) and font-XXX-table.
3615 2008-08-06  Dan Nicolaescu  <dann@ics.uci.edu>
3617         * proced.el (proced-menu): Bind the correct function to for toggling.
3619         * vc-dir.el (vc-dir-mode): Fix typo.
3621 2008-08-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3623         * whitespace.el (whitespace-newline-mode)
3624         (global-whitespace-newline-mode, whitespace-mode)
3625         (global-whitespace-mode): Improve docstring.
3627 2008-08-05  Chong Yidong  <cyd@stupidchicken.com>
3629         * kmacro.el (kmacro-exec-ring-item): Add autoload.
3631         * files.el (auto-save-visited-file-name): Move definition to fileio.c.
3633         * cus-start.el (all): Handle auto-save-visited-file-name.
3635 2008-08-05  Alex Shinn  <alexshinn@gmail.com>  (tiny change)
3637         * files.el (hack-one-local-variable-eval-safep): Handle
3638         lisp-indent-function and scheme-indent-function in addition to the
3639         deprecated lisp-indent-hook.
3641 2008-08-05  Michael Albinus  <michael.albinus@gmx.de>
3643         * net/xesam.el (top): Require `wid-edit' always.
3644         (xesam-mode-line, xesam-highlight): New deffaces.
3645         (xesam-objects): New local variable.
3646         (xesam-search-engines): Fix error in field list.
3647         (xesam-mode): Use `xesam-mode-line' instead of
3648         `font-lock-type-face'.  Apply `xesam-mode' to a temp buffer, for
3649         proper initialization (why?).
3650         (xesam-highlight-string, xesam-get-hits)
3651         (xesam-kill-buffer-function): New defuns.
3652         (xesam-refresh-entry): Move code to `xesam-get-hits'.  Check
3653         result of "hit.fields", it isn't a string only.  Wrap an error of
3654         the strigi search engine ("xesam:size" is returned as string).
3655         Highlight search items.
3656         (xesam-refresh-search-buffer): Make logic of counters more simple.
3657         Prefetch next hits.
3658         (xesam-signal-handler): Use `xesam-mode-line' instead of
3659         `font-lock-type-face'.
3660         (xesam-new-search): Add `xesam-kill-buffer-function' to
3661         `kill-buffer-hook'.
3663 2008-08-05  Teodor Zlatanov  <tzz@lifelogs.com>
3665         * add-log.el (change-log-next-error, change-log-mode): Add support
3666         for `next-error' to call `change-log-goto-source' on named files
3667         in a ChangeLog.
3669 2008-08-05  Jay Belanger  <jay.p.belanger@gmail.com>
3671         * calc/calc.el (math-read-number): Handle all C-like languages
3672         properly.
3674 2008-08-04  Vincent Belaïche  <vincent.b.1@hotmail.fr>
3676         * calc/calc.el (math-read-number): Handle C numbers beginning with
3677         0 correctly.
3679 2008-07-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
3681         * term/ns-win.el ([ns-new-frame]): New global key.
3683 2008-08-04  Juanma Barranquero  <lekktu@gmail.com>
3685         * international/mule-cmds.el (read-char-by-name):
3686         Check UCS names with `assoc-string' and case folding.
3688 2008-08-04  Michael Albinus  <michael.albinus@gmx.de>
3690         * net/dbus.el (dbus-call-method-asynchronously)
3691         (dbus-method-return-internal, dbus-method-error-internal):
3692         Declare them with `declare-function'.
3694 2008-08-04  Juanma Barranquero  <lekktu@gmail.com>
3696         * descr-text.el (describe-char-display): Fix last change:
3697         don't pass CHARSET to `encoded-string-description'.
3699 2008-08-02  Alex Harsanyi  <harsanyi@mac.com>  (tiny change)
3701         * vc.el (vc-next-action): Update list var correctly after delete.
3703 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
3705         * ido.el (ido-mode): Add toggle notification.
3707         * cus-edit.el (custom-save-all): Avoid destroying symlink if
3708         already visiting the custom file.
3710         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
3711         pending output coming after the status change.
3713 2008-08-02  Jason Rumney  <jasonr@gnu.org>
3715         * w32-fns.el (tis620-2533): Use as preferred registry for thai fonts.
3717 2008-08-01  Kenichi Handa  <handa@m17n.org>
3719         * international/mule-cmds.el (encode-coding-char):
3720         New optional arg CHARSET.
3722         * descr-text.el (describe-char-display): Call encode-coding-char
3723         with the arg CHARSET.
3724         (describe-char): Pay attention to the text-property `charset'.
3726 2008-08-01  Michael Albinus  <michael.albinus@gmx.de>
3728         * net/dbus.el (dbus-check-event, dbus-handle-event): Handle D-Bus
3729         error messages.
3730         (dbus-set-property): Call `dbus-introspect-get-property' instead
3731         of `dbus-get-property'.
3733         * net/xesam.el (xesam-all-fields): Remove source and content
3734         identifiers.
3735         (xesam-dbus-unique-names): New defvar.
3736         (xesam-dbus-call-method): New defun.  Replace all calls of
3737         `dbus-call-method' by `xesam-dbus-call-method'.
3738         (xesam-get-cached-property, xesam-set-cached-property):
3739         New defuns.
3740         (xesam-get-property, xesam-set-property, xesam-refresh-entry)
3741         (xesam-new-search, xesam-search): Apply `xesam-get-cached-property'.
3742         (xesam-search-engines): Make it an association list.  Take changed
3743         layout into account in the corresponding function.
3744         (xesam-delete-search-engine): Remove check for consistency of
3745         `xesam-search-engines', not needed anymore.
3746         (xesam-mode): Show XML query string only in the debug case.
3748 2008-07-31  Juanma Barranquero  <lekktu@gmail.com>
3750         * files.el (read-file-modes): Fix typo in docstring.
3752 2008-07-31  Chong Yidong  <cyd@stupidchicken.com>
3754         * Makefile.in: Avoid maintainer warning for autogenerated unicode
3755         files.
3757         * apropos.el (apropos-symbol): Don't set button skip by default.
3758         (apropos-print): Set button skip iff searching for multiple types.
3759         (apropos-print-doc): Insert blank label button when searching for
3760         a single type.
3762         * button.el (forward-button): Avoid infloop.
3764         * minibuffer.el (read-file-name-completion-ignore-case):
3765         Add cygwin to the list.
3767 2008-07-31  Sven Joachim  <svenjoac@gmx.de>
3769         * files.el (abbreviate-file-name): When replacing $HOME with ~,
3770         turn off case-fold-search.
3772 2008-07-31  Michael Albinus  <michael.albinus@gmx.de>
3774         * net/dbus.el (top): Don't register for "NameOwnerChanged".
3775         (dbus-message-type-invalid, dbus-message-type-method-call)
3776         (dbus-message-type-method-return, dbus-message-type-error)
3777         (dbus-message-type-signal): New defconst.
3778         (dbus-ignore-errors): Fix `edebug-form-spec' property.
3779         (dbus-return-values-table): New defvar.
3780         (dbus-call-method-non-blocking-handler, dbus-event-message-type):
3781         New defun.
3782         (dbus-check-event, dbus-handle-event, dbus-event-serial-number):
3783         Extend docstring.  Adapt implementation according to new
3784         `dbus-event' layout.
3785         (dbus-event-service-name, dbus-event-path-name)
3786         (dbus-event-interface-name, dbus-event-member-name):
3787         Adapt implementation according to new `dbus-event' layout.
3788         (dbus-set-property): Correct `dbus-introspect-get-attribute' call.
3790         * net/xesam.el (xesam-type, xesam-query, xesam-xml-string): New defvar.
3791         (xesam-mode): Rework implementation.
3792         (xesam-new-search): Additional parameter TYPE.
3793         (xesam-search): Adapt call of `xesam-new-search'.
3795 2008-07-31  Juri Linkov  <juri@jurta.org>
3797         * dired-aux.el (dired-do-chmod): Set default value to the original
3798         mode string using absolute notation like u=rwx,g=rx,o=rx.
3799         Use it as a new arg `default' of `dired-mark-read-string'.
3800         (dired-mark-read-string): Add new optional arg `default'.
3802         * files.el (read-file-modes): Set default value to the original
3803         mode string using absolute notation like u=rwx,g=rx,o=rx.
3804         Use it as the `default' arg of `read-string'.
3806         * filesets.el (filesets-cmd-isearch-getargs): Check if the
3807         variable `files' is bound to avoid warnings.
3809         * isearch.el (isearch-forward-regexp, isearch-forward-word)
3810         (isearch-backward, isearch-backward-regexp): Doc fix - make a link
3811         to the command `isearch-forward' instead of displaying "See C-s".
3812         (isearch-highlight-regexp): Remove arguments `regexp' and `face'
3813         with their interactive specifications.  Move reading the face name to
3814         the main body after calls to isearch-done and isearch-clean-overlays.
3816         * mb-depth.el: Unify all names under one common name prefix
3817         `minibuffer-depth-'.
3818         (minibuffer-depth-indicator-function): Rename from
3819         `minibuf-depth-indicator-function'.
3820         (minibuffer-depth-overlay): Rename from
3821         `minibuf-depth-overlay'.
3822         (minibuffer-depth-setup): Rename from
3823         `minibuf-depth-setup-minibuffer'.
3824         (minibuffer-depth-indicate-mode): Rename from
3825         `minibuffer-indicate-depth-mode'.
3827 2008-07-31  Juri Linkov  <juri@jurta.org>
3829         * dired-aux.el (dired-isearch-filenames-toggle): New command.
3830         (dired-isearch-filenames-setup): Bind "\M-sf" to
3831         dired-isearch-filenames-toggle in isearch-mode-map.
3832         (dired-isearch-filenames-end): Bind "\M-sf" to nil
3833         in isearch-mode-map.
3835         * isearch.el (isearch-edit-string-set-word): New command.
3836         (minibuffer-local-isearch-map): Bind "\C-w" to
3837         isearch-edit-string-set-word.
3838         (isearch-new-word): Temporary internal variable.
3839         (isearch-edit-string): Remove special case of reading the
3840         first character and checking it for C-w.
3842         * simple.el (read-shell-command, shell-command):
3843         Move code that uses minibuffer-with-setup-hook to set
3844         minibuffer-default-add-function to minibuffer-default-add-shell-commands
3845         from the interactive spec of `shell-command' to `read-shell-command'.
3847         * international/mule-cmds.el (read-char-by-name):
3848         Accept hash notation.  Doc fix.
3849         (ucs-insert): Doc fix.  Convert to number only when `arg' is
3850         a string.  Use separate error message when `arg' is not an integer.
3851         Bind `ucs-insert' to `C-x 8 RET'.
3853 2008-07-31  Joachim Nilsson  <joachim.nilsson@member.fsf.org>  (tiny change)
3855         * progmodes/cc-styles.el (c-style-alist): For the Ellemtel style,
3856         move the (arglist-cont-nonempty) from c-offsets-alist to
3857         c-hanging-braces-alist like other styles already have.
3859 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
3861         * textmodes/texinfmt.el:
3862         * nxml/nxml-enc.el:
3863         * mail/feedmail.el:
3864         * international/mule.el:
3865         * international/latexenc.el:
3866         * emulation/viper-util.el:
3867         * emulation/viper-init.el:
3868         * emulation/viper-ex.el:
3869         * emacs-lisp/bytecomp.el:
3870         * version.el:
3871         * subr.el:
3872         * startup.el:
3873         * sort.el:
3874         * shadowfile.el:
3875         * recentf.el:
3876         * printing.el:
3877         * paths.el:
3878         * minibuffer.el:
3879         * ls-lisp.el:
3880         * loadup.el:
3881         * hippie-exp.el:
3882         * finder.el:
3883         * files.el:
3884         * ediff-util.el:
3885         * ediff-ptch.el:
3886         * ediff-init.el:
3887         * ediff-diff.el:
3888         * dired.el:
3889         * dired-aux.el:
3890         * cus-edit.el:
3891         * bindings.el:
3892         * arc-mode.el:
3893         * add-log.el: Remove VMS support.
3894         * obsolete/vmsproc.el:
3895         * obsolete/vms-pmail.el:
3896         * obsolete/vms-patch.el: Remove file.
3898 2008-07-31  Alan Mackenzie  <acm@muc.de>
3900         * progmodes/cc-mode.el (c-before-hack-hook): New function
3901         (Top Level): Install c-before-hack-hook on
3902         before-hack-local-variables-hook, rather than
3903         c-postprocess-file-styles on hack-local-variables-hook.
3905 2008-07-31  Chong Yidong  <cyd@stupidchicken.com>
3907         * files.el (normal-mode): Move call to hack-project-variables into
3908         hack-local-variables.
3909         (file-local-variables-alist, before-hack-local-variables-hook):
3910         New vars.
3911         (ignored-local-variables): Add file-local-variables-alist.
3912         (hack-local-variables-filter): Renamed from
3913         hack-local-variables-apply.  Add the result to
3914         file-local-variables-alist, without applying them.
3915         (hack-local-variables): Set file-local-variables-alist to nil.
3916         Call hack-project-variables and before-hack-local-variables-hook.
3917         Apply variables here, instead of hack-local-variables-apply.
3918         Based on a patch by Alan Mackenzie.
3920 2008-07-30  Thien-Thi Nguyen  <ttn@gnuvola.org>
3922         * info-look.el (autoconf-mode :doc-spec): For
3923         "(autoconf)M4 Macro Index", if the item already
3924         begins with "AS_", don't prefix that string again.
3926 2008-07-30  Juri Linkov  <juri@jurta.org>
3928         * info.el (info, Info-mode): Doc fix.
3930         * isearch.el (isearch-mode-map): Bind `M-s r' to
3931         `isearch-toggle-regexp' and `M-s w' to `isearch-toggle-word'.
3932         (search-map): Bind `M-s w' to `isearch-forward-word' globally
3933         in the global map `search-map'.
3934         (isearch-forward): Doc fix.
3935         (isearch-forward-word, isearch-toggle-case-fold): New commands.
3937         * simple.el (quoted-insert): Comment out code that treats
3938         0240-0377 specially.
3940 2008-07-30  Chong Yidong  <cyd@stupidchicken.com>
3942         * cus-start.el: Add customization info for
3943         read-buffer-completion-ignore-case.
3945 2008-07-30  Sam Steingold  <sds@gnu.org>
3947         * vc-dir.el (vc-dir): Call file-truename on the dir argument.
3949 2008-07-30  Dan Nicolaescu  <dann@ics.uci.edu>
3951         * vc-dir.el (vc-dir-menu-map, vc-at-event): Fix docstring.
3952         (vc-dir-mode): Improve docstring.
3954 2008-07-30  Juri Linkov  <juri@jurta.org>
3956         * dired-aux.el (dired-isearch-filenames-setup): Add autoload cookie
3957         for the sake of isearch-mode-hook in dired-mode in dired.el.
3959 2008-07-19  Markus Triska  <markus.triska@gmx.at>
3961         * image-mode.el (image-mode): Set image-mode-text-map when image
3962         cannot be displayed.
3964 2008-07-30  Stephen Leake  <stephen_leake@stephe-leake.org>
3966         * progmodes/ada-prj.el (ada-prj-initialize-values): Fix use of deleted
3967         ada-xref-set-default-prj-values.
3968         (ada-prj-display-page): Ditto.
3970         * progmodes/ada-xref.el (ada-gnatstub-opts): Fix doc string.
3971         (ada-make-filename-from-adaname): Fix free variable.
3973 2008-07-30  Dan Nicolaescu  <dann@ics.uci.edu>
3975         * vc-git.el (vc-git-status-printer): Synchronize with the default.
3977 2008-07-30  Michael McNamara  <mac@mail.brushroad.com>
3979         * progmodes/verilog-mode.el (verilog-do-indent): Remove special indent
3980         for declarations inside a parenthetical list.  The code is ill-advised,
3981         and doesn't work given user defined types.
3982         (verilog-set-auto-endcomments): Enhance function automatic
3983         endcomment to support functions that return user defined types.
3984         (verilog-mode): Add code to tell which-function-mode minor mode
3985         that Verilog supports this feature.
3986         (verilog-beg-block-re-ordered, verilog-indent-re)
3987         (verilog-forward-sexp, verilog-forward-wa, verilog-calc-1)
3988         (verilog-leap-to-head): Support the new virtual and/or protected
3989         tasks, as well as extern declarations of tasks for indenting and
3990         for forward/backward expression.
3992 2008-07-30  Wilson Snyder  <wsnyder@wsnyder.org>
3994         * progmodes/verilog-mode.el (verilog-read-decls): Allow AUTORESET
3995         to work with SV 'logic' signals.  Suggested by Julian Gorfajn.
3996         (verilog-auto-inst-column): Make verilog-auto-inst-column customizable.
3997         (verilog-string-replace-matches): Avoid recursion with small
3998         replacements.
3999         (verilog-auto-inst-param-value, verilog-mode-version)
4000         (verilog-mode-version-date, verilog-read-inst-param-value)
4001         (verilog-auto-inst, verilog-auto-inst-param)
4002         (verilog-auto-inst-port, verilog-simplify-range-expression): Add
4003         verilog-auto-inst-param-value option for AUTOINST.  Suggested by
4004         David Rogoff.  This allows parameters to be replaced with their
4005         values, on the expansion of an AUTOINST with Verilog 2001 style
4006         parameter settings.
4008 2008-07-30  David Lord  <david.lord@phonecoop.coop>  (tiny change)
4010         * calendar/timeclock.el (timeclock-day-projects): Change a `cdr'
4011         to `cddr'.
4013 2008-07-29  Chong Yidong  <cyd@stupidchicken.com>
4015         * Makefile.in (ELCFILES): Add mairix.elc.
4017 2008-07-29  David Engster  <deng@randomsample.de>
4019         * net/mairix.el: New file.
4021 2008-07-29  Juri Linkov  <juri@jurta.org>
4023         * cus-edit.el (custom-face-tag): Inherit from custom-variable-tag
4024         instead of variable-pitch with bold and 1.2 height.
4026         * dired-aux.el (dired-do-async-shell-command): New command.
4028         * dired.el (dired-mode-map): Rebind `dired-flag-garbage-files'
4029         from `&' to `%&'.  Bind `&' to `dired-do-async-shell-command'.
4031 2008-07-29  Juri Linkov  <juri@jurta.org>
4033         * international/mule-cmds.el (ucs-names): New internal variable.
4034         (ucs-names): New function.
4035         (ucs-completions): New lazy completion variable.
4036         (read-char-by-name): New function.
4037         (ucs-insert): Replace interactive spec letter "s" with the call to
4038         `read-char-by-name'.
4040         * replace.el (read-regexp): Add second arg `default'.  Doc fix.
4042         * replace.el (occur-read-primary-args):
4043         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
4044         (hi-lock-face-phrase-buffer): Use `(car regexp-history)' as the
4045         second arg of `read-regexp'.
4047         * dired-aux.el (dired-isearch-filenames): New user option.
4048         (dired-isearch-orig-success-function): New internal variable.
4049         (dired-isearch-filenames-setup, dired-isearch-filenames-end)
4050         (dired-isearch-success-function): New functions.
4051         (dired-isearch-filenames, dired-isearch-filenames-regexp):
4052         New commands.
4054         * dired.el (dired-insert-set-properties): Add new text property
4055         `dired-filename' to put on file names.
4056         (dired-mode-map): Bind `M-s f C-s' to `dired-isearch-filenames'
4057         and `M-s f M-C-s' to `dired-isearch-filenames-regexp'.
4058         Add menu items.
4059         (dired-mode): Add hook `dired-isearch-filenames-setup' to
4060         buffer-local `isearch-mode-hook'.
4062 2008-07-29  Juanma Barranquero  <lekktu@gmail.com>
4064         * progmodes/ada-mode.el (ada-batch-reformat): Doc fix.
4065         (ada-create-case-exception): Fix typo in docstring.
4066         (ada-no-auto-case): Return nil, not the docstring.
4067         (ada-indent-current): Reflow docstring.
4069         * progmodes/ada-prj.el (ada-prj-edit, ada-prj-initialize-values)
4070         (ada-prj-save-specific-option, ada-prj-field): Fix typos in docstrings.
4071         (ada-prj-load-from-file): Reflow docstring.
4072         (ada-prj-display-page): Fix typo in widget.
4074         * progmodes/ada-stmt.el (ada-case, ada-package-body, ada-private):
4075         Fix typos in docstrings.
4077         * progmodes/ada-xref.el (ada-find-executable, ada-gnat-parse-gpr)
4078         (ada-compile-current, ada-check-current, ada-run-application)
4079         (ada-get-ali-file-name): Fix typos in docstrings.
4080         (ada-xref-confirm-compile, ada-find-references)
4081         (ada-find-local-references, ada-find-any-references): Doc fixes.
4082         (ada-get-all-references): Fix typo in error message.
4083         (ada-xref-current-project): Use `let', not `let*'.
4084         (ada-do-file-completion, ada-xref-change-buffer): Reflow docstring.
4086 2008-07-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4088         * whitespace.el (whitespace-newline): Change initialization to have a
4089         low contrast relative to the background color.  Suggested by David
4090         Reitter <david.reitter@gmail.com>.
4092 2008-07-28  Juri Linkov  <juri@jurta.org>
4094         * dired-aux.el (dired-do-isearch, dired-do-isearch-regexp):
4095         New functions.
4097         * dired.el (dired-mode-map): Bind dired-do-isearch to `M-s a C-s'
4098         and dired-do-isearch-regexp to `M-s a M-C-s'.  Add menu items.
4100 2008-07-28  Seiji Zenitani  <zenitani@mac.com>
4102         * help-fns.el (help-C-file-name): Add .m (Obj-C code) for Cocoa port.
4103         * emacs-lisp/find-func.el (find-function-search-for-symbol): Likewise.
4105 2008-07-28  Stephen Leake  <stephen_leake@stephe-leake.org>
4107         * progmodes/ada-mode.el (ada-mode): Clean up XEmacs handling.
4108         Add support for add-log.
4109         (ada-end-stmt-re): Fix bug - allow comment after 'when'.
4111         * progmodes/ada-prj.el: Delete 'main_unit' project variable.
4112         (ada-prj-save): Prompt for file name if not given.
4113         (ada-prj-display-page): Display casing exceptions.
4115         * progmodes/ada-xref.el: Add support for GNAT project files as Emacs
4116         Ada mode project files.  Delete 'main_unit' project variable;
4117         only need 'main'.  Simplify handling of default project values.
4118         Use cross-prefix consistently.
4119         (ada-find-executable): Throw error if not found.
4120         (ada-initialize-runtime-library): Improve error handling when
4121         gnatls not found.
4122         (ada-gnat-parse-gpr): New.
4123         (ada-treat-cmd-string): Allow process environment variables.
4124         (ada-xref-set-default-prj-values): Delete; replace with
4125         ada-default-prj-properties.
4126         (ada-parse-prj-file): Handle GNAT project files.
4127         (ada-parse-prj-file-1): New, factored out of ada-parse-prj-file.
4128         (ada-select-prj-file): New.
4129         (ada-get-absolute-dir-list): Allow project and environment variables.
4131 2008-07-27  Michael Albinus  <michael.albinus@gmx.de>
4133         Sync with Tramp 2.1.14.
4135         * net/tramp.el (tramp-perl-directory-files-and-attributes)
4136         (tramp-get-device): Make device number a cons cell.
4137         (tramp-convert-file-attributes): Make inode a cons cell.
4139         * net/trampver.el: Update release number.
4141 2008-07-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
4143         * faces.el (face-set-after-frame-default): Treat 'ns as all other
4144         window systems.
4146 2008-07-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
4148         * term/ns-win.el (do-applescript): New alias in carbon-compat section.
4150 2008-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
4152         Remove support for Mac Carbon.
4153         * term/mac-win.el: Remove file
4154         * international/mule-cmds.el:
4155         * version.el:
4156         * startup.el:
4157         * simple.el:
4158         * mwheel.el:
4159         * mouse.el:
4160         * loadup.el:
4161         * isearch.el:
4162         * info.el:
4163         * frame.el:
4164         * faces.el:
4165         * disp-table.el:
4166         * cus-start.el:
4167         * cus-face.el:
4168         * cus-edit.el:
4169         * Makefile.in: Remove code for Carbon.
4171 2008-07-26  Adrian Robert  <Adrian.B.Robert@gmail.com>
4173         * term/ns-win.el (ns-extended-platform-support-mode): Get rid of
4174         bindings for functions deleted by Dan N. 2008-07-21.  Set
4175         where-is-preferred-modifier.  Add show-manual option to Help menu.
4177 2008-07-26  Michael Albinus  <michael.albinus@gmx.de>
4179         * net/tramp.el (tramp-handle-start-file-process):
4180         Set query-on-exit flag.  Kill temporary buffer.
4181         (tramp-process-sentinel): Remove defun.
4182         (tramp-do-copy-or-rename-file-out-of-band)
4183         (tramp-maybe-open-connection): Don't call it.
4185         * net/tramp-fish.el (tramp-fish-maybe-open-connection): Don't call
4186         `tramp-process-sentinel'.
4188         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Don't call
4189         `tramp-process-sentinel'.
4191         * net/xesam.el (xesam-from): Remove defvar.
4192         (xesam-mode): Derive from `special-mode'.  Extend `xesam-mode-map'
4193         and `mode-line-position'.
4194         (xesam-refresh-entry): Remove argument `hit-number'.  Add debug
4195         information to the widgets.  Don't set `mode-line-position'.
4196         (xesam-refresh-search-buffer): Correct hit number computing.
4197         Don't set `mode-line-position'.
4198         (xesam-new-search): Add debug information to the mode line.
4200 2008-07-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4202         * diff-mode.el (diff-show-trailing-blanks): Renamed to
4203         diff-show-trailing-whitespaces.
4205 2008-07-25  Chong Yidong  <cyd@stupidchicken.com>
4207         * textmodes/tex-mode.el (tex-compilation-parse-errors): Check for
4208         invalid filename strings when parsing tex errors (bug#376).
4210 2008-07-25  Dan Nicolaescu  <dann@ics.uci.edu>
4212         * menu-bar.el (menu-bar-file-menu): Fix typo.
4214 2008-07-25  Juanma Barranquero  <lekktu@gmail.com>
4216         * play/solitaire.el (solitaire-mode-map): Define within defvar.
4217         (solitaire-mode): Define with `define-derived-mode'.
4218         (solitaire-insert-board, solitaire-right, solitaire-left, solitaire-up)
4219         (solitaire-down): Use "?\s" instead of "?\ "; use `when'.
4220         (solitaire-undo, solitaire-check): Use `when'.
4221         (solitaire-solve): Err out if the solitaire is already in progress.
4222         Use `when'.
4224         * descr-text.el (describe-char): Don't overwrite local variable char
4225         when describing characters with display-table entries.  Display font
4226         backend when describing composed characters.  Simplify: use `let'
4227         instead of `let*', and `or x y' instead of `if x x y'.
4229 2008-07-25  Chong Yidong  <cyd@stupidchicken.com>
4231         * image-mode.el (image-minor-mode): Set up winprops.
4233 2008-07-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4235         * diff-mode.el (diff-show-trailing-blanks): New fun.
4236         Show trailing blanks in modified lines for diff-mode.
4238 2008-07-24  Michael Albinus  <michael.albinus@gmx.de>
4240         * Makefile.in (ELCFILES): Add net/xesam.el.
4242         * net/tramp.el (tramp-handle-start-file-process): Make NAME a unique
4243         process name.  Reported by Markus Triska <markus.triska@gmx.at>.
4245         * net/xesam.el: New file.
4247 2008-07-24  Sven Joachim  <svenjoac@gmx.de>
4249         * dired-aux.el (dired-copy-file-recursive): Avoid calling
4250         set-file-modes when creating target directories.
4252 2008-07-24  Juanma Barranquero  <lekktu@gmail.com>
4254         * play/solitaire.el (solitaire-mode): Fix typo in docstring.
4255         Set `show-trailing-whitespace' to nil.
4256         (solitaire, solitaire-mode-map, solitaire-mode-hook, solitaire-solve):
4257         Fix typos in docstrings.
4259 2008-07-24  Chong Yidong  <cyd@stupidchicken.com>
4261         * textmodes/enriched.el (enriched-mode-map): Bind C-a and C-j via
4262         key remapping, not directly.
4264 2008-07-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4266         * whitespace.el: New version 11.2.
4267         (whitespace-newline-mode, global-whitespace-newline-mode): New newline
4268         minor mode visualization.
4270 2008-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
4272         * progmodes/cc-mode.el (auto-mode-alist): Add .i and .ii files.
4274         * Makefile.in (ELCFILES): Add term/common-win.elc.
4276         * vc-dir.el (vc-dir-search, vc-dir-isearch)
4277         (vc-dir-isearch-regexp): New functions.
4278         (vc-dir-mode-map, vc-dir-menu-map): Bind them.
4280 2008-07-23  Juri Linkov  <juri@jurta.org>
4282         * isearch-multi.el: Remove file to avoid dos file name clashes
4283         with isearch-x.el.  Move most content to misearch.el.
4285         * misearch.el: New file with most content from isearch-multi.el.
4286         Rename `isearch-buffers' name prefixes to `multi-isearch'.
4287         Remove `isearch-buffers-minor-mode'.  Add new function
4288         `multi-isearch-setup' to `isearch-mode-hook'.  New top-level
4289         commands `multi-isearch-buffers', `multi-isearch-buffers-regexp',
4290         `multi-isearch-files', `multi-isearch-files-regexp'.
4292         * Makefile.in (ELCFILES): Remove isearch-multi.elc.  Add misearch.elc.
4294         * isearch.el (isearch-message-prefix): Display "Multi" when
4295         `multi-isearch-next-buffer-current-function' is non-nil.
4296         (isearch-search-string): Replace `isearch-buffers-next-buffer-function'
4297         with `multi-isearch-next-buffer-current-function', and
4298         `isearch-buffers-current-buffer' with `multi-isearch-current-buffer'.
4300         * add-log.el (change-log-mode): Set `change-log-next-buffer' to
4301         `multi-isearch-next-buffer-function' instead of
4302         `isearch-buffers-next-buffer-function'.  Remove call to
4303         `isearch-buffers-minor-mode'.
4305         * buff-menu.el (Buffer-menu-marked-buffers)
4306         (Buffer-menu-isearch-buffers)
4307         (Buffer-menu-isearch-buffers-regexp): New functions.
4308         (Buffer-menu-mode-map): Bind "M-s a C-s" to
4309         `Buffer-menu-isearch-buffers', and "M-s a M-C-s" to
4310         `Buffer-menu-isearch-buffers-regexp'.
4311         (Buffer-menu-mode): Document new commands in docstring.
4312         (list-buffers-noselect): Add one space after Info file name
4313         according to the Info address convention.
4315         * ibuf-ext.el (ibuffer-do-isearch, ibuffer-do-isearch-regexp):
4316         New functions.
4318         * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-s" to
4319         `ibuffer-do-isearch' and "M-s a M-C-s" to `ibuffer-do-isearch-regexp'.
4320         (ibuffer-mode): Document new commands in docstring.
4322         * filesets.el (filesets-commands): Add commands for "Isearch" and
4323         "Isearch (regexp)".  Replace `query-replace' and `query-replace-regexp'
4324         with `perform-replace' using `filesets-cmd-query-replace-regexp-getargs'.
4325         (filesets-run-cmd): Call `fn' only once if it is `multi-isearch-files'
4326         or `multi-isearch-files-regexp'.
4327         (filesets-cmd-query-replace-getargs): Call standard function
4328         `query-replace-read-args' to read `query-replace' arguments.
4329         Add `multi-query-replace-map'.
4330         (filesets-cmd-query-replace-regexp-getargs)
4331         (filesets-cmd-isearch-getargs): New functions.
4333 2008-07-23  Chong Yidong  <cyd@stupidchicken.com>
4335         * international/mule.el (recode-region): Deactivate mark at the end.
4337 2008-07-23  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
4339         * progmodes/flymake.el (flymake-errline, flymake-warnline):
4340         Use more suitable colors on dark displays.
4342 2008-07-23  Michael Albinus  <michael.albinus@gmx.de>
4344         * net/tramp.el (tramp-methods): Add "-q" for "scp", "scp1",
4345         "scp2", "ssh", "ssh1", "ssh2", "scpc", "scpx", "sshx".
4346         (tramp-temp-buffer-name): New defconst.
4347         (tramp-handle-start-file-process): Use it.  Apply "exec", for the
4348         command.  No trailing prompt.
4349         (tramp-process-sentinel): Remove temporary buffer, if existing.
4350         Don't handle trailing prompt.
4351         (tramp-open-connection-setup-interactive-shell):
4352         Use `tramp-temp-buffer-name'.
4354 2008-07-23  Chong Yidong  <cyd@stupidchicken.com>
4356         * shell.el (shell-dynamic-complete-functions):
4357         Use comint-dynamic-complete-filename as well (bug#361).
4359 2008-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
4361         * term/ns-win.el:
4362         * version.el (emacs-version):
4363         * loadup.el:
4364         * frame.el (make-frame-on-display): Check for ns instead of
4365         ns-windowing.
4367         * dired.el (dired-mode-map): Show the key binding for wdired.
4369         * menu-bar.el (menu-bar-file-menu): Show the key binding for
4370         exiting Emacs.
4372 2008-07-19  Adrian Robert  <Adrian.B.Robert@gmail.com>
4374         * term/ns-win.el (x-list-fonts): Drop alias.
4376 2008-07-23  Juri Linkov  <juri@jurta.org>
4378         * replace.el (multi-query-replace-map): New variable.
4379         (perform-replace): Add processing of new multi-buffer keys bound
4380         to `automatic-all' and `exit-current'.  Set `query-flag' to nil
4381         if last input char was `automatic-all'.  Set new local variable
4382         `multi-buffer' to t when one of new two keys were typed.  Return
4383         non-nil value of `multi-buffer' that tells to calling functions
4384         to continue replacement on the next file.
4386         * progmodes/etags.el (tags-query-replace): Set arg `map' of
4387         `perform-replace' to `multi-query-replace-map'.
4389 2008-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4391         * diff-mode.el (diff-auto-refine-mode): Remove lighter, since it's
4392         otherwise displayed in every buffer.
4394         * vc-arch.el (vc-arch-trim-make-sentinel): Use a closure.
4395         (vc-arch-trim-one-revlib): Delete temp directories as well.
4397 2008-07-22  Stephen Eglen  <stephen@gnu.org>
4399         * iswitchb.el (iswitchb-delim): New variable.  Suggested by Ted Roden.
4401 2008-07-22  Sven Joachim  <svenjoac@gmx.de>
4403         * vc-dir.el (vc-dir-recompute-file-state): Fix mismatched parenthesis.
4405 2008-07-22  Miles Bader  <miles@gnu.org>
4407         * progmodes/sh-script.el (sh-newline-and-indent): Remove.
4408         (sh-mode-map): Remove remapping of newline-and-indent.
4410 2008-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
4412         * vc.el (Todo): Update.
4414         * vc-hooks.el: Remove obsolete comment.
4416         * vc-git.el (vc-git-status-printer): Update the directory display
4417         to match the default.
4419         * vc-dir.el (vc-dir-recompute-file-state): Add workaround for CVS.
4421 2008-07-21  Chong Yidong  <cyd@stupidchicken.com>
4423         * menu-bar.el (menu-bar-line-wrapping-menu): Use Visual Line mode
4424         for "word wrap" command.
4426         * simple.el (visual-line-mode): Disable truncate-partial-width-windows.
4428 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
4430         * term/ns-win.el: Rename ns- functions/variables to the
4431         corresponding x- versions.
4432         (x-select-text, x-cut-buffer-or-selection-value)
4433         (x-disown-selection-internal, x-get-selection-internal)
4434         (x-own-selection-internal, x-defined-colors, xw-defined-colors)
4435         (x-display-mm-width, x-display-mm-height)
4436         (x-display-backing-store, x-display-save-under)
4437         (x-display-visual-class, x-display-screens, x-focus-frame): Remove
4438         defaliases.
4440         * frame.el (ns-display-name): Remove declaration.
4441         (make-frame-on-display): Use x-display-name instead
4442         ns-display-name.  Use unless.
4444         * startup.el (command-line-1): Fix indentation.
4446         * term/ns-win.el (up-one, down-one, left-one, right-one): Remove,
4447         checked in inadvertently.
4449 2008-07-21  Chong Yidong  <cyd@stupidchicken.com>
4451         * term/ns-win.el: Standardize references to "Nextstep" in
4452         comments, messages, and docstrings.
4453         (ns-handle-args, x-parse-geometry)
4454         (ns-extended-platform-support-mode, x-setup-function-keys)
4455         (ns-select-overlay, ns-unselect-line, ns-yes-or-no-p)
4456         (ns-set-pasteboard, ns-scroll-bar-move, ns-defined-colors)
4457         (ns-initialized, ns-initialize-window-system): Doc fixes.
4459 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
4461         * diff-mode.el (diff-auto-refine): Delete defcustom.
4462         (diff-auto-refine-mode): New func/var via define-minor-mode.
4463         Update var ref to use diff-auto-refine-mode.
4464         * smerge-mode.el (diff-mode): Require when compiling.
4465         (smerge-auto-refine): Delete defcustom.
4466         Update smerge-auto-refine ref to use diff-auto-refine-mode.
4468 2008-07-21  Chong Yidong  <cyd@stupidchicken.com>
4470         * simple.el (visual-line): New custom group.
4471         (visual-line-fringe-indicators): New var.
4472         (visual-line-mode): Set fringe-indicator-alist based on
4473         visual-line-fringe-indicators.  Add lighter.
4475 2008-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
4477         * term/x-win.el (x-handle-switch, x-handle-numeric-switch)
4478         (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
4479         (x-handle-geometry, x-handle-name-switch, x-display-name)
4480         (x-handle-display, x-handle-args, x-colors): Move ...
4481         * term/common-win.el: ... here.  New file.
4482         * term/w32-win.el (x-handle-switch, x-handle-numeric-switch)
4483         (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
4484         (x-handle-geometry, x-handle-name-switch, x-display-name)
4485         (x-handle-display, x-handle-args, x-colors): Remove.
4486         * loadup.el: Load term/common-win before term/x-win and term/w32-win.
4488 2008-07-19  Juri Linkov  <juri@jurta.org>
4490         * startup.el (fancy-startup-text): Move the line "To quit
4491         a partially entered command, type Control-g" a few lines below
4492         to be after the line "To start".  Add text "at gnu.org" to
4493         "Overview of Emacs features".
4495         * dired.el (dired-mode-map): Fix menu text of
4496         image-dired-display-thumbs.
4498         * image-dired.el (image-dired-cmd-create-thumbnail-options)
4499         (image-dired-cmd-create-temp-image-options)
4500         (image-dired-cmd-create-standard-thumbnail-command): Add > to the
4501         ImageMagick command line to change the dimensions of the image
4502         only if its width or height exceeds the geometry specification.
4504         * longlines.el: Add coding cookie utf-8 for the pilcrow sign.
4506         * proced.el (proced-mode, proced): Add \\<proced-mode-map>
4507         to docstrings.
4509 2008-07-19  Adrian Robert  <Adrian.B.Robert@gmail.com>
4511         * term/ns-win.el (ns-ps-print-menu-map): Fix typo pointed out by
4512         Vinicius Jose Latorre.
4514 2008-07-19  Glenn Morris  <rgm@gnu.org>
4516         * term/ns-win.el (ns-make-command-string): Use mapconcat.
4517         (ns-save-preferences): Fix typo in previous change.  (Bug#573)
4519 2008-07-18  Michael Albinus  <michael.albinus@gmx.de>
4521         * net/dbus.el (dbus-interface-properties): New defconst.
4522         (dbus-introspect): Update docstring.
4523         (dbus-introspect-xml, dbus-introspect-get-attribute)
4524         (dbus-introspect-get-node-names, dbus-introspect-get-all-nodes)
4525         (dbus-introspect-get-interface-names)
4526         (dbus-introspect-get-interface, dbus-introspect-get-method-names)
4527         (dbus-introspect-get-method, dbus-introspect-get-signal-names)
4528         (dbus-introspect-get-signal, dbus-introspect-get-property-names)
4529         (dbus-introspect-get-property)
4530         (dbus-introspect-get-annotation-names)
4531         (dbus-introspect-get-annotation)
4532         (dbus-introspect-get-argument-names, dbus-introspect-get-argument)
4533         (dbus-introspect-get-signature, dbus-get-property)
4534         (dbus-set-property, dbus-get-all-properties): New defuns.
4536 2008-07-18  Chong Yidong  <cyd@stupidchicken.com>
4538         * Makefile.in (ELCFILES): Remove ns-carbon-compat.elc and
4539         ns-grabenv.elc.
4541         * ns-carbon-compat.el: File removed.
4543         * ns-grabenv.el: File removed.
4545         * term/ns-win.el: Contents of ns-carbon-compat.el and
4546         ns-grabenv.el moved here.
4547         (ns-grabenv, ns-open-file-select-line): Doc fixes.
4548         (ns-submit-bug-report): Function removed.  Reports go to the main
4549         Emacs bug list.
4550         (ns-handle-args, ns-spi-service-call): Doc fixes.
4551         (info-ns-emacs): Function removed.  Nextstep port manual will be
4552         merged into the Emacs manual, so no separate link needed.
4554 2008-07-18  Francesc Rocher  <rocher@member.fsf.org>
4556         * startup.el (fancy-splash-head): Fix change of 2008-07-02.
4558 2008-07-18  Glenn Morris  <rgm@gnu.org>
4560         * eshell/esh-arg.el (eshell-quote-backslash): Restrict previous change
4561         to XEmacs, since it does nothing for Emacs.
4563 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4565         * net/tls.el (open-tls-stream): Make it work with the 2nd argument
4566         BUFFER that is a string but does not exist as a buffer object, as
4567         mentioned in the doc-string.
4569 2008-07-17  Chong Yidong  <cyd@stupidchicken.com>
4571         * simple.el (line-move-visual): Make it a defcustom.
4572         (line-move-1): Convert temporary-goal-column back to an integer if
4573         it was set as a float by a previous call to line-move-visual.
4574         (end-of-visual-line, beginning-of-visual-line)
4575         (next-logical-line, previous-logical-line): New functions.
4577 2008-07-17  David Reitter  <david.reitter@gmail.com>
4579         * simple.el (kill-visual-line, turn-on-visual-line-mode): New
4580         functions.
4581         (visual-line-mode, global-visual-line-mode): New minor mode.
4582         (visual-line-mode-map): New variable.
4584 2008-07-17  Glenn Morris  <rgm@gnu.org>
4586         * term/ns-win.el (parameters): Declare for compiler.
4588 2008-07-17  Fan Kai  <fktpp@xemacs.org>  (tiny change)
4590         * eshell/esh-arg.el (eshell-quote-backslash): Fix eshell path completion
4591         for Windows.
4593 2008-07-17  Daiki Ueno  <ueno@unixuser.org>
4595         * epa.el (epa-key-list-mode): Use run-mode-hooks.
4596         (epa-key-mode): Ditto.
4597         (epa-info-mode): Ditto.
4599 2008-07-17  Glenn Morris  <rgm@gnu.org>
4601         * term/ns-win.el (ns-handle-switch): Simplify.  Handle the numeric case.
4602         (ns-handle-numeric-switch): Just call ns-handle-switch.
4603         (ns-handle-name-switch, ns-handle-nxopen, ns-handle-nxopentemp)
4604         (ns-handle-args): Simplify using `pop'.
4605         (ns-display-name): Define (used in frame.el).
4606         (menu-bar-select-frame): Add (ignored) arg to more closely match the
4607         original definition.
4608         (ns-perform-service): Declare.
4609         (ns-save-preferences): Use fewer `let's.
4611         * frame.el (ns-display-name): Declare for compiler.
4613 2008-07-17  Kenichi Handa  <handa@m17n.org>
4615         * descr-text.el (describe-char-unidata-list): Initialize to the
4616         list of name, general-category, decomposition, and old-name.
4618 2008-07-16  Adrian Robert  <Adrian.B.Robert@gmail.com>
4620         * startup.el (command-line-1): Update processing of NS long options to
4621         mimic recent changes to processing of X long options.
4623 2008-07-16  Nick Roberts  <nickrob@snap.net.nz>
4625         * progmodes/gdb-ui.el (gdb-create-define-alist): Don't create a
4626         list of #defines for remote files.
4627         (gdb-source-info): Only show main if it has been found.
4629 2008-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4631         * term/ns-win.el: Require CL; fix up comment style; reindent.
4632         (ns-define-service): Use subst-char-in-string.  Avoid `eval'.
4633         (ns-save-preferences): Use `case'.
4634         (ns-initialize-window-system): Use `dolist'.
4636 2008-07-16  Adrian Robert  <Adrian.B.Robert@gmail.com>
4638         * loadup.el: Remove load of easy-mmode prior to ns-win when NS
4639         windowing is used.
4640         * term/ns-win.el (ns-extended-platform-support-mode):
4641         Correct/improve documentation.
4643 2008-07-16  Glenn Morris  <rgm@gnu.org>
4645         * emacs-lisp/cl-compat.el, emacs-lisp/cl-macs.el, emacs-lisp/cl-seq.el:
4646         Simply require 'cl (see comment in cl-compat.el).
4647         * emacs-lisp/cl-macs.el (cl-compile-time-init): Remove function.
4648         * emacs-lisp/cl.el (cl-do-pop, cl-mapcar-many): Declare for compiler.
4649         (cl-hack-byte-compiler): Load cl-macs and run cl-hack-bytecomp-hook
4650         directly rather by subterfuge.  Provide cl before loading cl-macs.
4652         * paths.el (rmail-spool-directory): Remove settings for systems that are
4653         no longer supported.
4655         * frame.el (ns-initialize-window-system): Declare for compiler.
4657         * term/ns-win.el: Add numerous declarations for compiler.
4658         (ns-pop-up-frames): Move definition before use.  Doc fix.
4660         * emacs-lisp/check-declare.el (check-declare-locate)
4661         (check-declare-verify): Handle .m files.
4663 2008-07-15  Adrian Robert  <Adrian.B.Robert@gmail.com>
4665         * ns-carbon-compat.el: New file: user-visible compatibility of
4666         NeXTstep port with Carbon port.
4667         * ns-grabenv.el: New file: functionality useful on OS X platform to
4668         expose environment variables inside Emacs started from icon.
4669         * Makefile.in (ELCFILES): Add ns-carbon-compat, ns-grabenv, ns-win.
4670         * cus-edit.el:
4671         * cus-face.el:
4672         * disp-table.el:
4673         * faces.el:
4674         * info.el:
4675         * mouse.el:
4676         * mwheel.el:
4677         * simple.el: Add ns to window systems treated as GUIs.
4678         * facemenu.el (facemenu-read-color): Don't require a name match under
4679         NS, to allow numeric color entry.
4680         * frame.el (make-frame-on-display): Follow code for 'x in initializing
4681         'ns window system if need be.
4682         (various): Add 'ns as described above.
4683         * loadup.el: Load ns-win.el, easy-menu.el, easy-mmode.el if
4684         ns-windowing is active.
4685         * startup.el (command-line-ns-option-alist): New constant to handle NS
4686         windowing system specific command line args analogous to how they are
4687         handled for X windows.
4688         (command-line-1): Use the above where appropriate.
4689         * version.el: Add NS port version.
4690         * woman.el (woman-man.conf-path): Add /usr/share/misc to init path on
4691         Darwin (usually OS X) systems.
4692         (woman-use-own-frame): Include 'ns in list of GUI window systems.
4693         * emulation/viper-util.el (ns-display-color-p)
4694         (ns-color-defined-p): Remove these (caustically-commented) outdated
4695         compensations for a port that was never itself integrated until now.
4696         * gnus/gnus-util.el (gnus-select-frame-set-input-focus): Add support
4697         for NS window system.
4698         * international/mule-cmds.el: Add 'ns to list of special-cased window
4699         systems (probably most of these, x/w32/mac/ns could be changed to
4700         window-system non-nil).
4701         * term/ns-win.el: New file: lisp-side support for NS windowing system.
4703 2008-07-14  Jason Rumney  <jasonr@gnu.org>
4705         * term/w32-win.el (x-handle-switch, x-handle-name-switch)
4706         (x-handle-numeric-switch, x-handle-initial-switch)
4707         (x-handle-xrm-switch, x-handle-args, x-handle-display)
4708         (xw-defined-colors, w32-initialize-window-system):
4709         Avoid use of cl pop and push macros.
4711 2008-07-14  Martin Rudalics  <rudalics@gmx.at>
4713         * add-log.el (change-log-goto-source): Avoid wrong-type-argument
4714         error when change-log-search-file-name returns nil.
4716 2008-07-13  Martin Rudalics  <rudalics@gmx.at>
4718         * add-log.el (change-log-search-file-name):
4719         Use match-string-no-properties.
4720         (change-log-search-tag-name-1, change-log-search-tag-name)
4721         (change-log-goto-source-1, change-log-goto-source): New functions.
4722         (change-log-tag-re, change-log-find-head, change-log-find-tail):
4723         New variables.
4724         (change-log-mode-map): Bind C-c C-c to change-log-goto-source.
4726 2008-07-13  Jay Belanger  <jay.p.belanger@gmail.com>
4728         * calc/calc-help.el (calc-describe-key): Add angles to special key
4729         descriptions.
4731 2008-07-13  Vincent Belaïche  <vincent.b.1@hotmail.fr>
4733         * calc/calc-help.el (calc-describe-thing): Use `re-search-forward' to
4734         search for regexp.
4736 2008-07-12  Chong Yidong  <cyd@stupidchicken.com>
4738         * simple.el (line-move-visual): Handle null pixel position gracefully.
4740 2008-07-11  Jason Rumney  <jasonr@gnu.org>
4742         * files.el (file-truename): Get truename of ancestors if file does
4743         not exist on Windows.
4745 2008-07-11  Chong Yidong  <cyd@stupidchicken.com>
4747         * simple.el (line-move-visual): Obey goal-column and no-error arg.
4748         (track-eol, temporary-goal-column, previous-line, next-line):
4749         Update docstring.
4750         (move-end-of-line, move-beginning-of-line): Bind line-move-visual
4751         to nil.
4753 2008-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4755         * simple.el (line-move-visual): New var.
4756         (line-move-visual): New function.
4757         (line-move): Call line-move-visual.
4759 2008-07-11  Dan Nicolaescu  <dann@ics.uci.edu>
4761         * progmodes/grep.el (grep-files-aliases): Improve the C++ source
4762         pattern and add patterns for C++ header files.
4764 2008-07-10  Chong Yidong  <cyd@stupidchicken.com>
4766         * window.el (truncated-partial-width-window-p): New function.
4768         * menu-bar.el: Remove Longlines mode from menu.  Add word-wrap option.
4770         * faces.el (x-create-frame-with-faces): Don't pass parameters that
4771         are set later to x-create-frame.
4772         (face-set-after-frame-default): Apply X resources for non-default
4773         faces.
4775 2008-07-08  Chong Yidong  <cyd@stupidchicken.com>
4777         * faces.el (face-set-after-frame-default): Simplify.  Don't apply
4778         frame-specific X resource settings.  Set faces using a list of
4779         frame parameters explicitly passed to the calling
4780         function (e.g. make-frame).
4781         (x-create-frame-with-faces, tty-create-frame-with-faces):
4782         Supply explicit frame parameter list to face-set-after-frame-default.
4784 2008-07-08  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
4786         * net/browse-url.el (browse-url-default-browser):
4787         Fix argument list in lambda.
4789 2008-07-07  Ulf Jasper  <ulf@web.de>
4791         * net/newst-backend.el (newsticker--get-news-by-url): Catch errors
4792         from url-retrieve.
4793         (newsticker--sentinel-work): Fix xerror typo.
4795 2008-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
4797         * vc-dir.el (vc-dir-refresh): Only update files.
4799         * vc-git.el (vc-git--ls-files-state): Remove unused function.
4801         * vc-bzr.el (vc-bzr-after-dir-status): Deal with execute bit changes.
4803 2008-07-06  John Paul Wallington  <jpw@pobox.com>
4805         * kermit.el (kermit-esc-char, kermit-clean-off): Doc fixes.
4807 2008-07-05  Alexandre Julliard  <julliard@winehq.org>
4809         * vc-git.el (vc-git-registered): Return true for removed files.
4810         (vc-git-print-log, vc-git-log-view-mode): Print a single log for
4811         all the files instead of one per file.
4812         (vc-git-previous-revision): Add support for project-wide previous
4813         revision when specified file is nil.
4815 2008-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
4817         * vms-patch.el, vmsproc.el, mail/vms-pmail.el: Move to obsolete dir.
4819         * vc-dir.el (vc-dir-find-child-files): New function.
4820         (vc-dir-resync-directory-files): New function.
4821         (vc-dir-recompute-file-state): New function, broken out of ...
4822         (vc-dir-resynch-file): ... here.  Also deal with directories.
4823         * vc-dispatcher.el (vc-resynch-buffers-in-directory): New function.
4824         (vc-resynch-buffer): Use it.
4826         * vc-hg.el (vc-hg-registered): Do not set vc-state.
4828         * vc-annotate.el (vc-annotate-mode-menu): Add separator.
4830 2008-07-05  Nick Roberts  <nickrob@snap.net.nz>
4832         * progmodes/gdb-ui.el (gdb-display-buffer): Don't split a buffer
4833         if it's not part of gdb-ui, e.g, at start.
4835         * progmodes/gud.el (gud-gdb-get-stackframe): Allow absolute
4836         filenames in stack trace (text command mode).
4838 2008-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4840         * mouse-drag.el (mouse-drag-throw, mouse-drag-drag): Autoload.
4842         * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
4843         Use syntax-ppss on a position *before* the char we want to change.
4845 2008-07-04  Dan Nicolaescu  <dann@ics.uci.edu>
4847         * vc-dir.el (vc-dir-query-replace-regexp): New function.
4848         (vc-dir-tool-bar-map, vc-dir-menu-map): Bind it.
4849         (vc-dir-mode-map): Likewise.
4851 2008-07-03  Juanma Barranquero  <lekktu@gmail.com>
4853         * eshell/esh-arg.el (eshell-quote-backslash): Fix typo in docstring.
4854         (eshell-parse-argument-hook, eshell-special-chars-inside-quoting)
4855         (eshell-arg-load-hook, eshell-special-chars-outside-quoting):
4856         Remove spurious * in defcustom docstrings.
4858         * textmodes/fill.el (fill-paragraph): Fix typo in docstring.
4859         (fill-individual-varying-indent, colon-double-space, enable-kinsoku)
4860         (adaptive-fill-mode, adaptive-fill-first-line-regexp)
4861         (default-justification): Remove spurious * in defcustom docstrings.
4863         * textmodes/rst.el (rst, rst-line-homogeneous-p, rst-mode-abbrev-table)
4864         (rst-font-lock-keywords-function, rst-mode, rst-minor-mode)
4865         (rst-compare-decorations, rst-default-indent, rst-update-section)
4866         (rst-decoration-complete-p, rst-section-tree, rst-toc-insert-node)
4867         (rst-toc-insert-find-delete-contents, rst-toc-count-lines)
4868         (rst-toc-mode-goto-section, rst-faces, rst-level-face-base-color):
4869         Fix typos in docstrings.
4870         (rst-mode-lazy): Fix typo in docstring.  Remove spurious *.
4871         (rst-adjust, rst-line-homogeneous-p, rst-suggest-new-decoration)
4872         (rst-get-decorations-around, rst-section-tree-point)
4873         (rst-font-lock-adornment-point): Reflow docstrings.
4874         (rst-get-decoration, rst-get-decoration-match, rst-adjust-decoration):
4875         Doc fixes.
4876         (rst-re-enumerations): Comment out.
4878         * nxml/nxml-glyph.el (nxml-glyph-set-hook):
4879         * nxml/nxml-uchnm.el (nxml-unicode-blocks)
4880         (nxml-unicode-block-char-name-set):
4881         * nxml/nxml-util.el (nxml-debug, nxml-make-namespace):
4882         * nxml/rng-nxml.el (rng-set-state-after):
4883         * nxml/rng-uri.el (rng-file-name-uri): Fix typo in docstring.
4885         * nxml/rng-cmpct.el (rng-c-lookup-create, rng-c-parse-primary)
4886         (rng-c-parse-annotation-body):
4887         * nxml/rng-dt.el (rng-dt-namespace-context-getter): Reflow docstrings.
4889         * nxml/nxml-mode.el (nxml, nxml-mode, nxml-after-change1)
4890         (nxml-extend-region, nxml-merge-indent-context-type, nxml-complete)
4891         (nxml-forward-balanced-item, nxml-dynamic-markup-word)
4892         (nxml-define-char-name-set, nxml-toggle-char-ref-extra-display):
4893         Fix typos in docstrings.
4894         (nxml-attribute-indent): Reflow docstring.
4895         (nxml-bind-meta-tab-to-complete-flag, nxml-last-fontify-end)
4896         (nxml-default-buffer-file-coding-system): Doc fixes.
4898         * nxml/nxml-ns.el (nxml-ns-state, nxml-ns-initial-state)
4899         (nxml-ns-set-prefix): Fix typos in docstrings.
4900         (nxml-ns-push-state, nxml-ns-pop-state, nxml-ns-set-default):
4901         Reflow docstring.
4902         (nxml-ns-get-prefix, nxml-ns-get-default): Doc fixes.
4904         * nxml/nxml-outln.el (nxml-hide-all-text-content)
4905         (nxml-show-direct-text-content, nxml-show-direct-subheadings)
4906         (nxml-hide-direct-text-content, nxml-hide-subheadings)
4907         (nxml-hide-text-content, nxml-show-subheadings, nxml-hide-other)
4908         (nxml-outline-display-rest, nxml-outline-set-overlay)
4909         (nxml-section-tag-forward, nxml-section-tag-backward)
4910         (nxml-back-to-section-start): Fix typos in docstrings.
4912         * nxml/nxml-parse.el (nxml-validate-function, nxml-parse-file):
4913         Doc fixes.
4915         * nxml/nxml-rap.el (nxml-scan-end, nxml-move-tag-backwards)
4916         (nxml-scan-element-forward, nxml-scan-element-backward): Doc fixes.
4917         (nxml-scan-after-change): Fix typo in docstring.
4919         * nxml/rng-match.el (rng-being-compiled, rng-normalize-choice-list)
4920         (rng-name-class-possible-names): Doc fixes.
4921         (rng-memo-map-add, rng-intern-group, rng-match-possible-namespace-uris)
4922         (rng-match-possible-start-tag-names, rng-match-possible-value-strings):
4923         Fix typos in docstrings.
4924         (rng-intern-group-shortcut, rng-intern-choice-shortcut):
4925         Reflow docstrings.
4927         * nxml/rng-util.el (rng-uniquify-eq, rng-uniquify-equal): Doc fixes.
4928         (rng-substq, rng-complete-before-point): Fix typos in docstrings.
4930         * nxml/rng-xsd.el (rng-xsd-make-date-time-regexp)
4931         (rng-xsd-convert-date-time): Reflow docstrings.
4932         (rng-xsd-compile): Fix typo in docstring.
4934         * nxml/rng-loc.el (rng-current-schema-file-name)
4935         (rng-locate-schema-file-using, rng-locate-schema-file-from-type-id):
4936         Doc fixes.
4937         (rng-set-schema-file): Fix typo in docstring.
4939         * nxml/rng-valid.el (rng-error-count, rng-validate-mode)
4940         (rng-do-some-validation, rng-process-start-tag, rng-process-text):
4941         Fix typos in docstrings.
4942         (rng-message-overlay, rng-conditional-up-to-date-start)
4943         (rng-conditional-up-to-date-end): Doc fixes.
4944         (rng-next-error, rng-previous-error): Reflow docstrings.
4946         * nxml/xmltok.el (xmltok-attribute-raw-normalized-value): Doc fix.
4947         (xmltok-dtd, xmltok-dependent-regions, xmltok-attribute-refs)
4948         (xmltok-valid-char-p, xmltok-standalone, xmltok-forward-prolog)
4949         (xmltok-merge-attributes): Fix typos in docstrings.
4950         (xmltok-make-attribute, xmltok-forward-special)
4951         (xmltok-get-declared-encoding-position): Reflow docstrings.
4953         * nxml/xsd-regexp.el (xsdre-char-class-to-range-list): Doc fix.
4954         (xsdre-range-list-union, xsdre-check-range-list, xsdre-current-regexp):
4955         Fix typos in docstrings.
4957 2008-07-02  John Paul Wallington  <jpw@pobox.com>
4959         * ibuffer.el (ibuffer-buffer-file-name):
4960         Use `list-buffers-directory'.  Remove special-casing for `cvs-mode'
4961         and `vc-dir-mode'.  Suggested by Dan Nicolaescu.
4963 2008-07-02  Toru Tsuneyoshi  <t_tuneyosi@hotmail.com>
4965         * files.el (backup-extract-version): Handle versioned directories.
4966         (trash-directory): New variable.
4967         (move-file-to-trash): New function.
4969         * cus-start.el (delete-by-moving-to-trash): Declare for custom.
4971 2008-07-02  Magnus Henoch  <mange@freemail.hu>
4973         * vc-git.el (vc-git-annotate-command): Use proper option for
4974         specifying revision.
4976 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
4978         * startup.el (fancy-splash-head): Prefer SVG or PNG splash image,
4979         if available.
4981 2008-07-01  Dan Nicolaescu  <dann@ics.uci.edu>
4983         * uniquify.el (uniquify-list-buffers-directory-modes): Add vc-dir-mode.
4985         * vc-annotate.el (vc-annotate-mode-map): Use lower case keys.
4986         Add binding for vc-annotate-show-changeset-diff-revision-at-line.
4988         * vc-dir.el (vc-dir-mode): Set list-buffers-directory.
4990 2008-07-01  Nick Roberts  <nickrob@snap.net.nz>
4992         * progmodes/gdb-ui.el (gdb-create-source-file-list): New option.
4993         (gdb-init-2): Use it.  Don't run gdb-mode-hook again.
4994         (gdb-var-list-children-regexp, gdb-var-update-regexp)
4995         (gdb-info-breakpoints-custom, gdb-stack-list-frames-regexp)
4996         (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
4997         (gdb-stack-list-locals-regexp): Future proof regexps better.
4999 2008-06-30  Juri Linkov  <juri@jurta.org>
5001         * faces.el (face-name-history): New variable.
5002         (make-face, make-empty-face): Replace interactive spec "S"
5003         with `read-from-minibuffer' where `read' arg is t and
5004         `hist' arg is `face-name-history'.
5005         (read-face-name): Set `hist' arg of `completing-read-multiple'
5006         to `face-name-history'.
5007         (list-faces-display): Use `read-regexp' instead of `read-string'
5008         to read regexp.
5010         * hi-lock.el (hi-lock-regexp-history): Make it an obsolete alias
5011         to `regexp-history'.
5012         (hi-lock-face-history): Rename to `hi-lock-face-defaults' and
5013         make it an obsolete alias to it.
5014         (hi-lock-face-defaults): New variable renamed from
5015         `hi-lock-face-history'.
5016         (hi-lock-line-face-buffer, hi-lock-face-buffer)
5017         (hi-lock-face-phrase-buffer): Use `read-regexp' instead of
5018         `read-from-minibuffer'.  Doc fix.
5019         (hi-lock-read-face-name): Replace `hi-lock-face-history' with
5020         `hi-lock-face-defaults'.  Remove `mapcar (lambda (f) (cons f f))'.
5021         Set `hist' arg of `completing-read' to `face-name-history'.
5022         Put a list of default faces to `default' arg instead of `hist' arg.
5024         * bindings.el (abbrev-map, narrow-map): New variables.
5025         Bind `C-x a' to `abbrev-map' and `C-x n' to `narrow-map'.
5026         Rebind related commands to these new maps.
5027         (ctl-x-r-map): New variable for rectangle, register and bookmark
5028         keys.  Move rectangle keybindings to rect.el and register
5029         keybindings to register.el.
5030         (next-buffer, previous-buffer): Remove C-x prefix and move
5031         keybindings to ctl-x-map.
5033         * bookmark.el: Rebind three global `C-x r' keys "b", "m", "l"
5034         to the new map `ctl-x-r-map' in autoload cookies.
5036         * expand.el: Rebind two global `C-x a' keys "n", "p"
5037         to the new map `abbrev-map' in autoload cookies.
5039         * rect.el: Bind global keys to ctl-x-r-map in autoload cookies.
5041         * register.el: Bind global keys to ctl-x-r-map in autoload cookies.
5043 2008-06-30  Miles Bader  <miles@gnu.org>
5045         * net/rcirc.el (rcirc-markup-attributes): Don't skip a character
5046         after processing an escape sequence.
5048 2008-06-29  Michael Albinus  <michael.albinus@gmx.de>
5050         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Revert patch
5051         from 2008-06-28.  It does not work on W32.
5053 2008-06-29  Juri Linkov  <juri@jurta.org>
5055         * replace.el (read-regexp): New function.
5056         (keep-lines-read-args, occur-read-primary-args):
5057         Call `read-regexp' instead of code moved to new function.
5058         (keep-lines, flush-lines, how-many): Remove parenthesis and colon
5059         from the end of prompt.
5060         (replace-re-search-function): Doc fix.
5062 2008-06-29  Kenichi Handa  <handa@m17n.org>
5064         * descr-text.el (describe-char-display): Always return a string.
5065         (describe-char-padded-string): New function.
5066         (describe-char): Adjusted for the change of
5067         describe-char-display.  Use describe-char-padded-string.
5069 2008-06-29  Andreas Schwab  <schwab@suse.de>
5071         * vc-dir.el (vc-dir): Make backend argument optional and use
5072         vc-responsible-backend when nil.  Interactively pass nil for
5073         backend instead of using the backend of what happens to be
5074         default-directory at the time of the call.
5076         * find-dired.el (find-dired-filter): Preserve point.
5078 2008-06-28  Juanma Barranquero  <lekktu@gmail.com>
5080         * net/sasl.el (sasl-client-set-property, sasl-make-mechanism)
5081         (sasl-find-mechanism, sasl-next-step):
5082         * net/sasl-ntlm.el (sasl-ntlm-steps, sasl-ntlm-request)
5083         (sasl-ntlm-response): Fix typos in docstrings.
5085 2008-06-28  robert marshall  <robert@capuchin.co.uk>  (tiny change)
5087         * international/mule-cmds.el (view-hello-file): Doc fix.
5089 2008-06-28  Chong Yidong  <cyd@stupidchicken.com>
5091         * faces.el (inhibit-face-set-after-frame-default): Var deleted.
5092         (set-face-attribute, face-set-after-frame-default)): Don't use it.
5094 2008-06-28  John Paul Wallington  <jpw@pobox.com>
5096         * calc/calc.el (defmath): Add `doc-string' decl.  Add docstring.
5098 2008-06-28  Michael Albinus  <michael.albinus@gmx.de>
5100         * net/tramp.el (tramp-handle-file-modes): Handle symlinks.
5101         (tramp-convert-file-attributes): Convert symlinks only when
5102         returned from `tramp-handle-file-attributes-with-stat'.
5104         * net/tramp-ftp.el (top): Delete 'ange-ftp property from
5105         `substitute-in-file-name' when unloading.
5106         (tramp-ftp-file-name-handler): Set `tramp-mode' to nil.
5108 2008-06-28  Dan Nicolaescu  <dann@ics.uci.edu>
5110         * vc-dir.el (vc-dir-hide-up-to-date): Also hide empty directories.
5111         (vc-string-prefix-p): Move function ...
5112         * vc.el (vc-string-prefix-p): ... here.
5114 2008-06-27  Juanma Barranquero  <lekktu@gmail.com>
5116         * vc-dir.el (vc-dir): Complete only directory names.
5118 2008-06-27  Jason Rumney  <jasonr@gnu.org>
5120         * w32-fns.el (top-level): Unconditionally define all charsets.
5122 2008-06-27  Alan Mackenzie  <acm@muc.de>
5124         * progmodes/cc-mode.el (c-mode-base-map): Don't bind C-M-[ae] to
5125         the CC Mode specific functions; this is no longer needed, since
5126         {beginning,end}-of-defun now pass ARG to ...-of-defun-function.
5128         * progmodes/cc-defs.el (c-emacs-features): New feature
5129         'argumentative-bod-function.
5131 2008-06-27  John Paul Wallington  <jpw@pobox.com>
5133         * chistory.el (list-command-history): Use `bound-and-true-p'.
5134         (command-history-map): Define within defvar.  Add docstring.
5136 2008-06-27  Juanma Barranquero  <lekktu@gmail.com>
5138         * image.el (image-jpeg-p): Don't fail if the arg cannot be converted
5139         to unibyte; just assume it is not a JPEG.  Use `string-match-p'.
5140         (image-type-from-data, image-type-from-file-name): Use `string-match-p'.
5141         (image-type-from-buffer): Use `looking-at-p'.
5143 2008-06-27  Juanma Barranquero  <lekktu@gmail.com>
5145         * ibuf-ext.el (diff-sentinel): Declare.
5147 2008-06-27  Glenn Morris  <rgm@gnu.org>
5149         * calendar/lunar.el (calendar-lunar-phases): Rename from
5150         calendar-phases-of-moon.  Keep old name as alias, update callers.
5151         (lunar-phases): Rename from phases-of-moon.  Keep old name as alias.
5152         (diary-lunar-phases): Rename from diary-phases-of-moon.
5153         Keep old name as alias.
5154         * calendar/cal-menu.el (cal-menu-sunmoon-menu)
5155         (cal-menu-global-mouse-menu): Update for lunar name changes.
5156         * calendar/calendar.el (calendar-mode-map): Update for name change.
5157         * calendar/diary-lib.el (diary-list-sexp-entries): Doc update.
5159 2008-06-26  Glenn Morris  <rgm@gnu.org>
5161         * calendar/solar.el (solar-sunrise-sunset-string): Add optional
5162         argument `nolocation'.
5163         (calendar-sunrise-sunset-month): New function.
5164         * calendar/cal-menu.el (cal-menu-sunmoon-menu): Rename from
5165         cal-menu-moon-menu.  Add calendar-sunrise-sunset-month.
5166         (cal-menu-global-mouse-menu): Add calendar-sunrise-sunset-month.
5167         * calendar/calendar.el (solar-sunrises-buffer): New constant.
5168         (calendar-mode-map): Use cal-menu-sunmoon-menu.
5169         (calendar-buffer-list): Add solar-sunrises-buffer.
5171         * calendar/cal-menu.el (cal-menu-goto-menu): Tweak menu name.
5173 2008-06-26  Chong Yidong  <cyd@stupidchicken.com>
5175         * cus-start.el: Add customization types for word-wrap and
5176         shift-select-mode.
5178 2008-06-26  John Paul Wallington  <jpw@pobox.com>
5180         * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): New function.
5181         (ibuffer-diff-with-file): Use it.  Do diff on marked buffers.
5182         (ibuffer-mark-on-buffer): Don't display message when removing marks.
5183         (ibuffer-mark-by-mode): Use `buffer-local-value'.
5185 2008-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
5187         * vc-dir.el (tool-bar): Require.
5189         * vc.el (ewoc, tool-bar): Do not require.
5191 2008-06-26  Kenichi Handa  <handa@m17n.org>
5193         * international/mule-cmds.el (encode-coding-char): Fix for ASCII
5194         characters.
5196         * composite.el (terminal-composition-base-character-p): New function.
5197         (terminal-composition-function):
5198         Use terminal-composition-base-character-p.  Include the base character
5199         in the composition.
5200         (auto-compose-chars): Don't check font-object for terminal display.
5202 2008-06-26  Glenn Morris  <rgm@gnu.org>
5204         * doc-view.el (bookmark-make-record-default):
5205         * image-mode.el (bookmark-make-record-default): Fix declaration.
5207         * calendar/calendar.el (calendar-date-echo-text): Doc fix.
5208         Add default :value for sexp type.
5209         (calendar-month-edges): New variable.
5210         (calendar-month-edges): New function.
5211         (calendar-recompute-layout-variables): Set calendar-month-edges.
5212         (calendar-intermonth-header, calendar-intermonth-text): New options.
5213         (calendar-insert-at-column): New function.
5214         (calendar-generate-month): Use calendar-insert-at-column.
5215         Handle intermonth text.  Add 'date property.
5216         (calendar-column-to-month): Remove function.
5217         (calendar-column-to-segment): New function.
5218         (calendar-cursor-to-date): Use calendar-column-to-segment.
5219         Check 'date property.
5221         * calendar/calendar.el (calendar-print-other-dates):
5222         Handle mouse events.
5223         * calendar/cal-menu.el (calendar-mouse-print-dates): Remove function.
5224         (cal-menu-context-mouse-menu): Use calendar-print-other-dates.
5226         * calendar/holidays.el (calendar-cursor-holidays): Handle mouse events.
5227         * calendar/cal-menu.el (calendar-mouse-holidays): Remove function.
5228         (cal-menu-context-mouse-menu): Use calendar-cursor-holidays.
5230         * calendar/cal-move.el (calendar-cursor-to-nearest-date):
5231         Use calendar-column-to-segment, calendar-month-edges, and
5232         the 'date property to handle intermonth text.
5234         * calendar/cal-iso.el (calendar-iso-from-absolute): Add autoload cookie.
5236         * calendar/cal-menu.el (cal-menu-moon-menu, cal-menu-diary-menu)
5237         (cal-menu-holidays-menu, cal-menu-goto-menu, cal-menu-scroll-menu):
5238         Add doc strings.
5239         (cal-menu-context-mouse-menu): Add some :keys.
5240         (calendar-check-holidays): Declare rather than autoloading.
5241         (diary-show-holidays-flag): Remove unneeded declaration.
5243         * calendar/cal-menu.el (cal-menu-moon-menu): Add sunrise/sunset.
5244         * calendar/calendar.el (calendar-cursor-to-date): Handle case where
5245         event-start is nil.
5247 2008-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5249         * minibuffer.el (completion-basic-try-completion): Use the text after
5250         point to constrain the completion candidates.
5251         (completion-basic-all-completions): Adjust accordingly.
5253 2008-06-25  Chong Yidong  <cyd@stupidchicken.com>
5255         * textmodes/tex-mode.el (tex-verbatim): Use monospace instead of
5256         courier.
5258         * faces.el (set-face-attribute): Doc fix.
5260 2008-06-25  Juri Linkov  <juri@jurta.org>
5262         * bindings.el (goto-map): New variable.  Rebind goto-related
5263         commands to this `M-g' prefix keymap.
5264         (search-map): New variable for `M-s' prefix keymap.
5265         Bind `M-s o' to `occur', `M-shr' to `highlight-regexp', `M-shp' to
5266         `highlight-phrase', `M-shl' to `highlight-lines-matching-regexp',
5267         `M-shu' to `unhighlight-regexp', `M-shf' to `hi-lock-find-patterns',
5268         `M-shw' to `hi-lock-write-interactive-patterns'.
5270         * isearch.el (isearch-mode-map): Bind `M-s h r' to
5271         `isearch-highlight-regexp'.
5272         (isearch-highlight-regexp): New function.
5274 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5276         * info.el (Info-bookmark-make-record):
5277         Use bookmark-make-record-default.
5278         (Info-bookmark-jump): Use bookmark-default-handler.
5280         * image-mode.el (image-bookmark-make-record):
5281         Use bookmark-make-record-default.
5282         (image-bookmark-jump): Use bookmark-default-handler.
5284         * doc-view.el (doc-view-bookmark-make-record):
5285         Use bookmark-make-record-default.
5286         (doc-view-bookmark-jump): Use bookmark-default-handler.
5288         * bookmark.el (bookmark-alist): Allow the 2 slightly different formats
5289         used until now in bookmark.el's code.
5290         (bookmark-get-bookmark): Accept bookmark names or bookmark records.
5291         (bookmark-get-bookmark-record): Allow the 2 slightly different formats
5292         used until now in bookmark.el's code.
5293         (bookmark-set-filename): Remove special code, moved to its only caller.
5294         (bookmark-store): Use the newer format.
5295         (bookmark-make-record-default): Add arg `point-only'.
5296         Rename from bookmark-make-record-for-text-file.
5297         (bookmark--jump-via): New function.
5298         (bookmark-jump, bookmark-jump-other-window, bookmark-bmenu-2-window)
5299         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window):
5300         Use it.
5301         (bookmark-jump-noselect, bookmark-default-handler):
5302         Don't return an alist, instead return the data implicitly by changing
5303         current buffer and point.  Signal an error if the file doesn't exist.
5305         * buff-menu.el: Use with-current-buffer and inhibit-read-only.
5306         (Buffer-menu-toggle-read-only): Avoid vc-toggle-read-only.
5308         * bs.el: Use with-current-buffer.  Simplify.
5309         (bs-toggle-readonly): Avoid vc-toggle-read-only.
5311         * eshell/esh-cmd.el (eshell-manipulate): Check eshell-debug-command
5312         is bound before using it.
5314 2008-06-25  Kenichi Handa  <handa@m17n.org>
5316         * image.el (image-jpeg-p): Convert DATA to unibyte at first.
5318 2008-06-25  Dan Nicolaescu  <dann@ics.uci.edu>
5320         * vc-hg.el:
5321         * vc-git.el: Require vc-dir when compiling.
5323         * vc-dir.el (vc-dir-marked-only-files-and-states): Rename from
5324         vc-dir-marked-only-files.  Change the return value.
5325         (vc-dir-child-files-and-states): Rename from vc-dir-child-files.
5326         Change the return value.
5327         (vc-dir-deduce-fileset): New function broken out from ...
5328         * vc.el (vc-deduce-fileset): ... here and ...
5329         (vc-deduce-fileset): ... here.
5331         * vc-svn.el (vc-annotate-parent-rev): Pacify byte compiler.
5332         (vc-svn-parse-status): Do not set the vc-backend property.
5334 2008-06-25  Andreas Schwab  <schwab@suse.de>
5336         * faces.el (face-font-family-alternatives, variable-pitch):
5337         Use "Sans Serif", not "Sans-Serif".
5339 2008-06-24  Chong Yidong  <cyd@stupidchicken.com>
5341         * faces.el (face-font-family-alternatives, variable-pitch):
5342         Change "Sans" to the canonical name "Sans-Serif".
5344 2008-06-24  Jay Belanger  <jay.p.belanger@gmail.com>
5346         * calc/calc.el (calc-mode-map): Add extra keybindings to
5347         `calc-missing-key'.
5348         * calc/calc-ext.el (calc-init-extensions): Add keybinding for
5349         `kill-ring-save'.
5351 2008-06-24  Miles Bader  <miles@gnu.org>
5353         * mouse.el (mouse-appearance-menu): Don't do anything if the user
5354         pops up the menu but doesn't select anything.
5356 2008-06-24  Dan Nicolaescu  <dann@ics.uci.edu>
5358         * add-log.el (add-change-log-entry): Add new arg to force each new
5359         entry to be on a new line.
5360         * diff-mode.el (diff-add-change-log-entries-other-window): Use it.
5362         * vc-dir.el (vc-client-object): Remove.
5363         (vc-dir-prepare-status-buffer): Take a backend as an argument and
5364         use it when looking for a buffer.
5365         (vc-dir): Add a backend argument.  Set revert-buffer-function.
5366         Don't create a client object.  Move bindings ...
5367         (vc-dir-menu-map, vc-dir-mode-map): ... here.
5368         (vc-dir-revert-buffer-function): New function.
5369         (vc-generic-status-printer): Rename to ...
5370         (vc-dir-status-printer): ... this.
5371         (vc-generic-state, vc-generic-status-fileinfo-extra)
5372         (vc-dir-extra-menu, vc-make-backend-object): Remove.
5373         (vc-default-status-printer): Use a different face for
5374         directories.  Don't display any text for directories in the state
5375         column.  Add tooltips.
5377         * vc.el (Todo): Update.
5379         * vc-hg.el (vc-annotate-convert-time, vc-default-status-printer):
5380         * vc-rcs.el (vc-annotate-convert-time):
5381         * vc-mtn.el (vc-annotate-convert-time):
5382         * vc-git.el (vc-annotate-convert-time):
5383         * vc-cvs.el (vc-annotate-convert-time):
5384         * vc-bzr.el (vc-annotate-convert-time): Declare as functions.
5386 2008-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
5388         * vc-annotate.el (vc-annotate-mode): Derive from special-mode
5389         instead of using view-mode.
5391 2008-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5393         * Makefile.in (distclean): Don't delete *.elc and autogen files.
5395 2008-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
5397         * vc.el:
5398         * vc-hooks.el:
5399         * vc-dispatcher.el: Move vc-dir variables and functions ...
5400         * vc-dir.el: ... here.  New file.
5401         * Makefile.in (ELCFILES): Add vc-dir.elc.
5403         * vc.el: Move vc-annotate variables and functions ...
5404         * vc-annotate.el: ... here.  New file.
5405         * Makefile.in (ELCFILES): Add vc-annotate.elc.
5407         * vc-dav.el: Move here from url/vc-dav.el.
5408         (Todo): Note work needed to make this backend functional.
5410         * Makefile.in (ELCFILES): Update vc-dav.el location.
5412 2008-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5414         * Makefile.in (COMPILE_FIRST): Trim down and add autoload.el.
5416 2008-06-21  John Paul Wallington  <jpw@pobox.com>
5418         * emacs-lisp/derived.el (define-derived-mode): Add `doc-string' decl.
5420         * textmodes/rst.el (rst-mode): Put docstring in right place.
5422 2008-06-21  Chong Yidong  <cyd@stupidchicken.com>
5424         * startup.el (fancy-about-text, fancy-startup-tail): Increase text
5425         size for legibility.
5427         * faces.el (fixed-pitch): Use "Monospace" family.
5428         (variable-pitch): Use "Sans" family.
5429         (face-font-family-alternatives): Define alternatives for "Sans"
5430         and "Monospace".
5432 2008-06-21  Glenn Morris  <rgm@gnu.org>
5434         * mail/hashcash.el, net/tramp-smb.el, nxml/nxml-mode.el:
5435         Require 'cl when compiling.
5437         * emacs-lisp/debug.el (help-xref-interned): Declare.
5439         * emacs-lisp/easy-mmode.el (easy-mmode-set-keymap-parents):
5440         Evaluate definition when compiling.
5442         * progmodes/bug-reference.el (bug-reference-map): Bind down-mouse-1
5443         rather than mouse-1.
5444         (bug-reference-url-format): Autoload safe if string.
5445         (bug-reference-bug-regexp): Make space after "bug" optional.
5447         * Makefile.in (all): Explicitly pass EMACS to sub-make,
5448         for some non-GNU makes.
5450         * cus-dep.el (custom-dependencies-no-scan-regexp):
5451         * finder.el (finder-no-scan-regexp): Add ldefs-boot.el
5453         * calendar/cal-move.el (calendar-forward-day): Scroll in one month
5454         increments.
5456         * calendar/calendar.el: Factor out the magic numbers controlling the
5457         calendar layout.
5458         (calendar-month-digit-width, calendar-month-width)
5459         (calendar-right-margin): New variables.
5460         (calendar-recompute-layout-variables, calendar-set-layout-variable):
5461         New functions.
5462         (calendar-left-margin, calendar-intermonth-spacing)
5463         (calendar-column-width, calendar-day-header-width)
5464         (calendar-day-digit-width): New options.
5465         (calendar-first-date-row): New constant.
5466         (calendar-move-to-column, calendar-ensure-newline): New functions,
5467         replacing calendar-insert-indented.
5468         (calendar-insert-indented): Remove function.
5469         (calendar-generate-month): Use calendar-move-to-column and
5470         calendar-ensure-newline.  Use layout variables.
5471         (calendar-generate, calendar-update-mode-line)
5472         (calendar-font-lock-keywords): Use layout variables.
5473         (calendar-column-to-month): New function.
5474         (calendar-cursor-to-date): Use calendar-column-to-month.
5475         Use layout variables.
5476         * calendar/cal-move.el (calendar-cursor-to-nearest-date):
5477         Use layout variables.  Use calendar-column-to-month.
5478         (calendar-cursor-to-visible-date): Use layout variables.
5480 2008-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5482         * Makefile.in (update-elclist): Don't exclude COMPILE_FIRST.
5483         (all): Run compile-last.
5484         (compile-onefile): New target.
5485         (compile-first): Simplify.
5486         (compile-last): Don't treat COMPILE_FIRST specially.
5487         (COMPILE_FIRST): List the elc files rather than the el files.
5488         (ELCFILES): Update.
5490 2008-06-21  Ulf Jasper  <ulf@web.de>
5492         * net/newst-treeview.el: Remove dead code.
5493         (newsticker--window-config): Remove.
5494         (newsticker-treeview-quit): Do not save window config.
5495         (newsticker-treeview): Do not try to restore window config.
5496         (newsticker-groups, newsticker--treeview-list-sort-by-column)
5497         (newsticker--treeview-list-new-items)
5498         (newsticker--treeview-list-immortal-items)
5499         (newsticker--treeview-list-obsolete-items)
5500         (newsticker--treeview-list-all-items)
5501         (newsticker--treeview-list-feed-items): Fix documentation.
5503 2008-06-21  Miles Bader  <miles@gnu.org>
5505         * face-remap.el (text-scale-adjust): Bind `echo-keystrokes' to nil.
5507 2008-06-21  Alan Mackenzie  <acm@muc.de>
5509         * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5D.5): Fix an
5510         infinite loop on invalid syntax.
5512 2008-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5514         * textmodes/rst.el: Run rst-define-level-faces when loading.
5515         (rst-mode): Don't set the font-lock-multiline var.
5516         (rst-font-lock-find-unindented-line, rst-font-lock-handle-adornment):
5517         Set the font-lock-multiline property by hand.
5519         * loadup.el: Don't add emacs-<VERS> name when bootstrapping.
5521         * Makefile.in (emacs-deps): Remove.
5522         ($(lisp)/cus-load.el, $(lisp)/finder-inf.el): Re-add.
5523         (all): Use them.
5524         (autogen-clean): Remove.
5526 2008-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5528         * Makefile.in (all): New target.
5529         (bootstrap-prepare): Remove.
5531         * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Pass the .el file not
5532         the .elc file to batch-byte-compile.
5534         * progmodes/cc-mode.el (c-make-inherited-keymap): Only use
5535         set-keymap-parents if set-keymap-parent doesn't exist.
5537         * vc-bzr.el (vc-bzr-annotate-extract-revision-at-line):
5538         Allow more than one space before the |.
5540         * textmodes/rst.el: Fix up docstring conventions.
5541         Move vars to before their first use.
5542         (rst-mode): Don't mess with font-lock-support-mode.
5543         (rst-suggest-new-decoration, rst-adjust-decoration):
5544         Avoid CL's copy-list.
5545         (rst-delete-entire-line): Use line-beginning-position.
5546         (rst-position): New fun.
5547         (rst-straighten-decorations): Use it instead of CL's position.
5548         (rst-straighten-bullets-region): Avoid CL's mapcar*.
5549         (rst-toc-mode): Use define-derived-mode.
5550         (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2):
5551         Remove unused var `in-par'.  Use `point' rather than `point-marker'.
5552         (rst-line-block-region): Reduce redundancy.  Use the `pfxarg' arg.
5553         (rst-replace-lines): Simplify.
5554         (auto-mode-alist): Use rst-mode for *.rst and *.rest files.
5556         * simple.el (special-mode-map): New var.
5557         (special-mode): New major mode.
5559 2008-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
5561         * vc-mtn.el (vc-mtn-log-view-mode): Set log-view-per-file-logs and
5562         log-view-file-re.
5564         * vc.el (vc-dir-hide-up-to-date): Undo previous change.
5565         (vc-switch-backend): Simplify.
5566         (Todo): Remove solved items.
5568         * vc-cvs.el (vc-cvs-parse-status, vc-cvs-parse-entry): Do not set
5569         the vc-backend property.
5571 2008-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5573         * emacs-lisp/checkdoc.el (checkdoc-start-section, checkdoc-error):
5574         Bind inhibit-read-only since the buffer is always read-only.
5576 2008-06-20  Ulf Jasper  <ulf@web.de>
5578         * net/newst-treeview.el (newsticker-treeview-own-frame):
5579         Change default value to nil.
5580         (newsticker--treeview-list-add-item)
5581         (newsticker--treeview-propertize-tag): Show item title in tooltip.
5583 2008-06-20  Martin Blais  <blais@furius.ca>
5584             Stefan Merten  <smerten@oekonux.de>
5585             David Goodger  <goodger@python.org>
5587         * textmodes/rst.el: New file.
5589 2008-06-20  Sam Steingold  <sds@gnu.org>
5591         * vc.el (vc-dir-hide-up-to-date): Accept a prefix argument to also
5592         remove DIRECTORY entries.
5594 2008-06-20  Eli Zaretskii  <eliz@gnu.org>
5596         * makefile.w32-in (distclean): Depend on `clean'.
5597         (clean): Delete calc/calc-loaddefs.el~ and eshell/esh-groups.el~.
5598         (AUTOGENEL): Add $(lisp)/nxml/subdirs.el.
5599         ($(lisp)/cus-load.el): Don't use `touch'.  Instead, generate an
5600         empty cus-load.el with `echo', and include "Local Variables"
5601         section to prevent the empty file from being compiled.
5602         (cus-load.el-SH, cus-load.el-CMD): New SHELLTYPE-specific targets
5603         that generate an empty cus-load.el.
5605 2008-06-20  Juanma Barranquero  <lekktu@gmail.com>
5607         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
5608         Don't copy ldefs-boot.el over loaddefs.el.
5609         (bootstrap-clean): Remove loaddefs.el and don't depend on it.
5610         (loaddefs.el-SH, loaddefs.el-CMD): Don't add autoloads and defvars
5611         to loaddefs.el; they are not needed now.  Add coding cookie.
5613 2008-06-20  Miles Bader  <miles@gnu.org>
5615         * face-remap.el (face-remap-add-relative, face-remap-set-base):
5616         Strip unnecessary list levels from SPECS.
5617         (buffer-face-set, buffer-face-toggle):
5618         Change argument from FACE to &rest SPECS, and strip unnecessary
5619         list levels from SPECS.
5620         (buffer-face-mode-invoke): Change argument from FACE to SPECS.
5622 2008-06-20  Jason Rumney  <jasonr@gnu.org>
5624         * international/fontset.el (setup-default-fontset): Specify script
5625         for latin use of iso10646-1.  Fix use of lang tags.
5627 2008-06-19  Miles Bader  <miles@gnu.org>
5629         * face-remap.el (text-scale-increase): Start from zero if
5630         text-scale-mode isn't enabled.
5632 2008-06-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5634         * faces.el (face-set-after-frame-default): Re-apply explicit `font'
5635         frame parameters after setting up the `default' face.
5637 2008-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5639         * faces.el (face-set-after-frame-default): Don't exclude `default'.
5641 2008-06-18  Glenn Morris  <rgm@gnu.org>
5643         * mouse.el (buffer-face-mode-invoke): Declare.
5645         * Makefile.in (ELCFILES): Add org/org-id.elc.
5647         * calendar/holidays.el (calendar-cursor-holidays): Accept optional date.
5648         * calendar/cal-menu.el (cal-menu-holidays-menu):
5649         Use calendar-cursor-holidays rather than cal-menu-today-holidays.
5650         (cal-menu-today-holidays): Remove function.
5652         * calendar/cal-menu.el (cal-menu-holiday-window-suffix): Simplify.
5653         (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
5654         (cal-menu-list-holidays-previous-year, calendar-mouse-goto-date):
5655         Remove unused functions.
5656         (calendar-mouse-view-diary-entries): Use format rather than concat.
5658         * calendar/cal-menu.el (cal-menu-x-popup-menu): Turn it into a macro.
5659         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
5660         (calendar-mouse-print-dates): Adapt for cal-menu-x-popup-menu change.
5662         * calendar/cal-menu.el (cal-menu-event-to-date): Remove function.
5663         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
5664         (calendar-mouse-view-other-diary-entries, calendar-mouse-print-dates)
5665         (cal-menu-set-date-title): Use calendar-cursor-to-date rather than
5666         cal-menu-event-to-date.
5668         * calendar/cal-html.el (cal-html-cursor-month, cal-html-cursor-year):
5669         Handle mouse events.
5670         * calendar/cal-tex.el (cal-tex-cursor-year)
5671         (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
5672         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
5673         (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
5674         (cal-tex-cursor-week-monday, cal-tex-cursor-filofax-2week)
5675         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
5676         (cal-tex-cursor-day): Handle mouse events.  Rename ARG to N.
5677         (cal-tex-cursor-month): Mark N as optional.
5678         * calendar/cal-menu.el (calendar-mouse-tex-day)
5679         (calendar-mouse-tex-week, calendar-mouse-tex-week2)
5680         (calendar-mouse-tex-week-iso, calendar-mouse-tex-week-monday)
5681         (calendar-mouse-tex-filofax-daily, calendar-mouse-tex-filofax-2week)
5682         (calendar-mouse-tex-filofax-week, calendar-mouse-tex-month)
5683         (calendar-mouse-tex-month-landscape, calendar-mouse-tex-year)
5684         (calendar-mouse-tex-filofax-year, calendar-mouse-tex-year-landscape):
5685         Remove functions.
5686         (cal-menu-context-mouse-menu): Replace the above functions with the
5687         cal-tex versions.  Add HTML submenu.
5689 2008-06-17  Nick Roberts  <nickrob@snap.net.nz>
5691         * progmodes/gdb-ui.el (gud-gdba-marker-filter): Don't switch to
5692         text command mode.
5693         (gdb): Explain that gud-gdb is needed for text command mode.
5695 2008-06-17  Martin Rudalics  <rudalics@gmx.at>
5697         * window.el (split-height-threshold): Remove spurious extra line.
5699 2008-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5701         * calendar/calendar.el (calendar-cursor-to-date): Add argument `event'.
5702         (calendar-set-mark):
5703         * calendar/diary-lib.el (diary-insert-entry):
5704         * calendar/solar.el (calendar-sunrise-sunset): Use it.
5705         * calendar/cal-menu.el (calendar-mouse-sunrise/sunset)
5706         (calendar-mouse-insert-diary-entry, calendar-mouse-set-mark): Delete.
5707         (cal-menu-context-mouse-menu): Use calendar-set-mark,
5708         diary-insert-entry, and calendar-sunrise-sunset instead.
5710         * vc.el (vc-deduce-fileset): Add arg `only-files'.
5711         (vc-next-action): Pass the new arg.
5712         (vc-register): Don't use `only-files'.
5713         Don't set `backup-inhibited' in the current buffer.
5715 2008-06-17  Miles Bader  <miles@gnu.org>
5717         * mouse.el (mouse-appearance-menu): Use buffer-face-mode.
5719         * face-remap.el (buffer-face-mode-face)
5720         (buffer-face-mode-remapping): New variables.
5721         (buffer-face-mode, buffer-face-set, buffer-face-toggle)
5722         (buffer-face-mode-invoke): New functions.
5723         (variable-pitch-mode-remapping): Variable removed.
5724         (variable-pitch-mode): Rewrite as an interface to `buffer-face-mode'.
5726         * face-remap.el (internal-lisp-face-attributes): New variable.
5727         (face-attrs-more-relative-p, face-remap-order): New functions.
5728         (face-remap-add-relative): Use `face-remap-order'.
5730 2008-06-17  Glenn Morris  <rgm@gnu.org>
5732         * mouse.el (x-select-font): Declare.
5734         * calendar/calendar.el (calendar-move-hook):
5735         Add calendar-update-mode-line as an option.
5736         (calendar-date-echo-text): New user option.
5737         (calendar-generate-month): Set `day'.  Use calendar-date-echo-text.
5738         (calendar-insert-indented): Simplify newline insertion.
5739         (calendar-describe-mode): Remove unused function.
5740         (calendar-mode-line-entry): New function.
5741         (calendar-mode-line-format): Doc fix.  Use calendar-mode-line-entry.
5742         Mark as risky.
5743         (calendar-mouse-other-month): Remove function.
5744         (calendar-other-month): Handle mouse events.
5745         (calendar-goto-info-node): Call fit-window-to-buffer.
5746         (calendar-mode): Use define-derived-mode.  Doc fix.
5747         (calendar-update-mode-line): Tweak whitespace.
5749 2008-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5751         * vc-dispatcher.el (vc-dir-child-files): Use vc-string-prefix-p.
5752         (vc-dir-marked-only-files): vc-string-prefix-p.
5754 2008-06-16  Nick Roberts  <nickrob@snap.net.nz>
5756         * progmodes/gdb-ui.el (gdb-memory-set-address)
5757         (gdb-memory-set-repeat-count): Allow keyboard bindings.
5758         (gdb-memory-mode-map): Bind above functions respectively
5759         to 'S' and 'N'.
5761 2008-06-16  Derek Upham  <sand@blarg.net>  (tiny change)
5763         * nxml/nxml-mode.el (nxml-mode): Use run-mode-hooks.
5765 2008-06-16  Juanma Barranquero  <lekktu@gmail.com>
5767         * log-view.el (vc-diff-internal): Declare for compiler.
5769         * vc-bzr.el (log-view-per-file-logs):
5770         * vc-svn.el (log-view-per-file-logs): Pacify byte compiler.
5772 2008-06-15  Chong Yidong  <cyd@stupidchicken.com>
5774         * mouse.el (mouse-appearance-menu-map): New var.
5775         (mouse-appearance-menu): New function.
5776         Bind it to S-down-mouse-1.
5778 2008-06-15  Juri Linkov  <juri@jurta.org>
5780         * info.el (Info-toc): Call Info-toc-nodes instead of Info-build-toc.
5781         (Info-toc, Info-insert-toc): Increment nth's index to add PARENT
5782         as the second element.
5783         (Info-build-toc): Add PARENT element extracted from the Up pointer.
5784         Don't print progress messages.
5785         (Info-toc-nodes): New variable and function.
5786         (Info-index-nodes): Optimize non-string file name case.
5787         (Info-breadcrumbs-depth): Increment the default value from 3 to 4.
5788         (Info-insert-breadcrumbs): Use the cached document structure instead
5789         of visiting all ancestor nodes.  Remove the initial `>'.
5791 2008-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
5793         * log-view.el (log-view-diff-changeset): New function.
5794         (log-view-mode-map, log-view-mode-menu): Bind it.
5795         (log-view-per-file-logs, log-view-vc-fileset)
5796         (log-view-vc-backend): New variables.
5797         (log-view-find-revision, log-view-modify-change-comment)
5798         (log-view-annotate-version): Throw an error if the log is for more
5799         than one file and we can't find the current file.  Get the current
5800         file from log-view-vc-fileset if necessary.
5801         (log-view-diff): Get the current file from log-view-vc-fileset if
5802         necessary.
5804         * vc.el (vc-print-log): Set log-view-vc-fileset and log-view-vc-backend.
5806         * vc-hg.el (vc-hg-log-view-mode): Call the log method only once.
5807         (vc-hg-log-view-mode): Declare for compiler.
5808         (vc-hg-log-view-mode): Set log-view-per-file-logs and
5809         log-view-file-re.
5810         (vc-hg-diff): If no file is passed, use default-directory for cwd.
5812         * vc-bzr.el (vc-bzr-log-view-mode): Set log-view-per-file-logs.
5814         * vc-svn.el (vc-svn-log-view-mode): New derived mode.
5816 2008-06-15  Michael Albinus  <michael.albinus@gmx.de>
5818         * net/tramp.el (tramp-handle-start-file-process):
5819         Clear modification time of the connection buffer.
5820         (tramp-sh-file-name-handler): Reset `tramp-locked' in case of error.
5821         (tramp-open-connection-setup-interactive-shell): Flush cache, and
5822         restart `tramp-maybe-open-connection' when the remote system has
5823         been changed.  Throw 'uname-changed event.
5824         (tramp-maybe-open-connection): Catch it.
5826         * net/tramp-cmds.el (tramp-cleanup-all-connections):
5827         Reset `tramp-locked'.
5829 2008-06-15  Ulf Jasper  <ulf@web.de>
5831         * net/newst-treeview.el (newsticker--treeview-list-update)
5832         (newsticker--treeview-item-update)
5833         (newsticker--treeview-tree-update)
5834         (newsticker-treeview-jump, newsticker-group-add-group)
5835         (newsticker-group-move-feed, newsticker-group-delete-group):
5836         Remove window dedication.
5837         (newsticker--group-manage-orphan-feeds): Handle ill-valued
5838         newsticker-groups.
5839         (newsticker--treeview-tree-expand): Don't manage orphan feeds here.
5841 2008-06-15  Andreas Schwab  <schwab@suse.de>
5843         * vc-cvs.el (vc-cvs-status-extra-headers): Don't match newline
5844         when parsing CVS/Repository.
5846         * wdired.el (wdired-search-and-rename): Fix undocumented change.
5848 2008-06-15  Ulf Jasper  <ulf@web.de>
5850         * net/newst-plainview.el (newsticker-faces, newsticker-feed-face)
5851         (newsticker-extra-face, newsticker-enclosure-face): Moved to
5852         net/newst-reader.el.
5854         * net/newst-reader.el (newsticker-faces, newsticker-feed-face)
5855         (newsticker-extra-face, newsticker-enclosure-face): Moved from
5856         net/newst-reader.el.
5858 2008-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5860         * international/encoded-kb.el (encoded-kbd-self-insert-utf-8):
5861         Catch and recover from case when the bytes we thought we were reading
5862         turn out to be something else entirely, such as latin-1 chars from
5863         quail.  See bug#396.
5865 2008-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
5867         * vc.el (vc-deduce-fileset): Check if the buffer has a file.
5868         (vc-register): Call the backend function only once, instead of
5869         once for each file.
5870         (vc-next-action): Update call to vc-register.
5871         (vc-dir-register): Remove function.
5872         (vc-dir): Bind vc-register instead of vc-dir-register.
5874 2008-06-14  Glenn Morris  <rgm@gnu.org>
5876         * Makefile.in (ELCFILES): Add net/newst-*.el.
5878 2008-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5880         * wdired.el (wdired-do-renames): New function.
5881         (wdired-finish-edit): Use it to.
5882         (wdired-preprocess-files): Don't hardcode (point-min) == 1.
5884 2008-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5886         * info.el (Info-insert-breadcrumbs): Don't break in apropos and toc.
5888 2008-06-14  Martin Rudalics  <rudalics@gmx.at>
5890         * window.el (window--even-window-heights): Even window heights
5891         only if the selected window is higher than WINDOW.
5892         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
5894 2008-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5896         * info.el (Info-insert-breadcrumbs): Be careful to preserve history.
5898 2008-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5900         * term/linux.el (terminal-init-linux): Load t-mouse.
5902 2008-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5903             Drew Adams  <drew.adams@oracle.com>
5905         * info.el (Info-breadcrumbs-depth): New var.
5906         (Info-insert-breadcrumbs): New function.
5907         (Info-fontify-node): Use it.
5908         (Info-mode-map): Move initialization into declaration.
5910 2008-06-13  Ulf Jasper  <ulf.jasper@web.de>
5912         Rename net/newsticker-*.el to net/newst-*.el.
5913         * net/newst-backend.el: Rename from net/newsticker-backend.el.
5914         * net/newst-plainview.el: Rename from net/newsticker-plainview.el.
5915         * net/newst-reader.el: Rename from net/newsticker-reader.el.
5916         * net/newst-ticker.el: Rename from net/newsticker-ticker.el.
5917         * net/newst-treeview.el: Rename from net/newsticker-treeview.el.
5918         * net/newsticker-backend.el: Rename to net/newst-backend.el.
5919         * net/newsticker-plainview.el: Rename to net/newst-plainview.el.
5920         * net/newsticker-reader.el: Rename to net/newst-reader.el.
5921         * net/newsticker-ticker.el: Rename to net/newst-ticker.el.
5922         * net/newsticker-treeview.el: Rename to net/newst-treeview.el.
5924 2008-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5926         * progmodes/compile.el (compilation-start): Don't disable undo in
5927         comint buffer.  Don't override the comint-filter with our own.
5928         (compilation-filter): Change point's insertion-type.
5930         * comint.el (comint-output-filter): Use copy-marker.
5932 2008-06-13  David Reitter  <david.reitter@gmail.com>
5934         * textmodes/flyspell.el (mail-mode-flyspell-verify):
5935         Check message-signature-separator exists before using it.
5937 2008-06-13  Dan Nicolaescu  <dann@ics.uci.edu>
5939         * vc.el (vc-delete-file): Bind default-directory before calling
5940         the backend.
5941         (vc-annotate-show-diff-revision-at-line): Move most of the code to ...
5942         (vc-annotate-show-diff-revision-at-line-internal): ... here.
5943         New function.
5944         (vc-annotate-show-changeset-diff-revision-at-line): New function.
5945         (vc-annotate-mode-menu): Bind it.
5947 2008-06-13  Jason Rumney  <jasonr@gnu.org>
5949         * term/w32-win.el (mouse-set-font): Remove overridden function.
5950         (w32-select-font): Declare as obsolete alias for x-select-font.
5952 2008-06-13  Daniel Engeler  <engeler@gmail.com>
5954         These changes add serial port access.
5955         * term.el (term-update-mode-line): Modify.
5956         (serial-port-is-file-p, serial-nice-speed-history)
5957         (serial-no-speed, serial-mode-line-speed-menu)
5958         (serial-mode-line-config-menu): New variables and constants.
5959         (serial-name-history, serial-speed-history)
5960         (serial-supported-or-barf, serial-read-name, serial-read-speed)
5961         (serial-term, serial-speed, serial-mode-line-speed-menu-1)
5962         (serial-mode-line-speed-menu, serial-update-speed-menu)
5963         (serial-mode-line-config-menu-1, serial-mode-line-config-menu)
5964         (serial-update-config-menu): New functions.
5966 2008-06-13  Glenn Morris  <rgm@gnu.org>
5968         * menu-bar.el (menu-set-font): Use fboundp rather than functionp.
5970         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Doc fix.
5972 2008-06-13  Kenichi Handa  <handa@m17n.org>
5974         * cus-face.el (custom-face-attributes): Add :foundry.
5976         * faces.el (set-face-attribute): Parse "FOUNDRY-FAMILY" here.
5977         (face-x-resources): Add :foundry.
5978         (face-valid-attribute-values): Likewise.
5979         (face-attribute-name-alist): Likewise.
5980         (describe-face): Likewise.
5982 2008-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5984         * emacs-lisp/map-ynp.el (map-y-or-n-p): Accept non-char events.
5986 2008-06-12  Chong Yidong  <cyd@stupidchicken.com>
5988         * longlines.el (longlines-search-forward, longlines-search-backward)
5989         (longlines-re-search-forward): Use a smarter search-spaces-regexp.
5991 2008-06-12  Sam Steingold  <sds@gnu.org>
5993         * vc.el (vc-rename-file): DTRT when the destination is a directory
5994         name and the source is a file.
5996 2008-06-12  Chong Yidong  <cyd@stupidchicken.com>
5998         * menu-bar.el (menu-set-font): Rename x-font-dialog to x-select-font.
6000 2008-06-12  Glenn Morris  <rgm@gnu.org>
6002         * progmodes/f90.el (f90-beginning-of-subprogram)
6003         (f90-end-of-subprogram): Only give a message when interactive.
6005         * term/mac-win.el (x-toolkit-scroll-bars): Check bound.
6007         * progmodes/cperl-mode.el (cperl-info-on-command):
6008         Use display-pixel-height rather than x-display-pixel-height.
6010         * mail/rmailedit.el (rmail-cease-edit):
6011         * vc-dispatcher.el (vc-dir-mode): Check tool-bar-mode is bound.
6013         * emulation/edt.el (edt-xserver):
6014         * emulation/edt-mapper.el (edt-xserver): Use replace-regexp-in-string.
6016         * emulation/edt-mapper.el: Drop test for Emacs < 19.
6018         * mwheel.el (mouse-wheel-follow-mouse, mwheel-event-window):
6019         Evaluate definitions when compiling.  Reverse tests.
6021         * dframe.el (dframe-reposition-frame-emacs): Reorder test, and
6022         use unless.
6024         * menu-bar.el (w32-menu-bar-open): Declare for compiler.
6026         * textmodes/artist.el (x-pointer-shape):
6027         * term/x-win.el (x-parse-geometry, x-resource-name, accelerate-menu)
6028         (x-open-connection, x-server-max-request-size, x-get-resource):
6029         * term/w32console.el (x-setup-function-keys):
6030         * term/w32-win.el (x-parse-geometry, x-resource-name)
6031         (generate-fontset-menu, image-library-alist, x-open-connection)
6032         (setup-default-fontset, set-fontset-font, setup-default-fontset)
6033         (create-fontset-from-fontset-spec, create-fontset-from-x-resource)
6034         (x-get-resource):
6035         * term/mac-win.el (x-parse-geometry, x-resource-name)
6036         (x-get-selection-internal, tool-bar-mode, set-fontset-font)
6037         (new-fontset, x-display-list, x-open-connection, x-get-resource):
6038         * progmodes/gud.el (tooltip-last-mouse-motion-event, tooltip-hide)
6039         (tooltip-start-delayed-tip, tooltip-use-echo-area, tooltip-show)
6040         (tooltip-strip-prompt, tooltip-expr-to-print, tooltip-event-buffer):
6041         * progmodes/gdb-ui.el (tooltip-show, tooltip-use-echo-area)
6042         (tooltip-identifier-from-point, define-fringe-bitmap):
6043         * play/gamegrid.el (image-size):
6044         * play/bubbles.el (image-size):
6045         * mail/emacsbug.el (x-server-vendor, x-server-version):
6046         * international/mule-util.el (internal-char-font):
6047         * international/mule-diag.el (font-info, query-fontset, fontset-info)
6048         (fontset-alias-alist, fontset-list, fontset-plain-name):
6049         * international/mule-cmds.el (x-server-vendor, x-server-version):
6050         * international/fontset.el (font-encoding-charset-alist)
6051         (otf-script-alist, new-fontset, set-fontset-font)
6052         (x-pixel-size-width-font-regexp, vertical-centering-font-regexp)
6053         (fontset-list, query-fontset, x-get-resource):
6054         * emulation/edt.el (x-server-vendor):
6055         * emulation/edt-mapper.el (x-server-vendor):
6056         * emacs-lisp/map-ynp.el (x-popup-dialog):
6057         * emacs-lisp/lmenu.el (x-popup-dialog):
6058         * x-dnd.el (x-window-property, x-change-window-property)
6059         (x-get-selection-internal):
6060         * woman.el (x-list-fonts):
6061         * w32-fns.el (x-server-version):
6062         * tooltip.el (x-show-tip, x-hide-tip):
6063         * tool-bar.el (image-mask-p):
6064         * thumbs.el (image-size):
6065         * term.el (overflow-newline-into-fringe):
6066         * subr.el (scroll-bar-scale):
6067         * startup.el (x-get-resource, tool-bar-mode, image-size):
6068         * select.el (x-get-selection-internal, x-own-selection-internal)
6069         (x-disown-selection-internal):
6070         * mouse.el (generate-fontset-menu):
6071         * mouse-sel.el (x-select-text, x-cut-buffer-or-selection-value):
6072         * image.el (image-library-alist):
6073         * image-mode.el (image-size, image-refresh):
6074         * image-dired.el (clear-image-cache):
6075         * gs.el (x-display-mm-width, x-display-pixel-width)
6076         (x-display-mm-height, x-display-pixel-height)
6077         (x-change-window-property, x-display-grayscale-p, x-window-property):
6078         * frame.el (tool-bar-mode, x-display-name, x-close-connection)
6079         (x-focus-frame, x-list-fonts, x-display-screens)
6080         (x-display-pixel-height, x-display-pixel-width, x-display-mm-height)
6081         (x-display-mm-width, x-display-backing-store, x-display-save-under)
6082         (x-display-planes, x-display-color-cells, x-display-visual-class):
6083         * faces.el (internal-face-x-get-resource)
6084         (internal-set-lisp-face-attribute-from-resource, x-bitmap-file-path)
6085         (fontset-list, x-list-fonts, xw-color-defined-p, xw-color-values)
6086         (xw-display-color-p, x-display-grayscale-p, x-get-resource)
6087         (x-parse-geometry, x-create-frame, x-setup-function-keys)
6088         (tool-bar-setup):
6089         * doc-view.el (clear-image-cache, image-size, tooltip-show):
6090         * dired.el (dnd-get-local-file-name, dnd-get-local-file-uri):
6091         * dframe.el (x-display-pixel-width, x-display-pixel-height):
6092         * descr-text.el (internal-char-font):
6093         Define for compiler, for builds without X.
6095 2008-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6097         * vc-rcs.el (vc-rcs-state-heuristic): Don't assume the file exists.
6099 2008-06-11  Glenn Morris  <rgm@gnu.org>
6101         * progmodes/fortran.el (fortran-end-of-subprogram): Check for a match
6102         before trying to move there.
6103         (fortran-calculate-indent): When fortran-check-all-num-for-matching-do
6104         is non-nil, indent most terminating statements like loop body.
6106         * calendar/diary-lib.el (diary-list-entries-2): Accept optional
6107         Gregorian date, and add it, not the local date, to diary-entries-list.
6108         (diary-list-entries-1): Pass Gregorian date to diary-list-entries-2.
6110 2008-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6112         * progmodes/compile.el (compilation-filter): Fix up last change.
6114         * term/linux.el (terminal-init-linux): Use gpm-mouse-enable.
6116         * t-mouse.el (gpm-mouse-enable, gpm-mouse-disable): New functions.
6117         (gpm-mouse-mode): Make it into a proper global minor mode.
6119         * files.el (save-some-buffers-action-alist): Only use recursive-edit
6120         if the user enabled recursive-minibuffers.
6122         * emacs-lisp/map-ynp.el (map-y-or-n-p):
6123         Add support for scroll-other-window.
6125 2008-06-11  Jason Rumney  <jasonr@gnu.org>
6127         * term/w32-win.el (w32-menu-bar-open): Rename from menu-bar-open.
6128         Use tmm-menubar if menu is disabled in this frame.
6130         * menu-bar.el (menu-bar-open): Determine how to open menu bar
6131         from frame type, per documentation.  Add w32 case.
6133 2008-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6135         * minibuffer.el (completion--merge-suffix): New function.
6136         (completion-basic-try-completion): Use it.
6137         (completion-pcm--find-all-completions): Add argument `filter'.
6138         (completion-pcm--filename-try-filter, completion-pcm--merge-try):
6139         New functions.
6140         (completion-pcm-try-completion): Use them.
6142         * xt-mouse.el (turn-on-xterm-mouse-tracking)
6143         (turn-off-xterm-mouse-tracking): Use terminal-list.
6145         * cus-start.el (underline-minimum-offset): Rename from
6146         x-underline-minimum-display-offset.
6148 2008-06-10  David De La Harpe Golden  <david@harpegolden.net>  (tiny change)
6150         * cus-start.el (x-underline-minimum-display-offset): Give it a type.
6152 2008-06-10  Chong Yidong  <cyd@stupidchicken.com>
6154         * mouse.el (mouse-select-font): New function.
6156         * faces.el (face-spec-recalc): When the face is set using
6157         Customize, avoid recalculating it twice.
6159         * menu-bar.el (menu-set-font): New function.  Bind "Set Default
6160         Font" menu item to it.  Apply selected font to all frames, and
6161         make it savable.
6162         (menu-bar-options-save): Save `default' font if changed.
6164 2008-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6166         * ffap.el (ffap-string-at-point-mode-alist):
6167         Use alpha rather than lower.
6169         * dired.el (dired-insert-directory): Don't assume Unix-style dir names.
6171         * subr.el (momentary-string-display): Use an overlay.
6173         * progmodes/compile.el (compilation-mode):
6174         Set window-point-insertion-type.
6175         (compilation-filter): Don't use insert-before-markers any more.
6176         * emacs-lisp/trace.el (trace-make-advice):
6177         Set window-point-insertion-type in the trace buffer.
6178         * startup.el (normal-top-level): Set window-point-insertion-type in
6179         *Messages*.
6180         * net/telnet.el (telnet-mode): Set window-point-insertion-type.
6181         (telnet-filter): Don't use insert-before-markers any more.
6182         * comint.el (comint-mode): Set window-point-insertion-type.
6183         (comint-output-filter): Don't use insert-before-markers any more.
6184         * button.el (make-text-button): Allow `start' to be a string.
6186 2008-06-10  Juanma Barranquero  <lekktu@gmail.com>
6188         * emacs-lisp/autoload.el (autoload-rubric):
6189         Fix coding cookie not to force Unix EOL.
6191 2008-06-10  Martin Rudalics  <rudalics@gmx.at>
6193         * window.el (window--splittable-p, window--try-to-split-window):
6194         Don't use with-selected-window to avoid messing up get-lru-window.
6195         Reported by David Hansen <david.hansen@gmx.net>.
6197 2008-06-10  Glenn Morris  <rgm@gnu.org>
6199         * subr.el (locate-library): Doc fix.
6201         * net/newsticker-treeview.el (w3m-toggle-inline-images): Declare.
6202         (newsticker-treeview-tool-bar-map, newsticker-treeview-mode):
6203         Check tool-bar-map is bound, for non-X builds.
6205         * net/newsticker-reader.el (newsticker--next-item-image)
6206         (newsticker--previous-item-image, newsticker--previous-feed-image)
6207         (newsticker--next-feed-image, newsticker--mark-read-image)
6208         (ewsticker--mark-immortal-image, newsticker--narrow-image)
6209         (newsticker--get-all-image, newsticker--update-image)
6210         (newsticker--browse-image): Check xpm images are available.
6211         (newsticker--mark-read-image, newsticker--mark-immortal-image)
6212         (newsticker--narrow-image, newsticker--get-all-image): Doc fix.
6214         * net/newsticker-plainview.el (tool-bar-map): Don't declare.
6215         (newsticker--plainview-tool-bar-map, newsticker-mode):
6216         Check tool-bar-map is bound, for non-X builds.
6217         (w3m-toggle-inline-image): Declare.
6219         * net/newsticker-backend.el (tool-bar-map): Don't declare.
6221         * emacs-lisp/autoload.el (autoload-rubric): Add coding cookie.
6223         * finder.el (finder-font-lock-keywords): Handle ``quotes''.
6224         (finder-compile-keywords): Move let to where needed.
6225         (finder-mouse-face-on-line): Go back one more line if needed.
6226         (finder-list-matches): Use cadr.
6227         (finder-goto-xref): New function.
6228         (finder-commentary): Add buttons to jump to foo.el libraries.
6230 2008-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6232         * apropos.el (apropos-function, apropos-macro, apropos-command)
6233         (apropos-variable, apropos-face, apropos-group, apropos-widget)
6234         (apropos-plist): Add apropos-short-label property.
6235         (apropos-multi-type): New variables.
6236         (apropos-command, apropos-value): Set it.
6237         (apropos-compact-layout): New custom.
6238         (apropos-print, apropos-print-doc): Use it.
6239         (apropos-print): Truncate lines.
6241 2008-06-09  Kenichi Handa  <handa@m17n.org>
6243         * international/fontset.el (font-encoding-alist):
6244         Add an entry for "ascii-0".
6246 2008-06-09  Jihyun Cho  <jihyun.jo@gmail.com>
6248         * language/hanja-util.el (hanja-init-load): Show the message only
6249         when loading a table.
6251 2008-06-08  Ulf Jasper  <ulf.jasper@web.de>
6253         * net/newsticker-treeview.el (newsticker-treeview):
6254         * net/newsticker-plainview.el (newsticker-plainview):
6255         Add autoload cookie.
6257 2008-06-08  Ulf Jasper  <ulf.jasper@web.de>
6259         * net/newsticker.el: Split up into newsticker-backend, -ticker,
6260         -reader, -plainview, and -treeview.
6261         (newsticker-version): Change to 1.99.
6263         * net/newsticker-backend.el: New.  Move backend functionality from
6264         newsticker.el to newsticker-backend.el.
6265         (newsticker--download-logos): New.
6266         (newsticker--sentinel-callback): New.
6267         (newsticker--set-customvar): Remove.  Split up into specific
6268         functions related to retrieval, ticker, buffer, and display.
6269         (newsticker--set-customvar-retrieval): New.  Extracted from
6270         `newsticker--set-customvar'.
6271         (newsticker-retrieval): New.  Renamed from `newsticker-feed'.
6272         (newsticker-url-list-defaults):
6273         Use `newsticker--set-customvar-retrieval' for :set.  Change :group.
6274         (newsticker-url-list): Doc changed.  URL can be a function.
6275         Use `newsticker--set-customvar-retrieval' for :set.  Change :group.
6276         (newsticker-retrieval-method): New.
6277         (newsticker-wget-name, newsticker-wget-arguments): Change :group.
6278         (newsticker-retrieval-interval):
6279         Use `newsticker--set-customvar-retrieval' for :set.  Change :group.
6280         (newsticker-desc-comp-max): Change :group.
6281         (newsticker--cache): Doc changed.
6282         (newsticker--guid-to-string): New.
6283         (newsticker--guid): Use `newsticker--guid-to-string'.
6284         (newsticker--real-feed-name): New.
6285         (newsticker--start-feed): New.  Extracted from `newsticker-start'.
6286         (newsticker-start): Use `insert-file-contents' for reading cache.
6287         Use `newsticker--start-feed'.
6288         (newsticker--stop-feed): New.  Extracted from `newsticker-stop'.
6289         (newsticker-stop): Check whether `newsticker-stop-ticker' is fbound.
6290         Use `newsticker--stop-feed'.
6291         (newsticker-save-item): New.
6292         (newsticker--get-news-by-funcall): New.
6293         (newsticker-get-news): Handle new retrieval methods.
6294         (newsticker--sentinel): Use `newsticker--sentinel-work'.
6295         (newsticker--sentinel-work): New.  Extracted from
6296         `newsticker--sentinel'.  Use `newsticker--download-logos',
6297         `newsticker--sentinel-callback'.
6298         (newsticker--parse-atom-0.3): Use `newsticker--guid-to-string'.
6299         (newsticker--parse-atom-1.0): Fix link determination.
6300         (newsticker--parse-rss-0.91): Fix time determination.
6301         (newsticker--parse-rss-0.92): Fix time determination.
6302         (newsticker--parse-rss-2.0): Use `newsticker--guid-to-string'.
6303         (newsticker--parse-generic-feed): New arg order in
6304         `newsticker--cache-add'.
6305         (newsticker--parse-generic-items): Fix for multiple items.
6306         New arg order in `newsticker--cache-add'.
6307         (newsticker--forget-preformatted): Check whether
6308         `newsticker--buffer-set-uptodate' is fbound.
6309         (newsticker--decode-iso8601-date): Handle fractions of seconds.
6310         (newsticker--decode-rfc822-date): Partial timezone handling.
6311         (newsticker--cache-contains): Fix guid problem.
6312         (newsticker--cache-add): Swap args AGE and TIME.  Fix guid problem.
6313         (newsticker--cache-save): New.
6314         (newsticker--cache-update): Use temp buffer.
6315         (newsticker--stat-num-items): Allow multiple AGE args.
6316         (newsticker--stat-num-items-total): New.
6317         (newsticker--opml-import-outlines): New.
6318         (newsticker-opml-import): Use `newsticker--opml-import-outlines'.
6319         (newsticker--do-run-auto-mark-filter): Doc changed.
6320         (newsticker-retrieve-random-message): New.
6322         * net/newsticker-ticker.el: New.  Move ticker functionality from
6323         net/newsticker.el to net/newsticker-ticker.el.
6324         (newsticker--ticker-timer): Rename `newsticker--display-timer' to
6325         `newsticker--ticker-timer'.
6326         (newsticker-ticker-running-p): Rename `newsticker--display-timer'
6327         to `newsticker--ticker-timer'.
6328         (newsticker--set-customvar-ticker): New.  Extracted from
6329         `newsticker--set-customvar'.
6330         (newsticker-ticker-interval): Rename `newsticker-display-interval'
6331         to `newsticker-ticker-interval'.  Use `newsticker--set-customvar-ticker
6332         for :set.  Change :group.
6333         (newsticker-scroll-smoothly): Doc changed.  Change :group.
6334         (newsticker-hide-immortal-items-in-echo-area)
6335         (newsticker-hide-old-items-in-echo-area)
6336         (newsticker-hide-obsolete-items-in-echo-area):
6337         Use `newsticker--set-customvar-ticker for :set.  Change :group.
6338         (newsticker-start-ticker): Rename `newsticker--display-timer' to
6339         `newsticker--ticker-timer'.  Rename `newsticker-display-interval'
6340         to `newsticker-ticker-interval'.
6341         (newsticker-stop-ticker): Rename `newsticker--display-timer' to
6342         `newsticker--ticker-timer'.
6344         * net/newsticker-reader.el: New.  Move reader functionality from
6345         net/newsticker.el to net/newsticker-reader.el.
6346         (newsticker--set-customvar-formatting): New.  Extracted from
6347         `newsticker--set-customvar'.
6348         (newsticker-reader, newsticker-frontend): New.
6349         (newsticker-enable-logo-manipulations): Change :group.
6350         (newsticker-justification): Use `newsticker--set-customvar-formatting'
6351         for :set.  Change :group.
6352         (newsticker-use-full-width): Use `newsticker--set-customvar-formatting'
6353         for :set.  Change :group.
6354         (newsticker-html-renderer): Doc changed.
6355         Use `newsticker--set-customvar-formatting' for :set.  Change :group.
6356         (newsticker-date-format):
6357         Use `newsticker--set-customvar-formatting' for :set.  Change :group.
6358         (newsticker--insert-enclosure):
6359         Rename `newsticker--buffer-insert-enclosure' to
6360         `newsticker--insert-enclosure'.  Add keymap arg.
6361         (newsticker--print-extra-elements):
6362         Rename `newsticker--buffer-print-extra-elements' to
6363         `newsticker--print-extra-elements'.  Add keymap arg.
6364         (newsticker--do-print-extra-element):
6365         Rename `newsticker--buffer-do-print-extra-element' to
6366         `newsticker--do-print-extra-element'.  Add keymap arg.
6367         (newsticker-show-news): Use `newsticker-frontend'.
6369         * net/newsticker-plainview.el: New.  Move plainview functionality
6370         from net/newsticker.el to net/newsticker-reader.el.
6371         (newsticker-plainview): New.
6372         (newsticker--set-customvar-sorting): New.  Extracted from
6373         `newsticker--set-customvar'.
6374         (newsticker-sort-method): Use `newsticker--set-customvar-sorting
6375         for :set.  Changed :group.
6376         (newsticker-heading-format, newsticker-item-format)
6377         (newsticker-desc-format, newsticker-statistics-format):
6378         Use `newsticker--set-customvar-formatting for :set.  Change :group.
6379         (newsticker-faces): Change :group.
6380         (newsticker-default-face): Enable again.
6381         (newsticker-hide-old-items-in-newsticker-buffer)
6382         (newsticker-show-descriptions-of-new-items):
6383         Use `newsticker--set-customvar-buffer' for :set.  Change :group.
6384         (newsticker-show-all-news-elements): Change :group.
6385         (newsticker-plainview-hooks): New.
6386         (newsticker-select-item-hook, newsticker-select-feed-hook)
6387         (newsticker-buffer-change-hook, newsticker-narrow-hook): Change :group.
6388         (newsticker--plainview-tool-bar-map): Rename `newsticker--tool-bar-map'
6389         to `newsticker--plainview-tool-bar-map'.
6390         (newsticker--url-keymap): Add mouse-1 binding.
6391         (newsticker-plainview): New.
6392         (newsticker-mark-all-items-of-feed-as-read): Change doc.
6393         (newsticker--buffer-do-insert-text): Use renamed
6394         newsticker--[buffer-]insert-enclosure and
6395         newsticker--[buffer-]print-extra-elements.
6396         (newsticker--buffer-set-faces): Use newsticker-default-face.
6398         * net/newsticker-treeview.el: New.
6400 2008-06-08  Andreas Schwab  <schwab@suse.de>
6402         * vc-dispatcher.el (vc-dir-children-marked-p): Fix child check.
6404         * vc-cvs.el (vc-cvs-dir-status): Pass -f to cvs.
6406         * vc-dispatcher.el (vc-dir-move-to-goal-column): Don't move in an
6407         empty line.
6409         * minibuffer.el (minibuffer-message): Bind inhibit-quit around sit-for.
6411 2008-06-08  Martin Rudalics  <rudalics@gmx.at>
6413         * window.el (split-height-threshold, split-width-threshold):
6414         Add choice nil.
6415         (split-window-preferred-function): Allow either nil or a function.
6416         (window--splittable-p, window--try-to-split-window):
6417         Handle changed option values.
6419         (window--frame-usable-p): Handle nil argument.
6421         (display-buffer): Call get-lru-window when pop-up-windows is nil
6422         and window can't be split.
6424 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
6426         * uniquify.el (uniquify-get-proposed-name): Handle remote files.
6428         * net/tramp.el (top): Quote feature names.  Remove
6429         `tramp-rfn-eshadow-setup-minibuffer' from
6430         `rfn-eshadow-setup-minibuffer-hook' when unloading.
6431         (tramp-read-passwd): There is only one call to
6432         `auth-source-user-or-password' needed.  Pacify byte compiler.
6434 2008-06-08  Andreas Schwab  <schwab@suse.de>
6436         * window.el (display-buffer): Use lru window if current window
6437         cannot be split.
6439 2008-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6441         * apropos.el (apropos-library): New command and new button.
6442         (apropos-library-button): New function.
6444         * apropos.el: Remove spurious * in docstrings.
6445         (apropos-label-face): Use variable pitch.
6446         (apropos-print): Use dolist and with-current-buffer.
6447         (apropos-print-doc): Use when.
6449         * window.el (special-display-p, display-buffer):
6450         Fix up C->Elisp transcription error.
6452 2008-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6454         * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
6455         (byte-compile-file): Initialize it.
6456         (byte-compile-nogroup-warn): Keep track of the current group.
6458 2008-06-08  Glenn Morris  <rgm@gnu.org>
6460         * Makefile.in (compile, compile-always, bootstrap-prepare):
6461         Explicitly pass EMACS to sub-makes that use it, for non-GNU makes.
6463 2008-06-07  Jihyun Cho  <jihyun.jo@gmail.com>
6465         * language/hanja-util.el (hanja-init-load): Use a char-table for
6466         hanja-table.
6467         (hangul-to-hanja-char): Adjust for the above change.
6469 2008-06-07  Glenn Morris  <rgm@gnu.org>
6471         * finder.el (finder-compile-keywords): Use lm-keywords-list rather than
6472         lm-keywords.
6474         * mail/sendmail.el (mail-interactive): Add :version.
6476         * term/linux.el (terminal-init-linux): Use gpm-mouse-mode rather than
6477         obsolete alias.
6479         * ediff-merg.el, strokes.el, wid-edit.el, emacs-lisp/lisp-mnt.el:
6480         * emulation/edt-mapper.el, eshell/em-dirs.el, eshell/em-glob.el:
6481         * eshell/em-ls.el, eshell/em-unix.el, eshell/esh-cmd.el:
6482         * eshell/esh-io.el, eshell/esh-opt.el, eshell/esh-test.el:
6483         * eshell/esh-util.el, international/mule-cmds.el:
6484         * international/mule-diag.el, mail/smtpmail.el, net/netrc.el:
6485         * net/tls.el, progmodes/etags.el, textmodes/page-ext.el:
6486         Remove unnecessary eval-when-compiles and eval-and-compiles.
6488         * Makefile.in (bootstrap-clean): Run autogen-clean.
6489         (maintainer-clean): No need to run autogen-clean now it is included in
6490         bootstrap-clean.
6492 2008-06-06  Miles Bader  <miles@gnu.org>
6494         * Makefile.in (ELCFILES): Add gnus/nndir.elc.
6496 2008-06-06  Chong Yidong  <cyd@stupidchicken.com>
6498         * menu-bar.el (menu-bar-options-menu): Add Menu entry for
6499         longlines mode.
6501         * replace.el (replace-search-function)
6502         (replace-re-search-function): New vars.
6503         (perform-replace): Use them.
6505         * longlines.el (longlines-re-search-forward): New function.
6506         (longlines-mode): Bind replace-search-function and
6507         replace-re-search-function, to ensure that replacement commands
6508         treat newlines as spaces.
6509         (longlines-show-effect): Default to a pilcrow sign.
6511 2008-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6513         * help.el (function-called-at-point):
6514         * help-fns.el (variable-at-point): Use emacs-lisp-mode-syntax-table
6515         even when calling find-tag-default.
6517 2008-06-06  Daniel Colascione  <danc@merrillpress.com>
6519         * nxml/nxml-mode.el (nxml-syntax-highlight-flag)
6520         (nxml-fontify-chunk-size, nxml-clear-face, nxml-set-fontified)
6521         (nxml-clear-fontified, nxml-fontify, nxml-fontify1)
6522         (nxml-fontify-buffer, nxml-do-fontify):
6523         Remove obsolete variables and functions.
6524         (nxml-font-lock-keywords, nxml-set-face, nxml-mode)
6525         (nxml-degrade, nxml-after-change, nxml-after-change1)
6526         (nxml-extend-region, nxml-extend-after-change-region)
6527         (nxml-extend-after-change-region1, nxml-fontify-matcher)
6528         (nxml-toggle-char-ref-extra-display): Use font-lock, and
6529         font-lock-extend-region-functions in particular, to fontify
6530         nxml-mode buffers.
6531         (nxml-debug-region): New debugging helper function.
6533         * nxml/nxml-rap.el (nxml-clear-inside, nxml-set-inside)
6534         (nxml-scan-after-change, nxml-move-tag-backwards):
6535         Adapt for font-lock changes.
6537         * nxml/nxml-util.el (nxml-debug, nxml-debug-change)
6538         (nxml-debug-set-inside, nxml-debug-clear-inside):
6539         New debugging functions.
6540         (nxml-with-degradation-on-error): New helper macro.
6542 2008-06-06  Martin Rudalics  <rudalics@gmx.at>
6544         * window.el (display-buffer): Remove dead call to get-lru-window.
6546 2008-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6548         * mail/sendmail.el (mail-interactive): Change default.
6550 2008-06-05  John Paul Wallington  <jpw@pobox.com>
6552         * bindings.el (completion-ignored-extensions):
6553         Add .p64fsl, .d64fsl, and .dx64fsl.
6555 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6557         * ffap.el (ffap-prompter): Don't use the region.
6559 2008-06-05  Sam Steingold  <sds@gnu.org>
6561         * vc-cvs.el (vc-cvs-registered): Consider a directory with a CVS
6562         subdirectory to be registered.
6564 2008-06-05  Martin Rudalics  <rudalics@gmx.at>
6566         * window.el (display-buffer-function, special-display-p)
6567         (special-display-buffer-names, special-display-regexps)
6568         (special-display-function, same-window-p, same-window-buffer-names)
6569         (same-window-regexps, pop-up-frames, display-buffer-reuse-frames)
6570         (pop-up-frame-function, pop-up-windows, even-window-heights)
6571         (split-window-preferred-function, split-height-threshold)
6572         (window--display-buffer-1, display-buffer, pop-to-buffer):
6573         Move from window.c and buffer.c.
6574         (window--splittable-p, window--try-to-split-window)
6575         (window--frame-usable-p, window--display-buffer-2)
6576         (window--even-window-heights): New functions.
6577         (split-width-threshold): New option.
6578         (split-window-preferred-horizontally): Remove.
6580         * cus-start.el: Remove corresponding declarations.
6582 2008-06-05  Sam Steingold  <sds@gnu.org>
6584         * vc.el (vc-update): Use `save-some-buffers' instead of signaling
6585         an error on modified buffers.
6587 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6589         * progmodes/etags.el (tags-verify-table): Be careful to use and update
6590         tags-file-name and tags-table-list from the right buffer.
6591         (tags-table-check-computed-list, tags-table-extend-computed-list)
6592         (find-tag-noselect): Use with-current-buffer.
6594         * emacs-lisp/trace.el (trace-entry-message, trace-exit-message):
6595         Use print-circle.
6597         * minibuffer.el (minibuffer-local-must-match-filename-map):
6598         Declare obsolete alias for the old name.
6600         * abbrev.el (unexpand-abbrev): Better preserve markers.
6602 2008-06-05  Glenn Morris  <rgm@gnu.org>
6604         * emacs-lisp/autoload.el (autoload-rubric): New function,
6605         extracted from autoload-ensure-default-file.
6606         (autoload-ensure-default-file): Use autoload-rubric.
6608         * cus-dep.el (generated-custom-dependencies-file): Doc fix.
6609         (custom-dependencies-no-scan-regexp): New variable.
6610         (custom-make-dependencies): Use with-temp-buffer and autoload-rubric.
6611         Don't scan files matching custom-dependencies-no-scan-regexp.
6612         Disable undo in the output buffer.  Remove kept-new-versions wackiness.
6614         * finder.el (finder-headmark): Initialize and add doc string.
6615         (generated-finder-keywords-file): Doc fix.
6616         (finder-no-scan-regexp): New variable.
6617         (finder-compile-keywords): Use a single let binding.
6618         Disable undo in the output buffer.  Use autoload-rubric.
6619         Use mapc rather than mapcar.  Don't scan files matching
6620         finder-no-scan-regexp.  Use with-temp-buffer.  Use expand-file-name
6621         rather than concat.  Use directory-files to do regexp matching.
6622         No need to require jka-compr.
6623         (finder-list-keywords): Remove un-needed set-buffer.  Disable undo.
6624         (finder-list-matches): Disable undo.
6625         (finder-commentary): Use let rather than let*.  Disable undo.
6626         (finder-current-item): Use zerop.
6627         (finder-mode): Use define-derived-mode.
6628         (finder-exit): Doc fix.  Use dolist.
6630         * Makefile.in ($(lisp)/cus-load.el): Remove unnecessary rule.
6631         (custom-deps): Don't require $(lisp)/cus-load.el.
6632         (custom-deps, finder-data): Don't depend on autoloads.
6633         Should not be needed now, and doing so was causing make install to
6634         re-dump emacs post-bootstrap.
6635         (bootstrap-after): Don't run update-elclist, since modifying Makefile.in
6636         mid-build forces some things to be rebuilt.
6638 2008-06-05  Miles Bader  <miles@gnu.org>
6640         * face-remap.el
6641         (face-remap-add-relative): Renamed from `add-relative-face-remapping'.
6642         (face-remap-remove-relative): Renamed from
6643         `remove-relative-face-remapping'.
6644         (face-remap-reset-base): Renamed from
6645         `set-default-base-face-remapping'.
6646         (face-remap-set-base): Renamed from `set-base-face-remapping'.
6647         (text-scale-increase): Renamed from `increase-buffer-face-height'.
6648         (text-scale-decrease): Renamed from `decrease-buffer-face-height'.
6649         (text-scale-adjust): Renamed from `adjust-buffer-face-height'.
6651         * face-remap.el (variable-pitch-mode): Autoload.
6653 2008-06-04  Sam Steingold  <sds@gnu.org>
6655         * vc-hg.el (vc-hg-status-extra-header, vc-hg-status-extra-headers):
6656         Generate extra status headers for a Mercurial tree.
6658 2008-06-04  John Paul Wallington  <jpw@pobox.com>
6660         * echistory.el (electric-history-map): Define within defvar.
6661         Add docstring.
6663         * font-lock.el (font-lock-turn-off-thing-lock)
6664         (font-lock-after-fontify-buffer, font-lock-after-unfontify-buffer):
6665         Use `bound-and-true-p'.
6666         (cpp-font-lock-keywords-source-directives, cpp-font-lock-keywords):
6667         Doc fixes.
6669         * international/ccl.el (define-ccl-program): Add `doc-string'
6670         declaration.
6672 2008-06-04  Juanma Barranquero  <lekktu@gmail.com>
6674         * face-remap.el (variable-pitch-mode): Reflow docstrings.
6675         (text-scale-mode, adjust-buffer-face-height): Fix typos in docstrings.
6677 2008-06-04  Trent W. Buck  <trentbuck@gmail.com>  (tiny change)
6679         * emacs-lisp/rx.el (rx): Doc fix.
6681 2008-06-04  Markus Triska  <markus.triska@gmx.at>
6683         * image-mode.el (image-mode-map): Add doc-view-inspired bindings.
6685 2008-06-04  Miles Bader  <miles@gnu.org>
6687         * face-remap.el (adjust-buffer-face-height): New function.
6688         Add autoloaded keybindings in ctl-x-map.
6689         (increase-buffer-face-height, decrease-buffer-face-height):
6690         Simplify interactive spec to just "p".  Remove autoloaded keybindings.
6692 2008-06-03  Chong Yidong  <cyd@stupidchicken.com>
6694         * simple.el (line-move-1): If we did not move as far as desired,
6695         ensure that point-left and point-entered hooks are called.
6697 2008-06-03  Sam Steingold  <sds@gnu.org>
6699         * vc-cvs.el (vc-cvs-status-extra-headers): Remove extraneous newlines.
6701 2008-06-03  John Paul Wallington  <jpw@pobox.com>
6703         * progmodes/make-mode.el (makefile-cleanup-continuations)
6704         (makefile-warn-suspicious-lines, makefile-warn-continuations):
6705         Use `derived-mode-p'.
6707 2008-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6709         * Makefile.in (update-elclist): Impose a fixed collation for sorting.
6710         (ELCFILES): Update.
6712 2008-06-03  Miles Bader  <miles@gnu.org>
6714         * face-remap.el: New file.
6715         * Makefile.in (ELCFILES): Add face-remap.elc.
6717 2008-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6719         * progmodes/flymake.el (flymake-process-filter): Make sure the source
6720         buffer isn't dead.
6722         * obsolete/bg-mouse.el, obsolete/float.el, obsolete/hilit19.el,
6723         * obsolete/lselect.el, obsolete/mlsupport.el, obsolete/ooutline.el,
6724         * obsolete/profile.el, obsolete/rsz-mini.el, obsolete/uncompress.el,
6725         * obsolete/auto-show.el, obsolete/hscroll.el:
6726         Remove packages that were obsolete in Emacs-20, or that were obsolete
6727         in Emacs-21 and do not contain any more code.
6729         * vc-dispatcher.el (vc-dir-menu-map-filter): Don't fail if
6730         vc-client-mode is not set.
6732         * image-mode.el (image-mode-map): Suppress key map and bind `q'.
6733         * doc-view.el (doc-view-mode-map): Inherit from image-mode-map.
6735         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords): Try to be
6736         yet a bit more clever at distinguishing / from /.
6738 2008-06-03  Kenichi Handa  <handa@m17n.org>
6740         * Makefile.in (ELCFILES): Add $(lisp)/language/hanja-util.elc.
6742 2008-06-03  Jihyun Cho  <jihyun.jo@gmail.com>
6744         * language/hanja-util.el: New file.
6746 2008-06-03  Glenn Morris  <rgm@gnu.org>
6748         * progmodes/f90.el (f90-typedef-matcher, f90-looking-at-type-like):
6749         Check that end-of-word follows "type".
6751 2008-06-02  Daiki Ueno  <ueno@unixuser.org>
6753         * epa-file.el (epa-file-write-region): Write the entire buffer
6754         content if START is nil.
6756 2008-06-01  Thomas Morgan  <tlm@thomasmorgan.net>  (tiny change)
6758         * select.el (x-get-selection): Fix typo.
6760 2008-06-01  Juanma Barranquero  <lekktu@gmail.com>
6762         * descr-text.el (describe-text-sexp): Use `string-match-p'.  Simplify.
6763         (describe-char): Use `looking-at-p', `string-match-p' when possible.
6765 2008-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6767         * tar-mode.el (tar-header-block-summarize): Ensure one space around
6768         user&group.
6770 2008-05-31  John Paul Wallington  <jpw@pobox.com>
6772         * help-fns.el (describe-variable-custom-version-info):
6773         Handle dotted `package-version' info.
6775 2008-05-31  Juanma Barranquero  <lekktu@gmail.com>
6777         * icomplete.el (icomplete-get-keys): Doc fix.  Use `when'.
6779 2008-05-31  Dan Nicolaescu  <dann@ics.uci.edu>
6781         * vc-cvs.el (vc-cvs-after-dir-status): Support spaces in file
6782         names and improve support for unregistered files.
6784 2008-05-31  Glenn Morris  <rgm@gnu.org>
6786         * Makefile.in (compile-last): Replace tr in `els' assignment with sed.
6787         Remove shell variable `elc'.  Split tests to hopefully be more portable.
6788         Fix `sel' assignment.
6790 2008-05-30  Juanma Barranquero  <lekktu@gmail.com>
6792         * minibuffer.el (completion-table-dynamic): Doc fix.
6794 2008-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6796         * vc-cvs.el (vc-cvs-state-heuristic, vc-cvs-parse-status):
6797         Try and return `unregistered' when applicable.
6799         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
6800         Don't encourage naming variables with "-flag".
6802 2008-05-30  Glenn Morris  <rgm@gnu.org>
6804         * Makefile.in (update-elclist): Hide the warning when it does not apply,
6805         make it milder when it does.
6806         (autogen-clean): New target.
6807         (maintainer-clean): Use autogen-clean.
6809         * calendar/diary-lib.el (diary-display-function): New name for
6810         diary-display-hook.  Keep old name as obsolete alias.  Doc fix.
6811         Change custom type and version.
6812         (diary-list-entries-hook, diary-list-entries, diary-simple-display)
6813         (diary-fancy-display): Doc fixes.
6814         (diary-list-entries, diary-include-other-diary-files)
6815         (diary-mail-entries):
6816         Use diary-display-function rather than diary-display-hook.
6818         * calendar/appt.el (appt-check): Use diary-display-function rather than
6819         diary-display-hook.
6820         * calendar/cal-x.el (calendar-dedicate-diary): Update for
6821         diary-display-function replacing diary-display-hook.
6822         * org/org-agenda.el (org-get-entries-from-diary): Also set
6823         diary-display-function.
6825         * calendar/cal-html.el (cal-html-list-diary-entries):
6826         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
6827         * calendar/cal-tex.el (cal-tex-list-diary-entries): Use LIST-ONLY
6828         argument of diary-list-entries rather than setting diary-display-hook.
6830 2008-05-30  Kenichi Handa  <handa@m17n.org>
6832         * international/mule-conf.el (utf-8-with-signature): Renamed from
6833         utf-8-sig.
6834         (utf-8-auto): Adjusted for the above change.
6836         * international/mule-diag.el (describe-font): Don't check fontset
6837         here, and just call font-info.  Get the default font by from the
6838         default face.
6840 2008-05-29  Kenichi Handa  <handa@m17n.org>
6842         * international/mule-conf.el (utf-8-sig, utf-8-auto):
6843         New coding systems.
6845         * international/mule.el (define-coding-system): Accept :bom for utf-8.
6847 2008-05-29  Espen Wiborg  <espen.wiborg@telio.no>  (tiny change)
6849         * international/utf-7.el (utf-7-encode): Use the right escape char
6850         depending on imap/nonimap encoding.
6852 2008-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6854         * minibuffer.el (completion-pcm-all-completions): Add the base-size.
6856 2008-05-29  Juanma Barranquero  <lekktu@gmail.com>
6858         * icomplete.el (icomplete-prospects-height): Add :group.
6860 2008-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6862         * icomplete.el (icomplete-prospects-length): Make obsolete.
6863         (icomplete-prospects-height): New var.
6864         (icomplete-completions): Use it.
6866 2008-05-29  David Kastrup  <dak@gnu.org>
6868         * autoinsert.el (auto-insert): Add :link.
6870 2008-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6872         * tar-mode.el (tar-header): New field `header-start'.
6873         (tar-header-block-tokenize): Set it when useful.
6874         Drop "GNUtar " magic value, which even GNU Tar doesn't know about.
6875         (tar-header-data-end): New function.
6876         (tar-summarize-buffer): Use it.
6877         (tar-next-line): Fix goal column for long usernames.
6878         (tar-expunge-internal): Use header-start.
6879         (tar-rename-entry): Handle ustar-style long names.
6880         (tar-alter-one-field): Add optional `descriptor' argument.
6881         (tar-subfile-save-buffer): Use it.
6883 2008-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6885         * tar-mode.el (tar-header): New field `header-start'.
6886         (tar-header-block-tokenize): Set header-start for longlink entries.
6887         (tar-expunge-internal): Use header-start to expunge longlink entries.
6889         * files.el (hack-local-variables): Don't signal an error if the local
6890         variable section is not properly terminated.
6892         * emacs-lisp/easymenu.el (easy-menu-convert-item)
6893         (easy-menu-convert-item-1): Move the duplicate-generation outside of
6894         the caching so it also works for identical entries.
6896         * tar-mode.el (tar-summarize-buffer): Fix reporter initialization.
6897         (tar-mode): Use write-region-annotate-functions rather than
6898         write-contents-functions.
6899         (tar-extract): Remove unused var `pos'.
6900         (tar-subfile-save-buffer): Remove unused var `following-descs'.
6901         (tar-mode-write-file): Remove.
6902         (tar-write-region-annotate): New function.
6904         * progmodes/flymake.el (flymake-save-buffer-in-file):
6905         * shadowfile.el (shadow-copy-file):
6906         * arc-mode.el (archive-*-write-file-member):
6907         * files.el (diff-buffer-with-file):
6908         * subr.el (with-temp-file): Pass nil to write-region.
6909         * jka-compr.el (jka-compr-write-region): Preserve `start's nullness.
6911         * doc-view.el (doc-view-mode-map): Bind `q' to quit-window, as is
6912         the custom.
6914         * files.el (basic-save-buffer-2): Pass nil rather than (point-min)
6915         to write-region.
6917 2008-05-28  Glenn Morris  <rgm@gnu.org>
6919         * Makefile.in (update-elclist): Work around non-portability of "\"
6920         in various implementations of echo.
6922 2008-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6924         * international/mule-diag.el (describe-current-coding-system):
6925         Don't assume selection-coding-system is always defined.
6927         * tar-mode.el: Use defstruct and markers.
6928         (tar-setf): Remove.
6929         (tar-header): Use defstruct.  Add `data-start' field.
6930         (make-tar-desc, tar-desc-tokens): Remove, folded into tar-header.
6931         (tar-desc-data-start): Remove (now called tar-header-data-start).
6932         (tar-roundup-512): New fun.
6933         (tar-header-block-tokenize): Receive a buffer position rather than
6934         a string.  Handle @longLink here, be more careful about it.
6935         Create a marker for data-start.
6936         (tar-summarize-buffer): Don't handle @LongLink here any more.
6937         (tar-expunge-internal, tar-subfile-save-buffer): Don't update
6938         data-start on the following entries any more.
6939         (tar-chown-entry, tar-chgrp-entry): Use read-number.
6941         * tar-mode.el: Use buffer-swap-text to separate summary and raw data.
6942         (tar-header-offset): Remove.
6943         (tar-parse-info, tar-header-offset, tar-file-name-coding-system):
6944         Not permanent any more.
6945         (tar-data-buffer): New var.
6946         (tar-data-swapped-p, tar-change-major-mode-hook)
6947         (tar-mode-kill-buffer-hook): New funs.
6948         (tar-untar-buffer, tar-summarize-buffer, tar-mode, tar-mode-revert)
6949         (tar-extract, tar-copy, tar-expunge-internal, tar-expunge)
6950         (tar-clear-modification-flags, tar-alter-one-field)
6951         (tar-subfile-save-buffer, tar-pad-to-blocksize, tar-mode-write-file):
6952         Change accordingly.
6954 2008-05-27  Dan Nicolaescu  <dann@ics.uci.edu>
6956         * vc-dispatcher.el (vc-directory-resynch-file): Rename to ...
6957         (vc-dir-resynch-file): ... this.  Update callers.
6958         Use vc-string-prefix-p.  Ignore directory args.
6959         (vc-string-prefix-p): CSE.
6960         (vc-resynch-buffer): Restore conditional.
6962         * vc-hooks.el (vc-after-save): Improve test.
6963         (vc-mode-line): Fix indentation.
6965 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
6967         * calendar/parse-time.el (parse-time-months)
6968         (parse-time-weekdays): Add long-form month and day names.
6970 2008-05-27  Glenn Morris  <rgm@gnu.org>
6972         * Makefile.in (update-elclist): Make errors in final sed non-fatal.
6974 2008-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6976         * vc-dispatcher.el (vc-string-prefix-p): New function.
6977         (vc-dir-parent-marked-p): Use it.
6979 2008-05-27  Dan Nicolaescu  <dann@ics.uci.edu>
6981         * vc.el (Problems): Remove fixed issues.
6982         (vc-expand-dirs): Avoid returning directories.
6983         (vc-dir): Fix C-x v v binding.
6984         (vc-make-backend-object): Fix name.
6985         (vc-dir-show-fileentry): Fix docstring.
6986         (vc-dir-refresh): Use vc-dir-backend.  Fix docstring.
6987         (vc-dir-refresh-files): Use vc-dir-backend.  Fix docstring.
6988         Reset the state for directories.
6989         (vc-dir-headers): Align labels.
6990         (vc-default-status-printer): Do no call prettify-state-info.
6991         (vc-deduce-fileset): Replace implementation with one based on a
6992         working older version.
6993         (vc-next-action): Use the new form of vc-deduce-fileset.
6994         Fix dealing with unregistered files.
6996         * vc-dispatcher.el (vc-resynch-window): Fix mode-line updating.
6997         (vc-dir-menu-map): Fix menu title for the menu bar and the popup menu.
6998         (vc-dir-child-files): New function.
6999         (vc-dir-node-directory): New function.
7000         (vc-dir-update, vc-dir-parent-marked-p)
7001         (vc-dir-children-marked-p, vc-dir-mark-all-files)
7002         (vc-dir-marked-only-files, vc-dispatcher-selection-set): Use it.
7004         * vc-cvs.el (vc-cvs-status-extra-headers): Align labels.
7006 2008-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7008         * diff-mode.el (diff-context-mid-hunk-header-re): New const.
7009         (diff-font-lock-keywords, diff-context->unified)
7010         (diff-reverse-direction, diff-fixup-modifs, diff-sanity-check-hunk)
7011         (diff-hunk-text, diff-find-source-location): Use it.
7012         (diff-post-command-hook): Let the user edit the hunk headers.
7014 2008-05-26  Andreas Schwab  <schwab@suse.de>
7016         * vc.el (vc-default-prettify-state-info): Fix formatting of an
7017         unknown state.
7019         * tar-mode.el (tar-summarize-buffer): Comment fix.
7021 2008-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7023         * tar-mode.el (tar-summarize-buffer): Handle GNU Tar @LongLink format.
7025 2008-05-26  Glenn Morris  <rgm@gnu.org>
7027         * calendar/cal-hebrew.el (diary-ordinal-suffix): Declare for compiler.
7029 2008-05-25  John Paul Wallington  <jpw@pobox.com>
7031         * proced.el (proced-next-line, proced-previous-line):
7032         Avoid calling `next-line' and `previous-line' from Lisp code.
7034 2008-05-25  Ed Reingold  <reingold@emr.cs.iit.edu>
7036         * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
7037         Use diary-ordinal-suffix.
7039 2008-05-24  Juanma Barranquero  <lekktu@gmail.com>
7041         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-defs)
7042         (edebug-all-forms, edebug-eval-macro-args, edebug-save-windows)
7043         (edebug-save-displayed-buffer-points, edebug-initial-mode)
7044         (edebug-trace, edebug-test-coverage, edebug-continue-kbd-macro)
7045         (edebug-print-length, edebug-print-level, edebug-print-circle)
7046         (edebug-unwrap-results, edebug-on-error, edebug-on-quit)
7047         (edebug-global-break-condition, edebug-sit-for-seconds):
7048         Remove spurious * from defcustom docstrings.
7049         (edebug-unwrap*, edebug-signal, edebug-eval-display):
7050         Improve argument/docstring consistency.
7051         (edebug-test-coverage, edebug-gensym, edebug-read)
7052         (edebug-top-level-nonstop, edebug-eval-result-list)
7053         (edebug-eval-redisplay, edebug-trace): Fix typos in docstring.
7054         (edebug-eval-defun, edebug-eval-top-level-form, edebug)
7055         (edebug-display-freq-count): Reflow docstrings.
7056         (edebug-restore-status): Doc fix.
7058 2008-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7060         * proced.el (proced-header-line): Use the :align-to 0 feature
7061         rather than computing the corresponding position manually.
7062         (proced-update): Don't hardcode point-min==1.
7064 2008-05-24  Alan Mackenzie  <acm@muc.de>
7066         * progmodes/cc-mode.el (c-postprocess-file-styles): Throw an error
7067         if c-file-style is set to a non-string.
7069         (c-neutralize-CPP-line): Surround by `save-excursion'.
7070         (c-neutralize-syntax-in-CPP): Optimize for speed.
7072 2008-05-24  Glenn Morris  <rgm@gnu.org>
7074         * Makefile.in (update-elclist): New target, to update ELCFILES.
7075         (bootstrap-after): Run update-elclist.
7077 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
7079         * icalendar.el (icalendar-version): Increase to "0.19".
7080         (icalendar--date-style): New function.
7081         (icalendar--datetime-to-diary-date): Doc fix.
7082         Use icalendar--date-style.
7083         (icalendar--datestring-to-isodate): Doc fix.  Handle iso date style.
7084         (icalendar--convert-yearly-to-ical)
7085         (icalendar--convert-recurring-to-diary): Handle iso date style,
7086         use icalendar-date-style.
7088 2008-05-23  Dan Nicolaescu  <dann@ics.uci.edu>
7090         * vc.el (vc-delete-file): Make sure the buffer is deleted and
7091         vc-dir buffers are updated.
7093 2008-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7095         * vc.el (vc-delete-file): Don't try to resynch the buffer.
7097 2008-05-23  Paul Rivier  <paul.r.ml@gmail.com>
7099         * textmodes/reftex-vars.el (reftex-extra-bindings-prefix): New var.
7100         * textmodes/reftex.el (reftex-extra-bindings-map): New var.
7101         (reftex-extra-bindings): Use it.
7103         * progmodes/mixal-mode.el (mixal-mode-map): Move key-bindings
7104         away from the user-reserved keys.
7106         * progmodes/ada-mode.el (ada-mode-extra-map, ada-mode-extra-prefix):
7107         New vars.
7108         (ada-create-keymap): Use them.
7110 2008-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7112         * emacs-lisp/regexp-opt.el (regexp-opt): Always return
7113         a properly-grouped regexp.
7115 2008-05-23  Juanma Barranquero  <lekktu@gmail.com>
7117         * progmodes/cap-words.el (capitalized-words-mode):
7118         Fix typos in docstring.
7120 2008-05-23  Kenichi Handa  <handa@m17n.org>
7122         * international/mule-conf.el: Don't define the charset `emacs'
7123         here, just put :docstring, :short-name, and :long-name.
7125 2008-05-22  Kenichi Handa  <handa@m17n.org>
7127         * international/mule-diag.el (font-show-log): Limit each listing
7128         to 20 items.
7130 2008-05-23  Nick Roberts  <nickrob@snap.net.nz>
7132         * progmodes/gdb-ui.el (gdb-enable-debug): New function.
7133         (gdb-annotation-rules): New entry for "thread-changed".
7134         (gdb-thread-changed): New function.
7136 2008-05-23  Glenn Morris  <rgm@gnu.org>
7138         * Makefile.in (SOURCES): Remove, unused.
7139         (lisptagsfiles1, lisptagsfiles2): Use '*' rather than '[a-zA-Z]*'.
7140         (TAGS, TAGS-LISP): Use a single rule with multiple targets.
7141         Exclude more '*loaddefs' files.
7142         (compile-always): Simplify '.elc' deletion.
7144 2008-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7146         * vc-bzr.el (vc-bzr-annotate-time): Reduce memory allocation.
7147         (vc-bzr-revision-completion-table): Handle `boundaries' argument.
7149         * minibuffer.el (completion-boundaries): Change calling
7150         convention, so `string' has the same semantics as in
7151         try-completion and all-completions.
7152         (completion-table-with-context, completion--embedded-envvar-table)
7153         (completion--file-name-table)
7154         (completion-pcm--find-all-completions): Adjust code accordingly.
7156 2008-05-22  Chong Yidong  <cyd@stupidchicken.com>
7158         * image-mode.el (image-mode-winprops): Add argument CLEANUP to
7159         prune image-mode-winprops-alist, preventing it from growing
7160         indefinitely.
7161         (image-mode-reapply-winprops): Use it.
7163 2008-05-22  Teodor Zlatanov  <tzz@lifelogs.com>
7165         * net/netrc.el (netrc-machine): Always match if the port is not given.
7167 2008-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7169         * minibuffer.el (completion-pcm--find-all-completions):
7170         Don't add pseudo-completions.
7172         * icomplete.el (icomplete-eoinput): Remove.
7173         (icomplete-overlay): New var to replace it.
7174         (icomplete-tidy): Rewrite.
7175         (icomplete-exhibit): Use an overlay.
7176         (icomplete-completions): Use completion-all-sorted-completions.
7177         Obey completion-ignore-case.
7179         * files.el (locate-dominating-file): Accept non-existing argument.
7180         (project-find-settings-file): Rewrite, using locate-dominating-file.
7182 2008-05-22  Kenichi Handa  <handa@m17n.org>
7184         * faces.el (font-weight-table, font-slant-table, font-width-table):
7185         Delete them.  Don't call internal-set-font-style-table.
7187         * international/mule-diag.el (font-show-log): New function.
7189         * international/fontset.el (script-representative-chars): Add more
7190         chars for latin.  Add data for symbol.
7191         (setup-default-fontset): Add entries for phonetic, armenian, and symbol.
7193 2008-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7195         * minibuffer.el (completion-all-sorted-completions): New var.
7196         (completion--flush-all-sorted-completions)
7197         (completion-all-sorted-completions): New functions.
7198         (minibuffer-force-complete): New command.
7200 2008-05-21  Glenn Morris  <rgm@gnu.org>
7202         * files.el (c-postprocess-file-styles): Declare for compiler.
7204         * Makefile.in: Allow for parallel byte-compiling.
7205         (ELCFILES): New variable.
7206         (.el.elc): Remove prerequisites from suffix rule.  Print a message.
7207         (compile-first, compile-main, compile-last): New targets.
7208         (compile-always): Simplify - delete .elc files, then `make compile'.
7210         * Makefile.in (compile-calc): Use glob rather than find.
7211         ($(lisp)/progmodes/cc-mode.elc): Use $@.
7213         * eshell/esh-module.el: No need for cl when compiling.
7215         * eshell/eshell.el (eshell-defgroup): New alias.
7216         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
7217         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
7218         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
7219         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
7220         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
7221         * eshell/em-xtra.el: Use eshell-defgroup rather than defgroup.
7222         Autoload the custom group.  Set generated-autoload-file.
7223         * eshell/em-basic.el, eshell/esh-module.el: Require eshell,
7224         for eshell-defgroup.
7225         * eshell/esh-module.el (eshell-load-defgroups): Remove.
7226         Require esh-groups rather than loading it.
7228 2008-05-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7230         * proced.el (proced-header-line): New variable and new function.
7231         (proced-mode): Set header-line-format.
7232         (proced-update): Set proced-header-line.
7233         (proced-send-signal): Use proced-header-line.
7235 2008-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7237         * macros.el (insert-kbd-macro): Use prin1-char.
7239 2008-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7241         * minibuffer.el (completion-boundaries): New function.
7242         (completion--some): Delay errors.
7243         (complete-with-action, completion-table-with-context):
7244         Handle `boundaries' case.
7245         (completion--try-word-completion): Avoid partial-completion
7246         when the user hasn't entered anything yet.
7247         (minibuffer-local-map, minibuffer-local-filename-completion-map)
7248         (minibuffer-local-must-match-map, minibuffer-local-completion-map)
7249         (minibuffer-local-must-match-filename-map, minibuffer-local-ns-map):
7250         Setup default keybindings.
7251         (completion--embedded-envvar-re): New var.
7252         (completion--embedded-envvar-table): Use it.  Handle `boundaries' case.
7253         (completion--file-name-table): Handle `boundaries' case.
7254         (completion-pcm--pattern->regex): Avoid pathological backtracking.
7255         (completion-pcm--all-completions): Add a `prefix' arg.
7256         (completion-pcm--find-all-completions): New function.
7257         (completion-pcm-all-completions, completion-pcm-try-completion):
7258         Use it.
7260         * icomplete.el (icomplete-completions): Don't use `predicate' with
7261         a table of a different type than `candidates'.
7263 2008-05-20  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7265         * proced.el (proced-goal-column): Rename from proced-procname-column.
7266         (proced-goal-header-re): Rename from proced-procname-column-regexp.
7267         (proced-move-to-goal-column): Rename from proced-move-to-procname.
7268         (proced-header-face, proced-header-regexp): Remove.
7269         (proced-font-lock-keywords): Remove proced-header-face.
7270         (proced-header-alist, proced-sorting-schemes-re): New variables.
7271         (proced): Rename Proced buffer to *Proced*.
7272         (proced-next-line, proced-previous-line): New commands.
7273         (proced-do-mark, proced-do-mark-all, proced-toggle-marks)
7274         (proced-hide-processes): Do not treat first line as special.
7275         (proced-header-space): New function.
7276         (proced-update): Use header-line-format.
7277         Initialize proced-header-alist and proced-sorting-schemes-re.
7278         Set proced-goal-column.  Include proced-command in mode-name.
7279         (proced-send-signal): Use header-line-format for *Marked
7280         Processes* buffer.
7281         (proced-sort): Restrict minibuffer completion to applicable
7282         sorting schemes.
7283         (proced-sorting-scheme-p): Use proced-sorting-schemes-re.
7285 2008-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7287         * icomplete.el (icomplete-simple-completing-p):
7288         Allow icomplete-with-completion-tables to say "use it everywhere".
7289         (icomplete-completions): Obey completion-styles.  Try to accommodate
7290         partial-completion style.
7292 2008-05-20  Michael Olson  <mwolson@gnu.org>
7294         * files.el (project-find-settings-file): Change concat to
7295         expand-file-name.
7297 2008-05-19  Tom Tromey  <tromey@redhat.com>
7299         * files.el (normal-mode): Call hack-project-variables.
7300         (hack-local-variables-confirm): Add 'project' argument.
7301         (hack-local-variables-apply): New function.
7302         (hack-local-variables): Use it.
7303         (project-class-alist, project-directory-alist): New variables.
7304         (project-get-alist): New function.
7305         (project-collect-bindings-from-alist)
7306         (project-collect-binding-list, set-directory-project)
7307         (project-find-settings-file, project-define-from-project-file)
7308         (hack-project-variables): New functions.
7310 2008-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7312         * emacs-lisp/cl-specs.el (destructuring-bind): Fix spec.
7314 2008-05-19  Juanma Barranquero  <lekktu@gmail.com>
7316         * faces.el (font-weight-table): Fix typo in docstring.
7318 2008-05-18  David Hull  <david@snap.com>  (tiny change)
7320         * vc-hg.el (vc-hg-annotate-re): Recognize the output of --follow.
7321         (vc-hg-annotate-command): Allow white space before version number.
7323 2008-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
7325         * calc/calc-yank.el (calc-register-alist): New variable.
7326         (calc-set-register, calc-get-register, calc-copy-to-register)
7327         (calc-insert-register, calc-add-to-register, calc-append-to-register)
7328         (calc-prepend-to-register): New functions.
7330         * calc/calc-ext.el (calc-init-extensions): Add keybindings for
7331         `calc-copy-to-register' and `calc-insert-register'.
7332         Autoload new register functions.
7334         * calc/calc-help.el (calc-r-prefix-help): Add help for register
7335         functions.
7337 2008-05-18  Dan Nicolaescu  <dann@ics.uci.edu>
7339         * vc.el (Todo): Add known problems.
7340         (vc-dir-backend): New variable.
7341         (vc-dir): Set it.
7342         (vc-make-backend-object, vc-generic-status-printer)
7343         (vc-generic-state, vc-generic-status-fileinfo-extra)
7344         (vc-dir-extra-menu): Use it.
7345         (vc-generic-dir-headers): Remove, unused.
7347         * vc-dispatcher.el (vc-dir-previous-directory): Rename from
7348         vc-dir-prev-directory for consistency with vc-dir-previous-line.
7349         (vc-dir-mode-map): Fix bindings.
7351         * vc-bzr.el (vc-bzr-after-dir-status): Remove unused binding.
7353 2008-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
7355         * calc/calc-yank.el (calc-kill): Make sure that only the stack is
7356         operated on.
7357         (calc-kill-region): Kill entire lines.
7359 2008-05-17  Glenn Morris  <rgm@gnu.org>
7361         * ezimage.el (ezimage-use-images): Drop support for Emacs < 21 and
7362         simplify initial value.
7363         (defezimage): Drop support for Emacs without defimage, use a featurep
7364         test rather than fboundp when defining, drop with-no-warnings.
7365         (ezimage-insert-over-text): Move featurep test inside
7366         add-text-properties.
7368         * elide-head.el (elide-head-headers-to-hide): Handle GPLv3 format.
7370         * net/tramp.el (top-level): Load auth-source when compiling.
7372         * progmodes/fortran.el (fortran-font-lock-keywords-2): Add .eqv., .neqv.
7374 2008-05-17  Andreas Schwab  <schwab@suse.de>
7376         * vc-dispatcher.el (vc-dir-mode-map): Fix M-down and M-up binding.
7378 2008-05-17  Dan Nicolaescu  <dann@ics.uci.edu>
7380         * vc.el (vc-annotate-show-diff-revision-at-line): Change
7381         vc-diff-internal arg to match what vc-deduce-fileset returns now.
7383 2008-05-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7385         * menu-bar.el (menu-bar-select-buffer): Reinsert it as msb.el uses it.
7387 2008-05-17  Jim Meyering  <meyering@redhat.com>
7389         * ido.el (ido-save-history): Do not emit a trailing newline at the
7390         end of the ido history file.
7392 2008-05-16  John Paul Wallington  <jpw@pobox.com>
7394         * vc-dispatcher.el (top-level): Revert previous change: require cl
7395         when compiling.
7397 2008-05-16  Eric S. Raymond  <esr@snark.thyrsus.com>
7399         * vc.el (vc-default-status-printer)
7400         (vc-default-prettify-state-info): Enhance the state prettyprinter
7401         to deal better with unknown states and indirect through it when
7402         painting vc-dir buffers.
7404 2008-05-16  John Paul Wallington  <jpw@pobox.com>
7406         * vc-dispatcher.el (top-level): Don't require cl when compiling.
7407         (vc-dir-mode-map): Fix backquote.
7408         (vc-at-event): Doc fix.  Use `make-symbol' instead of `gensym'.
7410 2008-05-16  Michael Albinus  <michael.albinus@gmx.de>
7412         * net/tramp.el (tramp-handle-write-region): Fix check for short track.
7413         Reported by Glenn Morris <rgm@gnu.org>.
7415 2008-05-16  Eric S. Raymond  <esr@snark.thyrsus.com>
7417         * vc.el: Remove my analysis of SCCS/RCS concurrency issues from
7418         the end of the file, it was good work at one time but has been
7419         stale since 1995 and may now be actively misleading.
7420         * vc-cvs.el (vc-cvs-status-extra-headers): Extract and display the
7421         CVS repository and module (assumptions for the latter a bit iffy).
7422         * vc-svn.el (vc-svn-status-extra-headers): Extract and display the
7423         SVN repository.
7425 2008-05-16  Juanma Barranquero  <lekktu@gmail.com>
7427         * vc-rcs.el (vc-rcs-create-tag):
7428         * vc-sccs.el (vc-sccs-create-tag):
7429         Fix typo in error message and pass backend arg.
7431 2008-05-15  Michael Albinus  <michael.albinus@gmx.de>
7433         * net/tramp.el (tramp-file-name-for-operation): Add `make-temp-name'.
7435 2008-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
7437         * net/tramp.el: Load auth-source library.
7438         (tramp-read-passwd): Use it for password, not login.
7440 2008-05-15  Shigeru Fukaya  <shugeru.fukaya@gmail.com>
7442         * ses.el (ses-goto-print): Use move-to-column rather than forward-char.
7443         (ses-print-cell): Use string-width, truncate-string-to-width,
7444         delete-region rather than length, substring, delete-char.
7445         (ses-setup): Set inhibit-point-motion-hooks to t.
7446         Calculate position by actually moving point rather than just using
7447         unibyte character length.
7448         (ses-mode): Set indent-tabs-mode to nil.
7449         (ses-center): Use string-width rather than length.
7451 2008-05-15  Eric S. Raymond  <esr@snark.thyrsus.com>
7453         * vc-cvs.el, vc-git.el, vc-hg.el, vc-hooks.el, vc-mcvs.el,
7454         * vc-rcs.el, vc-sccs.el, vc-svn.el, vc.el:
7455         Rename vc-*-create-snapshot and vc-*-retrieve-snapshot to
7456         vc-*-create-tag and vc-*-retrieve-tag respectively.
7458         * vc-dispatcher.el: Fix an incorrect buffer name and remove an
7459         unneeded defalias.
7461         * vc.el, vc-dispatcher.el (vc-dir-menu-map-filter): Move.
7463         * vc.el, vc-dispatcher.el (vc-dir-menu-map): Remove assumption
7464         about buffer names.
7466 2008-05-15  Glenn Morris  <rgm@gnu.org>
7468         * vc-hooks.el (vc-directory-resynch-file): Fix declaration.
7470         * org/org-exp.el (org-infojs-options-inbuffer-template):
7471         Fix declaration.
7473         * progmodes/cc-mode.el (declare-function): Add compat definition.
7474         (awk-mode-syntax-table, c-awk-unstick-NL-prop): Declare for compiler.
7476 2008-05-14  Eric S. Raymond  <esr@snark.thyrsus.com>
7478         * vc-dispatcher.el (vc-dispatcher-selection): Change the returned
7479         list to a cons so the caller can get back both expanded and
7480         unexpanded filesets.
7481         * vc.el (vc-deduce-fileset, vc-next-action, vc-diff-internal)
7482         (vc-merge, vc-version-diff, vc-print-log, vc-revert, vc-rollback):
7483         Change handling of selection-set returns as required.
7485 2008-05-15  John Paul Wallington  <jpw@pobox.com>
7487         * add-log.el (top-level): Don't require cl when compiling.
7489         * arc-mode.el (archive-add-new-member): Use `derived-mode-p'.
7490         (archive-*-extract): Use `zerop'.
7491         (archive-*-write-file-member): Use `or', use `zerop'.
7493         * diff-mode.el (diff-current-defun): Use `buffer-local-value'.
7495         * ibuffer.el (ibuffer-assert-ibuffer-mode): New defsubst.
7496         (ibuffer-mark-interactive, ibuffer-set-mark)
7497         (ibuffer-insert-buffer-line, ibuffer-redisplay-current)
7498         (ibuffer-map-lines, ibuffer-switch-format)
7499         (ibuffer-update-title-and-summary)
7500         (ibuffer-redisplay-engine): Use it.
7502         * ibuf-ext.el (ibuffer-interactive-filter-by-mode)
7503         (ibuffer-set-filter-groups-by-mode, ibuffer-list-buffer-modes)
7504         (define-ibuffer-filter mode, define-ibuffer-filter used-mode)
7505         (define-ibuffer-sorter major-mode, ibuffer-mark-unsaved-buffers)
7506         (ibuffer-mark-read-only-buffers)
7507         (ibuffer-mark-dired-buffers): Use `buffer-local-value'.
7509         * ibuf-macs.el (ibuffer-aif, ibuffer-awhen, ibuffer-save-marks)
7510         (define-ibuffer-column, define-ibuffer-sorter)
7511         (define-ibuffer-op, define-ibuffer-filter): Add declarations
7512         containing indentation specs, replacing equivalent top-level
7513         forms that set `lisp-indent-function' properties.
7514         (define-ibuffer-op): Use `derived-mode-p'.
7515         (define-ibuffer-filter): Remove redundant `concat' call.
7517 2008-05-14  Michael Albinus  <michael.albinus@gmx.de>
7519         * net/tramp.el (tramp-echo-mark): Update docstring.
7520         (tramp-echo-mark-marker): New defconst.
7521         (tramp-check-for-regexp): Use it.
7523 2008-05-14  Eric S. Raymond  <esr@snark.thyrsus.com>
7525         * vc.el (vc-deduce-fileset): Do the right thing when visiting a
7526         buffer (say, a log buffer or diff buffer) with a vc-dir buffer
7527         as parent.
7529 2008-05-14  John Paul Wallington  <jpw@pobox.com>
7531         * international/mule.el (convert-define-charset-argument):
7532         Remove period from end of error message.
7533         (coding-system-mnemonic): Doc fix.
7534         (ctext-pre-write-conversion): Doc fix.
7536 2008-05-14  Simon Marshall  <simon@gnu.org>
7538         * obsolete/fast-lock.el (fast-lock-cache-directories): Remove "."
7539         from its default value and give it the risky-local-variable
7540         property (CVE-2008-2142).
7542 2008-05-14  Kenichi Handa  <handa@m17n.org>
7544         * language/korean.el ("Korean"): Set `iso639-language'
7545         property to `ko'.
7547         * language/japanese.el ("Japanese"): Set `iso639-language'
7548         property to `ja'.
7550         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
7551         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK")
7552         ("Chinese-GB18030"): Set `iso639-language' property to `zh'.
7554         * international/mule-cmds.el (set-language-environment):
7555         Set current-iso639-language.
7557         * international/fontset.el (setup-default-fontset): For kana, han,
7558         hangul, and cjk-misc, move an entry with font-spec at the end.
7559         (generate-fontset-menu): Exclude fontset-auto* from the list.
7561         * composite.el (compose-chars-after): Assume that WINDOW is always
7562         non-nil.
7564         * faces.el (font-weight-table, font-slant-table)
7565         (font-swidth-table): Declare them by defconst.  Change the format
7566         of elements.  Call internal-set-font-style-table after their
7567         declaration.
7568         (face-valid-attribute-values): Call font-family-list.  Get values
7569         for width, weight, and slant from font-xxx-table.
7571         * cus-face.el (custom-face-attributes): Add "thin" for :weight.
7573 2008-05-13  John Paul Wallington  <jpw@pobox.com>
7575         * ibuffer.el (ibuffer-buffer-file-name): New function.
7576         (define-ibuffer-column filename): Use it.
7578         * ibuf-ext.el (define-ibuffer-filter filename): Use it.
7580 2008-05-13  Chong Yidong  <cyd@stupidchicken.com>
7582         * talk.el (talk): Simplify.  Pass display arg to talk-add-display
7583         as a string.
7584         (talk-add-display): Simplify.  Accept only string args.
7586 2008-05-13  Jay Belanger  <jay.p.belanger@gmail.com>
7588         * calc/calc.el (calc-mode-map): Remove old keybinding for `calc-yank'.
7590 2008-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7592         * Makefile.in (bootstrap-prepare): Don't chmod files.
7593         (autoloads): Do it here instead, where it's actually needed.
7595 2008-05-13  Chong Yidong  <cyd@stupidchicken.com>
7597         * tool-bar.el (tool-bar-make-keymap): Account for the optional
7598         KEY-BINDING-DATA field in menu-item list.
7600 2008-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7602         * dired.el (dired-read-dir-and-switches): Move things about to use less
7603         recursion during macroexpansion.
7605         * dired.el (dired-read-dir-and-switches): Use read-file-name.
7607         * dired.el (dired-read-dir-and-switches): Ignore ., .., and
7608         completion-ignored-extension directories if there's something else.
7609         (dired-mark-if, dired-map-over-marks, dired-readin, dired-revert)
7610         (dired-remember-marks, dired-undo, dired-build-subdir-alist)
7611         (dired-internal-do-deletions, dired-mark-files-in-region, dired-mark)
7612         (dired-toggle-marks, dired-change-marks, dired-unmark-all-files):
7613         buffer-read-only -> inhibit-read-only.
7615 2008-05-12  Eric S. Raymond  <esr@snark.thyrsus.com>
7617         * vc.el (vc-expand-dirs): Stop this function from tossing out
7618         explicitly specified files.
7620 2008-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7622         * smerge-mode.el (smerge-apply-resolution-patch): Don't pass nil
7623         to `insert'.
7625 2008-05-12  Dan Nicolaescu  <dann@ics.uci.edu>
7627         * vc.el (vc-annotate-show-diff-revision-at-line): Remove incorrect
7628         cons.  Use vc-annotate-backend.
7629         (with-vc-file, edit-vc-file): Remove unused macros.
7631 2008-05-12  Teodor Zlatanov  <tzz@lifelogs.com>
7633         * mail/smtpmail.el: Add autoload for `auth-source-user-or-password'.
7634         (smtpmail-try-auth-methods): Use it.
7636 2008-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7638         * emacs-lisp/cl.el (cl-set-nthcdr): Make it a defsubst so that
7639         (setf (nthcdr ..) ..) doesn't require CL at runtime.
7641 2008-05-11  Carsten Dominik  <dominik@science.uva.nl>
7643         * org/org.el (org-modules): Repair problems with loading org-jsinfo.org.
7645 2008-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7647         * vc-bzr.el (vc-bzr-sha1, vc-bzr-command-discarding-stderr)
7648         (vc-bzr-revision-completion-table): Use process-file.
7649         (vc-bzr-working-revision): Pass relative file names.
7651         * diff-mode.el (diff-hunk-header-re): Refine the regexp.
7653 2008-05-11  Juri Linkov  <juri@jurta.org>
7655         * wid-edit.el (widget-image-directory): Change default image data
7656         subdirectory from "custom" to "images/custom".
7658         * info.el (Info-next-preorder): Let-bind `Info-history' to nil
7659         before recursive call to `Info-next-preorder' to not add
7660         intermediate nodes to the history.
7662         * isearch.el: Put isearch-scroll property on recenter-top-bottom.
7664         * emulation/cua-base.el: Put isearch-scroll property
7665         on cua-scroll-up and cua-scroll-down.
7667 2008-05-11  Eric S. Raymond  <esr@snark.thyrsus.com>
7669         * vc-hooks.el (vc-recompute-state): Remove (dead code).
7671 2008-05-10  Dan Nicolaescu  <dann@ics.uci.edu>
7673         * vc-dispatcher.el (ewoc): Require.
7674         (vc-log-edit, vc-buffer-sync): Declare for byte compiler.
7676         * vc-hg.el (vc-hg-diff, vc-hg-annotate-command): Use when not if.
7678 2008-05-10  Chong Yidong  <cyd@stupidchicken.com>
7680         * term/w32-win.el (x-colors):
7681         * term/mac-win.el (x-colors):
7682         * term/x-win.el (x-colors): Re-order colors.
7684 2008-05-10  Reiner Steib  <reiner.steib@gmx.de>
7686         * smerge-mode.el (smerge-command-prefix): Fix custom type.
7688 2008-05-10  Eric S. Raymond  <esr@snark.thyrsus.com>
7690         * vc-dispatcher.el (vc-dir-next-directory, vc-dir-prev-directory):
7691         New functions implementing motion to next and previous directory.
7693         * vc-arch.el (vc-arch-command):
7694         * vc-bzr.el (vc-bzr-command):
7695         * vc-cvs.el (vc-cvs-command):
7696         * vc-dispatcher.el (vc-do-command):
7697         * vc-git.el (vc-git-command):
7698         * vc-hg.el (vc-hg-command):
7699         * vc-mcvs.el (vc-mvcs-command):
7700         * vc-mtn.el (vc-mtn-command):
7701         * vc-sccs.el (vc-sccs-command, vc-sccs-workfile)
7702         (vc-sccs-workfile-unchanged-p):
7703         * vc-svn.el (vc-svn-command, vc-svn-create-repo):
7704         * vc-rcs.el (all methods): Remove assumption about what a nil
7705         argument to vc-do-command means.  This means no buffer name needs
7706         to be hardcoded into the dispatcher layer, and it's better to be
7707         explicit anyway.
7709         * vc-svn.el (vc-svn-dir-state-heuristic): Remove.
7711 2008-05-10  Dan Nicolaescu  <dann@ics.uci.edu>
7713         * vc.el: Update todo.
7715         * vc-sccs.el (vc-sccs-dir-status):
7716         * vc-rcs.el (vc-rcs-dir-status): Avoid using results from multiple
7717         backends and returning up to date files.
7719         * vc-hooks.el (vc-prefix-map): Remove duplicate binding.
7721 2008-05-09  Eric S. Raymond  <esr@snark.thyrsus.com>
7723         * vc.el (vc-dir):
7724         * vc-hooks.el: Tweak the VC directory bindings.  These are now
7725         documented in the manual.
7727         * vc-dispatcher.el (vc-dir-update, vc-dir-parent-marked-p)
7728         (vc-dir-children-marked-p): Remove the vc-dir-insert-directories global.
7729         (vc-dispatcher-selection-set): Allow callers to pass in an
7730         observer flag that says no buffer sync is required.
7731         * vc.el (vc-deduce-fileset, vc-print-log, vc-version-diff):
7732         Use the observer flag.
7734 2008-05-09  Michael Albinus  <michael.albinus@gmx.de>
7736         * simple.el (start-file-process): Clarify docstring.
7738 2008-05-09  Eric S. Raymond  <esr@snark.thyrsus.com>
7740         * vc-sccs.el, vc-svn.el, vc-git.el, vc-hg.el, vc-mtn.el:
7741         Remove stub implementations of, and references to, wash-log.
7742         * vc-rcs.el (vc-rcs-comment-history):
7743         * vc-cvs.el (vc-cvs-comment-history):
7744         Inline the code that used to be wash-log.
7746         * vc-sccs.el (vc-sccs-checkin, vc-sccs-checkout, vc-sccs-rollback)
7747         (vc-sccs-revert, vc-sccs-steal-lock, vc-sccs-modify-change-comment)
7748         (vc-sccs-print-log, vc-sccs-diff): Grok directories.
7749         * vc-rcs.el (vc-sccs-checkin, vc-sccs-checkout)
7750         (vc-rcs-revert, vc-rcs-steal-lock, vc-rcs-modify-change-comment)
7751         (vc-rcs-print-log): Grok directories.
7753 2008-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7755         * vc.el (vc-mark-resolved): Add `backend' argument.
7756         (vc-next-action): Pass it the backend.
7757         (vc-next-action, vc-checkout, vc-mark-resolved, vc-version-diff)
7758         (vc-merge, vc-rollback, vc-update, vc-transfer-file, vc-delete-file)
7759         (vc-default-comment-history, vc-default-create-snapshot)
7760         (vc-default-retrieve-snapshot, vc-default-revert, vc-annotate)
7761         (vc-annotate-revision-previous-to-line)
7762         (vc-annotate-show-diff-revision-at-line, vc-annotate-warp-revision):
7763         * vc-svn.el (vc-svn-checkout):
7764         * vc-mcvs.el (vc-mcvs-checkout):
7765         * vc-hooks.el (vc-state, vc-default-workfile-unchanged-p)
7766         (vc-working-revision, vc-before-save, vc-mode-line):
7767         Prefer vc-call-backend to vc-call so as not to recompute the backend.
7769         * vc.el (vc-deduce-fileset): Don't require the checkout-model and the
7770         state to be consistent since it's often an unwarranted restriction.
7771         Don't return the state either.
7772         (vc-next-action): Check that the state is consistent.
7773         (vc-diff-internal, vc-version-diff, vc-print-log, vc-revert)
7774         (vc-rollback, vc-update): Adapt to new return value of
7775         vc-deduce-fileset.
7777         * vc-dispatcher.el (vc-dispatcher-browsing): Use derived-mode-p.
7778         (vc-dir-prepare-status-buffer): Use vc-dispatcher-browsing.
7779         (vc-dispatcher-in-fileset-p): New fun.
7780         (vc-dispatcher-selection-set): Use it to properly handle directories.
7782 2008-05-09  Dan Nicolaescu  <dann@ics.uci.edu>
7784         * vc.el (vc-version-diff, vc-print-log, vc-revert, vc-rollback)
7785         (vc-update): Remove unused let bindings.
7787 2008-05-09  Eric S. Raymond  <esr@snark.thyrsus.com>
7789         * vc.el (vc-deduce-fileset, vc-next-action, vc-version-diff)
7790         (vc-diff, vc-revert, vc-rollback, vc-update):
7791         * vc-dispatcher.el (vc-dispatcher-selection-set):
7792         Get rid of 4 special cases in fileset selection.  This involved
7793         changing the return value of (vc-deduce-fileset) so that it passes
7794         back a deduced state as well as a deduced back end.
7796 2008-05-08  Sam Steingold  <sds@gnu.org>
7798         * progmodes/compile.el (compilation-minor-mode-map)
7799         (compilation-mode-map): Bind "g" to recompile and "q" to quit-window.
7800         * progmodes/grep.el (grep-mode-map): Use `set-keymap-parent' to connect
7801         it to `compilation-minor-mode-map' (instead of an explicit `cons').
7803 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
7805         * org/org.el (org-modules, org-format-latex-options):
7806         * org/org-archive.el (org-archive-stamp-time)
7807         (org-archive-save-context-info):
7808         * org/org-faces.el (org-hide):
7809         * org/org-irc.el (org-irc-parse-link):
7810         * org/org-macs.el (org-call-with-arg, org-autoload):
7811         * org/org-mew.el (org-mew-store-link):
7812         * org/org-remember.el (org-remember-store-without-prompt)
7813         (org-remember-templates): Fix typos in docstrings.
7815         * org/org-info.el (org-info-store-link): Remove leftover docstring.
7817         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
7818         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
7819         (org-bbdb-anniv-split): Fix typos in docstrings.
7821         * org/org-publish.el (org-publish-project-alist): Doc fixes.
7822         (org-publish-use-timestamps-flag): Reflow docstring.
7823         (org-publish-files-alist): Fix typos in docstring.
7825 2008-05-07  Sam Steingold  <sds@gnu.org>
7827         * pcvs-util.el (cvs-bury-buffer): Revert my patch: quit-window
7828         appears to be too aggressive with window removal.
7830 2008-05-08  Michael McNamara  <mac@mail.brushroad.com>
7832         * progmodes/verilog-mode.el (verilog-type-font-keywords):
7833         Add leda and 0in as pragma keywords.
7834         (verilog-pretty-expr): Support lining up assignments which include
7835         part selects.
7836         (verilog-mode): More portable check for the availability of
7837         hideshow support.
7838         (verilog-do-indent): Remove special indent for declarations inside
7839         a parenthetical list.  The code is ill-advised, and doesn't work
7840         given the new user defined types.
7841         (verilog-set-auto-endcomments): Enhance function automatic
7842         endcomment to support functions that return user defined types.
7843         (verilog-mode): Add code to tell which-function-mode minor mode
7844         that Verilog supports this feature.
7846 2008-05-08  Eli Zaretskii  <eliz@gnu.org>
7848         * epa-file.el: Require epa-hook.
7850         * loadup.el ("epa-hook"): Load epa-hook instead of epa-file-hook.
7852         * epa-hook.el: Renamed from epa-file-hook.el, to avoid
7853         file-names clashes on 8+3 filesystems.  Provide epa-hook.
7855         * org/org-jsinfo.el: Renamed from org-infojs.el, to avoid
7856         file-names clashes on 8+3 filesystems.
7858 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
7860         * org/org.el (org-read-date-get-relative): Interpret lone
7861         weekday abbreviation as relative to today.
7863 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
7865         * abbrev.el (define-abbrev-table):
7866         * composite.el (toggle-auto-composition):
7867         * json.el (json-alist-p, json-plist-p):
7868         * minibuffer.el (completion-table-with-predicate):
7869         * ps-mule.el (ps-mule-external-libraries):
7870         * emacs-lisp/advice.el (ad-special-form-p):
7871         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
7872         * eshell/em-smart.el (eshell-review-quick-commands):
7873         * progmodes/python.el (python-comment-line-p, python-blank-line-p)
7874         (python-skip-out, python-check-comint-prompt):
7875         Don't use `iff' in docstrings.
7877         * international/robin.el (robin-package-alist): Fix typo in docstring.
7878         (robin-current-package-name): Doc fix.
7879         (robin-activate): Don't use `iff' in docstring.
7881 2008-05-07  Eric S. Raymond  <esr@snark.thyrsus.com>
7883         * vc.el, vc-dispatcher.el: VC-Dired support removed.
7884         The code uses a ewoc-based implementation now.
7885         * vc-hooks.el: Support for Meta-CVS has been removed.
7887 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7889         * tool-bar.el: Choose images dynamically.
7890         (tool-bar-make-keymap, tool-bar-find-image): New function.
7891         (tool-bar-find-image-cache): New var.
7892         (tool-bar-local-item, tool-bar-local-item-from-menu):
7893         Don't select the image yet, do it later in tool-bar-make-keymap.
7895 2008-05-07  Andreas Schwab  <schwab@suse.de>
7897         * window.el: Require 'cl when compiling.
7899 2008-05-07  Dan Nicolaescu  <dann@ics.uci.edu>
7901         * vc-dispatcher.el (vc-dir-insert-directories): Default to t.
7903 2008-05-07  Glenn Morris  <rgm@gnu.org>
7905         * subr.el (ignore-errors): Move here from cl-macs.el.
7906         * emacs-lisp/cl-macs.el (ignore-errors): Move to subr.el.
7908         * progmodes/fortran.el (fortran-mode): Fix font-lock-syntactic-keywords
7909         oddness.
7911 2008-05-06  Eric S. Raymond  <esr@snark.thyrsus.com>
7913         * vc-hooks.el (vc-find-file-hook):
7914         * vc-dispatcher.el (vc-resynch-window): Decouple vc-dispatcher
7915         further from vc.el.
7916         * vc.el (vc-dir-mode): Move VC-specific context menu entries here.
7918 2008-05-06  Wilson Snyder  <wsnyder@wsnyder.org>
7920         * progmodes/verilog-mode.el (verilog-getopt-file):
7921         Cleanup warning message format.
7922         (verilog-auto, verilog-auto-arg, verilog-auto-ascii-enum)
7923         (verilog-auto-inout, verilog-auto-inout-module)
7924         (verilog-auto-input, verilog-auto-inst, verilog-auto-inst-param)
7925         (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
7926         (verilog-auto-reg-input, verilog-auto-reset, verilog-auto-sense)
7927         (verilog-auto-sense-sigs, verilog-auto-tieoff)
7928         (verilog-auto-unused, verilog-auto-wire)
7929         (verilog-decls-get-assigns, verilog-decls-get-consts)
7930         (verilog-decls-get-gparams, verilog-decls-get-inouts)
7931         (verilog-decls-get-inputs, verilog-decls-get-outputs)
7932         (verilog-decls-get-ports, verilog-decls-get-regs)
7933         (verilog-decls-get-signals, verilog-decls-get-wires)
7934         (verilog-dir-cache-lib-filenames, verilog-dir-cache-list)
7935         (verilog-dir-cache-preserving, verilog-dir-file-exists-p)
7936         (verilog-dir-files, verilog-expand-dirnames, verilog-getopt-file)
7937         (verilog-inject-sense, verilog-library-filenames)
7938         (verilog-mode-release-date, verilog-mode-version)
7939         (verilog-modi-cache-add, verilog-modi-cache-preserve-buffer)
7940         (verilog-modi-cache-preserve-tick, verilog-modi-cache-results)
7941         (verilog-modi-get-assigns, verilog-modi-get-consts)
7942         (verilog-modi-get-gparams, verilog-modi-get-inouts)
7943         (verilog-modi-get-inputs, verilog-modi-get-outputs)
7944         (verilog-modi-get-ports, verilog-modi-get-regs)
7945         (verilog-modi-get-signals, verilog-modi-get-sub-inouts)
7946         (verilog-modi-get-sub-inputs, verilog-modi-get-sub-outputs)
7947         (verilog-modi-get-wires, verilog-preserve-cache)
7948         (verilog-preserve-dir-cache, verilog-preserve-modi-cache)
7949         (verilog-read-sub-decls, verilog-read-sub-decls-line)
7950         (verilog-read-sub-decls-sig, verilog-subdecls-get-inouts)
7951         (verilog-subdecls-get-inputs, verilog-subdecls-get-outputs):
7952         Add caching of additional state, and rework signal extraction
7953         routines to improve AUTO expansion performance by 300%++.
7955 2008-05-06  Chong Yidong  <cyd@stupidchicken.com>
7957         * progmodes/compile.el (compilation-error-regexp-alist-alist):
7958         Tweak Open Watcom regexp to distinguish between errors and warnings.
7960 2008-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7962         * dired.el (dired-read-dir-and-switches): Fix up last change.
7964 2008-05-05  Eric S. Raymond  <esr@snark.thyrsus.com>
7966         * vc.el (vc-deduce-fileset): Lift all the policy and UI stuff
7967         out of this function, move it to vc-dispatcher-selection-set.
7969 2008-05-05  Sam Steingold  <sds@gnu.org>
7971         * window.el (delete-other-windows-vertically): New function.
7973 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7975         * dired.el (dired-read-dir-and-switches):
7976         Obey read-file-name-completion-ignore-case.
7978 2008-05-05  Nick Roberts  <nickrob@snap.net.nz>
7980         * progmodes/compile.el (compilation-error-regexp-alist-alist):
7981         Add regexp for Open Watcom compiler output.
7983 2008-05-05  Phil Sung  <psung@mit.edu>  (tiny change)
7985         * progmodes/python.el (python-block-pairs): Align finally with except.
7987 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7989         * vc-rcs.el (vc-rcs-fetch-master-state): Fix inf-loop.
7991 2008-05-05  Tom Tromey  <tromey@redhat.com>
7993         * smerge-mode.el (smerge-start-session): Don't call smerge-next if
7994         looking at conflict marker.
7996 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7998         * vc-dispatcher.el (vc-dir-mark-buffer-changed): Fix typo
7999         client-mode -> vc-client-object, and guess `funcall' was meant.
8000         (vc-dir-mode): Rename client-mode -> vc-client-mode.
8002 2008-05-05  Dan Nicolaescu  <dann@ics.uci.edu>
8004         * net/zeroconf.el (dbus-call-method, dbus-register-signal)
8005         (dbus-debug): Move declarations outside eval-when-compile.
8007 2008-05-04  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8009         * proced.el (proced-command-alist): Fix system-type values.
8010         Fix defcustom.
8011         (proced-sorting-schemes-alist, proced-sorting-scheme): New variables.
8012         (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
8013         (proced-sort-start, proced-sort, proced-sort-time): New commands.
8014         (proced-update): Use proced-sorting-scheme.  Update modeline.
8015         (proced-send-signal): Use nreverse.
8016         (proced-sorting-scheme-p): New function.
8018 2008-05-04  Andreas Schwab  <schwab@suse.de>
8020         * vc.el: Require dired when compiling.
8022         * minibuffer.el (completion--insert-strings): Don't delete past bol.
8024 2008-05-03  Glenn Morris  <rgm@gnu.org>
8026         * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el:
8027         * ediff-ptch.el, ediff-util.el, ediff-wind.el, ediff.el:
8028         Simplify compilation requirements.
8029         * ediff-init.el, ediff-vers.el: Remove unnecessary variable
8030         declarations.
8032 2008-05-03  Dave Love  <fx@gnu.org>
8034         * progmodes/python.el (python-beginning-of-statement):
8035         Loop at least once (fixes 2008-02-21 change).
8037 2008-05-03  Eli Zaretskii  <eliz@gnu.org>
8039         * ls-lisp.el (ls-lisp-insert-directory): Use `string-width'
8040         instead of `length' for comparing length of user and group names.
8042 2008-05-03  Eric S. Raymond  <esr@snark.thyrsus.com>
8044         * vc-dispatcher.el: New file, separates out the UI and command
8045         execution machinery from VCS-specific logic left in vc.el.
8046         The separation is not yet completely clean, but it's a good start.
8047         * vc.el: This file is about 1700 lines shorter now.
8048         Remove obsolete logentry-check from the backend API.
8049         * vc-sccs.el (vc-sccs-logentry-check): Remove.  This was the only
8050         implementation of the logentry-check method, and it guarded against
8051         a log length limit that has probably been obsolete for 15 years (!).
8053 2008-05-02  Sam Steingold  <sds@gnu.org>
8055         * progmodes/compile.el (compilation-start): Move setting of
8056         compilation-directory after (funcall mode) as that resets local
8057         variables, this fixes recompile in grep buffers.
8058         * progmodes/grep.el (grep-mode-map): Bind "g" to recompile (like
8059         in dired &c).
8061 2008-05-02  Eric S. Raymond  <esr@snark.thyrsus.com>
8063         * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
8064         * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
8065         * vc-svn.el, vc.el (vc-*-checkout-model): Make sure every backend
8066         has one of these and that all are called in compatible ways.
8067         * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
8068         * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
8069         * vc-svn.el, vc.el (vc-*-revision-granularity): Make sure every
8070         backend has one of these.
8072 2008-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8074         * progmodes/octave-mod.el (octave-abbrev-table): Move defvar and
8075         initialization into define-abbrev-table.  Use :regexp.
8076         (octave-mode-syntax-table): Don't set word syntax for `.
8078         * files.el (minibuffer-with-setup-hook): Allow `fun' expressions rather
8079         than only value.
8081         * dired.el (dired-read-dir-and-switches):
8082         Set minibuffer-completing-file-name and call substitute-in-file-name.
8083         (dired-format-columns-of-files): Use completion--insert-strings.
8085         * minibuffer.el (completion-hilit-commonality): Revert last change:
8086         the leftover code was actually useful.
8087         (completion--insert-strings): Use string-width rather than length.
8089 2008-05-02  Sam Steingold  <sds@gnu.org>
8091         * vc.el (vc-dir-mode-map): Enable mouse bindings.
8092         (vc-at-event): New macro: run the body at the even location.
8093         (vc-dir-menu, vc-dir-toggle-mark): Use it.
8094         (vc-dir-mark-file, vc-dir-unmark-file): Move only on non-mouse events.
8095         * subr.el (mouse-event-p): Check if the event is mouse-related.
8097 2008-05-02  Nick Roberts  <nickrob@snap.net.nz>
8099         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
8100         Don't throw error if no file is found.
8102 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
8104         * vc-hooks.el (vc-call, vc-state): Fix typos in docstrings.
8105         (vc-default-state-heuristic): Doc fix.
8107 2008-05-02  Richard Sharman  <rsharman@pobox.com>
8109         * hilit-chg.el (highlight-changes-mode): Remove references to
8110         hooks that no longer exist.  Because define-minor-mode is used the
8111         hook highlight-changes-mode-hook exists and can do what both the
8112         old hooks used to do.  The documentation at the top of the file
8113         was updated to demonstrate this.
8114         (highlight-changes-mode): Remove commented out call to a hook
8115         function that is no longer there.
8116         (hilit-chg-set): Remove running of highlight-changes-enable-hook.
8118 2008-05-02  Eric S. Raymond  <esr@snark.thyrsus.com>
8120         * vc.el (vc-default-dired-state-info): Change name of primitive
8121         to prettify-state-info, in preparation for ripping out dired mode.
8122         * vc-bzr.el (vc-bzr-dired-state-info): Change name of primitive
8123         to prettify-state-info, in preparation for ripping out dired mode.
8124         * vc-hooks.el (vc-toggle-read-only): Throw an error when a user
8125         tries this on a version-controlled buffer.  It will do useless or
8126         actively bad things on any version control system newer than RCS.
8127         * vc-hooks.el (vc-dired-resynch-file):
8128         * vc.el (vc-dired-resynch-file): Change name of primitive to
8129         vc-directory-resynch-file, preparing to remove dired.
8131 2008-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
8133         * vc-rcs.el (vc-rcs-state): Fix typos.
8135         * vc.el (vc-register): Change argument order so that the prefix
8136         argument is assigned correctly.
8137         (vc-next-action, vc-dir-register): Update for the above change.
8139 2008-05-01  Juri Linkov  <juri@jurta.org>
8141         * replace.el (occur-read-primary-args): Set default to the car of
8142         regexp-history and display it in the prompt, but don't add to the
8143         list of minibuffer defaults.  Bind history-add-new-input to nil to
8144         not add automatically `default'.  For empty input return `default'.
8145         Otherwise, add `input' to regexp-history and return it.
8146         (occur-1): Signal an error for the empty regexp.
8148         * progmodes/compile.el (compilation-auto-jump):
8149         Set window point to `pos' explicitly.
8151 2008-05-01  Eric S. Raymond  <esr@snark.thyrsus.com>
8153         * vc-bzr.el (vc-bzr-state): Allow this to return 'ignored
8154         when appropriate.
8155         * vc-sccs.el (vc-sccs-state): Call vc-sccs-unregistered so
8156         we report the 'unregistered state reliably.
8157         * vc-rcs.el (vc-rcs-state): Call vc-rcs-unregistered so
8158         we report the 'unregistered state reliably.
8159         * vc-git.el (vc-git-state): Call vc-git-unregistered so
8160         we report the 'unregistered state reliably.
8161         * vc-hooks.el (vc-state): Document that vc-unregistered is
8162         now expected to be returned reliably.
8163         * vc.el (vc-default-dired-state): Change needs-patch state to
8164         needs-update, since the name now shows up in dir-status listings
8165         and was somewhat misleading.
8166         * vc-cvs.el (vc-cvs-delete-file): Don't do a "cvs commit"
8167         immediately after removing the file.
8168         * vc.el (vc-next-action): More informative messages when a fileset
8169         is in a mixed state or files are missing.
8171 2008-05-01  Sam Steingold  <sds@gnu.org>
8173         * vc.el (vc-delete-file): Check if the file has uncommitted changes.
8175 2008-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8177         * Makefile.in: Revert incorrect fix for claimed bootstrap breakage.
8179 2008-05-01  Daiki Ueno  <ueno@unixuser.org>
8181         * epa-file-hook.el: New file split from epa-file.el.
8182         * epa-file.el: Require 'epa-file-hook.
8183         (epa-file-handler): Add autoload cookie.
8184         * loadup.el: Load epa-file-hook.
8185         * startup.el (command-line): Eval the body of auto-encryption-mode.
8187 2008-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
8189         * vc.el (vc-dir-mode-map): Don't bind "r".
8191         * vc-hg.el (vc-hg-extra-fileinfo): New defstruct.
8192         (vc-hg-status-printer): New function.
8193         (vc-hg-after-dir-status): Deal with copied and renamed files.
8194         (vc-hg-dir-status): Add flag to show copied files.
8196 2008-05-01  John Paul Wallington  <jpw@pobox.com>
8198         * ibuffer.el (ibuffer-last-sorting-mode): New variable.
8199         (ibuffer-do-sort-by-recency): Reverse sorting order if last
8200         sorting mode was recency.
8202         * ibuf-macs.el (define-ibuffer-sorter): Define the sorter to
8203         reverse sorting order if last sorting mode was the sorter's.
8205 2008-05-01  Jason Rumney  <jasonr@gnu.org>
8207         * w32-fns.el (w32-charset-info-alist): Map vietnamese to windows-1258.
8209 2008-04-30  John Paul Wallington  <jpw@pobox.com>
8211         * ibuffer.el (define-ibuffer-column filename): When the major mode
8212         is `vc-dir-mode' show the buffer's default directory.
8214         * ibuf-ext.el (define-ibuffer-filter filename): Likewise when the
8215         major mode is `vc-dir-mode' use the buffer's default directory.
8217 2008-04-30  Sam Steingold  <sds@gnu.org>
8219         * vc.el (vc-dir-delete-file): Add.
8220         (vc-dir-mode-map): Bind "r" to vc-dir-delete-file, like in PCL-CVS.
8221         (vc-delete-file): Do not barf when the file has been already deleted.
8223 2008-04-30  Dan Nicolaescu  <dann@ics.uci.edu>
8225         * emacs-lisp/lisp-mode.el (lisp-mode-map): Add menu.
8227 2008-04-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8229         * progmodes/octave-mod.el (octave-help): New function.
8230         * progmodes/octave-hlp.el: Delete.
8231         * info-look.el (octave-mode): Add operator index.
8233         * vc.el (vc-checkout): Typo.
8235 2008-04-30  Dan Nicolaescu  <dann@ics.uci.edu>
8237         * menu-bar.el (menu-bar-tools-menu): Reorder, place Games last.
8238         Add "..." in the appropriate places.
8240         * epa.el (epa-key-list-mode-map): Add more menu entries.
8241         Add "..." in the appropriate places.
8243         * dired.el (dired-mode-map): Add :help.
8245         * vc.el (vc-deduce-fileset): Add new parameter.
8246         (vc-dir-marked-only-files): New function.
8247         (vc-next-action): Don't ignore directories, look at the files
8248         inside them.
8249         (vc-dir-mode): Document how the mark/unmark commands work.
8251 2008-04-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8253         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
8254         Rule out trailing spaces in file and directory names as well.
8256         * minibuffer.el (completion--do-completion): Move point even if the
8257         completion makes no change.
8258         (completion-pcm-try-completion): Fix computation of new point.
8260 2008-04-30  David Hansen  <david.hansen@gmx.net>
8262         * dired.el: Require 'cl.
8264 2008-04-30  Nick Roberts  <nickrob@snap.net.nz>
8266         * progmodes/gdb-ui.el (gdb-frame-handler-1): Make overlay arrow
8267         hollow if not in innermost frame.
8269 2008-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8270         Make `checkout-model' apply to filesets.
8271         * vc-hooks.el (vc-checkout-model): Rewrite.
8272         (vc-before-save, vc-after-save): Adjust callers accordingly.
8273         * vc.el (vc-editable-p, vc-next-action, vc-checkout, vc-update)
8274         (vc-transfer-file): Adjust callers accordingly.
8275         * vc-rcs.el (vc-rcs-checkout-model): Adjust arg.
8276         (vc-rcs-state, vc-rcs-state-heuristic, vc-rcs-receive-file)
8277         (vc-rcs-checkout, vc-rcs-fetch-master-state): Use vc-rcs-checkout-model
8278         instead of vc-checkout-model.
8279         * vc-mcvs.el (vc-mcvs-revert):
8280         Use vc-mcvs-checkout-model i.s.o vc-checkout-model.
8281         * vc-cvs.el (vc-cvs-checkout-model): Adjust arg.
8282         (vc-cvs-revert): Use vc-cvs-checkout-model i.s.o vc-checkout-model.
8283         * vc-svn.el (vc-svn-checkout-model):
8284         * vc-hg.el (vc-hg-checkout-model):
8285         * vc-git.el (vc-git-checkout-model):
8286         * vc-bzr.el (vc-bzr-checkout-model): Adjust arg.
8288         * dired.el (dired-read-dir-and-switches): Replace last change with
8289         a new approach that mixes read-file-name and read-directory-name.
8291         * files.el (read-buffer-to-switch):
8292         Avoid making assumptions about `other-buffer'.
8294 2008-04-29  Sam Steingold  <sds@gnu.org>
8296         * vc.el (vc-dir-mode-hook): Add normal hook.
8297         (vc-dir-mode): Run it.
8299 2008-04-29  Nick Roberts  <nickrob@snap.net.nz>
8301         * progmodes/gdb-ui.el (gdb-display-buffer): Don't pop up GUD buffer.
8302         Always split windows.
8303         (gdb-speedbar-timer-fn): Only raise frame after user input.
8304         (gdb-same-frame): Reverse initial value.
8305         (gdb-display-gdb-buffer): Check for GUD buffer in other frames.
8307         * progmodes/gud.el (gud-speedbar-buttons): Raise frame in
8308         gdb-speedbar-timer-fn.
8310 2008-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8312         * uniquify.el (uniquify-rationalize-a-list): Beware of side-effects.
8314 2008-04-29  Daiki Ueno  <ueno@unixuser.org>
8316         * epa.el (epa-key-list-mode-map): Add menu.
8317         (epa-delete-keys, epa-import-keys): Fix typo.
8319 2008-04-29  Glenn Morris  <rgm@gnu.org>
8321         * find-cmd.el (top-level): Does not need cl when compiling.
8323 2008-04-29  Phil Jackson  <phil@shellarchive.co.uk>
8325         * find-cmd.el: New file.
8327 2008-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8329         * minibuffer.el (completion-hilit-commonality): Remove leftover code.
8330         (completion-pcm--pattern->regex): Let `group' be a list of symbols.
8331         (completion-pcm--hilit-commonality): New function.
8332         (completion-pcm-all-completions): Use it.
8334         * minibuffer.el (completion-common-substring): Mark obsolete.
8335         (completions-first-difference, completions-common-part):
8336         Move from simple.el.
8337         (completion-hilit-commonality): New fun.
8338         (display-completion-list, completion-emacs21-all-completions)
8339         (completion-emacs22-all-completions): Use it.
8340         * simple.el (completions-first-difference, completions-common-part):
8341         Move to minibuffer.el.
8342         (choose-completion-string): Use field functions and minibufferp.
8343         (completion-setup-function): Don't set completions faces.
8345 2008-04-29  Glenn Morris  <rgm@gnu.org>
8347         * calendar/calendar.el (calendar-nth-named-absday)
8348         (calendar-nth-named-day):
8349         * calendar/diary-lib.el (diary-list-sexp-entries, diary-float):
8350         * calendar/holidays.el (holiday-float): Doc fixes.
8352         * emacs-lisp/check-declare.el (check-declare-errmsg): Fix counting in
8353         the `full' case.
8355         * org/org-agenda.el (calendar-iso-from-absolute):
8356         * org/org.el (calendar-absolute-from-iso, calendar-iso-from-absolute):
8357         Fix declarations.
8359 2008-04-28  Nick Roberts  <nickrob@snap.net.nz>
8361         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Make breakpoint
8362         icons work for assembler, i.e. FILE.s, FILE.S (not disassembly).
8363         (gdb-goto-breakpoint): Likewise for visiting breakpoints.
8364         (gdb-assembler-custom): Be careful not to match other addresses.
8366 2008-04-29  Jason Rumney  <jasonr@gnu.org>
8368         * battery.el (battery-status-function): Use w32-battery-status
8369         on Windows.
8370         (battery-echo-area-format): Make apm format the general case.
8371         (battery-mode-line-format): Merge apm and pmset formats as the
8372         general case.
8374 2008-04-29  Nick Roberts  <nickrob@snap.net.nz>
8376         * progmodes/gdb-ui.el (gdb-info-stack-custom):
8377         Use gud-tool-bar-item-visible-no-fringe.
8378         (gdb-display-buffer): Don't pop new buffer if gud-comint-buffer
8379         is already visible in frame.  Remove optional size parameter
8380         and add optional frame parameter.
8382         * progmodes/gud.el (gud-display-line): Only consider visible
8383         frames when looking for source buffer.
8385 2008-04-28  Chong Yidong  <cyd@stupidchicken.com>
8387         * doc-view.el (doc-view-new-window-function): Avoid using WINDOW
8388         argument to get-char-property, in case the current buffer hasn't
8389         been assigned to that window yet.
8390         (doc-view-display): Default to selected window if the current
8391         buffer hasn't been assigned to a window yet.
8393 2008-04-28  Vinicius Jose Latorre  <bzg@altern.org>
8395         * whitespace.el (whitespace-trailing-regexp): Fix docstring.
8397 2008-04-28  Michael Albinus  <michael.albinus@gmx.de>
8399         * net/tramp.el (tramp-mode): New defcustom.
8400         (tramp-file-name-handler, tramp-completion-file-name-handler):
8401         Use it.
8402         (tramp-replace-environment-variables): Handle "$$".
8404 2008-04-28  Sam Steingold  <sds@gnu.org>
8406         * vc-hg.el (vc-hg-rename-file): Fix argument order.
8408 2008-04-28  Bastien Guerry  <bzg@altern.org>
8410         * whitespace.el (whitespace-trailing): Fix typo.
8412 2008-04-28  Sam Steingold  <sds@gnu.org>
8414         * textmodes/remember.el (diary-make-entry): Update the autoload.
8416 2008-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8418         * minibuffer.el (completion-pcm--all-completions): Don't pass nil to
8419         all-completions.
8421 2008-04-28  Juanma Barranquero  <lekktu@gmail.com>
8423         * desktop.el (desktop-minor-mode-table): Add `savehist-mode'.
8425 2008-04-27  Dan Nicolaescu  <dann@ics.uci.edu>
8427         * vc.el (vc-dir-mode-map): Change bindings for unmark all and revert.
8428         (vc-dir-parent-marked-p, vc-dir-children-marked-p): Implement.
8429         (vc-dir-mark-file): Add an optional argument.
8430         (vc-dir-mark-all-files, vc-dir-unmark-all-files): Deal with directories.
8432 2008-04-27  Daiki Ueno  <ueno@unixuser.org>
8434         * epa-file.el (epa-file-enable, epa-file-disable): Use find-file-hook
8435         rather than obsolete alias find-file-hooks.
8436         (auto-encryption-mode): Rename from epa-file-mode.  Default to on.
8437         Use find-file-hook rather than obsolete alias find-file-hooks.
8438         Add to find-file-not-found-functions.
8439         (epa-file-handler): Put 'safe-magic and 'operations properties.
8441         * epa.el (epa-global-minor-modes, epa-mode, epa-menu)
8442         (epa-menu-items): Remove.
8444         * epa-dired.el (epa-dired-do-decrypt, epa-dired-do-verify)
8445         (epa-dired-do-sign, epa-dired-do-encrypt): Add autoload cookie.
8446         (epa-dired-mode, epa-global-dired-mode): Remove.
8448         * dired.el (dired-mode-map): Bind encryption/decryption commands.
8450         * menu-bar.el (menu-bar-encryption-decryption-menu): New menu item.
8452         * files.el (insert-file-contents-literally): Inhibit epa-file-handler.
8454 2008-04-27  Glenn Morris  <rgm@gnu.org>
8456         * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
8457         Remove un-needed local `orig-list'.  Replace cl `copy-list'.
8459 2008-04-27  Carsten Dominik  <dominik@science.uva.nl>
8461         * org/org.el (org-html-level-start): Always have id's in HTML.
8462         (org-export-as-html): Use `org-link-protocols' to
8463         retrieve the export form of the link.
8464         (org-add-link-type): Final parameter renamed from PUBLISH.
8465         Better documentation of how it is to be used.  Avoid double entries for
8466         the same link type.
8467         (org-add-link-props): New function.
8468         (org-modules-loaded): New variable.
8469         (org-load-modules-maybe, org-set-modules): New function.
8470         (org-modules): New option.
8471         (org-mode, org-cycle, orgstruct-mode, org-run-like-in-org-mode)
8472         (orgtbl-mode, org-store-link, org-insert-link-global)
8473         (org-open-at-point): Call `org-load-modules-maybe'.
8474         (org-search-view): Add more text properties.
8475         (org-agenda-schedule, org-agenda-deadline): Allow also in
8476         search-type agendas.
8477         (org-search-view): Order of arguments has been changed.
8478         Interpret prefix-arg as TODO-ONLY.
8479         (org-agenda, org-run-agenda-series, org-agenda-manipulate-query):
8480         Take new argument order of `org-search-view' into account.
8481         (org-todo-only): New variable.
8482         (org-search-syntax-table): New variable and function.
8483         (org-search-view): Do the search with the special syntax table.
8484         (define-obsolete-function-alias): Make work with XEmacs.
8485         (org-add-planning-info): Use old date as default when modifying an
8486         existing deadline or scheduled item.
8487         (org-agenda-compute-time-span): Make argument N optional.
8488         (org-agenda-format-date-aligned): Require `cal-iso'.
8489         (org-agenda-list): Include week into agenda heading, don't
8490         list it at each date (only on Mondays).
8491         (org-read-date-analyze): Define local variable `iso-date'.
8492         (org-agenda-format-date-aligned): Remove dependency on
8493         `calendar-time-from-absolute'.
8494         (org-remember-apply-template, org-go-to-remember-target):
8495         Interpret filenames relative to `org-directory'.
8496         (org-complete): Silently fail when trying to complete
8497         keywords that don't have a default value.
8498         (org-get-current-options): Add a #+DATE: option.
8499         (org-additional-option-like-keywords): Remove "DATE:" from the
8500         list of additional keywords.
8501         (org-export-as-html): Remove (current-time) as unnecessary second
8502         argument of `format-time-string'.
8503         (org-clock-find-position): Handle special case at end of buffer.
8504         (org-agenda-day-view): New argument DAY-OF-YEAR, pass it on to
8505         `org-agenda-change-time-span'.
8506         (org-agenda-week-view): New argument ISO-WEEK, pass it on to
8507         `org-agenda-change-time-span'.
8508         (org-agenda-month-view): New argument MONTH, pass it on to
8509         `org-agenda-change-time-span'.
8510         (org-agenda-year-view): New argument YEAR, pass it on to
8511         `org-agenda-change-time-span'.
8512         (org-agenda-change-time-span): New optional argument N, pass it on
8513         to `org-agenda-compute-time-span'.
8514         (org-agenda-compute-time-span): New argument N, interpret it by
8515         changing the starting day.
8516         (org-small-year-to-year): New function.
8517         (org-scheduled-past-days): Respect `org-scheduled-past-days'.
8518         (org-auto-repeat-maybe): Make sure that repeating dates are pushed
8519         into the future, and that the shift is at least one interval, never 0.
8520         (org-update-checkbox-count): Fix bug with checkbox counting.
8521         (org-add-note): New command.
8522         (org-add-log-setup): Rename from `org-add-log-maybe'.
8523         (org-log-note-headings): New entry for plain notes (i.e. notes not
8524         related to state changes or clocking).
8525         (org-get-org-file): Check for availability of `remember-data-file'.
8526         (org-cached-entry-get): Allow a regexp value for
8527         `org-use-property-inheritance'.
8528         (org-use-property-inheritance): Allow regexp value.  Fix bug in
8529         customization type.
8530         (org-use-tag-inheritance): Allow a list and a regexp value for
8531         this variable.
8532         (org-scan-tags, org-get-tags-at): Implement selective tag inheritance.
8533         (org-entry-get): Respect value `selective' for the INHERIT argument.
8534         (org-tag-inherit-p, org-property-inherit-p): New functions.
8535         (org-agenda-format-date-aligned): Allow 10 characters for
8536         weekday, to accommodate German locale.
8537         (org-add-archive-files): New function.
8538         (org-agenda-files): New argument `ext', to get archive files as well.
8539         (org-tbl-menu): Protect the use of variables that
8540         are only available when org-table.el gets loaded.
8541         (org-read-agenda-file-list): Error if `org-agenda-files' is a
8542         single directory.
8543         (org-open-file): Allow a batch process to trigger
8544         waiting after executing a system command.
8545         (org-store-link): Link to headline when there is not
8546         target and no region in an org-mode buffer when creating a link.
8547         (org-link-types-re): New variable.
8548         (org-make-link-regexps): Compute `org-link-types-re'.
8549         (org-make-link-description-function): New option.
8550         (org-agenda-date, org-agenda-date-weekend): New faces.
8551         (org-archive-sibling-heading): New option.
8552         (org-archive-to-archive-sibling): New function.
8553         (org-iswitchb): New command.
8554         (org-buffer-list): New function.
8555         (org-agenda-columns): Also try the #+COLUMNS line in
8556         the buffer associated with the entry at point (or with the first
8557         entry in the agenda view).
8558         (org-modules): Add entry for org-bibtex.el.
8559         (org-completion-fallback-command): Move into `org-completion' group.
8560         (org-clock-heading-function): Move to `org-progress' group.
8561         (org-auto-repeat-maybe): Make sure that a note can
8562         be enforces if `org-log-repeat' is `note'.
8563         (org-modules): Allow additional symbols for external packages.
8564         (org-ctrl-c-ctrl-c): Allow for `org-clock-overlays' to be undefined.
8565         (org-clock-goto): Hide drawers after showing an
8566         entry with `org-clock-goto'.
8567         (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft):
8568         Try also a clocktable block shift.
8569         (org-clocktable-try-shift): New function.
8570         (org-columns-hscoll-title): New function.
8571         (org-columns-previous-hscroll): New variable.
8572         (org-columns-full-header-line-format): New variable.
8573         (org-columns-display-here-title, org-columns-remove-overlays):
8574         Install `org-columns-hscoll-title' in post-command-hook.
8576         * org/org.el: Split into many small files.
8578         * org/org-agenda.el: New file, split off from org.el.
8580         * org/org-archive.el: New file, split off from org.el.
8582         * org/org-bbdb.el: New file.
8584         * org/org-bibtex.el: New file, split off from org.el.
8586         * org/org-clock.el: New file, split off from org.el.
8588         * org/org-colview.el: New file, split off from org.el.
8590         * org/org-compat.el: New file, split off from org.el.
8592         * org/org-exp.el: New file, split off from org.el.
8594         * org/org-faces.el: New file, split off from org.el.
8596         * org/org-gnus.el: New file, split off from org.el.
8598         * org/org-info.el: New file, split off from org.el.
8600         * org/org-infojs.el: New file.
8602         * org/org-irc.el: New file.
8604         * org/org-macs.el: New file, split off from org.el.
8606         * org/org-mew.el: New file.
8608         * org/org-mhe.el: New file, split off from org.el.
8610         * org/org-publish.el: New file, split off from org.el.
8612         * org/org-remember.el: New file, split off from org.el.
8614         * org/org-rmail.el: New file, split off from org.el.
8616         * org/org-table.el: New file, split off from org.el.
8618         * org/org-vm.el: New file, split off from org.el.
8620         * org/org-wl.el: New file, split off from org.el.
8622 2008-04-27  Jason Riedy  <jason@acm.org>
8624         * org/org-table.el (orgtbl-to-generic): Add a :remove-nil-lines
8625         parameter that suppresses lines that evaluate to NIL.
8626         (orgtbl-get-fmt): New inline function for
8627         picking apart formats that may be lists.
8628         (orgtbl-apply-fmt): New inline function for applying formats that
8629         may be functions.
8630         (orgtbl-eval-str): New inline function for strings that may be
8631         functions.
8632         (orgtbl-format-line, orgtbl-to-generic): Use and document.
8633         (orgtbl-to-latex, orgtbl-to-texinfo): Document.
8634         (*orgtbl-llfmt*, *orgtbl-llstart*)
8635         (*orgtbl-llend*): Dynamic variables for last-line formatting.
8636         (orgtbl-format-section): Shift formatting to support detecting the
8637         last line and formatting it specially.
8638         (orgtbl-to-generic): Document :ll* formats.  Set to the non-ll
8639         formats unless overridden.
8640         (orgtbl-to-latex): Suggest using :llend to suppress the final \\.
8641         (*orgtbl-table*, *orgtbl-rtn*): Dynamically
8642         bound variables to hold the input collection of lines and output
8643         formatted text.
8644         (*orgtbl-hline*, *orgtbl-sep*, *orgtbl-fmt*, *orgtbl-efmt*)
8645         (*orgtbl-lfmt*, *orgtbl-lstart*, *orgtbl-lend*): Dynamically bound
8646         format parameters.
8647         (orgtbl-format-line): New function encapsulating formatting for a
8648         single line.
8649         (orgtbl-format-section): Similar for each section.  Rebinding the
8650         dynamic vars customizes the formatting for each section.
8651         (orgtbl-to-generic): Use orgtbl-format-line and
8652         orgtbl-format-section.
8653         (org-get-param): Now unused, so delete.
8654         (orgtbl-gather-send-defs): New function to
8655         gather all the SEND definitions before a table.
8656         (orgtbl-send-replace-tbl): New function to find the RECEIVE
8657         corresponding to the current name.
8658         (orgtbl-send-table): Use the previous two functions and implement
8659         multiple destinations for each table.
8661         * doc/org.texi (A LaTeX example): Note that fmt may be a
8662         one-argument function, and efmt may be a two-argument function.
8663         (Radio tables): Document multiple destinations.
8665 2008-04-27  Carsten Dominik  <dominik@science.uva.nl>
8667         * org/org-agenda.el (org-add-to-diary-list): New function.
8668         (org-prefix-has-effort): New variable.
8669         (org-sort-agenda-noeffort-is-high): New option.
8670         (org-agenda-columns-show-summaries)
8671         (org-agenda-columns-compute-summary-properties): New options.
8672         (org-format-agenda-item): Compute the duration of the item.
8673         (org-agenda-weekend-days): New variable.
8674         (org-agenda-list, org-timeline): Use the proper faces for dates in
8675         the agenda and timeline buffers.
8676         (org-agenda-archive-to-archive-sibling): New command.
8677         (org-agenda-start-with-clockreport-mode): New option.
8678         (org-agenda-clockreport-parameter-plist): New option.
8679         (org-agenda-clocktable-mode): New variable.
8680         (org-agenda-deadline-leaders): Allow a function value for the
8681         deadline leader.
8682         (org-agenda-get-deadlines): Deal with new function value.
8684         * org/org-clock.el (org-clock): New customization group.
8685         (org-clock-into-drawer, org-clock-out-when-done)
8686         (org-clock-in-switch-to-state, org-clock-heading-function):
8687         Move into the new group.
8688         (org-clock-out-remove-zero-time-clocks): New option.
8689         (org-clock-out): Use `org-clock-out-remove-zero-time-clocks'.
8690         (org-dblock-write:clocktable): Allow a Lisp form for the scope
8691         parameter.
8692         (org-dblock-write:clocktable): Fix bug with total time calculation.
8693         (org-dblock-write:clocktable): Request the unrestricted list of files.
8694         (org-get-clocktable): New function.
8695         (org-dblock-write:clocktable): Make sure :tstart and :tend can not only
8696         be strings but also integers (an absolute day number) and lists (m d y).
8698         * org/org-colview.el (org-columns-next-allowed-value)
8699         (org-columns-edit-value): Limit the effort for updating in the
8700         agenda to recomputing a single file.
8701         (org-columns-compute): Only write property value if it has changed.
8702         This avoids raising the buffer-change-flag unnecessarily.
8703         (org-agenda-colview-summarize)
8704         (org-agenda-colview-compute): New functions.
8705         (org-agenda-columns): Call `org-agenda-colview-summarize'.
8707         * org/org-exp.el (org-export-run-in-background): New option.
8708         (org-export-icalendar): Allow a batch process to trigger waiting
8709         after executing a system command.
8710         (org-export-preprocess-string): Rename from
8711         `org-cleaned-string-for-export'.
8712         (org-export-html-style): Made target class look like normal text.
8713         (org-export-as-html): Make use of the better preprocessing in
8714         `org-cleaned-string-for-export'.
8715         (org-cleaned-string-for-export): Better treatment of heuristic
8716         targets, many more internal links will now work in HTML export.
8717         (org-get-current-options): Incorporate LINK_UP, LINK_HOME, and INFOJS.
8718         (org-export-inbuffer-options-extra): New variable.
8719         (org-export-options-filters): New hook.
8720         (org-infile-export-plist): Find also the settings keywords in
8721         `org-export-inbuffer-options-extra'.
8722         (org-infile-export-plist): Allow multiple #+OPTIONS lines and
8723         multiple #+INFOJS_OPT lines.
8724         (org-export-html-handle-js-options): New function.
8725         (org-export-html-infojs-setup): New option.
8726         (org-export-as-html): Call `org-export-html-handle-js-options'.
8727         Add autoload to all entry points.
8728         (org-skip-comments): Function removed.
8730         * org/org-table.el (org-table-make-reference): Extra parenthesis
8731         around single fields, to make sure that algebraic formulas get
8732         correctly interpreted by calc.
8733         (org-table-current-column): No longer interactive.
8735         * org/org-export-latex.el (org-export-latex-preprocess):
8736         Rename from `org-export-latex-cleaned-string'.
8738 2008-04-27  Bastien Guerry  <bzg@altern.org>
8740         * org/org-publish.el (org-publish-get-base-files-1): New function.
8741         (org-publish-get-base-files): Use it.
8742         (org-publish-temp-files): New variable.
8743         Don't require 'dired-aux anymore.
8744         (org-publish-initial-buffer): New variable.
8745         (org-publish-org-to, org-publish): Use it.
8746         (org-publish-get-base-files-1): Bug fix: get
8747         the proper list of files when recursing thru a directory.
8748         (org-publish-get-base-files): Use the :exclude property to skip
8749         both files and directories.
8751 2008-04-27  Michael Albinus  <michael.albinus@gmx.de>
8753         * net/tramp.el (tramp-handle-make-symbolic-link)
8754         (tramp-handle-file-name-directory)
8755         (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
8756         (tramp-do-copy-or-rename-file-directly)
8757         (tramp-handle-insert-directory, tramp-handle-expand-file-name)
8758         (tramp-handle-substitute-in-file-name)
8759         (tramp-handle-insert-file-contents, tramp-handle-write-region)
8760         * net/tramp-cache.el (tramp-get-file-property)
8761         (tramp-set-file-property, tramp-flush-file-property)
8762         (tramp-flush-directory-property)
8763         * net/tramp-compat.el (tramp-compat-make-temp-file)
8764         * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
8765         Disable `file-name-handler-alist' when handling localname.
8766         It could have a remote file syntax, like a VMS file name.
8768 2008-04-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8770         * whitespace.el: New version 11.1.
8771         (whitespace-trailing-regexp): Option fix, now trailing regexp must be
8772         enclosed by \\( and \\)$.  Docstring fix.
8773         (whitespace-trailing-regexp): Fun removed.
8774         (whitespace-report-list): Const initialization fix.
8775         (whitespace-color-on): Code fix.
8777 2008-04-27  Andreas Schwab  <schwab@suse.de>
8779         * Makefile.el: Unbreak bootstrap.
8781 2008-04-27  Michael Albinus  <michael.albinus@gmx.de>
8783         * net/tramp.el (tramp-replace-environment-variables): New defun.
8784         (tramp-handle-substitute-in-file-name, tramp-file-name-handler):
8785         Use it.
8787 2008-04-27  Glenn Morris  <rgm@gnu.org>
8789         * emacs-lisp/bytecomp.el (byte-compile-file): Doc fix.
8791         * calculator.el (calculator-expt): Replace cl function `oddp'.
8793 2008-04-27  Johan Bockgård  <bojohan@gnu.org>
8795         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
8796         Simplify.  Collect `defun' and `autoload' entries.
8797         Avoid modifying load-history.
8799 2008-04-26  Glenn Morris  <rgm@gnu.org>
8801         * textmodes/ispell.el (ispell-insert-word): Revert previous change.
8803         * simple.el (quoted-insert, zap-to-char): Revert previous change.
8805 2008-04-26  John Paul Wallington  <jpw@pobox.com>
8807         * hexl.el (hexl-mode): Stash `eldoc-documentation-function' in
8808         `hexl-mode-old-eldoc-documentation-function'.
8809         (hexl-mode-exit): Restore it.
8810         (hexl-mode-old-eldoc-documentation-function): Declare for compiler.
8812         * w32-fns.el (top-level): Don't set `completion-ignore-case' to t.
8814 2008-04-26  Juanma Barranquero  <lekktu@gmail.com>
8816         * minibuffer.el (completion-pcm-word-delimiters): Add :group.
8817         (completion-pcm--all-completions): Doc fix.
8818         (completion-styles-alist, completion-all-completions):
8819         Fix typos in docstrings.
8821 2008-04-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8823         * whitespace.el: There is now only one variable (whitespace-style) to
8824         specify which kind of blank is visualized.  Doc and docstring fix.
8825         New version 11.0.
8826         (whitespace-style): New option, replace whitespace-style-mark and
8827         whitespace-style-color.
8828         (whitespace-style-mark, whitespace-style-color): Options removed.
8829         (whitespace-hspace, whitespace-tab, whitespace-newline)
8830         (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
8831         (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
8832         (whitespace-hspace-regexp, whitespace-space-regexp)
8833         (whitespace-tab-regexp, whitespace-trailing-regexp)
8834         (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
8835         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
8836         (whitespace-space-after-tab-regexp, whitespace-line-column)
8837         (whitespace-display-mappings, whitespace-report): Docstring fix.
8838         (whitespace-color-value-list, whitespace-mark-value-list)
8839         (whitespace-active-color, whitespace-active-mark)
8840         (whitespace-toggle-color, whitespace-toggle-mark): Vars removed.
8841         (whitespace-style-value-list, whitespace-active-style)
8842         (whitespace-toggle-style): New vars.
8843         (whitespace-toggle-option-alist, whitespace-help-text):
8844         Var initialization and docstring fix.
8845         (whitespace-toggle-options, global-whitespace-toggle-options)
8846         (whitespace-cleanup, whitespace-cleanup-region)
8847         (whitespace-report-region, whitespace-interactive-char)
8848         (whitespace-toggle-list): Docstring and code fix.
8849         (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
8850         (whitespace-turn-off, whitespace-color-on, whitespace-color-off)
8851         (whitespace-display-char-on, whitespace-display-char-off): Code fix.
8852         (whitespace-style-face-p, whitespace-style-mark-p): New fun.
8854 2008-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8856         * diff-mode.el (diff-hunk-header-re-unified): Allow elided line counts.
8857         (diff-end-of-hunk, diff-unified->context, diff-fixup-modifs)
8858         (diff-sanity-check-hunk): Adjust code accordingly.
8860 2008-04-26  Glenn Morris  <rgm@gnu.org>
8862         * abbrev.el (define-abbrev): Don't use `iff' in doc-strings.
8864         * forms-d2.dat: Move to ../etc.
8865         * forms-d2.el (forms-file): Adapt for above change.
8867         * simple.el (quoted-insert, zap-to-char): Remove uses of obsolete
8868         `translation-table-for-input'.
8870         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): New function.
8871         (byte-compile-obsolete, byte-compile-variable-ref): Use it.
8873         * progmodes/fortran.el (fortran-mode-syntax-table): Change `;'
8874         to punctuation now it's not needed for abbrevs.
8875         (fortran-mode-abbrev-table): Remove defvar, make use of new
8876         define-abbrev-table :regexp feature.
8878         * textmodes/ispell.el (ispell-insert-word): Remove, and replace with
8879         insert, now that translation-table-for-input is not needed.
8881 2008-04-26  Johannes Weiner  <hannes@saeurebad.de>
8883         * emacs-lisp/pp.el (pp-display-expression): New function,
8884         extracted from pp-eval-expression.
8885         (pp-eval-expression): Use pp-display-expression.
8886         (pp-macroexpand-expression, pp-macroexpand-last-sexp): New functions.
8887         (pp-last-sexp): New function, extracted from pp-eval-last-sexp.
8888         (pp-eval-last-sexp): Use pp-last-sexp.
8890 2008-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8892         * abbrev.el (define-abbrev-table): Apply props even if the table
8893         exists already.
8895         * minibuffer.el (completion-table-with-context): Fix `pred' for the
8896         various kinds of completion tables.
8897         (completion-emacs22-try-completion): Place cursor after the /, as was
8898         done in Emacs-22's minibuffer-complete-word.
8899         Fix bug reported by David Hansen <david.hansen@gmx.net>.
8900         (completion-emacs22-try-completion): Merge all mergeable text rather
8901         than just /.
8902         (completion-pcm--delim-wild-regex): New var.
8903         (completion-pcm-word-delimiters): New custom.
8904         (completion-pcm--prepare-delim-re, completion-pcm--pattern-trivial-p)
8905         (completion-pcm--string->pattern, completion-pcm--pattern->regex)
8906         (completion-pcm--all-completions, completion-pcm-all-completions)
8907         (completion-pcm--merge-completions, completion-pcm--pattern->string)
8908         (completion-pcm-try-completion): New functions.
8909         (completion-styles-alist): Add them.
8910         (completion-styles): Add it to the default.
8912 2008-04-25  Nick Roberts  <nickrob@snap.net.nz>
8914         * progmodes/gdb-ui.el (gud-watch): Don't create speedbar...
8915         (gdb-var-create-handler): ...until here when there are values.
8916         (gdb-post-prompt): Don't do -var-update with no watch expressions.
8917         (gdb-info-locals-handler): Don't match "struct {...}" as an array.
8919 2008-04-25  Eli Zaretskii  <eliz@gnu.org>
8921         * ls-lisp.el (ls-lisp-format): Fix last change.
8922         (ls-lisp-uid-d-fmt, ls-lisp-uid-s-fmt, ls-lisp-gid-d-fmt)
8923         (ls-lisp-gid-s-fmt, ls-lisp-filesize-d-fmt)
8924         (ls-lisp-filesize-f-fmt): New defvars.
8925         (ls-lisp-insert-directory): Dynamically compute format specifiers
8926         for displaying UID, GID, and file size, and store them in the
8927         above variables.
8928         (ls-lisp-format): Use ls-lisp-filesize-f-fmt, ls-lisp-uid-s-fmt,
8929         ls-lisp-uid-d-fmt, ls-lisp-gid-s-fmt, and ls-lisp-gid-d-fmt
8930         instead of constant format strings.
8931         (ls-lisp-format-file-size): Use ls-lisp-filesize-f-fmt and
8932         ls-lisp-filesize-d-fmt instead of constant format strings.
8934 2008-04-24  Nick Roberts  <nickrob@snap.net.nz>
8936         * progmodes/gdb-ui.el (gdb-invalidate-assembler): Compare numeric
8937         value of addresses rather than (partial) string value.
8938         (gdb-frame-handler): Change regexp according to above change.
8939         (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
8940         (gdb-registers-mode, gdb-memory-mode, gdb-locals-mode)
8941         (gdb-assembler-mode): Disable undo in these buffers.
8943 2008-04-24  Michael Albinus  <michael.albinus@gmx.de>
8945         * net/tramp.el (tramp-get-remote-stat): Test whether stat supports %s.
8946         Reported by Loris Bennett <loris.bennett@fu-berlin.de>.
8948 2008-04-24  Sam Steingold  <sds@gnu.org>
8950         * textmodes/remember.el (remember-diary-extract-entries): Use
8951         diary-make-entry instead of the obsolete make-diary-entry.
8953 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8955         * subr.el (translation-table-for-input): Mark as obsolete.
8957         * isearch.el (isearch-search-string): Avoid string-bytes and aset.
8959         * international/quail.el (quail-build-decode-map): Avoid string-bytes.
8961         * textmodes/ispell.el (ispell-dictionary-alist-1)
8962         (ispell-dictionary-alist-2, ispell-dictionary-alist-3)
8963         (ispell-dictionary-alist-4, ispell-dictionary-alist-5)
8964         (ispell-dictionary-alist-6): Remove.
8965         (ispell-dictionary-base-alist): New var, merges the above.
8966         (ispell-find-aspell-dictionaries, ispell-set-spellchecker-params):
8967         Use it.
8968         (ispell-dictionary-alist): Default to nil.  Remove autoload.
8969         (ispell-local-dictionary-alist): Remove autoload.
8971         * progmodes/f90.el (f90-mode-syntax-table): Don't set ` as word syntax.
8972         (f90-mode-abbrev-table): Use the new :regexp feature.
8973         Merge defvar and mapc into define-abbrev-table.
8974         (f90-imenu-type-matcher): Remove unused `l'.
8975         (f90-imenu-generic-expression): Remove unused `not-ib'.
8976         (f90-prepare-abbrev-list-buffer): Use with-current-buffer.
8977         (f90-change-keywords): Use restore-buffer-modified-p.
8979 2008-04-24  Glenn Morris  <rgm@gnu.org>
8981         * net/goto-addr.el (goto-address-prog-mode):
8982         * progmodes/bug-reference.el (bug-reference-prog-mode):
8983         Define for compiler.
8985         * minibuffer.el (x-file-dialog): Declare as function.
8987         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file): Use
8988         dframe-update-speed rather than obsolete alias speedbar-update-speed.
8990         * calendar/cal-menu.el (cal-menu-diary-menu): Fix typo.
8991         (cal-menu-scroll-menu): Use commands rather than key macros, which don't
8992         work with easymenu.  Add :keys where needed.
8994         * calendar/cal-move.el (calendar-scroll-left): Handle case when
8995         event-start is nil.
8997         * calendar/calendar.el (calendar-mode-map): Fix typo.
8999 2008-04-24  Tom Tromey  <tromey@redhat.com>
9001         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
9002         Document keywords.  Add :suppress.
9003         * pcvs-defs.el (cvs-mode-map): Use :suppress.
9005         * net/goto-addr.el (goto-address-unfontify): New function.
9006         (goto-address-fontify): Use it.  Respect goto-address-prog-mode.
9007         (goto-address-fontify-region, goto-address-mode)
9008         (goto-address-prog-mode): New functions.
9010         * progmodes/bug-reference.el: New file.
9012 2008-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9014         * term/mac-win.el (mac-ts-active-input-buf): Move defvar to macterm.c.
9016 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9018         * emacs-lisp/easymenu.el (easy-menu-make-symbol): Don't wrap keyboard
9019         macros within lambdas.
9021 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9023         * minibuffer.el (completion-try-completion): Add `point' argument.
9024         Change return value.
9025         (completion-all-completions): Add `point' argument.
9026         (minibuffer-completion-help): Pass the new `point' argument.
9027         (completion--do-completion): Pass the whole field to try-completion.
9028         (completion--try-word-completion): Rewrite, making fewer assumptions.
9029         (completion-emacs21-try-completion, completion-emacs21-all-completions)
9030         (completion-emacs22-try-completion, completion-emacs22-all-completions)
9031         (completion-basic-try-completion, completion-basic-all-completions):
9032         New functions.
9033         (completion-styles-alist): Use them.
9035 2008-04-23  Agustín Martín  <agustin.martin@hispalinux.es>
9037         * textmodes/ispell.el (ispell-set-spellchecker-params):
9038         New function to make sure right params and dictionary alists are used
9039         after spellchecker changes.
9040         (ispell-aspell-dictionary-alist, ispell-last-program-name)
9041         (ispell-initialize-spellchecker-hook): New variables and hook.
9042         (ispell-find-aspell-dictionaries): Use ispell-aspell-dictionary-alist.
9043         (ispell-maybe-find-aspell-dictionaries): Remove.
9044         Calls replaced by (ispell-set-spellchecker-params) calls.
9045         (ispell-have-aspell-dictionaries): Remove.
9047         * textmodes/flyspell.el: Replace ispell-maybe-find-aspell-dictionaries
9048         by ispell-set-spellchecker-params.
9050 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9052         * complete.el (PC-do-completion): Be more robust in the presence of
9053         unexpected values in minibuffer-completion-predicate.
9055         * minibuffer.el (read-file-name): Don't let-bind default-directory.
9056         Only abbreviate default-filename if it's a file.
9058         * minibuffer.el (read-file-name-function, read-file-name-predicate)
9059         (read-file-name-completion-ignore-case, insert-default-directory):
9060         New vars, moved from fileio.c.
9061         (read-file-name): New fun, moved from fileio.c.
9062         * cus-start.el: Remove insert-default-directory and
9063         read-file-name-completion-ignore-case.
9065 2008-04-23  Magnus Henoch  <mange@freemail.hu>
9067         * tar-mode.el (tar-untar-buffer): If the entry has directory
9068         link type, extract it as a directory even if its file name doesn't
9069         end with a slash.  Fixes extraction of NetBSD tar archives.
9071 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9073         * server.el (server-start): Also don't get confused by CRs since we
9074         don't quote them.
9076 2008-04-23  Nick Roberts  <nickrob@snap.net.nz>
9078         * progmodes/gdb-ui.el (gdb-init-buffer): New function.
9079         (gdb-set-gud-minor-mode-existing-buffers)
9080         (gdb-info-breakpoints-custom, gdb-get-location)
9081         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
9082         Previously gdb-create-define-alist wasn't always run and added to
9083         after-save-hook.
9085         * progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer.
9087 2008-04-23  Kevin Ryde  <user42@zip.com.au>
9089         * progmodes/make-mode.el (makefile-fill-paragraph): Treat indented
9090         comments like unindented ones.
9092 2008-04-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9094         * term/mac-win.el (mac-ae-open-documents): Adjust selection range
9095         parameter origins.
9097 2008-04-23  Kevin Ryde  <user42@zip.com.au>
9099         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
9100         Bind print-level to ensure output forms aren't truncated if
9101         print-level is set to eval-expression-print-level when going via
9102         eval-defun and friends, or has been otherwise fiddled with.
9104 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9106         * progmodes/cc-mode.el (c-basic-common-init): Don't set
9107         font-lock-extend-after-change-region-function globally.
9109 2008-04-23  Juanma Barranquero  <lekktu@gmail.com>
9111         * speedbar.el (speedbar-use-tool-tips-flag)
9112         (speedbar-ignored-directory-regexp, speedbar-file-unshown-regexp)
9113         (speedbar-file-regexp, speedbar-message, speedbar-item-info)
9114         (speedbar-files-item-info, speedbar-maybe-add-localized-support)
9115         (speedbar-insert-files-at-point, speedbar-dynamic-tags-function-list)
9116         (speedbar-generic-list-positioned-group-p, speedbar-insert-generic-list)
9117         (speedbar-fetch-replacement-function, speedbar-extract-one-symbol)
9118         (speedbar-separator-face): Fix typos in docstrings.
9119         (speedbar-stealthy-function-list, speedbar-verbosity-level)
9120         (speedbar-supported-extension-expressions, speedbar-update-current-file)
9121         (speedbar-add-indicator, speedbar-tag-expand): Reflow docstring.
9122         (speedbar-use-imenu-flag, speedbar-ignored-directory-expressions)
9123         (speedbar-directory-unshown-regexp, speedbar-handle-delete-frame)
9124         (speedbar-show-info-under-mouse, speedbar-directory-buttons)
9125         (speedbar-check-vc-this-line, speedbar-files-line-directory)
9126         (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
9127         (speedbar-buffers-line-directory, speedbar-recenter-to-top)
9128         (speedbar-recenter): Doc fixes.
9129         (speedbar-update-speed, speedbar-navigating-speed): Add obsolescence
9130         declaration and remove redundant info in docstring.
9132 2008-04-23  Dan Nicolaescu  <dann@ics.uci.edu>
9134         * vc-git.el (vc-git-status-printer): Deal with directories.
9136         * vc.el (vc-next-action): Look at more than the first file to
9137         determine the state.
9139 2008-04-23  Glenn Morris  <rgm@gnu.org>
9141         * dframe.el (dframe-have-timer-flag): Drop support for Emacs without
9142         timers.  Doc fix.
9143         (dframe-update-speed): Drop support for XEmacs < 20.
9144         (dframe-frame-mode): Drop support for Emacs < 20.
9145         (dframe-set-timer-internal): Drop support for Emacs without timers.
9146         (dframe-popup-kludge): Use mouse-menu-major-mode-map if defined.
9148         * ediff-init.el (ediff-check-version): Drop support for very old Emacs
9149         versions.  Add doc-string.  Mark as obsolete.
9151         * ps-def.el (ps-color-device): Drop support for XEmacs < 19.12.
9153         * speedbar.el (speedbar-use-tool-tips-flag): Check for tooltip-mode,
9154         rather than using an Emacs version test.
9156         * tree-widget.el (tree-widget-image-enable): Use display-images-p
9157         rather than an Emacs version test.
9159         * calendar/cal-china.el (holiday-chinese-qingming)
9160         (holiday-chinese-winter-solstice, holiday-chinese): New functions.
9161         * calendar/calendar.el (calendar-chinese-all-holidays-flag): New.
9162         * calendar/holidays.el (holiday-oriental-holidays): Add more holidays.
9164         * calendar/cal-islam.el (holiday-islamic): Doc fix.
9166         * calendar/diary-lib.el (diary-list-sexp-entries): Doc fix.
9167         (diary-remind): Allow negative DAYS to represent a range 1:DAYS.
9168         Suggested by Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
9170 2008-04-23  Nick Roberts  <nickrob@snap.net.nz>
9172         * progmodes/gdb-ui.el (gdb-previous-frame-address): Rename...
9173         (gdb-previous-frame-pc-address): ...to this.
9174         (gdb-get-selected-frame): Use MI command -stack-info-frame instead
9175         of "info frame" with Gdb 6.4+.
9176         (gdb-stack-list-frames-regexp): New regexp.
9177         (gdb-frame-handler-1): Parse output of -stack-info-frame.
9179 2008-04-22  David Glasser  <glasser@davidglasser.net>  (tiny change)
9181         * tar-mode.el (tar-prefix-offset): New constant.
9182         (tar-header-block-tokenize): Support paths with long names
9183         which use the "ustar" standard.
9185 2008-04-22  Mathias Dahl  <mathias.dahl@gmail.com>
9187         * image-dired.el (image-dired-track-original-file)
9188         (image-dired-modify-mark-on-thumb-original-file):
9189         Use `dired-goto-file' instead of `search-forward'.  This solves
9190         a bug with finding files where the file name is a subset of other
9191         file names.  Doc fix.
9193 2008-04-22  Juri Linkov  <juri@jurta.org>
9195         * menu-bar.el (buffers-menu-max-size): Move its definition down to
9196         the "Buffers Menu" section.  Change group name `mouse' to `menu'.
9197         (yank-menu-length): Change group name `mouse' to `menu'.
9198         (buffers-menu-buffer-name-length): New user option.
9199         (menu-bar-update-buffers): Use buffers-menu-buffer-name-length
9200         instead of the hard-coded number 27.
9202 2008-04-22  Juri Linkov  <juri@jurta.org>
9204         * isearch.el (eval-when-compile): Require `help-macro'.
9205         (isearch-help-for-help-internal): Isearch specific Help screen
9206         created by `make-help-screen'.
9207         (isearch-help-map): New variable that binds "b", "k", "m" to
9208         isearch-specific commands, and binds other keys to
9209         isearch-other-control-char, thus allowing other Help keys to
9210         exit isearch mode and execute their global definitions.
9211         (isearch-help-for-help, isearch-describe-bindings)
9212         (isearch-describe-key, isearch-describe-mode): New commands.
9213         (isearch-mode-help): Define alias to isearch-describe-mode
9214         and remove its old function definition.
9215         (isearch-mode-map): Bind "\C-h" to isearch-help-map.
9216         Remove old comments because this issue is settled now.
9217         (isearch-forward): Describe three new Help commands in the docstring.
9218         (isearch-mode): Remove \\{isearch-mode-map} from the docstring,
9219         leave the single sentence at the first line of the docstring,
9220         and prepend the word "function" before `isearch-forward'
9221         to make the Help link to the function instead of variable.
9223 2008-04-22  Juri Linkov  <juri@jurta.org>
9225         * isearch.el (isearch-success-function): New variable with default
9226         to `isearch-success-function-default'.
9227         (isearch-search): Call a function from `isearch-success-function'
9228         instead of calling the hard-coded `isearch-range-invisible'.
9229         (isearch-success-function-default): New function that calls
9230         `isearch-range-invisible' and inverts its return value.
9232         * info.el (Info-search): In two similar places that skip
9233         undesired search matches move code to Info-search-success-function,
9234         and call `isearch-success-function' instead.
9235         (Info-search-success-function): New function copied from code
9236         in Info-search.  Replace isearch-range-invisible with
9237         text-property-not-all that checks for 'invisible and 'display
9238         properties to skip partially invisible matches (whose display
9239         properties were set by Info-fontify-node).
9240         (Info-mode): Set buffer-local isearch-success-function
9241         to Info-search-success-function.
9243 2008-04-22  Juri Linkov  <juri@jurta.org>
9245         * minibuffer.el (internal-complete-buffer-except): New function.
9247         * files.el (read-buffer-to-switch): New function.
9248         (switch-to-buffer-other-window, switch-to-buffer-other-frame):
9249         Change interactive spec to call read-buffer-to-switch instead of
9250         using the letter "B".
9252         * simple.el (minibuffer-default-add-shell-commands): New function.
9253         Use declare-function for mailcap-file-default-commands from "mailcap".
9254         (shell-command): Set local minibuffer-default-add-function to
9255         minibuffer-default-add-shell-commands in minibuffer-with-setup-hook
9256         before calling read-shell-command.  Set 4th arg default-value of
9257         read-shell-command to relative buffer-file-name in file buffers.
9259         * dired-aux.el (dired-read-shell-command-default): Move it to
9260         gnus/mailcap.el and change its name to more general name
9261         mailcap-file-default-commands.
9262         (minibuffer-default-add-dired-shell-commands): New function.
9263         Use declare-function for mailcap-file-default-commands from "mailcap".
9264         (dired-read-shell-command): Set local minibuffer-default-add-function
9265         to minibuffer-default-add-dired-shell-commands in minibuffer-with-setup-hook
9266         before calling read-shell-command.  Remove dired-read-shell-command-default
9267         from the default value arg because default values are not set in
9268         minibuffer-default-add-dired-shell-commands.  Doc fix.
9270         * dired-x.el (dired-smart-shell-command): Sync arguments and
9271         interactive spec with changes in `shell-command'.
9272         Use dired-get-filename to get the dired file name at point
9273         as the default value in dired mode.
9275 2008-04-22  Juanma Barranquero  <lekktu@gmail.com>
9277         * info.el (Info-complete-menu-item): Add missing parenthesis.
9279 2008-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9281         * info.el (Info-complete-menu-item): Save point.
9283 2008-04-22  Juanma Barranquero  <lekktu@gmail.com>
9285         * minibuffer.el (minibuffer-complete-and-exit): Fix last change.
9287 2008-04-22  Andreas Schwab  <schwab@suse.de>
9289         * Makefile.in (emacs-deps): Define.
9290         Use it instead of $(lisp)/subdirs.el.
9292 2008-04-22  Dan Nicolaescu  <dann@ics.uci.edu>
9294         * vc.el (vc-next-action): Do not consider directories when
9295         checking for state compatibility.
9296         (vc-transfer-file): Use when not if.
9297         (vc-dir-parent-marked-p, vc-dir-children-marked-p): New functions.
9298         (vc-dir-mark-file): Use them.
9299         (vc-deduce-fileset): Also return the backend.
9300         (vc-diff-internal): Take as argument the value returned by
9301         vc-deduce-fileset instead of just the fileset.
9302         (vc-next-action, vc-finish-logentry, vc-version-diff, vc-diff)
9303         (vc-dir-mark-file, vc-print-log, vc-revert, vc-rollback)
9304         (vc-update): Update the vc-deduce-fileset and vc-diff-internal calls.
9306 2008-04-22  Tassilo Horn  <tassilo@member.fsf.org>
9308         * doc-view.el (doc-view-scroll-up-or-next-page): Don't use
9309         set-window-vscroll but image-scroll-down.  Fixes a bug where a
9310         command following SPC scrolled up again.
9312 2008-04-22  Nick Roberts  <nickrob@snap.net.nz>
9314         * progmodes/gdb-ui.el (gdb-locals-header): New variable.
9315         (gdb-locals-mode, gdb-registers-mode): Use it for header line.
9316         (gud-watch): Add "$" prefix when in registers buffer.
9318 2008-04-22  Glenn Morris  <rgm@gnu.org>
9320         * progmodes/gdb-ui.el (gdbmi-invalidate-frames): Declare as function.
9322         * whitespace.el (whitespace-display-table)
9323         (whitespace-display-table-was-local): Move definitions before use.
9325         * emacs-lisp/copyright.el (copyright-at-end-flag): New option.
9326         (copyright-limit): Respect copyright-at-end-flag.
9327         (copyright-re-search, copyright-start-point)
9328         (copyright-offset-too-large-p): New functions.
9329         (copyright-update-year): Use copyright-re-search.
9330         (copyright-update, copyright-fix-years): Use copyright-start-point,
9331         and copyright-re-search.
9332         (copyright): Use copyright-offset-too-large-p.
9333         * add-log.el (change-log-mode): Set copyright-at-end-flag.
9335         * add-log.el (top-level): Require 'cl when compiling.
9337 2008-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9339         * complete.el (PC-complete-as-file-name, PC-read-file-name-internal):
9340         Treat minibuffer-completion-predicate as a predicate.
9342         * minibuffer.el (completion--file-name-table): Accept both the old
9343         `dir' arg or the new `pred' arg.
9345         * ffap.el (ffap-read-file-or-url): Do not abuse completing-read's
9346         `predicate' argument to pass non-predicate data.
9347         (ffap-read-url-internal, ffap-read-file-or-url-internal):
9348         Use second arg as proper predicate.
9350         * vc-bzr.el (vc-bzr-complete-with-prefix): Remove.
9351         (vc-bzr-revision-completion-table): Use completion-table-with-context
9352         instead.
9354         * simple.el (choose-completion-string): Use minibuffer-completion-table.
9356 2008-04-21  Chong Yidong  <cyd@stupidchicken.com>
9358         * term.el (term-emulate-terminal): Perform redisplay after the
9359         process filter has finished running.
9361 2008-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9363         * vc.el (vc-dir): Use pop-to-buffer, so it can be customized.
9365         * minibuffer.el (completion-try-completion): Change magic symbol
9366         property name.  Rename from minibuffer-try-completion.
9367         (completion-all-completions): Rename from minibuffer-all-completions.
9368         Remove hide-spaces argument.
9369         (completion--do-completion): Rename from minibuffer--do-completion.
9370         (minibuffer-complete-and-exit): Call just try-completion rather than
9371         completion-try-completion to fix up the case.
9372         (completion--try-word-completion): Try to add space or hyphen before
9373         making `string' a prefix of `completion'.
9374         (completion--insert-strings): Rename from minibuffer--insert-strings.
9376 2008-04-22  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
9378         * net/tls.el (tls-program): Add -ign_eof argument to call the
9379         openssl commands.
9380         (tls-checktrust): Ditto.
9382 2008-04-21  Dan Nicolaescu  <dann@ics.uci.edu>
9384         * vc-cvs.el (vc-cvs-status-extra-headers): New function.
9386         * vc-hooks.el (vc-insert-file, vc-state, vc-working-revision)
9387         (vc-check-master-templates, vc-file-not-found-hook)
9388         (vc-kill-buffer-hook):
9389         * vc.el (vc-process-sentinel, vc-exec-after, vc-do-command)
9390         (vc-find-position-by-context, vc-buffer-context)
9391         (vc-restore-buffer-context, vc-responsible-backend)
9392         (vc-expand-dirs, vc-ensure-vc-buffer, vc-buffer-sync)
9393         (vc-next-action, vc-register, vc-register-with, vc-steal-lock)
9394         (vc-finish-logentry, vc-coding-system-for-diff, vc-switches)
9395         (vc-version-diff, vc-diff, vc-insert-headers)
9396         (vc-dired-buffers-for-dir, vc-dired-resynch-file)
9397         (vc-snapshot-precondition, vc-create-snapshot, vc-print-log)
9398         (vc-revert, vc-rollback, vc-version-backup-file)
9399         (vc-rename-master, vc-delete-file, vc-rename-file)
9400         (vc-branch-part, vc-default-retrieve-snapshot)
9401         (vc-annotate-display-autoscale, vc-annotate-display-select)
9402         (vc-annotate, vc-annotate-warp-revision, vc-annotate-difference)
9403         (vc-annotate-lines, vc-file-tree-walk-internal): Use when instead of if.
9404         (vc-dir-update): Handle directories.
9405         (vc-default-status-printer): Simplify.
9407         * progmodes/asm-mode.el (asm-mode-map):
9408         * progmodes/hideif.el (hide-ifdef-mode-menu): Add :help.
9410         * progmodes/m4-mode.el (m4-mode-map): Add menu.
9412 2008-04-21  Kenichi Handa  <handa@m17n.org>
9414         * select.el (xselect-convert-to-string): Send a C_STRING only if
9415         the polymorphic target TEXT is requested.
9417 2008-04-21  Juanma Barranquero  <lekktu@gmail.com>
9419         * minibuffer.el (completion-setup-hook, display-completion-list)
9420         (completion--file-name-table): Fix typos in docstrings.
9421         (completion-table-dynamic): Fix typo, and reflow docstring.
9423 2008-04-20  Andreas Schwab  <schwab@suse.de>
9425         * server.el (server-switch-buffer): Also consider clients in the
9426         selected frame.
9428 2008-04-19  Nick Roberts  <nickrob@snap.net.nz>
9430         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
9431         Select window clicked on first.
9432         (gdb): Display thread number in mode-line.
9433         (gdb-make-header-line-mouse-map): Move to avoid byte compiler warnings.
9434         (gdb-breakpoints-header): New variable.
9435         (gdb-breakpoints-mode, gdb-threads-mode): Use it for header line.
9437 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9439         * vc-sccs.el (vc-sccs-do-command): New fun.  Use the "sccs" command.
9440         (vc-sccs-register, vc-sccs-checkin, vc-sccs-find-revision)
9441         (vc-sccs-checkout, vc-sccs-rollback, vc-sccs-revert)
9442         (vc-sccs-steal-lock, vc-sccs-modify-change-comment)
9443         (vc-sccs-print-log): Use it.
9445         * vc-hooks.el (vc-path): Remove SCCS-specific hack.
9447         * emacs-lisp/lisp-mode.el (lisp-mode-auto-fill): Make it an alias.
9448         * progmodes/scheme.el (scheme-mode-variables): Don't use it.
9450         * tooltip.el (tooltip-previous-message): New var.
9451         (tooltip-show-help-non-mode): Rewrite to better follow the behavior of
9452         the C code (avoid overwriting a minibuffer, restore previous echo
9453         message, ...).
9454         (tooltip-delay, tooltip-process-prompt-regexp, tooltip-strip-prompt):
9455         Simplify.
9457 2008-04-19  Nick Roberts  <nickrob@snap.net.nz>
9459         * progmodes/gdb-ui.el (gdb-thread-indicator): New variable.
9460         (gdb-init-1): Initialise it.
9461         (gdb-annotation-rules): New entry for "new-thread".
9462         (gdb-thread-identification): New function to customize
9463         mode-line-buffer-identification.
9464         (gdb-frames-mode, gdb-registers-mode, gdb-locals-mode)
9465         (gdb-assembler-mode): Use it.
9466         (gdb-threads-mode): Force "info threads" onto queue.
9468 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9470         * files.el (locate-file-completion-table): Rename from
9471         locate-file-completion and make it use `pred' in the normal way.
9472         (locate-file-completion): New compatibility wrapper.
9473         (load-library): Use locate-file-completion-table.
9474         * finder.el (finder-commentary):
9475         * subr.el (locate-library):
9476         * emacs-lisp/find-func.el (find-library): Likewise.
9477         * info.el: Use with-current-buffer and inhibit-read-only.
9478         (Info-read-node-name-2): Change to use `predicate' in the normal way.
9479         (Info-read-node-name-1): Adjust uses accordingly.
9481         * minibuffer.el (completion-table-with-context): Add support for `pred'.
9482         (completion-table-with-terminator): Don't use complete-with-action
9483         since we have to distinguish all three cases anyway.
9484         (completion-table-with-predicate): New function.
9485         (dynamic-completion-table): Add obsolete alias.
9487         * emacs-lisp/trace.el (trace-make-advice): Don't change selected-window.
9489 2008-04-18  Sam Steingold  <sds@gnu.org>
9491         * vc.el (vc-dir-menu-map, vc-dir-mode-map, vc-dir-tool-bar-map):
9492         Use quit-window instead of bury-buffer.
9494 2008-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9496         * minibuffer.el (completion-table-with-terminator): Fix last fix.
9498 2008-04-18  Andreas Schwab  <schwab@suse.de>
9500         * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
9501         ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
9502         Depend on $(lisp)/subdirs.el.
9504 2008-04-18  Juanma Barranquero  <lekktu@gmail.com>
9506         * descr-text.el (describe-char-after):
9507         Use `define-obsolete-function-alias'.
9509         * dired-x.el (dired-omit-files-p): Use `define-obsolete-variable-alias'.
9511         * facemenu.el (facemenu-unlisted-faces): Fix obsolescence description.
9513         * savehist.el (savehist-load): Add WHEN to obsolescence declaration.
9514         Remove redundant obsolescence info in docstring.
9516         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
9517         (vc-header-alist): Add WHEN to obsolescence declaration.
9518         (vc-state): Fix typo in docstring.
9520         * emacs-lisp/checkdoc.el (checkdoc-minor-keymap):
9521         Use `define-obsolete-variable-alias'.
9523         * emulation/tpu-edt.el (tpu-have-ispell):
9524         * international/codepage.el (codepage-setup):
9525         Fix typo in obsolescence declaration.
9527         * international/mule.el (char-coding-system-table):
9528         Remove redundant obsolescence info in docstring.
9529         (charset-list, generic-char-p, set-char-table-default):
9530         Fix typos in obsolescence declarations.
9532         * international/mule-diag.el (non-iso-charset-alist):
9533         Fix typo in obsolescence declaration.
9534         (decode-codepage-char): Remove redundant obsolescence info in docstring.
9536         * font-core.el (font-lock-defaults-alist):
9537         * font-lock.el (font-lock-reference-face):
9538         * frame.el (screen-height, screen-width, set-screen-width)
9539         (set-screen-height):
9540         * hilit-chg.el (highlight-changes-initial-state):
9541         * isearch.el (isearch-return-char):
9542         * log-edit.el (cvs-commit-buffer-require-final-newline)
9543         (cvs-changelog-full-paragraphs):
9544         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
9545         (mouse-popup-menubar-stuff):
9546         * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
9547         (mouse-wheel-click-button):
9548         * outline.el (outline-visible):
9549         * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name):
9550         * pcvs-info.el (cvs-display-full-path, cvs-fileinfo->full-path):
9551         * emacs-lisp/lisp-mode.el (lisp-comment-indent):
9552         * progmodes/compile.el (compile-internal):
9553         Add WHEN to obsolescence declarations.
9555 2008-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9557         * emacs-lisp/debug.el (debug): Revert to bury-buffer since quit-window
9558         is not better anyway.
9560 2008-04-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9562         * whitespace.el (whitespace-report-region): Handle whitespace-tab-width
9563         properly.
9565 2008-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9567         * progmodes/python.el (python-mode-map): Use abbrev-table-menu.
9568         (python-use-skeletons): Remove, unused.
9569         (python-skeletons): Remove.  Use the abbrev table instead.
9570         (python-mode-abbrev-table): Fix regexp;
9571         add enable-function and case-fixed.
9572         (def-python-skeleton): Simplify.
9573         (python-expand-template): Use the abbrev-table and abbrev-insert.
9574         (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
9575         Remove.
9576         (python-mode): Don't set pre-abbrev-expand-hook.
9578         * skeleton.el: Set coding-tag.
9580         * abbrev.el (abbrev-insert): New function extracted from expand-abbrev.
9581         (expand-abbrev): Use it.
9582         (abbrev-table-menu): New function.
9584         * abbrev.el (define-abbrev-table): Fontify dosctrings as such.
9586         * minibuffer.el (completion-table-with-terminator): Fix paren typo.
9588 2008-04-17  Sam Steingold  <sds@gnu.org>
9590         * pcvs-util.el (cvs-bury-buffer): Use quit-window instead of the
9591         idiosyncratic bury-buffer/delete-window logic.
9593 2008-04-17  Juanma Barranquero  <lekktu@gmail.com>
9595         * emacs-lisp/crm.el (crm-completion-help, crm-complete)
9596         (crm-complete-word, crm-complete-and-exit): Fix typo in previous change.
9598 2008-04-17  Kenichi Handa  <handa@m17n.org>
9600         * international/characters.el: Don't make the width of U+00AD to 0.
9602 2008-04-17  Nick Roberts  <nickrob@snap.net.nz>
9604         * progmodes/gdb-ui.el (gdb-stack-update): New variable.
9605         (gdb, gdb-starting, gdb-frames-mode): Use it.
9606         (gdb-invalidate-frames): Advise to call "info stack" only if
9607         execution has occurred.
9608         (gdb-info-breakpoints-custom): Only update overlay-arrow pointing to
9609         selected frame if no execution has occurred.
9610         (gdb-frames-force-update): New interactive function.
9611         (gdb-frames-mode-map): Bind it to "F".
9613 2008-04-17  Michael Olson  <mwolson@gnu.org>
9615         * textmodes/remember.el (remember-version): Release Remember 2.0.
9617 2008-04-16  Yoni Rabkin  <yoni@rabkins.net>
9619         * textmodes/artist.el:
9620         * progmodes/vhdl-mode.el:
9621         * progmodes/verilog-mode.el:
9622         * progmodes/vera-mode.el:
9623         * progmodes/simula.el:
9624         * progmodes/ps-mode.el:
9625         * progmodes/cmacexp.el:
9626         * obsolete/hilit19.el:
9627         * emulation/viper.el:
9628         * ediff.el: Cleanup the bug-report email addresses and make sure the
9629         maintainer is still willing to handle bug reports.
9631 2008-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
9633         * vc.el (vc-dir-kill-query): Fix thinko.
9635 2008-04-16  Glenn Morris  <rgm@gnu.org>
9637         * calendar/diary-lib.el (diary-remind): Don't clobber `date' passed
9638         by diary-sexp-entry.
9640 2008-04-16  Markus Triska  <markus.triska@gmx.at>
9642         * proced.el (proced-command-alist): Add support for darwin.
9644 2008-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9646         * proced.el (proced-mode): Redefine as just the major-mode.
9647         (proced): Separate it from proced-mode.
9649         * vc.el: Rename vc-status to vc-dir and the vc-status var to vc-ewoc.
9651 2008-04-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9653         * whitespace.el: Honor the `indent-tabs-mode' setting from user.
9654         Suggested by Stephen Deasey <sdeasey@gmail.com>.  Honor also the
9655         `tab-width' setting from user.  New version 10.0.  Doc and docstring
9656         fix.
9657         (whitespace-style, whitespace-chars): Remove options.
9658         (whitespace-style-mark): New option, replace whitespace-style deleted
9659         option.  Fix docstring.
9660         (whitespace-style-color): New option, replace whitespace-chars deleted
9661         option.  Fix docstring.
9662         (whitespace-space, whitespace-hspace, whitespace-tab)
9663         (whitespace-newline, whitespace-trailing, whitespace-line)
9664         (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
9665         (whitespace-space-after-tab, whitespace-hspace-regexp)
9666         (whitespace-space-regexp, whitespace-tab-regexp)
9667         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
9668         (whitespace-empty-at-eob-regexp, whitespace-line-column)
9669         (whitespace-toggle-option-alist): Fix docstring.
9670         (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
9671         (whitespace-space-after-tab-regexp, whitespace-display-mappings): Fix
9672         docstring and initialization.
9673         (global-whitespace-mode): Autoloaded global minor mode.
9674         (whitespace-chars-value-list, whitespace-style-value-list)
9675         (whitespace-active-chars, whitespace-active-style)
9676         (whitespace-toggle-chars, whitespace-toggle-style): Remove vars.
9677         (whitespace-color-value-list): New var, replace
9678         whitespace-chars-value-list removed var.
9679         (whitespace-mark-value-list): New var, replace
9680         whitespace-style-value-list removed var.
9681         (whitespace-active-color): New var, replace whitespace-active-chars
9682         removed var.
9683         (whitespace-active-mark): New var, replace whitespace-active-style
9684         removed var.
9685         (whitespace-toggle-color): New var, replace whitespace-toggle-chars
9686         removed var.
9687         (whitespace-toggle-mark): New var, replace whitespace-toggle-style
9688         removed var.
9689         (whitespace-toggle-option-alist, whitespace-report-list)
9690         (whitespace-report-text, whitespace-help-text): Fix initialization.
9691         (whitespace-indent-tabs-mode, whitespace-tab-width): New vars.
9692         (whitespace-toggle-options, global-whitespace-toggle-options)
9693         (whitespace-cleanup-region, whitespace-report-region)
9694         (whitespace-interactive-char): Fix docstring and code.
9695         (whitespace-cleanup, whitespace-report): Fix docstring.
9696         (whitespace-replace-spaces-by-tabs): Remove fun.
9697         (whitespace-replace-action): New fun, replace
9698         whitespace-replace-spaces-by-tabs removed fun.
9699         (whitespace-regexp, whitespace-indentation-regexp)
9700         (whitespace-space-after-tab-regexp, whitespace-insert-value)
9701         (whitespace-kill-buffer): New funs.
9702         (whitespace-insert-option-mark, whitespace-help-on)
9703         (whitespace-help-off, whitespace-turn-on, whitespace-turn-off)
9704         (whitespace-color-on, whitespace-color-off)
9705         (whitespace-display-char-on): Fix code.
9707 2008-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9709         * mouse-drag.el (mouse-throw-magnifier-with-scroll-bar)
9710         (mouse-throw-magnifier-with-mouse-movement): Remove.
9711         (mouse-throw-magnifier-base): New const.
9712         (mouse-drag-scroll-delta): New fun.
9713         (mouse-drag-throw): Use it.
9715 2008-04-15  Juanma Barranquero  <lekktu@gmail.com>
9717         * international/uni-bidi.el, international/uni-category.el:
9718         * international/uni-combining.el, international/uni-comment.el:
9719         * international/uni-decimal.el, international/uni-decomposition.el:
9720         * international/uni-digit.el, international/uni-lowercase.el:
9721         * international/uni-mirrored.el, international/uni-name.el:
9722         * international/uni-numeric.el, international/uni-old-name.el:
9723         * international/uni-titlecase.el, international/uni-uppercase.el:
9724         * international/charprop.el: Regenerate.
9726 2008-04-15  Dan Nicolaescu  <dann@ics.uci.edu>
9728         * vc.el (vc-status-fileinfo): Add new member directoryp.
9729         (vc-default-status-printer): Print directories.
9730         (vc-status-update): Sort files before subdirectories.
9732         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
9733         Add alternative implementation based on "cvs update".
9735 2008-04-15  Tassilo Horn  <tassilo@member.fsf.org>
9737         * doc-view.el: Changed requirements section to tell that only one
9738         of dvipdf or dvipdfm is needed.
9739         (doc-view-already-converted-p): Fix bug that forced reconversion
9740         if doc was already converted.
9742 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9744         * minibuffer.el (minibuffer-message):
9745         Make sure we can put-text-property.
9747         * emacs-lisp/crm.el: Complete rewrite.
9749         * tmm.el (tmm-completion-delete-prompt): Don't hardcode point-min==1.
9750         (tmm-add-prompt): Make sure completion-setup-hook is preserved even in
9751         case of an error in display-completion-list.
9753         * filecache.el (file-cache-completions-keymap): Move init from
9754         file-cache-completion-setup-function into declaration.
9755         (file-cache-minibuffer-complete): Simplify.
9756         (file-cache-completion-setup-function): Use standard-output,
9757         preserve current-buffer.
9759         * vc.el (vc-status-update): Fix typo.
9760         (vc-status-update): Set needs-update.
9761         (vc-status-refresh): η-reduce.
9763 2008-04-14  Tassilo Horn  <tassilo@member.fsf.org>
9765         * doc-view.el (doc-view-mode-map): Bind C-a to image-bol and C-e
9766         to image-eol.
9768 2008-04-14  Alexandre Julliard  <julliard@winehq.org>
9770         * vc.el (vc-status-update): Undo the previous revert.
9772 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9774         * minibuffer.el (completion-table-with-terminator): Those completions
9775         are never valid w.r.t test-completion.
9776         (completion--file-name-table):
9777         Check completion-all-completions-with-base-size.
9779 2008-04-14  Tassilo Horn  <tassilo@member.fsf.org>
9781         * doc-view.el (doc-view-dvipdf-program): New variable.
9782         (doc-view-dvipdfm-program): Mention doc-view-dvipdf-program.
9783         (doc-view-mode-p): Check for doc-view-dvipdf-program as
9784         alternative for doc-view-dvipdfm-program.
9785         (doc-view-dvi->pdf): Prefer dvipdf over dvipdfm.
9787         * doc-view.el (doc-view-start-process): Don't set
9788         default-directory to "~/" if the current value is valid.
9789         This broke PS files that run other files in the same directory.
9791 2008-04-14  Dan Nicolaescu  <dann@ics.uci.edu>
9793         * vc.el (vc-status-kill-query): New function.
9794         (vc-status-mode): Add it to kill-buffer-query-functions.
9795         (vc-status-show-fileentry): New function.
9796         (vc-status-menu-map): Bind it.  Bind vc-next-action.
9798 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9800         * minibuffer.el (minibuffer-message): Put cursor at the right place.
9802 2008-04-13  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9804         * proced.el (proced-send-signal): Fix error recognition.
9806 2008-04-13  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9808         * proced.el (proced-command-alist): Remove sort column.
9809         (proced-command, proced-procname-column):
9810         Use make-variable-buffer-local.
9811         (proced-signal-function): Rename from proced-kill-program.
9812         Allow for elisp symbols and string values representing system calls.
9813         (proced-marker-regexp, proced-success-message): New functions.
9814         (proced): Use defalias.  Add autoload cookie.
9815         (proced-unmark-backward, proced-toggle-marks)
9816         (proced-hide-processes): New commands.
9817         (proced-do-mark): Simplify code.
9818         (proced-insert-mark): Use optional arg BACKWARD instead of line number.
9819         (proced-update): Remove sorting.
9820         (proced-send-signal): Display number of processes to operate on.
9821         Allow for system calls or elisp functions to send signals.
9822         Check if signal was sent successfully.
9824 2008-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9826         * minibuffer.el (completion-all-completion-with-base-size): New var.
9827         (completion--some): New function.
9828         (completion-table-with-context, completion--file-name-table):
9829         Return the base-size if requested.
9830         (completion-table-in-turn): Generalize to multiple arguments.
9831         (complete-in-turn): Compatibility alias.
9832         (completion-styles-alist): New var.
9833         (completion-styles): New customization.
9834         (minibuffer-try-completion, minibuffer-all-completions):
9835         New functions.
9836         (minibuffer--do-completion, minibuffer-complete-and-exit)
9837         (minibuffer-try-word-completion): Use them.
9838         (display-completion-list, minibuffer-completion-help): Use them.
9839         Handle all-completions's new base-size info to set completion-base-size.
9840         * info.el (Info-read-node-name-1): Use completion-table-with-context,
9841         completion-table-with-terminator and complete-with-action.
9842         Remove the now obsolete completion-base-size-function property.
9843         * simple.el (completion-list-mode-map): Move init into declaration.
9844         (completion-list-mode): Use define-derived-mode.
9845         (completion-setup-function): Use any completion-base-size that may
9846         have been set before.  Remove handling of completion-base-size-function.
9847         * loadup.el: Move abbrev.el up earlier.
9849 2008-04-13  Alexandre Julliard  <julliard@winehq.org>
9851         * vc-git.el (vc-git-after-dir-status-stage)
9852         (vc-git-dir-status-goto-stage): New functions.
9853         (vc-git-after-dir-status-stage1)
9854         (vc-git-after-dir-status-stage1-empty-db)
9855         (vc-git-after-dir-status-stage2): Remove, functionality moved
9856         into the new generic stage functions.
9857         (vc-git-dir-status-files): New function.
9859         * vc.el (vc-status-update): Revert an incorrect rewrite.
9860         Add some comments.
9861         (vc-status-refresh-files): New function.
9862         (vc-status-refresh): Use `vc-status-refresh-files' to refresh the
9863         state of up-to-date files.
9864         (vc-default-dir-status-files): New function.
9866 2008-04-13  Juanma Barranquero  <lekktu@gmail.com>
9868         * minibuffer.el (completion--embedded-envvar-table)
9869         (read-file-name-internal): Fix typos in 2008-04-11 change.
9871         * faces.el (read-face-name): Use `completion-table-in-turn',
9872         not `complete-in-turn'.
9874 2008-04-13  Andreas Schwab  <schwab@suse.de>
9876         * progmodes/etags.el: Require 'cl when compiling.
9878 2008-04-12  Nick Roberts  <nickrob@snap.net.nz>
9880         * progmodes/gud.el (gud-menu-map): Expand tooltip.
9882         * progmodes/gdb-ui.el (gdb-find-source-frame): Improve doc string.
9883         (menu): Add/expand menu tooltips.
9885 2008-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
9887         * progmodes/sh-script.el (sh-show-indent): Fix typo.
9888         (sh-mode-map): Add a toggle for inserting braces and quotes in pairs.
9890         * vc-cvs.el (vc-cvs-registered): Allow removed files to be
9891         considered registered.
9893 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
9895         * emacs-lisp/copyright.el (copyright-update-directory): New command.
9897         * ediff-wind.el (ediff-split-window-function)
9898         (ediff-merge-split-window-function): Improve custom type.
9900 2008-04-12  Eli Zaretskii  <eliz@gnu.org>
9902         * loadup.el ("minibuffer"): Move after "faces".
9904 2008-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9906         * progmodes/hideif.el (hif-factor): Handle unary minus.
9908 2008-04-12  Glenn Morris  <rgm@gnu.org>
9910         * calendar/cal-china.el (chinese-calendar-time-zone):
9911         Mark obsolete name as risky too.
9913         * calendar/calendar.el (calendar-faces): New custom group.
9914         (calendar-today, diary, holiday): Doc fix.
9915         Move to calendar-faces group.
9916         * calendar/diary-lib.el (diary-face, diary-anniversary, diary-time)
9917         (diary-button): Doc fix.  Move to calendar-faces group.
9919         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
9920         * desktop.el, files.el, hilit-chg.el, ibuffer.el, iswitchb.el:
9921         * pcvs-info.el, recentf.el, speedbar.el, calendar/cal-china.el:
9922         * calendar/cal-hebrew.el, calendar/cal-x.el, calendar/calendar.el
9923         * calendar/diary-lib.el, net/net-utils.el, progmodes/gud.el:
9924         Move non-autoloaded define-obsolete-variable-alias calls for defcustoms
9925         not in dumped files before the associated defcustom.
9927 2008-04-11  Johan Bockgård  <bojohan@gnu.org>
9929         * minibuffer.el (lazy-completion-table): Fix debug spec.
9931 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9933         * minibuffer.el (complete-with-action, lazy-completion-table):
9934         Move from subr.el.
9935         (apply-partially, completion-table-dynamic)
9936         (completion-table-with-context, completion-table-with-terminator)
9937         (completion-table-in-turn): New funs.
9938         (completion--make-envvar-table, completion--embedded-envvar-table):
9939         New funs.
9940         (read-file-name-internal): Use them.
9941         (completion-setup-hook): Move from simple.el.
9942         * subr.el (complete-with-action, lazy-completion-table):
9943         * simple.el (completion-setup-hook): Move to minibuffer.el.
9945 2008-04-11  Glenn Morris  <rgm@gnu.org>
9947         * Makefile.in (AUTOGENEL): Add calc/calc-loaddefs.el.
9949 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9951         * progmodes/python.el (python-mode): Don't mess with hippie-expand.
9953         * Makefile.in (bootstrap-prepare): Make tpu-edt.el writable as well.
9955         * textmodes/fill.el (fill-forward-paragraph-function): New var.
9956         (fill-forward-paragraph): New fun.
9957         (fill-paragraph, fill-region): Use it.
9959         * vc.el: Change `dir-status' to not take (and pass) status-buffer.
9960         (vc-status-create-fileinfo): Make `extra' optional.
9961         (vc-status-busy): New fun.
9962         (vc-status-menu-map): Use it.
9963         (vc-status-crt-marked): Remove.
9964         (vc-status-update): Rename from vc-status-add-entries.
9965         Add argument so as to prevent addition of entries.  Rewrite.
9966         (vc-update-vc-status-buffer): Remove.
9967         (vc-status-refresh): Don't remove old entries, set them to
9968         up-to-date instead.  Also do it after the update is complete.
9969         (vc-status-marked-files): η-reduce.
9971         * dired.el (dired-read-dir-and-switches): Use read-directory-name even
9972         for non-dialogs.
9974         * Makefile.in (bootstrap-prepare): Don't copy ldefs-boot over loaddefs.
9976         * loadup.el: Load ldefs-boot.el if loaddefs.el doesn't exist.
9978 2008-04-11  Jan Djärv  <jan.h.d@swipnet.se>
9980         * tooltip.el (tooltip-show-help-non-mode): Set message-truncate-lines
9981         to t and don't truncate msg.
9983 2008-04-11  Glenn Morris  <rgm@gnu.org>
9985         * calendar/calendar.el (diary, holidays):
9986         Move custom groups to other files.
9987         (holiday-general-holidays, holiday-oriental-holidays)
9988         (holiday-local-holidays, holiday-other-holidays, hebrew-holidays-1)
9989         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
9990         (holiday-hebrew-holidays, holiday-christian-holidays)
9991         (holiday-islamic-holidays, holiday-bahai-holidays)
9992         (holiday-solar-holidays, calendar-holidays): Move to holidays.el.
9993         * calendar/diary-lib.el: Move custom group here from calendar.el.
9994         * calendar/holidays.el: Move custom group and variables here
9995         from calendar.el.
9997         * calendar/cal-china.el (calendar-chinese-time-zone): Mark as risky.
9999         * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
10000         Fix custom group.
10001         (calendar-current-time-zone-cache): Autoload riskiness.
10003         * calendar/cal-tex.el (cal-tex-preamble-extra): Fix custom type.
10005 2008-04-11  Chong Yidong  <cyd@stupidchicken.com>
10007         * woman.el (woman2-TH): Use string-equal instead of string-match.
10009 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10011         * smerge-mode.el (smerge-apply-resolution-patch): Fix typo.
10012         (smerge-resolve): Merge the "2-way refinement" case with one half of
10013         the "mere whitespace" resolution.
10015 2008-04-10  Dan Nicolaescu  <dann@ics.uci.edu>
10017         * vc-bzr.el (vc-bzr-after-dir-status): Detect the conflict state.
10019 2008-04-10  Juanma Barranquero  <lekktu@gmail.com>
10021         * subr.el (assoc-ignore-case, assoc-ignore-representation):
10022         Add WHEN to obsolescence declaration.
10024         * makefile.w32-in (AUTOGENEL): Add calc-loaddefs.el.
10026 2008-04-10  Dan Nicolaescu  <dann@ics.uci.edu>
10028         * vc-hooks.el (vc-state): Add new state `conflict'.
10029         (vc-after-save): Use when not if.
10030         (vc-default-mode-line-string): Deal with the conflict state.
10031         (vc-prefix-map, vc-menu-map): Bind vc-status instead of vc-directory.
10033         * vc.el (vc-editable-p, vc-default-status-printer)
10034         (vc-next-action): Deal with the conflict state.
10035         (vc-mark-resolved): New function.
10036         (vc-status-mode): Fix mode name.
10037         (vc-default-comment-history): Use when not if.
10038         (Todo): Add new entries, remove old ones.
10040         * vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news): Set conflict state.
10041         (vc-cvs-parse-status, vc-cvs-after-dir-status):
10042         * vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
10043         Detect the conflict state.
10045         * vc-hg.el (vc-hg-dir-status): Remove unneeded call.
10047 2008-04-10  Glenn Morris  <rgm@gnu.org>
10049         * menu-bar.el (menu-bar-options-menu) <truncate-lines>:
10050         Respect truncate-partial-width-windows in non-full windows,
10051         with regards to :toggle and :enable state.
10053         * simple.el (toggle-truncate-lines): Doc fix.
10055         * Makefile.in (MH_E_DIR): New variable.
10056         (MH_E_SRC): Restore variable removed 2008-03-13.
10057         (mh-loaddefs.el): Depend on $MH_E_SRC.
10058         (CAL_DIR, CAL_SRC): New variables.
10059         (cal-loaddefs.el, diary-loaddefs.el, hol-loaddefs.el):
10060         Depend on CAL_SRC.
10062         * calendar/calendar.el (calendar, diary): Add :prefix.
10063         (holidays): Change :prefix.
10064         (calendar-today, holiday, calendar-holiday-marker)
10065         (european-calendar-style): Change custom groups.
10067         * calendar/calendar.el (diary-hook, diary-display-hook):
10068         Move to diary-lib.el.
10069         * calendar/diary-lib.el (diary-hook, diary-display-hook):
10070         Move here from calendar.el.
10071         * calendar/appt.el: Require diary-lib rather than calendar.
10072         * calendar/cal-x.el (diary-display-hook): Declare for compiler.
10074         * calendar/appt.el (appt): Add :prefix.
10076         * calendar/diary-lib.el (diary-hook): Doc fix.
10077         (diary-mark-sexp-entries): Fix replacement of calendar-for-loop.
10079 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10081         * minibuffer.el (minibuffer--double-dollars, read-file-name-internal):
10082         New functions.
10084         * minibuffer.el (minibuffer--do-completion): Don't forget to propagate
10085         the arg to recursive calls.
10087 2008-04-09  Juanma Barranquero  <lekktu@gmail.com>
10089         * minibuffer.el (completion-auto-help): Fix typo.
10091 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10093         * vc-cvs.el (vc-cvs-diff-tree): Remove unused function.
10095 2008-04-09  Michael Albinus  <michael.albinus@gmx.de>
10097         * net/tramp.el (tramp-find-file-name-coding-system-alist): New defun.
10098         (tramp-handle-insert-file-contents, tramp-handle-write-region): Use it.
10100 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10102         * vc-hooks.el (vc-default-mode-line-string): Use ? for missing.
10104         * minibuffer.el (minibuffer): Move group from cus-edit.el.
10105         (completion-auto-help): Move from C code.
10106         (minibuffer--maybe-completion-help): Remove.
10107         (minibuffer--bitset): New function.
10108         (minibuffer--do-completion): Rename from minibuffer-do-completion.
10109         Renumber a bit.  Really complete on string *before* point.
10110         Add argument used for word-completion.
10111         Join trailing / in completion with following text, as done in
10112         minibuffer-complete-word.
10113         Handle new value `lazy' for completion-auto-help.
10114         (minibuffer-try-word-completion): New function extracted from
10115         minibuffer-complete-word.
10116         (minibuffer-complete-word): Use minibuffer--do-completion.
10117         (minibuffer--insert-strings): Rename from
10118         minibuffer-complete-insert-strings.
10119         (exit-minibuffer): Fix typo.
10120         * cus-edit.el (minibuffer): Move group to minibuffer.el.
10121         * cus-start.el: Remove completion-auto-help.
10123 2008-04-09  Alexandre Julliard  <julliard@winehq.org>
10125         * vc.el (vc-status-add-entries): New function.
10126         (vc-status-add-entry): Remove.
10127         (vc-update-vc-status-buffer, vc-status-mark-buffer-changed):
10128         Use vc-status-add-entries.
10130         * emacs-lisp/ewoc.el (ewoc-collect): Return results in the correct
10131         order.
10133 2008-04-09  Jason Rumney  <jasonr@gnu.org>
10135         * makefile.w32-in (LOADDEFS): Add mh-loaddefs.el.
10136         ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule.
10137         (pre-mh-loaddefs.el-CMD, pre-mh-loaddefs.el-SH): Remove.
10138         (AUTOGENEL): New variable.
10139         (distclean, maintainer-clean): New targets.
10141 2008-04-09  Chong Yidong  <cyd@stupidchicken.com>
10143         * emacs-lisp/regexp-opt.el (regexp-opt):
10144         Reduce max-lisp-eval-depth and max-specpdl-size to 10000.
10146 2008-04-09  Lennart Borgman  <lennart.borgman@gmail.com>
10148         * nxml/nxml-mode.el (nxml-cleanup): New function.
10149         (nxml-mode): Add it to change-major-mode-hook.
10151 2008-04-09  Jan Djärv  <jan.h.d@swipnet.se>
10153         * term/x-win.el (x-gtk-stock-map): Map info to gtk-info.
10155 2008-04-09  Juanma Barranquero  <lekktu@gmail.com>
10157         * calc/.cvsignore: New file.
10159 2008-04-09  Jan Djärv  <jan.h.d@swipnet.se>
10161         * vc.el (vc-status-tool-bar-map): Add vc-print-log to tool bar.
10163         * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as
10164         show-help-function when turning tooltip off.
10165         (tooltip-show): Call tooltip-show-help-non-mode if use-echo-area.
10166         (tooltip-trunc-str, tooltip-show-help-non-mode): New.
10168 2008-04-09  Alan Mackenzie  <acm@muc.de>
10170         * font-lock.el (font-lock-extend-after-change-region-function):
10171         Make it buffer local.
10173 2008-04-09  Glenn Morris  <rgm@gnu.org>
10175         * calendar/calendar.el (diary-file, european-calendar-style):
10176         Remove autoload cookies.
10178 2008-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
10180         * outline.el (outline-mode-menu-bar-map):
10181         * log-view.el (log-view-mode-menu):
10182         * log-edit.el (log-edit-menu): Add :help.
10184 2008-04-09  Chong Yidong  <cyd@stupidchicken.com>
10186         * emacs-lisp/regexp-opt.el (regexp-opt-group):
10187         Use substring-no-properties for correct handling of unibyte strings.
10189 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10191         * add-log.el (change-log-next-buffer): Handle the case where version<
10192         signals an error.
10194         * mouse.el (mouse-menu-major-mode-map): New fun extracted from
10195         mouse-major-mode-menu.
10196         (mouse-menu-bar-map): New fun extracted from mouse-popup-menubar.
10197         (mouse-major-mode-menu, mouse-popup-menubar)
10198         (mouse-popup-menubar-stuff): Use them.
10199         (C-down-mouse-3): Bind to a dynamic map rather than to
10200         mouse-popup-menubar-stuff.
10202         * bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1
10203         to mouse-menu-major-mode-map rather than to mouse-major-mode-menu.
10205 2008-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
10207         * vc-svn.el (vc-svn-modify-change-comment): Add support for the
10208         file:// access method.
10210 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10212         * minibuffer.el: New file.
10213         * loadup.el: Load it.
10215 2008-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10217         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
10218         rather than subdirs.el.  It introduces an ugly circular dependency, tho.
10220         * calc/calc.el: Load "calc-loaddefs" rather than set up manual autoloads.
10221         (calc-mode-map, calc-digit-map, calc-dispatch-map):
10222         Move initialization into declaration.
10223         * calc/calc-yank.el:
10224         * calc/calc-misc.el:
10225         * calc/calc-embed.el:
10226         * calc/calc-aent.el: Add autoload cookies.  Set generated-autoload-file.
10228 2008-04-08  Michael Albinus  <michael.albinus@gmx.de>
10230         * ps-samp.el (ps-add-printer, ps-remove-printer)
10231         (ps-make-dynamic-printer-menu): New functions.
10233         * net/zeroconf.el: New file.
10235 2008-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10237         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits): Typo.
10239 2008-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
10241         * vc-rcs.el (vc-rcs-modify-change-comment):
10242         * vc-cvs.el (vc-cvs-modify-change-comment): Fix argument order.
10244         * log-view.el (log-view-mode-menu): Bind log-view-modify-change-comment.
10246 2008-04-08  Juanma Barranquero  <lekktu@gmail.com>
10248         * international/mule-cmds.el (set-locale-environment): Don't warn if
10249         coding system doesn't agree with system locale (this reverts changes
10250         by Dave Love, dated 2002-10-27 and 2002-10-09).
10252         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
10253         * emacs-lisp/cl-macs.el (get-setf-method): Use `string-match-p'.
10255         * emacs-lisp/copyright.el (copyright-update-year): Use `looking-at-p'.
10257 2008-04-08  Glenn Morris  <rgm@gnu.org>
10259         * calendar/calendar.el (calendar-date-style): Remove autoload cookie.
10260         * textmodes/remember.el (remember-diary-convert-entry):
10261         Require calendar.
10263         * textmodes/remember.el (remember-diary-extract-entries): Don't pass
10264         diary-file, since it is the default for make-diary-entry anyway.
10266         * calendar/cal-menu.el (cal-menu-event-to-date):
10267         Rename calendar-event-to-date.  Update callers.
10268         (calendar-mouse-tex-day): Rename cal-tex-mouse-day.
10269         (calendar-mouse-tex-week): Rename cal-tex-mouse-week.
10270         (calendar-mouse-tex-week2): Rename cal-tex-mouse-week2.
10271         (calendar-mouse-tex-week-iso): Rename cal-tex-mouse-week-iso.
10272         (calendar-mouse-tex-week-monday): Rename cal-tex-mouse-week-monday.
10273         (calendar-mouse-tex-filofax-daily): Rename cal-tex-mouse-filofax-daily.
10274         (calendar-mouse-tex-filofax-2week): Rename cal-tex-mouse-filofax-2week.
10275         (calendar-mouse-tex-filofax-week): Rename cal-tex-mouse-filofax-week.
10276         (calendar-mouse-tex-month): Rename cal-tex-mouse-month.
10277         (calendar-mouse-tex-month-landscape):
10278         Rename cal-tex-mouse-month-landscape.
10279         (calendar-mouse-tex-year): Rename cal-tex-mouse-year.
10280         (calendar-mouse-tex-filofax-year): Rename cal-tex-mouse-filofax-year.
10281         (calendar-mouse-tex-year-landscape):
10282         Rename cal-tex-mouse-year-landscape.
10283         (cal-menu-context-mouse-menu): Update for above name changes.
10285         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
10286         * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
10287         * calendar/cal-iso.el, calendar/cal-julian.el, calendar/cal-move.el:
10288         * calendar/cal-persia.el, calendar/cal-tex.el, calendar/calendar.el:
10289         * calendar/holidays.el: Replace int-to-string with number-to-string.
10291 2008-04-08  Chong Yidong  <cyd@stupidchicken.com>
10293         * mwheel.el (mwheel-scroll): Deactivate any temporarily active
10294         region if point moves.
10296 2008-04-08  Kenichi Handa  <handa@m17n.org>
10298         * faces.el (font-slant-table): Change numeric values for `r',
10299         `roman', and `normal'.
10301 2008-04-07  Vincent Belaïche  <vincent.b.1@hotmail.fr>
10303         * calc/calc-vec.el (calcFunc-kron, calc-kron): New functions.
10305 2008-04-07  Jay Belanger  <jay.p.belanger@gmail.com>
10307         * calc/calc-ext.el (calc-init-extensions): Add `calc-kron' and
10308         `calcFunc-kron' to autoloads.  Add keybinding for `calc-kron'.
10310 2008-04-07  Michael Albinus  <michael.albinus@gmx.de>
10312         * net/tramp.el (tramp-methods): Fix again tramp-copy-args of
10313         "pscp" and "psftp".  Reported by Gilles Pion <gpion@lfdj.com>.
10315 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10317         * dired-aux.el (dired-read-shell-command): Use read-shell-command.
10319 2008-04-07  Sam Steingold  <sds@gnu.org>
10321         * progmodes/inf-lisp.el (lisp-compile-string, lisp-eval-string):
10322         Add helper functions.
10323         (lisp-do-defun): Extract the common part of lisp-eval-defun and
10324         lisp-compile-defun; DEFVAR forms reset the variables to the init
10325         values, just like in emacs-lisp mode eval-defun.
10326         (lisp-eval-defun, lisp-compile-defun): Use lisp-do-defun.
10327         (lisp-compile-region): Use lisp-compile-string.
10329 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10331         * subr.el (combine-and-quote-strings): Also quote strings that contain
10332         the separator.
10334         * pcvs-util.el (cvs-map): Avoid recursion :-(
10336 2008-04-07  Glenn Morris  <rgm@gnu.org>
10338         * calendar/calendar.el (calendar-mode-map): Replace use of kbd.
10340         * calendar/calendar.el (diary-view-entries-initially-flag): Rename
10341         view-diary-entries-initially.  Keep old name as alias, update users.
10342         (calendar-mark-diary-entries-flag): Rename
10343         mark-diary-entries-in-calendar.  Keep old name as alias, update users.
10344         (calendar-view-holidays-initially-flag): Rename
10345         view-calendar-holidays-initially.  Keep old name as alias, update users.
10346         (calendar-mark-holidays-flag): Rename mark-holidays-in-calendar.
10347         Keep old name as alias, update users.
10348         (calendar-initial-window-hook): Rename initial-calendar-window-hook.
10349         Keep old name as alias, update users.
10350         (calendar-today-visible-hook): Rename today-visible-calendar-hook.
10351         Keep old name as alias, update users.
10352         (calendar-today-invisible-hook): Rename today-invisible-calendar-hook.
10353         Keep old name as alias, update users.
10354         (diary-iso-date-forms): Rename iso-date-diary-pattern.  Update users.
10355         (diary-american-date-forms): Rename american-date-diary-pattern.
10356         Keep old name as alias, update users.
10357         (diary-european-date-forms): Rename european-date-diary-pattern.
10358         Keep old name as alias, update users.
10359         (calendar-iso-date-display-form): Rename iso-calendar-display-form.
10360         Keep old name as alias, update users.
10361         (calendar-european-date-display-form): Rename
10362         european-calendar-display-form.  Keep old name as alias, update users.
10363         (calendar-american-date-display-form): Rename
10364         european-calendar-display-form.  Keep old name as alias, update users.
10365         (diary-show-holidays-flag): Rename holidays-in-diary-buffer.
10366         Keep old name as alias, update users.
10367         (holiday-general-holidays): Rename general-holidays.
10368         Keep old name as alias, update users.
10369         (holiday-oriental-holidays): Rename oriental-holidays.
10370         Keep old name as alias, update users.
10371         (holiday-local-holidays): Rename local-holidays.
10372         Keep old name as alias, update users.
10373         (holiday-other-holidays): Rename other-holidays.
10374         Keep old name as alias, update users.
10375         (holiday-hebrew-holidays): Rename hebrew-holidays.
10376         Keep old name as alias, update users.
10377         (holiday-christian-holidays): Rename christian-holidays.
10378         Keep old name as alias, update users.
10379         (holiday-islamic-holidays): Rename islamic-holidays.
10380         Keep old name as alias, update users.
10381         (holiday-bahai-holidays): Rename bahai-holidays.
10382         Keep old name as alias, update users.
10383         (holiday-solar-holidays): Rename solar-holidays.
10384         Keep old name as alias, update users.
10385         (diary-fancy-buffer): Rename fancy-diary-buffer.
10386         Keep old name as alias, update users.
10387         (calendar-other-calendars-buffer): Rename other-calendars-buffer.
10388         Update users.
10389         (calendar-hebrew-yahrzeit-buffer): Rename cal-hebrew-yahrzeit-buffer.
10390         Update users.
10391         (calendar-increment-month): Rename increment-calendar-month.
10392         Keep old name as alias, update callers.
10393         (calendar-increment-month-cons): Rename old calendar-increment-month.
10394         Update callers.
10395         (calendar-extract-month): Rename extract-calendar-month.
10396         Keep old name as alias, update callers.
10397         (calendar-extract-day): Rename extract-calendar-day.
10398         Keep old name as alias, update callers.
10399         (calendar-extract-year): Rename extract-calendar-year.
10400         Keep old name as alias, update callers.
10401         (calendar-generate-window): Rename generate-calendar-window.
10402         Update callers.
10403         (calendar-generate): Rename generate-calendar.  Update callers.
10404         (calendar-generate-month): Rename generate-calendar-month.
10405         Update callers.
10406         (calendar-redraw): Rename redraw-calendar.  Update callers.
10407         (calendar-describe-mode): Rename describe-calendar-mode.  Update uses.
10408         (calendar-mouse-other-month): Rename mouse-calendar-other-month.
10409         Update callers.
10410         (calendar-update-mode-line): Rename update-calendar-mode-line.
10411         Update callers.
10412         (calendar-exit): Rename exit-calendar.  Keep old name as alias,
10413         update callers.
10414         (calendar-mark-visible-date): Rename mark-visible-calendar-date.
10415         Keep old name as alias, update callers.
10416         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
10417         * calendar/cal-dst.el, calendar/cal-french.el, calendar/cal-hebrew.el:
10418         * calendar/cal-html.el, calendar/cal-islam.el, calendar/cal-iso.el:
10419         * calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el:
10420         * calendar/cal-persia.el, calendar/cal-tex.el, calendar/cal-x.el:
10421         * calendar/diary-lib.el, calendar/holidays.el, calendar/lunar.el:
10422         * calendar/solar.el: Update for calendar.el name changes.
10423         * org/org.el (org-agenda-format-date-aligned)
10424         (org-agenda-execute-calendar-command): Access date elements directly
10425         rather than using calendar functions.
10426         (org-read-date, org-goto-calendar, org-agenda-goto-calendar):
10427         Also set calendar-view-diary-initially-flag,
10428         calendar-view-holidays-initially-flag.
10429         (org-get-entries-from-diary): Also set diary-fancy-buffer.
10430         (org-agenda-execute-calendar-command): No need to set displayed-day.
10432 2008-04-06  Alan Mackenzie  <acm@muc.de>
10434         * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
10435         typo in the doc string.
10437         * progmodes/cc-mode.el (c-basic-common-init):
10438         Set font-lock-extend-after-change-region-function.
10439         (c-extend-after-change-region): New function, used in
10440         font-lock-extend-after-change-region-function, thus superseding
10441         advice on the Font Lock after change functions.
10442         (c-advise-fl-for-region): Remove this macro.
10444 2008-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
10446         * textmodes/flyspell.el (flyspell-duplicate-distance):
10447         Improve custom type.
10449 2008-04-06  Glenn Morris  <rgm@gnu.org>
10451         * calendar/diary-lib.el (diary-sexp-entry-symbol):
10452         Rename sexp-diary-entry-symbol.  Keep old name as alias, update users.
10453         (diary-list-entries-hook): Rename list-diary-entries-hook.
10454         Keep old name as alias, update users.
10455         (diary-mark-entries-hook): Rename mark-diary-entries-hook.
10456         Keep old name as alias, update users.
10457         (diary-nongregorian-listing-hook): Rename
10458         nongregorian-diary-listing-hook.  Keep old name as alias, update users.
10459         (diary-nongregorian-marking-hook): Rename
10460         nongregorian-diary-marking-hook.  Keep old name as alias, update users.
10461         (diary-print-entries-hook): Rename print-diary-entries-hook.
10462         Keep old name as alias, update users.
10463         (diary-abbreviated-year-flag): Rename abbreviated-calendar-year.
10464         Keep old name as alias, update users.
10465         (diary-number-of-entries): Rename number-of-diary-entries.
10466         Keep old name as alias, update users.
10467         (view-diary-entries, list-diary-entries, show-all-diary-entries):
10468         Give version of obsolescence.
10469         (diary-view-other-diary-entries): Rename view-other-diary-entries.
10470         Keep old name as alias, update callers.
10471         (diary-add-to-list): Rename add-to-diary-list.  Keep old name as alias,
10472         update callers.
10473         (diary-include-other-diary-files): Rename include-other-diary-files.
10474         Keep old name as alias, update callers.
10475         (diary-simple-display): Rename simple-diary-display.
10476         Keep old name as alias, update callers.
10477         (diary-fancy-display): Rename fancy-diary-display.
10478         Keep old name as alias, update callers.
10479         (diary-print-entries): Rename print-diary-entries.
10480         Keep old name as alias, update callers.
10481         (diary-marking-entries-flag): Rename marking-diary-entries.
10482         Update users.
10483         (diary-marking-entry-flag): Rename marking-diary-entry.  Update users.
10484         (diary-mark-entries): Rename mark-diary-entries.
10485         Keep old name as alias, update callers.
10486         (diary-mark-sexp-entries): Rename mark-sexp-diary-entries.
10487         Keep old name as alias, update callers.
10488         (diary-mark-included-diary-files): Rename mark-included-diary-files.
10489         Keep old name as alias, update callers.
10490         (calendar-mark-days-named): Rename mark-calendar-days-named.
10491         Keep old name as alias, update callers.
10492         (calendar-mark-month): Rename mark-calendar-month.
10493         Keep old name as alias, update callers.
10494         (calendar-mark-date-pattern): Rename mark-calendar-date-pattern.
10495         Keep old name as alias, update callers.
10496         (diary-sort-entries): Rename sort-diary-entries.
10497         Keep old name as alias, update callers.
10498         (diary-list-sexp-entries): Rename list-sexp-diary-entries.
10499         Keep old name as alias, update callers.
10500         (diary-make-entry): Rename make-diary-entry.  Keep old name as alias,
10501         update callers.
10502         (diary-insert-entry): Rename insert-diary-entry.
10503         Keep old name as alias.
10504         (diary-insert-weekly-entry): Rename insert-weekly-diary-entry.
10505         Keep old name as alias.
10506         (diary-insert-monthly-entry): Rename insert-monthly-diary-entry.
10507         Keep old name as alias.
10508         (diary-insert-yearly-entry): Rename insert-yearly-diary-entry.
10509         Keep old name as alias.
10510         (diary-insert-anniversary-entry): Rename insert-anniversary-diary-entry.
10511         Keep old name as alias.
10512         (diary-insert-block-entry): Rename insert-block-diary-entry.
10513         Keep old name as alias.
10514         (diary-insert-cyclic-entry): Rename insert-cyclic-diary-entry.
10515         Keep old name as alias.
10516         (diary-fancy-font-lock-keywords): Rename fancy-diary-font-lock-keywords.
10517         Keep old name as alias, update users.
10518         (diary-fancy-display-mode): Rename fancy-diary-display-mode.
10519         Keep old name as alias, update callers.
10520         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
10521         * calendar/cal-menu.el, calendar/cal-x.el, calendar/calendar.el:
10522         * calendar/icalendar.el: Update for diary-lib name changes.
10524 2008-04-06  Chong Yidong  <cyd@stupidchicken.com>
10526         * dired-aux.el (dired-overwrite-confirmed): Revert last change.
10528         * dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite
10529         for copy, move, and link operations.
10531 2008-04-06  Michael Kifer  <kifer@cs.stonybrook.edu>
10533         * emulation/viper-init.el, emulation/viper-ex.el, emulation/viper-cmd.el
10534         (viper-search-wrap-around-t): Replace with viper-search-wrap-around.
10536         * ediff-util.el, ediff-vers.el, ediff-wind.el: Replace 3-argument
10537         'require' statements with 1-argument ones (wrapped in if's).
10538         For compatibility with the current stable version of XEmacs.
10540 2008-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
10542         * vc.el (vc-status-prepare-status-buffer): Reset vc-parent-buffer-name.
10544 2008-04-06  Jason Rumney  <jasonr@gnu.org>
10546         * language/burmese.el ("Burmese"): Make sample text consistent with
10547         language name.
10549 2008-04-06  Nick Roberts  <nickrob@snap.net.nz>
10551         * progmodes/gdb-ui.el (gdb): New group.
10552         (gdb-debug-log-max, gdb-enable-debug)
10553         (gdb-cpp-define-alist-program, gdb-cpp-define-alist-flags)
10554         (gdb-show-main, gdb-many-windows, gdb-use-separate-io-buffer)
10555         (gdb-speedbar-auto-raise, gdb-use-colon-colon-notation)
10556         (gdb-show-changed-values, gdb-max-children)
10557         (gdb-delete-out-of-scope, gdb-same-frame, gdb-find-source-frame)
10558         (breakpoint-enabled, breakpoint-disabled, gdb-max-frames)
10559         (gdb-all-registers, gdb-memory-repeat-count, gdb-memory-format)
10560         (gdb-memory-unit): Move to new group from GUD group.
10561         (menu): Allow customization from GDB-UI menu-item.
10563 2008-04-05  Chong Yidong  <cyd@stupidchicken.com>
10565         * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
10567 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10569         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
10570         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
10571         Revision numbers can include ".".
10573         * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
10574         "+" lines not accounted for by counting "-" and context lines.
10576 2008-04-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10578         * term/mac-win.el (mac-service-open-file): Use file URL instead of
10579         file name string.
10581 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10583         * vc-bzr.el (vc-bzr-annotate-command): Preserve line alignment.
10584         (vc-bzr-annotate-time): Accept space used to preserve alignment.
10586 2008-04-05  Richard Stallman  <rms@gnu.org>
10588         * emacs-lisp/advice.el (defadvice): Add usage pattern.
10590 2008-04-05  Nick Roberts  <nickrob@snap.net.nz>
10592         * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
10593         thread in [h-e-w]).
10595 2008-04-05  Juanma Barranquero  <lekktu@gmail.com>
10597         * files.el (abort-if-file-too-large): Fix typo in docstring.
10599 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10601         * subr.el (functionp): Return nil for special forms.
10603 2008-04-05  Glenn Morris  <rgm@gnu.org>
10605         * emacs-lisp/autoload.el (autoload-ensure-default-file):
10606         Provide a feature.
10607         * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el:
10608         Require loaddefs file rather than loading it.
10609         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that
10610         autoload-ensure-default-file provides a feature.
10612         * Makefile.in (LOADDEFS): Add mh-loaddefs.el.
10613         (AUTOGENEL): mh-loaddefs is in $LOADDEFS now.
10614         (compile, compile-always, recompile): Use $LOADDEFS.
10615         (cal-autoloads): Remove.
10617         * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather
10618         than buffer-live-p.  Reported by David Koppelman <koppel@ece.lsu.edu>.
10620         * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
10621         (hebrew-holidays-3, hebrew-holidays-4): Don't autoload obsolescence.
10623         * calendar/calendar.el (diary-hebrew-entry-symbol):
10624         Rename hebrew-diary-entry-symbol.  Keep old name as alias.
10625         (diary-islamic-entry-symbol): Rename islamic-diary-entry-symbol.
10626         Keep old name as alias.
10627         (diary-bahai-entry-symbol): Rename bahai-diary-entry-symbol.
10628         Keep old name as alias.
10629         * calendar/cal-bahai.el: Update for rename bahai-diary-entry-symbol
10630         to diary-bahai-entry-symbol.
10631         * calendar/cal-hebrew.el: Update for rename hebrew-diary-entry-symbol
10632         to diary-hebrew-entry-symbol.
10633         * calendar/cal-islam.el: Update for rename islamic-diary-entry-symbol
10634         to diary-islamic-entry-symbol.
10635         * calendar/diary-lib.el: Update for diary-entry-symbol renames.
10637         * calendar/solar.el (diary-sabbath-candles-minutes)
10638         (diary-sabbath-candles): Move to cal-hebrew.
10639         * calendar/cal-hebrew.el (diary-hebrew-sabbath-candles-minutes)
10640         (diary-hebrew-sabbath-candles): Move here from solar.el and rename.
10641         Doc fix.  Keep old name as alias.
10642         (diary-hebrew-sabbath-candles): Simplify.
10643         (solar-setup, solar-sunrise-sunset, calendar-latitude)
10644         (calendar-longitude, calendar-time-zone): Declare for compiler.
10645         * calendar/diary-lib.el (list-sexp-diary-entries): Update doc for
10646         rename.
10648         * calendar/cal-coptic.el (calendar-coptic-month-name-array):
10649         Rename coptic-calendar-month-name-array.  Update callers.
10650         (calendar-coptic-epoch): Rename coptic-calendar-epoch.  Update callers.
10651         (calendar-coptic-name): Rename coptic-name.  Update callers.
10652         (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
10653         Update callers.
10654         (calendar-coptic-last-day-of-month):
10655         Rename coptic-calendar-last-day-of-month.  Update callers.
10656         (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
10657         Keep old name as alias, update callers.
10658         (calendar-coptic-print-date): Rename calendar-print-coptic-date.
10659         Keep old name as alias, update callers.
10660         (calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
10661         Keep old name as alias.
10662         (calendar-ethiopic-month-name-array):
10663         Rename ethiopic-calendar-month-name-array.  Update callers.
10664         (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
10665         Update callers.
10666         (calendar-ethiopic-name): Rename ethiopic-name.  Update callers.
10667         (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic.
10668         Keep old name as alias, update callers.
10669         (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date.
10670         Keep old name as alias, update callers.
10671         (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
10672         Keep old name as alias.
10674         * calendar/cal-french.el (calendar-french-epoch):
10675         Rename french-calendar-epoch.  Update callers.
10676         (calendar-french-month-name-array): Rename variable and function
10677         french-calendar-month-name-array.  Update callers.
10678         (calendar-french-multibyte-month-name-array):
10679         Rename french-calendar-multibyte-month-name-array.  Update callers.
10680         (calendar-french-day-name-array): Rename variable and function
10681         french-calendar-day-name-array.  Update callers.
10682         (calendar-french-special-days-array): Rename variable and function
10683         french-calendar-special-days-array.  Update callers.
10684         (calendar-french-multibyte-special-days-array):
10685         Rename french-calendar-multibyte-special-days-array.  Update callers.
10686         (calendar-french-accents-p): Rename french-calendar-accents.
10687         Update callers.
10688         (calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
10689         Update callers.
10690         (calendar-french-last-day-of-month):
10691         Rename french-calendar-last-day-of-month.  Update callers.
10692         (calendar-french-to-absolute): Rename calendar-absolute-from-french.
10693         Keep old name as alias, update callers.
10694         (calendar-french-print-date): Rename calendar-print-french-date.
10695         Keep old name as alias, update callers.
10696         (calendar-french-goto-date): Rename calendar-goto-french-date.
10697         Keep old name as alias.
10699         * calendar/cal-menu.el, calendar/calendar.el:
10700         Update for Coptic and French name changes.
10702         * calendar/cal-china.el (calendar-chinese): Rename custom group
10703         from chinese-calendar.  Update users.
10704         (calendar-chinese-time-zone): Rename chinese-calendar-time-zone.
10705         Keep old name as alias, update users.
10706         (calendar-chinese-location-name): Rename chinese-calendar-location-name.
10707         Keep old name as alias.
10708         (calendar-chinese-daylight-time-offset):
10709         Rename chinese-calendar-daylight-time-offset.  Keep old name as alias,
10710         update users.
10711         (calendar-chinese-standard-time-zone-name):
10712         Rename chinese-calendar-standard-time-zone-name.
10713         Keep old name as alias, update users.
10714         (calendar-chinese-daylight-saving-start):
10715         Rename chinese-calendar-daylight-savings-starts.
10716         Keep old name as alias, update users.
10717         (calendar-chinese-daylight-saving-end):
10718         Rename chinese-calendar-daylight-savings-ends.  Keep old name as alias,
10719         update users.
10720         (calendar-chinese-daylight-saving-start-time):
10721         Rename chinese-calendar-daylight-savings-starts-time.
10722         Keep old name as alias, update users.
10723         (calendar-chinese-daylight-saving-end-time):
10724         Rename chinese-calendar-daylight-savings-ends-time.
10725         Keep old name as alias, update users.
10726         (calendar-chinese-celestial-stem): Rename
10727         calendar-chinese-celestial-stem.  Keep old name as alias, update users.
10728         (calendar-chinese-terrestrial-branch):
10729         Rename calendar-chinese-terrestrial-branch.  Keep old name as alias,
10730         update users.
10731         (calendar-chinese-zodiac-sign-on-or-after):
10732         Rename chinese-zodiac-sign-on-or-after.  Update callers.
10733         (calendar-chinese-new-moon-on-or-after):
10734         Rename chinese-new-moon-on-or-after.  Update callers.
10735         (calendar-chinese-month-list): Rename chinese-month-list.
10736         Update callers.
10737         (calendar-chinese-number-months): Rename number-chinese-months.
10738         Update callers.
10739         (calendar-chinese-compute-year): Rename compute-chinese-year.
10740         Update callers.
10741         (calendar-chinese-year-cache): Rename chinese-year-cache.  Update users.
10742         (calendar-chinese-year): Rename chinese-year.  Update callers.
10743         (calendar-chinese-year-cache-init): Rename chinese-year-cache-init.
10744         (calendar-chinese-to-absolute): Rename calendar-absolute-from-chinese.
10745         Keep old name as alias, update callers.
10746         (calendar-chinese-print-date): Rename calendar-print-chinese-date.
10747         Keep old name as alias, update callers.
10748         (calendar-chinese-months-to-alist):
10749         Rename make-chinese-month-assoc-list.  Update callers.
10750         (calendar-chinese-months): Rename chinese-months.  Update callers.
10751         (calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
10752         Keep old name as alias, update callers.
10754         * calendar/cal-hebrew.el (calendar-hebrew-leap-year-p):
10755         Rename hebrew-calendar-leap-year-p.  Update callers.
10756         (calendar-hebrew-last-month-of-year):
10757         Rename hebrew-calendar-last-month-of-year.  Update callers.
10758         (calendar-hebrew-elapsed-days): Rename hebrew-calendar-elapsed-days.
10759         Update callers.
10760         (calendar-hebrew-days-in-year): Rename hebrew-calendar-days-in-year.
10761         Update callers.
10762         (calendar-hebrew-long-heshvan-p): Rename hebrew-calendar-long-heshvan-p.
10763         Update callers.
10764         (calendar-hebrew-short-kislev-p): Rename hebrew-calendar-short-kislev-p.
10765         Update callers.
10766         (calendar-hebrew-last-day-of-month):
10767         Rename hebrew-calendar-last-day-of-month.  Update callers.
10768         (calendar-hebrew-to-absolute): Rename calendar-absolute-from-hebrew.
10769         Keep old name as alias, update callers.
10770         (calendar-hebrew-print-date): Rename calendar-print-hebrew-date.
10771         Keep old name as alias, update callers.
10772         (calendar-hebrew-yahrzeit): Rename hebrew-calendar-yahrzeit.
10773         Keep old name as alias, update callers.
10774         (calendar-hebrew-goto-date): Rename calendar-goto-hebrew-date.
10775         Keep old name as alias.
10776         (holiday-hebrew-rosh-hashanah): Rename holiday-rosh-hashanah-etc.
10777         Keep old name as alias.
10778         (holiday-hebrew-hanukkah): Rename holiday-hanukkah.
10779         Keep old name as alias.
10780         (holiday-hebrew-passover): Rename holiday-passover-etc.
10781         Keep old name as alias.
10782         (holiday-hebrew-tisha-b-av): Rename holiday-tisha-b-av-etc.
10783         Keep old name as alias, update callers.
10784         (diary-hebrew-list-entries): Rename list-hebrew-diary-entries.
10785         Keep old name as alias.
10786         (calendar-hebrew-mark-date-pattern):
10787         Rename mark-hebrew-calendar-date-pattern.  Keep old name as alias,
10788         update callers.
10789         (diary-hebrew-mark-entries): Rename mark-hebrew-diary-entries.
10790         Keep old name as alias.
10791         (diary-hebrew-insert-entry): Rename insert-hebrew-diary-entry.
10792         Keep old name as alias.
10793         (diary-hebrew-insert-monthly-entry):
10794         Rename insert-monthly-hebrew-diary-entry.  Keep old name as alias.
10795         (diary-hebrew-insert-yearly-entry):
10796         Rename insert-yearly-hebrew-diary-entry.  Keep old name as alias.
10797         (calendar-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
10798         Keep old name as alias.
10799         (diary-hebrew-omer): Rename diary-omer.  Keep old name as alias.
10800         (diary-hebrew-yahrzeit): Rename diary-yahrzeit.  Keep old name as alias.
10801         (diary-hebrew-rosh-hodesh): Rename diary-rosh-hodesh.
10802         Keep old name as alias.
10803         (calendar-hebrew-parashiot-names):
10804         Rename hebrew-calendar-parashiot-names.  Update callers.
10805         (calendar-hebrew-parasha-name): Rename hebrew-calendar-parasha-name.
10806         (calendar-hebrew-year-Saturday-incomplete-Sunday):
10807         Rename hebrew-calendar-year-Saturday-incomplete-Sunday.
10808         (calendar-hebrew-year-Saturday-complete-Tuesday):
10809         Rename hebrew-calendar-year-Saturday-complete-Tuesday.
10810         (calendar-hebrew-year-Monday-incomplete-Tuesday):
10811         Rename hebrew-calendar-year-Monday-incomplete-Tuesday.
10812         (calendar-hebrew-year-Monday-complete-Thursday):
10813         Rename hebrew-calendar-year-Monday-complete-Thursday.
10814         (calendar-hebrew-year-Tuesday-regular-Thursday):
10815         Rename hebrew-calendar-year-Tuesday-regular-Thursday.
10816         (calendar-hebrew-year-Thursday-regular-Saturday):
10817         Rename hebrew-calendar-year-Thursday-regular-Saturday.
10818         (calendar-hebrew-year-Thursday-complete-Sunday):
10819         Rename hebrew-calendar-year-Thursday-complete-Sunday.
10820         (calendar-hebrew-year-Saturday-incomplete-Tuesday):
10821         Rename hebrew-calendar-year-Saturday-incomplete-Tuesday.
10822         (calendar-hebrew-year-Saturday-complete-Thursday):
10823         Rename hebrew-calendar-year-Saturday-complete-Thursday.
10824         (calendar-hebrew-year-Monday-incomplete-Thursday):
10825         Rename hebrew-calendar-year-Monday-incomplete-Thursday.
10826         (calendar-hebrew-year-Monday-complete-Saturday):
10827         Rename hebrew-calendar-year-Monday-complete-Saturday.
10828         (calendar-hebrew-year-Tuesday-regular-Saturday):
10829         Rename hebrew-calendar-year-Tuesday-regular-Saturday.
10830         (calendar-hebrew-year-Thursday-incomplete-Sunday):
10831         Rename hebrew-calendar-year-Thursday-incomplete-Sunday.
10832         (calendar-hebrew-year-Thursday-complete-Tuesday):
10833         Rename hebrew-calendar-year-Thursday-complete-Tuesday.
10834         (diary-hebrew-parasha): Rename diary-parasha.  Keep old name as alias.
10835         Update for above name changes of constants.
10837         * calendar/cal-menu.el, calendar/calendar.el:
10838         Update for chinese and hebrew name changes.
10839         * calendar/diary-lib.el: Update for hebrew name changes.
10841 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10843         * subr.el (keymap-canonicalize): Correct thinko.
10845         * server.el: Undo part of the multi-tty change, which is only
10846         needed if server.el is preloaded, and broke server-running-p.
10847         (server-socket-dir): Initialize in the defvar, as before.
10848         (server-start): Remove initialization of server-socket-dir.
10850 2008-04-05  Eli Zaretskii  <eliz@gnu.org>
10852         * ls-lisp.el (ls-lisp-format): Support inodes that are 2- or
10853         3-member cons cells.
10855 2008-04-05  Chong Yidong  <cyd@stupidchicken.com>
10857         * cus-face.el (custom-face-attributes): Handle roman slant.
10859         * faces.el (default): Ensure the face-defface-spec property is set.
10861 2008-04-05  Adrian Robert  <Adrian.B.Robert@gmail.com>
10863         * files.el (abort-if-file-too-large): New function.
10864         (find-file-noselect, insert-file-1): Use it.
10866 2008-04-05  Reto Zimmermann  <reto@gnu.org>
10868         * progmodes/vhdl-mode.el (vhdl-mode-map-init):
10869         Replace C-c[a-zA-Z] key bindings.
10871 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10873         * progmodes/hideif.el (hif-token-alist): New var.
10874         (hif-token-regexp, hif-tokenize): Use it.
10875         (hif-mathify-binop): New macro.
10876         (hif-plus, hif-minus, hif-notequal, hif-greater, hif-less)
10877         (hif-greater-equal, hif-less-equal): Use it.
10878         (hif-logior, hif-logand): New functions.
10879         (hif-math): Accept | and & as well.
10881         * progmodes/etags.el: Fix problem with completion for buffer-local
10882         tables.  Reported by Radey Shouman <shouman@comcast.net>.
10883         (tags-complete-tag): Remove.
10884         (tags-lazy-completion-table): New function to replace it.
10885         (find-tag-tag, complete-tag): Update users.
10887 2008-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
10889         * vc-rcs.el (vc-rcs-dir-status):
10890         * vc-sccs.el (vc-sccs-dir-status): New function.
10892         * outline.el (outline-mode-menu-bar-map):
10893         * term.el (terminal-signal-menu): Add :help.
10895         * net/eudc.el (eudc-mode-map): Declare and define in one step.
10896         (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.
10898         * emacs-lisp/re-builder.el (reb-mode-map):
10899         * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
10901         * diff-mode.el (diff-file-junk-re): Recognize the git format for
10902         new files, deleted files and for changing permissions.
10903         (diff-mode): Set beginning-of-defun-function and
10904         end-of-defun-function.
10906         * vc-bzr.el (vc-bzr-state): Use when instead of if.
10908         * vc.el (vc-default-status-fileinfo-extra): New function.
10909         (vc-status-mark-buffer-changed): Use it.
10910         (vc-update-vc-status-buffer): Allow for partial updates.
10912 2008-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10914         * net/tramp.el (after-init-hook): Don't wrap a lambda around
10915         tramp-register-completion-file-name-handler.
10917         * subr.el (keymap-canonicalize): New function.
10918         * mouse.el (mouse-menu-non-singleton): Use it.
10919         (mouse-major-mode-menu): Remove hack made unnecessary.
10921         * simple.el (set-fill-column): Prompt rather than error by default.
10923 2008-04-04  Andreas Schwab  <schwab@suse.de>
10925         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
10926         Reset new-rules after each round.
10928         * Makefile.in (cal-autoloads): New target.
10929         (compile, compile-always, recompile): Depend on it.
10930         ($(lisp)/calendar/cal-loaddefs.el)
10931         ($(lisp)/calendar/diary-loaddefs.el)
10932         ($(lisp)/calendar/hol-loaddefs.el): Depend on calendar/*.el.
10934 2008-04-04  Michael Kifer  <kifer@cs.stonybrook.edu>
10936         * ediff*.el: Replace load with require in eval-when-compile.
10938         * ediff-hook.el: Delete all invocations of (autoload ...).
10940         * ediff-util.el (ediff-setup): Make window-min-height a local variable
10941         in ediff control window, and set its min height to 2.
10942         (ediff-setup-control-buffer): Dedicate the control window.
10943         (ediff-toggle-multiframe): Undedicate control window.
10944         Work directly with ediff-setup-windows-multiframe and
10945         ediff-setup-windows-plain.
10947         * ediff-wind.el (ediff-choose-window-setup-function-automatically):
10948         New function.
10949         (ediff-window-setup-function): Change initialization.
10950         (ediff-setup-windows-automatic): Delete.
10951         (ediff-setup-windows-plain-merge): Make control window dedicated.
10952         (ediff-destroy-control-frame): Do not skip frames if working in a
10953         single frame.
10955         * emulation/viper-ex.el: Move provide's forward, prevent recursion in
10956         eval-when-compile.
10958         * emulation/viper-util.el: Move provide's forward, prevent recursion in
10959         eval-when-compile.
10961 2008-04-04  Glenn Morris  <rgm@gnu.org>
10963         * calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename
10964         calendar-absolute-from-bahai.  Update callers, keep old name as alias.
10966         * calendar/cal-islam.el (calendar-islamic-leap-year-p):
10967         Rename islamic-calendar-leap-year-p.  Update callers.
10968         (calendar-islamic-last-day-of-month):
10969         Rename islamic-calendar-last-day-of-month.  Update callers.
10970         (calendar-islamic-day-number):
10971         Rename islamic-calendar-day-number.  Update callers.
10972         (calendar-islamic-to-absolute): Rename calendar-absolute-from-islamic.
10973         Update callers, keep old name as alias.
10974         (calendar-islamic-print-date): Rename calendar-print-islamic-date.
10975         Update callers, keep old name as alias.
10976         (calendar-islamic-goto-date): Rename calendar-goto-islamic-date.
10977         Keep old name as alias.
10978         (diary-islamic-list-entries): Rename list-islamic-diary-entries.
10979         Update callers, keep old name as alias.
10980         (calendar-islamic-mark-date-pattern):
10981         Rename mark-islamic-calendar-date-pattern.  Update callers, keep old
10982         name as alias.
10983         (diary-islamic-insert-entry): Rename insert-islamic-diary-entry.
10984         Keep old name as alias.
10985         (diary-islamic-insert-monthly-entry):
10986         Rename insert-monthly-islamic-diary-entry.  Keep old name as alias.
10987         (diary-islamic-insert-yearly-entry):
10988         Rename insert-yearly-islamic-diary-entry.  Keep old name as alias.
10990         * calendar/cal-iso.el (calendar-iso-to-absolute): Rename
10991         calendar-absolute-from-iso.  Update callers, keep old name as alias.
10992         (calendar-iso-print-date): Rename calendar-print-iso-date.
10993         Update callers, keep old name as alias.
10994         (calendar-iso-goto-date): Rename calendar-goto-iso-date.
10995         Keep old name as alias.
10996         (calendar-iso-goto-week): Rename calendar-goto-iso-week.
10997         Keep old name as alias.
10999         * calendar/cal-julian.el (calendar-julian-to-absolute): Rename
11000         calendar-absolute-from-julian.  Update callers, keep old name as alias.
11001         (calendar-julian-print-date): Rename calendar-print-julian-date.
11002         Update callers, keep old name as alias.
11003         (calendar-julian-goto-date): Rename calendar-goto-julian-date.
11004         Update callers, keep old name as alias.
11005         (calendar-astro-to-absolute): Rename calendar-absolute-from-astro.
11006         Update callers, keep old name as alias.
11007         (calendar-astro-print-day-number):
11008         Rename calendar-print-astro-day-number.  Update callers, keep old
11009         name as alias.
11010         (calendar-astro-goto-day-number): Rename calendar-goto-astro-day-number.
11011         Update callers, keep old name as alias.
11013         * calendar/cal-mayan.el (calendar-mayan-string-from-long-count):
11014         Rename calendar-string-to-mayan-long-count.  Update callers.
11015         (calendar-mayan-print-date): Rename calendar-print-mayan-date.
11016         Update callers, keep old name as alias.
11017         (calendar-mayan-read-haab-date): Rename calendar-read-mayan-haab-date.
11018         Update callers.
11019         (calendar-mayan-read-tzolkin-date):
11020         Rename calendar-read-mayan-tzolkin-date.  Update callers.
11021         (calendar-mayan-next-haab-date): Rename calendar-next-haab-date.
11022         Keep old name as alias.
11023         (calendar-mayan-previous-haab-date): Rename calendar-previous-haab-date.
11024         Keep old name as alias.
11025         (calendar-mayan-next-tzolkin-date): Rename calendar-next-tzolkin-date.
11026         Keep old name as alias.
11027         (calendar-mayan-previous-tzolkin-date):
11028         Rename calendar-previous-tzolkin-date.  Keep old name as alias.
11029         (calendar-mayan-next-round-date):
11030         Rename calendar-next-calendar-round-date.  Keep old name as alias.
11031         (calendar-mayan-previous-round-date):
11032         Rename calendar-previous-calendar-round-date.  Keep old name as alias.
11033         (calendar-mayan-long-count-to-absolute): Rename
11034         calendar-absolute-from-mayan-long-count.  Keep old name as alias.
11035         (calendar-mayan-goto-long-count-date):
11036         Rename calendar-goto-mayan-long-count-date.  Keep old name as alias.
11038         * calendar/cal-persia.el (calendar-persian-month-name-array):
11039         Rename persian-calendar-month-name-array.  Update callers.
11040         (calendar-persian-epoch): Rename persian-calendar-epoch.
11041         Update callers.
11042         (calendar-persian-leap-year-p): Rename persian-calendar-leap-year-p.
11043         Update callers.
11044         (calendar-persian-last-day-of-month):
11045         Rename persian-calendar-last-day-of-month.  Update callers.
11046         (calendar-persian-to-absolute): Rename calendar-absolute-from-persian.
11047         Update callers, keep old name as alias.
11048         (calendar-persian-print-date): Rename calendar-print-persian-date.
11049         Update callers, keep old name as alias.
11050         (calendar-persian-goto-date): Rename calendar-goto-persian-date.
11051         Keep old name as alias.
11053         * calendar/cal-china.el, calendar/cal-coptic.el, calendar/cal-islam.el:
11054         * calendar/cal-persia.el, calendar/holidays.el, calendar/lunar.el:
11055         * calendar/solar.el: Update for cal-julian name changes.
11057         * calendar/cal-dst.el: Update for persian name changes.
11059         * calendar/cal-menu.el, calendar/calendar.el:
11060         Update for islamic, iso, julian, mayan, persian name changes.
11062         * calendar/diary-lib.el: Update for islamic name changes.
11064         * calendar/calendar.el (calendar-hebrew-all-holidays-flag):
11065         Rename all-hebrew-calendar-holidays.  Update callers, keep old name
11066         as alias.
11067         (calendar-christian-all-holidays-flag):
11068         Rename all-christian-calendar-holidays.  Update callers, keep old
11069         name as alias.
11070         (calendar-islamic-all-holidays-flag):
11071         Rename all-islamic-calendar-holidays.  Update callers, keep old
11072         name as alias.
11073         (calendar-bahai-all-holidays-flag): Rename all-bahai-calendar-holidays.
11074         Update callers, keep old name as alias.
11075         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/holidays.el:
11076         Update for the above name changes.
11078 2008-04-04  Juanma Barranquero  <lekktu@gmail.com>
11080         * hilit-chg.el (global-highlight-changes-mode)
11081         (highlight-changes-passive-string, highlight-changes-active-string):
11082         Mark as obsolete since 23.1, not 22.1.
11084 2008-04-03  Juanma Barranquero  <lekktu@gmail.com>
11086         * hilit-chg.el (highlight-changes-visibility-initial-state)
11087         (hilit-chg-update, highlight-changes-mode-turn-on):
11088         Fix typos in docstrings.
11090 2008-04-03  Stephen Berman  <Stephen.Berman@gmx.net>
11092         * newcomment.el (comment-enter-backward): Be careful to restore
11093         position changed during narrowing.
11095 2008-04-03  Giuliano Procida  <giuliano.procida@googlemail.com>  (tiny change)
11097         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
11098         Recognize `sub ($$)'.
11100 2008-04-03  Richard Sharman  <rsharman@pobox.com>
11102         * hilit-chg.el (highlight-changes-mode): Rename from
11103         highlight-changes; no longer uses sub-modes active and passive;
11104         implemented by define-minor-mode.
11105         (highlight-changes-toggle-visibility): New function, to replace
11106         the old passive/active submodes of global-highlight-changes-mode;
11107         implemented by define-minor-mode.
11108         (global-highlight-changes-mode): Rename from global-highlight-changes;
11109         rewrite using define-globalized-minor-mode.
11110         (hilit-chg-major-mode-hook, hilit-chg-check-global)
11111         (hilit-chg-post-command-hook, hilit-chg-check-global)
11112         (hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due
11113         to use of define-globalized-minor-mode.
11114         (highlight-changes-global-initial-state): Change to be boolean.
11115         (highlight-changes-visible-string, highlight-changes-invisible-string):
11116         Rename from highlight-changes-active-string and
11117         highlight-changes-passive-string.
11118         (hilit-chg-update, hilit-chg-set): Use them.
11119         (global-highlight-changes-mode): Rename from global-highlight-changes.
11120         (hilit-chg-map-changes, hilit-chg-display-changes): Add arguments to
11121         docstring.
11122         (hilit-chg-hide-changes): Rewrite to use dolist.
11123         (hilit-chg-set-face-on-change, hilit-chg-update)
11124         (highlight-changes-rotate-faces): Use highlight-changes-visible-mode
11125         variable instead of testing highlight-changes-mode.
11126         (highlight-markup-buffers): Add require ediff-util; argument on calls
11127         to highlight-changes-mode changed.
11128         (highlight-compare-with-file): Fix problems with interactive
11129         call giving invalid default file.
11131 2008-04-03  Nick Roberts  <nickrob@snap.net.nz>
11133         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
11134         Fix in disassembly buffer (regression in 22.2).
11136 2008-04-03  Michael Kifer  <kifer@cs.stonybrook.edu>
11138         * emulation/viper-macs.el (viper-read-fast-keysequence):
11139         Use viper-read-event instead of viper-read-key.
11141         * emulation/viper.el (viper-mode): Move the check for fundamental mode.
11143         * emulation/viper-util.el (viper-get-saved-cursor-color-in-insert-mode)
11144         (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant
11145         let-statements.
11147         * emulation/viper-ex.el, emulation/viper-macs.el:
11148         * emulation/viper-mous.el:
11149         Replace load with require in eval-when-compile.
11151 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11153         * files.el (auto-mode-alist): Use archive-mode for Debian packages.
11155         * arc-mode.el (archive-mode-map): Obey mouse-1-click-follows-link.
11156         (archive-try-jka-compr): New function.
11157         (archive-set-buffer-as-visiting-file): Use it.
11159         * tar-mode.el (tar-mode-map): Obey mouse-1-click-follows-link.
11161 2008-04-03  Chong Yidong  <cyd@stupidchicken.com>
11163         * simple.el (handle-shift-selection): New arg.
11165 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11167         * emacs-lisp/cl-macs.el (defsetf): Accept a lambda for the 2-arg form.
11169         * vc-bzr.el (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
11171 2008-04-03  Chong Yidong  <cyd@stupidchicken.com>
11173         * shell.el (shell-dynamic-complete-filename): New fun.
11174         (shell-dynamic-complete-functions): Use it.
11176         * help-fns.el (describe-variable): Undo 2008-02-25 change.
11178 2008-04-03  Kenichi Handa  <handa@m17n.org>
11180         * international/fontset.el (create-fontset-from-x-resource):
11181         Handle the error of X resource more gracefully.
11183         * international/latin1-disp.el (latin1-display): Don't use make-char.
11184         Fix the argument to set-char-table-range.
11185         (latin1-display-identities): Don't use make-char.
11186         (latin1-display-reset): Use map-charset-chars instead of directly
11187         calling standard-display-default.
11188         (latin1-display-check-font): Don't use make-char.
11189         (latin1-display-setup): Likewise.
11190         (latin1-display-ucs-per-lynx): Likewise.
11192 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11194         * emacs-lisp/timer.el (timer): Define as a defstruct, so we can
11195         name the fields, to make the code clearer.
11196         Rewrite all `aset' and `aref' using the defined accessors.
11197         (timer--time): New pseudo-field.
11198         (timer-set-time, timer-set-idle-time, timer-inc-time)
11199         (timer-set-time-with-usecs, with-timeout-suspend): Use it.
11200         (timer--time-less-p): New function.
11201         (timer--activate): New function, extracted from timer-activate.
11202         (timer-activate-when-idle, timer-activate): Use it.
11203         (cancel-function-timers): Use dolist.
11205 2008-04-03  Glenn Morris  <rgm@gnu.org>
11207         * add-log.el (c-beginning-of-defun, c-end-of-defun):
11208         Remove declarations; no longer used.
11209         (c-cpp-define-name, c-defun-name): Declare as functions.
11211         * calendar/cal-bahai.el (holiday-fixed): Autoload it.
11212         (holiday-bahai-new-year, holiday-bahai-ridvan): New functions.
11214         * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc)
11215         (holiday-passover-etc, holiday-hanukkah): Doc fix.
11216         Add optional argument.  Simplify.
11217         (holiday-tisha-b-av-etc): Use memq rather than unless.
11218         (holiday-julian): Autoload it.
11219         (holiday-hebrew-misc): New function.
11221         * calendar/cal-islam.el (holiday-islamic-new-year): New function.
11223         * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
11224         (hebrew-holidays-3, hebrew-holidays-4): Make obsolete.
11225         (hebrew-holidays-2): Just use holiday-hanukkah now it respects
11226         all-hebrew-calendar-holidays.
11227         (hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays):
11228         Simplify using new functions.
11229         (calendar-holidays): Doc fix.
11230         (generate-calendar-window): Use bound-and-true-p.
11232         * calendar/diary-lib.el (diary-mail-addr): Use bound-and-true-p.
11234         * calendar/holidays.el (calendar-holiday-list): Fix previous change.
11235         (holiday-filter-visible-calendar): Doc fix.  Use mapcar.
11236         (holiday-easter-etc): Fix nesting of result.  Tweak holiday order.
11237         Use calendar-date-is-visible-p, not holiday-filter-visible-calendar.
11239         * net/tramp.el (tramp-drop-volume-letter): Move definition before use.
11241 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11243         * vc-mtn.el (vc-mtn-command): Avoid localization of messages.
11245         * vc-bzr.el (vc-bzr-checkout): Simplify.
11247         * image-mode.el (image-mode-fit-frame): New command.
11249         * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo)
11250         (copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
11251         (keyboard-escape-quit): Check region-active-p i.s.o
11252         transient-mark-mode.
11254 2008-04-02  Simon Josefsson  <simon@josefsson.org>
11256         * net/imap.el (imap-enable-exchange-bug-workaround): New variable.
11257         (imap-message-copyuid-1): Use it.
11258         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
11259         J. Williams in
11260         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
11262 2008-04-02  Alan Mackenzie  <acm@muc.de>
11264         * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
11265         New optimised functions to get the name of the current defun/macro.
11267         * add-log.el (add-log-current-defun): Move the functionality which
11268         gets the current function name for C like modes to cc-cmds.el,
11269         thus optimising for speed.
11271 2008-04-02  Chong Yidong  <cyd@stupidchicken.com>
11273         * simple.el (deactivate-mark): When the mark is temporarily
11274         active, restore the original value of transient-mark-mode.
11275         (set-mark-command): First deactivate the mark if was temporarily active.
11276         (exchange-point-and-mark): Reactivate the mark if it was
11277         temporarily active.
11278         (handle-shift-selection): New fun.
11279         (transient-mark-mode): Move var documentation here from buffer.c.
11280         (next-line, previous-line, backward-word, move-end-of-line)
11281         (move-beginning-of-line, forward-to-indentation)
11282         (backward-to-indentation, back-to-indentation)
11283         (beginning-of-buffer, end-of-buffer): Add ^ interactive spec.
11285         * mouse.el (mouse-set-region-1): Save the old value of
11286         transient-mark-mode.
11287         (mouse-drag-track): Ignore the now-obsolete value `identity' for
11288         transient-mark-mode.
11290         * textmodes/paragraphs.el (forward-paragraph)
11291         (backward-paragraph, forward-sentence, backward-sentence): Add ^
11292         interactive spec.
11294         * emulation/cua-base.el (cua-mode): Turn off shift-select-mode.
11296 2008-04-02  Michael Albinus  <michael.albinus@gmx.de>
11298         * net/tramp.el (tramp-make-tramp-temp-file):
11299         Use `tramp-drop-volume-letter' for the local file name part.
11301 2008-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
11303         * progmodes/sh-script.el (sh-mode-map): Rename the menu.  Add :help.
11304         Add menu entries corresponding to all the key bindings.
11306         * emacs-lisp/debug.el (debugger-mode-map):
11307         * textmodes/conf-mode.el (conf-mode-map): Add a menu.
11308         (conf-align-assignments): Only work on the region if it is active.
11309         (conf-quote-normal): Use when instead of if.  Remove redundant test.
11311         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
11312         for tracing and re-builder.
11314 2008-04-02  Glenn Morris  <rgm@gnu.org>
11316         * calendar/appt.el (appt-disp-window-function): Doc fix.
11317         (appt-display-message): Move beep before display.
11318         (appt-check): Make interactive.  Reduce the number of lets.
11319         Use string-equal to compare mode-line strings.
11320         (appt-disp-window): Pluralize "minute" as needed.  Make appt buffer
11321         read-only.
11322         (appt-select-lowest-window, appt-make-list): Reduce the number of lets.
11323         (appt-delete): Simplify.
11325         * calendar/cal-china.el (holiday-chinese-new-year): Use a single let.
11327         * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
11329         * calendar/cal-hebrew.el (list-yahrzeit-dates):
11330         * calendar/cal-tex.el (cal-tex-insert-blank-days-at-end)
11331         (cal-tex-last-blank-p, cal-tex-daily-page): Expand calendar-for-loops.
11333         * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
11334         (calendar-holiday-marker, mark-visible-calendar-date):
11335         * calendar/diary-lib.el (fancy-diary-display):
11336         Check for font-lock-mode before using faces.
11338         * calendar/calendar.el (hebrew-holidays-3, generate-calendar-month)
11339         (calendar-gregorian-from-absolute): Reduce the number of lets.
11340         (hebrew-holidays-4, generate-calendar-window): Simplify.
11341         (calendar-for-loop): Make obsolete.
11342         (calendar-nth-named-day): Doc fix.
11344         * calendar/diary-lib.el (diary-list-entries, fancy-diary-display)
11345         (print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
11346         (calendar-mark-1, list-sexp-diary-entries, diary-remind):
11347         Reduce the number of lets.
11348         (mark-sexp-diary-entries, calendar-mark-complex):
11349         Expand calendar-for-loops.
11351 2008-04-01  Chong Yidong  <cyd@stupidchicken.com>
11353         * find-dired.el (find-dired-filter): Fix last patch to handle
11354         multi-line process input.  Pad link numbers too.
11356 2008-04-01  Jari Aalto  <jari.aalto@cante.net>
11358         * find-dired.el (find-dired-filter): Align columns by padding file sizes.
11360 2008-04-01  Jason Rumney  <jasonr@gnu.org>
11362         * international/characters.el (script-list): Add phonetic script,
11363         covering IPA (previously Latin), Phonetic Extensions and
11364         Phonetic Extensions Supplement (both previously unassigned).
11366         * international/fontset.el (setup-default-fontset): Use unicode fonts
11367         that cover bopomofo script for bopomofo.
11368         Likewise for braille and mathematical.
11369         Use unicode scripts that cover the phonetic script for IPA.
11371 2008-04-01  Johan Bockgård  <bojohan@gnu.org>
11373         * emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
11374         return the assigned value.
11376 2008-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11378         * abbrev.el (abbrev-mode): Use define-minor-mode.
11380         * mouse.el (mouse-major-mode-menu-prefix): Remove.  Remove uses.
11381         (mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
11382         Use map-keymap.
11383         (minor-mode-menu-from-indicator): Use it.  Simplify.
11385         * bindings.el (mode-line-mode-menu): Move before (new) first use.
11386         (mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
11387         Bind the key directly to the menu.
11388         (mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.
11390 2008-04-01  Daiki Ueno  <ueno@unixuser.org>
11392         * epa.el (epa-decrypt-region): Explain the reason why this
11393         function should not be used in Lisp programs.
11394         (epa-decrypt-armor-in-region): Ditto.
11395         (epa-verify-region): Ditto.
11396         (epa-verify-cleartext-in-region): Ditto.
11397         (epa-sign-region): Ditto.
11398         (epa-encrypt-region): Ditto.
11400         * epg.el (epg-start-receive-keys): Fix typo in docstring.
11402         * epa.el (epa-select-keys): Show menu even if there is no key in
11403         GnuPG's keyring.
11405 2008-04-01  Glenn Morris  <rgm@gnu.org>
11407         * calendar/calendar.el (calendar-make-temp-face): New function.
11408         (mark-visible-calendar-date):
11409         * calendar/diary-lib.el (fancy-diary-display): Use it.
11411         * vc-hooks.el (vc-responsible-backend): Declare as function.
11413         * calendar/calendar.el (calendar-nongregorian-visible-p): New function.
11414         * calendar/cal-hebrew.el (calendar-hebrew-date-is-visible-p):
11415         * calendar/cal-julian.el (holiday-julian): Use it.
11417         * calendar/cal-hebrew.el (hebrew-calendar-elapsed-days): Doc fix.
11418         (calendar-hebrew-date-is-visible-p): Extract some common code into
11419         separate function.
11420         (holiday-hebrew, mark-hebrew-calendar-date-pattern): Use it.
11422         * calendar/cal-menu.el (cal-menu-holidays-menu):
11423         * calendar/calendar.el (calendar-mode-map): Use calendar-mark-holidays
11424         rather than obsolete alias.
11426         * calendar/calendar.el (mark-visible-calendar-date): Also use overlay
11427         for mark characters.
11428         (calendar-unmark): Unmark by removing all overlays, rather than
11429         redrawing.
11430         (calendar-starred-day): Remove.
11431         (calendar-mode): Disable undo.  Don't make calendar-starred-day local.
11432         (calendar-cursor-to-date): No need for special star handling now
11433         using overlays.
11434         (calendar-star-date): Use overlays.
11436         * calendar/cal-french.el (calendar-goto-french-date):
11437         * calendar/cal-hebrew.el (calendar-hebrew-from-absolute)
11438         (holiday-hanukkah, mark-hebrew-calendar-date-pattern):
11439         * calendar/cal-move.el (calendar-forward-month, calendar-end-of-month):
11440         * calendar/cal-persia.el (calendar-persian-date-string):
11441         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
11442         (cal-tex-cursor-month, cal-tex-LaTeXify-string):
11443         * calendar/lunar.el (lunar-phase-list, lunar-new-moon-on-or-after):
11444         * calendar/solar.el (solar-equinoxes-solstices):
11445         Reduce nesting of some lets.
11447         * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
11448         (calendar-goto-mayan-long-count-date): Simplify.
11450         * calendar/holidays.el (calendar-holiday-list, holiday-easter-etc):
11451         Simplify by using mapcar.
11452         (calendar-list-holidays): Return holiday-list.
11453         (list-holidays): Use let rather than let*.  Remove un-needed locals
11454         `d', `never'.
11455         (calendar-check-holidays): Return result from dolist.
11456         (holiday-float): Use a single let*.  Simplify if-and to and.
11457         (holiday-sexp, holiday-advent, holiday-greek-orthodox-easter): Use a
11458         single let*.
11460 2008-04-01  Jay Belanger  <jay.p.belanger@gmail.com>
11462         * calc/calc.el: Autoload `calc-yank'.
11463         (calc-mode-map): Add keybindings for `calc-yank'.
11464         * calc/calc-ext.el (calc-init-extensions): Remove keybinding
11465         assignments for `calc-yank'.
11467 2008-03-31  Dan Nicolaescu  <dann@ics.uci.edu>
11469         * vc.el (vc-status-add-entry): Assume ENTRY is a list, not a cons.
11470         (vc-status-mark-buffer-changed): Handle the extra field.
11472         * vc-bzr.el (vc-bzr-after-dir-status):
11473         * vc-cvs.el (vc-cvs-after-dir-status):
11474         * vc-hg.el (vc-hg-after-dir-status):
11475         * vc-svn.el (vc-svn-after-dir-status): Return a list, not a cons.
11477 2008-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
11479         * doc-view.el: Compute displayed pages first (in PDF).
11480         (doc-view-current-converter-processes): Rename from
11481         doc-view-current-converter-process.  Update users.
11482         (doc-view-sentinel): Test buffer's liveness.
11483         (doc-view-pdf/ps->png-sentinel): Remove.
11484         (doc-view-start-process): New function.
11485         (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
11486         (doc-view-ps->pdf): Use it.
11487         (doc-view-pdf->png-1, doc-view-pdf->png, doc-view-active-pages):
11488         New functions.
11489         (doc-view-convert-current-doc, doc-view-goto-page): Use them.
11490         (doc-view-mode): Kill the processes when leaving the mode.
11492 2008-03-31  Juanma Barranquero  <lekktu@gmail.com>
11494         * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p):
11495         Use `byte-compile-warning-types'.  Add docstring.
11497 2008-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
11499         * smerge-mode.el (smerge-apply-resolution-patch): New fun.
11500         (smerge-resolve): Add various resolution heuristics.
11502         * smerge-mode.el (smerge-refine): Allow highlighting other subparts
11503         in 3-way conflicts.
11505 2008-03-31  Glenn Morris  <rgm@gnu.org>
11507         * calendar/cal-bahai.el (diary-bahai-mark-entries):
11508         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
11509         * calendar/cal-islam.el (mark-islamic-diary-entries):
11510         Fix argument order in call to diary-mark-entries-1.
11512         * calendar/cal-bahai.el (calendar-bahai-date-string): Avoid an error for
11513         pre-Bahai dates.
11514         (holiday-bahai): Use an algorithm actually relevant to this calendar
11515         system.
11517         * calendar/cal-china.el (holiday-chinese-new-year): Doc fix.
11519         * calendar/cal-islam.el (holiday-islamic): Remove un-needed let.
11520         Use and.
11522         * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
11523         in the last fortnight in Julian October.
11525         * calendar/calendar.el (increment-calendar-month): Optionally handle
11526         systems without 12 months per year.
11528         (calendar-date-is-visible-p): Doc fix.  Simplify.
11530         * calendar/holidays.el (holiday-filter-visible-calendar): Return result
11531         from dolist.
11533 2008-03-30  Juanma Barranquero  <lekktu@gmail.com>
11535         * hi-lock.el (hi-lock-mode): Fix typos in docstring.
11536         (hi-lock-unload-function): New function.
11538 2008-03-30  Michael Albinus  <michael.albinus@gmx.de>
11540         * net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
11541         overwriting when NEWNAME is a local file.
11543         * net/trampver.el: Update release number.
11545 2008-03-30  Alexandre Julliard  <julliard@winehq.org>
11547         * vc-git.el: Make vc-status display information about copies,
11548         renames and permission changes.
11549         (vc-git-extra-fileinfo): New defstruct.
11550         (vc-git-escape-file-name, vc-git-file-type-as-string)
11551         (vc-git-rename-as-string, vc-git-permissions-as-string)
11552         (vc-git-status-printer): New functions.
11553         (vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo.
11554         (vc-git-after-dir-status-stage1): Look for copies, renames and
11555         permission changes.
11556         (vc-git-after-dir-status-stage1-empty-db): Set permissions.
11557         (vc-git-dir-status): Ask for staged files and renames.
11559 2008-03-30  Dan Nicolaescu  <dann@ics.uci.edu>
11561         * vc.el: Allow backends to display backend specific information in
11562         the vc-status listing.
11563         (vc-status-fileinfo): Add a field for backend specific information.
11564         (vc-status-printer): Rename to ...
11565         (vc-default-status-printer): ... this.
11566         (vc-status-printer): New function.
11567         (vc-update-vc-status-buffer): Set the backend specific file info
11568         if provided.
11570 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11572         * textmodes/remember.el (remember-diary-convert-entry): Revert last
11573         change (ill-conceived).
11575 2008-03-29  Glenn Morris  <rgm@gnu.org>
11577         * calendar/cal-hebrew.el (holiday-hebrew): Simplify.
11578         * calendar/cal-julian.el (holiday-julian): Simplify.
11580         * calendar/holidays.el (list-holidays): Use or.
11582 2008-03-29  Juri Linkov  <juri@jurta.org>
11584         * window.el (split-window-preferred-horizontally): New function.
11586         * cus-start.el (split-window-preferred-function):
11587         Set choice for "vertically" to nil instead of split-window.
11588         Set choice for "horizontally" to split-window-preferred-horizontally
11589         instead of lambda.
11591 2008-03-29  Juri Linkov  <juri@jurta.org>
11593         * simple.el (minibuffer-default-add-function): New variable with
11594         the default to minibuffer-default-add-completions.
11595         (minibuffer-default-add-done): New variable.  Make it buffer-local.
11596         (minibuffer-default-add-completions): New function.
11597         (goto-history-element): Set minibuffer-default-add-done to t and
11598         call a function in minibuffer-default-add-function when the
11599         specified absolute history position is greater than the length of
11600         the minibuffer-default list and minibuffer-default-add-done is nil.
11601         Change "^End of history; no next item$" to "^End of defaults;
11602         no next item$".
11604         * bindings.el (debug-ignored-errors): Change "^End of history;
11605         no next item$" to "^End of defaults; no next item$".
11607 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11609         * subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.
11611         * textmodes/remember.el (remember-diary-convert-entry): Prefer boundp
11612         to with-no-warnings.
11614 2008-03-29  Michael Albinus  <michael.albinus@gmx.de>
11616         Sync with Tramp 2.1.13.
11618         * net/tramp-ftp.el: Require 'cl when byte-compiling.
11620         * net/trampver.el: Update release number.
11622 2008-03-29  Dan Nicolaescu  <dann@ics.uci.edu>
11624         * vc-hooks.el (vc-menu-map-filter): Be more careful when finding
11625         the current backend.
11627         * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
11628         (vc-status-refresh): Create a temporary buffer and call the
11629         `dir-status' backend function from that buffer.
11631         * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
11632         (vc-bzr-after-dir-status): Don't kill the buffer.
11634         * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
11635         (vc-cvs-after-dir-status): Don't kill the buffer.
11637         * vc-git.el (vc-git-dir-status): Don't create a buffer.
11638         (vc-git-after-dir-status-stage2): Don't kill the buffer.
11640         * vc-hg.el (vc-hg-dir-status): Don't create a buffer.
11641         (vc-hg-after-dir-status): Don't kill the buffer.
11643         * vc-svn.el (vc-svn-dir-status): Don't create a buffer.
11644         (vc-svn-after-dir-status): Don't kill the buffer.
11646 2008-03-29  Glenn Morris  <rgm@gnu.org>
11648         * calendar/calendar.el (diary-file, american-date-diary-pattern)
11649         (european-date-diary-pattern, european-calendar-display-form)
11650         (american-calendar-display-form, diary-display-hook): Doc fixes.
11651         (european-calendar-style): Doc fix.  Use calendar-set-date-style for
11652         custom :set.  Mark as obsolete.
11653         (calendar-date-style, iso-date-diary-pattern)
11654         (iso-calendar-display-form): New user variables.
11655         (diary-date-forms, calendar-date-display-form): Set using
11656         calendar-date-style.  Doc fix.
11657         (calendar-set-date-style): New command.
11658         (european-calendar, american-calendar): Use calendar-set-date-style.
11659         Mark as obsolete.
11661         * calendar/diary-lib.el (number): Move declaration where needed.
11662         (diary-mail-entries, list-sexp-diary-entries): Doc fixes.
11663         (diary-make-date): New function.
11664         (diary-date, diary-block, diary-anniversary, diary-cyclic): Doc fix.
11665         Use diary-make-date.
11666         (diary-date-display-form, diary-insert-entry-1): New functions.
11667         (insert-monthly-diary-entry, insert-yearly-diary-entry):
11668         Use diary-insert-entry-1.
11669         (insert-anniversary-diary-entry, insert-block-diary-entry)
11670         (insert-cyclic-diary-entry): Use diary-date-display-form.
11672         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
11673         Autoload diary-insert-entry-1.
11674         * calendar/cal-bahai.el (diary-bahai-insert-entry)
11675         (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
11676         * calendar/cal-hebrew.el (insert-hebrew-diary-entry)
11677         (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
11678         * calendar/cal-islam.el (insert-islamic-diary-entry)
11679         (insert-monthly-islamic-diary-entry, insert-yearly-islamic-diary-entry):
11680         Use diary-insert-entry-1.
11682         * calendar/cal-hebrew.el (diary-make-date): Autoload it.
11683         (diary-yahrzeit): Doc fix.  Use diary-make-date.
11685         * calendar/icalendar.el (icalendar--datetime-to-american-date):
11686         New name for icalendar--datetime-to-noneuropean-date.  Make old name
11687         obsolete alias.
11688         (icalendar--datetime-to-iso-date): New function.
11689         (icalendar--datetime-to-diary-date): Doc fix.  Respect
11690         calendar-date-style if bound.
11692         * textmodes/remember.el (remember-diary-convert-entry):
11693         Respect calendar-date-style if bound.
11695 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11697         * xt-mouse.el (xterm-mouse-mode): Use delete-terminal-functions.
11698         (xterm-mouse-handle-delete-frame): Delete.
11700         * term/xterm.el (terminal-init-xterm): Use delete-terminal-functions.
11701         (xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys)
11702         (xterm-remove-modify-other-keys): Lookup terminal rather than frame
11703         in xterm-modify-other-keys-terminal-list.
11705         * vc-bzr.el (vc-bzr-state-heuristic): Fix last change for when there
11706         are conflicts.
11708 2008-03-29  Dan Nicolaescu  <dann@ics.uci.edu>
11710         * vc.el (vc-update): Check if the buffer is unsaved only if it
11711         actually exists.
11712         (vc-status-mode-map, vc-status-menu-map): Bind vc-update and
11713         vc-print-log.
11715 2008-03-28  Magnus Henoch  <mange@freemail.hu>
11717         * net/dns.el (dns-write): Use set-buffer-multibyte.
11719 2008-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11721         * vc-bzr.el (vc-bzr-sha1): New fun.
11722         (vc-bzr-state-heuristic): New fun, extracted from vc-bzr-registered.
11723         (vc-bzr-registered): Use it.
11725 2008-03-28  Dan Nicolaescu  <dann@ics.uci.edu>
11727         * vc.el (vc-status-kill-dir-status-process): Simplify.
11728         (vc-status-refresh): Make sure the buffer is live.
11729         (ring): Don't require it, not used.
11731 2008-03-28  Wilson Snyder  <wsnyder@wsnyder.org>
11733         * progmodes/verilog-mode.el (verilog-auto-inout-module):
11734         Add optional regular expression to AUTOINOUTMODULE.
11735         (verilog-inject-auto, verilog-auto-arg, verilog-auto-inst)
11736         (verilog-auto-inst-param, verilog-auto-reg)
11737         (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
11738         (verilog-auto-output-every, verilog-auto-input)
11739         (verilog-auto-inout, verilog-auto-sense, verilog-auto-tieoff)
11740         (verilog-auto-unused, verilog-auto): Update documentation to use
11741         more obvious instance module names versus cell names.
11743 2008-03-28  Jan Djärv  <jan.h.d@swipnet.se>
11745         * progmodes/compile.el (compilation-mode-tool-bar-map): Only enable
11746         kill if a process is running.
11748         * progmodes/grep.el (grep-mode-tool-bar-map): The same.
11750 2008-03-28  Dan Nicolaescu  <dann@ics.uci.edu>
11752         * vc.el: Add new backend function 'status-extra-headers.
11753         (vc-default-status-extra-headers): New function.
11754         (vc-status-headers): Call 'status-extra-headers.  Add colors.
11756         * vc-git.el (vc-git-status-extra-headers): New function.
11758 2008-03-28  Glenn Morris  <rgm@gnu.org>
11760         * calendar/cal-menu.el (cal-menu-holidays-menu)
11761         (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
11762         (cal-menu-list-holidays-previous-year): Simplify now that 2nd arg of
11763         holiday-list is optional.
11764         (calendar-mouse-holidays): Remove un-needed local `l'.
11766         * calendar/cal-move.el (calendar-cursor-to-nearest-date):
11767         Remove un-needed local `date'.
11768         (calendar-cursor-to-visible-date): Use let rather than let*.
11769         Remove un-needed local `first-of-month-weekday'.
11771         * calendar/calendar.el (abbreviated-calendar-year): Move to diary-lib.
11773         * calendar/diary-lib.el (print-diary-entries-hook, diary-list-entries):
11774         Doc fixes.
11775         (abbreviated-calendar-year): Move here from calendar.el.  Doc fix.
11776         (diary-header-line-flag, diary-header-line-format): Declare.
11777         (diary-pull-attrs): Check for multiple matches.
11778         (diary-list-entries-2): Simplify finding start of date.
11779         (diary-show-all-entries, make-diary-entry): Respect non-nil values of
11780         pop-up-frames.
11781         (diary-mark-entries-1): Re-use offset in abbreviated-year case.
11782         (mark-sexp-diary-entries): Remove superfluous call to diary-pull-attrs.
11784 2008-03-27  Dan Nicolaescu  <dann@ics.uci.edu>
11786         * vc-hg.el (vc-hg-state, vc-hg-dir-state): Deal with 'missing files.
11788         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate.
11790 2008-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11792         * vc-hooks.el (vc-before-save): Don't prevent saving the file.
11794         * image-mode.el (image-mode-reapply-winprops): Fix last change.
11796 2008-03-27  Kenichi Handa  <handa@ni.aist.go.jp>
11798         * international/mule-conf.el (define-iso-single-byte-charset):
11799         Don't make latin-iso8859-* supplementary.
11800         (#'set-charset-priority): Don't change the priority of charsets
11801         `unicode' and `emacs'.
11803 2008-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11805         * vc.el (vc-do-command): Don't pop to the buffer if it's an internal
11806         temp buffer.
11808 2008-03-27  Glenn Morris  <rgm@gnu.org>
11810         * calendar/cal-bahai.el (diary-bahai-list-entries):
11811         * calendar/cal-hebrew.el (list-hebrew-diary-entries):
11812         * calendar/cal-islam.el (list-islamic-diary-entries): Doc fix.
11814         * calendar/calendar.el (diary-file): Doc fix.
11816         * calendar/diary-lib.el (diary-face-attrs): Fix `height' regexp.
11817         (list-diary-entries-hook, mark-diary-entries-hook)
11818         (include-other-diary-files, diary-mail-entries)
11819         (mark-included-diary-files, list-sexp-diary-entries): Doc fixes.
11820         (diary-set-header): New function.
11821         (diary-header-line-flag, diary-header-line-format):
11822         Use diary-set-header for custom :set function.
11823         (diary-set-maybe-redraw): Use symbol-value rather than eval.
11824         (diary-attrtype-convert): Use intern-soft rather than read.
11825         (diary-display-no-entries): New function.
11826         (simple-diary-display, fancy-diary-display): Use it.
11827         (fancy-diary-display): Doc fix.  Remove unneeded local entry-list.
11828         (diary-mark-entries-1): Fix position offsets in non-gregorian case.
11830         * calendar/holidays.el (list-holidays): Doc fix.
11832 2008-03-26  Jay Belanger  <jay.p.belanger@gmail.com>
11834         * calc/calc-store.el (calc-read-var-name-history): New variable.
11835         (calc-read-var-name): Use `calc-read-var-name-history'.
11837 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11839         * image-mode.el (image-mode-reapply-winprops): Simplify now that
11840         window-configuration-change-hook works buffer-locally.
11842 2008-03-26  Johan Bockgård  <bojohan@gnu.org>
11844         * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table
11845         for Emacs Lisp, not Lisp.
11847 2008-03-26  Juanma Barranquero  <lekktu@gmail.com>
11849         * help-fns.el (describe-function-1, describe-variable):
11850         If CURRENT-NAME is nil, don't end obsolescence info with semicolon.
11852         * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no
11853         replacement is provided, don't print "use nil instead".
11855 2008-03-26  Johan Bockgård  <bojohan@gnu.org>
11857         * complete.el (PC-do-completion): Use regexp-quote.
11859 2008-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
11861         * vc-cvs.el (vc-cvs-parse-status, vc-cvs-after-dir-status):
11862         Detect missing files.
11864         * vc-git.el (vc-git-extra-menu-map): New key map.
11865         (vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep):
11866         New functions.
11868         * vc-hooks.el (vc-default-mode-line-string): Deal with 'removed
11869         and 'missing files.
11871 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11873         * calendar/holidays.el (list-holidays): Make Y2 optional.
11875         * calendar/appt.el (appt-buffer-name): Don't use a leading space for
11876         buffers shown to the user.
11877         (appt-disp-window): Disable undo explicitly now that the leading space
11878         is gone.
11880         * simple.el (activate-mark): New function.
11881         (set-mark-command): Use it with region-active-p to clean up the code.
11882         (exchange-point-and-mark): Invert the meaning of C-u when
11883         transient-mark-mode is active.
11885         * dired-aux.el (dired-create-files): Use dolist.
11887         * bindings.el (mode-line-change-eol): Use with-selected-window.
11889         * apropos.el (apropos-command): Include macros.
11891 2008-03-26  Glenn Morris  <rgm@gnu.org>
11893         * calendar/cal-bahai.el: Require calendar, not cal-julian.
11894         (calendar-bahai-epoch): Doc fix.
11896         * calendar/cal-china.el: Explicitly require calendar.
11898         * calendar/cal-coptic.el, calendar/cal-islam.el, calendar/cal-persia.el:
11899         Require calendar rather than cal-julian.
11900         Autoload calendar-absolute-from-julian.
11901         * calendar/cal-coptic.el (coptic-calendar-epoch):
11902         * calendar/cal-islam.el (calendar-islamic-epoch):
11903         * calendar/cal-persia.el (persian-calendar-epoch): Set when compiling.
11905         * calendar/cal-islam.el (calendar-islamic-epoch): Doc fix.
11907         * calendar/cal-dst.el: Don't require cal-persia.
11908         (calendar-absolute-from-persian): Autoload it.
11909         (dst-adjust-time): Doc fix.
11911         * calendar/cal-menu.el (cal-menu-diary-menu): Remove menu headings that
11912         cause cal-bahai, cal-islam, cal-hebrew to be loaded on starting the
11913         calendar.
11915         * calendar/cal-menu.el: Require calendar rather than declaring
11916         functions.
11917         * calendar/calendar.el: Provide calendar before requiring cal-menu.
11919         * calendar/cal-x.el (calendar-after-frame-setup-hook): New name for
11920         calendar-after-frame-setup-hooks.  Update callers, make old name an
11921         obsolete alias.  Doc fix.
11922         (calendar-frame-1): Doc fix.
11924         * calendar/calendar.el (solar-holidays): Simplify holiday-sexp calls.
11926         * calendar/calendar.el (oriental-holidays, solar-holidays):
11927         * calendar/holidays.el (list-holidays): Assume atan always bound.
11929         * calendar/lunar.el, calendar/solar.el: Remove floating-point check.
11930         Explicitly require calendar, not cal-julian.
11931         * calendar/lunar.el: Explicitly require cal-dst.
11933 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11935         * autorevert.el (auto-revert-buffers): Use buffer-live-p.
11937         * help-fns.el (describe-function-1, describe-variable): If no
11938         replacement is provided, don't print "use nil instead".
11940 2008-03-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11942         * proced.el: New file.
11944 2008-03-25  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
11946         * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.
11948 2008-03-25  Juri Linkov  <juri@jurta.org>
11950         * battery.el: Add file cookie coding:iso-8859-1 for the degree sign
11951         in battery-mode-line-format.
11953         * bindings.el (minibuffer-local-map): For the command
11954         file-cache-minibuffer-complete replace keymap minibuffer-local-map
11955         with map which is already locally bound to minibuffer-local-map.
11957 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11959         * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
11960         Remove `sort-first' argument.
11962         * subr.el (redisplay-end-trigger-functions)
11963         (window-redisplay-end-trigger, set-window-redisplay-end-trigger)
11964         (process-filter-multibyte-p, set-process-filter-multibyte):
11965         Mark as obsolete.
11967 2008-03-25  Juanma Barranquero  <lekktu@gmail.com>
11969         * emacs-lisp/re-builder.el (reb-mode-common): Remove reference to
11970         bogus variable `reb-kill-buffer'; don't make hooks buffer-local,
11971         use the LOCAL arg of `add-hook'.
11972         (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
11973         Remove spurious * from defcustom docstrings.
11974         (reb-next-match, reb-prev-match, reb-enter-subexp-mode):
11975         Fix typos in messages.
11976         (reb-mode-buffer-p): New function.
11977         (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'.  Use `when'.
11978         (top, reb-show-subexp, reb-auto-update, reb-delete-overlays)
11979         (reb-cook-regexp, reb-update-regexp, reb-update-overlays):
11980         Use `unless', `when'.
11981         (re-builder-unload-function): New function.
11983 2008-03-25  Dan Nicolaescu  <dann@ics.uci.edu>
11985         * vc-hooks.el (vc-state): Add documentation for 'missing.
11987 2008-03-25  Wilson Snyder  <wsnyder@wsnyder.org>
11989         * progmodes/verilog-mode.el (verilog-auto-output)
11990         (verilog-auto-input, verilog-auto-inout, verilog-auto)
11991         (verilog-delete-auto): Add optional regular expression to
11992         AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
11993         (verilog-signals-matching-regexp): New internal function for
11994         signal matching.
11996 2008-03-25  Johan Bockgård  <bojohan@gnu.org>
11998         * info.el (Info-isearch-search): Always return point.
12000 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12002         * diff-mode.el (diff-remembered-defdir): New var.
12003         (diff-find-file-name): Use it to flush diff-remembered-files-alist.
12005 2008-03-25  Glenn Morris  <rgm@gnu.org>
12007         * calendar/cal-bahai.el (calendar-bahai-read-date): New name for
12008         calendar-bahai-prompt-for-date.  Update callers, make old name an
12009         obsolete alias.  Doc fix.
12010         * calendar/cal-coptic.el (calendar-coptic-read-date): New name for
12011         coptic-prompt-for-date.  Update callers, make old name an
12012         obsolete alias.  Doc fix.
12013         * calendar/cal-hebrew.el (calendar-hebrew-read-date): New name for
12014         calendar-hebrew-prompt-for-date.  Update callers.  Doc fix.
12015         * calendar/cal-islam.el (calendar-islamic-read-date): New name for
12016         calendar-islamic-prompt-for-date.  Update callers.  Doc fix.
12017         * calendar/cal-iso.el (calendar-iso-read-date): New name for
12018         calendar-iso-read-args.  Update callers, make old name an obsolete
12019         alias.
12020         * calendar/cal-persia.el (calendar-persian-read-date): New name for
12021         persian-prompt-for-date.  Update callers, make old name an
12022         obsolete alias.  Doc fix.  Move definition before use.
12024         * calendar/cal-x.el (diary-frame-parameters)
12025         (calendar-frame-parameters, calendar-and-diary-frame-parameters)
12026         (calendar-frame-1): Doc fixes.
12027         (make-fancy-diary-buffer): Remove declaration.
12028         (calendar-dedicate-diary): Replace call to deleted function
12029         make-fancy-diary-buffer.
12030         (calendar-frame-setup): New function.
12031         (calendar-one-frame-setup, calendar-only-one-frame-setup)
12032         (calendar-two-frame-setup): Call calendar-frame-setup to do the actual
12033         work, and mark as obsolete.
12034         (special-display-buffer-names): Don't mess with this; it's not our
12035         business.
12036         (cal-x-load-hook): Defvar it, and mark as obsolete.
12038         * calendar/calendar.el (calendar-remove-frame-by-deleting):
12039         Default to t.  Add to 'calendar group.
12040         (calendar): Doc fix.  Use calendar-frame-setup.
12041         (calendar-basic-setup): Doc fix.  Add optional NODISPLAY argument.
12042         (generate-calendar-window): Doc fix.
12044 2008-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12046         * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
12048 2008-03-24  Drew Adams  <drew.adams@oracle.com>
12050         * finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
12051         New variables.
12052         (finder-mode): Use finder-mode-syntax-table.  Set font-lock-defaults.
12053         (finder-exit): Ignore errors rather than avoiding them.
12054         Kill *Finder-package* buffer also.
12056 2008-03-24  Andreas Schwab  <schwab@suse.de>
12058         * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
12060 2008-03-24  Dan Nicolaescu  <dann@ics.uci.edu>
12062         * vc-hg.el (vc-hg-after-dir-status):
12063         * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
12065         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
12066         Detect removed files.
12068         * vc.el (vc-status-printer): Use a different face for missing files.
12069         (vc-status-hide-up-to-date): Rename from
12070         vc-status-remove-up-to-date.  Update all callers.
12071         (vc-status-mode-map): Bind C-m.
12073 2008-03-24  Alexandre Julliard  <julliard@winehq.org>
12075         * vc-git.el (vc-git-after-dir-status-stage1): Move state matching
12076         code ...
12077         (vc-git--state-code): ... to this new function.
12078         (vc-git-state): Use it.
12080 2008-03-24  Trent Buck  <trentbuck@gmail.com>  (tiny change)
12082         * textmodes/remember.el (remember-mail-date)
12083         (remember-store-in-mailbox): Write date and From line in such a
12084         way that Mutt can read it.
12086 2008-03-23  Chong Yidong  <cyd@stupidchicken.com>
12088         * simple.el (transient-mark-mode): Turn on by default.
12090 2008-03-23  Dan Nicolaescu  <dann@ics.uci.edu>
12092         * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
12093         'unregistered for unregistered files.
12095         * vc-hg.el (vc-hg-state): Return 'removed for removed files.
12097         * bindings.el (standard-mode-line-modes): Avoid duplicating a string.
12099         * vc-cvs.el (vc-cvs-parse-status): Note there are problems with
12100         subdirectories.
12102         * vc.el (vc-status-prepare-status-buffer): Fix thinko.
12103         (vc-status-menu-map): Add binding for vc-status-kill-dir-status-process.
12104         Add :enable for vc-status-refresh.
12105         (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
12106         (vc-status-tool-bar-map): Add binding for
12107         vc-status-kill-dir-status-process.
12108         Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
12109         (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
12110         Reset vc-status-process-buffer.
12111         (vc-status-refresh): Don't run two refreshes at a time.
12112         (vc-status): If the buffer is already in vc-status-mode only refresh.
12113         (vc-status-mark-buffer-changed): Add an optional file parameter.
12114         (vc-resynch-buffer): Use it.
12115         (vc-delete-file): Expand the file name before using it.
12116         Be careful to not create a new buffer with the old file contents.
12117         Update the VC state after performing the operation.
12119 2008-03-23  Andreas Schwab  <schwab@suse.de>
12121         * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
12122         Fix radio button condition.
12123         [box]: Likewise.
12124         [customize]: Add radio button.
12126 2008-03-23  Jay Belanger  <jay.p.belanger@gmail.com>
12128         * calc/calc.el (calc-was-keypad-mode, calc-full-mode)
12129         (calc-user-parse-tables, calc-gnuplot-default-device)
12130         (calc-gnuplot-default-output, calc-gnuplot-print-device)
12131         (calc-gnuplot-print-output, calc-gnuplot-geometry)
12132         (calc-graph-default-resolution, calc-graph-default-resolution-3d)
12133         (calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
12134         (calc-undo-list, calc-redo-list, calc-main-buffer)
12135         (calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
12136         (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
12137         (calc-said-hello, calc-executing-macro, calc-any-selections)
12138         (calc-help-phase, calc-full-help-flag, calc-refresh-count)
12139         (calc-display-dirty, calc-embedded-info, calc-embedded-active)
12140         (calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
12141         (math-expr-variable-mapping, calc-mode-map, calc-digit-map)
12142         (calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
12143         (calc-create-buffer, calc-quit): Add docstrings.
12145 2008-03-23  Juanma Barranquero  <lekktu@gmail.com>
12147         * makefile.w32-in (WINS_ALMOST): Add org.
12149 2008-03-23  Dan Nicolaescu  <dann@ics.uci.edu>
12151         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
12152         New functions to implement vc-status support.
12154 2008-03-22  Dan Nicolaescu  <dann@ics.uci.edu>
12156         * vc.el (vc-status-prepare-status-buffer): New function.
12157         (vc-status): Use it.
12159         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
12160         appropriate.
12162 2008-03-22  Alexandre Julliard  <julliard@winehq.org>
12164         * vc-git.el (vc-git--empty-db-p)
12165         (vc-git-after-dir-status-stage1-empty-db): New functions.
12166         (vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
12167         Add support for empty repositories.
12169 2008-03-22  Dan Nicolaescu  <dann@ics.uci.edu>
12171         * vc-git.el (vc-git-annotate-extract-revision-at-line):
12172         Allow "^" in a version name.
12174         * vc-mtn.el (vc-mtn-state): Support the added state.
12176 2008-03-22  Carsten Dominik  <dominik@science.uva.nl>
12178         * org: New directory for Org-mode.
12180         * org/org-export-latex.el: Moved from lisp/texmodes.
12182         * org/org-irc.el: Moved from lisp/texmodes.
12184         * org/org-mac-message.el: Moved from lisp/texmodes.
12186         * org/org-mouse.el: Moved from lisp/texmodes.
12188         * org/org-publish.el: Moved from lisp/texmodes.
12190 2008-03-21  Juri Linkov  <juri@jurta.org>
12192         * comint.el (comint-dynamic-simple-complete):
12193         Use variable `stub' for the second arg `common-substring'
12194         of `comint-dynamic-list-completions'.
12195         (comint-dynamic-list-filename-completions):
12196         Use variable `filenondir' for the second arg `common-substring'
12197         of `comint-dynamic-list-completions'.
12198         (comint-dynamic-list-completions): Add new optional arg
12199         `common-substring'.  Add `common-substring' as the second arg of
12200         the call to `display-completion-list'.  Doc fix.
12202         * comint.el (comint-dynamic-complete-as-filename)
12203         (comint-dynamic-list-filename-completions)
12204         (comint-dynamic-simple-complete): Use `minibuffer-message'
12205         to display message "No completions of %s" when a command
12206         is called in the minibuffer.
12207         (comint-dynamic-simple-complete): Don't display other
12208         completion messages when a command is called in the minibuffer.
12209         (comint-dynamic-list-completions): Use `minibuffer-message'
12210         to display message " [Type space to flush ...]" when a command
12211         is called in the minibuffer.
12213         * shell.el (shell-dynamic-complete-command)
12214         (shell-dynamic-complete-environment-variable): Don't display
12215         completion messages when command is called in the minibuffer.
12217         * emacs-lisp/lisp.el (lisp-complete-symbol):
12218         Use `minibuffer-message' to display message "No completions of %s"
12219         when this command is called in the minibuffer.
12221         * bindings.el (standard-mode-line-modes): Put special help-echo
12222         tooltip on recursive edit %[ %] mode-line constructs.
12224         * dabbrev.el (debug-ignored-errors): Remove $ from the end of
12225         "^No dynamic expansion for .* found$" to allow error messages like
12226         "No dynamic expansion for \"%s\" found in this-buffer".
12228 2008-03-21  Michael Albinus  <michael.albinus@gmx.de>
12230         * net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
12231         "psftp".
12233 2008-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12235         * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
12236         * vc.el (vc-default-dired-state-info): Use just "modified".
12237         * vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
12238         (vc-cvs-mode-line-string): Make use of the better default.
12239         (vc-cvs-parse-entry): Use the new `added'.
12240         (vc-cvs-dired-state-info): Remove.
12241         * vc-svn.el (vc-svn-dired-state-info): Remove.
12242         * vc-hg.el (vc-hg-dired-state-info): Remove.
12243         * vc-git.el (vc-git-dired-state-info): Remove.
12245 2008-03-21  Dan Nicolaescu  <dann@ics.uci.edu>
12247         * vc-git.el (vc-git-status-result): New variable.
12248         (vc-git-dir-status): Split out ...
12249         (vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
12250         ... these new functions and work asynchronously.
12252 2008-03-21  Alexandre Julliard  <julliard@winehq.org>
12254         * vc-git.el (vc-git-after-dir-status): Remove.
12255         (vc-git-dired-state-info): Reimplement.
12257 2008-03-21  Dan Nicolaescu  <dann@ics.uci.edu>
12259         * replace.el (occur-mode-map): Add :help.
12261         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entry
12262         for disassemble.
12264         * vc.el (vc-status-mark-buffer-changed): Better deal with files in
12265         the 'added state.
12266         (vc-status-remove-up-to-date): New function.
12267         (vc-status-mode-map, vc-status-menu-map): Bind it.
12268         (vc-status-printer): Use a different face up-to-date files.
12269         (vc-resynch-buffer): Update the vc-status buffer if it exists.
12270         (Todo): Remove solved entries.
12272         * vc-hg.el (vc-hg-state):
12273         * vc-git.el (vc-git-state):
12274         * vc-cvs.el (vc-cvs-parse-status):
12275         * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
12276         state.
12278 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12280         * progmodes/compile.el (compile):
12281         * progmodes/grep.el (grep, grep-find): Use read-shell-command.
12283         * simple.el (minibuffer-local-shell-command-map): New var.
12284         (minibuffer-complete-shell-command, read-shell-command): New funs.
12285         (shell-command, shell-command-on-region): Use them.
12287 2008-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
12289         * vc.el (vc-status-mark-buffer-changed): New function to implement
12290         updating of the *vc-status* buffer when a buffer is saved.
12291         (vc-status-mode): Use it for after-change-hook.
12292         (vc-add-to-vc-status-buffer): Rename to ...
12293         (vc-status-add-entry): ... this.
12294         (Todo): Add new entry.
12296 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12298         * sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness.
12300 2008-03-20  Juanma Barranquero  <lekktu@gmail.com>
12302         * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars)
12303         (icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
12304         Remove spurious * from defcustom docstrings.
12305         (icomplete-compute-delay): Fix docstring and remove spurious *.
12306         (icomplete-delay-completions-threshold): Fix typo in docstring and
12307         remove spurious *.
12308         (icomplete-completions): While collecting the list of prospective
12309         candidates, don't overshoot `icomplete-prospects-length'.
12311 2008-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
12313         * textmodes/refbib.el:
12314         * textmodes/reftex.el:
12315         * textmodes/reftex-global.el:
12316         * textmodes/reftex-vars.el:
12317         * textmodes/reftex-toc.el: Don't use eval-and-compile for byte
12318         compiler pacifying defvars.
12319         (reftex-toc-mode): Only make zmacs-regions local on XEmacs.
12320         * textmodes/reftex-index.el (zmacs-regions): Remove pacifier,
12321         not needed.
12323 2008-03-20  Wilson Snyder  <wsnyder@wsnyder.org>
12325         * progmodes/verilog-mode.el (verilog-easy-menu-filter): New function.
12326         (verilog-stmt-menu, verilog-menu): Add :help and filter it.
12327         (verilog-customize, verilog-font-customize)
12328         (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
12329         (verilog-mode): Update documentation strings to match tool tips.
12330         (verilog-auto-search-do, verilog-auto-re-search-do)
12331         (verilog-skip-forward-comment-or-string): Fix verilog-auto
12332         expansion when a .* appears inside a string.
12333         (verilog-re-search-forward, verilog-re-search-backward):
12334         Add comment to recall how this works.
12335         (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
12337 2008-03-20  Glenn Morris  <rgm@gnu.org>
12339         * calendar/calendar.el (calendar-other-dates): New function.
12340         (calendar-print-other-dates): Use calendar-other-dates.
12341         * calendar/cal-menu.el (calendar-other-dates): Declare it, and remove
12342         the declarations it replaces.
12343         (calendar-mouse-print-dates): Use calendar-other-dates.
12345         * calendar/cal-bahai.el (calendar-bahai-leap-year-p)
12346         (calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
12347         (calendar-absolute-from-bahai): Fix the leap-year case.
12348         (calendar-bahai-from-absolute): Re-use the Gregorian month.
12349         (calendar-bahai-date-string, calendar-bahai-print-date):
12350         Handle pre-Bahai dates.
12352         * calendar/cal-china.el (chinese-calendar-celestial-stem)
12353         (chinese-calendar-terrestrial-branch): Make defcustoms.
12355         * calendar/cal-menu.el (calendar-mouse-holidays): Re-use the title.
12356         (calendar-mouse-view-diary-entries): Use or.
12357         (calendar-mouse-chinese-date): Remove unused command.
12358         (cal-menu-load-hook): Mark as obsolete.
12360         * calendar/solar.el (calendar-location-name, calendar-latitude)
12361         (calendar-longitude, solar-arctan, sunrise-sunset)
12362         (solar-mean-equinoxes/solstices): Use the appropriate equality test.
12364 2008-03-20  Jay Belanger  <jay.p.belanger@gmail.com>
12366         * calc/calc.el: Remove outdated comments.
12367         (defcalcmodevar, calc-mode-var-list-restore-default-values)
12368         (calc-mode-var-list-restore-saved-values, calc-autorange-units):
12369         Add docstrings.
12371 2008-03-19  Jason Rumney  <jasonr@gnu.org>
12373         * w32-fns.el (x-alternatives-map): Add S-tab mapping.
12375 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
12377         * net/tls.el (open-tls-stream): Reindent.
12379 2008-03-19  Michael Albinus  <michael.albinus@gmx.de>
12381         * net/tramp.el (tramp-let-maybe): Removed.
12382         (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
12383         It does not exist under XEmacs.
12384         (tramp-handle-file-truename, tramp-handle-expand-file-name)
12385         (tramp-completion-file-name-handler): Let-bind
12386         `directory-sep-char'.
12388         * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
12389         `directory-sep-char'.
12391 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12393         * help-fns.el (describe-function-1): Don't signal "missing arglist"
12394         for autoloaded keymaps.
12396         * progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
12397         (electric-verilog-terminate-line, verilog-in-struct-region-p)
12398         (verilog-backward-ws&directives, verilog-forward-ws&directives)
12399         (verilog-in-comment-p, verilog-in-star-comment-p)
12400         (verilog-in-slash-comment-p, verilog-skip-backward-comments)
12401         (verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
12402         (verilog-skip-forward-comment-or-string, verilog-in-paren)
12403         (verilog-skip-forward-comment-p): Use it.
12405 2008-03-19  Juanma Barranquero  <lekktu@gmail.com>
12407         * textmodes/org.el (org-link-store, org-link-follow, org-latex)
12408         (org-remember-templates, org-time-stamp-rounding-minutes)
12409         (org-back-over-empty-lines, org-find-base-buffer-visiting)
12410         (org-columns-new): Fix typos in docstrings.
12412 2008-03-19  Glenn Morris  <rgm@gnu.org>
12414         * net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
12415         (tramp-handle-shell-command): Use condition-case rather than
12416         ignore-errors.
12418 2008-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
12420         * diff-mode.el (diff-header): Make the color louder.
12421         (diff-refine-change): Tone the color down.
12423 2008-03-19  Juanma Barranquero  <lekktu@gmail.com>
12425         * descr-text.el (describe-char): When `describe-char-unidata-list'
12426         is set to show all properties, list them in the right order.
12428 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12430         * international/mule.el (load-with-code-conversion): Avoid setting
12431         default-enable-multibyte-characters.
12433 2008-03-19  Gustav Hållberg  <gustav@virtutech.com>  (tiny change)
12435         * vc.el (vc-annotate-background): Fix custom type.
12437 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12439         * descr-text.el (describe-char-unidata-list): Allow specifying
12440         just all properties.
12441         (describe-char): Handle that new value.
12443         * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
12445 2008-03-18  Tassilo Horn  <tassilo@member.fsf.org>
12447         * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
12448         instead of file name extension to make docs with uncommon
12449         extensions work.
12451 2008-03-18  Tassilo Horn  <tassilo@member.fsf.org>
12453         * doc-view.el (require): Require cl at compile time because
12454         `assert' needs it.
12456 2008-03-18  Glenn Morris  <rgm@gnu.org>
12458         * calendar/calendar.el (initial-calendar-window-hook)
12459         (today-visible-calendar-hook): Doc fixes.
12461 2008-03-17  Michael Albinus  <michael.albinus@gmx.de>
12463         * net/tramp.el (tramp-root-regexp): Simplify.
12464         (tramp-completion-file-name-regexp-separate): Don't insist on
12465         leading "[".  This prevents method or user or host completion.
12466         (tramp-let-maybe): Autoload it.
12467         (tramp-drop-volume-letter): Don't autoload.  When not on W32, it
12468         is an alias for `identity'.
12469         (tramp-handle-write-region): Protect `last-coding-system-used'
12470         over the trailing statements.
12471         (tramp-completion-file-name-handler-post-function): Remove.
12472         (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
12473         instead of calling `tramp-drop-volume-letter'.
12475         * net/tramp.el:
12476         * net/tramp-uu.el:
12477         * net/trampver.el: Move coding cookie at the end.
12479 2008-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12481         * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
12482         elements which may be something else than characters.
12484 2008-03-17  Dan Nicolaescu  <dann@ics.uci.edu>
12486         * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
12487         New functions to implement vc-status support.
12489         * vc.el (vc-default-extra-status-menu)
12490         (vc-add-to-vc-status-buffer): New functions.
12492         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
12493         for eldoc and ielm.
12495 2008-03-17  Glenn Morris  <rgm@gnu.org>
12497         * calendar/cal-x.el (diary-frame-parameters)
12498         (calendar-frame-parameters, calendar-and-diary-frame-parameters):
12499         Fix custom type; add options.
12500         (calendar-frame, diary-frame): Doc fixes.
12501         (calendar-dedicate-diary, calendar-frame-1): Extract common code into
12502         new functions.
12503         (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
12504         Use calendar-frame-1 and calendar-dedicate-diary.
12505         (calendar-one-frame-setup): Also handle only-one-frame case.
12506         (calendar-only-one-frame-setup): Doc fix.  Just call
12507         calendar-one-frame-setup.
12509         * calendar/diary-lib.el: Re-order some definitions before their use.
12510         (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
12511         (diary-list-entries): Doc fixes.
12512         (make-fancy-diary-display): Remove function.
12514         * calendar/calendar.el (calendar-today-marker)
12515         (initial-calendar-window-hook, today-visible-calendar-hook)
12516         (today-invisible-calendar-hook, diary-file, calendar-basic-setup)
12517         (calendar-star-date, calendar-mark-today): Doc fixes.
12518         (today-visible-calendar-hook): Add options.
12519         (calendar-in-read-only-buffer): New macro.
12520         (calendar-basic-setup): Adapt for change in calendar-read-date.
12521         Place holiday let inside if.
12522         (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
12523         (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
12524         (calendar-print-other-dates): Use one let rather than many.
12526         * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
12527         (calendar-print-other-dates):
12528         * calendar/cal-hebrew.el (list-yahrzeit-dates):
12529         * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
12530         * calendar/holidays.el (calendar-list-holidays, list-holidays)
12531         (calendar-cursor-holidays):
12532         * calendar/lunar.el (calendar-phases-of-moon): Use
12533         calendar-in-read-only-buffer to replace previous code and disable undo.
12535 2008-03-16  Juri Linkov  <juri@jurta.org>
12537         * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
12538         and regexp-search-ring-yank-pointer for the HISTPOS argument of
12539         read-from-minibuffer to provide the correct initial minibuffer
12540         history position in isearch-edit-string when it is called from
12541         isearch-ring-adjust.
12543         * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
12544         to check if the current buffer is the minibuffer, and in this case
12545         call abort-recursive-edit to kill the minibuffer.  Doc fix.
12546         (kill-this-buffer-enabled-p): Allow this function to return non-nil
12547         when the current buffer is the minibuffer.
12549         * simple.el (goto-line): Leave mark at previous position.  Doc fix.
12551 2008-03-16  Tassilo Horn  <tassilo@member.fsf.org>
12553         * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
12554         Use non-nil PARENTS attribute of make-directory instead of
12555         explicitly checking existence the current cache directory.
12557 2008-03-16  Daiki Ueno  <ueno@unixuser.org>
12559         * epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
12560         M-x epa-file-select-keys.
12562 2008-03-16  Kenichi Handa  <handa@m17n.org>
12564         * international/mule.el (auto-coding-alist):
12565         Use no-conversion-multibyte for archive files.
12567 2008-03-16  Glenn Morris  <rgm@gnu.org>
12569         * calendar/diary-lib.el (calendar-mark-complex, calendar-mark-1):
12570         New functions.
12571         * calendar/cal-bahai.el (calendar-mark-1): Autoload it.
12572         (calendar-bahai-mark-date-pattern): Add optional argument `color'.
12573         Use calendar-mark-1.
12574         * calendar/cal-hebrew.el (calendar-mark-complex): Autoload it.
12575         (mark-hebrew-calendar-date-pattern): Add optional argument `color'.
12576         Use calendar-mark-complex.
12577         * calendar/cal-islam.el (calendar-mark-1): Autoload it.
12578         (mark-islamic-calendar-date-pattern): Add optional argument `color'.
12579         Use calendar-mark-1.
12581         * calendar/calendar.el (calendar-mod): Remove.
12582         * calendar/cal-china.el (calendar-chinese-from-absolute)
12583         (calendar-chinese-date-string): Expand calendar-mod calls.
12584         * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
12585         Expand calendar-mod calls.
12587         * calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
12588         (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
12589         (diary-bahai-insert-yearly-entry): Use let rather than let*.
12590         Move obsolete aliases after the functions that replaced them.
12592         * calendar/cal-hebrew.el (calendar-absolute-from-hebrew)
12593         (hebrew-calendar-yahrzeit, insert-hebrew-diary-entry)
12594         (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry):
12595         Use let rather than let*.
12596         (calendar-hebrew-prompt-for-date): New function.
12597         (calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
12598         (holiday-tisha-b-av-etc): Use unless, let.
12600         * calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
12601         (calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
12603         * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
12605         * calendar/calendar.el (calendar-for-loop): Add indent spec.
12607         * calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
12608         (list-sexp-diary-entries, diary-font-lock-sexps): Use format rather
12609         than concat.
12610         (diary): Remove un-needed let.
12611         (view-other-diary-entries): Rename argument.
12612         (diary-list-entries-2): New function.
12613         (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
12614         (print-diary-entries): Use unless.
12615         (diary-mark-entries-1): Change argument order, make all but
12616         markfunc optional.  Handle the standard (Gregorian) case.
12617         Use match-string-no-properties.  Handle marks.
12618         (mark-diary-entries): Use diary-mark-entries-1.
12619         (diary-font-lock-keywords-1): New macro.
12620         (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
12622 2008-03-16  Ulf Jasper  <ulf.jasper@web.de>
12624         * calendar/icalendar.el (icalendar-version): Increase to 0.18.
12625         (icalendar-export-hidden-diary-entries): New variable.
12626         (icalendar-export-region): Use icalendar-export-hidden-diary-entries.
12627         In case of error, insert full error-val.
12628         (icalendar-first-weekday-of-year): Remove `offset' argument.  Doc fix.
12629         Use calendar-day-of-week.  Return the day number.
12630         (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
12632 2008-03-16  Craig Markwardt  <Craig.Markwardt@nasa.gov>
12634         * calendar/icalendar.el (icalendar-recurring-start-year): New variable.
12635         (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
12636         (icalendar-export-region): Ignore hidden diary entries.
12637         (icalendar--convert-ordinary-to-ical): Fix case where event
12638         spans across midnight boundary.
12639         (icalendar-first-weekday-of-year): New function.
12640         (icalendar--convert-weekly-to-ical): Allow user-selectable start
12641         year for recurring events (Mozilla calendars do not propagate
12642         recurring events forever, so year 2000 start date was not working).
12643         (icalendar--convert-yearly-to-ical): Remove extra spaces in
12644         formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
12646 2008-03-15  Michael Albinus  <michael.albinus@gmx.de>
12648         * net/tramp.el (tramp-root-regexp): New defconst.
12649         (tramp-completion-file-name-regexp-unified)
12650         (tramp-completion-file-name-regexp-separate)
12651         (tramp-completion-file-name-regexp-url): Use it.
12652         (tramp-do-copy-or-rename-file-via-buffer):
12653         Set `enable-multibyte-characters' to nil.  Set `jka-compr-inhibit' to
12654         t for `insert-file-contents-literally'.
12655         (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
12656         Autoload it.
12657         (tramp-completion-file-name-handler-post-function): New defconst.
12658         (tramp-completion-file-name-handler): Use it.
12659         (tramp-maybe-open-connection): Update calls to
12660         `tramp-flush-connection-property' for removed 2nd argument.
12662 2008-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12664         * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
12665         (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
12666         New functions.
12668 2008-03-15  Glenn Morris  <rgm@gnu.org>
12670         * calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
12671         New functions.
12672         * calendar/cal-bahai.el (number, original-date, add-to-diary-list)
12673         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
12674         (diary-list-entries-1, diary-mark-entries-1): Autoload.
12675         (diary-bahai-list-entries): Use diary-list-entries-1.
12676         (diary-bahai-mark-entries): Doc fix.  Use diary-mark-entries-1.
12677         * calendar/cal-hebrew.el (number, original-date, add-to-diary-list)
12678         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
12679         (diary-list-entries-1, diary-mark-entries-1): Autoload.
12680         (list-hebrew-diary-entries): Use diary-list-entries-1.
12681         (mark-hebrew-diary-entries): Doc fix.  Use diary-mark-entries-1.
12682         * calendar/cal-islam.el (number, original-date, add-to-diary-list)
12683         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
12684         (diary-list-entries-1, diary-mark-entries-1): Autoload.
12685         (list-islamic-diary-entries): Use diary-list-entries-1.
12686         (mark-islamic-diary-entries): Doc fix.  Use diary-mark-entries-1.
12688         * calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
12690         * calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
12692         * calendar/cal-china.el (number-chinese-months)
12693         (calendar-chinese-from-absolute): Use nth, caar.
12695         * calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
12697         * calendar/cal-french.el (french-calendar-accents): Doc fix.
12699         * calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
12700         (calendar-hebrew-month-name-array-leap-year)
12701         (hebrew-calendar-parashiot-names): Make constants.
12702         (diary-parasha): Move definition after constants it uses.
12704         * calendar/cal-html.el (cal-html-insert-link-yearpage)
12705         (cal-html-htmlify-list): Doc fix.
12706         (cal-html-htmlify-entry): Use nth.
12708         * calendar/cal-islam.el (calendar-islamic-month-name-array)
12709         (calendar-islamic-epoch): Make constants.
12710         (calendar-islamic-epoch): Doc fix.
12712         * calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
12714         * calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
12715         (cal-tex-month-name): Doc fix.
12716         (cal-tex-last-blank-p): Use zerop.
12718         * calendar/calendar.el (european-calendar-style, calendar-for-loop)
12719         (calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
12720         (calendar-cursor-to-date): Doc fix.
12721         (hebrew-holidays-1, hebrew-holidays-4): Simplify.
12722         (extract-calendar-day, extract-calendar-year): Use cadr, nth.
12723         (calendar-day-number): Use when.
12724         (generate-calendar-month): Use dotimes.
12725         (exit-calendar, calendar-print-other-dates): Use let rather than let*.
12726         (calendar-set-mark): Reverse conditional.
12727         (calendar-make-alist): Move definition before use.
12729         * calendar/diary-lib.el (diary-face-attrs)
12730         (diary-glob-file-regexp-prefix, diary-selective-display)
12731         (number-of-diary-entries, diary-list-entries, diary-goto-entry)
12732         (list-sexp-diary-entries, diary-date, diary-block, diary-float)
12733         (diary-anniversary, diary-cyclic)
12734         (diary-fancy-font-lock-fontify-region-function): Doc fixes.
12735         (diary-header-line-format): Change wording.
12736         (diary-list-entries): Set `date-start' in let.
12737         (include-other-diary-files, mark-included-diary-files): Use format.
12738         (simple-diary-display, fancy-diary-display): Use cadr, unless.
12739         (mark-diary-entries): Use 1+.
12740         (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
12741         (mark-calendar-month): Use dotimes.
12743         * calendar/holidays.el (displayed-month, displayed-year):
12744         Move declarations where needed.
12745         (calendar-list-holidays): Doc fix.
12747         * calendar/parse-time.el (parse-time-string): Simplify.
12749         * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
12750         Make constants.
12751         (solar-sunrise-sunset): Rename some local variables for clarity.
12752         (sunrise-sunset): Use zerop.
12753         (solar-mean-equinoxes/solstices): Doc fix.
12755         * calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
12756         Use nth.
12757         (timeclock-completing-read, timeclock-generate-report): Use zerop.
12758         (timeclock-mean, timeclock-generate-report): Use dolist.
12760         * calendar/todo-mode.el (todo-add-category): Simplify.
12761         (todo-more-important-p, todo-delete-item, todo-file-item):
12762         Use unless, when.
12763         (todo-top-priorities): Use zerop.
12765 2008-03-14  Nick Roberts  <nickrob@snap.net.nz>
12767         * buff-menu.el (list-buffers-noselect): Display buffer name in
12768         tooltip instead of mouse binding when it doesn't fit in the list.
12770 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
12772         * faces.el (xw-defined-colors):
12773         * simple.el (widget-convert, shell-mode): Declare as functions
12774         instead of autoloading.
12776         * abbrev.el:
12777         * button.el:
12778         * cus-face.el:
12779         * ediff-hook.el:
12780         * emacs-lisp/backquote.el:
12781         * emacs-lisp/timer.el:
12782         * facemenu.el:
12783         * faces.el:
12784         * menu-bar.el:
12785         * simple.el:
12786         * subr.el:
12787         * textmodes/fill.el:
12788         * textmodes/paragraphs.el: Remove autoloads, redundant when the
12789         files are preloaded.
12791 2008-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12793         * desktop.el (desktop-create-buffer): Don't catch errors if
12794         debug-on-error is set.
12796 2008-03-14  Eli Zaretskii  <eliz@gnu.org>
12798         * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
12799         ($(lisp)/calendar/diary-loaddefs.el)
12800         ($(lisp)/calendar/hol-loaddefs.el): New targets.
12801         (LOADDEFS): New macro.
12802         (autoloads): Depend on $(LOADDEFS).
12804 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
12806         * font-lock.el (featurep): Remove test, not useful anymore.
12807         (facemenu-keymap): Move key binding ...
12808         * facemenu.el (facemenu-keymap): ... here.
12810         * vc-bzr.el (vc-bzr-print-log): Insert a file marker.  Run the log
12811         for each file in the list.
12812         (vc-bzr-log-view-mode): Recognize the file marker.
12814         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
12815         for checkdoc and profiling.
12817 2008-03-14  Bastien Guerry  <bzg@altern.org>
12819         * textmodes/flyspell.el (nxml-mode): Add the right
12820         `flyspell-mode-predicate'.
12822         * wid-edit.el (link): Use 'mouse-face for :follow-link.
12824 2008-03-14  Glenn Morris  <rgm@gnu.org>
12826         * calendar/solar.el: Reorder so that functions are defined before use.
12827         (displayed-month, displayed-year): Move declarations where needed.
12828         (solar-get-number): Move definition before use.  Use unless.
12829         (solar-equatorial-coordinates): Simplify.
12830         (solar-sunrise-and-sunset): Use let rather than let*.
12831         (solar-longitude, solar-equinoxes-solstices): Use cadr, nth.
12833         * startup.el (command-line-1): Rename -internal-script back to
12834         -scriptload (reverts previous change).
12836         * calendar/cal-bahai.el (calendar-bahai-month-name-array)
12837         (calendar-bahai-leap-base): Add doc strings.
12838         (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
12839         Move definition before use.
12840         (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
12841         (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
12842         variables outside the loop.  Use dolist.
12843         (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
12845         * calendar/cal-china.el: Re-order so that functions are defined before
12846         use.
12847         (displayed-month, displayed-year): Move declarations where needed.
12848         (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
12849         (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
12850         Add doc strings.
12851         (chinese-year-cache): Recenter on 2010.  Doc fix.
12852         (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
12853         Doc fix.  Simplify.
12854         (chinese-year-cache-init): New function.
12855         (compute-chinese-year, holiday-chinese-new-year)
12856         (calendar-chinese-date-string, calendar-goto-chinese-date)
12857         (make-chinese-month-assoc-list): Use cadr, nth.
12858         (chinese-months): Remove un-needed let.
12860         * calendar/cal-coptic.el (coptic-calendar-month-name-array)
12861         (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
12862         (coptic-prompt-for-date): Move definition before use.
12864         * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
12865         (calendar-dst-find-data, calendar-daylight-time-offset)
12866         (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
12867         (calendar-daylight-savings-starts-time)
12868         (calendar-daylight-savings-ends-time): Use cadr, nth.
12870         * calendar/cal-french.el (french-calendar-epoch)
12871         (calendar-goto-french-date): Doc fix.
12872         (french-calendar-month-name-array)
12873         (french-calendar-multibyte-month-name-array)
12874         (french-calendar-day-name-array, french-calendar-special-days-array):
12875         Add doc strings.
12877         * calendar/cal-hebrew.el (displayed-month, displayed-year)
12878         (original-date): Move declarations where needed.
12879         (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
12880         Doc fix.
12881         (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
12882         constant variables outside the loop.  Use dolist.
12884         * calendar/cal-islam.el (displayed-month, displayed-year)
12885         (original-date): Move declarations where needed.
12886         (islamic-calendar-day-number): Remove unused local variable `day'.
12887         (calendar-goto-islamic-date): Doc fix.
12888         (holiday-islamic): Use unless.
12889         (list-islamic-diary-entries, mark-islamic-diary-entries): Move some
12890         constant variables outside the loop.  Use dolist.
12891         (mark-islamic-calendar-date-pattern): Move definition before use.
12892         Use unless.
12893         (mark-islamic-diary-entries): Doc fix.
12894         (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
12895         (insert-yearly-islamic-diary-entry): Use let rather than let*.
12897         * calendar/cal-julian.el (calendar-absolute-from-julian):
12898         Move definition before use.  Remove un-needed local `day'.
12899         (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
12901         * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
12902         (calendar-mayan-tzolkin-names-array): Add doc strings.
12903         (calendar-mayan-long-count-from-absolute): Use a single let.
12904         (calendar-string-to-mayan-long-count): Simplify.
12905         (calendar-next-haab-date, calendar-previous-haab-date)
12906         (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
12907         (calendar-previous-calendar-round-date)
12908         (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
12909         Doc fix.
12910         (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
12911         (calendar-mayan-date-string, calendar-print-mayan-date)
12912         (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
12913         (calendar-mayan-long-count-common-era): Move definitions before use.
12915         * calendar/cal-menu.el (displayed-year): Move declaration where needed.
12916         (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
12917         Doc fix.
12918         (calendar-mouse-goto-date): Move definition before use.
12920         * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
12921         Move definition before use.
12922         (calendar-cursor-to-visible-date): Move definition before use.
12923         (calendar-scroll-left): Use unless and zerop.  Combine lets into one,
12924         and place inside the conditional.
12925         (calendar-forward-day): Simplify.
12926         (calendar-end-of-month): Use unless.
12927         (calendar-goto-day-of-year): Doc fix.
12928         Relocate obsolete aliases after their replacements.
12930         * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
12932         * calendar/diary-lib.el (mark-diary-entries): Move some constant
12933         variables outside the diary-date-forms loop.
12935         * calendar/calendar.el (diary-file): Doc fix.
12936         (calendar-buffer-list): Return buffers rather than strings (fixes
12937         previous change).
12938         (hebrew-holidays-4): Fix typo.
12940         * calendar/holidays.el (displayed-month, displayed-year):
12941         Move declarations where needed.
12942         (calendar-holiday-list, calendar-list-holidays)
12943         (holiday-filter-visible-calendar): Move definitions before use.
12944         (list-holidays): Use cadr.
12945         Relocate obsolete aliases after their replacements.
12947         * calendar/lunar.el (date, displayed-month, displayed-year):
12948         Move declarations where needed.
12949         (lunar-phase-list): Move definition after functions it uses.
12950         (calendar-phases-of-moon, diary-phases-of-moon)
12951         (lunar-new-moon-on-or-after): Use cadr, nth.
12952         (lunar-new-moon-on-or-after): Doc fix.
12954         * textmodes/org-irc.el (top-level): CL not required when compiling.
12955         (org-irc-visit-erc): Replace runtime CL functions.
12957         * textmodes/org-publish.el (declare-function): Add compatibility stub.
12958         (org-publish-delete-dups): Declare as function.
12960 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
12962         * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
12963         (vc-bzr-show-log-entry): Make regexp match more cases.
12964         (vc-diff-switches-list): Remove autoload, not needed.
12966 2008-03-14  Juri Linkov  <juri@jurta.org>
12968         * isearch.el (isearch-edit-string): Remove one call to
12969         `isearch-push-state' not to push an inconsistent state,
12970         but keep another correct call to `isearch-push-state'.
12971         (isearch-ring-adjust): Call `isearch-push-state' only when
12972         `search-ring-update' is non-nil since `isearch-edit-string'
12973         already pushes its state.
12974         (isearch-message): Improve matching the failed part by checking
12975         if the original message starts with the last successful message.
12977         * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
12978         (dired-perm-write): Rename from `dired-warn-writable'.
12979         Change parent face from `font-lock-warning-face' to
12980         `font-lock-comment-delimiter-face'.
12981         (dired-warn-writable-face): Rename to `dired-perm-write-face'.
12982         (dired-perm-write-face): Rename from `dired-warn-writable-face'.
12983         (dired-font-lock-keywords): Replace `dired-warn-writable-face'
12984         with `dired-perm-write-face'.
12986 2008-03-13  Tassilo Horn  <tassilo@member.fsf.org>
12988         * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
12989         Create cache dir only if it doesn't already exist.
12991 2008-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12993         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
12994         of \ and '.
12996 2008-03-13  Johan Bockgård  <bojohan@gnu.org>
12998         * net/browse-url.el (browse-url-text-xterm):
12999         Unquote browse-url-text-browser.
13001 2008-03-13  Carsten Dominik  <dominik@science.uva.nl>
13003         * textmodes/org-mouse.el: Version number change.
13005         * textmodes/org-publish.el (org-publish-expand-components):
13006         Remove null projects from the list of components.
13007         (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
13008         Remove unused retrieval of the :publishing-directory property.
13009         (org-publish-file): Bugfix: when using a relative directory as the
13010         publishing directory, convert it to a directory filename.
13011         (org-publish-project): New alias.
13012         (org-publish-get-files): Protect against empty p.
13013         (org-publish-file): Send an error when file is not part of any project.
13014         (org-publish-file): Offer to refresh the list of files in known
13015         project when the current file is not part of any project.
13016         (org-publish-before-export-hook)
13017         (org-publish-after-export-hook): New hooks.
13018         (org-publish-org-to): Use new hooks and kill buffers.
13019         (org-publish-file): Remove the code for killing buffers.
13020         (org-publish-initialize-files-alist): Use interactive.
13021         (org-publish-file): If the publishing function creates a new
13022         buffer, kill it after publishing.
13023         (org-publish-timestamp-filename): Protect ":" in file name path
13024         under windows.
13026         * textmodes/org-export-latex.el (org-export-as-latex): Revert the
13027         change that killed the LaTeX buffer.
13029         * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
13030         in the decision tree.
13031         (org-select-remember-template): Clean the code.
13032         (org-prepare-dblock): Add the extra :content parameter.
13033         (org-write-agenda): New output type ".ics" files.
13034         (org-write-agenda): Call `org-icalendar-verify-function', both for
13035         time stamps and for TODO entries.
13036         (org-agenda-collect-markers, org-create-marker-find-array)
13037         (org-check-agenda-marker-table): New functions.
13038         (org-agenda-marker-table): New variable.
13039         (org-export-as-html): Revert the change that killed the html
13040         buffer.  Side effects first need to be studied carefully.
13041         (org-get-tags-at): Fix the structure of the condition-case statement.
13042         (org-ts-regexp0, org-repeat-re, org-display-custom-time)
13043         (org-timestamp-change): Fix regular expressions to swallow the
13044         extra character for repeat-shift control.
13045         (org-auto-repeat-maybe): Implement the new repeater mechanisms.
13046         (org-get-legal-level): Alias to `org-get-valid-level'.
13047         (org-dblock-write:clocktable): Add a :link parameter, linking
13048         headlines to their location in the Org agenda files.
13049         (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
13050         throwing an error when getting tags before headlines.
13051         (org-timestamp-change, org-modify-ts-extra)
13052         (org-ts-regexp1): Fix timestamp editing.
13053         (org-agenda-custom-commands-local-options): New constant.
13054         (org-agenda-custom-commands):
13055         Use `org-agenda-custom-commands-local-options' to improve customize
13056         type.  "htmlize": Removed hack to fix face problem with htmlize,
13057         it no longer seem necessary.
13058         (org-follow-link-hook): New hook.
13059         (org-agenda-custom-commands): Add "Component" as a tag for each
13060         item in a command series.
13061         (org-open-at-point): Run `org-follow-link-hook'.
13062         (org-agenda-schedule): Bugfix: don't display marker type when it
13063         is nil.
13064         (org-store-link): org-irc required.
13065         (org-set-regexps-and-options): Parse the new logging options.
13066         (org-extract-log-state-settings): New function.
13067         (org-todo): Handle the new ways of recording state change stuff.
13068         (org-local-logging): New function.
13069         (org-columns-open-link): Fix bug with opening link in column view.
13070         (org-local-logging): New function.
13071         (org-todo): Make sure that LOGGING properties are honoured.
13072         (org-todo-keywords): Improve docstring.
13073         (org-startup-options): Cleanup startup options.
13074         (org-set-regexps-and-options): Process the "!" markers.
13075         (org-todo): Respect the new logging stuff.
13076         (org-log-note-how): New variable.
13077         (org-add-log-maybe): New parameter HOW that defines how logging
13078         should be done and also overrides PURPOSE.  Add a docstring.
13079         (org-add-log-note): Check if we really need to ask for a note.
13080         (org-get-current-options): Digest the new keyword.
13081         (org-agenda-reset-markers): Rename from
13082         `org-agenda-maybe-reset-markers'.  Remove FORCE argument.
13083         (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
13084         function, without force argument.
13085         (org-buffer-property-keys): Bind local variables s and p.
13086         (org-make-tags-matcher): Allow "" to match an empty or
13087         non-existent property value.
13088         (org-export-as-html): Join unsorted lists when they directly
13089         follow each other.  Such lists may be created by headlines that
13090         are converted to lists.
13091         (org-nofm-to-completion): New function.
13092         (org-export-as-html): Use :html-extension instead of
13093         org-export-html-extension.
13094         (org-store-link): Support for links from `rmail-summary-mode'.
13095         (org-columns-new, org-complete, org-set-property): Set the
13096         `include-columns' argument in the call to
13097         `org-buffer-property-keys'.
13098         (org-buffer-property-keys): New argument `include-columns', to
13099         include properties expected by any of the COLUMNS formats in the
13100         current buffer.
13101         (org-cleaned-string-for-export): Get rid of drawers first, so that
13102         they will be removed also in the text before the first headline.
13103         (org-clock-report): Show the clocktable when found.
13104         (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
13105         (org-version): With prefix argument, insert `org-version' at point.
13106         (org-agenda-goto): Recenter the window after finding the target
13107         location, to make sure the correct position will be displayed.
13108         (org-agenda-get-deadlines): Don't scale priority with the warning
13109         period.
13110         (org-insert-heading): Don't break line in the middle of the line.
13111         (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
13112         be 0.
13113         (org-update-checkbox-count): Revamp to deal with hierarchical
13114         checkboxes.  This was a patch from Miguel A. Figueroa-Villanueva.
13115         (org-remove-timestamp-with-keyword): New function.
13116         (org-schedule, org-deadline):
13117         Use `org-remove-timestamp-with-keyword' to make sure all such time
13118         stamps are removed.
13119         (org-mode): Support for `align'.
13120         (org-agenda-get-deadlines): Make sure priorities increase as the
13121         due date approaches and is passed.
13122         (org-remember-apply-template): Fix problem with tags that
13123         contain "_" or "@".
13124         (org-make-link-regexps): Improve the regular expression for plain links.
13125         (org-agenda-get-closed): List each clocking entry.
13126         (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
13127         (org-special-ctrl-k): New option.
13128         (org-kill-line): New function.
13129         (org-archive-all-done): Fix incorrect number of stars in regexp.
13130         (org-refile-get-location): New function.
13131         (org-refile-goto-last-stored): New function.
13132         (org-global-tags-completion-table): Add the value of org-tag-alist
13133         in each buffer, to make sure that also unused tags will be
13134         available for completion.
13135         (org-columns-edit-value)
13136         (org-columns-next-allowed-value): Only update if not in agenda.
13137         (org-clocktable-steps): New function.
13138         (org-dblock-write:clocktable): Call `org-clocktable-steps'.
13139         (org-archive-subtree): Add the outline tree context as a property.
13140         (org-closest-date): New optional argument `prefer'.
13141         (org-goto-auto-isearch): New option.
13142         (org-goto-map, org-get-location): Implement auto-isearch.
13143         (org-goto-local-auto-isearch-map): New variable.
13144         (org-goto-local-search-forward-headings)
13145         (org-goto-local-auto-isearch): New functions.
13147 2008-03-13  Philip Jackson  <emacs@shellarchive.co.uk>
13149         * textmodes/org-irc.el: New file.
13151 2008-03-13  John Wiegley  <johnw@gnu.org>
13153         * textmodes/org-mac-message.el: New file.
13155 2008-03-13  Dan Nicolaescu  <dann@ics.uci.edu>
13157         * font-lock.el (font-lock-comment-face): Set the foreground for
13158         the light background 8 colors case.
13160 2008-03-13  Glenn Morris  <rgm@gnu.org>
13162         * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
13163         generate-autoload-cookie patterns.
13165         * startup.el (command-line-1): Rename -scriptload to -internal-script.
13167         * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
13168         (MH_E_SRC): Remove variable.
13169         ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
13170         Simplify file header.  Use $@ for generated-autoload-file.
13172         * Makefile.in (LOADDEFS): New variable.
13173         (AUTOGENEL): Use $LOADDEFS.
13174         (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
13175         ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
13176         ($(lisp)/calendar/hol-loaddefs.el): New targets.
13177         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
13178         * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
13179         * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
13180         * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
13181         * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
13182         * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
13183         Add calendar-specific autoload cookies, and remove any setting of
13184         generated-autoload-file.
13185         * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
13186         * calendar/diary-lib.el: Replace explicit autoloads with reading of
13187         diary-loaddefs.
13188         * calendar/holidays.el: Replace explicit autoloads with reading of
13189         hol-loaddefs.
13191         * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
13192         (calendar-buffer-list): Simplify.
13193         (generate-calendar-window): Use calendar-mark-holidays rather than
13194         obsolete alias.
13196         * calendar/cal-hebrew.el (list-yahrzeit-dates):
13197         Use cal-hebrew-yahrzeit-buffer.
13199         * calendar/cal-x.el (calendar-only-one-frame-setup)
13200         (calendar-two-frame-setup): Doc fixes.
13201         (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
13203         * calendar/appt.el (appt-mode-string): Mark as risky.
13204         (appt-check): Apply mode-line-emphasis face to appt-mode-string.
13206         * calendar/cal-html.el (diary-list-entries):
13207         * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
13208         (calendar-iso-from-absolute): Fix autoloads.
13210         * calendar/cal-iso.el (calendar-absolute-from-iso)
13211         (calendar-iso-read-args): Simplify.
13212         (calendar-iso-date-string, calendar-iso-read-args)
13213         (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
13215         * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
13216         (displayed-month, displayed-year): Move declarations where needed.
13217         (calendar-print-astro-day-number): Doc fix.
13219         * calendar/cal-persia.el (persian-calendar-month-name-array)
13220         (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
13221         (persian-prompt-for-date): Remove local variable `today'.
13223         * calendar/diary-lib.el (mark-calendar-month): Use zerop.
13225         * calendar/solar.el (solar-moment, solar-exact-local-noon)
13226         (solar-sunrise-sunset, solar-sunrise-sunset-string)
13227         (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time)
13228         (diary-sabbath-candles, solar-equinoxes/solstices)
13229         (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
13230         (solar-time-equation, solar-date-to-et): Simplify.
13232         * mail/supercite.el: Remove the `function' in `(function (lambda'.
13233         Replace `(car (cdr' with cadr'.
13235         * progmodes/f90.el (f90-font-lock-n): New function.
13236         (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
13237         Use f90-font-lock-n.
13238         (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
13240         * progmodes/f90.el (f90-mode-abbrev-table):
13241         * progmodes/fortran.el (fortran-mode-abbrev-table):
13242         Use newer form of define-abbrev, where supported.  No need to bind
13243         abbrevs-changed for system abbrevs.
13245 2008-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13247         * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
13248         delete-frame-functions.
13250         * bookmark.el (Info-current-node): Remove.
13252 2008-03-12  Juri Linkov  <juri@jurta.org>
13254         * help.el (describe-project): Remove defaliases for view-todo and
13255         describe-project that are now unnecessary after the merge from
13256         emacs--rel--22 that added define-obsolete-function-alias.
13258         * startup.el (inhibit-startup-screen): Revert incomplete
13259         2008-03-10 merge from emacs--rel--22 that partly reverted
13260         2008-02-28 change that added initial message to *scratch* buffer
13261         regardless of the value of `inhibit-startup-screen'.
13262         Now keep this change in the trunk, but not in the 22 branch.
13264 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13266         * international/quail.el (quail-setup-completion-buf, quail-help):
13267         * mail/binhex.el (binhex-decode-region-internal):
13268         * mail/uudecode.el (uudecode-decode-region-internal):
13269         * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
13270         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
13271         setting default-enable-multibyte-characters.
13273         * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
13275         * comint.el: Fix up indentation and comment style.  Remove `function'.
13277         * international/mule-cmds.el (reset-language-environment)
13278         (set-language-environment-nonascii-translation):
13279         Don't set-unibyte-charset.
13281         * doc-view.el: Remove all cb-args, use closures instead.
13282         (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
13283         doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
13284         doing an incorrect check).  Update all callers to use the new name.
13285         (doc-view-doc->txt): Add missing `txt' argument.
13287 2008-03-12  Tassilo Horn  <tassilo@member.fsf.org>
13289         * doc-view.el (doc-view-current-cache-dir): Set buffer used for
13290         md5 sum calculation to single-byte.
13292 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13294         * doc-view.el (doc-view-new-window-function): Add assertion.
13295         (doc-view-doc-type): New var.
13296         (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
13297         (doc-view-intersection): New fun.
13298         (doc-view-mode): Use it to set the new var.
13300 2008-03-12  Tassilo Horn  <tassilo@member.fsf.org>
13302         * doc-view.el (doc-view-doc->txt, doc-view-open-text)
13303         (doc-view-already-converted-p): New functions.
13304         (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
13305         (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
13306         (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
13307         (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
13308         (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
13309         (doc-view-convert-current-doc): Don't hardwire the functions the
13310         sentinels call.  Now they're provided by two args CALLBACK and
13311         CB-ARGS to the functions.
13312         (doc-view-search): Use doc-view-doc->txt.
13313         (doc-view-initiate-display): Use doc-view-already-converted-p.
13314         Mention new binding C-c C-t if doc-view-mode doesn't work.
13316 2008-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
13318         * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
13320 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13322         * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
13323         Mark " outside of tags as punctuation.
13325 2008-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13327         * menu-bar.el (minibuffer-local-map): Use the same command for the
13328         "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
13329         Prefer RET over C-j for exit-minibuffer.
13331         * files.el (display-buffer-other-frame): Eliminate problematic code.
13333         * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
13334         (menu-bar-select-buffer): Remove.
13335         (menu-bar-select-frame): Make non-interactive and take a frame arg.
13336         (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
13338 2008-03-11  Juanma Barranquero  <lekktu@gmail.com>
13340         * icomplete.el (icomplete-completions): Remove obsolete code.
13342         * net/net-utils.el (iwconfig-program-options): Doc fix.
13343         (net-utils-run-program, run-network-program): Define as functions.
13345 2008-03-11  Dan Nicolaescu  <dann@ics.uci.edu>
13347         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
13349 2008-03-11  Glenn Morris  <rgm@gnu.org>
13351         * faces.el (mode-line-emphasis): New face.
13352         * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
13354         * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
13356 2008-03-11  Chong Yidong  <cyd@stupidchicken.com>
13358         * simple.el (set-mark-command): Doc fix.
13360 2008-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13362         * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
13364         * emacs-lisp/autoload.el (autoload-find-destination):
13365         Don't force raw-text.
13367         * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
13368         * calendar/cal-loaddefs.el: Don't version control.
13370 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
13372         * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
13373         entries and add :help to the existing ones.
13375 2008-03-10  Glenn Morris  <rgm@gnu.org>
13377         * calendar/cal-hebrew.el (date, entry, number): Move declarations
13378         to where they are needed.
13380         * calendar/calendar.el (diary-file, hebrew-holidays-1)
13381         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
13382         (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
13383         (calendar-version): Doc fixes.
13384         (calendar-absolute-from-gregorian): Use zerop.
13385         (calendar-mode-line-format): Make it a defcustom.
13387         * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
13388         (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
13389         (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
13390         (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
13391         (mark-included-diary-files, mark-calendar-days-named)
13392         (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
13393         (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
13394         (insert-monthly-diary-entry, insert-yearly-diary-entry)
13395         (insert-anniversary-diary-entry, insert-block-diary-entry)
13396         (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
13397         (diary-font-lock-sexps): Doc fixes.
13398         (diary-remind-message, mark-calendar-month): Use zerop.
13399         (diary-attrtype-convert, diary-pull-attrs): Simplify.
13400         (diary-list-entries): Revert let to let* (previous change).
13402         * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
13404 2008-03-10  Kim F. Storm  <storm@cua.dk>
13406         * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
13407         function aliases for the old names.
13409 2008-03-10  Juanma Barranquero  <lekktu@gmail.com>
13411         * iswitchb.el (iswitchb-use-faces): Doc fix.
13412         (iswitchb-buffer-ignore, iswitchb-read-buffer):
13413         Fix typos in docstrings.
13415 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
13417         * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
13418         Fix typo.
13419         (verilog-type-font-keywords): Reindent.
13421 2008-03-10  Michael McNamara  <mac@mail.brushroad.com>
13423         * progmodes/verilog-mode.el (verilog-font-grouping-keywords):
13424         Fix bug in the grouping-keyword regular expression.
13425         (verilog-font-lock-keywords): Allow users to toggle special
13426         highlight of grouping-keywords.
13427         (verilog-highlight-grouping-keywords): The toggle for special
13428         highlighting of grouping keywords.
13430 2008-03-10  Juri Linkov  <juri@jurta.org>
13432         * startup.el: Revert 2008-02-28 change that adds initial message
13433         to *scratch* buffer regardless of the value of
13434         `inhibit-startup-screen'.
13436 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
13438         * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
13439         * textmodes/bibtex-style.el (bibtex-style-indent-basic):
13440         * progmodes/verilog-mode.el (verilog-mode):
13441         * net/socks.el (socks):
13442         * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
13444 2008-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13446         * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
13447         (doc-view-bookmark-make-record): Use them.
13448         (doc-view-bookmark-jump): Use them.  Fix find-file ->find-file-noselect.
13449         (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
13451         * bookmark.el (bookmark-make-record-function): Change expected return
13452         value to include a suggested bookmark name.
13453         (bookmark-make): Split into bookmark-make-record and bookmark-store.
13454         Fix reversed `overwrite' semantics.
13455         (bookmark-set): Call bookmark-make-record before prompting the user.
13456         Then pass the result to bookmark-store later on.
13457         (bookmark-make-name-function): Remove.
13458         (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
13459         * info.el (bookmark-make-name-function): Remove.
13460         (Info-mode): Don't set it.
13461         (Info-bookmark-make-name): Remove.
13462         (Info-bookmark-make-record): Use Info-current-node as suggested default
13463         bookmark name.
13465         * bookmark.el (bookmark-set): Make bookmark before reading annotations.
13466         I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
13467         (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
13468         (bookmark-annotation-buffer, bookmark-annotation-file)
13469         (bookmark-annotation-point, bookmark-send-annotation)
13470         (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
13471         (bookmark-edit-annotation-text-func): Rename from
13472         bookmark-read-annotation-text-func.  Keep old name as an obsolete alias.
13473         (bookmark-edit-annotation-mode-map): Move initialization into
13474         declaration.
13476         * bookmark.el: Remove spurious * in docstrings.
13477         (bookmark-minibuffer-read-name-map): New var.
13478         (bookmark-set): Use it.  Also pass the default value as it should.
13479         (bookmark-send-edited-annotation): Take no chances with text properties.
13480         (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
13481         (bookmark-insert-buffer-name): Remove.
13482         (bookmark-buffer-file-name): Signal an error rather than returning nil.
13484 2008-03-09  Thomas Hühn  <xf27@arcor.de>  (tiny change)
13486         * tutorial.el (tutorial--default-keys): Update `C-l' binding.
13488 2008-03-09  Dan Nicolaescu  <dann@ics.uci.edu>
13490         * diff-mode.el (diff-mode-menu): Add :help.
13492 2008-03-09  Glenn Morris  <rgm@gnu.org>
13494         * calendar/calendar.el (general-holidays, oriental-holidays)
13495         (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
13496         (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
13497         (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
13498         (calendar-holidays): Restore autoload cookies, because people are
13499         used to using these variables without loading calendar.el.
13501         * calendar/cal-islam.el (diary-islamic-date): Move to end.
13502         (date, number): Declare where needed.
13504         * calendar/diary-lib.el (nongregorian-diary-marking-hook)
13505         (list-sexp-diary-entries): Doc fixes.
13506         (diary-list-entries): Doc fix.  Remove free variable `entry'.
13507         (fancy-diary-display): Use dolist, bobp.  Remove free variable `entry'.
13508         Simplify setting of `date-holiday-list'.
13509         (mark-diary-entries): Remove free variable `entry'.
13510         (diary-list-entries, include-other-diary-files, fancy-diary-display):
13511         Use let where let* is not needed.
13513 2008-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13515         * bookmark.el (bookmark-make): Don't pass the `annotation' to the
13516         make-record function, instead paste it in afterwards.
13517         (bookmark-make-record-for-text-file):
13518         * doc-view.el (doc-view-bookmark-make-record):
13519         * info.el (Info-bookmark-make-record): Don't mess with annotations.
13521 2008-03-08  Glenn Morris  <rgm@gnu.org>
13523         * calendar/diary-lib.el (entry): Declare for compiler part-way through.
13525 2008-03-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13527         * calendar/diary-lib.el (diary-list-entries)
13528         (include-other-diary-files, mark-diary-entries)
13529         (mark-sexp-diary-entries, mark-included-diary-files)
13530         (diary-entry-time, list-sexp-diary-entries): Remove the special
13531         handling of ^M that dates back to the use of selective-display.
13532         (simple-diary-display): Obey setting of pop-up-frames.
13533         (body, entry): Remove unnecessary declarations.
13535         * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
13536         (bookmark-get-annotation, bookmark-set-annotation)
13537         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
13538         (bookmark-set-position, bookmark-get-front-context-string)
13539         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
13540         (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
13541         * info.el (Info-bookmark-make-record): Don't bother recording point.
13542         (bookmark-get-filename, bookmark-get-front-context-string)
13543         (bookmark-get-rear-context-string, bookmark-get-position):
13544         Don't declare any more.
13545         (bookmark-get-info-node): Remove.
13546         (bookmark-prop-get): Declare.
13547         (Info-bookmark-jump): Use it.
13549 2008-03-08  Johan Bockgård  <bojohan@gnu.org>
13551         * subr.el (while-no-input): Don't splice BODY directly into the
13552         `or' form.
13554 2008-03-08  Dan Nicolaescu  <dann@ics.uci.edu>
13556         * diff-mode.el (diff-ignore-whitespace-hunk):
13557         Bind inhibit-read-only before trying to change the buffer.
13559 2008-03-08  Glenn Morris  <rgm@gnu.org>
13561         * calendar/appt.el (appt): Move custom group here from calendar.el.
13562         (appt-disp-window, appt-convert-time): Doc fixes.
13564         * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
13565         (calendar-bahai-mark-date-pattern):
13566         * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
13567         * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
13568         * calendar/cal-julian.el (calendar-absolute-from-julian):
13569         * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
13571         * calendar/cal-china.el (chinese-calendar): Move custom group here from
13572         calendar.el.
13573         (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
13574         Make constants.
13575         (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
13576         (chinese-calendar-daylight-savings-starts)
13577         (chinese-calendar-daylight-savings-ends)
13578         (chinese-calendar-daylight-savings-starts-time)
13579         (chinese-calendar-daylight-savings-ends-time)
13580         (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
13581         Doc fixes.
13583         * calendar/cal-coptic.el (coptic-name): Add doc string.
13585         * calendar/cal-french.el (french-calendar-month-name-array)
13586         (french-calendar-day-name-array, french-calendar-special-days-array):
13587         Add doc strings.
13589         * calendar/cal-bahai.el (diary-bahai-mark-entries)
13590         (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
13591         (diary-bahai-insert-yearly-entry):
13592         * calendar/cal-dst.el (calendar-next-time-zone-transition)
13593         (calendar-time-zone):
13594         * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
13595         (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
13596         (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
13597         (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
13598         (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
13599         * calendar/cal-islam.el (islamic-calendar-leap-year-p)
13600         (list-islamic-diary-entries, mark-islamic-diary-entries)
13601         (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
13602         (insert-yearly-islamic-diary-entry):
13603         * calendar/cal-iso.el (calendar-iso-read-args):
13604         * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
13605         (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
13606         (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
13607         (calendar-next-calendar-round-date)
13608         (calendar-mayan-long-count-common-era):
13609         * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
13610         (cal-menu-x-popup-menu, calendar-mouse-holidays)
13611         (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
13612         (calendar-mouse-goto-date):
13613         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
13614         * calendar/holidays.el (holidays):
13615         * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
13616         * calendar/time-date.el (date-to-time, time-subtract, time-add)
13617         (safe-date-to-time): Doc fixes.
13619         * calendar/cal-persia.el (persian-calendar-month-name-array)
13620         (persian-calendar-epoch): Make constants.
13622         * calendar/cal-tex.el (calendar-tex): Move custom group here from
13623         calendar.el.
13625         * calendar/cal-x.el (diary-frame-parameters)
13626         (calendar-frame-parameters, calendar-and-diary-frame-parameters)
13627         (calendar-after-frame-setup-hooks): Make defcustoms.
13628         (calendar-one-frame-setup, calendar-only-one-frame-setup)
13629         (calendar-two-frame-setup): Doc fix.
13631         * calendar/cal-loaddefs.el: New file.
13633         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
13634         * calendar/cal-french.el, calendar/cal-html.el:
13635         * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
13636         * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
13637         * calendar/cal-tex.el, calendar/cal-x.el:
13638         Unquote lambda functions.  Add autoload cookies to functions formerly
13639         autoloaded in calendar.el.  Set `generated-autoload-file' to
13640         "cal-loaddefs.el".
13642         * calendar/calendar.el: Move many autoloads to separate file,
13643         cal-loaddefs.el.  Move defcustoms to start and re-order.
13644         (calendar-month-name-array, calendar-starred-day): No need to
13645         declare for compiler.
13646         (cal-loaddefs): Require it.
13647         (appt, chinese-calendar, calendar-tex): Move custom groups to the
13648         appropriate file.
13649         (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
13650         Reverse logic.
13651         (diary-face, diary-file-name-prefix-function, diary-include-string)
13652         (diary-glob-file-regexp-prefix, diary-face-attrs)
13653         (diary-file-name-prefix, sexp-diary-entry-symbol)
13654         (print-diary-entries-hook, list-diary-entries-hook)
13655         (nongregorian-diary-listing-hook, mark-diary-entries-hook)
13656         (nongregorian-diary-marking-hook, diary-list-include-blanks):
13657         Move to diary-lib.
13658         (all-christian-calendar-holidays, all-islamic-calendar-holidays)
13659         (all-bahai-calendar-holidays): Doc fix.
13660         (calendar-insert-indented): Doc fix.  Use when rather than if.
13661         (exit-calendar): Use mapc rather than mapcar.
13662         (calendar-cursor-to-date): Use zerop.
13663         (calendar-mark-ring): Add doc-string.
13664         (calendar-starred-day): Defvar it.
13665         (calendar-mode): Make calendar-starred-day local.
13666         (calendar-star-date): No need to make calendar-starred-day local.
13668         * calendar/diary-lib.el: Move defcustoms to start.
13669         (diary-include-string, diary-list-include-blanks)
13670         (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
13671         (diary-file-name-prefix, diary-file-name-prefix-function)
13672         (sexp-diary-entry-symbol, list-diary-entries-hook)
13673         (mark-diary-entries-hook, nongregorian-diary-listing-hook)
13674         (nongregorian-diary-marking-hook, print-diary-entries-hook):
13675         Move here from calendar.el.
13676         (diary-file-name-prefix-function): Use 'identity.
13677         (diary-face): Make it a defcustom, and mark as obsolete.
13678         (top-level): No need to require cal-hebrew, cal-islam when compiling.
13679         (calendar-hebrew-month-name-array-leap-year)
13680         (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
13681         Define for compiler.
13682         (diary-font-lock-keywords): Use format rather than concat.
13683         Add bahai-diary-entry-symbol.
13685         * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
13686         * calendar/solar.el: Unquote lambda functions.
13688         * calendar/solar.el (calendar-location-name, calendar-latitude)
13689         (calendar-longitude, solar-setup, solar-sin-degrees)
13690         (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
13691         (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
13692         (solar-sunrise-and-sunset, solar-moment, solar-daylight)
13693         (solar-exact-local-noon, solar-julian-ut-centuries)
13694         (solar-ephemeris-time, solar-date-next-longitude)
13695         (solar-horizontal-coordinates, solar-equatorial-coordinates)
13696         (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
13697         (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
13698         (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
13699         Doc fixes.
13700         (solar-horizontal-coordinates, solar-equatorial-coordinates)
13701         (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
13702         (solar-ecliptic-coordinates): Use unless.
13703         (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
13704         Use or.
13706         * calendar/timeclock.el: Add doc-strings to all functions.
13707         (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
13708         (timeclock-entry-list-length, timeclock-entry-list-projects)
13709         (timeclock-day-list-projects, timeclock-day-list): Use dolist.
13711         * calendar/todo-mode.el: Remove un-needed eval-when-compile.
13713         * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
13714         (org-get-entries-from-diary): Require diary-lib.
13716 2008-03-08  Juanma Barranquero  <lekktu@gmail.com>
13718         * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
13719         Pacify byte-compiler.
13721 2008-03-07  Alan Mackenzie  <acm@muc.de>
13723         * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
13724         paren/bracket pairs parsed, to solve performance problem.
13726 2008-03-07  Bastien Guerry  <bzg@altern.org>
13728         * bookmark.el (bookmark-set): Don't check for
13729         `bookmark-make-name-function' since `bookmark-buffer-file-name'
13730         already takes care of this.
13731         (bookmark-buffer-name, bookmark-buffer-file-name):
13732         Remove Info-mode specific code.
13734         * info.el (bookmark-get-info-node): Define this function in
13735         info.el, not in bookmark.el.
13736         (Info-mode): Set `bookmark-make-name-function' to
13737         `Info-bookmark-make-name' locally.
13738         (Info-bookmark-make-name): New function.
13740         * bookmark.el (bookmark-make-name-function): New variable.
13742 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
13744         * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
13745         buffer-local, not `bookmark-make-cell-function' (the old name).
13747 2008-03-07  Tassilo Horn  <tassilo@member.fsf.org>
13749         * doc-view.el (doc-view-bookmark-make-record):
13750         * image-mode.el (image-bookmark-make-record):
13751         * info.el (Info-bookmark-make-record): Delete obsolete second arg.
13753 2008-03-07  Jan Djärv  <jan.h.d@swipnet.se>
13755         * vc.el (vc-status-menu-map-filter): Return orig-binding if
13756         boundp 'vc-ignore-menu-filter.
13757         (vc-status-tool-bar-map): Make it defvar.
13758         (vc-status-mode): vc-status-tool-bar-map now variable.
13759         (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
13761 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
13763         Give a better name to part of the bookmark interface.
13765         This was originally a much larger change, but halfway through I
13766         updated and discovered that Stefan Monnier had done the rest.
13767         It looks like he anticipated the new name too, because he used
13768         `the-record' instead of `the-cell' for some internal variable names.
13770         * bookmark.el (bookmark-make-record-function): Was
13771         `bookmark-make-cell-function'.
13772         (bookmark-make, bookmark-send-annotation): Update for above.
13773         (bookmark-make-record-for-text-file):
13774         Was `bookmark-make-cell-for-text-file'.  Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
13776         * info.el: Adjust accordingly.
13777         (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
13779         * image-mode.el: Adjust accordingly.
13780         (image-bookmark-make-record): Was `image-bookmark-make-cell'.
13782         * doc-view.el: Adjust accordingly.
13783         (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
13785 2008-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13787         * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
13788         Move initialization into declaration.
13789         (bookmark-get-info-node, bookmark-set-info-node): Remove.
13790         (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
13791         (bookmark-info-current-node): Remove.
13792         (bookmark-jump-noselect): Rename from bookmark-jump-internal.
13793         Add relocation fallback.  Set bookmark-current-bookmark.
13794         (bookmark-default-handler): Rename from bookmark-jump-noselect.
13795         Remove relocation fallback.  Don't set bookmark-current-bookmark.
13796         (bookmark-set): Let it be used even if there's no buffer-file-name
13797         as long as there is a bookmark-make-cell-function.
13798         * info.el (Info-bookmark-jump): Remove relocation fallback.
13799         Don't set bookmark-current-bookmark.
13801 2008-03-07  Glenn Morris  <rgm@gnu.org>
13803         * calendar/appt.el (appt-issue-message)
13804         (appt-message-warning-time, appt-audible, appt-visible)
13805         (appt-msg-window, appt-display-mode-line, appt-display-duration)
13806         (appt-display-diary): Remove autoload cookies.
13808         * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
13809         Remove leading `*' from defcustom doc-strings.
13811         * calendar/cal-dst.el (calendar-dst): New custom group.
13812         (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
13813         (calendar-time-zone, calendar-daylight-time-offset)
13814         (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
13815         (calendar-daylight-savings-starts-time)
13816         (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
13817         (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
13818         Move to start.
13820         * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
13822         * calendar/calendar.el (calendar-version): Use emacs-version and
13823         make it obsolete.  Move to end.
13824         (calendar-offset, view-diary-entries-initially)
13825         (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
13826         (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
13827         (all-christian-calendar-holidays, all-islamic-calendar-holidays)
13828         (all-bahai-calendar-holidays, calendar-load-hook)
13829         (initial-calendar-window-hook, today-visible-calendar-hook)
13830         (today-invisible-calendar-hook, calendar-move-hook)
13831         (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
13832         (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
13833         (diary-include-string, sexp-diary-entry-symbol)
13834         (abbreviated-calendar-year, american-date-diary-pattern)
13835         (european-date-diary-pattern, european-calendar-display-form)
13836         (american-calendar-display-form, print-diary-entries-hook)
13837         (list-diary-entries-hook, diary-hook, diary-display-hook)
13838         (nongregorian-diary-listing-hook, mark-diary-entries-hook)
13839         (nongregorian-diary-marking-hook, diary-list-include-blanks)
13840         (holidays-in-diary-buffer, general-holidays, oriental-holidays)
13841         (local-holidays, other-holidays, hebrew-holidays-1)
13842         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
13843         (hebrew-holidays, christian-holidays, islamic-holidays)
13844         (bahai-holidays, solar-holidays, calendar-setup)
13845         (calendar-week-start-day): Remove autoload cookies.
13846         (diary-glob-file-regexp-prefix): Doc fix.
13847         (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
13848         (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
13849         (calendar-week-start-day, calendar-debug-sexp): Move to start.
13851         * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
13852         (calendar-time-display-form, calendar-latitude)
13853         (calendar-longitude, solar-equinoxes-solstices): Remove autoload
13854         cookies.
13855         (calendar-latitude, calendar-longitude): Move functions after
13856         variables.
13857         (diary-sabbath-candles-minutes): Move to start.
13858         (solar-setup): Use or rather than if.
13859         (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
13860         Remove condition-case.
13861         (solar-atn2): Use zerop.
13862         (solar-equinoxes-solstices): Doc fix.
13864         * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
13865         (sc-mode-map-prefix): Doc fix.  Make it a defcustom.
13867         * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
13868         (calendar-longitude, calendar-latitude, calendar-location-name):
13869         Declare for compiler.
13871 2008-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13873         * arc-mode.el (archive-ar-file-header-re): New const.
13874         (archive-ar-summarize, archive-ar-extract): New funs.
13875         (archive-find-type): Recognize ar archives.
13877         * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
13878         New functions.
13880         * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
13882 2008-03-06  Lennart Borgman  <lennart.borgman@gmail.com>
13884         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
13885         Replace :enable (mark-active) with :enable mark-active.
13887 2008-03-06  Juanma Barranquero  <lekktu@gmail.com>
13889         * vms-patch.el (make-legal-file-name): New obsolete alias.
13890         (make-valid-file-name): Rename from `make-legal-file-name'.
13891         (make-auto-save-file-name): Use it.
13893         * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
13894         (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
13895         (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
13897         * textmodes/org.el (org-export-html-style): Doc fix.
13898         (org-get-legal-level): New obsolete alias.
13899         (org-get-valid-level): Rename from `org-get-legal-level'.
13900         (org-promote, org-demote, org-archive-subtree)
13901         (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
13903 2008-03-06  Jan Djärv  <jan.h.d@swipnet.se>
13905         * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
13907         * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
13908         (vc-status-toggle-mark): New functions.
13909         (vc-status-mode): Set tool bar map.
13911 2008-03-05  Chong Yidong  <cyd@stupidchicken.com>
13913         * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
13914         Reported by Drew Adams <drew.adams@oracle.com>.
13916 2008-03-05  Kenichi Handa  <handa@ni.aist.go.jp>
13918         * subr.el (read-quoted-char): Resolve modifiers of the character
13919         event.
13921         * comint.el (comint-exec-1): Don't change the coding-system for
13922         decoding to dos-like EOL.
13923         (comint-carriage-motion): Fully rewrite.
13925 2008-03-05  Juanma Barranquero  <lekktu@gmail.com>
13927         * epg.el (epg-context-include-certs): Reflow docstring.
13928         (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
13929         (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
13930         (epg-context-set-signers, epg-context-set-sig-notations)
13931         (epg-make-import-status, epg-make-import-result)
13932         (epg-start-delete-keys): Fix typos in docstrings.
13933         (epg-start-sign-keys, epg-sign-keys):
13934         Fix typos in obsolescence declarations.
13936         * iswitchb.el: Don't check for `cadr' and `last'.
13937         (iswitchb-define-mode-map, iswitchb-default-keybindings):
13938         Add obsolescence declaration and remove redundant info from docstring.
13939         (iswitchb-set-common-completion, iswitchb-set-matches)
13940         (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
13941         (recentf-list, most-len, most-is-exact):
13942         Don't wrap defvars within `eval-when-compile'.
13944 2008-03-05  Glenn Morris  <rgm@gnu.org>
13946         * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
13947         * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
13948         * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
13949         * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
13950         ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
13952         * ediff-hook.el (ediff-window-setup-function): Don't autoload
13953         declaration for compiler.
13954         (ediff-xemacs-init-menus): Use when rather than if.
13956         * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
13957         if+and to just and.
13958         (ediff-read-event, ediff-overlayp, ediff-make-overlay)
13959         (ediff-delete-overlay): Move the XEmacs test inside the definition.
13961         * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
13963         * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
13964         test inside XEmacs test.
13965         (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
13966         since it was doing nothing on Emacs.
13967         (ediff-make-bullet-proof-overlay): Use when rather than if.
13969         * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
13970         (ediff-setup-control-frame): Remove
13971         ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
13972         a (featurep 'xemacs) test.
13974 2008-03-05  Jay Belanger  <jay.p.belanger@gmail.com>
13976         * calc/calc-ext.el (calc-extended-command-history): New variable.
13977         (calc-execute-extended-command): Use `calc-extended-command-history'.
13979 2008-03-05  Dan Nicolaescu  <dann@ics.uci.edu>
13981         * bindings.el (mode-line-remote): Add mouse-face.  Improve tooltip.
13982         (standard-mode-line-position): Add mouse-face.
13984         * progmodes/compile.el (compilation-menu-map, compilation-mode-map):
13985         * progmodes/grep.el (grep-mode-map): Add :help.
13987         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
13988         initialize in one step.  Add :help.  Use :enable to activate menu
13989         items.  Show the key binding for edebug-defun.
13990         (lisp-interaction-mode-map): Add a menu.
13992         * term.el (term-mode-map): Define and initialize in one step.
13994         * ediff-init.el (ediff-color-display-p): Simplify.
13995         (Xor): Remove unused function.
13996         (ediff-with-syntax-table): Simplify for Emacs.
13998         * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
13999         menu-bar being loaded, it always is.
14001 2008-03-05  Glenn Morris  <rgm@gnu.org>
14003         * textmodes/tex-mode.el (tex-mode): Suppress warning about
14004         multiple definitions when compiling.
14006 2008-03-04  Alan Mackenzie  <acm@muc.de>
14008         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
14010         * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
14011         doc-string, "c-old-LEN" -> "c-old-END".
14013 2008-03-04  Jason Rumney  <jasonr@gnu.org>
14015         * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
14016         namespaces.
14018 2008-03-04  Glenn Morris  <rgm@gnu.org>
14020         * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
14022         * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
14023         than mapcar.
14025 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14027         * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
14028         (byte-compile-nilconstp): Can't use recursion in a defsubst.
14030         * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
14031         so that M-q can fill comments.
14032         (tex-executable-exists-p, tex-compile): Extend with special syntax for
14033         commands implemented in elisp.
14034         (tex-compile-commands): Add an entry to use doc-view for pdf files.
14035         (tex-format-cmd): New function.
14036         (tex-compile): Use it to let the user specify default arguments.
14037         (tex-cmd-bibtex-args): New var.
14038         (tex-cmd-doc-view): New function.
14040 2008-03-03  Juanma Barranquero  <lekktu@gmail.com>
14042         * faces.el (face-spec-set): Fix typos in docstring.
14044 2008-03-03  Dan Nicolaescu  <dann@ics.uci.edu>
14046         * bindings.el (mode-line-column-line-number-mode-map): New variable.
14047         (standard-mode-line-position): Use it to add a menu for toggling
14048         column number and line number display.
14050 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14052         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
14053         Remove optimization that was working around the form-code-walker bug.
14055         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
14056         Walk into the body of lambdas after byte-compile-unfold-lambda.
14058 2008-03-03  Glenn Morris  <rgm@gnu.org>
14060         * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
14061         value, if set, over frame value.
14063         * simple.el (transient-mark-mode): Don't turn on by default.
14065         * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
14066         accidentally removed by the 2007-12-05 merge from Gnus.
14068 2008-03-02  Dan Nicolaescu  <dann@ics.uci.edu>
14070         * progmodes/compile.el (compilation-menu-map): Add menu entries
14071         for useful options.
14073 2008-03-01  Dan Nicolaescu  <dann@ics.uci.edu>
14074             Glenn Morris  <rgm@gnu.org>
14076         * emacs-lisp/bytecomp.el (byte-recompile-directory)
14077         (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
14078         Give a `bytecomp-' prefix to local variables with common names.
14080 2008-03-01  Glenn Morris  <rgm@gnu.org>
14082         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
14083         Restore code commented out 2007-11-10.
14085         * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
14087         * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
14088         Delete macro.
14089         * emulation/viper-cmd.el, emulation/viper-ex.el:
14090         * emulation/viper-init.el, emulation/viper-keym.el:
14091         * emulation/viper-mous.el, emulation/viper-util.el:
14092         * emulation/viper.el:
14093         Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
14094         featurep test.
14096         Replace obsolete frame-local variables with frame-parameters.
14097         * emulation/viper-init.el (viper-replace-overlay-cursor-color)
14098         (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
14099         (viper-vi-state-cursor-color): Only call make-variable-frame-local
14100         on XEmacs.
14101         * emulation/viper-util.el (viper-frame-value): New macro.
14102         * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
14103         (viper-R-state-post-command-sentinel)
14104         (viper-replace-state-post-command-sentinel)
14105         (viper-change-state-to-insert, viper-change-state-to-emacs):
14106         * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
14107         (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
14108         (viper-get-saved-cursor-color-in-insert-mode)
14109         (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
14110         Use viper-frame-value for viper-replace-overlay-cursor-color,
14111         viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
14112         viper-vi-state-cursor-color values.
14114         * emulation/viper-cmd.el (zmacs-region-stays):
14115         * emulation/viper-util.el (zmacs-region-stays): No need to define
14116         for compiler.
14118         * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
14119         mapcar on Emacs.
14121         * emulation/viper-mous.el (viper-counting-clicks-p): Only define
14122         on XEmacs.
14124         * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
14125         rather than if.
14127 2008-03-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14129         * whitespace.el: New version 9.3.  As the glyph code generation was
14130         fixed, it is possible now to use character code above ?\x1FFFF in the
14131         display table.  Fix `whitespace-indentation-regexp' to not include an
14132         extra ending character.  Reported by Michael Welsh Duggan
14133         <mwd@cert.org>.  Added hook actions when buffer is written or killed as
14134         the original whitespace package had.  Suggested by Eric Cooper
14135         <ecc@cmu.edu>.  Doc fix.
14136         (whitespace-action): New option.
14137         (whitespace-display-mappings): Changed default newline visualization to
14138         display downwards arrow, as the glyph code generation was fixed.
14139         (whitespace-unload-function): Assure that all local whitespace mode is
14140         turned off.
14141         (whitespace-global-modes): Fix type customization.
14142         (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
14143         (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
14144         (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
14145         Fix code.
14146         (whitespace-buffer): Command removed.
14147         (whitespace-trailing-regexp, whitespace-mark-x)
14148         (whitespace-display-window, whitespace-action-when-on)
14149         (whitespace-add-local-hook, whitespace-remove-local-hook)
14150         (whitespace-write-file-hook, whitespace-kill-buffer-hook)
14151         (whitespace-action): New funs.
14152         (whitespace-report-list, whitespace-report-text)
14153         (whitespace-report-buffer-name): New consts.
14154         (whitespace-report, whitespace-report-region): New commands.
14156 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
14158         * disp-table.el (make-glyph-code): Don't test the result of
14159         `face-id', which already signals an error for invalid faces.
14160         (glyph-face): Simplify.
14162         * desktop.el (desktop-read): Set `desktop-dirname' to nil before
14163         running `desktop-not-loaded-hook' to allow modifying it.
14164         Don't show warning message if `desktop-dirname' was modified.
14166 2008-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14168         * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
14169         we still expect more lines.
14171         * textmodes/fill.el (fill-comment-paragraph): Don't try to do
14172         comment-paragraph filling if the commark doesn't match
14173         comment-start-skip.
14175 2008-03-01  Daiki Ueno  <ueno@unixuser.org>
14177         * international/utf-7.el (utf-7-encode): Never skip the trailing - for
14178         the `imap' variant.
14180 2008-03-01  Jason Rumney  <jasonr@gnu.org>
14182         * files.el (make-auto-save-file-name): Encode more characters in
14183         non-file buffer names.  Use url-encoding.
14185 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
14187         * net/net-utils.el (ftp-program): Fix typo in docstring.
14188         (ifconfig-program-options, netstat-program-options)
14189         (arp-program-options, route-program-options, nslookup-program-options)
14190         (ftp-program-options, smbclient-program-options)
14191         (dns-lookup-program-options, arp, route): Doc fixes.
14193         * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
14194         (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
14195         (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
14196         Fix typos in docstrings.
14197         (gdb-pending-triggers): Reflow docstring.
14198         (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
14200 2008-03-01  Alan Mackenzie  <acm@muc.de>
14202         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
14203         typing "#" at EOB.
14205 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
14207         * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
14209 2008-02-29  Kim F. Storm  <storm@cua.dk>
14211         * emulation/cua-base.el (cua-remap-control-v)
14212         (cua-remap-control-z): New defcustoms.
14213         (cua-mode): Add them to set-after property.
14214         (cua--init-keymaps): Use them.
14215         Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
14217         * help.el (view-emacs-todo): Rename from view-todo.
14218         (describe-gnu-project): Rename from describe-project.  Users changed.
14219         (view-help-file): New helper function.
14220         (describe-distribution, describe-copying, describe-gnu-project)
14221         (view-todo, view-order-manuals, view-emacs-problems): Use it.
14222         (view-emacs-debugging, view-external-packages): New commands.
14223         (help-map): Move describe-distribution to C-h C-o (ordering).
14224         Move view-emacs-problems to C-h C-p (problems).
14225         Bind view-emacs-debugging to C-h C-d (debugging).
14226         Bind view-external-packages to C-h C-e (extras).
14227         (help-for-help-internal): Cleanup and align descriptions.
14228         Remove command names to reduce clutter.
14230 2008-02-29  Nick Roberts  <nickrob@snap.net.nz>
14232         * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
14233         and quieter face (not a warning).
14235 2008-02-29  Dan Nicolaescu  <dann@ics.uci.edu>
14237         * vc.el (vc-status-crt-marked): New variable.
14238         (vc-status-mode): Make it local.
14239         (vc-status-refresh): Use it to save the marked files.
14240         (vc-update-vc-status-buffer): Use it to restore the marked files.
14242         * vc-svn.el (vc-svn-after-dir-status):
14243         * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
14245 2008-02-29  Glenn Morris  <rgm@gnu.org>
14247         * allout.el (allout-topic-encryption-bullet)
14248         (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
14249         (allout-encrypt-unencrypted-on-saves): Change defcustom :version
14250         from 22.0 to 22.1.
14252         * net/imap.el (imap-ping-server):
14253         * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
14254         Change defcustom :version from 23.0 to 23.1.
14256 2008-02-29  Juanma Barranquero  <lekktu@gmail.com>
14258         * desktop.el (desktop-save): Save the buffer name if the
14259         uniquified base name is empty.
14261 2008-02-29  Nick Roberts  <nickrob@snap.net.nz>
14263         * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
14264         correctly when user has "set print address off".
14266 2008-02-28  Juanma Barranquero  <lekktu@gmail.com>
14268         * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
14269         version number of the next major Emacs release, not 23.0.
14271         * longlines.el (longlines-unload-function): New function.
14273 2008-02-28  Juri Linkov  <juri@jurta.org>
14275         * startup.el (normal-splash-screen): Add argument `concise'.
14276         Remove unused binding `prev-buffer'.  Let-bind `splash-buffer'
14277         to the created buffer.  If `concise' is non-nil, call
14278         `display-buffer', otherwise `switch-to-buffer'.  Doc fix.
14279         (display-startup-screen): Add argument `concise' to the call to
14280         `normal-splash-screen'.
14282 2008-02-28  Kim F. Storm  <storm@cua.dk>
14284         * startup.el (startup-echo-area-message): Check for about-emacs.
14286 2008-02-28  Juri Linkov  <juri@jurta.org>
14288         * startup.el: Always add initial message to *scratch* buffer if
14289         `initial-scratch-message' is non-nil regardless of the value of
14290         `inhibit-startup-screen'.
14291         (inhibit-startup-screen, initial-scratch-message): Doc fix.
14292         (command-line-1): Move code that inserts `initial-scratch-message'
14293         up before the if-form that checks for `inhibit-startup-screen'.
14294         Suggested by Jonathan Rockway <jon@jrock.us>.
14296 2008-02-28  Juri Linkov  <juri@jurta.org>
14298         * cus-edit.el (custom-mode-map, custom-mode-link-map):
14299         Rename `custom-mode' to `Custom-mode' in docstrings.
14300         (custom-buffer-create-internal, customize-browse):
14301         Rename `custom-mode' to `Custom-mode'.
14302         (custom-mode-hook): Rename to `Custom-mode-hook'.
14303         (Custom-mode-hook): Renamed from `custom-mode-hook'.
14304         (custom-mode): Rename to `Custom-mode'.
14305         (Custom-mode): Renamed from `custom-mode'.  Doc fix.
14306         (custom-mode): Add backward-compatible non-interactive variant of
14307         `Custom-mode' that simply calls `Custom-mode'.  Mark it obsoleted.
14308         (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
14310         * info-look.el: Rename `custom-mode' to `Custom-mode'.
14312         * emulation/viper.el (viper-emacs-state-mode-list):
14313         Rename `custom-mode' to `Custom-mode'.
14315         * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
14316         Capitalize "Tagged Files".
14317         (minibuffer-local-map): Add menu items for next/previous
14318         history elements and isearch history forward/backward.
14320         * progmodes/hideshow.el (hs-minor-mode-menu): Compare
14321         `hs-isearch-open' with t instead of `comment' in :selected
14322         for "Code and Comment blocks" menu item.
14324 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14326         * uniquify.el (uniquify-buffer-base-name): Undo last change.
14327         Should be done in desktop.el instead.
14329 2008-02-28  Glenn Morris  <rgm@gnu.org>
14331         * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
14333         * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
14335         * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
14336         (Info-menu, Info-goto-node): Remove declarations.
14337         (report-emacs-bug-info): Use info rather than Info-goto-node.
14339         * progmodes/idlwave.el (Info-goto-node): Remove declaration.
14340         (idlwave-convert-xml-system-routine-info): Don't require xml.
14341         (idlwave-show-commentary, idlwave-shell-show-commentary):
14342         Don't require finder.
14343         (idlwave-info): Don't require info.  Use info rather than
14344         Info-goto-node.
14346         * textmodes/org.el (Info-goto-node): Remove declaration.
14347         (org-info): Use info rather than Info-goto-node.
14349         * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
14350         (reftex-info): Don't require info.  Use info rather than Info-goto-node.
14352 2008-02-28  Dan Nicolaescu  <dann@ics.uci.edu>
14354         * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
14355         the menu.
14357         * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
14358         (vc-finish-logentry): Check for vc-status-mode, not only for
14359         vc-dired-mode.
14361 2008-02-28  Kenichi Handa  <handa@ni.aist.go.jp>
14363         * isearch.el (isearch-printing-char): Don't check
14364         keyboard-coding-system.
14365         Call isearch-process-search-multibyte-characters only when
14366         current-input-method is non-nil.
14368 2008-02-27  Kim F. Storm  <storm@cua.dk>
14370         * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
14371         (glyph-char, glyph-face): Handle cons encoding.
14373 2008-02-27  Juanma Barranquero  <lekktu@gmail.com>
14375         * uniquify.el (uniquify-buffer-base-name): If the base name is an
14376         empty string, return nil to allow the caller to default to the
14377         buffer name.  Reported by Martin Fischer <parozusa@web.de>.
14379         * tool-bar.el (tool-bar-setup): Doc fix.
14381         * mail/supercite.el (sc-describe):
14382         Fix typos in obsolescence declaration.
14384 2008-02-27  Glenn Morris  <rgm@gnu.org>
14386         * autoinsert.el (auto-insert-alist): Change permission text to
14387         match FSF's GPLv3 form.
14389         * mail/supercite.el (sc-cite-original): Doc fix.
14390         (sc-version): Make obsolete.
14391         (sc-describe): Show the SC info page.  Make obsolete.
14393 2008-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14395         * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
14396         when using transient-mark-mode.
14397         (default-indicate-unused-lines): Remove unused var.
14399 2008-02-26  Jan Djärv  <jan.h.d@swipnet.se>
14401         * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
14402         and previous.
14404         * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
14406 2008-02-26  Glenn Morris  <rgm@gnu.org>
14408         * net/net-utils.el (top-level): Don't require comint when compiling.
14409         (nslookup-font-lock-keywords): Don't require font-lock.
14410         Use font-lock faces rather than variables.
14411         (nslookup, ftp, smbclient, network-service-connection):
14412         Don't require comint.
14413         (comint-prompt-regexp, comint-input-autoexpand)
14414         (comint-input-ring): Declare for compiler.
14415         (comint-mode, ffap-string-at-point, comint-exec): Autoload.
14416         (dns-lookup-host): Don't require ffap.  Remove `with-no-warnings'.
14418         * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
14419         doc-string.
14421 2008-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14423         * doc-view.el (doc-view-current-page): Add a `win' argument.
14425 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14427         * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
14428         Demote it to plain defvar.
14429         (doc-view-conversion-refresh-interval): Reduce interval.
14430         (doc-view-goto-page): Allow moving to pages not yet rendered.
14431         (doc-view-goto-page): Construct a file name rather than extracting it
14432         from doc-view-current-files.
14433         (doc-view-kill-proc): Ignore errors from kill-process.
14434         (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
14435         (doc-view-insert-image): Use appropriate text if the page hasn't been
14436         rendered yet.  Adjust scrolling so the text is displayed.
14437         (doc-view-display): Detect not just that a page is available, but also
14438         that it wasn't available before, so as to avoid refreshing all pages
14439         repeatedly.
14440         (doc-view-mode): Make doc-view-cache-directory if needed.
14442 2008-02-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14444         * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
14445         toggle-read-only.
14447         * textmodes/bibtex.el (bibtex-format-entry): Handle error message
14448         refering to a missing required field with the OPT prefix.
14449         Make unwindform more robust.
14451         * textmodes/bibtex.el: Remove support for hideshow minor mode as
14452         it duplicates the bibtex support in progmodes/hideshow.el.
14453         * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
14454         entries that do not start at the beginning of a line.
14456 2008-02-25  Chong Yidong  <cyd@stupidchicken.com>
14458         * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
14460 2008-02-25  Robert J. Chassell  <bob@rattlesnake.com>
14462         * help-fns.el (describe-variable): Add phrases about
14463         initialization file with and without customization;
14464         use new button type help-info-variable.
14466         * help-mode.el (help-info-variable):
14467         New button able to read Info files for help-fns.el.
14469 2008-02-25  Jan Djärv  <jan.h.d@swipnet.se>
14471         * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
14472         (grep-mode): Use grep-mode-tool-bar-map.
14474         * progmodes/compile.el (tool-bar): Require tool-bar.
14475         (compilation-mode-tool-bar-map): New variable.
14476         (compilation-mode): Use compilation-mode-tool-bar-map.
14478         * term/x-win.el (x-gtk-stock-map): Add cancel.  Remove extensions.
14480 2008-02-25  Glenn Morris  <rgm@gnu.org>
14482         * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
14484 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14486         * diff-mode.el (diff-file-junk-re): New const.
14487         (diff-beginning-of-file-and-junk): Use it.
14488         (diff-file-kill): Make sure we were really inside a file diff.
14490         * diff-mode.el: Make it more robust in the presence of empty context
14491         lines in unified hunks.
14492         (diff-valid-unified-empty-line): New var.
14493         (diff-unified->context, diff-sanity-check-hunk): Obey it.
14494         (diff-end-of-hunk): Obey it.  New arg `donttrustheader'.
14495         (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
14496         (diff-hunk-header-re-unified): New const.
14497         (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
14498         (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
14499         (diff-sanity-check-hunk): Use it.
14501         * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
14502         Index: line, don't search backward for the previous one.
14504 2008-02-25  Kenichi Handa  <handa@ni.aist.go.jp>
14506         * international/fontset.el (setup-default-fontset): Add non-OTF
14507         lao font for lao script.
14509         * language/tibetan.el: Register tibetan-composition-function in
14510         composition-function-table.
14512         * language/tibet-util.el (tibetan-composition-function):
14513         Adjust for the new calling way (argument changed).  Try font-shape-text
14514         if possible.
14516         * language/lao.el: Register lao-composition-function in
14517         composition-function-table.
14519         * language/lao-util.el (lao-composition-function): Adjust for the new
14520         calling way (argument changed).  Try font-shape-text if possible.
14522 2008-02-25  Jason Rumney  <jasonr@gnu.org>
14524         * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
14526 2008-02-25  Juri Linkov  <juri@jurta.org>
14528         * isearch.el (isearch-fail): Use "RosyBrown1" for a light
14529         background, "red4" for a dark background, "red" for 16 and
14530         8 colors, "grey" for grayscale, and inverse video otherwise.
14531         Add :version tag.
14532         (isearch-message): Keep the original isearch-message intact, and
14533         add text properties to it where necessary.  Add `isearch-error' to
14534         the condition that checks if isearch is unsuccessful.
14536 2008-02-24  Juri Linkov  <juri@jurta.org>
14538         * progmodes/compile.el (compilation-handle-exit):
14539         Use compilation-error face instead of font-lock-warning-face.
14540         Display the same message in the minibuffer as is inserted
14541         at the end of the compilation buffer.
14543 2008-02-24  Glenn Morris  <rgm@gnu.org>
14545         * vc-cvs.el (vc-cvs-register): Fix registering of directories in
14546         multiple file case.
14548         * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
14550         * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
14551         multiple file case.  Use a single `let' rather than two.
14553 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
14555         * progmodes/compile.el (compilation-start): Specify a face for
14556         mode-line-process.
14557         (compilation-handle-exit): Specify a face and a tooltip for
14558         mode-line-process.
14560 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14562         * hilit-chg.el: Remove spurious * in defcustom docstrings.
14563         (hilit-chg-make-ov): Simplify.
14564         (hilit-chg-fixup): Use remove-overlays.
14565         (hilit-chg-set-face-on-change): Remove redundant call to
14566         `remove-text-properties'.
14568         * dired.el (dired-mark-prompt): Don't count/display the t element.
14569         Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
14571 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
14573         * progmodes/verilog-mode.el (eval-when-compile): Don't define
14574         add-submenu.
14575         (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
14576         Remove.  Move contents to the only use ...
14577         (verilog-menu): ... here.
14578         (verilog-statement-menu): Remove.  Move contents to the only use ...
14579         (verilog-stmt-menu): ... here.
14580         (verilog-mark-defun): Simply call mark-defun for emacs.
14581         (occur-pos-list): Declare for byte compiler.
14582         (mode-popup-menu): Don't defvar.
14583         (verilog-add-statement-menu): Remove.
14584         (verilog-mode-hook): Don't add verilog-add-statement-menu.
14585         (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
14587 2008-02-24  Michael McNamara  <mac@mail.brushroad.com>
14589         * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
14590         conditional.
14591         (verilog-font-grouping-keywords-face): Make the begin..end
14592         keywords standout more than other verilog keywords.
14593         (verilog-type-font-keywords): Move the begin..end out of this list
14594         to facilitate making them to (potentially) stand out more.
14595         (verilog-backward-token): Fix indent of bare always{_*}?, initial,
14596         function & task blocks.
14597         (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
14598         initial, function & task blocks.
14599         (verilog-forward-sexp): Handle the new "disable fork" statement of
14600         IEEE-1800 Verilog.
14601         (verilog-beg-block-re-ordered): Handle the new "disable fork"
14602         statement of IEEE-1800 Verilog.
14603         (verilog-calc-1): Handle the new "disable fork" statement of
14604         IEEE-1800 Verilog.
14605         (verilog-disable-fork-re): Add const to help handle the new
14606         "disable fork" statement of IEEE-1800 Verilog.
14607         (verilog-declaration-core-re): Add port directions by themselves,
14608         with no qualification, as base item of a declaration.
14609         (verilog-pretty-declarations): Add new flag to ask it to refrain
14610         from printing to the message buffer.
14611         (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
14612         printing to the message buffer.  Improve handling of the many
14613         types of expression line up.
14614         (verilog-just-one-space): Remove printing of an empty message.
14615         (verilog-get-lineup-indent): Rework to support the better handling
14616         of expression lineup for verilog-pretty-expr.
14617         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
14619 2008-02-24  Alan Mackenzie  <acm@muc.de>
14621         * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
14622         yesterday's commit.
14624 2008-02-24  Nick Roberts  <nickrob@snap.net.nz>
14626         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
14627         to mouse-set-point in buffers that aren't associated with files.
14629         * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
14631 2008-02-24  Alan Mackenzie  <acm@muc.de>
14633         Set of changes so that "obtrusive" syntactic elements in a
14634         C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
14635         unmatched paren) don't interact syntactically with stuff outside
14636         the CPP line.
14638         * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
14639         Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
14640         off-by-one bug.
14641         (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
14642         a bit of refactoring.
14643         (c-awk-extend-and-syntax-tablify-region): Takes some of the
14644         functionality of c-awk-advise-fl-for-awk-region, which has been
14645         refactored away.
14647         * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
14648         (c-clear-char-property-with-value): New function and macro which
14649         remove text-properties `equal' to a supplied value.
14651         * progmodes/cc-engine.el: Comment about text properties amended.
14653         * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
14654         parens around "error\\|warning".
14656         * progmodes/cc-langs.el (c-get-state-before-change-function)
14657         (c-before-font-lock-function, c-anchored-cpp-prefix):
14658         New language variables.
14659         (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
14661         * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
14662         syntax-table text properties.
14663         (c-common-init): Call language specific before/after-change
14664         functions at mode initialisation.
14665         (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
14666         (c-extend-region-for-CPP, c-neutralize-CPP-line)
14667         (c-neutralize-syntax-in-CPP): New functions.
14668         (c-before-change, c-after-change): Call the new language specific
14669         change functions defined in cc-langs.el.
14670         (c-advise-fl-for-region): New macro.
14671         (awk-mode): Remove AWK specific stuff which has been refactored
14672         into language independent stuff.
14674 2008-02-24  Nick Roberts  <nickrob@snap.net.nz>
14676         * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
14677         (gdb): (Re)set gdb-flush-pending-output to nil here...
14678         (gdb-init-1): ...instead of here (before gdb-prompt).
14680 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14682         * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
14683         Recognize ''' just like any other char-constant.
14685 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14687         * vc-hooks.el (vc-find-root): Remove initial loop because it's not
14688         careful enough.  Detect the uid-change all within the main loop.
14690 2008-02-24  Stefan Monnier  <monnier@pastel.home>
14692         * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
14694 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14696         * hilit-chg.el (highlight-save-buffer-state): New macro.
14697         (highlight-save-buffer-state, hilit-chg-set-face-on-change)
14698         (hilit-chg-clear): Use it to preserve the modified-p flag.
14699         (highlight-changes-rotate-faces): Don't mess with the undo-list.
14701 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14703         * font-lock.el (font-lock-set-defaults): Unset previously set variables
14704         when needed.
14706 2008-02-24  Ævar Arnfjörð Bjarmason  <avar@cpan.org>  (tiny change)
14708         * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
14709         from gnus-button-url-regexp.
14711 2008-02-24  Eli Zaretskii  <eliz@gnu.org>
14713         * progmodes/compile.el (compilation-next-error): Doc fix.
14714         (compilation-find-file): Doc fix.
14716 2008-02-24  Glenn Morris  <rgm@gnu.org>
14718         * net/net-utils.el (ipconfig-program, ipconfig-program-options):
14719         Add obsolete aliases to the old names.
14721 2008-02-24  Richard Stallman  <rms@gnu.org>
14723         * net/net-utils.el (ifconfig): Rename from ipconfig.
14724         (ipconfig): Alias to ifconfig.
14725         (ifconfig-program): Rename from ipconfig-program.
14726         (ifconfig-program-options): Rename from ipconfig-program-options.
14728 2008-02-24  Michael McNamara  <mac@mail.brushroad.com>
14730         * progmodes/verilog-mode.el (verilog-declaration-core-re):
14731         Add port directions by themselves, with no qualification, as base
14732         item of a declaration.
14733         (verilog-pretty-declarations): Add new flag that inhibits printing
14734         to the message buffer.
14735         (verilog-pretty-expr): Add new flag that inhibits printing to the
14736         message buffer.  Improve handling of the many types of expression
14737         line up.
14738         (verilog-just-one-space): Don't print an empty message.
14739         (verilog-get-lineup-indent): Rework to support the better handling
14740         of expression lineup for verilog-pretty-expr.
14741         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
14742         (verilog-mode-version, verilog-mode-release-date): Update.
14744 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14746         * subr.el (cancel-change-group): Don't move point.
14748 2008-02-23  Markus Triska  <markus.triska@gmx.at>
14750         * linum.el (linum-after-config): Update all visible windows.
14752 2008-02-23  Glenn Morris  <rgm@gnu.org>
14754         * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
14755         Add :help for Solitaire and Tetris.
14757         * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
14759         * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
14760         (smtpmail-code-conv-from): Doc fix.  Fix custom type.
14761         (smtpmail-queue-index-file): Make it a defcustom.
14762         (smtpmail-queue-index): Delete.
14763         (smtpmail-send-it, smtpmail-send-queued-mail):
14764         Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
14765         smtpmail-queue-index.
14767         * net/net-utils.el (iwconfig-program, iwconfig-program-options):
14768         Add :version.
14770 2008-02-23  Yoni Rabkin  <yoni@rabkins.net>  (tiny change)
14772         * net/net-utils.el (iwconfig-program, iwconfig-program-options):
14773         New variables.
14774         (iwconfig): New function.
14776 2008-02-23  Dan Nicolaescu  <dann@ics.uci.edu>
14778         * vc.el (vc-find-revision): Make vc-parent-buffer local before
14779         setting it.
14780         (vc-status-menu-map): Do not define using easy-menu.
14781         (vc-status-menu-map): New defalias.
14782         (vc-status-mode-map): Hook up the menu.
14783         (top-level): Update TODO.
14785         * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
14787         * vc-bzr.el (vc-bzr-init-version): Rename to ...
14788         (vc-bzr-init-revision): ... this.
14790 2008-02-23  Jason Rumney  <jasonr@gnu.org>
14792         * makefile.w32-in (WINS_ALMOST): Remove term.
14793         (WINS): Add term here.
14794         (custom-deps, finder-data): Use WINS_ALMOST.
14796 2008-02-22  Juanma Barranquero  <lekktu@gmail.com>
14798         * faces.el (font-weight-table): Fix value of `semi-light'.
14800 2008-02-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14802         * faces.el (font-weight-table, font-slant-table, font-swidth-table):
14803         Make those tables bijective.
14805 2008-02-22  Ken Manheimer  <ken.manheimer@gmail.com>
14807         Finish pdbtrack integration cleanup, settling missing-functions
14808         byte compiler warnings appropriately.
14810         * progmodes/python.el (python-point): Remove this - beginning-of-line
14811         was all that was necessary for `python-pdbtrack-overlay-arrow'.
14812         (python-end-of-def-or-class, python-beginning-of-def-or-class)
14813         (python-goto-initial-line): Drop these - they were only needed for
14814         python-point.
14815         (python-comint-output-filter-function): Use condition-case and
14816         beginning-of-line directly, instead of python-mode.el functions
14817         which require all sorts of baggage.
14818         (point-safe): Unnecessary - we're using condition-case directly,
14819         instead.
14820         (python-execute-file): Include for python-shell, which I'm leaving
14821         in keeping despite it being unnecessary for pdb tracking.
14823 2008-02-22  Peter Danenberg  <pcd@wikitex.org>  (tiny change)
14825         * progmodes/scheme.el (scheme-font-lock-keywords-2):
14826         Add SRFI 11 support.
14827         (let-values, let*-values): Specify scheme-indent-function.
14829 2008-02-22  Dan Nicolaescu  <dann@ics.uci.edu>
14831         * vc.el (vc-exec-after): Move setting mode-line-process in the
14832         busy case ...
14833         (vc-set-mode-line-busy-indicator): ... in this new function.
14834         (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
14835         (vc-update-vc-status-buffer): Reset mode-line-process.
14836         (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
14837         mark/unmark all the files with the same state as the current one.
14838         With a prefix argument mark/unmark all files.
14839         (vc-status-mode-menu): Adjust strings.
14840         (vc-update-vc-status-buffer): Only do something when the argument
14841         is not nil.
14842         (vc-status-kill-dir-status-process): New function.
14843         (vc-status-mode-map): Bind it.
14844         (vc-status-process-buffer): New variable.
14845         (vc-status-mode): Make it local.
14846         (vc-status-refresh): Set it.
14848         * vc-hg.el (vc-hg-dir-status):
14849         * vc-git.el (vc-git-dir-status):
14850         * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
14851         command is run.
14853 2008-02-22  Glenn Morris  <rgm@gnu.org>
14855         * json.el (top-level): No need to require thingatpt.
14856         (json-read-keyword): Use thing-at-point rather than word-at-point.
14858         * time.el (top-level): No need to require time-date when compiling.
14860         * emacs-lisp/copyright.el (copyright-update-year):
14861         Fix subexpression numbering for the case when years are split over
14862         lines, and for the replace case.
14864         * emulation/tpu-edt.el (tpu-have-ispell): Doc fix.  Make obsolete.
14865         (tpu-caar, tpu-cadr): Delete functions.
14866         (zmacs-regions): No need to declare for compiler.
14867         (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
14868         (tpu-spell-check): Rewrite, and handle mark after point.
14869         (tpu-special-insert): Use or rather than if.
14871         * emulation/vip.el (vip-special-prefix-com): Use ispell-region
14872         rather than spell-region.
14874         * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
14875         warnings about spell-region.
14877 2008-02-22  Kenichi Handa  <handa@ni.aist.go.jp>
14879         * ldefs-boot.el: Regenerated.
14881         * loadup.el: Don't load language/devanagari, language/kannada,
14882         language/malayalam, and language/tamil.  Load language/sinhala.
14884         * language/indian.el (indian-font-foundry)
14885         (indian-script-language-alist, indian-font-char-index-table)
14886         (indian-font-char, indian-font-char-range, indian-script-table)
14887         (indian-default-script, indian-composable-pattern): Delete them.
14888         ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
14889         language environments moved to here.
14890         ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
14891         New language environments.
14893         * language/devanagari.el, language/devan-util.el,
14894         * language/kannada.el, language/knd-util.el, language/malayalam.el,
14895         * language/mlm-util.el, language/tamil.el, language/tml-util.el:
14896         Delete them.
14898         * language/sinhala.el: New file.
14900 2008-02-21  Ken Manheimer  <ken.manheimer@gmail.com>
14902         Update Nick Robert's port of pdb tracking from python-mode.el.
14904         * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
14905         Clarify docstring.
14906         (python-pdbtrack-minor-mode-string): A sign indicating that pdb
14907         tracking is happening.
14908         (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
14909         (python-pdbtrack-input-prompt): Better recognize PDB prompts.
14910         (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
14911         Tracking is plugged in to all comint buffers once python.el is loaded.
14912         (python-pdbtrack-overlay-arrow): Toggle activation of
14913         `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
14914         (python-pdbtrack-track-stack-file): Use new
14915         `python-pdbtrack-get-source-buffer' for more flexible access to
14916         debugging source files.
14917         (python-pdbtrack-get-source-buffer): Identify debugging target buffer
14918         according to pdb stack trace, optionally using new
14919         `python-pdbtrack-grub-for-buffer' if file is not locally available.
14920         (python-pdbtrack-grub-for-buffer): Find most recent python-mode
14921         named buffer, or having function with indicated name.
14922         (python-shell): Remove comint-output-filter-functions hook
14923         addition, it's being done elsewhere.  Wrap long line.
14925 2008-02-21  Michael Olson  <mwolson@gnu.org>
14927         * json.el: Replace XEmacs compatibility code to get rid of
14928         compiler warnings.
14930         * time.el: Fix compiler warning.
14932 2008-02-21  Edward O'Connor  <ted@oconnor.cx>
14934         * json.el: New file (JavaScript Object Notation parser / generator).
14936 2008-02-21  Dave Love  <fx@gnu.org>
14938         * progmodes/sym-comp.el: New file.
14940         * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
14941         Require sym-comp.  Add Python buffer to same-window-buffer-names.
14942         Fixup whitespaces.
14943         (python-font-lock-keywords): Add highlighting for Python builtins.
14944         (python-font-lock-syntactic-keywords): Rewrite.
14945         (python-quote-syntax): Use syntax-ppss-context instead of parsing
14946         ppss directly.
14947         (python-mode-map): Add binding for python-find-function.
14948         (python-calculate-indentation): Clean up the logic.
14949         (python-beginning-of-defun): Explicitly set return value.
14950         (python-beginning-of-statement): Stop looping if we get stuck
14951         going backwards.
14952         (python-next-statement): Stop looping if we somehow end up inside
14953         a string while advancing.
14954         (python-preoutput-continuation, python-version-checked): New vars.
14955         (python-check-version): New function.
14956         (run-python): Set default command to python-command instead of
14957         python-python-command.
14958         (run-python): Use python-check-version.  Give PYTHONPATH
14959         precedence over data-directory in the process environment.
14960         Load function definitions in python process after.
14961         (python-check-comint-prompt): New function.
14962         (python-send-command, python-send-receive): Use it.
14963         (python-complete-symbol, python-try-complete): Functions deleted.
14964         Use symbol-complete instead of python-complete-symbol throughout.
14965         (python-fill-paragraph): Further refine the fenced-string regexp.
14966         (def-python-skeleton): Expand to the original abbrev instead if in
14967         a comment or string.  Tweak skeletons for `if', `while', `for',
14968         `try/except', `try/finally', `name'.
14969         (python-pea-hook, python-abbrev-pc-hook): New functions.
14970         (python-abbrev-syntax-table): New var.
14971         (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
14972         Use symbol-completion-try-complete for hippie expansion.
14973         Turn on font lock unconditionally.
14974         (python-mode-hook): Defcustom it.  No need to use make-local
14975         variable on indent-tabs-mode in "Turn off Indent Tabs mode"
14976         option, since it's buffer-local.
14978 2008-02-21  Juanma Barranquero  <lekktu@gmail.com>
14980         * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
14982 2008-02-21  Drew Adams  <drew.adams@oracle.com>
14984         * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
14985         "Turn off" and a "Help" entry when the minor mode has no menu.
14987 2008-02-21  Dan Nicolaescu  <dann@ics.uci.edu>
14989         * vc.el (vc-status-mark, vc-status-unmark): New functions.
14990         (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
14991         vc-status-mark-file and vc-status-unmark-file.
14992         (vc-status-mark-unmark): New function.
14993         (vc-status-previous-line, vc-status-next-line): No longer interactive.
14995 2008-02-21  Glenn Morris  <rgm@gnu.org>
14997         * composite.el (encode-composition-rule): Fix typo in error message.
14998         (composition-function-table, auto-composition-mode): Doc fixes.
15000         * subr.el (sit-for): Fix obsolete form for nil second argument.
15002         * textmodes/spell.el (spell-buffer, spell-word, spell-region)
15003         (spell-string): Make obsolete, in favor of ispell.
15005 2008-02-21  Kenichi Handa  <handa@ni.aist.go.jp>
15007         * language/devanagari.el: Don't setup composition-function-table
15008         here.
15009         ("Devanagari"): Change charset, coding-system, coding-priority to
15010         Unicode-based ones.  Don't require the feature devan-util.
15012         * composite.el (compose-chars-after): Fix arguments for a function
15013         in composition-function-table.
15014         (auto-compose-region): Likewise.
15016         * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
15017         for Ethiopic.
15018         (ps-mule-plot-string): Ignore glyph-string based compositions.
15020 2008-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15022         * doc-view.el: Allow different windows to show different pages.
15023         (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
15024         (doc-view-current-image, doc-view-current-overlay): Remove variables,
15025         add them back as macros instead, using image-mode-winprops instead.
15026         Update all users of those variables.
15027         (doc-view-new-window-function): New function to create a new overlay
15028         for each new window.
15029         (doc-view-mode): Use it and image-mode-setup-winprops.
15030         (doc-view-clone-buffer-hook): Rewrite accordingly.
15032         * image-mode.el: Extend [hv]scroll support to per-window properties.
15033         (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
15034         (image-mode-winprops-alist): New var to replace them.
15035         (image-mode-new-window-functions): New hook.
15036         (image-mode-winprops, image-mode-window-get, image-mode-window-put):
15037         New funs.
15038         (image-set-window-vscroll, image-set-window-hscroll): Use them.
15039         Remove the `window' argument, update callers.
15040         (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
15041         Use the new functions.
15042         (image-mode-reapply-winprops): New fun.
15043         (image-mode): Use it.
15045 2008-02-20  Jay Belanger  <jay.p.belanger@gmail.com>
15047         * calc/calc-math.el (math-sin-raw): Add optional argument
15048         to keep track of original argument.
15049         (math-cos-raw): Use optional argument when calling math-sin-raw.
15050         (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
15051         with close to original precision.
15053 2008-02-20  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15055         * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
15056         args in calls of sit-for.
15058 2008-02-20  Juanma Barranquero  <lekktu@gmail.com>
15060         * vc-svn.el (vc-svn-program): Fix typo in docstring.
15061         (vc-svn-checkin): Fix typo in error message.
15063         * help-mode.el: Require easymenu when compiling.
15065 2008-02-20  Dan Nicolaescu  <dann@ics.uci.edu>
15067         * help-mode.el (help-mode-menu): New menu.
15069 2008-02-20  Glenn Morris  <rgm@gnu.org>
15071         * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
15072         on Windows.
15074 2008-02-20  Kenichi Handa  <handa@ni.aist.go.jp>
15076         * ps-mule.el (ps-mule-encode-region): Return a single string.
15077         (ps-mule-plot-string): Adjust for the above change.
15078         (ps-mule-encode-header-string): Likewise.
15080         * international/latin1-disp.el (latin1-display): Don't use
15081         ucs-mule-8859-to-mule-unicode.  Fix the way of resetting
15082         standard-display-table.
15083         (latin1-display-identities): Adjust for the change of what is
15084         returned by (get-language-info charset 'charset).
15086         * international/mule-util.el (char-displayable-p): Fix for Latin-1
15087         characters and terminal case.
15089 2008-02-19  Ken Manheimer  <ken.manheimer@gmail.com>
15091         Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
15093         * progmodes/python.el: Also require comint when loading.
15094         (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
15095         Replace python-shell with run-python on menu bar.
15096         (python-shell-map): New map.
15097         (python-default-interpreter, python-python-command-args)
15098         (python-jython-command-args, python-pdbtrack-do-tracking-p):
15099         New options.
15100         (python-which-shell, python-which-args, python-which-bufname):
15101         New buffer local variables.
15102         (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
15104         * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
15105         (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
15106         New constants.
15108         Pdbtrack features:
15110         (python-point, python-end-of-def-or-class)
15111         (python-beginning-of-def-or-class, python-goto-initial-line)
15112         (python-comint-output-filter-function)
15113         (python-pdbtrack-overlay-arrow)
15114         (python-pdbtrack-track-stack-file, python-toggle-shells)
15115         (python-shell, python-pdbtrack-toggle-stack-tracking)
15116         (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
15117         New functions.
15119 2008-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15121         * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
15122         when the argument is nil.
15124 2008-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
15126         * vc.el (dir-status): Add a brief description.
15128 2008-02-19  Thien-Thi Nguyen  <ttn@gnuvola.org>
15130         * vc-hooks.el (vc-find-root): Take optional arg INVERT.
15131         If non-nil, reverse the sense of the check.
15133         * vc-rcs.el (vc-rcs-root): New func.
15134         * vc-cvs.el (vc-cvs-root): New func.
15135         * vc-svn.el (vc-svn-root): New func.
15136         * vc-sccs.el (vc-sccs-root): New func.
15138 2008-02-18  Kenichi Handa  <handa@ni.aist.go.jp>
15140         * language/japan-util.el (setup-japanese-environment-internal):
15141         Call use-cjk-char-width-table.
15143         * language/japanese.el ("Japanese"): Set exit-function to
15144         use-default-char-width-table.
15146         * international/characters.el: Delete occurrences of non-Unicode
15147         tibetan and ethiopic characters.
15148         (cjk-char-width-table): New variable.
15149         (use-cjk-char-width-table, use-default-char-width-table):
15150         New functions.
15152 2008-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
15154         * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
15155         (vc-status-mode-menu): Add a :filter.
15156         (vc-status-printer): Add faces.
15158         * vc-hg.el (vc-hg-extra-status-menu): New function.
15159         (vc-hg-dir-status): Clean up the buffer before using it.
15161 2008-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15163         * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
15164         (gdb): Initialize it here instead.
15166         * files.el (locate-dominating-file): Fix thinko in last change.
15167         Reported by Bruce Stephens <bruce.stephens@isode.com>.
15169 2008-02-18  Dan Nicolaescu  <dann@ics.uci.edu>
15171         * vc.el (vc-status-mode-menu): New menu for vc-status.
15173 2008-02-18  Juanma Barranquero  <lekktu@gmail.com>
15175         * progmodes/verilog-mode.el (customize): Fix typo in error message.
15176         (verilog-mode, verilog-mode-indent, verilog-mode-actions)
15177         (verilog-mode-auto, verilog-indent-level-module)
15178         (verilog-minimum-comment-distance, verilog-library-flags)
15179         (verilog-library-directories, verilog-library-files)
15180         (verilog-auto-reset-widths, verilog-imenu-generic-expression)
15181         (verilog-xemacs-menu, verilog-set-compile-command)
15182         (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
15183         (verilog-get-expr, verilog-strip-comments, verilog-one-line)
15184         (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
15185         (verilog-batch-inject-auto, verilog-batch-indent)
15186         (verilog-continued-line, verilog-type-keywords)
15187         (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
15188         (verilog-read-inst-pins, verilog-read-arg-pins)
15189         (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
15190         (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
15191         (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
15192         (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
15193         (verilog-sk-datadef, verilog-colorize-include-files-buffer)
15194         (verilog-mode-version, verilog-mode-release-date)
15195         (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
15196         (verilog-simulator, verilog-compiler)
15197         (verilog-auto-sense-defines-constant, verilog-company)
15198         (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
15199         Fix typos in docstrings.
15200         (verilog-set-auto-endcomments, verilog-calculate-indent)
15201         (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
15202         Reflow docstrings.
15203         (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
15204         (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
15205         (electric-verilog-forward-sexp, verilog-in-case-region-p)
15206         (verilog-in-struct-region-p, verilog-in-generate-region-p)
15207         (verilog-leap-to-head, verilog-current-indent-level)
15208         (verilog-case-indent-level, verilog-cpp-keywords)
15209         (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
15210         (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
15211         (verilog-signals-not-in, verilog-symbol-detick-text)
15212         (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
15213         (verilog-forward-close-paren, verilog-backward-open-paren)
15214         (verilog-backward-open-bracket): Doc fixes.
15216         * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
15217         (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
15218         (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
15219         (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
15220         (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
15221         Fix typos in docstrings.
15223         * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
15225 2008-02-18  Bastien Guerry  <Bastien.Guerry@ens.fr>
15227         * info.el (Info-read-node-name): Removed unused `default' arg.
15229 2008-02-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
15231         * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
15233 2008-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
15235         * image-mode.el (image-get-display-property): New fun.
15236         (image-forward-hscroll, image-next-line, image-eol, image-eob)
15237         (image-mode, image-minor-mode, image-toggle-display-text)
15238         (image-toggle-display): Use it.
15240 2008-02-18  Jason Rumney  <jasonr@gnu.org>
15242         * international/mule.el (xml-find-file-coding-system): Don't warn
15243         about utf-16 with BOM.
15245         * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
15247         * international/mule.el (sgml-xml-auto-coding-function): Detect and
15248         warn if file encoding is not utf-8 and encoding not specified.
15249         (xml-find-file-coding-system): New function.
15250         * international/mule-conf.el (file-coding-system-alist): Use it.
15252 2008-02-17  Glenn Morris  <rgm@gnu.org>
15254         * international/mule-cmds.el (set-locale-environment):
15255         Pass `frame' to getenv for LC_MESSAGES.
15257 2008-02-17  Juri Linkov  <juri@jurta.org>
15259         * time.el (emacs-init-time): Use format instead of format-seconds.
15261 2008-02-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15263         * textmodes/bibtex.el (bibtex-search-entry): Rename from
15264         bibtex-find-entry.  Add autoload cookie.
15265         (bibtex-find-entry): Alias for bibtex-search-entry.
15266         (bibtex-search-crossref): Rename from bibtex-find-crossref.
15267         (bibtex-find-crossref): Alias for bibtex-search-crossref.
15268         (bibtex-clean-entry): atomic-change-group removed.
15269         (bibtex-format-entry): Use atomic-change-group.  Use unwind-protect
15270         to locate buffer location where error occurred.
15271         Make error messages more specific.
15272         (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
15274 2008-02-17  Dan Nicolaescu  <dann@ics.uci.edu>
15276         * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
15277         top level.
15279         * simple.el (transient-mark-mode): Add an :init-value.
15281         * startup.el (command-line): Use custom-reevaluate-setting for
15282         transient-mark-mode.
15284 2008-02-17  Michaël Cadilhac  <michael@cadilhac.name>
15286         * wdired.el (wdired-allow-to-change-permissions): Fix typo.
15288 2008-02-16  Juri Linkov  <juri@jurta.org>
15290         * startup.el (after-init-time): New variable.
15291         (command-line): Set `after-init-time' to the current time.
15293         * time.el (emacs-init-time): New function.
15295 2008-02-16  Stefan Monnier  <monnier@iro.umontreal.ca>
15297         * files.el (locate-dominating-file): Remove initial loop because it's
15298         not careful enough.  Detect the uid-change all within the main loop.
15300 2008-02-16  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
15302         * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
15304 2008-02-16  Dan Nicolaescu  <dann@ics.uci.edu>
15306         * vc.el (vc-annotate): Add new argument.
15307         (vc-annotate-warp-revision): Pass the current line to vc-annotate.
15309         * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
15310         Move make-variable-buffer-local code after the corresponding defvar.
15311         (hs-minor-mode-map): Define and initialize in one step.
15312         (hs-minor-mode): Change from defun to define-minor-mode.
15314 2008-02-16  Nick Roberts  <nickrob@snap.net.nz>
15316         * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
15317         (gdb-ready): Move declaration...
15319         * progmodes/gdb-ui.el (gdb-ready): ...to here.
15320         (gdb-early-user-input): New variable.
15321         (gdb): Reset gdb-flush-pending-output to nil and set
15322         comint-input-sender here (before gdb-prompt), instead of...
15323         (gdb-init-1): ...here.
15324         (gdb-send): If Emacs is not ready, defer user input to...
15325         (gdb-prompt): ...here.
15327 2008-02-16  Glenn Morris  <rgm@gnu.org>
15329         * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
15331         * startup.el (emacs-startup-time): Rename to `before-init-time'.
15332         (before-init-time): New name for `emacs-startup-time'.
15333         (command-line): Use before-init-time rather than emacs-startup-time.
15334         * time.el (emacs-uptime): Use before-init-time rather than
15335         emacs-startup-time.
15337         * composite.el (composition-function-table): Doc fix.
15339         * calendar/time-date.el (format-seconds): Remove `nonzero' argument
15340         in favor of `%z' specifier.
15341         (emacs-uptime): Move to time.el.
15342         * time.el (emacs-uptime): Move here from time-date.el.  Add optional
15343         `format' argument.  Doc fix.  Use `%z' rather than removed `nonzero'
15344         argument of format-seconds.
15346 2008-02-16  Dan Nicolaescu  <dann@ics.uci.edu>
15348         * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
15350 2008-02-15  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
15352         * ielm.el (ielm-is-whitespace): Remove.
15353         (ielm-is-whitespace-or-comment): New function.
15354         (ielm-eval-input): Use it.
15356 2008-02-15  Jason Rumney  <jasonr@gnu.org>
15358         * term/mac-win.el: Fix coding tag.
15360 2008-02-15  Dan Nicolaescu  <dann@ics.uci.edu>
15362         * vc-hooks.el (vc-menu-map):
15363         * bindings.el (mode-line-mode-menu): Add tooltips.
15365         * bindings.el (help-echo): Add more tooltips.  Use a less
15366         telegraphic style for existing tooltips.
15368 2008-02-14  Stefan Monnier  <monnier@iro.umontreal.ca>
15370         * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
15371         from the auto-generated one.
15373 2008-02-14  Glenn Morris  <rgm@gnu.org>
15375         * mail/rmail-spam-filter.el (rmail-spam-filter):
15376         Let-bind message-spam-status.
15378         * mail/smtpmail.el (password-cache-add): Declare as function.
15380 2008-02-14  Justus Piater  <Justus-bulk@Piater.name>  (tiny change)
15382         * mail/smtpmail.el: Use password-cache.
15384 2008-02-14  Juanma Barranquero  <lekktu@gmail.com>
15386         * uniquify.el (uniquify-buffer-base-name): New function.
15387         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
15389         * desktop.el (uniquify-managed): Don't defvar.
15390         (desktop-buffer-info): Use `uniquify-buffer-base-name', not
15391         `uniquify-managed'.  Return also the buffer's base name.
15392         (desktop-save): When saving the buffer info, filter out the base name,
15393         and save it as buffer name if the buffer is managed by uniquify.
15394         (uniquify-item-base): Don't declare; not called anymore.
15396 2008-02-14  Dan Nicolaescu  <dann@ics.uci.edu>
15398         * vc.el (vc-annotate-find-revision-at-line): New function.
15399         (vc-annotate-mode-map): Bind it.
15400         (vc-annotate-mode-menu): Add a menu entry for it.  Add :help for
15401         some entries.
15403 2008-02-14  Glenn Morris  <rgm@gnu.org>
15405         * calendar/time-date.el (format-seconds): New function.
15406         (emacs-uptime): Use format-seconds.
15408         * Makefile.in (custom-deps, finder-data, autoloads, recompile):
15409         Remove `LC_ALL=C', since it's included in $(emacs) now.
15411 2008-02-14  Zhang Wei  <id.brep@gmail.com>
15413         * textmodes/org-publish.el (org-publish-timestamp-filename):
15414         Replace colon characters in filename too.
15416 2008-02-13  Bastien Guerry  <bzg@altern.org>
15418         * mail/rmail.el (rmail-header-name): New face.
15419         (rmail-font-lock-keywords): Use rmail-header-name.
15421         * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
15422         against X-Spam-Status header field.
15423         (rmail-spam-filter): Also check X-Spam-Status header field.
15425 2008-02-14  Mark A. Hershberger  <mah@everybody.org>
15427         * progmodes/flymake.el (flymake-allowed-file-name-masks):
15428         Add support for .pm files and .php files.
15429         (flymake-err-line-patterns): Add pattern for PHP errors.
15430         (flymake-php-init): New function.  PHP support for flymake.
15432         * progmodes/compile.el (compilation-error-regexp-alist-alist):
15433         Add regular expression for PHP errors.
15435 2008-02-13  Michael Albinus  <michael.albinus@gmx.de>
15437         * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
15438         This DTRT even on w32 machines.
15439         (ange-ftp-cf1): Quote FILENAME.
15441 2008-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
15443         * smerge-mode.el (smerge-auto-combine-max-separation): New var.
15444         (smerge-auto-combine): New fun.
15446 2008-02-12  Juri Linkov  <juri@jurta.org>
15448         * startup.el (fancy-startup-screen, normal-splash-screen):
15449         Set default-directory to command-line-default-directory.
15451         * desktop.el (after-init-hook): Set inhibit-startup-screen to t
15452         after reading the desktop.
15454         * progmodes/compile.el (compilation-auto-jump):
15455         Call compile-goto-error only when compilation-auto-jump-to-first-error
15456         is non-nil.
15457         (compilation-scroll-output): Replace :type 'boolean with a choice
15458         that has three options including a third option `first-error'.
15459         Doc fix.
15460         (compilation-start, compilation-forget-errors): Add an alternate
15461         condition comparing compilation-scroll-output with `first-error'
15462         in addition to compilation-auto-jump-to-first-error (to call
15463         compilation-auto-jump in the proper place).
15465 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15467         * international/mule.el (sgml-html-meta-auto-coding-function):
15468         Make sure the search limit is ahead.
15470         * tar-mode.el: Fix broken indentation.
15471         (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
15472         Use with-current-buffer.
15474 2008-02-12  Juanma Barranquero  <lekktu@gmail.com>
15476         * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
15477         it is already automatically buffer-local.
15479 2008-02-12  Drew Adams  <drew.adams@oracle.com>
15481         * help.el (describe-key): Join some split lines to facilitate filling.
15482         * help-fns.el (describe-function-1): Fill text of overlong lines.
15484 2008-02-12  Kenichi Handa  <handa@ni.aist.go.jp>
15486         * emacs-lisp/bytecomp.el (byte-compile-lapcode):
15487         Use unibyte-string instead of string-make-unibyte.
15489         * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
15491 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15493         * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
15494         works also for buffers w/o buffer-file-name.  Update callers.
15495         (doc-view-clone-buffer-hook): New fun.
15496         (doc-view-mode): Use it for indirect clones.  Mark the overlays with
15497         the `doc-view' property so they can be recognized.
15499         * simple.el (clone-indirect-buffer-hook): New hook.
15500         (clone-indirect-buffer): Run it.
15502 2008-02-11  Michael Olson  <mwolson@gnu.org>
15504         * epa-setup.el:
15505         * epg-package-info.el: Files removed.
15507 2008-02-11  Daiki Ueno  <ueno@unixuser.org>
15509         * epa.el (epa-menu-mode): Merge into epa-mode.
15510         (epa-menu-items): Rename the label "EasyPG Assistant" to
15511         "Encryption/Decryption".
15513         * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
15514         (epa-dired-mode-map): Rename from epa-dired-map.
15515         (epa-global-dired-mode): Rename the global minor mode.
15517 2008-02-11  Drew Adams  <drew.adams@oracle.com>
15519         * isearch.el (isearch-fail): New face.
15520         (isearch-message): Highlight failure part of input.
15522 2008-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
15524         * ibuffer.el (ibuffer-header-line-format): New var.
15525         (ibuffer-mode): Set it instead of header-line-format.
15526         (ibuffer-update): Use it to set header-line-format.
15528         * international/mule-cmds.el (ucs-insert): Inherit surrounding
15529         properties like self-insert-command.
15531 2008-02-11  Drew Adams  <drew.adams@oracle.com>
15533         * progmodes/etags.el: Add many doc strings.
15535 2008-02-11  Jason Rumney  <jasonr@gnu.org>
15537         * ldefs-boot.el: Regenerated.
15539 2008-02-11  Glenn Morris  <rgm@gnu.org>
15541         * progmodes/compile.el (compilation-error-regexp-alist-alist):
15542         Shorten some names.
15544         * ffap.el (ffap-rfc-directories): Add :version.
15546 2008-02-11  Chris Moore  <christopher.ian.moore@gmail.com>
15548         * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
15549         files, and backup files of same.
15551 2008-02-11  Kevin Ryde  <user42@zip.com.au>
15553         * ffap.el (ffap-rfc-directories): New variable.
15554         (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
15556         * info.el (Info-next-reference, Info-prev-reference)
15557         (Info-try-follow-nearest-node): Move to and follow https:// links too.
15559         * simple.el (completion-list-mode): Show full completion-list-mode-map
15560         in the docstring.
15562 2008-02-11  Sam Steingold  <sds@gnu.org>
15564         * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
15566 2008-02-11  Glenn Morris  <rgm@gnu.org>
15568         * startup.el (emacs-startup-time): New variable.
15569         (command-line): Set emacs-startup-time.
15571         * calendar/time-date.el (emacs-uptime): New function.
15573 2008-02-10  Bastien Guerry  <bzg@altern.org>
15575         * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
15576         (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
15577         it is nil.
15579 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
15581         * epg-config.el: Expand the contents of epg-package-info.el.
15582         (epg-package-name): New constant.
15583         (epg-version-number): New constant.
15584         (epg-bug-report-address): New constant.
15586         * epa-mail.el (epa-mail-mode): Add autoload cookie.
15587         (epa-global-mail-mode): New global minor mode.
15589         * epa-file.el (epa-file-mode): New global minor mode.
15591         * epa-dired.el (epa-dired-mode): New global minor mode.
15593         * epa.el (epa-menu): New variable.
15594         (epa-menu-items): New variable.
15595         (epa-menu-mode): New global minor mode.
15596         (epa-global-minor-modes): New user option.
15597         (epa-mode): New global minor mode.
15599 2008-02-10  Michael Albinus  <michael.albinus@gmx.de>
15601         * net/dbus.el: Remove `no-byte-compile' cookie.
15602         (dbus-call-method, dbus-register-signal, dbus-debug)
15603         (dbus-registered-functions-table): Declare them with
15604         `declare-function' or `defvar', respectively.
15605         (top): Don't assert any longer.  Require 'cl when compiling.
15606         Apply `ignore-errors' but `dbus-ignore-errors'.
15608 2008-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
15610         * diff-mode.el (diff-add-change-log-entries-other-window):
15611         Use add-change-log-entry.
15613 2008-02-09  Jason Rumney  <jasonr@gnu.org>
15615         * button.el (button-map):
15616         * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
15617         * ldefs-boot.el: Regenerate.
15619 2008-02-09  Dan Nicolaescu  <dann@ics.uci.edu>
15621         * epa.el (epa-faces, epa):
15622         * epa-file.el (epa-file):
15623         * epg-config.el (epg): Add :version.
15625 2008-02-09  Thien-Thi Nguyen  <ttn@gnuvola.org>
15627         * vc.el (vc-exec-after): Append CODE to previous fragments.
15628         (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
15629         take MESSAGES instead of VERBOSE; use it when non-nil.
15630         (vc-diff-internal): Compute messages once; use them;
15631         update call to vc-diff-finish.
15633 2008-02-09  Michael Olson  <mwolson@gnu.org>
15635         * net/tramp.el (tramp-process-sentinel): Avoid error when process
15636         buffer has been killed, such as by
15637         `tramp-cleanup-all-connections'.
15639 2008-02-09  Miles Bader  <miles@gnu.org>
15641         * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
15643 2008-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15645         * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
15646         splitter in context hunks.
15648 2008-02-08  Kenichi Handa  <handa@ni.aist.go.jp>
15650         * international/fontset.el (setup-default-fontset): Fix arabic otf
15651         font specification.
15653 2008-02-08  Daiki Ueno  <ueno@unixuser.org>
15655         * epa-dired.el:
15656         * epa-file.el:
15657         * epa-mail.el:
15658         * epa-setup.el:
15659         * epa.el:
15660         * epg-config.el:
15661         * epg-package-info.el:
15662         * epg.el: Initial check-in of EasyPG.
15664 2008-02-08  Glenn Morris  <rgm@gnu.org>
15666         * woman.el (woman-locale): New defcustom.
15667         (woman-expand-locale, woman-manpath-add-locales): New functions.
15668         (woman-manpath): Call woman-manpath-add-locales.  Bump :version.
15670         * international/mule-cmds.el (locale-translate): New function,
15671         with old code extracted from set-locale-environment.
15672         (set-locale-environment): Use locale-translate.  Set woman-locale.
15674         * cus-start.el (selection-coding-system): Remove, since it's now
15675         defined in select.el rather than in xselect.c.
15676         * select.el (selection-coding-system): Make it a defcustom, and
15677         add the properties from cus-start.el.  Bump :version.
15679         * custom.el (custom-theme-set-variables): Sort symbols that are
15680         dependencies before symbols that depend on them.
15681         (custom-enabled-themes): Set after custom-theme-directory.
15683         * pcmpl-unix.el (top-level): Move provide statement to end.
15684         (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
15685         `*' from doc-string.  Allow to be nil.
15686         (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
15687         Allow to be nil.  Add :version.
15688         (pcmpl-ssh-hosts): Move definition before use.  Handle lines
15689         without hostnames, and multiple hostnames per line.
15691         * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
15693 2008-02-08  Phil Hagelberg  <phil@evri.com>
15695         * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
15696         (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
15698 2008-02-07  Timo Savola  <timo.savola@iki.fi>
15700         * startup.el (command-line-x-option-alist): Add --parent-id.
15702         * term/x-win.el (x-handle-parent-id): New function.
15704 2008-02-07  Chris Moore  <christopher.ian.moore@gmail.com>
15706         * mouse.el (x-fixed-font-alist): Use consistent capitalization for
15707         "Font Menu".
15709 2008-02-06  Michael Albinus  <michael.albinus@gmx.de>
15711         * net/dbus.el (dbus-interface-peer): New defconst.
15712         (dbus-ping): New defun.
15714 2008-02-06  Sam Steingold  <sds@gnu.org>
15716         * vc-hooks.el (vc-prefix-key): New user-customizable variable.
15718 2008-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15720         * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
15721         Just return nil and let the C code provide a fallback.
15723 2008-02-05  Glenn Morris  <rgm@gnu.org>
15725         * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
15726         tramp-flush-connection-property for removed 2nd argument.
15728 2008-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15730         * diff-mode.el (diff-add-change-log-entries-other-window):
15731         Rename from diff-create-changelog.  Change users.
15732         Minor change to hopefully work with plain diffs.
15733         (diff-mode-map): Add binding for it.
15735 2008-02-04  Dan Nicolaescu  <dann@ics.uci.edu>
15737         * diff-mode.el: Add new TODO entry.
15738         (diff-create-changelog): New function.
15739         (diff-mode-menu): Bind it.
15741 2008-02-04  Kenichi Handa  <handa@ni.aist.go.jp>
15743         * international/mule-diag.el (print-fontset-element): Handle the
15744         case of inhibiting the fallback fonts.
15746 2008-02-04  Kim F. Storm  <storm@cua.dk>
15748         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
15749         (ido-magic-delete-char): Use prefix arg.
15751 2008-02-03  Juanma Barranquero  <lekktu@gmail.com>
15753         * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
15754         because the latter is in fact a 1.2.8 build distributed with GTK+ (as
15755         of today, the most recent libpng is 1.2.24).
15757 2008-02-03  Michael Albinus  <michael.albinus@gmx.de>
15759         * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
15761         * net/dbus.el (top): Check (featurep 'dbusbind).
15763         * net/tramp.el (tramp-process-sentinel): New defun.
15764         (tramp-do-copy-or-rename-file-out-of-band)
15765         (tramp-maybe-open-connection): Use it as process sentinel.
15766         (tramp-handle-delete-directory): Don't use the "-f" option; it
15767         isn't portable.
15768         (tramp-handle-start-file-process): Echo `tramp-end-of-output'
15769         after the command.
15770         (tramp-handle-shell-command): Set `mode-line-process' in the
15771         asynchronous case.
15773         * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
15775         * net/tramp-fish.el (tramp-fish-maybe-open-connection):
15776         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
15777         Use `tramp-process-sentinel' as process sentinel.
15779 2008-02-02  Juanma Barranquero  <lekktu@gmail.com>
15781         * whitespace.el (global-whitespace-mode): Revert last change.
15782         (whitespace-unload-function): Force `global-whitespace-mode'
15783         to deactivate local modes in a slightly less intrusive way.
15785 2008-02-02  Eli Zaretskii  <eliz@gnu.org>
15787         * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
15789 2008-02-02  Glenn Morris  <rgm@gnu.org>
15791         * international/latin1-disp.el (latin1-display):
15792         * progmodes/fortran.el (fortran-comment-indent-char):
15793         * progmodes/idlw-shell.el (top-level):
15794         * term/mac-win.el (mac-keyboard-translate-char):
15795         * whitespace.el (whitespace-char-valid-p):
15796         * wid-edit.el (widget-key-sequence-read-event):
15797         Use characterp rather than char-valid-p.
15799         * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
15800         to capitalized-find-word-boundary.  Doc fix.  Update callers.
15801         (capitalized-next-word-boundary-function-table): Rename to
15802         capitalized-find-word-boundary-function-table.  Doc fix.  Update users.
15804         * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
15805         string-to-int.
15807         * ps-def.el (declare-function): Add compatibility definition.
15808         (ps-plot-with-face, ps-plot-string): Declare as functions.
15809         (ps-bold-faces, ps-italic-faces): Declare variables.
15811         * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
15812         (ps-mule-end-job): Declare as functions.
15814         * wid-edit.el (widget-string-complete): Use assoc-string rather
15815         than assoc-ignore-case.
15817 See ChangeLog.13 for earlier changes.
15819 ;; Local Variables:
15820 ;; coding: utf-8
15821 ;; add-log-time-zone-rule: t
15822 ;; bug-reference-url-format: "http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=%s"
15823 ;; End:
15825     Copyright (C) 2008  Free Software Foundation, Inc.
15827   This file is part of GNU Emacs.
15829   GNU Emacs is free software: you can redistribute it and/or modify
15830   it under the terms of the GNU General Public License as published by
15831   the Free Software Foundation, either version 3 of the License, or
15832   (at your option) any later version.
15834   GNU Emacs is distributed in the hope that it will be useful,
15835   but WITHOUT ANY WARRANTY; without even the implied warranty of
15836   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15837   GNU General Public License for more details.
15839   You should have received a copy of the GNU General Public License
15840   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
15842 ;; arch-tag: c241c1f9-d668-48bf-920a-2897ed0340bc