(elp-instrument-list): Check argument type explicitly. Doc fix.
[emacs.git] / lisp / ChangeLog
blobdca75ba70ba35715184c78906cfe469ee8394c74
1 2008-11-24  Chong Yidong  <cyd@stupidchicken.com>
3         * emacs-lisp/elp.el (elp-instrument-list): Check argument type
4         explicitly.  Doc fix.
6 2008-11-24  Martin Rudalics  <rudalics@gmx.at>
8         * calendar/appt.el (appt-disp-window): Move minibuffer check
9         after binding this-window and do not set-buffer to make sure we
10         won't deselect the minibuffer.
12 2008-11-24  Dan Nicolaescu  <dann@ics.uci.edu>
14         * vc-hg.el (vc-hg-global-switches): Remove.
15         (vc-hg-state, vc-hg-working-revision, vc-hg-command): Undo
16         previous change.
18 2008-11-23  Martin Rudalics  <rudalics@gmx.at>
20         * info-look.el (info-lookup): When Info buffer is visible on
21         another frame, raise that frame.
23 2008-11-23  Juanma Barranquero  <lekktu@gmail.com>
25         * allout.el (allout-mode): Fix typo in docstring.
27         * vc-annotate.el (vc-annotate-warp-revision): Reflow docstring.
28         (vc-annotate-very-old-color, vc-annotate-display): Fix docstring typos.
30 2008-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
32         * vc-hooks.el (vc-follow-link): Complete last change.
34 2008-11-23  Juanma Barranquero  <lekktu@gmail.com>
36         * textmodes/remember.el (remember-region): Doc fix.
37         (remember-filter-functions, remember-handler-functions)
38         (remember-save-after-remembering, remember-mailbox)
39         (remember-default-priority, remember-data-file, remember-leader-text)
40         (remember-diary-file): Remove * from defcustom docstrings.
41         (remember-run-all-annotation-functions-flag)
42         (remember-all-handler-functions): Reflow docstrings.
43         (remember-store-in-mailbox): Fix typo in docstring.
44         (remember-mode): Define with `define-derived-mode'.  Doc fix.
46 2008-11-23  Glenn Morris  <rgm@gnu.org>
48         * eshell/esh-cmd.el (eshell-in-pipeline-p): Add doc-string.
49         (eshell-do-pipelines): Add optional argument to distinguish recursive
50         calls.  Use to set eshell-in-pipeline-p to 'first for the first command
51         in a pipeline.
53         * eshell/esh-proc.el (eshell-gather-process-output):
54         Set process-connection-type nil for all but the first element of a
55         pipeline.  (Bug#1388)
57 2008-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
59         * ediff-hook.el: Add tooltips to Emacs menus.
61         * ediff.el: Change date of last update.
63 2008-11-22  Juri Linkov  <juri@jurta.org>
65         * dired-aux.el (dired-isearch-filenames): Add new context-dependent
66         option `dwim'.  Change non-dwim option from `dired-filename' to `t'.
67         Doc fix.
68         (dired-isearch-filenames-setup): Run filename Isearch only when
69         dired-isearch-filenames is t or dired-isearch-filenames is `dwim'
70         and the text property `dired-filename' at point is non-nil.
71         In this case also set isearch-message-prefix-add to "filename ".
72         (dired-isearch-filenames-end): Set isearch-message-prefix-add to nil.
73         (dired-isearch-filenames, dired-isearch-filenames-regexp):
74         Don't let-bind isearch-message-prefix-add since this is done now
75         in dired-isearch-filenames-setup.
77         * isearch.el (isearch-mode): Change the order of calling
78         `isearch-update' and running the `isearch-mode-hook' to call
79         `isearch-update' with Isearch parameters set in this hook.
81         * progmodes/compile.el (compilation-auto-jump-to-first-error):
82         Fix docstring - change "during `compile'" to "during compilation".
84         * descr-text.el (describe-char-unidata-list): Move `old-name' to
85         be immediately after `name'.
87         * startup.el (initial-buffer-choice): Change an abstract file name
88         "file.txt" to more reasonable default file name value "~/.emacs".
90 2008-11-22  Juri Linkov  <juri@jurta.org>
92         * files.el (hack-local-variables-confirm): Rename arg `project' to
93         `dir-name'.  Move `(or dir-name name)' to let-binding of `name'.
94         (hack-local-variables-filter): Rename arg `project' to `dir-name'.
95         (hack-local-variables): Rename call of `hack-project-variables' to
96         `hack-dir-local-variables'.  Change error text to "Directory-local
97         variables error".
98         (dir-locals-class-alist): Rename from `project-class-alist'.
99         (dir-locals-directory-alist): Rename from `project-directory-alist'.
100         (dir-locals-get-class-variables): Rename from `project-get-alist'.
101         (dir-locals-collect-mode-variables): Rename from
102         `project-collect-bindings-from-alist'.  Rename arg `mode-alist' to
103         `mode-variables', and arg `settings' to `variables'.
104         (dir-locals-collect-variables): Rename from
105         `project-collect-binding-list'.  Rename arg `binding-list' to
106         `class-variables', and arg `settings' to `variables'.
107         (dir-locals-set-directory-class): Rename from `set-directory-project'.
108         (dir-locals-set-class-variables): Rename from `define-project-bindings'.
109         Rename arg `settings' to `variables'.
110         (dir-locals-file): New defconst.
111         (dir-locals-find-file): Rename from `project-find-settings-file'.
112         Use `dir-locals-file'.  Rename let-bound `settings' to `locals-file',
113         and `pda' to `dir-elt'.
114         (dir-locals-read-from-file): Rename from
115         `project-define-from-project-file'.  Rename arg `settings-file'
116         to `file'.  Rename let-bound `list' to `variables'.
117         (hack-dir-local-variables): Rename from `hack-project-variables'.
118         Rename let-bound `settings' to `variables-file', `root-dir'
119         to `dir-name', and `bindings' to `variables'.
121 2008-11-22  Lute Kamstra  <lute@gnu.org>
123         * simple.el (goto-line): Rename argument.
125 2008-11-22  Eli Zaretskii  <eliz@gnu.org>
127         * makefile.w32-in (compile-first): New target.
128         (recompile): Depend on compile-first.
130         * Makefile.in (recompile): Depend on compile-first.
132 2008-11-22  Martin Rudalics  <rudalics@gmx.at>
134         * files.el (switch-to-buffer-other-window)
135         (switch-to-buffer-other-frame): Rename buffer argument to
136         buffer-or-name.  Reword and mention new option
137         confirm-nonexistent-file-or-buffer in doc-string.
139 2008-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
141         * viper.el: Date change.
143         * viper-cmd.el (viper-envelop-ESC-key):
144         viper-translate-all-ESC-keysequences is now a function.
146         * viper-init (viper-translate-all-ESC-keysequences): Make this variable.
148 2008-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
150         * vc-hooks.el (vc-follow-link, vc-find-file-hook):
151         Use buffer-file-truename to handle symlinks in any part of the filename.
153 2008-11-22  Glenn Morris  <rgm@gnu.org>
155         * vc-mtn.el (vc-mtn-diff-switches): New option.
156         (vc-mtn-program): Rename from vc-mtn-command, for
157         consistency with other backends.  Keep old name as alias.
158         Update callers.  Make it a defcustom.
159         (vc-mtn-diff): Give it a doc string.  Apply diff switches.
161         * vc-arch.el (vc-arch-program): Rename from vc-arch-command, for
162         consistency with other backends.  Keep old name as alias.
163         Make it a defcustom.
164         (vc-arch-command, vc-arch-trim-revlib): Adapt for above change.
166         * vc-hg.el (vc-hg-program): New option.
167         (vc-hg-state, vc-hg-working-revision, vc-hg-command):
168         Use vc-hg-program rather than hard-coded "hg".
170         * vc-svn.el: Remove leading `*' from defcustom doc-strings.
171         (vc-svn-program): Move defcustom to start.
172         (vc-svn-create-repo, vc-svn-modify-change-comment):
173         Use vc-svn-program rather than hard-coded "svn".
175         * menu-bar.el: Stylistic consistency fixes for various menu and
176         help texts.
178         * kmacro.el (kmacro-insert-counter): Doc fix.
180 2008-11-21  Ivan Shmakov  <oneingray@gmail.com>  (tiny change)
182         * progmodes/tcl.el (tcl-filter): Don't forcibly move point.
184 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
186         * international/quail.el (quail-indent-to): New function.
187         (quail-completion-1, quail-completion-list-translations)
188         (quail-insert-decode-map): Use it to improve alignment.
189         (quail-build-decode-map): Don't ignore latin-1 chars.
190         (quail-help): Increase the max decode-map size so that even the TeX map
191         gets printed.
193         * bookmark.el (bookmark-get-bookmark): Add `noerror' arg.
194         Signal error for invalid bookmark.
195         (bookmark-get-bookmark-record): Undo last change.
196         (bookmark-store, bookmark-delete): Use new arg `noerror'.
198         * bookmark.el (bookmark-buffer-file-name): Also abbreviate dired-dir.
199         Suggested by Toru TSUNEYOSHI.
201 2008-11-21  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
203         * byte-opt.el (byte-compile-butlast): Move up in file.
204         (byte-optimize-plus): Don't call
205         byte-optimize-delay-constants-math (bug#1334).
206         Use byte-optimize-predicate to optimize constants.
207         (byte-optimize-minus): Don't call byte-optimize-delay-constants-math.
208         Remove zero arguments first
209         if possible.  Call byte-optimize-predicate to optimize constants.
210         (byte-optimize-multiply): Remove optimizations for arguments of 0
211         and 2, which may be inaccurate.  Optimize (* x -1) to (- x).
212         Call byte-optimize-predicate.
213         (byte-optimize-divide): Leave runtime errors unchanged.
214         Optimize (/ x 1) to (+ x 0).  Remove optimizations for arguments of
215         0 and 2.0, which may be inaccurate.  Call byte-optimize-predicate.
217 2008-11-21  Juanma Barranquero  <lekktu@gmail.com>
219         * bookmark.el (bookmark-jump-noselect): Add obsolescence
220         declaration and remove redundant info from docstring.
222         * isearch.el (isearch-search-string): Doc fix.
223         (search-exit-option, search-slow-window-lines, search-slow-speed)
224         (search-upper-case, search-nonincremental-instead)
225         (search-whitespace-regexp, search-ring-max, regexp-search-ring-max)
226         (search-ring-update, search-highlight, isearch-lazy-highlight)
227         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
228         (lazy-highlight-interval): Remove * from defcustom docstrings.
229         (isearch-resume-in-command-history, lazy-highlight-max-at-a-time):
230         Remove * from defcustom docstrings; fix typos.
231         (isearch-push-state-function, isearch-help-for-help-internal)
232         (isearch-help-for-help, isearch-describe-bindings)
233         (isearch-describe-mode, minibuffer-local-isearch-map, isearch-mode)
234         (isearch-pop-fun-state, isearch-search-fun-function)
235         (isearch-lazy-highlight-search): Fix typos in docstrings.
236         (isearch-yank-internal, isearch-fallback): Reflow docstrings.
237         (isearch-forward): Fix typo and reflow docstring.
238         (isearch-help-map): Remove unused `i' binding.  Fix typos in docstring.
239         (isearch-mode-map): Don't use `let*'.
241 2008-11-21  Chong Yidong  <cyd@stupidchicken.com>
243         * files.el (confirm-nonexistent-file-or-buffer): Change default to nil.
245 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
247         * isearch.el (isearch-search-string): Simplify and convert docstring.
249         * buff-menu.el (Buffer-menu-short-ellipsis): Partly undo last change.
251 2008-11-20  Juanma Barranquero  <lekktu@gmail.com>
253         * international/mule-util.el (set-nested-alist): Doc fix.  Use `when'.
254         (lookup-nested-alist): Doc fix.
255         (with-coding-priority): Reflow docstring.
256         (detect-coding-with-priority): Fix typos in obsolescence declaration.
257         (char-displayable-p): Reflow docstring.  Use `when'.
259 2008-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
261         * calendar/cal-menu.el (cal-menu-scroll-menu): Add bindings for
262         week forward/backward.
264 2008-11-20  Juanma Barranquero  <lekktu@gmail.com>
266         * ehelp.el (electric-help-map, ehelp-map): Define within defvar.
267         (with-electric-help): Fix typo and reflow docstring.
269 2008-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
271         * buff-menu.el (Buffer-menu-short-ellipsis): New constant.
272         (Buffer-menu-buffer+size): Use it, fix last change, and simplify.
273         (list-buffers-noselect): Don't need to pad.
275 2008-11-20  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
277         * buff-menu.el (Buffer-menu-buffer+size, list-buffers-noselect):
278         Pay attention to char widths when computing string sizes.
280 2008-11-20  Juanma Barranquero  <lekktu@gmail.com>
282         * emacs-lisp/bytecomp.el (byte-compile-dynamic-docstrings)
283         (byte-compile-output-docform): Reflow docstrings.
284         (no-byte-compile): Fix typo in docstring.
285         (byte-recompile-directory, compile-defun): Doc fixes.
286         (emacs-lisp-file-regexp, byte-compile-verbose)
287         (byte-compile-compatibility, byte-optimize, byte-compile-delete-errors)
288         (byte-compile-dynamic-docstrings, byte-optimize-log)
289         (byte-compile-error-on-warn, byte-compile-warnings)
290         (byte-compile-generate-call-tree, byte-compile-call-tree-sort):
291         Remove * from defcustom docstrings.
293 2008-11-20  Glenn Morris  <rgm@gnu.org>
295         * format.el (format-alist, format-write-file): Doc fix.
297         * proced.el (proced-available): New variable.
298         (proced-process-attributes): Move availability check from previous
299         change from here...
300         (proced): ... to here.
302         * vc-hg.el (vc-hg-diff-switches): New option.
303         (vc-hg-diff): Apply diff switches.  (Bug#1017)
305         * calc/calc-units.el (math-additional-units): Doc fix (active voice).
307         * progmodes/fortran.el (fortran-mode-map): Add some menu :help.
309 2008-11-20  Stephen Berman  <Stephen.Berman@gmx.net>
311         * files.el (auto-mode-alist): Recognize more OpenOffice.org extensions.
313 2008-11-19  Juanma Barranquero  <lekktu@gmail.com>
315         * calc/calc-units.el (math-units-table): Doc fix.
316         (math-standard-units): Fix typo in constant's description.
317         (math-additional-units): Fix typo in docstring.
319 2008-11-19  Ulrich Mueller  <ulm@kph.uni-mainz.de>
321         * calc/calc-units.el (math-standard-units): Add eps0,
322         permittivity of vacuum.
324 2008-11-19  Dan Nicolaescu  <dann@ics.uci.edu>
326         * files.el (project-settings-file): Remove.
327         (project-find-settings-file): Undo previous change that added the
328         use of project-settings-file.
330 2008-11-19  Glenn Morris  <rgm@gnu.org>
332         * proced.el (proced, proced-format-time): Doc fixes.
333         (proced-process-attributes): Signal an error if unsupported.  (Bug#1314)
335 2008-11-19  Karl Fogel  <kfogel@red-bean.com>
337         * bookmark.el (bookmark-jump-noselect): Move the deprecation
338         notice into the doc string, following up to 2008-10-29T17:42:49Z!cyd@stupidchicken.com.
340 2008-11-19  Lute Kamstra  <lute@gnu.org>
342         * autoinsert.el (auto-insert-alist): Don't use match data.
344 2008-11-19  Glenn Morris  <rgm@gnu.org>
346         * progmodes/f90.el (f90-mode-map): Add some menu :help.
348         * autoinsert.el (auto-insert-alist): Update template to FDL 1.3+.
350         * emacs-lisp/cl.el (floor*, ceiling*, truncate*, round*, mod*):
351         * term/w32-win.el (x-select-font): Declare.
353         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix a/an typo.
354         Use the imperative for all help strings.
356 2008-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
358         * textmodes/ispell.el (ispell-dictionary-base-alist): Adjust to the
359         case where the default dictionary is French, Spanish, younameit.
361         * window.el (window--frame-usable-p): Consider dedicated windows
362         as usable.
364         * files.el (confirm-nonexistent-file-or-buffer):
365         Rename from find-file-confirm-nonexistent-file.
366         (read-buffer-to-switch): Use it.
368 2008-11-18  Juanma Barranquero  <lekktu@gmail.com>
370         * server.el (server-temp-file-p): Use `string-match-p'.
371         (server-socket-dir): Set to nil if local sockets are unsupported.
372         (server-start): Don't try to delete local socket if unsupported.
373         (server-kill-new-buffers): Reflow docstring.
374         (server-delete-client, server-handle-delete-frame)
375         (server-save-buffers-kill-terminal): Doc fixes.
376         (server-send-string): Fix typo in docstring.
378 2008-11-18  Sam Steingold  <sds@gnu.org>
380         * progmodes/compile.el (compilation-start-hook): New hook.
381         (compilation-start): Run it on the compilation process.
383 2008-11-18  Juanma Barranquero  <lekktu@gmail.com>
385         * international/mule-cmds.el (update-leim-list-file): Simplify.
386         (prefer-coding-system, find-coding-systems-for-charsets):
387         Fix docstring typos.
388         (select-safe-coding-system, input-method-exit-on-first-char)
389         (language-info-alist, language-info-custom-alist): Reflow docstrings.
390         (toggle-input-method, read-multilingual-string): Doc fixes.
391         Reflow docstrings.
392         (locale-name-match, sort-coding-systems, find-multibyte-characters)
393         (read-char-by-name): Use `string-match-p'.
394         (get-char-code-property, put-char-code-property)
395         (char-code-property-description): Be silent while loading uni-* files.
396         (ucs-names): Use `dotimes-with-progress-reporter', because loading
397         the Unicode character names is *slow*.
399 2008-11-17  Chong Yidong  <cyd@stupidchicken.com>
401         * wid-edit.el (widget-image-insert): Don't add a mouse-face.
403         * cus-edit.el (custom-group-value-create): Don't insert docstring twice.
405 2008-11-17  Juanma Barranquero  <lekktu@gmail.com>
407         * international/mule-cmds.el (ucs-completions): Mark as risky.
409 2008-11-17  Martin Rudalics  <rudalics@gmx.at>
411         * help-macro.el (three-step-help): Remove * from defcustom.
412         (make-help-screen): Don't iconify selected frame.  (Bug#1322)
413         Use when instead of if and cond within condition-case.
415         * window.el (quit-window): Bind window to selected window when
416         trying to delete it.
418 2008-11-17  Glenn Morris  <rgm@gnu.org>
420         * progmodes/cc-defs.el (c-put-char-property-fun): Add fallback
421         definition of 'ignore, rather than nil.  (Bug#1353)
423 2008-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
425         * window.el (window--frame-usable-p): Allow use for soft-dedication.
427 2008-11-17  Juanma Barranquero  <lekktu@gmail.com>
429         * emulation/viper-cmd.el (viper-harness-minor-mode): Fix docstring typo.
431         * simple.el (quoted-insert, minibuffer-history-isearch-pop-state, undo)
432         (undo-only, rotate-yank-pointer, kill-whole-line, push-mark-command)
433         (exchange-point-and-mark, set-goal-column, kill-line, backward-word)
434         (kill-word, backward-kill-word, zap-to-char): Doc fixes.
435         (shell-command, repeat-complex-command): Reflow docstrings.
436         (pop-to-mark-command): Fix typos in docstring.
438 2008-11-17  Juri Linkov  <juri@jurta.org>
440         * isearch.el (isearch-filter-predicate): Rename from
441         `isearch-success-function'.  Rename default value from
442         `isearch-success-function-default' to
443         `isearch-filter-invisible'.  Doc fix.
444         (isearch-filter-invisible): Rename from
445         `isearch-success-function-default'.  Doc fix.
446         (isearch-search, isearch-lazy-highlight-search):
447         Rename `isearch-success-function' to `isearch-filter-predicate'.
449         * dired-aux.el (dired-isearch-filter-predicate-orig): Rename from
450         `dired-isearch-orig-success-function'.
451         (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
452         (dired-isearch-filenames-end): Rename `isearch-success-function' to
453         `isearch-filter-predicate'.  Doc fix.
454         (dired-isearch-filter-filenames): Rename from
455         `dired-isearch-success-function'.
457         * info.el (Info-search, Info-mode):
458         Rename `isearch-success-function' to `isearch-filter-predicate'.
459         (Info-isearch-filter-predicate): Rename from
460         `Info-search-success-function'.
462         * simple.el (minibuffer-default-add-function): Fix docstring to
463         use clear text "default values" instead of obscure references to
464         the dynamic variable `minibuffer-default'.
466 2008-11-16  Glenn Morris  <rgm@gnu.org>
468         * term/ns-win.el (ns-extended-platform-support-mode):
469         Tweak menu entry from previous change.
471         * wid-edit.el (advertised-widget-backward): Remove autoload cookie.
473         * cus-edit.el (custom-buffer-create-internal): Always insert the
474         in-buffer buttons, regardless of tool-bar.  (Bug#1326)
476 2008-11-16  Chong Yidong  <cyd@stupidchicken.com>
478         * subr.el (read-passwd): Use read-event instead of read-char-exclusive.
480 2008-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
482         * ielm.el (ielm-eval-input): Fix thinko in last change.
484 2008-11-16  Chong Yidong  <cyd@stupidchicken.com>
486         * subr.el (read-passwd): Yank current kill if the user enters C-y.
488 2008-11-16  Michael Albinus  <michael.albinus@gmx.de>
490         * net/tramp.el (tramp-handle-file-name-as-directory): New defun.
491         (tramp-file-name-handler-alist): Handle `file-name-as-directory'.
493         * net/tramp-fish.el (tramp-fish-file-name-handler-alist)
494         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
495         Handle `file-name-as-directory'.
497 2008-11-16  Chong Yidong  <cyd@stupidchicken.com>
499         * startup.el (fancy-startup-text): Give "Emacs tutorial" line the
500         usual variable-pitch face.
502 2008-11-16  Juanma Barranquero  <lekktu@gmail.com>
504         * net/ange-ftp.el (ange-ftp-multi-msgs, ange-ftp-good-msgs)
505         (ange-ftp-try-passive-mode, ange-ftp-data-buffer-name)
506         (ange-ftp-account-hashtable, ange-ftp-ls-cache-lsargs)
507         (ange-ftp-ls-cache-file, ange-ftp-ls-cache-res, ange-ftp-get-user)
508         (ange-ftp-ftp-name-component, ange-ftp-kill-ftp-process)
509         (ange-ftp-quote-string, ange-ftp-process-handle-line)
510         (ange-ftp-start-process, ange-ftp-send-cmd, ange-ftp-add-dumb-unix-host)
511         (ange-ftp-before-parse-ls-hook, ange-ftp-after-parse-ls-hook)
512         (ange-ftp-ls, ange-ftp-add-dl-dir, ange-ftp-get-file-entry)
513         (ange-ftp-set-binary-mode, ange-ftp-set-ascii-mode, ange-ftp-get-pwd)
514         (ange-ftp-file-name-as-directory-alist, ange-ftp-reread-dir)
515         (ange-ftp-vms-filename-regexp, ange-ftp-bs2000-fix-name-regexp-reverse)
516         (ange-ftp-bs2000-fix-name-regexp): Fix typos in docstrings.
517         (ange-ftp-name-format, ange-ftp-gateway-fatal-msgs)
518         (ange-ftp-xfer-size-msgs, ange-ftp-tmp-name-template)
519         (ange-ftp-netrc-filename, ange-ftp-disable-netrc-security-check)
520         (ange-ftp-default-user, ange-ftp-default-password)
521         (ange-ftp-default-account, ange-ftp-netrc-default-password)
522         (ange-ftp-netrc-default-account, ange-ftp-dumb-unix-host-regexp)
523         (ange-ftp-binary-file-name-regexp, ange-ftp-gateway-host)
524         (ange-ftp-gateway-prompt-pattern, ange-ftp-smart-gateway-port)
525         (ange-ftp-send-hash, ange-ftp-binary-hash-mark-size)
526         (ange-ftp-ascii-hash-mark-size, ange-ftp-process-verbose)
527         (ange-ftp-ftp-program-name, ange-ftp-gateway-ftp-program-name)
528         (ange-ftp-ftp-program-args, ange-ftp-nslookup-program)
529         (ange-ftp-make-backup-files, ange-ftp-retry-time)
530         (ange-ftp-bs2000-special-prefix): Remove * from defcustom docstrings.
531         (ange-ftp-skip-msgs, ange-ftp-potential-error-msgs)
532         (ange-ftp-gateway-tmp-name-template)
533         (ange-ftp-generate-anonymous-password, ange-ftp-local-host-regexp)
534         (ange-ftp-gateway-program-interactive, ange-ftp-smart-gateway)
535         (ange-ftp-raw-login): Remove * from defcustom docstrings; fix typos.
536         (ange-ftp-fatal-msgs): Remove * from defcustom docstring; doc fix.
537         (ange-ftp-gateway-program): Remove * from docstring and reflow.
538         (ange-ftp-hash-entry-exists-p, ange-ftp-hash-table-keys)
539         (ange-ftp-raw-send-cmd, ange-ftp-get-files, ange-ftp-canonize-filename)
540         (ange-ftp-file-name-as-directory, ange-ftp-directory-file-name):
541         (ange-ftp-copy-files-async, ange-ftp-rename-remote-to-remote):
542         (ange-ftp-rename-local-to-remote): Doc fixes.
543         (ange-ftp-set-xfer-size, ange-ftp-call-cont, ange-ftp-process-filter):
544         Use `when', `unless'.
545         (ange-ftp-set-passwd): Rename arg PASSWD to PASSWORD.
546         (ange-ftp-process-handle-hash): Rename arg STR to STRING.
547         (ange-ftp-nslookup-host): Rename arg HOST to HOSTNAME.
548         (ange-ftp-smart-login): Rename arg PASS to PASSWORD.
549         (ange-ftp-normal-login): Rename arg PASS to PASSWORD.  Fix typo.
550         (ange-ftp-process-sentinel): Use `when'.  Fix typo.
551         (ange-ftp-gwp-start): Use `let', not `let*'; use `when'.  Fix typo.
552         (ange-ftp-fix-name-func-alist, ange-ftp-fix-dir-name-func-alist)
553         (ange-ftp-parse-list-func-alist, ange-ftp-add-file-entry-alist)
554         (ange-ftp-delete-file-entry-alist): Fix typos and reflow docstring.
555         (ange-ftp-dumb-unix-host, ange-ftp-binary-file)
556         (ange-ftp-directory-files, ange-ftp-file-modtime, ange-ftp-vms-host)
557         (ange-ftp-mts-host, ange-ftp-cms-host, ange-ftp-bs2000-host)
558         (ange-ftp-bs2000-posix-host): Use `string-match-p' instead of
559         `(save-match-data (string-match ...))'.
560         (ange-ftp-use-gateway-p, ange-ftp-use-smart-gateway-p)
561         (ange-ftp-file-name-directory, ange-ftp-file-name-nondirectory):
562         Use `string-match-p' instead of `(save-match-data (string-match ...))'.
563         Doc fixes.
565 2008-11-16  Michael Kifer  <kifer@cs.stonybrook.edu>
567         * emulation/viper-init.el (viper-ESC-keyseq-timeout): Make it into a
568         function instead of a variable.
570         * emulation/viper-util.el (viper-fast-keysequence-p): Change to use
571         viper-ESC-keyseq-timeout as a function.
572         (viper-get-saved-cursor-color-in-replace-mode): Use defun instead of
573         defsubst.
575         * emulation/viper-cmd.el: Let line-move-visual to nil when using
576         next-line or previous-line.
577         (viper-R-state-post-command-sentinel): Use defun instead of defsubst.
579         * emulation/viper-keym.el (viper-ESC-key): Use (kbd "ESC").
581         * ediff-util.el (ediff-toggle-multiframe): Check if control window is
582         live.
583         (ediff-save-buffer): Let window-min-height to 2.
585         * ediff-wind.el (ediff-setup-windows-plain-compare): Avoid selecting
586         the minibuffer.
588 2008-11-16  Juanma Barranquero  <lekktu@gmail.com>
590         * ielm.el (ielm-noisy, ielm-dynamic-return, ielm-mode-hook)
591         (ielm-dynamic-multiline-inputs): Remove * from defcustom docstrings.
592         (ielm-prompt-read-only, ielm-font-lock-keywords): Fix docstring typos.
593         (ielm-map): Define within defvar.  Add docstring.
594         (ielm-tab, ielm-eval-input, ielm-get-old-input, ielm-return)
595         (ielm-complete-filename): Use `when', `unless'.
596         (ielm-is-whitespace-or-comment): Use `string-match-p'.
597         (ielm-return, ielm-get-old-input): Use `looking-at-p'.
598         (ielm-change-working-buffer): Check that the buffer is live.
599         (inferior-emacs-lisp-mode): Define with `define-derived-mode'.
600         Simplify.  Reflow docstring.
601         (inferior-emacs-lisp-mode-hook, inferior-emacs-lisp-mode-map):
602         New aliases, to satisfy `define-derived-mode' expectations.
604 2008-11-15  Glenn Morris  <rgm@gnu.org>
605             Martin Rudalics  <rudalics@gmx.at>
607         * emacs-lisp/find-func.el (find-function-advised-original): New.
608         (find-function-C-source, find-function-noselect):
609         Use find-function-advised-original to handle advised funcs.  (Bug#789)
611 2008-11-15  Glenn Morris  <rgm@gnu.org>
613         * emacs-lisp/find-func.el (find-function-noselect): Add missing "is" in
614         alias message.
616         * uniquify.el (uniquify-maybe-rerationalize-w/o-cb):
617         Remove uniquify-after-kill-buffer-p dependency.
618         (uniquify-kill-buffer-function): New function.
619         (kill-buffer-hook): Use uniquify-kill-buffer-function.  (Bug#1315)
621         * term/ns-win.el (ns-do-applescript, ns-popup-font-panel): Declare.
622         (ns-show-manual, menu-bar-help-menu): Update for merge of ns-emacs into
623         main Emacs manual.
625 2008-11-15  Martin Rudalics  <rudalics@gmx.at>
627         * window.el (quit-window): Restore delete window with second
628         arg non-nil behavior as of before 2008-10-30 change.
630 2008-11-15  Chong Yidong  <cyd@stupidchicken.com>
632         * help-fns.el (describe-function-1): Do char-range check for
633         self-insert-command.
635 2008-11-14  Karl Fogel  <kfogel@red-bean.com>
637         * files.el (file-precious-flag): Document that this flag is advisory.
639 2008-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
641         * emacs-lisp/bytecomp.el (byte-compile-associative)
642         (byte-compile-minus, byte-compile-quo): If there are more than two
643         operands, don't use binary operation code (bug#1334).
645 2008-11-14  Juanma Barranquero  <lekktu@gmail.com>
647         * w32-fns.el (w32-shell-dos-semantics):
648         * calendar/diary-lib.el (diary-face-attrs):
649         * international/mule-cmds.el (set-default-coding-systems)
650         (prefer-coding-system):
651         * net/tramp.el (tramp-set-completion-function):
652         * progmodes/vhdl-mode.el (vhdl-file-header):
653         * term/pc-win.el (msdos-show-help): Fix typos in docstrings.
655         * emacs-lisp/authors.el (authors-fixed-entries): Fix typo in value.
657         * files.el (enable-local-eval, not-modified, kill-buffer-ask)
658         (kill-matching-buffers, save-buffers-kill-emacs)
659         (save-buffers-kill-terminal): Fix typos in docstrings.
660         (switch-to-buffer-other-window): Reflow docstring.
661         (revert-buffer): Doc fix.
662         (define-project-bindings): Rename arg LIST to SETTINGS.
663         (project-find-settings-file): Use `let', not `let*'.
664         Use `when'.
666 2008-11-13  Juanma Barranquero  <lekktu@gmail.com>
668         * files.el (project-settings-file, locate-dominating-file):
669         Fix typos in docstrings.
670         (find-file-visit-truename): Remove * from defcustom docstring.
672 2008-11-13  T. V. Raman  <raman@users.sourceforge.net>  (tiny change)
674         * files.el (project-settings-file): New variable.
675         (project-find-settings-file): Use it, instead of hardcoding
676         .dir.settings.el.
678 2008-11-13  Glenn Morris  <rgm@gnu.org>
680         * nxml/nxml-enc.el: Remove some charset code not needed since Emacs 22.
682 2008-11-13  Henry Weller  <hweller0@gmail.com>  (tiny change)
684         * net/mairix.el (mairix-widget-fields-list): Fix bug regarding searching
685         in mail bodies.
687 2008-11-12  Juanma Barranquero  <lekktu@gmail.com>
689         * international/mule.el (autoload-coding-system, with-category-table)
690         (ctext-non-standard-encodings-alist): Fix typos in docstrings.
691         (coding-system-equal, set-buffer-process-coding-system): Doc fixes.
692         (set-buffer-file-coding-system, revert-buffer-with-coding-system)
693         (set-file-name-coding-system, ctext-pre-write-conversion)
694         (auto-coding-functions, find-auto-coding, modify-coding-system-alist):
695         Reflow docstrings.
696         (charset-list, set-coding-priority): Remove redundant obsolescence info.
697         (charset-id, charset-bytes, make-coding-system): Add obsolescence info.
698         (char-valid-p): Define with `define-obsolete-function-alias'.
700         * textmodes/artist.el (artist-mode): Fix typos in docstring.
702 2008-11-12  Sam Steingold  <sds@gnu.org>
704         * vc-cvs.el (vc-cvs-parse-root): Handle roots without colon
705         between hostname and path.
707 2008-11-11  Juri Linkov  <juri@jurta.org>
709         * dired-aux.el (dired-isearch-filenames)
710         (dired-isearch-filenames-regexp):
711         Let-bind isearch-message-prefix-add to "filename ".
713         * isearch.el (isearch-message-prefix-add)
714         (isearch-message-suffix-add): New variables.
715         (isearch-message-prefix): Show additional text from
716         `isearch-message-prefix-add' before "I-search".
717         (isearch-message-suffix): Show additional text from
718         `isearch-message-suffix-add' at the end.
720         * isearch.el (isearch-lazy-highlight-search): Use a loop like in
721         `isearch-search'.  Call isearch-success-function to skip matches
722         outside the current isearch scope.  Let-bind search-invisible to
723         nil to not match invisible text.
725         * isearch.el (isearch-query-replace, isearch-highlight-regexp):
726         Let-bind `isearch-recursive-edit' to nil to prevent calling
727         `exit-recursive-edit' in `isearch-done' that terminates the
728         execution of these commands when it is non-nil.  Call
729         `exit-recursive-edit' explicitly at the end.
730         (isearch-occur): For word search construct the correct regexp
731         with word boundaries to proceed with occur.
733         * isearch.el (isearch-search-fun): Compare the length of the
734         current search string with the length of the string from the
735         previous search state to detect the situation when the user
736         adds or removes characters in the search string.
737         Use word-search-forward-lax and word-search-backward-lax in this
738         case, and otherwise word-search-forward and word-search-backward.
740 2008-11-11  Sam Steingold  <sds@gnu.org>
742         * mouse.el (mouse-buffer-menu-mode-groups): Place "Annotate" into
743         the "Version Control" group (for C-x v g).
745 2008-11-11  Juanma Barranquero  <lekktu@gmail.com>
747         * server.el (server-process-filter): Fix typos and reflow docstring.
749 2008-11-11  Martin Rudalics  <rudalics@gmx.at>
751         * mail/footnote.el (footnote-mode): Improve doc-string.
752         Suggested by <jidanni@jidanni.org>.  (Bug#1318)
754 2008-11-11  Chong Yidong  <cyd@stupidchicken.com>
756         * cus-edit.el (Custom-mode): Set up tool-bar-map unconditionally.
758 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
760         * mail/smtpmail.el (smtpmail-open-stream): Use
761         `starttls-any-program-available'.  Auto-load starttls.el for it.
763 2008-11-08  Chong Yidong  <cyd@stupidchicken.com>
765         * dired.el (dired-read-dir-and-switches): Revert to 2007-11-22
766         version (bug@1285).
768 2008-11-08  Eli Zaretskii  <eliz@gnu.org>
770         * startup.el (command-line): Ignore init-file-user when checking
771         user's home directory on MS-DOS as well.
773 2008-11-07  Sam Steingold  <sds@gnu.org>
775         * progmodes/cc-cmds.el (c-defun-name): Fix CLISP DEFUN handling.
777 2008-11-07  Juanma Barranquero  <lekktu@gmail.com>
779         * frame.el (make-frame-on-display): Use `string-match-p'.
781 2008-11-07  Glenn Morris  <rgm@gnu.org>
783         * progmodes/cc-defs.el (cl-macroexpand-all): Fix declaration.
785 2008-11-07  Dan Nicolaescu  <dann@ics.uci.edu>
787         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add new argument
788         to initialize font-lock keyword case sensitivity.
789         (lisp-mode): Use it.
791 2008-11-06  Glenn Morris  <rgm@gnu.org>
793         * eshell/esh-maint.el: Remove unused file.
795         * progmodes/cc-defs.el (cl-macroexpand-all): Declare.
797         * cus-edit.el (custom-comment-tag): Doc fix.
798         (custom-comment, custom-variable-value-create, custom-face):
799         Use face names sans -face suffix rather than aliases.
801 2008-11-05  Jay Belanger  <jay.p.belanger@gmail.com>
803         * calc/calc.el (calc-quit): Use `window-full-width-p' to check
804         window width.
806 2008-11-05  Chong Yidong  <cyd@stupidchicken.com>
808         * server.el (server-process-filter): Only default to emacsclient's
809         terminal in daemon mode.
811 2008-11-05  Martin Rudalics  <rudalics@gmx.at>
813         * window.el (quit-window): Restore prefix argument behavior
814         removed in 2008-10-30 change.  (Bug#1308)
816 2008-11-05  Tassilo Horn  <tassilo@member.fsf.org>
818         * doc-view.el (doc-view-mode): Bugfix: Add conversion killing
819         function to kill-buffer-hook, not to kill-buffer.
820         Reported by Markus Triska <markus.triska@gmx.at>
822 2008-11-04  Jay Belanger  <jay.p.belanger@gmail.com>
824         * calc/calc.el (calc-quit): Make sure that the keypad buffer
825         exists before deleting its windows.
827 2008-11-04  Chong Yidong  <cyd@stupidchicken.com>
829         * server.el (server-process-filter): Don't call
830         server-create-tty-frame when no tty name is specified.
832 2008-11-04  Christian Faulhammer  <opfer@gentoo.org>  (tiny change)
834         * vc-bzr.el (vc-bzr-dir-extra-headers): New function.
836 2008-11-04  Juanma Barranquero  <lekktu@gmail.com>
838         * international/mule-cmds.el (toggle-enable-multibyte-characters)
839         (define-char-code-property):
840         * textmodes/reftex.el (reftex-index):
841         * textmodes/reftex-index.el (reftex-index): Fix typos in docstrings.
843 2008-11-04  Chong Yidong  <cyd@stupidchicken.com>
845         * vc-bzr.el (vc-bzr-dir-printer): Rename from
846         vc-bzr-status-printer.
848         * startup.el (startup-echo-area-message): Display a different
849         message in daemon mode.  Suggested by Stephen Turnbull.
851         * frame.el (make-frame-on-display): Ignore DISPLAY argument on
852         Windows.
854 2008-11-04  Juanma Barranquero  <lekktu@gmail.com>
856         * dframe.el (dframe-mouse-position-function)
857         (dframe-reposition-frame-emacs, dframe-pass-event-to-popup-mode-menu)
858         (dframe-mouse-set-point): Fix typos in docstrings.
860 2008-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
862         * vc-dir.el (vc-dir-headers): Undo previous change.
864 2008-11-04  Nick Roberts  <nickrob@snap.net.nz>
866         * vc-cvs.el (vc-cvs-dir-extra-headers): Add tag name to header.
867         * vc-dir.el (vc-dir-headers): Order headers as in PCL-CVS.
869 2008-11-04  Martin Rudalics  <rudalics@gmx.at>
871         * subr.el (looking-back): Fix doc-string typo.
873         * electric.el (Electric-pop-up-window): Call window-end with
874         UPDATE set to t.
876         * window.el (save-selected-window): Make it behave like
877         save-selected-window-norecord.
878         (save-selected-window-norecord): Remove, since functionality
879         fully taken over by save-selected-window.
880         (walk-windows, set-window-text-height, fit-window-to-buffer):
881         Use save-selected-window instead of save-selected-window-norecord.
882         * font-lock.el (lisp-font-lock-keywords-2): Remove entry for
883         save-selected-window-norecord.
884         * emacs-lisp/lisp-mode.el (save-selected-window): Remove
885         indent-function for save-selected-window-norecord.
887 2008-11-03  Alan Mackenzie  <acm@muc.de>
889         * progmodes/cc-engine.el (c-forward-label): Fix for QT macros.
891 2008-11-03  Chong Yidong  <cyd@stupidchicken.com>
893         * subr.el (looking-back): Doc fix.
895         * term/x-win.el (x-initialize-window-system):
896         Call x-wm-set-size-hint after initialization.
898         * eshell/em-hist.el (eshell-save-history-on-exit): Change default
899         to t.
901         * emacs-lisp/lisp-mode.el (lisp-mode): Remove bogus change from
902         2000-12-08 (bug#1297).
904         * font-lock.el (font-lock-keywords-case-fold-search): Doc fix.
906 2008-11-03  Vincent Belaïche  <vincent.b.1@hotmail.fr>
908         * calc/calc-alg.el (calcFunc-collect): Return constant polynomial
909         when appropriate.
911 2008-11-02  Martin Rudalics  <rudalics@gmx.at>
913         * window.el (save-selected-window-norecord): New macro.
914         (walk-windows): Use save-selected-window-norecord and call
915         select-window with NORECORD set.  (Bug#1237)
916         (set-window-text-height, fit-window-to-buffer):
917         Use save-selected-window-norecord and call select-window with
918         NORECORD set.
919         * subr.el (with-selected-window): Call set-frame-selected-window
920         with new argument NORECORD set.  Update doc-string.
921         (with-selected-frame): Call select-frame with new argument
922         NORECORD set.  Update doc-string.
923         * emacs-lisp/lisp-mode.el (save-selected-window-norecord):
924         Put indent-function for save-selected-window-norecord.
925         * font-lock.el (lisp-font-lock-keywords-2):
926         Add save-selected-window-norecord.
928 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
930         * cus-edit.el (customize-apropos-options, custom-comment)
931         (custom-comment-tag, custom-face-edit-attribute-tag):
932         Fix typos in docstrings.
933         (custom-buffer-done-kill): Remove * from defcustom docstring.
934         (custom-file): Fix typo in doc of defcustom choice.
936         * frame.el (display-visual-class): Fix typo in docstring.
937         (initial-frame-alist, minibuffer-frame-alist, pop-up-frame-alist)
938         (special-display-frame-alist, show-trailing-whitespace)
939         (auto-hscroll-mode, blink-cursor-delay, blink-cursor-interval)
940         (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
941         Remove * from defcustom docstrings.
943         * md4.el (md4-buffer): Fix typo in docstring.
944         (md4, md4-64): Doc fixes.
945         (md4-pack-int32): Reflow docstring.
947         * paths.el (rmail-file-name): Remove * from defcustom docstring.
948         (prune-directory-list, gnus-nntp-service): Fix typos in docstrings.
950         * rect.el (open-rectangle): Reflow docstring.
951         (spaces-string): Fix docstring typo.  Use "?\s" instead of "? ".
953         * select.el (x-get-cut-buffer): Fix typo in docstring.
955         * timezone.el (timezone-zone-to-minute, timezone-time-from-absolute)
956         (timezone-time-zone-from-absolute, timezone-leap-year-p):
957         Fix typos in docstrings.
959         * emacs-lisp/assoc.el (asort, aelement, aput, aget, amake):
960         Fix typos in docstrings.
962 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
964         * net/newst-backend.el (newsticker--cache-update): Fix no-save case.
966         * net/newst-treeview.el (newsticker--treeview-list-update-faces)
967         (newsticker--treeview-list-update, newsticker--treeview-item-show)
968         (newsticker--treeview-tree-update)
969         (newsticker--treeview-tree-update-highlight)
970         (newsticker-treeview-update)
971         (newsticker-treeview-next-item, newsticker-treeview-prev-item)
972         (newsticker-treeview-next-new-or-immortal-item)
973         (newsticker-treeview-prev-new-or-immortal-item)
974         (newsticker-treeview-next-feed, newsticker-treeview-prev-feed)
975         (newsticker-treeview-tree-click): Watch for layout changes.
976         (newsticker--treeview-set-current-node): Cleanup.
977         (newsticker--treeview-restore-layout): Rename from
978         newsticker--treeview-restore-buffers.
979         (newsticker--treeview-mark-item): Update cache file.
981 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
983         * calendar/icalendar.el (icalendar--uid-count): New.
984         (icalendar--create-uid): New.  Extracted from
985         `icalendar-export-region' and add uid counter.
986         (icalendar-export-region): Use `icalendar--create-uid'.
988 2008-10-31  Juanma Barranquero  <lekktu@gmail.com>
990         * tooltip.el (tooltip-frame-parameters): Doc fix.
992 2008-10-31  Martin Rudalics  <rudalics@gmx.at>
994         * window.el (window-body-height, window-current-scroll-bars)
995         (walk-windows, get-window-with-predicate, get-buffer-window-list)
996         (minibuffer-window-active-p, count-windows)
997         (window-safely-shrinkable-p, window--splittable-p)
998         (window--try-to-split-window, window--frame-usable-p)
999         (window--even-window-heights, window--display-buffer-1)
1000         (window--display-buffer-2, set-window-text-height)
1001         (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
1002         (truncated-partial-width-window-p): Rewrite doc-string.
1003         (window-fixed-size-p): Simplify code.  Rewrite doc-string.
1004         (split-window-vertically, split-window-horizontally):
1005         Rename args, rewrite doc-string, and simplify code.
1006         (split-window-save-restore-data): Rename args and use
1007         when instead of if.
1009 2008-10-30  Chong Yidong  <cyd@stupidchicken.com>
1011         * indent.el (indent-for-tab-command): Use use-region-p.
1013         * vc.el (vc-revert): Limit the length of the query string.
1015 2008-10-30  Juanma Barranquero  <lekktu@gmail.com>
1017         * simple.el (idle-update-delay, next-error-highlight)
1018         (next-error-highlight-no-select, next-error-recenter, next-error-hook)
1019         (minibuffer-history-case-insensitive-variables, kill-ring-max)
1020         (kill-read-only-ok, backward-delete-char-untabify-method)
1021         (kill-whole-line, mark-ring-max, global-mark-ring-max)
1022         (set-mark-command-repeat-pop, next-line-add-newlines, track-eol)
1023         (goal-column, line-move-ignore-invisible, fill-prefix)
1024         (auto-fill-inhibit-regexp, blink-matching-paren)
1025         (blink-matching-paren-on-screen, blink-matching-paren-distance)
1026         (blink-matching-delay, blink-matching-paren-dont-ignore-comments)
1027         (read-mail-command, mail-user-agent): Remove * in defcustom docstrings.
1028         (minibuffer-history-isearch-wrap, transient-mark-mode)
1029         (next-logical-line, auto-fill-mode, line-number-mode)
1030         (column-number-mode, size-indication-mode, clone-indirect-buffer)
1031         (normal-erase-is-backspace-mode): Doc fixes.
1032         (current-kill, transient-mark-mode, toggle-truncate-lines)
1033         (visible-mode): Reflow docstrings.
1034         (minibuffer-local-shell-command-map, interprogram-paste-function):
1035         Fix typos in docstrings.
1037 2008-10-30  Chong Yidong  <cyd@stupidchicken.com>
1039         * server.el (server-process-filter): In daemon mode, default to
1040         emacsclient's tty if not opening a new frame and only the
1041         terminal-frame is available.
1043 2008-10-30  Martin Rudalics  <rudalics@gmx.at>
1045         * window.el (quit-window): Simplify code.  Say in doc-string
1046         that it operates on the selected window's buffer.  (Bug#1259)
1048 2008-10-30  Nick Roberts  <nickrob@snap.net.nz>
1050         * vc-svn.el (vc-svn-diff): If files is nil don't set oldvers to
1051         nil so that log-view-diff-changeset works.
1053 2008-10-30  Glenn Morris  <rgm@gnu.org>
1055         * files.el (locate-dominating-stop-dir-regexp): Fix typo.
1057         * resume.el: Move to obsolete/.
1058         * Makefile.in (ELCFILES): Update.
1060 2008-10-29  Chong Yidong  <cyd@stupidchicken.com>
1062         * electric.el (Electric-pop-up-window): Don't shrink the window if
1063         it's already big enough.
1065         * minibuffer.el (delete-minibuffer-contents): Delete all
1066         minibuffer contents instead of just the current field.
1068         * tmm.el (tmm-get-keymap): Handle case where keyseq cache is omitted.
1070         * bookmark.el (bookmark-handle-bookmark): Rename from
1071         bookmark-jump-noselect.
1072         (bookmark--jump-via, bookmark-insert): Callers changed.
1073         (bookmark-jump-noselect): Wrapper function for
1074         bookmark-handle-bookmark.
1075         (bookmark-get-bookmark-record): Signal error for invalid bookmark.
1077         * textmodes/ispell.el (ispell-word): Use use-region-p.
1079 2008-10-29  Juanma Barranquero  <lekktu@gmail.com>
1081         * tooltip.el (tooltip-functions): Rename from `tooltip-hook',
1082         to follow naming conventions for abnormal hooks.  Doc fix.
1083         (tooltip-mode, tooltip-timeout): Use it.
1084         (tooltip-hook): New obsolete alias.
1085         (tooltip-help-tips): Doc fix.
1087         * progmodes/gud.el (gud-tooltip-mode): Use `tooltip-functions'.
1089 2008-10-29  Ulrich Mueller  <ulm@gentoo.org>
1091         * server.el (server-socket-dir): Use TMPDIR (default /tmp) instead
1092         of hardcoded /tmp.
1094 2008-10-29  Glenn Morris  <rgm@gnu.org>
1096         * net/xesam.el (dbus-get-unique-name, dbus-debug): Declare.
1098         * vc-hooks.el (vc-find-root): Remove bogus alias.
1100 2008-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1102         * international/quail.el (quail-show-guidance): Don't create
1103         a guidance-frame if current buffer is not a minibuffer, since even if
1104         selected-window is mini-p, the buffer will never be displayed in it, so
1105         it wil be usable for guidance.
1107 2008-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1109         * smerge-mode.el: Require diff-mode at run-time as well.
1111 2008-10-28  Martin Rudalics  <rudalics@gmx.at>
1113         * vc-cvs.el (vc-cvs-stay-local): Fix typo in choice.
1114         * vc-hooks.el (vc-stay-local): Likewise.
1116 2008-10-28  Phil Sung  <psung@mit.edu>
1118         * follow.el (follow-scroll-down, follow-calc-win-end)
1119         (follow-estimate-first-window-start): Reduce effective window
1120         height when header line is present.  (Bug#925)
1122 2008-10-28  Juanma Barranquero  <lekktu@gmail.com>
1124         * subr.el (locate-user-emacs-file): Simplify.  Don't create
1125         `user-emacs-directory' when Emacs is running in batch mode.
1127         * startup.el (inhibit-startup-screen): Reflow docstring.
1128         (user-mail-address, tool-bar-images-pixel-height): Fix docstring typos.
1130 2008-10-27  Kenichi Handa  <handa@m17n.org>
1132         * descr-text.el (describe-char): Fix terminal case (where font is nil).
1134 2008-10-27  Juanma Barranquero  <lekktu@gmail.com>
1136         * face-remap.el (text-scale-increase, text-scale-decrease)
1137         (text-scale-adjust): Remove &optional keyword from the arg list;
1138         the INC argument is not really optional, if the functions happen
1139         to be called from elisp.
1141 2008-10-27  Dan Nicolaescu  <dann@ics.uci.edu>
1143         * vc.el: Rename VC methods that were missed when vc-status was
1144         renamed to vc-dir.
1145         * vc-svn.el (vc-svn-dir-extra-headers): Rename from
1146         vc-svn-status-extra-headers.
1147         * vc-hg.el (vc-hg-dir-printer): Rename from vc-hg-status-printer.
1148         (vc-hg-dir-extra-header): Rename from vc-hg-status-extra-headers.
1149         * vc-git.el (vc-git-dir-printer): Rename from vc-dir-status-printer.
1150         (vc-git-dir-extra-headers): Rename from vc-git-status-extra-headers.
1151         * vc-dir.el (vc-dir-mode): Use vc-dir-printer instead of
1152         vc-dir-status-printer.
1153         (vc-dir-headers): Use `dir-extra-headers' instead of
1154         `status-extra-headers'.
1155         (vc-dir-printer): Rename from vc-dir-status-printer.
1156         (vc-default-dir-extra-headers): Rename from
1157         vc-default-status-extra-headers.
1158         * vc-cvs.el (vc-cvs-dir-extra-headers): Rename from
1159         vc-cvs-status-extra-headers.
1161         * startup.el (server-name): Pacify byte compiler.
1162         (command-line): If --daemon=SERVER_NAME was used, set server-name
1163         before calling server-start.
1165 2008-10-26  Romain Francoise  <romain@orebokech.com>
1167         * startup.el (command-line): Call daemon-initialized after
1168         starting the server.
1170 2008-10-26  Kenichi Handa  <handa@m17n.org>
1172         * help-fns.el (describe-categories): Display the terse legend at
1173         the head.
1175         * international/characters.el: Docstrings of categories improved.
1177 2008-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1179         * progmodes/python.el (python-mode): Don't impose ourselves on hippie.
1181         * faces.el (face-font-family-alternatives): Add "CMU Typewriter Text"
1182         to the courier family.
1183         * textmodes/tex-mode.el (tex-verbatim): Don't use "monospace" which is
1184         usually not serif'd and hence rather unlike verbatim's printed output.
1186 2008-10-25  Chong Yidong  <cyd@stupidchicken.com>
1188         * vc-cvs.el (vc-cvs-status-extra-headers): Use full directory name
1189         when reporting the module.
1191         * vc-dir.el (vc-dir-mode-map): Add follow-link behavior.
1193         * wid-edit.el (widget-color-complete): Sort completions alphabetically.
1195 2008-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1197         * files.el (locate-dominating-stop-dir-regexp): New var.
1198         (locate-dominating-file): Change arg from a regexp to a file name.
1199         Rewrite using the vc-find-root code to avoid directory-files which is
1200         too slow.  Obey locate-dominating-stop-dir-regexp.
1201         Don't pay attention to changes in owner.
1202         (project-find-settings-file): Adjust call to locate-dominating-file.
1204         * progmodes/flymake.el (flymake-find-buildfile):
1205         Adjust call to locate-dominating-file.
1207         * vc-hooks.el (vc-find-root): Use locate-dominating-file.
1208         (vc-ignore-dir-regexp): Use locate-dominating-stop-dir-regexp.
1210 2008-10-25  Martin Rudalics  <rudalics@gmx.at>
1212         * subr.el (with-current-buffer): Rename buffer argument to
1213         buffer-or-name.
1214         * window.el (get-buffer-window-list): Rename buffer argument to
1215         buffer-or-name and make it optional.
1217 2008-10-25  Juanma Barranquero  <lekktu@gmail.com>
1219         * completion.el (add-completion-to-head, add-completion): Doc fixes.
1220         (completion-search-next, add-completions-from-file):
1221         Fix typos in docstrings.
1223         * filesets.el (filesets-menu-ensure-use-cached)
1224         (filesets-ingroup-patterns, filesets-filetype-property):
1225         * tutorial.el (get-lang-string):
1226         * play/gamegrid.el (gamegrid-score-file-length, gamegrid-add-score):
1227         Fix typos in docstrings.
1229         * image-dired.el (image-dired-dired-after-readin-hook): Doc fix.
1230         (image-dired-line-up-method, image-dired-thumb-size)
1231         (image-dired-cmd-write-exif-data-options, image-dired-write-tags)
1232         (image-dired-track-original-file, image-dired-track-thumbnail)
1233         (image-dired-dired-next-line, image-dired-dired-previous-line)
1234         (image-dired-write-comments): Reflow docstrings.
1235         (image-dired-show-all-from-dir-max-files)
1236         (image-dired-format-properties-string, image-dired-create-thumbs)
1237         (image-dired-mark-tagged-files, image-dired-gallery-generate):
1238         Fix typos in docstrings.
1240         * savehist.el (savehist-save-minibuffer-history, savehist-file)
1241         (savehist-additional-variables, savehist-ignored-variables)
1242         (savehist-file-modes, savehist-autosave-interval):
1243         * startup.el (inhibit-startup-echo-area-message, inhibit-default-init)
1244         (inhibit-startup-buffer-menu, mail-host-address, user-mail-address)
1245         (fancy-splash-image):
1246         * thumbs.el (thumbs-thumbsdir, thumbs-geometry, thumbs-relief)
1247         (thumbs-conversion-program, thumbs-margin):
1248         Remove spurious * in docstrings.
1250 2008-10-25  Aaron S. Hawley  <aaronh@garden.org>
1252         * thingatpt.el (end-of-sexp, beginning-of-sexp)
1253         (forward-same-syntax): Omit default arguments to char-after and
1254         char-before.
1256 2008-10-24  Juanma Barranquero  <lekktu@gmail.com>
1258         * subr.el (locate-user-emacs-file): New function.
1259         (user-emacs-directory): Mention it in docstring.
1261         * completion.el (save-completions-file-name):
1262         * filesets.el (filesets-menu-cache-file):
1263         * image-dired.el (image-dired-dir, image-dired-db-file)
1264         (image-dired-temp-image-file, image-dired-gallery-dir)
1265         (image-dired-temp-rotate-image-file):
1266         * savehist.el (savehist-file):
1267         * server.el (server-auth-dir):
1268         * thumbs.el (thumbs-thumbsdir):
1269         * tutorial.el (tutorial--saved-dir):
1270         * play/gamegrid.el (gamegrid-user-score-file-directory): Use it.
1272 2008-10-23  Juanma Barranquero  <lekktu@gmail.com>
1274         * edmacro.el (edmacro-eight-bits, edmacro-mode): Fix docstring typos.
1275         (edmacro-mismatch, edmacro-sanitize-for-string): Doc fixes.
1277 2008-10-23  Chong Yidong  <cyd@stupidchicken.com>
1279         * filesets.el: Update author email.
1280         (filesets-data): Doc fix.
1282 2008-10-23  Jens Petersen  <petersen@redhat.com>  (tiny change)
1284         * pcmpl-rpm.el (pcomplete/rpm): Make "rpm -qp" use file completion.
1286 2008-10-23  Ulrich Mueller  <ulm@kph.uni-mainz.de>
1288         * international/mule-cmds.el (describe-language-environment):
1289         Indent sample text.
1291 2008-10-23  Glenn Morris  <rgm@gnu.org>
1293         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
1295         * emacs-lisp/cl-macs.el (flet): Throw an error when trying to
1296         byte-compile a redefinition of a function with special byte-compile
1297         handling.  (Bug#411)
1299 2008-10-22  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1301         * ps-print.el: Deal with page sizes for label printes.  Suggested by
1302         Friedrich Delgado Friedrichs <friedel@nomaden.org>.
1303         (ps-print-version): New version 7.3.3.
1304         (ps-page-dimensions-database): New page sizes for label printers.
1305         (ps-n-up-printing): Fix code.
1307 2008-10-22  Chong Yidong  <cyd@stupidchicken.com>
1309         * frame.el (make-frame-command): Doc fix.  Use display-graphic-p.
1311         * thingatpt.el (sexp-at-point, symbol-at-point, number-at-point)
1312         (list-at-point): Add docstrings.
1314         * dired.el (dired-get-marked-files, dired-map-over-marks): Doc fixes.
1316         * dired-aux.el (dired-do-create-files): Doc fix.
1318 2008-10-22  Adrian Robert  <Adrian.B.Robert@gmail.com>
1320         * version.el (emacs-version): Change '*Step' to 'NS' for consistency
1321         with other documentation.
1323 2008-10-22  Juanma Barranquero  <lekktu@gmail.com>
1325         * replace.el (how-many): Fix typo in docstring.
1326         Reported by Leo <sdl.web@gmail.com>.
1328 2008-10-22  Glenn Morris  <rgm@gnu.org>
1330         * international/mule-cmds.el (universal-coding-system-argument):
1331         Check for C-g.  (Bug#1205)
1333 2008-10-22  Kenichi Handa  <handa@m17n.org>
1335         * international/characters.el: Don't setup
1336         find-word-boundary-function-table.
1337         (next-word-boundary-han, next-word-boundary-kana): Delete them.
1338         (word-combining-categories, word-separating-categories):
1339         Adjust to the change of the docstrings.
1341 2008-10-21  Chong Yidong  <cyd@stupidchicken.com>
1343         * simple.el (region-active-p): Doc fix.
1345 2008-10-20  Eli Zaretskii  <eliz@gnu.org>
1347         * subr.el (apply-partially): Move from here...
1349         * simple.el (apply-partially): ...to here.
1351 2008-10-20  Andreas Schwab  <schwab@suse.de>
1353         * subr.el (split-string-and-unquote): Simplify regexp.
1355 2008-10-20  Eli Zaretskii  <eliz@gnu.org>
1357         * subr.el (top-level): Require `cl' when compiling.
1359 2008-10-20  David Reitter  <david.reitter@gmail.com>
1361         * info.el (Info-mode): Do not remove an existing header line if
1362         `Info-use-header-line' is nil.
1364 2008-10-19  Juri Linkov  <juri@jurta.org>
1366         * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
1367         Add arg `delimited' as in `query-replace' for the case when
1368         isearch-allow-scroll=t and the user types C-u M-%.  Doc fix.
1369         Add more indicators to the prompt ("word" and "in region").
1371         * replace.el (query-replace, query-replace-regexp)
1372         (replace-string, replace-regexp, perform-replace): Add "word"
1373         indicatiors to the prompt for word delimited replacements.
1375         * replace.el (read-regexp): Rename arg `default' to `default-value'.
1376         Doc fix.
1378 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
1380         * subr.el (apply-partially): Move here from minibuffer.el.  Doc fix.
1382         * simple.el (minibuffer-default-add-shell-commands): Doc fix.
1384 2008-10-19  Martin Rudalics  <rudalics@gmx.at>
1386         * window.el (enlarge-window-horizontally, shrink-window-horizontally):
1387         Make argument names follow Elisp manual.
1389 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
1391         * textmodes/remember.el (remember-data-file):
1392         * shadowfile.el (shadow-initialize)
1393         <shadow-info-file, shadow-todo-file>:
1394         * savehist.el (savehist-file):
1395         * recentf.el (recentf-save-file):
1396         * pcvs-defs.el (cvs-cvsrc-file):
1397         * international/kkc.el (kkc-init-file-name):
1398         * ido.el (ido-save-directory-list-file):
1399         * calendar/todo-mode.el (todo-file-do, todo-file-done)
1400         (todo-file-top): Run file names that begin with a period thru
1401         `convert-standard-filename'.
1403         * dos-fns.el (dos-reevaluate-defcustoms): New function.  Add it to
1404         before-init-hook.
1406         Fix Bug #1183:
1408         * ediff-diff.el (ediff-exec-process): For buffer jobs, bind
1409         coding-system-for-read to ediff-coding-system-for-write.
1411         * ediff-util.el (ediff-make-temp-file): Unconditionally bind
1412         coding-system-for-write to ediff-coding-system-for-write.
1414         * ediff-init.el (ediff-coding-system-for-read): Doc fix.
1415         (ediff-coding-system-for-write): Set to emacs-internal.
1417 2008-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1419         * international/mule-conf.el (emacs-internal): New coding system alias.
1421 2008-10-18  Juri Linkov  <juri@jurta.org>
1423         * info.el (Info-file-supports-index-cookies-list): New variable.
1424         (Info-file-supports-index-cookies): New function.
1425         (Info-find-node-2, Info-index-nodes, Info-index-node): Use it.
1426         (Info-index-nodes): Let-bind Info-point-loc to nil for files
1427         without an index cookie to ignore it when Info-index-nodes is
1428         called during navigating from an index node with line numbers.
1429         (Info-index-node): Set file to Info-current-file if nil.  (Bug#1118)
1431         * info.el (Info-breadcrumbs-depth): Move defcustom higher to the
1432         variable definition section.
1434         * info.el (Info-find-node-2): Put initial point below the header line
1435         and breadcrumbs line.
1437 2008-10-18  Glenn Morris  <rgm@gnu.org>
1439         * doc-view.el (doc-view-pdf->txt, doc-view-ps->pdf): Give an error if
1440         the needed external programs were not found.
1442 2008-10-18  Eli Zaretskii  <eliz@gnu.org>
1444         * files.el (trash-directory): Run thru `convert-standard-filename'.
1445         (file-modes-char-to-who, file-modes-char-to-right)
1446         (file-modes-rights-to-number, file-modes-symbolic-to-number)
1447         (read-file-modes): Doc fixes.
1449 2008-10-17  Chong Yidong  <cyd@stupidchicken.com>
1451         * abbrev.el (define-abbrev): Doc fix.
1453 2008-10-17  Alan Mackenzie  <acm@muc.de>
1455         * progmodes/cc-cmds.el (c-defun-name): Make it work for "struct
1456         foo bar [] = { ...".
1458 2008-10-17  Chong Yidong  <cyd@stupidchicken.com>
1460         * faces.el (face-spec-set-2): Don't pass invalid attributes to
1461         set-face-attribute.
1463 2008-10-17  Juanma Barranquero  <lekktu@gmail.com>
1465         * w32-fns.el (w32-list-locales): Decode output of `w32-get-locale-info'
1466         according to `locale-coding-system'.  (This fixes trivial bug reported
1467         as part of bug#1179).
1468         Sort list of valid locale ids (EnumSystemLocales does not guarantee any
1469         particular order).  Use `when'.
1471 2008-10-16  Juanma Barranquero  <lekktu@gmail.com>
1473         * w32-fns.el (w32-check-shell-configuration): Doc fix.
1474         (w32-add-charset-info): Fix typo in docstring.
1476 2008-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
1478         * international/mule-conf.el: Removed `utf8' and `UTF8' aliases
1479         after discussion.
1481 2008-10-16  Magnus Henoch  <mange@freemail.hu>
1483         * vc-arch.el (vc-arch-dir-status): New function.
1484         (vc-arch-after-dir-status): New function.
1486 2008-10-16  Glenn Morris  <rgm@gnu.org>
1488         * man.el (Man-getpage-in-background): Force recent `man's to output
1489         escape sequences even when stdout is not a tty.  (Bug#1142)
1491 2008-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
1493         * international/mule-conf.el: Add `utf8' and `UTF8' as
1494         aliases for the `utf-8' coding system.
1496 2008-10-15  Juanma Barranquero  <lekktu@gmail.com>
1498         * find-file.el (ff-get-file): Doc fix.
1499         (ff-get-file-name): Use `let', not `let*'.
1500         (ff-search-directories): Fix typo in docstring.
1501         (ff-pre-find-hook, ff-pre-load-hook, ff-post-load-hook)
1502         (ff-not-found-hook, ff-file-created-hook, ff-case-fold-search)
1503         (ff-always-in-other-window, ff-ignore-include, ff-always-try-to-create)
1504         (ff-quiet-mode, ff-other-file-alist, cc-search-directories)
1505         (cc-other-file-alist, modula2-other-file-alist):
1506         Remove spurious * in docstrings.
1508 2008-10-14  Chong Yidong  <cyd@stupidchicken.com>
1510         * faces.el (set-face-attribute): Set family and foundry before
1511         other attributes.
1512         (face-spec-set-2): Pass unmodified args to set-face-attribute.
1514 2008-10-14  Juanma Barranquero  <lekktu@gmail.com>
1516         * hl-line.el (hl-line-unload-function): New function.
1517         (hl-line-unhighlight, global-hl-line-unhighlight): Use `when'.
1518         (hl-line-sticky-flag): Remove spurious * in docstring.
1520 2008-10-14  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
1522         * vc-git.el (vc-git-show-log-entry): Include the revision in the
1523         search string.
1525 2008-10-14  Michael Albinus  <michael.albinus@gmx.de>
1527         * net/tramp.el (tramp-process-one-action): Embed regexp in
1528         parentheses, before adding end-of-buffer construct.  Suggested by
1529         Markus Triska <markus.triska@gmx.at>.
1531 2008-10-13  Ulf Jasper  <ulf.jasper@web.de>
1533         * net/newst-plainview.el (w3m-toggle-inline-image):
1534         Define 'declare-function if necessary, for compatibility.
1536         * net/newst-treeview.el (w3m-toggle-inline-images):
1537         Define 'declare-function if necessary, for compatibility.
1539 2008-10-13  Alan Mackenzie  <acm@muc.de>
1541         * progmodes/cc-cmds.el (c-indent-region): Fix previous patch
1542         so that the function works on one-line macros.
1544         * progmodes/cc-engine.el: Amend several doc strings and comments.
1546 2008-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
1548         * vc-hooks.el (vc-stay-local): Add a new choice and default to it.
1550         * vc-cvs.el (vc-cvs-dir-stay-local): Remove.
1551         (vc-cvs-stay-local): Add a new choice and default to it.
1552         (vc-cvs-dir-status): Use the new vc-stay-local choice.
1554         * vc-svn.el (vc-svn-dir-status): Use the new vc-stay-local choice.
1556 2008-10-12  Stephen Leake  <stephen_leake@member.fsf.org>
1558         * progmodes/ada-mode.el (ada-get-indent-end, ada-goto-matching-start):
1559         Add support for extended return statement.
1561         * progmodes/ada-xref.el (ada-gnat-parse-gpr): Don't reverse src-dir
1562         and obj-dir; keep user order.
1564 2008-10-12  Glenn Morris  <rgm@gnu.org>
1566         * Makefile.in (ELCFILES): Update.
1568         * simple.el (shell-delimiter-argument-list, shell-file-name-chars)
1569         (shell-file-name-quote-list): Declare.
1571 2008-10-12  Michael Albinus  <michael.albinus@gmx.de>
1573         * net/dbus.el (dbus-service-emacs, dbus-path-emacs): New defconst.
1575 2008-10-12  Chong Yidong  <cyd@stupidchicken.com>
1577         * startup.el (command-line): If toolbar is disabled but ought to
1578         be initialized, call tool-bar-setup.
1580         * tool-bar.el (tool-bar-setup): Variable deleted.
1581         (tool-bar-setup): Set it up unconditionally.
1583         * faces.el (x-create-frame-with-faces): Don't call tool-bar-setup.
1585         * progmodes/grep.el (grep-mode-tool-bar-map): Check if
1586         tool-bar-map has been initialized before setting it up.
1588         * progmodes/compile.el (compilation-mode-tool-bar-map): Check if
1589         tool-bar-map has been initialized before setting it up.
1591 2008-10-11  Chong Yidong  <cyd@stupidchicken.com>
1593         * emacs-lisp/warnings.el (display-warning): Issue a message if
1594         called during daemon initialization.
1596         * tool-bar.el (tool-bar-local-item)
1597         (tool-bar-local-item-from-menu): Put the check for number of
1598         display colors into the image expression.
1599         (tool-bar-setup): Don't be a no-op on ttys.
1601         * info.el (info-tool-bar-map):
1602         * progmodes/gud.el (gud-tool-bar-map):
1603         * progmodes/grep.el (grep-mode-tool-bar-map):
1604         * progmodes/compile.el (compilation-mode-tool-bar-map):
1605         Initialize it unconditionally.
1607 2008-10-11  Romain Francoise  <romain@orebokech.com>
1609         * help.el (view-lossage): Fix docstring, lossage is now 300 keys.
1610         * kmacro.el (kmacro-edit-lossage): Ditto.
1611         * edmacro.el (edit-kbd-macro): Ditto.
1613 2008-10-11  Ulf Jasper  <ulf@web.de>
1615         * net/newst-treeview.el (newsticker--treeview-list-sort-by-column):
1616         Fix variable names.
1618 2008-10-11  Dan Nicolaescu  <dann@ics.uci.edu>
1620         * startup.el (command-line): Revert 2008-09-26 change, not
1621         necessary anymore.
1623 2008-10-10  Andreas Schwab  <schwab@suse.de>
1625         * simple.el (minibuffer-complete-shell-command):
1626         Bind comint-delimiter-argument-list, comint-file-name-chars and
1627         comint-file-name-quote-list like shell-mode.
1629 2008-10-10  Martin Rudalics  <rudalics@gmx.at>
1631         * window.el (pop-to-buffer): Fix misplacement of arg norecord in
1632         call of select-window.
1634 2008-10-10  Jay Belanger  <jay.p.belanger@gmail.com>
1636         * calc/calc.el (calc-embedded-word-regexp)
1637         (calc-embedded-word-regexp-alist): New variables.
1638         (calc-embedded-open-word, calc-embedded-close-word)
1639         (calc-embedded-open-close-word-alist): Remove unused variables.
1641         * calc/calc-embed.el (calc-embedded-make-info):
1642         Use `calc-embedded-word-regexp' to find words.
1644 2008-10-10  Martin Rudalics  <rudalics@gmx.at>
1646         * info.el (Info-extract-menu-counting): New argument no-detail to
1647         skip detailed node listings.
1648         (Info-forward-node): New argument not-up to inhibit going up.
1649         (Info-final-node): Call Info-extract-menu-counting and
1650         Info-forward-node with the new arguments set to avoid infinite
1651         looping.  (Bug#1116)
1653 2008-10-10  Eli Zaretskii  <eliz@gnu.org>
1655         * startup.el (command-line): Don't invoke tool-bar-mode if it is
1656         not fboundp.
1658 2008-10-09  Chong Yidong  <cyd@stupidchicken.com>
1660         * startup.el (command-line): Enable tool-bar-mode as long as it is
1661         not suppressed by X resources, regardless of the terminal.
1663         * tool-bar.el (tool-bar-mode): Only change tool-bar-lines on
1664         graphical terminals.
1665         (tool-bar-setup): No-op if called on a tty.
1667 2008-10-09  Eli Zaretskii  <eliz@gnu.org>
1669         * frame.el (make-frame-on-tty): Use "F" inside interactive.
1670         Support `pc' ``window-system''.
1672         * progmodes/compile.el (compilation-start): Resurrect the version
1673         for systems that don't support asynchronous subprocesses.
1675 2008-10-09  Martin Rudalics  <rudalics@gmx.at>
1677         * window.el (pop-up-frames): Add choice graphic-only.
1678         (display-buffer): When pop-up-frames equals graphic-only do
1679         not pop up new frame on text-only terminals.  (Bug#1061)
1681 2008-10-09  Dan Nicolaescu  <dann@ics.uci.edu>
1683         * vc-cvs.el (vc-cvs-dir-stay-local): New variable.
1684         (vc-cvs-dir-status): Use it.
1686 2008-10-08  Chong Yidong  <cyd@stupidchicken.com>
1688         * json.el (json-skip-whitespace): Fix last change.
1690 2008-10-08  Juanma Barranquero  <lekktu@gmail.com>
1692         * bs.el (bs-unload-function): New function.
1694 2008-10-08  Sven Joachim  <svenjoac@gmx.de>
1696         * eshell/em-cmpl.el, eshell/em-hist.el, eshell/em-ls.el:
1697         * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
1698         For clarity, explicitly require cl.
1700 2008-10-08  Michael Olson  <mwolson@gnu.org>
1702         * ibuffer.el (ibuffer-shrink-to-fit): Force redisplay, so that we
1703         can avoid a bad interaction with programs that add functions to
1704         the window-scroll-functions hook.  This fixes Bug #858.
1706 2008-10-07  Chong Yidong  <cyd@stupidchicken.com>
1708         * startup.el (command-line): Use display-warning to warn about an
1709         init file error.
1710         (command-line-1): Remove init file error delay.
1712 2008-10-07  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
1714         * rx-new.el (rx-constituents): Change `anything' to call rx-anything.
1715         Change `not-wordchar' assignment to "\\W" from "[^[:word:]]".
1716         (rx-group-if): New function.
1717         (rx-parent): New variable.
1718         (rx-and, rx-or): Put shy groups only when necessary.
1719         (rx-bracket): Remove.
1720         (rx-anything): New function.
1721         (rx-any-delete-from-range, rx-any-condense-range)
1722         (rx-check-any-string): New functions.
1723         (rx-check-any): Return result as a list.  Don't convert chars to
1724         strings.  Don't prepend "\\" to "^".  Don't search for close bracket.
1725         Check char category string.  Call rx-form instead of rx-to-string.
1726         (rx-any): Rebuid to complete the function.
1727         (rx-check-not): Fix char category regexp pattern string.
1728         Call rx-form instead of rx-to-string.
1729         (rx-not): Call rx-form instead of rx-to-string.  Convert "[^]" to
1730         "[^^]".  Call regexp-quote for one char string when not called from
1731         rx-not.  Add "\\w", and toggle to upcase.  Add the case of
1732         "\\[SCBW]" to toggle.
1733         (rx-=, rx->=, rx-**, rx-repeat, rx-submatch): Call rx-form
1734         instead of rx-to-string.
1735         (rx-kleene): Call rx-form instead of rx-to-string.
1736         Call rx-group-if to adjust putting of shy groups.
1737         (rx-atomic-p): Make check more precisely.
1738         (rx-eval, rx-greedy): Call rx-form instead of rx-to-string.
1739         (rx-regexp): Call rx-group-if.
1740         (rx-form): New function.
1741         (rx-to-string): Call rx-form, rx-group-if.
1742         Refine definition of NO-GROUP.
1744 2008-10-07  T. V. Raman  <raman@users.sourceforge.net>  (tiny change)
1746         * json.el (json-advance): Use forward-char.
1747         (json-skip-whitespace): Use skip-syntax-forward.
1749 2008-10-07  Alan Mackenzie  <acm@muc.de>
1751         * progmodes/cc-cmds.el (c-indent-line-or-region): Fix so that
1752         indenting a macro followed by blank lines doesn't backslash the
1753         following non-blank line into the macro.
1755 2008-10-06  Chong Yidong  <cyd@stupidchicken.com>
1757         * startup.el (before-init-time, after-init-time): Move into emacs.c.
1758         (command-line): Set after-init-time to nil before initialization.
1760 2008-10-06  Jay Belanger  <jay.p.belanger@gmail.com>
1762         * calc/calc-units.el (math-standard-units): Update the values
1763         of the units.
1765 2008-10-06  Juanma Barranquero  <lekktu@gmail.com>
1767         * bookmark.el (bookmark-unload-function): New function.
1769 2008-10-06  Andreas Schwab  <schwab@suse.de>
1771         * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
1773 2008-10-06  Martin Rudalics  <rudalics@gmx.at>
1775         * mail/footnote.el: Remove * in defcustom docstrings and tell
1776         for most options that customizing them doesn't affect buffers
1777         already displaying footnotes.
1778         (Footnote-refresh-footnotes, Footnote-renumber-footnotes):
1779         Fix handling of text properties and identical start/end tags.
1780         Do not use format when renumbering.
1781         (Footnote-set-style): Make it work.
1782         (Footnote-insert-numbered-footnote): Simplify.
1783         (Footnote-narrow-to-footnotes, Footnote-insert-footnote)
1784         (Footnote-goto-footnote): Fix handling of empty section tag.
1785         (Footnote-delete-footnote): Fix handling of identical start/end
1786         tags, empty section tag, and spaced footnotes.  Do not use
1787         kill-region.
1788         (footnote-mode): Make most options buffer-local to avoid that
1789         customizing messes up handling of footnotes in buffers that
1790         already display them.
1792 2008-10-06  Dan Nicolaescu  <dann@ics.uci.edu>
1794         * faces.el (x-create-frame-with-faces): Undo previous change.
1796         * vc-cvs.el (vc-cvs-after-dir-status): Parse the output for non
1797         existent files.
1799 2008-10-05  Chong Yidong  <cyd@stupidchicken.com>
1801         * international/mule-cmds.el (universal-coding-system-argument):
1802         Handle digit-argument too.
1804 2008-10-05  Mario Lang  <mlang@delysid.org>
1806         * xml.el (xml-parse-string): Use skip-chars-forward.
1808 2008-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
1810         * vc-bzr.el (vc-bzr-after-dir-status): Parse the output for non
1811         existent files.
1812         (vc-bzr-dir-status-files): New function.
1814 2008-10-04  Glenn Morris  <rgm@gnu.org>
1816         * files.el (make-temp-file): Handle empty `prefix'.  (Bug#1081)
1818         * vc-svn.el (vc-svn-after-dir-status): Handle `svn status -u' output.
1819         (vc-svn-dir-status): Respect vc-stay-local-p.  (Bug#1046)
1821         * vc-cvs.el (vc-cvs-dir-status-heuristic): New function.
1822         (vc-cvs-dir-status): Respect vc-stay-local-p.  (Bug#1046)
1824 2008-10-04  David J. Biesack  <David.Biesack@sas.com>  (tiny change)
1826         * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
1827         Fix typo.  (Bug#1074)
1829 2008-10-04  Martin Rudalics  <rudalics@gmx.at>
1831         * progmodes/compile.el (compilation-start): Make sure to move to
1832         point-max only when we are in the compilation buffer.  (Bug#1073)
1834 2008-10-04  Dan Nicolaescu  <dann@ics.uci.edu>
1836         * faces.el (x-create-frame-with-faces): Only setup the toolbar if
1837         tool-bar-mode is on.
1839         * vc-svn.el (vc-svn-dir-status-files):
1840         * vc-cvs.el (vc-cvs-dir-status-files): New function.
1842 2008-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
1844         * vc-hg.el (vc-hg-dir-status-files): New function.
1846 2008-10-03  Martin Rudalics  <rudalics@gmx.at>
1848         * window.el (window--display-buffer-1): Don't care about
1849         visibility since raise-frame does.
1851 2008-10-03  Mario Lang  <mlang@delysid.org>
1853         * nxml/xmltok.el (xmltok-forward): Simplify.
1855 2008-10-03  Glenn Morris  <rgm@gnu.org>
1857         * Makefile.in (ELCFILES): Update.
1859         * frame.el (set-default-font): Make obsolete.
1860         * mouse.el (mouse-set-font): Use set-frame-font.
1862         * jka-cmpr-hook.el (jka-compr-compression-info-list)
1863         (jka-compr-mode-alist-additions): Also match `.tbz2'.
1865         * progmodes/idlwave.el (auto-mode-alist): Remove unnecessary autoload.
1866         * files.el (auto-mode-alist): Add .PRO as per above autoload.
1868 2008-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
1870         * vc-dir.el (vc-dir-mode): Don't create the ewoc header here.
1871         (vc-dir-refresh): Set it here instead.  (Bug#1067)
1873 2008-10-02  Chong Yidong  <cyd@stupidchicken.com>
1875         * faces.el (inhibit-frame-set-background-mode): New var.
1876         (frame-set-background-mode): Use it to avoid a loop in
1877         face-spec-recalc.
1879 2008-10-02  Glenn Morris  <rgm@gnu.org>
1881         * vc-bzr.el (vc-bzr-diff): Use vc-switches rather than the obsolete
1882         vc-diff-switches.
1884 2008-10-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1886         * whitespace.el: Eliminate whitespace-kill-buffer-hook functionality,
1887         that is, to take some action when a buffer is killed.  Suggested by
1888         Stefan Monnier <monnier@iro.umontreal.ca>.  Doc fix.  New version
1889         11.2.2.
1890         (whitespace-action): Docstring and :type fix.
1891         (whitespace-turn-on, whitespace-turn-off, whitespace-warn-read-only):
1892         Code fix.
1893         (whitespace-add-local-hook, whitespace-remove-local-hook)
1894         (whitespace-kill-buffer-hook, whitespace-action): Fun eliminated.
1896 2008-10-01  Magnus Henoch  <mange@freemail.hu>
1898         * net/tls.el (open-tls-stream): Show the actual command being
1899         executed, instead of the format string.
1901 2008-10-01  Eli Zaretskii  <eliz@gnu.org>
1903         * term/internal.el (dos-locale-alist): New alist.
1904         (dos-codepage-setup): Use it to compute a value of locale with
1905         which to call set-locale-environment.  Remove code to set
1906         terminal, keyboard, and file-name encoding (done by
1907         set-locale-environment).
1909         * international/mule-cmds.el
1910         (set-language-environment-nonascii-translation): Fix nonascii
1911         value for `pc' ``window-system''.
1912         (set-display-table-and-terminal-coding-system)
1913         (set-default-coding-systems): Don't special-case `pc'.
1915 2008-10-01  Glenn Morris  <rgm@gnu.org>
1917         * filesets.el (filesets-menu-name): Fix type.
1918         (filesets-menu-path, filesets-menu-before): Fix types.
1919         Change defaults to be consistent with recentf.  (Bug#1056)
1921 2008-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1923         * term/xterm.el (xterm-turn-on-modify-other-keys)
1924         (xterm-turn-off-modify-other-keys, xterm-remove-modify-other-keys):
1925         Don't forget to pass `terminal' to `send-string-to-terminal'.
1927 2008-09-30  Michael Albinus  <michael.albinus@gmx.de>
1929         * vc-hooks.el (vc-file-clearprops): Revert change from 2008-09-29.
1930         (vc-file-not-found-hook): Check, that `buffer-file-name' is
1931         non-nil.  It is not clear, whether this is only fixing symptoms on
1932         an error.  OTOH, in all other cases, the call of `vc-file-clearprops'
1933         is embedded by that check.  So it might be TRT.  Suggested by Dan
1934         Nicolaescu <dann@ics.uci.edu>.
1936 2008-09-30  Eli Zaretskii  <eliz@gnu.org>
1938         * Makefile.in (ELCFILES): Remove codepage.elc.
1940         * international/codepage.el: File removed, as even ms-dos doesn't
1941         need it anymore.
1943         * loadup.el [ms-dos]: Don't load ccl and codepage.
1945         * term/internal.el: Remove coding: cookie and no-byte-compile flag.
1946         (IT-character-translations, cjk-codepages-alist): Remove variables.
1947         (IT-display-table-setup, dos-cpNNN-setup): Remove functions.
1948         (IT-unicode-translations): Remove charset and base elements.
1949         Add translations for Latin-1 characters.
1950         (IT-setup-unicode-display): Accept a CODING argument.  Don't use
1951         base and chset elements of IT-unicode-translations.  Don't wrap
1952         translation in "{...}".  Set up translations only for characters
1953         for which unencodable-char-position returns non-nil.
1954         (dos-codepage-setup): Don't use special-case codepages in
1955         cjk-codepages-alist.
1957         * files.el (locate-dominating-file): Wrap directory-files with
1958         condition-case, instead of calling file-directory-p, which stats
1959         the directory one more time.
1961         * mail/mail-utils.el (mail-unquote-printable-region):
1962         Use insert-byte instead of insert-char, when the UNIBYTE arg is
1963         non-nil.
1965 2008-09-30  Daiki Ueno  <ueno@unixuser.org>
1967         * epa-file.el (epa-file-insert-file-contents): Fix typo.
1969 2008-09-30  Glenn Morris  <rgm@gnu.org>
1971         * progmodes/which-func.el (which-func-imenu-joiner-function): Doc fix.
1973 2008-09-30  Daniel Colascione  <danc@merrillpress.com>
1975         * progmodes/which-func.el (which-func-imenu-joiner-function): New.
1976         (which-function): Handle nested imenu trees.
1978         * imenu.el (imenu--split-menu): Fix bug with shared lists that deleted
1979         some nested menu items.
1981 2008-09-30  Jay Belanger  <jay.p.belanger@gmail.com>
1983         * calc/calc-units.el (math-standard-units): Add entries used to
1984         display the the values in the units buffer.
1985         (math-build-units-table): Add entries to the units table to be used
1986         to display the values in the units buffer.
1987         (math-build-units-table-buffer): Use the display entry of the units
1988         table when non-nil.
1989         (calc-define-unit): Add option to enter display value of unit.
1991 2008-09-29  Michael Albinus  <michael.albinus@gmx.de>
1993         * vc-hooks.el (vc-file-clearprops): Check, that FILE is a string.
1995 2008-09-29  Eli Zaretskii  <eliz@gnu.org>
1997         * files.el (locate-dominating-file): Take file-attributes of
1998         `dir', not of `file' (which never changes).
2000 2008-09-29  Michael Albinus  <michael.albinus@gmx.de>
2002         * files.el (file-remote-p): Precise doc string; IDENTIFICATION can
2003         also be `localname'.
2005         * net/ange-ftp.el (ange-ftp-file-remote-p): Handle `localname' as
2006         IDENTIFICATION.
2008 2008-09-28  Glenn Morris  <rgm@gnu.org>
2010         * vc.el (vc-switches): Give it a doc string.
2012 2008-09-28  Romain Francoise  <romain@orebokech.com>
2014         * comint.el (comint-show-output): Adjust to stickiness changes of
2015         the output field.
2017         * startup.el (command-line): Start the daemon server later.
2019 2008-09-28  Martin Rudalics  <rudalics@gmx.at>
2021         * subr.el (read-quoted-char): Call char-resolve-modifiers
2022         instead of char-resolve-modifers.
2024 2008-09-27  Glenn Morris  <rgm@gnu.org>
2026         * play/solitaire.el (solitaire-mode-map): Bind "\r" rather
2027         than [return].  (Bug#1031)
2029 2008-09-27  Peter Dyballa  <Peter_Dyballa@Freenet.DE>
2031         * calendar/calendar.el (solar-sunrises-buffer): Fix typo.
2033 2008-09-27  Daiki Ueno  <ueno@unixuser.org>
2035         * epg.el (epg-wait-for-status): Check if there is no pending status.
2036         Reported by Ted Romer <ted@romerfamily.com>.
2038 2008-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
2040         * startup.el (command-line): Turn on menu-bar-mode and
2041         tool-bar-mode when running as a daemon.
2043 2008-09-26  Eli Zaretskii  <eliz@gnu.org>
2045         * makefile.w32-in ($(lisp)/progmodes/cc-mode.elc): Remove.
2046         ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
2047         ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
2048         ($(lisp)/progmodes/cc-engine.elc)
2049         ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
2050         ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
2051         ($(lisp)/progmodes/cc-subword.elc)
2052         ($(lisp)/progmodes/cc-vars.elc): New dependencies.
2054         * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Remove.
2055         ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
2056         ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
2057         ($(lisp)/progmodes/cc-engine.elc)
2058         ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
2059         ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
2060         ($(lisp)/progmodes/cc-subword.elc)
2061         ($(lisp)/progmodes/cc-vars.elc): New dependencies.
2063 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2065         * informat.el (Info-split-threshold): New variable.
2066         (Info-split): Use it.
2068         * textmodes/texinfmt.el (texinfo-format-buffer):
2069         Use Info-split-threshold to decide whether to split Info files.
2071 2008-09-25  Chong Yidong  <cyd@stupidchicken.com>
2073         * progmodes/octave-mod.el (octave-mode-menu): Fix incorrect
2074         quoting.
2076         * comint.el (comint-dynamic-complete-as-filename): Quote directory
2077         name when reinserting it.
2079         * isearch.el (isearch-search-fun): Use word-search-forward-lax and
2080         word-search-backward-lax for incremental word search.
2082 2008-09-25  Juanma Barranquero  <lekktu@gmail.com>
2084         * generic-x.el (generic-other-modes): Fix typo in docstring.
2085         (generic-use-find-file-hook, generic-lines-to-scan)
2086         (generic-find-file-regexp, generic-ignore-files-regexp)
2087         (generic-define-mswindows-modes, generic-define-unix-modes):
2088         Remove `*' from docstring.
2089         (generic-mode-find-file-hook): Use `string-match-p'.
2090         (apache-log-generic-mode, mailagent-rules-generic-mode)
2091         (prototype-generic-mode, pkginfo-generic-mode, javascript-generic-mode)
2092         (java-manifest-generic-mode, java-properties-generic-mode)
2093         (alias-generic-mode): Doc fix: use "Generic mode" in docstrings
2094         for consistency with other modes in generic-x.el.
2096 2008-09-25  Martin Rudalics  <rudalics@gmx.at>
2098         * textmodes/tex-mode.el (latex-handle-escaped-parens): New variable.
2099         (latex-backward-sexp-1, latex-forward-sexp-1): Treat escaped
2100         parens specially only if latex-handle-escaped-parens is non-nil.
2101         (latex-indent-within-escaped-parens): New option.
2102         (latex-find-indent): Bind latex-handle-escaped-parens to
2103         latex-indent-within-escaped-parens.  Do not treat escaped parens
2104         specially when this is nil.  (Bug#954)
2106 2008-09-25  Glenn Morris  <rgm@gnu.org>
2108         * ffap.el (ffap-fixup-url): Don't call url-normalize-url.  (Bug#898)
2110 2008-09-25  Chong Yidong  <cyd@stupidchicken.com>
2112         * vc.el (vc-mark-resolved): Move message here from
2113         vc-default-mark-resolved.
2114         (vc-default-mark-resolved): Change to an alias for ignore.
2116 2008-09-24  Andreas Politz  <politza@fh-trier.de>  (tiny change)
2118         * term.el (term-emulate-terminal): Encode input string before
2119         checking its length.
2121 2008-09-24  Chong Yidong  <cyd@stupidchicken.com>
2123         * progmodes/sh-script.el (sh-mode-map): Don't assume that skeleton
2124         is loaded.
2126         * server.el (server-buffer-done): Avoid changing the buffer when
2127         deleting the client's frame (bug#640).
2129         * vc.el (vc-default-mark-resolved): New function.
2131 2008-09-24  Stephen Berman  <stephen.berman@gmx.net>
2133         * mail/rfc822.el (rfc822-addresses): Prevent rfc822-bad-address
2134         from raising a wrong-type-argument error.
2136 2008-09-24  Martin Rudalics  <rudalics@gmx.at>
2138         * help-fns.el (describe-function-1, describe-variable): Print
2139         relative file name in help buffer.
2140         * faces.el (describe-face): Print relative file name in help
2141         buffer.
2143 2008-09-23  Romain Francoise  <romain@orebokech.com>
2145         * subr.el (with-output-to-string): Make sure that the temporary
2146         buffer gets killed.
2148 2008-09-23  Markus Sauermann  <markus@sauermann-consulting.de>  (tiny change)
2150         * emacs-lisp/lisp-mode.el (calculate-lisp-indent): Fix
2151         indentation problem with keyword symbols when a list starts with
2152         ,@ or spaces.  (Bug#1012)
2154 2008-09-23  Martin Rudalics  <rudalics@gmx.at>
2156         * textmodes/tex-mode.el (latex-find-indent): Try to handle
2157         escaped close parens correctly.  (Bug#954)
2159 2008-09-22  Tassilo Horn  <tassilo@member.fsf.org>
2161         * play/fortune.el (fortune-in-buffer): Fix a bug which forced
2162         usage of `fortune-file' even though a FILE argument was passed to
2163         the function.
2165 2008-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
2167         * startup.el (command-line): Start the server when in daemon mode.
2168         Remove always true test.
2170         * frame.el (frame-initialize): Remove spurious setting of
2171         special-display-function with the default value.
2173 2008-09-20  Vincent Belaïche  <vincent.b.1@hotmail.fr>
2175         * calc/calc-vec.el (calcFunc-venum): Properly handle intervals.
2177 2008-09-20  Glenn Morris  <rgm@gnu.org>
2179         * emacs-lisp/lisp-mode.el (lisp-indent-offset):
2180         Fix custom type.  (Bug#1011)
2182 2008-09-20  David De La Harpe Golden  <david@harpegolden.net>
2184         * files.el (move-file-to-trash): Avoid recursive trashing if
2185         rename-file calls delete-file.
2187 2008-09-20  Glenn Morris  <rgm@gnu.org>
2189         * play/fortune.el: Remove leading `*' from defcustom docs.
2190         (fortune-program-options): Doc fix.  Allow to be a string again.
2191         Add :version.
2192         (fortune-in-buffer): Handle fortune-program-options as a string.
2193         Don't rely on fortune program accepting options after fortune file.
2195 2008-09-20  Justin Bogner  <mail@justinbogner.com>  (tiny change)
2197         * play/fortune.el (fortune-program-options): Change to a list.
2198         (fortune-in-buffer): Use apply.
2200 2008-09-20  Ulrich Mueller  <ulm@kph.uni-mainz.de>
2202         * emacs-lisp/authors.el: Change encoding of file to utf-8.
2203         (authors-coding-system): Likewise.
2205 2008-09-20  Ami Fischman  <ami@fischman.org>
2207         * savehist.el (savehist-save): Handle errors in writing as well as
2208         reading.
2210 2008-09-20  Michael Olson  <mwolson@gnu.org>
2212         * emacs-lisp/tq.el (tq-create): Disable undo in tq buffer in order
2213         to provide a minimal performance boost.
2215 2008-09-19  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2217         * proced.el (proced-grammar-alist, proced-custom-attributes)
2218         (proced-format-alist, proced-format, proced-filter-alist)
2219         (proced-filter, proced-sort): Use defcustom.
2220         (proced-mode): Fix docstring.
2221         (proced-process-attributes): Handle return value nil of functions
2222         in proced-custom-attributes.
2224 2008-09-19  Martin Rudalics  <rudalics@gmx.at>
2226         * textmodes/sgml-mode.el (sgml-tag-syntax-table): Remove prefix
2227         flag from "'" entry in sgml-tag-syntax-table.  (Bug#946)
2229 2008-09-19  Miles Bader  <miles@gnu.org>
2231         * comint.el (comint-output-filter): Make field properties for
2232         output text front-sticky.
2234 2008-09-18  Dan Nicolaescu  <dann@ics.uci.edu>
2236         * vc-bzr.el (vc-bzr-show-log-entry):
2237         * vc-git.el (vc-git-show-log-entry): Deal with a nil argument,
2238         C-x v l for a directory uses that.
2240 2008-09-18  Simon Josefsson  <simon@josefsson.org>
2242         * files.el (auto-mode-alist): Use sieve-mode for .sv, .siv, and
2243         .sieve files.
2245 2008-09-18  Martin Rudalics  <rudalics@gmx.at>
2247         * help-macro.el (make-help-screen): Preserve key bindings
2248         established in help-mode call when exiting this macro.
2250 2008-09-17  Kenichi Handa  <handa@m17n.org>
2252         * language/burmese.el: Fix setting of composition-function-table.
2254 2008-09-17  Martin Rudalics  <rudalics@gmx.at>
2256         * info.el (Info-follow-nearest-node): Don't raise an error for
2257         mouse-1 clicks.
2259 2008-09-17  Jay Belanger  <jay.p.belanger@gmail.com>
2261         * calc/calc-units.el (calc-convert-temperature): Use default
2262         units when appropriate.
2264 2008-09-16  Markus Triska  <markus.triska@gmx.at>
2266         * textmodes/flyspell.el (flyspell-math-tex-command-p): Always
2267         catch errors raised in `texmathp'.
2268         (flyspell-tex-math-initialized): Remove.
2270 2008-09-16  Martin Rudalics  <rudalics@gmx.at>
2272         * frame.el (select-frame-set-input-focus): With non-nil
2273         mouse-autoselect-window always move mouse cursor to frame's
2274         selected window.  Otherwise restore pre 2008-09-13 behavior.
2275         (select-frame-by-name): Use select-frame-set-input-focus.
2277         * files.el (switch-to-buffer-other-frame): Don't raise frame since
2278         pop-to-buffer already does it.
2279         (display-buffer-other-frame): Fix doc-string.
2281 2008-09-16  Glenn Morris  <rgm@gnu.org>
2283         * add-log.el (diff-find-source-location): Update declaration.
2285         * progmodes/make-mode.el (makefile-match-function-end):
2286         Move point.  (Bug#983)
2288 2008-09-16  Daiki Ueno  <ueno@unixuser.org>
2290         * epg.el (epg-start-verify): Pass "--verify" to gpgsm.
2292 2008-09-15  Juanma Barranquero  <lekktu@gmail.com>
2294         * vc-rcs.el (vc-rcs-steal-lock, vc-rcs-checkout): Fix docstring typos.
2295         (vc-rcs-fetch-master-state, vc-rcs-system-release): Doc fixes.
2297 2008-09-15  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
2299         * vc-rcs.el (vc-rcs-rollback): Fix typos in docstring.
2301 2008-09-15  Martin Rudalics  <rudalics@gmx.at>
2303         * files.el (file-truename): Don't raise args-out-of-range error
2304         when filename has no separator on windows-nt.  (Bug#982)
2306 2008-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2308         * diff-mode.el (diff-find-file-name): Rename `batch' to `noprompt' and
2309         be more honest when we don't know.
2310         (diff-tell-file-name): Don't prompt before the actual prompt.
2311         (diff-mode): Don't prompt in add-log-buffer-file-name-function.
2312         (diff-find-source-location): Add `noprompt' argument.
2313         (diff-current-defun): Don't prompt.
2315 2008-09-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2317         * proced.el (proced-mark-face, proced-marked-face)
2318         (proced-sort-header-face): Remove.
2319         (proced-font-lock-keywords): Simplify.
2320         (proced-format): Use face proced-sort-header.
2321         (proced-format-interactive, proced-sort-interactive)
2322         (proced-filter-interactive): Only call proced-update if the scheme
2323         has changed.
2324         (proced-sort-header): Use posn-actual-col-row.
2326 2008-09-14  Martin Rudalics  <rudalics@gmx.at>
2328         * add-log.el (change-log-find-window): New variable.
2329         (change-log-goto-source-1, change-log-goto-source):
2330         Set change-log-find-window to window displaying source.
2331         (change-log-next-error): Select window specified by
2332         change-log-find-window.
2334 2008-09-13  Martin Rudalics  <rudalics@gmx.at>
2336         * frame.el (select-frame-set-input-focus): With focus follows
2337         mouse move mouse cursor to right window.
2338         * window.el (pop-to-buffer): Select window before calling
2339         select-frame-set-input-focus.
2341 2008-09-12  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2343         * proced.el (proced-sort-header): New face.
2344         (proced-sort-header-face): New variable.
2345         (proced-format): Allow format value nil.
2346         Use proced-sort-header-face for header of sort column.
2347         (proced-format-args): New function.
2348         (proced-grammar-alist, proced-timer-flag, proced-process-alist)
2349         (proced-header-help-echo, proced-field-help-echo, proced-timer)
2350         (proced-toggle-timer-flag, proced, proced-mode): Doc fix.
2351         (proced-refine): Rename from proced-filter-attribute.  Doc fix.
2352         (proced-sort-header): Bind also to mouse-1.
2353         (proced-move-to-goal-column): Return position of point.
2354         (proced-filter-interactive): Always revert listing.
2355         (proced-format-ttname): Simplify.
2356         (proced-update): Do not keep undo information.  Put point at
2357         beginning of buffer if we generate the first listing.
2359 2008-09-12  Tassilo Horn  <tassilo@member.fsf.org>
2361         * doc-view.el (doc-view-scroll-up-or-next-page)
2362         (doc-view-scroll-down-or-previous-page): Fix scrolling in case of
2363         vertically split windows.
2365 2008-09-12  Glenn Morris  <rgm@gnu.org>
2367         * progmodes/f90.el (f90-mode-map): Don't bind \t and \r.
2369         * indent.el (indent-line-function): Doc fix.
2370         * progmodes/sh-script.el (sh-font-lock-open-heredoc): Doc fix.
2372 2008-09-11  Martin Rudalics  <rudalics@gmx.at>
2374         * window.el (pop-to-buffer): If the window for buffer-or-name is
2375         not on the selected frame, raise that window's frame and give it
2376         input focus.  (Bug#745)
2378 2008-09-11  Glenn Morris  <rgm@gnu.org>
2380         * ido.el (ido-mode): Initialize with custom-initialize-default,
2381         rather than a set function.  (Bug#947)
2383 2008-09-10  Chong Yidong  <cyd@stupidchicken.com>
2385         * replace.el (perform-replace): Don't set inhibit-read-only using
2386         query-replace-skip-read-only (bug#956).
2388         * edmacro.el (edmacro-parse-keys): Fix last change to omit macros
2389         of the <<foo>> form.
2391 2008-09-10  Martin Rudalics  <rudalics@gmx.at>
2393         * window.el (display-buffer): Fix doc-string typo.
2395 2008-09-10  Kenichi Handa  <handa@m17n.org>
2397         * composite.el (compose-gstring-for-graphic): Fix previous change.
2399 2008-09-10  Glenn Morris  <rgm@gnu.org>
2401         * info.el (Info-try-follow-nearest-node): Fix doc typo.
2403 2008-09-10  Stephen Berman  <stephen.berman@gmx.net>
2405         * info.el (Info-mouse-follow-nearest-node): Follow links to different
2406         manuals.  (Bug#886)
2408 2008-09-09  Juanma Barranquero  <lekktu@gmail.com>
2410         * ido.el (ido-unload-function): New function.
2412 2008-09-08  Juanma Barranquero  <lekktu@gmail.com>
2414         * ido.el (ido-file-internal): Fix typo in prompt.
2415         (ido-merge-ftp-work-directories, ido-max-work-file-list): Doc fixes.
2416         (ido-max-prospects, ido-max-file-prompt-width, ido-ignore-buffers)
2417         (ido-enable-prefix, ido-setup-hook, ido-rewrite-file-prompt-functions)
2418         (ido-magic-forward-char, ido-magic-delete-char, ido-pop-dir):
2419         Fix typos in docstrings.
2421 2008-09-08  Martin Rudalics  <rudalics@gmx.at>
2423         * help-fns.el (describe-function-1): Don't print extra newline
2424         after filling.
2426 2008-09-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2428         * help-fns.el (find-lisp-object-file-name): Handle case where
2429         library is compressed.
2431 2008-09-07  Chong Yidong  <cyd@stupidchicken.com>
2433         * complete.el (PC-do-completion): Don't replace buffer
2434         contents (bug#227).
2436 2008-09-07  Juanma Barranquero  <lekktu@gmail.com>
2438         * loadhist.el (unload-feature-special-hooks):
2439         Add `choose-completion-string-functions'.
2441 2008-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2443         * vc-svn.el (vc-svn-root):
2444         * vc-sccs.el (vc-sccs-root):
2445         * vc-rcs.el (vc-rcs-root):
2446         * vc-cvs.el (vc-cvs-root): Delete.
2447         * vc-hooks.el (vc-find-root): Remove `invert' argument.
2449 2008-09-07  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
2451         * progmodes/flymake.el (flymake-parse-err-lines): Filter out
2452         errors occurring in different files.
2454 2008-09-07  Dan Nicolaescu  <dann@ics.uci.edu>
2456         * vc-bzr.el (vc-bzr-extra-fileinfo): New defstruct.
2457         (vc-bzr-status-printer): New function.
2458         (vc-bzr-after-dir-status): Deal with renamed files.
2460 2008-09-07  Johan Euphrosine  <proppy@aminche.com>  (tiny change)
2462         * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Shell quote
2463         buffer's filename.
2465 2008-09-07  Martin Rudalics  <rudalics@gmx.at>
2467         * subr.el (cancel-change-group): Widen buffer temporarily when
2468         undoing changes.  (Bug#810)
2470 2008-09-07  Nick Roberts  <nickrob@snap.net.nz>
2472         * progmodes/gud.el (gud-stop-subjob): Using jdb, suspend threads
2473         with gud-stop-subjob rather than exit debugger.
2475 2008-09-07  Kenichi Handa  <handa@m17n.org>
2477         * composite.el: Compose combining characters only when it
2478         follows a character matching with "[[:alpha:]]".
2480 2008-09-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2482         * proced.el: Require time-date.
2483         (proced-command-alist, proced-command, proced-goal-header-re)
2484         (proced-sorting-schemes-alist, proced-sorting-scheme)
2485         (proced-header-alist, proced-sorting-schemes-re)
2486         (proced-skip-regexp, proced-next-line, proced-previous-line)
2487         (proced-listing-type, proced-sorting-scheme-p): Remove.
2488         (proced-grammar-alist, proced-custom-attributes)
2489         (proced-format-alist, proced-format, proced-filter-alist)
2490         (proced-filter, proced-sort, proced-goal-attribute)
2491         (proced-timer-interval, proced-timer-flag, proced-timer)
2492         (proced-process-alist, proced-sort-internal, proced-process-tree)
2493         (proced-header-help-echo, proced-field-help-echo): New variables.
2494         (proced-pid-at-point, proced-timer, proced-mark-process-alist)
2495         (proced-omit-process, proced-filter, proced-process-tree)
2496         (proced-filter-children, proced-children-pids)
2497         (proced-filter-parents, proced-<, proced-string-lessp)
2498         (proced-time-lessp, proced-xor, proced-sort-p)
2499         (proced-format-time, proced-format-start, proced-format-ttname)
2500         (proced-format, proced-process-attributes): New functions.
2501         (proced-toggle-timer-flag, proced-mark-children)
2502         (proced-mark-parents, proced-filter-interactive)
2503         (proced-filter-attribute, proced-sort-interactive)
2504         (proced-sort-header, proced-format-interactive): New commands.
2505         (proced-move-to-goal-column): Use goal-column.
2506         (proced-mode): Use proced-timer.
2507         (proced-do-mark-all): Display process count.  Use use-region-p.
2508         Simplify.
2509         (proced-omit-processes): Use use-region-p.
2510         (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
2511         (proced-sort-start, proced-sort-time, proced-sort-user):
2512         Use proced-sort-interactive.
2513         (proced-sort): Make it a function that performs the actual sort.
2514         (proced-update): New arg revert.  Use proced-process-alist,
2515         proced-filter, proced-sort, proced-format, and
2516         proced-grammar-alist.  Preserve position of point based on fields.
2517         Make header line and fields clickable.
2518         (proced-send-signal): Use proced-pid-at-point and proced-process-alist.
2519         (proced-why): Use save-selected-window.
2520         (proced-log): Use buffer-read-only.
2522 2008-09-06  Chong Yidong  <cyd@stupidchicken.com>
2524         * tooltip.el (tooltip-mode): Initialize unconditionally to t.
2526 2008-09-06  Glenn Morris  <rgm@gnu.org>
2528         * add-log.el (diff-find-source-location): Declare.
2529         (find-change-log): If called from a diff buffer, try to switch to the
2530         source buffer (e.g. to respect change-log-default-name there).
2532         * progmodes/sh-script.el (sh-get-kw): Remove '()' from the list of
2533         unallowed characters; added 2006-10-10 without comment.  (Bug#753)
2535         * Makefile.in (ELCFILES): Update.
2537 2008-09-06  Chong Yidong  <cyd@stupidchicken.com>
2539         * textmodes/ispell.el (ispell-command-loop): Suspend ispell if the
2540         user enters a mouse event in another frame, or a special event.
2542         * server.el (server-switch-buffer): New arg.
2543         (server-execute): If reusing an existing window, set file position
2544         if required.
2546 2008-09-06  Kenichi Handa  <handa@m17n.org>
2548         * language/lao.el: Fix setting of composition-function-table.
2550 2008-09-06  Eli Zaretskii  <eliz@gnu.org>
2552         * term/pc-win.el (msdos-show-help): Don't truncate lines while
2553         displaying help echo messages.
2555 2008-09-06  Martin Rudalics  <rudalics@gmx.at>
2557         * subr.el (symbol-file): Fix doc-string.
2559 2008-09-06  Glenn Morris  <rgm@gnu.org>
2561         * help-mode.el (help-xref-forward-stack): Doc fix.
2563         * add-log.el (change-log-default-name): Autoload safety.
2565 2008-09-05  Wilson Snyder  <wsnyder@wsnyder.org>
2567         * verilog-mode.el (verilog-library-extensions): Enable .sv
2568         filename extensions to call verilog-mode.
2569         (verilog-auto, verilog-auto-inst, verilog-faq)
2570         (verilog-submit-bug-report): Update author support URLs.
2571         (verilog-delete-auto, verilog-auto-inout-module)
2572         (verilog-auto-inout-comp, verilog-auto): Add AUTOINOUTCOMP for
2573         creating complemented testbench modules.  Suggested by Yishay Belkind.
2574         (verilog-auto-inst-port, verilog-simplify-range-expression):
2575         When verilog-auto-inst-param-value is set, don't require a
2576         AUTO_TEMPLATE to expand parameter substitutions.  Suggested by
2577         Yishay Belkind.
2578         (verilog-auto-inst-param-value): Add safe variable.
2579         (verilog-re-search-forward, verilog-re-search-backward):
2580         Fix returning wrong search results on Emacs 22.1.
2581         (verilog-modi-cache-results, verilog-auto): Fix warning message
2582         about "toggling font-lock-mode."
2583         (verilog-auto): Fix losing font-lock on errors.
2584         (verilog-auto-inst-param-value, verilog-mode-version)
2585         (verilog-mode-version-date, verilog-read-inst-param-value)
2586         (verilog-auto-inst, verilog-auto-inst-param)
2587         (verilog-auto-inst-port, verilog-simplify-range-expression):
2588         Allow parameters to be replaced with their values, on the expansion of
2589         an AUTOINST with Verilog 2001 style parameter settings.
2590         Suggested by David Rogoff.
2592 2008-09-05  Michael McNamara  <mac@mail.brushroad.com>
2594         * verilog-mode.el (verilog-beg-block-re-ordered, verilog-calc-1):
2595         Better support for the property statement.  Sometimes this keyword
2596         introduces a statement which requires an endproperty keyword, and
2597         sometimes it doesn't, depending on the work before the property
2598         word.  If property is prefixed with assert, assume or cover
2599         keyword, then the statement is ended with a ';'.  Otherwise,
2600         property is like task or specify, and is followed by some number
2601         of statements, which are ended with an endproperty keyword.
2602         (electric-verilog-tab): Support Emacs 22.2 style handling of tab
2603         in a highlighted region: indent each line in region according to
2604         mode.  Supply this so it works in XEmacs and older Emacs.
2606 2008-09-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2608         * whitespace.el (whitespace-kill-buffer-hook, whitespace-action):
2609         Don't clean up a buffer when killing it.
2611 2008-09-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2613         * whitespace.el: Fix auto-cleanup on kill prevents killing read-only
2614         buffers (bug#360).  New version 11.2.1.
2615         (whitespace-action): New value `warn-read-only' to give a warning when
2616         buffer is read-only and whitespace action is cleanup or auto-cleanup.
2617         (whitespace-cleanup, whitespace-cleanup-region): Code fix.
2618         (whitespace-warn-read-only): New fun.
2620 2008-09-05  Chong Yidong  <cyd@stupidchicken.com>
2622         * international/quail.el: Require help-mode.
2623         (quail-help-init): Function removed.
2624         (quail-keyboard-layout-button, quail-keyboard-customize-button):
2625         Define directly.
2627         * dired.el (dired-get-filename): Rewrite octal escape character
2628         processor (bug#885).
2630 2008-09-05  Eli Zaretskii  <eliz@gnu.org>
2632         * cus-edit.el (custom-button-pressed): Default to inverse-video.
2634         * term/pc-win.el (msdos-face-setup): Setup faces for all frames,
2635         not just for terminal-frame.
2637 2008-09-05  Martin Rudalics  <rudalics@gmx.at>
2639         * window.el (window--try-to-split-window): Don't split when window
2640         is not splittable in last disjunct.  (Bug#888)
2642 2008-09-05  Kenichi Handa  <handa@m17n.org>
2644         * language/tibetan.el: Fix setting of composition-function-table.
2646         * composite.el (find-composition): Mention about the automatic
2647         composition in the docstring.
2648         (compose-gstring-for-graphic): Fix handling "above" marks.
2650         * descr-text.el (describe-char): Fix handling of automatic composition.
2652 2008-09-04  Juanma Barranquero  <lekktu@gmail.com>
2654         * net/tramp-cache.el (tramp-flush-file-function): Fix docstring typo.
2655         (tramp-parse-connection-properties): Reflow docstring.
2657 2008-09-04  Kim F. Storm  <storm@cua.dk>
2659         * ido.el (ido-buffer-internal, ido-file-internal): Pass on other-window
2660         and other-frame methods when switching between file and buffer modes.
2662 2008-09-04  Martin Rudalics  <rudalics@gmx.at>
2664         * info.el (Info-dir-remove-duplicates): Narrow buffer when
2665         removing duplicate entries under same heading.  Don't skip char
2666         matching anything but a space or tab at bol.  (Bug#864)
2668 2008-09-03  Alan Mackenzie  <acm@muc.de>
2670         * progmodes/cc-defs.el (c-version): Increment to 5.31.6.
2672 2008-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2674         * minibuffer.el (completion-pcm--pattern->regex): Undo last change.
2675         (completion-pcm--all-completions): Move the case-fold-search binding to
2676         it also applies to completion-regexp-list (used in all-completions).
2677         (completion-pcm--hilit-commonality): Add missing case-fold-search.
2679 2008-09-03  Martin Rudalics  <rudalics@gmx.at>
2681         * window.el (pop-up-frame-function): Move ...
2682         * frame.el (pop-up-frame-function): ... here, to avoid
2683         "CHANGED outside Customize;".
2685 2008-09-03  Glenn Morris  <rgm@gnu.org>
2687         * buff-menu.el (buffer-menu-mode-hook): Add obsolete alias.
2689 2008-09-03  Chong Yidong  <cyd@stupidchicken.com>
2691         * isearch.el (isearch-highlight-regexp): Fix last change, quoting
2692         non-alphabetical characters properly.
2694 2008-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
2696         * files.el (auto-mode-alist): Use verilog-mode for SystemVerilog files.
2698 2008-09-02  Martin Rudalics  <rudalics@gmx.at>
2700         * calc/calc.el (calc-dispatch-map): Fix handling of upcased and
2701         control-prefixed keys.  (Bug#835)
2703 2008-09-02  Chong Yidong  <cyd@stupidchicken.com>
2705         * image-mode.el (image-mode): Fix 2008-07-19 change.
2707 2008-09-02  Juanma Barranquero  <lekktu@gmail.com>
2709         * tool-bar.el (tool-bar-add-item): Fix typo in docstring.
2711         * emulation/tpu-edt.el (tpu-kill-buffer): Doc fix.
2713 2008-09-02  Glenn Morris  <rgm@gnu.org>
2715         * emacs-lisp/lucid.el (try-face-font): Remove dead alias.
2717         * progmodes/cc-langs.el (c-opt-op-identitier-prefix): Fix typo.
2719 2008-09-01  Glenn Morris  <rgm@gnu.org>
2721         * vc-hooks.el (vc-previous-version): Move alias to vc.el.
2722         * vc.el (vc-default-previous-version): Move alias here from vc-hooks,
2723         and fix name typos.  (Bug#856)
2725 2008-09-01  Chong Yidong  <cyd@stupidchicken.com>
2727         * minibuffer.el (completion-pcm--pattern->regex):
2728         When completion-ignore-case is non-nil, generate a regexp that
2729         ignores case.
2731         * window.el (recenter-top-bottom): Doc fix.
2733 2008-09-01  Simon South  <ssouth@member.fsf.org>
2735         * progmodes/delphi.el: New maintainer.
2736         (delphi-interface-types): New var.
2737         (delphi-composite-types): Use it.
2738         (delphi-enclosing-indent-of): Distinguish between "interface"
2739         keyword as a unit separator and used like a class declaration.
2741 2008-09-01  Martin Rudalics  <rudalics@gmx.at>
2743         * help-fns.el (describe-simplify-lib-file-name)
2744         (find-source-lisp-file): Remove.
2745         (find-lisp-object-file-name): New function giving preference to
2746         files found via load-path instead of loaddefs.el.
2747         (describe-function-1): Use new function instead of the removed
2748         ones.  (Bugs #587, #669, #690)
2749         * faces.el (describe-face): Use find-lisp-object-file-name instead
2750         of describe-simplify-lib-file-name.
2752 2008-09-01  Kenichi Handa  <handa@m17n.org>
2754         * international/mule-diag.el (font-show-log): Fix previous change.
2756         * international/mule-cmds.el (set-language-environment):
2757         Don't overwrite current-iso639-language if the current language
2758         environment doesn't provide that data.
2759         (set-locale-environment): Set current-iso639-language from the
2760         locale name.
2762         * international/fontset.el (script-representative-chars): Re-add
2763         the entry for symbol, but with vector of characters.
2764         (setup-default-fontset): Cancel previous change.
2766 2008-08-31  Chong Yidong  <cyd@stupidchicken.com>
2768         * ido.el: Move provide statement to the end of the file.
2770 2008-08-30  Markus Triska  <markus.triska@gmx.at>
2772         * linum.el (linum-mode): `window-size-change-functions' can now be
2773         buffer-local.
2774         (linum-update-window): Use result of `move-overlay'.
2776 2008-08-30  Glenn Morris  <rgm@gnu.org>
2778         * subr.el (make-variable-frame-local): Tweak obsolescence message.
2780         * info.el (Info-hide-note-references, Info-refill-paragraphs):
2781         Doc fixes.
2783         * apropos.el (apropos-command): Report documentation errors.
2784         * help-fns.el (describe-function-1): Handle broken aliases.  (Bug#825)
2786 2008-08-29  Chong Yidong  <cyd@stupidchicken.com>
2788         * isearch.el (isearch-highlight-regexp): Fix case of highlighted
2789         string.
2791 2008-08-29  Eli Zaretskii  <eliz@gnu.org>
2793         * bindings.el (mode-line-frame-identification): Fix last change.
2795 2008-08-29  Kenichi Handa  <handa@m17n.org>
2797         These changes are to adjust the automatic composition for the new
2798         implementation (avoid using text property).
2800         * composite.el (composition-function-table): Move declaration to
2801         composite.c.
2802         (terminal-composition-base-character-p): Delete it.
2803         (terminal-composition-function): Delete it.
2804         (terminal-composition-function-table): Delete it.
2805         (lgstring-header, lgstring-set-header, lgstring-font)
2806         (lgstring-char, lgstring-char-len, lgstring-shaped-p)
2807         (lgstring-set-id, lgstring-glyph, lgstring-glyph-len)
2808         (lgstring-set-glyph, lglyph-from, lglyph-to, lglyph-char)
2809         (lglyph-code, lglyph-width, lglyph-lbearing, lglyph-rbearing)
2810         (lglyph-ascent, lglyph-descent, lglyph-adjustment)
2811         (lglyph-set-from-to, lglyph-copy, lgstring-insert-glyph)
2812         (compose-glyph-string, compose-glyph-string-relative)
2813         (compose-gstring-for-graphic, compose-gstring-for-terminal):
2814         New functions.
2815         (auto-compose-chars): Argument changed.
2817         * language/european.el: Don't setup composition-function-table.
2818         (diacritic-composition-pattern, diacritic-compose-region)
2819         (diacritic-compose-string, diacritic-compose-buffer)
2820         (diacritic-composition-function): Delete them.
2822         * language/lao-util.el (lao-composition-function): Argument changed.
2824         * language/sinhala.el: Fix setting up of composition-function-table.
2826         * language/thai.el: Fix setting up of composition-function-table.
2828         * language/thai-util.el: Encoding changed to utf-8.
2829         (thai-composition-function): Argument changed.
2831         * language/indian.el: Fix setting up of composition-function-table.
2832         (devanagari-composable-pattern)
2833         (tamil-composable-pattern, kannada-composable-pattern)
2834         (malayalam-composable-pattern): New variables.
2836         * international/characters.el (unicode-category-table):
2837         Setup unicode-category-table.
2839         * international/fontset.el (setup-default-fontset): Prepend
2840         iso10646-1 fonts to the fallback font groups instead of appending.
2842 2008-08-29  Glenn Morris  <rgm@gnu.org>
2844         * cus-start.el (truncate-partial-width-windows): Changed in 23.1.
2846 2008-08-28  Chong Yidong  <cyd@stupidchicken.com>
2848         * term/x-win.el (x-win-suspend-error): Don't signal error if there
2849         are no X frames active.
2851 2008-08-28  Michael Albinus  <michael.albinus@gmx.de>
2853         * net/xesam.el (xesam-kill-buffer-function): Wrap code by
2854         `ignore-errors' (the function must succeed always).
2856 2008-08-28  "Edward O'Connor"  <hober0@gmail.com>
2858         * json.el (json-read-number): New arg.  Handle explicitly signed
2859         numbers.
2860         (json-readtable): Add `+' and `.'.
2862 2008-08-28  Eli Zaretskii  <eliz@gnu.org>
2864         * term/pc-win.el (msdos-previous-message): New variable.
2865         (msdos-show-help): New function.
2866         (msdos-initialize-window-system): Set show-help-function to
2867         msdos-show-help.
2869 2008-04-09  Lennart Borgman  <lennart.borgman@gmail.com>
2871         * emacs-lisp/debug.el (debug): When killing a noninteractive
2872         Emacs, give an exit status of -1.
2874 2008-08-28  Chong Yidong  <cyd@stupidchicken.com>
2876         * vc-hooks.el (vc-workfile-unchanged-p): Revert last change.
2878 2008-08-27  Alex Harsanyi  <harsanyi@mac.com>  (tiny change)
2880         * vc-hooks.el (vc-workfile-unchanged-p): If the checkout time is
2881         not the same as the last modification time, fall back on the
2882         backend-specific check.
2884 2008-08-27  Teodor Zlatanov  <tzz@lifelogs.com>
2886         * add-log.el (change-log-next-error): Run an extra `pop-to-buffer'
2887         to go to the position of interest.
2889 2008-08-27  Tomas Abrahamsson  <tab@lysator.liu.se>
2891         * textmodes/artist.el (artist-mode-init): Add comment on the
2892         setting up of the `artist-replacement-table' array.
2893         (artist-get-replacement-char): New defsubst.
2894         (artist-get-char-at-xy-conv, artist-replace-char)
2895         (artist-replace-chars, artist-replace-string): Use it instead of
2896         accessing `artist-replacement-table' directly.
2897         Reported by Rubén Berenguel <ruben@maia.ub.es>.
2899         (artist-mt): Fix structures for cut and copy operations.
2901 2008-08-27  Chong Yidong  <cyd@stupidchicken.com>
2903         * shell.el (shell-file-name-quote-list): Quote `$'.
2905         * comint.el (comint-dynamic-complete-as-filename): Generalize last
2906         change to allow quoting of characters before point.
2907         (comint-dynamic-list-filename-completions): Quote common substring.
2909 2008-08-26  Chong Yidong  <cyd@stupidchicken.com>
2911         * comint.el (comint-dynamic-complete-as-filename): If case is
2912         ignored while matching, replace the entire filename with completion.
2914         * textmodes/flyspell.el (flyspell-check-pre-word-p): Make sure
2915         flyspell-pre-point is valid to avoid signalling an error in
2916         post-command-hook.
2918 2008-08-26  Johan BockgÃ¥rd  <bojohan@gnu.org>
2920         * linum.el (linum): Inherit remaining face attributes from default
2921         face.
2923 2008-08-26  Markus Triska  <markus.triska@gmx.at>
2925         * linum.el (linum-delay): Disable - it should no longer be
2926         necessary, and can lead to longer delays.
2927         (linum-update-window): Renumber if margin width has changed.
2929 2008-08-26  Daiki Ueno  <ueno@unixuser.org>
2931         * epa.el (epa--key-widget-action): Save the selected window to
2932         make `widget-button-click-moves-point' work.  (Bug#733).
2934 2008-08-26  Glenn Morris  <rgm@gnu.org>
2936         * calendar/holidays.el (calendar-holidays): Doc fix.
2938         * progmodes/gud.el (tramp-file-name-localname)
2939         (tramp-dissect-file-name): Declare.
2941         * term/pc-win.el (msdos-setup-keyboard): Fix declaration.
2943 2008-08-25  Eli Zaretskii  <eliz@gnu.org>
2945         * bindings.el (mode-line-frame-control): New function, caters to
2946         `pc' ``window system''.
2947         (mode-line-frame-identification): Use it instead of accessing
2948         window-system directly.
2950 2008-08-25  Juri Linkov  <juri@jurta.org>
2952         * textmodes/text-mode.el (text-mode-map): Unbind "\es" from
2953         `center-line' and "\eS" from `center-paragraph'.
2954         (facemenu-keymap): Bind "\es" to `center-line' and "\eS" to
2955         `center-paragraph'.
2957 2008-08-25  Ulf Jasper  <ulf@web.de>
2959         * net/newst-treeview.el (newsticker-treeview-own-frame): Doc fixed.
2960         (newsticker-treeview-treewindow-width): New.
2961         (newsticker-treeview-listwindow-height): New.
2962         (newsticker-treeview-browse-url-item): New.
2963         (newsticker-treeview-mode-map):
2964         Add newsticker-treeview-browse-url-item.
2965         (newsticker--treeview-window-init):
2966         Use newsticker-treeview-treewindow-width and
2967         newsticker-treeview-listwindow-height.
2969         * net/newst-reader.el (newsticker-browse-url-item): New.
2971 2008-08-25  Dan Nicolaescu  <dann@ics.uci.edu>
2973         * vc-dir.el (vc-dir-marked-only-files-and-states):
2974         (vc-dir-child-files-and-states): Reverse the list before returning it.
2976 2008-08-24  Michael Albinus  <michael.albinus@gmx.de>
2978         * net/dbus.el (dbus-introspect): Use `dbus-call-method-non-blocking'.
2980 2008-08-24  Romain Francoise  <romain@orebokech.com>
2982         * progmodes/python.el (run-python): Remove '' from sys.path.
2984 2008-08-23  Glenn Morris  <rgm@gnu.org>
2986         * progmodes/fortran.el (fortran-tab-mode-string)
2987         (fortran-comment-line-start, fortran-continuation-string): Doc fixes.
2989 2008-08-23  Eli Zaretskii  <eliz@gnu.org>
2991         * term/pc-win.el (msdos-setup-keyboard) <msdos-setup-keyboard>:
2992         Add declare-function.
2994         * startup.el (command-line): Don't call tty-register-default-colors
2995         if initial-window-system is `pc'.
2997         * term/internal.el (local-function-key-map): Fix unbalanced parens.
2998         (msdos-key-remapping-map): New variable.  Move here all the special
2999         keys we will be remapping via local-function-key-map.
3000         (msdos-setup-keyboard): New function.
3002         * term/pc-win.el (msdos-create-frame-with-faces): Rename from
3003         make-msdos-frame.
3004         (terminal-init-internal): New function, errors out if called.
3005         (msdos-initialize-window-system): New function.
3006         (msdos-create-frame-with-faces): Set the terminal's
3007         `terminal-initted' (sic!) parameter.
3008         (frame-creation-function-alist): Add msdos-create-frame-with-faces.
3009         (window-system-initialization-alist):
3010         Add msdos-initialize-window-system.
3011         (handle-args-function-alist): Use tty-handle-args for `pc'
3012         ``window system'' as well.
3013         (pc-win): Provide.
3015         * term/tty-colors.el (tty-register-default-colors): Remove bogus
3016         code for using msdos-color-values.
3018         * loadup.el [ms-dos]: Load term/pc-win.
3020 2008-08-23  Dan Nicolaescu  <dann@ics.uci.edu>
3022         * vc-dir.el (vc-dir-prepare-status-buffer): Make sure we use a
3023         directory name.
3025 2008-08-23  Nick Roberts  <nickrob@snap.net.nz>
3027         * progmodes/gud.el (gud-common-init): Use absolute file so that
3028         perldb works with tramp (sudo).
3030         * term/x-win.el (x-gtk-map-stock): Don't let the tool bar destroy
3031         match data in process filters.
3033 2008-08-23  Martin Rudalics  <rudalics@gmx.at>
3035         * dired.el (dired-buffer-stale-p): Do not revert buffer that
3036         can be written.
3038 2008-08-23  Glenn Morris  <rgm@gnu.org>
3040         * dired-x.el (dired-guess-shell-alist-default): Add .mp3 and .ogg.
3041         (dired-guess-shell-alist-user): Doc fix.  (Bug#417).
3043 2008-08-23  Chong Yidong  <cyd@stupidchicken.com>
3045         * subr.el (temp-buffer-show-hook): Doc fix.
3047 2008-08-22  Michael Albinus  <michael.albinus@gmx.de>
3049         * net/tramp.el (tramp-remote-process-environment): Add "EMACS=t"
3050         and "INSIDE_EMACS=...".  Reported by Tassilo Horn
3051         <tassilo@member.fsf.org>.
3053         * net/trampver.el: Update release number.
3055         * net/xesam.el (xesam-minor-mode): New minor mode.
3056         (xesam-highlight-buffer): Remove.  Code moved to
3057         `xesam-minor-mode'.
3058         (xesam-refresh-entry): Use `xesam-minor-mode'.
3060 2008-08-21  Chong Yidong  <cyd@stupidchicken.com>
3062         * minibuffer.el (completion--try-word-completion):
3063         Disable partial-completion when considering the addition of a space
3064         or hyphen.
3066 2008-08-21  John Paul Wallington  <jpw@pobox.com>
3068         * mail/rmail.el (rmail-insert-inbox-text): Ensure that the
3069         filename of `tofile' doesn't contain any colons on Windows,
3070         Cygwin, and MS-DOS systems.
3072 2008-08-21  Daiki Ueno  <ueno@unixuser.org>
3074         * epg.el (epg-make-context, epg-context-set-passphrase-callback)
3075         (epg-context-set-progress-callback): Make sure the callback is a
3076         cons of a function and a handback.  Update all callers.
3078 2008-08-20  David Reitter  <david.reitter@gmail.com>
3080         * term/ns-win.el (ns-cursor-blink-rate, ns-cursor-blink-mode): Remove.
3081         Patch applied by Adrian Robert.
3083 2008-08-20  Kevin Ryde  <user42@zip.com.au>
3085         * textmodes/nroff-mode.el (nroff-mode): Avoid auto-filling on
3086         directive lines.
3088 2008-08-20  Michael Albinus  <michael.albinus@gmx.de>
3090         * net/xesam.el (xesam-highlight-string): Precise doc string.
3091         (xesam-highlight-buffer): New defun.
3092         (xesam-refresh-entry): Use it.  Better check for sourceModified.
3094 2008-08-19  Chong Yidong  <cyd@stupidchicken.com>
3096         * edmacro.el (edmacro-parse-keys): Catch events with spaces in
3097         their names.
3099 2008-08-19  Kenichi Handa  <handa@m17n.org>
3101         * language/european.el ("Esperanto"): Change the preferred
3102         charsets to iso-8859-3.
3104         * language/utf-8-lang.el ("UTF-8"): Add the preferred charsets.
3106         * international/fontset.el (script-representative-chars):
3107         Delete the entry for symbol.
3108         (setup-default-fontset): For symbol characters, don't specify
3109         :script property.
3111 2008-08-19  Chong Yidong  <cyd@stupidchicken.com>
3113         * minibuffer.el (completion-table-dynamic): Doc fix.
3115         * cus-edit.el (custom-toggle-hide): Allow hiding only if widget is
3116         saved.
3118 2008-08-18  Chong Yidong  <cyd@stupidchicken.com>
3120         * emulation/edt.el (edt-default-emulation-setup):
3121         Share global-buffers-menu-map with the emulated global map.
3123 2008-08-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
3125         * term/ns-win.el (global): Uncomment "put backspace
3126         ascii-character..." and friends, they are needed for tramp.  (Bug#725)
3128 2008-08-18  Kenichi Handa  <handa@m17n.org>
3130         * international/mule-diag.el (font-show-log): Add optional arg N
3131         to control the limit of font listing.
3133 2008-08-18  Chong Yidong  <cyd@stupidchicken.com>
3135         * window.el (recenter-top-bottom): Determine top and bottom
3136         positions using scroll-margin instead of scroll-conservatively.
3138 2008-08-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3140         * proced.el (proced-send-signal): Use beginning-of-line.
3142 2008-08-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3144         * proced.el (proced-signal-list): Add POSIX 1003.1-2001 signals.
3145         (proced-mode-map): Add tooltips for menus.  Use radio buttons for
3146         listing types.
3147         (proced-log-buffer): New variable.
3148         (proced-mark-all, proced-unmark-all, proced-do-mark-al): Operate on
3149         region if transient-mark-mode is turned on and the region is active.
3150         (proced-omit-processes): Rename from proced-hide-processes to
3151         avoid key clash with describe-mode (bound to h).  Search for
3152         marked processes starting from point-min.
3153         (proced-header-space): Remove.
3154         (proced-send-signal): Handle errors.  Operate on current process
3155         if no process is marked.
3156         (proced-why): New command.
3157         (proced-log, proced-log-summary): New functions.
3158         (proced-help): Use proced-why.
3159         * textmodes/bibtex.el (bibtex-entry-format): Mark as safe.
3160         (bibtex-autokey-year-title-separator): Fix docstring.
3162 2008-08-17  Michael Albinus  <michael.albinus@gmx.de>
3164         * net/xesam.el (xesam-vendor, xesam-notify-function):
3165         New local variables.
3166         (xesam-mode): Extend docstring.  Initialize `xesam-notify-function'.
3167         (xesam-refresh-entry): Use `xesam-notify-function' if set.  Remove
3168         Debbugs specific code; it shall be enabled via `xesam-mode-hooks'.
3169         (xesam-new-search): Initialize `xesam-vendor'.
3171 2008-08-15  Glenn Morris  <rgm@gnu.org>
3173         * eshell/esh-cmd.el (eshell-do-pipelines): Indicate the last command in
3174         a pipeline.
3175         * eshell/em-ls.el (eshell-ls-files): List one per line in a pipeline,
3176         unless at the end of the pipeline.  (Bug#699).
3178 2008-08-14  Chong Yidong  <cyd@stupidchicken.com>
3180         * minibuffer.el (completion-boundaries): Doc fix.
3181         (display-completion-list): Only default base-size to zero if
3182         completing in the minibuffer.
3184         * simple.el (completion-base-size): Doc fix.
3185         (choose-completion): Try reselecting completion-reference-buffer.
3187 2008-08-14  Michael Albinus  <michael.albinus@gmx.de>
3189         * vc-dispatcher.el (vc-do-command): Let asynchronous processes run
3190         also for remote directories.
3192 2008-08-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3194         * emacs-lisp/easymenu.el (easy-menu-add): Don't precompute keybindings
3195         since those precomputed values aren't used any more.
3196         (easy-menu-precalculate-equivalent-keybindings): Obsolete.
3198 2008-08-14  Martin Rudalics  <rudalics@gmx.at>
3200         * help.el (with-help-window): Return last value in BODY.
3202 2008-08-14  Michael Albinus  <michael.albinus@gmx.de>
3204         * net/xesam.el (xesam-refresh-entry): Use `save-excursion' in the
3205         notify function of the URL.
3206         (xesam-new-search): Encode special characters in the query string.
3208 2008-08-13  Chong Yidong  <cyd@stupidchicken.com>
3210         * term/ns-win.el (ns-parse-geometry): Rename from x-parse-geometry.
3212 2008-08-13  Andreas Schwab  <schwab@suse.de>
3214         * net/tramp.el (tramp-handle-shell-command): Handle output going
3215         to current buffer like shell-command.  Don't disable undo.
3217 2008-08-13  Glenn Morris  <rgm@gnu.org>
3219         * eshell/esh-cmd.el (eshell/which): Handle the case where no
3220         description is found.
3222 2008-08-12  Alan Mackenzie  <acm@muc.de>
3224         * progmodes/cc-defs.el (c-emacs-features):
3225         argumentative-bod-function: bind mark-ring to avoid accumulating a
3226         spurious mark.
3228 2008-08-12  Chong Yidong  <cyd@stupidchicken.com>
3230         * simple.el (visual-line--saved-state): New var.
3231         (visual-line-mode): Save local values of variables, and restore
3232         them when visual-line-mode is disabled.
3234 2008-08-12  NAKAGAWA Makoto  <gha03025@nifty.ne.jp>  (tiny change)
3236         * net/ldap.el (ldap-search-internal): Tweak URL regexp.
3238 2008-08-11  Chong Yidong  <cyd@stupidchicken.com>
3240         * progmodes/cc-defs.el (c-emacs-features):
3241         Check beginning-of-defun-raw instead of beginning-of-defun, and avoid
3242         moving point during the test.
3244         * emacs-lisp/lisp.el (beginning-of-defun): Doc fix.
3246 2008-08-11  Glenn Morris  <rgm@gnu.org>
3248         * term/ns-win.el (x-parse-geometry): Doc fix.
3250         * dired.el (x-popup-menu):
3251         * hi-lock.el (x-popup-menu):
3252         * mouse.el (font-face-attributes):
3253         * calendar/cal-menu.el (x-popup-menu):
3254         * calendar/calendar.el (x-popup-menu):
3255         * calendar/holidays.el (x-popup-menu):
3256         * progmodes/cperl-mode.el (x-popup-menu):
3257         * term/ns-win.el (dnd-open-file, tool-bar-mode, scroll-bar-scale)
3258         (x-open-connection):
3259         * term/w32-win.el (x-colors, x-handle-args, x-parse-geometry)
3260         (x-command-line-resources):
3261         * term/x-win.el (x-colors, x-parse-geometry, x-resource-name)
3262         (x-display-name, x-command-line-resources):
3263         Add declarations for builds without X.
3265 2008-08-10  Glenn Morris  <rgm@gnu.org>
3267         * calendar/cal-bahai.el (holiday-bahai): Doc fix.
3269 2008-08-10  Dan Nicolaescu  <dann@ics.uci.edu>
3271         * vc-bzr.el (vc-bzr-find-revision): Rename from
3272         vc-bzr-find-version, forgotten in the 2007-10-10 renaming.
3274 2008-08-10  Michael Albinus  <michael.albinus@gmx.de>
3276         * net/xesam.el (xesam-search-engines): Add Debbugs hit fields.
3277         (xesam-refresh-entry): Add Debbugs handling.  Insert a widget
3278         "DONE", when all hits are retrieved.
3279         (xesam-search): Autoload it.
3281 2008-08-11  John Paul Wallington  <jpw@pobox.com>
3283         * ibuffer.el (ibuffer-buffer-file-name): Return nil rather than
3284         empty string when no filename.
3285         (define-ibuffer-column filename): Accommodate that change.
3287         * ibuf-ext.el (ibuffer-define-filter filename): Use plain old
3288         `buffer-file-name' instead of `ibuffer-buffer-file-name'.
3290 2008-08-10  Glenn Morris  <rgm@gnu.org>
3292         * Makefile.in (ELCFILES): Update.
3294 2008-08-10  John Paul Wallington  <jpw@pobox.com>
3296         * pcvs.el (defun-cvs-mode): Add `doc-string' decl.
3298 2008-08-08  Chong Yidong  <cyd@stupidchicken.com>
3300         * battery.el (battery-echo-area-format, battery-status-function):
3301         Handle new Linux sysfs format for battery reporting.
3302         (battery-linux-sysfs): New function.
3304 2008-08-07  Martin Rudalics  <rudalics@gmx.at>
3306         * add-log.el (change-log-search-tag-name)
3307         (change-log-goto-source): Fix behavior when point is not on tag.
3309 2008-08-06  Adrian Robert  <Adrian.B.Robert@gmail.com>
3311         * startup.el (command-line-ns-option-alist): Use ignore instead of
3312         ns-ignore-0-arg.
3314         * term/ns-win.el (ns-ignore-0-arg, mouse-extend-region)
3315         (ns-win-suspend-error, ns-yes-or-no-p, colors): Drop.
3316         (ns-alternatives-map): New variable.
3317         (x-set-up-function-keys): Use it.
3318         (global): Comment out "put backspace ascii-character..." and friends.
3319         Move function-key-map into ns-alternatives-map.  Don't call
3320         precompute-menubar-bindings.  Don't set anything connected with
3321         browse-url.
3322         (after-make-frame-functions): Clarify comment why a hook is added.
3324 2008-08-06  Joakim Verona  <joakim@verona.se>
3326         * thingatpt.el (thing-at-point-url-path-regexp): Allow parenthesis
3327         in url:s.
3329 2008-08-06  Dan Nicolaescu  <dann@ics.uci.edu>
3331         * vc-svn.el (vc-svn-parse-status): Use when instead of if.
3332         Fix 2008-01-01 change: use a shy group to not affect subsequent
3333         match calls.
3335 2008-08-06  Reto Zimmermann  <reto@gnu.org>
3337         * progmodes/vera-mode.el (vera-electric-tab):
3338         * progmodes/vhdl-mode.el (vhdl-electric-tab): Make TAB indent
3339         region when active.
3341 2008-08-06  Kenichi Handa  <handa@m17n.org>
3343         * faces.el (face-valid-attribute-values): Fix handling the value
3344         of (font-family-list) and font-XXX-table.
3346 2008-08-06  Dan Nicolaescu  <dann@ics.uci.edu>
3348         * proced.el (proced-menu): Bind the correct function to for toggling.
3350         * vc-dir.el (vc-dir-mode): Fix typo.
3352 2008-08-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3354         * whitespace.el (whitespace-newline-mode)
3355         (global-whitespace-newline-mode, whitespace-mode)
3356         (global-whitespace-mode): Improve docstring.
3358 2008-08-05  Chong Yidong  <cyd@stupidchicken.com>
3360         * kmacro.el (kmacro-exec-ring-item): Add autoload.
3362         * files.el (auto-save-visited-file-name): Move definition to fileio.c.
3364         * cus-start.el (all): Handle auto-save-visited-file-name.
3366 2008-08-05  Alex Shinn  <alexshinn@gmail.com>  (tiny change)
3368         * files.el (hack-one-local-variable-eval-safep): Handle
3369         lisp-indent-function and scheme-indent-function in addition to the
3370         deprecated lisp-indent-hook.
3372 2008-08-05  Michael Albinus  <michael.albinus@gmx.de>
3374         * net/xesam.el (top): Require `wid-edit' always.
3375         (xesam-mode-line, xesam-highlight): New deffaces.
3376         (xesam-objects): New local variable.
3377         (xesam-search-engines): Fix error in field list.
3378         (xesam-mode): Use `xesam-mode-line' instead of
3379         `font-lock-type-face'.  Apply `xesam-mode' to a temp buffer, for
3380         proper initialization (why?).
3381         (xesam-highlight-string, xesam-get-hits)
3382         (xesam-kill-buffer-function): New defuns.
3383         (xesam-refresh-entry): Move code to `xesam-get-hits'.  Check
3384         result of "hit.fields", it isn't a string only.  Wrap an error of
3385         the strigi search engine ("xesam:size" is returned as string).
3386         Highlight search items.
3387         (xesam-refresh-search-buffer): Make logic of counters more simple.
3388         Prefetch next hits.
3389         (xesam-signal-handler): Use `xesam-mode-line' instead of
3390         `font-lock-type-face'.
3391         (xesam-new-search): Add `xesam-kill-buffer-function' to
3392         `kill-buffer-hook'.
3394 2008-08-05  Teodor Zlatanov  <tzz@lifelogs.com>
3396         * add-log.el (change-log-next-error, change-log-mode): Add support
3397         for `next-error' to call `change-log-goto-source' on named files
3398         in a ChangeLog.
3400 2008-08-05  Jay Belanger  <jay.p.belanger@gmail.com>
3402         * calc/calc.el (math-read-number): Handle all C-like languages
3403         properly.
3405 2008-08-04  Vincent Belaïche  <vincent.b.1@hotmail.fr>
3407         * calc/calc.el (math-read-number): Handle C numbers beginning with
3408         0 correctly.
3410 2008-07-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
3412         * term/ns-win.el ([ns-new-frame]): New global key.
3414 2008-08-04  Juanma Barranquero  <lekktu@gmail.com>
3416         * international/mule-cmds.el (read-char-by-name):
3417         Check UCS names with `assoc-string' and case folding.
3419 2008-08-04  Michael Albinus  <michael.albinus@gmx.de>
3421         * net/dbus.el (dbus-call-method-asynchronously)
3422         (dbus-method-return-internal, dbus-method-error-internal):
3423         Declare them with `declare-function'.
3425 2008-08-04  Juanma Barranquero  <lekktu@gmail.com>
3427         * descr-text.el (describe-char-display): Fix last change:
3428         don't pass CHARSET to `encoded-string-description'.
3430 2008-08-02  Alex Harsanyi  <harsanyi@mac.com>  (tiny change)
3432         * vc.el (vc-next-action): Update list var correctly after delete.
3434 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
3436         * ido.el (ido-mode): Add toggle notification.
3438         * cus-edit.el (custom-save-all): Avoid destroying symlink if
3439         already visiting the custom file.
3441         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
3442         pending output coming after the status change.
3444 2008-08-02  Jason Rumney  <jasonr@gnu.org>
3446         * w32-fns.el (tis620-2533): Use as preferred registry for thai fonts.
3448 2008-08-01  Kenichi Handa  <handa@m17n.org>
3450         * international/mule-cmds.el (encode-coding-char):
3451         New optional arg CHARSET.
3453         * descr-text.el (describe-char-display): Call encode-coding-char
3454         with the arg CHARSET.
3455         (describe-char): Pay attention to the text-property `charset'.
3457 2008-08-01  Michael Albinus  <michael.albinus@gmx.de>
3459         * net/dbus.el (dbus-check-event, dbus-handle-event): Handle D-Bus
3460         error messages.
3461         (dbus-set-property): Call `dbus-introspect-get-property' instead
3462         of `dbus-get-property'.
3464         * net/xesam.el (xesam-all-fields): Remove source and content
3465         identifiers.
3466         (xesam-dbus-unique-names): New defvar.
3467         (xesam-dbus-call-method): New defun.  Replace all calls of
3468         `dbus-call-method' by `xesam-dbus-call-method'.
3469         (xesam-get-cached-property, xesam-set-cached-property):
3470         New defuns.
3471         (xesam-get-property, xesam-set-property, xesam-refresh-entry)
3472         (xesam-new-search, xesam-search): Apply `xesam-get-cached-property'.
3473         (xesam-search-engines): Make it an association list.  Take changed
3474         layout into account in the corresponding function.
3475         (xesam-delete-search-engine): Remove check for consistency of
3476         `xesam-search-engines', not needed anymore.
3477         (xesam-mode): Show XML query string only in the debug case.
3479 2008-07-31  Juanma Barranquero  <lekktu@gmail.com>
3481         * files.el (read-file-modes): Fix typo in docstring.
3483 2008-07-31  Chong Yidong  <cyd@stupidchicken.com>
3485         * Makefile.in: Avoid maintainer warning for autogenerated unicode
3486         files.
3488         * apropos.el (apropos-symbol): Don't set button skip by default.
3489         (apropos-print): Set button skip iff searching for multiple types.
3490         (apropos-print-doc): Insert blank label button when searching for
3491         a single type.
3493         * button.el (forward-button): Avoid infloop.
3495         * minibuffer.el (read-file-name-completion-ignore-case):
3496         Add cygwin to the list.
3498 2008-07-31  Sven Joachim  <svenjoac@gmx.de>
3500         * files.el (abbreviate-file-name): When replacing $HOME with ~,
3501         turn off case-fold-search.
3503 2008-07-31  Michael Albinus  <michael.albinus@gmx.de>
3505         * net/dbus.el (top): Don't register for "NameOwnerChanged".
3506         (dbus-message-type-invalid, dbus-message-type-method-call)
3507         (dbus-message-type-method-return, dbus-message-type-error)
3508         (dbus-message-type-signal): New defconst.
3509         (dbus-ignore-errors): Fix `edebug-form-spec' property.
3510         (dbus-return-values-table): New defvar.
3511         (dbus-call-method-non-blocking-handler, dbus-event-message-type):
3512         New defun.
3513         (dbus-check-event, dbus-handle-event, dbus-event-serial-number):
3514         Extend docstring.  Adapt implementation according to new
3515         `dbus-event' layout.
3516         (dbus-event-service-name, dbus-event-path-name)
3517         (dbus-event-interface-name, dbus-event-member-name):
3518         Adapt implementation according to new `dbus-event' layout.
3519         (dbus-set-property): Correct `dbus-introspect-get-attribute' call.
3521         * net/xesam.el (xesam-type, xesam-query, xesam-xml-string): New defvar.
3522         (xesam-mode): Rework implementation.
3523         (xesam-new-search): Additional parameter TYPE.
3524         (xesam-search): Adapt call of `xesam-new-search'.
3526 2008-07-31  Juri Linkov  <juri@jurta.org>
3528         * dired-aux.el (dired-do-chmod): Set default value to the original
3529         mode string using absolute notation like u=rwx,g=rx,o=rx.
3530         Use it as a new arg `default' of `dired-mark-read-string'.
3531         (dired-mark-read-string): Add new optional arg `default'.
3533         * files.el (read-file-modes): Set default value to the original
3534         mode string using absolute notation like u=rwx,g=rx,o=rx.
3535         Use it as the `default' arg of `read-string'.
3537         * filesets.el (filesets-cmd-isearch-getargs): Check if the
3538         variable `files' is bound to avoid warnings.
3540         * isearch.el (isearch-forward-regexp, isearch-forward-word)
3541         (isearch-backward, isearch-backward-regexp): Doc fix - make a link
3542         to the command `isearch-forward' instead of displaying "See C-s".
3543         (isearch-highlight-regexp): Remove arguments `regexp' and `face'
3544         with their interactive specifications.  Move reading the face name to
3545         the main body after calls to isearch-done and isearch-clean-overlays.
3547         * mb-depth.el: Unify all names under one common name prefix
3548         `minibuffer-depth-'.
3549         (minibuffer-depth-indicator-function): Rename from
3550         `minibuf-depth-indicator-function'.
3551         (minibuffer-depth-overlay): Rename from
3552         `minibuf-depth-overlay'.
3553         (minibuffer-depth-setup): Rename from
3554         `minibuf-depth-setup-minibuffer'.
3555         (minibuffer-depth-indicate-mode): Rename from
3556         `minibuffer-indicate-depth-mode'.
3558 2008-07-31  Juri Linkov  <juri@jurta.org>
3560         * dired-aux.el (dired-isearch-filenames-toggle): New command.
3561         (dired-isearch-filenames-setup): Bind "\M-sf" to
3562         dired-isearch-filenames-toggle in isearch-mode-map.
3563         (dired-isearch-filenames-end): Bind "\M-sf" to nil
3564         in isearch-mode-map.
3566         * isearch.el (isearch-edit-string-set-word): New command.
3567         (minibuffer-local-isearch-map): Bind "\C-w" to
3568         isearch-edit-string-set-word.
3569         (isearch-new-word): Temporary internal variable.
3570         (isearch-edit-string): Remove special case of reading the
3571         first character and checking it for C-w.
3573         * simple.el (read-shell-command, shell-command):
3574         Move code that uses minibuffer-with-setup-hook to set
3575         minibuffer-default-add-function to minibuffer-default-add-shell-commands
3576         from the interactive spec of `shell-command' to `read-shell-command'.
3578         * international/mule-cmds.el (read-char-by-name):
3579         Accept hash notation.  Doc fix.
3580         (ucs-insert): Doc fix.  Convert to number only when `arg' is
3581         a string.  Use separate error message when `arg' is not an integer.
3582         Bind `ucs-insert' to `C-x 8 RET'.
3584 2008-07-31  Joachim Nilsson  <joachim.nilsson@member.fsf.org>  (tiny change)
3586         * progmodes/cc-styles.el (c-style-alist): For the Ellemtel style,
3587         move the (arglist-cont-nonempty) from c-offsets-alist to
3588         c-hanging-braces-alist like other styles already have.
3590 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
3592         * textmodes/texinfmt.el:
3593         * nxml/nxml-enc.el:
3594         * mail/feedmail.el:
3595         * international/mule.el:
3596         * international/latexenc.el:
3597         * emulation/viper-util.el:
3598         * emulation/viper-init.el:
3599         * emulation/viper-ex.el:
3600         * emacs-lisp/bytecomp.el:
3601         * version.el:
3602         * subr.el:
3603         * startup.el:
3604         * sort.el:
3605         * shadowfile.el:
3606         * recentf.el:
3607         * printing.el:
3608         * paths.el:
3609         * minibuffer.el:
3610         * ls-lisp.el:
3611         * loadup.el:
3612         * hippie-exp.el:
3613         * finder.el:
3614         * files.el:
3615         * ediff-util.el:
3616         * ediff-ptch.el:
3617         * ediff-init.el:
3618         * ediff-diff.el:
3619         * dired.el:
3620         * dired-aux.el:
3621         * cus-edit.el:
3622         * bindings.el:
3623         * arc-mode.el:
3624         * add-log.el: Remove VMS support.
3625         * obsolete/vmsproc.el:
3626         * obsolete/vms-pmail.el:
3627         * obsolete/vms-patch.el: Remove file.
3629 2008-07-31  Alan Mackenzie  <acm@muc.de>
3631         * progmodes/cc-mode.el (c-before-hack-hook): New function
3632         (Top Level): Install c-before-hack-hook on
3633         before-hack-local-variables-hook, rather than
3634         c-postprocess-file-styles on hack-local-variables-hook.
3636 2008-07-31  Chong Yidong  <cyd@stupidchicken.com>
3638         * files.el (normal-mode): Move call to hack-project-variables into
3639         hack-local-variables.
3640         (file-local-variables-alist, before-hack-local-variables-hook):
3641         New vars.
3642         (ignored-local-variables): Add file-local-variables-alist.
3643         (hack-local-variables-filter): Renamed from
3644         hack-local-variables-apply.  Add the result to
3645         file-local-variables-alist, without applying them.
3646         (hack-local-variables): Set file-local-variables-alist to nil.
3647         Call hack-project-variables and before-hack-local-variables-hook.
3648         Apply variables here, instead of hack-local-variables-apply.
3649         Based on a patch by Alan Mackenzie.
3651 2008-07-30  Thien-Thi Nguyen  <ttn@gnuvola.org>
3653         * info-look.el (autoconf-mode :doc-spec): For
3654         "(autoconf)M4 Macro Index", if the item already
3655         begins with "AS_", don't prefix that string again.
3657 2008-07-30  Juri Linkov  <juri@jurta.org>
3659         * info.el (info, Info-mode): Doc fix.
3661         * isearch.el (isearch-mode-map): Bind `M-s r' to
3662         `isearch-toggle-regexp' and `M-s w' to `isearch-toggle-word'.
3663         (search-map): Bind `M-s w' to `isearch-forward-word' globally
3664         in the global map `search-map'.
3665         (isearch-forward): Doc fix.
3666         (isearch-forward-word, isearch-toggle-case-fold): New commands.
3668         * simple.el (quoted-insert): Comment out code that treats
3669         0240-0377 specially.
3671 2008-07-30  Chong Yidong  <cyd@stupidchicken.com>
3673         * cus-start.el: Add customization info for
3674         read-buffer-completion-ignore-case.
3676 2008-07-30  Sam Steingold  <sds@gnu.org>
3678         * vc-dir.el (vc-dir): Call file-truename on the dir argument.
3680 2008-07-30  Dan Nicolaescu  <dann@ics.uci.edu>
3682         * vc-dir.el (vc-dir-menu-map, vc-at-event): Fix docstring.
3683         (vc-dir-mode): Improve docstring.
3685 2008-07-30  Juri Linkov  <juri@jurta.org>
3687         * dired-aux.el (dired-isearch-filenames-setup): Add autoload cookie
3688         for the sake of isearch-mode-hook in dired-mode in dired.el.
3690 2008-07-19  Markus Triska  <markus.triska@gmx.at>
3692         * image-mode.el (image-mode): Set image-mode-text-map when image
3693         cannot be displayed.
3695 2008-07-30  Stephen Leake  <stephen_leake@stephe-leake.org>
3697         * progmodes/ada-prj.el (ada-prj-initialize-values): Fix use of deleted
3698         ada-xref-set-default-prj-values.
3699         (ada-prj-display-page): Ditto.
3701         * progmodes/ada-xref.el (ada-gnatstub-opts): Fix doc string.
3702         (ada-make-filename-from-adaname): Fix free variable.
3704 2008-07-30  Dan Nicolaescu  <dann@ics.uci.edu>
3706         * vc-git.el (vc-git-status-printer): Synchronize with the default.
3708 2008-07-30  Michael McNamara  <mac@mail.brushroad.com>
3710         * progmodes/verilog-mode.el (verilog-do-indent): Remove special indent
3711         for declarations inside a parenthetical list.  The code is ill-advised,
3712         and doesn't work given user defined types.
3713         (verilog-set-auto-endcomments): Enhance function automatic
3714         endcomment to support functions that return user defined types.
3715         (verilog-mode): Add code to tell which-function-mode minor mode
3716         that Verilog supports this feature.
3717         (verilog-beg-block-re-ordered, verilog-indent-re)
3718         (verilog-forward-sexp, verilog-forward-wa, verilog-calc-1)
3719         (verilog-leap-to-head): Support the new virtual and/or protected
3720         tasks, as well as extern declarations of tasks for indenting and
3721         for forward/backward expression.
3723 2008-07-30  Wilson Snyder  <wsnyder@wsnyder.org>
3725         * progmodes/verilog-mode.el (verilog-read-decls): Allow AUTORESET
3726         to work with SV 'logic' signals.  Suggested by Julian Gorfajn.
3727         (verilog-auto-inst-column): Make verilog-auto-inst-column customizable.
3728         (verilog-string-replace-matches): Avoid recursion with small
3729         replacements.
3730         (verilog-auto-inst-param-value, verilog-mode-version)
3731         (verilog-mode-version-date, verilog-read-inst-param-value)
3732         (verilog-auto-inst, verilog-auto-inst-param)
3733         (verilog-auto-inst-port, verilog-simplify-range-expression): Add
3734         verilog-auto-inst-param-value option for AUTOINST.  Suggested by
3735         David Rogoff.  This allows parameters to be replaced with their
3736         values, on the expansion of an AUTOINST with Verilog 2001 style
3737         parameter settings.
3739 2008-07-30  David Lord  <david.lord@phonecoop.coop>  (tiny change)
3741         * calendar/timeclock.el (timeclock-day-projects): Change a `cdr'
3742         to `cddr'.
3744 2008-07-29  Chong Yidong  <cyd@stupidchicken.com>
3746         * Makefile.in (ELCFILES): Add mairix.elc.
3748 2008-07-29  David Engster  <deng@randomsample.de>
3750         * net/mairix.el: New file.
3752 2008-07-29  Juri Linkov  <juri@jurta.org>
3754         * cus-edit.el (custom-face-tag): Inherit from custom-variable-tag
3755         instead of variable-pitch with bold and 1.2 height.
3757         * dired-aux.el (dired-do-async-shell-command): New command.
3759         * dired.el (dired-mode-map): Rebind `dired-flag-garbage-files'
3760         from `&' to `%&'.  Bind `&' to `dired-do-async-shell-command'.
3762 2008-07-29  Juri Linkov  <juri@jurta.org>
3764         * international/mule-cmds.el (ucs-names): New internal variable.
3765         (ucs-names): New function.
3766         (ucs-completions): New lazy completion variable.
3767         (read-char-by-name): New function.
3768         (ucs-insert): Replace interactive spec letter "s" with the call to
3769         `read-char-by-name'.
3771         * replace.el (read-regexp): Add second arg `default'.  Doc fix.
3773         * replace.el (occur-read-primary-args):
3774         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
3775         (hi-lock-face-phrase-buffer): Use `(car regexp-history)' as the
3776         second arg of `read-regexp'.
3778         * dired-aux.el (dired-isearch-filenames): New user option.
3779         (dired-isearch-orig-success-function): New internal variable.
3780         (dired-isearch-filenames-setup, dired-isearch-filenames-end)
3781         (dired-isearch-success-function): New functions.
3782         (dired-isearch-filenames, dired-isearch-filenames-regexp):
3783         New commands.
3785         * dired.el (dired-insert-set-properties): Add new text property
3786         `dired-filename' to put on file names.
3787         (dired-mode-map): Bind `M-s f C-s' to `dired-isearch-filenames'
3788         and `M-s f M-C-s' to `dired-isearch-filenames-regexp'.
3789         Add menu items.
3790         (dired-mode): Add hook `dired-isearch-filenames-setup' to
3791         buffer-local `isearch-mode-hook'.
3793 2008-07-29  Juanma Barranquero  <lekktu@gmail.com>
3795         * progmodes/ada-mode.el (ada-batch-reformat): Doc fix.
3796         (ada-create-case-exception): Fix typo in docstring.
3797         (ada-no-auto-case): Return nil, not the docstring.
3798         (ada-indent-current): Reflow docstring.
3800         * progmodes/ada-prj.el (ada-prj-edit, ada-prj-initialize-values)
3801         (ada-prj-save-specific-option, ada-prj-field): Fix typos in docstrings.
3802         (ada-prj-load-from-file): Reflow docstring.
3803         (ada-prj-display-page): Fix typo in widget.
3805         * progmodes/ada-stmt.el (ada-case, ada-package-body, ada-private):
3806         Fix typos in docstrings.
3808         * progmodes/ada-xref.el (ada-find-executable, ada-gnat-parse-gpr)
3809         (ada-compile-current, ada-check-current, ada-run-application)
3810         (ada-get-ali-file-name): Fix typos in docstrings.
3811         (ada-xref-confirm-compile, ada-find-references)
3812         (ada-find-local-references, ada-find-any-references): Doc fixes.
3813         (ada-get-all-references): Fix typo in error message.
3814         (ada-xref-current-project): Use `let', not `let*'.
3815         (ada-do-file-completion, ada-xref-change-buffer): Reflow docstring.
3817 2008-07-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3819         * whitespace.el (whitespace-newline): Change initialization to have a
3820         low contrast relative to the background color.  Suggested by David
3821         Reitter <david.reitter@gmail.com>.
3823 2008-07-28  Juri Linkov  <juri@jurta.org>
3825         * dired-aux.el (dired-do-isearch, dired-do-isearch-regexp):
3826         New functions.
3828         * dired.el (dired-mode-map): Bind dired-do-isearch to `M-s a C-s'
3829         and dired-do-isearch-regexp to `M-s a M-C-s'.  Add menu items.
3831 2008-07-28  Seiji Zenitani  <zenitani@mac.com>
3833         * help-fns.el (help-C-file-name): Add .m (Obj-C code) for Cocoa port.
3834         * emacs-lisp/find-func.el (find-function-search-for-symbol): Likewise.
3836 2008-07-28  Stephen Leake  <stephen_leake@stephe-leake.org>
3838         * progmodes/ada-mode.el (ada-mode): Clean up XEmacs handling.
3839         Add support for add-log.
3840         (ada-end-stmt-re): Fix bug - allow comment after 'when'.
3842         * progmodes/ada-prj.el: Delete 'main_unit' project variable.
3843         (ada-prj-save): Prompt for file name if not given.
3844         (ada-prj-display-page): Display casing exceptions.
3846         * progmodes/ada-xref.el: Add support for GNAT project files as Emacs
3847         Ada mode project files.  Delete 'main_unit' project variable;
3848         only need 'main'.  Simplify handling of default project values.
3849         Use cross-prefix consistently.
3850         (ada-find-executable): Throw error if not found.
3851         (ada-initialize-runtime-library): Improve error handling when
3852         gnatls not found.
3853         (ada-gnat-parse-gpr): New.
3854         (ada-treat-cmd-string): Allow process environment variables.
3855         (ada-xref-set-default-prj-values): Delete; replace with
3856         ada-default-prj-properties.
3857         (ada-parse-prj-file): Handle GNAT project files.
3858         (ada-parse-prj-file-1): New, factored out of ada-parse-prj-file.
3859         (ada-select-prj-file): New.
3860         (ada-get-absolute-dir-list): Allow project and environment variables.
3862 2008-07-27  Michael Albinus  <michael.albinus@gmx.de>
3864         Sync with Tramp 2.1.14.
3866         * net/tramp.el (tramp-perl-directory-files-and-attributes)
3867         (tramp-get-device): Make device number a cons cell.
3868         (tramp-convert-file-attributes): Make inode a cons cell.
3870         * net/trampver.el: Update release number.
3872 2008-07-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
3874         * faces.el (face-set-after-frame-default): Treat 'ns as all other
3875         window systems.
3877 2008-07-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
3879         * term/ns-win.el (do-applescript): New alias in carbon-compat section.
3881 2008-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
3883         Remove support for Mac Carbon.
3884         * term/mac-win.el: Remove file
3885         * international/mule-cmds.el:
3886         * version.el:
3887         * startup.el:
3888         * simple.el:
3889         * mwheel.el:
3890         * mouse.el:
3891         * loadup.el:
3892         * isearch.el:
3893         * info.el:
3894         * frame.el:
3895         * faces.el:
3896         * disp-table.el:
3897         * cus-start.el:
3898         * cus-face.el:
3899         * cus-edit.el:
3900         * Makefile.in: Remove code for Carbon.
3902 2008-07-26  Adrian Robert  <Adrian.B.Robert@gmail.com>
3904         * term/ns-win.el (ns-extended-platform-support-mode): Get rid of
3905         bindings for functions deleted by Dan N. 2008-07-21.  Set
3906         where-is-preferred-modifier.  Add show-manual option to Help menu.
3908 2008-07-26  Michael Albinus  <michael.albinus@gmx.de>
3910         * net/tramp.el (tramp-handle-start-file-process):
3911         Set query-on-exit flag.  Kill temporary buffer.
3912         (tramp-process-sentinel): Remove defun.
3913         (tramp-do-copy-or-rename-file-out-of-band)
3914         (tramp-maybe-open-connection): Don't call it.
3916         * net/tramp-fish.el (tramp-fish-maybe-open-connection): Don't call
3917         `tramp-process-sentinel'.
3919         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Don't call
3920         `tramp-process-sentinel'.
3922         * net/xesam.el (xesam-from): Remove defvar.
3923         (xesam-mode): Derive from `special-mode'.  Extend `xesam-mode-map'
3924         and `mode-line-position'.
3925         (xesam-refresh-entry): Remove argument `hit-number'.  Add debug
3926         information to the widgets.  Don't set `mode-line-position'.
3927         (xesam-refresh-search-buffer): Correct hit number computing.
3928         Don't set `mode-line-position'.
3929         (xesam-new-search): Add debug information to the mode line.
3931 2008-07-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3933         * diff-mode.el (diff-show-trailing-blanks): Renamed to
3934         diff-show-trailing-whitespaces.
3936 2008-07-25  Chong Yidong  <cyd@stupidchicken.com>
3938         * textmodes/tex-mode.el (tex-compilation-parse-errors): Check for
3939         invalid filename strings when parsing tex errors (bug#376).
3941 2008-07-25  Dan Nicolaescu  <dann@ics.uci.edu>
3943         * menu-bar.el (menu-bar-file-menu): Fix typo.
3945 2008-07-25  Juanma Barranquero  <lekktu@gmail.com>
3947         * play/solitaire.el (solitaire-mode-map): Define within defvar.
3948         (solitaire-mode): Define with `define-derived-mode'.
3949         (solitaire-insert-board, solitaire-right, solitaire-left, solitaire-up)
3950         (solitaire-down): Use "?\s" instead of "?\ "; use `when'.
3951         (solitaire-undo, solitaire-check): Use `when'.
3952         (solitaire-solve): Err out if the solitaire is already in progress.
3953         Use `when'.
3955         * descr-text.el (describe-char): Don't overwrite local variable char
3956         when describing characters with display-table entries.  Display font
3957         backend when describing composed characters.  Simplify: use `let'
3958         instead of `let*', and `or x y' instead of `if x x y'.
3960 2008-07-25  Chong Yidong  <cyd@stupidchicken.com>
3962         * image-mode.el (image-minor-mode): Set up winprops.
3964 2008-07-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3966         * diff-mode.el (diff-show-trailing-blanks): New fun.
3967         Show trailing blanks in modified lines for diff-mode.
3969 2008-07-24  Michael Albinus  <michael.albinus@gmx.de>
3971         * Makefile.in (ELCFILES): Add net/xesam.el.
3973         * net/tramp.el (tramp-handle-start-file-process): Make NAME a unique
3974         process name.  Reported by Markus Triska <markus.triska@gmx.at>.
3976         * net/xesam.el: New file.
3978 2008-07-24  Sven Joachim  <svenjoac@gmx.de>
3980         * dired-aux.el (dired-copy-file-recursive): Avoid calling
3981         set-file-modes when creating target directories.
3983 2008-07-24  Juanma Barranquero  <lekktu@gmail.com>
3985         * play/solitaire.el (solitaire-mode): Fix typo in docstring.
3986         Set `show-trailing-whitespace' to nil.
3987         (solitaire, solitaire-mode-map, solitaire-mode-hook, solitaire-solve):
3988         Fix typos in docstrings.
3990 2008-07-24  Chong Yidong  <cyd@stupidchicken.com>
3992         * textmodes/enriched.el (enriched-mode-map): Bind C-a and C-j via
3993         key remapping, not directly.
3995 2008-07-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3997         * whitespace.el: New version 11.2.
3998         (whitespace-newline-mode, global-whitespace-newline-mode): New newline
3999         minor mode visualization.
4001 2008-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
4003         * progmodes/cc-mode.el (auto-mode-alist): Add .i and .ii files.
4005         * Makefile.in (ELCFILES): Add term/common-win.elc.
4007         * vc-dir.el (vc-dir-search, vc-dir-isearch)
4008         (vc-dir-isearch-regexp): New functions.
4009         (vc-dir-mode-map, vc-dir-menu-map): Bind them.
4011 2008-07-23  Juri Linkov  <juri@jurta.org>
4013         * isearch-multi.el: Remove file to avoid dos file name clashes
4014         with isearch-x.el.  Move most content to misearch.el.
4016         * misearch.el: New file with most content from isearch-multi.el.
4017         Rename `isearch-buffers' name prefixes to `multi-isearch'.
4018         Remove `isearch-buffers-minor-mode'.  Add new function
4019         `multi-isearch-setup' to `isearch-mode-hook'.  New top-level
4020         commands `multi-isearch-buffers', `multi-isearch-buffers-regexp',
4021         `multi-isearch-files', `multi-isearch-files-regexp'.
4023         * Makefile.in (ELCFILES): Remove isearch-multi.elc.  Add misearch.elc.
4025         * isearch.el (isearch-message-prefix): Display "Multi" when
4026         `multi-isearch-next-buffer-current-function' is non-nil.
4027         (isearch-search-string): Replace `isearch-buffers-next-buffer-function'
4028         with `multi-isearch-next-buffer-current-function', and
4029         `isearch-buffers-current-buffer' with `multi-isearch-current-buffer'.
4031         * add-log.el (change-log-mode): Set `change-log-next-buffer' to
4032         `multi-isearch-next-buffer-function' instead of
4033         `isearch-buffers-next-buffer-function'.  Remove call to
4034         `isearch-buffers-minor-mode'.
4036         * buff-menu.el (Buffer-menu-marked-buffers)
4037         (Buffer-menu-isearch-buffers)
4038         (Buffer-menu-isearch-buffers-regexp): New functions.
4039         (Buffer-menu-mode-map): Bind "M-s a C-s" to
4040         `Buffer-menu-isearch-buffers', and "M-s a M-C-s" to
4041         `Buffer-menu-isearch-buffers-regexp'.
4042         (Buffer-menu-mode): Document new commands in docstring.
4043         (list-buffers-noselect): Add one space after Info file name
4044         according to the Info address convention.
4046         * ibuf-ext.el (ibuffer-do-isearch, ibuffer-do-isearch-regexp):
4047         New functions.
4049         * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-s" to
4050         `ibuffer-do-isearch' and "M-s a M-C-s" to `ibuffer-do-isearch-regexp'.
4051         (ibuffer-mode): Document new commands in docstring.
4053         * filesets.el (filesets-commands): Add commands for "Isearch" and
4054         "Isearch (regexp)".  Replace `query-replace' and `query-replace-regexp'
4055         with `perform-replace' using `filesets-cmd-query-replace-regexp-getargs'.
4056         (filesets-run-cmd): Call `fn' only once if it is `multi-isearch-files'
4057         or `multi-isearch-files-regexp'.
4058         (filesets-cmd-query-replace-getargs): Call standard function
4059         `query-replace-read-args' to read `query-replace' arguments.
4060         Add `multi-query-replace-map'.
4061         (filesets-cmd-query-replace-regexp-getargs)
4062         (filesets-cmd-isearch-getargs): New functions.
4064 2008-07-23  Chong Yidong  <cyd@stupidchicken.com>
4066         * international/mule.el (recode-region): Deactivate mark at the end.
4068 2008-07-23  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
4070         * progmodes/flymake.el (flymake-errline, flymake-warnline):
4071         Use more suitable colors on dark displays.
4073 2008-07-23  Michael Albinus  <michael.albinus@gmx.de>
4075         * net/tramp.el (tramp-methods): Add "-q" for "scp", "scp1",
4076         "scp2", "ssh", "ssh1", "ssh2", "scpc", "scpx", "sshx".
4077         (tramp-temp-buffer-name): New defconst.
4078         (tramp-handle-start-file-process): Use it.  Apply "exec", for the
4079         command.  No trailing prompt.
4080         (tramp-process-sentinel): Remove temporary buffer, if existing.
4081         Don't handle trailing prompt.
4082         (tramp-open-connection-setup-interactive-shell):
4083         Use `tramp-temp-buffer-name'.
4085 2008-07-23  Chong Yidong  <cyd@stupidchicken.com>
4087         * shell.el (shell-dynamic-complete-functions):
4088         Use comint-dynamic-complete-filename as well (bug#361).
4090 2008-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
4092         * term/ns-win.el:
4093         * version.el (emacs-version):
4094         * loadup.el:
4095         * frame.el (make-frame-on-display): Check for ns instead of
4096         ns-windowing.
4098         * dired.el (dired-mode-map): Show the key binding for wdired.
4100         * menu-bar.el (menu-bar-file-menu): Show the key binding for
4101         exiting Emacs.
4103 2008-07-19  Adrian Robert  <Adrian.B.Robert@gmail.com>
4105         * term/ns-win.el (x-list-fonts): Drop alias.
4107 2008-07-23  Juri Linkov  <juri@jurta.org>
4109         * replace.el (multi-query-replace-map): New variable.
4110         (perform-replace): Add processing of new multi-buffer keys bound
4111         to `automatic-all' and `exit-current'.  Set `query-flag' to nil
4112         if last input char was `automatic-all'.  Set new local variable
4113         `multi-buffer' to t when one of new two keys were typed.  Return
4114         non-nil value of `multi-buffer' that tells to calling functions
4115         to continue replacement on the next file.
4117         * progmodes/etags.el (tags-query-replace): Set arg `map' of
4118         `perform-replace' to `multi-query-replace-map'.
4120 2008-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4122         * diff-mode.el (diff-auto-refine-mode): Remove lighter, since it's
4123         otherwise displayed in every buffer.
4125         * vc-arch.el (vc-arch-trim-make-sentinel): Use a closure.
4126         (vc-arch-trim-one-revlib): Delete temp directories as well.
4128 2008-07-22  Stephen Eglen  <stephen@gnu.org>
4130         * iswitchb.el (iswitchb-delim): New variable.  Suggested by Ted Roden.
4132 2008-07-22  Sven Joachim  <svenjoac@gmx.de>
4134         * vc-dir.el (vc-dir-recompute-file-state): Fix mismatched parenthesis.
4136 2008-07-22  Miles Bader  <miles@gnu.org>
4138         * progmodes/sh-script.el (sh-newline-and-indent): Remove.
4139         (sh-mode-map): Remove remapping of newline-and-indent.
4141 2008-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
4143         * vc.el (Todo): Update.
4145         * vc-hooks.el: Remove obsolete comment.
4147         * vc-git.el (vc-git-status-printer): Update the directory display
4148         to match the default.
4150         * vc-dir.el (vc-dir-recompute-file-state): Add workaround for CVS.
4152 2008-07-21  Chong Yidong  <cyd@stupidchicken.com>
4154         * menu-bar.el (menu-bar-line-wrapping-menu): Use Visual Line mode
4155         for "word wrap" command.
4157         * simple.el (visual-line-mode): Disable truncate-partial-width-windows.
4159 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
4161         * term/ns-win.el: Rename ns- functions/variables to the
4162         corresponding x- versions.
4163         (x-select-text, x-cut-buffer-or-selection-value)
4164         (x-disown-selection-internal, x-get-selection-internal)
4165         (x-own-selection-internal, x-defined-colors, xw-defined-colors)
4166         (x-display-mm-width, x-display-mm-height)
4167         (x-display-backing-store, x-display-save-under)
4168         (x-display-visual-class, x-display-screens, x-focus-frame): Remove
4169         defaliases.
4171         * frame.el (ns-display-name): Remove declaration.
4172         (make-frame-on-display): Use x-display-name instead
4173         ns-display-name.  Use unless.
4175         * startup.el (command-line-1): Fix indentation.
4177         * term/ns-win.el (up-one, down-one, left-one, right-one): Remove,
4178         checked in inadvertently.
4180 2008-07-21  Chong Yidong  <cyd@stupidchicken.com>
4182         * term/ns-win.el: Standardize references to "Nextstep" in
4183         comments, messages, and docstrings.
4184         (ns-handle-args, x-parse-geometry)
4185         (ns-extended-platform-support-mode, x-setup-function-keys)
4186         (ns-select-overlay, ns-unselect-line, ns-yes-or-no-p)
4187         (ns-set-pasteboard, ns-scroll-bar-move, ns-defined-colors)
4188         (ns-initialized, ns-initialize-window-system): Doc fixes.
4190 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
4192         * diff-mode.el (diff-auto-refine): Delete defcustom.
4193         (diff-auto-refine-mode): New func/var via define-minor-mode.
4194         Update var ref to use diff-auto-refine-mode.
4195         * smerge-mode.el (diff-mode): Require when compiling.
4196         (smerge-auto-refine): Delete defcustom.
4197         Update smerge-auto-refine ref to use diff-auto-refine-mode.
4199 2008-07-21  Chong Yidong  <cyd@stupidchicken.com>
4201         * simple.el (visual-line): New custom group.
4202         (visual-line-fringe-indicators): New var.
4203         (visual-line-mode): Set fringe-indicator-alist based on
4204         visual-line-fringe-indicators.  Add lighter.
4206 2008-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
4208         * term/x-win.el (x-handle-switch, x-handle-numeric-switch)
4209         (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
4210         (x-handle-geometry, x-handle-name-switch, x-display-name)
4211         (x-handle-display, x-handle-args, x-colors): Move ...
4212         * term/common-win.el: ... here.  New file.
4213         * term/w32-win.el (x-handle-switch, x-handle-numeric-switch)
4214         (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
4215         (x-handle-geometry, x-handle-name-switch, x-display-name)
4216         (x-handle-display, x-handle-args, x-colors): Remove.
4217         * loadup.el: Load term/common-win before term/x-win and term/w32-win.
4219 2008-07-19  Juri Linkov  <juri@jurta.org>
4221         * startup.el (fancy-startup-text): Move the line "To quit
4222         a partially entered command, type Control-g" a few lines below
4223         to be after the line "To start".  Add text "at gnu.org" to
4224         "Overview of Emacs features".
4226         * dired.el (dired-mode-map): Fix menu text of
4227         image-dired-display-thumbs.
4229         * image-dired.el (image-dired-cmd-create-thumbnail-options)
4230         (image-dired-cmd-create-temp-image-options)
4231         (image-dired-cmd-create-standard-thumbnail-command): Add > to the
4232         ImageMagick command line to change the dimensions of the image
4233         only if its width or height exceeds the geometry specification.
4235         * longlines.el: Add coding cookie utf-8 for the pilcrow sign.
4237         * proced.el (proced-mode, proced): Add \\<proced-mode-map>
4238         to docstrings.
4240 2008-07-19  Adrian Robert  <Adrian.B.Robert@gmail.com>
4242         * term/ns-win.el (ns-ps-print-menu-map): Fix typo pointed out by
4243         Vinicius Jose Latorre.
4245 2008-07-19  Glenn Morris  <rgm@gnu.org>
4247         * term/ns-win.el (ns-make-command-string): Use mapconcat.
4248         (ns-save-preferences): Fix typo in previous change.  (Bug#573)
4250 2008-07-18  Michael Albinus  <michael.albinus@gmx.de>
4252         * net/dbus.el (dbus-interface-properties): New defconst.
4253         (dbus-introspect): Update docstring.
4254         (dbus-introspect-xml, dbus-introspect-get-attribute)
4255         (dbus-introspect-get-node-names, dbus-introspect-get-all-nodes)
4256         (dbus-introspect-get-interface-names)
4257         (dbus-introspect-get-interface, dbus-introspect-get-method-names)
4258         (dbus-introspect-get-method, dbus-introspect-get-signal-names)
4259         (dbus-introspect-get-signal, dbus-introspect-get-property-names)
4260         (dbus-introspect-get-property)
4261         (dbus-introspect-get-annotation-names)
4262         (dbus-introspect-get-annotation)
4263         (dbus-introspect-get-argument-names, dbus-introspect-get-argument)
4264         (dbus-introspect-get-signature, dbus-get-property)
4265         (dbus-set-property, dbus-get-all-properties): New defuns.
4267 2008-07-18  Chong Yidong  <cyd@stupidchicken.com>
4269         * Makefile.in (ELCFILES): Remove ns-carbon-compat.elc and
4270         ns-grabenv.elc.
4272         * ns-carbon-compat.el: File removed.
4274         * ns-grabenv.el: File removed.
4276         * term/ns-win.el: Contents of ns-carbon-compat.el and
4277         ns-grabenv.el moved here.
4278         (ns-grabenv, ns-open-file-select-line): Doc fixes.
4279         (ns-submit-bug-report): Function removed.  Reports go to the main
4280         Emacs bug list.
4281         (ns-handle-args, ns-spi-service-call): Doc fixes.
4282         (info-ns-emacs): Function removed.  Nextstep port manual will be
4283         merged into the Emacs manual, so no separate link needed.
4285 2008-07-18  Francesc Rocher  <rocher@member.fsf.org>
4287         * startup.el (fancy-splash-head): Fix change of 2008-07-02.
4289 2008-07-18  Glenn Morris  <rgm@gnu.org>
4291         * eshell/esh-arg.el (eshell-quote-backslash): Restrict previous change
4292         to XEmacs, since it does nothing for Emacs.
4294 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4296         * net/tls.el (open-tls-stream): Make it work with the 2nd argument
4297         BUFFER that is a string but does not exist as a buffer object, as
4298         mentioned in the doc-string.
4300 2008-07-17  Chong Yidong  <cyd@stupidchicken.com>
4302         * simple.el (line-move-visual): Make it a defcustom.
4303         (line-move-1): Convert temporary-goal-column back to an integer if
4304         it was set as a float by a previous call to line-move-visual.
4305         (end-of-visual-line, beginning-of-visual-line)
4306         (next-logical-line, previous-logical-line): New functions.
4308 2008-07-17  David Reitter  <david.reitter@gmail.com>
4310         * simple.el (kill-visual-line, turn-on-visual-line-mode): New
4311         functions.
4312         (visual-line-mode, global-visual-line-mode): New minor mode.
4313         (visual-line-mode-map): New variable.
4315 2008-07-17  Glenn Morris  <rgm@gnu.org>
4317         * term/ns-win.el (parameters): Declare for compiler.
4319 2008-07-17  Fan Kai  <fktpp@xemacs.org>  (tiny change)
4321         * eshell/esh-arg.el (eshell-quote-backslash): Fix eshell path completion
4322         for Windows.
4324 2008-07-17  Daiki Ueno  <ueno@unixuser.org>
4326         * epa.el (epa-key-list-mode): Use run-mode-hooks.
4327         (epa-key-mode): Ditto.
4328         (epa-info-mode): Ditto.
4330 2008-07-17  Glenn Morris  <rgm@gnu.org>
4332         * term/ns-win.el (ns-handle-switch): Simplify.  Handle the numeric case.
4333         (ns-handle-numeric-switch): Just call ns-handle-switch.
4334         (ns-handle-name-switch, ns-handle-nxopen, ns-handle-nxopentemp)
4335         (ns-handle-args): Simplify using `pop'.
4336         (ns-display-name): Define (used in frame.el).
4337         (menu-bar-select-frame): Add (ignored) arg to more closely match the
4338         original definition.
4339         (ns-perform-service): Declare.
4340         (ns-save-preferences): Use fewer `let's.
4342         * frame.el (ns-display-name): Declare for compiler.
4344 2008-07-17  Kenichi Handa  <handa@m17n.org>
4346         * descr-text.el (describe-char-unidata-list): Initialize to the
4347         list of name, general-category, decomposition, and old-name.
4349 2008-07-16  Adrian Robert  <Adrian.B.Robert@gmail.com>
4351         * startup.el (command-line-1): Update processing of NS long options to
4352         mimic recent changes to processing of X long options.
4354 2008-07-16  Nick Roberts  <nickrob@snap.net.nz>
4356         * progmodes/gdb-ui.el (gdb-create-define-alist): Don't create a
4357         list of #defines for remote files.
4358         (gdb-source-info): Only show main if it has been found.
4360 2008-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4362         * term/ns-win.el: Require CL; fix up comment style; reindent.
4363         (ns-define-service): Use subst-char-in-string.  Avoid `eval'.
4364         (ns-save-preferences): Use `case'.
4365         (ns-initialize-window-system): Use `dolist'.
4367 2008-07-16  Adrian Robert  <Adrian.B.Robert@gmail.com>
4369         * loadup.el: Remove load of easy-mmode prior to ns-win when NS
4370         windowing is used.
4371         * term/ns-win.el (ns-extended-platform-support-mode):
4372         Correct/improve documentation.
4374 2008-07-16  Glenn Morris  <rgm@gnu.org>
4376         * emacs-lisp/cl-compat.el, emacs-lisp/cl-macs.el, emacs-lisp/cl-seq.el:
4377         Simply require 'cl (see comment in cl-compat.el).
4378         * emacs-lisp/cl-macs.el (cl-compile-time-init): Remove function.
4379         * emacs-lisp/cl.el (cl-do-pop, cl-mapcar-many): Declare for compiler.
4380         (cl-hack-byte-compiler): Load cl-macs and run cl-hack-bytecomp-hook
4381         directly rather by subterfuge.  Provide cl before loading cl-macs.
4383         * paths.el (rmail-spool-directory): Remove settings for systems that are
4384         no longer supported.
4386         * frame.el (ns-initialize-window-system): Declare for compiler.
4388         * term/ns-win.el: Add numerous declarations for compiler.
4389         (ns-pop-up-frames): Move definition before use.  Doc fix.
4391         * emacs-lisp/check-declare.el (check-declare-locate)
4392         (check-declare-verify): Handle .m files.
4394 2008-07-15  Adrian Robert  <Adrian.B.Robert@gmail.com>
4396         * ns-carbon-compat.el: New file: user-visible compatibility of
4397         NeXTstep port with Carbon port.
4398         * ns-grabenv.el: New file: functionality useful on OS X platform to
4399         expose environment variables inside Emacs started from icon.
4400         * Makefile.in (ELCFILES): Add ns-carbon-compat, ns-grabenv, ns-win.
4401         * cus-edit.el:
4402         * cus-face.el:
4403         * disp-table.el:
4404         * faces.el:
4405         * info.el:
4406         * mouse.el:
4407         * mwheel.el:
4408         * simple.el: Add ns to window systems treated as GUIs.
4409         * facemenu.el (facemenu-read-color): Don't require a name match under
4410         NS, to allow numeric color entry.
4411         * frame.el (make-frame-on-display): Follow code for 'x in initializing
4412         'ns window system if need be.
4413         (various): Add 'ns as described above.
4414         * loadup.el: Load ns-win.el, easy-menu.el, easy-mmode.el if
4415         ns-windowing is active.
4416         * startup.el (command-line-ns-option-alist): New constant to handle NS
4417         windowing system specific command line args analogous to how they are
4418         handled for X windows.
4419         (command-line-1): Use the above where appropriate.
4420         * version.el: Add NS port version.
4421         * woman.el (woman-man.conf-path): Add /usr/share/misc to init path on
4422         Darwin (usually OS X) systems.
4423         (woman-use-own-frame): Include 'ns in list of GUI window systems.
4424         * emulation/viper-util.el (ns-display-color-p)
4425         (ns-color-defined-p): Remove these (caustically-commented) outdated
4426         compensations for a port that was never itself integrated until now.
4427         * gnus/gnus-util.el (gnus-select-frame-set-input-focus): Add support
4428         for NS window system.
4429         * international/mule-cmds.el: Add 'ns to list of special-cased window
4430         systems (probably most of these, x/w32/mac/ns could be changed to
4431         window-system non-nil).
4432         * term/ns-win.el: New file: lisp-side support for NS windowing system.
4434 2008-07-14  Jason Rumney  <jasonr@gnu.org>
4436         * term/w32-win.el (x-handle-switch, x-handle-name-switch)
4437         (x-handle-numeric-switch, x-handle-initial-switch)
4438         (x-handle-xrm-switch, x-handle-args, x-handle-display)
4439         (xw-defined-colors, w32-initialize-window-system):
4440         Avoid use of cl pop and push macros.
4442 2008-07-14  Martin Rudalics  <rudalics@gmx.at>
4444         * add-log.el (change-log-goto-source): Avoid wrong-type-argument
4445         error when change-log-search-file-name returns nil.
4447 2008-07-13  Martin Rudalics  <rudalics@gmx.at>
4449         * add-log.el (change-log-search-file-name):
4450         Use match-string-no-properties.
4451         (change-log-search-tag-name-1, change-log-search-tag-name)
4452         (change-log-goto-source-1, change-log-goto-source): New functions.
4453         (change-log-tag-re, change-log-find-head, change-log-find-tail):
4454         New variables.
4455         (change-log-mode-map): Bind C-c C-c to change-log-goto-source.
4457 2008-07-13  Jay Belanger  <jay.p.belanger@gmail.com>
4459         * calc/calc-help.el (calc-describe-key): Add angles to special key
4460         descriptions.
4462 2008-07-13  Vincent Belaïche  <vincent.b.1@hotmail.fr>
4464         * calc/calc-help.el (calc-describe-thing): Use `re-search-forward' to
4465         search for regexp.
4467 2008-07-12  Chong Yidong  <cyd@stupidchicken.com>
4469         * simple.el (line-move-visual): Handle null pixel position gracefully.
4471 2008-07-11  Jason Rumney  <jasonr@gnu.org>
4473         * files.el (file-truename): Get truename of ancestors if file does
4474         not exist on Windows.
4476 2008-07-11  Chong Yidong  <cyd@stupidchicken.com>
4478         * simple.el (line-move-visual): Obey goal-column and no-error arg.
4479         (track-eol, temporary-goal-column, previous-line, next-line):
4480         Update docstring.
4481         (move-end-of-line, move-beginning-of-line): Bind line-move-visual
4482         to nil.
4484 2008-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4486         * simple.el (line-move-visual): New var.
4487         (line-move-visual): New function.
4488         (line-move): Call line-move-visual.
4490 2008-07-11  Dan Nicolaescu  <dann@ics.uci.edu>
4492         * progmodes/grep.el (grep-files-aliases): Improve the C++ source
4493         pattern and add patterns for C++ header files.
4495 2008-07-10  Chong Yidong  <cyd@stupidchicken.com>
4497         * window.el (truncated-partial-width-window-p): New function.
4499         * menu-bar.el: Remove Longlines mode from menu.  Add word-wrap option.
4501         * faces.el (x-create-frame-with-faces): Don't pass parameters that
4502         are set later to x-create-frame.
4503         (face-set-after-frame-default): Apply X resources for non-default
4504         faces.
4506 2008-07-08  Chong Yidong  <cyd@stupidchicken.com>
4508         * faces.el (face-set-after-frame-default): Simplify.  Don't apply
4509         frame-specific X resource settings.  Set faces using a list of
4510         frame parameters explicitly passed to the calling
4511         function (e.g. make-frame).
4512         (x-create-frame-with-faces, tty-create-frame-with-faces):
4513         Supply explicit frame parameter list to face-set-after-frame-default.
4515 2008-07-08  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
4517         * net/browse-url.el (browse-url-default-browser):
4518         Fix argument list in lambda.
4520 2008-07-07  Ulf Jasper  <ulf@web.de>
4522         * net/newst-backend.el (newsticker--get-news-by-url): Catch errors
4523         from url-retrieve.
4524         (newsticker--sentinel-work): Fix xerror typo.
4526 2008-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
4528         * vc-dir.el (vc-dir-refresh): Only update files.
4530         * vc-git.el (vc-git--ls-files-state): Remove unused function.
4532         * vc-bzr.el (vc-bzr-after-dir-status): Deal with execute bit changes.
4534 2008-07-06  John Paul Wallington  <jpw@pobox.com>
4536         * kermit.el (kermit-esc-char, kermit-clean-off): Doc fixes.
4538 2008-07-05  Alexandre Julliard  <julliard@winehq.org>
4540         * vc-git.el (vc-git-registered): Return true for removed files.
4541         (vc-git-print-log, vc-git-log-view-mode): Print a single log for
4542         all the files instead of one per file.
4543         (vc-git-previous-revision): Add support for project-wide previous
4544         revision when specified file is nil.
4546 2008-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
4548         * vms-patch.el, vmsproc.el, mail/vms-pmail.el: Move to obsolete dir.
4550         * vc-dir.el (vc-dir-find-child-files): New function.
4551         (vc-dir-resync-directory-files): New function.
4552         (vc-dir-recompute-file-state): New function, broken out of ...
4553         (vc-dir-resynch-file): ... here.  Also deal with directories.
4554         * vc-dispatcher.el (vc-resynch-buffers-in-directory): New function.
4555         (vc-resynch-buffer): Use it.
4557         * vc-hg.el (vc-hg-registered): Do not set vc-state.
4559         * vc-annotate.el (vc-annotate-mode-menu): Add separator.
4561 2008-07-05  Nick Roberts  <nickrob@snap.net.nz>
4563         * progmodes/gdb-ui.el (gdb-display-buffer): Don't split a buffer
4564         if it's not part of gdb-ui, e.g, at start.
4566         * progmodes/gud.el (gud-gdb-get-stackframe): Allow absolute
4567         filenames in stack trace (text command mode).
4569 2008-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4571         * mouse-drag.el (mouse-drag-throw, mouse-drag-drag): Autoload.
4573         * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
4574         Use syntax-ppss on a position *before* the char we want to change.
4576 2008-07-04  Dan Nicolaescu  <dann@ics.uci.edu>
4578         * vc-dir.el (vc-dir-query-replace-regexp): New function.
4579         (vc-dir-tool-bar-map, vc-dir-menu-map): Bind it.
4580         (vc-dir-mode-map): Likewise.
4582 2008-07-03  Juanma Barranquero  <lekktu@gmail.com>
4584         * eshell/esh-arg.el (eshell-quote-backslash): Fix typo in docstring.
4585         (eshell-parse-argument-hook, eshell-special-chars-inside-quoting)
4586         (eshell-arg-load-hook, eshell-special-chars-outside-quoting):
4587         Remove spurious * in defcustom docstrings.
4589         * textmodes/fill.el (fill-paragraph): Fix typo in docstring.
4590         (fill-individual-varying-indent, colon-double-space, enable-kinsoku)
4591         (adaptive-fill-mode, adaptive-fill-first-line-regexp)
4592         (default-justification): Remove spurious * in defcustom docstrings.
4594         * textmodes/rst.el (rst, rst-line-homogeneous-p, rst-mode-abbrev-table)
4595         (rst-font-lock-keywords-function, rst-mode, rst-minor-mode)
4596         (rst-compare-decorations, rst-default-indent, rst-update-section)
4597         (rst-decoration-complete-p, rst-section-tree, rst-toc-insert-node)
4598         (rst-toc-insert-find-delete-contents, rst-toc-count-lines)
4599         (rst-toc-mode-goto-section, rst-faces, rst-level-face-base-color):
4600         Fix typos in docstrings.
4601         (rst-mode-lazy): Fix typo in docstring.  Remove spurious *.
4602         (rst-adjust, rst-line-homogeneous-p, rst-suggest-new-decoration)
4603         (rst-get-decorations-around, rst-section-tree-point)
4604         (rst-font-lock-adornment-point): Reflow docstrings.
4605         (rst-get-decoration, rst-get-decoration-match, rst-adjust-decoration):
4606         Doc fixes.
4607         (rst-re-enumerations): Comment out.
4609         * nxml/nxml-glyph.el (nxml-glyph-set-hook):
4610         * nxml/nxml-uchnm.el (nxml-unicode-blocks)
4611         (nxml-unicode-block-char-name-set):
4612         * nxml/nxml-util.el (nxml-debug, nxml-make-namespace):
4613         * nxml/rng-nxml.el (rng-set-state-after):
4614         * nxml/rng-uri.el (rng-file-name-uri): Fix typo in docstring.
4616         * nxml/rng-cmpct.el (rng-c-lookup-create, rng-c-parse-primary)
4617         (rng-c-parse-annotation-body):
4618         * nxml/rng-dt.el (rng-dt-namespace-context-getter): Reflow docstrings.
4620         * nxml/nxml-mode.el (nxml, nxml-mode, nxml-after-change1)
4621         (nxml-extend-region, nxml-merge-indent-context-type, nxml-complete)
4622         (nxml-forward-balanced-item, nxml-dynamic-markup-word)
4623         (nxml-define-char-name-set, nxml-toggle-char-ref-extra-display):
4624         Fix typos in docstrings.
4625         (nxml-attribute-indent): Reflow docstring.
4626         (nxml-bind-meta-tab-to-complete-flag, nxml-last-fontify-end)
4627         (nxml-default-buffer-file-coding-system): Doc fixes.
4629         * nxml/nxml-ns.el (nxml-ns-state, nxml-ns-initial-state)
4630         (nxml-ns-set-prefix): Fix typos in docstrings.
4631         (nxml-ns-push-state, nxml-ns-pop-state, nxml-ns-set-default):
4632         Reflow docstring.
4633         (nxml-ns-get-prefix, nxml-ns-get-default): Doc fixes.
4635         * nxml/nxml-outln.el (nxml-hide-all-text-content)
4636         (nxml-show-direct-text-content, nxml-show-direct-subheadings)
4637         (nxml-hide-direct-text-content, nxml-hide-subheadings)
4638         (nxml-hide-text-content, nxml-show-subheadings, nxml-hide-other)
4639         (nxml-outline-display-rest, nxml-outline-set-overlay)
4640         (nxml-section-tag-forward, nxml-section-tag-backward)
4641         (nxml-back-to-section-start): Fix typos in docstrings.
4643         * nxml/nxml-parse.el (nxml-validate-function, nxml-parse-file):
4644         Doc fixes.
4646         * nxml/nxml-rap.el (nxml-scan-end, nxml-move-tag-backwards)
4647         (nxml-scan-element-forward, nxml-scan-element-backward): Doc fixes.
4648         (nxml-scan-after-change): Fix typo in docstring.
4650         * nxml/rng-match.el (rng-being-compiled, rng-normalize-choice-list)
4651         (rng-name-class-possible-names): Doc fixes.
4652         (rng-memo-map-add, rng-intern-group, rng-match-possible-namespace-uris)
4653         (rng-match-possible-start-tag-names, rng-match-possible-value-strings):
4654         Fix typos in docstrings.
4655         (rng-intern-group-shortcut, rng-intern-choice-shortcut):
4656         Reflow docstrings.
4658         * nxml/rng-util.el (rng-uniquify-eq, rng-uniquify-equal): Doc fixes.
4659         (rng-substq, rng-complete-before-point): Fix typos in docstrings.
4661         * nxml/rng-xsd.el (rng-xsd-make-date-time-regexp)
4662         (rng-xsd-convert-date-time): Reflow docstrings.
4663         (rng-xsd-compile): Fix typo in docstring.
4665         * nxml/rng-loc.el (rng-current-schema-file-name)
4666         (rng-locate-schema-file-using, rng-locate-schema-file-from-type-id):
4667         Doc fixes.
4668         (rng-set-schema-file): Fix typo in docstring.
4670         * nxml/rng-valid.el (rng-error-count, rng-validate-mode)
4671         (rng-do-some-validation, rng-process-start-tag, rng-process-text):
4672         Fix typos in docstrings.
4673         (rng-message-overlay, rng-conditional-up-to-date-start)
4674         (rng-conditional-up-to-date-end): Doc fixes.
4675         (rng-next-error, rng-previous-error): Reflow docstrings.
4677         * nxml/xmltok.el (xmltok-attribute-raw-normalized-value): Doc fix.
4678         (xmltok-dtd, xmltok-dependent-regions, xmltok-attribute-refs)
4679         (xmltok-valid-char-p, xmltok-standalone, xmltok-forward-prolog)
4680         (xmltok-merge-attributes): Fix typos in docstrings.
4681         (xmltok-make-attribute, xmltok-forward-special)
4682         (xmltok-get-declared-encoding-position): Reflow docstrings.
4684         * nxml/xsd-regexp.el (xsdre-char-class-to-range-list): Doc fix.
4685         (xsdre-range-list-union, xsdre-check-range-list, xsdre-current-regexp):
4686         Fix typos in docstrings.
4688 2008-07-02  John Paul Wallington  <jpw@pobox.com>
4690         * ibuffer.el (ibuffer-buffer-file-name):
4691         Use `list-buffers-directory'.  Remove special-casing for `cvs-mode'
4692         and `vc-dir-mode'.  Suggested by Dan Nicolaescu.
4694 2008-07-02  Toru Tsuneyoshi  <t_tuneyosi@hotmail.com>
4696         * files.el (backup-extract-version): Handle versioned directories.
4697         (trash-directory): New variable.
4698         (move-file-to-trash): New function.
4700         * cus-start.el (delete-by-moving-to-trash): Declare for custom.
4702 2008-07-02  Magnus Henoch  <mange@freemail.hu>
4704         * vc-git.el (vc-git-annotate-command): Use proper option for
4705         specifying revision.
4707 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
4709         * startup.el (fancy-splash-head): Prefer SVG or PNG splash image,
4710         if available.
4712 2008-07-01  Dan Nicolaescu  <dann@ics.uci.edu>
4714         * uniquify.el (uniquify-list-buffers-directory-modes): Add vc-dir-mode.
4716         * vc-annotate.el (vc-annotate-mode-map): Use lower case keys.
4717         Add binding for vc-annotate-show-changeset-diff-revision-at-line.
4719         * vc-dir.el (vc-dir-mode): Set list-buffers-directory.
4721 2008-07-01  Nick Roberts  <nickrob@snap.net.nz>
4723         * progmodes/gdb-ui.el (gdb-create-source-file-list): New option.
4724         (gdb-init-2): Use it.  Don't run gdb-mode-hook again.
4725         (gdb-var-list-children-regexp, gdb-var-update-regexp)
4726         (gdb-info-breakpoints-custom, gdb-stack-list-frames-regexp)
4727         (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
4728         (gdb-stack-list-locals-regexp): Future proof regexps better.
4730 2008-06-30  Juri Linkov  <juri@jurta.org>
4732         * faces.el (face-name-history): New variable.
4733         (make-face, make-empty-face): Replace interactive spec "S"
4734         with `read-from-minibuffer' where `read' arg is t and
4735         `hist' arg is `face-name-history'.
4736         (read-face-name): Set `hist' arg of `completing-read-multiple'
4737         to `face-name-history'.
4738         (list-faces-display): Use `read-regexp' instead of `read-string'
4739         to read regexp.
4741         * hi-lock.el (hi-lock-regexp-history): Make it an obsolete alias
4742         to `regexp-history'.
4743         (hi-lock-face-history): Rename to `hi-lock-face-defaults' and
4744         make it an obsolete alias to it.
4745         (hi-lock-face-defaults): New variable renamed from
4746         `hi-lock-face-history'.
4747         (hi-lock-line-face-buffer, hi-lock-face-buffer)
4748         (hi-lock-face-phrase-buffer): Use `read-regexp' instead of
4749         `read-from-minibuffer'.  Doc fix.
4750         (hi-lock-read-face-name): Replace `hi-lock-face-history' with
4751         `hi-lock-face-defaults'.  Remove `mapcar (lambda (f) (cons f f))'.
4752         Set `hist' arg of `completing-read' to `face-name-history'.
4753         Put a list of default faces to `default' arg instead of `hist' arg.
4755         * bindings.el (abbrev-map, narrow-map): New variables.
4756         Bind `C-x a' to `abbrev-map' and `C-x n' to `narrow-map'.
4757         Rebind related commands to these new maps.
4758         (ctl-x-r-map): New variable for rectangle, register and bookmark
4759         keys.  Move rectangle keybindings to rect.el and register
4760         keybindings to register.el.
4761         (next-buffer, previous-buffer): Remove C-x prefix and move
4762         keybindings to ctl-x-map.
4764         * bookmark.el: Rebind three global `C-x r' keys "b", "m", "l"
4765         to the new map `ctl-x-r-map' in autoload cookies.
4767         * expand.el: Rebind two global `C-x a' keys "n", "p"
4768         to the new map `abbrev-map' in autoload cookies.
4770         * rect.el: Bind global keys to ctl-x-r-map in autoload cookies.
4772         * register.el: Bind global keys to ctl-x-r-map in autoload cookies.
4774 2008-06-30  Miles Bader  <miles@gnu.org>
4776         * net/rcirc.el (rcirc-markup-attributes): Don't skip a character
4777         after processing an escape sequence.
4779 2008-06-29  Michael Albinus  <michael.albinus@gmx.de>
4781         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Revert patch
4782         from 2008-06-28.  It does not work on W32.
4784 2008-06-29  Juri Linkov  <juri@jurta.org>
4786         * replace.el (read-regexp): New function.
4787         (keep-lines-read-args, occur-read-primary-args):
4788         Call `read-regexp' instead of code moved to new function.
4789         (keep-lines, flush-lines, how-many): Remove parenthesis and colon
4790         from the end of prompt.
4791         (replace-re-search-function): Doc fix.
4793 2008-06-29  Kenichi Handa  <handa@m17n.org>
4795         * descr-text.el (describe-char-display): Always return a string.
4796         (describe-char-padded-string): New function.
4797         (describe-char): Adjusted for the change of
4798         describe-char-display.  Use describe-char-padded-string.
4800 2008-06-29  Andreas Schwab  <schwab@suse.de>
4802         * vc-dir.el (vc-dir): Make backend argument optional and use
4803         vc-responsible-backend when nil.  Interactively pass nil for
4804         backend instead of using the backend of what happens to be
4805         default-directory at the time of the call.
4807         * find-dired.el (find-dired-filter): Preserve point.
4809 2008-06-28  Juanma Barranquero  <lekktu@gmail.com>
4811         * net/sasl.el (sasl-client-set-property, sasl-make-mechanism)
4812         (sasl-find-mechanism, sasl-next-step):
4813         * net/sasl-ntlm.el (sasl-ntlm-steps, sasl-ntlm-request)
4814         (sasl-ntlm-response): Fix typos in docstrings.
4816 2008-06-28  robert marshall  <robert@capuchin.co.uk>  (tiny change)
4818         * international/mule-cmds.el (view-hello-file): Doc fix.
4820 2008-06-28  Chong Yidong  <cyd@stupidchicken.com>
4822         * faces.el (inhibit-face-set-after-frame-default): Var deleted.
4823         (set-face-attribute, face-set-after-frame-default)): Don't use it.
4825 2008-06-28  John Paul Wallington  <jpw@pobox.com>
4827         * calc/calc.el (defmath): Add `doc-string' decl.  Add docstring.
4829 2008-06-28  Michael Albinus  <michael.albinus@gmx.de>
4831         * net/tramp.el (tramp-handle-file-modes): Handle symlinks.
4832         (tramp-convert-file-attributes): Convert symlinks only when
4833         returned from `tramp-handle-file-attributes-with-stat'.
4835         * net/tramp-ftp.el (top): Delete 'ange-ftp property from
4836         `substitute-in-file-name' when unloading.
4837         (tramp-ftp-file-name-handler): Set `tramp-mode' to nil.
4839 2008-06-28  Dan Nicolaescu  <dann@ics.uci.edu>
4841         * vc-dir.el (vc-dir-hide-up-to-date): Also hide empty directories.
4842         (vc-string-prefix-p): Move function ...
4843         * vc.el (vc-string-prefix-p): ... here.
4845 2008-06-27  Juanma Barranquero  <lekktu@gmail.com>
4847         * vc-dir.el (vc-dir): Complete only directory names.
4849 2008-06-27  Jason Rumney  <jasonr@gnu.org>
4851         * w32-fns.el (top-level): Unconditionally define all charsets.
4853 2008-06-27  Alan Mackenzie  <acm@muc.de>
4855         * progmodes/cc-mode.el (c-mode-base-map): Don't bind C-M-[ae] to
4856         the CC Mode specific functions; this is no longer needed, since
4857         {beginning,end}-of-defun now pass ARG to ...-of-defun-function.
4859         * progmodes/cc-defs.el (c-emacs-features): New feature
4860         'argumentative-bod-function.
4862 2008-06-27  John Paul Wallington  <jpw@pobox.com>
4864         * chistory.el (list-command-history): Use `bound-and-true-p'.
4865         (command-history-map): Define within defvar.  Add docstring.
4867 2008-06-27  Juanma Barranquero  <lekktu@gmail.com>
4869         * image.el (image-jpeg-p): Don't fail if the arg cannot be converted
4870         to unibyte; just assume it is not a JPEG.  Use `string-match-p'.
4871         (image-type-from-data, image-type-from-file-name): Use `string-match-p'.
4872         (image-type-from-buffer): Use `looking-at-p'.
4874 2008-06-27  Juanma Barranquero  <lekktu@gmail.com>
4876         * ibuf-ext.el (diff-sentinel): Declare.
4878 2008-06-27  Glenn Morris  <rgm@gnu.org>
4880         * calendar/lunar.el (calendar-lunar-phases): Rename from
4881         calendar-phases-of-moon.  Keep old name as alias, update callers.
4882         (lunar-phases): Rename from phases-of-moon.  Keep old name as alias.
4883         (diary-lunar-phases): Rename from diary-phases-of-moon.
4884         Keep old name as alias.
4885         * calendar/cal-menu.el (cal-menu-sunmoon-menu)
4886         (cal-menu-global-mouse-menu): Update for lunar name changes.
4887         * calendar/calendar.el (calendar-mode-map): Update for name change.
4888         * calendar/diary-lib.el (diary-list-sexp-entries): Doc update.
4890 2008-06-26  Glenn Morris  <rgm@gnu.org>
4892         * calendar/solar.el (solar-sunrise-sunset-string): Add optional
4893         argument `nolocation'.
4894         (calendar-sunrise-sunset-month): New function.
4895         * calendar/cal-menu.el (cal-menu-sunmoon-menu): Rename from
4896         cal-menu-moon-menu.  Add calendar-sunrise-sunset-month.
4897         (cal-menu-global-mouse-menu): Add calendar-sunrise-sunset-month.
4898         * calendar/calendar.el (solar-sunrises-buffer): New constant.
4899         (calendar-mode-map): Use cal-menu-sunmoon-menu.
4900         (calendar-buffer-list): Add solar-sunrises-buffer.
4902         * calendar/cal-menu.el (cal-menu-goto-menu): Tweak menu name.
4904 2008-06-26  Chong Yidong  <cyd@stupidchicken.com>
4906         * cus-start.el: Add customization types for word-wrap and
4907         shift-select-mode.
4909 2008-06-26  John Paul Wallington  <jpw@pobox.com>
4911         * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): New function.
4912         (ibuffer-diff-with-file): Use it.  Do diff on marked buffers.
4913         (ibuffer-mark-on-buffer): Don't display message when removing marks.
4914         (ibuffer-mark-by-mode): Use `buffer-local-value'.
4916 2008-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
4918         * vc-dir.el (tool-bar): Require.
4920         * vc.el (ewoc, tool-bar): Do not require.
4922 2008-06-26  Kenichi Handa  <handa@m17n.org>
4924         * international/mule-cmds.el (encode-coding-char): Fix for ASCII
4925         characters.
4927         * composite.el (terminal-composition-base-character-p): New function.
4928         (terminal-composition-function):
4929         Use terminal-composition-base-character-p.  Include the base character
4930         in the composition.
4931         (auto-compose-chars): Don't check font-object for terminal display.
4933 2008-06-26  Glenn Morris  <rgm@gnu.org>
4935         * doc-view.el (bookmark-make-record-default):
4936         * image-mode.el (bookmark-make-record-default): Fix declaration.
4938         * calendar/calendar.el (calendar-date-echo-text): Doc fix.
4939         Add default :value for sexp type.
4940         (calendar-month-edges): New variable.
4941         (calendar-month-edges): New function.
4942         (calendar-recompute-layout-variables): Set calendar-month-edges.
4943         (calendar-intermonth-header, calendar-intermonth-text): New options.
4944         (calendar-insert-at-column): New function.
4945         (calendar-generate-month): Use calendar-insert-at-column.
4946         Handle intermonth text.  Add 'date property.
4947         (calendar-column-to-month): Remove function.
4948         (calendar-column-to-segment): New function.
4949         (calendar-cursor-to-date): Use calendar-column-to-segment.
4950         Check 'date property.
4952         * calendar/calendar.el (calendar-print-other-dates):
4953         Handle mouse events.
4954         * calendar/cal-menu.el (calendar-mouse-print-dates): Remove function.
4955         (cal-menu-context-mouse-menu): Use calendar-print-other-dates.
4957         * calendar/holidays.el (calendar-cursor-holidays): Handle mouse events.
4958         * calendar/cal-menu.el (calendar-mouse-holidays): Remove function.
4959         (cal-menu-context-mouse-menu): Use calendar-cursor-holidays.
4961         * calendar/cal-move.el (calendar-cursor-to-nearest-date):
4962         Use calendar-column-to-segment, calendar-month-edges, and
4963         the 'date property to handle intermonth text.
4965         * calendar/cal-iso.el (calendar-iso-from-absolute): Add autoload cookie.
4967         * calendar/cal-menu.el (cal-menu-moon-menu, cal-menu-diary-menu)
4968         (cal-menu-holidays-menu, cal-menu-goto-menu, cal-menu-scroll-menu):
4969         Add doc strings.
4970         (cal-menu-context-mouse-menu): Add some :keys.
4971         (calendar-check-holidays): Declare rather than autoloading.
4972         (diary-show-holidays-flag): Remove unneeded declaration.
4974         * calendar/cal-menu.el (cal-menu-moon-menu): Add sunrise/sunset.
4975         * calendar/calendar.el (calendar-cursor-to-date): Handle case where
4976         event-start is nil.
4978 2008-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4980         * minibuffer.el (completion-basic-try-completion): Use the text after
4981         point to constrain the completion candidates.
4982         (completion-basic-all-completions): Adjust accordingly.
4984 2008-06-25  Chong Yidong  <cyd@stupidchicken.com>
4986         * textmodes/tex-mode.el (tex-verbatim): Use monospace instead of
4987         courier.
4989         * faces.el (set-face-attribute): Doc fix.
4991 2008-06-25  Juri Linkov  <juri@jurta.org>
4993         * bindings.el (goto-map): New variable.  Rebind goto-related
4994         commands to this `M-g' prefix keymap.
4995         (search-map): New variable for `M-s' prefix keymap.
4996         Bind `M-s o' to `occur', `M-shr' to `highlight-regexp', `M-shp' to
4997         `highlight-phrase', `M-shl' to `highlight-lines-matching-regexp',
4998         `M-shu' to `unhighlight-regexp', `M-shf' to `hi-lock-find-patterns',
4999         `M-shw' to `hi-lock-write-interactive-patterns'.
5001         * isearch.el (isearch-mode-map): Bind `M-s h r' to
5002         `isearch-highlight-regexp'.
5003         (isearch-highlight-regexp): New function.
5005 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5007         * info.el (Info-bookmark-make-record):
5008         Use bookmark-make-record-default.
5009         (Info-bookmark-jump): Use bookmark-default-handler.
5011         * image-mode.el (image-bookmark-make-record):
5012         Use bookmark-make-record-default.
5013         (image-bookmark-jump): Use bookmark-default-handler.
5015         * doc-view.el (doc-view-bookmark-make-record):
5016         Use bookmark-make-record-default.
5017         (doc-view-bookmark-jump): Use bookmark-default-handler.
5019         * bookmark.el (bookmark-alist): Allow the 2 slightly different formats
5020         used until now in bookmark.el's code.
5021         (bookmark-get-bookmark): Accept bookmark names or bookmark records.
5022         (bookmark-get-bookmark-record): Allow the 2 slightly different formats
5023         used until now in bookmark.el's code.
5024         (bookmark-set-filename): Remove special code, moved to its only caller.
5025         (bookmark-store): Use the newer format.
5026         (bookmark-make-record-default): Add arg `point-only'.
5027         Rename from bookmark-make-record-for-text-file.
5028         (bookmark--jump-via): New function.
5029         (bookmark-jump, bookmark-jump-other-window, bookmark-bmenu-2-window)
5030         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window):
5031         Use it.
5032         (bookmark-jump-noselect, bookmark-default-handler):
5033         Don't return an alist, instead return the data implicitly by changing
5034         current buffer and point.  Signal an error if the file doesn't exist.
5036         * buff-menu.el: Use with-current-buffer and inhibit-read-only.
5037         (Buffer-menu-toggle-read-only): Avoid vc-toggle-read-only.
5039         * bs.el: Use with-current-buffer.  Simplify.
5040         (bs-toggle-readonly): Avoid vc-toggle-read-only.
5042         * eshell/esh-cmd.el (eshell-manipulate): Check eshell-debug-command
5043         is bound before using it.
5045 2008-06-25  Kenichi Handa  <handa@m17n.org>
5047         * image.el (image-jpeg-p): Convert DATA to unibyte at first.
5049 2008-06-25  Dan Nicolaescu  <dann@ics.uci.edu>
5051         * vc-hg.el:
5052         * vc-git.el: Require vc-dir when compiling.
5054         * vc-dir.el (vc-dir-marked-only-files-and-states): Rename from
5055         vc-dir-marked-only-files.  Change the return value.
5056         (vc-dir-child-files-and-states): Rename from vc-dir-child-files.
5057         Change the return value.
5058         (vc-dir-deduce-fileset): New function broken out from ...
5059         * vc.el (vc-deduce-fileset): ... here and ...
5060         (vc-deduce-fileset): ... here.
5062         * vc-svn.el (vc-annotate-parent-rev): Pacify byte compiler.
5063         (vc-svn-parse-status): Do not set the vc-backend property.
5065 2008-06-25  Andreas Schwab  <schwab@suse.de>
5067         * faces.el (face-font-family-alternatives, variable-pitch):
5068         Use "Sans Serif", not "Sans-Serif".
5070 2008-06-24  Chong Yidong  <cyd@stupidchicken.com>
5072         * faces.el (face-font-family-alternatives, variable-pitch):
5073         Change "Sans" to the canonical name "Sans-Serif".
5075 2008-06-24  Jay Belanger  <jay.p.belanger@gmail.com>
5077         * calc/calc.el (calc-mode-map): Add extra keybindings to
5078         `calc-missing-key'.
5079         * calc/calc-ext.el (calc-init-extensions): Add keybinding for
5080         `kill-ring-save'.
5082 2008-06-24  Miles Bader  <miles@gnu.org>
5084         * mouse.el (mouse-appearance-menu): Don't do anything if the user
5085         pops up the menu but doesn't select anything.
5087 2008-06-24  Dan Nicolaescu  <dann@ics.uci.edu>
5089         * add-log.el (add-change-log-entry): Add new arg to force each new
5090         entry to be on a new line.
5091         * diff-mode.el (diff-add-change-log-entries-other-window): Use it.
5093         * vc-dir.el (vc-client-object): Remove.
5094         (vc-dir-prepare-status-buffer): Take a backend as an argument and
5095         use it when looking for a buffer.
5096         (vc-dir): Add a backend argument.  Set revert-buffer-function.
5097         Don't create a client object.  Move bindings ...
5098         (vc-dir-menu-map, vc-dir-mode-map): ... here.
5099         (vc-dir-revert-buffer-function): New function.
5100         (vc-generic-status-printer): Rename to ...
5101         (vc-dir-status-printer): ... this.
5102         (vc-generic-state, vc-generic-status-fileinfo-extra)
5103         (vc-dir-extra-menu, vc-make-backend-object): Remove.
5104         (vc-default-status-printer): Use a different face for
5105         directories.  Don't display any text for directories in the state
5106         column.  Add tooltips.
5108         * vc.el (Todo): Update.
5110         * vc-hg.el (vc-annotate-convert-time, vc-default-status-printer):
5111         * vc-rcs.el (vc-annotate-convert-time):
5112         * vc-mtn.el (vc-annotate-convert-time):
5113         * vc-git.el (vc-annotate-convert-time):
5114         * vc-cvs.el (vc-annotate-convert-time):
5115         * vc-bzr.el (vc-annotate-convert-time): Declare as functions.
5117 2008-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
5119         * vc-annotate.el (vc-annotate-mode): Derive from special-mode
5120         instead of using view-mode.
5122 2008-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5124         * Makefile.in (distclean): Don't delete *.elc and autogen files.
5126 2008-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
5128         * vc.el:
5129         * vc-hooks.el:
5130         * vc-dispatcher.el: Move vc-dir variables and functions ...
5131         * vc-dir.el: ... here.  New file.
5132         * Makefile.in (ELCFILES): Add vc-dir.elc.
5134         * vc.el: Move vc-annotate variables and functions ...
5135         * vc-annotate.el: ... here.  New file.
5136         * Makefile.in (ELCFILES): Add vc-annotate.elc.
5138         * vc-dav.el: Move here from url/vc-dav.el.
5139         (Todo): Note work needed to make this backend functional.
5141         * Makefile.in (ELCFILES): Update vc-dav.el location.
5143 2008-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5145         * Makefile.in (COMPILE_FIRST): Trim down and add autoload.el.
5147 2008-06-21  John Paul Wallington  <jpw@pobox.com>
5149         * emacs-lisp/derived.el (define-derived-mode): Add `doc-string' decl.
5151         * textmodes/rst.el (rst-mode): Put docstring in right place.
5153 2008-06-21  Chong Yidong  <cyd@stupidchicken.com>
5155         * startup.el (fancy-about-text, fancy-startup-tail): Increase text
5156         size for legibility.
5158         * faces.el (fixed-pitch): Use "Monospace" family.
5159         (variable-pitch): Use "Sans" family.
5160         (face-font-family-alternatives): Define alternatives for "Sans"
5161         and "Monospace".
5163 2008-06-21  Glenn Morris  <rgm@gnu.org>
5165         * mail/hashcash.el, net/tramp-smb.el, nxml/nxml-mode.el:
5166         Require 'cl when compiling.
5168         * emacs-lisp/debug.el (help-xref-interned): Declare.
5170         * emacs-lisp/easy-mmode.el (easy-mmode-set-keymap-parents):
5171         Evaluate definition when compiling.
5173         * progmodes/bug-reference.el (bug-reference-map): Bind down-mouse-1
5174         rather than mouse-1.
5175         (bug-reference-url-format): Autoload safe if string.
5176         (bug-reference-bug-regexp): Make space after "bug" optional.
5178         * Makefile.in (all): Explicitly pass EMACS to sub-make,
5179         for some non-GNU makes.
5181         * cus-dep.el (custom-dependencies-no-scan-regexp):
5182         * finder.el (finder-no-scan-regexp): Add ldefs-boot.el
5184         * calendar/cal-move.el (calendar-forward-day): Scroll in one month
5185         increments.
5187         * calendar/calendar.el: Factor out the magic numbers controlling the
5188         calendar layout.
5189         (calendar-month-digit-width, calendar-month-width)
5190         (calendar-right-margin): New variables.
5191         (calendar-recompute-layout-variables, calendar-set-layout-variable):
5192         New functions.
5193         (calendar-left-margin, calendar-intermonth-spacing)
5194         (calendar-column-width, calendar-day-header-width)
5195         (calendar-day-digit-width): New options.
5196         (calendar-first-date-row): New constant.
5197         (calendar-move-to-column, calendar-ensure-newline): New functions,
5198         replacing calendar-insert-indented.
5199         (calendar-insert-indented): Remove function.
5200         (calendar-generate-month): Use calendar-move-to-column and
5201         calendar-ensure-newline.  Use layout variables.
5202         (calendar-generate, calendar-update-mode-line)
5203         (calendar-font-lock-keywords): Use layout variables.
5204         (calendar-column-to-month): New function.
5205         (calendar-cursor-to-date): Use calendar-column-to-month.
5206         Use layout variables.
5207         * calendar/cal-move.el (calendar-cursor-to-nearest-date):
5208         Use layout variables.  Use calendar-column-to-month.
5209         (calendar-cursor-to-visible-date): Use layout variables.
5211 2008-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5213         * Makefile.in (update-elclist): Don't exclude COMPILE_FIRST.
5214         (all): Run compile-last.
5215         (compile-onefile): New target.
5216         (compile-first): Simplify.
5217         (compile-last): Don't treat COMPILE_FIRST specially.
5218         (COMPILE_FIRST): List the elc files rather than the el files.
5219         (ELCFILES): Update.
5221 2008-06-21  Ulf Jasper  <ulf@web.de>
5223         * net/newst-treeview.el: Remove dead code.
5224         (newsticker--window-config): Remove.
5225         (newsticker-treeview-quit): Do not save window config.
5226         (newsticker-treeview): Do not try to restore window config.
5227         (newsticker-groups, newsticker--treeview-list-sort-by-column)
5228         (newsticker--treeview-list-new-items)
5229         (newsticker--treeview-list-immortal-items)
5230         (newsticker--treeview-list-obsolete-items)
5231         (newsticker--treeview-list-all-items)
5232         (newsticker--treeview-list-feed-items): Fix documentation.
5234 2008-06-21  Miles Bader  <miles@gnu.org>
5236         * face-remap.el (text-scale-adjust): Bind `echo-keystrokes' to nil.
5238 2008-06-21  Alan Mackenzie  <acm@muc.de>
5240         * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5D.5): Fix an
5241         infinite loop on invalid syntax.
5243 2008-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5245         * textmodes/rst.el: Run rst-define-level-faces when loading.
5246         (rst-mode): Don't set the font-lock-multiline var.
5247         (rst-font-lock-find-unindented-line, rst-font-lock-handle-adornment):
5248         Set the font-lock-multiline property by hand.
5250         * loadup.el: Don't add emacs-<VERS> name when bootstrapping.
5252         * Makefile.in (emacs-deps): Remove.
5253         ($(lisp)/cus-load.el, $(lisp)/finder-inf.el): Re-add.
5254         (all): Use them.
5255         (autogen-clean): Remove.
5257 2008-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5259         * Makefile.in (all): New target.
5260         (bootstrap-prepare): Remove.
5262         * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Pass the .el file not
5263         the .elc file to batch-byte-compile.
5265         * progmodes/cc-mode.el (c-make-inherited-keymap): Only use
5266         set-keymap-parents if set-keymap-parent doesn't exist.
5268         * vc-bzr.el (vc-bzr-annotate-extract-revision-at-line):
5269         Allow more than one space before the |.
5271         * textmodes/rst.el: Fix up docstring conventions.
5272         Move vars to before their first use.
5273         (rst-mode): Don't mess with font-lock-support-mode.
5274         (rst-suggest-new-decoration, rst-adjust-decoration):
5275         Avoid CL's copy-list.
5276         (rst-delete-entire-line): Use line-beginning-position.
5277         (rst-position): New fun.
5278         (rst-straighten-decorations): Use it instead of CL's position.
5279         (rst-straighten-bullets-region): Avoid CL's mapcar*.
5280         (rst-toc-mode): Use define-derived-mode.
5281         (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2):
5282         Remove unused var `in-par'.  Use `point' rather than `point-marker'.
5283         (rst-line-block-region): Reduce redundancy.  Use the `pfxarg' arg.
5284         (rst-replace-lines): Simplify.
5285         (auto-mode-alist): Use rst-mode for *.rst and *.rest files.
5287         * simple.el (special-mode-map): New var.
5288         (special-mode): New major mode.
5290 2008-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
5292         * vc-mtn.el (vc-mtn-log-view-mode): Set log-view-per-file-logs and
5293         log-view-file-re.
5295         * vc.el (vc-dir-hide-up-to-date): Undo previous change.
5296         (vc-switch-backend): Simplify.
5297         (Todo): Remove solved items.
5299         * vc-cvs.el (vc-cvs-parse-status, vc-cvs-parse-entry): Do not set
5300         the vc-backend property.
5302 2008-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5304         * emacs-lisp/checkdoc.el (checkdoc-start-section, checkdoc-error):
5305         Bind inhibit-read-only since the buffer is always read-only.
5307 2008-06-20  Ulf Jasper  <ulf@web.de>
5309         * net/newst-treeview.el (newsticker-treeview-own-frame):
5310         Change default value to nil.
5311         (newsticker--treeview-list-add-item)
5312         (newsticker--treeview-propertize-tag): Show item title in tooltip.
5314 2008-06-20  Martin Blais  <blais@furius.ca>
5315             Stefan Merten  <smerten@oekonux.de>
5316             David Goodger  <goodger@python.org>
5318         * textmodes/rst.el: New file.
5320 2008-06-20  Sam Steingold  <sds@gnu.org>
5322         * vc.el (vc-dir-hide-up-to-date): Accept a prefix argument to also
5323         remove DIRECTORY entries.
5325 2008-06-20  Eli Zaretskii  <eliz@gnu.org>
5327         * makefile.w32-in (distclean): Depend on `clean'.
5328         (clean): Delete calc/calc-loaddefs.el~ and eshell/esh-groups.el~.
5329         (AUTOGENEL): Add $(lisp)/nxml/subdirs.el.
5330         ($(lisp)/cus-load.el): Don't use `touch'.  Instead, generate an
5331         empty cus-load.el with `echo', and include "Local Variables"
5332         section to prevent the empty file from being compiled.
5333         (cus-load.el-SH, cus-load.el-CMD): New SHELLTYPE-specific targets
5334         that generate an empty cus-load.el.
5336 2008-06-20  Juanma Barranquero  <lekktu@gmail.com>
5338         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
5339         Don't copy ldefs-boot.el over loaddefs.el.
5340         (bootstrap-clean): Remove loaddefs.el and don't depend on it.
5341         (loaddefs.el-SH, loaddefs.el-CMD): Don't add autoloads and defvars
5342         to loaddefs.el; they are not needed now.  Add coding cookie.
5344 2008-06-20  Miles Bader  <miles@gnu.org>
5346         * face-remap.el (face-remap-add-relative, face-remap-set-base):
5347         Strip unnecessary list levels from SPECS.
5348         (buffer-face-set, buffer-face-toggle):
5349         Change argument from FACE to &rest SPECS, and strip unnecessary
5350         list levels from SPECS.
5351         (buffer-face-mode-invoke): Change argument from FACE to SPECS.
5353 2008-06-20  Jason Rumney  <jasonr@gnu.org>
5355         * international/fontset.el (setup-default-fontset): Specify script
5356         for latin use of iso10646-1.  Fix use of lang tags.
5358 2008-06-19  Miles Bader  <miles@gnu.org>
5360         * face-remap.el (text-scale-increase): Start from zero if
5361         text-scale-mode isn't enabled.
5363 2008-06-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5365         * faces.el (face-set-after-frame-default): Re-apply explicit `font'
5366         frame parameters after setting up the `default' face.
5368 2008-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5370         * faces.el (face-set-after-frame-default): Don't exclude `default'.
5372 2008-06-18  Glenn Morris  <rgm@gnu.org>
5374         * mouse.el (buffer-face-mode-invoke): Declare.
5376         * Makefile.in (ELCFILES): Add org/org-id.elc.
5378         * calendar/holidays.el (calendar-cursor-holidays): Accept optional date.
5379         * calendar/cal-menu.el (cal-menu-holidays-menu):
5380         Use calendar-cursor-holidays rather than cal-menu-today-holidays.
5381         (cal-menu-today-holidays): Remove function.
5383         * calendar/cal-menu.el (cal-menu-holiday-window-suffix): Simplify.
5384         (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
5385         (cal-menu-list-holidays-previous-year, calendar-mouse-goto-date):
5386         Remove unused functions.
5387         (calendar-mouse-view-diary-entries): Use format rather than concat.
5389         * calendar/cal-menu.el (cal-menu-x-popup-menu): Turn it into a macro.
5390         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
5391         (calendar-mouse-print-dates): Adapt for cal-menu-x-popup-menu change.
5393         * calendar/cal-menu.el (cal-menu-event-to-date): Remove function.
5394         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
5395         (calendar-mouse-view-other-diary-entries, calendar-mouse-print-dates)
5396         (cal-menu-set-date-title): Use calendar-cursor-to-date rather than
5397         cal-menu-event-to-date.
5399         * calendar/cal-html.el (cal-html-cursor-month, cal-html-cursor-year):
5400         Handle mouse events.
5401         * calendar/cal-tex.el (cal-tex-cursor-year)
5402         (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
5403         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
5404         (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
5405         (cal-tex-cursor-week-monday, cal-tex-cursor-filofax-2week)
5406         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
5407         (cal-tex-cursor-day): Handle mouse events.  Rename ARG to N.
5408         (cal-tex-cursor-month): Mark N as optional.
5409         * calendar/cal-menu.el (calendar-mouse-tex-day)
5410         (calendar-mouse-tex-week, calendar-mouse-tex-week2)
5411         (calendar-mouse-tex-week-iso, calendar-mouse-tex-week-monday)
5412         (calendar-mouse-tex-filofax-daily, calendar-mouse-tex-filofax-2week)
5413         (calendar-mouse-tex-filofax-week, calendar-mouse-tex-month)
5414         (calendar-mouse-tex-month-landscape, calendar-mouse-tex-year)
5415         (calendar-mouse-tex-filofax-year, calendar-mouse-tex-year-landscape):
5416         Remove functions.
5417         (cal-menu-context-mouse-menu): Replace the above functions with the
5418         cal-tex versions.  Add HTML submenu.
5420 2008-06-17  Nick Roberts  <nickrob@snap.net.nz>
5422         * progmodes/gdb-ui.el (gud-gdba-marker-filter): Don't switch to
5423         text command mode.
5424         (gdb): Explain that gud-gdb is needed for text command mode.
5426 2008-06-17  Martin Rudalics  <rudalics@gmx.at>
5428         * window.el (split-height-threshold): Remove spurious extra line.
5430 2008-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5432         * calendar/calendar.el (calendar-cursor-to-date): Add argument `event'.
5433         (calendar-set-mark):
5434         * calendar/diary-lib.el (diary-insert-entry):
5435         * calendar/solar.el (calendar-sunrise-sunset): Use it.
5436         * calendar/cal-menu.el (calendar-mouse-sunrise/sunset)
5437         (calendar-mouse-insert-diary-entry, calendar-mouse-set-mark): Delete.
5438         (cal-menu-context-mouse-menu): Use calendar-set-mark,
5439         diary-insert-entry, and calendar-sunrise-sunset instead.
5441         * vc.el (vc-deduce-fileset): Add arg `only-files'.
5442         (vc-next-action): Pass the new arg.
5443         (vc-register): Don't use `only-files'.
5444         Don't set `backup-inhibited' in the current buffer.
5446 2008-06-17  Miles Bader  <miles@gnu.org>
5448         * mouse.el (mouse-appearance-menu): Use buffer-face-mode.
5450         * face-remap.el (buffer-face-mode-face)
5451         (buffer-face-mode-remapping): New variables.
5452         (buffer-face-mode, buffer-face-set, buffer-face-toggle)
5453         (buffer-face-mode-invoke): New functions.
5454         (variable-pitch-mode-remapping): Variable removed.
5455         (variable-pitch-mode): Rewrite as an interface to `buffer-face-mode'.
5457         * face-remap.el (internal-lisp-face-attributes): New variable.
5458         (face-attrs-more-relative-p, face-remap-order): New functions.
5459         (face-remap-add-relative): Use `face-remap-order'.
5461 2008-06-17  Glenn Morris  <rgm@gnu.org>
5463         * mouse.el (x-select-font): Declare.
5465         * calendar/calendar.el (calendar-move-hook):
5466         Add calendar-update-mode-line as an option.
5467         (calendar-date-echo-text): New user option.
5468         (calendar-generate-month): Set `day'.  Use calendar-date-echo-text.
5469         (calendar-insert-indented): Simplify newline insertion.
5470         (calendar-describe-mode): Remove unused function.
5471         (calendar-mode-line-entry): New function.
5472         (calendar-mode-line-format): Doc fix.  Use calendar-mode-line-entry.
5473         Mark as risky.
5474         (calendar-mouse-other-month): Remove function.
5475         (calendar-other-month): Handle mouse events.
5476         (calendar-goto-info-node): Call fit-window-to-buffer.
5477         (calendar-mode): Use define-derived-mode.  Doc fix.
5478         (calendar-update-mode-line): Tweak whitespace.
5480 2008-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5482         * vc-dispatcher.el (vc-dir-child-files): Use vc-string-prefix-p.
5483         (vc-dir-marked-only-files): vc-string-prefix-p.
5485 2008-06-16  Nick Roberts  <nickrob@snap.net.nz>
5487         * progmodes/gdb-ui.el (gdb-memory-set-address)
5488         (gdb-memory-set-repeat-count): Allow keyboard bindings.
5489         (gdb-memory-mode-map): Bind above functions respectively
5490         to 'S' and 'N'.
5492 2008-06-16  Derek Upham  <sand@blarg.net>  (tiny change)
5494         * nxml/nxml-mode.el (nxml-mode): Use run-mode-hooks.
5496 2008-06-16  Juanma Barranquero  <lekktu@gmail.com>
5498         * log-view.el (vc-diff-internal): Declare for compiler.
5500         * vc-bzr.el (log-view-per-file-logs):
5501         * vc-svn.el (log-view-per-file-logs): Pacify byte compiler.
5503 2008-06-15  Chong Yidong  <cyd@stupidchicken.com>
5505         * mouse.el (mouse-appearance-menu-map): New var.
5506         (mouse-appearance-menu): New function.
5507         Bind it to S-down-mouse-1.
5509 2008-06-15  Juri Linkov  <juri@jurta.org>
5511         * info.el (Info-toc): Call Info-toc-nodes instead of Info-build-toc.
5512         (Info-toc, Info-insert-toc): Increment nth's index to add PARENT
5513         as the second element.
5514         (Info-build-toc): Add PARENT element extracted from the Up pointer.
5515         Don't print progress messages.
5516         (Info-toc-nodes): New variable and function.
5517         (Info-index-nodes): Optimize non-string file name case.
5518         (Info-breadcrumbs-depth): Increment the default value from 3 to 4.
5519         (Info-insert-breadcrumbs): Use the cached document structure instead
5520         of visiting all ancestor nodes.  Remove the initial `>'.
5522 2008-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
5524         * log-view.el (log-view-diff-changeset): New function.
5525         (log-view-mode-map, log-view-mode-menu): Bind it.
5526         (log-view-per-file-logs, log-view-vc-fileset)
5527         (log-view-vc-backend): New variables.
5528         (log-view-find-revision, log-view-modify-change-comment)
5529         (log-view-annotate-version): Throw an error if the log is for more
5530         than one file and we can't find the current file.  Get the current
5531         file from log-view-vc-fileset if necessary.
5532         (log-view-diff): Get the current file from log-view-vc-fileset if
5533         necessary.
5535         * vc.el (vc-print-log): Set log-view-vc-fileset and log-view-vc-backend.
5537         * vc-hg.el (vc-hg-log-view-mode): Call the log method only once.
5538         (vc-hg-log-view-mode): Declare for compiler.
5539         (vc-hg-log-view-mode): Set log-view-per-file-logs and
5540         log-view-file-re.
5541         (vc-hg-diff): If no file is passed, use default-directory for cwd.
5543         * vc-bzr.el (vc-bzr-log-view-mode): Set log-view-per-file-logs.
5545         * vc-svn.el (vc-svn-log-view-mode): New derived mode.
5547 2008-06-15  Michael Albinus  <michael.albinus@gmx.de>
5549         * net/tramp.el (tramp-handle-start-file-process):
5550         Clear modification time of the connection buffer.
5551         (tramp-sh-file-name-handler): Reset `tramp-locked' in case of error.
5552         (tramp-open-connection-setup-interactive-shell): Flush cache, and
5553         restart `tramp-maybe-open-connection' when the remote system has
5554         been changed.  Throw 'uname-changed event.
5555         (tramp-maybe-open-connection): Catch it.
5557         * net/tramp-cmds.el (tramp-cleanup-all-connections):
5558         Reset `tramp-locked'.
5560 2008-06-15  Ulf Jasper  <ulf@web.de>
5562         * net/newst-treeview.el (newsticker--treeview-list-update)
5563         (newsticker--treeview-item-update)
5564         (newsticker--treeview-tree-update)
5565         (newsticker-treeview-jump, newsticker-group-add-group)
5566         (newsticker-group-move-feed, newsticker-group-delete-group):
5567         Remove window dedication.
5568         (newsticker--group-manage-orphan-feeds): Handle ill-valued
5569         newsticker-groups.
5570         (newsticker--treeview-tree-expand): Don't manage orphan feeds here.
5572 2008-06-15  Andreas Schwab  <schwab@suse.de>
5574         * vc-cvs.el (vc-cvs-status-extra-headers): Don't match newline
5575         when parsing CVS/Repository.
5577         * wdired.el (wdired-search-and-rename): Fix undocumented change.
5579 2008-06-15  Ulf Jasper  <ulf@web.de>
5581         * net/newst-plainview.el (newsticker-faces, newsticker-feed-face)
5582         (newsticker-extra-face, newsticker-enclosure-face): Moved to
5583         net/newst-reader.el.
5585         * net/newst-reader.el (newsticker-faces, newsticker-feed-face)
5586         (newsticker-extra-face, newsticker-enclosure-face): Moved from
5587         net/newst-reader.el.
5589 2008-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5591         * international/encoded-kb.el (encoded-kbd-self-insert-utf-8):
5592         Catch and recover from case when the bytes we thought we were reading
5593         turn out to be something else entirely, such as latin-1 chars from
5594         quail.  See bug#396.
5596 2008-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
5598         * vc.el (vc-deduce-fileset): Check if the buffer has a file.
5599         (vc-register): Call the backend function only once, instead of
5600         once for each file.
5601         (vc-next-action): Update call to vc-register.
5602         (vc-dir-register): Remove function.
5603         (vc-dir): Bind vc-register instead of vc-dir-register.
5605 2008-06-14  Glenn Morris  <rgm@gnu.org>
5607         * Makefile.in (ELCFILES): Add net/newst-*.el.
5609 2008-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5611         * wdired.el (wdired-do-renames): New function.
5612         (wdired-finish-edit): Use it to.
5613         (wdired-preprocess-files): Don't hardcode (point-min) == 1.
5615 2008-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5617         * info.el (Info-insert-breadcrumbs): Don't break in apropos and toc.
5619 2008-06-14  Martin Rudalics  <rudalics@gmx.at>
5621         * window.el (window--even-window-heights): Even window heights
5622         only if the selected window is higher than WINDOW.
5623         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
5625 2008-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5627         * info.el (Info-insert-breadcrumbs): Be careful to preserve history.
5629 2008-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5631         * term/linux.el (terminal-init-linux): Load t-mouse.
5633 2008-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5634             Drew Adams  <drew.adams@oracle.com>
5636         * info.el (Info-breadcrumbs-depth): New var.
5637         (Info-insert-breadcrumbs): New function.
5638         (Info-fontify-node): Use it.
5639         (Info-mode-map): Move initialization into declaration.
5641 2008-06-13  Ulf Jasper  <ulf.jasper@web.de>
5643         Rename net/newsticker-*.el to net/newst-*.el.
5644         * net/newst-backend.el: Rename from net/newsticker-backend.el.
5645         * net/newst-plainview.el: Rename from net/newsticker-plainview.el.
5646         * net/newst-reader.el: Rename from net/newsticker-reader.el.
5647         * net/newst-ticker.el: Rename from net/newsticker-ticker.el.
5648         * net/newst-treeview.el: Rename from net/newsticker-treeview.el.
5649         * net/newsticker-backend.el: Rename to net/newst-backend.el.
5650         * net/newsticker-plainview.el: Rename to net/newst-plainview.el.
5651         * net/newsticker-reader.el: Rename to net/newst-reader.el.
5652         * net/newsticker-ticker.el: Rename to net/newst-ticker.el.
5653         * net/newsticker-treeview.el: Rename to net/newst-treeview.el.
5655 2008-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5657         * progmodes/compile.el (compilation-start): Don't disable undo in
5658         comint buffer.  Don't override the comint-filter with our own.
5659         (compilation-filter): Change point's insertion-type.
5661         * comint.el (comint-output-filter): Use copy-marker.
5663 2008-06-13  David Reitter  <david.reitter@gmail.com>
5665         * textmodes/flyspell.el (mail-mode-flyspell-verify):
5666         Check message-signature-separator exists before using it.
5668 2008-06-13  Dan Nicolaescu  <dann@ics.uci.edu>
5670         * vc.el (vc-delete-file): Bind default-directory before calling
5671         the backend.
5672         (vc-annotate-show-diff-revision-at-line): Move most of the code to ...
5673         (vc-annotate-show-diff-revision-at-line-internal): ... here.
5674         New function.
5675         (vc-annotate-show-changeset-diff-revision-at-line): New function.
5676         (vc-annotate-mode-menu): Bind it.
5678 2008-06-13  Jason Rumney  <jasonr@gnu.org>
5680         * term/w32-win.el (mouse-set-font): Remove overridden function.
5681         (w32-select-font): Declare as obsolete alias for x-select-font.
5683 2008-06-13  Daniel Engeler  <engeler@gmail.com>
5685         These changes add serial port access.
5686         * term.el (term-update-mode-line): Modify.
5687         (serial-port-is-file-p, serial-nice-speed-history)
5688         (serial-no-speed, serial-mode-line-speed-menu)
5689         (serial-mode-line-config-menu): New variables and constants.
5690         (serial-name-history, serial-speed-history)
5691         (serial-supported-or-barf, serial-read-name, serial-read-speed)
5692         (serial-term, serial-speed, serial-mode-line-speed-menu-1)
5693         (serial-mode-line-speed-menu, serial-update-speed-menu)
5694         (serial-mode-line-config-menu-1, serial-mode-line-config-menu)
5695         (serial-update-config-menu): New functions.
5697 2008-06-13  Glenn Morris  <rgm@gnu.org>
5699         * menu-bar.el (menu-set-font): Use fboundp rather than functionp.
5701         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Doc fix.
5703 2008-06-13  Kenichi Handa  <handa@m17n.org>
5705         * cus-face.el (custom-face-attributes): Add :foundry.
5707         * faces.el (set-face-attribute): Parse "FOUNDRY-FAMILY" here.
5708         (face-x-resources): Add :foundry.
5709         (face-valid-attribute-values): Likewise.
5710         (face-attribute-name-alist): Likewise.
5711         (describe-face): Likewise.
5713 2008-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5715         * emacs-lisp/map-ynp.el (map-y-or-n-p): Accept non-char events.
5717 2008-06-12  Chong Yidong  <cyd@stupidchicken.com>
5719         * longlines.el (longlines-search-forward, longlines-search-backward)
5720         (longlines-re-search-forward): Use a smarter search-spaces-regexp.
5722 2008-06-12  Sam Steingold  <sds@gnu.org>
5724         * vc.el (vc-rename-file): DTRT when the destination is a directory
5725         name and the source is a file.
5727 2008-06-12  Chong Yidong  <cyd@stupidchicken.com>
5729         * menu-bar.el (menu-set-font): Rename x-font-dialog to x-select-font.
5731 2008-06-12  Glenn Morris  <rgm@gnu.org>
5733         * progmodes/f90.el (f90-beginning-of-subprogram)
5734         (f90-end-of-subprogram): Only give a message when interactive.
5736         * term/mac-win.el (x-toolkit-scroll-bars): Check bound.
5738         * progmodes/cperl-mode.el (cperl-info-on-command):
5739         Use display-pixel-height rather than x-display-pixel-height.
5741         * mail/rmailedit.el (rmail-cease-edit):
5742         * vc-dispatcher.el (vc-dir-mode): Check tool-bar-mode is bound.
5744         * emulation/edt.el (edt-xserver):
5745         * emulation/edt-mapper.el (edt-xserver): Use replace-regexp-in-string.
5747         * emulation/edt-mapper.el: Drop test for Emacs < 19.
5749         * mwheel.el (mouse-wheel-follow-mouse, mwheel-event-window):
5750         Evaluate definitions when compiling.  Reverse tests.
5752         * dframe.el (dframe-reposition-frame-emacs): Reorder test, and
5753         use unless.
5755         * menu-bar.el (w32-menu-bar-open): Declare for compiler.
5757         * textmodes/artist.el (x-pointer-shape):
5758         * term/x-win.el (x-parse-geometry, x-resource-name, accelerate-menu)
5759         (x-open-connection, x-server-max-request-size, x-get-resource):
5760         * term/w32console.el (x-setup-function-keys):
5761         * term/w32-win.el (x-parse-geometry, x-resource-name)
5762         (generate-fontset-menu, image-library-alist, x-open-connection)
5763         (setup-default-fontset, set-fontset-font, setup-default-fontset)
5764         (create-fontset-from-fontset-spec, create-fontset-from-x-resource)
5765         (x-get-resource):
5766         * term/mac-win.el (x-parse-geometry, x-resource-name)
5767         (x-get-selection-internal, tool-bar-mode, set-fontset-font)
5768         (new-fontset, x-display-list, x-open-connection, x-get-resource):
5769         * progmodes/gud.el (tooltip-last-mouse-motion-event, tooltip-hide)
5770         (tooltip-start-delayed-tip, tooltip-use-echo-area, tooltip-show)
5771         (tooltip-strip-prompt, tooltip-expr-to-print, tooltip-event-buffer):
5772         * progmodes/gdb-ui.el (tooltip-show, tooltip-use-echo-area)
5773         (tooltip-identifier-from-point, define-fringe-bitmap):
5774         * play/gamegrid.el (image-size):
5775         * play/bubbles.el (image-size):
5776         * mail/emacsbug.el (x-server-vendor, x-server-version):
5777         * international/mule-util.el (internal-char-font):
5778         * international/mule-diag.el (font-info, query-fontset, fontset-info)
5779         (fontset-alias-alist, fontset-list, fontset-plain-name):
5780         * international/mule-cmds.el (x-server-vendor, x-server-version):
5781         * international/fontset.el (font-encoding-charset-alist)
5782         (otf-script-alist, new-fontset, set-fontset-font)
5783         (x-pixel-size-width-font-regexp, vertical-centering-font-regexp)
5784         (fontset-list, query-fontset, x-get-resource):
5785         * emulation/edt.el (x-server-vendor):
5786         * emulation/edt-mapper.el (x-server-vendor):
5787         * emacs-lisp/map-ynp.el (x-popup-dialog):
5788         * emacs-lisp/lmenu.el (x-popup-dialog):
5789         * x-dnd.el (x-window-property, x-change-window-property)
5790         (x-get-selection-internal):
5791         * woman.el (x-list-fonts):
5792         * w32-fns.el (x-server-version):
5793         * tooltip.el (x-show-tip, x-hide-tip):
5794         * tool-bar.el (image-mask-p):
5795         * thumbs.el (image-size):
5796         * term.el (overflow-newline-into-fringe):
5797         * subr.el (scroll-bar-scale):
5798         * startup.el (x-get-resource, tool-bar-mode, image-size):
5799         * select.el (x-get-selection-internal, x-own-selection-internal)
5800         (x-disown-selection-internal):
5801         * mouse.el (generate-fontset-menu):
5802         * mouse-sel.el (x-select-text, x-cut-buffer-or-selection-value):
5803         * image.el (image-library-alist):
5804         * image-mode.el (image-size, image-refresh):
5805         * image-dired.el (clear-image-cache):
5806         * gs.el (x-display-mm-width, x-display-pixel-width)
5807         (x-display-mm-height, x-display-pixel-height)
5808         (x-change-window-property, x-display-grayscale-p, x-window-property):
5809         * frame.el (tool-bar-mode, x-display-name, x-close-connection)
5810         (x-focus-frame, x-list-fonts, x-display-screens)
5811         (x-display-pixel-height, x-display-pixel-width, x-display-mm-height)
5812         (x-display-mm-width, x-display-backing-store, x-display-save-under)
5813         (x-display-planes, x-display-color-cells, x-display-visual-class):
5814         * faces.el (internal-face-x-get-resource)
5815         (internal-set-lisp-face-attribute-from-resource, x-bitmap-file-path)
5816         (fontset-list, x-list-fonts, xw-color-defined-p, xw-color-values)
5817         (xw-display-color-p, x-display-grayscale-p, x-get-resource)
5818         (x-parse-geometry, x-create-frame, x-setup-function-keys)
5819         (tool-bar-setup):
5820         * doc-view.el (clear-image-cache, image-size, tooltip-show):
5821         * dired.el (dnd-get-local-file-name, dnd-get-local-file-uri):
5822         * dframe.el (x-display-pixel-width, x-display-pixel-height):
5823         * descr-text.el (internal-char-font):
5824         Define for compiler, for builds without X.
5826 2008-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5828         * vc-rcs.el (vc-rcs-state-heuristic): Don't assume the file exists.
5830 2008-06-11  Glenn Morris  <rgm@gnu.org>
5832         * progmodes/fortran.el (fortran-end-of-subprogram): Check for a match
5833         before trying to move there.
5834         (fortran-calculate-indent): When fortran-check-all-num-for-matching-do
5835         is non-nil, indent most terminating statements like loop body.
5837         * calendar/diary-lib.el (diary-list-entries-2): Accept optional
5838         Gregorian date, and add it, not the local date, to diary-entries-list.
5839         (diary-list-entries-1): Pass Gregorian date to diary-list-entries-2.
5841 2008-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5843         * progmodes/compile.el (compilation-filter): Fix up last change.
5845         * term/linux.el (terminal-init-linux): Use gpm-mouse-enable.
5847         * t-mouse.el (gpm-mouse-enable, gpm-mouse-disable): New functions.
5848         (gpm-mouse-mode): Make it into a proper global minor mode.
5850         * files.el (save-some-buffers-action-alist): Only use recursive-edit
5851         if the user enabled recursive-minibuffers.
5853         * emacs-lisp/map-ynp.el (map-y-or-n-p):
5854         Add support for scroll-other-window.
5856 2008-06-11  Jason Rumney  <jasonr@gnu.org>
5858         * term/w32-win.el (w32-menu-bar-open): Rename from menu-bar-open.
5859         Use tmm-menubar if menu is disabled in this frame.
5861         * menu-bar.el (menu-bar-open): Determine how to open menu bar
5862         from frame type, per documentation.  Add w32 case.
5864 2008-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5866         * minibuffer.el (completion--merge-suffix): New function.
5867         (completion-basic-try-completion): Use it.
5868         (completion-pcm--find-all-completions): Add argument `filter'.
5869         (completion-pcm--filename-try-filter, completion-pcm--merge-try):
5870         New functions.
5871         (completion-pcm-try-completion): Use them.
5873         * xt-mouse.el (turn-on-xterm-mouse-tracking)
5874         (turn-off-xterm-mouse-tracking): Use terminal-list.
5876         * cus-start.el (underline-minimum-offset): Rename from
5877         x-underline-minimum-display-offset.
5879 2008-06-10  David De La Harpe Golden  <david@harpegolden.net>  (tiny change)
5881         * cus-start.el (x-underline-minimum-display-offset): Give it a type.
5883 2008-06-10  Chong Yidong  <cyd@stupidchicken.com>
5885         * mouse.el (mouse-select-font): New function.
5887         * faces.el (face-spec-recalc): When the face is set using
5888         Customize, avoid recalculating it twice.
5890         * menu-bar.el (menu-set-font): New function.  Bind "Set Default
5891         Font" menu item to it.  Apply selected font to all frames, and
5892         make it savable.
5893         (menu-bar-options-save): Save `default' font if changed.
5895 2008-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5897         * ffap.el (ffap-string-at-point-mode-alist):
5898         Use alpha rather than lower.
5900         * dired.el (dired-insert-directory): Don't assume Unix-style dir names.
5902         * subr.el (momentary-string-display): Use an overlay.
5904         * progmodes/compile.el (compilation-mode):
5905         Set window-point-insertion-type.
5906         (compilation-filter): Don't use insert-before-markers any more.
5907         * emacs-lisp/trace.el (trace-make-advice):
5908         Set window-point-insertion-type in the trace buffer.
5909         * startup.el (normal-top-level): Set window-point-insertion-type in
5910         *Messages*.
5911         * net/telnet.el (telnet-mode): Set window-point-insertion-type.
5912         (telnet-filter): Don't use insert-before-markers any more.
5913         * comint.el (comint-mode): Set window-point-insertion-type.
5914         (comint-output-filter): Don't use insert-before-markers any more.
5915         * button.el (make-text-button): Allow `start' to be a string.
5917 2008-06-10  Juanma Barranquero  <lekktu@gmail.com>
5919         * emacs-lisp/autoload.el (autoload-rubric):
5920         Fix coding cookie not to force Unix EOL.
5922 2008-06-10  Martin Rudalics  <rudalics@gmx.at>
5924         * window.el (window--splittable-p, window--try-to-split-window):
5925         Don't use with-selected-window to avoid messing up get-lru-window.
5926         Reported by David Hansen <david.hansen@gmx.net>.
5928 2008-06-10  Glenn Morris  <rgm@gnu.org>
5930         * subr.el (locate-library): Doc fix.
5932         * net/newsticker-treeview.el (w3m-toggle-inline-images): Declare.
5933         (newsticker-treeview-tool-bar-map, newsticker-treeview-mode):
5934         Check tool-bar-map is bound, for non-X builds.
5936         * net/newsticker-reader.el (newsticker--next-item-image)
5937         (newsticker--previous-item-image, newsticker--previous-feed-image)
5938         (newsticker--next-feed-image, newsticker--mark-read-image)
5939         (ewsticker--mark-immortal-image, newsticker--narrow-image)
5940         (newsticker--get-all-image, newsticker--update-image)
5941         (newsticker--browse-image): Check xpm images are available.
5942         (newsticker--mark-read-image, newsticker--mark-immortal-image)
5943         (newsticker--narrow-image, newsticker--get-all-image): Doc fix.
5945         * net/newsticker-plainview.el (tool-bar-map): Don't declare.
5946         (newsticker--plainview-tool-bar-map, newsticker-mode):
5947         Check tool-bar-map is bound, for non-X builds.
5948         (w3m-toggle-inline-image): Declare.
5950         * net/newsticker-backend.el (tool-bar-map): Don't declare.
5952         * emacs-lisp/autoload.el (autoload-rubric): Add coding cookie.
5954         * finder.el (finder-font-lock-keywords): Handle ``quotes''.
5955         (finder-compile-keywords): Move let to where needed.
5956         (finder-mouse-face-on-line): Go back one more line if needed.
5957         (finder-list-matches): Use cadr.
5958         (finder-goto-xref): New function.
5959         (finder-commentary): Add buttons to jump to foo.el libraries.
5961 2008-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5963         * apropos.el (apropos-function, apropos-macro, apropos-command)
5964         (apropos-variable, apropos-face, apropos-group, apropos-widget)
5965         (apropos-plist): Add apropos-short-label property.
5966         (apropos-multi-type): New variables.
5967         (apropos-command, apropos-value): Set it.
5968         (apropos-compact-layout): New custom.
5969         (apropos-print, apropos-print-doc): Use it.
5970         (apropos-print): Truncate lines.
5972 2008-06-09  Kenichi Handa  <handa@m17n.org>
5974         * international/fontset.el (font-encoding-alist):
5975         Add an entry for "ascii-0".
5977 2008-06-09  Jihyun Cho  <jihyun.jo@gmail.com>
5979         * language/hanja-util.el (hanja-init-load): Show the message only
5980         when loading a table.
5982 2008-06-08  Ulf Jasper  <ulf.jasper@web.de>
5984         * net/newsticker-treeview.el (newsticker-treeview):
5985         * net/newsticker-plainview.el (newsticker-plainview):
5986         Add autoload cookie.
5988 2008-06-08  Ulf Jasper  <ulf.jasper@web.de>
5990         * net/newsticker.el: Split up into newsticker-backend, -ticker,
5991         -reader, -plainview, and -treeview.
5992         (newsticker-version): Change to 1.99.
5994         * net/newsticker-backend.el: New.  Move backend functionality from
5995         newsticker.el to newsticker-backend.el.
5996         (newsticker--download-logos): New.
5997         (newsticker--sentinel-callback): New.
5998         (newsticker--set-customvar): Remove.  Split up into specific
5999         functions related to retrieval, ticker, buffer, and display.
6000         (newsticker--set-customvar-retrieval): New.  Extracted from
6001         `newsticker--set-customvar'.
6002         (newsticker-retrieval): New.  Renamed from `newsticker-feed'.
6003         (newsticker-url-list-defaults):
6004         Use `newsticker--set-customvar-retrieval' for :set.  Change :group.
6005         (newsticker-url-list): Doc changed.  URL can be a function.
6006         Use `newsticker--set-customvar-retrieval' for :set.  Change :group.
6007         (newsticker-retrieval-method): New.
6008         (newsticker-wget-name, newsticker-wget-arguments): Change :group.
6009         (newsticker-retrieval-interval):
6010         Use `newsticker--set-customvar-retrieval' for :set.  Change :group.
6011         (newsticker-desc-comp-max): Change :group.
6012         (newsticker--cache): Doc changed.
6013         (newsticker--guid-to-string): New.
6014         (newsticker--guid): Use `newsticker--guid-to-string'.
6015         (newsticker--real-feed-name): New.
6016         (newsticker--start-feed): New.  Extracted from `newsticker-start'.
6017         (newsticker-start): Use `insert-file-contents' for reading cache.
6018         Use `newsticker--start-feed'.
6019         (newsticker--stop-feed): New.  Extracted from `newsticker-stop'.
6020         (newsticker-stop): Check whether `newsticker-stop-ticker' is fbound.
6021         Use `newsticker--stop-feed'.
6022         (newsticker-save-item): New.
6023         (newsticker--get-news-by-funcall): New.
6024         (newsticker-get-news): Handle new retrieval methods.
6025         (newsticker--sentinel): Use `newsticker--sentinel-work'.
6026         (newsticker--sentinel-work): New.  Extracted from
6027         `newsticker--sentinel'.  Use `newsticker--download-logos',
6028         `newsticker--sentinel-callback'.
6029         (newsticker--parse-atom-0.3): Use `newsticker--guid-to-string'.
6030         (newsticker--parse-atom-1.0): Fix link determination.
6031         (newsticker--parse-rss-0.91): Fix time determination.
6032         (newsticker--parse-rss-0.92): Fix time determination.
6033         (newsticker--parse-rss-2.0): Use `newsticker--guid-to-string'.
6034         (newsticker--parse-generic-feed): New arg order in
6035         `newsticker--cache-add'.
6036         (newsticker--parse-generic-items): Fix for multiple items.
6037         New arg order in `newsticker--cache-add'.
6038         (newsticker--forget-preformatted): Check whether
6039         `newsticker--buffer-set-uptodate' is fbound.
6040         (newsticker--decode-iso8601-date): Handle fractions of seconds.
6041         (newsticker--decode-rfc822-date): Partial timezone handling.
6042         (newsticker--cache-contains): Fix guid problem.
6043         (newsticker--cache-add): Swap args AGE and TIME.  Fix guid problem.
6044         (newsticker--cache-save): New.
6045         (newsticker--cache-update): Use temp buffer.
6046         (newsticker--stat-num-items): Allow multiple AGE args.
6047         (newsticker--stat-num-items-total): New.
6048         (newsticker--opml-import-outlines): New.
6049         (newsticker-opml-import): Use `newsticker--opml-import-outlines'.
6050         (newsticker--do-run-auto-mark-filter): Doc changed.
6051         (newsticker-retrieve-random-message): New.
6053         * net/newsticker-ticker.el: New.  Move ticker functionality from
6054         net/newsticker.el to net/newsticker-ticker.el.
6055         (newsticker--ticker-timer): Rename `newsticker--display-timer' to
6056         `newsticker--ticker-timer'.
6057         (newsticker-ticker-running-p): Rename `newsticker--display-timer'
6058         to `newsticker--ticker-timer'.
6059         (newsticker--set-customvar-ticker): New.  Extracted from
6060         `newsticker--set-customvar'.
6061         (newsticker-ticker-interval): Rename `newsticker-display-interval'
6062         to `newsticker-ticker-interval'.  Use `newsticker--set-customvar-ticker
6063         for :set.  Change :group.
6064         (newsticker-scroll-smoothly): Doc changed.  Change :group.
6065         (newsticker-hide-immortal-items-in-echo-area)
6066         (newsticker-hide-old-items-in-echo-area)
6067         (newsticker-hide-obsolete-items-in-echo-area):
6068         Use `newsticker--set-customvar-ticker for :set.  Change :group.
6069         (newsticker-start-ticker): Rename `newsticker--display-timer' to
6070         `newsticker--ticker-timer'.  Rename `newsticker-display-interval'
6071         to `newsticker-ticker-interval'.
6072         (newsticker-stop-ticker): Rename `newsticker--display-timer' to
6073         `newsticker--ticker-timer'.
6075         * net/newsticker-reader.el: New.  Move reader functionality from
6076         net/newsticker.el to net/newsticker-reader.el.
6077         (newsticker--set-customvar-formatting): New.  Extracted from
6078         `newsticker--set-customvar'.
6079         (newsticker-reader, newsticker-frontend): New.
6080         (newsticker-enable-logo-manipulations): Change :group.
6081         (newsticker-justification): Use `newsticker--set-customvar-formatting'
6082         for :set.  Change :group.
6083         (newsticker-use-full-width): Use `newsticker--set-customvar-formatting'
6084         for :set.  Change :group.
6085         (newsticker-html-renderer): Doc changed.
6086         Use `newsticker--set-customvar-formatting' for :set.  Change :group.
6087         (newsticker-date-format):
6088         Use `newsticker--set-customvar-formatting' for :set.  Change :group.
6089         (newsticker--insert-enclosure):
6090         Rename `newsticker--buffer-insert-enclosure' to
6091         `newsticker--insert-enclosure'.  Add keymap arg.
6092         (newsticker--print-extra-elements):
6093         Rename `newsticker--buffer-print-extra-elements' to
6094         `newsticker--print-extra-elements'.  Add keymap arg.
6095         (newsticker--do-print-extra-element):
6096         Rename `newsticker--buffer-do-print-extra-element' to
6097         `newsticker--do-print-extra-element'.  Add keymap arg.
6098         (newsticker-show-news): Use `newsticker-frontend'.
6100         * net/newsticker-plainview.el: New.  Move plainview functionality
6101         from net/newsticker.el to net/newsticker-reader.el.
6102         (newsticker-plainview): New.
6103         (newsticker--set-customvar-sorting): New.  Extracted from
6104         `newsticker--set-customvar'.
6105         (newsticker-sort-method): Use `newsticker--set-customvar-sorting
6106         for :set.  Changed :group.
6107         (newsticker-heading-format, newsticker-item-format)
6108         (newsticker-desc-format, newsticker-statistics-format):
6109         Use `newsticker--set-customvar-formatting for :set.  Change :group.
6110         (newsticker-faces): Change :group.
6111         (newsticker-default-face): Enable again.
6112         (newsticker-hide-old-items-in-newsticker-buffer)
6113         (newsticker-show-descriptions-of-new-items):
6114         Use `newsticker--set-customvar-buffer' for :set.  Change :group.
6115         (newsticker-show-all-news-elements): Change :group.
6116         (newsticker-plainview-hooks): New.
6117         (newsticker-select-item-hook, newsticker-select-feed-hook)
6118         (newsticker-buffer-change-hook, newsticker-narrow-hook): Change :group.
6119         (newsticker--plainview-tool-bar-map): Rename `newsticker--tool-bar-map'
6120         to `newsticker--plainview-tool-bar-map'.
6121         (newsticker--url-keymap): Add mouse-1 binding.
6122         (newsticker-plainview): New.
6123         (newsticker-mark-all-items-of-feed-as-read): Change doc.
6124         (newsticker--buffer-do-insert-text): Use renamed
6125         newsticker--[buffer-]insert-enclosure and
6126         newsticker--[buffer-]print-extra-elements.
6127         (newsticker--buffer-set-faces): Use newsticker-default-face.
6129         * net/newsticker-treeview.el: New.
6131 2008-06-08  Andreas Schwab  <schwab@suse.de>
6133         * vc-dispatcher.el (vc-dir-children-marked-p): Fix child check.
6135         * vc-cvs.el (vc-cvs-dir-status): Pass -f to cvs.
6137         * vc-dispatcher.el (vc-dir-move-to-goal-column): Don't move in an
6138         empty line.
6140         * minibuffer.el (minibuffer-message): Bind inhibit-quit around sit-for.
6142 2008-06-08  Martin Rudalics  <rudalics@gmx.at>
6144         * window.el (split-height-threshold, split-width-threshold):
6145         Add choice nil.
6146         (split-window-preferred-function): Allow either nil or a function.
6147         (window--splittable-p, window--try-to-split-window):
6148         Handle changed option values.
6150         (window--frame-usable-p): Handle nil argument.
6152         (display-buffer): Call get-lru-window when pop-up-windows is nil
6153         and window can't be split.
6155 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
6157         * uniquify.el (uniquify-get-proposed-name): Handle remote files.
6159         * net/tramp.el (top): Quote feature names.  Remove
6160         `tramp-rfn-eshadow-setup-minibuffer' from
6161         `rfn-eshadow-setup-minibuffer-hook' when unloading.
6162         (tramp-read-passwd): There is only one call to
6163         `auth-source-user-or-password' needed.  Pacify byte compiler.
6165 2008-06-08  Andreas Schwab  <schwab@suse.de>
6167         * window.el (display-buffer): Use lru window if current window
6168         cannot be split.
6170 2008-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6172         * apropos.el (apropos-library): New command and new button.
6173         (apropos-library-button): New function.
6175         * apropos.el: Remove spurious * in docstrings.
6176         (apropos-label-face): Use variable pitch.
6177         (apropos-print): Use dolist and with-current-buffer.
6178         (apropos-print-doc): Use when.
6180         * window.el (special-display-p, display-buffer):
6181         Fix up C->Elisp transcription error.
6183 2008-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6185         * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
6186         (byte-compile-file): Initialize it.
6187         (byte-compile-nogroup-warn): Keep track of the current group.
6189 2008-06-08  Glenn Morris  <rgm@gnu.org>
6191         * Makefile.in (compile, compile-always, bootstrap-prepare):
6192         Explicitly pass EMACS to sub-makes that use it, for non-GNU makes.
6194 2008-06-07  Jihyun Cho  <jihyun.jo@gmail.com>
6196         * language/hanja-util.el (hanja-init-load): Use a char-table for
6197         hanja-table.
6198         (hangul-to-hanja-char): Adjust for the above change.
6200 2008-06-07  Glenn Morris  <rgm@gnu.org>
6202         * finder.el (finder-compile-keywords): Use lm-keywords-list rather than
6203         lm-keywords.
6205         * mail/sendmail.el (mail-interactive): Add :version.
6207         * term/linux.el (terminal-init-linux): Use gpm-mouse-mode rather than
6208         obsolete alias.
6210         * ediff-merg.el, strokes.el, wid-edit.el, emacs-lisp/lisp-mnt.el:
6211         * emulation/edt-mapper.el, eshell/em-dirs.el, eshell/em-glob.el:
6212         * eshell/em-ls.el, eshell/em-unix.el, eshell/esh-cmd.el:
6213         * eshell/esh-io.el, eshell/esh-opt.el, eshell/esh-test.el:
6214         * eshell/esh-util.el, international/mule-cmds.el:
6215         * international/mule-diag.el, mail/smtpmail.el, net/netrc.el:
6216         * net/tls.el, progmodes/etags.el, textmodes/page-ext.el:
6217         Remove unnecessary eval-when-compiles and eval-and-compiles.
6219         * Makefile.in (bootstrap-clean): Run autogen-clean.
6220         (maintainer-clean): No need to run autogen-clean now it is included in
6221         bootstrap-clean.
6223 2008-06-06  Miles Bader  <miles@gnu.org>
6225         * Makefile.in (ELCFILES): Add gnus/nndir.elc.
6227 2008-06-06  Chong Yidong  <cyd@stupidchicken.com>
6229         * menu-bar.el (menu-bar-options-menu): Add Menu entry for
6230         longlines mode.
6232         * replace.el (replace-search-function)
6233         (replace-re-search-function): New vars.
6234         (perform-replace): Use them.
6236         * longlines.el (longlines-re-search-forward): New function.
6237         (longlines-mode): Bind replace-search-function and
6238         replace-re-search-function, to ensure that replacement commands
6239         treat newlines as spaces.
6240         (longlines-show-effect): Default to a pilcrow sign.
6242 2008-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6244         * help.el (function-called-at-point):
6245         * help-fns.el (variable-at-point): Use emacs-lisp-mode-syntax-table
6246         even when calling find-tag-default.
6248 2008-06-06  Daniel Colascione  <danc@merrillpress.com>
6250         * nxml/nxml-mode.el (nxml-syntax-highlight-flag)
6251         (nxml-fontify-chunk-size, nxml-clear-face, nxml-set-fontified)
6252         (nxml-clear-fontified, nxml-fontify, nxml-fontify1)
6253         (nxml-fontify-buffer, nxml-do-fontify):
6254         Remove obsolete variables and functions.
6255         (nxml-font-lock-keywords, nxml-set-face, nxml-mode)
6256         (nxml-degrade, nxml-after-change, nxml-after-change1)
6257         (nxml-extend-region, nxml-extend-after-change-region)
6258         (nxml-extend-after-change-region1, nxml-fontify-matcher)
6259         (nxml-toggle-char-ref-extra-display): Use font-lock, and
6260         font-lock-extend-region-functions in particular, to fontify
6261         nxml-mode buffers.
6262         (nxml-debug-region): New debugging helper function.
6264         * nxml/nxml-rap.el (nxml-clear-inside, nxml-set-inside)
6265         (nxml-scan-after-change, nxml-move-tag-backwards):
6266         Adapt for font-lock changes.
6268         * nxml/nxml-util.el (nxml-debug, nxml-debug-change)
6269         (nxml-debug-set-inside, nxml-debug-clear-inside):
6270         New debugging functions.
6271         (nxml-with-degradation-on-error): New helper macro.
6273 2008-06-06  Martin Rudalics  <rudalics@gmx.at>
6275         * window.el (display-buffer): Remove dead call to get-lru-window.
6277 2008-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6279         * mail/sendmail.el (mail-interactive): Change default.
6281 2008-06-05  John Paul Wallington  <jpw@pobox.com>
6283         * bindings.el (completion-ignored-extensions):
6284         Add .p64fsl, .d64fsl, and .dx64fsl.
6286 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6288         * ffap.el (ffap-prompter): Don't use the region.
6290 2008-06-05  Sam Steingold  <sds@gnu.org>
6292         * vc-cvs.el (vc-cvs-registered): Consider a directory with a CVS
6293         subdirectory to be registered.
6295 2008-06-05  Martin Rudalics  <rudalics@gmx.at>
6297         * window.el (display-buffer-function, special-display-p)
6298         (special-display-buffer-names, special-display-regexps)
6299         (special-display-function, same-window-p, same-window-buffer-names)
6300         (same-window-regexps, pop-up-frames, display-buffer-reuse-frames)
6301         (pop-up-frame-function, pop-up-windows, even-window-heights)
6302         (split-window-preferred-function, split-height-threshold)
6303         (window--display-buffer-1, display-buffer, pop-to-buffer):
6304         Move from window.c and buffer.c.
6305         (window--splittable-p, window--try-to-split-window)
6306         (window--frame-usable-p, window--display-buffer-2)
6307         (window--even-window-heights): New functions.
6308         (split-width-threshold): New option.
6309         (split-window-preferred-horizontally): Remove.
6311         * cus-start.el: Remove corresponding declarations.
6313 2008-06-05  Sam Steingold  <sds@gnu.org>
6315         * vc.el (vc-update): Use `save-some-buffers' instead of signaling
6316         an error on modified buffers.
6318 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6320         * progmodes/etags.el (tags-verify-table): Be careful to use and update
6321         tags-file-name and tags-table-list from the right buffer.
6322         (tags-table-check-computed-list, tags-table-extend-computed-list)
6323         (find-tag-noselect): Use with-current-buffer.
6325         * emacs-lisp/trace.el (trace-entry-message, trace-exit-message):
6326         Use print-circle.
6328         * minibuffer.el (minibuffer-local-must-match-filename-map):
6329         Declare obsolete alias for the old name.
6331         * abbrev.el (unexpand-abbrev): Better preserve markers.
6333 2008-06-05  Glenn Morris  <rgm@gnu.org>
6335         * emacs-lisp/autoload.el (autoload-rubric): New function,
6336         extracted from autoload-ensure-default-file.
6337         (autoload-ensure-default-file): Use autoload-rubric.
6339         * cus-dep.el (generated-custom-dependencies-file): Doc fix.
6340         (custom-dependencies-no-scan-regexp): New variable.
6341         (custom-make-dependencies): Use with-temp-buffer and autoload-rubric.
6342         Don't scan files matching custom-dependencies-no-scan-regexp.
6343         Disable undo in the output buffer.  Remove kept-new-versions wackiness.
6345         * finder.el (finder-headmark): Initialize and add doc string.
6346         (generated-finder-keywords-file): Doc fix.
6347         (finder-no-scan-regexp): New variable.
6348         (finder-compile-keywords): Use a single let binding.
6349         Disable undo in the output buffer.  Use autoload-rubric.
6350         Use mapc rather than mapcar.  Don't scan files matching
6351         finder-no-scan-regexp.  Use with-temp-buffer.  Use expand-file-name
6352         rather than concat.  Use directory-files to do regexp matching.
6353         No need to require jka-compr.
6354         (finder-list-keywords): Remove un-needed set-buffer.  Disable undo.
6355         (finder-list-matches): Disable undo.
6356         (finder-commentary): Use let rather than let*.  Disable undo.
6357         (finder-current-item): Use zerop.
6358         (finder-mode): Use define-derived-mode.
6359         (finder-exit): Doc fix.  Use dolist.
6361         * Makefile.in ($(lisp)/cus-load.el): Remove unnecessary rule.
6362         (custom-deps): Don't require $(lisp)/cus-load.el.
6363         (custom-deps, finder-data): Don't depend on autoloads.
6364         Should not be needed now, and doing so was causing make install to
6365         re-dump emacs post-bootstrap.
6366         (bootstrap-after): Don't run update-elclist, since modifying Makefile.in
6367         mid-build forces some things to be rebuilt.
6369 2008-06-05  Miles Bader  <miles@gnu.org>
6371         * face-remap.el
6372         (face-remap-add-relative): Renamed from `add-relative-face-remapping'.
6373         (face-remap-remove-relative): Renamed from
6374         `remove-relative-face-remapping'.
6375         (face-remap-reset-base): Renamed from
6376         `set-default-base-face-remapping'.
6377         (face-remap-set-base): Renamed from `set-base-face-remapping'.
6378         (text-scale-increase): Renamed from `increase-buffer-face-height'.
6379         (text-scale-decrease): Renamed from `decrease-buffer-face-height'.
6380         (text-scale-adjust): Renamed from `adjust-buffer-face-height'.
6382         * face-remap.el (variable-pitch-mode): Autoload.
6384 2008-06-04  Sam Steingold  <sds@gnu.org>
6386         * vc-hg.el (vc-hg-status-extra-header, vc-hg-status-extra-headers):
6387         Generate extra status headers for a Mercurial tree.
6389 2008-06-04  John Paul Wallington  <jpw@pobox.com>
6391         * echistory.el (electric-history-map): Define within defvar.
6392         Add docstring.
6394         * font-lock.el (font-lock-turn-off-thing-lock)
6395         (font-lock-after-fontify-buffer, font-lock-after-unfontify-buffer):
6396         Use `bound-and-true-p'.
6397         (cpp-font-lock-keywords-source-directives, cpp-font-lock-keywords):
6398         Doc fixes.
6400         * international/ccl.el (define-ccl-program): Add `doc-string'
6401         declaration.
6403 2008-06-04  Juanma Barranquero  <lekktu@gmail.com>
6405         * face-remap.el (variable-pitch-mode): Reflow docstrings.
6406         (text-scale-mode, adjust-buffer-face-height): Fix typos in docstrings.
6408 2008-06-04  Trent W. Buck  <trentbuck@gmail.com>  (tiny change)
6410         * emacs-lisp/rx.el (rx): Doc fix.
6412 2008-06-04  Markus Triska  <markus.triska@gmx.at>
6414         * image-mode.el (image-mode-map): Add doc-view-inspired bindings.
6416 2008-06-04  Miles Bader  <miles@gnu.org>
6418         * face-remap.el (adjust-buffer-face-height): New function.
6419         Add autoloaded keybindings in ctl-x-map.
6420         (increase-buffer-face-height, decrease-buffer-face-height):
6421         Simplify interactive spec to just "p".  Remove autoloaded keybindings.
6423 2008-06-03  Chong Yidong  <cyd@stupidchicken.com>
6425         * simple.el (line-move-1): If we did not move as far as desired,
6426         ensure that point-left and point-entered hooks are called.
6428 2008-06-03  Sam Steingold  <sds@gnu.org>
6430         * vc-cvs.el (vc-cvs-status-extra-headers): Remove extraneous newlines.
6432 2008-06-03  John Paul Wallington  <jpw@pobox.com>
6434         * progmodes/make-mode.el (makefile-cleanup-continuations)
6435         (makefile-warn-suspicious-lines, makefile-warn-continuations):
6436         Use `derived-mode-p'.
6438 2008-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6440         * Makefile.in (update-elclist): Impose a fixed collation for sorting.
6441         (ELCFILES): Update.
6443 2008-06-03  Miles Bader  <miles@gnu.org>
6445         * face-remap.el: New file.
6446         * Makefile.in (ELCFILES): Add face-remap.elc.
6448 2008-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6450         * progmodes/flymake.el (flymake-process-filter): Make sure the source
6451         buffer isn't dead.
6453         * obsolete/bg-mouse.el, obsolete/float.el, obsolete/hilit19.el,
6454         * obsolete/lselect.el, obsolete/mlsupport.el, obsolete/ooutline.el,
6455         * obsolete/profile.el, obsolete/rsz-mini.el, obsolete/uncompress.el,
6456         * obsolete/auto-show.el, obsolete/hscroll.el:
6457         Remove packages that were obsolete in Emacs-20, or that were obsolete
6458         in Emacs-21 and do not contain any more code.
6460         * vc-dispatcher.el (vc-dir-menu-map-filter): Don't fail if
6461         vc-client-mode is not set.
6463         * image-mode.el (image-mode-map): Suppress key map and bind `q'.
6464         * doc-view.el (doc-view-mode-map): Inherit from image-mode-map.
6466         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords): Try to be
6467         yet a bit more clever at distinguishing / from /.
6469 2008-06-03  Kenichi Handa  <handa@m17n.org>
6471         * Makefile.in (ELCFILES): Add $(lisp)/language/hanja-util.elc.
6473 2008-06-03  Jihyun Cho  <jihyun.jo@gmail.com>
6475         * language/hanja-util.el: New file.
6477 2008-06-03  Glenn Morris  <rgm@gnu.org>
6479         * progmodes/f90.el (f90-typedef-matcher, f90-looking-at-type-like):
6480         Check that end-of-word follows "type".
6482 2008-06-02  Daiki Ueno  <ueno@unixuser.org>
6484         * epa-file.el (epa-file-write-region): Write the entire buffer
6485         content if START is nil.
6487 2008-06-01  Thomas Morgan  <tlm@thomasmorgan.net>  (tiny change)
6489         * select.el (x-get-selection): Fix typo.
6491 2008-06-01  Juanma Barranquero  <lekktu@gmail.com>
6493         * descr-text.el (describe-text-sexp): Use `string-match-p'.  Simplify.
6494         (describe-char): Use `looking-at-p', `string-match-p' when possible.
6496 2008-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6498         * tar-mode.el (tar-header-block-summarize): Ensure one space around
6499         user&group.
6501 2008-05-31  John Paul Wallington  <jpw@pobox.com>
6503         * help-fns.el (describe-variable-custom-version-info):
6504         Handle dotted `package-version' info.
6506 2008-05-31  Juanma Barranquero  <lekktu@gmail.com>
6508         * icomplete.el (icomplete-get-keys): Doc fix.  Use `when'.
6510 2008-05-31  Dan Nicolaescu  <dann@ics.uci.edu>
6512         * vc-cvs.el (vc-cvs-after-dir-status): Support spaces in file
6513         names and improve support for unregistered files.
6515 2008-05-31  Glenn Morris  <rgm@gnu.org>
6517         * Makefile.in (compile-last): Replace tr in `els' assignment with sed.
6518         Remove shell variable `elc'.  Split tests to hopefully be more portable.
6519         Fix `sel' assignment.
6521 2008-05-30  Juanma Barranquero  <lekktu@gmail.com>
6523         * minibuffer.el (completion-table-dynamic): Doc fix.
6525 2008-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6527         * vc-cvs.el (vc-cvs-state-heuristic, vc-cvs-parse-status):
6528         Try and return `unregistered' when applicable.
6530         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
6531         Don't encourage naming variables with "-flag".
6533 2008-05-30  Glenn Morris  <rgm@gnu.org>
6535         * Makefile.in (update-elclist): Hide the warning when it does not apply,
6536         make it milder when it does.
6537         (autogen-clean): New target.
6538         (maintainer-clean): Use autogen-clean.
6540         * calendar/diary-lib.el (diary-display-function): New name for
6541         diary-display-hook.  Keep old name as obsolete alias.  Doc fix.
6542         Change custom type and version.
6543         (diary-list-entries-hook, diary-list-entries, diary-simple-display)
6544         (diary-fancy-display): Doc fixes.
6545         (diary-list-entries, diary-include-other-diary-files)
6546         (diary-mail-entries):
6547         Use diary-display-function rather than diary-display-hook.
6549         * calendar/appt.el (appt-check): Use diary-display-function rather than
6550         diary-display-hook.
6551         * calendar/cal-x.el (calendar-dedicate-diary): Update for
6552         diary-display-function replacing diary-display-hook.
6553         * org/org-agenda.el (org-get-entries-from-diary): Also set
6554         diary-display-function.
6556         * calendar/cal-html.el (cal-html-list-diary-entries):
6557         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
6558         * calendar/cal-tex.el (cal-tex-list-diary-entries): Use LIST-ONLY
6559         argument of diary-list-entries rather than setting diary-display-hook.
6561 2008-05-30  Kenichi Handa  <handa@m17n.org>
6563         * international/mule-conf.el (utf-8-with-signature): Renamed from
6564         utf-8-sig.
6565         (utf-8-auto): Adjusted for the above change.
6567         * international/mule-diag.el (describe-font): Don't check fontset
6568         here, and just call font-info.  Get the default font by from the
6569         default face.
6571 2008-05-29  Kenichi Handa  <handa@m17n.org>
6573         * international/mule-conf.el (utf-8-sig, utf-8-auto):
6574         New coding systems.
6576         * international/mule.el (define-coding-system): Accept :bom for utf-8.
6578 2008-05-29  Espen Wiborg  <espen.wiborg@telio.no>  (tiny change)
6580         * international/utf-7.el (utf-7-encode): Use the right escape char
6581         depending on imap/nonimap encoding.
6583 2008-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6585         * minibuffer.el (completion-pcm-all-completions): Add the base-size.
6587 2008-05-29  Juanma Barranquero  <lekktu@gmail.com>
6589         * icomplete.el (icomplete-prospects-height): Add :group.
6591 2008-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6593         * icomplete.el (icomplete-prospects-length): Make obsolete.
6594         (icomplete-prospects-height): New var.
6595         (icomplete-completions): Use it.
6597 2008-05-29  David Kastrup  <dak@gnu.org>
6599         * autoinsert.el (auto-insert): Add :link.
6601 2008-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6603         * tar-mode.el (tar-header): New field `header-start'.
6604         (tar-header-block-tokenize): Set it when useful.
6605         Drop "GNUtar " magic value, which even GNU Tar doesn't know about.
6606         (tar-header-data-end): New function.
6607         (tar-summarize-buffer): Use it.
6608         (tar-next-line): Fix goal column for long usernames.
6609         (tar-expunge-internal): Use header-start.
6610         (tar-rename-entry): Handle ustar-style long names.
6611         (tar-alter-one-field): Add optional `descriptor' argument.
6612         (tar-subfile-save-buffer): Use it.
6614 2008-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6616         * tar-mode.el (tar-header): New field `header-start'.
6617         (tar-header-block-tokenize): Set header-start for longlink entries.
6618         (tar-expunge-internal): Use header-start to expunge longlink entries.
6620         * files.el (hack-local-variables): Don't signal an error if the local
6621         variable section is not properly terminated.
6623         * emacs-lisp/easymenu.el (easy-menu-convert-item)
6624         (easy-menu-convert-item-1): Move the duplicate-generation outside of
6625         the caching so it also works for identical entries.
6627         * tar-mode.el (tar-summarize-buffer): Fix reporter initialization.
6628         (tar-mode): Use write-region-annotate-functions rather than
6629         write-contents-functions.
6630         (tar-extract): Remove unused var `pos'.
6631         (tar-subfile-save-buffer): Remove unused var `following-descs'.
6632         (tar-mode-write-file): Remove.
6633         (tar-write-region-annotate): New function.
6635         * progmodes/flymake.el (flymake-save-buffer-in-file):
6636         * shadowfile.el (shadow-copy-file):
6637         * arc-mode.el (archive-*-write-file-member):
6638         * files.el (diff-buffer-with-file):
6639         * subr.el (with-temp-file): Pass nil to write-region.
6640         * jka-compr.el (jka-compr-write-region): Preserve `start's nullness.
6642         * doc-view.el (doc-view-mode-map): Bind `q' to quit-window, as is
6643         the custom.
6645         * files.el (basic-save-buffer-2): Pass nil rather than (point-min)
6646         to write-region.
6648 2008-05-28  Glenn Morris  <rgm@gnu.org>
6650         * Makefile.in (update-elclist): Work around non-portability of "\"
6651         in various implementations of echo.
6653 2008-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6655         * international/mule-diag.el (describe-current-coding-system):
6656         Don't assume selection-coding-system is always defined.
6658         * tar-mode.el: Use defstruct and markers.
6659         (tar-setf): Remove.
6660         (tar-header): Use defstruct.  Add `data-start' field.
6661         (make-tar-desc, tar-desc-tokens): Remove, folded into tar-header.
6662         (tar-desc-data-start): Remove (now called tar-header-data-start).
6663         (tar-roundup-512): New fun.
6664         (tar-header-block-tokenize): Receive a buffer position rather than
6665         a string.  Handle @longLink here, be more careful about it.
6666         Create a marker for data-start.
6667         (tar-summarize-buffer): Don't handle @LongLink here any more.
6668         (tar-expunge-internal, tar-subfile-save-buffer): Don't update
6669         data-start on the following entries any more.
6670         (tar-chown-entry, tar-chgrp-entry): Use read-number.
6672         * tar-mode.el: Use buffer-swap-text to separate summary and raw data.
6673         (tar-header-offset): Remove.
6674         (tar-parse-info, tar-header-offset, tar-file-name-coding-system):
6675         Not permanent any more.
6676         (tar-data-buffer): New var.
6677         (tar-data-swapped-p, tar-change-major-mode-hook)
6678         (tar-mode-kill-buffer-hook): New funs.
6679         (tar-untar-buffer, tar-summarize-buffer, tar-mode, tar-mode-revert)
6680         (tar-extract, tar-copy, tar-expunge-internal, tar-expunge)
6681         (tar-clear-modification-flags, tar-alter-one-field)
6682         (tar-subfile-save-buffer, tar-pad-to-blocksize, tar-mode-write-file):
6683         Change accordingly.
6685 2008-05-27  Dan Nicolaescu  <dann@ics.uci.edu>
6687         * vc-dispatcher.el (vc-directory-resynch-file): Rename to ...
6688         (vc-dir-resynch-file): ... this.  Update callers.
6689         Use vc-string-prefix-p.  Ignore directory args.
6690         (vc-string-prefix-p): CSE.
6691         (vc-resynch-buffer): Restore conditional.
6693         * vc-hooks.el (vc-after-save): Improve test.
6694         (vc-mode-line): Fix indentation.
6696 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
6698         * calendar/parse-time.el (parse-time-months)
6699         (parse-time-weekdays): Add long-form month and day names.
6701 2008-05-27  Glenn Morris  <rgm@gnu.org>
6703         * Makefile.in (update-elclist): Make errors in final sed non-fatal.
6705 2008-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6707         * vc-dispatcher.el (vc-string-prefix-p): New function.
6708         (vc-dir-parent-marked-p): Use it.
6710 2008-05-27  Dan Nicolaescu  <dann@ics.uci.edu>
6712         * vc.el (Problems): Remove fixed issues.
6713         (vc-expand-dirs): Avoid returning directories.
6714         (vc-dir): Fix C-x v v binding.
6715         (vc-make-backend-object): Fix name.
6716         (vc-dir-show-fileentry): Fix docstring.
6717         (vc-dir-refresh): Use vc-dir-backend.  Fix docstring.
6718         (vc-dir-refresh-files): Use vc-dir-backend.  Fix docstring.
6719         Reset the state for directories.
6720         (vc-dir-headers): Align labels.
6721         (vc-default-status-printer): Do no call prettify-state-info.
6722         (vc-deduce-fileset): Replace implementation with one based on a
6723         working older version.
6724         (vc-next-action): Use the new form of vc-deduce-fileset.
6725         Fix dealing with unregistered files.
6727         * vc-dispatcher.el (vc-resynch-window): Fix mode-line updating.
6728         (vc-dir-menu-map): Fix menu title for the menu bar and the popup menu.
6729         (vc-dir-child-files): New function.
6730         (vc-dir-node-directory): New function.
6731         (vc-dir-update, vc-dir-parent-marked-p)
6732         (vc-dir-children-marked-p, vc-dir-mark-all-files)
6733         (vc-dir-marked-only-files, vc-dispatcher-selection-set): Use it.
6735         * vc-cvs.el (vc-cvs-status-extra-headers): Align labels.
6737 2008-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6739         * diff-mode.el (diff-context-mid-hunk-header-re): New const.
6740         (diff-font-lock-keywords, diff-context->unified)
6741         (diff-reverse-direction, diff-fixup-modifs, diff-sanity-check-hunk)
6742         (diff-hunk-text, diff-find-source-location): Use it.
6743         (diff-post-command-hook): Let the user edit the hunk headers.
6745 2008-05-26  Andreas Schwab  <schwab@suse.de>
6747         * vc.el (vc-default-prettify-state-info): Fix formatting of an
6748         unknown state.
6750         * tar-mode.el (tar-summarize-buffer): Comment fix.
6752 2008-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6754         * tar-mode.el (tar-summarize-buffer): Handle GNU Tar @LongLink format.
6756 2008-05-26  Glenn Morris  <rgm@gnu.org>
6758         * calendar/cal-hebrew.el (diary-ordinal-suffix): Declare for compiler.
6760 2008-05-25  John Paul Wallington  <jpw@pobox.com>
6762         * proced.el (proced-next-line, proced-previous-line):
6763         Avoid calling `next-line' and `previous-line' from Lisp code.
6765 2008-05-25  Ed Reingold  <reingold@emr.cs.iit.edu>
6767         * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
6768         Use diary-ordinal-suffix.
6770 2008-05-24  Juanma Barranquero  <lekktu@gmail.com>
6772         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-defs)
6773         (edebug-all-forms, edebug-eval-macro-args, edebug-save-windows)
6774         (edebug-save-displayed-buffer-points, edebug-initial-mode)
6775         (edebug-trace, edebug-test-coverage, edebug-continue-kbd-macro)
6776         (edebug-print-length, edebug-print-level, edebug-print-circle)
6777         (edebug-unwrap-results, edebug-on-error, edebug-on-quit)
6778         (edebug-global-break-condition, edebug-sit-for-seconds):
6779         Remove spurious * from defcustom docstrings.
6780         (edebug-unwrap*, edebug-signal, edebug-eval-display):
6781         Improve argument/docstring consistency.
6782         (edebug-test-coverage, edebug-gensym, edebug-read)
6783         (edebug-top-level-nonstop, edebug-eval-result-list)
6784         (edebug-eval-redisplay, edebug-trace): Fix typos in docstring.
6785         (edebug-eval-defun, edebug-eval-top-level-form, edebug)
6786         (edebug-display-freq-count): Reflow docstrings.
6787         (edebug-restore-status): Doc fix.
6789 2008-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6791         * proced.el (proced-header-line): Use the :align-to 0 feature
6792         rather than computing the corresponding position manually.
6793         (proced-update): Don't hardcode point-min==1.
6795 2008-05-24  Alan Mackenzie  <acm@muc.de>
6797         * progmodes/cc-mode.el (c-postprocess-file-styles): Throw an error
6798         if c-file-style is set to a non-string.
6800         (c-neutralize-CPP-line): Surround by `save-excursion'.
6801         (c-neutralize-syntax-in-CPP): Optimize for speed.
6803 2008-05-24  Glenn Morris  <rgm@gnu.org>
6805         * Makefile.in (update-elclist): New target, to update ELCFILES.
6806         (bootstrap-after): Run update-elclist.
6808 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
6810         * icalendar.el (icalendar-version): Increase to "0.19".
6811         (icalendar--date-style): New function.
6812         (icalendar--datetime-to-diary-date): Doc fix.
6813         Use icalendar--date-style.
6814         (icalendar--datestring-to-isodate): Doc fix.  Handle iso date style.
6815         (icalendar--convert-yearly-to-ical)
6816         (icalendar--convert-recurring-to-diary): Handle iso date style,
6817         use icalendar-date-style.
6819 2008-05-23  Dan Nicolaescu  <dann@ics.uci.edu>
6821         * vc.el (vc-delete-file): Make sure the buffer is deleted and
6822         vc-dir buffers are updated.
6824 2008-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6826         * vc.el (vc-delete-file): Don't try to resynch the buffer.
6828 2008-05-23  Paul Rivier  <paul.r.ml@gmail.com>
6830         * textmodes/reftex-vars.el (reftex-extra-bindings-prefix): New var.
6831         * textmodes/reftex.el (reftex-extra-bindings-map): New var.
6832         (reftex-extra-bindings): Use it.
6834         * progmodes/mixal-mode.el (mixal-mode-map): Move key-bindings
6835         away from the user-reserved keys.
6837         * progmodes/ada-mode.el (ada-mode-extra-map, ada-mode-extra-prefix):
6838         New vars.
6839         (ada-create-keymap): Use them.
6841 2008-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6843         * emacs-lisp/regexp-opt.el (regexp-opt): Always return
6844         a properly-grouped regexp.
6846 2008-05-23  Juanma Barranquero  <lekktu@gmail.com>
6848         * progmodes/cap-words.el (capitalized-words-mode):
6849         Fix typos in docstring.
6851 2008-05-23  Kenichi Handa  <handa@m17n.org>
6853         * international/mule-conf.el: Don't define the charset `emacs'
6854         here, just put :docstring, :short-name, and :long-name.
6856 2008-05-22  Kenichi Handa  <handa@m17n.org>
6858         * international/mule-diag.el (font-show-log): Limit each listing
6859         to 20 items.
6861 2008-05-23  Nick Roberts  <nickrob@snap.net.nz>
6863         * progmodes/gdb-ui.el (gdb-enable-debug): New function.
6864         (gdb-annotation-rules): New entry for "thread-changed".
6865         (gdb-thread-changed): New function.
6867 2008-05-23  Glenn Morris  <rgm@gnu.org>
6869         * Makefile.in (SOURCES): Remove, unused.
6870         (lisptagsfiles1, lisptagsfiles2): Use '*' rather than '[a-zA-Z]*'.
6871         (TAGS, TAGS-LISP): Use a single rule with multiple targets.
6872         Exclude more '*loaddefs' files.
6873         (compile-always): Simplify '.elc' deletion.
6875 2008-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6877         * vc-bzr.el (vc-bzr-annotate-time): Reduce memory allocation.
6878         (vc-bzr-revision-completion-table): Handle `boundaries' argument.
6880         * minibuffer.el (completion-boundaries): Change calling
6881         convention, so `string' has the same semantics as in
6882         try-completion and all-completions.
6883         (completion-table-with-context, completion--embedded-envvar-table)
6884         (completion--file-name-table)
6885         (completion-pcm--find-all-completions): Adjust code accordingly.
6887 2008-05-22  Chong Yidong  <cyd@stupidchicken.com>
6889         * image-mode.el (image-mode-winprops): Add argument CLEANUP to
6890         prune image-mode-winprops-alist, preventing it from growing
6891         indefinitely.
6892         (image-mode-reapply-winprops): Use it.
6894 2008-05-22  Teodor Zlatanov  <tzz@lifelogs.com>
6896         * net/netrc.el (netrc-machine): Always match if the port is not given.
6898 2008-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6900         * minibuffer.el (completion-pcm--find-all-completions):
6901         Don't add pseudo-completions.
6903         * icomplete.el (icomplete-eoinput): Remove.
6904         (icomplete-overlay): New var to replace it.
6905         (icomplete-tidy): Rewrite.
6906         (icomplete-exhibit): Use an overlay.
6907         (icomplete-completions): Use completion-all-sorted-completions.
6908         Obey completion-ignore-case.
6910         * files.el (locate-dominating-file): Accept non-existing argument.
6911         (project-find-settings-file): Rewrite, using locate-dominating-file.
6913 2008-05-22  Kenichi Handa  <handa@m17n.org>
6915         * faces.el (font-weight-table, font-slant-table, font-width-table):
6916         Delete them.  Don't call internal-set-font-style-table.
6918         * international/mule-diag.el (font-show-log): New function.
6920         * international/fontset.el (script-representative-chars): Add more
6921         chars for latin.  Add data for symbol.
6922         (setup-default-fontset): Add entries for phonetic, armenian, and symbol.
6924 2008-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6926         * minibuffer.el (completion-all-sorted-completions): New var.
6927         (completion--flush-all-sorted-completions)
6928         (completion-all-sorted-completions): New functions.
6929         (minibuffer-force-complete): New command.
6931 2008-05-21  Glenn Morris  <rgm@gnu.org>
6933         * files.el (c-postprocess-file-styles): Declare for compiler.
6935         * Makefile.in: Allow for parallel byte-compiling.
6936         (ELCFILES): New variable.
6937         (.el.elc): Remove prerequisites from suffix rule.  Print a message.
6938         (compile-first, compile-main, compile-last): New targets.
6939         (compile-always): Simplify - delete .elc files, then `make compile'.
6941         * Makefile.in (compile-calc): Use glob rather than find.
6942         ($(lisp)/progmodes/cc-mode.elc): Use $@.
6944         * eshell/esh-module.el: No need for cl when compiling.
6946         * eshell/eshell.el (eshell-defgroup): New alias.
6947         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
6948         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
6949         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
6950         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
6951         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
6952         * eshell/em-xtra.el: Use eshell-defgroup rather than defgroup.
6953         Autoload the custom group.  Set generated-autoload-file.
6954         * eshell/em-basic.el, eshell/esh-module.el: Require eshell,
6955         for eshell-defgroup.
6956         * eshell/esh-module.el (eshell-load-defgroups): Remove.
6957         Require esh-groups rather than loading it.
6959 2008-05-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6961         * proced.el (proced-header-line): New variable and new function.
6962         (proced-mode): Set header-line-format.
6963         (proced-update): Set proced-header-line.
6964         (proced-send-signal): Use proced-header-line.
6966 2008-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6968         * macros.el (insert-kbd-macro): Use prin1-char.
6970 2008-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6972         * minibuffer.el (completion-boundaries): New function.
6973         (completion--some): Delay errors.
6974         (complete-with-action, completion-table-with-context):
6975         Handle `boundaries' case.
6976         (completion--try-word-completion): Avoid partial-completion
6977         when the user hasn't entered anything yet.
6978         (minibuffer-local-map, minibuffer-local-filename-completion-map)
6979         (minibuffer-local-must-match-map, minibuffer-local-completion-map)
6980         (minibuffer-local-must-match-filename-map, minibuffer-local-ns-map):
6981         Setup default keybindings.
6982         (completion--embedded-envvar-re): New var.
6983         (completion--embedded-envvar-table): Use it.  Handle `boundaries' case.
6984         (completion--file-name-table): Handle `boundaries' case.
6985         (completion-pcm--pattern->regex): Avoid pathological backtracking.
6986         (completion-pcm--all-completions): Add a `prefix' arg.
6987         (completion-pcm--find-all-completions): New function.
6988         (completion-pcm-all-completions, completion-pcm-try-completion):
6989         Use it.
6991         * icomplete.el (icomplete-completions): Don't use `predicate' with
6992         a table of a different type than `candidates'.
6994 2008-05-20  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6996         * proced.el (proced-goal-column): Rename from proced-procname-column.
6997         (proced-goal-header-re): Rename from proced-procname-column-regexp.
6998         (proced-move-to-goal-column): Rename from proced-move-to-procname.
6999         (proced-header-face, proced-header-regexp): Remove.
7000         (proced-font-lock-keywords): Remove proced-header-face.
7001         (proced-header-alist, proced-sorting-schemes-re): New variables.
7002         (proced): Rename Proced buffer to *Proced*.
7003         (proced-next-line, proced-previous-line): New commands.
7004         (proced-do-mark, proced-do-mark-all, proced-toggle-marks)
7005         (proced-hide-processes): Do not treat first line as special.
7006         (proced-header-space): New function.
7007         (proced-update): Use header-line-format.
7008         Initialize proced-header-alist and proced-sorting-schemes-re.
7009         Set proced-goal-column.  Include proced-command in mode-name.
7010         (proced-send-signal): Use header-line-format for *Marked
7011         Processes* buffer.
7012         (proced-sort): Restrict minibuffer completion to applicable
7013         sorting schemes.
7014         (proced-sorting-scheme-p): Use proced-sorting-schemes-re.
7016 2008-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7018         * icomplete.el (icomplete-simple-completing-p):
7019         Allow icomplete-with-completion-tables to say "use it everywhere".
7020         (icomplete-completions): Obey completion-styles.  Try to accommodate
7021         partial-completion style.
7023 2008-05-20  Michael Olson  <mwolson@gnu.org>
7025         * files.el (project-find-settings-file): Change concat to
7026         expand-file-name.
7028 2008-05-19  Tom Tromey  <tromey@redhat.com>
7030         * files.el (normal-mode): Call hack-project-variables.
7031         (hack-local-variables-confirm): Add 'project' argument.
7032         (hack-local-variables-apply): New function.
7033         (hack-local-variables): Use it.
7034         (project-class-alist, project-directory-alist): New variables.
7035         (project-get-alist): New function.
7036         (project-collect-bindings-from-alist)
7037         (project-collect-binding-list, set-directory-project)
7038         (project-find-settings-file, project-define-from-project-file)
7039         (hack-project-variables): New functions.
7041 2008-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7043         * emacs-lisp/cl-specs.el (destructuring-bind): Fix spec.
7045 2008-05-19  Juanma Barranquero  <lekktu@gmail.com>
7047         * faces.el (font-weight-table): Fix typo in docstring.
7049 2008-05-18  David Hull  <david@snap.com>  (tiny change)
7051         * vc-hg.el (vc-hg-annotate-re): Recognize the output of --follow.
7052         (vc-hg-annotate-command): Allow white space before version number.
7054 2008-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
7056         * calc/calc-yank.el (calc-register-alist): New variable.
7057         (calc-set-register, calc-get-register, calc-copy-to-register)
7058         (calc-insert-register, calc-add-to-register, calc-append-to-register)
7059         (calc-prepend-to-register): New functions.
7061         * calc/calc-ext.el (calc-init-extensions): Add keybindings for
7062         `calc-copy-to-register' and `calc-insert-register'.
7063         Autoload new register functions.
7065         * calc/calc-help.el (calc-r-prefix-help): Add help for register
7066         functions.
7068 2008-05-18  Dan Nicolaescu  <dann@ics.uci.edu>
7070         * vc.el (Todo): Add known problems.
7071         (vc-dir-backend): New variable.
7072         (vc-dir): Set it.
7073         (vc-make-backend-object, vc-generic-status-printer)
7074         (vc-generic-state, vc-generic-status-fileinfo-extra)
7075         (vc-dir-extra-menu): Use it.
7076         (vc-generic-dir-headers): Remove, unused.
7078         * vc-dispatcher.el (vc-dir-previous-directory): Rename from
7079         vc-dir-prev-directory for consistency with vc-dir-previous-line.
7080         (vc-dir-mode-map): Fix bindings.
7082         * vc-bzr.el (vc-bzr-after-dir-status): Remove unused binding.
7084 2008-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
7086         * calc/calc-yank.el (calc-kill): Make sure that only the stack is
7087         operated on.
7088         (calc-kill-region): Kill entire lines.
7090 2008-05-17  Glenn Morris  <rgm@gnu.org>
7092         * ezimage.el (ezimage-use-images): Drop support for Emacs < 21 and
7093         simplify initial value.
7094         (defezimage): Drop support for Emacs without defimage, use a featurep
7095         test rather than fboundp when defining, drop with-no-warnings.
7096         (ezimage-insert-over-text): Move featurep test inside
7097         add-text-properties.
7099         * elide-head.el (elide-head-headers-to-hide): Handle GPLv3 format.
7101         * net/tramp.el (top-level): Load auth-source when compiling.
7103         * progmodes/fortran.el (fortran-font-lock-keywords-2): Add .eqv., .neqv.
7105 2008-05-17  Andreas Schwab  <schwab@suse.de>
7107         * vc-dispatcher.el (vc-dir-mode-map): Fix M-down and M-up binding.
7109 2008-05-17  Dan Nicolaescu  <dann@ics.uci.edu>
7111         * vc.el (vc-annotate-show-diff-revision-at-line): Change
7112         vc-diff-internal arg to match what vc-deduce-fileset returns now.
7114 2008-05-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7116         * menu-bar.el (menu-bar-select-buffer): Reinsert it as msb.el uses it.
7118 2008-05-17  Jim Meyering  <meyering@redhat.com>
7120         * ido.el (ido-save-history): Do not emit a trailing newline at the
7121         end of the ido history file.
7123 2008-05-16  John Paul Wallington  <jpw@pobox.com>
7125         * vc-dispatcher.el (top-level): Revert previous change: require cl
7126         when compiling.
7128 2008-05-16  Eric S. Raymond  <esr@snark.thyrsus.com>
7130         * vc.el (vc-default-status-printer)
7131         (vc-default-prettify-state-info): Enhance the state prettyprinter
7132         to deal better with unknown states and indirect through it when
7133         painting vc-dir buffers.
7135 2008-05-16  John Paul Wallington  <jpw@pobox.com>
7137         * vc-dispatcher.el (top-level): Don't require cl when compiling.
7138         (vc-dir-mode-map): Fix backquote.
7139         (vc-at-event): Doc fix.  Use `make-symbol' instead of `gensym'.
7141 2008-05-16  Michael Albinus  <michael.albinus@gmx.de>
7143         * net/tramp.el (tramp-handle-write-region): Fix check for short track.
7144         Reported by Glenn Morris <rgm@gnu.org>.
7146 2008-05-16  Eric S. Raymond  <esr@snark.thyrsus.com>
7148         * vc.el: Remove my analysis of SCCS/RCS concurrency issues from
7149         the end of the file, it was good work at one time but has been
7150         stale since 1995 and may now be actively misleading.
7151         * vc-cvs.el (vc-cvs-status-extra-headers): Extract and display the
7152         CVS repository and module (assumptions for the latter a bit iffy).
7153         * vc-svn.el (vc-svn-status-extra-headers): Extract and display the
7154         SVN repository.
7156 2008-05-16  Juanma Barranquero  <lekktu@gmail.com>
7158         * vc-rcs.el (vc-rcs-create-tag):
7159         * vc-sccs.el (vc-sccs-create-tag):
7160         Fix typo in error message and pass backend arg.
7162 2008-05-15  Michael Albinus  <michael.albinus@gmx.de>
7164         * net/tramp.el (tramp-file-name-for-operation): Add `make-temp-name'.
7166 2008-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
7168         * net/tramp.el: Load auth-source library.
7169         (tramp-read-passwd): Use it for password, not login.
7171 2008-05-15  Shigeru Fukaya  <shugeru.fukaya@gmail.com>
7173         * ses.el (ses-goto-print): Use move-to-column rather than forward-char.
7174         (ses-print-cell): Use string-width, truncate-string-to-width,
7175         delete-region rather than length, substring, delete-char.
7176         (ses-setup): Set inhibit-point-motion-hooks to t.
7177         Calculate position by actually moving point rather than just using
7178         unibyte character length.
7179         (ses-mode): Set indent-tabs-mode to nil.
7180         (ses-center): Use string-width rather than length.
7182 2008-05-15  Eric S. Raymond  <esr@snark.thyrsus.com>
7184         * vc-cvs.el, vc-git.el, vc-hg.el, vc-hooks.el, vc-mcvs.el,
7185         * vc-rcs.el, vc-sccs.el, vc-svn.el, vc.el:
7186         Rename vc-*-create-snapshot and vc-*-retrieve-snapshot to
7187         vc-*-create-tag and vc-*-retrieve-tag respectively.
7189         * vc-dispatcher.el: Fix an incorrect buffer name and remove an
7190         unneeded defalias.
7192         * vc.el, vc-dispatcher.el (vc-dir-menu-map-filter): Move.
7194         * vc.el, vc-dispatcher.el (vc-dir-menu-map): Remove assumption
7195         about buffer names.
7197 2008-05-15  Glenn Morris  <rgm@gnu.org>
7199         * vc-hooks.el (vc-directory-resynch-file): Fix declaration.
7201         * org/org-exp.el (org-infojs-options-inbuffer-template):
7202         Fix declaration.
7204         * progmodes/cc-mode.el (declare-function): Add compat definition.
7205         (awk-mode-syntax-table, c-awk-unstick-NL-prop): Declare for compiler.
7207 2008-05-14  Eric S. Raymond  <esr@snark.thyrsus.com>
7209         * vc-dispatcher.el (vc-dispatcher-selection): Change the returned
7210         list to a cons so the caller can get back both expanded and
7211         unexpanded filesets.
7212         * vc.el (vc-deduce-fileset, vc-next-action, vc-diff-internal)
7213         (vc-merge, vc-version-diff, vc-print-log, vc-revert, vc-rollback):
7214         Change handling of selection-set returns as required.
7216 2008-05-15  John Paul Wallington  <jpw@pobox.com>
7218         * add-log.el (top-level): Don't require cl when compiling.
7220         * arc-mode.el (archive-add-new-member): Use `derived-mode-p'.
7221         (archive-*-extract): Use `zerop'.
7222         (archive-*-write-file-member): Use `or', use `zerop'.
7224         * diff-mode.el (diff-current-defun): Use `buffer-local-value'.
7226         * ibuffer.el (ibuffer-assert-ibuffer-mode): New defsubst.
7227         (ibuffer-mark-interactive, ibuffer-set-mark)
7228         (ibuffer-insert-buffer-line, ibuffer-redisplay-current)
7229         (ibuffer-map-lines, ibuffer-switch-format)
7230         (ibuffer-update-title-and-summary)
7231         (ibuffer-redisplay-engine): Use it.
7233         * ibuf-ext.el (ibuffer-interactive-filter-by-mode)
7234         (ibuffer-set-filter-groups-by-mode, ibuffer-list-buffer-modes)
7235         (define-ibuffer-filter mode, define-ibuffer-filter used-mode)
7236         (define-ibuffer-sorter major-mode, ibuffer-mark-unsaved-buffers)
7237         (ibuffer-mark-read-only-buffers)
7238         (ibuffer-mark-dired-buffers): Use `buffer-local-value'.
7240         * ibuf-macs.el (ibuffer-aif, ibuffer-awhen, ibuffer-save-marks)
7241         (define-ibuffer-column, define-ibuffer-sorter)
7242         (define-ibuffer-op, define-ibuffer-filter): Add declarations
7243         containing indentation specs, replacing equivalent top-level
7244         forms that set `lisp-indent-function' properties.
7245         (define-ibuffer-op): Use `derived-mode-p'.
7246         (define-ibuffer-filter): Remove redundant `concat' call.
7248 2008-05-14  Michael Albinus  <michael.albinus@gmx.de>
7250         * net/tramp.el (tramp-echo-mark): Update docstring.
7251         (tramp-echo-mark-marker): New defconst.
7252         (tramp-check-for-regexp): Use it.
7254 2008-05-14  Eric S. Raymond  <esr@snark.thyrsus.com>
7256         * vc.el (vc-deduce-fileset): Do the right thing when visiting a
7257         buffer (say, a log buffer or diff buffer) with a vc-dir buffer
7258         as parent.
7260 2008-05-14  John Paul Wallington  <jpw@pobox.com>
7262         * international/mule.el (convert-define-charset-argument):
7263         Remove period from end of error message.
7264         (coding-system-mnemonic): Doc fix.
7265         (ctext-pre-write-conversion): Doc fix.
7267 2008-05-14  Simon Marshall  <simon@gnu.org>
7269         * obsolete/fast-lock.el (fast-lock-cache-directories): Remove "."
7270         from its default value and give it the risky-local-variable
7271         property (CVE-2008-2142).
7273 2008-05-14  Kenichi Handa  <handa@m17n.org>
7275         * language/korean.el ("Korean"): Set `iso639-language'
7276         property to `ko'.
7278         * language/japanese.el ("Japanese"): Set `iso639-language'
7279         property to `ja'.
7281         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
7282         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK")
7283         ("Chinese-GB18030"): Set `iso639-language' property to `zh'.
7285         * international/mule-cmds.el (set-language-environment):
7286         Set current-iso639-language.
7288         * international/fontset.el (setup-default-fontset): For kana, han,
7289         hangul, and cjk-misc, move an entry with font-spec at the end.
7290         (generate-fontset-menu): Exclude fontset-auto* from the list.
7292         * composite.el (compose-chars-after): Assume that WINDOW is always
7293         non-nil.
7295         * faces.el (font-weight-table, font-slant-table)
7296         (font-swidth-table): Declare them by defconst.  Change the format
7297         of elements.  Call internal-set-font-style-table after their
7298         declaration.
7299         (face-valid-attribute-values): Call font-family-list.  Get values
7300         for width, weight, and slant from font-xxx-table.
7302         * cus-face.el (custom-face-attributes): Add "thin" for :weight.
7304 2008-05-13  John Paul Wallington  <jpw@pobox.com>
7306         * ibuffer.el (ibuffer-buffer-file-name): New function.
7307         (define-ibuffer-column filename): Use it.
7309         * ibuf-ext.el (define-ibuffer-filter filename): Use it.
7311 2008-05-13  Chong Yidong  <cyd@stupidchicken.com>
7313         * talk.el (talk): Simplify.  Pass display arg to talk-add-display
7314         as a string.
7315         (talk-add-display): Simplify.  Accept only string args.
7317 2008-05-13  Jay Belanger  <jay.p.belanger@gmail.com>
7319         * calc/calc.el (calc-mode-map): Remove old keybinding for `calc-yank'.
7321 2008-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7323         * Makefile.in (bootstrap-prepare): Don't chmod files.
7324         (autoloads): Do it here instead, where it's actually needed.
7326 2008-05-13  Chong Yidong  <cyd@stupidchicken.com>
7328         * tool-bar.el (tool-bar-make-keymap): Account for the optional
7329         KEY-BINDING-DATA field in menu-item list.
7331 2008-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7333         * dired.el (dired-read-dir-and-switches): Move things about to use less
7334         recursion during macroexpansion.
7336         * dired.el (dired-read-dir-and-switches): Use read-file-name.
7338         * dired.el (dired-read-dir-and-switches): Ignore ., .., and
7339         completion-ignored-extension directories if there's something else.
7340         (dired-mark-if, dired-map-over-marks, dired-readin, dired-revert)
7341         (dired-remember-marks, dired-undo, dired-build-subdir-alist)
7342         (dired-internal-do-deletions, dired-mark-files-in-region, dired-mark)
7343         (dired-toggle-marks, dired-change-marks, dired-unmark-all-files):
7344         buffer-read-only -> inhibit-read-only.
7346 2008-05-12  Eric S. Raymond  <esr@snark.thyrsus.com>
7348         * vc.el (vc-expand-dirs): Stop this function from tossing out
7349         explicitly specified files.
7351 2008-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7353         * smerge-mode.el (smerge-apply-resolution-patch): Don't pass nil
7354         to `insert'.
7356 2008-05-12  Dan Nicolaescu  <dann@ics.uci.edu>
7358         * vc.el (vc-annotate-show-diff-revision-at-line): Remove incorrect
7359         cons.  Use vc-annotate-backend.
7360         (with-vc-file, edit-vc-file): Remove unused macros.
7362 2008-05-12  Teodor Zlatanov  <tzz@lifelogs.com>
7364         * mail/smtpmail.el: Add autoload for `auth-source-user-or-password'.
7365         (smtpmail-try-auth-methods): Use it.
7367 2008-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7369         * emacs-lisp/cl.el (cl-set-nthcdr): Make it a defsubst so that
7370         (setf (nthcdr ..) ..) doesn't require CL at runtime.
7372 2008-05-11  Carsten Dominik  <dominik@science.uva.nl>
7374         * org/org.el (org-modules): Repair problems with loading org-jsinfo.org.
7376 2008-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7378         * vc-bzr.el (vc-bzr-sha1, vc-bzr-command-discarding-stderr)
7379         (vc-bzr-revision-completion-table): Use process-file.
7380         (vc-bzr-working-revision): Pass relative file names.
7382         * diff-mode.el (diff-hunk-header-re): Refine the regexp.
7384 2008-05-11  Juri Linkov  <juri@jurta.org>
7386         * wid-edit.el (widget-image-directory): Change default image data
7387         subdirectory from "custom" to "images/custom".
7389         * info.el (Info-next-preorder): Let-bind `Info-history' to nil
7390         before recursive call to `Info-next-preorder' to not add
7391         intermediate nodes to the history.
7393         * isearch.el: Put isearch-scroll property on recenter-top-bottom.
7395         * emulation/cua-base.el: Put isearch-scroll property
7396         on cua-scroll-up and cua-scroll-down.
7398 2008-05-11  Eric S. Raymond  <esr@snark.thyrsus.com>
7400         * vc-hooks.el (vc-recompute-state): Remove (dead code).
7402 2008-05-10  Dan Nicolaescu  <dann@ics.uci.edu>
7404         * vc-dispatcher.el (ewoc): Require.
7405         (vc-log-edit, vc-buffer-sync): Declare for byte compiler.
7407         * vc-hg.el (vc-hg-diff, vc-hg-annotate-command): Use when not if.
7409 2008-05-10  Chong Yidong  <cyd@stupidchicken.com>
7411         * term/w32-win.el (x-colors):
7412         * term/mac-win.el (x-colors):
7413         * term/x-win.el (x-colors): Re-order colors.
7415 2008-05-10  Reiner Steib  <reiner.steib@gmx.de>
7417         * smerge-mode.el (smerge-command-prefix): Fix custom type.
7419 2008-05-10  Eric S. Raymond  <esr@snark.thyrsus.com>
7421         * vc-dispatcher.el (vc-dir-next-directory, vc-dir-prev-directory):
7422         New functions implementing motion to next and previous directory.
7424         * vc-arch.el (vc-arch-command):
7425         * vc-bzr.el (vc-bzr-command):
7426         * vc-cvs.el (vc-cvs-command):
7427         * vc-dispatcher.el (vc-do-command):
7428         * vc-git.el (vc-git-command):
7429         * vc-hg.el (vc-hg-command):
7430         * vc-mcvs.el (vc-mvcs-command):
7431         * vc-mtn.el (vc-mtn-command):
7432         * vc-sccs.el (vc-sccs-command, vc-sccs-workfile)
7433         (vc-sccs-workfile-unchanged-p):
7434         * vc-svn.el (vc-svn-command, vc-svn-create-repo):
7435         * vc-rcs.el (all methods): Remove assumption about what a nil
7436         argument to vc-do-command means.  This means no buffer name needs
7437         to be hardcoded into the dispatcher layer, and it's better to be
7438         explicit anyway.
7440         * vc-svn.el (vc-svn-dir-state-heuristic): Remove.
7442 2008-05-10  Dan Nicolaescu  <dann@ics.uci.edu>
7444         * vc.el: Update todo.
7446         * vc-sccs.el (vc-sccs-dir-status):
7447         * vc-rcs.el (vc-rcs-dir-status): Avoid using results from multiple
7448         backends and returning up to date files.
7450         * vc-hooks.el (vc-prefix-map): Remove duplicate binding.
7452 2008-05-09  Eric S. Raymond  <esr@snark.thyrsus.com>
7454         * vc.el (vc-dir):
7455         * vc-hooks.el: Tweak the VC directory bindings.  These are now
7456         documented in the manual.
7458         * vc-dispatcher.el (vc-dir-update, vc-dir-parent-marked-p)
7459         (vc-dir-children-marked-p): Remove the vc-dir-insert-directories global.
7460         (vc-dispatcher-selection-set): Allow callers to pass in an
7461         observer flag that says no buffer sync is required.
7462         * vc.el (vc-deduce-fileset, vc-print-log, vc-version-diff):
7463         Use the observer flag.
7465 2008-05-09  Michael Albinus  <michael.albinus@gmx.de>
7467         * simple.el (start-file-process): Clarify docstring.
7469 2008-05-09  Eric S. Raymond  <esr@snark.thyrsus.com>
7471         * vc-sccs.el, vc-svn.el, vc-git.el, vc-hg.el, vc-mtn.el:
7472         Remove stub implementations of, and references to, wash-log.
7473         * vc-rcs.el (vc-rcs-comment-history):
7474         * vc-cvs.el (vc-cvs-comment-history):
7475         Inline the code that used to be wash-log.
7477         * vc-sccs.el (vc-sccs-checkin, vc-sccs-checkout, vc-sccs-rollback)
7478         (vc-sccs-revert, vc-sccs-steal-lock, vc-sccs-modify-change-comment)
7479         (vc-sccs-print-log, vc-sccs-diff): Grok directories.
7480         * vc-rcs.el (vc-sccs-checkin, vc-sccs-checkout)
7481         (vc-rcs-revert, vc-rcs-steal-lock, vc-rcs-modify-change-comment)
7482         (vc-rcs-print-log): Grok directories.
7484 2008-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7486         * vc.el (vc-mark-resolved): Add `backend' argument.
7487         (vc-next-action): Pass it the backend.
7488         (vc-next-action, vc-checkout, vc-mark-resolved, vc-version-diff)
7489         (vc-merge, vc-rollback, vc-update, vc-transfer-file, vc-delete-file)
7490         (vc-default-comment-history, vc-default-create-snapshot)
7491         (vc-default-retrieve-snapshot, vc-default-revert, vc-annotate)
7492         (vc-annotate-revision-previous-to-line)
7493         (vc-annotate-show-diff-revision-at-line, vc-annotate-warp-revision):
7494         * vc-svn.el (vc-svn-checkout):
7495         * vc-mcvs.el (vc-mcvs-checkout):
7496         * vc-hooks.el (vc-state, vc-default-workfile-unchanged-p)
7497         (vc-working-revision, vc-before-save, vc-mode-line):
7498         Prefer vc-call-backend to vc-call so as not to recompute the backend.
7500         * vc.el (vc-deduce-fileset): Don't require the checkout-model and the
7501         state to be consistent since it's often an unwarranted restriction.
7502         Don't return the state either.
7503         (vc-next-action): Check that the state is consistent.
7504         (vc-diff-internal, vc-version-diff, vc-print-log, vc-revert)
7505         (vc-rollback, vc-update): Adapt to new return value of
7506         vc-deduce-fileset.
7508         * vc-dispatcher.el (vc-dispatcher-browsing): Use derived-mode-p.
7509         (vc-dir-prepare-status-buffer): Use vc-dispatcher-browsing.
7510         (vc-dispatcher-in-fileset-p): New fun.
7511         (vc-dispatcher-selection-set): Use it to properly handle directories.
7513 2008-05-09  Dan Nicolaescu  <dann@ics.uci.edu>
7515         * vc.el (vc-version-diff, vc-print-log, vc-revert, vc-rollback)
7516         (vc-update): Remove unused let bindings.
7518 2008-05-09  Eric S. Raymond  <esr@snark.thyrsus.com>
7520         * vc.el (vc-deduce-fileset, vc-next-action, vc-version-diff)
7521         (vc-diff, vc-revert, vc-rollback, vc-update):
7522         * vc-dispatcher.el (vc-dispatcher-selection-set):
7523         Get rid of 4 special cases in fileset selection.  This involved
7524         changing the return value of (vc-deduce-fileset) so that it passes
7525         back a deduced state as well as a deduced back end.
7527 2008-05-08  Sam Steingold  <sds@gnu.org>
7529         * progmodes/compile.el (compilation-minor-mode-map)
7530         (compilation-mode-map): Bind "g" to recompile and "q" to quit-window.
7531         * progmodes/grep.el (grep-mode-map): Use `set-keymap-parent' to connect
7532         it to `compilation-minor-mode-map' (instead of an explicit `cons').
7534 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
7536         * org/org.el (org-modules, org-format-latex-options):
7537         * org/org-archive.el (org-archive-stamp-time)
7538         (org-archive-save-context-info):
7539         * org/org-faces.el (org-hide):
7540         * org/org-irc.el (org-irc-parse-link):
7541         * org/org-macs.el (org-call-with-arg, org-autoload):
7542         * org/org-mew.el (org-mew-store-link):
7543         * org/org-remember.el (org-remember-store-without-prompt)
7544         (org-remember-templates): Fix typos in docstrings.
7546         * org/org-info.el (org-info-store-link): Remove leftover docstring.
7548         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
7549         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
7550         (org-bbdb-anniv-split): Fix typos in docstrings.
7552         * org/org-publish.el (org-publish-project-alist): Doc fixes.
7553         (org-publish-use-timestamps-flag): Reflow docstring.
7554         (org-publish-files-alist): Fix typos in docstring.
7556 2008-05-07  Sam Steingold  <sds@gnu.org>
7558         * pcvs-util.el (cvs-bury-buffer): Revert my patch: quit-window
7559         appears to be too aggressive with window removal.
7561 2008-05-08  Michael McNamara  <mac@mail.brushroad.com>
7563         * progmodes/verilog-mode.el (verilog-type-font-keywords):
7564         Add leda and 0in as pragma keywords.
7565         (verilog-pretty-expr): Support lining up assignments which include
7566         part selects.
7567         (verilog-mode): More portable check for the availability of
7568         hideshow support.
7569         (verilog-do-indent): Remove special indent for declarations inside
7570         a parenthetical list.  The code is ill-advised, and doesn't work
7571         given the new user defined types.
7572         (verilog-set-auto-endcomments): Enhance function automatic
7573         endcomment to support functions that return user defined types.
7574         (verilog-mode): Add code to tell which-function-mode minor mode
7575         that Verilog supports this feature.
7577 2008-05-08  Eli Zaretskii  <eliz@gnu.org>
7579         * epa-file.el: Require epa-hook.
7581         * loadup.el ("epa-hook"): Load epa-hook instead of epa-file-hook.
7583         * epa-hook.el: Renamed from epa-file-hook.el, to avoid
7584         file-names clashes on 8+3 filesystems.  Provide epa-hook.
7586         * org/org-jsinfo.el: Renamed from org-infojs.el, to avoid
7587         file-names clashes on 8+3 filesystems.
7589 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
7591         * org/org.el (org-read-date-get-relative): Interpret lone
7592         weekday abbreviation as relative to today.
7594 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
7596         * abbrev.el (define-abbrev-table):
7597         * composite.el (toggle-auto-composition):
7598         * json.el (json-alist-p, json-plist-p):
7599         * minibuffer.el (completion-table-with-predicate):
7600         * ps-mule.el (ps-mule-external-libraries):
7601         * emacs-lisp/advice.el (ad-special-form-p):
7602         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
7603         * eshell/em-smart.el (eshell-review-quick-commands):
7604         * progmodes/python.el (python-comment-line-p, python-blank-line-p)
7605         (python-skip-out, python-check-comint-prompt):
7606         Don't use `iff' in docstrings.
7608         * international/robin.el (robin-package-alist): Fix typo in docstring.
7609         (robin-current-package-name): Doc fix.
7610         (robin-activate): Don't use `iff' in docstring.
7612 2008-05-07  Eric S. Raymond  <esr@snark.thyrsus.com>
7614         * vc.el, vc-dispatcher.el: VC-Dired support removed.
7615         The code uses a ewoc-based implementation now.
7616         * vc-hooks.el: Support for Meta-CVS has been removed.
7618 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7620         * tool-bar.el: Choose images dynamically.
7621         (tool-bar-make-keymap, tool-bar-find-image): New function.
7622         (tool-bar-find-image-cache): New var.
7623         (tool-bar-local-item, tool-bar-local-item-from-menu):
7624         Don't select the image yet, do it later in tool-bar-make-keymap.
7626 2008-05-07  Andreas Schwab  <schwab@suse.de>
7628         * window.el: Require 'cl when compiling.
7630 2008-05-07  Dan Nicolaescu  <dann@ics.uci.edu>
7632         * vc-dispatcher.el (vc-dir-insert-directories): Default to t.
7634 2008-05-07  Glenn Morris  <rgm@gnu.org>
7636         * subr.el (ignore-errors): Move here from cl-macs.el.
7637         * emacs-lisp/cl-macs.el (ignore-errors): Move to subr.el.
7639         * progmodes/fortran.el (fortran-mode): Fix font-lock-syntactic-keywords
7640         oddness.
7642 2008-05-06  Eric S. Raymond  <esr@snark.thyrsus.com>
7644         * vc-hooks.el (vc-find-file-hook):
7645         * vc-dispatcher.el (vc-resynch-window): Decouple vc-dispatcher
7646         further from vc.el.
7647         * vc.el (vc-dir-mode): Move VC-specific context menu entries here.
7649 2008-05-06  Wilson Snyder  <wsnyder@wsnyder.org>
7651         * progmodes/verilog-mode.el (verilog-getopt-file):
7652         Cleanup warning message format.
7653         (verilog-auto, verilog-auto-arg, verilog-auto-ascii-enum)
7654         (verilog-auto-inout, verilog-auto-inout-module)
7655         (verilog-auto-input, verilog-auto-inst, verilog-auto-inst-param)
7656         (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
7657         (verilog-auto-reg-input, verilog-auto-reset, verilog-auto-sense)
7658         (verilog-auto-sense-sigs, verilog-auto-tieoff)
7659         (verilog-auto-unused, verilog-auto-wire)
7660         (verilog-decls-get-assigns, verilog-decls-get-consts)
7661         (verilog-decls-get-gparams, verilog-decls-get-inouts)
7662         (verilog-decls-get-inputs, verilog-decls-get-outputs)
7663         (verilog-decls-get-ports, verilog-decls-get-regs)
7664         (verilog-decls-get-signals, verilog-decls-get-wires)
7665         (verilog-dir-cache-lib-filenames, verilog-dir-cache-list)
7666         (verilog-dir-cache-preserving, verilog-dir-file-exists-p)
7667         (verilog-dir-files, verilog-expand-dirnames, verilog-getopt-file)
7668         (verilog-inject-sense, verilog-library-filenames)
7669         (verilog-mode-release-date, verilog-mode-version)
7670         (verilog-modi-cache-add, verilog-modi-cache-preserve-buffer)
7671         (verilog-modi-cache-preserve-tick, verilog-modi-cache-results)
7672         (verilog-modi-get-assigns, verilog-modi-get-consts)
7673         (verilog-modi-get-gparams, verilog-modi-get-inouts)
7674         (verilog-modi-get-inputs, verilog-modi-get-outputs)
7675         (verilog-modi-get-ports, verilog-modi-get-regs)
7676         (verilog-modi-get-signals, verilog-modi-get-sub-inouts)
7677         (verilog-modi-get-sub-inputs, verilog-modi-get-sub-outputs)
7678         (verilog-modi-get-wires, verilog-preserve-cache)
7679         (verilog-preserve-dir-cache, verilog-preserve-modi-cache)
7680         (verilog-read-sub-decls, verilog-read-sub-decls-line)
7681         (verilog-read-sub-decls-sig, verilog-subdecls-get-inouts)
7682         (verilog-subdecls-get-inputs, verilog-subdecls-get-outputs):
7683         Add caching of additional state, and rework signal extraction
7684         routines to improve AUTO expansion performance by 300%++.
7686 2008-05-06  Chong Yidong  <cyd@stupidchicken.com>
7688         * progmodes/compile.el (compilation-error-regexp-alist-alist):
7689         Tweak Open Watcom regexp to distinguish between errors and warnings.
7691 2008-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7693         * dired.el (dired-read-dir-and-switches): Fix up last change.
7695 2008-05-05  Eric S. Raymond  <esr@snark.thyrsus.com>
7697         * vc.el (vc-deduce-fileset): Lift all the policy and UI stuff
7698         out of this function, move it to vc-dispatcher-selection-set.
7700 2008-05-05  Sam Steingold  <sds@gnu.org>
7702         * window.el (delete-other-windows-vertically): New function.
7704 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7706         * dired.el (dired-read-dir-and-switches):
7707         Obey read-file-name-completion-ignore-case.
7709 2008-05-05  Nick Roberts  <nickrob@snap.net.nz>
7711         * progmodes/compile.el (compilation-error-regexp-alist-alist):
7712         Add regexp for Open Watcom compiler output.
7714 2008-05-05  Phil Sung  <psung@mit.edu>  (tiny change)
7716         * progmodes/python.el (python-block-pairs): Align finally with except.
7718 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7720         * vc-rcs.el (vc-rcs-fetch-master-state): Fix inf-loop.
7722 2008-05-05  Tom Tromey  <tromey@redhat.com>
7724         * smerge-mode.el (smerge-start-session): Don't call smerge-next if
7725         looking at conflict marker.
7727 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7729         * vc-dispatcher.el (vc-dir-mark-buffer-changed): Fix typo
7730         client-mode -> vc-client-object, and guess `funcall' was meant.
7731         (vc-dir-mode): Rename client-mode -> vc-client-mode.
7733 2008-05-05  Dan Nicolaescu  <dann@ics.uci.edu>
7735         * net/zeroconf.el (dbus-call-method, dbus-register-signal)
7736         (dbus-debug): Move declarations outside eval-when-compile.
7738 2008-05-04  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7740         * proced.el (proced-command-alist): Fix system-type values.
7741         Fix defcustom.
7742         (proced-sorting-schemes-alist, proced-sorting-scheme): New variables.
7743         (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
7744         (proced-sort-start, proced-sort, proced-sort-time): New commands.
7745         (proced-update): Use proced-sorting-scheme.  Update modeline.
7746         (proced-send-signal): Use nreverse.
7747         (proced-sorting-scheme-p): New function.
7749 2008-05-04  Andreas Schwab  <schwab@suse.de>
7751         * vc.el: Require dired when compiling.
7753         * minibuffer.el (completion--insert-strings): Don't delete past bol.
7755 2008-05-03  Glenn Morris  <rgm@gnu.org>
7757         * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el:
7758         * ediff-ptch.el, ediff-util.el, ediff-wind.el, ediff.el:
7759         Simplify compilation requirements.
7760         * ediff-init.el, ediff-vers.el: Remove unnecessary variable
7761         declarations.
7763 2008-05-03  Dave Love  <fx@gnu.org>
7765         * progmodes/python.el (python-beginning-of-statement):
7766         Loop at least once (fixes 2008-02-21 change).
7768 2008-05-03  Eli Zaretskii  <eliz@gnu.org>
7770         * ls-lisp.el (ls-lisp-insert-directory): Use `string-width'
7771         instead of `length' for comparing length of user and group names.
7773 2008-05-03  Eric S. Raymond  <esr@snark.thyrsus.com>
7775         * vc-dispatcher.el: New file, separates out the UI and command
7776         execution machinery from VCS-specific logic left in vc.el.
7777         The separation is not yet completely clean, but it's a good start.
7778         * vc.el: This file is about 1700 lines shorter now.
7779         Remove obsolete logentry-check from the backend API.
7780         * vc-sccs.el (vc-sccs-logentry-check): Remove.  This was the only
7781         implementation of the logentry-check method, and it guarded against
7782         a log length limit that has probably been obsolete for 15 years (!).
7784 2008-05-02  Sam Steingold  <sds@gnu.org>
7786         * progmodes/compile.el (compilation-start): Move setting of
7787         compilation-directory after (funcall mode) as that resets local
7788         variables, this fixes recompile in grep buffers.
7789         * progmodes/grep.el (grep-mode-map): Bind "g" to recompile (like
7790         in dired &c).
7792 2008-05-02  Eric S. Raymond  <esr@snark.thyrsus.com>
7794         * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
7795         * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
7796         * vc-svn.el, vc.el (vc-*-checkout-model): Make sure every backend
7797         has one of these and that all are called in compatible ways.
7798         * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
7799         * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
7800         * vc-svn.el, vc.el (vc-*-revision-granularity): Make sure every
7801         backend has one of these.
7803 2008-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7805         * progmodes/octave-mod.el (octave-abbrev-table): Move defvar and
7806         initialization into define-abbrev-table.  Use :regexp.
7807         (octave-mode-syntax-table): Don't set word syntax for `.
7809         * files.el (minibuffer-with-setup-hook): Allow `fun' expressions rather
7810         than only value.
7812         * dired.el (dired-read-dir-and-switches):
7813         Set minibuffer-completing-file-name and call substitute-in-file-name.
7814         (dired-format-columns-of-files): Use completion--insert-strings.
7816         * minibuffer.el (completion-hilit-commonality): Revert last change:
7817         the leftover code was actually useful.
7818         (completion--insert-strings): Use string-width rather than length.
7820 2008-05-02  Sam Steingold  <sds@gnu.org>
7822         * vc.el (vc-dir-mode-map): Enable mouse bindings.
7823         (vc-at-event): New macro: run the body at the even location.
7824         (vc-dir-menu, vc-dir-toggle-mark): Use it.
7825         (vc-dir-mark-file, vc-dir-unmark-file): Move only on non-mouse events.
7826         * subr.el (mouse-event-p): Check if the event is mouse-related.
7828 2008-05-02  Nick Roberts  <nickrob@snap.net.nz>
7830         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
7831         Don't throw error if no file is found.
7833 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
7835         * vc-hooks.el (vc-call, vc-state): Fix typos in docstrings.
7836         (vc-default-state-heuristic): Doc fix.
7838 2008-05-02  Richard Sharman  <rsharman@pobox.com>
7840         * hilit-chg.el (highlight-changes-mode): Remove references to
7841         hooks that no longer exist.  Because define-minor-mode is used the
7842         hook highlight-changes-mode-hook exists and can do what both the
7843         old hooks used to do.  The documentation at the top of the file
7844         was updated to demonstrate this.
7845         (highlight-changes-mode): Remove commented out call to a hook
7846         function that is no longer there.
7847         (hilit-chg-set): Remove running of highlight-changes-enable-hook.
7849 2008-05-02  Eric S. Raymond  <esr@snark.thyrsus.com>
7851         * vc.el (vc-default-dired-state-info): Change name of primitive
7852         to prettify-state-info, in preparation for ripping out dired mode.
7853         * vc-bzr.el (vc-bzr-dired-state-info): Change name of primitive
7854         to prettify-state-info, in preparation for ripping out dired mode.
7855         * vc-hooks.el (vc-toggle-read-only): Throw an error when a user
7856         tries this on a version-controlled buffer.  It will do useless or
7857         actively bad things on any version control system newer than RCS.
7858         * vc-hooks.el (vc-dired-resynch-file):
7859         * vc.el (vc-dired-resynch-file): Change name of primitive to
7860         vc-directory-resynch-file, preparing to remove dired.
7862 2008-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
7864         * vc-rcs.el (vc-rcs-state): Fix typos.
7866         * vc.el (vc-register): Change argument order so that the prefix
7867         argument is assigned correctly.
7868         (vc-next-action, vc-dir-register): Update for the above change.
7870 2008-05-01  Juri Linkov  <juri@jurta.org>
7872         * replace.el (occur-read-primary-args): Set default to the car of
7873         regexp-history and display it in the prompt, but don't add to the
7874         list of minibuffer defaults.  Bind history-add-new-input to nil to
7875         not add automatically `default'.  For empty input return `default'.
7876         Otherwise, add `input' to regexp-history and return it.
7877         (occur-1): Signal an error for the empty regexp.
7879         * progmodes/compile.el (compilation-auto-jump):
7880         Set window point to `pos' explicitly.
7882 2008-05-01  Eric S. Raymond  <esr@snark.thyrsus.com>
7884         * vc-bzr.el (vc-bzr-state): Allow this to return 'ignored
7885         when appropriate.
7886         * vc-sccs.el (vc-sccs-state): Call vc-sccs-unregistered so
7887         we report the 'unregistered state reliably.
7888         * vc-rcs.el (vc-rcs-state): Call vc-rcs-unregistered so
7889         we report the 'unregistered state reliably.
7890         * vc-git.el (vc-git-state): Call vc-git-unregistered so
7891         we report the 'unregistered state reliably.
7892         * vc-hooks.el (vc-state): Document that vc-unregistered is
7893         now expected to be returned reliably.
7894         * vc.el (vc-default-dired-state): Change needs-patch state to
7895         needs-update, since the name now shows up in dir-status listings
7896         and was somewhat misleading.
7897         * vc-cvs.el (vc-cvs-delete-file): Don't do a "cvs commit"
7898         immediately after removing the file.
7899         * vc.el (vc-next-action): More informative messages when a fileset
7900         is in a mixed state or files are missing.
7902 2008-05-01  Sam Steingold  <sds@gnu.org>
7904         * vc.el (vc-delete-file): Check if the file has uncommitted changes.
7906 2008-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7908         * Makefile.in: Revert incorrect fix for claimed bootstrap breakage.
7910 2008-05-01  Daiki Ueno  <ueno@unixuser.org>
7912         * epa-file-hook.el: New file split from epa-file.el.
7913         * epa-file.el: Require 'epa-file-hook.
7914         (epa-file-handler): Add autoload cookie.
7915         * loadup.el: Load epa-file-hook.
7916         * startup.el (command-line): Eval the body of auto-encryption-mode.
7918 2008-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
7920         * vc.el (vc-dir-mode-map): Don't bind "r".
7922         * vc-hg.el (vc-hg-extra-fileinfo): New defstruct.
7923         (vc-hg-status-printer): New function.
7924         (vc-hg-after-dir-status): Deal with copied and renamed files.
7925         (vc-hg-dir-status): Add flag to show copied files.
7927 2008-05-01  John Paul Wallington  <jpw@pobox.com>
7929         * ibuffer.el (ibuffer-last-sorting-mode): New variable.
7930         (ibuffer-do-sort-by-recency): Reverse sorting order if last
7931         sorting mode was recency.
7933         * ibuf-macs.el (define-ibuffer-sorter): Define the sorter to
7934         reverse sorting order if last sorting mode was the sorter's.
7936 2008-05-01  Jason Rumney  <jasonr@gnu.org>
7938         * w32-fns.el (w32-charset-info-alist): Map vietnamese to windows-1258.
7940 2008-04-30  John Paul Wallington  <jpw@pobox.com>
7942         * ibuffer.el (define-ibuffer-column filename): When the major mode
7943         is `vc-dir-mode' show the buffer's default directory.
7945         * ibuf-ext.el (define-ibuffer-filter filename): Likewise when the
7946         major mode is `vc-dir-mode' use the buffer's default directory.
7948 2008-04-30  Sam Steingold  <sds@gnu.org>
7950         * vc.el (vc-dir-delete-file): Add.
7951         (vc-dir-mode-map): Bind "r" to vc-dir-delete-file, like in PCL-CVS.
7952         (vc-delete-file): Do not barf when the file has been already deleted.
7954 2008-04-30  Dan Nicolaescu  <dann@ics.uci.edu>
7956         * emacs-lisp/lisp-mode.el (lisp-mode-map): Add menu.
7958 2008-04-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7960         * progmodes/octave-mod.el (octave-help): New function.
7961         * progmodes/octave-hlp.el: Delete.
7962         * info-look.el (octave-mode): Add operator index.
7964         * vc.el (vc-checkout): Typo.
7966 2008-04-30  Dan Nicolaescu  <dann@ics.uci.edu>
7968         * menu-bar.el (menu-bar-tools-menu): Reorder, place Games last.
7969         Add "..." in the appropriate places.
7971         * epa.el (epa-key-list-mode-map): Add more menu entries.
7972         Add "..." in the appropriate places.
7974         * dired.el (dired-mode-map): Add :help.
7976         * vc.el (vc-deduce-fileset): Add new parameter.
7977         (vc-dir-marked-only-files): New function.
7978         (vc-next-action): Don't ignore directories, look at the files
7979         inside them.
7980         (vc-dir-mode): Document how the mark/unmark commands work.
7982 2008-04-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7984         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
7985         Rule out trailing spaces in file and directory names as well.
7987         * minibuffer.el (completion--do-completion): Move point even if the
7988         completion makes no change.
7989         (completion-pcm-try-completion): Fix computation of new point.
7991 2008-04-30  David Hansen  <david.hansen@gmx.net>
7993         * dired.el: Require 'cl.
7995 2008-04-30  Nick Roberts  <nickrob@snap.net.nz>
7997         * progmodes/gdb-ui.el (gdb-frame-handler-1): Make overlay arrow
7998         hollow if not in innermost frame.
8000 2008-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8001         Make `checkout-model' apply to filesets.
8002         * vc-hooks.el (vc-checkout-model): Rewrite.
8003         (vc-before-save, vc-after-save): Adjust callers accordingly.
8004         * vc.el (vc-editable-p, vc-next-action, vc-checkout, vc-update)
8005         (vc-transfer-file): Adjust callers accordingly.
8006         * vc-rcs.el (vc-rcs-checkout-model): Adjust arg.
8007         (vc-rcs-state, vc-rcs-state-heuristic, vc-rcs-receive-file)
8008         (vc-rcs-checkout, vc-rcs-fetch-master-state): Use vc-rcs-checkout-model
8009         instead of vc-checkout-model.
8010         * vc-mcvs.el (vc-mcvs-revert):
8011         Use vc-mcvs-checkout-model i.s.o vc-checkout-model.
8012         * vc-cvs.el (vc-cvs-checkout-model): Adjust arg.
8013         (vc-cvs-revert): Use vc-cvs-checkout-model i.s.o vc-checkout-model.
8014         * vc-svn.el (vc-svn-checkout-model):
8015         * vc-hg.el (vc-hg-checkout-model):
8016         * vc-git.el (vc-git-checkout-model):
8017         * vc-bzr.el (vc-bzr-checkout-model): Adjust arg.
8019         * dired.el (dired-read-dir-and-switches): Replace last change with
8020         a new approach that mixes read-file-name and read-directory-name.
8022         * files.el (read-buffer-to-switch):
8023         Avoid making assumptions about `other-buffer'.
8025 2008-04-29  Sam Steingold  <sds@gnu.org>
8027         * vc.el (vc-dir-mode-hook): Add normal hook.
8028         (vc-dir-mode): Run it.
8030 2008-04-29  Nick Roberts  <nickrob@snap.net.nz>
8032         * progmodes/gdb-ui.el (gdb-display-buffer): Don't pop up GUD buffer.
8033         Always split windows.
8034         (gdb-speedbar-timer-fn): Only raise frame after user input.
8035         (gdb-same-frame): Reverse initial value.
8036         (gdb-display-gdb-buffer): Check for GUD buffer in other frames.
8038         * progmodes/gud.el (gud-speedbar-buttons): Raise frame in
8039         gdb-speedbar-timer-fn.
8041 2008-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8043         * uniquify.el (uniquify-rationalize-a-list): Beware of side-effects.
8045 2008-04-29  Daiki Ueno  <ueno@unixuser.org>
8047         * epa.el (epa-key-list-mode-map): Add menu.
8048         (epa-delete-keys, epa-import-keys): Fix typo.
8050 2008-04-29  Glenn Morris  <rgm@gnu.org>
8052         * find-cmd.el (top-level): Does not need cl when compiling.
8054 2008-04-29  Phil Jackson  <phil@shellarchive.co.uk>
8056         * find-cmd.el: New file.
8058 2008-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8060         * minibuffer.el (completion-hilit-commonality): Remove leftover code.
8061         (completion-pcm--pattern->regex): Let `group' be a list of symbols.
8062         (completion-pcm--hilit-commonality): New function.
8063         (completion-pcm-all-completions): Use it.
8065         * minibuffer.el (completion-common-substring): Mark obsolete.
8066         (completions-first-difference, completions-common-part):
8067         Move from simple.el.
8068         (completion-hilit-commonality): New fun.
8069         (display-completion-list, completion-emacs21-all-completions)
8070         (completion-emacs22-all-completions): Use it.
8071         * simple.el (completions-first-difference, completions-common-part):
8072         Move to minibuffer.el.
8073         (choose-completion-string): Use field functions and minibufferp.
8074         (completion-setup-function): Don't set completions faces.
8076 2008-04-29  Glenn Morris  <rgm@gnu.org>
8078         * calendar/calendar.el (calendar-nth-named-absday)
8079         (calendar-nth-named-day):
8080         * calendar/diary-lib.el (diary-list-sexp-entries, diary-float):
8081         * calendar/holidays.el (holiday-float): Doc fixes.
8083         * emacs-lisp/check-declare.el (check-declare-errmsg): Fix counting in
8084         the `full' case.
8086         * org/org-agenda.el (calendar-iso-from-absolute):
8087         * org/org.el (calendar-absolute-from-iso, calendar-iso-from-absolute):
8088         Fix declarations.
8090 2008-04-28  Nick Roberts  <nickrob@snap.net.nz>
8092         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Make breakpoint
8093         icons work for assembler, i.e. FILE.s, FILE.S (not disassembly).
8094         (gdb-goto-breakpoint): Likewise for visiting breakpoints.
8095         (gdb-assembler-custom): Be careful not to match other addresses.
8097 2008-04-29  Jason Rumney  <jasonr@gnu.org>
8099         * battery.el (battery-status-function): Use w32-battery-status
8100         on Windows.
8101         (battery-echo-area-format): Make apm format the general case.
8102         (battery-mode-line-format): Merge apm and pmset formats as the
8103         general case.
8105 2008-04-29  Nick Roberts  <nickrob@snap.net.nz>
8107         * progmodes/gdb-ui.el (gdb-info-stack-custom):
8108         Use gud-tool-bar-item-visible-no-fringe.
8109         (gdb-display-buffer): Don't pop new buffer if gud-comint-buffer
8110         is already visible in frame.  Remove optional size parameter
8111         and add optional frame parameter.
8113         * progmodes/gud.el (gud-display-line): Only consider visible
8114         frames when looking for source buffer.
8116 2008-04-28  Chong Yidong  <cyd@stupidchicken.com>
8118         * doc-view.el (doc-view-new-window-function): Avoid using WINDOW
8119         argument to get-char-property, in case the current buffer hasn't
8120         been assigned to that window yet.
8121         (doc-view-display): Default to selected window if the current
8122         buffer hasn't been assigned to a window yet.
8124 2008-04-28  Vinicius Jose Latorre  <bzg@altern.org>
8126         * whitespace.el (whitespace-trailing-regexp): Fix docstring.
8128 2008-04-28  Michael Albinus  <michael.albinus@gmx.de>
8130         * net/tramp.el (tramp-mode): New defcustom.
8131         (tramp-file-name-handler, tramp-completion-file-name-handler):
8132         Use it.
8133         (tramp-replace-environment-variables): Handle "$$".
8135 2008-04-28  Sam Steingold  <sds@gnu.org>
8137         * vc-hg.el (vc-hg-rename-file): Fix argument order.
8139 2008-04-28  Bastien Guerry  <bzg@altern.org>
8141         * whitespace.el (whitespace-trailing): Fix typo.
8143 2008-04-28  Sam Steingold  <sds@gnu.org>
8145         * textmodes/remember.el (diary-make-entry): Update the autoload.
8147 2008-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8149         * minibuffer.el (completion-pcm--all-completions): Don't pass nil to
8150         all-completions.
8152 2008-04-28  Juanma Barranquero  <lekktu@gmail.com>
8154         * desktop.el (desktop-minor-mode-table): Add `savehist-mode'.
8156 2008-04-27  Dan Nicolaescu  <dann@ics.uci.edu>
8158         * vc.el (vc-dir-mode-map): Change bindings for unmark all and revert.
8159         (vc-dir-parent-marked-p, vc-dir-children-marked-p): Implement.
8160         (vc-dir-mark-file): Add an optional argument.
8161         (vc-dir-mark-all-files, vc-dir-unmark-all-files): Deal with directories.
8163 2008-04-27  Daiki Ueno  <ueno@unixuser.org>
8165         * epa-file.el (epa-file-enable, epa-file-disable): Use find-file-hook
8166         rather than obsolete alias find-file-hooks.
8167         (auto-encryption-mode): Rename from epa-file-mode.  Default to on.
8168         Use find-file-hook rather than obsolete alias find-file-hooks.
8169         Add to find-file-not-found-functions.
8170         (epa-file-handler): Put 'safe-magic and 'operations properties.
8172         * epa.el (epa-global-minor-modes, epa-mode, epa-menu)
8173         (epa-menu-items): Remove.
8175         * epa-dired.el (epa-dired-do-decrypt, epa-dired-do-verify)
8176         (epa-dired-do-sign, epa-dired-do-encrypt): Add autoload cookie.
8177         (epa-dired-mode, epa-global-dired-mode): Remove.
8179         * dired.el (dired-mode-map): Bind encryption/decryption commands.
8181         * menu-bar.el (menu-bar-encryption-decryption-menu): New menu item.
8183         * files.el (insert-file-contents-literally): Inhibit epa-file-handler.
8185 2008-04-27  Glenn Morris  <rgm@gnu.org>
8187         * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
8188         Remove un-needed local `orig-list'.  Replace cl `copy-list'.
8190 2008-04-27  Carsten Dominik  <dominik@science.uva.nl>
8192         * org/org.el (org-html-level-start): Always have id's in HTML.
8193         (org-export-as-html): Use `org-link-protocols' to
8194         retrieve the export form of the link.
8195         (org-add-link-type): Final parameter renamed from PUBLISH.
8196         Better documentation of how it is to be used.  Avoid double entries for
8197         the same link type.
8198         (org-add-link-props): New function.
8199         (org-modules-loaded): New variable.
8200         (org-load-modules-maybe, org-set-modules): New function.
8201         (org-modules): New option.
8202         (org-mode, org-cycle, orgstruct-mode, org-run-like-in-org-mode)
8203         (orgtbl-mode, org-store-link, org-insert-link-global)
8204         (org-open-at-point): Call `org-load-modules-maybe'.
8205         (org-search-view): Add more text properties.
8206         (org-agenda-schedule, org-agenda-deadline): Allow also in
8207         search-type agendas.
8208         (org-search-view): Order of arguments has been changed.
8209         Interpret prefix-arg as TODO-ONLY.
8210         (org-agenda, org-run-agenda-series, org-agenda-manipulate-query):
8211         Take new argument order of `org-search-view' into account.
8212         (org-todo-only): New variable.
8213         (org-search-syntax-table): New variable and function.
8214         (org-search-view): Do the search with the special syntax table.
8215         (define-obsolete-function-alias): Make work with XEmacs.
8216         (org-add-planning-info): Use old date as default when modifying an
8217         existing deadline or scheduled item.
8218         (org-agenda-compute-time-span): Make argument N optional.
8219         (org-agenda-format-date-aligned): Require `cal-iso'.
8220         (org-agenda-list): Include week into agenda heading, don't
8221         list it at each date (only on Mondays).
8222         (org-read-date-analyze): Define local variable `iso-date'.
8223         (org-agenda-format-date-aligned): Remove dependency on
8224         `calendar-time-from-absolute'.
8225         (org-remember-apply-template, org-go-to-remember-target):
8226         Interpret filenames relative to `org-directory'.
8227         (org-complete): Silently fail when trying to complete
8228         keywords that don't have a default value.
8229         (org-get-current-options): Add a #+DATE: option.
8230         (org-additional-option-like-keywords): Remove "DATE:" from the
8231         list of additional keywords.
8232         (org-export-as-html): Remove (current-time) as unnecessary second
8233         argument of `format-time-string'.
8234         (org-clock-find-position): Handle special case at end of buffer.
8235         (org-agenda-day-view): New argument DAY-OF-YEAR, pass it on to
8236         `org-agenda-change-time-span'.
8237         (org-agenda-week-view): New argument ISO-WEEK, pass it on to
8238         `org-agenda-change-time-span'.
8239         (org-agenda-month-view): New argument MONTH, pass it on to
8240         `org-agenda-change-time-span'.
8241         (org-agenda-year-view): New argument YEAR, pass it on to
8242         `org-agenda-change-time-span'.
8243         (org-agenda-change-time-span): New optional argument N, pass it on
8244         to `org-agenda-compute-time-span'.
8245         (org-agenda-compute-time-span): New argument N, interpret it by
8246         changing the starting day.
8247         (org-small-year-to-year): New function.
8248         (org-scheduled-past-days): Respect `org-scheduled-past-days'.
8249         (org-auto-repeat-maybe): Make sure that repeating dates are pushed
8250         into the future, and that the shift is at least one interval, never 0.
8251         (org-update-checkbox-count): Fix bug with checkbox counting.
8252         (org-add-note): New command.
8253         (org-add-log-setup): Rename from `org-add-log-maybe'.
8254         (org-log-note-headings): New entry for plain notes (i.e. notes not
8255         related to state changes or clocking).
8256         (org-get-org-file): Check for availability of `remember-data-file'.
8257         (org-cached-entry-get): Allow a regexp value for
8258         `org-use-property-inheritance'.
8259         (org-use-property-inheritance): Allow regexp value.  Fix bug in
8260         customization type.
8261         (org-use-tag-inheritance): Allow a list and a regexp value for
8262         this variable.
8263         (org-scan-tags, org-get-tags-at): Implement selective tag inheritance.
8264         (org-entry-get): Respect value `selective' for the INHERIT argument.
8265         (org-tag-inherit-p, org-property-inherit-p): New functions.
8266         (org-agenda-format-date-aligned): Allow 10 characters for
8267         weekday, to accommodate German locale.
8268         (org-add-archive-files): New function.
8269         (org-agenda-files): New argument `ext', to get archive files as well.
8270         (org-tbl-menu): Protect the use of variables that
8271         are only available when org-table.el gets loaded.
8272         (org-read-agenda-file-list): Error if `org-agenda-files' is a
8273         single directory.
8274         (org-open-file): Allow a batch process to trigger
8275         waiting after executing a system command.
8276         (org-store-link): Link to headline when there is not
8277         target and no region in an org-mode buffer when creating a link.
8278         (org-link-types-re): New variable.
8279         (org-make-link-regexps): Compute `org-link-types-re'.
8280         (org-make-link-description-function): New option.
8281         (org-agenda-date, org-agenda-date-weekend): New faces.
8282         (org-archive-sibling-heading): New option.
8283         (org-archive-to-archive-sibling): New function.
8284         (org-iswitchb): New command.
8285         (org-buffer-list): New function.
8286         (org-agenda-columns): Also try the #+COLUMNS line in
8287         the buffer associated with the entry at point (or with the first
8288         entry in the agenda view).
8289         (org-modules): Add entry for org-bibtex.el.
8290         (org-completion-fallback-command): Move into `org-completion' group.
8291         (org-clock-heading-function): Move to `org-progress' group.
8292         (org-auto-repeat-maybe): Make sure that a note can
8293         be enforces if `org-log-repeat' is `note'.
8294         (org-modules): Allow additional symbols for external packages.
8295         (org-ctrl-c-ctrl-c): Allow for `org-clock-overlays' to be undefined.
8296         (org-clock-goto): Hide drawers after showing an
8297         entry with `org-clock-goto'.
8298         (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft):
8299         Try also a clocktable block shift.
8300         (org-clocktable-try-shift): New function.
8301         (org-columns-hscoll-title): New function.
8302         (org-columns-previous-hscroll): New variable.
8303         (org-columns-full-header-line-format): New variable.
8304         (org-columns-display-here-title, org-columns-remove-overlays):
8305         Install `org-columns-hscoll-title' in post-command-hook.
8307         * org/org.el: Split into many small files.
8309         * org/org-agenda.el: New file, split off from org.el.
8311         * org/org-archive.el: New file, split off from org.el.
8313         * org/org-bbdb.el: New file.
8315         * org/org-bibtex.el: New file, split off from org.el.
8317         * org/org-clock.el: New file, split off from org.el.
8319         * org/org-colview.el: New file, split off from org.el.
8321         * org/org-compat.el: New file, split off from org.el.
8323         * org/org-exp.el: New file, split off from org.el.
8325         * org/org-faces.el: New file, split off from org.el.
8327         * org/org-gnus.el: New file, split off from org.el.
8329         * org/org-info.el: New file, split off from org.el.
8331         * org/org-infojs.el: New file.
8333         * org/org-irc.el: New file.
8335         * org/org-macs.el: New file, split off from org.el.
8337         * org/org-mew.el: New file.
8339         * org/org-mhe.el: New file, split off from org.el.
8341         * org/org-publish.el: New file, split off from org.el.
8343         * org/org-remember.el: New file, split off from org.el.
8345         * org/org-rmail.el: New file, split off from org.el.
8347         * org/org-table.el: New file, split off from org.el.
8349         * org/org-vm.el: New file, split off from org.el.
8351         * org/org-wl.el: New file, split off from org.el.
8353 2008-04-27  Jason Riedy  <jason@acm.org>
8355         * org/org-table.el (orgtbl-to-generic): Add a :remove-nil-lines
8356         parameter that suppresses lines that evaluate to NIL.
8357         (orgtbl-get-fmt): New inline function for
8358         picking apart formats that may be lists.
8359         (orgtbl-apply-fmt): New inline function for applying formats that
8360         may be functions.
8361         (orgtbl-eval-str): New inline function for strings that may be
8362         functions.
8363         (orgtbl-format-line, orgtbl-to-generic): Use and document.
8364         (orgtbl-to-latex, orgtbl-to-texinfo): Document.
8365         (*orgtbl-llfmt*, *orgtbl-llstart*)
8366         (*orgtbl-llend*): Dynamic variables for last-line formatting.
8367         (orgtbl-format-section): Shift formatting to support detecting the
8368         last line and formatting it specially.
8369         (orgtbl-to-generic): Document :ll* formats.  Set to the non-ll
8370         formats unless overridden.
8371         (orgtbl-to-latex): Suggest using :llend to suppress the final \\.
8372         (*orgtbl-table*, *orgtbl-rtn*): Dynamically
8373         bound variables to hold the input collection of lines and output
8374         formatted text.
8375         (*orgtbl-hline*, *orgtbl-sep*, *orgtbl-fmt*, *orgtbl-efmt*)
8376         (*orgtbl-lfmt*, *orgtbl-lstart*, *orgtbl-lend*): Dynamically bound
8377         format parameters.
8378         (orgtbl-format-line): New function encapsulating formatting for a
8379         single line.
8380         (orgtbl-format-section): Similar for each section.  Rebinding the
8381         dynamic vars customizes the formatting for each section.
8382         (orgtbl-to-generic): Use orgtbl-format-line and
8383         orgtbl-format-section.
8384         (org-get-param): Now unused, so delete.
8385         (orgtbl-gather-send-defs): New function to
8386         gather all the SEND definitions before a table.
8387         (orgtbl-send-replace-tbl): New function to find the RECEIVE
8388         corresponding to the current name.
8389         (orgtbl-send-table): Use the previous two functions and implement
8390         multiple destinations for each table.
8392         * doc/org.texi (A LaTeX example): Note that fmt may be a
8393         one-argument function, and efmt may be a two-argument function.
8394         (Radio tables): Document multiple destinations.
8396 2008-04-27  Carsten Dominik  <dominik@science.uva.nl>
8398         * org/org-agenda.el (org-add-to-diary-list): New function.
8399         (org-prefix-has-effort): New variable.
8400         (org-sort-agenda-noeffort-is-high): New option.
8401         (org-agenda-columns-show-summaries)
8402         (org-agenda-columns-compute-summary-properties): New options.
8403         (org-format-agenda-item): Compute the duration of the item.
8404         (org-agenda-weekend-days): New variable.
8405         (org-agenda-list, org-timeline): Use the proper faces for dates in
8406         the agenda and timeline buffers.
8407         (org-agenda-archive-to-archive-sibling): New command.
8408         (org-agenda-start-with-clockreport-mode): New option.
8409         (org-agenda-clockreport-parameter-plist): New option.
8410         (org-agenda-clocktable-mode): New variable.
8411         (org-agenda-deadline-leaders): Allow a function value for the
8412         deadline leader.
8413         (org-agenda-get-deadlines): Deal with new function value.
8415         * org/org-clock.el (org-clock): New customization group.
8416         (org-clock-into-drawer, org-clock-out-when-done)
8417         (org-clock-in-switch-to-state, org-clock-heading-function):
8418         Move into the new group.
8419         (org-clock-out-remove-zero-time-clocks): New option.
8420         (org-clock-out): Use `org-clock-out-remove-zero-time-clocks'.
8421         (org-dblock-write:clocktable): Allow a Lisp form for the scope
8422         parameter.
8423         (org-dblock-write:clocktable): Fix bug with total time calculation.
8424         (org-dblock-write:clocktable): Request the unrestricted list of files.
8425         (org-get-clocktable): New function.
8426         (org-dblock-write:clocktable): Make sure :tstart and :tend can not only
8427         be strings but also integers (an absolute day number) and lists (m d y).
8429         * org/org-colview.el (org-columns-next-allowed-value)
8430         (org-columns-edit-value): Limit the effort for updating in the
8431         agenda to recomputing a single file.
8432         (org-columns-compute): Only write property value if it has changed.
8433         This avoids raising the buffer-change-flag unnecessarily.
8434         (org-agenda-colview-summarize)
8435         (org-agenda-colview-compute): New functions.
8436         (org-agenda-columns): Call `org-agenda-colview-summarize'.
8438         * org/org-exp.el (org-export-run-in-background): New option.
8439         (org-export-icalendar): Allow a batch process to trigger waiting
8440         after executing a system command.
8441         (org-export-preprocess-string): Rename from
8442         `org-cleaned-string-for-export'.
8443         (org-export-html-style): Made target class look like normal text.
8444         (org-export-as-html): Make use of the better preprocessing in
8445         `org-cleaned-string-for-export'.
8446         (org-cleaned-string-for-export): Better treatment of heuristic
8447         targets, many more internal links will now work in HTML export.
8448         (org-get-current-options): Incorporate LINK_UP, LINK_HOME, and INFOJS.
8449         (org-export-inbuffer-options-extra): New variable.
8450         (org-export-options-filters): New hook.
8451         (org-infile-export-plist): Find also the settings keywords in
8452         `org-export-inbuffer-options-extra'.
8453         (org-infile-export-plist): Allow multiple #+OPTIONS lines and
8454         multiple #+INFOJS_OPT lines.
8455         (org-export-html-handle-js-options): New function.
8456         (org-export-html-infojs-setup): New option.
8457         (org-export-as-html): Call `org-export-html-handle-js-options'.
8458         Add autoload to all entry points.
8459         (org-skip-comments): Function removed.
8461         * org/org-table.el (org-table-make-reference): Extra parenthesis
8462         around single fields, to make sure that algebraic formulas get
8463         correctly interpreted by calc.
8464         (org-table-current-column): No longer interactive.
8466         * org/org-export-latex.el (org-export-latex-preprocess):
8467         Rename from `org-export-latex-cleaned-string'.
8469 2008-04-27  Bastien Guerry  <bzg@altern.org>
8471         * org/org-publish.el (org-publish-get-base-files-1): New function.
8472         (org-publish-get-base-files): Use it.
8473         (org-publish-temp-files): New variable.
8474         Don't require 'dired-aux anymore.
8475         (org-publish-initial-buffer): New variable.
8476         (org-publish-org-to, org-publish): Use it.
8477         (org-publish-get-base-files-1): Bug fix: get
8478         the proper list of files when recursing thru a directory.
8479         (org-publish-get-base-files): Use the :exclude property to skip
8480         both files and directories.
8482 2008-04-27  Michael Albinus  <michael.albinus@gmx.de>
8484         * net/tramp.el (tramp-handle-make-symbolic-link)
8485         (tramp-handle-file-name-directory)
8486         (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
8487         (tramp-do-copy-or-rename-file-directly)
8488         (tramp-handle-insert-directory, tramp-handle-expand-file-name)
8489         (tramp-handle-substitute-in-file-name)
8490         (tramp-handle-insert-file-contents, tramp-handle-write-region)
8491         * net/tramp-cache.el (tramp-get-file-property)
8492         (tramp-set-file-property, tramp-flush-file-property)
8493         (tramp-flush-directory-property)
8494         * net/tramp-compat.el (tramp-compat-make-temp-file)
8495         * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
8496         Disable `file-name-handler-alist' when handling localname.
8497         It could have a remote file syntax, like a VMS file name.
8499 2008-04-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8501         * whitespace.el: New version 11.1.
8502         (whitespace-trailing-regexp): Option fix, now trailing regexp must be
8503         enclosed by \\( and \\)$.  Docstring fix.
8504         (whitespace-trailing-regexp): Fun removed.
8505         (whitespace-report-list): Const initialization fix.
8506         (whitespace-color-on): Code fix.
8508 2008-04-27  Andreas Schwab  <schwab@suse.de>
8510         * Makefile.el: Unbreak bootstrap.
8512 2008-04-27  Michael Albinus  <michael.albinus@gmx.de>
8514         * net/tramp.el (tramp-replace-environment-variables): New defun.
8515         (tramp-handle-substitute-in-file-name, tramp-file-name-handler):
8516         Use it.
8518 2008-04-27  Glenn Morris  <rgm@gnu.org>
8520         * emacs-lisp/bytecomp.el (byte-compile-file): Doc fix.
8522         * calculator.el (calculator-expt): Replace cl function `oddp'.
8524 2008-04-27  Johan BockgÃ¥rd  <bojohan@gnu.org>
8526         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
8527         Simplify.  Collect `defun' and `autoload' entries.
8528         Avoid modifying load-history.
8530 2008-04-26  Glenn Morris  <rgm@gnu.org>
8532         * textmodes/ispell.el (ispell-insert-word): Revert previous change.
8534         * simple.el (quoted-insert, zap-to-char): Revert previous change.
8536 2008-04-26  John Paul Wallington  <jpw@pobox.com>
8538         * hexl.el (hexl-mode): Stash `eldoc-documentation-function' in
8539         `hexl-mode-old-eldoc-documentation-function'.
8540         (hexl-mode-exit): Restore it.
8541         (hexl-mode-old-eldoc-documentation-function): Declare for compiler.
8543         * w32-fns.el (top-level): Don't set `completion-ignore-case' to t.
8545 2008-04-26  Juanma Barranquero  <lekktu@gmail.com>
8547         * minibuffer.el (completion-pcm-word-delimiters): Add :group.
8548         (completion-pcm--all-completions): Doc fix.
8549         (completion-styles-alist, completion-all-completions):
8550         Fix typos in docstrings.
8552 2008-04-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8554         * whitespace.el: There is now only one variable (whitespace-style) to
8555         specify which kind of blank is visualized.  Doc and docstring fix.
8556         New version 11.0.
8557         (whitespace-style): New option, replace whitespace-style-mark and
8558         whitespace-style-color.
8559         (whitespace-style-mark, whitespace-style-color): Options removed.
8560         (whitespace-hspace, whitespace-tab, whitespace-newline)
8561         (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
8562         (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
8563         (whitespace-hspace-regexp, whitespace-space-regexp)
8564         (whitespace-tab-regexp, whitespace-trailing-regexp)
8565         (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
8566         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
8567         (whitespace-space-after-tab-regexp, whitespace-line-column)
8568         (whitespace-display-mappings, whitespace-report): Docstring fix.
8569         (whitespace-color-value-list, whitespace-mark-value-list)
8570         (whitespace-active-color, whitespace-active-mark)
8571         (whitespace-toggle-color, whitespace-toggle-mark): Vars removed.
8572         (whitespace-style-value-list, whitespace-active-style)
8573         (whitespace-toggle-style): New vars.
8574         (whitespace-toggle-option-alist, whitespace-help-text):
8575         Var initialization and docstring fix.
8576         (whitespace-toggle-options, global-whitespace-toggle-options)
8577         (whitespace-cleanup, whitespace-cleanup-region)
8578         (whitespace-report-region, whitespace-interactive-char)
8579         (whitespace-toggle-list): Docstring and code fix.
8580         (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
8581         (whitespace-turn-off, whitespace-color-on, whitespace-color-off)
8582         (whitespace-display-char-on, whitespace-display-char-off): Code fix.
8583         (whitespace-style-face-p, whitespace-style-mark-p): New fun.
8585 2008-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8587         * diff-mode.el (diff-hunk-header-re-unified): Allow elided line counts.
8588         (diff-end-of-hunk, diff-unified->context, diff-fixup-modifs)
8589         (diff-sanity-check-hunk): Adjust code accordingly.
8591 2008-04-26  Glenn Morris  <rgm@gnu.org>
8593         * abbrev.el (define-abbrev): Don't use `iff' in doc-strings.
8595         * forms-d2.dat: Move to ../etc.
8596         * forms-d2.el (forms-file): Adapt for above change.
8598         * simple.el (quoted-insert, zap-to-char): Remove uses of obsolete
8599         `translation-table-for-input'.
8601         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): New function.
8602         (byte-compile-obsolete, byte-compile-variable-ref): Use it.
8604         * progmodes/fortran.el (fortran-mode-syntax-table): Change `;'
8605         to punctuation now it's not needed for abbrevs.
8606         (fortran-mode-abbrev-table): Remove defvar, make use of new
8607         define-abbrev-table :regexp feature.
8609         * textmodes/ispell.el (ispell-insert-word): Remove, and replace with
8610         insert, now that translation-table-for-input is not needed.
8612 2008-04-26  Johannes Weiner  <hannes@saeurebad.de>
8614         * emacs-lisp/pp.el (pp-display-expression): New function,
8615         extracted from pp-eval-expression.
8616         (pp-eval-expression): Use pp-display-expression.
8617         (pp-macroexpand-expression, pp-macroexpand-last-sexp): New functions.
8618         (pp-last-sexp): New function, extracted from pp-eval-last-sexp.
8619         (pp-eval-last-sexp): Use pp-last-sexp.
8621 2008-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8623         * abbrev.el (define-abbrev-table): Apply props even if the table
8624         exists already.
8626         * minibuffer.el (completion-table-with-context): Fix `pred' for the
8627         various kinds of completion tables.
8628         (completion-emacs22-try-completion): Place cursor after the /, as was
8629         done in Emacs-22's minibuffer-complete-word.
8630         Fix bug reported by David Hansen <david.hansen@gmx.net>.
8631         (completion-emacs22-try-completion): Merge all mergeable text rather
8632         than just /.
8633         (completion-pcm--delim-wild-regex): New var.
8634         (completion-pcm-word-delimiters): New custom.
8635         (completion-pcm--prepare-delim-re, completion-pcm--pattern-trivial-p)
8636         (completion-pcm--string->pattern, completion-pcm--pattern->regex)
8637         (completion-pcm--all-completions, completion-pcm-all-completions)
8638         (completion-pcm--merge-completions, completion-pcm--pattern->string)
8639         (completion-pcm-try-completion): New functions.
8640         (completion-styles-alist): Add them.
8641         (completion-styles): Add it to the default.
8643 2008-04-25  Nick Roberts  <nickrob@snap.net.nz>
8645         * progmodes/gdb-ui.el (gud-watch): Don't create speedbar...
8646         (gdb-var-create-handler): ...until here when there are values.
8647         (gdb-post-prompt): Don't do -var-update with no watch expressions.
8648         (gdb-info-locals-handler): Don't match "struct {...}" as an array.
8650 2008-04-25  Eli Zaretskii  <eliz@gnu.org>
8652         * ls-lisp.el (ls-lisp-format): Fix last change.
8653         (ls-lisp-uid-d-fmt, ls-lisp-uid-s-fmt, ls-lisp-gid-d-fmt)
8654         (ls-lisp-gid-s-fmt, ls-lisp-filesize-d-fmt)
8655         (ls-lisp-filesize-f-fmt): New defvars.
8656         (ls-lisp-insert-directory): Dynamically compute format specifiers
8657         for displaying UID, GID, and file size, and store them in the
8658         above variables.
8659         (ls-lisp-format): Use ls-lisp-filesize-f-fmt, ls-lisp-uid-s-fmt,
8660         ls-lisp-uid-d-fmt, ls-lisp-gid-s-fmt, and ls-lisp-gid-d-fmt
8661         instead of constant format strings.
8662         (ls-lisp-format-file-size): Use ls-lisp-filesize-f-fmt and
8663         ls-lisp-filesize-d-fmt instead of constant format strings.
8665 2008-04-24  Nick Roberts  <nickrob@snap.net.nz>
8667         * progmodes/gdb-ui.el (gdb-invalidate-assembler): Compare numeric
8668         value of addresses rather than (partial) string value.
8669         (gdb-frame-handler): Change regexp according to above change.
8670         (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
8671         (gdb-registers-mode, gdb-memory-mode, gdb-locals-mode)
8672         (gdb-assembler-mode): Disable undo in these buffers.
8674 2008-04-24  Michael Albinus  <michael.albinus@gmx.de>
8676         * net/tramp.el (tramp-get-remote-stat): Test whether stat supports %s.
8677         Reported by Loris Bennett <loris.bennett@fu-berlin.de>.
8679 2008-04-24  Sam Steingold  <sds@gnu.org>
8681         * textmodes/remember.el (remember-diary-extract-entries): Use
8682         diary-make-entry instead of the obsolete make-diary-entry.
8684 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8686         * subr.el (translation-table-for-input): Mark as obsolete.
8688         * isearch.el (isearch-search-string): Avoid string-bytes and aset.
8690         * international/quail.el (quail-build-decode-map): Avoid string-bytes.
8692         * textmodes/ispell.el (ispell-dictionary-alist-1)
8693         (ispell-dictionary-alist-2, ispell-dictionary-alist-3)
8694         (ispell-dictionary-alist-4, ispell-dictionary-alist-5)
8695         (ispell-dictionary-alist-6): Remove.
8696         (ispell-dictionary-base-alist): New var, merges the above.
8697         (ispell-find-aspell-dictionaries, ispell-set-spellchecker-params):
8698         Use it.
8699         (ispell-dictionary-alist): Default to nil.  Remove autoload.
8700         (ispell-local-dictionary-alist): Remove autoload.
8702         * progmodes/f90.el (f90-mode-syntax-table): Don't set ` as word syntax.
8703         (f90-mode-abbrev-table): Use the new :regexp feature.
8704         Merge defvar and mapc into define-abbrev-table.
8705         (f90-imenu-type-matcher): Remove unused `l'.
8706         (f90-imenu-generic-expression): Remove unused `not-ib'.
8707         (f90-prepare-abbrev-list-buffer): Use with-current-buffer.
8708         (f90-change-keywords): Use restore-buffer-modified-p.
8710 2008-04-24  Glenn Morris  <rgm@gnu.org>
8712         * net/goto-addr.el (goto-address-prog-mode):
8713         * progmodes/bug-reference.el (bug-reference-prog-mode):
8714         Define for compiler.
8716         * minibuffer.el (x-file-dialog): Declare as function.
8718         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file): Use
8719         dframe-update-speed rather than obsolete alias speedbar-update-speed.
8721         * calendar/cal-menu.el (cal-menu-diary-menu): Fix typo.
8722         (cal-menu-scroll-menu): Use commands rather than key macros, which don't
8723         work with easymenu.  Add :keys where needed.
8725         * calendar/cal-move.el (calendar-scroll-left): Handle case when
8726         event-start is nil.
8728         * calendar/calendar.el (calendar-mode-map): Fix typo.
8730 2008-04-24  Tom Tromey  <tromey@redhat.com>
8732         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
8733         Document keywords.  Add :suppress.
8734         * pcvs-defs.el (cvs-mode-map): Use :suppress.
8736         * net/goto-addr.el (goto-address-unfontify): New function.
8737         (goto-address-fontify): Use it.  Respect goto-address-prog-mode.
8738         (goto-address-fontify-region, goto-address-mode)
8739         (goto-address-prog-mode): New functions.
8741         * progmodes/bug-reference.el: New file.
8743 2008-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8745         * term/mac-win.el (mac-ts-active-input-buf): Move defvar to macterm.c.
8747 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8749         * emacs-lisp/easymenu.el (easy-menu-make-symbol): Don't wrap keyboard
8750         macros within lambdas.
8752 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8754         * minibuffer.el (completion-try-completion): Add `point' argument.
8755         Change return value.
8756         (completion-all-completions): Add `point' argument.
8757         (minibuffer-completion-help): Pass the new `point' argument.
8758         (completion--do-completion): Pass the whole field to try-completion.
8759         (completion--try-word-completion): Rewrite, making fewer assumptions.
8760         (completion-emacs21-try-completion, completion-emacs21-all-completions)
8761         (completion-emacs22-try-completion, completion-emacs22-all-completions)
8762         (completion-basic-try-completion, completion-basic-all-completions):
8763         New functions.
8764         (completion-styles-alist): Use them.
8766 2008-04-23  Agustín Martín  <agustin.martin@hispalinux.es>
8768         * textmodes/ispell.el (ispell-set-spellchecker-params):
8769         New function to make sure right params and dictionary alists are used
8770         after spellchecker changes.
8771         (ispell-aspell-dictionary-alist, ispell-last-program-name)
8772         (ispell-initialize-spellchecker-hook): New variables and hook.
8773         (ispell-find-aspell-dictionaries): Use ispell-aspell-dictionary-alist.
8774         (ispell-maybe-find-aspell-dictionaries): Remove.
8775         Calls replaced by (ispell-set-spellchecker-params) calls.
8776         (ispell-have-aspell-dictionaries): Remove.
8778         * textmodes/flyspell.el: Replace ispell-maybe-find-aspell-dictionaries
8779         by ispell-set-spellchecker-params.
8781 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8783         * complete.el (PC-do-completion): Be more robust in the presence of
8784         unexpected values in minibuffer-completion-predicate.
8786         * minibuffer.el (read-file-name): Don't let-bind default-directory.
8787         Only abbreviate default-filename if it's a file.
8789         * minibuffer.el (read-file-name-function, read-file-name-predicate)
8790         (read-file-name-completion-ignore-case, insert-default-directory):
8791         New vars, moved from fileio.c.
8792         (read-file-name): New fun, moved from fileio.c.
8793         * cus-start.el: Remove insert-default-directory and
8794         read-file-name-completion-ignore-case.
8796 2008-04-23  Magnus Henoch  <mange@freemail.hu>
8798         * tar-mode.el (tar-untar-buffer): If the entry has directory
8799         link type, extract it as a directory even if its file name doesn't
8800         end with a slash.  Fixes extraction of NetBSD tar archives.
8802 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8804         * server.el (server-start): Also don't get confused by CRs since we
8805         don't quote them.
8807 2008-04-23  Nick Roberts  <nickrob@snap.net.nz>
8809         * progmodes/gdb-ui.el (gdb-init-buffer): New function.
8810         (gdb-set-gud-minor-mode-existing-buffers)
8811         (gdb-info-breakpoints-custom, gdb-get-location)
8812         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
8813         Previously gdb-create-define-alist wasn't always run and added to
8814         after-save-hook.
8816         * progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer.
8818 2008-04-23  Kevin Ryde  <user42@zip.com.au>
8820         * progmodes/make-mode.el (makefile-fill-paragraph): Treat indented
8821         comments like unindented ones.
8823 2008-04-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8825         * term/mac-win.el (mac-ae-open-documents): Adjust selection range
8826         parameter origins.
8828 2008-04-23  Kevin Ryde  <user42@zip.com.au>
8830         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
8831         Bind print-level to ensure output forms aren't truncated if
8832         print-level is set to eval-expression-print-level when going via
8833         eval-defun and friends, or has been otherwise fiddled with.
8835 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8837         * progmodes/cc-mode.el (c-basic-common-init): Don't set
8838         font-lock-extend-after-change-region-function globally.
8840 2008-04-23  Juanma Barranquero  <lekktu@gmail.com>
8842         * speedbar.el (speedbar-use-tool-tips-flag)
8843         (speedbar-ignored-directory-regexp, speedbar-file-unshown-regexp)
8844         (speedbar-file-regexp, speedbar-message, speedbar-item-info)
8845         (speedbar-files-item-info, speedbar-maybe-add-localized-support)
8846         (speedbar-insert-files-at-point, speedbar-dynamic-tags-function-list)
8847         (speedbar-generic-list-positioned-group-p, speedbar-insert-generic-list)
8848         (speedbar-fetch-replacement-function, speedbar-extract-one-symbol)
8849         (speedbar-separator-face): Fix typos in docstrings.
8850         (speedbar-stealthy-function-list, speedbar-verbosity-level)
8851         (speedbar-supported-extension-expressions, speedbar-update-current-file)
8852         (speedbar-add-indicator, speedbar-tag-expand): Reflow docstring.
8853         (speedbar-use-imenu-flag, speedbar-ignored-directory-expressions)
8854         (speedbar-directory-unshown-regexp, speedbar-handle-delete-frame)
8855         (speedbar-show-info-under-mouse, speedbar-directory-buttons)
8856         (speedbar-check-vc-this-line, speedbar-files-line-directory)
8857         (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
8858         (speedbar-buffers-line-directory, speedbar-recenter-to-top)
8859         (speedbar-recenter): Doc fixes.
8860         (speedbar-update-speed, speedbar-navigating-speed): Add obsolescence
8861         declaration and remove redundant info in docstring.
8863 2008-04-23  Dan Nicolaescu  <dann@ics.uci.edu>
8865         * vc-git.el (vc-git-status-printer): Deal with directories.
8867         * vc.el (vc-next-action): Look at more than the first file to
8868         determine the state.
8870 2008-04-23  Glenn Morris  <rgm@gnu.org>
8872         * dframe.el (dframe-have-timer-flag): Drop support for Emacs without
8873         timers.  Doc fix.
8874         (dframe-update-speed): Drop support for XEmacs < 20.
8875         (dframe-frame-mode): Drop support for Emacs < 20.
8876         (dframe-set-timer-internal): Drop support for Emacs without timers.
8877         (dframe-popup-kludge): Use mouse-menu-major-mode-map if defined.
8879         * ediff-init.el (ediff-check-version): Drop support for very old Emacs
8880         versions.  Add doc-string.  Mark as obsolete.
8882         * ps-def.el (ps-color-device): Drop support for XEmacs < 19.12.
8884         * speedbar.el (speedbar-use-tool-tips-flag): Check for tooltip-mode,
8885         rather than using an Emacs version test.
8887         * tree-widget.el (tree-widget-image-enable): Use display-images-p
8888         rather than an Emacs version test.
8890         * calendar/cal-china.el (holiday-chinese-qingming)
8891         (holiday-chinese-winter-solstice, holiday-chinese): New functions.
8892         * calendar/calendar.el (calendar-chinese-all-holidays-flag): New.
8893         * calendar/holidays.el (holiday-oriental-holidays): Add more holidays.
8895         * calendar/cal-islam.el (holiday-islamic): Doc fix.
8897         * calendar/diary-lib.el (diary-list-sexp-entries): Doc fix.
8898         (diary-remind): Allow negative DAYS to represent a range 1:DAYS.
8899         Suggested by Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
8901 2008-04-23  Nick Roberts  <nickrob@snap.net.nz>
8903         * progmodes/gdb-ui.el (gdb-previous-frame-address): Rename...
8904         (gdb-previous-frame-pc-address): ...to this.
8905         (gdb-get-selected-frame): Use MI command -stack-info-frame instead
8906         of "info frame" with Gdb 6.4+.
8907         (gdb-stack-list-frames-regexp): New regexp.
8908         (gdb-frame-handler-1): Parse output of -stack-info-frame.
8910 2008-04-22  David Glasser  <glasser@davidglasser.net>  (tiny change)
8912         * tar-mode.el (tar-prefix-offset): New constant.
8913         (tar-header-block-tokenize): Support paths with long names
8914         which use the "ustar" standard.
8916 2008-04-22  Mathias Dahl  <mathias.dahl@gmail.com>
8918         * image-dired.el (image-dired-track-original-file)
8919         (image-dired-modify-mark-on-thumb-original-file):
8920         Use `dired-goto-file' instead of `search-forward'.  This solves
8921         a bug with finding files where the file name is a subset of other
8922         file names.  Doc fix.
8924 2008-04-22  Juri Linkov  <juri@jurta.org>
8926         * menu-bar.el (buffers-menu-max-size): Move its definition down to
8927         the "Buffers Menu" section.  Change group name `mouse' to `menu'.
8928         (yank-menu-length): Change group name `mouse' to `menu'.
8929         (buffers-menu-buffer-name-length): New user option.
8930         (menu-bar-update-buffers): Use buffers-menu-buffer-name-length
8931         instead of the hard-coded number 27.
8933 2008-04-22  Juri Linkov  <juri@jurta.org>
8935         * isearch.el (eval-when-compile): Require `help-macro'.
8936         (isearch-help-for-help-internal): Isearch specific Help screen
8937         created by `make-help-screen'.
8938         (isearch-help-map): New variable that binds "b", "k", "m" to
8939         isearch-specific commands, and binds other keys to
8940         isearch-other-control-char, thus allowing other Help keys to
8941         exit isearch mode and execute their global definitions.
8942         (isearch-help-for-help, isearch-describe-bindings)
8943         (isearch-describe-key, isearch-describe-mode): New commands.
8944         (isearch-mode-help): Define alias to isearch-describe-mode
8945         and remove its old function definition.
8946         (isearch-mode-map): Bind "\C-h" to isearch-help-map.
8947         Remove old comments because this issue is settled now.
8948         (isearch-forward): Describe three new Help commands in the docstring.
8949         (isearch-mode): Remove \\{isearch-mode-map} from the docstring,
8950         leave the single sentence at the first line of the docstring,
8951         and prepend the word "function" before `isearch-forward'
8952         to make the Help link to the function instead of variable.
8954 2008-04-22  Juri Linkov  <juri@jurta.org>
8956         * isearch.el (isearch-success-function): New variable with default
8957         to `isearch-success-function-default'.
8958         (isearch-search): Call a function from `isearch-success-function'
8959         instead of calling the hard-coded `isearch-range-invisible'.
8960         (isearch-success-function-default): New function that calls
8961         `isearch-range-invisible' and inverts its return value.
8963         * info.el (Info-search): In two similar places that skip
8964         undesired search matches move code to Info-search-success-function,
8965         and call `isearch-success-function' instead.
8966         (Info-search-success-function): New function copied from code
8967         in Info-search.  Replace isearch-range-invisible with
8968         text-property-not-all that checks for 'invisible and 'display
8969         properties to skip partially invisible matches (whose display
8970         properties were set by Info-fontify-node).
8971         (Info-mode): Set buffer-local isearch-success-function
8972         to Info-search-success-function.
8974 2008-04-22  Juri Linkov  <juri@jurta.org>
8976         * minibuffer.el (internal-complete-buffer-except): New function.
8978         * files.el (read-buffer-to-switch): New function.
8979         (switch-to-buffer-other-window, switch-to-buffer-other-frame):
8980         Change interactive spec to call read-buffer-to-switch instead of
8981         using the letter "B".
8983         * simple.el (minibuffer-default-add-shell-commands): New function.
8984         Use declare-function for mailcap-file-default-commands from "mailcap".
8985         (shell-command): Set local minibuffer-default-add-function to
8986         minibuffer-default-add-shell-commands in minibuffer-with-setup-hook
8987         before calling read-shell-command.  Set 4th arg default-value of
8988         read-shell-command to relative buffer-file-name in file buffers.
8990         * dired-aux.el (dired-read-shell-command-default): Move it to
8991         gnus/mailcap.el and change its name to more general name
8992         mailcap-file-default-commands.
8993         (minibuffer-default-add-dired-shell-commands): New function.
8994         Use declare-function for mailcap-file-default-commands from "mailcap".
8995         (dired-read-shell-command): Set local minibuffer-default-add-function
8996         to minibuffer-default-add-dired-shell-commands in minibuffer-with-setup-hook
8997         before calling read-shell-command.  Remove dired-read-shell-command-default
8998         from the default value arg because default values are not set in
8999         minibuffer-default-add-dired-shell-commands.  Doc fix.
9001         * dired-x.el (dired-smart-shell-command): Sync arguments and
9002         interactive spec with changes in `shell-command'.
9003         Use dired-get-filename to get the dired file name at point
9004         as the default value in dired mode.
9006 2008-04-22  Juanma Barranquero  <lekktu@gmail.com>
9008         * info.el (Info-complete-menu-item): Add missing parenthesis.
9010 2008-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9012         * info.el (Info-complete-menu-item): Save point.
9014 2008-04-22  Juanma Barranquero  <lekktu@gmail.com>
9016         * minibuffer.el (minibuffer-complete-and-exit): Fix last change.
9018 2008-04-22  Andreas Schwab  <schwab@suse.de>
9020         * Makefile.in (emacs-deps): Define.
9021         Use it instead of $(lisp)/subdirs.el.
9023 2008-04-22  Dan Nicolaescu  <dann@ics.uci.edu>
9025         * vc.el (vc-next-action): Do not consider directories when
9026         checking for state compatibility.
9027         (vc-transfer-file): Use when not if.
9028         (vc-dir-parent-marked-p, vc-dir-children-marked-p): New functions.
9029         (vc-dir-mark-file): Use them.
9030         (vc-deduce-fileset): Also return the backend.
9031         (vc-diff-internal): Take as argument the value returned by
9032         vc-deduce-fileset instead of just the fileset.
9033         (vc-next-action, vc-finish-logentry, vc-version-diff, vc-diff)
9034         (vc-dir-mark-file, vc-print-log, vc-revert, vc-rollback)
9035         (vc-update): Update the vc-deduce-fileset and vc-diff-internal calls.
9037 2008-04-22  Tassilo Horn  <tassilo@member.fsf.org>
9039         * doc-view.el (doc-view-scroll-up-or-next-page): Don't use
9040         set-window-vscroll but image-scroll-down.  Fixes a bug where a
9041         command following SPC scrolled up again.
9043 2008-04-22  Nick Roberts  <nickrob@snap.net.nz>
9045         * progmodes/gdb-ui.el (gdb-locals-header): New variable.
9046         (gdb-locals-mode, gdb-registers-mode): Use it for header line.
9047         (gud-watch): Add "$" prefix when in registers buffer.
9049 2008-04-22  Glenn Morris  <rgm@gnu.org>
9051         * progmodes/gdb-ui.el (gdbmi-invalidate-frames): Declare as function.
9053         * whitespace.el (whitespace-display-table)
9054         (whitespace-display-table-was-local): Move definitions before use.
9056         * emacs-lisp/copyright.el (copyright-at-end-flag): New option.
9057         (copyright-limit): Respect copyright-at-end-flag.
9058         (copyright-re-search, copyright-start-point)
9059         (copyright-offset-too-large-p): New functions.
9060         (copyright-update-year): Use copyright-re-search.
9061         (copyright-update, copyright-fix-years): Use copyright-start-point,
9062         and copyright-re-search.
9063         (copyright): Use copyright-offset-too-large-p.
9064         * add-log.el (change-log-mode): Set copyright-at-end-flag.
9066         * add-log.el (top-level): Require 'cl when compiling.
9068 2008-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9070         * complete.el (PC-complete-as-file-name, PC-read-file-name-internal):
9071         Treat minibuffer-completion-predicate as a predicate.
9073         * minibuffer.el (completion--file-name-table): Accept both the old
9074         `dir' arg or the new `pred' arg.
9076         * ffap.el (ffap-read-file-or-url): Do not abuse completing-read's
9077         `predicate' argument to pass non-predicate data.
9078         (ffap-read-url-internal, ffap-read-file-or-url-internal):
9079         Use second arg as proper predicate.
9081         * vc-bzr.el (vc-bzr-complete-with-prefix): Remove.
9082         (vc-bzr-revision-completion-table): Use completion-table-with-context
9083         instead.
9085         * simple.el (choose-completion-string): Use minibuffer-completion-table.
9087 2008-04-21  Chong Yidong  <cyd@stupidchicken.com>
9089         * term.el (term-emulate-terminal): Perform redisplay after the
9090         process filter has finished running.
9092 2008-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9094         * vc.el (vc-dir): Use pop-to-buffer, so it can be customized.
9096         * minibuffer.el (completion-try-completion): Change magic symbol
9097         property name.  Rename from minibuffer-try-completion.
9098         (completion-all-completions): Rename from minibuffer-all-completions.
9099         Remove hide-spaces argument.
9100         (completion--do-completion): Rename from minibuffer--do-completion.
9101         (minibuffer-complete-and-exit): Call just try-completion rather than
9102         completion-try-completion to fix up the case.
9103         (completion--try-word-completion): Try to add space or hyphen before
9104         making `string' a prefix of `completion'.
9105         (completion--insert-strings): Rename from minibuffer--insert-strings.
9107 2008-04-22  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
9109         * net/tls.el (tls-program): Add -ign_eof argument to call the
9110         openssl commands.
9111         (tls-checktrust): Ditto.
9113 2008-04-21  Dan Nicolaescu  <dann@ics.uci.edu>
9115         * vc-cvs.el (vc-cvs-status-extra-headers): New function.
9117         * vc-hooks.el (vc-insert-file, vc-state, vc-working-revision)
9118         (vc-check-master-templates, vc-file-not-found-hook)
9119         (vc-kill-buffer-hook):
9120         * vc.el (vc-process-sentinel, vc-exec-after, vc-do-command)
9121         (vc-find-position-by-context, vc-buffer-context)
9122         (vc-restore-buffer-context, vc-responsible-backend)
9123         (vc-expand-dirs, vc-ensure-vc-buffer, vc-buffer-sync)
9124         (vc-next-action, vc-register, vc-register-with, vc-steal-lock)
9125         (vc-finish-logentry, vc-coding-system-for-diff, vc-switches)
9126         (vc-version-diff, vc-diff, vc-insert-headers)
9127         (vc-dired-buffers-for-dir, vc-dired-resynch-file)
9128         (vc-snapshot-precondition, vc-create-snapshot, vc-print-log)
9129         (vc-revert, vc-rollback, vc-version-backup-file)
9130         (vc-rename-master, vc-delete-file, vc-rename-file)
9131         (vc-branch-part, vc-default-retrieve-snapshot)
9132         (vc-annotate-display-autoscale, vc-annotate-display-select)
9133         (vc-annotate, vc-annotate-warp-revision, vc-annotate-difference)
9134         (vc-annotate-lines, vc-file-tree-walk-internal): Use when instead of if.
9135         (vc-dir-update): Handle directories.
9136         (vc-default-status-printer): Simplify.
9138         * progmodes/asm-mode.el (asm-mode-map):
9139         * progmodes/hideif.el (hide-ifdef-mode-menu): Add :help.
9141         * progmodes/m4-mode.el (m4-mode-map): Add menu.
9143 2008-04-21  Kenichi Handa  <handa@m17n.org>
9145         * select.el (xselect-convert-to-string): Send a C_STRING only if
9146         the polymorphic target TEXT is requested.
9148 2008-04-21  Juanma Barranquero  <lekktu@gmail.com>
9150         * minibuffer.el (completion-setup-hook, display-completion-list)
9151         (completion--file-name-table): Fix typos in docstrings.
9152         (completion-table-dynamic): Fix typo, and reflow docstring.
9154 2008-04-20  Andreas Schwab  <schwab@suse.de>
9156         * server.el (server-switch-buffer): Also consider clients in the
9157         selected frame.
9159 2008-04-19  Nick Roberts  <nickrob@snap.net.nz>
9161         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
9162         Select window clicked on first.
9163         (gdb): Display thread number in mode-line.
9164         (gdb-make-header-line-mouse-map): Move to avoid byte compiler warnings.
9165         (gdb-breakpoints-header): New variable.
9166         (gdb-breakpoints-mode, gdb-threads-mode): Use it for header line.
9168 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9170         * vc-sccs.el (vc-sccs-do-command): New fun.  Use the "sccs" command.
9171         (vc-sccs-register, vc-sccs-checkin, vc-sccs-find-revision)
9172         (vc-sccs-checkout, vc-sccs-rollback, vc-sccs-revert)
9173         (vc-sccs-steal-lock, vc-sccs-modify-change-comment)
9174         (vc-sccs-print-log): Use it.
9176         * vc-hooks.el (vc-path): Remove SCCS-specific hack.
9178         * emacs-lisp/lisp-mode.el (lisp-mode-auto-fill): Make it an alias.
9179         * progmodes/scheme.el (scheme-mode-variables): Don't use it.
9181         * tooltip.el (tooltip-previous-message): New var.
9182         (tooltip-show-help-non-mode): Rewrite to better follow the behavior of
9183         the C code (avoid overwriting a minibuffer, restore previous echo
9184         message, ...).
9185         (tooltip-delay, tooltip-process-prompt-regexp, tooltip-strip-prompt):
9186         Simplify.
9188 2008-04-19  Nick Roberts  <nickrob@snap.net.nz>
9190         * progmodes/gdb-ui.el (gdb-thread-indicator): New variable.
9191         (gdb-init-1): Initialise it.
9192         (gdb-annotation-rules): New entry for "new-thread".
9193         (gdb-thread-identification): New function to customize
9194         mode-line-buffer-identification.
9195         (gdb-frames-mode, gdb-registers-mode, gdb-locals-mode)
9196         (gdb-assembler-mode): Use it.
9197         (gdb-threads-mode): Force "info threads" onto queue.
9199 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9201         * files.el (locate-file-completion-table): Rename from
9202         locate-file-completion and make it use `pred' in the normal way.
9203         (locate-file-completion): New compatibility wrapper.
9204         (load-library): Use locate-file-completion-table.
9205         * finder.el (finder-commentary):
9206         * subr.el (locate-library):
9207         * emacs-lisp/find-func.el (find-library): Likewise.
9208         * info.el: Use with-current-buffer and inhibit-read-only.
9209         (Info-read-node-name-2): Change to use `predicate' in the normal way.
9210         (Info-read-node-name-1): Adjust uses accordingly.
9212         * minibuffer.el (completion-table-with-context): Add support for `pred'.
9213         (completion-table-with-terminator): Don't use complete-with-action
9214         since we have to distinguish all three cases anyway.
9215         (completion-table-with-predicate): New function.
9216         (dynamic-completion-table): Add obsolete alias.
9218         * emacs-lisp/trace.el (trace-make-advice): Don't change selected-window.
9220 2008-04-18  Sam Steingold  <sds@gnu.org>
9222         * vc.el (vc-dir-menu-map, vc-dir-mode-map, vc-dir-tool-bar-map):
9223         Use quit-window instead of bury-buffer.
9225 2008-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9227         * minibuffer.el (completion-table-with-terminator): Fix last fix.
9229 2008-04-18  Andreas Schwab  <schwab@suse.de>
9231         * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
9232         ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
9233         Depend on $(lisp)/subdirs.el.
9235 2008-04-18  Juanma Barranquero  <lekktu@gmail.com>
9237         * descr-text.el (describe-char-after):
9238         Use `define-obsolete-function-alias'.
9240         * dired-x.el (dired-omit-files-p): Use `define-obsolete-variable-alias'.
9242         * facemenu.el (facemenu-unlisted-faces): Fix obsolescence description.
9244         * savehist.el (savehist-load): Add WHEN to obsolescence declaration.
9245         Remove redundant obsolescence info in docstring.
9247         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
9248         (vc-header-alist): Add WHEN to obsolescence declaration.
9249         (vc-state): Fix typo in docstring.
9251         * emacs-lisp/checkdoc.el (checkdoc-minor-keymap):
9252         Use `define-obsolete-variable-alias'.
9254         * emulation/tpu-edt.el (tpu-have-ispell):
9255         * international/codepage.el (codepage-setup):
9256         Fix typo in obsolescence declaration.
9258         * international/mule.el (char-coding-system-table):
9259         Remove redundant obsolescence info in docstring.
9260         (charset-list, generic-char-p, set-char-table-default):
9261         Fix typos in obsolescence declarations.
9263         * international/mule-diag.el (non-iso-charset-alist):
9264         Fix typo in obsolescence declaration.
9265         (decode-codepage-char): Remove redundant obsolescence info in docstring.
9267         * font-core.el (font-lock-defaults-alist):
9268         * font-lock.el (font-lock-reference-face):
9269         * frame.el (screen-height, screen-width, set-screen-width)
9270         (set-screen-height):
9271         * hilit-chg.el (highlight-changes-initial-state):
9272         * isearch.el (isearch-return-char):
9273         * log-edit.el (cvs-commit-buffer-require-final-newline)
9274         (cvs-changelog-full-paragraphs):
9275         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
9276         (mouse-popup-menubar-stuff):
9277         * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
9278         (mouse-wheel-click-button):
9279         * outline.el (outline-visible):
9280         * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name):
9281         * pcvs-info.el (cvs-display-full-path, cvs-fileinfo->full-path):
9282         * emacs-lisp/lisp-mode.el (lisp-comment-indent):
9283         * progmodes/compile.el (compile-internal):
9284         Add WHEN to obsolescence declarations.
9286 2008-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9288         * emacs-lisp/debug.el (debug): Revert to bury-buffer since quit-window
9289         is not better anyway.
9291 2008-04-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9293         * whitespace.el (whitespace-report-region): Handle whitespace-tab-width
9294         properly.
9296 2008-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9298         * progmodes/python.el (python-mode-map): Use abbrev-table-menu.
9299         (python-use-skeletons): Remove, unused.
9300         (python-skeletons): Remove.  Use the abbrev table instead.
9301         (python-mode-abbrev-table): Fix regexp;
9302         add enable-function and case-fixed.
9303         (def-python-skeleton): Simplify.
9304         (python-expand-template): Use the abbrev-table and abbrev-insert.
9305         (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
9306         Remove.
9307         (python-mode): Don't set pre-abbrev-expand-hook.
9309         * skeleton.el: Set coding-tag.
9311         * abbrev.el (abbrev-insert): New function extracted from expand-abbrev.
9312         (expand-abbrev): Use it.
9313         (abbrev-table-menu): New function.
9315         * abbrev.el (define-abbrev-table): Fontify dosctrings as such.
9317         * minibuffer.el (completion-table-with-terminator): Fix paren typo.
9319 2008-04-17  Sam Steingold  <sds@gnu.org>
9321         * pcvs-util.el (cvs-bury-buffer): Use quit-window instead of the
9322         idiosyncratic bury-buffer/delete-window logic.
9324 2008-04-17  Juanma Barranquero  <lekktu@gmail.com>
9326         * emacs-lisp/crm.el (crm-completion-help, crm-complete)
9327         (crm-complete-word, crm-complete-and-exit): Fix typo in previous change.
9329 2008-04-17  Kenichi Handa  <handa@m17n.org>
9331         * international/characters.el: Don't make the width of U+00AD to 0.
9333 2008-04-17  Nick Roberts  <nickrob@snap.net.nz>
9335         * progmodes/gdb-ui.el (gdb-stack-update): New variable.
9336         (gdb, gdb-starting, gdb-frames-mode): Use it.
9337         (gdb-invalidate-frames): Advise to call "info stack" only if
9338         execution has occurred.
9339         (gdb-info-breakpoints-custom): Only update overlay-arrow pointing to
9340         selected frame if no execution has occurred.
9341         (gdb-frames-force-update): New interactive function.
9342         (gdb-frames-mode-map): Bind it to "F".
9344 2008-04-17  Michael Olson  <mwolson@gnu.org>
9346         * textmodes/remember.el (remember-version): Release Remember 2.0.
9348 2008-04-16  Yoni Rabkin  <yoni@rabkins.net>
9350         * textmodes/artist.el:
9351         * progmodes/vhdl-mode.el:
9352         * progmodes/verilog-mode.el:
9353         * progmodes/vera-mode.el:
9354         * progmodes/simula.el:
9355         * progmodes/ps-mode.el:
9356         * progmodes/cmacexp.el:
9357         * obsolete/hilit19.el:
9358         * emulation/viper.el:
9359         * ediff.el: Cleanup the bug-report email addresses and make sure the
9360         maintainer is still willing to handle bug reports.
9362 2008-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
9364         * vc.el (vc-dir-kill-query): Fix thinko.
9366 2008-04-16  Glenn Morris  <rgm@gnu.org>
9368         * calendar/diary-lib.el (diary-remind): Don't clobber `date' passed
9369         by diary-sexp-entry.
9371 2008-04-16  Markus Triska  <markus.triska@gmx.at>
9373         * proced.el (proced-command-alist): Add support for darwin.
9375 2008-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9377         * proced.el (proced-mode): Redefine as just the major-mode.
9378         (proced): Separate it from proced-mode.
9380         * vc.el: Rename vc-status to vc-dir and the vc-status var to vc-ewoc.
9382 2008-04-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9384         * whitespace.el: Honor the `indent-tabs-mode' setting from user.
9385         Suggested by Stephen Deasey <sdeasey@gmail.com>.  Honor also the
9386         `tab-width' setting from user.  New version 10.0.  Doc and docstring
9387         fix.
9388         (whitespace-style, whitespace-chars): Remove options.
9389         (whitespace-style-mark): New option, replace whitespace-style deleted
9390         option.  Fix docstring.
9391         (whitespace-style-color): New option, replace whitespace-chars deleted
9392         option.  Fix docstring.
9393         (whitespace-space, whitespace-hspace, whitespace-tab)
9394         (whitespace-newline, whitespace-trailing, whitespace-line)
9395         (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
9396         (whitespace-space-after-tab, whitespace-hspace-regexp)
9397         (whitespace-space-regexp, whitespace-tab-regexp)
9398         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
9399         (whitespace-empty-at-eob-regexp, whitespace-line-column)
9400         (whitespace-toggle-option-alist): Fix docstring.
9401         (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
9402         (whitespace-space-after-tab-regexp, whitespace-display-mappings): Fix
9403         docstring and initialization.
9404         (global-whitespace-mode): Autoloaded global minor mode.
9405         (whitespace-chars-value-list, whitespace-style-value-list)
9406         (whitespace-active-chars, whitespace-active-style)
9407         (whitespace-toggle-chars, whitespace-toggle-style): Remove vars.
9408         (whitespace-color-value-list): New var, replace
9409         whitespace-chars-value-list removed var.
9410         (whitespace-mark-value-list): New var, replace
9411         whitespace-style-value-list removed var.
9412         (whitespace-active-color): New var, replace whitespace-active-chars
9413         removed var.
9414         (whitespace-active-mark): New var, replace whitespace-active-style
9415         removed var.
9416         (whitespace-toggle-color): New var, replace whitespace-toggle-chars
9417         removed var.
9418         (whitespace-toggle-mark): New var, replace whitespace-toggle-style
9419         removed var.
9420         (whitespace-toggle-option-alist, whitespace-report-list)
9421         (whitespace-report-text, whitespace-help-text): Fix initialization.
9422         (whitespace-indent-tabs-mode, whitespace-tab-width): New vars.
9423         (whitespace-toggle-options, global-whitespace-toggle-options)
9424         (whitespace-cleanup-region, whitespace-report-region)
9425         (whitespace-interactive-char): Fix docstring and code.
9426         (whitespace-cleanup, whitespace-report): Fix docstring.
9427         (whitespace-replace-spaces-by-tabs): Remove fun.
9428         (whitespace-replace-action): New fun, replace
9429         whitespace-replace-spaces-by-tabs removed fun.
9430         (whitespace-regexp, whitespace-indentation-regexp)
9431         (whitespace-space-after-tab-regexp, whitespace-insert-value)
9432         (whitespace-kill-buffer): New funs.
9433         (whitespace-insert-option-mark, whitespace-help-on)
9434         (whitespace-help-off, whitespace-turn-on, whitespace-turn-off)
9435         (whitespace-color-on, whitespace-color-off)
9436         (whitespace-display-char-on): Fix code.
9438 2008-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9440         * mouse-drag.el (mouse-throw-magnifier-with-scroll-bar)
9441         (mouse-throw-magnifier-with-mouse-movement): Remove.
9442         (mouse-throw-magnifier-base): New const.
9443         (mouse-drag-scroll-delta): New fun.
9444         (mouse-drag-throw): Use it.
9446 2008-04-15  Juanma Barranquero  <lekktu@gmail.com>
9448         * international/uni-bidi.el, international/uni-category.el:
9449         * international/uni-combining.el, international/uni-comment.el:
9450         * international/uni-decimal.el, international/uni-decomposition.el:
9451         * international/uni-digit.el, international/uni-lowercase.el:
9452         * international/uni-mirrored.el, international/uni-name.el:
9453         * international/uni-numeric.el, international/uni-old-name.el:
9454         * international/uni-titlecase.el, international/uni-uppercase.el:
9455         * international/charprop.el: Regenerate.
9457 2008-04-15  Dan Nicolaescu  <dann@ics.uci.edu>
9459         * vc.el (vc-status-fileinfo): Add new member directoryp.
9460         (vc-default-status-printer): Print directories.
9461         (vc-status-update): Sort files before subdirectories.
9463         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
9464         Add alternative implementation based on "cvs update".
9466 2008-04-15  Tassilo Horn  <tassilo@member.fsf.org>
9468         * doc-view.el: Changed requirements section to tell that only one
9469         of dvipdf or dvipdfm is needed.
9470         (doc-view-already-converted-p): Fix bug that forced reconversion
9471         if doc was already converted.
9473 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9475         * minibuffer.el (minibuffer-message):
9476         Make sure we can put-text-property.
9478         * emacs-lisp/crm.el: Complete rewrite.
9480         * tmm.el (tmm-completion-delete-prompt): Don't hardcode point-min==1.
9481         (tmm-add-prompt): Make sure completion-setup-hook is preserved even in
9482         case of an error in display-completion-list.
9484         * filecache.el (file-cache-completions-keymap): Move init from
9485         file-cache-completion-setup-function into declaration.
9486         (file-cache-minibuffer-complete): Simplify.
9487         (file-cache-completion-setup-function): Use standard-output,
9488         preserve current-buffer.
9490         * vc.el (vc-status-update): Fix typo.
9491         (vc-status-update): Set needs-update.
9492         (vc-status-refresh): Î·-reduce.
9494 2008-04-14  Tassilo Horn  <tassilo@member.fsf.org>
9496         * doc-view.el (doc-view-mode-map): Bind C-a to image-bol and C-e
9497         to image-eol.
9499 2008-04-14  Alexandre Julliard  <julliard@winehq.org>
9501         * vc.el (vc-status-update): Undo the previous revert.
9503 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9505         * minibuffer.el (completion-table-with-terminator): Those completions
9506         are never valid w.r.t test-completion.
9507         (completion--file-name-table):
9508         Check completion-all-completions-with-base-size.
9510 2008-04-14  Tassilo Horn  <tassilo@member.fsf.org>
9512         * doc-view.el (doc-view-dvipdf-program): New variable.
9513         (doc-view-dvipdfm-program): Mention doc-view-dvipdf-program.
9514         (doc-view-mode-p): Check for doc-view-dvipdf-program as
9515         alternative for doc-view-dvipdfm-program.
9516         (doc-view-dvi->pdf): Prefer dvipdf over dvipdfm.
9518         * doc-view.el (doc-view-start-process): Don't set
9519         default-directory to "~/" if the current value is valid.
9520         This broke PS files that run other files in the same directory.
9522 2008-04-14  Dan Nicolaescu  <dann@ics.uci.edu>
9524         * vc.el (vc-status-kill-query): New function.
9525         (vc-status-mode): Add it to kill-buffer-query-functions.
9526         (vc-status-show-fileentry): New function.
9527         (vc-status-menu-map): Bind it.  Bind vc-next-action.
9529 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9531         * minibuffer.el (minibuffer-message): Put cursor at the right place.
9533 2008-04-13  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9535         * proced.el (proced-send-signal): Fix error recognition.
9537 2008-04-13  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9539         * proced.el (proced-command-alist): Remove sort column.
9540         (proced-command, proced-procname-column):
9541         Use make-variable-buffer-local.
9542         (proced-signal-function): Rename from proced-kill-program.
9543         Allow for elisp symbols and string values representing system calls.
9544         (proced-marker-regexp, proced-success-message): New functions.
9545         (proced): Use defalias.  Add autoload cookie.
9546         (proced-unmark-backward, proced-toggle-marks)
9547         (proced-hide-processes): New commands.
9548         (proced-do-mark): Simplify code.
9549         (proced-insert-mark): Use optional arg BACKWARD instead of line number.
9550         (proced-update): Remove sorting.
9551         (proced-send-signal): Display number of processes to operate on.
9552         Allow for system calls or elisp functions to send signals.
9553         Check if signal was sent successfully.
9555 2008-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9557         * minibuffer.el (completion-all-completion-with-base-size): New var.
9558         (completion--some): New function.
9559         (completion-table-with-context, completion--file-name-table):
9560         Return the base-size if requested.
9561         (completion-table-in-turn): Generalize to multiple arguments.
9562         (complete-in-turn): Compatibility alias.
9563         (completion-styles-alist): New var.
9564         (completion-styles): New customization.
9565         (minibuffer-try-completion, minibuffer-all-completions):
9566         New functions.
9567         (minibuffer--do-completion, minibuffer-complete-and-exit)
9568         (minibuffer-try-word-completion): Use them.
9569         (display-completion-list, minibuffer-completion-help): Use them.
9570         Handle all-completions's new base-size info to set completion-base-size.
9571         * info.el (Info-read-node-name-1): Use completion-table-with-context,
9572         completion-table-with-terminator and complete-with-action.
9573         Remove the now obsolete completion-base-size-function property.
9574         * simple.el (completion-list-mode-map): Move init into declaration.
9575         (completion-list-mode): Use define-derived-mode.
9576         (completion-setup-function): Use any completion-base-size that may
9577         have been set before.  Remove handling of completion-base-size-function.
9578         * loadup.el: Move abbrev.el up earlier.
9580 2008-04-13  Alexandre Julliard  <julliard@winehq.org>
9582         * vc-git.el (vc-git-after-dir-status-stage)
9583         (vc-git-dir-status-goto-stage): New functions.
9584         (vc-git-after-dir-status-stage1)
9585         (vc-git-after-dir-status-stage1-empty-db)
9586         (vc-git-after-dir-status-stage2): Remove, functionality moved
9587         into the new generic stage functions.
9588         (vc-git-dir-status-files): New function.
9590         * vc.el (vc-status-update): Revert an incorrect rewrite.
9591         Add some comments.
9592         (vc-status-refresh-files): New function.
9593         (vc-status-refresh): Use `vc-status-refresh-files' to refresh the
9594         state of up-to-date files.
9595         (vc-default-dir-status-files): New function.
9597 2008-04-13  Juanma Barranquero  <lekktu@gmail.com>
9599         * minibuffer.el (completion--embedded-envvar-table)
9600         (read-file-name-internal): Fix typos in 2008-04-11 change.
9602         * faces.el (read-face-name): Use `completion-table-in-turn',
9603         not `complete-in-turn'.
9605 2008-04-13  Andreas Schwab  <schwab@suse.de>
9607         * progmodes/etags.el: Require 'cl when compiling.
9609 2008-04-12  Nick Roberts  <nickrob@snap.net.nz>
9611         * progmodes/gud.el (gud-menu-map): Expand tooltip.
9613         * progmodes/gdb-ui.el (gdb-find-source-frame): Improve doc string.
9614         (menu): Add/expand menu tooltips.
9616 2008-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
9618         * progmodes/sh-script.el (sh-show-indent): Fix typo.
9619         (sh-mode-map): Add a toggle for inserting braces and quotes in pairs.
9621         * vc-cvs.el (vc-cvs-registered): Allow removed files to be
9622         considered registered.
9624 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
9626         * emacs-lisp/copyright.el (copyright-update-directory): New command.
9628         * ediff-wind.el (ediff-split-window-function)
9629         (ediff-merge-split-window-function): Improve custom type.
9631 2008-04-12  Eli Zaretskii  <eliz@gnu.org>
9633         * loadup.el ("minibuffer"): Move after "faces".
9635 2008-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9637         * progmodes/hideif.el (hif-factor): Handle unary minus.
9639 2008-04-12  Glenn Morris  <rgm@gnu.org>
9641         * calendar/cal-china.el (chinese-calendar-time-zone):
9642         Mark obsolete name as risky too.
9644         * calendar/calendar.el (calendar-faces): New custom group.
9645         (calendar-today, diary, holiday): Doc fix.
9646         Move to calendar-faces group.
9647         * calendar/diary-lib.el (diary-face, diary-anniversary, diary-time)
9648         (diary-button): Doc fix.  Move to calendar-faces group.
9650         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
9651         * desktop.el, files.el, hilit-chg.el, ibuffer.el, iswitchb.el:
9652         * pcvs-info.el, recentf.el, speedbar.el, calendar/cal-china.el:
9653         * calendar/cal-hebrew.el, calendar/cal-x.el, calendar/calendar.el
9654         * calendar/diary-lib.el, net/net-utils.el, progmodes/gud.el:
9655         Move non-autoloaded define-obsolete-variable-alias calls for defcustoms
9656         not in dumped files before the associated defcustom.
9658 2008-04-11  Johan BockgÃ¥rd  <bojohan@gnu.org>
9660         * minibuffer.el (lazy-completion-table): Fix debug spec.
9662 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9664         * minibuffer.el (complete-with-action, lazy-completion-table):
9665         Move from subr.el.
9666         (apply-partially, completion-table-dynamic)
9667         (completion-table-with-context, completion-table-with-terminator)
9668         (completion-table-in-turn): New funs.
9669         (completion--make-envvar-table, completion--embedded-envvar-table):
9670         New funs.
9671         (read-file-name-internal): Use them.
9672         (completion-setup-hook): Move from simple.el.
9673         * subr.el (complete-with-action, lazy-completion-table):
9674         * simple.el (completion-setup-hook): Move to minibuffer.el.
9676 2008-04-11  Glenn Morris  <rgm@gnu.org>
9678         * Makefile.in (AUTOGENEL): Add calc/calc-loaddefs.el.
9680 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9682         * progmodes/python.el (python-mode): Don't mess with hippie-expand.
9684         * Makefile.in (bootstrap-prepare): Make tpu-edt.el writable as well.
9686         * textmodes/fill.el (fill-forward-paragraph-function): New var.
9687         (fill-forward-paragraph): New fun.
9688         (fill-paragraph, fill-region): Use it.
9690         * vc.el: Change `dir-status' to not take (and pass) status-buffer.
9691         (vc-status-create-fileinfo): Make `extra' optional.
9692         (vc-status-busy): New fun.
9693         (vc-status-menu-map): Use it.
9694         (vc-status-crt-marked): Remove.
9695         (vc-status-update): Rename from vc-status-add-entries.
9696         Add argument so as to prevent addition of entries.  Rewrite.
9697         (vc-update-vc-status-buffer): Remove.
9698         (vc-status-refresh): Don't remove old entries, set them to
9699         up-to-date instead.  Also do it after the update is complete.
9700         (vc-status-marked-files): Î·-reduce.
9702         * dired.el (dired-read-dir-and-switches): Use read-directory-name even
9703         for non-dialogs.
9705         * Makefile.in (bootstrap-prepare): Don't copy ldefs-boot over loaddefs.
9707         * loadup.el: Load ldefs-boot.el if loaddefs.el doesn't exist.
9709 2008-04-11  Jan Djärv  <jan.h.d@swipnet.se>
9711         * tooltip.el (tooltip-show-help-non-mode): Set message-truncate-lines
9712         to t and don't truncate msg.
9714 2008-04-11  Glenn Morris  <rgm@gnu.org>
9716         * calendar/calendar.el (diary, holidays):
9717         Move custom groups to other files.
9718         (holiday-general-holidays, holiday-oriental-holidays)
9719         (holiday-local-holidays, holiday-other-holidays, hebrew-holidays-1)
9720         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
9721         (holiday-hebrew-holidays, holiday-christian-holidays)
9722         (holiday-islamic-holidays, holiday-bahai-holidays)
9723         (holiday-solar-holidays, calendar-holidays): Move to holidays.el.
9724         * calendar/diary-lib.el: Move custom group here from calendar.el.
9725         * calendar/holidays.el: Move custom group and variables here
9726         from calendar.el.
9728         * calendar/cal-china.el (calendar-chinese-time-zone): Mark as risky.
9730         * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
9731         Fix custom group.
9732         (calendar-current-time-zone-cache): Autoload riskiness.
9734         * calendar/cal-tex.el (cal-tex-preamble-extra): Fix custom type.
9736 2008-04-11  Chong Yidong  <cyd@stupidchicken.com>
9738         * woman.el (woman2-TH): Use string-equal instead of string-match.
9740 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9742         * smerge-mode.el (smerge-apply-resolution-patch): Fix typo.
9743         (smerge-resolve): Merge the "2-way refinement" case with one half of
9744         the "mere whitespace" resolution.
9746 2008-04-10  Dan Nicolaescu  <dann@ics.uci.edu>
9748         * vc-bzr.el (vc-bzr-after-dir-status): Detect the conflict state.
9750 2008-04-10  Juanma Barranquero  <lekktu@gmail.com>
9752         * subr.el (assoc-ignore-case, assoc-ignore-representation):
9753         Add WHEN to obsolescence declaration.
9755         * makefile.w32-in (AUTOGENEL): Add calc-loaddefs.el.
9757 2008-04-10  Dan Nicolaescu  <dann@ics.uci.edu>
9759         * vc-hooks.el (vc-state): Add new state `conflict'.
9760         (vc-after-save): Use when not if.
9761         (vc-default-mode-line-string): Deal with the conflict state.
9762         (vc-prefix-map, vc-menu-map): Bind vc-status instead of vc-directory.
9764         * vc.el (vc-editable-p, vc-default-status-printer)
9765         (vc-next-action): Deal with the conflict state.
9766         (vc-mark-resolved): New function.
9767         (vc-status-mode): Fix mode name.
9768         (vc-default-comment-history): Use when not if.
9769         (Todo): Add new entries, remove old ones.
9771         * vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news): Set conflict state.
9772         (vc-cvs-parse-status, vc-cvs-after-dir-status):
9773         * vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
9774         Detect the conflict state.
9776         * vc-hg.el (vc-hg-dir-status): Remove unneeded call.
9778 2008-04-10  Glenn Morris  <rgm@gnu.org>
9780         * menu-bar.el (menu-bar-options-menu) <truncate-lines>:
9781         Respect truncate-partial-width-windows in non-full windows,
9782         with regards to :toggle and :enable state.
9784         * simple.el (toggle-truncate-lines): Doc fix.
9786         * Makefile.in (MH_E_DIR): New variable.
9787         (MH_E_SRC): Restore variable removed 2008-03-13.
9788         (mh-loaddefs.el): Depend on $MH_E_SRC.
9789         (CAL_DIR, CAL_SRC): New variables.
9790         (cal-loaddefs.el, diary-loaddefs.el, hol-loaddefs.el):
9791         Depend on CAL_SRC.
9793         * calendar/calendar.el (calendar, diary): Add :prefix.
9794         (holidays): Change :prefix.
9795         (calendar-today, holiday, calendar-holiday-marker)
9796         (european-calendar-style): Change custom groups.
9798         * calendar/calendar.el (diary-hook, diary-display-hook):
9799         Move to diary-lib.el.
9800         * calendar/diary-lib.el (diary-hook, diary-display-hook):
9801         Move here from calendar.el.
9802         * calendar/appt.el: Require diary-lib rather than calendar.
9803         * calendar/cal-x.el (diary-display-hook): Declare for compiler.
9805         * calendar/appt.el (appt): Add :prefix.
9807         * calendar/diary-lib.el (diary-hook): Doc fix.
9808         (diary-mark-sexp-entries): Fix replacement of calendar-for-loop.
9810 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9812         * minibuffer.el (minibuffer--double-dollars, read-file-name-internal):
9813         New functions.
9815         * minibuffer.el (minibuffer--do-completion): Don't forget to propagate
9816         the arg to recursive calls.
9818 2008-04-09  Juanma Barranquero  <lekktu@gmail.com>
9820         * minibuffer.el (completion-auto-help): Fix typo.
9822 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9824         * vc-cvs.el (vc-cvs-diff-tree): Remove unused function.
9826 2008-04-09  Michael Albinus  <michael.albinus@gmx.de>
9828         * net/tramp.el (tramp-find-file-name-coding-system-alist): New defun.
9829         (tramp-handle-insert-file-contents, tramp-handle-write-region): Use it.
9831 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9833         * vc-hooks.el (vc-default-mode-line-string): Use ? for missing.
9835         * minibuffer.el (minibuffer): Move group from cus-edit.el.
9836         (completion-auto-help): Move from C code.
9837         (minibuffer--maybe-completion-help): Remove.
9838         (minibuffer--bitset): New function.
9839         (minibuffer--do-completion): Rename from minibuffer-do-completion.
9840         Renumber a bit.  Really complete on string *before* point.
9841         Add argument used for word-completion.
9842         Join trailing / in completion with following text, as done in
9843         minibuffer-complete-word.
9844         Handle new value `lazy' for completion-auto-help.
9845         (minibuffer-try-word-completion): New function extracted from
9846         minibuffer-complete-word.
9847         (minibuffer-complete-word): Use minibuffer--do-completion.
9848         (minibuffer--insert-strings): Rename from
9849         minibuffer-complete-insert-strings.
9850         (exit-minibuffer): Fix typo.
9851         * cus-edit.el (minibuffer): Move group to minibuffer.el.
9852         * cus-start.el: Remove completion-auto-help.
9854 2008-04-09  Alexandre Julliard  <julliard@winehq.org>
9856         * vc.el (vc-status-add-entries): New function.
9857         (vc-status-add-entry): Remove.
9858         (vc-update-vc-status-buffer, vc-status-mark-buffer-changed):
9859         Use vc-status-add-entries.
9861         * emacs-lisp/ewoc.el (ewoc-collect): Return results in the correct
9862         order.
9864 2008-04-09  Jason Rumney  <jasonr@gnu.org>
9866         * makefile.w32-in (LOADDEFS): Add mh-loaddefs.el.
9867         ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule.
9868         (pre-mh-loaddefs.el-CMD, pre-mh-loaddefs.el-SH): Remove.
9869         (AUTOGENEL): New variable.
9870         (distclean, maintainer-clean): New targets.
9872 2008-04-09  Chong Yidong  <cyd@stupidchicken.com>
9874         * emacs-lisp/regexp-opt.el (regexp-opt):
9875         Reduce max-lisp-eval-depth and max-specpdl-size to 10000.
9877 2008-04-09  Lennart Borgman  <lennart.borgman@gmail.com>
9879         * nxml/nxml-mode.el (nxml-cleanup): New function.
9880         (nxml-mode): Add it to change-major-mode-hook.
9882 2008-04-09  Jan Djärv  <jan.h.d@swipnet.se>
9884         * term/x-win.el (x-gtk-stock-map): Map info to gtk-info.
9886 2008-04-09  Juanma Barranquero  <lekktu@gmail.com>
9888         * calc/.cvsignore: New file.
9890 2008-04-09  Jan Djärv  <jan.h.d@swipnet.se>
9892         * vc.el (vc-status-tool-bar-map): Add vc-print-log to tool bar.
9894         * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as
9895         show-help-function when turning tooltip off.
9896         (tooltip-show): Call tooltip-show-help-non-mode if use-echo-area.
9897         (tooltip-trunc-str, tooltip-show-help-non-mode): New.
9899 2008-04-09  Alan Mackenzie  <acm@muc.de>
9901         * font-lock.el (font-lock-extend-after-change-region-function):
9902         Make it buffer local.
9904 2008-04-09  Glenn Morris  <rgm@gnu.org>
9906         * calendar/calendar.el (diary-file, european-calendar-style):
9907         Remove autoload cookies.
9909 2008-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
9911         * outline.el (outline-mode-menu-bar-map):
9912         * log-view.el (log-view-mode-menu):
9913         * log-edit.el (log-edit-menu): Add :help.
9915 2008-04-09  Chong Yidong  <cyd@stupidchicken.com>
9917         * emacs-lisp/regexp-opt.el (regexp-opt-group):
9918         Use substring-no-properties for correct handling of unibyte strings.
9920 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9922         * add-log.el (change-log-next-buffer): Handle the case where version<
9923         signals an error.
9925         * mouse.el (mouse-menu-major-mode-map): New fun extracted from
9926         mouse-major-mode-menu.
9927         (mouse-menu-bar-map): New fun extracted from mouse-popup-menubar.
9928         (mouse-major-mode-menu, mouse-popup-menubar)
9929         (mouse-popup-menubar-stuff): Use them.
9930         (C-down-mouse-3): Bind to a dynamic map rather than to
9931         mouse-popup-menubar-stuff.
9933         * bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1
9934         to mouse-menu-major-mode-map rather than to mouse-major-mode-menu.
9936 2008-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
9938         * vc-svn.el (vc-svn-modify-change-comment): Add support for the
9939         file:// access method.
9941 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9943         * minibuffer.el: New file.
9944         * loadup.el: Load it.
9946 2008-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9948         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
9949         rather than subdirs.el.  It introduces an ugly circular dependency, tho.
9951         * calc/calc.el: Load "calc-loaddefs" rather than set up manual autoloads.
9952         (calc-mode-map, calc-digit-map, calc-dispatch-map):
9953         Move initialization into declaration.
9954         * calc/calc-yank.el:
9955         * calc/calc-misc.el:
9956         * calc/calc-embed.el:
9957         * calc/calc-aent.el: Add autoload cookies.  Set generated-autoload-file.
9959 2008-04-08  Michael Albinus  <michael.albinus@gmx.de>
9961         * ps-samp.el (ps-add-printer, ps-remove-printer)
9962         (ps-make-dynamic-printer-menu): New functions.
9964         * net/zeroconf.el: New file.
9966 2008-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9968         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits): Typo.
9970 2008-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
9972         * vc-rcs.el (vc-rcs-modify-change-comment):
9973         * vc-cvs.el (vc-cvs-modify-change-comment): Fix argument order.
9975         * log-view.el (log-view-mode-menu): Bind log-view-modify-change-comment.
9977 2008-04-08  Juanma Barranquero  <lekktu@gmail.com>
9979         * international/mule-cmds.el (set-locale-environment): Don't warn if
9980         coding system doesn't agree with system locale (this reverts changes
9981         by Dave Love, dated 2002-10-27 and 2002-10-09).
9983         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
9984         * emacs-lisp/cl-macs.el (get-setf-method): Use `string-match-p'.
9986         * emacs-lisp/copyright.el (copyright-update-year): Use `looking-at-p'.
9988 2008-04-08  Glenn Morris  <rgm@gnu.org>
9990         * calendar/calendar.el (calendar-date-style): Remove autoload cookie.
9991         * textmodes/remember.el (remember-diary-convert-entry):
9992         Require calendar.
9994         * textmodes/remember.el (remember-diary-extract-entries): Don't pass
9995         diary-file, since it is the default for make-diary-entry anyway.
9997         * calendar/cal-menu.el (cal-menu-event-to-date):
9998         Rename calendar-event-to-date.  Update callers.
9999         (calendar-mouse-tex-day): Rename cal-tex-mouse-day.
10000         (calendar-mouse-tex-week): Rename cal-tex-mouse-week.
10001         (calendar-mouse-tex-week2): Rename cal-tex-mouse-week2.
10002         (calendar-mouse-tex-week-iso): Rename cal-tex-mouse-week-iso.
10003         (calendar-mouse-tex-week-monday): Rename cal-tex-mouse-week-monday.
10004         (calendar-mouse-tex-filofax-daily): Rename cal-tex-mouse-filofax-daily.
10005         (calendar-mouse-tex-filofax-2week): Rename cal-tex-mouse-filofax-2week.
10006         (calendar-mouse-tex-filofax-week): Rename cal-tex-mouse-filofax-week.
10007         (calendar-mouse-tex-month): Rename cal-tex-mouse-month.
10008         (calendar-mouse-tex-month-landscape):
10009         Rename cal-tex-mouse-month-landscape.
10010         (calendar-mouse-tex-year): Rename cal-tex-mouse-year.
10011         (calendar-mouse-tex-filofax-year): Rename cal-tex-mouse-filofax-year.
10012         (calendar-mouse-tex-year-landscape):
10013         Rename cal-tex-mouse-year-landscape.
10014         (cal-menu-context-mouse-menu): Update for above name changes.
10016         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
10017         * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
10018         * calendar/cal-iso.el, calendar/cal-julian.el, calendar/cal-move.el:
10019         * calendar/cal-persia.el, calendar/cal-tex.el, calendar/calendar.el:
10020         * calendar/holidays.el: Replace int-to-string with number-to-string.
10022 2008-04-08  Chong Yidong  <cyd@stupidchicken.com>
10024         * mwheel.el (mwheel-scroll): Deactivate any temporarily active
10025         region if point moves.
10027 2008-04-08  Kenichi Handa  <handa@m17n.org>
10029         * faces.el (font-slant-table): Change numeric values for `r',
10030         `roman', and `normal'.
10032 2008-04-07  Vincent Belaïche  <vincent.b.1@hotmail.fr>
10034         * calc/calc-vec.el (calcFunc-kron, calc-kron): New functions.
10036 2008-04-07  Jay Belanger  <jay.p.belanger@gmail.com>
10038         * calc/calc-ext.el (calc-init-extensions): Add `calc-kron' and
10039         `calcFunc-kron' to autoloads.  Add keybinding for `calc-kron'.
10041 2008-04-07  Michael Albinus  <michael.albinus@gmx.de>
10043         * net/tramp.el (tramp-methods): Fix again tramp-copy-args of
10044         "pscp" and "psftp".  Reported by Gilles Pion <gpion@lfdj.com>.
10046 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10048         * dired-aux.el (dired-read-shell-command): Use read-shell-command.
10050 2008-04-07  Sam Steingold  <sds@gnu.org>
10052         * progmodes/inf-lisp.el (lisp-compile-string, lisp-eval-string):
10053         Add helper functions.
10054         (lisp-do-defun): Extract the common part of lisp-eval-defun and
10055         lisp-compile-defun; DEFVAR forms reset the variables to the init
10056         values, just like in emacs-lisp mode eval-defun.
10057         (lisp-eval-defun, lisp-compile-defun): Use lisp-do-defun.
10058         (lisp-compile-region): Use lisp-compile-string.
10060 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10062         * subr.el (combine-and-quote-strings): Also quote strings that contain
10063         the separator.
10065         * pcvs-util.el (cvs-map): Avoid recursion :-(
10067 2008-04-07  Glenn Morris  <rgm@gnu.org>
10069         * calendar/calendar.el (calendar-mode-map): Replace use of kbd.
10071         * calendar/calendar.el (diary-view-entries-initially-flag): Rename
10072         view-diary-entries-initially.  Keep old name as alias, update users.
10073         (calendar-mark-diary-entries-flag): Rename
10074         mark-diary-entries-in-calendar.  Keep old name as alias, update users.
10075         (calendar-view-holidays-initially-flag): Rename
10076         view-calendar-holidays-initially.  Keep old name as alias, update users.
10077         (calendar-mark-holidays-flag): Rename mark-holidays-in-calendar.
10078         Keep old name as alias, update users.
10079         (calendar-initial-window-hook): Rename initial-calendar-window-hook.
10080         Keep old name as alias, update users.
10081         (calendar-today-visible-hook): Rename today-visible-calendar-hook.
10082         Keep old name as alias, update users.
10083         (calendar-today-invisible-hook): Rename today-invisible-calendar-hook.
10084         Keep old name as alias, update users.
10085         (diary-iso-date-forms): Rename iso-date-diary-pattern.  Update users.
10086         (diary-american-date-forms): Rename american-date-diary-pattern.
10087         Keep old name as alias, update users.
10088         (diary-european-date-forms): Rename european-date-diary-pattern.
10089         Keep old name as alias, update users.
10090         (calendar-iso-date-display-form): Rename iso-calendar-display-form.
10091         Keep old name as alias, update users.
10092         (calendar-european-date-display-form): Rename
10093         european-calendar-display-form.  Keep old name as alias, update users.
10094         (calendar-american-date-display-form): Rename
10095         european-calendar-display-form.  Keep old name as alias, update users.
10096         (diary-show-holidays-flag): Rename holidays-in-diary-buffer.
10097         Keep old name as alias, update users.
10098         (holiday-general-holidays): Rename general-holidays.
10099         Keep old name as alias, update users.
10100         (holiday-oriental-holidays): Rename oriental-holidays.
10101         Keep old name as alias, update users.
10102         (holiday-local-holidays): Rename local-holidays.
10103         Keep old name as alias, update users.
10104         (holiday-other-holidays): Rename other-holidays.
10105         Keep old name as alias, update users.
10106         (holiday-hebrew-holidays): Rename hebrew-holidays.
10107         Keep old name as alias, update users.
10108         (holiday-christian-holidays): Rename christian-holidays.
10109         Keep old name as alias, update users.
10110         (holiday-islamic-holidays): Rename islamic-holidays.
10111         Keep old name as alias, update users.
10112         (holiday-bahai-holidays): Rename bahai-holidays.
10113         Keep old name as alias, update users.
10114         (holiday-solar-holidays): Rename solar-holidays.
10115         Keep old name as alias, update users.
10116         (diary-fancy-buffer): Rename fancy-diary-buffer.
10117         Keep old name as alias, update users.
10118         (calendar-other-calendars-buffer): Rename other-calendars-buffer.
10119         Update users.
10120         (calendar-hebrew-yahrzeit-buffer): Rename cal-hebrew-yahrzeit-buffer.
10121         Update users.
10122         (calendar-increment-month): Rename increment-calendar-month.
10123         Keep old name as alias, update callers.
10124         (calendar-increment-month-cons): Rename old calendar-increment-month.
10125         Update callers.
10126         (calendar-extract-month): Rename extract-calendar-month.
10127         Keep old name as alias, update callers.
10128         (calendar-extract-day): Rename extract-calendar-day.
10129         Keep old name as alias, update callers.
10130         (calendar-extract-year): Rename extract-calendar-year.
10131         Keep old name as alias, update callers.
10132         (calendar-generate-window): Rename generate-calendar-window.
10133         Update callers.
10134         (calendar-generate): Rename generate-calendar.  Update callers.
10135         (calendar-generate-month): Rename generate-calendar-month.
10136         Update callers.
10137         (calendar-redraw): Rename redraw-calendar.  Update callers.
10138         (calendar-describe-mode): Rename describe-calendar-mode.  Update uses.
10139         (calendar-mouse-other-month): Rename mouse-calendar-other-month.
10140         Update callers.
10141         (calendar-update-mode-line): Rename update-calendar-mode-line.
10142         Update callers.
10143         (calendar-exit): Rename exit-calendar.  Keep old name as alias,
10144         update callers.
10145         (calendar-mark-visible-date): Rename mark-visible-calendar-date.
10146         Keep old name as alias, update callers.
10147         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
10148         * calendar/cal-dst.el, calendar/cal-french.el, calendar/cal-hebrew.el:
10149         * calendar/cal-html.el, calendar/cal-islam.el, calendar/cal-iso.el:
10150         * calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el:
10151         * calendar/cal-persia.el, calendar/cal-tex.el, calendar/cal-x.el:
10152         * calendar/diary-lib.el, calendar/holidays.el, calendar/lunar.el:
10153         * calendar/solar.el: Update for calendar.el name changes.
10154         * org/org.el (org-agenda-format-date-aligned)
10155         (org-agenda-execute-calendar-command): Access date elements directly
10156         rather than using calendar functions.
10157         (org-read-date, org-goto-calendar, org-agenda-goto-calendar):
10158         Also set calendar-view-diary-initially-flag,
10159         calendar-view-holidays-initially-flag.
10160         (org-get-entries-from-diary): Also set diary-fancy-buffer.
10161         (org-agenda-execute-calendar-command): No need to set displayed-day.
10163 2008-04-06  Alan Mackenzie  <acm@muc.de>
10165         * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
10166         typo in the doc string.
10168         * progmodes/cc-mode.el (c-basic-common-init):
10169         Set font-lock-extend-after-change-region-function.
10170         (c-extend-after-change-region): New function, used in
10171         font-lock-extend-after-change-region-function, thus superseding
10172         advice on the Font Lock after change functions.
10173         (c-advise-fl-for-region): Remove this macro.
10175 2008-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
10177         * textmodes/flyspell.el (flyspell-duplicate-distance):
10178         Improve custom type.
10180 2008-04-06  Glenn Morris  <rgm@gnu.org>
10182         * calendar/diary-lib.el (diary-sexp-entry-symbol):
10183         Rename sexp-diary-entry-symbol.  Keep old name as alias, update users.
10184         (diary-list-entries-hook): Rename list-diary-entries-hook.
10185         Keep old name as alias, update users.
10186         (diary-mark-entries-hook): Rename mark-diary-entries-hook.
10187         Keep old name as alias, update users.
10188         (diary-nongregorian-listing-hook): Rename
10189         nongregorian-diary-listing-hook.  Keep old name as alias, update users.
10190         (diary-nongregorian-marking-hook): Rename
10191         nongregorian-diary-marking-hook.  Keep old name as alias, update users.
10192         (diary-print-entries-hook): Rename print-diary-entries-hook.
10193         Keep old name as alias, update users.
10194         (diary-abbreviated-year-flag): Rename abbreviated-calendar-year.
10195         Keep old name as alias, update users.
10196         (diary-number-of-entries): Rename number-of-diary-entries.
10197         Keep old name as alias, update users.
10198         (view-diary-entries, list-diary-entries, show-all-diary-entries):
10199         Give version of obsolescence.
10200         (diary-view-other-diary-entries): Rename view-other-diary-entries.
10201         Keep old name as alias, update callers.
10202         (diary-add-to-list): Rename add-to-diary-list.  Keep old name as alias,
10203         update callers.
10204         (diary-include-other-diary-files): Rename include-other-diary-files.
10205         Keep old name as alias, update callers.
10206         (diary-simple-display): Rename simple-diary-display.
10207         Keep old name as alias, update callers.
10208         (diary-fancy-display): Rename fancy-diary-display.
10209         Keep old name as alias, update callers.
10210         (diary-print-entries): Rename print-diary-entries.
10211         Keep old name as alias, update callers.
10212         (diary-marking-entries-flag): Rename marking-diary-entries.
10213         Update users.
10214         (diary-marking-entry-flag): Rename marking-diary-entry.  Update users.
10215         (diary-mark-entries): Rename mark-diary-entries.
10216         Keep old name as alias, update callers.
10217         (diary-mark-sexp-entries): Rename mark-sexp-diary-entries.
10218         Keep old name as alias, update callers.
10219         (diary-mark-included-diary-files): Rename mark-included-diary-files.
10220         Keep old name as alias, update callers.
10221         (calendar-mark-days-named): Rename mark-calendar-days-named.
10222         Keep old name as alias, update callers.
10223         (calendar-mark-month): Rename mark-calendar-month.
10224         Keep old name as alias, update callers.
10225         (calendar-mark-date-pattern): Rename mark-calendar-date-pattern.
10226         Keep old name as alias, update callers.
10227         (diary-sort-entries): Rename sort-diary-entries.
10228         Keep old name as alias, update callers.
10229         (diary-list-sexp-entries): Rename list-sexp-diary-entries.
10230         Keep old name as alias, update callers.
10231         (diary-make-entry): Rename make-diary-entry.  Keep old name as alias,
10232         update callers.
10233         (diary-insert-entry): Rename insert-diary-entry.
10234         Keep old name as alias.
10235         (diary-insert-weekly-entry): Rename insert-weekly-diary-entry.
10236         Keep old name as alias.
10237         (diary-insert-monthly-entry): Rename insert-monthly-diary-entry.
10238         Keep old name as alias.
10239         (diary-insert-yearly-entry): Rename insert-yearly-diary-entry.
10240         Keep old name as alias.
10241         (diary-insert-anniversary-entry): Rename insert-anniversary-diary-entry.
10242         Keep old name as alias.
10243         (diary-insert-block-entry): Rename insert-block-diary-entry.
10244         Keep old name as alias.
10245         (diary-insert-cyclic-entry): Rename insert-cyclic-diary-entry.
10246         Keep old name as alias.
10247         (diary-fancy-font-lock-keywords): Rename fancy-diary-font-lock-keywords.
10248         Keep old name as alias, update users.
10249         (diary-fancy-display-mode): Rename fancy-diary-display-mode.
10250         Keep old name as alias, update callers.
10251         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
10252         * calendar/cal-menu.el, calendar/cal-x.el, calendar/calendar.el:
10253         * calendar/icalendar.el: Update for diary-lib name changes.
10255 2008-04-06  Chong Yidong  <cyd@stupidchicken.com>
10257         * dired-aux.el (dired-overwrite-confirmed): Revert last change.
10259         * dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite
10260         for copy, move, and link operations.
10262 2008-04-06  Michael Kifer  <kifer@cs.stonybrook.edu>
10264         * emulation/viper-init.el, emulation/viper-ex.el, emulation/viper-cmd.el
10265         (viper-search-wrap-around-t): Replace with viper-search-wrap-around.
10267         * ediff-util.el, ediff-vers.el, ediff-wind.el: Replace 3-argument
10268         'require' statements with 1-argument ones (wrapped in if's).
10269         For compatibility with the current stable version of XEmacs.
10271 2008-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
10273         * vc.el (vc-status-prepare-status-buffer): Reset vc-parent-buffer-name.
10275 2008-04-06  Jason Rumney  <jasonr@gnu.org>
10277         * language/burmese.el ("Burmese"): Make sample text consistent with
10278         language name.
10280 2008-04-06  Nick Roberts  <nickrob@snap.net.nz>
10282         * progmodes/gdb-ui.el (gdb): New group.
10283         (gdb-debug-log-max, gdb-enable-debug)
10284         (gdb-cpp-define-alist-program, gdb-cpp-define-alist-flags)
10285         (gdb-show-main, gdb-many-windows, gdb-use-separate-io-buffer)
10286         (gdb-speedbar-auto-raise, gdb-use-colon-colon-notation)
10287         (gdb-show-changed-values, gdb-max-children)
10288         (gdb-delete-out-of-scope, gdb-same-frame, gdb-find-source-frame)
10289         (breakpoint-enabled, breakpoint-disabled, gdb-max-frames)
10290         (gdb-all-registers, gdb-memory-repeat-count, gdb-memory-format)
10291         (gdb-memory-unit): Move to new group from GUD group.
10292         (menu): Allow customization from GDB-UI menu-item.
10294 2008-04-05  Chong Yidong  <cyd@stupidchicken.com>
10296         * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
10298 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10300         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
10301         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
10302         Revision numbers can include ".".
10304         * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
10305         "+" lines not accounted for by counting "-" and context lines.
10307 2008-04-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10309         * term/mac-win.el (mac-service-open-file): Use file URL instead of
10310         file name string.
10312 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10314         * vc-bzr.el (vc-bzr-annotate-command): Preserve line alignment.
10315         (vc-bzr-annotate-time): Accept space used to preserve alignment.
10317 2008-04-05  Richard Stallman  <rms@gnu.org>
10319         * emacs-lisp/advice.el (defadvice): Add usage pattern.
10321 2008-04-05  Nick Roberts  <nickrob@snap.net.nz>
10323         * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
10324         thread in [h-e-w]).
10326 2008-04-05  Juanma Barranquero  <lekktu@gmail.com>
10328         * files.el (abort-if-file-too-large): Fix typo in docstring.
10330 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10332         * subr.el (functionp): Return nil for special forms.
10334 2008-04-05  Glenn Morris  <rgm@gnu.org>
10336         * emacs-lisp/autoload.el (autoload-ensure-default-file):
10337         Provide a feature.
10338         * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el:
10339         Require loaddefs file rather than loading it.
10340         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that
10341         autoload-ensure-default-file provides a feature.
10343         * Makefile.in (LOADDEFS): Add mh-loaddefs.el.
10344         (AUTOGENEL): mh-loaddefs is in $LOADDEFS now.
10345         (compile, compile-always, recompile): Use $LOADDEFS.
10346         (cal-autoloads): Remove.
10348         * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather
10349         than buffer-live-p.  Reported by David Koppelman <koppel@ece.lsu.edu>.
10351         * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
10352         (hebrew-holidays-3, hebrew-holidays-4): Don't autoload obsolescence.
10354         * calendar/calendar.el (diary-hebrew-entry-symbol):
10355         Rename hebrew-diary-entry-symbol.  Keep old name as alias.
10356         (diary-islamic-entry-symbol): Rename islamic-diary-entry-symbol.
10357         Keep old name as alias.
10358         (diary-bahai-entry-symbol): Rename bahai-diary-entry-symbol.
10359         Keep old name as alias.
10360         * calendar/cal-bahai.el: Update for rename bahai-diary-entry-symbol
10361         to diary-bahai-entry-symbol.
10362         * calendar/cal-hebrew.el: Update for rename hebrew-diary-entry-symbol
10363         to diary-hebrew-entry-symbol.
10364         * calendar/cal-islam.el: Update for rename islamic-diary-entry-symbol
10365         to diary-islamic-entry-symbol.
10366         * calendar/diary-lib.el: Update for diary-entry-symbol renames.
10368         * calendar/solar.el (diary-sabbath-candles-minutes)
10369         (diary-sabbath-candles): Move to cal-hebrew.
10370         * calendar/cal-hebrew.el (diary-hebrew-sabbath-candles-minutes)
10371         (diary-hebrew-sabbath-candles): Move here from solar.el and rename.
10372         Doc fix.  Keep old name as alias.
10373         (diary-hebrew-sabbath-candles): Simplify.
10374         (solar-setup, solar-sunrise-sunset, calendar-latitude)
10375         (calendar-longitude, calendar-time-zone): Declare for compiler.
10376         * calendar/diary-lib.el (list-sexp-diary-entries): Update doc for
10377         rename.
10379         * calendar/cal-coptic.el (calendar-coptic-month-name-array):
10380         Rename coptic-calendar-month-name-array.  Update callers.
10381         (calendar-coptic-epoch): Rename coptic-calendar-epoch.  Update callers.
10382         (calendar-coptic-name): Rename coptic-name.  Update callers.
10383         (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
10384         Update callers.
10385         (calendar-coptic-last-day-of-month):
10386         Rename coptic-calendar-last-day-of-month.  Update callers.
10387         (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
10388         Keep old name as alias, update callers.
10389         (calendar-coptic-print-date): Rename calendar-print-coptic-date.
10390         Keep old name as alias, update callers.
10391         (calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
10392         Keep old name as alias.
10393         (calendar-ethiopic-month-name-array):
10394         Rename ethiopic-calendar-month-name-array.  Update callers.
10395         (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
10396         Update callers.
10397         (calendar-ethiopic-name): Rename ethiopic-name.  Update callers.
10398         (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic.
10399         Keep old name as alias, update callers.
10400         (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date.
10401         Keep old name as alias, update callers.
10402         (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
10403         Keep old name as alias.
10405         * calendar/cal-french.el (calendar-french-epoch):
10406         Rename french-calendar-epoch.  Update callers.
10407         (calendar-french-month-name-array): Rename variable and function
10408         french-calendar-month-name-array.  Update callers.
10409         (calendar-french-multibyte-month-name-array):
10410         Rename french-calendar-multibyte-month-name-array.  Update callers.
10411         (calendar-french-day-name-array): Rename variable and function
10412         french-calendar-day-name-array.  Update callers.
10413         (calendar-french-special-days-array): Rename variable and function
10414         french-calendar-special-days-array.  Update callers.
10415         (calendar-french-multibyte-special-days-array):
10416         Rename french-calendar-multibyte-special-days-array.  Update callers.
10417         (calendar-french-accents-p): Rename french-calendar-accents.
10418         Update callers.
10419         (calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
10420         Update callers.
10421         (calendar-french-last-day-of-month):
10422         Rename french-calendar-last-day-of-month.  Update callers.
10423         (calendar-french-to-absolute): Rename calendar-absolute-from-french.
10424         Keep old name as alias, update callers.
10425         (calendar-french-print-date): Rename calendar-print-french-date.
10426         Keep old name as alias, update callers.
10427         (calendar-french-goto-date): Rename calendar-goto-french-date.
10428         Keep old name as alias.
10430         * calendar/cal-menu.el, calendar/calendar.el:
10431         Update for Coptic and French name changes.
10433         * calendar/cal-china.el (calendar-chinese): Rename custom group
10434         from chinese-calendar.  Update users.
10435         (calendar-chinese-time-zone): Rename chinese-calendar-time-zone.
10436         Keep old name as alias, update users.
10437         (calendar-chinese-location-name): Rename chinese-calendar-location-name.
10438         Keep old name as alias.
10439         (calendar-chinese-daylight-time-offset):
10440         Rename chinese-calendar-daylight-time-offset.  Keep old name as alias,
10441         update users.
10442         (calendar-chinese-standard-time-zone-name):
10443         Rename chinese-calendar-standard-time-zone-name.
10444         Keep old name as alias, update users.
10445         (calendar-chinese-daylight-saving-start):
10446         Rename chinese-calendar-daylight-savings-starts.
10447         Keep old name as alias, update users.
10448         (calendar-chinese-daylight-saving-end):
10449         Rename chinese-calendar-daylight-savings-ends.  Keep old name as alias,
10450         update users.
10451         (calendar-chinese-daylight-saving-start-time):
10452         Rename chinese-calendar-daylight-savings-starts-time.
10453         Keep old name as alias, update users.
10454         (calendar-chinese-daylight-saving-end-time):
10455         Rename chinese-calendar-daylight-savings-ends-time.
10456         Keep old name as alias, update users.
10457         (calendar-chinese-celestial-stem): Rename
10458         calendar-chinese-celestial-stem.  Keep old name as alias, update users.
10459         (calendar-chinese-terrestrial-branch):
10460         Rename calendar-chinese-terrestrial-branch.  Keep old name as alias,
10461         update users.
10462         (calendar-chinese-zodiac-sign-on-or-after):
10463         Rename chinese-zodiac-sign-on-or-after.  Update callers.
10464         (calendar-chinese-new-moon-on-or-after):
10465         Rename chinese-new-moon-on-or-after.  Update callers.
10466         (calendar-chinese-month-list): Rename chinese-month-list.
10467         Update callers.
10468         (calendar-chinese-number-months): Rename number-chinese-months.
10469         Update callers.
10470         (calendar-chinese-compute-year): Rename compute-chinese-year.
10471         Update callers.
10472         (calendar-chinese-year-cache): Rename chinese-year-cache.  Update users.
10473         (calendar-chinese-year): Rename chinese-year.  Update callers.
10474         (calendar-chinese-year-cache-init): Rename chinese-year-cache-init.
10475         (calendar-chinese-to-absolute): Rename calendar-absolute-from-chinese.
10476         Keep old name as alias, update callers.
10477         (calendar-chinese-print-date): Rename calendar-print-chinese-date.
10478         Keep old name as alias, update callers.
10479         (calendar-chinese-months-to-alist):
10480         Rename make-chinese-month-assoc-list.  Update callers.
10481         (calendar-chinese-months): Rename chinese-months.  Update callers.
10482         (calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
10483         Keep old name as alias, update callers.
10485         * calendar/cal-hebrew.el (calendar-hebrew-leap-year-p):
10486         Rename hebrew-calendar-leap-year-p.  Update callers.
10487         (calendar-hebrew-last-month-of-year):
10488         Rename hebrew-calendar-last-month-of-year.  Update callers.
10489         (calendar-hebrew-elapsed-days): Rename hebrew-calendar-elapsed-days.
10490         Update callers.
10491         (calendar-hebrew-days-in-year): Rename hebrew-calendar-days-in-year.
10492         Update callers.
10493         (calendar-hebrew-long-heshvan-p): Rename hebrew-calendar-long-heshvan-p.
10494         Update callers.
10495         (calendar-hebrew-short-kislev-p): Rename hebrew-calendar-short-kislev-p.
10496         Update callers.
10497         (calendar-hebrew-last-day-of-month):
10498         Rename hebrew-calendar-last-day-of-month.  Update callers.
10499         (calendar-hebrew-to-absolute): Rename calendar-absolute-from-hebrew.
10500         Keep old name as alias, update callers.
10501         (calendar-hebrew-print-date): Rename calendar-print-hebrew-date.
10502         Keep old name as alias, update callers.
10503         (calendar-hebrew-yahrzeit): Rename hebrew-calendar-yahrzeit.
10504         Keep old name as alias, update callers.
10505         (calendar-hebrew-goto-date): Rename calendar-goto-hebrew-date.
10506         Keep old name as alias.
10507         (holiday-hebrew-rosh-hashanah): Rename holiday-rosh-hashanah-etc.
10508         Keep old name as alias.
10509         (holiday-hebrew-hanukkah): Rename holiday-hanukkah.
10510         Keep old name as alias.
10511         (holiday-hebrew-passover): Rename holiday-passover-etc.
10512         Keep old name as alias.
10513         (holiday-hebrew-tisha-b-av): Rename holiday-tisha-b-av-etc.
10514         Keep old name as alias, update callers.
10515         (diary-hebrew-list-entries): Rename list-hebrew-diary-entries.
10516         Keep old name as alias.
10517         (calendar-hebrew-mark-date-pattern):
10518         Rename mark-hebrew-calendar-date-pattern.  Keep old name as alias,
10519         update callers.
10520         (diary-hebrew-mark-entries): Rename mark-hebrew-diary-entries.
10521         Keep old name as alias.
10522         (diary-hebrew-insert-entry): Rename insert-hebrew-diary-entry.
10523         Keep old name as alias.
10524         (diary-hebrew-insert-monthly-entry):
10525         Rename insert-monthly-hebrew-diary-entry.  Keep old name as alias.
10526         (diary-hebrew-insert-yearly-entry):
10527         Rename insert-yearly-hebrew-diary-entry.  Keep old name as alias.
10528         (calendar-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
10529         Keep old name as alias.
10530         (diary-hebrew-omer): Rename diary-omer.  Keep old name as alias.
10531         (diary-hebrew-yahrzeit): Rename diary-yahrzeit.  Keep old name as alias.
10532         (diary-hebrew-rosh-hodesh): Rename diary-rosh-hodesh.
10533         Keep old name as alias.
10534         (calendar-hebrew-parashiot-names):
10535         Rename hebrew-calendar-parashiot-names.  Update callers.
10536         (calendar-hebrew-parasha-name): Rename hebrew-calendar-parasha-name.
10537         (calendar-hebrew-year-Saturday-incomplete-Sunday):
10538         Rename hebrew-calendar-year-Saturday-incomplete-Sunday.
10539         (calendar-hebrew-year-Saturday-complete-Tuesday):
10540         Rename hebrew-calendar-year-Saturday-complete-Tuesday.
10541         (calendar-hebrew-year-Monday-incomplete-Tuesday):
10542         Rename hebrew-calendar-year-Monday-incomplete-Tuesday.
10543         (calendar-hebrew-year-Monday-complete-Thursday):
10544         Rename hebrew-calendar-year-Monday-complete-Thursday.
10545         (calendar-hebrew-year-Tuesday-regular-Thursday):
10546         Rename hebrew-calendar-year-Tuesday-regular-Thursday.
10547         (calendar-hebrew-year-Thursday-regular-Saturday):
10548         Rename hebrew-calendar-year-Thursday-regular-Saturday.
10549         (calendar-hebrew-year-Thursday-complete-Sunday):
10550         Rename hebrew-calendar-year-Thursday-complete-Sunday.
10551         (calendar-hebrew-year-Saturday-incomplete-Tuesday):
10552         Rename hebrew-calendar-year-Saturday-incomplete-Tuesday.
10553         (calendar-hebrew-year-Saturday-complete-Thursday):
10554         Rename hebrew-calendar-year-Saturday-complete-Thursday.
10555         (calendar-hebrew-year-Monday-incomplete-Thursday):
10556         Rename hebrew-calendar-year-Monday-incomplete-Thursday.
10557         (calendar-hebrew-year-Monday-complete-Saturday):
10558         Rename hebrew-calendar-year-Monday-complete-Saturday.
10559         (calendar-hebrew-year-Tuesday-regular-Saturday):
10560         Rename hebrew-calendar-year-Tuesday-regular-Saturday.
10561         (calendar-hebrew-year-Thursday-incomplete-Sunday):
10562         Rename hebrew-calendar-year-Thursday-incomplete-Sunday.
10563         (calendar-hebrew-year-Thursday-complete-Tuesday):
10564         Rename hebrew-calendar-year-Thursday-complete-Tuesday.
10565         (diary-hebrew-parasha): Rename diary-parasha.  Keep old name as alias.
10566         Update for above name changes of constants.
10568         * calendar/cal-menu.el, calendar/calendar.el:
10569         Update for chinese and hebrew name changes.
10570         * calendar/diary-lib.el: Update for hebrew name changes.
10572 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10574         * subr.el (keymap-canonicalize): Correct thinko.
10576         * server.el: Undo part of the multi-tty change, which is only
10577         needed if server.el is preloaded, and broke server-running-p.
10578         (server-socket-dir): Initialize in the defvar, as before.
10579         (server-start): Remove initialization of server-socket-dir.
10581 2008-04-05  Eli Zaretskii  <eliz@gnu.org>
10583         * ls-lisp.el (ls-lisp-format): Support inodes that are 2- or
10584         3-member cons cells.
10586 2008-04-05  Chong Yidong  <cyd@stupidchicken.com>
10588         * cus-face.el (custom-face-attributes): Handle roman slant.
10590         * faces.el (default): Ensure the face-defface-spec property is set.
10592 2008-04-05  Adrian Robert  <Adrian.B.Robert@gmail.com>
10594         * files.el (abort-if-file-too-large): New function.
10595         (find-file-noselect, insert-file-1): Use it.
10597 2008-04-05  Reto Zimmermann  <reto@gnu.org>
10599         * progmodes/vhdl-mode.el (vhdl-mode-map-init):
10600         Replace C-c[a-zA-Z] key bindings.
10602 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10604         * progmodes/hideif.el (hif-token-alist): New var.
10605         (hif-token-regexp, hif-tokenize): Use it.
10606         (hif-mathify-binop): New macro.
10607         (hif-plus, hif-minus, hif-notequal, hif-greater, hif-less)
10608         (hif-greater-equal, hif-less-equal): Use it.
10609         (hif-logior, hif-logand): New functions.
10610         (hif-math): Accept | and & as well.
10612         * progmodes/etags.el: Fix problem with completion for buffer-local
10613         tables.  Reported by Radey Shouman <shouman@comcast.net>.
10614         (tags-complete-tag): Remove.
10615         (tags-lazy-completion-table): New function to replace it.
10616         (find-tag-tag, complete-tag): Update users.
10618 2008-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
10620         * vc-rcs.el (vc-rcs-dir-status):
10621         * vc-sccs.el (vc-sccs-dir-status): New function.
10623         * outline.el (outline-mode-menu-bar-map):
10624         * term.el (terminal-signal-menu): Add :help.
10626         * net/eudc.el (eudc-mode-map): Declare and define in one step.
10627         (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.
10629         * emacs-lisp/re-builder.el (reb-mode-map):
10630         * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
10632         * diff-mode.el (diff-file-junk-re): Recognize the git format for
10633         new files, deleted files and for changing permissions.
10634         (diff-mode): Set beginning-of-defun-function and
10635         end-of-defun-function.
10637         * vc-bzr.el (vc-bzr-state): Use when instead of if.
10639         * vc.el (vc-default-status-fileinfo-extra): New function.
10640         (vc-status-mark-buffer-changed): Use it.
10641         (vc-update-vc-status-buffer): Allow for partial updates.
10643 2008-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10645         * net/tramp.el (after-init-hook): Don't wrap a lambda around
10646         tramp-register-completion-file-name-handler.
10648         * subr.el (keymap-canonicalize): New function.
10649         * mouse.el (mouse-menu-non-singleton): Use it.
10650         (mouse-major-mode-menu): Remove hack made unnecessary.
10652         * simple.el (set-fill-column): Prompt rather than error by default.
10654 2008-04-04  Andreas Schwab  <schwab@suse.de>
10656         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
10657         Reset new-rules after each round.
10659         * Makefile.in (cal-autoloads): New target.
10660         (compile, compile-always, recompile): Depend on it.
10661         ($(lisp)/calendar/cal-loaddefs.el)
10662         ($(lisp)/calendar/diary-loaddefs.el)
10663         ($(lisp)/calendar/hol-loaddefs.el): Depend on calendar/*.el.
10665 2008-04-04  Michael Kifer  <kifer@cs.stonybrook.edu>
10667         * ediff*.el: Replace load with require in eval-when-compile.
10669         * ediff-hook.el: Delete all invocations of (autoload ...).
10671         * ediff-util.el (ediff-setup): Make window-min-height a local variable
10672         in ediff control window, and set its min height to 2.
10673         (ediff-setup-control-buffer): Dedicate the control window.
10674         (ediff-toggle-multiframe): Undedicate control window.
10675         Work directly with ediff-setup-windows-multiframe and
10676         ediff-setup-windows-plain.
10678         * ediff-wind.el (ediff-choose-window-setup-function-automatically):
10679         New function.
10680         (ediff-window-setup-function): Change initialization.
10681         (ediff-setup-windows-automatic): Delete.
10682         (ediff-setup-windows-plain-merge): Make control window dedicated.
10683         (ediff-destroy-control-frame): Do not skip frames if working in a
10684         single frame.
10686         * emulation/viper-ex.el: Move provide's forward, prevent recursion in
10687         eval-when-compile.
10689         * emulation/viper-util.el: Move provide's forward, prevent recursion in
10690         eval-when-compile.
10692 2008-04-04  Glenn Morris  <rgm@gnu.org>
10694         * calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename
10695         calendar-absolute-from-bahai.  Update callers, keep old name as alias.
10697         * calendar/cal-islam.el (calendar-islamic-leap-year-p):
10698         Rename islamic-calendar-leap-year-p.  Update callers.
10699         (calendar-islamic-last-day-of-month):
10700         Rename islamic-calendar-last-day-of-month.  Update callers.
10701         (calendar-islamic-day-number):
10702         Rename islamic-calendar-day-number.  Update callers.
10703         (calendar-islamic-to-absolute): Rename calendar-absolute-from-islamic.
10704         Update callers, keep old name as alias.
10705         (calendar-islamic-print-date): Rename calendar-print-islamic-date.
10706         Update callers, keep old name as alias.
10707         (calendar-islamic-goto-date): Rename calendar-goto-islamic-date.
10708         Keep old name as alias.
10709         (diary-islamic-list-entries): Rename list-islamic-diary-entries.
10710         Update callers, keep old name as alias.
10711         (calendar-islamic-mark-date-pattern):
10712         Rename mark-islamic-calendar-date-pattern.  Update callers, keep old
10713         name as alias.
10714         (diary-islamic-insert-entry): Rename insert-islamic-diary-entry.
10715         Keep old name as alias.
10716         (diary-islamic-insert-monthly-entry):
10717         Rename insert-monthly-islamic-diary-entry.  Keep old name as alias.
10718         (diary-islamic-insert-yearly-entry):
10719         Rename insert-yearly-islamic-diary-entry.  Keep old name as alias.
10721         * calendar/cal-iso.el (calendar-iso-to-absolute): Rename
10722         calendar-absolute-from-iso.  Update callers, keep old name as alias.
10723         (calendar-iso-print-date): Rename calendar-print-iso-date.
10724         Update callers, keep old name as alias.
10725         (calendar-iso-goto-date): Rename calendar-goto-iso-date.
10726         Keep old name as alias.
10727         (calendar-iso-goto-week): Rename calendar-goto-iso-week.
10728         Keep old name as alias.
10730         * calendar/cal-julian.el (calendar-julian-to-absolute): Rename
10731         calendar-absolute-from-julian.  Update callers, keep old name as alias.
10732         (calendar-julian-print-date): Rename calendar-print-julian-date.
10733         Update callers, keep old name as alias.
10734         (calendar-julian-goto-date): Rename calendar-goto-julian-date.
10735         Update callers, keep old name as alias.
10736         (calendar-astro-to-absolute): Rename calendar-absolute-from-astro.
10737         Update callers, keep old name as alias.
10738         (calendar-astro-print-day-number):
10739         Rename calendar-print-astro-day-number.  Update callers, keep old
10740         name as alias.
10741         (calendar-astro-goto-day-number): Rename calendar-goto-astro-day-number.
10742         Update callers, keep old name as alias.
10744         * calendar/cal-mayan.el (calendar-mayan-string-from-long-count):
10745         Rename calendar-string-to-mayan-long-count.  Update callers.
10746         (calendar-mayan-print-date): Rename calendar-print-mayan-date.
10747         Update callers, keep old name as alias.
10748         (calendar-mayan-read-haab-date): Rename calendar-read-mayan-haab-date.
10749         Update callers.
10750         (calendar-mayan-read-tzolkin-date):
10751         Rename calendar-read-mayan-tzolkin-date.  Update callers.
10752         (calendar-mayan-next-haab-date): Rename calendar-next-haab-date.
10753         Keep old name as alias.
10754         (calendar-mayan-previous-haab-date): Rename calendar-previous-haab-date.
10755         Keep old name as alias.
10756         (calendar-mayan-next-tzolkin-date): Rename calendar-next-tzolkin-date.
10757         Keep old name as alias.
10758         (calendar-mayan-previous-tzolkin-date):
10759         Rename calendar-previous-tzolkin-date.  Keep old name as alias.
10760         (calendar-mayan-next-round-date):
10761         Rename calendar-next-calendar-round-date.  Keep old name as alias.
10762         (calendar-mayan-previous-round-date):
10763         Rename calendar-previous-calendar-round-date.  Keep old name as alias.
10764         (calendar-mayan-long-count-to-absolute): Rename
10765         calendar-absolute-from-mayan-long-count.  Keep old name as alias.
10766         (calendar-mayan-goto-long-count-date):
10767         Rename calendar-goto-mayan-long-count-date.  Keep old name as alias.
10769         * calendar/cal-persia.el (calendar-persian-month-name-array):
10770         Rename persian-calendar-month-name-array.  Update callers.
10771         (calendar-persian-epoch): Rename persian-calendar-epoch.
10772         Update callers.
10773         (calendar-persian-leap-year-p): Rename persian-calendar-leap-year-p.
10774         Update callers.
10775         (calendar-persian-last-day-of-month):
10776         Rename persian-calendar-last-day-of-month.  Update callers.
10777         (calendar-persian-to-absolute): Rename calendar-absolute-from-persian.
10778         Update callers, keep old name as alias.
10779         (calendar-persian-print-date): Rename calendar-print-persian-date.
10780         Update callers, keep old name as alias.
10781         (calendar-persian-goto-date): Rename calendar-goto-persian-date.
10782         Keep old name as alias.
10784         * calendar/cal-china.el, calendar/cal-coptic.el, calendar/cal-islam.el:
10785         * calendar/cal-persia.el, calendar/holidays.el, calendar/lunar.el:
10786         * calendar/solar.el: Update for cal-julian name changes.
10788         * calendar/cal-dst.el: Update for persian name changes.
10790         * calendar/cal-menu.el, calendar/calendar.el:
10791         Update for islamic, iso, julian, mayan, persian name changes.
10793         * calendar/diary-lib.el: Update for islamic name changes.
10795         * calendar/calendar.el (calendar-hebrew-all-holidays-flag):
10796         Rename all-hebrew-calendar-holidays.  Update callers, keep old name
10797         as alias.
10798         (calendar-christian-all-holidays-flag):
10799         Rename all-christian-calendar-holidays.  Update callers, keep old
10800         name as alias.
10801         (calendar-islamic-all-holidays-flag):
10802         Rename all-islamic-calendar-holidays.  Update callers, keep old
10803         name as alias.
10804         (calendar-bahai-all-holidays-flag): Rename all-bahai-calendar-holidays.
10805         Update callers, keep old name as alias.
10806         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/holidays.el:
10807         Update for the above name changes.
10809 2008-04-04  Juanma Barranquero  <lekktu@gmail.com>
10811         * hilit-chg.el (global-highlight-changes-mode)
10812         (highlight-changes-passive-string, highlight-changes-active-string):
10813         Mark as obsolete since 23.1, not 22.1.
10815 2008-04-03  Juanma Barranquero  <lekktu@gmail.com>
10817         * hilit-chg.el (highlight-changes-visibility-initial-state)
10818         (hilit-chg-update, highlight-changes-mode-turn-on):
10819         Fix typos in docstrings.
10821 2008-04-03  Stephen Berman  <Stephen.Berman@gmx.net>
10823         * newcomment.el (comment-enter-backward): Be careful to restore
10824         position changed during narrowing.
10826 2008-04-03  Giuliano Procida  <giuliano.procida@googlemail.com>  (tiny change)
10828         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
10829         Recognize `sub ($$)'.
10831 2008-04-03  Richard Sharman  <rsharman@pobox.com>
10833         * hilit-chg.el (highlight-changes-mode): Rename from
10834         highlight-changes; no longer uses sub-modes active and passive;
10835         implemented by define-minor-mode.
10836         (highlight-changes-toggle-visibility): New function, to replace
10837         the old passive/active submodes of global-highlight-changes-mode;
10838         implemented by define-minor-mode.
10839         (global-highlight-changes-mode): Rename from global-highlight-changes;
10840         rewrite using define-globalized-minor-mode.
10841         (hilit-chg-major-mode-hook, hilit-chg-check-global)
10842         (hilit-chg-post-command-hook, hilit-chg-check-global)
10843         (hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due
10844         to use of define-globalized-minor-mode.
10845         (highlight-changes-global-initial-state): Change to be boolean.
10846         (highlight-changes-visible-string, highlight-changes-invisible-string):
10847         Rename from highlight-changes-active-string and
10848         highlight-changes-passive-string.
10849         (hilit-chg-update, hilit-chg-set): Use them.
10850         (global-highlight-changes-mode): Rename from global-highlight-changes.
10851         (hilit-chg-map-changes, hilit-chg-display-changes): Add arguments to
10852         docstring.
10853         (hilit-chg-hide-changes): Rewrite to use dolist.
10854         (hilit-chg-set-face-on-change, hilit-chg-update)
10855         (highlight-changes-rotate-faces): Use highlight-changes-visible-mode
10856         variable instead of testing highlight-changes-mode.
10857         (highlight-markup-buffers): Add require ediff-util; argument on calls
10858         to highlight-changes-mode changed.
10859         (highlight-compare-with-file): Fix problems with interactive
10860         call giving invalid default file.
10862 2008-04-03  Nick Roberts  <nickrob@snap.net.nz>
10864         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
10865         Fix in disassembly buffer (regression in 22.2).
10867 2008-04-03  Michael Kifer  <kifer@cs.stonybrook.edu>
10869         * emulation/viper-macs.el (viper-read-fast-keysequence):
10870         Use viper-read-event instead of viper-read-key.
10872         * emulation/viper.el (viper-mode): Move the check for fundamental mode.
10874         * emulation/viper-util.el (viper-get-saved-cursor-color-in-insert-mode)
10875         (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant
10876         let-statements.
10878         * emulation/viper-ex.el, emulation/viper-macs.el:
10879         * emulation/viper-mous.el:
10880         Replace load with require in eval-when-compile.
10882 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10884         * files.el (auto-mode-alist): Use archive-mode for Debian packages.
10886         * arc-mode.el (archive-mode-map): Obey mouse-1-click-follows-link.
10887         (archive-try-jka-compr): New function.
10888         (archive-set-buffer-as-visiting-file): Use it.
10890         * tar-mode.el (tar-mode-map): Obey mouse-1-click-follows-link.
10892 2008-04-03  Chong Yidong  <cyd@stupidchicken.com>
10894         * simple.el (handle-shift-selection): New arg.
10896 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10898         * emacs-lisp/cl-macs.el (defsetf): Accept a lambda for the 2-arg form.
10900         * vc-bzr.el (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
10902 2008-04-03  Chong Yidong  <cyd@stupidchicken.com>
10904         * shell.el (shell-dynamic-complete-filename): New fun.
10905         (shell-dynamic-complete-functions): Use it.
10907         * help-fns.el (describe-variable): Undo 2008-02-25 change.
10909 2008-04-03  Kenichi Handa  <handa@m17n.org>
10911         * international/fontset.el (create-fontset-from-x-resource):
10912         Handle the error of X resource more gracefully.
10914         * international/latin1-disp.el (latin1-display): Don't use make-char.
10915         Fix the argument to set-char-table-range.
10916         (latin1-display-identities): Don't use make-char.
10917         (latin1-display-reset): Use map-charset-chars instead of directly
10918         calling standard-display-default.
10919         (latin1-display-check-font): Don't use make-char.
10920         (latin1-display-setup): Likewise.
10921         (latin1-display-ucs-per-lynx): Likewise.
10923 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10925         * emacs-lisp/timer.el (timer): Define as a defstruct, so we can
10926         name the fields, to make the code clearer.
10927         Rewrite all `aset' and `aref' using the defined accessors.
10928         (timer--time): New pseudo-field.
10929         (timer-set-time, timer-set-idle-time, timer-inc-time)
10930         (timer-set-time-with-usecs, with-timeout-suspend): Use it.
10931         (timer--time-less-p): New function.
10932         (timer--activate): New function, extracted from timer-activate.
10933         (timer-activate-when-idle, timer-activate): Use it.
10934         (cancel-function-timers): Use dolist.
10936 2008-04-03  Glenn Morris  <rgm@gnu.org>
10938         * add-log.el (c-beginning-of-defun, c-end-of-defun):
10939         Remove declarations; no longer used.
10940         (c-cpp-define-name, c-defun-name): Declare as functions.
10942         * calendar/cal-bahai.el (holiday-fixed): Autoload it.
10943         (holiday-bahai-new-year, holiday-bahai-ridvan): New functions.
10945         * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc)
10946         (holiday-passover-etc, holiday-hanukkah): Doc fix.
10947         Add optional argument.  Simplify.
10948         (holiday-tisha-b-av-etc): Use memq rather than unless.
10949         (holiday-julian): Autoload it.
10950         (holiday-hebrew-misc): New function.
10952         * calendar/cal-islam.el (holiday-islamic-new-year): New function.
10954         * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
10955         (hebrew-holidays-3, hebrew-holidays-4): Make obsolete.
10956         (hebrew-holidays-2): Just use holiday-hanukkah now it respects
10957         all-hebrew-calendar-holidays.
10958         (hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays):
10959         Simplify using new functions.
10960         (calendar-holidays): Doc fix.
10961         (generate-calendar-window): Use bound-and-true-p.
10963         * calendar/diary-lib.el (diary-mail-addr): Use bound-and-true-p.
10965         * calendar/holidays.el (calendar-holiday-list): Fix previous change.
10966         (holiday-filter-visible-calendar): Doc fix.  Use mapcar.
10967         (holiday-easter-etc): Fix nesting of result.  Tweak holiday order.
10968         Use calendar-date-is-visible-p, not holiday-filter-visible-calendar.
10970         * net/tramp.el (tramp-drop-volume-letter): Move definition before use.
10972 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10974         * vc-mtn.el (vc-mtn-command): Avoid localization of messages.
10976         * vc-bzr.el (vc-bzr-checkout): Simplify.
10978         * image-mode.el (image-mode-fit-frame): New command.
10980         * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo)
10981         (copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
10982         (keyboard-escape-quit): Check region-active-p i.s.o
10983         transient-mark-mode.
10985 2008-04-02  Simon Josefsson  <simon@josefsson.org>
10987         * net/imap.el (imap-enable-exchange-bug-workaround): New variable.
10988         (imap-message-copyuid-1): Use it.
10989         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
10990         J. Williams in
10991         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
10993 2008-04-02  Alan Mackenzie  <acm@muc.de>
10995         * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
10996         New optimised functions to get the name of the current defun/macro.
10998         * add-log.el (add-log-current-defun): Move the functionality which
10999         gets the current function name for C like modes to cc-cmds.el,
11000         thus optimising for speed.
11002 2008-04-02  Chong Yidong  <cyd@stupidchicken.com>
11004         * simple.el (deactivate-mark): When the mark is temporarily
11005         active, restore the original value of transient-mark-mode.
11006         (set-mark-command): First deactivate the mark if was temporarily active.
11007         (exchange-point-and-mark): Reactivate the mark if it was
11008         temporarily active.
11009         (handle-shift-selection): New fun.
11010         (transient-mark-mode): Move var documentation here from buffer.c.
11011         (next-line, previous-line, backward-word, move-end-of-line)
11012         (move-beginning-of-line, forward-to-indentation)
11013         (backward-to-indentation, back-to-indentation)
11014         (beginning-of-buffer, end-of-buffer): Add ^ interactive spec.
11016         * mouse.el (mouse-set-region-1): Save the old value of
11017         transient-mark-mode.
11018         (mouse-drag-track): Ignore the now-obsolete value `identity' for
11019         transient-mark-mode.
11021         * textmodes/paragraphs.el (forward-paragraph)
11022         (backward-paragraph, forward-sentence, backward-sentence): Add ^
11023         interactive spec.
11025         * emulation/cua-base.el (cua-mode): Turn off shift-select-mode.
11027 2008-04-02  Michael Albinus  <michael.albinus@gmx.de>
11029         * net/tramp.el (tramp-make-tramp-temp-file):
11030         Use `tramp-drop-volume-letter' for the local file name part.
11032 2008-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
11034         * progmodes/sh-script.el (sh-mode-map): Rename the menu.  Add :help.
11035         Add menu entries corresponding to all the key bindings.
11037         * emacs-lisp/debug.el (debugger-mode-map):
11038         * textmodes/conf-mode.el (conf-mode-map): Add a menu.
11039         (conf-align-assignments): Only work on the region if it is active.
11040         (conf-quote-normal): Use when instead of if.  Remove redundant test.
11042         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
11043         for tracing and re-builder.
11045 2008-04-02  Glenn Morris  <rgm@gnu.org>
11047         * calendar/appt.el (appt-disp-window-function): Doc fix.
11048         (appt-display-message): Move beep before display.
11049         (appt-check): Make interactive.  Reduce the number of lets.
11050         Use string-equal to compare mode-line strings.
11051         (appt-disp-window): Pluralize "minute" as needed.  Make appt buffer
11052         read-only.
11053         (appt-select-lowest-window, appt-make-list): Reduce the number of lets.
11054         (appt-delete): Simplify.
11056         * calendar/cal-china.el (holiday-chinese-new-year): Use a single let.
11058         * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
11060         * calendar/cal-hebrew.el (list-yahrzeit-dates):
11061         * calendar/cal-tex.el (cal-tex-insert-blank-days-at-end)
11062         (cal-tex-last-blank-p, cal-tex-daily-page): Expand calendar-for-loops.
11064         * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
11065         (calendar-holiday-marker, mark-visible-calendar-date):
11066         * calendar/diary-lib.el (fancy-diary-display):
11067         Check for font-lock-mode before using faces.
11069         * calendar/calendar.el (hebrew-holidays-3, generate-calendar-month)
11070         (calendar-gregorian-from-absolute): Reduce the number of lets.
11071         (hebrew-holidays-4, generate-calendar-window): Simplify.
11072         (calendar-for-loop): Make obsolete.
11073         (calendar-nth-named-day): Doc fix.
11075         * calendar/diary-lib.el (diary-list-entries, fancy-diary-display)
11076         (print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
11077         (calendar-mark-1, list-sexp-diary-entries, diary-remind):
11078         Reduce the number of lets.
11079         (mark-sexp-diary-entries, calendar-mark-complex):
11080         Expand calendar-for-loops.
11082 2008-04-01  Chong Yidong  <cyd@stupidchicken.com>
11084         * find-dired.el (find-dired-filter): Fix last patch to handle
11085         multi-line process input.  Pad link numbers too.
11087 2008-04-01  Jari Aalto  <jari.aalto@cante.net>
11089         * find-dired.el (find-dired-filter): Align columns by padding file sizes.
11091 2008-04-01  Jason Rumney  <jasonr@gnu.org>
11093         * international/characters.el (script-list): Add phonetic script,
11094         covering IPA (previously Latin), Phonetic Extensions and
11095         Phonetic Extensions Supplement (both previously unassigned).
11097         * international/fontset.el (setup-default-fontset): Use unicode fonts
11098         that cover bopomofo script for bopomofo.
11099         Likewise for braille and mathematical.
11100         Use unicode scripts that cover the phonetic script for IPA.
11102 2008-04-01  Johan BockgÃ¥rd  <bojohan@gnu.org>
11104         * emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
11105         return the assigned value.
11107 2008-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11109         * abbrev.el (abbrev-mode): Use define-minor-mode.
11111         * mouse.el (mouse-major-mode-menu-prefix): Remove.  Remove uses.
11112         (mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
11113         Use map-keymap.
11114         (minor-mode-menu-from-indicator): Use it.  Simplify.
11116         * bindings.el (mode-line-mode-menu): Move before (new) first use.
11117         (mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
11118         Bind the key directly to the menu.
11119         (mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.
11121 2008-04-01  Daiki Ueno  <ueno@unixuser.org>
11123         * epa.el (epa-decrypt-region): Explain the reason why this
11124         function should not be used in Lisp programs.
11125         (epa-decrypt-armor-in-region): Ditto.
11126         (epa-verify-region): Ditto.
11127         (epa-verify-cleartext-in-region): Ditto.
11128         (epa-sign-region): Ditto.
11129         (epa-encrypt-region): Ditto.
11131         * epg.el (epg-start-receive-keys): Fix typo in docstring.
11133         * epa.el (epa-select-keys): Show menu even if there is no key in
11134         GnuPG's keyring.
11136 2008-04-01  Glenn Morris  <rgm@gnu.org>
11138         * calendar/calendar.el (calendar-make-temp-face): New function.
11139         (mark-visible-calendar-date):
11140         * calendar/diary-lib.el (fancy-diary-display): Use it.
11142         * vc-hooks.el (vc-responsible-backend): Declare as function.
11144         * calendar/calendar.el (calendar-nongregorian-visible-p): New function.
11145         * calendar/cal-hebrew.el (calendar-hebrew-date-is-visible-p):
11146         * calendar/cal-julian.el (holiday-julian): Use it.
11148         * calendar/cal-hebrew.el (hebrew-calendar-elapsed-days): Doc fix.
11149         (calendar-hebrew-date-is-visible-p): Extract some common code into
11150         separate function.
11151         (holiday-hebrew, mark-hebrew-calendar-date-pattern): Use it.
11153         * calendar/cal-menu.el (cal-menu-holidays-menu):
11154         * calendar/calendar.el (calendar-mode-map): Use calendar-mark-holidays
11155         rather than obsolete alias.
11157         * calendar/calendar.el (mark-visible-calendar-date): Also use overlay
11158         for mark characters.
11159         (calendar-unmark): Unmark by removing all overlays, rather than
11160         redrawing.
11161         (calendar-starred-day): Remove.
11162         (calendar-mode): Disable undo.  Don't make calendar-starred-day local.
11163         (calendar-cursor-to-date): No need for special star handling now
11164         using overlays.
11165         (calendar-star-date): Use overlays.
11167         * calendar/cal-french.el (calendar-goto-french-date):
11168         * calendar/cal-hebrew.el (calendar-hebrew-from-absolute)
11169         (holiday-hanukkah, mark-hebrew-calendar-date-pattern):
11170         * calendar/cal-move.el (calendar-forward-month, calendar-end-of-month):
11171         * calendar/cal-persia.el (calendar-persian-date-string):
11172         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
11173         (cal-tex-cursor-month, cal-tex-LaTeXify-string):
11174         * calendar/lunar.el (lunar-phase-list, lunar-new-moon-on-or-after):
11175         * calendar/solar.el (solar-equinoxes-solstices):
11176         Reduce nesting of some lets.
11178         * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
11179         (calendar-goto-mayan-long-count-date): Simplify.
11181         * calendar/holidays.el (calendar-holiday-list, holiday-easter-etc):
11182         Simplify by using mapcar.
11183         (calendar-list-holidays): Return holiday-list.
11184         (list-holidays): Use let rather than let*.  Remove un-needed locals
11185         `d', `never'.
11186         (calendar-check-holidays): Return result from dolist.
11187         (holiday-float): Use a single let*.  Simplify if-and to and.
11188         (holiday-sexp, holiday-advent, holiday-greek-orthodox-easter): Use a
11189         single let*.
11191 2008-04-01  Jay Belanger  <jay.p.belanger@gmail.com>
11193         * calc/calc.el: Autoload `calc-yank'.
11194         (calc-mode-map): Add keybindings for `calc-yank'.
11195         * calc/calc-ext.el (calc-init-extensions): Remove keybinding
11196         assignments for `calc-yank'.
11198 2008-03-31  Dan Nicolaescu  <dann@ics.uci.edu>
11200         * vc.el (vc-status-add-entry): Assume ENTRY is a list, not a cons.
11201         (vc-status-mark-buffer-changed): Handle the extra field.
11203         * vc-bzr.el (vc-bzr-after-dir-status):
11204         * vc-cvs.el (vc-cvs-after-dir-status):
11205         * vc-hg.el (vc-hg-after-dir-status):
11206         * vc-svn.el (vc-svn-after-dir-status): Return a list, not a cons.
11208 2008-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
11210         * doc-view.el: Compute displayed pages first (in PDF).
11211         (doc-view-current-converter-processes): Rename from
11212         doc-view-current-converter-process.  Update users.
11213         (doc-view-sentinel): Test buffer's liveness.
11214         (doc-view-pdf/ps->png-sentinel): Remove.
11215         (doc-view-start-process): New function.
11216         (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
11217         (doc-view-ps->pdf): Use it.
11218         (doc-view-pdf->png-1, doc-view-pdf->png, doc-view-active-pages):
11219         New functions.
11220         (doc-view-convert-current-doc, doc-view-goto-page): Use them.
11221         (doc-view-mode): Kill the processes when leaving the mode.
11223 2008-03-31  Juanma Barranquero  <lekktu@gmail.com>
11225         * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p):
11226         Use `byte-compile-warning-types'.  Add docstring.
11228 2008-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
11230         * smerge-mode.el (smerge-apply-resolution-patch): New fun.
11231         (smerge-resolve): Add various resolution heuristics.
11233         * smerge-mode.el (smerge-refine): Allow highlighting other subparts
11234         in 3-way conflicts.
11236 2008-03-31  Glenn Morris  <rgm@gnu.org>
11238         * calendar/cal-bahai.el (diary-bahai-mark-entries):
11239         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
11240         * calendar/cal-islam.el (mark-islamic-diary-entries):
11241         Fix argument order in call to diary-mark-entries-1.
11243         * calendar/cal-bahai.el (calendar-bahai-date-string): Avoid an error for
11244         pre-Bahai dates.
11245         (holiday-bahai): Use an algorithm actually relevant to this calendar
11246         system.
11248         * calendar/cal-china.el (holiday-chinese-new-year): Doc fix.
11250         * calendar/cal-islam.el (holiday-islamic): Remove un-needed let.
11251         Use and.
11253         * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
11254         in the last fortnight in Julian October.
11256         * calendar/calendar.el (increment-calendar-month): Optionally handle
11257         systems without 12 months per year.
11259         (calendar-date-is-visible-p): Doc fix.  Simplify.
11261         * calendar/holidays.el (holiday-filter-visible-calendar): Return result
11262         from dolist.
11264 2008-03-30  Juanma Barranquero  <lekktu@gmail.com>
11266         * hi-lock.el (hi-lock-mode): Fix typos in docstring.
11267         (hi-lock-unload-function): New function.
11269 2008-03-30  Michael Albinus  <michael.albinus@gmx.de>
11271         * net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
11272         overwriting when NEWNAME is a local file.
11274         * net/trampver.el: Update release number.
11276 2008-03-30  Alexandre Julliard  <julliard@winehq.org>
11278         * vc-git.el: Make vc-status display information about copies,
11279         renames and permission changes.
11280         (vc-git-extra-fileinfo): New defstruct.
11281         (vc-git-escape-file-name, vc-git-file-type-as-string)
11282         (vc-git-rename-as-string, vc-git-permissions-as-string)
11283         (vc-git-status-printer): New functions.
11284         (vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo.
11285         (vc-git-after-dir-status-stage1): Look for copies, renames and
11286         permission changes.
11287         (vc-git-after-dir-status-stage1-empty-db): Set permissions.
11288         (vc-git-dir-status): Ask for staged files and renames.
11290 2008-03-30  Dan Nicolaescu  <dann@ics.uci.edu>
11292         * vc.el: Allow backends to display backend specific information in
11293         the vc-status listing.
11294         (vc-status-fileinfo): Add a field for backend specific information.
11295         (vc-status-printer): Rename to ...
11296         (vc-default-status-printer): ... this.
11297         (vc-status-printer): New function.
11298         (vc-update-vc-status-buffer): Set the backend specific file info
11299         if provided.
11301 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11303         * textmodes/remember.el (remember-diary-convert-entry): Revert last
11304         change (ill-conceived).
11306 2008-03-29  Glenn Morris  <rgm@gnu.org>
11308         * calendar/cal-hebrew.el (holiday-hebrew): Simplify.
11309         * calendar/cal-julian.el (holiday-julian): Simplify.
11311         * calendar/holidays.el (list-holidays): Use or.
11313 2008-03-29  Juri Linkov  <juri@jurta.org>
11315         * window.el (split-window-preferred-horizontally): New function.
11317         * cus-start.el (split-window-preferred-function):
11318         Set choice for "vertically" to nil instead of split-window.
11319         Set choice for "horizontally" to split-window-preferred-horizontally
11320         instead of lambda.
11322 2008-03-29  Juri Linkov  <juri@jurta.org>
11324         * simple.el (minibuffer-default-add-function): New variable with
11325         the default to minibuffer-default-add-completions.
11326         (minibuffer-default-add-done): New variable.  Make it buffer-local.
11327         (minibuffer-default-add-completions): New function.
11328         (goto-history-element): Set minibuffer-default-add-done to t and
11329         call a function in minibuffer-default-add-function when the
11330         specified absolute history position is greater than the length of
11331         the minibuffer-default list and minibuffer-default-add-done is nil.
11332         Change "^End of history; no next item$" to "^End of defaults;
11333         no next item$".
11335         * bindings.el (debug-ignored-errors): Change "^End of history;
11336         no next item$" to "^End of defaults; no next item$".
11338 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11340         * subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.
11342         * textmodes/remember.el (remember-diary-convert-entry): Prefer boundp
11343         to with-no-warnings.
11345 2008-03-29  Michael Albinus  <michael.albinus@gmx.de>
11347         Sync with Tramp 2.1.13.
11349         * net/tramp-ftp.el: Require 'cl when byte-compiling.
11351         * net/trampver.el: Update release number.
11353 2008-03-29  Dan Nicolaescu  <dann@ics.uci.edu>
11355         * vc-hooks.el (vc-menu-map-filter): Be more careful when finding
11356         the current backend.
11358         * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
11359         (vc-status-refresh): Create a temporary buffer and call the
11360         `dir-status' backend function from that buffer.
11362         * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
11363         (vc-bzr-after-dir-status): Don't kill the buffer.
11365         * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
11366         (vc-cvs-after-dir-status): Don't kill the buffer.
11368         * vc-git.el (vc-git-dir-status): Don't create a buffer.
11369         (vc-git-after-dir-status-stage2): Don't kill the buffer.
11371         * vc-hg.el (vc-hg-dir-status): Don't create a buffer.
11372         (vc-hg-after-dir-status): Don't kill the buffer.
11374         * vc-svn.el (vc-svn-dir-status): Don't create a buffer.
11375         (vc-svn-after-dir-status): Don't kill the buffer.
11377 2008-03-29  Glenn Morris  <rgm@gnu.org>
11379         * calendar/calendar.el (diary-file, american-date-diary-pattern)
11380         (european-date-diary-pattern, european-calendar-display-form)
11381         (american-calendar-display-form, diary-display-hook): Doc fixes.
11382         (european-calendar-style): Doc fix.  Use calendar-set-date-style for
11383         custom :set.  Mark as obsolete.
11384         (calendar-date-style, iso-date-diary-pattern)
11385         (iso-calendar-display-form): New user variables.
11386         (diary-date-forms, calendar-date-display-form): Set using
11387         calendar-date-style.  Doc fix.
11388         (calendar-set-date-style): New command.
11389         (european-calendar, american-calendar): Use calendar-set-date-style.
11390         Mark as obsolete.
11392         * calendar/diary-lib.el (number): Move declaration where needed.
11393         (diary-mail-entries, list-sexp-diary-entries): Doc fixes.
11394         (diary-make-date): New function.
11395         (diary-date, diary-block, diary-anniversary, diary-cyclic): Doc fix.
11396         Use diary-make-date.
11397         (diary-date-display-form, diary-insert-entry-1): New functions.
11398         (insert-monthly-diary-entry, insert-yearly-diary-entry):
11399         Use diary-insert-entry-1.
11400         (insert-anniversary-diary-entry, insert-block-diary-entry)
11401         (insert-cyclic-diary-entry): Use diary-date-display-form.
11403         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
11404         Autoload diary-insert-entry-1.
11405         * calendar/cal-bahai.el (diary-bahai-insert-entry)
11406         (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
11407         * calendar/cal-hebrew.el (insert-hebrew-diary-entry)
11408         (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
11409         * calendar/cal-islam.el (insert-islamic-diary-entry)
11410         (insert-monthly-islamic-diary-entry, insert-yearly-islamic-diary-entry):
11411         Use diary-insert-entry-1.
11413         * calendar/cal-hebrew.el (diary-make-date): Autoload it.
11414         (diary-yahrzeit): Doc fix.  Use diary-make-date.
11416         * calendar/icalendar.el (icalendar--datetime-to-american-date):
11417         New name for icalendar--datetime-to-noneuropean-date.  Make old name
11418         obsolete alias.
11419         (icalendar--datetime-to-iso-date): New function.
11420         (icalendar--datetime-to-diary-date): Doc fix.  Respect
11421         calendar-date-style if bound.
11423         * textmodes/remember.el (remember-diary-convert-entry):
11424         Respect calendar-date-style if bound.
11426 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11428         * xt-mouse.el (xterm-mouse-mode): Use delete-terminal-functions.
11429         (xterm-mouse-handle-delete-frame): Delete.
11431         * term/xterm.el (terminal-init-xterm): Use delete-terminal-functions.
11432         (xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys)
11433         (xterm-remove-modify-other-keys): Lookup terminal rather than frame
11434         in xterm-modify-other-keys-terminal-list.
11436         * vc-bzr.el (vc-bzr-state-heuristic): Fix last change for when there
11437         are conflicts.
11439 2008-03-29  Dan Nicolaescu  <dann@ics.uci.edu>
11441         * vc.el (vc-update): Check if the buffer is unsaved only if it
11442         actually exists.
11443         (vc-status-mode-map, vc-status-menu-map): Bind vc-update and
11444         vc-print-log.
11446 2008-03-28  Magnus Henoch  <mange@freemail.hu>
11448         * net/dns.el (dns-write): Use set-buffer-multibyte.
11450 2008-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11452         * vc-bzr.el (vc-bzr-sha1): New fun.
11453         (vc-bzr-state-heuristic): New fun, extracted from vc-bzr-registered.
11454         (vc-bzr-registered): Use it.
11456 2008-03-28  Dan Nicolaescu  <dann@ics.uci.edu>
11458         * vc.el (vc-status-kill-dir-status-process): Simplify.
11459         (vc-status-refresh): Make sure the buffer is live.
11460         (ring): Don't require it, not used.
11462 2008-03-28  Wilson Snyder  <wsnyder@wsnyder.org>
11464         * progmodes/verilog-mode.el (verilog-auto-inout-module):
11465         Add optional regular expression to AUTOINOUTMODULE.
11466         (verilog-inject-auto, verilog-auto-arg, verilog-auto-inst)
11467         (verilog-auto-inst-param, verilog-auto-reg)
11468         (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
11469         (verilog-auto-output-every, verilog-auto-input)
11470         (verilog-auto-inout, verilog-auto-sense, verilog-auto-tieoff)
11471         (verilog-auto-unused, verilog-auto): Update documentation to use
11472         more obvious instance module names versus cell names.
11474 2008-03-28  Jan Djärv  <jan.h.d@swipnet.se>
11476         * progmodes/compile.el (compilation-mode-tool-bar-map): Only enable
11477         kill if a process is running.
11479         * progmodes/grep.el (grep-mode-tool-bar-map): The same.
11481 2008-03-28  Dan Nicolaescu  <dann@ics.uci.edu>
11483         * vc.el: Add new backend function 'status-extra-headers.
11484         (vc-default-status-extra-headers): New function.
11485         (vc-status-headers): Call 'status-extra-headers.  Add colors.
11487         * vc-git.el (vc-git-status-extra-headers): New function.
11489 2008-03-28  Glenn Morris  <rgm@gnu.org>
11491         * calendar/cal-menu.el (cal-menu-holidays-menu)
11492         (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
11493         (cal-menu-list-holidays-previous-year): Simplify now that 2nd arg of
11494         holiday-list is optional.
11495         (calendar-mouse-holidays): Remove un-needed local `l'.
11497         * calendar/cal-move.el (calendar-cursor-to-nearest-date):
11498         Remove un-needed local `date'.
11499         (calendar-cursor-to-visible-date): Use let rather than let*.
11500         Remove un-needed local `first-of-month-weekday'.
11502         * calendar/calendar.el (abbreviated-calendar-year): Move to diary-lib.
11504         * calendar/diary-lib.el (print-diary-entries-hook, diary-list-entries):
11505         Doc fixes.
11506         (abbreviated-calendar-year): Move here from calendar.el.  Doc fix.
11507         (diary-header-line-flag, diary-header-line-format): Declare.
11508         (diary-pull-attrs): Check for multiple matches.
11509         (diary-list-entries-2): Simplify finding start of date.
11510         (diary-show-all-entries, make-diary-entry): Respect non-nil values of
11511         pop-up-frames.
11512         (diary-mark-entries-1): Re-use offset in abbreviated-year case.
11513         (mark-sexp-diary-entries): Remove superfluous call to diary-pull-attrs.
11515 2008-03-27  Dan Nicolaescu  <dann@ics.uci.edu>
11517         * vc-hg.el (vc-hg-state, vc-hg-dir-state): Deal with 'missing files.
11519         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate.
11521 2008-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11523         * vc-hooks.el (vc-before-save): Don't prevent saving the file.
11525         * image-mode.el (image-mode-reapply-winprops): Fix last change.
11527 2008-03-27  Kenichi Handa  <handa@ni.aist.go.jp>
11529         * international/mule-conf.el (define-iso-single-byte-charset):
11530         Don't make latin-iso8859-* supplementary.
11531         (#'set-charset-priority): Don't change the priority of charsets
11532         `unicode' and `emacs'.
11534 2008-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11536         * vc.el (vc-do-command): Don't pop to the buffer if it's an internal
11537         temp buffer.
11539 2008-03-27  Glenn Morris  <rgm@gnu.org>
11541         * calendar/cal-bahai.el (diary-bahai-list-entries):
11542         * calendar/cal-hebrew.el (list-hebrew-diary-entries):
11543         * calendar/cal-islam.el (list-islamic-diary-entries): Doc fix.
11545         * calendar/calendar.el (diary-file): Doc fix.
11547         * calendar/diary-lib.el (diary-face-attrs): Fix `height' regexp.
11548         (list-diary-entries-hook, mark-diary-entries-hook)
11549         (include-other-diary-files, diary-mail-entries)
11550         (mark-included-diary-files, list-sexp-diary-entries): Doc fixes.
11551         (diary-set-header): New function.
11552         (diary-header-line-flag, diary-header-line-format):
11553         Use diary-set-header for custom :set function.
11554         (diary-set-maybe-redraw): Use symbol-value rather than eval.
11555         (diary-attrtype-convert): Use intern-soft rather than read.
11556         (diary-display-no-entries): New function.
11557         (simple-diary-display, fancy-diary-display): Use it.
11558         (fancy-diary-display): Doc fix.  Remove unneeded local entry-list.
11559         (diary-mark-entries-1): Fix position offsets in non-gregorian case.
11561         * calendar/holidays.el (list-holidays): Doc fix.
11563 2008-03-26  Jay Belanger  <jay.p.belanger@gmail.com>
11565         * calc/calc-store.el (calc-read-var-name-history): New variable.
11566         (calc-read-var-name): Use `calc-read-var-name-history'.
11568 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11570         * image-mode.el (image-mode-reapply-winprops): Simplify now that
11571         window-configuration-change-hook works buffer-locally.
11573 2008-03-26  Johan BockgÃ¥rd  <bojohan@gnu.org>
11575         * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table
11576         for Emacs Lisp, not Lisp.
11578 2008-03-26  Juanma Barranquero  <lekktu@gmail.com>
11580         * help-fns.el (describe-function-1, describe-variable):
11581         If CURRENT-NAME is nil, don't end obsolescence info with semicolon.
11583         * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no
11584         replacement is provided, don't print "use nil instead".
11586 2008-03-26  Johan BockgÃ¥rd  <bojohan@gnu.org>
11588         * complete.el (PC-do-completion): Use regexp-quote.
11590 2008-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
11592         * vc-cvs.el (vc-cvs-parse-status, vc-cvs-after-dir-status):
11593         Detect missing files.
11595         * vc-git.el (vc-git-extra-menu-map): New key map.
11596         (vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep):
11597         New functions.
11599         * vc-hooks.el (vc-default-mode-line-string): Deal with 'removed
11600         and 'missing files.
11602 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11604         * calendar/holidays.el (list-holidays): Make Y2 optional.
11606         * calendar/appt.el (appt-buffer-name): Don't use a leading space for
11607         buffers shown to the user.
11608         (appt-disp-window): Disable undo explicitly now that the leading space
11609         is gone.
11611         * simple.el (activate-mark): New function.
11612         (set-mark-command): Use it with region-active-p to clean up the code.
11613         (exchange-point-and-mark): Invert the meaning of C-u when
11614         transient-mark-mode is active.
11616         * dired-aux.el (dired-create-files): Use dolist.
11618         * bindings.el (mode-line-change-eol): Use with-selected-window.
11620         * apropos.el (apropos-command): Include macros.
11622 2008-03-26  Glenn Morris  <rgm@gnu.org>
11624         * calendar/cal-bahai.el: Require calendar, not cal-julian.
11625         (calendar-bahai-epoch): Doc fix.
11627         * calendar/cal-china.el: Explicitly require calendar.
11629         * calendar/cal-coptic.el, calendar/cal-islam.el, calendar/cal-persia.el:
11630         Require calendar rather than cal-julian.
11631         Autoload calendar-absolute-from-julian.
11632         * calendar/cal-coptic.el (coptic-calendar-epoch):
11633         * calendar/cal-islam.el (calendar-islamic-epoch):
11634         * calendar/cal-persia.el (persian-calendar-epoch): Set when compiling.
11636         * calendar/cal-islam.el (calendar-islamic-epoch): Doc fix.
11638         * calendar/cal-dst.el: Don't require cal-persia.
11639         (calendar-absolute-from-persian): Autoload it.
11640         (dst-adjust-time): Doc fix.
11642         * calendar/cal-menu.el (cal-menu-diary-menu): Remove menu headings that
11643         cause cal-bahai, cal-islam, cal-hebrew to be loaded on starting the
11644         calendar.
11646         * calendar/cal-menu.el: Require calendar rather than declaring
11647         functions.
11648         * calendar/calendar.el: Provide calendar before requiring cal-menu.
11650         * calendar/cal-x.el (calendar-after-frame-setup-hook): New name for
11651         calendar-after-frame-setup-hooks.  Update callers, make old name an
11652         obsolete alias.  Doc fix.
11653         (calendar-frame-1): Doc fix.
11655         * calendar/calendar.el (solar-holidays): Simplify holiday-sexp calls.
11657         * calendar/calendar.el (oriental-holidays, solar-holidays):
11658         * calendar/holidays.el (list-holidays): Assume atan always bound.
11660         * calendar/lunar.el, calendar/solar.el: Remove floating-point check.
11661         Explicitly require calendar, not cal-julian.
11662         * calendar/lunar.el: Explicitly require cal-dst.
11664 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11666         * autorevert.el (auto-revert-buffers): Use buffer-live-p.
11668         * help-fns.el (describe-function-1, describe-variable): If no
11669         replacement is provided, don't print "use nil instead".
11671 2008-03-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11673         * proced.el: New file.
11675 2008-03-25  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
11677         * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.
11679 2008-03-25  Juri Linkov  <juri@jurta.org>
11681         * battery.el: Add file cookie coding:iso-8859-1 for the degree sign
11682         in battery-mode-line-format.
11684         * bindings.el (minibuffer-local-map): For the command
11685         file-cache-minibuffer-complete replace keymap minibuffer-local-map
11686         with map which is already locally bound to minibuffer-local-map.
11688 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11690         * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
11691         Remove `sort-first' argument.
11693         * subr.el (redisplay-end-trigger-functions)
11694         (window-redisplay-end-trigger, set-window-redisplay-end-trigger)
11695         (process-filter-multibyte-p, set-process-filter-multibyte):
11696         Mark as obsolete.
11698 2008-03-25  Juanma Barranquero  <lekktu@gmail.com>
11700         * emacs-lisp/re-builder.el (reb-mode-common): Remove reference to
11701         bogus variable `reb-kill-buffer'; don't make hooks buffer-local,
11702         use the LOCAL arg of `add-hook'.
11703         (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
11704         Remove spurious * from defcustom docstrings.
11705         (reb-next-match, reb-prev-match, reb-enter-subexp-mode):
11706         Fix typos in messages.
11707         (reb-mode-buffer-p): New function.
11708         (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'.  Use `when'.
11709         (top, reb-show-subexp, reb-auto-update, reb-delete-overlays)
11710         (reb-cook-regexp, reb-update-regexp, reb-update-overlays):
11711         Use `unless', `when'.
11712         (re-builder-unload-function): New function.
11714 2008-03-25  Dan Nicolaescu  <dann@ics.uci.edu>
11716         * vc-hooks.el (vc-state): Add documentation for 'missing.
11718 2008-03-25  Wilson Snyder  <wsnyder@wsnyder.org>
11720         * progmodes/verilog-mode.el (verilog-auto-output)
11721         (verilog-auto-input, verilog-auto-inout, verilog-auto)
11722         (verilog-delete-auto): Add optional regular expression to
11723         AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
11724         (verilog-signals-matching-regexp): New internal function for
11725         signal matching.
11727 2008-03-25  Johan BockgÃ¥rd  <bojohan@gnu.org>
11729         * info.el (Info-isearch-search): Always return point.
11731 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11733         * diff-mode.el (diff-remembered-defdir): New var.
11734         (diff-find-file-name): Use it to flush diff-remembered-files-alist.
11736 2008-03-25  Glenn Morris  <rgm@gnu.org>
11738         * calendar/cal-bahai.el (calendar-bahai-read-date): New name for
11739         calendar-bahai-prompt-for-date.  Update callers, make old name an
11740         obsolete alias.  Doc fix.
11741         * calendar/cal-coptic.el (calendar-coptic-read-date): New name for
11742         coptic-prompt-for-date.  Update callers, make old name an
11743         obsolete alias.  Doc fix.
11744         * calendar/cal-hebrew.el (calendar-hebrew-read-date): New name for
11745         calendar-hebrew-prompt-for-date.  Update callers.  Doc fix.
11746         * calendar/cal-islam.el (calendar-islamic-read-date): New name for
11747         calendar-islamic-prompt-for-date.  Update callers.  Doc fix.
11748         * calendar/cal-iso.el (calendar-iso-read-date): New name for
11749         calendar-iso-read-args.  Update callers, make old name an obsolete
11750         alias.
11751         * calendar/cal-persia.el (calendar-persian-read-date): New name for
11752         persian-prompt-for-date.  Update callers, make old name an
11753         obsolete alias.  Doc fix.  Move definition before use.
11755         * calendar/cal-x.el (diary-frame-parameters)
11756         (calendar-frame-parameters, calendar-and-diary-frame-parameters)
11757         (calendar-frame-1): Doc fixes.
11758         (make-fancy-diary-buffer): Remove declaration.
11759         (calendar-dedicate-diary): Replace call to deleted function
11760         make-fancy-diary-buffer.
11761         (calendar-frame-setup): New function.
11762         (calendar-one-frame-setup, calendar-only-one-frame-setup)
11763         (calendar-two-frame-setup): Call calendar-frame-setup to do the actual
11764         work, and mark as obsolete.
11765         (special-display-buffer-names): Don't mess with this; it's not our
11766         business.
11767         (cal-x-load-hook): Defvar it, and mark as obsolete.
11769         * calendar/calendar.el (calendar-remove-frame-by-deleting):
11770         Default to t.  Add to 'calendar group.
11771         (calendar): Doc fix.  Use calendar-frame-setup.
11772         (calendar-basic-setup): Doc fix.  Add optional NODISPLAY argument.
11773         (generate-calendar-window): Doc fix.
11775 2008-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11777         * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
11779 2008-03-24  Drew Adams  <drew.adams@oracle.com>
11781         * finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
11782         New variables.
11783         (finder-mode): Use finder-mode-syntax-table.  Set font-lock-defaults.
11784         (finder-exit): Ignore errors rather than avoiding them.
11785         Kill *Finder-package* buffer also.
11787 2008-03-24  Andreas Schwab  <schwab@suse.de>
11789         * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
11791 2008-03-24  Dan Nicolaescu  <dann@ics.uci.edu>
11793         * vc-hg.el (vc-hg-after-dir-status):
11794         * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
11796         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
11797         Detect removed files.
11799         * vc.el (vc-status-printer): Use a different face for missing files.
11800         (vc-status-hide-up-to-date): Rename from
11801         vc-status-remove-up-to-date.  Update all callers.
11802         (vc-status-mode-map): Bind C-m.
11804 2008-03-24  Alexandre Julliard  <julliard@winehq.org>
11806         * vc-git.el (vc-git-after-dir-status-stage1): Move state matching
11807         code ...
11808         (vc-git--state-code): ... to this new function.
11809         (vc-git-state): Use it.
11811 2008-03-24  Trent Buck  <trentbuck@gmail.com>  (tiny change)
11813         * textmodes/remember.el (remember-mail-date)
11814         (remember-store-in-mailbox): Write date and From line in such a
11815         way that Mutt can read it.
11817 2008-03-23  Chong Yidong  <cyd@stupidchicken.com>
11819         * simple.el (transient-mark-mode): Turn on by default.
11821 2008-03-23  Dan Nicolaescu  <dann@ics.uci.edu>
11823         * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
11824         'unregistered for unregistered files.
11826         * vc-hg.el (vc-hg-state): Return 'removed for removed files.
11828         * bindings.el (standard-mode-line-modes): Avoid duplicating a string.
11830         * vc-cvs.el (vc-cvs-parse-status): Note there are problems with
11831         subdirectories.
11833         * vc.el (vc-status-prepare-status-buffer): Fix thinko.
11834         (vc-status-menu-map): Add binding for vc-status-kill-dir-status-process.
11835         Add :enable for vc-status-refresh.
11836         (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
11837         (vc-status-tool-bar-map): Add binding for
11838         vc-status-kill-dir-status-process.
11839         Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
11840         (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
11841         Reset vc-status-process-buffer.
11842         (vc-status-refresh): Don't run two refreshes at a time.
11843         (vc-status): If the buffer is already in vc-status-mode only refresh.
11844         (vc-status-mark-buffer-changed): Add an optional file parameter.
11845         (vc-resynch-buffer): Use it.
11846         (vc-delete-file): Expand the file name before using it.
11847         Be careful to not create a new buffer with the old file contents.
11848         Update the VC state after performing the operation.
11850 2008-03-23  Andreas Schwab  <schwab@suse.de>
11852         * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
11853         Fix radio button condition.
11854         [box]: Likewise.
11855         [customize]: Add radio button.
11857 2008-03-23  Jay Belanger  <jay.p.belanger@gmail.com>
11859         * calc/calc.el (calc-was-keypad-mode, calc-full-mode)
11860         (calc-user-parse-tables, calc-gnuplot-default-device)
11861         (calc-gnuplot-default-output, calc-gnuplot-print-device)
11862         (calc-gnuplot-print-output, calc-gnuplot-geometry)
11863         (calc-graph-default-resolution, calc-graph-default-resolution-3d)
11864         (calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
11865         (calc-undo-list, calc-redo-list, calc-main-buffer)
11866         (calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
11867         (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
11868         (calc-said-hello, calc-executing-macro, calc-any-selections)
11869         (calc-help-phase, calc-full-help-flag, calc-refresh-count)
11870         (calc-display-dirty, calc-embedded-info, calc-embedded-active)
11871         (calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
11872         (math-expr-variable-mapping, calc-mode-map, calc-digit-map)
11873         (calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
11874         (calc-create-buffer, calc-quit): Add docstrings.
11876 2008-03-23  Juanma Barranquero  <lekktu@gmail.com>
11878         * makefile.w32-in (WINS_ALMOST): Add org.
11880 2008-03-23  Dan Nicolaescu  <dann@ics.uci.edu>
11882         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
11883         New functions to implement vc-status support.
11885 2008-03-22  Dan Nicolaescu  <dann@ics.uci.edu>
11887         * vc.el (vc-status-prepare-status-buffer): New function.
11888         (vc-status): Use it.
11890         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
11891         appropriate.
11893 2008-03-22  Alexandre Julliard  <julliard@winehq.org>
11895         * vc-git.el (vc-git--empty-db-p)
11896         (vc-git-after-dir-status-stage1-empty-db): New functions.
11897         (vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
11898         Add support for empty repositories.
11900 2008-03-22  Dan Nicolaescu  <dann@ics.uci.edu>
11902         * vc-git.el (vc-git-annotate-extract-revision-at-line):
11903         Allow "^" in a version name.
11905         * vc-mtn.el (vc-mtn-state): Support the added state.
11907 2008-03-22  Carsten Dominik  <dominik@science.uva.nl>
11909         * org: New directory for Org-mode.
11911         * org/org-export-latex.el: Moved from lisp/texmodes.
11913         * org/org-irc.el: Moved from lisp/texmodes.
11915         * org/org-mac-message.el: Moved from lisp/texmodes.
11917         * org/org-mouse.el: Moved from lisp/texmodes.
11919         * org/org-publish.el: Moved from lisp/texmodes.
11921 2008-03-21  Juri Linkov  <juri@jurta.org>
11923         * comint.el (comint-dynamic-simple-complete):
11924         Use variable `stub' for the second arg `common-substring'
11925         of `comint-dynamic-list-completions'.
11926         (comint-dynamic-list-filename-completions):
11927         Use variable `filenondir' for the second arg `common-substring'
11928         of `comint-dynamic-list-completions'.
11929         (comint-dynamic-list-completions): Add new optional arg
11930         `common-substring'.  Add `common-substring' as the second arg of
11931         the call to `display-completion-list'.  Doc fix.
11933         * comint.el (comint-dynamic-complete-as-filename)
11934         (comint-dynamic-list-filename-completions)
11935         (comint-dynamic-simple-complete): Use `minibuffer-message'
11936         to display message "No completions of %s" when a command
11937         is called in the minibuffer.
11938         (comint-dynamic-simple-complete): Don't display other
11939         completion messages when a command is called in the minibuffer.
11940         (comint-dynamic-list-completions): Use `minibuffer-message'
11941         to display message " [Type space to flush ...]" when a command
11942         is called in the minibuffer.
11944         * shell.el (shell-dynamic-complete-command)
11945         (shell-dynamic-complete-environment-variable): Don't display
11946         completion messages when command is called in the minibuffer.
11948         * emacs-lisp/lisp.el (lisp-complete-symbol):
11949         Use `minibuffer-message' to display message "No completions of %s"
11950         when this command is called in the minibuffer.
11952         * bindings.el (standard-mode-line-modes): Put special help-echo
11953         tooltip on recursive edit %[ %] mode-line constructs.
11955         * dabbrev.el (debug-ignored-errors): Remove $ from the end of
11956         "^No dynamic expansion for .* found$" to allow error messages like
11957         "No dynamic expansion for \"%s\" found in this-buffer".
11959 2008-03-21  Michael Albinus  <michael.albinus@gmx.de>
11961         * net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
11962         "psftp".
11964 2008-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11966         * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
11967         * vc.el (vc-default-dired-state-info): Use just "modified".
11968         * vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
11969         (vc-cvs-mode-line-string): Make use of the better default.
11970         (vc-cvs-parse-entry): Use the new `added'.
11971         (vc-cvs-dired-state-info): Remove.
11972         * vc-svn.el (vc-svn-dired-state-info): Remove.
11973         * vc-hg.el (vc-hg-dired-state-info): Remove.
11974         * vc-git.el (vc-git-dired-state-info): Remove.
11976 2008-03-21  Dan Nicolaescu  <dann@ics.uci.edu>
11978         * vc-git.el (vc-git-status-result): New variable.
11979         (vc-git-dir-status): Split out ...
11980         (vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
11981         ... these new functions and work asynchronously.
11983 2008-03-21  Alexandre Julliard  <julliard@winehq.org>
11985         * vc-git.el (vc-git-after-dir-status): Remove.
11986         (vc-git-dired-state-info): Reimplement.
11988 2008-03-21  Dan Nicolaescu  <dann@ics.uci.edu>
11990         * replace.el (occur-mode-map): Add :help.
11992         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entry
11993         for disassemble.
11995         * vc.el (vc-status-mark-buffer-changed): Better deal with files in
11996         the 'added state.
11997         (vc-status-remove-up-to-date): New function.
11998         (vc-status-mode-map, vc-status-menu-map): Bind it.
11999         (vc-status-printer): Use a different face up-to-date files.
12000         (vc-resynch-buffer): Update the vc-status buffer if it exists.
12001         (Todo): Remove solved entries.
12003         * vc-hg.el (vc-hg-state):
12004         * vc-git.el (vc-git-state):
12005         * vc-cvs.el (vc-cvs-parse-status):
12006         * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
12007         state.
12009 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12011         * progmodes/compile.el (compile):
12012         * progmodes/grep.el (grep, grep-find): Use read-shell-command.
12014         * simple.el (minibuffer-local-shell-command-map): New var.
12015         (minibuffer-complete-shell-command, read-shell-command): New funs.
12016         (shell-command, shell-command-on-region): Use them.
12018 2008-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
12020         * vc.el (vc-status-mark-buffer-changed): New function to implement
12021         updating of the *vc-status* buffer when a buffer is saved.
12022         (vc-status-mode): Use it for after-change-hook.
12023         (vc-add-to-vc-status-buffer): Rename to ...
12024         (vc-status-add-entry): ... this.
12025         (Todo): Add new entry.
12027 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12029         * sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness.
12031 2008-03-20  Juanma Barranquero  <lekktu@gmail.com>
12033         * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars)
12034         (icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
12035         Remove spurious * from defcustom docstrings.
12036         (icomplete-compute-delay): Fix docstring and remove spurious *.
12037         (icomplete-delay-completions-threshold): Fix typo in docstring and
12038         remove spurious *.
12039         (icomplete-completions): While collecting the list of prospective
12040         candidates, don't overshoot `icomplete-prospects-length'.
12042 2008-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
12044         * textmodes/refbib.el:
12045         * textmodes/reftex.el:
12046         * textmodes/reftex-global.el:
12047         * textmodes/reftex-vars.el:
12048         * textmodes/reftex-toc.el: Don't use eval-and-compile for byte
12049         compiler pacifying defvars.
12050         (reftex-toc-mode): Only make zmacs-regions local on XEmacs.
12051         * textmodes/reftex-index.el (zmacs-regions): Remove pacifier,
12052         not needed.
12054 2008-03-20  Wilson Snyder  <wsnyder@wsnyder.org>
12056         * progmodes/verilog-mode.el (verilog-easy-menu-filter): New function.
12057         (verilog-stmt-menu, verilog-menu): Add :help and filter it.
12058         (verilog-customize, verilog-font-customize)
12059         (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
12060         (verilog-mode): Update documentation strings to match tool tips.
12061         (verilog-auto-search-do, verilog-auto-re-search-do)
12062         (verilog-skip-forward-comment-or-string): Fix verilog-auto
12063         expansion when a .* appears inside a string.
12064         (verilog-re-search-forward, verilog-re-search-backward):
12065         Add comment to recall how this works.
12066         (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
12068 2008-03-20  Glenn Morris  <rgm@gnu.org>
12070         * calendar/calendar.el (calendar-other-dates): New function.
12071         (calendar-print-other-dates): Use calendar-other-dates.
12072         * calendar/cal-menu.el (calendar-other-dates): Declare it, and remove
12073         the declarations it replaces.
12074         (calendar-mouse-print-dates): Use calendar-other-dates.
12076         * calendar/cal-bahai.el (calendar-bahai-leap-year-p)
12077         (calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
12078         (calendar-absolute-from-bahai): Fix the leap-year case.
12079         (calendar-bahai-from-absolute): Re-use the Gregorian month.
12080         (calendar-bahai-date-string, calendar-bahai-print-date):
12081         Handle pre-Bahai dates.
12083         * calendar/cal-china.el (chinese-calendar-celestial-stem)
12084         (chinese-calendar-terrestrial-branch): Make defcustoms.
12086         * calendar/cal-menu.el (calendar-mouse-holidays): Re-use the title.
12087         (calendar-mouse-view-diary-entries): Use or.
12088         (calendar-mouse-chinese-date): Remove unused command.
12089         (cal-menu-load-hook): Mark as obsolete.
12091         * calendar/solar.el (calendar-location-name, calendar-latitude)
12092         (calendar-longitude, solar-arctan, sunrise-sunset)
12093         (solar-mean-equinoxes/solstices): Use the appropriate equality test.
12095 2008-03-20  Jay Belanger  <jay.p.belanger@gmail.com>
12097         * calc/calc.el: Remove outdated comments.
12098         (defcalcmodevar, calc-mode-var-list-restore-default-values)
12099         (calc-mode-var-list-restore-saved-values, calc-autorange-units):
12100         Add docstrings.
12102 2008-03-19  Jason Rumney  <jasonr@gnu.org>
12104         * w32-fns.el (x-alternatives-map): Add S-tab mapping.
12106 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
12108         * net/tls.el (open-tls-stream): Reindent.
12110 2008-03-19  Michael Albinus  <michael.albinus@gmx.de>
12112         * net/tramp.el (tramp-let-maybe): Removed.
12113         (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
12114         It does not exist under XEmacs.
12115         (tramp-handle-file-truename, tramp-handle-expand-file-name)
12116         (tramp-completion-file-name-handler): Let-bind
12117         `directory-sep-char'.
12119         * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
12120         `directory-sep-char'.
12122 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12124         * help-fns.el (describe-function-1): Don't signal "missing arglist"
12125         for autoloaded keymaps.
12127         * progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
12128         (electric-verilog-terminate-line, verilog-in-struct-region-p)
12129         (verilog-backward-ws&directives, verilog-forward-ws&directives)
12130         (verilog-in-comment-p, verilog-in-star-comment-p)
12131         (verilog-in-slash-comment-p, verilog-skip-backward-comments)
12132         (verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
12133         (verilog-skip-forward-comment-or-string, verilog-in-paren)
12134         (verilog-skip-forward-comment-p): Use it.
12136 2008-03-19  Juanma Barranquero  <lekktu@gmail.com>
12138         * textmodes/org.el (org-link-store, org-link-follow, org-latex)
12139         (org-remember-templates, org-time-stamp-rounding-minutes)
12140         (org-back-over-empty-lines, org-find-base-buffer-visiting)
12141         (org-columns-new): Fix typos in docstrings.
12143 2008-03-19  Glenn Morris  <rgm@gnu.org>
12145         * net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
12146         (tramp-handle-shell-command): Use condition-case rather than
12147         ignore-errors.
12149 2008-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
12151         * diff-mode.el (diff-header): Make the color louder.
12152         (diff-refine-change): Tone the color down.
12154 2008-03-19  Juanma Barranquero  <lekktu@gmail.com>
12156         * descr-text.el (describe-char): When `describe-char-unidata-list'
12157         is set to show all properties, list them in the right order.
12159 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12161         * international/mule.el (load-with-code-conversion): Avoid setting
12162         default-enable-multibyte-characters.
12164 2008-03-19  Gustav HÃ¥llberg  <gustav@virtutech.com>  (tiny change)
12166         * vc.el (vc-annotate-background): Fix custom type.
12168 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12170         * descr-text.el (describe-char-unidata-list): Allow specifying
12171         just all properties.
12172         (describe-char): Handle that new value.
12174         * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
12176 2008-03-18  Tassilo Horn  <tassilo@member.fsf.org>
12178         * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
12179         instead of file name extension to make docs with uncommon
12180         extensions work.
12182 2008-03-18  Tassilo Horn  <tassilo@member.fsf.org>
12184         * doc-view.el (require): Require cl at compile time because
12185         `assert' needs it.
12187 2008-03-18  Glenn Morris  <rgm@gnu.org>
12189         * calendar/calendar.el (initial-calendar-window-hook)
12190         (today-visible-calendar-hook): Doc fixes.
12192 2008-03-17  Michael Albinus  <michael.albinus@gmx.de>
12194         * net/tramp.el (tramp-root-regexp): Simplify.
12195         (tramp-completion-file-name-regexp-separate): Don't insist on
12196         leading "[".  This prevents method or user or host completion.
12197         (tramp-let-maybe): Autoload it.
12198         (tramp-drop-volume-letter): Don't autoload.  When not on W32, it
12199         is an alias for `identity'.
12200         (tramp-handle-write-region): Protect `last-coding-system-used'
12201         over the trailing statements.
12202         (tramp-completion-file-name-handler-post-function): Remove.
12203         (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
12204         instead of calling `tramp-drop-volume-letter'.
12206         * net/tramp.el:
12207         * net/tramp-uu.el:
12208         * net/trampver.el: Move coding cookie at the end.
12210 2008-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12212         * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
12213         elements which may be something else than characters.
12215 2008-03-17  Dan Nicolaescu  <dann@ics.uci.edu>
12217         * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
12218         New functions to implement vc-status support.
12220         * vc.el (vc-default-extra-status-menu)
12221         (vc-add-to-vc-status-buffer): New functions.
12223         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
12224         for eldoc and ielm.
12226 2008-03-17  Glenn Morris  <rgm@gnu.org>
12228         * calendar/cal-x.el (diary-frame-parameters)
12229         (calendar-frame-parameters, calendar-and-diary-frame-parameters):
12230         Fix custom type; add options.
12231         (calendar-frame, diary-frame): Doc fixes.
12232         (calendar-dedicate-diary, calendar-frame-1): Extract common code into
12233         new functions.
12234         (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
12235         Use calendar-frame-1 and calendar-dedicate-diary.
12236         (calendar-one-frame-setup): Also handle only-one-frame case.
12237         (calendar-only-one-frame-setup): Doc fix.  Just call
12238         calendar-one-frame-setup.
12240         * calendar/diary-lib.el: Re-order some definitions before their use.
12241         (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
12242         (diary-list-entries): Doc fixes.
12243         (make-fancy-diary-display): Remove function.
12245         * calendar/calendar.el (calendar-today-marker)
12246         (initial-calendar-window-hook, today-visible-calendar-hook)
12247         (today-invisible-calendar-hook, diary-file, calendar-basic-setup)
12248         (calendar-star-date, calendar-mark-today): Doc fixes.
12249         (today-visible-calendar-hook): Add options.
12250         (calendar-in-read-only-buffer): New macro.
12251         (calendar-basic-setup): Adapt for change in calendar-read-date.
12252         Place holiday let inside if.
12253         (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
12254         (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
12255         (calendar-print-other-dates): Use one let rather than many.
12257         * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
12258         (calendar-print-other-dates):
12259         * calendar/cal-hebrew.el (list-yahrzeit-dates):
12260         * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
12261         * calendar/holidays.el (calendar-list-holidays, list-holidays)
12262         (calendar-cursor-holidays):
12263         * calendar/lunar.el (calendar-phases-of-moon): Use
12264         calendar-in-read-only-buffer to replace previous code and disable undo.
12266 2008-03-16  Juri Linkov  <juri@jurta.org>
12268         * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
12269         and regexp-search-ring-yank-pointer for the HISTPOS argument of
12270         read-from-minibuffer to provide the correct initial minibuffer
12271         history position in isearch-edit-string when it is called from
12272         isearch-ring-adjust.
12274         * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
12275         to check if the current buffer is the minibuffer, and in this case
12276         call abort-recursive-edit to kill the minibuffer.  Doc fix.
12277         (kill-this-buffer-enabled-p): Allow this function to return non-nil
12278         when the current buffer is the minibuffer.
12280         * simple.el (goto-line): Leave mark at previous position.  Doc fix.
12282 2008-03-16  Tassilo Horn  <tassilo@member.fsf.org>
12284         * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
12285         Use non-nil PARENTS attribute of make-directory instead of
12286         explicitly checking existence the current cache directory.
12288 2008-03-16  Daiki Ueno  <ueno@unixuser.org>
12290         * epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
12291         M-x epa-file-select-keys.
12293 2008-03-16  Kenichi Handa  <handa@m17n.org>
12295         * international/mule.el (auto-coding-alist):
12296         Use no-conversion-multibyte for archive files.
12298 2008-03-16  Glenn Morris  <rgm@gnu.org>
12300         * calendar/diary-lib.el (calendar-mark-complex, calendar-mark-1):
12301         New functions.
12302         * calendar/cal-bahai.el (calendar-mark-1): Autoload it.
12303         (calendar-bahai-mark-date-pattern): Add optional argument `color'.
12304         Use calendar-mark-1.
12305         * calendar/cal-hebrew.el (calendar-mark-complex): Autoload it.
12306         (mark-hebrew-calendar-date-pattern): Add optional argument `color'.
12307         Use calendar-mark-complex.
12308         * calendar/cal-islam.el (calendar-mark-1): Autoload it.
12309         (mark-islamic-calendar-date-pattern): Add optional argument `color'.
12310         Use calendar-mark-1.
12312         * calendar/calendar.el (calendar-mod): Remove.
12313         * calendar/cal-china.el (calendar-chinese-from-absolute)
12314         (calendar-chinese-date-string): Expand calendar-mod calls.
12315         * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
12316         Expand calendar-mod calls.
12318         * calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
12319         (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
12320         (diary-bahai-insert-yearly-entry): Use let rather than let*.
12321         Move obsolete aliases after the functions that replaced them.
12323         * calendar/cal-hebrew.el (calendar-absolute-from-hebrew)
12324         (hebrew-calendar-yahrzeit, insert-hebrew-diary-entry)
12325         (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry):
12326         Use let rather than let*.
12327         (calendar-hebrew-prompt-for-date): New function.
12328         (calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
12329         (holiday-tisha-b-av-etc): Use unless, let.
12331         * calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
12332         (calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
12334         * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
12336         * calendar/calendar.el (calendar-for-loop): Add indent spec.
12338         * calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
12339         (list-sexp-diary-entries, diary-font-lock-sexps): Use format rather
12340         than concat.
12341         (diary): Remove un-needed let.
12342         (view-other-diary-entries): Rename argument.
12343         (diary-list-entries-2): New function.
12344         (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
12345         (print-diary-entries): Use unless.
12346         (diary-mark-entries-1): Change argument order, make all but
12347         markfunc optional.  Handle the standard (Gregorian) case.
12348         Use match-string-no-properties.  Handle marks.
12349         (mark-diary-entries): Use diary-mark-entries-1.
12350         (diary-font-lock-keywords-1): New macro.
12351         (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
12353 2008-03-16  Ulf Jasper  <ulf.jasper@web.de>
12355         * calendar/icalendar.el (icalendar-version): Increase to 0.18.
12356         (icalendar-export-hidden-diary-entries): New variable.
12357         (icalendar-export-region): Use icalendar-export-hidden-diary-entries.
12358         In case of error, insert full error-val.
12359         (icalendar-first-weekday-of-year): Remove `offset' argument.  Doc fix.
12360         Use calendar-day-of-week.  Return the day number.
12361         (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
12363 2008-03-16  Craig Markwardt  <Craig.Markwardt@nasa.gov>
12365         * calendar/icalendar.el (icalendar-recurring-start-year): New variable.
12366         (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
12367         (icalendar-export-region): Ignore hidden diary entries.
12368         (icalendar--convert-ordinary-to-ical): Fix case where event
12369         spans across midnight boundary.
12370         (icalendar-first-weekday-of-year): New function.
12371         (icalendar--convert-weekly-to-ical): Allow user-selectable start
12372         year for recurring events (Mozilla calendars do not propagate
12373         recurring events forever, so year 2000 start date was not working).
12374         (icalendar--convert-yearly-to-ical): Remove extra spaces in
12375         formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
12377 2008-03-15  Michael Albinus  <michael.albinus@gmx.de>
12379         * net/tramp.el (tramp-root-regexp): New defconst.
12380         (tramp-completion-file-name-regexp-unified)
12381         (tramp-completion-file-name-regexp-separate)
12382         (tramp-completion-file-name-regexp-url): Use it.
12383         (tramp-do-copy-or-rename-file-via-buffer):
12384         Set `enable-multibyte-characters' to nil.  Set `jka-compr-inhibit' to
12385         t for `insert-file-contents-literally'.
12386         (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
12387         Autoload it.
12388         (tramp-completion-file-name-handler-post-function): New defconst.
12389         (tramp-completion-file-name-handler): Use it.
12390         (tramp-maybe-open-connection): Update calls to
12391         `tramp-flush-connection-property' for removed 2nd argument.
12393 2008-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12395         * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
12396         (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
12397         New functions.
12399 2008-03-15  Glenn Morris  <rgm@gnu.org>
12401         * calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
12402         New functions.
12403         * calendar/cal-bahai.el (number, original-date, add-to-diary-list)
12404         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
12405         (diary-list-entries-1, diary-mark-entries-1): Autoload.
12406         (diary-bahai-list-entries): Use diary-list-entries-1.
12407         (diary-bahai-mark-entries): Doc fix.  Use diary-mark-entries-1.
12408         * calendar/cal-hebrew.el (number, original-date, add-to-diary-list)
12409         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
12410         (diary-list-entries-1, diary-mark-entries-1): Autoload.
12411         (list-hebrew-diary-entries): Use diary-list-entries-1.
12412         (mark-hebrew-diary-entries): Doc fix.  Use diary-mark-entries-1.
12413         * calendar/cal-islam.el (number, original-date, add-to-diary-list)
12414         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
12415         (diary-list-entries-1, diary-mark-entries-1): Autoload.
12416         (list-islamic-diary-entries): Use diary-list-entries-1.
12417         (mark-islamic-diary-entries): Doc fix.  Use diary-mark-entries-1.
12419         * calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
12421         * calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
12423         * calendar/cal-china.el (number-chinese-months)
12424         (calendar-chinese-from-absolute): Use nth, caar.
12426         * calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
12428         * calendar/cal-french.el (french-calendar-accents): Doc fix.
12430         * calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
12431         (calendar-hebrew-month-name-array-leap-year)
12432         (hebrew-calendar-parashiot-names): Make constants.
12433         (diary-parasha): Move definition after constants it uses.
12435         * calendar/cal-html.el (cal-html-insert-link-yearpage)
12436         (cal-html-htmlify-list): Doc fix.
12437         (cal-html-htmlify-entry): Use nth.
12439         * calendar/cal-islam.el (calendar-islamic-month-name-array)
12440         (calendar-islamic-epoch): Make constants.
12441         (calendar-islamic-epoch): Doc fix.
12443         * calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
12445         * calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
12446         (cal-tex-month-name): Doc fix.
12447         (cal-tex-last-blank-p): Use zerop.
12449         * calendar/calendar.el (european-calendar-style, calendar-for-loop)
12450         (calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
12451         (calendar-cursor-to-date): Doc fix.
12452         (hebrew-holidays-1, hebrew-holidays-4): Simplify.
12453         (extract-calendar-day, extract-calendar-year): Use cadr, nth.
12454         (calendar-day-number): Use when.
12455         (generate-calendar-month): Use dotimes.
12456         (exit-calendar, calendar-print-other-dates): Use let rather than let*.
12457         (calendar-set-mark): Reverse conditional.
12458         (calendar-make-alist): Move definition before use.
12460         * calendar/diary-lib.el (diary-face-attrs)
12461         (diary-glob-file-regexp-prefix, diary-selective-display)
12462         (number-of-diary-entries, diary-list-entries, diary-goto-entry)
12463         (list-sexp-diary-entries, diary-date, diary-block, diary-float)
12464         (diary-anniversary, diary-cyclic)
12465         (diary-fancy-font-lock-fontify-region-function): Doc fixes.
12466         (diary-header-line-format): Change wording.
12467         (diary-list-entries): Set `date-start' in let.
12468         (include-other-diary-files, mark-included-diary-files): Use format.
12469         (simple-diary-display, fancy-diary-display): Use cadr, unless.
12470         (mark-diary-entries): Use 1+.
12471         (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
12472         (mark-calendar-month): Use dotimes.
12474         * calendar/holidays.el (displayed-month, displayed-year):
12475         Move declarations where needed.
12476         (calendar-list-holidays): Doc fix.
12478         * calendar/parse-time.el (parse-time-string): Simplify.
12480         * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
12481         Make constants.
12482         (solar-sunrise-sunset): Rename some local variables for clarity.
12483         (sunrise-sunset): Use zerop.
12484         (solar-mean-equinoxes/solstices): Doc fix.
12486         * calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
12487         Use nth.
12488         (timeclock-completing-read, timeclock-generate-report): Use zerop.
12489         (timeclock-mean, timeclock-generate-report): Use dolist.
12491         * calendar/todo-mode.el (todo-add-category): Simplify.
12492         (todo-more-important-p, todo-delete-item, todo-file-item):
12493         Use unless, when.
12494         (todo-top-priorities): Use zerop.
12496 2008-03-14  Nick Roberts  <nickrob@snap.net.nz>
12498         * buff-menu.el (list-buffers-noselect): Display buffer name in
12499         tooltip instead of mouse binding when it doesn't fit in the list.
12501 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
12503         * faces.el (xw-defined-colors):
12504         * simple.el (widget-convert, shell-mode): Declare as functions
12505         instead of autoloading.
12507         * abbrev.el:
12508         * button.el:
12509         * cus-face.el:
12510         * ediff-hook.el:
12511         * emacs-lisp/backquote.el:
12512         * emacs-lisp/timer.el:
12513         * facemenu.el:
12514         * faces.el:
12515         * menu-bar.el:
12516         * simple.el:
12517         * subr.el:
12518         * textmodes/fill.el:
12519         * textmodes/paragraphs.el: Remove autoloads, redundant when the
12520         files are preloaded.
12522 2008-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12524         * desktop.el (desktop-create-buffer): Don't catch errors if
12525         debug-on-error is set.
12527 2008-03-14  Eli Zaretskii  <eliz@gnu.org>
12529         * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
12530         ($(lisp)/calendar/diary-loaddefs.el)
12531         ($(lisp)/calendar/hol-loaddefs.el): New targets.
12532         (LOADDEFS): New macro.
12533         (autoloads): Depend on $(LOADDEFS).
12535 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
12537         * font-lock.el (featurep): Remove test, not useful anymore.
12538         (facemenu-keymap): Move key binding ...
12539         * facemenu.el (facemenu-keymap): ... here.
12541         * vc-bzr.el (vc-bzr-print-log): Insert a file marker.  Run the log
12542         for each file in the list.
12543         (vc-bzr-log-view-mode): Recognize the file marker.
12545         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
12546         for checkdoc and profiling.
12548 2008-03-14  Bastien Guerry  <bzg@altern.org>
12550         * textmodes/flyspell.el (nxml-mode): Add the right
12551         `flyspell-mode-predicate'.
12553         * wid-edit.el (link): Use 'mouse-face for :follow-link.
12555 2008-03-14  Glenn Morris  <rgm@gnu.org>
12557         * calendar/solar.el: Reorder so that functions are defined before use.
12558         (displayed-month, displayed-year): Move declarations where needed.
12559         (solar-get-number): Move definition before use.  Use unless.
12560         (solar-equatorial-coordinates): Simplify.
12561         (solar-sunrise-and-sunset): Use let rather than let*.
12562         (solar-longitude, solar-equinoxes-solstices): Use cadr, nth.
12564         * startup.el (command-line-1): Rename -internal-script back to
12565         -scriptload (reverts previous change).
12567         * calendar/cal-bahai.el (calendar-bahai-month-name-array)
12568         (calendar-bahai-leap-base): Add doc strings.
12569         (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
12570         Move definition before use.
12571         (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
12572         (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
12573         variables outside the loop.  Use dolist.
12574         (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
12576         * calendar/cal-china.el: Re-order so that functions are defined before
12577         use.
12578         (displayed-month, displayed-year): Move declarations where needed.
12579         (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
12580         (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
12581         Add doc strings.
12582         (chinese-year-cache): Recenter on 2010.  Doc fix.
12583         (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
12584         Doc fix.  Simplify.
12585         (chinese-year-cache-init): New function.
12586         (compute-chinese-year, holiday-chinese-new-year)
12587         (calendar-chinese-date-string, calendar-goto-chinese-date)
12588         (make-chinese-month-assoc-list): Use cadr, nth.
12589         (chinese-months): Remove un-needed let.
12591         * calendar/cal-coptic.el (coptic-calendar-month-name-array)
12592         (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
12593         (coptic-prompt-for-date): Move definition before use.
12595         * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
12596         (calendar-dst-find-data, calendar-daylight-time-offset)
12597         (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
12598         (calendar-daylight-savings-starts-time)
12599         (calendar-daylight-savings-ends-time): Use cadr, nth.
12601         * calendar/cal-french.el (french-calendar-epoch)
12602         (calendar-goto-french-date): Doc fix.
12603         (french-calendar-month-name-array)
12604         (french-calendar-multibyte-month-name-array)
12605         (french-calendar-day-name-array, french-calendar-special-days-array):
12606         Add doc strings.
12608         * calendar/cal-hebrew.el (displayed-month, displayed-year)
12609         (original-date): Move declarations where needed.
12610         (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
12611         Doc fix.
12612         (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
12613         constant variables outside the loop.  Use dolist.
12615         * calendar/cal-islam.el (displayed-month, displayed-year)
12616         (original-date): Move declarations where needed.
12617         (islamic-calendar-day-number): Remove unused local variable `day'.
12618         (calendar-goto-islamic-date): Doc fix.
12619         (holiday-islamic): Use unless.
12620         (list-islamic-diary-entries, mark-islamic-diary-entries): Move some
12621         constant variables outside the loop.  Use dolist.
12622         (mark-islamic-calendar-date-pattern): Move definition before use.
12623         Use unless.
12624         (mark-islamic-diary-entries): Doc fix.
12625         (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
12626         (insert-yearly-islamic-diary-entry): Use let rather than let*.
12628         * calendar/cal-julian.el (calendar-absolute-from-julian):
12629         Move definition before use.  Remove un-needed local `day'.
12630         (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
12632         * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
12633         (calendar-mayan-tzolkin-names-array): Add doc strings.
12634         (calendar-mayan-long-count-from-absolute): Use a single let.
12635         (calendar-string-to-mayan-long-count): Simplify.
12636         (calendar-next-haab-date, calendar-previous-haab-date)
12637         (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
12638         (calendar-previous-calendar-round-date)
12639         (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
12640         Doc fix.
12641         (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
12642         (calendar-mayan-date-string, calendar-print-mayan-date)
12643         (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
12644         (calendar-mayan-long-count-common-era): Move definitions before use.
12646         * calendar/cal-menu.el (displayed-year): Move declaration where needed.
12647         (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
12648         Doc fix.
12649         (calendar-mouse-goto-date): Move definition before use.
12651         * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
12652         Move definition before use.
12653         (calendar-cursor-to-visible-date): Move definition before use.
12654         (calendar-scroll-left): Use unless and zerop.  Combine lets into one,
12655         and place inside the conditional.
12656         (calendar-forward-day): Simplify.
12657         (calendar-end-of-month): Use unless.
12658         (calendar-goto-day-of-year): Doc fix.
12659         Relocate obsolete aliases after their replacements.
12661         * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
12663         * calendar/diary-lib.el (mark-diary-entries): Move some constant
12664         variables outside the diary-date-forms loop.
12666         * calendar/calendar.el (diary-file): Doc fix.
12667         (calendar-buffer-list): Return buffers rather than strings (fixes
12668         previous change).
12669         (hebrew-holidays-4): Fix typo.
12671         * calendar/holidays.el (displayed-month, displayed-year):
12672         Move declarations where needed.
12673         (calendar-holiday-list, calendar-list-holidays)
12674         (holiday-filter-visible-calendar): Move definitions before use.
12675         (list-holidays): Use cadr.
12676         Relocate obsolete aliases after their replacements.
12678         * calendar/lunar.el (date, displayed-month, displayed-year):
12679         Move declarations where needed.
12680         (lunar-phase-list): Move definition after functions it uses.
12681         (calendar-phases-of-moon, diary-phases-of-moon)
12682         (lunar-new-moon-on-or-after): Use cadr, nth.
12683         (lunar-new-moon-on-or-after): Doc fix.
12685         * textmodes/org-irc.el (top-level): CL not required when compiling.
12686         (org-irc-visit-erc): Replace runtime CL functions.
12688         * textmodes/org-publish.el (declare-function): Add compatibility stub.
12689         (org-publish-delete-dups): Declare as function.
12691 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
12693         * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
12694         (vc-bzr-show-log-entry): Make regexp match more cases.
12695         (vc-diff-switches-list): Remove autoload, not needed.
12697 2008-03-14  Juri Linkov  <juri@jurta.org>
12699         * isearch.el (isearch-edit-string): Remove one call to
12700         `isearch-push-state' not to push an inconsistent state,
12701         but keep another correct call to `isearch-push-state'.
12702         (isearch-ring-adjust): Call `isearch-push-state' only when
12703         `search-ring-update' is non-nil since `isearch-edit-string'
12704         already pushes its state.
12705         (isearch-message): Improve matching the failed part by checking
12706         if the original message starts with the last successful message.
12708         * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
12709         (dired-perm-write): Rename from `dired-warn-writable'.
12710         Change parent face from `font-lock-warning-face' to
12711         `font-lock-comment-delimiter-face'.
12712         (dired-warn-writable-face): Rename to `dired-perm-write-face'.
12713         (dired-perm-write-face): Rename from `dired-warn-writable-face'.
12714         (dired-font-lock-keywords): Replace `dired-warn-writable-face'
12715         with `dired-perm-write-face'.
12717 2008-03-13  Tassilo Horn  <tassilo@member.fsf.org>
12719         * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
12720         Create cache dir only if it doesn't already exist.
12722 2008-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12724         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
12725         of \ and '.
12727 2008-03-13  Johan BockgÃ¥rd  <bojohan@gnu.org>
12729         * net/browse-url.el (browse-url-text-xterm):
12730         Unquote browse-url-text-browser.
12732 2008-03-13  Carsten Dominik  <dominik@science.uva.nl>
12734         * textmodes/org-mouse.el: Version number change.
12736         * textmodes/org-publish.el (org-publish-expand-components):
12737         Remove null projects from the list of components.
12738         (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
12739         Remove unused retrieval of the :publishing-directory property.
12740         (org-publish-file): Bugfix: when using a relative directory as the
12741         publishing directory, convert it to a directory filename.
12742         (org-publish-project): New alias.
12743         (org-publish-get-files): Protect against empty p.
12744         (org-publish-file): Send an error when file is not part of any project.
12745         (org-publish-file): Offer to refresh the list of files in known
12746         project when the current file is not part of any project.
12747         (org-publish-before-export-hook)
12748         (org-publish-after-export-hook): New hooks.
12749         (org-publish-org-to): Use new hooks and kill buffers.
12750         (org-publish-file): Remove the code for killing buffers.
12751         (org-publish-initialize-files-alist): Use interactive.
12752         (org-publish-file): If the publishing function creates a new
12753         buffer, kill it after publishing.
12754         (org-publish-timestamp-filename): Protect ":" in file name path
12755         under windows.
12757         * textmodes/org-export-latex.el (org-export-as-latex): Revert the
12758         change that killed the LaTeX buffer.
12760         * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
12761         in the decision tree.
12762         (org-select-remember-template): Clean the code.
12763         (org-prepare-dblock): Add the extra :content parameter.
12764         (org-write-agenda): New output type ".ics" files.
12765         (org-write-agenda): Call `org-icalendar-verify-function', both for
12766         time stamps and for TODO entries.
12767         (org-agenda-collect-markers, org-create-marker-find-array)
12768         (org-check-agenda-marker-table): New functions.
12769         (org-agenda-marker-table): New variable.
12770         (org-export-as-html): Revert the change that killed the html
12771         buffer.  Side effects first need to be studied carefully.
12772         (org-get-tags-at): Fix the structure of the condition-case statement.
12773         (org-ts-regexp0, org-repeat-re, org-display-custom-time)
12774         (org-timestamp-change): Fix regular expressions to swallow the
12775         extra character for repeat-shift control.
12776         (org-auto-repeat-maybe): Implement the new repeater mechanisms.
12777         (org-get-legal-level): Alias to `org-get-valid-level'.
12778         (org-dblock-write:clocktable): Add a :link parameter, linking
12779         headlines to their location in the Org agenda files.
12780         (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
12781         throwing an error when getting tags before headlines.
12782         (org-timestamp-change, org-modify-ts-extra)
12783         (org-ts-regexp1): Fix timestamp editing.
12784         (org-agenda-custom-commands-local-options): New constant.
12785         (org-agenda-custom-commands):
12786         Use `org-agenda-custom-commands-local-options' to improve customize
12787         type.  "htmlize": Removed hack to fix face problem with htmlize,
12788         it no longer seem necessary.
12789         (org-follow-link-hook): New hook.
12790         (org-agenda-custom-commands): Add "Component" as a tag for each
12791         item in a command series.
12792         (org-open-at-point): Run `org-follow-link-hook'.
12793         (org-agenda-schedule): Bugfix: don't display marker type when it
12794         is nil.
12795         (org-store-link): org-irc required.
12796         (org-set-regexps-and-options): Parse the new logging options.
12797         (org-extract-log-state-settings): New function.
12798         (org-todo): Handle the new ways of recording state change stuff.
12799         (org-local-logging): New function.
12800         (org-columns-open-link): Fix bug with opening link in column view.
12801         (org-local-logging): New function.
12802         (org-todo): Make sure that LOGGING properties are honoured.
12803         (org-todo-keywords): Improve docstring.
12804         (org-startup-options): Cleanup startup options.
12805         (org-set-regexps-and-options): Process the "!" markers.
12806         (org-todo): Respect the new logging stuff.
12807         (org-log-note-how): New variable.
12808         (org-add-log-maybe): New parameter HOW that defines how logging
12809         should be done and also overrides PURPOSE.  Add a docstring.
12810         (org-add-log-note): Check if we really need to ask for a note.
12811         (org-get-current-options): Digest the new keyword.
12812         (org-agenda-reset-markers): Rename from
12813         `org-agenda-maybe-reset-markers'.  Remove FORCE argument.
12814         (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
12815         function, without force argument.
12816         (org-buffer-property-keys): Bind local variables s and p.
12817         (org-make-tags-matcher): Allow "" to match an empty or
12818         non-existent property value.
12819         (org-export-as-html): Join unsorted lists when they directly
12820         follow each other.  Such lists may be created by headlines that
12821         are converted to lists.
12822         (org-nofm-to-completion): New function.
12823         (org-export-as-html): Use :html-extension instead of
12824         org-export-html-extension.
12825         (org-store-link): Support for links from `rmail-summary-mode'.
12826         (org-columns-new, org-complete, org-set-property): Set the
12827         `include-columns' argument in the call to
12828         `org-buffer-property-keys'.
12829         (org-buffer-property-keys): New argument `include-columns', to
12830         include properties expected by any of the COLUMNS formats in the
12831         current buffer.
12832         (org-cleaned-string-for-export): Get rid of drawers first, so that
12833         they will be removed also in the text before the first headline.
12834         (org-clock-report): Show the clocktable when found.
12835         (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
12836         (org-version): With prefix argument, insert `org-version' at point.
12837         (org-agenda-goto): Recenter the window after finding the target
12838         location, to make sure the correct position will be displayed.
12839         (org-agenda-get-deadlines): Don't scale priority with the warning
12840         period.
12841         (org-insert-heading): Don't break line in the middle of the line.
12842         (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
12843         be 0.
12844         (org-update-checkbox-count): Revamp to deal with hierarchical
12845         checkboxes.  This was a patch from Miguel A. Figueroa-Villanueva.
12846         (org-remove-timestamp-with-keyword): New function.
12847         (org-schedule, org-deadline):
12848         Use `org-remove-timestamp-with-keyword' to make sure all such time
12849         stamps are removed.
12850         (org-mode): Support for `align'.
12851         (org-agenda-get-deadlines): Make sure priorities increase as the
12852         due date approaches and is passed.
12853         (org-remember-apply-template): Fix problem with tags that
12854         contain "_" or "@".
12855         (org-make-link-regexps): Improve the regular expression for plain links.
12856         (org-agenda-get-closed): List each clocking entry.
12857         (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
12858         (org-special-ctrl-k): New option.
12859         (org-kill-line): New function.
12860         (org-archive-all-done): Fix incorrect number of stars in regexp.
12861         (org-refile-get-location): New function.
12862         (org-refile-goto-last-stored): New function.
12863         (org-global-tags-completion-table): Add the value of org-tag-alist
12864         in each buffer, to make sure that also unused tags will be
12865         available for completion.
12866         (org-columns-edit-value)
12867         (org-columns-next-allowed-value): Only update if not in agenda.
12868         (org-clocktable-steps): New function.
12869         (org-dblock-write:clocktable): Call `org-clocktable-steps'.
12870         (org-archive-subtree): Add the outline tree context as a property.
12871         (org-closest-date): New optional argument `prefer'.
12872         (org-goto-auto-isearch): New option.
12873         (org-goto-map, org-get-location): Implement auto-isearch.
12874         (org-goto-local-auto-isearch-map): New variable.
12875         (org-goto-local-search-forward-headings)
12876         (org-goto-local-auto-isearch): New functions.
12878 2008-03-13  Philip Jackson  <emacs@shellarchive.co.uk>
12880         * textmodes/org-irc.el: New file.
12882 2008-03-13  John Wiegley  <johnw@gnu.org>
12884         * textmodes/org-mac-message.el: New file.
12886 2008-03-13  Dan Nicolaescu  <dann@ics.uci.edu>
12888         * font-lock.el (font-lock-comment-face): Set the foreground for
12889         the light background 8 colors case.
12891 2008-03-13  Glenn Morris  <rgm@gnu.org>
12893         * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
12894         generate-autoload-cookie patterns.
12896         * startup.el (command-line-1): Rename -scriptload to -internal-script.
12898         * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
12899         (MH_E_SRC): Remove variable.
12900         ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
12901         Simplify file header.  Use $@ for generated-autoload-file.
12903         * Makefile.in (LOADDEFS): New variable.
12904         (AUTOGENEL): Use $LOADDEFS.
12905         (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
12906         ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
12907         ($(lisp)/calendar/hol-loaddefs.el): New targets.
12908         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
12909         * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
12910         * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
12911         * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
12912         * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
12913         * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
12914         Add calendar-specific autoload cookies, and remove any setting of
12915         generated-autoload-file.
12916         * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
12917         * calendar/diary-lib.el: Replace explicit autoloads with reading of
12918         diary-loaddefs.
12919         * calendar/holidays.el: Replace explicit autoloads with reading of
12920         hol-loaddefs.
12922         * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
12923         (calendar-buffer-list): Simplify.
12924         (generate-calendar-window): Use calendar-mark-holidays rather than
12925         obsolete alias.
12927         * calendar/cal-hebrew.el (list-yahrzeit-dates):
12928         Use cal-hebrew-yahrzeit-buffer.
12930         * calendar/cal-x.el (calendar-only-one-frame-setup)
12931         (calendar-two-frame-setup): Doc fixes.
12932         (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
12934         * calendar/appt.el (appt-mode-string): Mark as risky.
12935         (appt-check): Apply mode-line-emphasis face to appt-mode-string.
12937         * calendar/cal-html.el (diary-list-entries):
12938         * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
12939         (calendar-iso-from-absolute): Fix autoloads.
12941         * calendar/cal-iso.el (calendar-absolute-from-iso)
12942         (calendar-iso-read-args): Simplify.
12943         (calendar-iso-date-string, calendar-iso-read-args)
12944         (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
12946         * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
12947         (displayed-month, displayed-year): Move declarations where needed.
12948         (calendar-print-astro-day-number): Doc fix.
12950         * calendar/cal-persia.el (persian-calendar-month-name-array)
12951         (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
12952         (persian-prompt-for-date): Remove local variable `today'.
12954         * calendar/diary-lib.el (mark-calendar-month): Use zerop.
12956         * calendar/solar.el (solar-moment, solar-exact-local-noon)
12957         (solar-sunrise-sunset, solar-sunrise-sunset-string)
12958         (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time)
12959         (diary-sabbath-candles, solar-equinoxes/solstices)
12960         (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
12961         (solar-time-equation, solar-date-to-et): Simplify.
12963         * mail/supercite.el: Remove the `function' in `(function (lambda'.
12964         Replace `(car (cdr' with cadr'.
12966         * progmodes/f90.el (f90-font-lock-n): New function.
12967         (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
12968         Use f90-font-lock-n.
12969         (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
12971         * progmodes/f90.el (f90-mode-abbrev-table):
12972         * progmodes/fortran.el (fortran-mode-abbrev-table):
12973         Use newer form of define-abbrev, where supported.  No need to bind
12974         abbrevs-changed for system abbrevs.
12976 2008-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12978         * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
12979         delete-frame-functions.
12981         * bookmark.el (Info-current-node): Remove.
12983 2008-03-12  Juri Linkov  <juri@jurta.org>
12985         * help.el (describe-project): Remove defaliases for view-todo and
12986         describe-project that are now unnecessary after the merge from
12987         emacs--rel--22 that added define-obsolete-function-alias.
12989         * startup.el (inhibit-startup-screen): Revert incomplete
12990         2008-03-10 merge from emacs--rel--22 that partly reverted
12991         2008-02-28 change that added initial message to *scratch* buffer
12992         regardless of the value of `inhibit-startup-screen'.
12993         Now keep this change in the trunk, but not in the 22 branch.
12995 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12997         * international/quail.el (quail-setup-completion-buf, quail-help):
12998         * mail/binhex.el (binhex-decode-region-internal):
12999         * mail/uudecode.el (uudecode-decode-region-internal):
13000         * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
13001         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
13002         setting default-enable-multibyte-characters.
13004         * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
13006         * comint.el: Fix up indentation and comment style.  Remove `function'.
13008         * international/mule-cmds.el (reset-language-environment)
13009         (set-language-environment-nonascii-translation):
13010         Don't set-unibyte-charset.
13012         * doc-view.el: Remove all cb-args, use closures instead.
13013         (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
13014         doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
13015         doing an incorrect check).  Update all callers to use the new name.
13016         (doc-view-doc->txt): Add missing `txt' argument.
13018 2008-03-12  Tassilo Horn  <tassilo@member.fsf.org>
13020         * doc-view.el (doc-view-current-cache-dir): Set buffer used for
13021         md5 sum calculation to single-byte.
13023 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13025         * doc-view.el (doc-view-new-window-function): Add assertion.
13026         (doc-view-doc-type): New var.
13027         (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
13028         (doc-view-intersection): New fun.
13029         (doc-view-mode): Use it to set the new var.
13031 2008-03-12  Tassilo Horn  <tassilo@member.fsf.org>
13033         * doc-view.el (doc-view-doc->txt, doc-view-open-text)
13034         (doc-view-already-converted-p): New functions.
13035         (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
13036         (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
13037         (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
13038         (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
13039         (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
13040         (doc-view-convert-current-doc): Don't hardwire the functions the
13041         sentinels call.  Now they're provided by two args CALLBACK and
13042         CB-ARGS to the functions.
13043         (doc-view-search): Use doc-view-doc->txt.
13044         (doc-view-initiate-display): Use doc-view-already-converted-p.
13045         Mention new binding C-c C-t if doc-view-mode doesn't work.
13047 2008-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
13049         * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
13051 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13053         * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
13054         Mark " outside of tags as punctuation.
13056 2008-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13058         * menu-bar.el (minibuffer-local-map): Use the same command for the
13059         "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
13060         Prefer RET over C-j for exit-minibuffer.
13062         * files.el (display-buffer-other-frame): Eliminate problematic code.
13064         * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
13065         (menu-bar-select-buffer): Remove.
13066         (menu-bar-select-frame): Make non-interactive and take a frame arg.
13067         (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
13069 2008-03-11  Juanma Barranquero  <lekktu@gmail.com>
13071         * icomplete.el (icomplete-completions): Remove obsolete code.
13073         * net/net-utils.el (iwconfig-program-options): Doc fix.
13074         (net-utils-run-program, run-network-program): Define as functions.
13076 2008-03-11  Dan Nicolaescu  <dann@ics.uci.edu>
13078         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
13080 2008-03-11  Glenn Morris  <rgm@gnu.org>
13082         * faces.el (mode-line-emphasis): New face.
13083         * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
13085         * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
13087 2008-03-11  Chong Yidong  <cyd@stupidchicken.com>
13089         * simple.el (set-mark-command): Doc fix.
13091 2008-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13093         * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
13095         * emacs-lisp/autoload.el (autoload-find-destination):
13096         Don't force raw-text.
13098         * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
13099         * calendar/cal-loaddefs.el: Don't version control.
13101 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
13103         * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
13104         entries and add :help to the existing ones.
13106 2008-03-10  Glenn Morris  <rgm@gnu.org>
13108         * calendar/cal-hebrew.el (date, entry, number): Move declarations
13109         to where they are needed.
13111         * calendar/calendar.el (diary-file, hebrew-holidays-1)
13112         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
13113         (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
13114         (calendar-version): Doc fixes.
13115         (calendar-absolute-from-gregorian): Use zerop.
13116         (calendar-mode-line-format): Make it a defcustom.
13118         * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
13119         (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
13120         (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
13121         (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
13122         (mark-included-diary-files, mark-calendar-days-named)
13123         (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
13124         (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
13125         (insert-monthly-diary-entry, insert-yearly-diary-entry)
13126         (insert-anniversary-diary-entry, insert-block-diary-entry)
13127         (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
13128         (diary-font-lock-sexps): Doc fixes.
13129         (diary-remind-message, mark-calendar-month): Use zerop.
13130         (diary-attrtype-convert, diary-pull-attrs): Simplify.
13131         (diary-list-entries): Revert let to let* (previous change).
13133         * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
13135 2008-03-10  Kim F. Storm  <storm@cua.dk>
13137         * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
13138         function aliases for the old names.
13140 2008-03-10  Juanma Barranquero  <lekktu@gmail.com>
13142         * iswitchb.el (iswitchb-use-faces): Doc fix.
13143         (iswitchb-buffer-ignore, iswitchb-read-buffer):
13144         Fix typos in docstrings.
13146 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
13148         * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
13149         Fix typo.
13150         (verilog-type-font-keywords): Reindent.
13152 2008-03-10  Michael McNamara  <mac@mail.brushroad.com>
13154         * progmodes/verilog-mode.el (verilog-font-grouping-keywords):
13155         Fix bug in the grouping-keyword regular expression.
13156         (verilog-font-lock-keywords): Allow users to toggle special
13157         highlight of grouping-keywords.
13158         (verilog-highlight-grouping-keywords): The toggle for special
13159         highlighting of grouping keywords.
13161 2008-03-10  Juri Linkov  <juri@jurta.org>
13163         * startup.el: Revert 2008-02-28 change that adds initial message
13164         to *scratch* buffer regardless of the value of
13165         `inhibit-startup-screen'.
13167 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
13169         * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
13170         * textmodes/bibtex-style.el (bibtex-style-indent-basic):
13171         * progmodes/verilog-mode.el (verilog-mode):
13172         * net/socks.el (socks):
13173         * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
13175 2008-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13177         * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
13178         (doc-view-bookmark-make-record): Use them.
13179         (doc-view-bookmark-jump): Use them.  Fix find-file ->find-file-noselect.
13180         (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
13182         * bookmark.el (bookmark-make-record-function): Change expected return
13183         value to include a suggested bookmark name.
13184         (bookmark-make): Split into bookmark-make-record and bookmark-store.
13185         Fix reversed `overwrite' semantics.
13186         (bookmark-set): Call bookmark-make-record before prompting the user.
13187         Then pass the result to bookmark-store later on.
13188         (bookmark-make-name-function): Remove.
13189         (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
13190         * info.el (bookmark-make-name-function): Remove.
13191         (Info-mode): Don't set it.
13192         (Info-bookmark-make-name): Remove.
13193         (Info-bookmark-make-record): Use Info-current-node as suggested default
13194         bookmark name.
13196         * bookmark.el (bookmark-set): Make bookmark before reading annotations.
13197         I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
13198         (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
13199         (bookmark-annotation-buffer, bookmark-annotation-file)
13200         (bookmark-annotation-point, bookmark-send-annotation)
13201         (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
13202         (bookmark-edit-annotation-text-func): Rename from
13203         bookmark-read-annotation-text-func.  Keep old name as an obsolete alias.
13204         (bookmark-edit-annotation-mode-map): Move initialization into
13205         declaration.
13207         * bookmark.el: Remove spurious * in docstrings.
13208         (bookmark-minibuffer-read-name-map): New var.
13209         (bookmark-set): Use it.  Also pass the default value as it should.
13210         (bookmark-send-edited-annotation): Take no chances with text properties.
13211         (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
13212         (bookmark-insert-buffer-name): Remove.
13213         (bookmark-buffer-file-name): Signal an error rather than returning nil.
13215 2008-03-09  Thomas Hühn  <xf27@arcor.de>  (tiny change)
13217         * tutorial.el (tutorial--default-keys): Update `C-l' binding.
13219 2008-03-09  Dan Nicolaescu  <dann@ics.uci.edu>
13221         * diff-mode.el (diff-mode-menu): Add :help.
13223 2008-03-09  Glenn Morris  <rgm@gnu.org>
13225         * calendar/calendar.el (general-holidays, oriental-holidays)
13226         (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
13227         (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
13228         (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
13229         (calendar-holidays): Restore autoload cookies, because people are
13230         used to using these variables without loading calendar.el.
13232         * calendar/cal-islam.el (diary-islamic-date): Move to end.
13233         (date, number): Declare where needed.
13235         * calendar/diary-lib.el (nongregorian-diary-marking-hook)
13236         (list-sexp-diary-entries): Doc fixes.
13237         (diary-list-entries): Doc fix.  Remove free variable `entry'.
13238         (fancy-diary-display): Use dolist, bobp.  Remove free variable `entry'.
13239         Simplify setting of `date-holiday-list'.
13240         (mark-diary-entries): Remove free variable `entry'.
13241         (diary-list-entries, include-other-diary-files, fancy-diary-display):
13242         Use let where let* is not needed.
13244 2008-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13246         * bookmark.el (bookmark-make): Don't pass the `annotation' to the
13247         make-record function, instead paste it in afterwards.
13248         (bookmark-make-record-for-text-file):
13249         * doc-view.el (doc-view-bookmark-make-record):
13250         * info.el (Info-bookmark-make-record): Don't mess with annotations.
13252 2008-03-08  Glenn Morris  <rgm@gnu.org>
13254         * calendar/diary-lib.el (entry): Declare for compiler part-way through.
13256 2008-03-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13258         * calendar/diary-lib.el (diary-list-entries)
13259         (include-other-diary-files, mark-diary-entries)
13260         (mark-sexp-diary-entries, mark-included-diary-files)
13261         (diary-entry-time, list-sexp-diary-entries): Remove the special
13262         handling of ^M that dates back to the use of selective-display.
13263         (simple-diary-display): Obey setting of pop-up-frames.
13264         (body, entry): Remove unnecessary declarations.
13266         * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
13267         (bookmark-get-annotation, bookmark-set-annotation)
13268         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
13269         (bookmark-set-position, bookmark-get-front-context-string)
13270         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
13271         (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
13272         * info.el (Info-bookmark-make-record): Don't bother recording point.
13273         (bookmark-get-filename, bookmark-get-front-context-string)
13274         (bookmark-get-rear-context-string, bookmark-get-position):
13275         Don't declare any more.
13276         (bookmark-get-info-node): Remove.
13277         (bookmark-prop-get): Declare.
13278         (Info-bookmark-jump): Use it.
13280 2008-03-08  Johan BockgÃ¥rd  <bojohan@gnu.org>
13282         * subr.el (while-no-input): Don't splice BODY directly into the
13283         `or' form.
13285 2008-03-08  Dan Nicolaescu  <dann@ics.uci.edu>
13287         * diff-mode.el (diff-ignore-whitespace-hunk):
13288         Bind inhibit-read-only before trying to change the buffer.
13290 2008-03-08  Glenn Morris  <rgm@gnu.org>
13292         * calendar/appt.el (appt): Move custom group here from calendar.el.
13293         (appt-disp-window, appt-convert-time): Doc fixes.
13295         * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
13296         (calendar-bahai-mark-date-pattern):
13297         * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
13298         * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
13299         * calendar/cal-julian.el (calendar-absolute-from-julian):
13300         * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
13302         * calendar/cal-china.el (chinese-calendar): Move custom group here from
13303         calendar.el.
13304         (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
13305         Make constants.
13306         (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
13307         (chinese-calendar-daylight-savings-starts)
13308         (chinese-calendar-daylight-savings-ends)
13309         (chinese-calendar-daylight-savings-starts-time)
13310         (chinese-calendar-daylight-savings-ends-time)
13311         (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
13312         Doc fixes.
13314         * calendar/cal-coptic.el (coptic-name): Add doc string.
13316         * calendar/cal-french.el (french-calendar-month-name-array)
13317         (french-calendar-day-name-array, french-calendar-special-days-array):
13318         Add doc strings.
13320         * calendar/cal-bahai.el (diary-bahai-mark-entries)
13321         (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
13322         (diary-bahai-insert-yearly-entry):
13323         * calendar/cal-dst.el (calendar-next-time-zone-transition)
13324         (calendar-time-zone):
13325         * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
13326         (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
13327         (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
13328         (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
13329         (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
13330         * calendar/cal-islam.el (islamic-calendar-leap-year-p)
13331         (list-islamic-diary-entries, mark-islamic-diary-entries)
13332         (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
13333         (insert-yearly-islamic-diary-entry):
13334         * calendar/cal-iso.el (calendar-iso-read-args):
13335         * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
13336         (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
13337         (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
13338         (calendar-next-calendar-round-date)
13339         (calendar-mayan-long-count-common-era):
13340         * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
13341         (cal-menu-x-popup-menu, calendar-mouse-holidays)
13342         (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
13343         (calendar-mouse-goto-date):
13344         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
13345         * calendar/holidays.el (holidays):
13346         * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
13347         * calendar/time-date.el (date-to-time, time-subtract, time-add)
13348         (safe-date-to-time): Doc fixes.
13350         * calendar/cal-persia.el (persian-calendar-month-name-array)
13351         (persian-calendar-epoch): Make constants.
13353         * calendar/cal-tex.el (calendar-tex): Move custom group here from
13354         calendar.el.
13356         * calendar/cal-x.el (diary-frame-parameters)
13357         (calendar-frame-parameters, calendar-and-diary-frame-parameters)
13358         (calendar-after-frame-setup-hooks): Make defcustoms.
13359         (calendar-one-frame-setup, calendar-only-one-frame-setup)
13360         (calendar-two-frame-setup): Doc fix.
13362         * calendar/cal-loaddefs.el: New file.
13364         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
13365         * calendar/cal-french.el, calendar/cal-html.el:
13366         * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
13367         * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
13368         * calendar/cal-tex.el, calendar/cal-x.el:
13369         Unquote lambda functions.  Add autoload cookies to functions formerly
13370         autoloaded in calendar.el.  Set `generated-autoload-file' to
13371         "cal-loaddefs.el".
13373         * calendar/calendar.el: Move many autoloads to separate file,
13374         cal-loaddefs.el.  Move defcustoms to start and re-order.
13375         (calendar-month-name-array, calendar-starred-day): No need to
13376         declare for compiler.
13377         (cal-loaddefs): Require it.
13378         (appt, chinese-calendar, calendar-tex): Move custom groups to the
13379         appropriate file.
13380         (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
13381         Reverse logic.
13382         (diary-face, diary-file-name-prefix-function, diary-include-string)
13383         (diary-glob-file-regexp-prefix, diary-face-attrs)
13384         (diary-file-name-prefix, sexp-diary-entry-symbol)
13385         (print-diary-entries-hook, list-diary-entries-hook)
13386         (nongregorian-diary-listing-hook, mark-diary-entries-hook)
13387         (nongregorian-diary-marking-hook, diary-list-include-blanks):
13388         Move to diary-lib.
13389         (all-christian-calendar-holidays, all-islamic-calendar-holidays)
13390         (all-bahai-calendar-holidays): Doc fix.
13391         (calendar-insert-indented): Doc fix.  Use when rather than if.
13392         (exit-calendar): Use mapc rather than mapcar.
13393         (calendar-cursor-to-date): Use zerop.
13394         (calendar-mark-ring): Add doc-string.
13395         (calendar-starred-day): Defvar it.
13396         (calendar-mode): Make calendar-starred-day local.
13397         (calendar-star-date): No need to make calendar-starred-day local.
13399         * calendar/diary-lib.el: Move defcustoms to start.
13400         (diary-include-string, diary-list-include-blanks)
13401         (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
13402         (diary-file-name-prefix, diary-file-name-prefix-function)
13403         (sexp-diary-entry-symbol, list-diary-entries-hook)
13404         (mark-diary-entries-hook, nongregorian-diary-listing-hook)
13405         (nongregorian-diary-marking-hook, print-diary-entries-hook):
13406         Move here from calendar.el.
13407         (diary-file-name-prefix-function): Use 'identity.
13408         (diary-face): Make it a defcustom, and mark as obsolete.
13409         (top-level): No need to require cal-hebrew, cal-islam when compiling.
13410         (calendar-hebrew-month-name-array-leap-year)
13411         (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
13412         Define for compiler.
13413         (diary-font-lock-keywords): Use format rather than concat.
13414         Add bahai-diary-entry-symbol.
13416         * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
13417         * calendar/solar.el: Unquote lambda functions.
13419         * calendar/solar.el (calendar-location-name, calendar-latitude)
13420         (calendar-longitude, solar-setup, solar-sin-degrees)
13421         (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
13422         (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
13423         (solar-sunrise-and-sunset, solar-moment, solar-daylight)
13424         (solar-exact-local-noon, solar-julian-ut-centuries)
13425         (solar-ephemeris-time, solar-date-next-longitude)
13426         (solar-horizontal-coordinates, solar-equatorial-coordinates)
13427         (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
13428         (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
13429         (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
13430         Doc fixes.
13431         (solar-horizontal-coordinates, solar-equatorial-coordinates)
13432         (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
13433         (solar-ecliptic-coordinates): Use unless.
13434         (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
13435         Use or.
13437         * calendar/timeclock.el: Add doc-strings to all functions.
13438         (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
13439         (timeclock-entry-list-length, timeclock-entry-list-projects)
13440         (timeclock-day-list-projects, timeclock-day-list): Use dolist.
13442         * calendar/todo-mode.el: Remove un-needed eval-when-compile.
13444         * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
13445         (org-get-entries-from-diary): Require diary-lib.
13447 2008-03-08  Juanma Barranquero  <lekktu@gmail.com>
13449         * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
13450         Pacify byte-compiler.
13452 2008-03-07  Alan Mackenzie  <acm@muc.de>
13454         * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
13455         paren/bracket pairs parsed, to solve performance problem.
13457 2008-03-07  Bastien Guerry  <bzg@altern.org>
13459         * bookmark.el (bookmark-set): Don't check for
13460         `bookmark-make-name-function' since `bookmark-buffer-file-name'
13461         already takes care of this.
13462         (bookmark-buffer-name, bookmark-buffer-file-name):
13463         Remove Info-mode specific code.
13465         * info.el (bookmark-get-info-node): Define this function in
13466         info.el, not in bookmark.el.
13467         (Info-mode): Set `bookmark-make-name-function' to
13468         `Info-bookmark-make-name' locally.
13469         (Info-bookmark-make-name): New function.
13471         * bookmark.el (bookmark-make-name-function): New variable.
13473 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
13475         * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
13476         buffer-local, not `bookmark-make-cell-function' (the old name).
13478 2008-03-07  Tassilo Horn  <tassilo@member.fsf.org>
13480         * doc-view.el (doc-view-bookmark-make-record):
13481         * image-mode.el (image-bookmark-make-record):
13482         * info.el (Info-bookmark-make-record): Delete obsolete second arg.
13484 2008-03-07  Jan Djärv  <jan.h.d@swipnet.se>
13486         * vc.el (vc-status-menu-map-filter): Return orig-binding if
13487         boundp 'vc-ignore-menu-filter.
13488         (vc-status-tool-bar-map): Make it defvar.
13489         (vc-status-mode): vc-status-tool-bar-map now variable.
13490         (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
13492 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
13494         Give a better name to part of the bookmark interface.
13496         This was originally a much larger change, but halfway through I
13497         updated and discovered that Stefan Monnier had done the rest.
13498         It looks like he anticipated the new name too, because he used
13499         `the-record' instead of `the-cell' for some internal variable names.
13501         * bookmark.el (bookmark-make-record-function): Was
13502         `bookmark-make-cell-function'.
13503         (bookmark-make, bookmark-send-annotation): Update for above.
13504         (bookmark-make-record-for-text-file):
13505         Was `bookmark-make-cell-for-text-file'.  Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
13507         * info.el: Adjust accordingly.
13508         (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
13510         * image-mode.el: Adjust accordingly.
13511         (image-bookmark-make-record): Was `image-bookmark-make-cell'.
13513         * doc-view.el: Adjust accordingly.
13514         (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
13516 2008-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13518         * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
13519         Move initialization into declaration.
13520         (bookmark-get-info-node, bookmark-set-info-node): Remove.
13521         (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
13522         (bookmark-info-current-node): Remove.
13523         (bookmark-jump-noselect): Rename from bookmark-jump-internal.
13524         Add relocation fallback.  Set bookmark-current-bookmark.
13525         (bookmark-default-handler): Rename from bookmark-jump-noselect.
13526         Remove relocation fallback.  Don't set bookmark-current-bookmark.
13527         (bookmark-set): Let it be used even if there's no buffer-file-name
13528         as long as there is a bookmark-make-cell-function.
13529         * info.el (Info-bookmark-jump): Remove relocation fallback.
13530         Don't set bookmark-current-bookmark.
13532 2008-03-07  Glenn Morris  <rgm@gnu.org>
13534         * calendar/appt.el (appt-issue-message)
13535         (appt-message-warning-time, appt-audible, appt-visible)
13536         (appt-msg-window, appt-display-mode-line, appt-display-duration)
13537         (appt-display-diary): Remove autoload cookies.
13539         * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
13540         Remove leading `*' from defcustom doc-strings.
13542         * calendar/cal-dst.el (calendar-dst): New custom group.
13543         (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
13544         (calendar-time-zone, calendar-daylight-time-offset)
13545         (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
13546         (calendar-daylight-savings-starts-time)
13547         (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
13548         (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
13549         Move to start.
13551         * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
13553         * calendar/calendar.el (calendar-version): Use emacs-version and
13554         make it obsolete.  Move to end.
13555         (calendar-offset, view-diary-entries-initially)
13556         (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
13557         (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
13558         (all-christian-calendar-holidays, all-islamic-calendar-holidays)
13559         (all-bahai-calendar-holidays, calendar-load-hook)
13560         (initial-calendar-window-hook, today-visible-calendar-hook)
13561         (today-invisible-calendar-hook, calendar-move-hook)
13562         (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
13563         (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
13564         (diary-include-string, sexp-diary-entry-symbol)
13565         (abbreviated-calendar-year, american-date-diary-pattern)
13566         (european-date-diary-pattern, european-calendar-display-form)
13567         (american-calendar-display-form, print-diary-entries-hook)
13568         (list-diary-entries-hook, diary-hook, diary-display-hook)
13569         (nongregorian-diary-listing-hook, mark-diary-entries-hook)
13570         (nongregorian-diary-marking-hook, diary-list-include-blanks)
13571         (holidays-in-diary-buffer, general-holidays, oriental-holidays)
13572         (local-holidays, other-holidays, hebrew-holidays-1)
13573         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
13574         (hebrew-holidays, christian-holidays, islamic-holidays)
13575         (bahai-holidays, solar-holidays, calendar-setup)
13576         (calendar-week-start-day): Remove autoload cookies.
13577         (diary-glob-file-regexp-prefix): Doc fix.
13578         (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
13579         (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
13580         (calendar-week-start-day, calendar-debug-sexp): Move to start.
13582         * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
13583         (calendar-time-display-form, calendar-latitude)
13584         (calendar-longitude, solar-equinoxes-solstices): Remove autoload
13585         cookies.
13586         (calendar-latitude, calendar-longitude): Move functions after
13587         variables.
13588         (diary-sabbath-candles-minutes): Move to start.
13589         (solar-setup): Use or rather than if.
13590         (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
13591         Remove condition-case.
13592         (solar-atn2): Use zerop.
13593         (solar-equinoxes-solstices): Doc fix.
13595         * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
13596         (sc-mode-map-prefix): Doc fix.  Make it a defcustom.
13598         * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
13599         (calendar-longitude, calendar-latitude, calendar-location-name):
13600         Declare for compiler.
13602 2008-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13604         * arc-mode.el (archive-ar-file-header-re): New const.
13605         (archive-ar-summarize, archive-ar-extract): New funs.
13606         (archive-find-type): Recognize ar archives.
13608         * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
13609         New functions.
13611         * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
13613 2008-03-06  Lennart Borgman  <lennart.borgman@gmail.com>
13615         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
13616         Replace :enable (mark-active) with :enable mark-active.
13618 2008-03-06  Juanma Barranquero  <lekktu@gmail.com>
13620         * vms-patch.el (make-legal-file-name): New obsolete alias.
13621         (make-valid-file-name): Rename from `make-legal-file-name'.
13622         (make-auto-save-file-name): Use it.
13624         * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
13625         (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
13626         (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
13628         * textmodes/org.el (org-export-html-style): Doc fix.
13629         (org-get-legal-level): New obsolete alias.
13630         (org-get-valid-level): Rename from `org-get-legal-level'.
13631         (org-promote, org-demote, org-archive-subtree)
13632         (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
13634 2008-03-06  Jan Djärv  <jan.h.d@swipnet.se>
13636         * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
13638         * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
13639         (vc-status-toggle-mark): New functions.
13640         (vc-status-mode): Set tool bar map.
13642 2008-03-05  Chong Yidong  <cyd@stupidchicken.com>
13644         * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
13645         Reported by Drew Adams <drew.adams@oracle.com>.
13647 2008-03-05  Kenichi Handa  <handa@ni.aist.go.jp>
13649         * subr.el (read-quoted-char): Resolve modifiers of the character
13650         event.
13652         * comint.el (comint-exec-1): Don't change the coding-system for
13653         decoding to dos-like EOL.
13654         (comint-carriage-motion): Fully rewrite.
13656 2008-03-05  Juanma Barranquero  <lekktu@gmail.com>
13658         * epg.el (epg-context-include-certs): Reflow docstring.
13659         (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
13660         (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
13661         (epg-context-set-signers, epg-context-set-sig-notations)
13662         (epg-make-import-status, epg-make-import-result)
13663         (epg-start-delete-keys): Fix typos in docstrings.
13664         (epg-start-sign-keys, epg-sign-keys):
13665         Fix typos in obsolescence declarations.
13667         * iswitchb.el: Don't check for `cadr' and `last'.
13668         (iswitchb-define-mode-map, iswitchb-default-keybindings):
13669         Add obsolescence declaration and remove redundant info from docstring.
13670         (iswitchb-set-common-completion, iswitchb-set-matches)
13671         (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
13672         (recentf-list, most-len, most-is-exact):
13673         Don't wrap defvars within `eval-when-compile'.
13675 2008-03-05  Glenn Morris  <rgm@gnu.org>
13677         * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
13678         * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
13679         * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
13680         * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
13681         ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
13683         * ediff-hook.el (ediff-window-setup-function): Don't autoload
13684         declaration for compiler.
13685         (ediff-xemacs-init-menus): Use when rather than if.
13687         * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
13688         if+and to just and.
13689         (ediff-read-event, ediff-overlayp, ediff-make-overlay)
13690         (ediff-delete-overlay): Move the XEmacs test inside the definition.
13692         * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
13694         * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
13695         test inside XEmacs test.
13696         (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
13697         since it was doing nothing on Emacs.
13698         (ediff-make-bullet-proof-overlay): Use when rather than if.
13700         * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
13701         (ediff-setup-control-frame): Remove
13702         ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
13703         a (featurep 'xemacs) test.
13705 2008-03-05  Jay Belanger  <jay.p.belanger@gmail.com>
13707         * calc/calc-ext.el (calc-extended-command-history): New variable.
13708         (calc-execute-extended-command): Use `calc-extended-command-history'.
13710 2008-03-05  Dan Nicolaescu  <dann@ics.uci.edu>
13712         * bindings.el (mode-line-remote): Add mouse-face.  Improve tooltip.
13713         (standard-mode-line-position): Add mouse-face.
13715         * progmodes/compile.el (compilation-menu-map, compilation-mode-map):
13716         * progmodes/grep.el (grep-mode-map): Add :help.
13718         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
13719         initialize in one step.  Add :help.  Use :enable to activate menu
13720         items.  Show the key binding for edebug-defun.
13721         (lisp-interaction-mode-map): Add a menu.
13723         * term.el (term-mode-map): Define and initialize in one step.
13725         * ediff-init.el (ediff-color-display-p): Simplify.
13726         (Xor): Remove unused function.
13727         (ediff-with-syntax-table): Simplify for Emacs.
13729         * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
13730         menu-bar being loaded, it always is.
13732 2008-03-05  Glenn Morris  <rgm@gnu.org>
13734         * textmodes/tex-mode.el (tex-mode): Suppress warning about
13735         multiple definitions when compiling.
13737 2008-03-04  Alan Mackenzie  <acm@muc.de>
13739         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
13741         * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
13742         doc-string, "c-old-LEN" -> "c-old-END".
13744 2008-03-04  Jason Rumney  <jasonr@gnu.org>
13746         * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
13747         namespaces.
13749 2008-03-04  Glenn Morris  <rgm@gnu.org>
13751         * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
13753         * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
13754         than mapcar.
13756 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13758         * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
13759         (byte-compile-nilconstp): Can't use recursion in a defsubst.
13761         * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
13762         so that M-q can fill comments.
13763         (tex-executable-exists-p, tex-compile): Extend with special syntax for
13764         commands implemented in elisp.
13765         (tex-compile-commands): Add an entry to use doc-view for pdf files.
13766         (tex-format-cmd): New function.
13767         (tex-compile): Use it to let the user specify default arguments.
13768         (tex-cmd-bibtex-args): New var.
13769         (tex-cmd-doc-view): New function.
13771 2008-03-03  Juanma Barranquero  <lekktu@gmail.com>
13773         * faces.el (face-spec-set): Fix typos in docstring.
13775 2008-03-03  Dan Nicolaescu  <dann@ics.uci.edu>
13777         * bindings.el (mode-line-column-line-number-mode-map): New variable.
13778         (standard-mode-line-position): Use it to add a menu for toggling
13779         column number and line number display.
13781 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13783         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
13784         Remove optimization that was working around the form-code-walker bug.
13786         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
13787         Walk into the body of lambdas after byte-compile-unfold-lambda.
13789 2008-03-03  Glenn Morris  <rgm@gnu.org>
13791         * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
13792         value, if set, over frame value.
13794         * simple.el (transient-mark-mode): Don't turn on by default.
13796         * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
13797         accidentally removed by the 2007-12-05 merge from Gnus.
13799 2008-03-02  Dan Nicolaescu  <dann@ics.uci.edu>
13801         * progmodes/compile.el (compilation-menu-map): Add menu entries
13802         for useful options.
13804 2008-03-01  Dan Nicolaescu  <dann@ics.uci.edu>
13805             Glenn Morris  <rgm@gnu.org>
13807         * emacs-lisp/bytecomp.el (byte-recompile-directory)
13808         (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
13809         Give a `bytecomp-' prefix to local variables with common names.
13811 2008-03-01  Glenn Morris  <rgm@gnu.org>
13813         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
13814         Restore code commented out 2007-11-10.
13816         * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
13818         * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
13819         Delete macro.
13820         * emulation/viper-cmd.el, emulation/viper-ex.el:
13821         * emulation/viper-init.el, emulation/viper-keym.el:
13822         * emulation/viper-mous.el, emulation/viper-util.el:
13823         * emulation/viper.el:
13824         Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
13825         featurep test.
13827         Replace obsolete frame-local variables with frame-parameters.
13828         * emulation/viper-init.el (viper-replace-overlay-cursor-color)
13829         (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
13830         (viper-vi-state-cursor-color): Only call make-variable-frame-local
13831         on XEmacs.
13832         * emulation/viper-util.el (viper-frame-value): New macro.
13833         * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
13834         (viper-R-state-post-command-sentinel)
13835         (viper-replace-state-post-command-sentinel)
13836         (viper-change-state-to-insert, viper-change-state-to-emacs):
13837         * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
13838         (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
13839         (viper-get-saved-cursor-color-in-insert-mode)
13840         (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
13841         Use viper-frame-value for viper-replace-overlay-cursor-color,
13842         viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
13843         viper-vi-state-cursor-color values.
13845         * emulation/viper-cmd.el (zmacs-region-stays):
13846         * emulation/viper-util.el (zmacs-region-stays): No need to define
13847         for compiler.
13849         * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
13850         mapcar on Emacs.
13852         * emulation/viper-mous.el (viper-counting-clicks-p): Only define
13853         on XEmacs.
13855         * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
13856         rather than if.
13858 2008-03-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13860         * whitespace.el: New version 9.3.  As the glyph code generation was
13861         fixed, it is possible now to use character code above ?\x1FFFF in the
13862         display table.  Fix `whitespace-indentation-regexp' to not include an
13863         extra ending character.  Reported by Michael Welsh Duggan
13864         <mwd@cert.org>.  Added hook actions when buffer is written or killed as
13865         the original whitespace package had.  Suggested by Eric Cooper
13866         <ecc@cmu.edu>.  Doc fix.
13867         (whitespace-action): New option.
13868         (whitespace-display-mappings): Changed default newline visualization to
13869         display downwards arrow, as the glyph code generation was fixed.
13870         (whitespace-unload-function): Assure that all local whitespace mode is
13871         turned off.
13872         (whitespace-global-modes): Fix type customization.
13873         (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
13874         (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
13875         (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
13876         Fix code.
13877         (whitespace-buffer): Command removed.
13878         (whitespace-trailing-regexp, whitespace-mark-x)
13879         (whitespace-display-window, whitespace-action-when-on)
13880         (whitespace-add-local-hook, whitespace-remove-local-hook)
13881         (whitespace-write-file-hook, whitespace-kill-buffer-hook)
13882         (whitespace-action): New funs.
13883         (whitespace-report-list, whitespace-report-text)
13884         (whitespace-report-buffer-name): New consts.
13885         (whitespace-report, whitespace-report-region): New commands.
13887 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
13889         * disp-table.el (make-glyph-code): Don't test the result of
13890         `face-id', which already signals an error for invalid faces.
13891         (glyph-face): Simplify.
13893         * desktop.el (desktop-read): Set `desktop-dirname' to nil before
13894         running `desktop-not-loaded-hook' to allow modifying it.
13895         Don't show warning message if `desktop-dirname' was modified.
13897 2008-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13899         * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
13900         we still expect more lines.
13902         * textmodes/fill.el (fill-comment-paragraph): Don't try to do
13903         comment-paragraph filling if the commark doesn't match
13904         comment-start-skip.
13906 2008-03-01  Daiki Ueno  <ueno@unixuser.org>
13908         * international/utf-7.el (utf-7-encode): Never skip the trailing - for
13909         the `imap' variant.
13911 2008-03-01  Jason Rumney  <jasonr@gnu.org>
13913         * files.el (make-auto-save-file-name): Encode more characters in
13914         non-file buffer names.  Use url-encoding.
13916 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
13918         * net/net-utils.el (ftp-program): Fix typo in docstring.
13919         (ifconfig-program-options, netstat-program-options)
13920         (arp-program-options, route-program-options, nslookup-program-options)
13921         (ftp-program-options, smbclient-program-options)
13922         (dns-lookup-program-options, arp, route): Doc fixes.
13924         * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
13925         (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
13926         (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
13927         Fix typos in docstrings.
13928         (gdb-pending-triggers): Reflow docstring.
13929         (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
13931 2008-03-01  Alan Mackenzie  <acm@muc.de>
13933         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
13934         typing "#" at EOB.
13936 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
13938         * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
13940 2008-02-29  Kim F. Storm  <storm@cua.dk>
13942         * emulation/cua-base.el (cua-remap-control-v)
13943         (cua-remap-control-z): New defcustoms.
13944         (cua-mode): Add them to set-after property.
13945         (cua--init-keymaps): Use them.
13946         Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
13948         * help.el (view-emacs-todo): Rename from view-todo.
13949         (describe-gnu-project): Rename from describe-project.  Users changed.
13950         (view-help-file): New helper function.
13951         (describe-distribution, describe-copying, describe-gnu-project)
13952         (view-todo, view-order-manuals, view-emacs-problems): Use it.
13953         (view-emacs-debugging, view-external-packages): New commands.
13954         (help-map): Move describe-distribution to C-h C-o (ordering).
13955         Move view-emacs-problems to C-h C-p (problems).
13956         Bind view-emacs-debugging to C-h C-d (debugging).
13957         Bind view-external-packages to C-h C-e (extras).
13958         (help-for-help-internal): Cleanup and align descriptions.
13959         Remove command names to reduce clutter.
13961 2008-02-29  Nick Roberts  <nickrob@snap.net.nz>
13963         * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
13964         and quieter face (not a warning).
13966 2008-02-29  Dan Nicolaescu  <dann@ics.uci.edu>
13968         * vc.el (vc-status-crt-marked): New variable.
13969         (vc-status-mode): Make it local.
13970         (vc-status-refresh): Use it to save the marked files.
13971         (vc-update-vc-status-buffer): Use it to restore the marked files.
13973         * vc-svn.el (vc-svn-after-dir-status):
13974         * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
13976 2008-02-29  Glenn Morris  <rgm@gnu.org>
13978         * allout.el (allout-topic-encryption-bullet)
13979         (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
13980         (allout-encrypt-unencrypted-on-saves): Change defcustom :version
13981         from 22.0 to 22.1.
13983         * net/imap.el (imap-ping-server):
13984         * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
13985         Change defcustom :version from 23.0 to 23.1.
13987 2008-02-29  Juanma Barranquero  <lekktu@gmail.com>
13989         * desktop.el (desktop-save): Save the buffer name if the
13990         uniquified base name is empty.
13992 2008-02-29  Nick Roberts  <nickrob@snap.net.nz>
13994         * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
13995         correctly when user has "set print address off".
13997 2008-02-28  Juanma Barranquero  <lekktu@gmail.com>
13999         * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
14000         version number of the next major Emacs release, not 23.0.
14002         * longlines.el (longlines-unload-function): New function.
14004 2008-02-28  Juri Linkov  <juri@jurta.org>
14006         * startup.el (normal-splash-screen): Add argument `concise'.
14007         Remove unused binding `prev-buffer'.  Let-bind `splash-buffer'
14008         to the created buffer.  If `concise' is non-nil, call
14009         `display-buffer', otherwise `switch-to-buffer'.  Doc fix.
14010         (display-startup-screen): Add argument `concise' to the call to
14011         `normal-splash-screen'.
14013 2008-02-28  Kim F. Storm  <storm@cua.dk>
14015         * startup.el (startup-echo-area-message): Check for about-emacs.
14017 2008-02-28  Juri Linkov  <juri@jurta.org>
14019         * startup.el: Always add initial message to *scratch* buffer if
14020         `initial-scratch-message' is non-nil regardless of the value of
14021         `inhibit-startup-screen'.
14022         (inhibit-startup-screen, initial-scratch-message): Doc fix.
14023         (command-line-1): Move code that inserts `initial-scratch-message'
14024         up before the if-form that checks for `inhibit-startup-screen'.
14025         Suggested by Jonathan Rockway <jon@jrock.us>.
14027 2008-02-28  Juri Linkov  <juri@jurta.org>
14029         * cus-edit.el (custom-mode-map, custom-mode-link-map):
14030         Rename `custom-mode' to `Custom-mode' in docstrings.
14031         (custom-buffer-create-internal, customize-browse):
14032         Rename `custom-mode' to `Custom-mode'.
14033         (custom-mode-hook): Rename to `Custom-mode-hook'.
14034         (Custom-mode-hook): Renamed from `custom-mode-hook'.
14035         (custom-mode): Rename to `Custom-mode'.
14036         (Custom-mode): Renamed from `custom-mode'.  Doc fix.
14037         (custom-mode): Add backward-compatible non-interactive variant of
14038         `Custom-mode' that simply calls `Custom-mode'.  Mark it obsoleted.
14039         (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
14041         * info-look.el: Rename `custom-mode' to `Custom-mode'.
14043         * emulation/viper.el (viper-emacs-state-mode-list):
14044         Rename `custom-mode' to `Custom-mode'.
14046         * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
14047         Capitalize "Tagged Files".
14048         (minibuffer-local-map): Add menu items for next/previous
14049         history elements and isearch history forward/backward.
14051         * progmodes/hideshow.el (hs-minor-mode-menu): Compare
14052         `hs-isearch-open' with t instead of `comment' in :selected
14053         for "Code and Comment blocks" menu item.
14055 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14057         * uniquify.el (uniquify-buffer-base-name): Undo last change.
14058         Should be done in desktop.el instead.
14060 2008-02-28  Glenn Morris  <rgm@gnu.org>
14062         * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
14064         * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
14066         * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
14067         (Info-menu, Info-goto-node): Remove declarations.
14068         (report-emacs-bug-info): Use info rather than Info-goto-node.
14070         * progmodes/idlwave.el (Info-goto-node): Remove declaration.
14071         (idlwave-convert-xml-system-routine-info): Don't require xml.
14072         (idlwave-show-commentary, idlwave-shell-show-commentary):
14073         Don't require finder.
14074         (idlwave-info): Don't require info.  Use info rather than
14075         Info-goto-node.
14077         * textmodes/org.el (Info-goto-node): Remove declaration.
14078         (org-info): Use info rather than Info-goto-node.
14080         * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
14081         (reftex-info): Don't require info.  Use info rather than Info-goto-node.
14083 2008-02-28  Dan Nicolaescu  <dann@ics.uci.edu>
14085         * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
14086         the menu.
14088         * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
14089         (vc-finish-logentry): Check for vc-status-mode, not only for
14090         vc-dired-mode.
14092 2008-02-28  Kenichi Handa  <handa@ni.aist.go.jp>
14094         * isearch.el (isearch-printing-char): Don't check
14095         keyboard-coding-system.
14096         Call isearch-process-search-multibyte-characters only when
14097         current-input-method is non-nil.
14099 2008-02-27  Kim F. Storm  <storm@cua.dk>
14101         * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
14102         (glyph-char, glyph-face): Handle cons encoding.
14104 2008-02-27  Juanma Barranquero  <lekktu@gmail.com>
14106         * uniquify.el (uniquify-buffer-base-name): If the base name is an
14107         empty string, return nil to allow the caller to default to the
14108         buffer name.  Reported by Martin Fischer <parozusa@web.de>.
14110         * tool-bar.el (tool-bar-setup): Doc fix.
14112         * mail/supercite.el (sc-describe):
14113         Fix typos in obsolescence declaration.
14115 2008-02-27  Glenn Morris  <rgm@gnu.org>
14117         * autoinsert.el (auto-insert-alist): Change permission text to
14118         match FSF's GPLv3 form.
14120         * mail/supercite.el (sc-cite-original): Doc fix.
14121         (sc-version): Make obsolete.
14122         (sc-describe): Show the SC info page.  Make obsolete.
14124 2008-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14126         * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
14127         when using transient-mark-mode.
14128         (default-indicate-unused-lines): Remove unused var.
14130 2008-02-26  Jan Djärv  <jan.h.d@swipnet.se>
14132         * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
14133         and previous.
14135         * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
14137 2008-02-26  Glenn Morris  <rgm@gnu.org>
14139         * net/net-utils.el (top-level): Don't require comint when compiling.
14140         (nslookup-font-lock-keywords): Don't require font-lock.
14141         Use font-lock faces rather than variables.
14142         (nslookup, ftp, smbclient, network-service-connection):
14143         Don't require comint.
14144         (comint-prompt-regexp, comint-input-autoexpand)
14145         (comint-input-ring): Declare for compiler.
14146         (comint-mode, ffap-string-at-point, comint-exec): Autoload.
14147         (dns-lookup-host): Don't require ffap.  Remove `with-no-warnings'.
14149         * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
14150         doc-string.
14152 2008-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14154         * doc-view.el (doc-view-current-page): Add a `win' argument.
14156 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14158         * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
14159         Demote it to plain defvar.
14160         (doc-view-conversion-refresh-interval): Reduce interval.
14161         (doc-view-goto-page): Allow moving to pages not yet rendered.
14162         (doc-view-goto-page): Construct a file name rather than extracting it
14163         from doc-view-current-files.
14164         (doc-view-kill-proc): Ignore errors from kill-process.
14165         (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
14166         (doc-view-insert-image): Use appropriate text if the page hasn't been
14167         rendered yet.  Adjust scrolling so the text is displayed.
14168         (doc-view-display): Detect not just that a page is available, but also
14169         that it wasn't available before, so as to avoid refreshing all pages
14170         repeatedly.
14171         (doc-view-mode): Make doc-view-cache-directory if needed.
14173 2008-02-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14175         * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
14176         toggle-read-only.
14178         * textmodes/bibtex.el (bibtex-format-entry): Handle error message
14179         refering to a missing required field with the OPT prefix.
14180         Make unwindform more robust.
14182         * textmodes/bibtex.el: Remove support for hideshow minor mode as
14183         it duplicates the bibtex support in progmodes/hideshow.el.
14184         * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
14185         entries that do not start at the beginning of a line.
14187 2008-02-25  Chong Yidong  <cyd@stupidchicken.com>
14189         * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
14191 2008-02-25  Robert J. Chassell  <bob@rattlesnake.com>
14193         * help-fns.el (describe-variable): Add phrases about
14194         initialization file with and without customization;
14195         use new button type help-info-variable.
14197         * help-mode.el (help-info-variable):
14198         New button able to read Info files for help-fns.el.
14200 2008-02-25  Jan Djärv  <jan.h.d@swipnet.se>
14202         * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
14203         (grep-mode): Use grep-mode-tool-bar-map.
14205         * progmodes/compile.el (tool-bar): Require tool-bar.
14206         (compilation-mode-tool-bar-map): New variable.
14207         (compilation-mode): Use compilation-mode-tool-bar-map.
14209         * term/x-win.el (x-gtk-stock-map): Add cancel.  Remove extensions.
14211 2008-02-25  Glenn Morris  <rgm@gnu.org>
14213         * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
14215 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14217         * diff-mode.el (diff-file-junk-re): New const.
14218         (diff-beginning-of-file-and-junk): Use it.
14219         (diff-file-kill): Make sure we were really inside a file diff.
14221         * diff-mode.el: Make it more robust in the presence of empty context
14222         lines in unified hunks.
14223         (diff-valid-unified-empty-line): New var.
14224         (diff-unified->context, diff-sanity-check-hunk): Obey it.
14225         (diff-end-of-hunk): Obey it.  New arg `donttrustheader'.
14226         (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
14227         (diff-hunk-header-re-unified): New const.
14228         (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
14229         (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
14230         (diff-sanity-check-hunk): Use it.
14232         * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
14233         Index: line, don't search backward for the previous one.
14235 2008-02-25  Kenichi Handa  <handa@ni.aist.go.jp>
14237         * international/fontset.el (setup-default-fontset): Add non-OTF
14238         lao font for lao script.
14240         * language/tibetan.el: Register tibetan-composition-function in
14241         composition-function-table.
14243         * language/tibet-util.el (tibetan-composition-function):
14244         Adjust for the new calling way (argument changed).  Try font-shape-text
14245         if possible.
14247         * language/lao.el: Register lao-composition-function in
14248         composition-function-table.
14250         * language/lao-util.el (lao-composition-function): Adjust for the new
14251         calling way (argument changed).  Try font-shape-text if possible.
14253 2008-02-25  Jason Rumney  <jasonr@gnu.org>
14255         * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
14257 2008-02-25  Juri Linkov  <juri@jurta.org>
14259         * isearch.el (isearch-fail): Use "RosyBrown1" for a light
14260         background, "red4" for a dark background, "red" for 16 and
14261         8 colors, "grey" for grayscale, and inverse video otherwise.
14262         Add :version tag.
14263         (isearch-message): Keep the original isearch-message intact, and
14264         add text properties to it where necessary.  Add `isearch-error' to
14265         the condition that checks if isearch is unsuccessful.
14267 2008-02-24  Juri Linkov  <juri@jurta.org>
14269         * progmodes/compile.el (compilation-handle-exit):
14270         Use compilation-error face instead of font-lock-warning-face.
14271         Display the same message in the minibuffer as is inserted
14272         at the end of the compilation buffer.
14274 2008-02-24  Glenn Morris  <rgm@gnu.org>
14276         * vc-cvs.el (vc-cvs-register): Fix registering of directories in
14277         multiple file case.
14279         * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
14281         * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
14282         multiple file case.  Use a single `let' rather than two.
14284 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
14286         * progmodes/compile.el (compilation-start): Specify a face for
14287         mode-line-process.
14288         (compilation-handle-exit): Specify a face and a tooltip for
14289         mode-line-process.
14291 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14293         * hilit-chg.el: Remove spurious * in defcustom docstrings.
14294         (hilit-chg-make-ov): Simplify.
14295         (hilit-chg-fixup): Use remove-overlays.
14296         (hilit-chg-set-face-on-change): Remove redundant call to
14297         `remove-text-properties'.
14299         * dired.el (dired-mark-prompt): Don't count/display the t element.
14300         Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
14302 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
14304         * progmodes/verilog-mode.el (eval-when-compile): Don't define
14305         add-submenu.
14306         (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
14307         Remove.  Move contents to the only use ...
14308         (verilog-menu): ... here.
14309         (verilog-statement-menu): Remove.  Move contents to the only use ...
14310         (verilog-stmt-menu): ... here.
14311         (verilog-mark-defun): Simply call mark-defun for emacs.
14312         (occur-pos-list): Declare for byte compiler.
14313         (mode-popup-menu): Don't defvar.
14314         (verilog-add-statement-menu): Remove.
14315         (verilog-mode-hook): Don't add verilog-add-statement-menu.
14316         (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
14318 2008-02-24  Michael McNamara  <mac@mail.brushroad.com>
14320         * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
14321         conditional.
14322         (verilog-font-grouping-keywords-face): Make the begin..end
14323         keywords standout more than other verilog keywords.
14324         (verilog-type-font-keywords): Move the begin..end out of this list
14325         to facilitate making them to (potentially) stand out more.
14326         (verilog-backward-token): Fix indent of bare always{_*}?, initial,
14327         function & task blocks.
14328         (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
14329         initial, function & task blocks.
14330         (verilog-forward-sexp): Handle the new "disable fork" statement of
14331         IEEE-1800 Verilog.
14332         (verilog-beg-block-re-ordered): Handle the new "disable fork"
14333         statement of IEEE-1800 Verilog.
14334         (verilog-calc-1): Handle the new "disable fork" statement of
14335         IEEE-1800 Verilog.
14336         (verilog-disable-fork-re): Add const to help handle the new
14337         "disable fork" statement of IEEE-1800 Verilog.
14338         (verilog-declaration-core-re): Add port directions by themselves,
14339         with no qualification, as base item of a declaration.
14340         (verilog-pretty-declarations): Add new flag to ask it to refrain
14341         from printing to the message buffer.
14342         (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
14343         printing to the message buffer.  Improve handling of the many
14344         types of expression line up.
14345         (verilog-just-one-space): Remove printing of an empty message.
14346         (verilog-get-lineup-indent): Rework to support the better handling
14347         of expression lineup for verilog-pretty-expr.
14348         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
14350 2008-02-24  Alan Mackenzie  <acm@muc.de>
14352         * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
14353         yesterday's commit.
14355 2008-02-24  Nick Roberts  <nickrob@snap.net.nz>
14357         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
14358         to mouse-set-point in buffers that aren't associated with files.
14360         * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
14362 2008-02-24  Alan Mackenzie  <acm@muc.de>
14364         Set of changes so that "obtrusive" syntactic elements in a
14365         C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
14366         unmatched paren) don't interact syntactically with stuff outside
14367         the CPP line.
14369         * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
14370         Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
14371         off-by-one bug.
14372         (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
14373         a bit of refactoring.
14374         (c-awk-extend-and-syntax-tablify-region): Takes some of the
14375         functionality of c-awk-advise-fl-for-awk-region, which has been
14376         refactored away.
14378         * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
14379         (c-clear-char-property-with-value): New function and macro which
14380         remove text-properties `equal' to a supplied value.
14382         * progmodes/cc-engine.el: Comment about text properties amended.
14384         * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
14385         parens around "error\\|warning".
14387         * progmodes/cc-langs.el (c-get-state-before-change-function)
14388         (c-before-font-lock-function, c-anchored-cpp-prefix):
14389         New language variables.
14390         (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
14392         * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
14393         syntax-table text properties.
14394         (c-common-init): Call language specific before/after-change
14395         functions at mode initialisation.
14396         (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
14397         (c-extend-region-for-CPP, c-neutralize-CPP-line)
14398         (c-neutralize-syntax-in-CPP): New functions.
14399         (c-before-change, c-after-change): Call the new language specific
14400         change functions defined in cc-langs.el.
14401         (c-advise-fl-for-region): New macro.
14402         (awk-mode): Remove AWK specific stuff which has been refactored
14403         into language independent stuff.
14405 2008-02-24  Nick Roberts  <nickrob@snap.net.nz>
14407         * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
14408         (gdb): (Re)set gdb-flush-pending-output to nil here...
14409         (gdb-init-1): ...instead of here (before gdb-prompt).
14411 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14413         * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
14414         Recognize ''' just like any other char-constant.
14416 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14418         * vc-hooks.el (vc-find-root): Remove initial loop because it's not
14419         careful enough.  Detect the uid-change all within the main loop.
14421 2008-02-24  Stefan Monnier  <monnier@pastel.home>
14423         * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
14425 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14427         * hilit-chg.el (highlight-save-buffer-state): New macro.
14428         (highlight-save-buffer-state, hilit-chg-set-face-on-change)
14429         (hilit-chg-clear): Use it to preserve the modified-p flag.
14430         (highlight-changes-rotate-faces): Don't mess with the undo-list.
14432 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14434         * font-lock.el (font-lock-set-defaults): Unset previously set variables
14435         when needed.
14437 2008-02-24  Ã†var Arnfjörð Bjarmason  <avar@cpan.org>  (tiny change)
14439         * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
14440         from gnus-button-url-regexp.
14442 2008-02-24  Eli Zaretskii  <eliz@gnu.org>
14444         * progmodes/compile.el (compilation-next-error): Doc fix.
14445         (compilation-find-file): Doc fix.
14447 2008-02-24  Glenn Morris  <rgm@gnu.org>
14449         * net/net-utils.el (ipconfig-program, ipconfig-program-options):
14450         Add obsolete aliases to the old names.
14452 2008-02-24  Richard Stallman  <rms@gnu.org>
14454         * net/net-utils.el (ifconfig): Rename from ipconfig.
14455         (ipconfig): Alias to ifconfig.
14456         (ifconfig-program): Rename from ipconfig-program.
14457         (ifconfig-program-options): Rename from ipconfig-program-options.
14459 2008-02-24  Michael McNamara  <mac@mail.brushroad.com>
14461         * progmodes/verilog-mode.el (verilog-declaration-core-re):
14462         Add port directions by themselves, with no qualification, as base
14463         item of a declaration.
14464         (verilog-pretty-declarations): Add new flag that inhibits printing
14465         to the message buffer.
14466         (verilog-pretty-expr): Add new flag that inhibits printing to the
14467         message buffer.  Improve handling of the many types of expression
14468         line up.
14469         (verilog-just-one-space): Don't print an empty message.
14470         (verilog-get-lineup-indent): Rework to support the better handling
14471         of expression lineup for verilog-pretty-expr.
14472         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
14473         (verilog-mode-version, verilog-mode-release-date): Update.
14475 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14477         * subr.el (cancel-change-group): Don't move point.
14479 2008-02-23  Markus Triska  <markus.triska@gmx.at>
14481         * linum.el (linum-after-config): Update all visible windows.
14483 2008-02-23  Glenn Morris  <rgm@gnu.org>
14485         * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
14486         Add :help for Solitaire and Tetris.
14488         * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
14490         * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
14491         (smtpmail-code-conv-from): Doc fix.  Fix custom type.
14492         (smtpmail-queue-index-file): Make it a defcustom.
14493         (smtpmail-queue-index): Delete.
14494         (smtpmail-send-it, smtpmail-send-queued-mail):
14495         Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
14496         smtpmail-queue-index.
14498         * net/net-utils.el (iwconfig-program, iwconfig-program-options):
14499         Add :version.
14501 2008-02-23  Yoni Rabkin  <yoni@rabkins.net>  (tiny change)
14503         * net/net-utils.el (iwconfig-program, iwconfig-program-options):
14504         New variables.
14505         (iwconfig): New function.
14507 2008-02-23  Dan Nicolaescu  <dann@ics.uci.edu>
14509         * vc.el (vc-find-revision): Make vc-parent-buffer local before
14510         setting it.
14511         (vc-status-menu-map): Do not define using easy-menu.
14512         (vc-status-menu-map): New defalias.
14513         (vc-status-mode-map): Hook up the menu.
14514         (top-level): Update TODO.
14516         * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
14518         * vc-bzr.el (vc-bzr-init-version): Rename to ...
14519         (vc-bzr-init-revision): ... this.
14521 2008-02-23  Jason Rumney  <jasonr@gnu.org>
14523         * makefile.w32-in (WINS_ALMOST): Remove term.
14524         (WINS): Add term here.
14525         (custom-deps, finder-data): Use WINS_ALMOST.
14527 2008-02-22  Juanma Barranquero  <lekktu@gmail.com>
14529         * faces.el (font-weight-table): Fix value of `semi-light'.
14531 2008-02-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14533         * faces.el (font-weight-table, font-slant-table, font-swidth-table):
14534         Make those tables bijective.
14536 2008-02-22  Ken Manheimer  <ken.manheimer@gmail.com>
14538         Finish pdbtrack integration cleanup, settling missing-functions
14539         byte compiler warnings appropriately.
14541         * progmodes/python.el (python-point): Remove this - beginning-of-line
14542         was all that was necessary for `python-pdbtrack-overlay-arrow'.
14543         (python-end-of-def-or-class, python-beginning-of-def-or-class)
14544         (python-goto-initial-line): Drop these - they were only needed for
14545         python-point.
14546         (python-comint-output-filter-function): Use condition-case and
14547         beginning-of-line directly, instead of python-mode.el functions
14548         which require all sorts of baggage.
14549         (point-safe): Unnecessary - we're using condition-case directly,
14550         instead.
14551         (python-execute-file): Include for python-shell, which I'm leaving
14552         in keeping despite it being unnecessary for pdb tracking.
14554 2008-02-22  Peter Danenberg  <pcd@wikitex.org>  (tiny change)
14556         * progmodes/scheme.el (scheme-font-lock-keywords-2):
14557         Add SRFI 11 support.
14558         (let-values, let*-values): Specify scheme-indent-function.
14560 2008-02-22  Dan Nicolaescu  <dann@ics.uci.edu>
14562         * vc.el (vc-exec-after): Move setting mode-line-process in the
14563         busy case ...
14564         (vc-set-mode-line-busy-indicator): ... in this new function.
14565         (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
14566         (vc-update-vc-status-buffer): Reset mode-line-process.
14567         (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
14568         mark/unmark all the files with the same state as the current one.
14569         With a prefix argument mark/unmark all files.
14570         (vc-status-mode-menu): Adjust strings.
14571         (vc-update-vc-status-buffer): Only do something when the argument
14572         is not nil.
14573         (vc-status-kill-dir-status-process): New function.
14574         (vc-status-mode-map): Bind it.
14575         (vc-status-process-buffer): New variable.
14576         (vc-status-mode): Make it local.
14577         (vc-status-refresh): Set it.
14579         * vc-hg.el (vc-hg-dir-status):
14580         * vc-git.el (vc-git-dir-status):
14581         * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
14582         command is run.
14584 2008-02-22  Glenn Morris  <rgm@gnu.org>
14586         * json.el (top-level): No need to require thingatpt.
14587         (json-read-keyword): Use thing-at-point rather than word-at-point.
14589         * time.el (top-level): No need to require time-date when compiling.
14591         * emacs-lisp/copyright.el (copyright-update-year):
14592         Fix subexpression numbering for the case when years are split over
14593         lines, and for the replace case.
14595         * emulation/tpu-edt.el (tpu-have-ispell): Doc fix.  Make obsolete.
14596         (tpu-caar, tpu-cadr): Delete functions.
14597         (zmacs-regions): No need to declare for compiler.
14598         (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
14599         (tpu-spell-check): Rewrite, and handle mark after point.
14600         (tpu-special-insert): Use or rather than if.
14602         * emulation/vip.el (vip-special-prefix-com): Use ispell-region
14603         rather than spell-region.
14605         * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
14606         warnings about spell-region.
14608 2008-02-22  Kenichi Handa  <handa@ni.aist.go.jp>
14610         * ldefs-boot.el: Regenerated.
14612         * loadup.el: Don't load language/devanagari, language/kannada,
14613         language/malayalam, and language/tamil.  Load language/sinhala.
14615         * language/indian.el (indian-font-foundry)
14616         (indian-script-language-alist, indian-font-char-index-table)
14617         (indian-font-char, indian-font-char-range, indian-script-table)
14618         (indian-default-script, indian-composable-pattern): Delete them.
14619         ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
14620         language environments moved to here.
14621         ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
14622         New language environments.
14624         * language/devanagari.el, language/devan-util.el,
14625         * language/kannada.el, language/knd-util.el, language/malayalam.el,
14626         * language/mlm-util.el, language/tamil.el, language/tml-util.el:
14627         Delete them.
14629         * language/sinhala.el: New file.
14631 2008-02-21  Ken Manheimer  <ken.manheimer@gmail.com>
14633         Update Nick Robert's port of pdb tracking from python-mode.el.
14635         * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
14636         Clarify docstring.
14637         (python-pdbtrack-minor-mode-string): A sign indicating that pdb
14638         tracking is happening.
14639         (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
14640         (python-pdbtrack-input-prompt): Better recognize PDB prompts.
14641         (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
14642         Tracking is plugged in to all comint buffers once python.el is loaded.
14643         (python-pdbtrack-overlay-arrow): Toggle activation of
14644         `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
14645         (python-pdbtrack-track-stack-file): Use new
14646         `python-pdbtrack-get-source-buffer' for more flexible access to
14647         debugging source files.
14648         (python-pdbtrack-get-source-buffer): Identify debugging target buffer
14649         according to pdb stack trace, optionally using new
14650         `python-pdbtrack-grub-for-buffer' if file is not locally available.
14651         (python-pdbtrack-grub-for-buffer): Find most recent python-mode
14652         named buffer, or having function with indicated name.
14653         (python-shell): Remove comint-output-filter-functions hook
14654         addition, it's being done elsewhere.  Wrap long line.
14656 2008-02-21  Michael Olson  <mwolson@gnu.org>
14658         * json.el: Replace XEmacs compatibility code to get rid of
14659         compiler warnings.
14661         * time.el: Fix compiler warning.
14663 2008-02-21  Edward O'Connor  <ted@oconnor.cx>
14665         * json.el: New file (JavaScript Object Notation parser / generator).
14667 2008-02-21  Dave Love  <fx@gnu.org>
14669         * progmodes/sym-comp.el: New file.
14671         * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
14672         Require sym-comp.  Add Python buffer to same-window-buffer-names.
14673         Fixup whitespaces.
14674         (python-font-lock-keywords): Add highlighting for Python builtins.
14675         (python-font-lock-syntactic-keywords): Rewrite.
14676         (python-quote-syntax): Use syntax-ppss-context instead of parsing
14677         ppss directly.
14678         (python-mode-map): Add binding for python-find-function.
14679         (python-calculate-indentation): Clean up the logic.
14680         (python-beginning-of-defun): Explicitly set return value.
14681         (python-beginning-of-statement): Stop looping if we get stuck
14682         going backwards.
14683         (python-next-statement): Stop looping if we somehow end up inside
14684         a string while advancing.
14685         (python-preoutput-continuation, python-version-checked): New vars.
14686         (python-check-version): New function.
14687         (run-python): Set default command to python-command instead of
14688         python-python-command.
14689         (run-python): Use python-check-version.  Give PYTHONPATH
14690         precedence over data-directory in the process environment.
14691         Load function definitions in python process after.
14692         (python-check-comint-prompt): New function.
14693         (python-send-command, python-send-receive): Use it.
14694         (python-complete-symbol, python-try-complete): Functions deleted.
14695         Use symbol-complete instead of python-complete-symbol throughout.
14696         (python-fill-paragraph): Further refine the fenced-string regexp.
14697         (def-python-skeleton): Expand to the original abbrev instead if in
14698         a comment or string.  Tweak skeletons for `if', `while', `for',
14699         `try/except', `try/finally', `name'.
14700         (python-pea-hook, python-abbrev-pc-hook): New functions.
14701         (python-abbrev-syntax-table): New var.
14702         (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
14703         Use symbol-completion-try-complete for hippie expansion.
14704         Turn on font lock unconditionally.
14705         (python-mode-hook): Defcustom it.  No need to use make-local
14706         variable on indent-tabs-mode in "Turn off Indent Tabs mode"
14707         option, since it's buffer-local.
14709 2008-02-21  Juanma Barranquero  <lekktu@gmail.com>
14711         * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
14713 2008-02-21  Drew Adams  <drew.adams@oracle.com>
14715         * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
14716         "Turn off" and a "Help" entry when the minor mode has no menu.
14718 2008-02-21  Dan Nicolaescu  <dann@ics.uci.edu>
14720         * vc.el (vc-status-mark, vc-status-unmark): New functions.
14721         (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
14722         vc-status-mark-file and vc-status-unmark-file.
14723         (vc-status-mark-unmark): New function.
14724         (vc-status-previous-line, vc-status-next-line): No longer interactive.
14726 2008-02-21  Glenn Morris  <rgm@gnu.org>
14728         * composite.el (encode-composition-rule): Fix typo in error message.
14729         (composition-function-table, auto-composition-mode): Doc fixes.
14731         * subr.el (sit-for): Fix obsolete form for nil second argument.
14733         * textmodes/spell.el (spell-buffer, spell-word, spell-region)
14734         (spell-string): Make obsolete, in favor of ispell.
14736 2008-02-21  Kenichi Handa  <handa@ni.aist.go.jp>
14738         * language/devanagari.el: Don't setup composition-function-table
14739         here.
14740         ("Devanagari"): Change charset, coding-system, coding-priority to
14741         Unicode-based ones.  Don't require the feature devan-util.
14743         * composite.el (compose-chars-after): Fix arguments for a function
14744         in composition-function-table.
14745         (auto-compose-region): Likewise.
14747         * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
14748         for Ethiopic.
14749         (ps-mule-plot-string): Ignore glyph-string based compositions.
14751 2008-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14753         * doc-view.el: Allow different windows to show different pages.
14754         (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
14755         (doc-view-current-image, doc-view-current-overlay): Remove variables,
14756         add them back as macros instead, using image-mode-winprops instead.
14757         Update all users of those variables.
14758         (doc-view-new-window-function): New function to create a new overlay
14759         for each new window.
14760         (doc-view-mode): Use it and image-mode-setup-winprops.
14761         (doc-view-clone-buffer-hook): Rewrite accordingly.
14763         * image-mode.el: Extend [hv]scroll support to per-window properties.
14764         (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
14765         (image-mode-winprops-alist): New var to replace them.
14766         (image-mode-new-window-functions): New hook.
14767         (image-mode-winprops, image-mode-window-get, image-mode-window-put):
14768         New funs.
14769         (image-set-window-vscroll, image-set-window-hscroll): Use them.
14770         Remove the `window' argument, update callers.
14771         (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
14772         Use the new functions.
14773         (image-mode-reapply-winprops): New fun.
14774         (image-mode): Use it.
14776 2008-02-20  Jay Belanger  <jay.p.belanger@gmail.com>
14778         * calc/calc-math.el (math-sin-raw): Add optional argument
14779         to keep track of original argument.
14780         (math-cos-raw): Use optional argument when calling math-sin-raw.
14781         (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
14782         with close to original precision.
14784 2008-02-20  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14786         * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
14787         args in calls of sit-for.
14789 2008-02-20  Juanma Barranquero  <lekktu@gmail.com>
14791         * vc-svn.el (vc-svn-program): Fix typo in docstring.
14792         (vc-svn-checkin): Fix typo in error message.
14794         * help-mode.el: Require easymenu when compiling.
14796 2008-02-20  Dan Nicolaescu  <dann@ics.uci.edu>
14798         * help-mode.el (help-mode-menu): New menu.
14800 2008-02-20  Glenn Morris  <rgm@gnu.org>
14802         * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
14803         on Windows.
14805 2008-02-20  Kenichi Handa  <handa@ni.aist.go.jp>
14807         * ps-mule.el (ps-mule-encode-region): Return a single string.
14808         (ps-mule-plot-string): Adjust for the above change.
14809         (ps-mule-encode-header-string): Likewise.
14811         * international/latin1-disp.el (latin1-display): Don't use
14812         ucs-mule-8859-to-mule-unicode.  Fix the way of resetting
14813         standard-display-table.
14814         (latin1-display-identities): Adjust for the change of what is
14815         returned by (get-language-info charset 'charset).
14817         * international/mule-util.el (char-displayable-p): Fix for Latin-1
14818         characters and terminal case.
14820 2008-02-19  Ken Manheimer  <ken.manheimer@gmail.com>
14822         Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
14824         * progmodes/python.el: Also require comint when loading.
14825         (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
14826         Replace python-shell with run-python on menu bar.
14827         (python-shell-map): New map.
14828         (python-default-interpreter, python-python-command-args)
14829         (python-jython-command-args, python-pdbtrack-do-tracking-p):
14830         New options.
14831         (python-which-shell, python-which-args, python-which-bufname):
14832         New buffer local variables.
14833         (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
14835         * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
14836         (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
14837         New constants.
14839         Pdbtrack features:
14841         (python-point, python-end-of-def-or-class)
14842         (python-beginning-of-def-or-class, python-goto-initial-line)
14843         (python-comint-output-filter-function)
14844         (python-pdbtrack-overlay-arrow)
14845         (python-pdbtrack-track-stack-file, python-toggle-shells)
14846         (python-shell, python-pdbtrack-toggle-stack-tracking)
14847         (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
14848         New functions.
14850 2008-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14852         * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
14853         when the argument is nil.
14855 2008-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
14857         * vc.el (dir-status): Add a brief description.
14859 2008-02-19  Thien-Thi Nguyen  <ttn@gnuvola.org>
14861         * vc-hooks.el (vc-find-root): Take optional arg INVERT.
14862         If non-nil, reverse the sense of the check.
14864         * vc-rcs.el (vc-rcs-root): New func.
14865         * vc-cvs.el (vc-cvs-root): New func.
14866         * vc-svn.el (vc-svn-root): New func.
14867         * vc-sccs.el (vc-sccs-root): New func.
14869 2008-02-18  Kenichi Handa  <handa@ni.aist.go.jp>
14871         * language/japan-util.el (setup-japanese-environment-internal):
14872         Call use-cjk-char-width-table.
14874         * language/japanese.el ("Japanese"): Set exit-function to
14875         use-default-char-width-table.
14877         * international/characters.el: Delete occurrences of non-Unicode
14878         tibetan and ethiopic characters.
14879         (cjk-char-width-table): New variable.
14880         (use-cjk-char-width-table, use-default-char-width-table):
14881         New functions.
14883 2008-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
14885         * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
14886         (vc-status-mode-menu): Add a :filter.
14887         (vc-status-printer): Add faces.
14889         * vc-hg.el (vc-hg-extra-status-menu): New function.
14890         (vc-hg-dir-status): Clean up the buffer before using it.
14892 2008-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14894         * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
14895         (gdb): Initialize it here instead.
14897         * files.el (locate-dominating-file): Fix thinko in last change.
14898         Reported by Bruce Stephens <bruce.stephens@isode.com>.
14900 2008-02-18  Dan Nicolaescu  <dann@ics.uci.edu>
14902         * vc.el (vc-status-mode-menu): New menu for vc-status.
14904 2008-02-18  Juanma Barranquero  <lekktu@gmail.com>
14906         * progmodes/verilog-mode.el (customize): Fix typo in error message.
14907         (verilog-mode, verilog-mode-indent, verilog-mode-actions)
14908         (verilog-mode-auto, verilog-indent-level-module)
14909         (verilog-minimum-comment-distance, verilog-library-flags)
14910         (verilog-library-directories, verilog-library-files)
14911         (verilog-auto-reset-widths, verilog-imenu-generic-expression)
14912         (verilog-xemacs-menu, verilog-set-compile-command)
14913         (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
14914         (verilog-get-expr, verilog-strip-comments, verilog-one-line)
14915         (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
14916         (verilog-batch-inject-auto, verilog-batch-indent)
14917         (verilog-continued-line, verilog-type-keywords)
14918         (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
14919         (verilog-read-inst-pins, verilog-read-arg-pins)
14920         (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
14921         (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
14922         (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
14923         (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
14924         (verilog-sk-datadef, verilog-colorize-include-files-buffer)
14925         (verilog-mode-version, verilog-mode-release-date)
14926         (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
14927         (verilog-simulator, verilog-compiler)
14928         (verilog-auto-sense-defines-constant, verilog-company)
14929         (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
14930         Fix typos in docstrings.
14931         (verilog-set-auto-endcomments, verilog-calculate-indent)
14932         (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
14933         Reflow docstrings.
14934         (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
14935         (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
14936         (electric-verilog-forward-sexp, verilog-in-case-region-p)
14937         (verilog-in-struct-region-p, verilog-in-generate-region-p)
14938         (verilog-leap-to-head, verilog-current-indent-level)
14939         (verilog-case-indent-level, verilog-cpp-keywords)
14940         (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
14941         (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
14942         (verilog-signals-not-in, verilog-symbol-detick-text)
14943         (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
14944         (verilog-forward-close-paren, verilog-backward-open-paren)
14945         (verilog-backward-open-bracket): Doc fixes.
14947         * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
14948         (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
14949         (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
14950         (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
14951         (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
14952         Fix typos in docstrings.
14954         * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
14956 2008-02-18  Bastien Guerry  <Bastien.Guerry@ens.fr>
14958         * info.el (Info-read-node-name): Removed unused `default' arg.
14960 2008-02-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
14962         * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
14964 2008-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
14966         * image-mode.el (image-get-display-property): New fun.
14967         (image-forward-hscroll, image-next-line, image-eol, image-eob)
14968         (image-mode, image-minor-mode, image-toggle-display-text)
14969         (image-toggle-display): Use it.
14971 2008-02-18  Jason Rumney  <jasonr@gnu.org>
14973         * international/mule.el (xml-find-file-coding-system): Don't warn
14974         about utf-16 with BOM.
14976         * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
14978         * international/mule.el (sgml-xml-auto-coding-function): Detect and
14979         warn if file encoding is not utf-8 and encoding not specified.
14980         (xml-find-file-coding-system): New function.
14981         * international/mule-conf.el (file-coding-system-alist): Use it.
14983 2008-02-17  Glenn Morris  <rgm@gnu.org>
14985         * international/mule-cmds.el (set-locale-environment):
14986         Pass `frame' to getenv for LC_MESSAGES.
14988 2008-02-17  Juri Linkov  <juri@jurta.org>
14990         * time.el (emacs-init-time): Use format instead of format-seconds.
14992 2008-02-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14994         * textmodes/bibtex.el (bibtex-search-entry): Rename from
14995         bibtex-find-entry.  Add autoload cookie.
14996         (bibtex-find-entry): Alias for bibtex-search-entry.
14997         (bibtex-search-crossref): Rename from bibtex-find-crossref.
14998         (bibtex-find-crossref): Alias for bibtex-search-crossref.
14999         (bibtex-clean-entry): atomic-change-group removed.
15000         (bibtex-format-entry): Use atomic-change-group.  Use unwind-protect
15001         to locate buffer location where error occurred.
15002         Make error messages more specific.
15003         (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
15005 2008-02-17  Dan Nicolaescu  <dann@ics.uci.edu>
15007         * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
15008         top level.
15010         * simple.el (transient-mark-mode): Add an :init-value.
15012         * startup.el (command-line): Use custom-reevaluate-setting for
15013         transient-mark-mode.
15015 2008-02-17  Michaël Cadilhac  <michael@cadilhac.name>
15017         * wdired.el (wdired-allow-to-change-permissions): Fix typo.
15019 2008-02-16  Juri Linkov  <juri@jurta.org>
15021         * startup.el (after-init-time): New variable.
15022         (command-line): Set `after-init-time' to the current time.
15024         * time.el (emacs-init-time): New function.
15026 2008-02-16  Stefan Monnier  <monnier@iro.umontreal.ca>
15028         * files.el (locate-dominating-file): Remove initial loop because it's
15029         not careful enough.  Detect the uid-change all within the main loop.
15031 2008-02-16  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
15033         * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
15035 2008-02-16  Dan Nicolaescu  <dann@ics.uci.edu>
15037         * vc.el (vc-annotate): Add new argument.
15038         (vc-annotate-warp-revision): Pass the current line to vc-annotate.
15040         * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
15041         Move make-variable-buffer-local code after the corresponding defvar.
15042         (hs-minor-mode-map): Define and initialize in one step.
15043         (hs-minor-mode): Change from defun to define-minor-mode.
15045 2008-02-16  Nick Roberts  <nickrob@snap.net.nz>
15047         * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
15048         (gdb-ready): Move declaration...
15050         * progmodes/gdb-ui.el (gdb-ready): ...to here.
15051         (gdb-early-user-input): New variable.
15052         (gdb): Reset gdb-flush-pending-output to nil and set
15053         comint-input-sender here (before gdb-prompt), instead of...
15054         (gdb-init-1): ...here.
15055         (gdb-send): If Emacs is not ready, defer user input to...
15056         (gdb-prompt): ...here.
15058 2008-02-16  Glenn Morris  <rgm@gnu.org>
15060         * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
15062         * startup.el (emacs-startup-time): Rename to `before-init-time'.
15063         (before-init-time): New name for `emacs-startup-time'.
15064         (command-line): Use before-init-time rather than emacs-startup-time.
15065         * time.el (emacs-uptime): Use before-init-time rather than
15066         emacs-startup-time.
15068         * composite.el (composition-function-table): Doc fix.
15070         * calendar/time-date.el (format-seconds): Remove `nonzero' argument
15071         in favor of `%z' specifier.
15072         (emacs-uptime): Move to time.el.
15073         * time.el (emacs-uptime): Move here from time-date.el.  Add optional
15074         `format' argument.  Doc fix.  Use `%z' rather than removed `nonzero'
15075         argument of format-seconds.
15077 2008-02-16  Dan Nicolaescu  <dann@ics.uci.edu>
15079         * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
15081 2008-02-15  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
15083         * ielm.el (ielm-is-whitespace): Remove.
15084         (ielm-is-whitespace-or-comment): New function.
15085         (ielm-eval-input): Use it.
15087 2008-02-15  Jason Rumney  <jasonr@gnu.org>
15089         * term/mac-win.el: Fix coding tag.
15091 2008-02-15  Dan Nicolaescu  <dann@ics.uci.edu>
15093         * vc-hooks.el (vc-menu-map):
15094         * bindings.el (mode-line-mode-menu): Add tooltips.
15096         * bindings.el (help-echo): Add more tooltips.  Use a less
15097         telegraphic style for existing tooltips.
15099 2008-02-14  Stefan Monnier  <monnier@iro.umontreal.ca>
15101         * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
15102         from the auto-generated one.
15104 2008-02-14  Glenn Morris  <rgm@gnu.org>
15106         * mail/rmail-spam-filter.el (rmail-spam-filter):
15107         Let-bind message-spam-status.
15109         * mail/smtpmail.el (password-cache-add): Declare as function.
15111 2008-02-14  Justus Piater  <Justus-bulk@Piater.name>  (tiny change)
15113         * mail/smtpmail.el: Use password-cache.
15115 2008-02-14  Juanma Barranquero  <lekktu@gmail.com>
15117         * uniquify.el (uniquify-buffer-base-name): New function.
15118         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
15120         * desktop.el (uniquify-managed): Don't defvar.
15121         (desktop-buffer-info): Use `uniquify-buffer-base-name', not
15122         `uniquify-managed'.  Return also the buffer's base name.
15123         (desktop-save): When saving the buffer info, filter out the base name,
15124         and save it as buffer name if the buffer is managed by uniquify.
15125         (uniquify-item-base): Don't declare; not called anymore.
15127 2008-02-14  Dan Nicolaescu  <dann@ics.uci.edu>
15129         * vc.el (vc-annotate-find-revision-at-line): New function.
15130         (vc-annotate-mode-map): Bind it.
15131         (vc-annotate-mode-menu): Add a menu entry for it.  Add :help for
15132         some entries.
15134 2008-02-14  Glenn Morris  <rgm@gnu.org>
15136         * calendar/time-date.el (format-seconds): New function.
15137         (emacs-uptime): Use format-seconds.
15139         * Makefile.in (custom-deps, finder-data, autoloads, recompile):
15140         Remove `LC_ALL=C', since it's included in $(emacs) now.
15142 2008-02-14  Zhang Wei  <id.brep@gmail.com>
15144         * textmodes/org-publish.el (org-publish-timestamp-filename):
15145         Replace colon characters in filename too.
15147 2008-02-13  Bastien Guerry  <bzg@altern.org>
15149         * mail/rmail.el (rmail-header-name): New face.
15150         (rmail-font-lock-keywords): Use rmail-header-name.
15152         * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
15153         against X-Spam-Status header field.
15154         (rmail-spam-filter): Also check X-Spam-Status header field.
15156 2008-02-14  Mark A. Hershberger  <mah@everybody.org>
15158         * progmodes/flymake.el (flymake-allowed-file-name-masks):
15159         Add support for .pm files and .php files.
15160         (flymake-err-line-patterns): Add pattern for PHP errors.
15161         (flymake-php-init): New function.  PHP support for flymake.
15163         * progmodes/compile.el (compilation-error-regexp-alist-alist):
15164         Add regular expression for PHP errors.
15166 2008-02-13  Michael Albinus  <michael.albinus@gmx.de>
15168         * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
15169         This DTRT even on w32 machines.
15170         (ange-ftp-cf1): Quote FILENAME.
15172 2008-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
15174         * smerge-mode.el (smerge-auto-combine-max-separation): New var.
15175         (smerge-auto-combine): New fun.
15177 2008-02-12  Juri Linkov  <juri@jurta.org>
15179         * startup.el (fancy-startup-screen, normal-splash-screen):
15180         Set default-directory to command-line-default-directory.
15182         * desktop.el (after-init-hook): Set inhibit-startup-screen to t
15183         after reading the desktop.
15185         * progmodes/compile.el (compilation-auto-jump):
15186         Call compile-goto-error only when compilation-auto-jump-to-first-error
15187         is non-nil.
15188         (compilation-scroll-output): Replace :type 'boolean with a choice
15189         that has three options including a third option `first-error'.
15190         Doc fix.
15191         (compilation-start, compilation-forget-errors): Add an alternate
15192         condition comparing compilation-scroll-output with `first-error'
15193         in addition to compilation-auto-jump-to-first-error (to call
15194         compilation-auto-jump in the proper place).
15196 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15198         * international/mule.el (sgml-html-meta-auto-coding-function):
15199         Make sure the search limit is ahead.
15201         * tar-mode.el: Fix broken indentation.
15202         (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
15203         Use with-current-buffer.
15205 2008-02-12  Juanma Barranquero  <lekktu@gmail.com>
15207         * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
15208         it is already automatically buffer-local.
15210 2008-02-12  Drew Adams  <drew.adams@oracle.com>
15212         * help.el (describe-key): Join some split lines to facilitate filling.
15213         * help-fns.el (describe-function-1): Fill text of overlong lines.
15215 2008-02-12  Kenichi Handa  <handa@ni.aist.go.jp>
15217         * emacs-lisp/bytecomp.el (byte-compile-lapcode):
15218         Use unibyte-string instead of string-make-unibyte.
15220         * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
15222 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15224         * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
15225         works also for buffers w/o buffer-file-name.  Update callers.
15226         (doc-view-clone-buffer-hook): New fun.
15227         (doc-view-mode): Use it for indirect clones.  Mark the overlays with
15228         the `doc-view' property so they can be recognized.
15230         * simple.el (clone-indirect-buffer-hook): New hook.
15231         (clone-indirect-buffer): Run it.
15233 2008-02-11  Michael Olson  <mwolson@gnu.org>
15235         * epa-setup.el:
15236         * epg-package-info.el: Files removed.
15238 2008-02-11  Daiki Ueno  <ueno@unixuser.org>
15240         * epa.el (epa-menu-mode): Merge into epa-mode.
15241         (epa-menu-items): Rename the label "EasyPG Assistant" to
15242         "Encryption/Decryption".
15244         * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
15245         (epa-dired-mode-map): Rename from epa-dired-map.
15246         (epa-global-dired-mode): Rename the global minor mode.
15248 2008-02-11  Drew Adams  <drew.adams@oracle.com>
15250         * isearch.el (isearch-fail): New face.
15251         (isearch-message): Highlight failure part of input.
15253 2008-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
15255         * ibuffer.el (ibuffer-header-line-format): New var.
15256         (ibuffer-mode): Set it instead of header-line-format.
15257         (ibuffer-update): Use it to set header-line-format.
15259         * international/mule-cmds.el (ucs-insert): Inherit surrounding
15260         properties like self-insert-command.
15262 2008-02-11  Drew Adams  <drew.adams@oracle.com>
15264         * progmodes/etags.el: Add many doc strings.
15266 2008-02-11  Jason Rumney  <jasonr@gnu.org>
15268         * ldefs-boot.el: Regenerated.
15270 2008-02-11  Glenn Morris  <rgm@gnu.org>
15272         * progmodes/compile.el (compilation-error-regexp-alist-alist):
15273         Shorten some names.
15275         * ffap.el (ffap-rfc-directories): Add :version.
15277 2008-02-11  Chris Moore  <christopher.ian.moore@gmail.com>
15279         * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
15280         files, and backup files of same.
15282 2008-02-11  Kevin Ryde  <user42@zip.com.au>
15284         * ffap.el (ffap-rfc-directories): New variable.
15285         (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
15287         * info.el (Info-next-reference, Info-prev-reference)
15288         (Info-try-follow-nearest-node): Move to and follow https:// links too.
15290         * simple.el (completion-list-mode): Show full completion-list-mode-map
15291         in the docstring.
15293 2008-02-11  Sam Steingold  <sds@gnu.org>
15295         * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
15297 2008-02-11  Glenn Morris  <rgm@gnu.org>
15299         * startup.el (emacs-startup-time): New variable.
15300         (command-line): Set emacs-startup-time.
15302         * calendar/time-date.el (emacs-uptime): New function.
15304 2008-02-10  Bastien Guerry  <bzg@altern.org>
15306         * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
15307         (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
15308         it is nil.
15310 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
15312         * epg-config.el: Expand the contents of epg-package-info.el.
15313         (epg-package-name): New constant.
15314         (epg-version-number): New constant.
15315         (epg-bug-report-address): New constant.
15317         * epa-mail.el (epa-mail-mode): Add autoload cookie.
15318         (epa-global-mail-mode): New global minor mode.
15320         * epa-file.el (epa-file-mode): New global minor mode.
15322         * epa-dired.el (epa-dired-mode): New global minor mode.
15324         * epa.el (epa-menu): New variable.
15325         (epa-menu-items): New variable.
15326         (epa-menu-mode): New global minor mode.
15327         (epa-global-minor-modes): New user option.
15328         (epa-mode): New global minor mode.
15330 2008-02-10  Michael Albinus  <michael.albinus@gmx.de>
15332         * net/dbus.el: Remove `no-byte-compile' cookie.
15333         (dbus-call-method, dbus-register-signal, dbus-debug)
15334         (dbus-registered-functions-table): Declare them with
15335         `declare-function' or `defvar', respectively.
15336         (top): Don't assert any longer.  Require 'cl when compiling.
15337         Apply `ignore-errors' but `dbus-ignore-errors'.
15339 2008-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
15341         * diff-mode.el (diff-add-change-log-entries-other-window):
15342         Use add-change-log-entry.
15344 2008-02-09  Jason Rumney  <jasonr@gnu.org>
15346         * button.el (button-map):
15347         * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
15348         * ldefs-boot.el: Regenerate.
15350 2008-02-09  Dan Nicolaescu  <dann@ics.uci.edu>
15352         * epa.el (epa-faces, epa):
15353         * epa-file.el (epa-file):
15354         * epg-config.el (epg): Add :version.
15356 2008-02-09  Thien-Thi Nguyen  <ttn@gnuvola.org>
15358         * vc.el (vc-exec-after): Append CODE to previous fragments.
15359         (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
15360         take MESSAGES instead of VERBOSE; use it when non-nil.
15361         (vc-diff-internal): Compute messages once; use them;
15362         update call to vc-diff-finish.
15364 2008-02-09  Michael Olson  <mwolson@gnu.org>
15366         * net/tramp.el (tramp-process-sentinel): Avoid error when process
15367         buffer has been killed, such as by
15368         `tramp-cleanup-all-connections'.
15370 2008-02-09  Miles Bader  <miles@gnu.org>
15372         * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
15374 2008-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15376         * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
15377         splitter in context hunks.
15379 2008-02-08  Kenichi Handa  <handa@ni.aist.go.jp>
15381         * international/fontset.el (setup-default-fontset): Fix arabic otf
15382         font specification.
15384 2008-02-08  Daiki Ueno  <ueno@unixuser.org>
15386         * epa-dired.el:
15387         * epa-file.el:
15388         * epa-mail.el:
15389         * epa-setup.el:
15390         * epa.el:
15391         * epg-config.el:
15392         * epg-package-info.el:
15393         * epg.el: Initial check-in of EasyPG.
15395 2008-02-08  Glenn Morris  <rgm@gnu.org>
15397         * woman.el (woman-locale): New defcustom.
15398         (woman-expand-locale, woman-manpath-add-locales): New functions.
15399         (woman-manpath): Call woman-manpath-add-locales.  Bump :version.
15401         * international/mule-cmds.el (locale-translate): New function,
15402         with old code extracted from set-locale-environment.
15403         (set-locale-environment): Use locale-translate.  Set woman-locale.
15405         * cus-start.el (selection-coding-system): Remove, since it's now
15406         defined in select.el rather than in xselect.c.
15407         * select.el (selection-coding-system): Make it a defcustom, and
15408         add the properties from cus-start.el.  Bump :version.
15410         * custom.el (custom-theme-set-variables): Sort symbols that are
15411         dependencies before symbols that depend on them.
15412         (custom-enabled-themes): Set after custom-theme-directory.
15414         * pcmpl-unix.el (top-level): Move provide statement to end.
15415         (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
15416         `*' from doc-string.  Allow to be nil.
15417         (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
15418         Allow to be nil.  Add :version.
15419         (pcmpl-ssh-hosts): Move definition before use.  Handle lines
15420         without hostnames, and multiple hostnames per line.
15422         * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
15424 2008-02-08  Phil Hagelberg  <phil@evri.com>
15426         * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
15427         (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
15429 2008-02-07  Timo Savola  <timo.savola@iki.fi>
15431         * startup.el (command-line-x-option-alist): Add --parent-id.
15433         * term/x-win.el (x-handle-parent-id): New function.
15435 2008-02-07  Chris Moore  <christopher.ian.moore@gmail.com>
15437         * mouse.el (x-fixed-font-alist): Use consistent capitalization for
15438         "Font Menu".
15440 2008-02-06  Michael Albinus  <michael.albinus@gmx.de>
15442         * net/dbus.el (dbus-interface-peer): New defconst.
15443         (dbus-ping): New defun.
15445 2008-02-06  Sam Steingold  <sds@gnu.org>
15447         * vc-hooks.el (vc-prefix-key): New user-customizable variable.
15449 2008-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15451         * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
15452         Just return nil and let the C code provide a fallback.
15454 2008-02-05  Glenn Morris  <rgm@gnu.org>
15456         * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
15457         tramp-flush-connection-property for removed 2nd argument.
15459 2008-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15461         * diff-mode.el (diff-add-change-log-entries-other-window):
15462         Rename from diff-create-changelog.  Change users.
15463         Minor change to hopefully work with plain diffs.
15464         (diff-mode-map): Add binding for it.
15466 2008-02-04  Dan Nicolaescu  <dann@ics.uci.edu>
15468         * diff-mode.el: Add new TODO entry.
15469         (diff-create-changelog): New function.
15470         (diff-mode-menu): Bind it.
15472 2008-02-04  Kenichi Handa  <handa@ni.aist.go.jp>
15474         * international/mule-diag.el (print-fontset-element): Handle the
15475         case of inhibiting the fallback fonts.
15477 2008-02-04  Kim F. Storm  <storm@cua.dk>
15479         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
15480         (ido-magic-delete-char): Use prefix arg.
15482 2008-02-03  Juanma Barranquero  <lekktu@gmail.com>
15484         * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
15485         because the latter is in fact a 1.2.8 build distributed with GTK+ (as
15486         of today, the most recent libpng is 1.2.24).
15488 2008-02-03  Michael Albinus  <michael.albinus@gmx.de>
15490         * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
15492         * net/dbus.el (top): Check (featurep 'dbusbind).
15494         * net/tramp.el (tramp-process-sentinel): New defun.
15495         (tramp-do-copy-or-rename-file-out-of-band)
15496         (tramp-maybe-open-connection): Use it as process sentinel.
15497         (tramp-handle-delete-directory): Don't use the "-f" option; it
15498         isn't portable.
15499         (tramp-handle-start-file-process): Echo `tramp-end-of-output'
15500         after the command.
15501         (tramp-handle-shell-command): Set `mode-line-process' in the
15502         asynchronous case.
15504         * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
15506         * net/tramp-fish.el (tramp-fish-maybe-open-connection):
15507         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
15508         Use `tramp-process-sentinel' as process sentinel.
15510 2008-02-02  Juanma Barranquero  <lekktu@gmail.com>
15512         * whitespace.el (global-whitespace-mode): Revert last change.
15513         (whitespace-unload-function): Force `global-whitespace-mode'
15514         to deactivate local modes in a slightly less intrusive way.
15516 2008-02-02  Eli Zaretskii  <eliz@gnu.org>
15518         * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
15520 2008-02-02  Glenn Morris  <rgm@gnu.org>
15522         * international/latin1-disp.el (latin1-display):
15523         * progmodes/fortran.el (fortran-comment-indent-char):
15524         * progmodes/idlw-shell.el (top-level):
15525         * term/mac-win.el (mac-keyboard-translate-char):
15526         * whitespace.el (whitespace-char-valid-p):
15527         * wid-edit.el (widget-key-sequence-read-event):
15528         Use characterp rather than char-valid-p.
15530         * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
15531         to capitalized-find-word-boundary.  Doc fix.  Update callers.
15532         (capitalized-next-word-boundary-function-table): Rename to
15533         capitalized-find-word-boundary-function-table.  Doc fix.  Update users.
15535         * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
15536         string-to-int.
15538         * ps-def.el (declare-function): Add compatibility definition.
15539         (ps-plot-with-face, ps-plot-string): Declare as functions.
15540         (ps-bold-faces, ps-italic-faces): Declare variables.
15542         * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
15543         (ps-mule-end-job): Declare as functions.
15545         * wid-edit.el (widget-string-complete): Use assoc-string rather
15546         than assoc-ignore-case.
15548 See ChangeLog.13 for earlier changes.
15550 ;; Local Variables:
15551 ;; coding: utf-8
15552 ;; add-log-time-zone-rule: t
15553 ;; bug-reference-url-format: "http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=%s"
15554 ;; End:
15556     Copyright (C) 2008  Free Software Foundation, Inc.
15558   This file is part of GNU Emacs.
15560   GNU Emacs is free software: you can redistribute it and/or modify
15561   it under the terms of the GNU General Public License as published by
15562   the Free Software Foundation, either version 3 of the License, or
15563   (at your option) any later version.
15565   GNU Emacs is distributed in the hope that it will be useful,
15566   but WITHOUT ANY WARRANTY; without even the implied warranty of
15567   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15568   GNU General Public License for more details.
15570   You should have received a copy of the GNU General Public License
15571   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
15573 ;; arch-tag: c241c1f9-d668-48bf-920a-2897ed0340bc