(vc-follow-link, vc-find-file-hook):
[emacs.git] / lisp / ChangeLog
blobf4457b02305cf5812bac68d0d9806f16888b44d0
1 2008-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * vc-hooks.el (vc-follow-link, vc-find-file-hook):
4         Use buffer-file-truename to handle symlinks in any part of the filename.
6 2008-11-22  Glenn Morris  <rgm@gnu.org>
8         * vc-mtn.el (vc-mtn-diff-switches): New option.
9         (vc-mtn-program): Rename from vc-mtn-command, for
10         consistency with other backends.  Keep old name as alias.
11         Update callers.  Make it a defcustom.
12         (vc-mtn-diff): Give it a doc string.  Apply diff switches.
14         * vc-arch.el (vc-arch-program): Rename from vc-arch-command, for
15         consistency with other backends.  Keep old name as alias.
16         Make it a defcustom.
17         (vc-arch-command, vc-arch-trim-revlib): Adapt for above change.
19         * vc-hg.el (vc-hg-program): New option.
20         (vc-hg-state, vc-hg-working-revision, vc-hg-command):
21         Use vc-hg-program rather than hard-coded "hg".
23         * vc-svn.el: Remove leading `*' from defcustom doc-strings.
24         (vc-svn-program): Move defcustom to start.
25         (vc-svn-create-repo, vc-svn-modify-change-comment):
26         Use vc-svn-program rather than hard-coded "svn".
28         * menu-bar.el: Stylistic consistency fixes for various menu and
29         help texts.
31         * kmacro.el (kmacro-insert-counter): Doc fix.
33 2008-11-21  Ivan Shmakov  <oneingray@gmail.com>  (tiny change)
35         * progmodes/tcl.el (tcl-filter): Don't forcibly move point.
37 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
39         * international/quail.el (quail-indent-to): New function.
40         (quail-completion-1, quail-completion-list-translations)
41         (quail-insert-decode-map): Use it to improve alignment.
42         (quail-build-decode-map): Don't ignore latin-1 chars.
43         (quail-help): Increase the max decode-map size so that even the TeX map
44         gets printed.
46         * bookmark.el (bookmark-get-bookmark): Add `noerror' arg.
47         Signal error for invalid bookmark.
48         (bookmark-get-bookmark-record): Undo last change.
49         (bookmark-store, bookmark-delete): Use new arg `noerror'.
51         * bookmark.el (bookmark-buffer-file-name): Also abbreviate dired-dir.
52         Suggested by Toru TSUNEYOSHI.
54 2008-11-21  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
56         * byte-opt.el (byte-compile-butlast): Move up in file.
57         (byte-optimize-plus): Don't call
58         byte-optimize-delay-constants-math (bug#1334).
59         Use byte-optimize-predicate to optimize constants.
60         (byte-optimize-minus): Don't call
61         byte-optimize-delay-constants-math.  Remove zero arguments first
62         if possible.  Call byte-optimize-predicate to optimize constants.
63         (byte-optimize-multiply): Remove optimizations for arguments of 0
64         and 2, which may be inaccurate.  Optimize (* x -1) to (- x).
65         Call byte-optimize-predicate.
66         (byte-optimize-divide): Leave runtime errors unchanged.
67         Optimize (/ x 1) to (+ x 0). Remove optimizations for arguments of
68         0 and 2.0, which may be inaccurate.  Call byte-optimize-predicate.
70 2008-11-21  Juanma Barranquero  <lekktu@gmail.com>
72         * bookmark.el (bookmark-jump-noselect): Add obsolescence
73         declaration and remove redundant info from docstring.
75         * isearch.el (isearch-search-string): Doc fix.
76         (search-exit-option, search-slow-window-lines, search-slow-speed)
77         (search-upper-case, search-nonincremental-instead)
78         (search-whitespace-regexp, search-ring-max, regexp-search-ring-max)
79         (search-ring-update, search-highlight, isearch-lazy-highlight)
80         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
81         (lazy-highlight-interval): Remove * from defcustom docstrings.
82         (isearch-resume-in-command-history, lazy-highlight-max-at-a-time):
83         Remove * from defcustom docstrings; fix typos.
84         (isearch-push-state-function, isearch-help-for-help-internal)
85         (isearch-help-for-help, isearch-describe-bindings)
86         (isearch-describe-mode, minibuffer-local-isearch-map, isearch-mode)
87         (isearch-pop-fun-state, isearch-search-fun-function)
88         (isearch-lazy-highlight-search): Fix typos in docstrings.
89         (isearch-yank-internal, isearch-fallback): Reflow docstrings.
90         (isearch-forward): Fix typo and reflow docstring.
91         (isearch-help-map): Remove unused `i' binding.  Fix typos in docstring.
92         (isearch-mode-map): Don't use `let*'.
94 2008-11-21  Chong Yidong  <cyd@stupidchicken.com>
96         * files.el (confirm-nonexistent-file-or-buffer): Change default to nil.
98 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
100         * isearch.el (isearch-search-string): Simplify and convert docstring.
102         * buff-menu.el (Buffer-menu-short-ellipsis): Partly undo last change.
104 2008-11-20  Juanma Barranquero  <lekktu@gmail.com>
106         * international/mule-util.el (set-nested-alist): Doc fix.  Use `when'.
107         (lookup-nested-alist): Doc fix.
108         (with-coding-priority): Reflow docstring.
109         (detect-coding-with-priority): Fix typos in obsolescence declaration.
110         (char-displayable-p): Reflow docstring.  Use `when'.
112 2008-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
114         * calendar/cal-menu.el (cal-menu-scroll-menu): Add bindings for
115         week forward/backward.
117 2008-11-20  Juanma Barranquero  <lekktu@gmail.com>
119         * ehelp.el (electric-help-map, ehelp-map): Define within defvar.
120         (with-electric-help): Fix typo and reflow docstring.
122 2008-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
124         * buff-menu.el (Buffer-menu-short-ellipsis): New constant.
125         (Buffer-menu-buffer+size): Use it, fix last change, and simplify.
126         (list-buffers-noselect): Don't need to pad.
128 2008-11-20  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
130         * buff-menu.el (Buffer-menu-buffer+size, list-buffers-noselect):
131         Pay attention to char widths when computing string sizes.
133 2008-11-20  Juanma Barranquero  <lekktu@gmail.com>
135         * emacs-lisp/bytecomp.el (byte-compile-dynamic-docstrings)
136         (byte-compile-output-docform): Reflow docstrings.
137         (no-byte-compile): Fix typo in docstring.
138         (byte-recompile-directory, compile-defun): Doc fixes.
139         (emacs-lisp-file-regexp, byte-compile-verbose)
140         (byte-compile-compatibility, byte-optimize, byte-compile-delete-errors)
141         (byte-compile-dynamic-docstrings, byte-optimize-log)
142         (byte-compile-error-on-warn, byte-compile-warnings)
143         (byte-compile-generate-call-tree, byte-compile-call-tree-sort):
144         Remove * from defcustom docstrings.
146 2008-11-20  Glenn Morris  <rgm@gnu.org>
148         * format.el (format-alist, format-write-file): Doc fix.
150         * proced.el (proced-available): New variable.
151         (proced-process-attributes): Move availability check from previous
152         change from here...
153         (proced): ... to here.
155         * vc-hg.el (vc-hg-diff-switches): New option.
156         (vc-hg-diff): Apply diff switches.  (Bug#1017)
158         * calc/calc-units.el (math-additional-units): Doc fix (active voice).
160         * progmodes/fortran.el (fortran-mode-map): Add some menu :help.
162 2008-11-20  Stephen Berman  <Stephen.Berman@gmx.net>
164         * files.el (auto-mode-alist): Recognize more OpenOffice.org extensions.
166 2008-11-19  Juanma Barranquero  <lekktu@gmail.com>
168         * calc/calc-units.el (math-units-table): Doc fix.
169         (math-standard-units): Fix typo in constant's description.
170         (math-additional-units): Fix typo in docstring.
172 2008-11-19  Ulrich Mueller  <ulm@kph.uni-mainz.de>
174         * calc/calc-units.el (math-standard-units): Add eps0,
175         permittivity of vacuum.
177 2008-11-19  Dan Nicolaescu  <dann@ics.uci.edu>
179         * files.el (project-settings-file): Remove.
180         (project-find-settings-file): Undo previous change that added the
181         use of project-settings-file.
183 2008-11-19  Glenn Morris  <rgm@gnu.org>
185         * proced.el (proced, proced-format-time): Doc fixes.
186         (proced-process-attributes): Signal an error if unsupported.  (Bug#1314)
188 2008-11-19  Karl Fogel  <kfogel@red-bean.com>
190         * bookmark.el (bookmark-jump-noselect): Move the deprecation
191         notice into the doc string, following up to 2008-10-29T17:42:49Z!cyd@stupidchicken.com.
193 2008-11-19  Lute Kamstra  <lute@gnu.org>
195         * autoinsert.el (auto-insert-alist): Don't use match data.
197 2008-11-19  Glenn Morris  <rgm@gnu.org>
199         * progmodes/f90.el (f90-mode-map): Add some menu :help.
201         * autoinsert.el (auto-insert-alist): Update template to FDL 1.3+.
203         * emacs-lisp/cl.el (floor*, ceiling*, truncate*, round*, mod*):
204         * term/w32-win.el (x-select-font): Declare.
206         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix a/an typo.
207         Use the imperative for all help strings.
209 2008-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
211         * textmodes/ispell.el (ispell-dictionary-base-alist): Adjust to the
212         case where the default dictionary is French, Spanish, younameit.
214         * window.el (window--frame-usable-p): Consider dedicated windows
215         as usable.
217         * files.el (confirm-nonexistent-file-or-buffer):
218         Rename from find-file-confirm-nonexistent-file.
219         (read-buffer-to-switch): Use it.
221 2008-11-18  Juanma Barranquero  <lekktu@gmail.com>
223         * server.el (server-temp-file-p): Use `string-match-p'.
224         (server-socket-dir): Set to nil if local sockets are unsupported.
225         (server-start): Don't try to delete local socket if unsupported.
226         (server-kill-new-buffers): Reflow docstring.
227         (server-delete-client, server-handle-delete-frame)
228         (server-save-buffers-kill-terminal): Doc fixes.
229         (server-send-string): Fix typo in docstring.
231 2008-11-18  Sam Steingold  <sds@gnu.org>
233         * progmodes/compile.el (compilation-start-hook): New hook.
234         (compilation-start): Run it on the compilation process.
236 2008-11-18  Juanma Barranquero  <lekktu@gmail.com>
238         * international/mule-cmds.el (update-leim-list-file): Simplify.
239         (prefer-coding-system, find-coding-systems-for-charsets):
240         Fix docstring typos.
241         (select-safe-coding-system, input-method-exit-on-first-char)
242         (language-info-alist, language-info-custom-alist): Reflow docstrings.
243         (toggle-input-method, read-multilingual-string): Doc fixes.
244         Reflow docstrings.
245         (locale-name-match, sort-coding-systems, find-multibyte-characters)
246         (read-char-by-name): Use `string-match-p'.
247         (get-char-code-property, put-char-code-property)
248         (char-code-property-description): Be silent while loading uni-* files.
249         (ucs-names): Use `dotimes-with-progress-reporter', because loading
250         the Unicode character names is *slow*.
252 2008-11-17  Chong Yidong  <cyd@stupidchicken.com>
254         * wid-edit.el (widget-image-insert): Don't add a mouse-face.
256         * cus-edit.el (custom-group-value-create): Don't insert docstring twice.
258 2008-11-17  Juanma Barranquero  <lekktu@gmail.com>
260         * international/mule-cmds.el (ucs-completions): Mark as risky.
262 2008-11-17  Martin Rudalics  <rudalics@gmx.at>
264         * help-macro.el (three-step-help): Remove * from defcustom.
265         (make-help-screen): Don't iconify selected frame.  (Bug#1322)
266         Use when instead of if and cond within condition-case.
268         * window.el (quit-window): Bind window to selected window when
269         trying to delete it.
271 2008-11-17  Glenn Morris  <rgm@gnu.org>
273         * progmodes/cc-defs.el (c-put-char-property-fun): Add fallback
274         definition of 'ignore, rather than nil.  (Bug#1353)
276 2008-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
278         * window.el (window--frame-usable-p): Allow use for soft-dedication.
280 2008-11-17  Juanma Barranquero  <lekktu@gmail.com>
282         * emulation/viper-cmd.el (viper-harness-minor-mode): Fix docstring typo.
284         * simple.el (quoted-insert, minibuffer-history-isearch-pop-state, undo)
285         (undo-only, rotate-yank-pointer, kill-whole-line, push-mark-command)
286         (exchange-point-and-mark, set-goal-column, kill-line, backward-word)
287         (kill-word, backward-kill-word, zap-to-char): Doc fixes.
288         (shell-command, repeat-complex-command): Reflow docstrings.
289         (pop-to-mark-command): Fix typos in docstring.
291 2008-11-17  Juri Linkov  <juri@jurta.org>
293         * isearch.el (isearch-filter-predicate): Rename from
294         `isearch-success-function'.  Rename default value from
295         `isearch-success-function-default' to
296         `isearch-filter-invisible'.  Doc fix.
297         (isearch-filter-invisible): Rename from
298         `isearch-success-function-default'.  Doc fix.
299         (isearch-search, isearch-lazy-highlight-search):
300         Rename `isearch-success-function' to `isearch-filter-predicate'.
302         * dired-aux.el (dired-isearch-filter-predicate-orig): Rename from
303         `dired-isearch-orig-success-function'.
304         (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
305         (dired-isearch-filenames-end): Rename `isearch-success-function' to
306         `isearch-filter-predicate'.  Doc fix.
307         (dired-isearch-filter-filenames): Rename from
308         `dired-isearch-success-function'.
310         * info.el (Info-search, Info-mode):
311         Rename `isearch-success-function' to `isearch-filter-predicate'.
312         (Info-isearch-filter-predicate): Rename from
313         `Info-search-success-function'.
315         * simple.el (minibuffer-default-add-function): Fix docstring to
316         use clear text "default values" instead of obscure references to
317         the dynamic variable `minibuffer-default'.
319 2008-11-16  Glenn Morris  <rgm@gnu.org>
321         * term/ns-win.el (ns-extended-platform-support-mode):
322         Tweak menu entry from previous change.
324         * wid-edit.el (advertised-widget-backward): Remove autoload cookie.
326         * cus-edit.el (custom-buffer-create-internal): Always insert the
327         in-buffer buttons, regardless of tool-bar.  (Bug#1326)
329 2008-11-16  Chong Yidong  <cyd@stupidchicken.com>
331         * subr.el (read-passwd): Use read-event instead of read-char-exclusive.
333 2008-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
335         * ielm.el (ielm-eval-input): Fix thinko in last change.
337 2008-11-16  Chong Yidong  <cyd@stupidchicken.com>
339         * subr.el (read-passwd): Yank current kill if the user enters C-y.
341 2008-11-16  Michael Albinus  <michael.albinus@gmx.de>
343         * net/tramp.el (tramp-handle-file-name-as-directory): New defun.
344         (tramp-file-name-handler-alist): Handle `file-name-as-directory'.
346         * net/tramp-fish.el (tramp-fish-file-name-handler-alist)
347         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
348         Handle `file-name-as-directory'.
350 2008-11-16  Chong Yidong  <cyd@stupidchicken.com>
352         * startup.el (fancy-startup-text): Give "Emacs tutorial" line the
353         usual variable-pitch face.
355 2008-11-16  Juanma Barranquero  <lekktu@gmail.com>
357         * net/ange-ftp.el (ange-ftp-multi-msgs, ange-ftp-good-msgs)
358         (ange-ftp-try-passive-mode, ange-ftp-data-buffer-name)
359         (ange-ftp-account-hashtable, ange-ftp-ls-cache-lsargs)
360         (ange-ftp-ls-cache-file, ange-ftp-ls-cache-res, ange-ftp-get-user)
361         (ange-ftp-ftp-name-component, ange-ftp-kill-ftp-process)
362         (ange-ftp-quote-string, ange-ftp-process-handle-line)
363         (ange-ftp-start-process, ange-ftp-send-cmd, ange-ftp-add-dumb-unix-host)
364         (ange-ftp-before-parse-ls-hook, ange-ftp-after-parse-ls-hook)
365         (ange-ftp-ls, ange-ftp-add-dl-dir, ange-ftp-get-file-entry)
366         (ange-ftp-set-binary-mode, ange-ftp-set-ascii-mode, ange-ftp-get-pwd)
367         (ange-ftp-file-name-as-directory-alist, ange-ftp-reread-dir)
368         (ange-ftp-vms-filename-regexp, ange-ftp-bs2000-fix-name-regexp-reverse)
369         (ange-ftp-bs2000-fix-name-regexp): Fix typos in docstrings.
370         (ange-ftp-name-format, ange-ftp-gateway-fatal-msgs)
371         (ange-ftp-xfer-size-msgs, ange-ftp-tmp-name-template)
372         (ange-ftp-netrc-filename, ange-ftp-disable-netrc-security-check)
373         (ange-ftp-default-user, ange-ftp-default-password)
374         (ange-ftp-default-account, ange-ftp-netrc-default-password)
375         (ange-ftp-netrc-default-account, ange-ftp-dumb-unix-host-regexp)
376         (ange-ftp-binary-file-name-regexp, ange-ftp-gateway-host)
377         (ange-ftp-gateway-prompt-pattern, ange-ftp-smart-gateway-port)
378         (ange-ftp-send-hash, ange-ftp-binary-hash-mark-size)
379         (ange-ftp-ascii-hash-mark-size, ange-ftp-process-verbose)
380         (ange-ftp-ftp-program-name, ange-ftp-gateway-ftp-program-name)
381         (ange-ftp-ftp-program-args, ange-ftp-nslookup-program)
382         (ange-ftp-make-backup-files, ange-ftp-retry-time)
383         (ange-ftp-bs2000-special-prefix): Remove * from defcustom docstrings.
384         (ange-ftp-skip-msgs, ange-ftp-potential-error-msgs)
385         (ange-ftp-gateway-tmp-name-template)
386         (ange-ftp-generate-anonymous-password, ange-ftp-local-host-regexp)
387         (ange-ftp-gateway-program-interactive, ange-ftp-smart-gateway)
388         (ange-ftp-raw-login): Remove * from defcustom docstrings; fix typos.
389         (ange-ftp-fatal-msgs): Remove * from defcustom docstring; doc fix.
390         (ange-ftp-gateway-program): Remove * from docstring and reflow.
391         (ange-ftp-hash-entry-exists-p, ange-ftp-hash-table-keys)
392         (ange-ftp-raw-send-cmd, ange-ftp-get-files, ange-ftp-canonize-filename)
393         (ange-ftp-file-name-as-directory, ange-ftp-directory-file-name):
394         (ange-ftp-copy-files-async, ange-ftp-rename-remote-to-remote):
395         (ange-ftp-rename-local-to-remote): Doc fixes.
396         (ange-ftp-set-xfer-size, ange-ftp-call-cont, ange-ftp-process-filter):
397         Use `when', `unless'.
398         (ange-ftp-set-passwd): Rename arg PASSWD to PASSWORD.
399         (ange-ftp-process-handle-hash): Rename arg STR to STRING.
400         (ange-ftp-nslookup-host): Rename arg HOST to HOSTNAME.
401         (ange-ftp-smart-login): Rename arg PASS to PASSWORD.
402         (ange-ftp-normal-login): Rename arg PASS to PASSWORD.  Fix typo.
403         (ange-ftp-process-sentinel): Use `when'.  Fix typo.
404         (ange-ftp-gwp-start): Use `let', not `let*'; use `when'.  Fix typo.
405         (ange-ftp-fix-name-func-alist, ange-ftp-fix-dir-name-func-alist)
406         (ange-ftp-parse-list-func-alist, ange-ftp-add-file-entry-alist)
407         (ange-ftp-delete-file-entry-alist): Fix typos and reflow docstring.
408         (ange-ftp-dumb-unix-host, ange-ftp-binary-file)
409         (ange-ftp-directory-files, ange-ftp-file-modtime, ange-ftp-vms-host)
410         (ange-ftp-mts-host, ange-ftp-cms-host, ange-ftp-bs2000-host)
411         (ange-ftp-bs2000-posix-host): Use `string-match-p' instead of
412         `(save-match-data (string-match ...))'.
413         (ange-ftp-use-gateway-p, ange-ftp-use-smart-gateway-p)
414         (ange-ftp-file-name-directory, ange-ftp-file-name-nondirectory):
415         Use `string-match-p' instead of `(save-match-data (string-match ...))'.
416         Doc fixes.
418 2008-11-16  Michael Kifer  <kifer@cs.stonybrook.edu>
420         * emulation/viper-init.el (viper-ESC-keyseq-timeout): Make it into a
421         function instead of a variable.
423         * emulation/viper-util.el (viper-fast-keysequence-p): Change to use
424         viper-ESC-keyseq-timeout as a function.
425         (viper-get-saved-cursor-color-in-replace-mode): Use defun instead of
426         defsubst.
428         * emulation/viper-cmd.el: Let line-move-visual to nil when using
429         next-line or previous-line.
430         (viper-R-state-post-command-sentinel): Use defun instead of defsubst.
432         * emulation/viper-keym.el (viper-ESC-key): Use (kbd "ESC").
434         * ediff-util.el (ediff-toggle-multiframe): Check if control window is
435         live.
436         (ediff-save-buffer): Let window-min-height to 2.
438         * ediff-wind.el (ediff-setup-windows-plain-compare): Avoid selecting
439         the minibuffer.
441 2008-11-16  Juanma Barranquero  <lekktu@gmail.com>
443         * ielm.el (ielm-noisy, ielm-dynamic-return, ielm-mode-hook)
444         (ielm-dynamic-multiline-inputs): Remove * from defcustom docstrings.
445         (ielm-prompt-read-only, ielm-font-lock-keywords): Fix docstring typos.
446         (ielm-map): Define within defvar.  Add docstring.
447         (ielm-tab, ielm-eval-input, ielm-get-old-input, ielm-return)
448         (ielm-complete-filename): Use `when', `unless'.
449         (ielm-is-whitespace-or-comment): Use `string-match-p'.
450         (ielm-return, ielm-get-old-input): Use `looking-at-p'.
451         (ielm-change-working-buffer): Check that the buffer is live.
452         (inferior-emacs-lisp-mode): Define with `define-derived-mode'.
453         Simplify.  Reflow docstring.
454         (inferior-emacs-lisp-mode-hook, inferior-emacs-lisp-mode-map):
455         New aliases, to satisfy `define-derived-mode' expectations.
457 2008-11-15  Glenn Morris  <rgm@gnu.org>
458             Martin Rudalics  <rudalics@gmx.at>
460         * emacs-lisp/find-func.el (find-function-advised-original): New.
461         (find-function-C-source, find-function-noselect):
462         Use find-function-advised-original to handle advised funcs.  (Bug#789)
464 2008-11-15  Glenn Morris  <rgm@gnu.org>
466         * emacs-lisp/find-func.el (find-function-noselect): Add missing "is" in
467         alias message.
469         * uniquify.el (uniquify-maybe-rerationalize-w/o-cb):
470         Remove uniquify-after-kill-buffer-p dependency.
471         (uniquify-kill-buffer-function): New function.
472         (kill-buffer-hook): Use uniquify-kill-buffer-function.  (Bug#1315)
474         * term/ns-win.el (ns-do-applescript, ns-popup-font-panel): Declare.
475         (ns-show-manual, menu-bar-help-menu): Update for merge of ns-emacs into
476         main Emacs manual.
478 2008-11-15  Martin Rudalics  <rudalics@gmx.at>
480         * window.el (quit-window): Restore delete window with second
481         arg non-nil behavior as of before 2008-10-30 change.
483 2008-11-15  Chong Yidong  <cyd@stupidchicken.com>
485         * help-fns.el (describe-function-1): Do char-range check for
486         self-insert-command.
488 2008-11-14  Karl Fogel  <kfogel@red-bean.com>
490         * files.el (file-precious-flag): Document that this flag is advisory.
492 2008-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
494         * emacs-lisp/bytecomp.el (byte-compile-associative)
495         (byte-compile-minus, byte-compile-quo): If there are more than two
496         operands, don't use binary operation code (bug#1334).
498 2008-11-14  Juanma Barranquero  <lekktu@gmail.com>
500         * w32-fns.el (w32-shell-dos-semantics):
501         * calendar/diary-lib.el (diary-face-attrs):
502         * international/mule-cmds.el (set-default-coding-systems)
503         (prefer-coding-system):
504         * net/tramp.el (tramp-set-completion-function):
505         * progmodes/vhdl-mode.el (vhdl-file-header):
506         * term/pc-win.el (msdos-show-help): Fix typos in docstrings.
508         * emacs-lisp/authors.el (authors-fixed-entries): Fix typo in value.
510         * files.el (enable-local-eval, not-modified, kill-buffer-ask)
511         (kill-matching-buffers, save-buffers-kill-emacs)
512         (save-buffers-kill-terminal): Fix typos in docstrings.
513         (switch-to-buffer-other-window): Reflow docstring.
514         (revert-buffer): Doc fix.
515         (define-project-bindings): Rename arg LIST to SETTINGS.
516         (project-find-settings-file): Use `let', not `let*'.
517         Use `when'.
519 2008-11-13  Juanma Barranquero  <lekktu@gmail.com>
521         * files.el (project-settings-file, locate-dominating-file):
522         Fix typos in docstrings.
523         (find-file-visit-truename): Remove * from defcustom docstring.
525 2008-11-13  T. V. Raman  <raman@users.sourceforge.net>  (tiny change)
527         * files.el (project-settings-file): New variable.
528         (project-find-settings-file): Use it, instead of hardcoding
529         .dir.settings.el.
531 2008-11-13  Glenn Morris  <rgm@gnu.org>
533         * nxml/nxml-enc.el: Remove some charset code not needed since Emacs 22.
535 2008-11-13  Henry Weller  <hweller0@gmail.com>  (tiny change)
537         * net/mairix.el (mairix-widget-fields-list): Fix bug regarding searching
538         in mail bodies.
540 2008-11-12  Juanma Barranquero  <lekktu@gmail.com>
542         * international/mule.el (autoload-coding-system, with-category-table)
543         (ctext-non-standard-encodings-alist): Fix typos in docstrings.
544         (coding-system-equal, set-buffer-process-coding-system): Doc fixes.
545         (set-buffer-file-coding-system, revert-buffer-with-coding-system)
546         (set-file-name-coding-system, ctext-pre-write-conversion)
547         (auto-coding-functions, find-auto-coding, modify-coding-system-alist):
548         Reflow docstrings.
549         (charset-list, set-coding-priority): Remove redundant obsolescence info.
550         (charset-id, charset-bytes, make-coding-system): Add obsolescence info.
551         (char-valid-p): Define with `define-obsolete-function-alias'.
553         * textmodes/artist.el (artist-mode): Fix typos in docstring.
555 2008-11-12  Sam Steingold  <sds@gnu.org>
557         * vc-cvs.el (vc-cvs-parse-root): Handle roots without colon
558         between hostname and path.
560 2008-11-11  Juri Linkov  <juri@jurta.org>
562         * dired-aux.el (dired-isearch-filenames)
563         (dired-isearch-filenames-regexp):
564         Let-bind isearch-message-prefix-add to "filename ".
566         * isearch.el (isearch-message-prefix-add)
567         (isearch-message-suffix-add): New variables.
568         (isearch-message-prefix): Show additional text from
569         `isearch-message-prefix-add' before "I-search".
570         (isearch-message-suffix): Show additional text from
571         `isearch-message-suffix-add' at the end.
573         * isearch.el (isearch-lazy-highlight-search): Use a loop like in
574         `isearch-search'.  Call isearch-success-function to skip matches
575         outside the current isearch scope.  Let-bind search-invisible to
576         nil to not match invisible text.
578         * isearch.el (isearch-query-replace, isearch-highlight-regexp):
579         Let-bind `isearch-recursive-edit' to nil to prevent calling
580         `exit-recursive-edit' in `isearch-done' that terminates the
581         execution of these commands when it is non-nil.  Call
582         `exit-recursive-edit' explicitly at the end.
583         (isearch-occur): For word search construct the correct regexp
584         with word boundaries to proceed with occur.
586         * isearch.el (isearch-search-fun): Compare the length of the
587         current search string with the length of the string from the
588         previous search state to detect the situation when the user
589         adds or removes characters in the search string.
590         Use word-search-forward-lax and word-search-backward-lax in this
591         case, and otherwise word-search-forward and word-search-backward.
593 2008-11-11  Sam Steingold  <sds@gnu.org>
595         * mouse.el (mouse-buffer-menu-mode-groups): Place "Annotate" into
596         the "Version Control" group (for C-x v g).
598 2008-11-11  Juanma Barranquero  <lekktu@gmail.com>
600         * server.el (server-process-filter): Fix typos and reflow docstring.
602 2008-11-11  Martin Rudalics  <rudalics@gmx.at>
604         * mail/footnote.el (footnote-mode): Improve doc-string.
605         Suggested by <jidanni@jidanni.org>.  (Bug#1318)
607 2008-11-11  Chong Yidong  <cyd@stupidchicken.com>
609         * cus-edit.el (Custom-mode): Set up tool-bar-map unconditionally.
611 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
613         * mail/smtpmail.el (smtpmail-open-stream): Use
614         `starttls-any-program-available'.  Auto-load starttls.el for it.
616 2008-11-08  Chong Yidong  <cyd@stupidchicken.com>
618         * dired.el (dired-read-dir-and-switches): Revert to 2007-11-22
619         version (bug@1285).
621 2008-11-08  Eli Zaretskii  <eliz@gnu.org>
623         * startup.el (command-line): Ignore init-file-user when checking
624         user's home directory on MS-DOS as well.
626 2008-11-07  Sam Steingold  <sds@gnu.org>
628         * progmodes/cc-cmds.el (c-defun-name): Fix CLISP DEFUN handling.
630 2008-11-07  Juanma Barranquero  <lekktu@gmail.com>
632         * frame.el (make-frame-on-display): Use `string-match-p'.
634 2008-11-07  Glenn Morris  <rgm@gnu.org>
636         * progmodes/cc-defs.el (cl-macroexpand-all): Fix declaration.
638 2008-11-07  Dan Nicolaescu  <dann@ics.uci.edu>
640         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add new argument
641         to initialize font-lock keyword case sensitivity.
642         (lisp-mode): Use it.
644 2008-11-06  Glenn Morris  <rgm@gnu.org>
646         * eshell/esh-maint.el: Remove unused file.
648         * progmodes/cc-defs.el (cl-macroexpand-all): Declare.
650         * cus-edit.el (custom-comment-tag): Doc fix.
651         (custom-comment, custom-variable-value-create, custom-face):
652         Use face names sans -face suffix rather than aliases.
654 2008-11-05  Jay Belanger  <jay.p.belanger@gmail.com>
656         * calc/calc.el (calc-quit): Use `window-full-width-p' to check
657         window width.
659 2008-11-05  Chong Yidong  <cyd@stupidchicken.com>
661         * server.el (server-process-filter): Only default to emacsclient's
662         terminal in daemon mode.
664 2008-11-05  Martin Rudalics  <rudalics@gmx.at>
666         * window.el (quit-window): Restore prefix argument behavior
667         removed in 2008-10-30 change.  (Bug#1308)
669 2008-11-05  Tassilo Horn  <tassilo@member.fsf.org>
671         * doc-view.el (doc-view-mode): Bugfix: Add conversion killing
672         function to kill-buffer-hook, not to kill-buffer.
673         Reported by Markus Triska <markus.triska@gmx.at>
675 2008-11-04  Jay Belanger  <jay.p.belanger@gmail.com>
677         * calc/calc.el (calc-quit): Make sure that the keypad buffer
678         exists before deleting its windows.
680 2008-11-04  Chong Yidong  <cyd@stupidchicken.com>
682         * server.el (server-process-filter): Don't call
683         server-create-tty-frame when no tty name is specified.
685 2008-11-04  Christian Faulhammer  <opfer@gentoo.org>  (tiny change)
687         * vc-bzr.el (vc-bzr-dir-extra-headers): New function.
689 2008-11-04  Juanma Barranquero  <lekktu@gmail.com>
691         * international/mule-cmds.el (toggle-enable-multibyte-characters)
692         (define-char-code-property):
693         * textmodes/reftex.el (reftex-index):
694         * textmodes/reftex-index.el (reftex-index): Fix typos in docstrings.
696 2008-11-04  Chong Yidong  <cyd@stupidchicken.com>
698         * vc-bzr.el (vc-bzr-dir-printer): Rename from
699         vc-bzr-status-printer.
701         * startup.el (startup-echo-area-message): Display a different
702         message in daemon mode.  Suggested by Stephen Turnbull.
704         * frame.el (make-frame-on-display): Ignore DISPLAY argument on
705         Windows.
707 2008-11-04  Juanma Barranquero  <lekktu@gmail.com>
709         * dframe.el (dframe-mouse-position-function)
710         (dframe-reposition-frame-emacs, dframe-pass-event-to-popup-mode-menu)
711         (dframe-mouse-set-point): Fix typos in docstrings.
713 2008-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
715         * vc-dir.el (vc-dir-headers): Undo previous change.
717 2008-11-04  Nick Roberts  <nickrob@snap.net.nz>
719         * vc-cvs.el (vc-cvs-dir-extra-headers): Add tag name to header.
720         * vc-dir.el (vc-dir-headers): Order headers as in PCL-CVS.
722 2008-11-04  Martin Rudalics  <rudalics@gmx.at>
724         * subr.el (looking-back): Fix doc-string typo.
726         * electric.el (Electric-pop-up-window): Call window-end with
727         UPDATE set to t.
729         * window.el (save-selected-window): Make it behave like
730         save-selected-window-norecord.
731         (save-selected-window-norecord): Remove, since functionality
732         fully taken over by save-selected-window.
733         (walk-windows, set-window-text-height, fit-window-to-buffer):
734         Use save-selected-window instead of save-selected-window-norecord.
735         * font-lock.el (lisp-font-lock-keywords-2): Remove entry for
736         save-selected-window-norecord.
737         * emacs-lisp/lisp-mode.el (save-selected-window): Remove
738         indent-function for save-selected-window-norecord.
740 2008-11-03  Alan Mackenzie  <acm@muc.de>
742         * progmodes/cc-engine.el (c-forward-label): Fix for QT macros.
744 2008-11-03  Chong Yidong  <cyd@stupidchicken.com>
746         * subr.el (looking-back): Doc fix.
748         * term/x-win.el (x-initialize-window-system):
749         Call x-wm-set-size-hint after initialization.
751         * eshell/em-hist.el (eshell-save-history-on-exit): Change default
752         to t.
754         * emacs-lisp/lisp-mode.el (lisp-mode): Remove bogus change from
755         2000-12-08 (bug#1297).
757         * font-lock.el (font-lock-keywords-case-fold-search): Doc fix.
759 2008-11-03  Vincent Belaïche  <vincent.b.1@hotmail.fr>
761         * calc/calc-alg.el (calcFunc-collect): Return constant polynomial
762         when appropriate.
764 2008-11-02  Martin Rudalics  <rudalics@gmx.at>
766         * window.el (save-selected-window-norecord): New macro.
767         (walk-windows): Use save-selected-window-norecord and call
768         select-window with NORECORD set.  (Bug#1237)
769         (set-window-text-height, fit-window-to-buffer):
770         Use save-selected-window-norecord and call select-window with
771         NORECORD set.
772         * subr.el (with-selected-window): Call set-frame-selected-window
773         with new argument NORECORD set.  Update doc-string.
774         (with-selected-frame): Call select-frame with new argument
775         NORECORD set.  Update doc-string.
776         * emacs-lisp/lisp-mode.el (save-selected-window-norecord):
777         Put indent-function for save-selected-window-norecord.
778         * font-lock.el (lisp-font-lock-keywords-2):
779         Add save-selected-window-norecord.
781 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
783         * cus-edit.el (customize-apropos-options, custom-comment)
784         (custom-comment-tag, custom-face-edit-attribute-tag):
785         Fix typos in docstrings.
786         (custom-buffer-done-kill): Remove * from defcustom docstring.
787         (custom-file): Fix typo in doc of defcustom choice.
789         * frame.el (display-visual-class): Fix typo in docstring.
790         (initial-frame-alist, minibuffer-frame-alist, pop-up-frame-alist)
791         (special-display-frame-alist, show-trailing-whitespace)
792         (auto-hscroll-mode, blink-cursor-delay, blink-cursor-interval)
793         (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
794         Remove * from defcustom docstrings.
796         * md4.el (md4-buffer): Fix typo in docstring.
797         (md4, md4-64): Doc fixes.
798         (md4-pack-int32): Reflow docstring.
800         * paths.el (rmail-file-name): Remove * from defcustom docstring.
801         (prune-directory-list, gnus-nntp-service): Fix typos in docstrings.
803         * rect.el (open-rectangle): Reflow docstring.
804         (spaces-string): Fix docstring typo.  Use "?\s" instead of "? ".
806         * select.el (x-get-cut-buffer): Fix typo in docstring.
808         * timezone.el (timezone-zone-to-minute, timezone-time-from-absolute)
809         (timezone-time-zone-from-absolute, timezone-leap-year-p):
810         Fix typos in docstrings.
812         * emacs-lisp/assoc.el (asort, aelement, aput, aget, amake):
813         Fix typos in docstrings.
815 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
817         * net/newst-backend.el (newsticker--cache-update): Fix no-save case.
819         * net/newst-treeview.el (newsticker--treeview-list-update-faces)
820         (newsticker--treeview-list-update, newsticker--treeview-item-show)
821         (newsticker--treeview-tree-update)
822         (newsticker--treeview-tree-update-highlight)
823         (newsticker-treeview-update)
824         (newsticker-treeview-next-item, newsticker-treeview-prev-item)
825         (newsticker-treeview-next-new-or-immortal-item)
826         (newsticker-treeview-prev-new-or-immortal-item)
827         (newsticker-treeview-next-feed, newsticker-treeview-prev-feed)
828         (newsticker-treeview-tree-click): Watch for layout changes.
829         (newsticker--treeview-set-current-node): Cleanup.
830         (newsticker--treeview-restore-layout): Rename from
831         newsticker--treeview-restore-buffers.
832         (newsticker--treeview-mark-item): Update cache file.
834 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
836         * calendar/icalendar.el (icalendar--uid-count): New.
837         (icalendar--create-uid): New.  Extracted from
838         `icalendar-export-region' and add uid counter.
839         (icalendar-export-region): Use `icalendar--create-uid'.
841 2008-10-31  Juanma Barranquero  <lekktu@gmail.com>
843         * tooltip.el (tooltip-frame-parameters): Doc fix.
845 2008-10-31  Martin Rudalics  <rudalics@gmx.at>
847         * window.el (window-body-height, window-current-scroll-bars)
848         (walk-windows, get-window-with-predicate, get-buffer-window-list)
849         (minibuffer-window-active-p, count-windows)
850         (window-safely-shrinkable-p, window--splittable-p)
851         (window--try-to-split-window, window--frame-usable-p)
852         (window--even-window-heights, window--display-buffer-1)
853         (window--display-buffer-2, set-window-text-height)
854         (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
855         (truncated-partial-width-window-p): Rewrite doc-string.
856         (window-fixed-size-p): Simplify code.  Rewrite doc-string.
857         (split-window-vertically, split-window-horizontally):
858         Rename args, rewrite doc-string, and simplify code.
859         (split-window-save-restore-data): Rename args and use
860         when instead of if.
862 2008-10-30  Chong Yidong  <cyd@stupidchicken.com>
864         * indent.el (indent-for-tab-command): Use use-region-p.
866         * vc.el (vc-revert): Limit the length of the query string.
868 2008-10-30  Juanma Barranquero  <lekktu@gmail.com>
870         * simple.el (idle-update-delay, next-error-highlight)
871         (next-error-highlight-no-select, next-error-recenter, next-error-hook)
872         (minibuffer-history-case-insensitive-variables, kill-ring-max)
873         (kill-read-only-ok, backward-delete-char-untabify-method)
874         (kill-whole-line, mark-ring-max, global-mark-ring-max)
875         (set-mark-command-repeat-pop, next-line-add-newlines, track-eol)
876         (goal-column, line-move-ignore-invisible, fill-prefix)
877         (auto-fill-inhibit-regexp, blink-matching-paren)
878         (blink-matching-paren-on-screen, blink-matching-paren-distance)
879         (blink-matching-delay, blink-matching-paren-dont-ignore-comments)
880         (read-mail-command, mail-user-agent): Remove * in defcustom docstrings.
881         (minibuffer-history-isearch-wrap, transient-mark-mode)
882         (next-logical-line, auto-fill-mode, line-number-mode)
883         (column-number-mode, size-indication-mode, clone-indirect-buffer)
884         (normal-erase-is-backspace-mode): Doc fixes.
885         (current-kill, transient-mark-mode, toggle-truncate-lines)
886         (visible-mode): Reflow docstrings.
887         (minibuffer-local-shell-command-map, interprogram-paste-function):
888         Fix typos in docstrings.
890 2008-10-30  Chong Yidong  <cyd@stupidchicken.com>
892         * server.el (server-process-filter): In daemon mode, default to
893         emacsclient's tty if not opening a new frame and only the
894         terminal-frame is available.
896 2008-10-30  Martin Rudalics  <rudalics@gmx.at>
898         * window.el (quit-window): Simplify code.  Say in doc-string
899         that it operates on the selected window's buffer.  (Bug#1259)
901 2008-10-30  Nick Roberts  <nickrob@snap.net.nz>
903         * vc-svn.el (vc-svn-diff): If files is nil don't set oldvers to
904         nil so that log-view-diff-changeset works.
906 2008-10-30  Glenn Morris  <rgm@gnu.org>
908         * files.el (locate-dominating-stop-dir-regexp): Fix typo.
910         * resume.el: Move to obsolete/.
911         * Makefile.in (ELCFILES): Update.
913 2008-10-29  Chong Yidong  <cyd@stupidchicken.com>
915         * electric.el (Electric-pop-up-window): Don't shrink the window if
916         it's already big enough.
918         * minibuffer.el (delete-minibuffer-contents): Delete all
919         minibuffer contents instead of just the current field.
921         * tmm.el (tmm-get-keymap): Handle case where keyseq cache is omitted.
923         * bookmark.el (bookmark-handle-bookmark): Rename from
924         bookmark-jump-noselect.
925         (bookmark--jump-via, bookmark-insert): Callers changed.
926         (bookmark-jump-noselect): Wrapper function for
927         bookmark-handle-bookmark.
928         (bookmark-get-bookmark-record): Signal error for invalid bookmark.
930         * textmodes/ispell.el (ispell-word): Use use-region-p.
932 2008-10-29  Juanma Barranquero  <lekktu@gmail.com>
934         * tooltip.el (tooltip-functions): Rename from `tooltip-hook',
935         to follow naming conventions for abnormal hooks.  Doc fix.
936         (tooltip-mode, tooltip-timeout): Use it.
937         (tooltip-hook): New obsolete alias.
938         (tooltip-help-tips): Doc fix.
940         * progmodes/gud.el (gud-tooltip-mode): Use `tooltip-functions'.
942 2008-10-29  Ulrich Mueller  <ulm@gentoo.org>
944         * server.el (server-socket-dir): Use TMPDIR (default /tmp) instead
945         of hardcoded /tmp.
947 2008-10-29  Glenn Morris  <rgm@gnu.org>
949         * net/xesam.el (dbus-get-unique-name, dbus-debug): Declare.
951         * vc-hooks.el (vc-find-root): Remove bogus alias.
953 2008-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
955         * international/quail.el (quail-show-guidance): Don't create
956         a guidance-frame if current buffer is not a minibuffer, since even if
957         selected-window is mini-p, the buffer will never be displayed in it, so
958         it wil be usable for guidance.
960 2008-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
962         * smerge-mode.el: Require diff-mode at run-time as well.
964 2008-10-28  Martin Rudalics  <rudalics@gmx.at>
966         * vc-cvs.el (vc-cvs-stay-local): Fix typo in choice.
967         * vc-hooks.el (vc-stay-local): Likewise.
969 2008-10-28  Phil Sung  <psung@mit.edu>
971         * follow.el (follow-scroll-down, follow-calc-win-end)
972         (follow-estimate-first-window-start): Reduce effective window
973         height when header line is present.  (Bug#925)
975 2008-10-28  Juanma Barranquero  <lekktu@gmail.com>
977         * subr.el (locate-user-emacs-file): Simplify.  Don't create
978         `user-emacs-directory' when Emacs is running in batch mode.
980         * startup.el (inhibit-startup-screen): Reflow docstring.
981         (user-mail-address, tool-bar-images-pixel-height): Fix docstring typos.
983 2008-10-27  Kenichi Handa  <handa@m17n.org>
985         * descr-text.el (describe-char): Fix terminal case (where font is nil).
987 2008-10-27  Juanma Barranquero  <lekktu@gmail.com>
989         * face-remap.el (text-scale-increase, text-scale-decrease)
990         (text-scale-adjust): Remove &optional keyword from the arg list;
991         the INC argument is not really optional, if the functions happen
992         to be called from elisp.
994 2008-10-27  Dan Nicolaescu  <dann@ics.uci.edu>
996         * vc.el: Rename VC methods that were missed when vc-status was
997         renamed to vc-dir.
998         * vc-svn.el (vc-svn-dir-extra-headers): Rename from
999         vc-svn-status-extra-headers.
1000         * vc-hg.el (vc-hg-dir-printer): Rename from vc-hg-status-printer.
1001         (vc-hg-dir-extra-header): Rename from vc-hg-status-extra-headers.
1002         * vc-git.el (vc-git-dir-printer): Rename from vc-dir-status-printer.
1003         (vc-git-dir-extra-headers): Rename from vc-git-status-extra-headers.
1004         * vc-dir.el (vc-dir-mode): Use vc-dir-printer instead of
1005         vc-dir-status-printer.
1006         (vc-dir-headers): Use `dir-extra-headers' instead of
1007         `status-extra-headers'.
1008         (vc-dir-printer): Rename from vc-dir-status-printer.
1009         (vc-default-dir-extra-headers): Rename from
1010         vc-default-status-extra-headers.
1011         * vc-cvs.el (vc-cvs-dir-extra-headers): Rename from
1012         vc-cvs-status-extra-headers.
1014         * startup.el (server-name): Pacify byte compiler.
1015         (command-line): If --daemon=SERVER_NAME was used, set server-name
1016         before calling server-start.
1018 2008-10-26  Romain Francoise  <romain@orebokech.com>
1020         * startup.el (command-line): Call daemon-initialized after
1021         starting the server.
1023 2008-10-26  Kenichi Handa  <handa@m17n.org>
1025         * help-fns.el (describe-categories): Display the terse legend at
1026         the head.
1028         * international/characters.el: Docstrings of categories improved.
1030 2008-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1032         * progmodes/python.el (python-mode): Don't impose ourselves on hippie.
1034         * faces.el (face-font-family-alternatives): Add "CMU Typewriter Text"
1035         to the courier family.
1036         * textmodes/tex-mode.el (tex-verbatim): Don't use "monospace" which is
1037         usually not serif'd and hence rather unlike verbatim's printed output.
1039 2008-10-25  Chong Yidong  <cyd@stupidchicken.com>
1041         * vc-cvs.el (vc-cvs-status-extra-headers): Use full directory name
1042         when reporting the module.
1044         * vc-dir.el (vc-dir-mode-map): Add follow-link behavior.
1046         * wid-edit.el (widget-color-complete): Sort completions alphabetically.
1048 2008-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1050         * files.el (locate-dominating-stop-dir-regexp): New var.
1051         (locate-dominating-file): Change arg from a regexp to a file name.
1052         Rewrite using the vc-find-root code to avoid directory-files which is
1053         too slow.  Obey locate-dominating-stop-dir-regexp.
1054         Don't pay attention to changes in owner.
1055         (project-find-settings-file): Adjust call to locate-dominating-file.
1057         * progmodes/flymake.el (flymake-find-buildfile):
1058         Adjust call to locate-dominating-file.
1060         * vc-hooks.el (vc-find-root): Use locate-dominating-file.
1061         (vc-ignore-dir-regexp): Use locate-dominating-stop-dir-regexp.
1063 2008-10-25  Martin Rudalics  <rudalics@gmx.at>
1065         * subr.el (with-current-buffer): Rename buffer argument to
1066         buffer-or-name.
1067         * window.el (get-buffer-window-list): Rename buffer argument to
1068         buffer-or-name and make it optional.
1070 2008-10-25  Juanma Barranquero  <lekktu@gmail.com>
1072         * completion.el (add-completion-to-head, add-completion): Doc fixes.
1073         (completion-search-next, add-completions-from-file):
1074         Fix typos in docstrings.
1076         * filesets.el (filesets-menu-ensure-use-cached)
1077         (filesets-ingroup-patterns, filesets-filetype-property):
1078         * tutorial.el (get-lang-string):
1079         * play/gamegrid.el (gamegrid-score-file-length, gamegrid-add-score):
1080         Fix typos in docstrings.
1082         * image-dired.el (image-dired-dired-after-readin-hook): Doc fix.
1083         (image-dired-line-up-method, image-dired-thumb-size)
1084         (image-dired-cmd-write-exif-data-options, image-dired-write-tags)
1085         (image-dired-track-original-file, image-dired-track-thumbnail)
1086         (image-dired-dired-next-line, image-dired-dired-previous-line)
1087         (image-dired-write-comments): Reflow docstrings.
1088         (image-dired-show-all-from-dir-max-files)
1089         (image-dired-format-properties-string, image-dired-create-thumbs)
1090         (image-dired-mark-tagged-files, image-dired-gallery-generate):
1091         Fix typos in docstrings.
1093         * savehist.el (savehist-save-minibuffer-history, savehist-file)
1094         (savehist-additional-variables, savehist-ignored-variables)
1095         (savehist-file-modes, savehist-autosave-interval):
1096         * startup.el (inhibit-startup-echo-area-message, inhibit-default-init)
1097         (inhibit-startup-buffer-menu, mail-host-address, user-mail-address)
1098         (fancy-splash-image):
1099         * thumbs.el (thumbs-thumbsdir, thumbs-geometry, thumbs-relief)
1100         (thumbs-conversion-program, thumbs-margin):
1101         Remove spurious * in docstrings.
1103 2008-10-25  Aaron S. Hawley  <aaronh@garden.org>
1105         * thingatpt.el (end-of-sexp, beginning-of-sexp)
1106         (forward-same-syntax): Omit default arguments to char-after and
1107         char-before.
1109 2008-10-24  Juanma Barranquero  <lekktu@gmail.com>
1111         * subr.el (locate-user-emacs-file): New function.
1112         (user-emacs-directory): Mention it in docstring.
1114         * completion.el (save-completions-file-name):
1115         * filesets.el (filesets-menu-cache-file):
1116         * image-dired.el (image-dired-dir, image-dired-db-file)
1117         (image-dired-temp-image-file, image-dired-gallery-dir)
1118         (image-dired-temp-rotate-image-file):
1119         * savehist.el (savehist-file):
1120         * server.el (server-auth-dir):
1121         * thumbs.el (thumbs-thumbsdir):
1122         * tutorial.el (tutorial--saved-dir):
1123         * play/gamegrid.el (gamegrid-user-score-file-directory): Use it.
1125 2008-10-23  Juanma Barranquero  <lekktu@gmail.com>
1127         * edmacro.el (edmacro-eight-bits, edmacro-mode): Fix docstring typos.
1128         (edmacro-mismatch, edmacro-sanitize-for-string): Doc fixes.
1130 2008-10-23  Chong Yidong  <cyd@stupidchicken.com>
1132         * filesets.el: Update author email.
1133         (filesets-data): Doc fix.
1135 2008-10-23  Jens Petersen  <petersen@redhat.com>  (tiny change)
1137         * pcmpl-rpm.el (pcomplete/rpm): Make "rpm -qp" use file completion.
1139 2008-10-23  Ulrich Mueller  <ulm@kph.uni-mainz.de>
1141         * international/mule-cmds.el (describe-language-environment):
1142         Indent sample text.
1144 2008-10-23  Glenn Morris  <rgm@gnu.org>
1146         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
1148         * emacs-lisp/cl-macs.el (flet): Throw an error when trying to
1149         byte-compile a redefinition of a function with special byte-compile
1150         handling.  (Bug#411)
1152 2008-10-22  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1154         * ps-print.el: Deal with page sizes for label printes.  Suggested by
1155         Friedrich Delgado Friedrichs <friedel@nomaden.org>.
1156         (ps-print-version): New version 7.3.3.
1157         (ps-page-dimensions-database): New page sizes for label printers.
1158         (ps-n-up-printing): Fix code.
1160 2008-10-22  Chong Yidong  <cyd@stupidchicken.com>
1162         * frame.el (make-frame-command): Doc fix.  Use display-graphic-p.
1164         * thingatpt.el (sexp-at-point, symbol-at-point, number-at-point)
1165         (list-at-point): Add docstrings.
1167         * dired.el (dired-get-marked-files, dired-map-over-marks): Doc fixes.
1169         * dired-aux.el (dired-do-create-files): Doc fix.
1171 2008-10-22  Adrian Robert  <Adrian.B.Robert@gmail.com>
1173         * version.el (emacs-version): Change '*Step' to 'NS' for consistency
1174         with other documentation.
1176 2008-10-22  Juanma Barranquero  <lekktu@gmail.com>
1178         * replace.el (how-many): Fix typo in docstring.
1179         Reported by Leo <sdl.web@gmail.com>.
1181 2008-10-22  Glenn Morris  <rgm@gnu.org>
1183         * international/mule-cmds.el (universal-coding-system-argument):
1184         Check for C-g.  (Bug#1205)
1186 2008-10-22  Kenichi Handa  <handa@m17n.org>
1188         * international/characters.el: Don't setup
1189         find-word-boundary-function-table.
1190         (next-word-boundary-han, next-word-boundary-kana): Delete them.
1191         (word-combining-categories, word-separating-categories):
1192         Adjust to the change of the docstrings.
1194 2008-10-21  Chong Yidong  <cyd@stupidchicken.com>
1196         * simple.el (region-active-p): Doc fix.
1198 2008-10-20  Eli Zaretskii  <eliz@gnu.org>
1200         * subr.el (apply-partially): Move from here...
1202         * simple.el (apply-partially): ...to here.
1204 2008-10-20  Andreas Schwab  <schwab@suse.de>
1206         * subr.el (split-string-and-unquote): Simplify regexp.
1208 2008-10-20  Eli Zaretskii  <eliz@gnu.org>
1210         * subr.el (top-level): Require `cl' when compiling.
1212 2008-10-20  David Reitter  <david.reitter@gmail.com>
1214         * info.el (Info-mode): Do not remove an existing header line if
1215         `Info-use-header-line' is nil.
1217 2008-10-19  Juri Linkov  <juri@jurta.org>
1219         * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
1220         Add arg `delimited' as in `query-replace' for the case when
1221         isearch-allow-scroll=t and the user types C-u M-%.  Doc fix.
1222         Add more indicators to the prompt ("word" and "in region").
1224         * replace.el (query-replace, query-replace-regexp)
1225         (replace-string, replace-regexp, perform-replace): Add "word"
1226         indicatiors to the prompt for word delimited replacements.
1228         * replace.el (read-regexp): Rename arg `default' to `default-value'.
1229         Doc fix.
1231 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
1233         * subr.el (apply-partially): Move here from minibuffer.el.  Doc fix.
1235         * simple.el (minibuffer-default-add-shell-commands): Doc fix.
1237 2008-10-19  Martin Rudalics  <rudalics@gmx.at>
1239         * window.el (enlarge-window-horizontally, shrink-window-horizontally):
1240         Make argument names follow Elisp manual.
1242 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
1244         * textmodes/remember.el (remember-data-file):
1245         * shadowfile.el (shadow-initialize)
1246         <shadow-info-file, shadow-todo-file>:
1247         * savehist.el (savehist-file):
1248         * recentf.el (recentf-save-file):
1249         * pcvs-defs.el (cvs-cvsrc-file):
1250         * international/kkc.el (kkc-init-file-name):
1251         * ido.el (ido-save-directory-list-file):
1252         * calendar/todo-mode.el (todo-file-do, todo-file-done)
1253         (todo-file-top): Run file names that begin with a period thru
1254         `convert-standard-filename'.
1256         * dos-fns.el (dos-reevaluate-defcustoms): New function.  Add it to
1257         before-init-hook.
1259         Fix Bug #1183:
1261         * ediff-diff.el (ediff-exec-process): For buffer jobs, bind
1262         coding-system-for-read to ediff-coding-system-for-write.
1264         * ediff-util.el (ediff-make-temp-file): Unconditionally bind
1265         coding-system-for-write to ediff-coding-system-for-write.
1267         * ediff-init.el (ediff-coding-system-for-read): Doc fix.
1268         (ediff-coding-system-for-write): Set to emacs-internal.
1270 2008-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1272         * international/mule-conf.el (emacs-internal): New coding system alias.
1274 2008-10-18  Juri Linkov  <juri@jurta.org>
1276         * info.el (Info-file-supports-index-cookies-list): New variable.
1277         (Info-file-supports-index-cookies): New function.
1278         (Info-find-node-2, Info-index-nodes, Info-index-node): Use it.
1279         (Info-index-nodes): Let-bind Info-point-loc to nil for files
1280         without an index cookie to ignore it when Info-index-nodes is
1281         called during navigating from an index node with line numbers.
1282         (Info-index-node): Set file to Info-current-file if nil.  (Bug#1118)
1284         * info.el (Info-breadcrumbs-depth): Move defcustom higher to the
1285         variable definition section.
1287         * info.el (Info-find-node-2): Put initial point below the header line
1288         and breadcrumbs line.
1290 2008-10-18  Glenn Morris  <rgm@gnu.org>
1292         * doc-view.el (doc-view-pdf->txt, doc-view-ps->pdf): Give an error if
1293         the needed external programs were not found.
1295 2008-10-18  Eli Zaretskii  <eliz@gnu.org>
1297         * files.el (trash-directory): Run thru `convert-standard-filename'.
1298         (file-modes-char-to-who, file-modes-char-to-right)
1299         (file-modes-rights-to-number, file-modes-symbolic-to-number)
1300         (read-file-modes): Doc fixes.
1302 2008-10-17  Chong Yidong  <cyd@stupidchicken.com>
1304         * abbrev.el (define-abbrev): Doc fix.
1306 2008-10-17  Alan Mackenzie  <acm@muc.de>
1308         * progmodes/cc-cmds.el (c-defun-name): Make it work for "struct
1309         foo bar [] = { ...".
1311 2008-10-17  Chong Yidong  <cyd@stupidchicken.com>
1313         * faces.el (face-spec-set-2): Don't pass invalid attributes to
1314         set-face-attribute.
1316 2008-10-17  Juanma Barranquero  <lekktu@gmail.com>
1318         * w32-fns.el (w32-list-locales): Decode output of `w32-get-locale-info'
1319         according to `locale-coding-system'.  (This fixes trivial bug reported
1320         as part of bug#1179).
1321         Sort list of valid locale ids (EnumSystemLocales does not guarantee any
1322         particular order).  Use `when'.
1324 2008-10-16  Juanma Barranquero  <lekktu@gmail.com>
1326         * w32-fns.el (w32-check-shell-configuration): Doc fix.
1327         (w32-add-charset-info): Fix typo in docstring.
1329 2008-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
1331         * international/mule-conf.el: Removed `utf8' and `UTF8' aliases
1332         after discussion.
1334 2008-10-16  Magnus Henoch  <mange@freemail.hu>
1336         * vc-arch.el (vc-arch-dir-status): New function.
1337         (vc-arch-after-dir-status): New function.
1339 2008-10-16  Glenn Morris  <rgm@gnu.org>
1341         * man.el (Man-getpage-in-background): Force recent `man's to output
1342         escape sequences even when stdout is not a tty.  (Bug#1142)
1344 2008-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
1346         * international/mule-conf.el: Add `utf8' and `UTF8' as
1347         aliases for the `utf-8' coding system.
1349 2008-10-15  Juanma Barranquero  <lekktu@gmail.com>
1351         * find-file.el (ff-get-file): Doc fix.
1352         (ff-get-file-name): Use `let', not `let*'.
1353         (ff-search-directories): Fix typo in docstring.
1354         (ff-pre-find-hook, ff-pre-load-hook, ff-post-load-hook)
1355         (ff-not-found-hook, ff-file-created-hook, ff-case-fold-search)
1356         (ff-always-in-other-window, ff-ignore-include, ff-always-try-to-create)
1357         (ff-quiet-mode, ff-other-file-alist, cc-search-directories)
1358         (cc-other-file-alist, modula2-other-file-alist):
1359         Remove spurious * in docstrings.
1361 2008-10-14  Chong Yidong  <cyd@stupidchicken.com>
1363         * faces.el (set-face-attribute): Set family and foundry before
1364         other attributes.
1365         (face-spec-set-2): Pass unmodified args to set-face-attribute.
1367 2008-10-14  Juanma Barranquero  <lekktu@gmail.com>
1369         * hl-line.el (hl-line-unload-function): New function.
1370         (hl-line-unhighlight, global-hl-line-unhighlight): Use `when'.
1371         (hl-line-sticky-flag): Remove spurious * in docstring.
1373 2008-10-14  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
1375         * vc-git.el (vc-git-show-log-entry): Include the revision in the
1376         search string.
1378 2008-10-14  Michael Albinus  <michael.albinus@gmx.de>
1380         * net/tramp.el (tramp-process-one-action): Embed regexp in
1381         parentheses, before adding end-of-buffer construct.  Suggested by
1382         Markus Triska <markus.triska@gmx.at>.
1384 2008-10-13  Ulf Jasper  <ulf.jasper@web.de>
1386         * net/newst-plainview.el (w3m-toggle-inline-image):
1387         Define 'declare-function if necessary, for compatibility.
1389         * net/newst-treeview.el (w3m-toggle-inline-images):
1390         Define 'declare-function if necessary, for compatibility.
1392 2008-10-13  Alan Mackenzie  <acm@muc.de>
1394         * progmodes/cc-cmds.el (c-indent-region): Fix previous patch
1395         so that the function works on one-line macros.
1397         * progmodes/cc-engine.el: Amend several doc strings and comments.
1399 2008-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
1401         * vc-hooks.el (vc-stay-local): Add a new choice and default to it.
1403         * vc-cvs.el (vc-cvs-dir-stay-local): Remove.
1404         (vc-cvs-stay-local): Add a new choice and default to it.
1405         (vc-cvs-dir-status): Use the new vc-stay-local choice.
1407         * vc-svn.el (vc-svn-dir-status): Use the new vc-stay-local choice.
1409 2008-10-12  Stephen Leake  <stephen_leake@member.fsf.org>
1411         * progmodes/ada-mode.el (ada-get-indent-end, ada-goto-matching-start):
1412         Add support for extended return statement.
1414         * progmodes/ada-xref.el (ada-gnat-parse-gpr): Don't reverse src-dir
1415         and obj-dir; keep user order.
1417 2008-10-12  Glenn Morris  <rgm@gnu.org>
1419         * Makefile.in (ELCFILES): Update.
1421         * simple.el (shell-delimiter-argument-list, shell-file-name-chars)
1422         (shell-file-name-quote-list): Declare.
1424 2008-10-12  Michael Albinus  <michael.albinus@gmx.de>
1426         * net/dbus.el (dbus-service-emacs, dbus-path-emacs): New defconst.
1428 2008-10-12  Chong Yidong  <cyd@stupidchicken.com>
1430         * startup.el (command-line): If toolbar is disabled but ought to
1431         be initialized, call tool-bar-setup.
1433         * tool-bar.el (tool-bar-setup): Variable deleted.
1434         (tool-bar-setup): Set it up unconditionally.
1436         * faces.el (x-create-frame-with-faces): Don't call tool-bar-setup.
1438         * progmodes/grep.el (grep-mode-tool-bar-map): Check if
1439         tool-bar-map has been initialized before setting it up.
1441         * progmodes/compile.el (compilation-mode-tool-bar-map): Check if
1442         tool-bar-map has been initialized before setting it up.
1444 2008-10-11  Chong Yidong  <cyd@stupidchicken.com>
1446         * emacs-lisp/warnings.el (display-warning): Issue a message if
1447         called during daemon initialization.
1449         * tool-bar.el (tool-bar-local-item)
1450         (tool-bar-local-item-from-menu): Put the check for number of
1451         display colors into the image expression.
1452         (tool-bar-setup): Don't be a no-op on ttys.
1454         * info.el (info-tool-bar-map):
1455         * progmodes/gud.el (gud-tool-bar-map):
1456         * progmodes/grep.el (grep-mode-tool-bar-map):
1457         * progmodes/compile.el (compilation-mode-tool-bar-map):
1458         Initialize it unconditionally.
1460 2008-10-11  Romain Francoise  <romain@orebokech.com>
1462         * help.el (view-lossage): Fix docstring, lossage is now 300 keys.
1463         * kmacro.el (kmacro-edit-lossage): Ditto.
1464         * edmacro.el (edit-kbd-macro): Ditto.
1466 2008-10-11  Ulf Jasper  <ulf@web.de>
1468         * net/newst-treeview.el (newsticker--treeview-list-sort-by-column):
1469         Fix variable names.
1471 2008-10-11  Dan Nicolaescu  <dann@ics.uci.edu>
1473         * startup.el (command-line): Revert 2008-09-26 change, not
1474         necessary anymore.
1476 2008-10-10  Andreas Schwab  <schwab@suse.de>
1478         * simple.el (minibuffer-complete-shell-command):
1479         Bind comint-delimiter-argument-list, comint-file-name-chars and
1480         comint-file-name-quote-list like shell-mode.
1482 2008-10-10  Martin Rudalics  <rudalics@gmx.at>
1484         * window.el (pop-to-buffer): Fix misplacement of arg norecord in
1485         call of select-window.
1487 2008-10-10  Jay Belanger  <jay.p.belanger@gmail.com>
1489         * calc/calc.el (calc-embedded-word-regexp)
1490         (calc-embedded-word-regexp-alist): New variables.
1491         (calc-embedded-open-word, calc-embedded-close-word)
1492         (calc-embedded-open-close-word-alist): Remove unused variables.
1494         * calc/calc-embed.el (calc-embedded-make-info):
1495         Use `calc-embedded-word-regexp' to find words.
1497 2008-10-10  Martin Rudalics  <rudalics@gmx.at>
1499         * info.el (Info-extract-menu-counting): New argument no-detail to
1500         skip detailed node listings.
1501         (Info-forward-node): New argument not-up to inhibit going up.
1502         (Info-final-node): Call Info-extract-menu-counting and
1503         Info-forward-node with the new arguments set to avoid infinite
1504         looping.  (Bug#1116)
1506 2008-10-10  Eli Zaretskii  <eliz@gnu.org>
1508         * startup.el (command-line): Don't invoke tool-bar-mode if it is
1509         not fboundp.
1511 2008-10-09  Chong Yidong  <cyd@stupidchicken.com>
1513         * startup.el (command-line): Enable tool-bar-mode as long as it is
1514         not suppressed by X resources, regardless of the terminal.
1516         * tool-bar.el (tool-bar-mode): Only change tool-bar-lines on
1517         graphical terminals.
1518         (tool-bar-setup): No-op if called on a tty.
1520 2008-10-09  Eli Zaretskii  <eliz@gnu.org>
1522         * frame.el (make-frame-on-tty): Use "F" inside interactive.
1523         Support `pc' ``window-system''.
1525         * progmodes/compile.el (compilation-start): Resurrect the version
1526         for systems that don't support asynchronous subprocesses.
1528 2008-10-09  Martin Rudalics  <rudalics@gmx.at>
1530         * window.el (pop-up-frames): Add choice graphic-only.
1531         (display-buffer): When pop-up-frames equals graphic-only do
1532         not pop up new frame on text-only terminals.  (Bug#1061)
1534 2008-10-09  Dan Nicolaescu  <dann@ics.uci.edu>
1536         * vc-cvs.el (vc-cvs-dir-stay-local): New variable.
1537         (vc-cvs-dir-status): Use it.
1539 2008-10-08  Chong Yidong  <cyd@stupidchicken.com>
1541         * json.el (json-skip-whitespace): Fix last change.
1543 2008-10-08  Juanma Barranquero  <lekktu@gmail.com>
1545         * bs.el (bs-unload-function): New function.
1547 2008-10-08  Sven Joachim  <svenjoac@gmx.de>
1549         * eshell/em-cmpl.el, eshell/em-hist.el, eshell/em-ls.el:
1550         * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
1551         For clarity, explicitly require cl.
1553 2008-10-08  Michael Olson  <mwolson@gnu.org>
1555         * ibuffer.el (ibuffer-shrink-to-fit): Force redisplay, so that we
1556         can avoid a bad interaction with programs that add functions to
1557         the window-scroll-functions hook.  This fixes Bug #858.
1559 2008-10-07  Chong Yidong  <cyd@stupidchicken.com>
1561         * startup.el (command-line): Use display-warning to warn about an
1562         init file error.
1563         (command-line-1): Remove init file error delay.
1565 2008-10-07  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
1567         * rx-new.el (rx-constituents): Change `anything' to call rx-anything.
1568         Change `not-wordchar' assignment to "\\W" from "[^[:word:]]".
1569         (rx-group-if): New function.
1570         (rx-parent): New variable.
1571         (rx-and, rx-or): Put shy groups only when necessary.
1572         (rx-bracket): Remove.
1573         (rx-anything): New function.
1574         (rx-any-delete-from-range, rx-any-condense-range)
1575         (rx-check-any-string): New functions.
1576         (rx-check-any): Return result as a list.  Don't convert chars to
1577         strings.  Don't prepend "\\" to "^".  Don't search for close bracket.
1578         Check char category string.  Call rx-form instead of rx-to-string.
1579         (rx-any): Rebuid to complete the function.
1580         (rx-check-not): Fix char category regexp pattern string.
1581         Call rx-form instead of rx-to-string.
1582         (rx-not): Call rx-form instead of rx-to-string.  Convert "[^]" to
1583         "[^^]".  Call regexp-quote for one char string when not called from
1584         rx-not.  Add "\\w", and toggle to upcase.  Add the case of
1585         "\\[SCBW]" to toggle.
1586         (rx-=, rx->=, rx-**, rx-repeat, rx-submatch): Call rx-form
1587         instead of rx-to-string.
1588         (rx-kleene): Call rx-form instead of rx-to-string.
1589         Call rx-group-if to adjust putting of shy groups.
1590         (rx-atomic-p): Make check more precisely.
1591         (rx-eval, rx-greedy): Call rx-form instead of rx-to-string.
1592         (rx-regexp): Call rx-group-if.
1593         (rx-form): New function.
1594         (rx-to-string): Call rx-form, rx-group-if.
1595         Refine definition of NO-GROUP.
1597 2008-10-07  T. V. Raman  <raman@users.sourceforge.net>  (tiny change)
1599         * json.el (json-advance): Use forward-char.
1600         (json-skip-whitespace): Use skip-syntax-forward.
1602 2008-10-07  Alan Mackenzie  <acm@muc.de>
1604         * progmodes/cc-cmds.el (c-indent-line-or-region): Fix so that
1605         indenting a macro followed by blank lines doesn't backslash the
1606         following non-blank line into the macro.
1608 2008-10-06  Chong Yidong  <cyd@stupidchicken.com>
1610         * startup.el (before-init-time, after-init-time): Move into emacs.c.
1611         (command-line): Set after-init-time to nil before initialization.
1613 2008-10-06  Jay Belanger  <jay.p.belanger@gmail.com>
1615         * calc/calc-units.el (math-standard-units): Update the values
1616         of the units.
1618 2008-10-06  Juanma Barranquero  <lekktu@gmail.com>
1620         * bookmark.el (bookmark-unload-function): New function.
1622 2008-10-06  Andreas Schwab  <schwab@suse.de>
1624         * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
1626 2008-10-06  Martin Rudalics  <rudalics@gmx.at>
1628         * mail/footnote.el: Remove * in defcustom docstrings and tell
1629         for most options that customizing them doesn't affect buffers
1630         already displaying footnotes.
1631         (Footnote-refresh-footnotes, Footnote-renumber-footnotes):
1632         Fix handling of text properties and identical start/end tags.
1633         Do not use format when renumbering.
1634         (Footnote-set-style): Make it work.
1635         (Footnote-insert-numbered-footnote): Simplify.
1636         (Footnote-narrow-to-footnotes, Footnote-insert-footnote)
1637         (Footnote-goto-footnote): Fix handling of empty section tag.
1638         (Footnote-delete-footnote): Fix handling of identical start/end
1639         tags, empty section tag, and spaced footnotes.  Do not use
1640         kill-region.
1641         (footnote-mode): Make most options buffer-local to avoid that
1642         customizing messes up handling of footnotes in buffers that
1643         already display them.
1645 2008-10-06  Dan Nicolaescu  <dann@ics.uci.edu>
1647         * faces.el (x-create-frame-with-faces): Undo previous change.
1649         * vc-cvs.el (vc-cvs-after-dir-status): Parse the output for non
1650         existent files.
1652 2008-10-05  Chong Yidong  <cyd@stupidchicken.com>
1654         * international/mule-cmds.el (universal-coding-system-argument):
1655         Handle digit-argument too.
1657 2008-10-05  Mario Lang  <mlang@delysid.org>
1659         * xml.el (xml-parse-string): Use skip-chars-forward.
1661 2008-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
1663         * vc-bzr.el (vc-bzr-after-dir-status): Parse the output for non
1664         existent files.
1665         (vc-bzr-dir-status-files): New function.
1667 2008-10-04  Glenn Morris  <rgm@gnu.org>
1669         * files.el (make-temp-file): Handle empty `prefix'.  (Bug#1081)
1671         * vc-svn.el (vc-svn-after-dir-status): Handle `svn status -u' output.
1672         (vc-svn-dir-status): Respect vc-stay-local-p.  (Bug#1046)
1674         * vc-cvs.el (vc-cvs-dir-status-heuristic): New function.
1675         (vc-cvs-dir-status): Respect vc-stay-local-p.  (Bug#1046)
1677 2008-10-04  David J. Biesack  <David.Biesack@sas.com>  (tiny change)
1679         * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
1680         Fix typo.  (Bug#1074)
1682 2008-10-04  Martin Rudalics  <rudalics@gmx.at>
1684         * progmodes/compile.el (compilation-start): Make sure to move to
1685         point-max only when we are in the compilation buffer.  (Bug#1073)
1687 2008-10-04  Dan Nicolaescu  <dann@ics.uci.edu>
1689         * faces.el (x-create-frame-with-faces): Only setup the toolbar if
1690         tool-bar-mode is on.
1692         * vc-svn.el (vc-svn-dir-status-files):
1693         * vc-cvs.el (vc-cvs-dir-status-files): New function.
1695 2008-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
1697         * vc-hg.el (vc-hg-dir-status-files): New function.
1699 2008-10-03  Martin Rudalics  <rudalics@gmx.at>
1701         * window.el (window--display-buffer-1): Don't care about
1702         visibility since raise-frame does.
1704 2008-10-03  Mario Lang  <mlang@delysid.org>
1706         * nxml/xmltok.el (xmltok-forward): Simplify.
1708 2008-10-03  Glenn Morris  <rgm@gnu.org>
1710         * Makefile.in (ELCFILES): Update.
1712         * frame.el (set-default-font): Make obsolete.
1713         * mouse.el (mouse-set-font): Use set-frame-font.
1715         * jka-cmpr-hook.el (jka-compr-compression-info-list)
1716         (jka-compr-mode-alist-additions): Also match `.tbz2'.
1718         * progmodes/idlwave.el (auto-mode-alist): Remove unnecessary autoload.
1719         * files.el (auto-mode-alist): Add .PRO as per above autoload.
1721 2008-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
1723         * vc-dir.el (vc-dir-mode): Don't create the ewoc header here.
1724         (vc-dir-refresh): Set it here instead.  (Bug#1067)
1726 2008-10-02  Chong Yidong  <cyd@stupidchicken.com>
1728         * faces.el (inhibit-frame-set-background-mode): New var.
1729         (frame-set-background-mode): Use it to avoid a loop in
1730         face-spec-recalc.
1732 2008-10-02  Glenn Morris  <rgm@gnu.org>
1734         * vc-bzr.el (vc-bzr-diff): Use vc-switches rather than the obsolete
1735         vc-diff-switches.
1737 2008-10-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1739         * whitespace.el: Eliminate whitespace-kill-buffer-hook functionality,
1740         that is, to take some action when a buffer is killed.  Suggested by
1741         Stefan Monnier <monnier@iro.umontreal.ca>.  Doc fix.  New version
1742         11.2.2.
1743         (whitespace-action): Docstring and :type fix.
1744         (whitespace-turn-on, whitespace-turn-off, whitespace-warn-read-only):
1745         Code fix.
1746         (whitespace-add-local-hook, whitespace-remove-local-hook)
1747         (whitespace-kill-buffer-hook, whitespace-action): Fun eliminated.
1749 2008-10-01  Magnus Henoch  <mange@freemail.hu>
1751         * net/tls.el (open-tls-stream): Show the actual command being
1752         executed, instead of the format string.
1754 2008-10-01  Eli Zaretskii  <eliz@gnu.org>
1756         * term/internal.el (dos-locale-alist): New alist.
1757         (dos-codepage-setup): Use it to compute a value of locale with
1758         which to call set-locale-environment.  Remove code to set
1759         terminal, keyboard, and file-name encoding (done by
1760         set-locale-environment).
1762         * international/mule-cmds.el
1763         (set-language-environment-nonascii-translation): Fix nonascii
1764         value for `pc' ``window-system''.
1765         (set-display-table-and-terminal-coding-system)
1766         (set-default-coding-systems): Don't special-case `pc'.
1768 2008-10-01  Glenn Morris  <rgm@gnu.org>
1770         * filesets.el (filesets-menu-name): Fix type.
1771         (filesets-menu-path, filesets-menu-before): Fix types.
1772         Change defaults to be consistent with recentf.  (Bug#1056)
1774 2008-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1776         * term/xterm.el (xterm-turn-on-modify-other-keys)
1777         (xterm-turn-off-modify-other-keys, xterm-remove-modify-other-keys):
1778         Don't forget to pass `terminal' to `send-string-to-terminal'.
1780 2008-09-30  Michael Albinus  <michael.albinus@gmx.de>
1782         * vc-hooks.el (vc-file-clearprops): Revert change from 2008-09-29.
1783         (vc-file-not-found-hook): Check, that `buffer-file-name' is
1784         non-nil.  It is not clear, whether this is only fixing symptoms on
1785         an error.  OTOH, in all other cases, the call of `vc-file-clearprops'
1786         is embedded by that check.  So it might be TRT.  Suggested by Dan
1787         Nicolaescu <dann@ics.uci.edu>.
1789 2008-09-30  Eli Zaretskii  <eliz@gnu.org>
1791         * Makefile.in (ELCFILES): Remove codepage.elc.
1793         * international/codepage.el: File removed, as even ms-dos doesn't
1794         need it anymore.
1796         * loadup.el [ms-dos]: Don't load ccl and codepage.
1798         * term/internal.el: Remove coding: cookie and no-byte-compile flag.
1799         (IT-character-translations, cjk-codepages-alist): Remove variables.
1800         (IT-display-table-setup, dos-cpNNN-setup): Remove functions.
1801         (IT-unicode-translations): Remove charset and base elements.
1802         Add translations for Latin-1 characters.
1803         (IT-setup-unicode-display): Accept a CODING argument.  Don't use
1804         base and chset elements of IT-unicode-translations.  Don't wrap
1805         translation in "{...}".  Set up translations only for characters
1806         for which unencodable-char-position returns non-nil.
1807         (dos-codepage-setup): Don't use special-case codepages in
1808         cjk-codepages-alist.
1810         * files.el (locate-dominating-file): Wrap directory-files with
1811         condition-case, instead of calling file-directory-p, which stats
1812         the directory one more time.
1814         * mail/mail-utils.el (mail-unquote-printable-region):
1815         Use insert-byte instead of insert-char, when the UNIBYTE arg is
1816         non-nil.
1818 2008-09-30  Daiki Ueno  <ueno@unixuser.org>
1820         * epa-file.el (epa-file-insert-file-contents): Fix typo.
1822 2008-09-30  Glenn Morris  <rgm@gnu.org>
1824         * progmodes/which-func.el (which-func-imenu-joiner-function): Doc fix.
1826 2008-09-30  Daniel Colascione  <danc@merrillpress.com>
1828         * progmodes/which-func.el (which-func-imenu-joiner-function): New.
1829         (which-function): Handle nested imenu trees.
1831         * imenu.el (imenu--split-menu): Fix bug with shared lists that deleted
1832         some nested menu items.
1834 2008-09-30  Jay Belanger  <jay.p.belanger@gmail.com>
1836         * calc/calc-units.el (math-standard-units): Add entries used to
1837         display the the values in the units buffer.
1838         (math-build-units-table): Add entries to the units table to be used
1839         to display the values in the units buffer.
1840         (math-build-units-table-buffer): Use the display entry of the units
1841         table when non-nil.
1842         (calc-define-unit): Add option to enter display value of unit.
1844 2008-09-29  Michael Albinus  <michael.albinus@gmx.de>
1846         * vc-hooks.el (vc-file-clearprops): Check, that FILE is a string.
1848 2008-09-29  Eli Zaretskii  <eliz@gnu.org>
1850         * files.el (locate-dominating-file): Take file-attributes of
1851         `dir', not of `file' (which never changes).
1853 2008-09-29  Michael Albinus  <michael.albinus@gmx.de>
1855         * files.el (file-remote-p): Precise doc string; IDENTIFICATION can
1856         also be `localname'.
1858         * net/ange-ftp.el (ange-ftp-file-remote-p): Handle `localname' as
1859         IDENTIFICATION.
1861 2008-09-28  Glenn Morris  <rgm@gnu.org>
1863         * vc.el (vc-switches): Give it a doc string.
1865 2008-09-28  Romain Francoise  <romain@orebokech.com>
1867         * comint.el (comint-show-output): Adjust to stickiness changes of
1868         the output field.
1870         * startup.el (command-line): Start the daemon server later.
1872 2008-09-28  Martin Rudalics  <rudalics@gmx.at>
1874         * subr.el (read-quoted-char): Call char-resolve-modifiers
1875         instead of char-resolve-modifers.
1877 2008-09-27  Glenn Morris  <rgm@gnu.org>
1879         * play/solitaire.el (solitaire-mode-map): Bind "\r" rather
1880         than [return].  (Bug#1031)
1882 2008-09-27  Peter Dyballa  <Peter_Dyballa@Freenet.DE>
1884         * calendar/calendar.el (solar-sunrises-buffer): Fix typo.
1886 2008-09-27  Daiki Ueno  <ueno@unixuser.org>
1888         * epg.el (epg-wait-for-status): Check if there is no pending status.
1889         Reported by Ted Romer <ted@romerfamily.com>.
1891 2008-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
1893         * startup.el (command-line): Turn on menu-bar-mode and
1894         tool-bar-mode when running as a daemon.
1896 2008-09-26  Eli Zaretskii  <eliz@gnu.org>
1898         * makefile.w32-in ($(lisp)/progmodes/cc-mode.elc): Remove.
1899         ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
1900         ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
1901         ($(lisp)/progmodes/cc-engine.elc)
1902         ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
1903         ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
1904         ($(lisp)/progmodes/cc-subword.elc)
1905         ($(lisp)/progmodes/cc-vars.elc): New dependencies.
1907         * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Remove.
1908         ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
1909         ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
1910         ($(lisp)/progmodes/cc-engine.elc)
1911         ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
1912         ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
1913         ($(lisp)/progmodes/cc-subword.elc)
1914         ($(lisp)/progmodes/cc-vars.elc): New dependencies.
1916 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1918         * informat.el (Info-split-threshold): New variable.
1919         (Info-split): Use it.
1921         * textmodes/texinfmt.el (texinfo-format-buffer):
1922         Use Info-split-threshold to decide whether to split Info files.
1924 2008-09-25  Chong Yidong  <cyd@stupidchicken.com>
1926         * progmodes/octave-mod.el (octave-mode-menu): Fix incorrect
1927         quoting.
1929         * comint.el (comint-dynamic-complete-as-filename): Quote directory
1930         name when reinserting it.
1932         * isearch.el (isearch-search-fun): Use word-search-forward-lax and
1933         word-search-backward-lax for incremental word search.
1935 2008-09-25  Juanma Barranquero  <lekktu@gmail.com>
1937         * generic-x.el (generic-other-modes): Fix typo in docstring.
1938         (generic-use-find-file-hook, generic-lines-to-scan)
1939         (generic-find-file-regexp, generic-ignore-files-regexp)
1940         (generic-define-mswindows-modes, generic-define-unix-modes):
1941         Remove `*' from docstring.
1942         (generic-mode-find-file-hook): Use `string-match-p'.
1943         (apache-log-generic-mode, mailagent-rules-generic-mode)
1944         (prototype-generic-mode, pkginfo-generic-mode, javascript-generic-mode)
1945         (java-manifest-generic-mode, java-properties-generic-mode)
1946         (alias-generic-mode): Doc fix: use "Generic mode" in docstrings
1947         for consistency with other modes in generic-x.el.
1949 2008-09-25  Martin Rudalics  <rudalics@gmx.at>
1951         * textmodes/tex-mode.el (latex-handle-escaped-parens): New variable.
1952         (latex-backward-sexp-1, latex-forward-sexp-1): Treat escaped
1953         parens specially only if latex-handle-escaped-parens is non-nil.
1954         (latex-indent-within-escaped-parens): New option.
1955         (latex-find-indent): Bind latex-handle-escaped-parens to
1956         latex-indent-within-escaped-parens.  Do not treat escaped parens
1957         specially when this is nil.  (Bug#954)
1959 2008-09-25  Glenn Morris  <rgm@gnu.org>
1961         * ffap.el (ffap-fixup-url): Don't call url-normalize-url.  (Bug#898)
1963 2008-09-25  Chong Yidong  <cyd@stupidchicken.com>
1965         * vc.el (vc-mark-resolved): Move message here from
1966         vc-default-mark-resolved.
1967         (vc-default-mark-resolved): Change to an alias for ignore.
1969 2008-09-24  Andreas Politz  <politza@fh-trier.de>  (tiny change)
1971         * term.el (term-emulate-terminal): Encode input string before
1972         checking its length.
1974 2008-09-24  Chong Yidong  <cyd@stupidchicken.com>
1976         * progmodes/sh-script.el (sh-mode-map): Don't assume that skeleton
1977         is loaded.
1979         * server.el (server-buffer-done): Avoid changing the buffer when
1980         deleting the client's frame (bug#640).
1982         * vc.el (vc-default-mark-resolved): New function.
1984 2008-09-24  Stephen Berman  <stephen.berman@gmx.net>
1986         * mail/rfc822.el (rfc822-addresses): Prevent rfc822-bad-address
1987         from raising a wrong-type-argument error.
1989 2008-09-24  Martin Rudalics  <rudalics@gmx.at>
1991         * help-fns.el (describe-function-1, describe-variable): Print
1992         relative file name in help buffer.
1993         * faces.el (describe-face): Print relative file name in help
1994         buffer.
1996 2008-09-23  Romain Francoise  <romain@orebokech.com>
1998         * subr.el (with-output-to-string): Make sure that the temporary
1999         buffer gets killed.
2001 2008-09-23  Markus Sauermann  <markus@sauermann-consulting.de>  (tiny change)
2003         * emacs-lisp/lisp-mode.el (calculate-lisp-indent): Fix
2004         indentation problem with keyword symbols when a list starts with
2005         ,@ or spaces.  (Bug#1012)
2007 2008-09-23  Martin Rudalics  <rudalics@gmx.at>
2009         * textmodes/tex-mode.el (latex-find-indent): Try to handle
2010         escaped close parens correctly.  (Bug#954)
2012 2008-09-22  Tassilo Horn  <tassilo@member.fsf.org>
2014         * play/fortune.el (fortune-in-buffer): Fix a bug which forced
2015         usage of `fortune-file' even though a FILE argument was passed to
2016         the function.
2018 2008-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
2020         * startup.el (command-line): Start the server when in daemon mode.
2021         Remove always true test.
2023         * frame.el (frame-initialize): Remove spurious setting of
2024         special-display-function with the default value.
2026 2008-09-20  Vincent Belaïche  <vincent.b.1@hotmail.fr>
2028         * calc/calc-vec.el (calcFunc-venum): Properly handle intervals.
2030 2008-09-20  Glenn Morris  <rgm@gnu.org>
2032         * emacs-lisp/lisp-mode.el (lisp-indent-offset):
2033         Fix custom type.  (Bug#1011)
2035 2008-09-20  David De La Harpe Golden  <david@harpegolden.net>
2037         * files.el (move-file-to-trash): Avoid recursive trashing if
2038         rename-file calls delete-file.
2040 2008-09-20  Glenn Morris  <rgm@gnu.org>
2042         * play/fortune.el: Remove leading `*' from defcustom docs.
2043         (fortune-program-options): Doc fix.  Allow to be a string again.
2044         Add :version.
2045         (fortune-in-buffer): Handle fortune-program-options as a string.
2046         Don't rely on fortune program accepting options after fortune file.
2048 2008-09-20  Justin Bogner  <mail@justinbogner.com>  (tiny change)
2050         * play/fortune.el (fortune-program-options): Change to a list.
2051         (fortune-in-buffer): Use apply.
2053 2008-09-20  Ulrich Mueller  <ulm@kph.uni-mainz.de>
2055         * emacs-lisp/authors.el: Change encoding of file to utf-8.
2056         (authors-coding-system): Likewise.
2058 2008-09-20  Ami Fischman  <ami@fischman.org>
2060         * savehist.el (savehist-save): Handle errors in writing as well as
2061         reading.
2063 2008-09-20  Michael Olson  <mwolson@gnu.org>
2065         * emacs-lisp/tq.el (tq-create): Disable undo in tq buffer in order
2066         to provide a minimal performance boost.
2068 2008-09-19  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2070         * proced.el (proced-grammar-alist, proced-custom-attributes)
2071         (proced-format-alist, proced-format, proced-filter-alist)
2072         (proced-filter, proced-sort): Use defcustom.
2073         (proced-mode): Fix docstring.
2074         (proced-process-attributes): Handle return value nil of functions
2075         in proced-custom-attributes.
2077 2008-09-19  Martin Rudalics  <rudalics@gmx.at>
2079         * textmodes/sgml-mode.el (sgml-tag-syntax-table): Remove prefix
2080         flag from "'" entry in sgml-tag-syntax-table.  (Bug#946)
2082 2008-09-19  Miles Bader  <miles@gnu.org>
2084         * comint.el (comint-output-filter): Make field properties for
2085         output text front-sticky.
2087 2008-09-18  Dan Nicolaescu  <dann@ics.uci.edu>
2089         * vc-bzr.el (vc-bzr-show-log-entry):
2090         * vc-git.el (vc-git-show-log-entry): Deal with a nil argument,
2091         C-x v l for a directory uses that.
2093 2008-09-18  Simon Josefsson  <simon@josefsson.org>
2095         * files.el (auto-mode-alist): Use sieve-mode for .sv, .siv, and
2096         .sieve files.
2098 2008-09-18  Martin Rudalics  <rudalics@gmx.at>
2100         * help-macro.el (make-help-screen): Preserve key bindings
2101         established in help-mode call when exiting this macro.
2103 2008-09-17  Kenichi Handa  <handa@m17n.org>
2105         * language/burmese.el: Fix setting of composition-function-table.
2107 2008-09-17  Martin Rudalics  <rudalics@gmx.at>
2109         * info.el (Info-follow-nearest-node): Don't raise an error for
2110         mouse-1 clicks.
2112 2008-09-17  Jay Belanger  <jay.p.belanger@gmail.com>
2114         * calc/calc-units.el (calc-convert-temperature): Use default
2115         units when appropriate.
2117 2008-09-16  Markus Triska  <markus.triska@gmx.at>
2119         * textmodes/flyspell.el (flyspell-math-tex-command-p): Always
2120         catch errors raised in `texmathp'.
2121         (flyspell-tex-math-initialized): Remove.
2123 2008-09-16  Martin Rudalics  <rudalics@gmx.at>
2125         * frame.el (select-frame-set-input-focus): With non-nil
2126         mouse-autoselect-window always move mouse cursor to frame's
2127         selected window.  Otherwise restore pre 2008-09-13 behavior.
2128         (select-frame-by-name): Use select-frame-set-input-focus.
2130         * files.el (switch-to-buffer-other-frame): Don't raise frame since
2131         pop-to-buffer already does it.
2132         (display-buffer-other-frame): Fix doc-string.
2134 2008-09-16  Glenn Morris  <rgm@gnu.org>
2136         * add-log.el (diff-find-source-location): Update declaration.
2138         * progmodes/make-mode.el (makefile-match-function-end):
2139         Move point.  (Bug#983)
2141 2008-09-16  Daiki Ueno  <ueno@unixuser.org>
2143         * epg.el (epg-start-verify): Pass "--verify" to gpgsm.
2145 2008-09-15  Juanma Barranquero  <lekktu@gmail.com>
2147         * vc-rcs.el (vc-rcs-steal-lock, vc-rcs-checkout): Fix docstring typos.
2148         (vc-rcs-fetch-master-state, vc-rcs-system-release): Doc fixes.
2150 2008-09-15  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
2152         * vc-rcs.el (vc-rcs-rollback): Fix typos in docstring.
2154 2008-09-15  Martin Rudalics  <rudalics@gmx.at>
2156         * files.el (file-truename): Don't raise args-out-of-range error
2157         when filename has no separator on windows-nt.  (Bug#982)
2159 2008-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2161         * diff-mode.el (diff-find-file-name): Rename `batch' to `noprompt' and
2162         be more honest when we don't know.
2163         (diff-tell-file-name): Don't prompt before the actual prompt.
2164         (diff-mode): Don't prompt in add-log-buffer-file-name-function.
2165         (diff-find-source-location): Add `noprompt' argument.
2166         (diff-current-defun): Don't prompt.
2168 2008-09-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2170         * proced.el (proced-mark-face, proced-marked-face)
2171         (proced-sort-header-face): Remove.
2172         (proced-font-lock-keywords): Simplify.
2173         (proced-format): Use face proced-sort-header.
2174         (proced-format-interactive, proced-sort-interactive)
2175         (proced-filter-interactive): Only call proced-update if the scheme
2176         has changed.
2177         (proced-sort-header): Use posn-actual-col-row.
2179 2008-09-14  Martin Rudalics  <rudalics@gmx.at>
2181         * add-log.el (change-log-find-window): New variable.
2182         (change-log-goto-source-1, change-log-goto-source):
2183         Set change-log-find-window to window displaying source.
2184         (change-log-next-error): Select window specified by
2185         change-log-find-window.
2187 2008-09-13  Martin Rudalics  <rudalics@gmx.at>
2189         * frame.el (select-frame-set-input-focus): With focus follows
2190         mouse move mouse cursor to right window.
2191         * window.el (pop-to-buffer): Select window before calling
2192         select-frame-set-input-focus.
2194 2008-09-12  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2196         * proced.el (proced-sort-header): New face.
2197         (proced-sort-header-face): New variable.
2198         (proced-format): Allow format value nil.
2199         Use proced-sort-header-face for header of sort column.
2200         (proced-format-args): New function.
2201         (proced-grammar-alist, proced-timer-flag, proced-process-alist)
2202         (proced-header-help-echo, proced-field-help-echo, proced-timer)
2203         (proced-toggle-timer-flag, proced, proced-mode): Doc fix.
2204         (proced-refine): Rename from proced-filter-attribute.  Doc fix.
2205         (proced-sort-header): Bind also to mouse-1.
2206         (proced-move-to-goal-column): Return position of point.
2207         (proced-filter-interactive): Always revert listing.
2208         (proced-format-ttname): Simplify.
2209         (proced-update): Do not keep undo information.  Put point at
2210         beginning of buffer if we generate the first listing.
2212 2008-09-12  Tassilo Horn  <tassilo@member.fsf.org>
2214         * doc-view.el (doc-view-scroll-up-or-next-page)
2215         (doc-view-scroll-down-or-previous-page): Fix scrolling in case of
2216         vertically split windows.
2218 2008-09-12  Glenn Morris  <rgm@gnu.org>
2220         * progmodes/f90.el (f90-mode-map): Don't bind \t and \r.
2222         * indent.el (indent-line-function): Doc fix.
2223         * progmodes/sh-script.el (sh-font-lock-open-heredoc): Doc fix.
2225 2008-09-11  Martin Rudalics  <rudalics@gmx.at>
2227         * window.el (pop-to-buffer): If the window for buffer-or-name is
2228         not on the selected frame, raise that window's frame and give it
2229         input focus.  (Bug#745)
2231 2008-09-11  Glenn Morris  <rgm@gnu.org>
2233         * ido.el (ido-mode): Initialize with custom-initialize-default,
2234         rather than a set function.  (Bug#947)
2236 2008-09-10  Chong Yidong  <cyd@stupidchicken.com>
2238         * replace.el (perform-replace): Don't set inhibit-read-only using
2239         query-replace-skip-read-only (bug#956).
2241         * edmacro.el (edmacro-parse-keys): Fix last change to omit macros
2242         of the <<foo>> form.
2244 2008-09-10  Martin Rudalics  <rudalics@gmx.at>
2246         * window.el (display-buffer): Fix doc-string typo.
2248 2008-09-10  Kenichi Handa  <handa@m17n.org>
2250         * composite.el (compose-gstring-for-graphic): Fix previous change.
2252 2008-09-10  Glenn Morris  <rgm@gnu.org>
2254         * info.el (Info-try-follow-nearest-node): Fix doc typo.
2256 2008-09-10  Stephen Berman  <stephen.berman@gmx.net>
2258         * info.el (Info-mouse-follow-nearest-node): Follow links to different
2259         manuals.  (Bug#886)
2261 2008-09-09  Juanma Barranquero  <lekktu@gmail.com>
2263         * ido.el (ido-unload-function): New function.
2265 2008-09-08  Juanma Barranquero  <lekktu@gmail.com>
2267         * ido.el (ido-file-internal): Fix typo in prompt.
2268         (ido-merge-ftp-work-directories, ido-max-work-file-list): Doc fixes.
2269         (ido-max-prospects, ido-max-file-prompt-width, ido-ignore-buffers)
2270         (ido-enable-prefix, ido-setup-hook, ido-rewrite-file-prompt-functions)
2271         (ido-magic-forward-char, ido-magic-delete-char, ido-pop-dir):
2272         Fix typos in docstrings.
2274 2008-09-08  Martin Rudalics  <rudalics@gmx.at>
2276         * help-fns.el (describe-function-1): Don't print extra newline
2277         after filling.
2279 2008-09-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2281         * help-fns.el (find-lisp-object-file-name): Handle case where
2282         library is compressed.
2284 2008-09-07  Chong Yidong  <cyd@stupidchicken.com>
2286         * complete.el (PC-do-completion): Don't replace buffer
2287         contents (bug#227).
2289 2008-09-07  Juanma Barranquero  <lekktu@gmail.com>
2291         * loadhist.el (unload-feature-special-hooks):
2292         Add `choose-completion-string-functions'.
2294 2008-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2296         * vc-svn.el (vc-svn-root):
2297         * vc-sccs.el (vc-sccs-root):
2298         * vc-rcs.el (vc-rcs-root):
2299         * vc-cvs.el (vc-cvs-root): Delete.
2300         * vc-hooks.el (vc-find-root): Remove `invert' argument.
2302 2008-09-07  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
2304         * progmodes/flymake.el (flymake-parse-err-lines): Filter out
2305         errors occurring in different files.
2307 2008-09-07  Dan Nicolaescu  <dann@ics.uci.edu>
2309         * vc-bzr.el (vc-bzr-extra-fileinfo): New defstruct.
2310         (vc-bzr-status-printer): New function.
2311         (vc-bzr-after-dir-status): Deal with renamed files.
2313 2008-09-07  Johan Euphrosine  <proppy@aminche.com>  (tiny change)
2315         * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Shell quote
2316         buffer's filename.
2318 2008-09-07  Martin Rudalics  <rudalics@gmx.at>
2320         * subr.el (cancel-change-group): Widen buffer temporarily when
2321         undoing changes.  (Bug#810)
2323 2008-09-07  Nick Roberts  <nickrob@snap.net.nz>
2325         * progmodes/gud.el (gud-stop-subjob): Using jdb, suspend threads
2326         with gud-stop-subjob rather than exit debugger.
2328 2008-09-07  Kenichi Handa  <handa@m17n.org>
2330         * composite.el: Compose combining characters only when it
2331         follows a character matching with "[[:alpha:]]".
2333 2008-09-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2335         * proced.el: Require time-date.
2336         (proced-command-alist, proced-command, proced-goal-header-re)
2337         (proced-sorting-schemes-alist, proced-sorting-scheme)
2338         (proced-header-alist, proced-sorting-schemes-re)
2339         (proced-skip-regexp, proced-next-line, proced-previous-line)
2340         (proced-listing-type, proced-sorting-scheme-p): Remove.
2341         (proced-grammar-alist, proced-custom-attributes)
2342         (proced-format-alist, proced-format, proced-filter-alist)
2343         (proced-filter, proced-sort, proced-goal-attribute)
2344         (proced-timer-interval, proced-timer-flag, proced-timer)
2345         (proced-process-alist, proced-sort-internal, proced-process-tree)
2346         (proced-header-help-echo, proced-field-help-echo): New variables.
2347         (proced-pid-at-point, proced-timer, proced-mark-process-alist)
2348         (proced-omit-process, proced-filter, proced-process-tree)
2349         (proced-filter-children, proced-children-pids)
2350         (proced-filter-parents, proced-<, proced-string-lessp)
2351         (proced-time-lessp, proced-xor, proced-sort-p)
2352         (proced-format-time, proced-format-start, proced-format-ttname)
2353         (proced-format, proced-process-attributes): New functions.
2354         (proced-toggle-timer-flag, proced-mark-children)
2355         (proced-mark-parents, proced-filter-interactive)
2356         (proced-filter-attribute, proced-sort-interactive)
2357         (proced-sort-header, proced-format-interactive): New commands.
2358         (proced-move-to-goal-column): Use goal-column.
2359         (proced-mode): Use proced-timer.
2360         (proced-do-mark-all): Display process count.  Use use-region-p.
2361         Simplify.
2362         (proced-omit-processes): Use use-region-p.
2363         (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
2364         (proced-sort-start, proced-sort-time, proced-sort-user):
2365         Use proced-sort-interactive.
2366         (proced-sort): Make it a function that performs the actual sort.
2367         (proced-update): New arg revert.  Use proced-process-alist,
2368         proced-filter, proced-sort, proced-format, and
2369         proced-grammar-alist.  Preserve position of point based on fields.
2370         Make header line and fields clickable.
2371         (proced-send-signal): Use proced-pid-at-point and proced-process-alist.
2372         (proced-why): Use save-selected-window.
2373         (proced-log): Use buffer-read-only.
2375 2008-09-06  Chong Yidong  <cyd@stupidchicken.com>
2377         * tooltip.el (tooltip-mode): Initialize unconditionally to t.
2379 2008-09-06  Glenn Morris  <rgm@gnu.org>
2381         * add-log.el (diff-find-source-location): Declare.
2382         (find-change-log): If called from a diff buffer, try to switch to the
2383         source buffer (e.g. to respect change-log-default-name there).
2385         * progmodes/sh-script.el (sh-get-kw): Remove '()' from the list of
2386         unallowed characters; added 2006-10-10 without comment.  (Bug#753)
2388         * Makefile.in (ELCFILES): Update.
2390 2008-09-06  Chong Yidong  <cyd@stupidchicken.com>
2392         * textmodes/ispell.el (ispell-command-loop): Suspend ispell if the
2393         user enters a mouse event in another frame, or a special event.
2395         * server.el (server-switch-buffer): New arg.
2396         (server-execute): If reusing an existing window, set file position
2397         if required.
2399 2008-09-06  Kenichi Handa  <handa@m17n.org>
2401         * language/lao.el: Fix setting of composition-function-table.
2403 2008-09-06  Eli Zaretskii  <eliz@gnu.org>
2405         * term/pc-win.el (msdos-show-help): Don't truncate lines while
2406         displaying help echo messages.
2408 2008-09-06  Martin Rudalics  <rudalics@gmx.at>
2410         * subr.el (symbol-file): Fix doc-string.
2412 2008-09-06  Glenn Morris  <rgm@gnu.org>
2414         * help-mode.el (help-xref-forward-stack): Doc fix.
2416         * add-log.el (change-log-default-name): Autoload safety.
2418 2008-09-05  Wilson Snyder  <wsnyder@wsnyder.org>
2420         * verilog-mode.el (verilog-library-extensions): Enable .sv
2421         filename extensions to call verilog-mode.
2422         (verilog-auto, verilog-auto-inst, verilog-faq)
2423         (verilog-submit-bug-report): Update author support URLs.
2424         (verilog-delete-auto, verilog-auto-inout-module)
2425         (verilog-auto-inout-comp, verilog-auto): Add AUTOINOUTCOMP for
2426         creating complemented testbench modules.  Suggested by Yishay Belkind.
2427         (verilog-auto-inst-port, verilog-simplify-range-expression):
2428         When verilog-auto-inst-param-value is set, don't require a
2429         AUTO_TEMPLATE to expand parameter substitutions.  Suggested by
2430         Yishay Belkind.
2431         (verilog-auto-inst-param-value): Add safe variable.
2432         (verilog-re-search-forward, verilog-re-search-backward):
2433         Fix returning wrong search results on Emacs 22.1.
2434         (verilog-modi-cache-results, verilog-auto): Fix warning message
2435         about "toggling font-lock-mode."
2436         (verilog-auto): Fix losing font-lock on errors.
2437         (verilog-auto-inst-param-value, verilog-mode-version)
2438         (verilog-mode-version-date, verilog-read-inst-param-value)
2439         (verilog-auto-inst, verilog-auto-inst-param)
2440         (verilog-auto-inst-port, verilog-simplify-range-expression):
2441         Allow parameters to be replaced with their values, on the expansion of
2442         an AUTOINST with Verilog 2001 style parameter settings.
2443         Suggested by David Rogoff.
2445 2008-09-05  Michael McNamara  <mac@mail.brushroad.com>
2447         * verilog-mode.el (verilog-beg-block-re-ordered, verilog-calc-1):
2448         Better support for the property statement.  Sometimes this keyword
2449         introduces a statement which requires an endproperty keyword, and
2450         sometimes it doesn't, depending on the work before the property
2451         word.  If property is prefixed with assert, assume or cover
2452         keyword, then the statement is ended with a ';'.  Otherwise,
2453         property is like task or specify, and is followed by some number
2454         of statements, which are ended with an endproperty keyword.
2455         (electric-verilog-tab): Support Emacs 22.2 style handling of tab
2456         in a highlighted region: indent each line in region according to
2457         mode.  Supply this so it works in XEmacs and older Emacs.
2459 2008-09-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2461         * whitespace.el (whitespace-kill-buffer-hook, whitespace-action):
2462         Don't clean up a buffer when killing it.
2464 2008-09-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2466         * whitespace.el: Fix auto-cleanup on kill prevents killing read-only
2467         buffers (bug#360).  New version 11.2.1.
2468         (whitespace-action): New value `warn-read-only' to give a warning when
2469         buffer is read-only and whitespace action is cleanup or auto-cleanup.
2470         (whitespace-cleanup, whitespace-cleanup-region): Code fix.
2471         (whitespace-warn-read-only): New fun.
2473 2008-09-05  Chong Yidong  <cyd@stupidchicken.com>
2475         * international/quail.el: Require help-mode.
2476         (quail-help-init): Function removed.
2477         (quail-keyboard-layout-button, quail-keyboard-customize-button):
2478         Define directly.
2480         * dired.el (dired-get-filename): Rewrite octal escape character
2481         processor (bug#885).
2483 2008-09-05  Eli Zaretskii  <eliz@gnu.org>
2485         * cus-edit.el (custom-button-pressed): Default to inverse-video.
2487         * term/pc-win.el (msdos-face-setup): Setup faces for all frames,
2488         not just for terminal-frame.
2490 2008-09-05  Martin Rudalics  <rudalics@gmx.at>
2492         * window.el (window--try-to-split-window): Don't split when window
2493         is not splittable in last disjunct.  (Bug#888)
2495 2008-09-05  Kenichi Handa  <handa@m17n.org>
2497         * language/tibetan.el: Fix setting of composition-function-table.
2499         * composite.el (find-composition): Mention about the automatic
2500         composition in the docstring.
2501         (compose-gstring-for-graphic): Fix handling "above" marks.
2503         * descr-text.el (describe-char): Fix handling of automatic composition.
2505 2008-09-04  Juanma Barranquero  <lekktu@gmail.com>
2507         * net/tramp-cache.el (tramp-flush-file-function): Fix docstring typo.
2508         (tramp-parse-connection-properties): Reflow docstring.
2510 2008-09-04  Kim F. Storm  <storm@cua.dk>
2512         * ido.el (ido-buffer-internal, ido-file-internal): Pass on other-window
2513         and other-frame methods when switching between file and buffer modes.
2515 2008-09-04  Martin Rudalics  <rudalics@gmx.at>
2517         * info.el (Info-dir-remove-duplicates): Narrow buffer when
2518         removing duplicate entries under same heading.  Don't skip char
2519         matching anything but a space or tab at bol.  (Bug#864)
2521 2008-09-03  Alan Mackenzie  <acm@muc.de>
2523         * progmodes/cc-defs.el (c-version): Increment to 5.31.6.
2525 2008-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2527         * minibuffer.el (completion-pcm--pattern->regex): Undo last change.
2528         (completion-pcm--all-completions): Move the case-fold-search binding to
2529         it also applies to completion-regexp-list (used in all-completions).
2530         (completion-pcm--hilit-commonality): Add missing case-fold-search.
2532 2008-09-03  Martin Rudalics  <rudalics@gmx.at>
2534         * window.el (pop-up-frame-function): Move ...
2535         * frame.el (pop-up-frame-function): ... here, to avoid
2536         "CHANGED outside Customize;".
2538 2008-09-03  Glenn Morris  <rgm@gnu.org>
2540         * buff-menu.el (buffer-menu-mode-hook): Add obsolete alias.
2542 2008-09-03  Chong Yidong  <cyd@stupidchicken.com>
2544         * isearch.el (isearch-highlight-regexp): Fix last change, quoting
2545         non-alphabetical characters properly.
2547 2008-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
2549         * files.el (auto-mode-alist): Use verilog-mode for SystemVerilog files.
2551 2008-09-02  Martin Rudalics  <rudalics@gmx.at>
2553         * calc/calc.el (calc-dispatch-map): Fix handling of upcased and
2554         control-prefixed keys.  (Bug#835)
2556 2008-09-02  Chong Yidong  <cyd@stupidchicken.com>
2558         * image-mode.el (image-mode): Fix 2008-07-19 change.
2560 2008-09-02  Juanma Barranquero  <lekktu@gmail.com>
2562         * tool-bar.el (tool-bar-add-item): Fix typo in docstring.
2564         * emulation/tpu-edt.el (tpu-kill-buffer): Doc fix.
2566 2008-09-02  Glenn Morris  <rgm@gnu.org>
2568         * emacs-lisp/lucid.el (try-face-font): Remove dead alias.
2570         * progmodes/cc-langs.el (c-opt-op-identitier-prefix): Fix typo.
2572 2008-09-01  Glenn Morris  <rgm@gnu.org>
2574         * vc-hooks.el (vc-previous-version): Move alias to vc.el.
2575         * vc.el (vc-default-previous-version): Move alias here from vc-hooks,
2576         and fix name typos.  (Bug#856)
2578 2008-09-01  Chong Yidong  <cyd@stupidchicken.com>
2580         * minibuffer.el (completion-pcm--pattern->regex):
2581         When completion-ignore-case is non-nil, generate a regexp that
2582         ignores case.
2584         * window.el (recenter-top-bottom): Doc fix.
2586 2008-09-01  Simon South  <ssouth@member.fsf.org>
2588         * progmodes/delphi.el: New maintainer.
2589         (delphi-interface-types): New var.
2590         (delphi-composite-types): Use it.
2591         (delphi-enclosing-indent-of): Distinguish between "interface"
2592         keyword as a unit separator and used like a class declaration.
2594 2008-09-01  Martin Rudalics  <rudalics@gmx.at>
2596         * help-fns.el (describe-simplify-lib-file-name)
2597         (find-source-lisp-file): Remove.
2598         (find-lisp-object-file-name): New function giving preference to
2599         files found via load-path instead of loaddefs.el.
2600         (describe-function-1): Use new function instead of the removed
2601         ones.  (Bugs #587, #669, #690)
2602         * faces.el (describe-face): Use find-lisp-object-file-name instead
2603         of describe-simplify-lib-file-name.
2605 2008-09-01  Kenichi Handa  <handa@m17n.org>
2607         * international/mule-diag.el (font-show-log): Fix previous change.
2609         * international/mule-cmds.el (set-language-environment):
2610         Don't overwrite current-iso639-language if the current language
2611         environment doesn't provide that data.
2612         (set-locale-environment): Set current-iso639-language from the
2613         locale name.
2615         * international/fontset.el (script-representative-chars): Re-add
2616         the entry for symbol, but with vector of characters.
2617         (setup-default-fontset): Cancel previous change.
2619 2008-08-31  Chong Yidong  <cyd@stupidchicken.com>
2621         * ido.el: Move provide statement to the end of the file.
2623 2008-08-30  Markus Triska  <markus.triska@gmx.at>
2625         * linum.el (linum-mode): `window-size-change-functions' can now be
2626         buffer-local.
2627         (linum-update-window): Use result of `move-overlay'.
2629 2008-08-30  Glenn Morris  <rgm@gnu.org>
2631         * subr.el (make-variable-frame-local): Tweak obsolescence message.
2633         * info.el (Info-hide-note-references, Info-refill-paragraphs):
2634         Doc fixes.
2636         * apropos.el (apropos-command): Report documentation errors.
2637         * help-fns.el (describe-function-1): Handle broken aliases.  (Bug#825)
2639 2008-08-29  Chong Yidong  <cyd@stupidchicken.com>
2641         * isearch.el (isearch-highlight-regexp): Fix case of highlighted
2642         string.
2644 2008-08-29  Eli Zaretskii  <eliz@gnu.org>
2646         * bindings.el (mode-line-frame-identification): Fix last change.
2648 2008-08-29  Kenichi Handa  <handa@m17n.org>
2650         These changes are to adjust the automatic composition for the new
2651         implementation (avoid using text property).
2653         * composite.el (composition-function-table): Move declaration to
2654         composite.c.
2655         (terminal-composition-base-character-p): Delete it.
2656         (terminal-composition-function): Delete it.
2657         (terminal-composition-function-table): Delete it.
2658         (lgstring-header, lgstring-set-header, lgstring-font)
2659         (lgstring-char, lgstring-char-len, lgstring-shaped-p)
2660         (lgstring-set-id, lgstring-glyph, lgstring-glyph-len)
2661         (lgstring-set-glyph, lglyph-from, lglyph-to, lglyph-char)
2662         (lglyph-code, lglyph-width, lglyph-lbearing, lglyph-rbearing)
2663         (lglyph-ascent, lglyph-descent, lglyph-adjustment)
2664         (lglyph-set-from-to, lglyph-copy, lgstring-insert-glyph)
2665         (compose-glyph-string, compose-glyph-string-relative)
2666         (compose-gstring-for-graphic, compose-gstring-for-terminal):
2667         New functions.
2668         (auto-compose-chars): Argument changed.
2670         * language/european.el: Don't setup composition-function-table.
2671         (diacritic-composition-pattern, diacritic-compose-region)
2672         (diacritic-compose-string, diacritic-compose-buffer)
2673         (diacritic-composition-function): Delete them.
2675         * language/lao-util.el (lao-composition-function): Argument changed.
2677         * language/sinhala.el: Fix setting up of composition-function-table.
2679         * language/thai.el: Fix setting up of composition-function-table.
2681         * language/thai-util.el: Encoding changed to utf-8.
2682         (thai-composition-function): Argument changed.
2684         * language/indian.el: Fix setting up of composition-function-table.
2685         (devanagari-composable-pattern)
2686         (tamil-composable-pattern, kannada-composable-pattern)
2687         (malayalam-composable-pattern): New variables.
2689         * international/characters.el (unicode-category-table):
2690         Setup unicode-category-table.
2692         * international/fontset.el (setup-default-fontset): Prepend
2693         iso10646-1 fonts to the fallback font groups instead of appending.
2695 2008-08-29  Glenn Morris  <rgm@gnu.org>
2697         * cus-start.el (truncate-partial-width-windows): Changed in 23.1.
2699 2008-08-28  Chong Yidong  <cyd@stupidchicken.com>
2701         * term/x-win.el (x-win-suspend-error): Don't signal error if there
2702         are no X frames active.
2704 2008-08-28  Michael Albinus  <michael.albinus@gmx.de>
2706         * net/xesam.el (xesam-kill-buffer-function): Wrap code by
2707         `ignore-errors' (the function must succeed always).
2709 2008-08-28  "Edward O'Connor"  <hober0@gmail.com>
2711         * json.el (json-read-number): New arg.  Handle explicitly signed
2712         numbers.
2713         (json-readtable): Add `+' and `.'.
2715 2008-08-28  Eli Zaretskii  <eliz@gnu.org>
2717         * term/pc-win.el (msdos-previous-message): New variable.
2718         (msdos-show-help): New function.
2719         (msdos-initialize-window-system): Set show-help-function to
2720         msdos-show-help.
2722 2008-04-09  Lennart Borgman  <lennart.borgman@gmail.com>
2724         * emacs-lisp/debug.el (debug): When killing a noninteractive
2725         Emacs, give an exit status of -1.
2727 2008-08-28  Chong Yidong  <cyd@stupidchicken.com>
2729         * vc-hooks.el (vc-workfile-unchanged-p): Revert last change.
2731 2008-08-27  Alex Harsanyi  <harsanyi@mac.com>  (tiny change)
2733         * vc-hooks.el (vc-workfile-unchanged-p): If the checkout time is
2734         not the same as the last modification time, fall back on the
2735         backend-specific check.
2737 2008-08-27  Teodor Zlatanov  <tzz@lifelogs.com>
2739         * add-log.el (change-log-next-error): Run an extra `pop-to-buffer'
2740         to go to the position of interest.
2742 2008-08-27  Tomas Abrahamsson  <tab@lysator.liu.se>
2744         * textmodes/artist.el (artist-mode-init): Add comment on the
2745         setting up of the `artist-replacement-table' array.
2746         (artist-get-replacement-char): New defsubst.
2747         (artist-get-char-at-xy-conv, artist-replace-char)
2748         (artist-replace-chars, artist-replace-string): Use it instead of
2749         accessing `artist-replacement-table' directly.
2750         Reported by Rubén Berenguel <ruben@maia.ub.es>.
2752         (artist-mt): Fix structures for cut and copy operations.
2754 2008-08-27  Chong Yidong  <cyd@stupidchicken.com>
2756         * shell.el (shell-file-name-quote-list): Quote `$'.
2758         * comint.el (comint-dynamic-complete-as-filename): Generalize last
2759         change to allow quoting of characters before point.
2760         (comint-dynamic-list-filename-completions): Quote common substring.
2762 2008-08-26  Chong Yidong  <cyd@stupidchicken.com>
2764         * comint.el (comint-dynamic-complete-as-filename): If case is
2765         ignored while matching, replace the entire filename with completion.
2767         * textmodes/flyspell.el (flyspell-check-pre-word-p): Make sure
2768         flyspell-pre-point is valid to avoid signalling an error in
2769         post-command-hook.
2771 2008-08-26  Johan BockgÃ¥rd  <bojohan@gnu.org>
2773         * linum.el (linum): Inherit remaining face attributes from default
2774         face.
2776 2008-08-26  Markus Triska  <markus.triska@gmx.at>
2778         * linum.el (linum-delay): Disable - it should no longer be
2779         necessary, and can lead to longer delays.
2780         (linum-update-window): Renumber if margin width has changed.
2782 2008-08-26  Daiki Ueno  <ueno@unixuser.org>
2784         * epa.el (epa--key-widget-action): Save the selected window to
2785         make `widget-button-click-moves-point' work.  (Bug#733).
2787 2008-08-26  Glenn Morris  <rgm@gnu.org>
2789         * calendar/holidays.el (calendar-holidays): Doc fix.
2791         * progmodes/gud.el (tramp-file-name-localname)
2792         (tramp-dissect-file-name): Declare.
2794         * term/pc-win.el (msdos-setup-keyboard): Fix declaration.
2796 2008-08-25  Eli Zaretskii  <eliz@gnu.org>
2798         * bindings.el (mode-line-frame-control): New function, caters to
2799         `pc' ``window system''.
2800         (mode-line-frame-identification): Use it instead of accessing
2801         window-system directly.
2803 2008-08-25  Juri Linkov  <juri@jurta.org>
2805         * textmodes/text-mode.el (text-mode-map): Unbind "\es" from
2806         `center-line' and "\eS" from `center-paragraph'.
2807         (facemenu-keymap): Bind "\es" to `center-line' and "\eS" to
2808         `center-paragraph'.
2810 2008-08-25  Ulf Jasper  <ulf@web.de>
2812         * net/newst-treeview.el (newsticker-treeview-own-frame): Doc fixed.
2813         (newsticker-treeview-treewindow-width): New.
2814         (newsticker-treeview-listwindow-height): New.
2815         (newsticker-treeview-browse-url-item): New.
2816         (newsticker-treeview-mode-map):
2817         Add newsticker-treeview-browse-url-item.
2818         (newsticker--treeview-window-init):
2819         Use newsticker-treeview-treewindow-width and
2820         newsticker-treeview-listwindow-height.
2822         * net/newst-reader.el (newsticker-browse-url-item): New.
2824 2008-08-25  Dan Nicolaescu  <dann@ics.uci.edu>
2826         * vc-dir.el (vc-dir-marked-only-files-and-states):
2827         (vc-dir-child-files-and-states): Reverse the list before returning it.
2829 2008-08-24  Michael Albinus  <michael.albinus@gmx.de>
2831         * net/dbus.el (dbus-introspect): Use `dbus-call-method-non-blocking'.
2833 2008-08-24  Romain Francoise  <romain@orebokech.com>
2835         * progmodes/python.el (run-python): Remove '' from sys.path.
2837 2008-08-23  Glenn Morris  <rgm@gnu.org>
2839         * progmodes/fortran.el (fortran-tab-mode-string)
2840         (fortran-comment-line-start, fortran-continuation-string): Doc fixes.
2842 2008-08-23  Eli Zaretskii  <eliz@gnu.org>
2844         * term/pc-win.el (msdos-setup-keyboard) <msdos-setup-keyboard>:
2845         Add declare-function.
2847         * startup.el (command-line): Don't call tty-register-default-colors
2848         if initial-window-system is `pc'.
2850         * term/internal.el (local-function-key-map): Fix unbalanced parens.
2851         (msdos-key-remapping-map): New variable.  Move here all the special
2852         keys we will be remapping via local-function-key-map.
2853         (msdos-setup-keyboard): New function.
2855         * term/pc-win.el (msdos-create-frame-with-faces): Rename from
2856         make-msdos-frame.
2857         (terminal-init-internal): New function, errors out if called.
2858         (msdos-initialize-window-system): New function.
2859         (msdos-create-frame-with-faces): Set the terminal's
2860         `terminal-initted' (sic!) parameter.
2861         (frame-creation-function-alist): Add msdos-create-frame-with-faces.
2862         (window-system-initialization-alist):
2863         Add msdos-initialize-window-system.
2864         (handle-args-function-alist): Use tty-handle-args for `pc'
2865         ``window system'' as well.
2866         (pc-win): Provide.
2868         * term/tty-colors.el (tty-register-default-colors): Remove bogus
2869         code for using msdos-color-values.
2871         * loadup.el [ms-dos]: Load term/pc-win.
2873 2008-08-23  Dan Nicolaescu  <dann@ics.uci.edu>
2875         * vc-dir.el (vc-dir-prepare-status-buffer): Make sure we use a
2876         directory name.
2878 2008-08-23  Nick Roberts  <nickrob@snap.net.nz>
2880         * progmodes/gud.el (gud-common-init): Use absolute file so that
2881         perldb works with tramp (sudo).
2883         * term/x-win.el (x-gtk-map-stock): Don't let the tool bar destroy
2884         match data in process filters.
2886 2008-08-23  Martin Rudalics  <rudalics@gmx.at>
2888         * dired.el (dired-buffer-stale-p): Do not revert buffer that
2889         can be written.
2891 2008-08-23  Glenn Morris  <rgm@gnu.org>
2893         * dired-x.el (dired-guess-shell-alist-default): Add .mp3 and .ogg.
2894         (dired-guess-shell-alist-user): Doc fix.  (Bug#417).
2896 2008-08-23  Chong Yidong  <cyd@stupidchicken.com>
2898         * subr.el (temp-buffer-show-hook): Doc fix.
2900 2008-08-22  Michael Albinus  <michael.albinus@gmx.de>
2902         * net/tramp.el (tramp-remote-process-environment): Add "EMACS=t"
2903         and "INSIDE_EMACS=...".  Reported by Tassilo Horn
2904         <tassilo@member.fsf.org>.
2906         * net/trampver.el: Update release number.
2908         * net/xesam.el (xesam-minor-mode): New minor mode.
2909         (xesam-highlight-buffer): Remove.  Code moved to
2910         `xesam-minor-mode'.
2911         (xesam-refresh-entry): Use `xesam-minor-mode'.
2913 2008-08-21  Chong Yidong  <cyd@stupidchicken.com>
2915         * minibuffer.el (completion--try-word-completion):
2916         Disable partial-completion when considering the addition of a space
2917         or hyphen.
2919 2008-08-21  John Paul Wallington  <jpw@pobox.com>
2921         * mail/rmail.el (rmail-insert-inbox-text): Ensure that the
2922         filename of `tofile' doesn't contain any colons on Windows,
2923         Cygwin, and MS-DOS systems.
2925 2008-08-21  Daiki Ueno  <ueno@unixuser.org>
2927         * epg.el (epg-make-context, epg-context-set-passphrase-callback)
2928         (epg-context-set-progress-callback): Make sure the callback is a
2929         cons of a function and a handback.  Update all callers.
2931 2008-08-20  David Reitter  <david.reitter@gmail.com>
2933         * term/ns-win.el (ns-cursor-blink-rate, ns-cursor-blink-mode): Remove.
2934         Patch applied by Adrian Robert.
2936 2008-08-20  Kevin Ryde  <user42@zip.com.au>
2938         * textmodes/nroff-mode.el (nroff-mode): Avoid auto-filling on
2939         directive lines.
2941 2008-08-20  Michael Albinus  <michael.albinus@gmx.de>
2943         * net/xesam.el (xesam-highlight-string): Precise doc string.
2944         (xesam-highlight-buffer): New defun.
2945         (xesam-refresh-entry): Use it.  Better check for sourceModified.
2947 2008-08-19  Chong Yidong  <cyd@stupidchicken.com>
2949         * edmacro.el (edmacro-parse-keys): Catch events with spaces in
2950         their names.
2952 2008-08-19  Kenichi Handa  <handa@m17n.org>
2954         * language/european.el ("Esperanto"): Change the preferred
2955         charsets to iso-8859-3.
2957         * language/utf-8-lang.el ("UTF-8"): Add the preferred charsets.
2959         * international/fontset.el (script-representative-chars):
2960         Delete the entry for symbol.
2961         (setup-default-fontset): For symbol characters, don't specify
2962         :script property.
2964 2008-08-19  Chong Yidong  <cyd@stupidchicken.com>
2966         * minibuffer.el (completion-table-dynamic): Doc fix.
2968         * cus-edit.el (custom-toggle-hide): Allow hiding only if widget is
2969         saved.
2971 2008-08-18  Chong Yidong  <cyd@stupidchicken.com>
2973         * emulation/edt.el (edt-default-emulation-setup):
2974         Share global-buffers-menu-map with the emulated global map.
2976 2008-08-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
2978         * term/ns-win.el (global): Uncomment "put backspace
2979         ascii-character..." and friends, they are needed for tramp.  (Bug#725)
2981 2008-08-18  Kenichi Handa  <handa@m17n.org>
2983         * international/mule-diag.el (font-show-log): Add optional arg N
2984         to control the limit of font listing.
2986 2008-08-18  Chong Yidong  <cyd@stupidchicken.com>
2988         * window.el (recenter-top-bottom): Determine top and bottom
2989         positions using scroll-margin instead of scroll-conservatively.
2991 2008-08-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2993         * proced.el (proced-send-signal): Use beginning-of-line.
2995 2008-08-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2997         * proced.el (proced-signal-list): Add POSIX 1003.1-2001 signals.
2998         (proced-mode-map): Add tooltips for menus.  Use radio buttons for
2999         listing types.
3000         (proced-log-buffer): New variable.
3001         (proced-mark-all, proced-unmark-all, proced-do-mark-al): Operate on
3002         region if transient-mark-mode is turned on and the region is active.
3003         (proced-omit-processes): Rename from proced-hide-processes to
3004         avoid key clash with describe-mode (bound to h).  Search for
3005         marked processes starting from point-min.
3006         (proced-header-space): Remove.
3007         (proced-send-signal): Handle errors.  Operate on current process
3008         if no process is marked.
3009         (proced-why): New command.
3010         (proced-log, proced-log-summary): New functions.
3011         (proced-help): Use proced-why.
3012         * textmodes/bibtex.el (bibtex-entry-format): Mark as safe.
3013         (bibtex-autokey-year-title-separator): Fix docstring.
3015 2008-08-17  Michael Albinus  <michael.albinus@gmx.de>
3017         * net/xesam.el (xesam-vendor, xesam-notify-function):
3018         New local variables.
3019         (xesam-mode): Extend docstring.  Initialize `xesam-notify-function'.
3020         (xesam-refresh-entry): Use `xesam-notify-function' if set.  Remove
3021         Debbugs specific code; it shall be enabled via `xesam-mode-hooks'.
3022         (xesam-new-search): Initialize `xesam-vendor'.
3024 2008-08-15  Glenn Morris  <rgm@gnu.org>
3026         * eshell/esh-cmd.el (eshell-do-pipelines): Indicate the last command in
3027         a pipeline.
3028         * eshell/em-ls.el (eshell-ls-files): List one per line in a pipeline,
3029         unless at the end of the pipeline.  (Bug#699).
3031 2008-08-14  Chong Yidong  <cyd@stupidchicken.com>
3033         * minibuffer.el (completion-boundaries): Doc fix.
3034         (display-completion-list): Only default base-size to zero if
3035         completing in the minibuffer.
3037         * simple.el (completion-base-size): Doc fix.
3038         (choose-completion): Try reselecting completion-reference-buffer.
3040 2008-08-14  Michael Albinus  <michael.albinus@gmx.de>
3042         * vc-dispatcher.el (vc-do-command): Let asynchronous processes run
3043         also for remote directories.
3045 2008-08-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3047         * emacs-lisp/easymenu.el (easy-menu-add): Don't precompute keybindings
3048         since those precomputed values aren't used any more.
3049         (easy-menu-precalculate-equivalent-keybindings): Obsolete.
3051 2008-08-14  Martin Rudalics  <rudalics@gmx.at>
3053         * help.el (with-help-window): Return last value in BODY.
3055 2008-08-14  Michael Albinus  <michael.albinus@gmx.de>
3057         * net/xesam.el (xesam-refresh-entry): Use `save-excursion' in the
3058         notify function of the URL.
3059         (xesam-new-search): Encode special characters in the query string.
3061 2008-08-13  Chong Yidong  <cyd@stupidchicken.com>
3063         * term/ns-win.el (ns-parse-geometry): Rename from x-parse-geometry.
3065 2008-08-13  Andreas Schwab  <schwab@suse.de>
3067         * net/tramp.el (tramp-handle-shell-command): Handle output going
3068         to current buffer like shell-command.  Don't disable undo.
3070 2008-08-13  Glenn Morris  <rgm@gnu.org>
3072         * eshell/esh-cmd.el (eshell/which): Handle the case where no
3073         description is found.
3075 2008-08-12  Alan Mackenzie  <acm@muc.de>
3077         * progmodes/cc-defs.el (c-emacs-features):
3078         argumentative-bod-function: bind mark-ring to avoid accumulating a
3079         spurious mark.
3081 2008-08-12  Chong Yidong  <cyd@stupidchicken.com>
3083         * simple.el (visual-line--saved-state): New var.
3084         (visual-line-mode): Save local values of variables, and restore
3085         them when visual-line-mode is disabled.
3087 2008-08-12  NAKAGAWA Makoto  <gha03025@nifty.ne.jp>  (tiny change)
3089         * net/ldap.el (ldap-search-internal): Tweak URL regexp.
3091 2008-08-11  Chong Yidong  <cyd@stupidchicken.com>
3093         * progmodes/cc-defs.el (c-emacs-features):
3094         Check beginning-of-defun-raw instead of beginning-of-defun, and avoid
3095         moving point during the test.
3097         * emacs-lisp/lisp.el (beginning-of-defun): Doc fix.
3099 2008-08-11  Glenn Morris  <rgm@gnu.org>
3101         * term/ns-win.el (x-parse-geometry): Doc fix.
3103         * dired.el (x-popup-menu):
3104         * hi-lock.el (x-popup-menu):
3105         * mouse.el (font-face-attributes):
3106         * calendar/cal-menu.el (x-popup-menu):
3107         * calendar/calendar.el (x-popup-menu):
3108         * calendar/holidays.el (x-popup-menu):
3109         * progmodes/cperl-mode.el (x-popup-menu):
3110         * term/ns-win.el (dnd-open-file, tool-bar-mode, scroll-bar-scale)
3111         (x-open-connection):
3112         * term/w32-win.el (x-colors, x-handle-args, x-parse-geometry)
3113         (x-command-line-resources):
3114         * term/x-win.el (x-colors, x-parse-geometry, x-resource-name)
3115         (x-display-name, x-command-line-resources):
3116         Add declarations for builds without X.
3118 2008-08-10  Glenn Morris  <rgm@gnu.org>
3120         * calendar/cal-bahai.el (holiday-bahai): Doc fix.
3122 2008-08-10  Dan Nicolaescu  <dann@ics.uci.edu>
3124         * vc-bzr.el (vc-bzr-find-revision): Rename from
3125         vc-bzr-find-version, forgotten in the 2007-10-10 renaming.
3127 2008-08-10  Michael Albinus  <michael.albinus@gmx.de>
3129         * net/xesam.el (xesam-search-engines): Add Debbugs hit fields.
3130         (xesam-refresh-entry): Add Debbugs handling.  Insert a widget
3131         "DONE", when all hits are retrieved.
3132         (xesam-search): Autoload it.
3134 2008-08-11  John Paul Wallington  <jpw@pobox.com>
3136         * ibuffer.el (ibuffer-buffer-file-name): Return nil rather than
3137         empty string when no filename.
3138         (define-ibuffer-column filename): Accommodate that change.
3140         * ibuf-ext.el (ibuffer-define-filter filename): Use plain old
3141         `buffer-file-name' instead of `ibuffer-buffer-file-name'.
3143 2008-08-10  Glenn Morris  <rgm@gnu.org>
3145         * Makefile.in (ELCFILES): Update.
3147 2008-08-10  John Paul Wallington  <jpw@pobox.com>
3149         * pcvs.el (defun-cvs-mode): Add `doc-string' decl.
3151 2008-08-08  Chong Yidong  <cyd@stupidchicken.com>
3153         * battery.el (battery-echo-area-format, battery-status-function):
3154         Handle new Linux sysfs format for battery reporting.
3155         (battery-linux-sysfs): New function.
3157 2008-08-07  Martin Rudalics  <rudalics@gmx.at>
3159         * add-log.el (change-log-search-tag-name)
3160         (change-log-goto-source): Fix behavior when point is not on tag.
3162 2008-08-06  Adrian Robert  <Adrian.B.Robert@gmail.com>
3164         * startup.el (command-line-ns-option-alist): Use ignore instead of
3165         ns-ignore-0-arg.
3167         * term/ns-win.el (ns-ignore-0-arg, mouse-extend-region)
3168         (ns-win-suspend-error, ns-yes-or-no-p, colors): Drop.
3169         (ns-alternatives-map): New variable.
3170         (x-set-up-function-keys): Use it.
3171         (global): Comment out "put backspace ascii-character..." and friends.
3172         Move function-key-map into ns-alternatives-map.  Don't call
3173         precompute-menubar-bindings.  Don't set anything connected with
3174         browse-url.
3175         (after-make-frame-functions): Clarify comment why a hook is added.
3177 2008-08-06  Joakim Verona  <joakim@verona.se>
3179         * thingatpt.el (thing-at-point-url-path-regexp): Allow parenthesis
3180         in url:s.
3182 2008-08-06  Dan Nicolaescu  <dann@ics.uci.edu>
3184         * vc-svn.el (vc-svn-parse-status): Use when instead of if.
3185         Fix 2008-01-01 change: use a shy group to not affect subsequent
3186         match calls.
3188 2008-08-06  Reto Zimmermann  <reto@gnu.org>
3190         * progmodes/vera-mode.el (vera-electric-tab):
3191         * progmodes/vhdl-mode.el (vhdl-electric-tab): Make TAB indent
3192         region when active.
3194 2008-08-06  Kenichi Handa  <handa@m17n.org>
3196         * faces.el (face-valid-attribute-values): Fix handling the value
3197         of (font-family-list) and font-XXX-table.
3199 2008-08-06  Dan Nicolaescu  <dann@ics.uci.edu>
3201         * proced.el (proced-menu): Bind the correct function to for toggling.
3203         * vc-dir.el (vc-dir-mode): Fix typo.
3205 2008-08-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3207         * whitespace.el (whitespace-newline-mode)
3208         (global-whitespace-newline-mode, whitespace-mode)
3209         (global-whitespace-mode): Improve docstring.
3211 2008-08-05  Chong Yidong  <cyd@stupidchicken.com>
3213         * kmacro.el (kmacro-exec-ring-item): Add autoload.
3215         * files.el (auto-save-visited-file-name): Move definition to fileio.c.
3217         * cus-start.el (all): Handle auto-save-visited-file-name.
3219 2008-08-05  Alex Shinn  <alexshinn@gmail.com>  (tiny change)
3221         * files.el (hack-one-local-variable-eval-safep): Handle
3222         lisp-indent-function and scheme-indent-function in addition to the
3223         deprecated lisp-indent-hook.
3225 2008-08-05  Michael Albinus  <michael.albinus@gmx.de>
3227         * net/xesam.el (top): Require `wid-edit' always.
3228         (xesam-mode-line, xesam-highlight): New deffaces.
3229         (xesam-objects): New local variable.
3230         (xesam-search-engines): Fix error in field list.
3231         (xesam-mode): Use `xesam-mode-line' instead of
3232         `font-lock-type-face'.  Apply `xesam-mode' to a temp buffer, for
3233         proper initialization (why?).
3234         (xesam-highlight-string, xesam-get-hits)
3235         (xesam-kill-buffer-function): New defuns.
3236         (xesam-refresh-entry): Move code to `xesam-get-hits'.  Check
3237         result of "hit.fields", it isn't a string only.  Wrap an error of
3238         the strigi search engine ("xesam:size" is returned as string).
3239         Highlight search items.
3240         (xesam-refresh-search-buffer): Make logic of counters more simple.
3241         Prefetch next hits.
3242         (xesam-signal-handler): Use `xesam-mode-line' instead of
3243         `font-lock-type-face'.
3244         (xesam-new-search): Add `xesam-kill-buffer-function' to
3245         `kill-buffer-hook'.
3247 2008-08-05  Teodor Zlatanov  <tzz@lifelogs.com>
3249         * add-log.el (change-log-next-error, change-log-mode): Add support
3250         for `next-error' to call `change-log-goto-source' on named files
3251         in a ChangeLog.
3253 2008-08-05  Jay Belanger  <jay.p.belanger@gmail.com>
3255         * calc/calc.el (math-read-number): Handle all C-like languages
3256         properly.
3258 2008-08-04  Vincent Belaïche  <vincent.b.1@hotmail.fr>
3260         * calc/calc.el (math-read-number): Handle C numbers beginning with
3261         0 correctly.
3263 2008-07-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
3265         * term/ns-win.el ([ns-new-frame]): New global key.
3267 2008-08-04  Juanma Barranquero  <lekktu@gmail.com>
3269         * international/mule-cmds.el (read-char-by-name):
3270         Check UCS names with `assoc-string' and case folding.
3272 2008-08-04  Michael Albinus  <michael.albinus@gmx.de>
3274         * net/dbus.el (dbus-call-method-asynchronously)
3275         (dbus-method-return-internal, dbus-method-error-internal):
3276         Declare them with `declare-function'.
3278 2008-08-04  Juanma Barranquero  <lekktu@gmail.com>
3280         * descr-text.el (describe-char-display): Fix last change:
3281         don't pass CHARSET to `encoded-string-description'.
3283 2008-08-02  Alex Harsanyi  <harsanyi@mac.com>  (tiny change)
3285         * vc.el (vc-next-action): Update list var correctly after delete.
3287 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
3289         * ido.el (ido-mode): Add toggle notification.
3291         * cus-edit.el (custom-save-all): Avoid destroying symlink if
3292         already visiting the custom file.
3294         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
3295         pending output coming after the status change.
3297 2008-08-02  Jason Rumney  <jasonr@gnu.org>
3299         * w32-fns.el (tis620-2533): Use as preferred registry for thai fonts.
3301 2008-08-01  Kenichi Handa  <handa@m17n.org>
3303         * international/mule-cmds.el (encode-coding-char):
3304         New optional arg CHARSET.
3306         * descr-text.el (describe-char-display): Call encode-coding-char
3307         with the arg CHARSET.
3308         (describe-char): Pay attention to the text-property `charset'.
3310 2008-08-01  Michael Albinus  <michael.albinus@gmx.de>
3312         * net/dbus.el (dbus-check-event, dbus-handle-event): Handle D-Bus
3313         error messages.
3314         (dbus-set-property): Call `dbus-introspect-get-property' instead
3315         of `dbus-get-property'.
3317         * net/xesam.el (xesam-all-fields): Remove source and content
3318         identifiers.
3319         (xesam-dbus-unique-names): New defvar.
3320         (xesam-dbus-call-method): New defun.  Replace all calls of
3321         `dbus-call-method' by `xesam-dbus-call-method'.
3322         (xesam-get-cached-property, xesam-set-cached-property):
3323         New defuns.
3324         (xesam-get-property, xesam-set-property, xesam-refresh-entry)
3325         (xesam-new-search, xesam-search): Apply `xesam-get-cached-property'.
3326         (xesam-search-engines): Make it an association list.  Take changed
3327         layout into account in the corresponding function.
3328         (xesam-delete-search-engine): Remove check for consistency of
3329         `xesam-search-engines', not needed anymore.
3330         (xesam-mode): Show XML query string only in the debug case.
3332 2008-07-31  Juanma Barranquero  <lekktu@gmail.com>
3334         * files.el (read-file-modes): Fix typo in docstring.
3336 2008-07-31  Chong Yidong  <cyd@stupidchicken.com>
3338         * Makefile.in: Avoid maintainer warning for autogenerated unicode
3339         files.
3341         * apropos.el (apropos-symbol): Don't set button skip by default.
3342         (apropos-print): Set button skip iff searching for multiple types.
3343         (apropos-print-doc): Insert blank label button when searching for
3344         a single type.
3346         * button.el (forward-button): Avoid infloop.
3348         * minibuffer.el (read-file-name-completion-ignore-case):
3349         Add cygwin to the list.
3351 2008-07-31  Sven Joachim  <svenjoac@gmx.de>
3353         * files.el (abbreviate-file-name): When replacing $HOME with ~,
3354         turn off case-fold-search.
3356 2008-07-31  Michael Albinus  <michael.albinus@gmx.de>
3358         * net/dbus.el (top): Don't register for "NameOwnerChanged".
3359         (dbus-message-type-invalid, dbus-message-type-method-call)
3360         (dbus-message-type-method-return, dbus-message-type-error)
3361         (dbus-message-type-signal): New defconst.
3362         (dbus-ignore-errors): Fix `edebug-form-spec' property.
3363         (dbus-return-values-table): New defvar.
3364         (dbus-call-method-non-blocking-handler, dbus-event-message-type):
3365         New defun.
3366         (dbus-check-event, dbus-handle-event, dbus-event-serial-number):
3367         Extend docstring.  Adapt implementation according to new
3368         `dbus-event' layout.
3369         (dbus-event-service-name, dbus-event-path-name)
3370         (dbus-event-interface-name, dbus-event-member-name):
3371         Adapt implementation according to new `dbus-event' layout.
3372         (dbus-set-property): Correct `dbus-introspect-get-attribute' call.
3374         * net/xesam.el (xesam-type, xesam-query, xesam-xml-string): New defvar.
3375         (xesam-mode): Rework implementation.
3376         (xesam-new-search): Additional parameter TYPE.
3377         (xesam-search): Adapt call of `xesam-new-search'.
3379 2008-07-31  Juri Linkov  <juri@jurta.org>
3381         * dired-aux.el (dired-do-chmod): Set default value to the original
3382         mode string using absolute notation like u=rwx,g=rx,o=rx.
3383         Use it as a new arg `default' of `dired-mark-read-string'.
3384         (dired-mark-read-string): Add new optional arg `default'.
3386         * files.el (read-file-modes): Set default value to the original
3387         mode string using absolute notation like u=rwx,g=rx,o=rx.
3388         Use it as the `default' arg of `read-string'.
3390         * filesets.el (filesets-cmd-isearch-getargs): Check if the
3391         variable `files' is bound to avoid warnings.
3393         * isearch.el (isearch-forward-regexp, isearch-forward-word)
3394         (isearch-backward, isearch-backward-regexp): Doc fix - make a link
3395         to the command `isearch-forward' instead of displaying "See C-s".
3396         (isearch-highlight-regexp): Remove arguments `regexp' and `face'
3397         with their interactive specifications.  Move reading the face name to
3398         the main body after calls to isearch-done and isearch-clean-overlays.
3400         * mb-depth.el: Unify all names under one common name prefix
3401         `minibuffer-depth-'.
3402         (minibuffer-depth-indicator-function): Rename from
3403         `minibuf-depth-indicator-function'.
3404         (minibuffer-depth-overlay): Rename from
3405         `minibuf-depth-overlay'.
3406         (minibuffer-depth-setup): Rename from
3407         `minibuf-depth-setup-minibuffer'.
3408         (minibuffer-depth-indicate-mode): Rename from
3409         `minibuffer-indicate-depth-mode'.
3411 2008-07-31  Juri Linkov  <juri@jurta.org>
3413         * dired-aux.el (dired-isearch-filenames-toggle): New command.
3414         (dired-isearch-filenames-setup): Bind "\M-sf" to
3415         dired-isearch-filenames-toggle in isearch-mode-map.
3416         (dired-isearch-filenames-end): Bind "\M-sf" to nil
3417         in isearch-mode-map.
3419         * isearch.el (isearch-edit-string-set-word): New command.
3420         (minibuffer-local-isearch-map): Bind "\C-w" to
3421         isearch-edit-string-set-word.
3422         (isearch-new-word): Temporary internal variable.
3423         (isearch-edit-string): Remove special case of reading the
3424         first character and checking it for C-w.
3426         * simple.el (read-shell-command, shell-command):
3427         Move code that uses minibuffer-with-setup-hook to set
3428         minibuffer-default-add-function to minibuffer-default-add-shell-commands
3429         from the interactive spec of `shell-command' to `read-shell-command'.
3431         * international/mule-cmds.el (read-char-by-name):
3432         Accept hash notation.  Doc fix.
3433         (ucs-insert): Doc fix.  Convert to number only when `arg' is
3434         a string.  Use separate error message when `arg' is not an integer.
3435         Bind `ucs-insert' to `C-x 8 RET'.
3437 2008-07-31  Joachim Nilsson  <joachim.nilsson@member.fsf.org>  (tiny change)
3439         * progmodes/cc-styles.el (c-style-alist): For the Ellemtel style,
3440         move the (arglist-cont-nonempty) from c-offsets-alist to
3441         c-hanging-braces-alist like other styles already have.
3443 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
3445         * textmodes/texinfmt.el:
3446         * nxml/nxml-enc.el:
3447         * mail/feedmail.el:
3448         * international/mule.el:
3449         * international/latexenc.el:
3450         * emulation/viper-util.el:
3451         * emulation/viper-init.el:
3452         * emulation/viper-ex.el:
3453         * emacs-lisp/bytecomp.el:
3454         * version.el:
3455         * subr.el:
3456         * startup.el:
3457         * sort.el:
3458         * shadowfile.el:
3459         * recentf.el:
3460         * printing.el:
3461         * paths.el:
3462         * minibuffer.el:
3463         * ls-lisp.el:
3464         * loadup.el:
3465         * hippie-exp.el:
3466         * finder.el:
3467         * files.el:
3468         * ediff-util.el:
3469         * ediff-ptch.el:
3470         * ediff-init.el:
3471         * ediff-diff.el:
3472         * dired.el:
3473         * dired-aux.el:
3474         * cus-edit.el:
3475         * bindings.el:
3476         * arc-mode.el:
3477         * add-log.el: Remove VMS support.
3478         * obsolete/vmsproc.el:
3479         * obsolete/vms-pmail.el:
3480         * obsolete/vms-patch.el: Remove file.
3482 2008-07-31  Alan Mackenzie  <acm@muc.de>
3484         * progmodes/cc-mode.el (c-before-hack-hook): New function
3485         (Top Level): Install c-before-hack-hook on
3486         before-hack-local-variables-hook, rather than
3487         c-postprocess-file-styles on hack-local-variables-hook.
3489 2008-07-31  Chong Yidong  <cyd@stupidchicken.com>
3491         * files.el (normal-mode): Move call to hack-project-variables into
3492         hack-local-variables.
3493         (file-local-variables-alist, before-hack-local-variables-hook):
3494         New vars.
3495         (ignored-local-variables): Add file-local-variables-alist.
3496         (hack-local-variables-filter): Renamed from
3497         hack-local-variables-apply.  Add the result to
3498         file-local-variables-alist, without applying them.
3499         (hack-local-variables): Set file-local-variables-alist to nil.
3500         Call hack-project-variables and before-hack-local-variables-hook.
3501         Apply variables here, instead of hack-local-variables-apply.
3502         Based on a patch by Alan Mackenzie.
3504 2008-07-30  Thien-Thi Nguyen  <ttn@gnuvola.org>
3506         * info-look.el (autoconf-mode :doc-spec): For
3507         "(autoconf)M4 Macro Index", if the item already
3508         begins with "AS_", don't prefix that string again.
3510 2008-07-30  Juri Linkov  <juri@jurta.org>
3512         * info.el (info, Info-mode): Doc fix.
3514         * isearch.el (isearch-mode-map): Bind `M-s r' to
3515         `isearch-toggle-regexp' and `M-s w' to `isearch-toggle-word'.
3516         (search-map): Bind `M-s w' to `isearch-forward-word' globally
3517         in the global map `search-map'.
3518         (isearch-forward): Doc fix.
3519         (isearch-forward-word, isearch-toggle-case-fold): New commands.
3521         * simple.el (quoted-insert): Comment out code that treats
3522         0240-0377 specially.
3524 2008-07-30  Chong Yidong  <cyd@stupidchicken.com>
3526         * cus-start.el: Add customization info for
3527         read-buffer-completion-ignore-case.
3529 2008-07-30  Sam Steingold  <sds@gnu.org>
3531         * vc-dir.el (vc-dir): Call file-truename on the dir argument.
3533 2008-07-30  Dan Nicolaescu  <dann@ics.uci.edu>
3535         * vc-dir.el (vc-dir-menu-map, vc-at-event): Fix docstring.
3536         (vc-dir-mode): Improve docstring.
3538 2008-07-30  Juri Linkov  <juri@jurta.org>
3540         * dired-aux.el (dired-isearch-filenames-setup): Add autoload cookie
3541         for the sake of isearch-mode-hook in dired-mode in dired.el.
3543 2008-07-19  Markus Triska  <markus.triska@gmx.at>
3545         * image-mode.el (image-mode): Set image-mode-text-map when image
3546         cannot be displayed.
3548 2008-07-30  Stephen Leake  <stephen_leake@stephe-leake.org>
3550         * progmodes/ada-prj.el (ada-prj-initialize-values): Fix use of deleted
3551         ada-xref-set-default-prj-values.
3552         (ada-prj-display-page): Ditto.
3554         * progmodes/ada-xref.el (ada-gnatstub-opts): Fix doc string.
3555         (ada-make-filename-from-adaname): Fix free variable.
3557 2008-07-30  Dan Nicolaescu  <dann@ics.uci.edu>
3559         * vc-git.el (vc-git-status-printer): Synchronize with the default.
3561 2008-07-30  Michael McNamara  <mac@mail.brushroad.com>
3563         * progmodes/verilog-mode.el (verilog-do-indent): Remove special indent
3564         for declarations inside a parenthetical list.  The code is ill-advised,
3565         and doesn't work given user defined types.
3566         (verilog-set-auto-endcomments): Enhance function automatic
3567         endcomment to support functions that return user defined types.
3568         (verilog-mode): Add code to tell which-function-mode minor mode
3569         that Verilog supports this feature.
3570         (verilog-beg-block-re-ordered, verilog-indent-re)
3571         (verilog-forward-sexp, verilog-forward-wa, verilog-calc-1)
3572         (verilog-leap-to-head): Support the new virtual and/or protected
3573         tasks, as well as extern declarations of tasks for indenting and
3574         for forward/backward expression.
3576 2008-07-30  Wilson Snyder  <wsnyder@wsnyder.org>
3578         * progmodes/verilog-mode.el (verilog-read-decls): Allow AUTORESET
3579         to work with SV 'logic' signals.  Suggested by Julian Gorfajn.
3580         (verilog-auto-inst-column): Make verilog-auto-inst-column customizable.
3581         (verilog-string-replace-matches): Avoid recursion with small
3582         replacements.
3583         (verilog-auto-inst-param-value, verilog-mode-version)
3584         (verilog-mode-version-date, verilog-read-inst-param-value)
3585         (verilog-auto-inst, verilog-auto-inst-param)
3586         (verilog-auto-inst-port, verilog-simplify-range-expression): Add
3587         verilog-auto-inst-param-value option for AUTOINST.  Suggested by
3588         David Rogoff.  This allows parameters to be replaced with their
3589         values, on the expansion of an AUTOINST with Verilog 2001 style
3590         parameter settings.
3592 2008-07-30  David Lord  <david.lord@phonecoop.coop>  (tiny change)
3594         * calendar/timeclock.el (timeclock-day-projects): Change a `cdr'
3595         to `cddr'.
3597 2008-07-29  Chong Yidong  <cyd@stupidchicken.com>
3599         * Makefile.in (ELCFILES): Add mairix.elc.
3601 2008-07-29  David Engster  <deng@randomsample.de>
3603         * net/mairix.el: New file.
3605 2008-07-29  Juri Linkov  <juri@jurta.org>
3607         * cus-edit.el (custom-face-tag): Inherit from custom-variable-tag
3608         instead of variable-pitch with bold and 1.2 height.
3610         * dired-aux.el (dired-do-async-shell-command): New command.
3612         * dired.el (dired-mode-map): Rebind `dired-flag-garbage-files'
3613         from `&' to `%&'.  Bind `&' to `dired-do-async-shell-command'.
3615 2008-07-29  Juri Linkov  <juri@jurta.org>
3617         * international/mule-cmds.el (ucs-names): New internal variable.
3618         (ucs-names): New function.
3619         (ucs-completions): New lazy completion variable.
3620         (read-char-by-name): New function.
3621         (ucs-insert): Replace interactive spec letter "s" with the call to
3622         `read-char-by-name'.
3624         * replace.el (read-regexp): Add second arg `default'.  Doc fix.
3626         * replace.el (occur-read-primary-args):
3627         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
3628         (hi-lock-face-phrase-buffer): Use `(car regexp-history)' as the
3629         second arg of `read-regexp'.
3631         * dired-aux.el (dired-isearch-filenames): New user option.
3632         (dired-isearch-orig-success-function): New internal variable.
3633         (dired-isearch-filenames-setup, dired-isearch-filenames-end)
3634         (dired-isearch-success-function): New functions.
3635         (dired-isearch-filenames, dired-isearch-filenames-regexp):
3636         New commands.
3638         * dired.el (dired-insert-set-properties): Add new text property
3639         `dired-filename' to put on file names.
3640         (dired-mode-map): Bind `M-s f C-s' to `dired-isearch-filenames'
3641         and `M-s f M-C-s' to `dired-isearch-filenames-regexp'.
3642         Add menu items.
3643         (dired-mode): Add hook `dired-isearch-filenames-setup' to
3644         buffer-local `isearch-mode-hook'.
3646 2008-07-29  Juanma Barranquero  <lekktu@gmail.com>
3648         * progmodes/ada-mode.el (ada-batch-reformat): Doc fix.
3649         (ada-create-case-exception): Fix typo in docstring.
3650         (ada-no-auto-case): Return nil, not the docstring.
3651         (ada-indent-current): Reflow docstring.
3653         * progmodes/ada-prj.el (ada-prj-edit, ada-prj-initialize-values)
3654         (ada-prj-save-specific-option, ada-prj-field): Fix typos in docstrings.
3655         (ada-prj-load-from-file): Reflow docstring.
3656         (ada-prj-display-page): Fix typo in widget.
3658         * progmodes/ada-stmt.el (ada-case, ada-package-body, ada-private):
3659         Fix typos in docstrings.
3661         * progmodes/ada-xref.el (ada-find-executable, ada-gnat-parse-gpr)
3662         (ada-compile-current, ada-check-current, ada-run-application)
3663         (ada-get-ali-file-name): Fix typos in docstrings.
3664         (ada-xref-confirm-compile, ada-find-references)
3665         (ada-find-local-references, ada-find-any-references): Doc fixes.
3666         (ada-get-all-references): Fix typo in error message.
3667         (ada-xref-current-project): Use `let', not `let*'.
3668         (ada-do-file-completion, ada-xref-change-buffer): Reflow docstring.
3670 2008-07-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3672         * whitespace.el (whitespace-newline): Change initialization to have a
3673         low contrast relative to the background color.  Suggested by David
3674         Reitter <david.reitter@gmail.com>.
3676 2008-07-28  Juri Linkov  <juri@jurta.org>
3678         * dired-aux.el (dired-do-isearch, dired-do-isearch-regexp):
3679         New functions.
3681         * dired.el (dired-mode-map): Bind dired-do-isearch to `M-s a C-s'
3682         and dired-do-isearch-regexp to `M-s a M-C-s'.  Add menu items.
3684 2008-07-28  Seiji Zenitani  <zenitani@mac.com>
3686         * help-fns.el (help-C-file-name): Add .m (Obj-C code) for Cocoa port.
3687         * emacs-lisp/find-func.el (find-function-search-for-symbol): Likewise.
3689 2008-07-28  Stephen Leake  <stephen_leake@stephe-leake.org>
3691         * progmodes/ada-mode.el (ada-mode): Clean up XEmacs handling.
3692         Add support for add-log.
3693         (ada-end-stmt-re): Fix bug - allow comment after 'when'.
3695         * progmodes/ada-prj.el: Delete 'main_unit' project variable.
3696         (ada-prj-save): Prompt for file name if not given.
3697         (ada-prj-display-page): Display casing exceptions.
3699         * progmodes/ada-xref.el: Add support for GNAT project files as Emacs
3700         Ada mode project files.  Delete 'main_unit' project variable;
3701         only need 'main'.  Simplify handling of default project values.
3702         Use cross-prefix consistently.
3703         (ada-find-executable): Throw error if not found.
3704         (ada-initialize-runtime-library): Improve error handling when
3705         gnatls not found.
3706         (ada-gnat-parse-gpr): New.
3707         (ada-treat-cmd-string): Allow process environment variables.
3708         (ada-xref-set-default-prj-values): Delete; replace with
3709         ada-default-prj-properties.
3710         (ada-parse-prj-file): Handle GNAT project files.
3711         (ada-parse-prj-file-1): New, factored out of ada-parse-prj-file.
3712         (ada-select-prj-file): New.
3713         (ada-get-absolute-dir-list): Allow project and environment variables.
3715 2008-07-27  Michael Albinus  <michael.albinus@gmx.de>
3717         Sync with Tramp 2.1.14.
3719         * net/tramp.el (tramp-perl-directory-files-and-attributes)
3720         (tramp-get-device): Make device number a cons cell.
3721         (tramp-convert-file-attributes): Make inode a cons cell.
3723         * net/trampver.el: Update release number.
3725 2008-07-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
3727         * faces.el (face-set-after-frame-default): Treat 'ns as all other
3728         window systems.
3730 2008-07-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
3732         * term/ns-win.el (do-applescript): New alias in carbon-compat section.
3734 2008-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
3736         Remove support for Mac Carbon.
3737         * term/mac-win.el: Remove file
3738         * international/mule-cmds.el:
3739         * version.el:
3740         * startup.el:
3741         * simple.el:
3742         * mwheel.el:
3743         * mouse.el:
3744         * loadup.el:
3745         * isearch.el:
3746         * info.el:
3747         * frame.el:
3748         * faces.el:
3749         * disp-table.el:
3750         * cus-start.el:
3751         * cus-face.el:
3752         * cus-edit.el:
3753         * Makefile.in: Remove code for Carbon.
3755 2008-07-26  Adrian Robert  <Adrian.B.Robert@gmail.com>
3757         * term/ns-win.el (ns-extended-platform-support-mode): Get rid of
3758         bindings for functions deleted by Dan N. 2008-07-21.  Set
3759         where-is-preferred-modifier.  Add show-manual option to Help menu.
3761 2008-07-26  Michael Albinus  <michael.albinus@gmx.de>
3763         * net/tramp.el (tramp-handle-start-file-process):
3764         Set query-on-exit flag.  Kill temporary buffer.
3765         (tramp-process-sentinel): Remove defun.
3766         (tramp-do-copy-or-rename-file-out-of-band)
3767         (tramp-maybe-open-connection): Don't call it.
3769         * net/tramp-fish.el (tramp-fish-maybe-open-connection): Don't call
3770         `tramp-process-sentinel'.
3772         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Don't call
3773         `tramp-process-sentinel'.
3775         * net/xesam.el (xesam-from): Remove defvar.
3776         (xesam-mode): Derive from `special-mode'.  Extend `xesam-mode-map'
3777         and `mode-line-position'.
3778         (xesam-refresh-entry): Remove argument `hit-number'.  Add debug
3779         information to the widgets.  Don't set `mode-line-position'.
3780         (xesam-refresh-search-buffer): Correct hit number computing.
3781         Don't set `mode-line-position'.
3782         (xesam-new-search): Add debug information to the mode line.
3784 2008-07-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3786         * diff-mode.el (diff-show-trailing-blanks): Renamed to
3787         diff-show-trailing-whitespaces.
3789 2008-07-25  Chong Yidong  <cyd@stupidchicken.com>
3791         * textmodes/tex-mode.el (tex-compilation-parse-errors): Check for
3792         invalid filename strings when parsing tex errors (bug#376).
3794 2008-07-25  Dan Nicolaescu  <dann@ics.uci.edu>
3796         * menu-bar.el (menu-bar-file-menu): Fix typo.
3798 2008-07-25  Juanma Barranquero  <lekktu@gmail.com>
3800         * play/solitaire.el (solitaire-mode-map): Define within defvar.
3801         (solitaire-mode): Define with `define-derived-mode'.
3802         (solitaire-insert-board, solitaire-right, solitaire-left, solitaire-up)
3803         (solitaire-down): Use "?\s" instead of "?\ "; use `when'.
3804         (solitaire-undo, solitaire-check): Use `when'.
3805         (solitaire-solve): Err out if the solitaire is already in progress.
3806         Use `when'.
3808         * descr-text.el (describe-char): Don't overwrite local variable char
3809         when describing characters with display-table entries.  Display font
3810         backend when describing composed characters.  Simplify: use `let'
3811         instead of `let*', and `or x y' instead of `if x x y'.
3813 2008-07-25  Chong Yidong  <cyd@stupidchicken.com>
3815         * image-mode.el (image-minor-mode): Set up winprops.
3817 2008-07-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3819         * diff-mode.el (diff-show-trailing-blanks): New fun.
3820         Show trailing blanks in modified lines for diff-mode.
3822 2008-07-24  Michael Albinus  <michael.albinus@gmx.de>
3824         * Makefile.in (ELCFILES): Add net/xesam.el.
3826         * net/tramp.el (tramp-handle-start-file-process): Make NAME a unique
3827         process name.  Reported by Markus Triska <markus.triska@gmx.at>.
3829         * net/xesam.el: New file.
3831 2008-07-24  Sven Joachim  <svenjoac@gmx.de>
3833         * dired-aux.el (dired-copy-file-recursive): Avoid calling
3834         set-file-modes when creating target directories.
3836 2008-07-24  Juanma Barranquero  <lekktu@gmail.com>
3838         * play/solitaire.el (solitaire-mode): Fix typo in docstring.
3839         Set `show-trailing-whitespace' to nil.
3840         (solitaire, solitaire-mode-map, solitaire-mode-hook, solitaire-solve):
3841         Fix typos in docstrings.
3843 2008-07-24  Chong Yidong  <cyd@stupidchicken.com>
3845         * textmodes/enriched.el (enriched-mode-map): Bind C-a and C-j via
3846         key remapping, not directly.
3848 2008-07-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3850         * whitespace.el: New version 11.2.
3851         (whitespace-newline-mode, global-whitespace-newline-mode): New newline
3852         minor mode visualization.
3854 2008-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
3856         * progmodes/cc-mode.el (auto-mode-alist): Add .i and .ii files.
3858         * Makefile.in (ELCFILES): Add term/common-win.elc.
3860         * vc-dir.el (vc-dir-search, vc-dir-isearch)
3861         (vc-dir-isearch-regexp): New functions.
3862         (vc-dir-mode-map, vc-dir-menu-map): Bind them.
3864 2008-07-23  Juri Linkov  <juri@jurta.org>
3866         * isearch-multi.el: Remove file to avoid dos file name clashes
3867         with isearch-x.el.  Move most content to misearch.el.
3869         * misearch.el: New file with most content from isearch-multi.el.
3870         Rename `isearch-buffers' name prefixes to `multi-isearch'.
3871         Remove `isearch-buffers-minor-mode'.  Add new function
3872         `multi-isearch-setup' to `isearch-mode-hook'.  New top-level
3873         commands `multi-isearch-buffers', `multi-isearch-buffers-regexp',
3874         `multi-isearch-files', `multi-isearch-files-regexp'.
3876         * Makefile.in (ELCFILES): Remove isearch-multi.elc.  Add misearch.elc.
3878         * isearch.el (isearch-message-prefix): Display "Multi" when
3879         `multi-isearch-next-buffer-current-function' is non-nil.
3880         (isearch-search-string): Replace `isearch-buffers-next-buffer-function'
3881         with `multi-isearch-next-buffer-current-function', and
3882         `isearch-buffers-current-buffer' with `multi-isearch-current-buffer'.
3884         * add-log.el (change-log-mode): Set `change-log-next-buffer' to
3885         `multi-isearch-next-buffer-function' instead of
3886         `isearch-buffers-next-buffer-function'.  Remove call to
3887         `isearch-buffers-minor-mode'.
3889         * buff-menu.el (Buffer-menu-marked-buffers)
3890         (Buffer-menu-isearch-buffers)
3891         (Buffer-menu-isearch-buffers-regexp): New functions.
3892         (Buffer-menu-mode-map): Bind "M-s a C-s" to
3893         `Buffer-menu-isearch-buffers', and "M-s a M-C-s" to
3894         `Buffer-menu-isearch-buffers-regexp'.
3895         (Buffer-menu-mode): Document new commands in docstring.
3896         (list-buffers-noselect): Add one space after Info file name
3897         according to the Info address convention.
3899         * ibuf-ext.el (ibuffer-do-isearch, ibuffer-do-isearch-regexp):
3900         New functions.
3902         * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-s" to
3903         `ibuffer-do-isearch' and "M-s a M-C-s" to `ibuffer-do-isearch-regexp'.
3904         (ibuffer-mode): Document new commands in docstring.
3906         * filesets.el (filesets-commands): Add commands for "Isearch" and
3907         "Isearch (regexp)".  Replace `query-replace' and `query-replace-regexp'
3908         with `perform-replace' using `filesets-cmd-query-replace-regexp-getargs'.
3909         (filesets-run-cmd): Call `fn' only once if it is `multi-isearch-files'
3910         or `multi-isearch-files-regexp'.
3911         (filesets-cmd-query-replace-getargs): Call standard function
3912         `query-replace-read-args' to read `query-replace' arguments.
3913         Add `multi-query-replace-map'.
3914         (filesets-cmd-query-replace-regexp-getargs)
3915         (filesets-cmd-isearch-getargs): New functions.
3917 2008-07-23  Chong Yidong  <cyd@stupidchicken.com>
3919         * international/mule.el (recode-region): Deactivate mark at the end.
3921 2008-07-23  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
3923         * progmodes/flymake.el (flymake-errline, flymake-warnline):
3924         Use more suitable colors on dark displays.
3926 2008-07-23  Michael Albinus  <michael.albinus@gmx.de>
3928         * net/tramp.el (tramp-methods): Add "-q" for "scp", "scp1",
3929         "scp2", "ssh", "ssh1", "ssh2", "scpc", "scpx", "sshx".
3930         (tramp-temp-buffer-name): New defconst.
3931         (tramp-handle-start-file-process): Use it.  Apply "exec", for the
3932         command.  No trailing prompt.
3933         (tramp-process-sentinel): Remove temporary buffer, if existing.
3934         Don't handle trailing prompt.
3935         (tramp-open-connection-setup-interactive-shell):
3936         Use `tramp-temp-buffer-name'.
3938 2008-07-23  Chong Yidong  <cyd@stupidchicken.com>
3940         * shell.el (shell-dynamic-complete-functions):
3941         Use comint-dynamic-complete-filename as well (bug#361).
3943 2008-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
3945         * term/ns-win.el:
3946         * version.el (emacs-version):
3947         * loadup.el:
3948         * frame.el (make-frame-on-display): Check for ns instead of
3949         ns-windowing.
3951         * dired.el (dired-mode-map): Show the key binding for wdired.
3953         * menu-bar.el (menu-bar-file-menu): Show the key binding for
3954         exiting Emacs.
3956 2008-07-19  Adrian Robert  <Adrian.B.Robert@gmail.com>
3958         * term/ns-win.el (x-list-fonts): Drop alias.
3960 2008-07-23  Juri Linkov  <juri@jurta.org>
3962         * replace.el (multi-query-replace-map): New variable.
3963         (perform-replace): Add processing of new multi-buffer keys bound
3964         to `automatic-all' and `exit-current'.  Set `query-flag' to nil
3965         if last input char was `automatic-all'.  Set new local variable
3966         `multi-buffer' to t when one of new two keys were typed.  Return
3967         non-nil value of `multi-buffer' that tells to calling functions
3968         to continue replacement on the next file.
3970         * progmodes/etags.el (tags-query-replace): Set arg `map' of
3971         `perform-replace' to `multi-query-replace-map'.
3973 2008-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3975         * diff-mode.el (diff-auto-refine-mode): Remove lighter, since it's
3976         otherwise displayed in every buffer.
3978         * vc-arch.el (vc-arch-trim-make-sentinel): Use a closure.
3979         (vc-arch-trim-one-revlib): Delete temp directories as well.
3981 2008-07-22  Stephen Eglen  <stephen@gnu.org>
3983         * iswitchb.el (iswitchb-delim): New variable.  Suggested by Ted Roden.
3985 2008-07-22  Sven Joachim  <svenjoac@gmx.de>
3987         * vc-dir.el (vc-dir-recompute-file-state): Fix mismatched parenthesis.
3989 2008-07-22  Miles Bader  <miles@gnu.org>
3991         * progmodes/sh-script.el (sh-newline-and-indent): Remove.
3992         (sh-mode-map): Remove remapping of newline-and-indent.
3994 2008-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
3996         * vc.el (Todo): Update.
3998         * vc-hooks.el: Remove obsolete comment.
4000         * vc-git.el (vc-git-status-printer): Update the directory display
4001         to match the default.
4003         * vc-dir.el (vc-dir-recompute-file-state): Add workaround for CVS.
4005 2008-07-21  Chong Yidong  <cyd@stupidchicken.com>
4007         * menu-bar.el (menu-bar-line-wrapping-menu): Use Visual Line mode
4008         for "word wrap" command.
4010         * simple.el (visual-line-mode): Disable truncate-partial-width-windows.
4012 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
4014         * term/ns-win.el: Rename ns- functions/variables to the
4015         corresponding x- versions.
4016         (x-select-text, x-cut-buffer-or-selection-value)
4017         (x-disown-selection-internal, x-get-selection-internal)
4018         (x-own-selection-internal, x-defined-colors, xw-defined-colors)
4019         (x-display-mm-width, x-display-mm-height)
4020         (x-display-backing-store, x-display-save-under)
4021         (x-display-visual-class, x-display-screens, x-focus-frame): Remove
4022         defaliases.
4024         * frame.el (ns-display-name): Remove declaration.
4025         (make-frame-on-display): Use x-display-name instead
4026         ns-display-name.  Use unless.
4028         * startup.el (command-line-1): Fix indentation.
4030         * term/ns-win.el (up-one, down-one, left-one, right-one): Remove,
4031         checked in inadvertently.
4033 2008-07-21  Chong Yidong  <cyd@stupidchicken.com>
4035         * term/ns-win.el: Standardize references to "Nextstep" in
4036         comments, messages, and docstrings.
4037         (ns-handle-args, x-parse-geometry)
4038         (ns-extended-platform-support-mode, x-setup-function-keys)
4039         (ns-select-overlay, ns-unselect-line, ns-yes-or-no-p)
4040         (ns-set-pasteboard, ns-scroll-bar-move, ns-defined-colors)
4041         (ns-initialized, ns-initialize-window-system): Doc fixes.
4043 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
4045         * diff-mode.el (diff-auto-refine): Delete defcustom.
4046         (diff-auto-refine-mode): New func/var via define-minor-mode.
4047         Update var ref to use diff-auto-refine-mode.
4048         * smerge-mode.el (diff-mode): Require when compiling.
4049         (smerge-auto-refine): Delete defcustom.
4050         Update smerge-auto-refine ref to use diff-auto-refine-mode.
4052 2008-07-21  Chong Yidong  <cyd@stupidchicken.com>
4054         * simple.el (visual-line): New custom group.
4055         (visual-line-fringe-indicators): New var.
4056         (visual-line-mode): Set fringe-indicator-alist based on
4057         visual-line-fringe-indicators.  Add lighter.
4059 2008-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
4061         * term/x-win.el (x-handle-switch, x-handle-numeric-switch)
4062         (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
4063         (x-handle-geometry, x-handle-name-switch, x-display-name)
4064         (x-handle-display, x-handle-args, x-colors): Move ...
4065         * term/common-win.el: ... here.  New file.
4066         * term/w32-win.el (x-handle-switch, x-handle-numeric-switch)
4067         (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
4068         (x-handle-geometry, x-handle-name-switch, x-display-name)
4069         (x-handle-display, x-handle-args, x-colors): Remove.
4070         * loadup.el: Load term/common-win before term/x-win and term/w32-win.
4072 2008-07-19  Juri Linkov  <juri@jurta.org>
4074         * startup.el (fancy-startup-text): Move the line "To quit
4075         a partially entered command, type Control-g" a few lines below
4076         to be after the line "To start".  Add text "at gnu.org" to
4077         "Overview of Emacs features".
4079         * dired.el (dired-mode-map): Fix menu text of
4080         image-dired-display-thumbs.
4082         * image-dired.el (image-dired-cmd-create-thumbnail-options)
4083         (image-dired-cmd-create-temp-image-options)
4084         (image-dired-cmd-create-standard-thumbnail-command): Add > to the
4085         ImageMagick command line to change the dimensions of the image
4086         only if its width or height exceeds the geometry specification.
4088         * longlines.el: Add coding cookie utf-8 for the pilcrow sign.
4090         * proced.el (proced-mode, proced): Add \\<proced-mode-map>
4091         to docstrings.
4093 2008-07-19  Adrian Robert  <Adrian.B.Robert@gmail.com>
4095         * term/ns-win.el (ns-ps-print-menu-map): Fix typo pointed out by
4096         Vinicius Jose Latorre.
4098 2008-07-19  Glenn Morris  <rgm@gnu.org>
4100         * term/ns-win.el (ns-make-command-string): Use mapconcat.
4101         (ns-save-preferences): Fix typo in previous change.  (Bug#573)
4103 2008-07-18  Michael Albinus  <michael.albinus@gmx.de>
4105         * net/dbus.el (dbus-interface-properties): New defconst.
4106         (dbus-introspect): Update docstring.
4107         (dbus-introspect-xml, dbus-introspect-get-attribute)
4108         (dbus-introspect-get-node-names, dbus-introspect-get-all-nodes)
4109         (dbus-introspect-get-interface-names)
4110         (dbus-introspect-get-interface, dbus-introspect-get-method-names)
4111         (dbus-introspect-get-method, dbus-introspect-get-signal-names)
4112         (dbus-introspect-get-signal, dbus-introspect-get-property-names)
4113         (dbus-introspect-get-property)
4114         (dbus-introspect-get-annotation-names)
4115         (dbus-introspect-get-annotation)
4116         (dbus-introspect-get-argument-names, dbus-introspect-get-argument)
4117         (dbus-introspect-get-signature, dbus-get-property)
4118         (dbus-set-property, dbus-get-all-properties): New defuns.
4120 2008-07-18  Chong Yidong  <cyd@stupidchicken.com>
4122         * Makefile.in (ELCFILES): Remove ns-carbon-compat.elc and
4123         ns-grabenv.elc.
4125         * ns-carbon-compat.el: File removed.
4127         * ns-grabenv.el: File removed.
4129         * term/ns-win.el: Contents of ns-carbon-compat.el and
4130         ns-grabenv.el moved here.
4131         (ns-grabenv, ns-open-file-select-line): Doc fixes.
4132         (ns-submit-bug-report): Function removed.  Reports go to the main
4133         Emacs bug list.
4134         (ns-handle-args, ns-spi-service-call): Doc fixes.
4135         (info-ns-emacs): Function removed.  Nextstep port manual will be
4136         merged into the Emacs manual, so no separate link needed.
4138 2008-07-18  Francesc Rocher  <rocher@member.fsf.org>
4140         * startup.el (fancy-splash-head): Fix change of 2008-07-02.
4142 2008-07-18  Glenn Morris  <rgm@gnu.org>
4144         * eshell/esh-arg.el (eshell-quote-backslash): Restrict previous change
4145         to XEmacs, since it does nothing for Emacs.
4147 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4149         * net/tls.el (open-tls-stream): Make it work with the 2nd argument
4150         BUFFER that is a string but does not exist as a buffer object, as
4151         mentioned in the doc-string.
4153 2008-07-17  Chong Yidong  <cyd@stupidchicken.com>
4155         * simple.el (line-move-visual): Make it a defcustom.
4156         (line-move-1): Convert temporary-goal-column back to an integer if
4157         it was set as a float by a previous call to line-move-visual.
4158         (end-of-visual-line, beginning-of-visual-line)
4159         (next-logical-line, previous-logical-line): New functions.
4161 2008-07-17  David Reitter  <david.reitter@gmail.com>
4163         * simple.el (kill-visual-line, turn-on-visual-line-mode): New
4164         functions.
4165         (visual-line-mode, global-visual-line-mode): New minor mode.
4166         (visual-line-mode-map): New variable.
4168 2008-07-17  Glenn Morris  <rgm@gnu.org>
4170         * term/ns-win.el (parameters): Declare for compiler.
4172 2008-07-17  Fan Kai  <fktpp@xemacs.org>  (tiny change)
4174         * eshell/esh-arg.el (eshell-quote-backslash): Fix eshell path completion
4175         for Windows.
4177 2008-07-17  Daiki Ueno  <ueno@unixuser.org>
4179         * epa.el (epa-key-list-mode): Use run-mode-hooks.
4180         (epa-key-mode): Ditto.
4181         (epa-info-mode): Ditto.
4183 2008-07-17  Glenn Morris  <rgm@gnu.org>
4185         * term/ns-win.el (ns-handle-switch): Simplify.  Handle the numeric case.
4186         (ns-handle-numeric-switch): Just call ns-handle-switch.
4187         (ns-handle-name-switch, ns-handle-nxopen, ns-handle-nxopentemp)
4188         (ns-handle-args): Simplify using `pop'.
4189         (ns-display-name): Define (used in frame.el).
4190         (menu-bar-select-frame): Add (ignored) arg to more closely match the
4191         original definition.
4192         (ns-perform-service): Declare.
4193         (ns-save-preferences): Use fewer `let's.
4195         * frame.el (ns-display-name): Declare for compiler.
4197 2008-07-17  Kenichi Handa  <handa@m17n.org>
4199         * descr-text.el (describe-char-unidata-list): Initialize to the
4200         list of name, general-category, decomposition, and old-name.
4202 2008-07-16  Adrian Robert  <Adrian.B.Robert@gmail.com>
4204         * startup.el (command-line-1): Update processing of NS long options to
4205         mimic recent changes to processing of X long options.
4207 2008-07-16  Nick Roberts  <nickrob@snap.net.nz>
4209         * progmodes/gdb-ui.el (gdb-create-define-alist): Don't create a
4210         list of #defines for remote files.
4211         (gdb-source-info): Only show main if it has been found.
4213 2008-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4215         * term/ns-win.el: Require CL; fix up comment style; reindent.
4216         (ns-define-service): Use subst-char-in-string.  Avoid `eval'.
4217         (ns-save-preferences): Use `case'.
4218         (ns-initialize-window-system): Use `dolist'.
4220 2008-07-16  Adrian Robert  <Adrian.B.Robert@gmail.com>
4222         * loadup.el: Remove load of easy-mmode prior to ns-win when NS
4223         windowing is used.
4224         * term/ns-win.el (ns-extended-platform-support-mode):
4225         Correct/improve documentation.
4227 2008-07-16  Glenn Morris  <rgm@gnu.org>
4229         * emacs-lisp/cl-compat.el, emacs-lisp/cl-macs.el, emacs-lisp/cl-seq.el:
4230         Simply require 'cl (see comment in cl-compat.el).
4231         * emacs-lisp/cl-macs.el (cl-compile-time-init): Remove function.
4232         * emacs-lisp/cl.el (cl-do-pop, cl-mapcar-many): Declare for compiler.
4233         (cl-hack-byte-compiler): Load cl-macs and run cl-hack-bytecomp-hook
4234         directly rather by subterfuge.  Provide cl before loading cl-macs.
4236         * paths.el (rmail-spool-directory): Remove settings for systems that are
4237         no longer supported.
4239         * frame.el (ns-initialize-window-system): Declare for compiler.
4241         * term/ns-win.el: Add numerous declarations for compiler.
4242         (ns-pop-up-frames): Move definition before use.  Doc fix.
4244         * emacs-lisp/check-declare.el (check-declare-locate)
4245         (check-declare-verify): Handle .m files.
4247 2008-07-15  Adrian Robert  <Adrian.B.Robert@gmail.com>
4249         * ns-carbon-compat.el: New file: user-visible compatibility of
4250         NeXTstep port with Carbon port.
4251         * ns-grabenv.el: New file: functionality useful on OS X platform to
4252         expose environment variables inside Emacs started from icon.
4253         * Makefile.in (ELCFILES): Add ns-carbon-compat, ns-grabenv, ns-win.
4254         * cus-edit.el:
4255         * cus-face.el:
4256         * disp-table.el:
4257         * faces.el:
4258         * info.el:
4259         * mouse.el:
4260         * mwheel.el:
4261         * simple.el: Add ns to window systems treated as GUIs.
4262         * facemenu.el (facemenu-read-color): Don't require a name match under
4263         NS, to allow numeric color entry.
4264         * frame.el (make-frame-on-display): Follow code for 'x in initializing
4265         'ns window system if need be.
4266         (various): Add 'ns as described above.
4267         * loadup.el: Load ns-win.el, easy-menu.el, easy-mmode.el if
4268         ns-windowing is active.
4269         * startup.el (command-line-ns-option-alist): New constant to handle NS
4270         windowing system specific command line args analogous to how they are
4271         handled for X windows.
4272         (command-line-1): Use the above where appropriate.
4273         * version.el: Add NS port version.
4274         * woman.el (woman-man.conf-path): Add /usr/share/misc to init path on
4275         Darwin (usually OS X) systems.
4276         (woman-use-own-frame): Include 'ns in list of GUI window systems.
4277         * emulation/viper-util.el (ns-display-color-p)
4278         (ns-color-defined-p): Remove these (caustically-commented) outdated
4279         compensations for a port that was never itself integrated until now.
4280         * gnus/gnus-util.el (gnus-select-frame-set-input-focus): Add support
4281         for NS window system.
4282         * international/mule-cmds.el: Add 'ns to list of special-cased window
4283         systems (probably most of these, x/w32/mac/ns could be changed to
4284         window-system non-nil).
4285         * term/ns-win.el: New file: lisp-side support for NS windowing system.
4287 2008-07-14  Jason Rumney  <jasonr@gnu.org>
4289         * term/w32-win.el (x-handle-switch, x-handle-name-switch)
4290         (x-handle-numeric-switch, x-handle-initial-switch)
4291         (x-handle-xrm-switch, x-handle-args, x-handle-display)
4292         (xw-defined-colors, w32-initialize-window-system):
4293         Avoid use of cl pop and push macros.
4295 2008-07-14  Martin Rudalics  <rudalics@gmx.at>
4297         * add-log.el (change-log-goto-source): Avoid wrong-type-argument
4298         error when change-log-search-file-name returns nil.
4300 2008-07-13  Martin Rudalics  <rudalics@gmx.at>
4302         * add-log.el (change-log-search-file-name):
4303         Use match-string-no-properties.
4304         (change-log-search-tag-name-1, change-log-search-tag-name)
4305         (change-log-goto-source-1, change-log-goto-source): New functions.
4306         (change-log-tag-re, change-log-find-head, change-log-find-tail):
4307         New variables.
4308         (change-log-mode-map): Bind C-c C-c to change-log-goto-source.
4310 2008-07-13  Jay Belanger  <jay.p.belanger@gmail.com>
4312         * calc/calc-help.el (calc-describe-key): Add angles to special key
4313         descriptions.
4315 2008-07-13  Vincent Belaïche  <vincent.b.1@hotmail.fr>
4317         * calc/calc-help.el (calc-describe-thing): Use `re-search-forward' to
4318         search for regexp.
4320 2008-07-12  Chong Yidong  <cyd@stupidchicken.com>
4322         * simple.el (line-move-visual): Handle null pixel position gracefully.
4324 2008-07-11  Jason Rumney  <jasonr@gnu.org>
4326         * files.el (file-truename): Get truename of ancestors if file does
4327         not exist on Windows.
4329 2008-07-11  Chong Yidong  <cyd@stupidchicken.com>
4331         * simple.el (line-move-visual): Obey goal-column and no-error arg.
4332         (track-eol, temporary-goal-column, previous-line, next-line):
4333         Update docstring.
4334         (move-end-of-line, move-beginning-of-line): Bind line-move-visual
4335         to nil.
4337 2008-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4339         * simple.el (line-move-visual): New var.
4340         (line-move-visual): New function.
4341         (line-move): Call line-move-visual.
4343 2008-07-11  Dan Nicolaescu  <dann@ics.uci.edu>
4345         * progmodes/grep.el (grep-files-aliases): Improve the C++ source
4346         pattern and add patterns for C++ header files.
4348 2008-07-10  Chong Yidong  <cyd@stupidchicken.com>
4350         * window.el (truncated-partial-width-window-p): New function.
4352         * menu-bar.el: Remove Longlines mode from menu.  Add word-wrap option.
4354         * faces.el (x-create-frame-with-faces): Don't pass parameters that
4355         are set later to x-create-frame.
4356         (face-set-after-frame-default): Apply X resources for non-default
4357         faces.
4359 2008-07-08  Chong Yidong  <cyd@stupidchicken.com>
4361         * faces.el (face-set-after-frame-default): Simplify.  Don't apply
4362         frame-specific X resource settings.  Set faces using a list of
4363         frame parameters explicitly passed to the calling
4364         function (e.g. make-frame).
4365         (x-create-frame-with-faces, tty-create-frame-with-faces):
4366         Supply explicit frame parameter list to face-set-after-frame-default.
4368 2008-07-08  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
4370         * net/browse-url.el (browse-url-default-browser):
4371         Fix argument list in lambda.
4373 2008-07-07  Ulf Jasper  <ulf@web.de>
4375         * net/newst-backend.el (newsticker--get-news-by-url): Catch errors
4376         from url-retrieve.
4377         (newsticker--sentinel-work): Fix xerror typo.
4379 2008-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
4381         * vc-dir.el (vc-dir-refresh): Only update files.
4383         * vc-git.el (vc-git--ls-files-state): Remove unused function.
4385         * vc-bzr.el (vc-bzr-after-dir-status): Deal with execute bit changes.
4387 2008-07-06  John Paul Wallington  <jpw@pobox.com>
4389         * kermit.el (kermit-esc-char, kermit-clean-off): Doc fixes.
4391 2008-07-05  Alexandre Julliard  <julliard@winehq.org>
4393         * vc-git.el (vc-git-registered): Return true for removed files.
4394         (vc-git-print-log, vc-git-log-view-mode): Print a single log for
4395         all the files instead of one per file.
4396         (vc-git-previous-revision): Add support for project-wide previous
4397         revision when specified file is nil.
4399 2008-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
4401         * vms-patch.el, vmsproc.el, mail/vms-pmail.el: Move to obsolete dir.
4403         * vc-dir.el (vc-dir-find-child-files): New function.
4404         (vc-dir-resync-directory-files): New function.
4405         (vc-dir-recompute-file-state): New function, broken out of ...
4406         (vc-dir-resynch-file): ... here.  Also deal with directories.
4407         * vc-dispatcher.el (vc-resynch-buffers-in-directory): New function.
4408         (vc-resynch-buffer): Use it.
4410         * vc-hg.el (vc-hg-registered): Do not set vc-state.
4412         * vc-annotate.el (vc-annotate-mode-menu): Add separator.
4414 2008-07-05  Nick Roberts  <nickrob@snap.net.nz>
4416         * progmodes/gdb-ui.el (gdb-display-buffer): Don't split a buffer
4417         if it's not part of gdb-ui, e.g, at start.
4419         * progmodes/gud.el (gud-gdb-get-stackframe): Allow absolute
4420         filenames in stack trace (text command mode).
4422 2008-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4424         * mouse-drag.el (mouse-drag-throw, mouse-drag-drag): Autoload.
4426         * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
4427         Use syntax-ppss on a position *before* the char we want to change.
4429 2008-07-04  Dan Nicolaescu  <dann@ics.uci.edu>
4431         * vc-dir.el (vc-dir-query-replace-regexp): New function.
4432         (vc-dir-tool-bar-map, vc-dir-menu-map): Bind it.
4433         (vc-dir-mode-map): Likewise.
4435 2008-07-03  Juanma Barranquero  <lekktu@gmail.com>
4437         * eshell/esh-arg.el (eshell-quote-backslash): Fix typo in docstring.
4438         (eshell-parse-argument-hook, eshell-special-chars-inside-quoting)
4439         (eshell-arg-load-hook, eshell-special-chars-outside-quoting):
4440         Remove spurious * in defcustom docstrings.
4442         * textmodes/fill.el (fill-paragraph): Fix typo in docstring.
4443         (fill-individual-varying-indent, colon-double-space, enable-kinsoku)
4444         (adaptive-fill-mode, adaptive-fill-first-line-regexp)
4445         (default-justification): Remove spurious * in defcustom docstrings.
4447         * textmodes/rst.el (rst, rst-line-homogeneous-p, rst-mode-abbrev-table)
4448         (rst-font-lock-keywords-function, rst-mode, rst-minor-mode)
4449         (rst-compare-decorations, rst-default-indent, rst-update-section)
4450         (rst-decoration-complete-p, rst-section-tree, rst-toc-insert-node)
4451         (rst-toc-insert-find-delete-contents, rst-toc-count-lines)
4452         (rst-toc-mode-goto-section, rst-faces, rst-level-face-base-color):
4453         Fix typos in docstrings.
4454         (rst-mode-lazy): Fix typo in docstring.  Remove spurious *.
4455         (rst-adjust, rst-line-homogeneous-p, rst-suggest-new-decoration)
4456         (rst-get-decorations-around, rst-section-tree-point)
4457         (rst-font-lock-adornment-point): Reflow docstrings.
4458         (rst-get-decoration, rst-get-decoration-match, rst-adjust-decoration):
4459         Doc fixes.
4460         (rst-re-enumerations): Comment out.
4462         * nxml/nxml-glyph.el (nxml-glyph-set-hook):
4463         * nxml/nxml-uchnm.el (nxml-unicode-blocks)
4464         (nxml-unicode-block-char-name-set):
4465         * nxml/nxml-util.el (nxml-debug, nxml-make-namespace):
4466         * nxml/rng-nxml.el (rng-set-state-after):
4467         * nxml/rng-uri.el (rng-file-name-uri): Fix typo in docstring.
4469         * nxml/rng-cmpct.el (rng-c-lookup-create, rng-c-parse-primary)
4470         (rng-c-parse-annotation-body):
4471         * nxml/rng-dt.el (rng-dt-namespace-context-getter): Reflow docstrings.
4473         * nxml/nxml-mode.el (nxml, nxml-mode, nxml-after-change1)
4474         (nxml-extend-region, nxml-merge-indent-context-type, nxml-complete)
4475         (nxml-forward-balanced-item, nxml-dynamic-markup-word)
4476         (nxml-define-char-name-set, nxml-toggle-char-ref-extra-display):
4477         Fix typos in docstrings.
4478         (nxml-attribute-indent): Reflow docstring.
4479         (nxml-bind-meta-tab-to-complete-flag, nxml-last-fontify-end)
4480         (nxml-default-buffer-file-coding-system): Doc fixes.
4482         * nxml/nxml-ns.el (nxml-ns-state, nxml-ns-initial-state)
4483         (nxml-ns-set-prefix): Fix typos in docstrings.
4484         (nxml-ns-push-state, nxml-ns-pop-state, nxml-ns-set-default):
4485         Reflow docstring.
4486         (nxml-ns-get-prefix, nxml-ns-get-default): Doc fixes.
4488         * nxml/nxml-outln.el (nxml-hide-all-text-content)
4489         (nxml-show-direct-text-content, nxml-show-direct-subheadings)
4490         (nxml-hide-direct-text-content, nxml-hide-subheadings)
4491         (nxml-hide-text-content, nxml-show-subheadings, nxml-hide-other)
4492         (nxml-outline-display-rest, nxml-outline-set-overlay)
4493         (nxml-section-tag-forward, nxml-section-tag-backward)
4494         (nxml-back-to-section-start): Fix typos in docstrings.
4496         * nxml/nxml-parse.el (nxml-validate-function, nxml-parse-file):
4497         Doc fixes.
4499         * nxml/nxml-rap.el (nxml-scan-end, nxml-move-tag-backwards)
4500         (nxml-scan-element-forward, nxml-scan-element-backward): Doc fixes.
4501         (nxml-scan-after-change): Fix typo in docstring.
4503         * nxml/rng-match.el (rng-being-compiled, rng-normalize-choice-list)
4504         (rng-name-class-possible-names): Doc fixes.
4505         (rng-memo-map-add, rng-intern-group, rng-match-possible-namespace-uris)
4506         (rng-match-possible-start-tag-names, rng-match-possible-value-strings):
4507         Fix typos in docstrings.
4508         (rng-intern-group-shortcut, rng-intern-choice-shortcut):
4509         Reflow docstrings.
4511         * nxml/rng-util.el (rng-uniquify-eq, rng-uniquify-equal): Doc fixes.
4512         (rng-substq, rng-complete-before-point): Fix typos in docstrings.
4514         * nxml/rng-xsd.el (rng-xsd-make-date-time-regexp)
4515         (rng-xsd-convert-date-time): Reflow docstrings.
4516         (rng-xsd-compile): Fix typo in docstring.
4518         * nxml/rng-loc.el (rng-current-schema-file-name)
4519         (rng-locate-schema-file-using, rng-locate-schema-file-from-type-id):
4520         Doc fixes.
4521         (rng-set-schema-file): Fix typo in docstring.
4523         * nxml/rng-valid.el (rng-error-count, rng-validate-mode)
4524         (rng-do-some-validation, rng-process-start-tag, rng-process-text):
4525         Fix typos in docstrings.
4526         (rng-message-overlay, rng-conditional-up-to-date-start)
4527         (rng-conditional-up-to-date-end): Doc fixes.
4528         (rng-next-error, rng-previous-error): Reflow docstrings.
4530         * nxml/xmltok.el (xmltok-attribute-raw-normalized-value): Doc fix.
4531         (xmltok-dtd, xmltok-dependent-regions, xmltok-attribute-refs)
4532         (xmltok-valid-char-p, xmltok-standalone, xmltok-forward-prolog)
4533         (xmltok-merge-attributes): Fix typos in docstrings.
4534         (xmltok-make-attribute, xmltok-forward-special)
4535         (xmltok-get-declared-encoding-position): Reflow docstrings.
4537         * nxml/xsd-regexp.el (xsdre-char-class-to-range-list): Doc fix.
4538         (xsdre-range-list-union, xsdre-check-range-list, xsdre-current-regexp):
4539         Fix typos in docstrings.
4541 2008-07-02  John Paul Wallington  <jpw@pobox.com>
4543         * ibuffer.el (ibuffer-buffer-file-name):
4544         Use `list-buffers-directory'.  Remove special-casing for `cvs-mode'
4545         and `vc-dir-mode'.  Suggested by Dan Nicolaescu.
4547 2008-07-02  Toru Tsuneyoshi  <t_tuneyosi@hotmail.com>
4549         * files.el (backup-extract-version): Handle versioned directories.
4550         (trash-directory): New variable.
4551         (move-file-to-trash): New function.
4553         * cus-start.el (delete-by-moving-to-trash): Declare for custom.
4555 2008-07-02  Magnus Henoch  <mange@freemail.hu>
4557         * vc-git.el (vc-git-annotate-command): Use proper option for
4558         specifying revision.
4560 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
4562         * startup.el (fancy-splash-head): Prefer SVG or PNG splash image,
4563         if available.
4565 2008-07-01  Dan Nicolaescu  <dann@ics.uci.edu>
4567         * uniquify.el (uniquify-list-buffers-directory-modes): Add vc-dir-mode.
4569         * vc-annotate.el (vc-annotate-mode-map): Use lower case keys.
4570         Add binding for vc-annotate-show-changeset-diff-revision-at-line.
4572         * vc-dir.el (vc-dir-mode): Set list-buffers-directory.
4574 2008-07-01  Nick Roberts  <nickrob@snap.net.nz>
4576         * progmodes/gdb-ui.el (gdb-create-source-file-list): New option.
4577         (gdb-init-2): Use it.  Don't run gdb-mode-hook again.
4578         (gdb-var-list-children-regexp, gdb-var-update-regexp)
4579         (gdb-info-breakpoints-custom, gdb-stack-list-frames-regexp)
4580         (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
4581         (gdb-stack-list-locals-regexp): Future proof regexps better.
4583 2008-06-30  Juri Linkov  <juri@jurta.org>
4585         * faces.el (face-name-history): New variable.
4586         (make-face, make-empty-face): Replace interactive spec "S"
4587         with `read-from-minibuffer' where `read' arg is t and
4588         `hist' arg is `face-name-history'.
4589         (read-face-name): Set `hist' arg of `completing-read-multiple'
4590         to `face-name-history'.
4591         (list-faces-display): Use `read-regexp' instead of `read-string'
4592         to read regexp.
4594         * hi-lock.el (hi-lock-regexp-history): Make it an obsolete alias
4595         to `regexp-history'.
4596         (hi-lock-face-history): Rename to `hi-lock-face-defaults' and
4597         make it an obsolete alias to it.
4598         (hi-lock-face-defaults): New variable renamed from
4599         `hi-lock-face-history'.
4600         (hi-lock-line-face-buffer, hi-lock-face-buffer)
4601         (hi-lock-face-phrase-buffer): Use `read-regexp' instead of
4602         `read-from-minibuffer'.  Doc fix.
4603         (hi-lock-read-face-name): Replace `hi-lock-face-history' with
4604         `hi-lock-face-defaults'.  Remove `mapcar (lambda (f) (cons f f))'.
4605         Set `hist' arg of `completing-read' to `face-name-history'.
4606         Put a list of default faces to `default' arg instead of `hist' arg.
4608         * bindings.el (abbrev-map, narrow-map): New variables.
4609         Bind `C-x a' to `abbrev-map' and `C-x n' to `narrow-map'.
4610         Rebind related commands to these new maps.
4611         (ctl-x-r-map): New variable for rectangle, register and bookmark
4612         keys.  Move rectangle keybindings to rect.el and register
4613         keybindings to register.el.
4614         (next-buffer, previous-buffer): Remove C-x prefix and move
4615         keybindings to ctl-x-map.
4617         * bookmark.el: Rebind three global `C-x r' keys "b", "m", "l"
4618         to the new map `ctl-x-r-map' in autoload cookies.
4620         * expand.el: Rebind two global `C-x a' keys "n", "p"
4621         to the new map `abbrev-map' in autoload cookies.
4623         * rect.el: Bind global keys to ctl-x-r-map in autoload cookies.
4625         * register.el: Bind global keys to ctl-x-r-map in autoload cookies.
4627 2008-06-30  Miles Bader  <miles@gnu.org>
4629         * net/rcirc.el (rcirc-markup-attributes): Don't skip a character
4630         after processing an escape sequence.
4632 2008-06-29  Michael Albinus  <michael.albinus@gmx.de>
4634         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Revert patch
4635         from 2008-06-28.  It does not work on W32.
4637 2008-06-29  Juri Linkov  <juri@jurta.org>
4639         * replace.el (read-regexp): New function.
4640         (keep-lines-read-args, occur-read-primary-args):
4641         Call `read-regexp' instead of code moved to new function.
4642         (keep-lines, flush-lines, how-many): Remove parenthesis and colon
4643         from the end of prompt.
4644         (replace-re-search-function): Doc fix.
4646 2008-06-29  Kenichi Handa  <handa@m17n.org>
4648         * descr-text.el (describe-char-display): Always return a string.
4649         (describe-char-padded-string): New function.
4650         (describe-char): Adjusted for the change of
4651         describe-char-display.  Use describe-char-padded-string.
4653 2008-06-29  Andreas Schwab  <schwab@suse.de>
4655         * vc-dir.el (vc-dir): Make backend argument optional and use
4656         vc-responsible-backend when nil.  Interactively pass nil for
4657         backend instead of using the backend of what happens to be
4658         default-directory at the time of the call.
4660         * find-dired.el (find-dired-filter): Preserve point.
4662 2008-06-28  Juanma Barranquero  <lekktu@gmail.com>
4664         * net/sasl.el (sasl-client-set-property, sasl-make-mechanism)
4665         (sasl-find-mechanism, sasl-next-step):
4666         * net/sasl-ntlm.el (sasl-ntlm-steps, sasl-ntlm-request)
4667         (sasl-ntlm-response): Fix typos in docstrings.
4669 2008-06-28  robert marshall  <robert@capuchin.co.uk>  (tiny change)
4671         * international/mule-cmds.el (view-hello-file): Doc fix.
4673 2008-06-28  Chong Yidong  <cyd@stupidchicken.com>
4675         * faces.el (inhibit-face-set-after-frame-default): Var deleted.
4676         (set-face-attribute, face-set-after-frame-default)): Don't use it.
4678 2008-06-28  John Paul Wallington  <jpw@pobox.com>
4680         * calc/calc.el (defmath): Add `doc-string' decl.  Add docstring.
4682 2008-06-28  Michael Albinus  <michael.albinus@gmx.de>
4684         * net/tramp.el (tramp-handle-file-modes): Handle symlinks.
4685         (tramp-convert-file-attributes): Convert symlinks only when
4686         returned from `tramp-handle-file-attributes-with-stat'.
4688         * net/tramp-ftp.el (top): Delete 'ange-ftp property from
4689         `substitute-in-file-name' when unloading.
4690         (tramp-ftp-file-name-handler): Set `tramp-mode' to nil.
4692 2008-06-28  Dan Nicolaescu  <dann@ics.uci.edu>
4694         * vc-dir.el (vc-dir-hide-up-to-date): Also hide empty directories.
4695         (vc-string-prefix-p): Move function ...
4696         * vc.el (vc-string-prefix-p): ... here.
4698 2008-06-27  Juanma Barranquero  <lekktu@gmail.com>
4700         * vc-dir.el (vc-dir): Complete only directory names.
4702 2008-06-27  Jason Rumney  <jasonr@gnu.org>
4704         * w32-fns.el (top-level): Unconditionally define all charsets.
4706 2008-06-27  Alan Mackenzie  <acm@muc.de>
4708         * progmodes/cc-mode.el (c-mode-base-map): Don't bind C-M-[ae] to
4709         the CC Mode specific functions; this is no longer needed, since
4710         {beginning,end}-of-defun now pass ARG to ...-of-defun-function.
4712         * progmodes/cc-defs.el (c-emacs-features): New feature
4713         'argumentative-bod-function.
4715 2008-06-27  John Paul Wallington  <jpw@pobox.com>
4717         * chistory.el (list-command-history): Use `bound-and-true-p'.
4718         (command-history-map): Define within defvar.  Add docstring.
4720 2008-06-27  Juanma Barranquero  <lekktu@gmail.com>
4722         * image.el (image-jpeg-p): Don't fail if the arg cannot be converted
4723         to unibyte; just assume it is not a JPEG.  Use `string-match-p'.
4724         (image-type-from-data, image-type-from-file-name): Use `string-match-p'.
4725         (image-type-from-buffer): Use `looking-at-p'.
4727 2008-06-27  Juanma Barranquero  <lekktu@gmail.com>
4729         * ibuf-ext.el (diff-sentinel): Declare.
4731 2008-06-27  Glenn Morris  <rgm@gnu.org>
4733         * calendar/lunar.el (calendar-lunar-phases): Rename from
4734         calendar-phases-of-moon.  Keep old name as alias, update callers.
4735         (lunar-phases): Rename from phases-of-moon.  Keep old name as alias.
4736         (diary-lunar-phases): Rename from diary-phases-of-moon.
4737         Keep old name as alias.
4738         * calendar/cal-menu.el (cal-menu-sunmoon-menu)
4739         (cal-menu-global-mouse-menu): Update for lunar name changes.
4740         * calendar/calendar.el (calendar-mode-map): Update for name change.
4741         * calendar/diary-lib.el (diary-list-sexp-entries): Doc update.
4743 2008-06-26  Glenn Morris  <rgm@gnu.org>
4745         * calendar/solar.el (solar-sunrise-sunset-string): Add optional
4746         argument `nolocation'.
4747         (calendar-sunrise-sunset-month): New function.
4748         * calendar/cal-menu.el (cal-menu-sunmoon-menu): Rename from
4749         cal-menu-moon-menu.  Add calendar-sunrise-sunset-month.
4750         (cal-menu-global-mouse-menu): Add calendar-sunrise-sunset-month.
4751         * calendar/calendar.el (solar-sunrises-buffer): New constant.
4752         (calendar-mode-map): Use cal-menu-sunmoon-menu.
4753         (calendar-buffer-list): Add solar-sunrises-buffer.
4755         * calendar/cal-menu.el (cal-menu-goto-menu): Tweak menu name.
4757 2008-06-26  Chong Yidong  <cyd@stupidchicken.com>
4759         * cus-start.el: Add customization types for word-wrap and
4760         shift-select-mode.
4762 2008-06-26  John Paul Wallington  <jpw@pobox.com>
4764         * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): New function.
4765         (ibuffer-diff-with-file): Use it.  Do diff on marked buffers.
4766         (ibuffer-mark-on-buffer): Don't display message when removing marks.
4767         (ibuffer-mark-by-mode): Use `buffer-local-value'.
4769 2008-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
4771         * vc-dir.el (tool-bar): Require.
4773         * vc.el (ewoc, tool-bar): Do not require.
4775 2008-06-26  Kenichi Handa  <handa@m17n.org>
4777         * international/mule-cmds.el (encode-coding-char): Fix for ASCII
4778         characters.
4780         * composite.el (terminal-composition-base-character-p): New function.
4781         (terminal-composition-function):
4782         Use terminal-composition-base-character-p.  Include the base character
4783         in the composition.
4784         (auto-compose-chars): Don't check font-object for terminal display.
4786 2008-06-26  Glenn Morris  <rgm@gnu.org>
4788         * doc-view.el (bookmark-make-record-default):
4789         * image-mode.el (bookmark-make-record-default): Fix declaration.
4791         * calendar/calendar.el (calendar-date-echo-text): Doc fix.
4792         Add default :value for sexp type.
4793         (calendar-month-edges): New variable.
4794         (calendar-month-edges): New function.
4795         (calendar-recompute-layout-variables): Set calendar-month-edges.
4796         (calendar-intermonth-header, calendar-intermonth-text): New options.
4797         (calendar-insert-at-column): New function.
4798         (calendar-generate-month): Use calendar-insert-at-column.
4799         Handle intermonth text.  Add 'date property.
4800         (calendar-column-to-month): Remove function.
4801         (calendar-column-to-segment): New function.
4802         (calendar-cursor-to-date): Use calendar-column-to-segment.
4803         Check 'date property.
4805         * calendar/calendar.el (calendar-print-other-dates):
4806         Handle mouse events.
4807         * calendar/cal-menu.el (calendar-mouse-print-dates): Remove function.
4808         (cal-menu-context-mouse-menu): Use calendar-print-other-dates.
4810         * calendar/holidays.el (calendar-cursor-holidays): Handle mouse events.
4811         * calendar/cal-menu.el (calendar-mouse-holidays): Remove function.
4812         (cal-menu-context-mouse-menu): Use calendar-cursor-holidays.
4814         * calendar/cal-move.el (calendar-cursor-to-nearest-date):
4815         Use calendar-column-to-segment, calendar-month-edges, and
4816         the 'date property to handle intermonth text.
4818         * calendar/cal-iso.el (calendar-iso-from-absolute): Add autoload cookie.
4820         * calendar/cal-menu.el (cal-menu-moon-menu, cal-menu-diary-menu)
4821         (cal-menu-holidays-menu, cal-menu-goto-menu, cal-menu-scroll-menu):
4822         Add doc strings.
4823         (cal-menu-context-mouse-menu): Add some :keys.
4824         (calendar-check-holidays): Declare rather than autoloading.
4825         (diary-show-holidays-flag): Remove unneeded declaration.
4827         * calendar/cal-menu.el (cal-menu-moon-menu): Add sunrise/sunset.
4828         * calendar/calendar.el (calendar-cursor-to-date): Handle case where
4829         event-start is nil.
4831 2008-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4833         * minibuffer.el (completion-basic-try-completion): Use the text after
4834         point to constrain the completion candidates.
4835         (completion-basic-all-completions): Adjust accordingly.
4837 2008-06-25  Chong Yidong  <cyd@stupidchicken.com>
4839         * textmodes/tex-mode.el (tex-verbatim): Use monospace instead of
4840         courier.
4842         * faces.el (set-face-attribute): Doc fix.
4844 2008-06-25  Juri Linkov  <juri@jurta.org>
4846         * bindings.el (goto-map): New variable.  Rebind goto-related
4847         commands to this `M-g' prefix keymap.
4848         (search-map): New variable for `M-s' prefix keymap.
4849         Bind `M-s o' to `occur', `M-shr' to `highlight-regexp', `M-shp' to
4850         `highlight-phrase', `M-shl' to `highlight-lines-matching-regexp',
4851         `M-shu' to `unhighlight-regexp', `M-shf' to `hi-lock-find-patterns',
4852         `M-shw' to `hi-lock-write-interactive-patterns'.
4854         * isearch.el (isearch-mode-map): Bind `M-s h r' to
4855         `isearch-highlight-regexp'.
4856         (isearch-highlight-regexp): New function.
4858 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4860         * info.el (Info-bookmark-make-record):
4861         Use bookmark-make-record-default.
4862         (Info-bookmark-jump): Use bookmark-default-handler.
4864         * image-mode.el (image-bookmark-make-record):
4865         Use bookmark-make-record-default.
4866         (image-bookmark-jump): Use bookmark-default-handler.
4868         * doc-view.el (doc-view-bookmark-make-record):
4869         Use bookmark-make-record-default.
4870         (doc-view-bookmark-jump): Use bookmark-default-handler.
4872         * bookmark.el (bookmark-alist): Allow the 2 slightly different formats
4873         used until now in bookmark.el's code.
4874         (bookmark-get-bookmark): Accept bookmark names or bookmark records.
4875         (bookmark-get-bookmark-record): Allow the 2 slightly different formats
4876         used until now in bookmark.el's code.
4877         (bookmark-set-filename): Remove special code, moved to its only caller.
4878         (bookmark-store): Use the newer format.
4879         (bookmark-make-record-default): Add arg `point-only'.
4880         Rename from bookmark-make-record-for-text-file.
4881         (bookmark--jump-via): New function.
4882         (bookmark-jump, bookmark-jump-other-window, bookmark-bmenu-2-window)
4883         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window):
4884         Use it.
4885         (bookmark-jump-noselect, bookmark-default-handler):
4886         Don't return an alist, instead return the data implicitly by changing
4887         current buffer and point.  Signal an error if the file doesn't exist.
4889         * buff-menu.el: Use with-current-buffer and inhibit-read-only.
4890         (Buffer-menu-toggle-read-only): Avoid vc-toggle-read-only.
4892         * bs.el: Use with-current-buffer.  Simplify.
4893         (bs-toggle-readonly): Avoid vc-toggle-read-only.
4895         * eshell/esh-cmd.el (eshell-manipulate): Check eshell-debug-command
4896         is bound before using it.
4898 2008-06-25  Kenichi Handa  <handa@m17n.org>
4900         * image.el (image-jpeg-p): Convert DATA to unibyte at first.
4902 2008-06-25  Dan Nicolaescu  <dann@ics.uci.edu>
4904         * vc-hg.el:
4905         * vc-git.el: Require vc-dir when compiling.
4907         * vc-dir.el (vc-dir-marked-only-files-and-states): Rename from
4908         vc-dir-marked-only-files.  Change the return value.
4909         (vc-dir-child-files-and-states): Rename from vc-dir-child-files.
4910         Change the return value.
4911         (vc-dir-deduce-fileset): New function broken out from ...
4912         * vc.el (vc-deduce-fileset): ... here and ...
4913         (vc-deduce-fileset): ... here.
4915         * vc-svn.el (vc-annotate-parent-rev): Pacify byte compiler.
4916         (vc-svn-parse-status): Do not set the vc-backend property.
4918 2008-06-25  Andreas Schwab  <schwab@suse.de>
4920         * faces.el (face-font-family-alternatives, variable-pitch):
4921         Use "Sans Serif", not "Sans-Serif".
4923 2008-06-24  Chong Yidong  <cyd@stupidchicken.com>
4925         * faces.el (face-font-family-alternatives, variable-pitch):
4926         Change "Sans" to the canonical name "Sans-Serif".
4928 2008-06-24  Jay Belanger  <jay.p.belanger@gmail.com>
4930         * calc/calc.el (calc-mode-map): Add extra keybindings to
4931         `calc-missing-key'.
4932         * calc/calc-ext.el (calc-init-extensions): Add keybinding for
4933         `kill-ring-save'.
4935 2008-06-24  Miles Bader  <miles@gnu.org>
4937         * mouse.el (mouse-appearance-menu): Don't do anything if the user
4938         pops up the menu but doesn't select anything.
4940 2008-06-24  Dan Nicolaescu  <dann@ics.uci.edu>
4942         * add-log.el (add-change-log-entry): Add new arg to force each new
4943         entry to be on a new line.
4944         * diff-mode.el (diff-add-change-log-entries-other-window): Use it.
4946         * vc-dir.el (vc-client-object): Remove.
4947         (vc-dir-prepare-status-buffer): Take a backend as an argument and
4948         use it when looking for a buffer.
4949         (vc-dir): Add a backend argument.  Set revert-buffer-function.
4950         Don't create a client object.  Move bindings ...
4951         (vc-dir-menu-map, vc-dir-mode-map): ... here.
4952         (vc-dir-revert-buffer-function): New function.
4953         (vc-generic-status-printer): Rename to ...
4954         (vc-dir-status-printer): ... this.
4955         (vc-generic-state, vc-generic-status-fileinfo-extra)
4956         (vc-dir-extra-menu, vc-make-backend-object): Remove.
4957         (vc-default-status-printer): Use a different face for
4958         directories.  Don't display any text for directories in the state
4959         column.  Add tooltips.
4961         * vc.el (Todo): Update.
4963         * vc-hg.el (vc-annotate-convert-time, vc-default-status-printer):
4964         * vc-rcs.el (vc-annotate-convert-time):
4965         * vc-mtn.el (vc-annotate-convert-time):
4966         * vc-git.el (vc-annotate-convert-time):
4967         * vc-cvs.el (vc-annotate-convert-time):
4968         * vc-bzr.el (vc-annotate-convert-time): Declare as functions.
4970 2008-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
4972         * vc-annotate.el (vc-annotate-mode): Derive from special-mode
4973         instead of using view-mode.
4975 2008-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4977         * Makefile.in (distclean): Don't delete *.elc and autogen files.
4979 2008-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
4981         * vc.el:
4982         * vc-hooks.el:
4983         * vc-dispatcher.el: Move vc-dir variables and functions ...
4984         * vc-dir.el: ... here.  New file.
4985         * Makefile.in (ELCFILES): Add vc-dir.elc.
4987         * vc.el: Move vc-annotate variables and functions ...
4988         * vc-annotate.el: ... here.  New file.
4989         * Makefile.in (ELCFILES): Add vc-annotate.elc.
4991         * vc-dav.el: Move here from url/vc-dav.el.
4992         (Todo): Note work needed to make this backend functional.
4994         * Makefile.in (ELCFILES): Update vc-dav.el location.
4996 2008-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4998         * Makefile.in (COMPILE_FIRST): Trim down and add autoload.el.
5000 2008-06-21  John Paul Wallington  <jpw@pobox.com>
5002         * emacs-lisp/derived.el (define-derived-mode): Add `doc-string' decl.
5004         * textmodes/rst.el (rst-mode): Put docstring in right place.
5006 2008-06-21  Chong Yidong  <cyd@stupidchicken.com>
5008         * startup.el (fancy-about-text, fancy-startup-tail): Increase text
5009         size for legibility.
5011         * faces.el (fixed-pitch): Use "Monospace" family.
5012         (variable-pitch): Use "Sans" family.
5013         (face-font-family-alternatives): Define alternatives for "Sans"
5014         and "Monospace".
5016 2008-06-21  Glenn Morris  <rgm@gnu.org>
5018         * mail/hashcash.el, net/tramp-smb.el, nxml/nxml-mode.el:
5019         Require 'cl when compiling.
5021         * emacs-lisp/debug.el (help-xref-interned): Declare.
5023         * emacs-lisp/easy-mmode.el (easy-mmode-set-keymap-parents):
5024         Evaluate definition when compiling.
5026         * progmodes/bug-reference.el (bug-reference-map): Bind down-mouse-1
5027         rather than mouse-1.
5028         (bug-reference-url-format): Autoload safe if string.
5029         (bug-reference-bug-regexp): Make space after "bug" optional.
5031         * Makefile.in (all): Explicitly pass EMACS to sub-make,
5032         for some non-GNU makes.
5034         * cus-dep.el (custom-dependencies-no-scan-regexp):
5035         * finder.el (finder-no-scan-regexp): Add ldefs-boot.el
5037         * calendar/cal-move.el (calendar-forward-day): Scroll in one month
5038         increments.
5040         * calendar/calendar.el: Factor out the magic numbers controlling the
5041         calendar layout.
5042         (calendar-month-digit-width, calendar-month-width)
5043         (calendar-right-margin): New variables.
5044         (calendar-recompute-layout-variables, calendar-set-layout-variable):
5045         New functions.
5046         (calendar-left-margin, calendar-intermonth-spacing)
5047         (calendar-column-width, calendar-day-header-width)
5048         (calendar-day-digit-width): New options.
5049         (calendar-first-date-row): New constant.
5050         (calendar-move-to-column, calendar-ensure-newline): New functions,
5051         replacing calendar-insert-indented.
5052         (calendar-insert-indented): Remove function.
5053         (calendar-generate-month): Use calendar-move-to-column and
5054         calendar-ensure-newline.  Use layout variables.
5055         (calendar-generate, calendar-update-mode-line)
5056         (calendar-font-lock-keywords): Use layout variables.
5057         (calendar-column-to-month): New function.
5058         (calendar-cursor-to-date): Use calendar-column-to-month.
5059         Use layout variables.
5060         * calendar/cal-move.el (calendar-cursor-to-nearest-date):
5061         Use layout variables.  Use calendar-column-to-month.
5062         (calendar-cursor-to-visible-date): Use layout variables.
5064 2008-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5066         * Makefile.in (update-elclist): Don't exclude COMPILE_FIRST.
5067         (all): Run compile-last.
5068         (compile-onefile): New target.
5069         (compile-first): Simplify.
5070         (compile-last): Don't treat COMPILE_FIRST specially.
5071         (COMPILE_FIRST): List the elc files rather than the el files.
5072         (ELCFILES): Update.
5074 2008-06-21  Ulf Jasper  <ulf@web.de>
5076         * net/newst-treeview.el: Remove dead code.
5077         (newsticker--window-config): Remove.
5078         (newsticker-treeview-quit): Do not save window config.
5079         (newsticker-treeview): Do not try to restore window config.
5080         (newsticker-groups, newsticker--treeview-list-sort-by-column)
5081         (newsticker--treeview-list-new-items)
5082         (newsticker--treeview-list-immortal-items)
5083         (newsticker--treeview-list-obsolete-items)
5084         (newsticker--treeview-list-all-items)
5085         (newsticker--treeview-list-feed-items): Fix documentation.
5087 2008-06-21  Miles Bader  <miles@gnu.org>
5089         * face-remap.el (text-scale-adjust): Bind `echo-keystrokes' to nil.
5091 2008-06-21  Alan Mackenzie  <acm@muc.de>
5093         * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5D.5): Fix an
5094         infinite loop on invalid syntax.
5096 2008-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5098         * textmodes/rst.el: Run rst-define-level-faces when loading.
5099         (rst-mode): Don't set the font-lock-multiline var.
5100         (rst-font-lock-find-unindented-line, rst-font-lock-handle-adornment):
5101         Set the font-lock-multiline property by hand.
5103         * loadup.el: Don't add emacs-<VERS> name when bootstrapping.
5105         * Makefile.in (emacs-deps): Remove.
5106         ($(lisp)/cus-load.el, $(lisp)/finder-inf.el): Re-add.
5107         (all): Use them.
5108         (autogen-clean): Remove.
5110 2008-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5112         * Makefile.in (all): New target.
5113         (bootstrap-prepare): Remove.
5115         * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Pass the .el file not
5116         the .elc file to batch-byte-compile.
5118         * progmodes/cc-mode.el (c-make-inherited-keymap): Only use
5119         set-keymap-parents if set-keymap-parent doesn't exist.
5121         * vc-bzr.el (vc-bzr-annotate-extract-revision-at-line):
5122         Allow more than one space before the |.
5124         * textmodes/rst.el: Fix up docstring conventions.
5125         Move vars to before their first use.
5126         (rst-mode): Don't mess with font-lock-support-mode.
5127         (rst-suggest-new-decoration, rst-adjust-decoration):
5128         Avoid CL's copy-list.
5129         (rst-delete-entire-line): Use line-beginning-position.
5130         (rst-position): New fun.
5131         (rst-straighten-decorations): Use it instead of CL's position.
5132         (rst-straighten-bullets-region): Avoid CL's mapcar*.
5133         (rst-toc-mode): Use define-derived-mode.
5134         (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2):
5135         Remove unused var `in-par'.  Use `point' rather than `point-marker'.
5136         (rst-line-block-region): Reduce redundancy.  Use the `pfxarg' arg.
5137         (rst-replace-lines): Simplify.
5138         (auto-mode-alist): Use rst-mode for *.rst and *.rest files.
5140         * simple.el (special-mode-map): New var.
5141         (special-mode): New major mode.
5143 2008-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
5145         * vc-mtn.el (vc-mtn-log-view-mode): Set log-view-per-file-logs and
5146         log-view-file-re.
5148         * vc.el (vc-dir-hide-up-to-date): Undo previous change.
5149         (vc-switch-backend): Simplify.
5150         (Todo): Remove solved items.
5152         * vc-cvs.el (vc-cvs-parse-status, vc-cvs-parse-entry): Do not set
5153         the vc-backend property.
5155 2008-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5157         * emacs-lisp/checkdoc.el (checkdoc-start-section, checkdoc-error):
5158         Bind inhibit-read-only since the buffer is always read-only.
5160 2008-06-20  Ulf Jasper  <ulf@web.de>
5162         * net/newst-treeview.el (newsticker-treeview-own-frame):
5163         Change default value to nil.
5164         (newsticker--treeview-list-add-item)
5165         (newsticker--treeview-propertize-tag): Show item title in tooltip.
5167 2008-06-20  Martin Blais  <blais@furius.ca>
5168             Stefan Merten  <smerten@oekonux.de>
5169             David Goodger  <goodger@python.org>
5171         * textmodes/rst.el: New file.
5173 2008-06-20  Sam Steingold  <sds@gnu.org>
5175         * vc.el (vc-dir-hide-up-to-date): Accept a prefix argument to also
5176         remove DIRECTORY entries.
5178 2008-06-20  Eli Zaretskii  <eliz@gnu.org>
5180         * makefile.w32-in (distclean): Depend on `clean'.
5181         (clean): Delete calc/calc-loaddefs.el~ and eshell/esh-groups.el~.
5182         (AUTOGENEL): Add $(lisp)/nxml/subdirs.el.
5183         ($(lisp)/cus-load.el): Don't use `touch'.  Instead, generate an
5184         empty cus-load.el with `echo', and include "Local Variables"
5185         section to prevent the empty file from being compiled.
5186         (cus-load.el-SH, cus-load.el-CMD): New SHELLTYPE-specific targets
5187         that generate an empty cus-load.el.
5189 2008-06-20  Juanma Barranquero  <lekktu@gmail.com>
5191         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
5192         Don't copy ldefs-boot.el over loaddefs.el.
5193         (bootstrap-clean): Remove loaddefs.el and don't depend on it.
5194         (loaddefs.el-SH, loaddefs.el-CMD): Don't add autoloads and defvars
5195         to loaddefs.el; they are not needed now.  Add coding cookie.
5197 2008-06-20  Miles Bader  <miles@gnu.org>
5199         * face-remap.el (face-remap-add-relative, face-remap-set-base):
5200         Strip unnecessary list levels from SPECS.
5201         (buffer-face-set, buffer-face-toggle):
5202         Change argument from FACE to &rest SPECS, and strip unnecessary
5203         list levels from SPECS.
5204         (buffer-face-mode-invoke): Change argument from FACE to SPECS.
5206 2008-06-20  Jason Rumney  <jasonr@gnu.org>
5208         * international/fontset.el (setup-default-fontset): Specify script
5209         for latin use of iso10646-1.  Fix use of lang tags.
5211 2008-06-19  Miles Bader  <miles@gnu.org>
5213         * face-remap.el (text-scale-increase): Start from zero if
5214         text-scale-mode isn't enabled.
5216 2008-06-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5218         * faces.el (face-set-after-frame-default): Re-apply explicit `font'
5219         frame parameters after setting up the `default' face.
5221 2008-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5223         * faces.el (face-set-after-frame-default): Don't exclude `default'.
5225 2008-06-18  Glenn Morris  <rgm@gnu.org>
5227         * mouse.el (buffer-face-mode-invoke): Declare.
5229         * Makefile.in (ELCFILES): Add org/org-id.elc.
5231         * calendar/holidays.el (calendar-cursor-holidays): Accept optional date.
5232         * calendar/cal-menu.el (cal-menu-holidays-menu):
5233         Use calendar-cursor-holidays rather than cal-menu-today-holidays.
5234         (cal-menu-today-holidays): Remove function.
5236         * calendar/cal-menu.el (cal-menu-holiday-window-suffix): Simplify.
5237         (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
5238         (cal-menu-list-holidays-previous-year, calendar-mouse-goto-date):
5239         Remove unused functions.
5240         (calendar-mouse-view-diary-entries): Use format rather than concat.
5242         * calendar/cal-menu.el (cal-menu-x-popup-menu): Turn it into a macro.
5243         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
5244         (calendar-mouse-print-dates): Adapt for cal-menu-x-popup-menu change.
5246         * calendar/cal-menu.el (cal-menu-event-to-date): Remove function.
5247         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
5248         (calendar-mouse-view-other-diary-entries, calendar-mouse-print-dates)
5249         (cal-menu-set-date-title): Use calendar-cursor-to-date rather than
5250         cal-menu-event-to-date.
5252         * calendar/cal-html.el (cal-html-cursor-month, cal-html-cursor-year):
5253         Handle mouse events.
5254         * calendar/cal-tex.el (cal-tex-cursor-year)
5255         (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
5256         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
5257         (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
5258         (cal-tex-cursor-week-monday, cal-tex-cursor-filofax-2week)
5259         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
5260         (cal-tex-cursor-day): Handle mouse events.  Rename ARG to N.
5261         (cal-tex-cursor-month): Mark N as optional.
5262         * calendar/cal-menu.el (calendar-mouse-tex-day)
5263         (calendar-mouse-tex-week, calendar-mouse-tex-week2)
5264         (calendar-mouse-tex-week-iso, calendar-mouse-tex-week-monday)
5265         (calendar-mouse-tex-filofax-daily, calendar-mouse-tex-filofax-2week)
5266         (calendar-mouse-tex-filofax-week, calendar-mouse-tex-month)
5267         (calendar-mouse-tex-month-landscape, calendar-mouse-tex-year)
5268         (calendar-mouse-tex-filofax-year, calendar-mouse-tex-year-landscape):
5269         Remove functions.
5270         (cal-menu-context-mouse-menu): Replace the above functions with the
5271         cal-tex versions.  Add HTML submenu.
5273 2008-06-17  Nick Roberts  <nickrob@snap.net.nz>
5275         * progmodes/gdb-ui.el (gud-gdba-marker-filter): Don't switch to
5276         text command mode.
5277         (gdb): Explain that gud-gdb is needed for text command mode.
5279 2008-06-17  Martin Rudalics  <rudalics@gmx.at>
5281         * window.el (split-height-threshold): Remove spurious extra line.
5283 2008-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5285         * calendar/calendar.el (calendar-cursor-to-date): Add argument `event'.
5286         (calendar-set-mark):
5287         * calendar/diary-lib.el (diary-insert-entry):
5288         * calendar/solar.el (calendar-sunrise-sunset): Use it.
5289         * calendar/cal-menu.el (calendar-mouse-sunrise/sunset)
5290         (calendar-mouse-insert-diary-entry, calendar-mouse-set-mark): Delete.
5291         (cal-menu-context-mouse-menu): Use calendar-set-mark,
5292         diary-insert-entry, and calendar-sunrise-sunset instead.
5294         * vc.el (vc-deduce-fileset): Add arg `only-files'.
5295         (vc-next-action): Pass the new arg.
5296         (vc-register): Don't use `only-files'.
5297         Don't set `backup-inhibited' in the current buffer.
5299 2008-06-17  Miles Bader  <miles@gnu.org>
5301         * mouse.el (mouse-appearance-menu): Use buffer-face-mode.
5303         * face-remap.el (buffer-face-mode-face)
5304         (buffer-face-mode-remapping): New variables.
5305         (buffer-face-mode, buffer-face-set, buffer-face-toggle)
5306         (buffer-face-mode-invoke): New functions.
5307         (variable-pitch-mode-remapping): Variable removed.
5308         (variable-pitch-mode): Rewrite as an interface to `buffer-face-mode'.
5310         * face-remap.el (internal-lisp-face-attributes): New variable.
5311         (face-attrs-more-relative-p, face-remap-order): New functions.
5312         (face-remap-add-relative): Use `face-remap-order'.
5314 2008-06-17  Glenn Morris  <rgm@gnu.org>
5316         * mouse.el (x-select-font): Declare.
5318         * calendar/calendar.el (calendar-move-hook):
5319         Add calendar-update-mode-line as an option.
5320         (calendar-date-echo-text): New user option.
5321         (calendar-generate-month): Set `day'.  Use calendar-date-echo-text.
5322         (calendar-insert-indented): Simplify newline insertion.
5323         (calendar-describe-mode): Remove unused function.
5324         (calendar-mode-line-entry): New function.
5325         (calendar-mode-line-format): Doc fix.  Use calendar-mode-line-entry.
5326         Mark as risky.
5327         (calendar-mouse-other-month): Remove function.
5328         (calendar-other-month): Handle mouse events.
5329         (calendar-goto-info-node): Call fit-window-to-buffer.
5330         (calendar-mode): Use define-derived-mode.  Doc fix.
5331         (calendar-update-mode-line): Tweak whitespace.
5333 2008-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5335         * vc-dispatcher.el (vc-dir-child-files): Use vc-string-prefix-p.
5336         (vc-dir-marked-only-files): vc-string-prefix-p.
5338 2008-06-16  Nick Roberts  <nickrob@snap.net.nz>
5340         * progmodes/gdb-ui.el (gdb-memory-set-address)
5341         (gdb-memory-set-repeat-count): Allow keyboard bindings.
5342         (gdb-memory-mode-map): Bind above functions respectively
5343         to 'S' and 'N'.
5345 2008-06-16  Derek Upham  <sand@blarg.net>  (tiny change)
5347         * nxml/nxml-mode.el (nxml-mode): Use run-mode-hooks.
5349 2008-06-16  Juanma Barranquero  <lekktu@gmail.com>
5351         * log-view.el (vc-diff-internal): Declare for compiler.
5353         * vc-bzr.el (log-view-per-file-logs):
5354         * vc-svn.el (log-view-per-file-logs): Pacify byte compiler.
5356 2008-06-15  Chong Yidong  <cyd@stupidchicken.com>
5358         * mouse.el (mouse-appearance-menu-map): New var.
5359         (mouse-appearance-menu): New function.
5360         Bind it to S-down-mouse-1.
5362 2008-06-15  Juri Linkov  <juri@jurta.org>
5364         * info.el (Info-toc): Call Info-toc-nodes instead of Info-build-toc.
5365         (Info-toc, Info-insert-toc): Increment nth's index to add PARENT
5366         as the second element.
5367         (Info-build-toc): Add PARENT element extracted from the Up pointer.
5368         Don't print progress messages.
5369         (Info-toc-nodes): New variable and function.
5370         (Info-index-nodes): Optimize non-string file name case.
5371         (Info-breadcrumbs-depth): Increment the default value from 3 to 4.
5372         (Info-insert-breadcrumbs): Use the cached document structure instead
5373         of visiting all ancestor nodes.  Remove the initial `>'.
5375 2008-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
5377         * log-view.el (log-view-diff-changeset): New function.
5378         (log-view-mode-map, log-view-mode-menu): Bind it.
5379         (log-view-per-file-logs, log-view-vc-fileset)
5380         (log-view-vc-backend): New variables.
5381         (log-view-find-revision, log-view-modify-change-comment)
5382         (log-view-annotate-version): Throw an error if the log is for more
5383         than one file and we can't find the current file.  Get the current
5384         file from log-view-vc-fileset if necessary.
5385         (log-view-diff): Get the current file from log-view-vc-fileset if
5386         necessary.
5388         * vc.el (vc-print-log): Set log-view-vc-fileset and log-view-vc-backend.
5390         * vc-hg.el (vc-hg-log-view-mode): Call the log method only once.
5391         (vc-hg-log-view-mode): Declare for compiler.
5392         (vc-hg-log-view-mode): Set log-view-per-file-logs and
5393         log-view-file-re.
5394         (vc-hg-diff): If no file is passed, use default-directory for cwd.
5396         * vc-bzr.el (vc-bzr-log-view-mode): Set log-view-per-file-logs.
5398         * vc-svn.el (vc-svn-log-view-mode): New derived mode.
5400 2008-06-15  Michael Albinus  <michael.albinus@gmx.de>
5402         * net/tramp.el (tramp-handle-start-file-process):
5403         Clear modification time of the connection buffer.
5404         (tramp-sh-file-name-handler): Reset `tramp-locked' in case of error.
5405         (tramp-open-connection-setup-interactive-shell): Flush cache, and
5406         restart `tramp-maybe-open-connection' when the remote system has
5407         been changed.  Throw 'uname-changed event.
5408         (tramp-maybe-open-connection): Catch it.
5410         * net/tramp-cmds.el (tramp-cleanup-all-connections):
5411         Reset `tramp-locked'.
5413 2008-06-15  Ulf Jasper  <ulf@web.de>
5415         * net/newst-treeview.el (newsticker--treeview-list-update)
5416         (newsticker--treeview-item-update)
5417         (newsticker--treeview-tree-update)
5418         (newsticker-treeview-jump, newsticker-group-add-group)
5419         (newsticker-group-move-feed, newsticker-group-delete-group):
5420         Remove window dedication.
5421         (newsticker--group-manage-orphan-feeds): Handle ill-valued
5422         newsticker-groups.
5423         (newsticker--treeview-tree-expand): Don't manage orphan feeds here.
5425 2008-06-15  Andreas Schwab  <schwab@suse.de>
5427         * vc-cvs.el (vc-cvs-status-extra-headers): Don't match newline
5428         when parsing CVS/Repository.
5430         * wdired.el (wdired-search-and-rename): Fix undocumented change.
5432 2008-06-15  Ulf Jasper  <ulf@web.de>
5434         * net/newst-plainview.el (newsticker-faces, newsticker-feed-face)
5435         (newsticker-extra-face, newsticker-enclosure-face): Moved to
5436         net/newst-reader.el.
5438         * net/newst-reader.el (newsticker-faces, newsticker-feed-face)
5439         (newsticker-extra-face, newsticker-enclosure-face): Moved from
5440         net/newst-reader.el.
5442 2008-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5444         * international/encoded-kb.el (encoded-kbd-self-insert-utf-8):
5445         Catch and recover from case when the bytes we thought we were reading
5446         turn out to be something else entirely, such as latin-1 chars from
5447         quail.  See bug#396.
5449 2008-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
5451         * vc.el (vc-deduce-fileset): Check if the buffer has a file.
5452         (vc-register): Call the backend function only once, instead of
5453         once for each file.
5454         (vc-next-action): Update call to vc-register.
5455         (vc-dir-register): Remove function.
5456         (vc-dir): Bind vc-register instead of vc-dir-register.
5458 2008-06-14  Glenn Morris  <rgm@gnu.org>
5460         * Makefile.in (ELCFILES): Add net/newst-*.el.
5462 2008-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5464         * wdired.el (wdired-do-renames): New function.
5465         (wdired-finish-edit): Use it to.
5466         (wdired-preprocess-files): Don't hardcode (point-min) == 1.
5468 2008-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5470         * info.el (Info-insert-breadcrumbs): Don't break in apropos and toc.
5472 2008-06-14  Martin Rudalics  <rudalics@gmx.at>
5474         * window.el (window--even-window-heights): Even window heights
5475         only if the selected window is higher than WINDOW.
5476         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
5478 2008-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5480         * info.el (Info-insert-breadcrumbs): Be careful to preserve history.
5482 2008-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5484         * term/linux.el (terminal-init-linux): Load t-mouse.
5486 2008-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5487             Drew Adams  <drew.adams@oracle.com>
5489         * info.el (Info-breadcrumbs-depth): New var.
5490         (Info-insert-breadcrumbs): New function.
5491         (Info-fontify-node): Use it.
5492         (Info-mode-map): Move initialization into declaration.
5494 2008-06-13  Ulf Jasper  <ulf.jasper@web.de>
5496         Rename net/newsticker-*.el to net/newst-*.el.
5497         * net/newst-backend.el: Rename from net/newsticker-backend.el.
5498         * net/newst-plainview.el: Rename from net/newsticker-plainview.el.
5499         * net/newst-reader.el: Rename from net/newsticker-reader.el.
5500         * net/newst-ticker.el: Rename from net/newsticker-ticker.el.
5501         * net/newst-treeview.el: Rename from net/newsticker-treeview.el.
5502         * net/newsticker-backend.el: Rename to net/newst-backend.el.
5503         * net/newsticker-plainview.el: Rename to net/newst-plainview.el.
5504         * net/newsticker-reader.el: Rename to net/newst-reader.el.
5505         * net/newsticker-ticker.el: Rename to net/newst-ticker.el.
5506         * net/newsticker-treeview.el: Rename to net/newst-treeview.el.
5508 2008-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5510         * progmodes/compile.el (compilation-start): Don't disable undo in
5511         comint buffer.  Don't override the comint-filter with our own.
5512         (compilation-filter): Change point's insertion-type.
5514         * comint.el (comint-output-filter): Use copy-marker.
5516 2008-06-13  David Reitter  <david.reitter@gmail.com>
5518         * textmodes/flyspell.el (mail-mode-flyspell-verify):
5519         Check message-signature-separator exists before using it.
5521 2008-06-13  Dan Nicolaescu  <dann@ics.uci.edu>
5523         * vc.el (vc-delete-file): Bind default-directory before calling
5524         the backend.
5525         (vc-annotate-show-diff-revision-at-line): Move most of the code to ...
5526         (vc-annotate-show-diff-revision-at-line-internal): ... here.
5527         New function.
5528         (vc-annotate-show-changeset-diff-revision-at-line): New function.
5529         (vc-annotate-mode-menu): Bind it.
5531 2008-06-13  Jason Rumney  <jasonr@gnu.org>
5533         * term/w32-win.el (mouse-set-font): Remove overridden function.
5534         (w32-select-font): Declare as obsolete alias for x-select-font.
5536 2008-06-13  Daniel Engeler  <engeler@gmail.com>
5538         These changes add serial port access.
5539         * term.el (term-update-mode-line): Modify.
5540         (serial-port-is-file-p, serial-nice-speed-history)
5541         (serial-no-speed, serial-mode-line-speed-menu)
5542         (serial-mode-line-config-menu): New variables and constants.
5543         (serial-name-history, serial-speed-history)
5544         (serial-supported-or-barf, serial-read-name, serial-read-speed)
5545         (serial-term, serial-speed, serial-mode-line-speed-menu-1)
5546         (serial-mode-line-speed-menu, serial-update-speed-menu)
5547         (serial-mode-line-config-menu-1, serial-mode-line-config-menu)
5548         (serial-update-config-menu): New functions.
5550 2008-06-13  Glenn Morris  <rgm@gnu.org>
5552         * menu-bar.el (menu-set-font): Use fboundp rather than functionp.
5554         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Doc fix.
5556 2008-06-13  Kenichi Handa  <handa@m17n.org>
5558         * cus-face.el (custom-face-attributes): Add :foundry.
5560         * faces.el (set-face-attribute): Parse "FOUNDRY-FAMILY" here.
5561         (face-x-resources): Add :foundry.
5562         (face-valid-attribute-values): Likewise.
5563         (face-attribute-name-alist): Likewise.
5564         (describe-face): Likewise.
5566 2008-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5568         * emacs-lisp/map-ynp.el (map-y-or-n-p): Accept non-char events.
5570 2008-06-12  Chong Yidong  <cyd@stupidchicken.com>
5572         * longlines.el (longlines-search-forward, longlines-search-backward)
5573         (longlines-re-search-forward): Use a smarter search-spaces-regexp.
5575 2008-06-12  Sam Steingold  <sds@gnu.org>
5577         * vc.el (vc-rename-file): DTRT when the destination is a directory
5578         name and the source is a file.
5580 2008-06-12  Chong Yidong  <cyd@stupidchicken.com>
5582         * menu-bar.el (menu-set-font): Rename x-font-dialog to x-select-font.
5584 2008-06-12  Glenn Morris  <rgm@gnu.org>
5586         * progmodes/f90.el (f90-beginning-of-subprogram)
5587         (f90-end-of-subprogram): Only give a message when interactive.
5589         * term/mac-win.el (x-toolkit-scroll-bars): Check bound.
5591         * progmodes/cperl-mode.el (cperl-info-on-command):
5592         Use display-pixel-height rather than x-display-pixel-height.
5594         * mail/rmailedit.el (rmail-cease-edit):
5595         * vc-dispatcher.el (vc-dir-mode): Check tool-bar-mode is bound.
5597         * emulation/edt.el (edt-xserver):
5598         * emulation/edt-mapper.el (edt-xserver): Use replace-regexp-in-string.
5600         * emulation/edt-mapper.el: Drop test for Emacs < 19.
5602         * mwheel.el (mouse-wheel-follow-mouse, mwheel-event-window):
5603         Evaluate definitions when compiling.  Reverse tests.
5605         * dframe.el (dframe-reposition-frame-emacs): Reorder test, and
5606         use unless.
5608         * menu-bar.el (w32-menu-bar-open): Declare for compiler.
5610         * textmodes/artist.el (x-pointer-shape):
5611         * term/x-win.el (x-parse-geometry, x-resource-name, accelerate-menu)
5612         (x-open-connection, x-server-max-request-size, x-get-resource):
5613         * term/w32console.el (x-setup-function-keys):
5614         * term/w32-win.el (x-parse-geometry, x-resource-name)
5615         (generate-fontset-menu, image-library-alist, x-open-connection)
5616         (setup-default-fontset, set-fontset-font, setup-default-fontset)
5617         (create-fontset-from-fontset-spec, create-fontset-from-x-resource)
5618         (x-get-resource):
5619         * term/mac-win.el (x-parse-geometry, x-resource-name)
5620         (x-get-selection-internal, tool-bar-mode, set-fontset-font)
5621         (new-fontset, x-display-list, x-open-connection, x-get-resource):
5622         * progmodes/gud.el (tooltip-last-mouse-motion-event, tooltip-hide)
5623         (tooltip-start-delayed-tip, tooltip-use-echo-area, tooltip-show)
5624         (tooltip-strip-prompt, tooltip-expr-to-print, tooltip-event-buffer):
5625         * progmodes/gdb-ui.el (tooltip-show, tooltip-use-echo-area)
5626         (tooltip-identifier-from-point, define-fringe-bitmap):
5627         * play/gamegrid.el (image-size):
5628         * play/bubbles.el (image-size):
5629         * mail/emacsbug.el (x-server-vendor, x-server-version):
5630         * international/mule-util.el (internal-char-font):
5631         * international/mule-diag.el (font-info, query-fontset, fontset-info)
5632         (fontset-alias-alist, fontset-list, fontset-plain-name):
5633         * international/mule-cmds.el (x-server-vendor, x-server-version):
5634         * international/fontset.el (font-encoding-charset-alist)
5635         (otf-script-alist, new-fontset, set-fontset-font)
5636         (x-pixel-size-width-font-regexp, vertical-centering-font-regexp)
5637         (fontset-list, query-fontset, x-get-resource):
5638         * emulation/edt.el (x-server-vendor):
5639         * emulation/edt-mapper.el (x-server-vendor):
5640         * emacs-lisp/map-ynp.el (x-popup-dialog):
5641         * emacs-lisp/lmenu.el (x-popup-dialog):
5642         * x-dnd.el (x-window-property, x-change-window-property)
5643         (x-get-selection-internal):
5644         * woman.el (x-list-fonts):
5645         * w32-fns.el (x-server-version):
5646         * tooltip.el (x-show-tip, x-hide-tip):
5647         * tool-bar.el (image-mask-p):
5648         * thumbs.el (image-size):
5649         * term.el (overflow-newline-into-fringe):
5650         * subr.el (scroll-bar-scale):
5651         * startup.el (x-get-resource, tool-bar-mode, image-size):
5652         * select.el (x-get-selection-internal, x-own-selection-internal)
5653         (x-disown-selection-internal):
5654         * mouse.el (generate-fontset-menu):
5655         * mouse-sel.el (x-select-text, x-cut-buffer-or-selection-value):
5656         * image.el (image-library-alist):
5657         * image-mode.el (image-size, image-refresh):
5658         * image-dired.el (clear-image-cache):
5659         * gs.el (x-display-mm-width, x-display-pixel-width)
5660         (x-display-mm-height, x-display-pixel-height)
5661         (x-change-window-property, x-display-grayscale-p, x-window-property):
5662         * frame.el (tool-bar-mode, x-display-name, x-close-connection)
5663         (x-focus-frame, x-list-fonts, x-display-screens)
5664         (x-display-pixel-height, x-display-pixel-width, x-display-mm-height)
5665         (x-display-mm-width, x-display-backing-store, x-display-save-under)
5666         (x-display-planes, x-display-color-cells, x-display-visual-class):
5667         * faces.el (internal-face-x-get-resource)
5668         (internal-set-lisp-face-attribute-from-resource, x-bitmap-file-path)
5669         (fontset-list, x-list-fonts, xw-color-defined-p, xw-color-values)
5670         (xw-display-color-p, x-display-grayscale-p, x-get-resource)
5671         (x-parse-geometry, x-create-frame, x-setup-function-keys)
5672         (tool-bar-setup):
5673         * doc-view.el (clear-image-cache, image-size, tooltip-show):
5674         * dired.el (dnd-get-local-file-name, dnd-get-local-file-uri):
5675         * dframe.el (x-display-pixel-width, x-display-pixel-height):
5676         * descr-text.el (internal-char-font):
5677         Define for compiler, for builds without X.
5679 2008-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5681         * vc-rcs.el (vc-rcs-state-heuristic): Don't assume the file exists.
5683 2008-06-11  Glenn Morris  <rgm@gnu.org>
5685         * progmodes/fortran.el (fortran-end-of-subprogram): Check for a match
5686         before trying to move there.
5687         (fortran-calculate-indent): When fortran-check-all-num-for-matching-do
5688         is non-nil, indent most terminating statements like loop body.
5690         * calendar/diary-lib.el (diary-list-entries-2): Accept optional
5691         Gregorian date, and add it, not the local date, to diary-entries-list.
5692         (diary-list-entries-1): Pass Gregorian date to diary-list-entries-2.
5694 2008-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5696         * progmodes/compile.el (compilation-filter): Fix up last change.
5698         * term/linux.el (terminal-init-linux): Use gpm-mouse-enable.
5700         * t-mouse.el (gpm-mouse-enable, gpm-mouse-disable): New functions.
5701         (gpm-mouse-mode): Make it into a proper global minor mode.
5703         * files.el (save-some-buffers-action-alist): Only use recursive-edit
5704         if the user enabled recursive-minibuffers.
5706         * emacs-lisp/map-ynp.el (map-y-or-n-p):
5707         Add support for scroll-other-window.
5709 2008-06-11  Jason Rumney  <jasonr@gnu.org>
5711         * term/w32-win.el (w32-menu-bar-open): Rename from menu-bar-open.
5712         Use tmm-menubar if menu is disabled in this frame.
5714         * menu-bar.el (menu-bar-open): Determine how to open menu bar
5715         from frame type, per documentation.  Add w32 case.
5717 2008-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5719         * minibuffer.el (completion--merge-suffix): New function.
5720         (completion-basic-try-completion): Use it.
5721         (completion-pcm--find-all-completions): Add argument `filter'.
5722         (completion-pcm--filename-try-filter, completion-pcm--merge-try):
5723         New functions.
5724         (completion-pcm-try-completion): Use them.
5726         * xt-mouse.el (turn-on-xterm-mouse-tracking)
5727         (turn-off-xterm-mouse-tracking): Use terminal-list.
5729         * cus-start.el (underline-minimum-offset): Rename from
5730         x-underline-minimum-display-offset.
5732 2008-06-10  David De La Harpe Golden  <david@harpegolden.net>  (tiny change)
5734         * cus-start.el (x-underline-minimum-display-offset): Give it a type.
5736 2008-06-10  Chong Yidong  <cyd@stupidchicken.com>
5738         * mouse.el (mouse-select-font): New function.
5740         * faces.el (face-spec-recalc): When the face is set using
5741         Customize, avoid recalculating it twice.
5743         * menu-bar.el (menu-set-font): New function.  Bind "Set Default
5744         Font" menu item to it.  Apply selected font to all frames, and
5745         make it savable.
5746         (menu-bar-options-save): Save `default' font if changed.
5748 2008-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5750         * ffap.el (ffap-string-at-point-mode-alist):
5751         Use alpha rather than lower.
5753         * dired.el (dired-insert-directory): Don't assume Unix-style dir names.
5755         * subr.el (momentary-string-display): Use an overlay.
5757         * progmodes/compile.el (compilation-mode):
5758         Set window-point-insertion-type.
5759         (compilation-filter): Don't use insert-before-markers any more.
5760         * emacs-lisp/trace.el (trace-make-advice):
5761         Set window-point-insertion-type in the trace buffer.
5762         * startup.el (normal-top-level): Set window-point-insertion-type in
5763         *Messages*.
5764         * net/telnet.el (telnet-mode): Set window-point-insertion-type.
5765         (telnet-filter): Don't use insert-before-markers any more.
5766         * comint.el (comint-mode): Set window-point-insertion-type.
5767         (comint-output-filter): Don't use insert-before-markers any more.
5768         * button.el (make-text-button): Allow `start' to be a string.
5770 2008-06-10  Juanma Barranquero  <lekktu@gmail.com>
5772         * emacs-lisp/autoload.el (autoload-rubric):
5773         Fix coding cookie not to force Unix EOL.
5775 2008-06-10  Martin Rudalics  <rudalics@gmx.at>
5777         * window.el (window--splittable-p, window--try-to-split-window):
5778         Don't use with-selected-window to avoid messing up get-lru-window.
5779         Reported by David Hansen <david.hansen@gmx.net>.
5781 2008-06-10  Glenn Morris  <rgm@gnu.org>
5783         * subr.el (locate-library): Doc fix.
5785         * net/newsticker-treeview.el (w3m-toggle-inline-images): Declare.
5786         (newsticker-treeview-tool-bar-map, newsticker-treeview-mode):
5787         Check tool-bar-map is bound, for non-X builds.
5789         * net/newsticker-reader.el (newsticker--next-item-image)
5790         (newsticker--previous-item-image, newsticker--previous-feed-image)
5791         (newsticker--next-feed-image, newsticker--mark-read-image)
5792         (ewsticker--mark-immortal-image, newsticker--narrow-image)
5793         (newsticker--get-all-image, newsticker--update-image)
5794         (newsticker--browse-image): Check xpm images are available.
5795         (newsticker--mark-read-image, newsticker--mark-immortal-image)
5796         (newsticker--narrow-image, newsticker--get-all-image): Doc fix.
5798         * net/newsticker-plainview.el (tool-bar-map): Don't declare.
5799         (newsticker--plainview-tool-bar-map, newsticker-mode):
5800         Check tool-bar-map is bound, for non-X builds.
5801         (w3m-toggle-inline-image): Declare.
5803         * net/newsticker-backend.el (tool-bar-map): Don't declare.
5805         * emacs-lisp/autoload.el (autoload-rubric): Add coding cookie.
5807         * finder.el (finder-font-lock-keywords): Handle ``quotes''.
5808         (finder-compile-keywords): Move let to where needed.
5809         (finder-mouse-face-on-line): Go back one more line if needed.
5810         (finder-list-matches): Use cadr.
5811         (finder-goto-xref): New function.
5812         (finder-commentary): Add buttons to jump to foo.el libraries.
5814 2008-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5816         * apropos.el (apropos-function, apropos-macro, apropos-command)
5817         (apropos-variable, apropos-face, apropos-group, apropos-widget)
5818         (apropos-plist): Add apropos-short-label property.
5819         (apropos-multi-type): New variables.
5820         (apropos-command, apropos-value): Set it.
5821         (apropos-compact-layout): New custom.
5822         (apropos-print, apropos-print-doc): Use it.
5823         (apropos-print): Truncate lines.
5825 2008-06-09  Kenichi Handa  <handa@m17n.org>
5827         * international/fontset.el (font-encoding-alist):
5828         Add an entry for "ascii-0".
5830 2008-06-09  Jihyun Cho  <jihyun.jo@gmail.com>
5832         * language/hanja-util.el (hanja-init-load): Show the message only
5833         when loading a table.
5835 2008-06-08  Ulf Jasper  <ulf.jasper@web.de>
5837         * net/newsticker-treeview.el (newsticker-treeview):
5838         * net/newsticker-plainview.el (newsticker-plainview):
5839         Add autoload cookie.
5841 2008-06-08  Ulf Jasper  <ulf.jasper@web.de>
5843         * net/newsticker.el: Split up into newsticker-backend, -ticker,
5844         -reader, -plainview, and -treeview.
5845         (newsticker-version): Change to 1.99.
5847         * net/newsticker-backend.el: New.  Move backend functionality from
5848         newsticker.el to newsticker-backend.el.
5849         (newsticker--download-logos): New.
5850         (newsticker--sentinel-callback): New.
5851         (newsticker--set-customvar): Remove.  Split up into specific
5852         functions related to retrieval, ticker, buffer, and display.
5853         (newsticker--set-customvar-retrieval): New.  Extracted from
5854         `newsticker--set-customvar'.
5855         (newsticker-retrieval): New.  Renamed from `newsticker-feed'.
5856         (newsticker-url-list-defaults):
5857         Use `newsticker--set-customvar-retrieval' for :set.  Change :group.
5858         (newsticker-url-list): Doc changed.  URL can be a function.
5859         Use `newsticker--set-customvar-retrieval' for :set.  Change :group.
5860         (newsticker-retrieval-method): New.
5861         (newsticker-wget-name, newsticker-wget-arguments): Change :group.
5862         (newsticker-retrieval-interval):
5863         Use `newsticker--set-customvar-retrieval' for :set.  Change :group.
5864         (newsticker-desc-comp-max): Change :group.
5865         (newsticker--cache): Doc changed.
5866         (newsticker--guid-to-string): New.
5867         (newsticker--guid): Use `newsticker--guid-to-string'.
5868         (newsticker--real-feed-name): New.
5869         (newsticker--start-feed): New.  Extracted from `newsticker-start'.
5870         (newsticker-start): Use `insert-file-contents' for reading cache.
5871         Use `newsticker--start-feed'.
5872         (newsticker--stop-feed): New.  Extracted from `newsticker-stop'.
5873         (newsticker-stop): Check whether `newsticker-stop-ticker' is fbound.
5874         Use `newsticker--stop-feed'.
5875         (newsticker-save-item): New.
5876         (newsticker--get-news-by-funcall): New.
5877         (newsticker-get-news): Handle new retrieval methods.
5878         (newsticker--sentinel): Use `newsticker--sentinel-work'.
5879         (newsticker--sentinel-work): New.  Extracted from
5880         `newsticker--sentinel'.  Use `newsticker--download-logos',
5881         `newsticker--sentinel-callback'.
5882         (newsticker--parse-atom-0.3): Use `newsticker--guid-to-string'.
5883         (newsticker--parse-atom-1.0): Fix link determination.
5884         (newsticker--parse-rss-0.91): Fix time determination.
5885         (newsticker--parse-rss-0.92): Fix time determination.
5886         (newsticker--parse-rss-2.0): Use `newsticker--guid-to-string'.
5887         (newsticker--parse-generic-feed): New arg order in
5888         `newsticker--cache-add'.
5889         (newsticker--parse-generic-items): Fix for multiple items.
5890         New arg order in `newsticker--cache-add'.
5891         (newsticker--forget-preformatted): Check whether
5892         `newsticker--buffer-set-uptodate' is fbound.
5893         (newsticker--decode-iso8601-date): Handle fractions of seconds.
5894         (newsticker--decode-rfc822-date): Partial timezone handling.
5895         (newsticker--cache-contains): Fix guid problem.
5896         (newsticker--cache-add): Swap args AGE and TIME.  Fix guid problem.
5897         (newsticker--cache-save): New.
5898         (newsticker--cache-update): Use temp buffer.
5899         (newsticker--stat-num-items): Allow multiple AGE args.
5900         (newsticker--stat-num-items-total): New.
5901         (newsticker--opml-import-outlines): New.
5902         (newsticker-opml-import): Use `newsticker--opml-import-outlines'.
5903         (newsticker--do-run-auto-mark-filter): Doc changed.
5904         (newsticker-retrieve-random-message): New.
5906         * net/newsticker-ticker.el: New.  Move ticker functionality from
5907         net/newsticker.el to net/newsticker-ticker.el.
5908         (newsticker--ticker-timer): Rename `newsticker--display-timer' to
5909         `newsticker--ticker-timer'.
5910         (newsticker-ticker-running-p): Rename `newsticker--display-timer'
5911         to `newsticker--ticker-timer'.
5912         (newsticker--set-customvar-ticker): New.  Extracted from
5913         `newsticker--set-customvar'.
5914         (newsticker-ticker-interval): Rename `newsticker-display-interval'
5915         to `newsticker-ticker-interval'.  Use `newsticker--set-customvar-ticker
5916         for :set.  Change :group.
5917         (newsticker-scroll-smoothly): Doc changed.  Change :group.
5918         (newsticker-hide-immortal-items-in-echo-area)
5919         (newsticker-hide-old-items-in-echo-area)
5920         (newsticker-hide-obsolete-items-in-echo-area):
5921         Use `newsticker--set-customvar-ticker for :set.  Change :group.
5922         (newsticker-start-ticker): Rename `newsticker--display-timer' to
5923         `newsticker--ticker-timer'.  Rename `newsticker-display-interval'
5924         to `newsticker-ticker-interval'.
5925         (newsticker-stop-ticker): Rename `newsticker--display-timer' to
5926         `newsticker--ticker-timer'.
5928         * net/newsticker-reader.el: New.  Move reader functionality from
5929         net/newsticker.el to net/newsticker-reader.el.
5930         (newsticker--set-customvar-formatting): New.  Extracted from
5931         `newsticker--set-customvar'.
5932         (newsticker-reader, newsticker-frontend): New.
5933         (newsticker-enable-logo-manipulations): Change :group.
5934         (newsticker-justification): Use `newsticker--set-customvar-formatting'
5935         for :set.  Change :group.
5936         (newsticker-use-full-width): Use `newsticker--set-customvar-formatting'
5937         for :set.  Change :group.
5938         (newsticker-html-renderer): Doc changed.
5939         Use `newsticker--set-customvar-formatting' for :set.  Change :group.
5940         (newsticker-date-format):
5941         Use `newsticker--set-customvar-formatting' for :set.  Change :group.
5942         (newsticker--insert-enclosure):
5943         Rename `newsticker--buffer-insert-enclosure' to
5944         `newsticker--insert-enclosure'.  Add keymap arg.
5945         (newsticker--print-extra-elements):
5946         Rename `newsticker--buffer-print-extra-elements' to
5947         `newsticker--print-extra-elements'.  Add keymap arg.
5948         (newsticker--do-print-extra-element):
5949         Rename `newsticker--buffer-do-print-extra-element' to
5950         `newsticker--do-print-extra-element'.  Add keymap arg.
5951         (newsticker-show-news): Use `newsticker-frontend'.
5953         * net/newsticker-plainview.el: New.  Move plainview functionality
5954         from net/newsticker.el to net/newsticker-reader.el.
5955         (newsticker-plainview): New.
5956         (newsticker--set-customvar-sorting): New.  Extracted from
5957         `newsticker--set-customvar'.
5958         (newsticker-sort-method): Use `newsticker--set-customvar-sorting
5959         for :set.  Changed :group.
5960         (newsticker-heading-format, newsticker-item-format)
5961         (newsticker-desc-format, newsticker-statistics-format):
5962         Use `newsticker--set-customvar-formatting for :set.  Change :group.
5963         (newsticker-faces): Change :group.
5964         (newsticker-default-face): Enable again.
5965         (newsticker-hide-old-items-in-newsticker-buffer)
5966         (newsticker-show-descriptions-of-new-items):
5967         Use `newsticker--set-customvar-buffer' for :set.  Change :group.
5968         (newsticker-show-all-news-elements): Change :group.
5969         (newsticker-plainview-hooks): New.
5970         (newsticker-select-item-hook, newsticker-select-feed-hook)
5971         (newsticker-buffer-change-hook, newsticker-narrow-hook): Change :group.
5972         (newsticker--plainview-tool-bar-map): Rename `newsticker--tool-bar-map'
5973         to `newsticker--plainview-tool-bar-map'.
5974         (newsticker--url-keymap): Add mouse-1 binding.
5975         (newsticker-plainview): New.
5976         (newsticker-mark-all-items-of-feed-as-read): Change doc.
5977         (newsticker--buffer-do-insert-text): Use renamed
5978         newsticker--[buffer-]insert-enclosure and
5979         newsticker--[buffer-]print-extra-elements.
5980         (newsticker--buffer-set-faces): Use newsticker-default-face.
5982         * net/newsticker-treeview.el: New.
5984 2008-06-08  Andreas Schwab  <schwab@suse.de>
5986         * vc-dispatcher.el (vc-dir-children-marked-p): Fix child check.
5988         * vc-cvs.el (vc-cvs-dir-status): Pass -f to cvs.
5990         * vc-dispatcher.el (vc-dir-move-to-goal-column): Don't move in an
5991         empty line.
5993         * minibuffer.el (minibuffer-message): Bind inhibit-quit around sit-for.
5995 2008-06-08  Martin Rudalics  <rudalics@gmx.at>
5997         * window.el (split-height-threshold, split-width-threshold):
5998         Add choice nil.
5999         (split-window-preferred-function): Allow either nil or a function.
6000         (window--splittable-p, window--try-to-split-window):
6001         Handle changed option values.
6003         (window--frame-usable-p): Handle nil argument.
6005         (display-buffer): Call get-lru-window when pop-up-windows is nil
6006         and window can't be split.
6008 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
6010         * uniquify.el (uniquify-get-proposed-name): Handle remote files.
6012         * net/tramp.el (top): Quote feature names.  Remove
6013         `tramp-rfn-eshadow-setup-minibuffer' from
6014         `rfn-eshadow-setup-minibuffer-hook' when unloading.
6015         (tramp-read-passwd): There is only one call to
6016         `auth-source-user-or-password' needed.  Pacify byte compiler.
6018 2008-06-08  Andreas Schwab  <schwab@suse.de>
6020         * window.el (display-buffer): Use lru window if current window
6021         cannot be split.
6023 2008-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6025         * apropos.el (apropos-library): New command and new button.
6026         (apropos-library-button): New function.
6028         * apropos.el: Remove spurious * in docstrings.
6029         (apropos-label-face): Use variable pitch.
6030         (apropos-print): Use dolist and with-current-buffer.
6031         (apropos-print-doc): Use when.
6033         * window.el (special-display-p, display-buffer):
6034         Fix up C->Elisp transcription error.
6036 2008-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6038         * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
6039         (byte-compile-file): Initialize it.
6040         (byte-compile-nogroup-warn): Keep track of the current group.
6042 2008-06-08  Glenn Morris  <rgm@gnu.org>
6044         * Makefile.in (compile, compile-always, bootstrap-prepare):
6045         Explicitly pass EMACS to sub-makes that use it, for non-GNU makes.
6047 2008-06-07  Jihyun Cho  <jihyun.jo@gmail.com>
6049         * language/hanja-util.el (hanja-init-load): Use a char-table for
6050         hanja-table.
6051         (hangul-to-hanja-char): Adjust for the above change.
6053 2008-06-07  Glenn Morris  <rgm@gnu.org>
6055         * finder.el (finder-compile-keywords): Use lm-keywords-list rather than
6056         lm-keywords.
6058         * mail/sendmail.el (mail-interactive): Add :version.
6060         * term/linux.el (terminal-init-linux): Use gpm-mouse-mode rather than
6061         obsolete alias.
6063         * ediff-merg.el, strokes.el, wid-edit.el, emacs-lisp/lisp-mnt.el:
6064         * emulation/edt-mapper.el, eshell/em-dirs.el, eshell/em-glob.el:
6065         * eshell/em-ls.el, eshell/em-unix.el, eshell/esh-cmd.el:
6066         * eshell/esh-io.el, eshell/esh-opt.el, eshell/esh-test.el:
6067         * eshell/esh-util.el, international/mule-cmds.el:
6068         * international/mule-diag.el, mail/smtpmail.el, net/netrc.el:
6069         * net/tls.el, progmodes/etags.el, textmodes/page-ext.el:
6070         Remove unnecessary eval-when-compiles and eval-and-compiles.
6072         * Makefile.in (bootstrap-clean): Run autogen-clean.
6073         (maintainer-clean): No need to run autogen-clean now it is included in
6074         bootstrap-clean.
6076 2008-06-06  Miles Bader  <miles@gnu.org>
6078         * Makefile.in (ELCFILES): Add gnus/nndir.elc.
6080 2008-06-06  Chong Yidong  <cyd@stupidchicken.com>
6082         * menu-bar.el (menu-bar-options-menu): Add Menu entry for
6083         longlines mode.
6085         * replace.el (replace-search-function)
6086         (replace-re-search-function): New vars.
6087         (perform-replace): Use them.
6089         * longlines.el (longlines-re-search-forward): New function.
6090         (longlines-mode): Bind replace-search-function and
6091         replace-re-search-function, to ensure that replacement commands
6092         treat newlines as spaces.
6093         (longlines-show-effect): Default to a pilcrow sign.
6095 2008-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6097         * help.el (function-called-at-point):
6098         * help-fns.el (variable-at-point): Use emacs-lisp-mode-syntax-table
6099         even when calling find-tag-default.
6101 2008-06-06  Daniel Colascione  <danc@merrillpress.com>
6103         * nxml/nxml-mode.el (nxml-syntax-highlight-flag)
6104         (nxml-fontify-chunk-size, nxml-clear-face, nxml-set-fontified)
6105         (nxml-clear-fontified, nxml-fontify, nxml-fontify1)
6106         (nxml-fontify-buffer, nxml-do-fontify):
6107         Remove obsolete variables and functions.
6108         (nxml-font-lock-keywords, nxml-set-face, nxml-mode)
6109         (nxml-degrade, nxml-after-change, nxml-after-change1)
6110         (nxml-extend-region, nxml-extend-after-change-region)
6111         (nxml-extend-after-change-region1, nxml-fontify-matcher)
6112         (nxml-toggle-char-ref-extra-display): Use font-lock, and
6113         font-lock-extend-region-functions in particular, to fontify
6114         nxml-mode buffers.
6115         (nxml-debug-region): New debugging helper function.
6117         * nxml/nxml-rap.el (nxml-clear-inside, nxml-set-inside)
6118         (nxml-scan-after-change, nxml-move-tag-backwards):
6119         Adapt for font-lock changes.
6121         * nxml/nxml-util.el (nxml-debug, nxml-debug-change)
6122         (nxml-debug-set-inside, nxml-debug-clear-inside):
6123         New debugging functions.
6124         (nxml-with-degradation-on-error): New helper macro.
6126 2008-06-06  Martin Rudalics  <rudalics@gmx.at>
6128         * window.el (display-buffer): Remove dead call to get-lru-window.
6130 2008-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6132         * mail/sendmail.el (mail-interactive): Change default.
6134 2008-06-05  John Paul Wallington  <jpw@pobox.com>
6136         * bindings.el (completion-ignored-extensions):
6137         Add .p64fsl, .d64fsl, and .dx64fsl.
6139 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6141         * ffap.el (ffap-prompter): Don't use the region.
6143 2008-06-05  Sam Steingold  <sds@gnu.org>
6145         * vc-cvs.el (vc-cvs-registered): Consider a directory with a CVS
6146         subdirectory to be registered.
6148 2008-06-05  Martin Rudalics  <rudalics@gmx.at>
6150         * window.el (display-buffer-function, special-display-p)
6151         (special-display-buffer-names, special-display-regexps)
6152         (special-display-function, same-window-p, same-window-buffer-names)
6153         (same-window-regexps, pop-up-frames, display-buffer-reuse-frames)
6154         (pop-up-frame-function, pop-up-windows, even-window-heights)
6155         (split-window-preferred-function, split-height-threshold)
6156         (window--display-buffer-1, display-buffer, pop-to-buffer):
6157         Move from window.c and buffer.c.
6158         (window--splittable-p, window--try-to-split-window)
6159         (window--frame-usable-p, window--display-buffer-2)
6160         (window--even-window-heights): New functions.
6161         (split-width-threshold): New option.
6162         (split-window-preferred-horizontally): Remove.
6164         * cus-start.el: Remove corresponding declarations.
6166 2008-06-05  Sam Steingold  <sds@gnu.org>
6168         * vc.el (vc-update): Use `save-some-buffers' instead of signaling
6169         an error on modified buffers.
6171 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6173         * progmodes/etags.el (tags-verify-table): Be careful to use and update
6174         tags-file-name and tags-table-list from the right buffer.
6175         (tags-table-check-computed-list, tags-table-extend-computed-list)
6176         (find-tag-noselect): Use with-current-buffer.
6178         * emacs-lisp/trace.el (trace-entry-message, trace-exit-message):
6179         Use print-circle.
6181         * minibuffer.el (minibuffer-local-must-match-filename-map):
6182         Declare obsolete alias for the old name.
6184         * abbrev.el (unexpand-abbrev): Better preserve markers.
6186 2008-06-05  Glenn Morris  <rgm@gnu.org>
6188         * emacs-lisp/autoload.el (autoload-rubric): New function,
6189         extracted from autoload-ensure-default-file.
6190         (autoload-ensure-default-file): Use autoload-rubric.
6192         * cus-dep.el (generated-custom-dependencies-file): Doc fix.
6193         (custom-dependencies-no-scan-regexp): New variable.
6194         (custom-make-dependencies): Use with-temp-buffer and autoload-rubric.
6195         Don't scan files matching custom-dependencies-no-scan-regexp.
6196         Disable undo in the output buffer.  Remove kept-new-versions wackiness.
6198         * finder.el (finder-headmark): Initialize and add doc string.
6199         (generated-finder-keywords-file): Doc fix.
6200         (finder-no-scan-regexp): New variable.
6201         (finder-compile-keywords): Use a single let binding.
6202         Disable undo in the output buffer.  Use autoload-rubric.
6203         Use mapc rather than mapcar.  Don't scan files matching
6204         finder-no-scan-regexp.  Use with-temp-buffer.  Use expand-file-name
6205         rather than concat.  Use directory-files to do regexp matching.
6206         No need to require jka-compr.
6207         (finder-list-keywords): Remove un-needed set-buffer.  Disable undo.
6208         (finder-list-matches): Disable undo.
6209         (finder-commentary): Use let rather than let*.  Disable undo.
6210         (finder-current-item): Use zerop.
6211         (finder-mode): Use define-derived-mode.
6212         (finder-exit): Doc fix.  Use dolist.
6214         * Makefile.in ($(lisp)/cus-load.el): Remove unnecessary rule.
6215         (custom-deps): Don't require $(lisp)/cus-load.el.
6216         (custom-deps, finder-data): Don't depend on autoloads.
6217         Should not be needed now, and doing so was causing make install to
6218         re-dump emacs post-bootstrap.
6219         (bootstrap-after): Don't run update-elclist, since modifying Makefile.in
6220         mid-build forces some things to be rebuilt.
6222 2008-06-05  Miles Bader  <miles@gnu.org>
6224         * face-remap.el
6225         (face-remap-add-relative): Renamed from `add-relative-face-remapping'.
6226         (face-remap-remove-relative): Renamed from
6227         `remove-relative-face-remapping'.
6228         (face-remap-reset-base): Renamed from
6229         `set-default-base-face-remapping'.
6230         (face-remap-set-base): Renamed from `set-base-face-remapping'.
6231         (text-scale-increase): Renamed from `increase-buffer-face-height'.
6232         (text-scale-decrease): Renamed from `decrease-buffer-face-height'.
6233         (text-scale-adjust): Renamed from `adjust-buffer-face-height'.
6235         * face-remap.el (variable-pitch-mode): Autoload.
6237 2008-06-04  Sam Steingold  <sds@gnu.org>
6239         * vc-hg.el (vc-hg-status-extra-header, vc-hg-status-extra-headers):
6240         Generate extra status headers for a Mercurial tree.
6242 2008-06-04  John Paul Wallington  <jpw@pobox.com>
6244         * echistory.el (electric-history-map): Define within defvar.
6245         Add docstring.
6247         * font-lock.el (font-lock-turn-off-thing-lock)
6248         (font-lock-after-fontify-buffer, font-lock-after-unfontify-buffer):
6249         Use `bound-and-true-p'.
6250         (cpp-font-lock-keywords-source-directives, cpp-font-lock-keywords):
6251         Doc fixes.
6253         * international/ccl.el (define-ccl-program): Add `doc-string'
6254         declaration.
6256 2008-06-04  Juanma Barranquero  <lekktu@gmail.com>
6258         * face-remap.el (variable-pitch-mode): Reflow docstrings.
6259         (text-scale-mode, adjust-buffer-face-height): Fix typos in docstrings.
6261 2008-06-04  Trent W. Buck  <trentbuck@gmail.com>  (tiny change)
6263         * emacs-lisp/rx.el (rx): Doc fix.
6265 2008-06-04  Markus Triska  <markus.triska@gmx.at>
6267         * image-mode.el (image-mode-map): Add doc-view-inspired bindings.
6269 2008-06-04  Miles Bader  <miles@gnu.org>
6271         * face-remap.el (adjust-buffer-face-height): New function.
6272         Add autoloaded keybindings in ctl-x-map.
6273         (increase-buffer-face-height, decrease-buffer-face-height):
6274         Simplify interactive spec to just "p".  Remove autoloaded keybindings.
6276 2008-06-03  Chong Yidong  <cyd@stupidchicken.com>
6278         * simple.el (line-move-1): If we did not move as far as desired,
6279         ensure that point-left and point-entered hooks are called.
6281 2008-06-03  Sam Steingold  <sds@gnu.org>
6283         * vc-cvs.el (vc-cvs-status-extra-headers): Remove extraneous newlines.
6285 2008-06-03  John Paul Wallington  <jpw@pobox.com>
6287         * progmodes/make-mode.el (makefile-cleanup-continuations)
6288         (makefile-warn-suspicious-lines, makefile-warn-continuations):
6289         Use `derived-mode-p'.
6291 2008-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6293         * Makefile.in (update-elclist): Impose a fixed collation for sorting.
6294         (ELCFILES): Update.
6296 2008-06-03  Miles Bader  <miles@gnu.org>
6298         * face-remap.el: New file.
6299         * Makefile.in (ELCFILES): Add face-remap.elc.
6301 2008-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6303         * progmodes/flymake.el (flymake-process-filter): Make sure the source
6304         buffer isn't dead.
6306         * obsolete/bg-mouse.el, obsolete/float.el, obsolete/hilit19.el,
6307         * obsolete/lselect.el, obsolete/mlsupport.el, obsolete/ooutline.el,
6308         * obsolete/profile.el, obsolete/rsz-mini.el, obsolete/uncompress.el,
6309         * obsolete/auto-show.el, obsolete/hscroll.el:
6310         Remove packages that were obsolete in Emacs-20, or that were obsolete
6311         in Emacs-21 and do not contain any more code.
6313         * vc-dispatcher.el (vc-dir-menu-map-filter): Don't fail if
6314         vc-client-mode is not set.
6316         * image-mode.el (image-mode-map): Suppress key map and bind `q'.
6317         * doc-view.el (doc-view-mode-map): Inherit from image-mode-map.
6319         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords): Try to be
6320         yet a bit more clever at distinguishing / from /.
6322 2008-06-03  Kenichi Handa  <handa@m17n.org>
6324         * Makefile.in (ELCFILES): Add $(lisp)/language/hanja-util.elc.
6326 2008-06-03  Jihyun Cho  <jihyun.jo@gmail.com>
6328         * language/hanja-util.el: New file.
6330 2008-06-03  Glenn Morris  <rgm@gnu.org>
6332         * progmodes/f90.el (f90-typedef-matcher, f90-looking-at-type-like):
6333         Check that end-of-word follows "type".
6335 2008-06-02  Daiki Ueno  <ueno@unixuser.org>
6337         * epa-file.el (epa-file-write-region): Write the entire buffer
6338         content if START is nil.
6340 2008-06-01  Thomas Morgan  <tlm@thomasmorgan.net>  (tiny change)
6342         * select.el (x-get-selection): Fix typo.
6344 2008-06-01  Juanma Barranquero  <lekktu@gmail.com>
6346         * descr-text.el (describe-text-sexp): Use `string-match-p'.  Simplify.
6347         (describe-char): Use `looking-at-p', `string-match-p' when possible.
6349 2008-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6351         * tar-mode.el (tar-header-block-summarize): Ensure one space around
6352         user&group.
6354 2008-05-31  John Paul Wallington  <jpw@pobox.com>
6356         * help-fns.el (describe-variable-custom-version-info):
6357         Handle dotted `package-version' info.
6359 2008-05-31  Juanma Barranquero  <lekktu@gmail.com>
6361         * icomplete.el (icomplete-get-keys): Doc fix.  Use `when'.
6363 2008-05-31  Dan Nicolaescu  <dann@ics.uci.edu>
6365         * vc-cvs.el (vc-cvs-after-dir-status): Support spaces in file
6366         names and improve support for unregistered files.
6368 2008-05-31  Glenn Morris  <rgm@gnu.org>
6370         * Makefile.in (compile-last): Replace tr in `els' assignment with sed.
6371         Remove shell variable `elc'.  Split tests to hopefully be more portable.
6372         Fix `sel' assignment.
6374 2008-05-30  Juanma Barranquero  <lekktu@gmail.com>
6376         * minibuffer.el (completion-table-dynamic): Doc fix.
6378 2008-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6380         * vc-cvs.el (vc-cvs-state-heuristic, vc-cvs-parse-status):
6381         Try and return `unregistered' when applicable.
6383         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
6384         Don't encourage naming variables with "-flag".
6386 2008-05-30  Glenn Morris  <rgm@gnu.org>
6388         * Makefile.in (update-elclist): Hide the warning when it does not apply,
6389         make it milder when it does.
6390         (autogen-clean): New target.
6391         (maintainer-clean): Use autogen-clean.
6393         * calendar/diary-lib.el (diary-display-function): New name for
6394         diary-display-hook.  Keep old name as obsolete alias.  Doc fix.
6395         Change custom type and version.
6396         (diary-list-entries-hook, diary-list-entries, diary-simple-display)
6397         (diary-fancy-display): Doc fixes.
6398         (diary-list-entries, diary-include-other-diary-files)
6399         (diary-mail-entries):
6400         Use diary-display-function rather than diary-display-hook.
6402         * calendar/appt.el (appt-check): Use diary-display-function rather than
6403         diary-display-hook.
6404         * calendar/cal-x.el (calendar-dedicate-diary): Update for
6405         diary-display-function replacing diary-display-hook.
6406         * org/org-agenda.el (org-get-entries-from-diary): Also set
6407         diary-display-function.
6409         * calendar/cal-html.el (cal-html-list-diary-entries):
6410         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
6411         * calendar/cal-tex.el (cal-tex-list-diary-entries): Use LIST-ONLY
6412         argument of diary-list-entries rather than setting diary-display-hook.
6414 2008-05-30  Kenichi Handa  <handa@m17n.org>
6416         * international/mule-conf.el (utf-8-with-signature): Renamed from
6417         utf-8-sig.
6418         (utf-8-auto): Adjusted for the above change.
6420         * international/mule-diag.el (describe-font): Don't check fontset
6421         here, and just call font-info.  Get the default font by from the
6422         default face.
6424 2008-05-29  Kenichi Handa  <handa@m17n.org>
6426         * international/mule-conf.el (utf-8-sig, utf-8-auto):
6427         New coding systems.
6429         * international/mule.el (define-coding-system): Accept :bom for utf-8.
6431 2008-05-29  Espen Wiborg  <espen.wiborg@telio.no>  (tiny change)
6433         * international/utf-7.el (utf-7-encode): Use the right escape char
6434         depending on imap/nonimap encoding.
6436 2008-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6438         * minibuffer.el (completion-pcm-all-completions): Add the base-size.
6440 2008-05-29  Juanma Barranquero  <lekktu@gmail.com>
6442         * icomplete.el (icomplete-prospects-height): Add :group.
6444 2008-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6446         * icomplete.el (icomplete-prospects-length): Make obsolete.
6447         (icomplete-prospects-height): New var.
6448         (icomplete-completions): Use it.
6450 2008-05-29  David Kastrup  <dak@gnu.org>
6452         * autoinsert.el (auto-insert): Add :link.
6454 2008-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6456         * tar-mode.el (tar-header): New field `header-start'.
6457         (tar-header-block-tokenize): Set it when useful.
6458         Drop "GNUtar " magic value, which even GNU Tar doesn't know about.
6459         (tar-header-data-end): New function.
6460         (tar-summarize-buffer): Use it.
6461         (tar-next-line): Fix goal column for long usernames.
6462         (tar-expunge-internal): Use header-start.
6463         (tar-rename-entry): Handle ustar-style long names.
6464         (tar-alter-one-field): Add optional `descriptor' argument.
6465         (tar-subfile-save-buffer): Use it.
6467 2008-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6469         * tar-mode.el (tar-header): New field `header-start'.
6470         (tar-header-block-tokenize): Set header-start for longlink entries.
6471         (tar-expunge-internal): Use header-start to expunge longlink entries.
6473         * files.el (hack-local-variables): Don't signal an error if the local
6474         variable section is not properly terminated.
6476         * emacs-lisp/easymenu.el (easy-menu-convert-item)
6477         (easy-menu-convert-item-1): Move the duplicate-generation outside of
6478         the caching so it also works for identical entries.
6480         * tar-mode.el (tar-summarize-buffer): Fix reporter initialization.
6481         (tar-mode): Use write-region-annotate-functions rather than
6482         write-contents-functions.
6483         (tar-extract): Remove unused var `pos'.
6484         (tar-subfile-save-buffer): Remove unused var `following-descs'.
6485         (tar-mode-write-file): Remove.
6486         (tar-write-region-annotate): New function.
6488         * progmodes/flymake.el (flymake-save-buffer-in-file):
6489         * shadowfile.el (shadow-copy-file):
6490         * arc-mode.el (archive-*-write-file-member):
6491         * files.el (diff-buffer-with-file):
6492         * subr.el (with-temp-file): Pass nil to write-region.
6493         * jka-compr.el (jka-compr-write-region): Preserve `start's nullness.
6495         * doc-view.el (doc-view-mode-map): Bind `q' to quit-window, as is
6496         the custom.
6498         * files.el (basic-save-buffer-2): Pass nil rather than (point-min)
6499         to write-region.
6501 2008-05-28  Glenn Morris  <rgm@gnu.org>
6503         * Makefile.in (update-elclist): Work around non-portability of "\"
6504         in various implementations of echo.
6506 2008-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6508         * international/mule-diag.el (describe-current-coding-system):
6509         Don't assume selection-coding-system is always defined.
6511         * tar-mode.el: Use defstruct and markers.
6512         (tar-setf): Remove.
6513         (tar-header): Use defstruct.  Add `data-start' field.
6514         (make-tar-desc, tar-desc-tokens): Remove, folded into tar-header.
6515         (tar-desc-data-start): Remove (now called tar-header-data-start).
6516         (tar-roundup-512): New fun.
6517         (tar-header-block-tokenize): Receive a buffer position rather than
6518         a string.  Handle @longLink here, be more careful about it.
6519         Create a marker for data-start.
6520         (tar-summarize-buffer): Don't handle @LongLink here any more.
6521         (tar-expunge-internal, tar-subfile-save-buffer): Don't update
6522         data-start on the following entries any more.
6523         (tar-chown-entry, tar-chgrp-entry): Use read-number.
6525         * tar-mode.el: Use buffer-swap-text to separate summary and raw data.
6526         (tar-header-offset): Remove.
6527         (tar-parse-info, tar-header-offset, tar-file-name-coding-system):
6528         Not permanent any more.
6529         (tar-data-buffer): New var.
6530         (tar-data-swapped-p, tar-change-major-mode-hook)
6531         (tar-mode-kill-buffer-hook): New funs.
6532         (tar-untar-buffer, tar-summarize-buffer, tar-mode, tar-mode-revert)
6533         (tar-extract, tar-copy, tar-expunge-internal, tar-expunge)
6534         (tar-clear-modification-flags, tar-alter-one-field)
6535         (tar-subfile-save-buffer, tar-pad-to-blocksize, tar-mode-write-file):
6536         Change accordingly.
6538 2008-05-27  Dan Nicolaescu  <dann@ics.uci.edu>
6540         * vc-dispatcher.el (vc-directory-resynch-file): Rename to ...
6541         (vc-dir-resynch-file): ... this.  Update callers.
6542         Use vc-string-prefix-p.  Ignore directory args.
6543         (vc-string-prefix-p): CSE.
6544         (vc-resynch-buffer): Restore conditional.
6546         * vc-hooks.el (vc-after-save): Improve test.
6547         (vc-mode-line): Fix indentation.
6549 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
6551         * calendar/parse-time.el (parse-time-months)
6552         (parse-time-weekdays): Add long-form month and day names.
6554 2008-05-27  Glenn Morris  <rgm@gnu.org>
6556         * Makefile.in (update-elclist): Make errors in final sed non-fatal.
6558 2008-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6560         * vc-dispatcher.el (vc-string-prefix-p): New function.
6561         (vc-dir-parent-marked-p): Use it.
6563 2008-05-27  Dan Nicolaescu  <dann@ics.uci.edu>
6565         * vc.el (Problems): Remove fixed issues.
6566         (vc-expand-dirs): Avoid returning directories.
6567         (vc-dir): Fix C-x v v binding.
6568         (vc-make-backend-object): Fix name.
6569         (vc-dir-show-fileentry): Fix docstring.
6570         (vc-dir-refresh): Use vc-dir-backend.  Fix docstring.
6571         (vc-dir-refresh-files): Use vc-dir-backend.  Fix docstring.
6572         Reset the state for directories.
6573         (vc-dir-headers): Align labels.
6574         (vc-default-status-printer): Do no call prettify-state-info.
6575         (vc-deduce-fileset): Replace implementation with one based on a
6576         working older version.
6577         (vc-next-action): Use the new form of vc-deduce-fileset.
6578         Fix dealing with unregistered files.
6580         * vc-dispatcher.el (vc-resynch-window): Fix mode-line updating.
6581         (vc-dir-menu-map): Fix menu title for the menu bar and the popup menu.
6582         (vc-dir-child-files): New function.
6583         (vc-dir-node-directory): New function.
6584         (vc-dir-update, vc-dir-parent-marked-p)
6585         (vc-dir-children-marked-p, vc-dir-mark-all-files)
6586         (vc-dir-marked-only-files, vc-dispatcher-selection-set): Use it.
6588         * vc-cvs.el (vc-cvs-status-extra-headers): Align labels.
6590 2008-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6592         * diff-mode.el (diff-context-mid-hunk-header-re): New const.
6593         (diff-font-lock-keywords, diff-context->unified)
6594         (diff-reverse-direction, diff-fixup-modifs, diff-sanity-check-hunk)
6595         (diff-hunk-text, diff-find-source-location): Use it.
6596         (diff-post-command-hook): Let the user edit the hunk headers.
6598 2008-05-26  Andreas Schwab  <schwab@suse.de>
6600         * vc.el (vc-default-prettify-state-info): Fix formatting of an
6601         unknown state.
6603         * tar-mode.el (tar-summarize-buffer): Comment fix.
6605 2008-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6607         * tar-mode.el (tar-summarize-buffer): Handle GNU Tar @LongLink format.
6609 2008-05-26  Glenn Morris  <rgm@gnu.org>
6611         * calendar/cal-hebrew.el (diary-ordinal-suffix): Declare for compiler.
6613 2008-05-25  John Paul Wallington  <jpw@pobox.com>
6615         * proced.el (proced-next-line, proced-previous-line):
6616         Avoid calling `next-line' and `previous-line' from Lisp code.
6618 2008-05-25  Ed Reingold  <reingold@emr.cs.iit.edu>
6620         * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
6621         Use diary-ordinal-suffix.
6623 2008-05-24  Juanma Barranquero  <lekktu@gmail.com>
6625         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-defs)
6626         (edebug-all-forms, edebug-eval-macro-args, edebug-save-windows)
6627         (edebug-save-displayed-buffer-points, edebug-initial-mode)
6628         (edebug-trace, edebug-test-coverage, edebug-continue-kbd-macro)
6629         (edebug-print-length, edebug-print-level, edebug-print-circle)
6630         (edebug-unwrap-results, edebug-on-error, edebug-on-quit)
6631         (edebug-global-break-condition, edebug-sit-for-seconds):
6632         Remove spurious * from defcustom docstrings.
6633         (edebug-unwrap*, edebug-signal, edebug-eval-display):
6634         Improve argument/docstring consistency.
6635         (edebug-test-coverage, edebug-gensym, edebug-read)
6636         (edebug-top-level-nonstop, edebug-eval-result-list)
6637         (edebug-eval-redisplay, edebug-trace): Fix typos in docstring.
6638         (edebug-eval-defun, edebug-eval-top-level-form, edebug)
6639         (edebug-display-freq-count): Reflow docstrings.
6640         (edebug-restore-status): Doc fix.
6642 2008-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6644         * proced.el (proced-header-line): Use the :align-to 0 feature
6645         rather than computing the corresponding position manually.
6646         (proced-update): Don't hardcode point-min==1.
6648 2008-05-24  Alan Mackenzie  <acm@muc.de>
6650         * progmodes/cc-mode.el (c-postprocess-file-styles): Throw an error
6651         if c-file-style is set to a non-string.
6653         (c-neutralize-CPP-line): Surround by `save-excursion'.
6654         (c-neutralize-syntax-in-CPP): Optimize for speed.
6656 2008-05-24  Glenn Morris  <rgm@gnu.org>
6658         * Makefile.in (update-elclist): New target, to update ELCFILES.
6659         (bootstrap-after): Run update-elclist.
6661 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
6663         * icalendar.el (icalendar-version): Increase to "0.19".
6664         (icalendar--date-style): New function.
6665         (icalendar--datetime-to-diary-date): Doc fix.
6666         Use icalendar--date-style.
6667         (icalendar--datestring-to-isodate): Doc fix.  Handle iso date style.
6668         (icalendar--convert-yearly-to-ical)
6669         (icalendar--convert-recurring-to-diary): Handle iso date style,
6670         use icalendar-date-style.
6672 2008-05-23  Dan Nicolaescu  <dann@ics.uci.edu>
6674         * vc.el (vc-delete-file): Make sure the buffer is deleted and
6675         vc-dir buffers are updated.
6677 2008-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6679         * vc.el (vc-delete-file): Don't try to resynch the buffer.
6681 2008-05-23  Paul Rivier  <paul.r.ml@gmail.com>
6683         * textmodes/reftex-vars.el (reftex-extra-bindings-prefix): New var.
6684         * textmodes/reftex.el (reftex-extra-bindings-map): New var.
6685         (reftex-extra-bindings): Use it.
6687         * progmodes/mixal-mode.el (mixal-mode-map): Move key-bindings
6688         away from the user-reserved keys.
6690         * progmodes/ada-mode.el (ada-mode-extra-map, ada-mode-extra-prefix):
6691         New vars.
6692         (ada-create-keymap): Use them.
6694 2008-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6696         * emacs-lisp/regexp-opt.el (regexp-opt): Always return
6697         a properly-grouped regexp.
6699 2008-05-23  Juanma Barranquero  <lekktu@gmail.com>
6701         * progmodes/cap-words.el (capitalized-words-mode):
6702         Fix typos in docstring.
6704 2008-05-23  Kenichi Handa  <handa@m17n.org>
6706         * international/mule-conf.el: Don't define the charset `emacs'
6707         here, just put :docstring, :short-name, and :long-name.
6709 2008-05-22  Kenichi Handa  <handa@m17n.org>
6711         * international/mule-diag.el (font-show-log): Limit each listing
6712         to 20 items.
6714 2008-05-23  Nick Roberts  <nickrob@snap.net.nz>
6716         * progmodes/gdb-ui.el (gdb-enable-debug): New function.
6717         (gdb-annotation-rules): New entry for "thread-changed".
6718         (gdb-thread-changed): New function.
6720 2008-05-23  Glenn Morris  <rgm@gnu.org>
6722         * Makefile.in (SOURCES): Remove, unused.
6723         (lisptagsfiles1, lisptagsfiles2): Use '*' rather than '[a-zA-Z]*'.
6724         (TAGS, TAGS-LISP): Use a single rule with multiple targets.
6725         Exclude more '*loaddefs' files.
6726         (compile-always): Simplify '.elc' deletion.
6728 2008-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6730         * vc-bzr.el (vc-bzr-annotate-time): Reduce memory allocation.
6731         (vc-bzr-revision-completion-table): Handle `boundaries' argument.
6733         * minibuffer.el (completion-boundaries): Change calling
6734         convention, so `string' has the same semantics as in
6735         try-completion and all-completions.
6736         (completion-table-with-context, completion--embedded-envvar-table)
6737         (completion--file-name-table)
6738         (completion-pcm--find-all-completions): Adjust code accordingly.
6740 2008-05-22  Chong Yidong  <cyd@stupidchicken.com>
6742         * image-mode.el (image-mode-winprops): Add argument CLEANUP to
6743         prune image-mode-winprops-alist, preventing it from growing
6744         indefinitely.
6745         (image-mode-reapply-winprops): Use it.
6747 2008-05-22  Teodor Zlatanov  <tzz@lifelogs.com>
6749         * net/netrc.el (netrc-machine): Always match if the port is not given.
6751 2008-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6753         * minibuffer.el (completion-pcm--find-all-completions):
6754         Don't add pseudo-completions.
6756         * icomplete.el (icomplete-eoinput): Remove.
6757         (icomplete-overlay): New var to replace it.
6758         (icomplete-tidy): Rewrite.
6759         (icomplete-exhibit): Use an overlay.
6760         (icomplete-completions): Use completion-all-sorted-completions.
6761         Obey completion-ignore-case.
6763         * files.el (locate-dominating-file): Accept non-existing argument.
6764         (project-find-settings-file): Rewrite, using locate-dominating-file.
6766 2008-05-22  Kenichi Handa  <handa@m17n.org>
6768         * faces.el (font-weight-table, font-slant-table, font-width-table):
6769         Delete them.  Don't call internal-set-font-style-table.
6771         * international/mule-diag.el (font-show-log): New function.
6773         * international/fontset.el (script-representative-chars): Add more
6774         chars for latin.  Add data for symbol.
6775         (setup-default-fontset): Add entries for phonetic, armenian, and symbol.
6777 2008-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6779         * minibuffer.el (completion-all-sorted-completions): New var.
6780         (completion--flush-all-sorted-completions)
6781         (completion-all-sorted-completions): New functions.
6782         (minibuffer-force-complete): New command.
6784 2008-05-21  Glenn Morris  <rgm@gnu.org>
6786         * files.el (c-postprocess-file-styles): Declare for compiler.
6788         * Makefile.in: Allow for parallel byte-compiling.
6789         (ELCFILES): New variable.
6790         (.el.elc): Remove prerequisites from suffix rule.  Print a message.
6791         (compile-first, compile-main, compile-last): New targets.
6792         (compile-always): Simplify - delete .elc files, then `make compile'.
6794         * Makefile.in (compile-calc): Use glob rather than find.
6795         ($(lisp)/progmodes/cc-mode.elc): Use $@.
6797         * eshell/esh-module.el: No need for cl when compiling.
6799         * eshell/eshell.el (eshell-defgroup): New alias.
6800         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
6801         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
6802         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
6803         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
6804         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
6805         * eshell/em-xtra.el: Use eshell-defgroup rather than defgroup.
6806         Autoload the custom group.  Set generated-autoload-file.
6807         * eshell/em-basic.el, eshell/esh-module.el: Require eshell,
6808         for eshell-defgroup.
6809         * eshell/esh-module.el (eshell-load-defgroups): Remove.
6810         Require esh-groups rather than loading it.
6812 2008-05-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6814         * proced.el (proced-header-line): New variable and new function.
6815         (proced-mode): Set header-line-format.
6816         (proced-update): Set proced-header-line.
6817         (proced-send-signal): Use proced-header-line.
6819 2008-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6821         * macros.el (insert-kbd-macro): Use prin1-char.
6823 2008-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6825         * minibuffer.el (completion-boundaries): New function.
6826         (completion--some): Delay errors.
6827         (complete-with-action, completion-table-with-context):
6828         Handle `boundaries' case.
6829         (completion--try-word-completion): Avoid partial-completion
6830         when the user hasn't entered anything yet.
6831         (minibuffer-local-map, minibuffer-local-filename-completion-map)
6832         (minibuffer-local-must-match-map, minibuffer-local-completion-map)
6833         (minibuffer-local-must-match-filename-map, minibuffer-local-ns-map):
6834         Setup default keybindings.
6835         (completion--embedded-envvar-re): New var.
6836         (completion--embedded-envvar-table): Use it.  Handle `boundaries' case.
6837         (completion--file-name-table): Handle `boundaries' case.
6838         (completion-pcm--pattern->regex): Avoid pathological backtracking.
6839         (completion-pcm--all-completions): Add a `prefix' arg.
6840         (completion-pcm--find-all-completions): New function.
6841         (completion-pcm-all-completions, completion-pcm-try-completion):
6842         Use it.
6844         * icomplete.el (icomplete-completions): Don't use `predicate' with
6845         a table of a different type than `candidates'.
6847 2008-05-20  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6849         * proced.el (proced-goal-column): Rename from proced-procname-column.
6850         (proced-goal-header-re): Rename from proced-procname-column-regexp.
6851         (proced-move-to-goal-column): Rename from proced-move-to-procname.
6852         (proced-header-face, proced-header-regexp): Remove.
6853         (proced-font-lock-keywords): Remove proced-header-face.
6854         (proced-header-alist, proced-sorting-schemes-re): New variables.
6855         (proced): Rename Proced buffer to *Proced*.
6856         (proced-next-line, proced-previous-line): New commands.
6857         (proced-do-mark, proced-do-mark-all, proced-toggle-marks)
6858         (proced-hide-processes): Do not treat first line as special.
6859         (proced-header-space): New function.
6860         (proced-update): Use header-line-format.
6861         Initialize proced-header-alist and proced-sorting-schemes-re.
6862         Set proced-goal-column.  Include proced-command in mode-name.
6863         (proced-send-signal): Use header-line-format for *Marked
6864         Processes* buffer.
6865         (proced-sort): Restrict minibuffer completion to applicable
6866         sorting schemes.
6867         (proced-sorting-scheme-p): Use proced-sorting-schemes-re.
6869 2008-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6871         * icomplete.el (icomplete-simple-completing-p):
6872         Allow icomplete-with-completion-tables to say "use it everywhere".
6873         (icomplete-completions): Obey completion-styles.  Try to accommodate
6874         partial-completion style.
6876 2008-05-20  Michael Olson  <mwolson@gnu.org>
6878         * files.el (project-find-settings-file): Change concat to
6879         expand-file-name.
6881 2008-05-19  Tom Tromey  <tromey@redhat.com>
6883         * files.el (normal-mode): Call hack-project-variables.
6884         (hack-local-variables-confirm): Add 'project' argument.
6885         (hack-local-variables-apply): New function.
6886         (hack-local-variables): Use it.
6887         (project-class-alist, project-directory-alist): New variables.
6888         (project-get-alist): New function.
6889         (project-collect-bindings-from-alist)
6890         (project-collect-binding-list, set-directory-project)
6891         (project-find-settings-file, project-define-from-project-file)
6892         (hack-project-variables): New functions.
6894 2008-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6896         * emacs-lisp/cl-specs.el (destructuring-bind): Fix spec.
6898 2008-05-19  Juanma Barranquero  <lekktu@gmail.com>
6900         * faces.el (font-weight-table): Fix typo in docstring.
6902 2008-05-18  David Hull  <david@snap.com>  (tiny change)
6904         * vc-hg.el (vc-hg-annotate-re): Recognize the output of --follow.
6905         (vc-hg-annotate-command): Allow white space before version number.
6907 2008-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
6909         * calc/calc-yank.el (calc-register-alist): New variable.
6910         (calc-set-register, calc-get-register, calc-copy-to-register)
6911         (calc-insert-register, calc-add-to-register, calc-append-to-register)
6912         (calc-prepend-to-register): New functions.
6914         * calc/calc-ext.el (calc-init-extensions): Add keybindings for
6915         `calc-copy-to-register' and `calc-insert-register'.
6916         Autoload new register functions.
6918         * calc/calc-help.el (calc-r-prefix-help): Add help for register
6919         functions.
6921 2008-05-18  Dan Nicolaescu  <dann@ics.uci.edu>
6923         * vc.el (Todo): Add known problems.
6924         (vc-dir-backend): New variable.
6925         (vc-dir): Set it.
6926         (vc-make-backend-object, vc-generic-status-printer)
6927         (vc-generic-state, vc-generic-status-fileinfo-extra)
6928         (vc-dir-extra-menu): Use it.
6929         (vc-generic-dir-headers): Remove, unused.
6931         * vc-dispatcher.el (vc-dir-previous-directory): Rename from
6932         vc-dir-prev-directory for consistency with vc-dir-previous-line.
6933         (vc-dir-mode-map): Fix bindings.
6935         * vc-bzr.el (vc-bzr-after-dir-status): Remove unused binding.
6937 2008-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
6939         * calc/calc-yank.el (calc-kill): Make sure that only the stack is
6940         operated on.
6941         (calc-kill-region): Kill entire lines.
6943 2008-05-17  Glenn Morris  <rgm@gnu.org>
6945         * ezimage.el (ezimage-use-images): Drop support for Emacs < 21 and
6946         simplify initial value.
6947         (defezimage): Drop support for Emacs without defimage, use a featurep
6948         test rather than fboundp when defining, drop with-no-warnings.
6949         (ezimage-insert-over-text): Move featurep test inside
6950         add-text-properties.
6952         * elide-head.el (elide-head-headers-to-hide): Handle GPLv3 format.
6954         * net/tramp.el (top-level): Load auth-source when compiling.
6956         * progmodes/fortran.el (fortran-font-lock-keywords-2): Add .eqv., .neqv.
6958 2008-05-17  Andreas Schwab  <schwab@suse.de>
6960         * vc-dispatcher.el (vc-dir-mode-map): Fix M-down and M-up binding.
6962 2008-05-17  Dan Nicolaescu  <dann@ics.uci.edu>
6964         * vc.el (vc-annotate-show-diff-revision-at-line): Change
6965         vc-diff-internal arg to match what vc-deduce-fileset returns now.
6967 2008-05-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6969         * menu-bar.el (menu-bar-select-buffer): Reinsert it as msb.el uses it.
6971 2008-05-17  Jim Meyering  <meyering@redhat.com>
6973         * ido.el (ido-save-history): Do not emit a trailing newline at the
6974         end of the ido history file.
6976 2008-05-16  John Paul Wallington  <jpw@pobox.com>
6978         * vc-dispatcher.el (top-level): Revert previous change: require cl
6979         when compiling.
6981 2008-05-16  Eric S. Raymond  <esr@snark.thyrsus.com>
6983         * vc.el (vc-default-status-printer)
6984         (vc-default-prettify-state-info): Enhance the state prettyprinter
6985         to deal better with unknown states and indirect through it when
6986         painting vc-dir buffers.
6988 2008-05-16  John Paul Wallington  <jpw@pobox.com>
6990         * vc-dispatcher.el (top-level): Don't require cl when compiling.
6991         (vc-dir-mode-map): Fix backquote.
6992         (vc-at-event): Doc fix.  Use `make-symbol' instead of `gensym'.
6994 2008-05-16  Michael Albinus  <michael.albinus@gmx.de>
6996         * net/tramp.el (tramp-handle-write-region): Fix check for short track.
6997         Reported by Glenn Morris <rgm@gnu.org>.
6999 2008-05-16  Eric S. Raymond  <esr@snark.thyrsus.com>
7001         * vc.el: Remove my analysis of SCCS/RCS concurrency issues from
7002         the end of the file, it was good work at one time but has been
7003         stale since 1995 and may now be actively misleading.
7004         * vc-cvs.el (vc-cvs-status-extra-headers): Extract and display the
7005         CVS repository and module (assumptions for the latter a bit iffy).
7006         * vc-svn.el (vc-svn-status-extra-headers): Extract and display the
7007         SVN repository.
7009 2008-05-16  Juanma Barranquero  <lekktu@gmail.com>
7011         * vc-rcs.el (vc-rcs-create-tag):
7012         * vc-sccs.el (vc-sccs-create-tag):
7013         Fix typo in error message and pass backend arg.
7015 2008-05-15  Michael Albinus  <michael.albinus@gmx.de>
7017         * net/tramp.el (tramp-file-name-for-operation): Add `make-temp-name'.
7019 2008-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
7021         * net/tramp.el: Load auth-source library.
7022         (tramp-read-passwd): Use it for password, not login.
7024 2008-05-15  Shigeru Fukaya  <shugeru.fukaya@gmail.com>
7026         * ses.el (ses-goto-print): Use move-to-column rather than forward-char.
7027         (ses-print-cell): Use string-width, truncate-string-to-width,
7028         delete-region rather than length, substring, delete-char.
7029         (ses-setup): Set inhibit-point-motion-hooks to t.
7030         Calculate position by actually moving point rather than just using
7031         unibyte character length.
7032         (ses-mode): Set indent-tabs-mode to nil.
7033         (ses-center): Use string-width rather than length.
7035 2008-05-15  Eric S. Raymond  <esr@snark.thyrsus.com>
7037         * vc-cvs.el, vc-git.el, vc-hg.el, vc-hooks.el, vc-mcvs.el,
7038         * vc-rcs.el, vc-sccs.el, vc-svn.el, vc.el:
7039         Rename vc-*-create-snapshot and vc-*-retrieve-snapshot to
7040         vc-*-create-tag and vc-*-retrieve-tag respectively.
7042         * vc-dispatcher.el: Fix an incorrect buffer name and remove an
7043         unneeded defalias.
7045         * vc.el, vc-dispatcher.el (vc-dir-menu-map-filter): Move.
7047         * vc.el, vc-dispatcher.el (vc-dir-menu-map): Remove assumption
7048         about buffer names.
7050 2008-05-15  Glenn Morris  <rgm@gnu.org>
7052         * vc-hooks.el (vc-directory-resynch-file): Fix declaration.
7054         * org/org-exp.el (org-infojs-options-inbuffer-template):
7055         Fix declaration.
7057         * progmodes/cc-mode.el (declare-function): Add compat definition.
7058         (awk-mode-syntax-table, c-awk-unstick-NL-prop): Declare for compiler.
7060 2008-05-14  Eric S. Raymond  <esr@snark.thyrsus.com>
7062         * vc-dispatcher.el (vc-dispatcher-selection): Change the returned
7063         list to a cons so the caller can get back both expanded and
7064         unexpanded filesets.
7065         * vc.el (vc-deduce-fileset, vc-next-action, vc-diff-internal)
7066         (vc-merge, vc-version-diff, vc-print-log, vc-revert, vc-rollback):
7067         Change handling of selection-set returns as required.
7069 2008-05-15  John Paul Wallington  <jpw@pobox.com>
7071         * add-log.el (top-level): Don't require cl when compiling.
7073         * arc-mode.el (archive-add-new-member): Use `derived-mode-p'.
7074         (archive-*-extract): Use `zerop'.
7075         (archive-*-write-file-member): Use `or', use `zerop'.
7077         * diff-mode.el (diff-current-defun): Use `buffer-local-value'.
7079         * ibuffer.el (ibuffer-assert-ibuffer-mode): New defsubst.
7080         (ibuffer-mark-interactive, ibuffer-set-mark)
7081         (ibuffer-insert-buffer-line, ibuffer-redisplay-current)
7082         (ibuffer-map-lines, ibuffer-switch-format)
7083         (ibuffer-update-title-and-summary)
7084         (ibuffer-redisplay-engine): Use it.
7086         * ibuf-ext.el (ibuffer-interactive-filter-by-mode)
7087         (ibuffer-set-filter-groups-by-mode, ibuffer-list-buffer-modes)
7088         (define-ibuffer-filter mode, define-ibuffer-filter used-mode)
7089         (define-ibuffer-sorter major-mode, ibuffer-mark-unsaved-buffers)
7090         (ibuffer-mark-read-only-buffers)
7091         (ibuffer-mark-dired-buffers): Use `buffer-local-value'.
7093         * ibuf-macs.el (ibuffer-aif, ibuffer-awhen, ibuffer-save-marks)
7094         (define-ibuffer-column, define-ibuffer-sorter)
7095         (define-ibuffer-op, define-ibuffer-filter): Add declarations
7096         containing indentation specs, replacing equivalent top-level
7097         forms that set `lisp-indent-function' properties.
7098         (define-ibuffer-op): Use `derived-mode-p'.
7099         (define-ibuffer-filter): Remove redundant `concat' call.
7101 2008-05-14  Michael Albinus  <michael.albinus@gmx.de>
7103         * net/tramp.el (tramp-echo-mark): Update docstring.
7104         (tramp-echo-mark-marker): New defconst.
7105         (tramp-check-for-regexp): Use it.
7107 2008-05-14  Eric S. Raymond  <esr@snark.thyrsus.com>
7109         * vc.el (vc-deduce-fileset): Do the right thing when visiting a
7110         buffer (say, a log buffer or diff buffer) with a vc-dir buffer
7111         as parent.
7113 2008-05-14  John Paul Wallington  <jpw@pobox.com>
7115         * international/mule.el (convert-define-charset-argument):
7116         Remove period from end of error message.
7117         (coding-system-mnemonic): Doc fix.
7118         (ctext-pre-write-conversion): Doc fix.
7120 2008-05-14  Simon Marshall  <simon@gnu.org>
7122         * obsolete/fast-lock.el (fast-lock-cache-directories): Remove "."
7123         from its default value and give it the risky-local-variable
7124         property (CVE-2008-2142).
7126 2008-05-14  Kenichi Handa  <handa@m17n.org>
7128         * language/korean.el ("Korean"): Set `iso639-language'
7129         property to `ko'.
7131         * language/japanese.el ("Japanese"): Set `iso639-language'
7132         property to `ja'.
7134         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
7135         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK")
7136         ("Chinese-GB18030"): Set `iso639-language' property to `zh'.
7138         * international/mule-cmds.el (set-language-environment):
7139         Set current-iso639-language.
7141         * international/fontset.el (setup-default-fontset): For kana, han,
7142         hangul, and cjk-misc, move an entry with font-spec at the end.
7143         (generate-fontset-menu): Exclude fontset-auto* from the list.
7145         * composite.el (compose-chars-after): Assume that WINDOW is always
7146         non-nil.
7148         * faces.el (font-weight-table, font-slant-table)
7149         (font-swidth-table): Declare them by defconst.  Change the format
7150         of elements.  Call internal-set-font-style-table after their
7151         declaration.
7152         (face-valid-attribute-values): Call font-family-list.  Get values
7153         for width, weight, and slant from font-xxx-table.
7155         * cus-face.el (custom-face-attributes): Add "thin" for :weight.
7157 2008-05-13  John Paul Wallington  <jpw@pobox.com>
7159         * ibuffer.el (ibuffer-buffer-file-name): New function.
7160         (define-ibuffer-column filename): Use it.
7162         * ibuf-ext.el (define-ibuffer-filter filename): Use it.
7164 2008-05-13  Chong Yidong  <cyd@stupidchicken.com>
7166         * talk.el (talk): Simplify.  Pass display arg to talk-add-display
7167         as a string.
7168         (talk-add-display): Simplify.  Accept only string args.
7170 2008-05-13  Jay Belanger  <jay.p.belanger@gmail.com>
7172         * calc/calc.el (calc-mode-map): Remove old keybinding for `calc-yank'.
7174 2008-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7176         * Makefile.in (bootstrap-prepare): Don't chmod files.
7177         (autoloads): Do it here instead, where it's actually needed.
7179 2008-05-13  Chong Yidong  <cyd@stupidchicken.com>
7181         * tool-bar.el (tool-bar-make-keymap): Account for the optional
7182         KEY-BINDING-DATA field in menu-item list.
7184 2008-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7186         * dired.el (dired-read-dir-and-switches): Move things about to use less
7187         recursion during macroexpansion.
7189         * dired.el (dired-read-dir-and-switches): Use read-file-name.
7191         * dired.el (dired-read-dir-and-switches): Ignore ., .., and
7192         completion-ignored-extension directories if there's something else.
7193         (dired-mark-if, dired-map-over-marks, dired-readin, dired-revert)
7194         (dired-remember-marks, dired-undo, dired-build-subdir-alist)
7195         (dired-internal-do-deletions, dired-mark-files-in-region, dired-mark)
7196         (dired-toggle-marks, dired-change-marks, dired-unmark-all-files):
7197         buffer-read-only -> inhibit-read-only.
7199 2008-05-12  Eric S. Raymond  <esr@snark.thyrsus.com>
7201         * vc.el (vc-expand-dirs): Stop this function from tossing out
7202         explicitly specified files.
7204 2008-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7206         * smerge-mode.el (smerge-apply-resolution-patch): Don't pass nil
7207         to `insert'.
7209 2008-05-12  Dan Nicolaescu  <dann@ics.uci.edu>
7211         * vc.el (vc-annotate-show-diff-revision-at-line): Remove incorrect
7212         cons.  Use vc-annotate-backend.
7213         (with-vc-file, edit-vc-file): Remove unused macros.
7215 2008-05-12  Teodor Zlatanov  <tzz@lifelogs.com>
7217         * mail/smtpmail.el: Add autoload for `auth-source-user-or-password'.
7218         (smtpmail-try-auth-methods): Use it.
7220 2008-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7222         * emacs-lisp/cl.el (cl-set-nthcdr): Make it a defsubst so that
7223         (setf (nthcdr ..) ..) doesn't require CL at runtime.
7225 2008-05-11  Carsten Dominik  <dominik@science.uva.nl>
7227         * org/org.el (org-modules): Repair problems with loading org-jsinfo.org.
7229 2008-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7231         * vc-bzr.el (vc-bzr-sha1, vc-bzr-command-discarding-stderr)
7232         (vc-bzr-revision-completion-table): Use process-file.
7233         (vc-bzr-working-revision): Pass relative file names.
7235         * diff-mode.el (diff-hunk-header-re): Refine the regexp.
7237 2008-05-11  Juri Linkov  <juri@jurta.org>
7239         * wid-edit.el (widget-image-directory): Change default image data
7240         subdirectory from "custom" to "images/custom".
7242         * info.el (Info-next-preorder): Let-bind `Info-history' to nil
7243         before recursive call to `Info-next-preorder' to not add
7244         intermediate nodes to the history.
7246         * isearch.el: Put isearch-scroll property on recenter-top-bottom.
7248         * emulation/cua-base.el: Put isearch-scroll property
7249         on cua-scroll-up and cua-scroll-down.
7251 2008-05-11  Eric S. Raymond  <esr@snark.thyrsus.com>
7253         * vc-hooks.el (vc-recompute-state): Remove (dead code).
7255 2008-05-10  Dan Nicolaescu  <dann@ics.uci.edu>
7257         * vc-dispatcher.el (ewoc): Require.
7258         (vc-log-edit, vc-buffer-sync): Declare for byte compiler.
7260         * vc-hg.el (vc-hg-diff, vc-hg-annotate-command): Use when not if.
7262 2008-05-10  Chong Yidong  <cyd@stupidchicken.com>
7264         * term/w32-win.el (x-colors):
7265         * term/mac-win.el (x-colors):
7266         * term/x-win.el (x-colors): Re-order colors.
7268 2008-05-10  Reiner Steib  <reiner.steib@gmx.de>
7270         * smerge-mode.el (smerge-command-prefix): Fix custom type.
7272 2008-05-10  Eric S. Raymond  <esr@snark.thyrsus.com>
7274         * vc-dispatcher.el (vc-dir-next-directory, vc-dir-prev-directory):
7275         New functions implementing motion to next and previous directory.
7277         * vc-arch.el (vc-arch-command):
7278         * vc-bzr.el (vc-bzr-command):
7279         * vc-cvs.el (vc-cvs-command):
7280         * vc-dispatcher.el (vc-do-command):
7281         * vc-git.el (vc-git-command):
7282         * vc-hg.el (vc-hg-command):
7283         * vc-mcvs.el (vc-mvcs-command):
7284         * vc-mtn.el (vc-mtn-command):
7285         * vc-sccs.el (vc-sccs-command, vc-sccs-workfile)
7286         (vc-sccs-workfile-unchanged-p):
7287         * vc-svn.el (vc-svn-command, vc-svn-create-repo):
7288         * vc-rcs.el (all methods): Remove assumption about what a nil
7289         argument to vc-do-command means.  This means no buffer name needs
7290         to be hardcoded into the dispatcher layer, and it's better to be
7291         explicit anyway.
7293         * vc-svn.el (vc-svn-dir-state-heuristic): Remove.
7295 2008-05-10  Dan Nicolaescu  <dann@ics.uci.edu>
7297         * vc.el: Update todo.
7299         * vc-sccs.el (vc-sccs-dir-status):
7300         * vc-rcs.el (vc-rcs-dir-status): Avoid using results from multiple
7301         backends and returning up to date files.
7303         * vc-hooks.el (vc-prefix-map): Remove duplicate binding.
7305 2008-05-09  Eric S. Raymond  <esr@snark.thyrsus.com>
7307         * vc.el (vc-dir):
7308         * vc-hooks.el: Tweak the VC directory bindings.  These are now
7309         documented in the manual.
7311         * vc-dispatcher.el (vc-dir-update, vc-dir-parent-marked-p)
7312         (vc-dir-children-marked-p): Remove the vc-dir-insert-directories global.
7313         (vc-dispatcher-selection-set): Allow callers to pass in an
7314         observer flag that says no buffer sync is required.
7315         * vc.el (vc-deduce-fileset, vc-print-log, vc-version-diff):
7316         Use the observer flag.
7318 2008-05-09  Michael Albinus  <michael.albinus@gmx.de>
7320         * simple.el (start-file-process): Clarify docstring.
7322 2008-05-09  Eric S. Raymond  <esr@snark.thyrsus.com>
7324         * vc-sccs.el, vc-svn.el, vc-git.el, vc-hg.el, vc-mtn.el:
7325         Remove stub implementations of, and references to, wash-log.
7326         * vc-rcs.el (vc-rcs-comment-history):
7327         * vc-cvs.el (vc-cvs-comment-history):
7328         Inline the code that used to be wash-log.
7330         * vc-sccs.el (vc-sccs-checkin, vc-sccs-checkout, vc-sccs-rollback)
7331         (vc-sccs-revert, vc-sccs-steal-lock, vc-sccs-modify-change-comment)
7332         (vc-sccs-print-log, vc-sccs-diff): Grok directories.
7333         * vc-rcs.el (vc-sccs-checkin, vc-sccs-checkout)
7334         (vc-rcs-revert, vc-rcs-steal-lock, vc-rcs-modify-change-comment)
7335         (vc-rcs-print-log): Grok directories.
7337 2008-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7339         * vc.el (vc-mark-resolved): Add `backend' argument.
7340         (vc-next-action): Pass it the backend.
7341         (vc-next-action, vc-checkout, vc-mark-resolved, vc-version-diff)
7342         (vc-merge, vc-rollback, vc-update, vc-transfer-file, vc-delete-file)
7343         (vc-default-comment-history, vc-default-create-snapshot)
7344         (vc-default-retrieve-snapshot, vc-default-revert, vc-annotate)
7345         (vc-annotate-revision-previous-to-line)
7346         (vc-annotate-show-diff-revision-at-line, vc-annotate-warp-revision):
7347         * vc-svn.el (vc-svn-checkout):
7348         * vc-mcvs.el (vc-mcvs-checkout):
7349         * vc-hooks.el (vc-state, vc-default-workfile-unchanged-p)
7350         (vc-working-revision, vc-before-save, vc-mode-line):
7351         Prefer vc-call-backend to vc-call so as not to recompute the backend.
7353         * vc.el (vc-deduce-fileset): Don't require the checkout-model and the
7354         state to be consistent since it's often an unwarranted restriction.
7355         Don't return the state either.
7356         (vc-next-action): Check that the state is consistent.
7357         (vc-diff-internal, vc-version-diff, vc-print-log, vc-revert)
7358         (vc-rollback, vc-update): Adapt to new return value of
7359         vc-deduce-fileset.
7361         * vc-dispatcher.el (vc-dispatcher-browsing): Use derived-mode-p.
7362         (vc-dir-prepare-status-buffer): Use vc-dispatcher-browsing.
7363         (vc-dispatcher-in-fileset-p): New fun.
7364         (vc-dispatcher-selection-set): Use it to properly handle directories.
7366 2008-05-09  Dan Nicolaescu  <dann@ics.uci.edu>
7368         * vc.el (vc-version-diff, vc-print-log, vc-revert, vc-rollback)
7369         (vc-update): Remove unused let bindings.
7371 2008-05-09  Eric S. Raymond  <esr@snark.thyrsus.com>
7373         * vc.el (vc-deduce-fileset, vc-next-action, vc-version-diff)
7374         (vc-diff, vc-revert, vc-rollback, vc-update):
7375         * vc-dispatcher.el (vc-dispatcher-selection-set):
7376         Get rid of 4 special cases in fileset selection.  This involved
7377         changing the return value of (vc-deduce-fileset) so that it passes
7378         back a deduced state as well as a deduced back end.
7380 2008-05-08  Sam Steingold  <sds@gnu.org>
7382         * progmodes/compile.el (compilation-minor-mode-map)
7383         (compilation-mode-map): Bind "g" to recompile and "q" to quit-window.
7384         * progmodes/grep.el (grep-mode-map): Use `set-keymap-parent' to connect
7385         it to `compilation-minor-mode-map' (instead of an explicit `cons').
7387 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
7389         * org/org.el (org-modules, org-format-latex-options):
7390         * org/org-archive.el (org-archive-stamp-time)
7391         (org-archive-save-context-info):
7392         * org/org-faces.el (org-hide):
7393         * org/org-irc.el (org-irc-parse-link):
7394         * org/org-macs.el (org-call-with-arg, org-autoload):
7395         * org/org-mew.el (org-mew-store-link):
7396         * org/org-remember.el (org-remember-store-without-prompt)
7397         (org-remember-templates): Fix typos in docstrings.
7399         * org/org-info.el (org-info-store-link): Remove leftover docstring.
7401         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
7402         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
7403         (org-bbdb-anniv-split): Fix typos in docstrings.
7405         * org/org-publish.el (org-publish-project-alist): Doc fixes.
7406         (org-publish-use-timestamps-flag): Reflow docstring.
7407         (org-publish-files-alist): Fix typos in docstring.
7409 2008-05-07  Sam Steingold  <sds@gnu.org>
7411         * pcvs-util.el (cvs-bury-buffer): Revert my patch: quit-window
7412         appears to be too aggressive with window removal.
7414 2008-05-08  Michael McNamara  <mac@mail.brushroad.com>
7416         * progmodes/verilog-mode.el (verilog-type-font-keywords):
7417         Add leda and 0in as pragma keywords.
7418         (verilog-pretty-expr): Support lining up assignments which include
7419         part selects.
7420         (verilog-mode): More portable check for the availability of
7421         hideshow support.
7422         (verilog-do-indent): Remove special indent for declarations inside
7423         a parenthetical list.  The code is ill-advised, and doesn't work
7424         given the new user defined types.
7425         (verilog-set-auto-endcomments): Enhance function automatic
7426         endcomment to support functions that return user defined types.
7427         (verilog-mode): Add code to tell which-function-mode minor mode
7428         that Verilog supports this feature.
7430 2008-05-08  Eli Zaretskii  <eliz@gnu.org>
7432         * epa-file.el: Require epa-hook.
7434         * loadup.el ("epa-hook"): Load epa-hook instead of epa-file-hook.
7436         * epa-hook.el: Renamed from epa-file-hook.el, to avoid
7437         file-names clashes on 8+3 filesystems.  Provide epa-hook.
7439         * org/org-jsinfo.el: Renamed from org-infojs.el, to avoid
7440         file-names clashes on 8+3 filesystems.
7442 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
7444         * org/org.el (org-read-date-get-relative): Interpret lone
7445         weekday abbreviation as relative to today.
7447 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
7449         * abbrev.el (define-abbrev-table):
7450         * composite.el (toggle-auto-composition):
7451         * json.el (json-alist-p, json-plist-p):
7452         * minibuffer.el (completion-table-with-predicate):
7453         * ps-mule.el (ps-mule-external-libraries):
7454         * emacs-lisp/advice.el (ad-special-form-p):
7455         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
7456         * eshell/em-smart.el (eshell-review-quick-commands):
7457         * progmodes/python.el (python-comment-line-p, python-blank-line-p)
7458         (python-skip-out, python-check-comint-prompt):
7459         Don't use `iff' in docstrings.
7461         * international/robin.el (robin-package-alist): Fix typo in docstring.
7462         (robin-current-package-name): Doc fix.
7463         (robin-activate): Don't use `iff' in docstring.
7465 2008-05-07  Eric S. Raymond  <esr@snark.thyrsus.com>
7467         * vc.el, vc-dispatcher.el: VC-Dired support removed.
7468         The code uses a ewoc-based implementation now.
7469         * vc-hooks.el: Support for Meta-CVS has been removed.
7471 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7473         * tool-bar.el: Choose images dynamically.
7474         (tool-bar-make-keymap, tool-bar-find-image): New function.
7475         (tool-bar-find-image-cache): New var.
7476         (tool-bar-local-item, tool-bar-local-item-from-menu):
7477         Don't select the image yet, do it later in tool-bar-make-keymap.
7479 2008-05-07  Andreas Schwab  <schwab@suse.de>
7481         * window.el: Require 'cl when compiling.
7483 2008-05-07  Dan Nicolaescu  <dann@ics.uci.edu>
7485         * vc-dispatcher.el (vc-dir-insert-directories): Default to t.
7487 2008-05-07  Glenn Morris  <rgm@gnu.org>
7489         * subr.el (ignore-errors): Move here from cl-macs.el.
7490         * emacs-lisp/cl-macs.el (ignore-errors): Move to subr.el.
7492         * progmodes/fortran.el (fortran-mode): Fix font-lock-syntactic-keywords
7493         oddness.
7495 2008-05-06  Eric S. Raymond  <esr@snark.thyrsus.com>
7497         * vc-hooks.el (vc-find-file-hook):
7498         * vc-dispatcher.el (vc-resynch-window): Decouple vc-dispatcher
7499         further from vc.el.
7500         * vc.el (vc-dir-mode): Move VC-specific context menu entries here.
7502 2008-05-06  Wilson Snyder  <wsnyder@wsnyder.org>
7504         * progmodes/verilog-mode.el (verilog-getopt-file):
7505         Cleanup warning message format.
7506         (verilog-auto, verilog-auto-arg, verilog-auto-ascii-enum)
7507         (verilog-auto-inout, verilog-auto-inout-module)
7508         (verilog-auto-input, verilog-auto-inst, verilog-auto-inst-param)
7509         (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
7510         (verilog-auto-reg-input, verilog-auto-reset, verilog-auto-sense)
7511         (verilog-auto-sense-sigs, verilog-auto-tieoff)
7512         (verilog-auto-unused, verilog-auto-wire)
7513         (verilog-decls-get-assigns, verilog-decls-get-consts)
7514         (verilog-decls-get-gparams, verilog-decls-get-inouts)
7515         (verilog-decls-get-inputs, verilog-decls-get-outputs)
7516         (verilog-decls-get-ports, verilog-decls-get-regs)
7517         (verilog-decls-get-signals, verilog-decls-get-wires)
7518         (verilog-dir-cache-lib-filenames, verilog-dir-cache-list)
7519         (verilog-dir-cache-preserving, verilog-dir-file-exists-p)
7520         (verilog-dir-files, verilog-expand-dirnames, verilog-getopt-file)
7521         (verilog-inject-sense, verilog-library-filenames)
7522         (verilog-mode-release-date, verilog-mode-version)
7523         (verilog-modi-cache-add, verilog-modi-cache-preserve-buffer)
7524         (verilog-modi-cache-preserve-tick, verilog-modi-cache-results)
7525         (verilog-modi-get-assigns, verilog-modi-get-consts)
7526         (verilog-modi-get-gparams, verilog-modi-get-inouts)
7527         (verilog-modi-get-inputs, verilog-modi-get-outputs)
7528         (verilog-modi-get-ports, verilog-modi-get-regs)
7529         (verilog-modi-get-signals, verilog-modi-get-sub-inouts)
7530         (verilog-modi-get-sub-inputs, verilog-modi-get-sub-outputs)
7531         (verilog-modi-get-wires, verilog-preserve-cache)
7532         (verilog-preserve-dir-cache, verilog-preserve-modi-cache)
7533         (verilog-read-sub-decls, verilog-read-sub-decls-line)
7534         (verilog-read-sub-decls-sig, verilog-subdecls-get-inouts)
7535         (verilog-subdecls-get-inputs, verilog-subdecls-get-outputs):
7536         Add caching of additional state, and rework signal extraction
7537         routines to improve AUTO expansion performance by 300%++.
7539 2008-05-06  Chong Yidong  <cyd@stupidchicken.com>
7541         * progmodes/compile.el (compilation-error-regexp-alist-alist):
7542         Tweak Open Watcom regexp to distinguish between errors and warnings.
7544 2008-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7546         * dired.el (dired-read-dir-and-switches): Fix up last change.
7548 2008-05-05  Eric S. Raymond  <esr@snark.thyrsus.com>
7550         * vc.el (vc-deduce-fileset): Lift all the policy and UI stuff
7551         out of this function, move it to vc-dispatcher-selection-set.
7553 2008-05-05  Sam Steingold  <sds@gnu.org>
7555         * window.el (delete-other-windows-vertically): New function.
7557 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7559         * dired.el (dired-read-dir-and-switches):
7560         Obey read-file-name-completion-ignore-case.
7562 2008-05-05  Nick Roberts  <nickrob@snap.net.nz>
7564         * progmodes/compile.el (compilation-error-regexp-alist-alist):
7565         Add regexp for Open Watcom compiler output.
7567 2008-05-05  Phil Sung  <psung@mit.edu>  (tiny change)
7569         * progmodes/python.el (python-block-pairs): Align finally with except.
7571 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7573         * vc-rcs.el (vc-rcs-fetch-master-state): Fix inf-loop.
7575 2008-05-05  Tom Tromey  <tromey@redhat.com>
7577         * smerge-mode.el (smerge-start-session): Don't call smerge-next if
7578         looking at conflict marker.
7580 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7582         * vc-dispatcher.el (vc-dir-mark-buffer-changed): Fix typo
7583         client-mode -> vc-client-object, and guess `funcall' was meant.
7584         (vc-dir-mode): Rename client-mode -> vc-client-mode.
7586 2008-05-05  Dan Nicolaescu  <dann@ics.uci.edu>
7588         * net/zeroconf.el (dbus-call-method, dbus-register-signal)
7589         (dbus-debug): Move declarations outside eval-when-compile.
7591 2008-05-04  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7593         * proced.el (proced-command-alist): Fix system-type values.
7594         Fix defcustom.
7595         (proced-sorting-schemes-alist, proced-sorting-scheme): New variables.
7596         (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
7597         (proced-sort-start, proced-sort, proced-sort-time): New commands.
7598         (proced-update): Use proced-sorting-scheme.  Update modeline.
7599         (proced-send-signal): Use nreverse.
7600         (proced-sorting-scheme-p): New function.
7602 2008-05-04  Andreas Schwab  <schwab@suse.de>
7604         * vc.el: Require dired when compiling.
7606         * minibuffer.el (completion--insert-strings): Don't delete past bol.
7608 2008-05-03  Glenn Morris  <rgm@gnu.org>
7610         * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el:
7611         * ediff-ptch.el, ediff-util.el, ediff-wind.el, ediff.el:
7612         Simplify compilation requirements.
7613         * ediff-init.el, ediff-vers.el: Remove unnecessary variable
7614         declarations.
7616 2008-05-03  Dave Love  <fx@gnu.org>
7618         * progmodes/python.el (python-beginning-of-statement):
7619         Loop at least once (fixes 2008-02-21 change).
7621 2008-05-03  Eli Zaretskii  <eliz@gnu.org>
7623         * ls-lisp.el (ls-lisp-insert-directory): Use `string-width'
7624         instead of `length' for comparing length of user and group names.
7626 2008-05-03  Eric S. Raymond  <esr@snark.thyrsus.com>
7628         * vc-dispatcher.el: New file, separates out the UI and command
7629         execution machinery from VCS-specific logic left in vc.el.
7630         The separation is not yet completely clean, but it's a good start.
7631         * vc.el: This file is about 1700 lines shorter now.
7632         Remove obsolete logentry-check from the backend API.
7633         * vc-sccs.el (vc-sccs-logentry-check): Remove.  This was the only
7634         implementation of the logentry-check method, and it guarded against
7635         a log length limit that has probably been obsolete for 15 years (!).
7637 2008-05-02  Sam Steingold  <sds@gnu.org>
7639         * progmodes/compile.el (compilation-start): Move setting of
7640         compilation-directory after (funcall mode) as that resets local
7641         variables, this fixes recompile in grep buffers.
7642         * progmodes/grep.el (grep-mode-map): Bind "g" to recompile (like
7643         in dired &c).
7645 2008-05-02  Eric S. Raymond  <esr@snark.thyrsus.com>
7647         * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
7648         * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
7649         * vc-svn.el, vc.el (vc-*-checkout-model): Make sure every backend
7650         has one of these and that all are called in compatible ways.
7651         * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
7652         * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
7653         * vc-svn.el, vc.el (vc-*-revision-granularity): Make sure every
7654         backend has one of these.
7656 2008-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7658         * progmodes/octave-mod.el (octave-abbrev-table): Move defvar and
7659         initialization into define-abbrev-table.  Use :regexp.
7660         (octave-mode-syntax-table): Don't set word syntax for `.
7662         * files.el (minibuffer-with-setup-hook): Allow `fun' expressions rather
7663         than only value.
7665         * dired.el (dired-read-dir-and-switches):
7666         Set minibuffer-completing-file-name and call substitute-in-file-name.
7667         (dired-format-columns-of-files): Use completion--insert-strings.
7669         * minibuffer.el (completion-hilit-commonality): Revert last change:
7670         the leftover code was actually useful.
7671         (completion--insert-strings): Use string-width rather than length.
7673 2008-05-02  Sam Steingold  <sds@gnu.org>
7675         * vc.el (vc-dir-mode-map): Enable mouse bindings.
7676         (vc-at-event): New macro: run the body at the even location.
7677         (vc-dir-menu, vc-dir-toggle-mark): Use it.
7678         (vc-dir-mark-file, vc-dir-unmark-file): Move only on non-mouse events.
7679         * subr.el (mouse-event-p): Check if the event is mouse-related.
7681 2008-05-02  Nick Roberts  <nickrob@snap.net.nz>
7683         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
7684         Don't throw error if no file is found.
7686 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
7688         * vc-hooks.el (vc-call, vc-state): Fix typos in docstrings.
7689         (vc-default-state-heuristic): Doc fix.
7691 2008-05-02  Richard Sharman  <rsharman@pobox.com>
7693         * hilit-chg.el (highlight-changes-mode): Remove references to
7694         hooks that no longer exist.  Because define-minor-mode is used the
7695         hook highlight-changes-mode-hook exists and can do what both the
7696         old hooks used to do.  The documentation at the top of the file
7697         was updated to demonstrate this.
7698         (highlight-changes-mode): Remove commented out call to a hook
7699         function that is no longer there.
7700         (hilit-chg-set): Remove running of highlight-changes-enable-hook.
7702 2008-05-02  Eric S. Raymond  <esr@snark.thyrsus.com>
7704         * vc.el (vc-default-dired-state-info): Change name of primitive
7705         to prettify-state-info, in preparation for ripping out dired mode.
7706         * vc-bzr.el (vc-bzr-dired-state-info): Change name of primitive
7707         to prettify-state-info, in preparation for ripping out dired mode.
7708         * vc-hooks.el (vc-toggle-read-only): Throw an error when a user
7709         tries this on a version-controlled buffer.  It will do useless or
7710         actively bad things on any version control system newer than RCS.
7711         * vc-hooks.el (vc-dired-resynch-file):
7712         * vc.el (vc-dired-resynch-file): Change name of primitive to
7713         vc-directory-resynch-file, preparing to remove dired.
7715 2008-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
7717         * vc-rcs.el (vc-rcs-state): Fix typos.
7719         * vc.el (vc-register): Change argument order so that the prefix
7720         argument is assigned correctly.
7721         (vc-next-action, vc-dir-register): Update for the above change.
7723 2008-05-01  Juri Linkov  <juri@jurta.org>
7725         * replace.el (occur-read-primary-args): Set default to the car of
7726         regexp-history and display it in the prompt, but don't add to the
7727         list of minibuffer defaults.  Bind history-add-new-input to nil to
7728         not add automatically `default'.  For empty input return `default'.
7729         Otherwise, add `input' to regexp-history and return it.
7730         (occur-1): Signal an error for the empty regexp.
7732         * progmodes/compile.el (compilation-auto-jump):
7733         Set window point to `pos' explicitly.
7735 2008-05-01  Eric S. Raymond  <esr@snark.thyrsus.com>
7737         * vc-bzr.el (vc-bzr-state): Allow this to return 'ignored
7738         when appropriate.
7739         * vc-sccs.el (vc-sccs-state): Call vc-sccs-unregistered so
7740         we report the 'unregistered state reliably.
7741         * vc-rcs.el (vc-rcs-state): Call vc-rcs-unregistered so
7742         we report the 'unregistered state reliably.
7743         * vc-git.el (vc-git-state): Call vc-git-unregistered so
7744         we report the 'unregistered state reliably.
7745         * vc-hooks.el (vc-state): Document that vc-unregistered is
7746         now expected to be returned reliably.
7747         * vc.el (vc-default-dired-state): Change needs-patch state to
7748         needs-update, since the name now shows up in dir-status listings
7749         and was somewhat misleading.
7750         * vc-cvs.el (vc-cvs-delete-file): Don't do a "cvs commit"
7751         immediately after removing the file.
7752         * vc.el (vc-next-action): More informative messages when a fileset
7753         is in a mixed state or files are missing.
7755 2008-05-01  Sam Steingold  <sds@gnu.org>
7757         * vc.el (vc-delete-file): Check if the file has uncommitted changes.
7759 2008-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7761         * Makefile.in: Revert incorrect fix for claimed bootstrap breakage.
7763 2008-05-01  Daiki Ueno  <ueno@unixuser.org>
7765         * epa-file-hook.el: New file split from epa-file.el.
7766         * epa-file.el: Require 'epa-file-hook.
7767         (epa-file-handler): Add autoload cookie.
7768         * loadup.el: Load epa-file-hook.
7769         * startup.el (command-line): Eval the body of auto-encryption-mode.
7771 2008-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
7773         * vc.el (vc-dir-mode-map): Don't bind "r".
7775         * vc-hg.el (vc-hg-extra-fileinfo): New defstruct.
7776         (vc-hg-status-printer): New function.
7777         (vc-hg-after-dir-status): Deal with copied and renamed files.
7778         (vc-hg-dir-status): Add flag to show copied files.
7780 2008-05-01  John Paul Wallington  <jpw@pobox.com>
7782         * ibuffer.el (ibuffer-last-sorting-mode): New variable.
7783         (ibuffer-do-sort-by-recency): Reverse sorting order if last
7784         sorting mode was recency.
7786         * ibuf-macs.el (define-ibuffer-sorter): Define the sorter to
7787         reverse sorting order if last sorting mode was the sorter's.
7789 2008-05-01  Jason Rumney  <jasonr@gnu.org>
7791         * w32-fns.el (w32-charset-info-alist): Map vietnamese to windows-1258.
7793 2008-04-30  John Paul Wallington  <jpw@pobox.com>
7795         * ibuffer.el (define-ibuffer-column filename): When the major mode
7796         is `vc-dir-mode' show the buffer's default directory.
7798         * ibuf-ext.el (define-ibuffer-filter filename): Likewise when the
7799         major mode is `vc-dir-mode' use the buffer's default directory.
7801 2008-04-30  Sam Steingold  <sds@gnu.org>
7803         * vc.el (vc-dir-delete-file): Add.
7804         (vc-dir-mode-map): Bind "r" to vc-dir-delete-file, like in PCL-CVS.
7805         (vc-delete-file): Do not barf when the file has been already deleted.
7807 2008-04-30  Dan Nicolaescu  <dann@ics.uci.edu>
7809         * emacs-lisp/lisp-mode.el (lisp-mode-map): Add menu.
7811 2008-04-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7813         * progmodes/octave-mod.el (octave-help): New function.
7814         * progmodes/octave-hlp.el: Delete.
7815         * info-look.el (octave-mode): Add operator index.
7817         * vc.el (vc-checkout): Typo.
7819 2008-04-30  Dan Nicolaescu  <dann@ics.uci.edu>
7821         * menu-bar.el (menu-bar-tools-menu): Reorder, place Games last.
7822         Add "..." in the appropriate places.
7824         * epa.el (epa-key-list-mode-map): Add more menu entries.
7825         Add "..." in the appropriate places.
7827         * dired.el (dired-mode-map): Add :help.
7829         * vc.el (vc-deduce-fileset): Add new parameter.
7830         (vc-dir-marked-only-files): New function.
7831         (vc-next-action): Don't ignore directories, look at the files
7832         inside them.
7833         (vc-dir-mode): Document how the mark/unmark commands work.
7835 2008-04-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7837         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
7838         Rule out trailing spaces in file and directory names as well.
7840         * minibuffer.el (completion--do-completion): Move point even if the
7841         completion makes no change.
7842         (completion-pcm-try-completion): Fix computation of new point.
7844 2008-04-30  David Hansen  <david.hansen@gmx.net>
7846         * dired.el: Require 'cl.
7848 2008-04-30  Nick Roberts  <nickrob@snap.net.nz>
7850         * progmodes/gdb-ui.el (gdb-frame-handler-1): Make overlay arrow
7851         hollow if not in innermost frame.
7853 2008-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7854         Make `checkout-model' apply to filesets.
7855         * vc-hooks.el (vc-checkout-model): Rewrite.
7856         (vc-before-save, vc-after-save): Adjust callers accordingly.
7857         * vc.el (vc-editable-p, vc-next-action, vc-checkout, vc-update)
7858         (vc-transfer-file): Adjust callers accordingly.
7859         * vc-rcs.el (vc-rcs-checkout-model): Adjust arg.
7860         (vc-rcs-state, vc-rcs-state-heuristic, vc-rcs-receive-file)
7861         (vc-rcs-checkout, vc-rcs-fetch-master-state): Use vc-rcs-checkout-model
7862         instead of vc-checkout-model.
7863         * vc-mcvs.el (vc-mcvs-revert):
7864         Use vc-mcvs-checkout-model i.s.o vc-checkout-model.
7865         * vc-cvs.el (vc-cvs-checkout-model): Adjust arg.
7866         (vc-cvs-revert): Use vc-cvs-checkout-model i.s.o vc-checkout-model.
7867         * vc-svn.el (vc-svn-checkout-model):
7868         * vc-hg.el (vc-hg-checkout-model):
7869         * vc-git.el (vc-git-checkout-model):
7870         * vc-bzr.el (vc-bzr-checkout-model): Adjust arg.
7872         * dired.el (dired-read-dir-and-switches): Replace last change with
7873         a new approach that mixes read-file-name and read-directory-name.
7875         * files.el (read-buffer-to-switch):
7876         Avoid making assumptions about `other-buffer'.
7878 2008-04-29  Sam Steingold  <sds@gnu.org>
7880         * vc.el (vc-dir-mode-hook): Add normal hook.
7881         (vc-dir-mode): Run it.
7883 2008-04-29  Nick Roberts  <nickrob@snap.net.nz>
7885         * progmodes/gdb-ui.el (gdb-display-buffer): Don't pop up GUD buffer.
7886         Always split windows.
7887         (gdb-speedbar-timer-fn): Only raise frame after user input.
7888         (gdb-same-frame): Reverse initial value.
7889         (gdb-display-gdb-buffer): Check for GUD buffer in other frames.
7891         * progmodes/gud.el (gud-speedbar-buttons): Raise frame in
7892         gdb-speedbar-timer-fn.
7894 2008-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7896         * uniquify.el (uniquify-rationalize-a-list): Beware of side-effects.
7898 2008-04-29  Daiki Ueno  <ueno@unixuser.org>
7900         * epa.el (epa-key-list-mode-map): Add menu.
7901         (epa-delete-keys, epa-import-keys): Fix typo.
7903 2008-04-29  Glenn Morris  <rgm@gnu.org>
7905         * find-cmd.el (top-level): Does not need cl when compiling.
7907 2008-04-29  Phil Jackson  <phil@shellarchive.co.uk>
7909         * find-cmd.el: New file.
7911 2008-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7913         * minibuffer.el (completion-hilit-commonality): Remove leftover code.
7914         (completion-pcm--pattern->regex): Let `group' be a list of symbols.
7915         (completion-pcm--hilit-commonality): New function.
7916         (completion-pcm-all-completions): Use it.
7918         * minibuffer.el (completion-common-substring): Mark obsolete.
7919         (completions-first-difference, completions-common-part):
7920         Move from simple.el.
7921         (completion-hilit-commonality): New fun.
7922         (display-completion-list, completion-emacs21-all-completions)
7923         (completion-emacs22-all-completions): Use it.
7924         * simple.el (completions-first-difference, completions-common-part):
7925         Move to minibuffer.el.
7926         (choose-completion-string): Use field functions and minibufferp.
7927         (completion-setup-function): Don't set completions faces.
7929 2008-04-29  Glenn Morris  <rgm@gnu.org>
7931         * calendar/calendar.el (calendar-nth-named-absday)
7932         (calendar-nth-named-day):
7933         * calendar/diary-lib.el (diary-list-sexp-entries, diary-float):
7934         * calendar/holidays.el (holiday-float): Doc fixes.
7936         * emacs-lisp/check-declare.el (check-declare-errmsg): Fix counting in
7937         the `full' case.
7939         * org/org-agenda.el (calendar-iso-from-absolute):
7940         * org/org.el (calendar-absolute-from-iso, calendar-iso-from-absolute):
7941         Fix declarations.
7943 2008-04-28  Nick Roberts  <nickrob@snap.net.nz>
7945         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Make breakpoint
7946         icons work for assembler, i.e. FILE.s, FILE.S (not disassembly).
7947         (gdb-goto-breakpoint): Likewise for visiting breakpoints.
7948         (gdb-assembler-custom): Be careful not to match other addresses.
7950 2008-04-29  Jason Rumney  <jasonr@gnu.org>
7952         * battery.el (battery-status-function): Use w32-battery-status
7953         on Windows.
7954         (battery-echo-area-format): Make apm format the general case.
7955         (battery-mode-line-format): Merge apm and pmset formats as the
7956         general case.
7958 2008-04-29  Nick Roberts  <nickrob@snap.net.nz>
7960         * progmodes/gdb-ui.el (gdb-info-stack-custom):
7961         Use gud-tool-bar-item-visible-no-fringe.
7962         (gdb-display-buffer): Don't pop new buffer if gud-comint-buffer
7963         is already visible in frame.  Remove optional size parameter
7964         and add optional frame parameter.
7966         * progmodes/gud.el (gud-display-line): Only consider visible
7967         frames when looking for source buffer.
7969 2008-04-28  Chong Yidong  <cyd@stupidchicken.com>
7971         * doc-view.el (doc-view-new-window-function): Avoid using WINDOW
7972         argument to get-char-property, in case the current buffer hasn't
7973         been assigned to that window yet.
7974         (doc-view-display): Default to selected window if the current
7975         buffer hasn't been assigned to a window yet.
7977 2008-04-28  Vinicius Jose Latorre  <bzg@altern.org>
7979         * whitespace.el (whitespace-trailing-regexp): Fix docstring.
7981 2008-04-28  Michael Albinus  <michael.albinus@gmx.de>
7983         * net/tramp.el (tramp-mode): New defcustom.
7984         (tramp-file-name-handler, tramp-completion-file-name-handler):
7985         Use it.
7986         (tramp-replace-environment-variables): Handle "$$".
7988 2008-04-28  Sam Steingold  <sds@gnu.org>
7990         * vc-hg.el (vc-hg-rename-file): Fix argument order.
7992 2008-04-28  Bastien Guerry  <bzg@altern.org>
7994         * whitespace.el (whitespace-trailing): Fix typo.
7996 2008-04-28  Sam Steingold  <sds@gnu.org>
7998         * textmodes/remember.el (diary-make-entry): Update the autoload.
8000 2008-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8002         * minibuffer.el (completion-pcm--all-completions): Don't pass nil to
8003         all-completions.
8005 2008-04-28  Juanma Barranquero  <lekktu@gmail.com>
8007         * desktop.el (desktop-minor-mode-table): Add `savehist-mode'.
8009 2008-04-27  Dan Nicolaescu  <dann@ics.uci.edu>
8011         * vc.el (vc-dir-mode-map): Change bindings for unmark all and revert.
8012         (vc-dir-parent-marked-p, vc-dir-children-marked-p): Implement.
8013         (vc-dir-mark-file): Add an optional argument.
8014         (vc-dir-mark-all-files, vc-dir-unmark-all-files): Deal with directories.
8016 2008-04-27  Daiki Ueno  <ueno@unixuser.org>
8018         * epa-file.el (epa-file-enable, epa-file-disable): Use find-file-hook
8019         rather than obsolete alias find-file-hooks.
8020         (auto-encryption-mode): Rename from epa-file-mode.  Default to on.
8021         Use find-file-hook rather than obsolete alias find-file-hooks.
8022         Add to find-file-not-found-functions.
8023         (epa-file-handler): Put 'safe-magic and 'operations properties.
8025         * epa.el (epa-global-minor-modes, epa-mode, epa-menu)
8026         (epa-menu-items): Remove.
8028         * epa-dired.el (epa-dired-do-decrypt, epa-dired-do-verify)
8029         (epa-dired-do-sign, epa-dired-do-encrypt): Add autoload cookie.
8030         (epa-dired-mode, epa-global-dired-mode): Remove.
8032         * dired.el (dired-mode-map): Bind encryption/decryption commands.
8034         * menu-bar.el (menu-bar-encryption-decryption-menu): New menu item.
8036         * files.el (insert-file-contents-literally): Inhibit epa-file-handler.
8038 2008-04-27  Glenn Morris  <rgm@gnu.org>
8040         * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
8041         Remove un-needed local `orig-list'.  Replace cl `copy-list'.
8043 2008-04-27  Carsten Dominik  <dominik@science.uva.nl>
8045         * org/org.el (org-html-level-start): Always have id's in HTML.
8046         (org-export-as-html): Use `org-link-protocols' to
8047         retrieve the export form of the link.
8048         (org-add-link-type): Final parameter renamed from PUBLISH.
8049         Better documentation of how it is to be used.  Avoid double entries for
8050         the same link type.
8051         (org-add-link-props): New function.
8052         (org-modules-loaded): New variable.
8053         (org-load-modules-maybe, org-set-modules): New function.
8054         (org-modules): New option.
8055         (org-mode, org-cycle, orgstruct-mode, org-run-like-in-org-mode)
8056         (orgtbl-mode, org-store-link, org-insert-link-global)
8057         (org-open-at-point): Call `org-load-modules-maybe'.
8058         (org-search-view): Add more text properties.
8059         (org-agenda-schedule, org-agenda-deadline): Allow also in
8060         search-type agendas.
8061         (org-search-view): Order of arguments has been changed.
8062         Interpret prefix-arg as TODO-ONLY.
8063         (org-agenda, org-run-agenda-series, org-agenda-manipulate-query):
8064         Take new argument order of `org-search-view' into account.
8065         (org-todo-only): New variable.
8066         (org-search-syntax-table): New variable and function.
8067         (org-search-view): Do the search with the special syntax table.
8068         (define-obsolete-function-alias): Make work with XEmacs.
8069         (org-add-planning-info): Use old date as default when modifying an
8070         existing deadline or scheduled item.
8071         (org-agenda-compute-time-span): Make argument N optional.
8072         (org-agenda-format-date-aligned): Require `cal-iso'.
8073         (org-agenda-list): Include week into agenda heading, don't
8074         list it at each date (only on Mondays).
8075         (org-read-date-analyze): Define local variable `iso-date'.
8076         (org-agenda-format-date-aligned): Remove dependency on
8077         `calendar-time-from-absolute'.
8078         (org-remember-apply-template, org-go-to-remember-target):
8079         Interpret filenames relative to `org-directory'.
8080         (org-complete): Silently fail when trying to complete
8081         keywords that don't have a default value.
8082         (org-get-current-options): Add a #+DATE: option.
8083         (org-additional-option-like-keywords): Remove "DATE:" from the
8084         list of additional keywords.
8085         (org-export-as-html): Remove (current-time) as unnecessary second
8086         argument of `format-time-string'.
8087         (org-clock-find-position): Handle special case at end of buffer.
8088         (org-agenda-day-view): New argument DAY-OF-YEAR, pass it on to
8089         `org-agenda-change-time-span'.
8090         (org-agenda-week-view): New argument ISO-WEEK, pass it on to
8091         `org-agenda-change-time-span'.
8092         (org-agenda-month-view): New argument MONTH, pass it on to
8093         `org-agenda-change-time-span'.
8094         (org-agenda-year-view): New argument YEAR, pass it on to
8095         `org-agenda-change-time-span'.
8096         (org-agenda-change-time-span): New optional argument N, pass it on
8097         to `org-agenda-compute-time-span'.
8098         (org-agenda-compute-time-span): New argument N, interpret it by
8099         changing the starting day.
8100         (org-small-year-to-year): New function.
8101         (org-scheduled-past-days): Respect `org-scheduled-past-days'.
8102         (org-auto-repeat-maybe): Make sure that repeating dates are pushed
8103         into the future, and that the shift is at least one interval, never 0.
8104         (org-update-checkbox-count): Fix bug with checkbox counting.
8105         (org-add-note): New command.
8106         (org-add-log-setup): Rename from `org-add-log-maybe'.
8107         (org-log-note-headings): New entry for plain notes (i.e. notes not
8108         related to state changes or clocking).
8109         (org-get-org-file): Check for availability of `remember-data-file'.
8110         (org-cached-entry-get): Allow a regexp value for
8111         `org-use-property-inheritance'.
8112         (org-use-property-inheritance): Allow regexp value.  Fix bug in
8113         customization type.
8114         (org-use-tag-inheritance): Allow a list and a regexp value for
8115         this variable.
8116         (org-scan-tags, org-get-tags-at): Implement selective tag inheritance.
8117         (org-entry-get): Respect value `selective' for the INHERIT argument.
8118         (org-tag-inherit-p, org-property-inherit-p): New functions.
8119         (org-agenda-format-date-aligned): Allow 10 characters for
8120         weekday, to accommodate German locale.
8121         (org-add-archive-files): New function.
8122         (org-agenda-files): New argument `ext', to get archive files as well.
8123         (org-tbl-menu): Protect the use of variables that
8124         are only available when org-table.el gets loaded.
8125         (org-read-agenda-file-list): Error if `org-agenda-files' is a
8126         single directory.
8127         (org-open-file): Allow a batch process to trigger
8128         waiting after executing a system command.
8129         (org-store-link): Link to headline when there is not
8130         target and no region in an org-mode buffer when creating a link.
8131         (org-link-types-re): New variable.
8132         (org-make-link-regexps): Compute `org-link-types-re'.
8133         (org-make-link-description-function): New option.
8134         (org-agenda-date, org-agenda-date-weekend): New faces.
8135         (org-archive-sibling-heading): New option.
8136         (org-archive-to-archive-sibling): New function.
8137         (org-iswitchb): New command.
8138         (org-buffer-list): New function.
8139         (org-agenda-columns): Also try the #+COLUMNS line in
8140         the buffer associated with the entry at point (or with the first
8141         entry in the agenda view).
8142         (org-modules): Add entry for org-bibtex.el.
8143         (org-completion-fallback-command): Move into `org-completion' group.
8144         (org-clock-heading-function): Move to `org-progress' group.
8145         (org-auto-repeat-maybe): Make sure that a note can
8146         be enforces if `org-log-repeat' is `note'.
8147         (org-modules): Allow additional symbols for external packages.
8148         (org-ctrl-c-ctrl-c): Allow for `org-clock-overlays' to be undefined.
8149         (org-clock-goto): Hide drawers after showing an
8150         entry with `org-clock-goto'.
8151         (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft):
8152         Try also a clocktable block shift.
8153         (org-clocktable-try-shift): New function.
8154         (org-columns-hscoll-title): New function.
8155         (org-columns-previous-hscroll): New variable.
8156         (org-columns-full-header-line-format): New variable.
8157         (org-columns-display-here-title, org-columns-remove-overlays):
8158         Install `org-columns-hscoll-title' in post-command-hook.
8160         * org/org.el: Split into many small files.
8162         * org/org-agenda.el: New file, split off from org.el.
8164         * org/org-archive.el: New file, split off from org.el.
8166         * org/org-bbdb.el: New file.
8168         * org/org-bibtex.el: New file, split off from org.el.
8170         * org/org-clock.el: New file, split off from org.el.
8172         * org/org-colview.el: New file, split off from org.el.
8174         * org/org-compat.el: New file, split off from org.el.
8176         * org/org-exp.el: New file, split off from org.el.
8178         * org/org-faces.el: New file, split off from org.el.
8180         * org/org-gnus.el: New file, split off from org.el.
8182         * org/org-info.el: New file, split off from org.el.
8184         * org/org-infojs.el: New file.
8186         * org/org-irc.el: New file.
8188         * org/org-macs.el: New file, split off from org.el.
8190         * org/org-mew.el: New file.
8192         * org/org-mhe.el: New file, split off from org.el.
8194         * org/org-publish.el: New file, split off from org.el.
8196         * org/org-remember.el: New file, split off from org.el.
8198         * org/org-rmail.el: New file, split off from org.el.
8200         * org/org-table.el: New file, split off from org.el.
8202         * org/org-vm.el: New file, split off from org.el.
8204         * org/org-wl.el: New file, split off from org.el.
8206 2008-04-27  Jason Riedy  <jason@acm.org>
8208         * org/org-table.el (orgtbl-to-generic): Add a :remove-nil-lines
8209         parameter that suppresses lines that evaluate to NIL.
8210         (orgtbl-get-fmt): New inline function for
8211         picking apart formats that may be lists.
8212         (orgtbl-apply-fmt): New inline function for applying formats that
8213         may be functions.
8214         (orgtbl-eval-str): New inline function for strings that may be
8215         functions.
8216         (orgtbl-format-line, orgtbl-to-generic): Use and document.
8217         (orgtbl-to-latex, orgtbl-to-texinfo): Document.
8218         (*orgtbl-llfmt*, *orgtbl-llstart*)
8219         (*orgtbl-llend*): Dynamic variables for last-line formatting.
8220         (orgtbl-format-section): Shift formatting to support detecting the
8221         last line and formatting it specially.
8222         (orgtbl-to-generic): Document :ll* formats.  Set to the non-ll
8223         formats unless overridden.
8224         (orgtbl-to-latex): Suggest using :llend to suppress the final \\.
8225         (*orgtbl-table*, *orgtbl-rtn*): Dynamically
8226         bound variables to hold the input collection of lines and output
8227         formatted text.
8228         (*orgtbl-hline*, *orgtbl-sep*, *orgtbl-fmt*, *orgtbl-efmt*)
8229         (*orgtbl-lfmt*, *orgtbl-lstart*, *orgtbl-lend*): Dynamically bound
8230         format parameters.
8231         (orgtbl-format-line): New function encapsulating formatting for a
8232         single line.
8233         (orgtbl-format-section): Similar for each section.  Rebinding the
8234         dynamic vars customizes the formatting for each section.
8235         (orgtbl-to-generic): Use orgtbl-format-line and
8236         orgtbl-format-section.
8237         (org-get-param): Now unused, so delete.
8238         (orgtbl-gather-send-defs): New function to
8239         gather all the SEND definitions before a table.
8240         (orgtbl-send-replace-tbl): New function to find the RECEIVE
8241         corresponding to the current name.
8242         (orgtbl-send-table): Use the previous two functions and implement
8243         multiple destinations for each table.
8245         * doc/org.texi (A LaTeX example): Note that fmt may be a
8246         one-argument function, and efmt may be a two-argument function.
8247         (Radio tables): Document multiple destinations.
8249 2008-04-27  Carsten Dominik  <dominik@science.uva.nl>
8251         * org/org-agenda.el (org-add-to-diary-list): New function.
8252         (org-prefix-has-effort): New variable.
8253         (org-sort-agenda-noeffort-is-high): New option.
8254         (org-agenda-columns-show-summaries)
8255         (org-agenda-columns-compute-summary-properties): New options.
8256         (org-format-agenda-item): Compute the duration of the item.
8257         (org-agenda-weekend-days): New variable.
8258         (org-agenda-list, org-timeline): Use the proper faces for dates in
8259         the agenda and timeline buffers.
8260         (org-agenda-archive-to-archive-sibling): New command.
8261         (org-agenda-start-with-clockreport-mode): New option.
8262         (org-agenda-clockreport-parameter-plist): New option.
8263         (org-agenda-clocktable-mode): New variable.
8264         (org-agenda-deadline-leaders): Allow a function value for the
8265         deadline leader.
8266         (org-agenda-get-deadlines): Deal with new function value.
8268         * org/org-clock.el (org-clock): New customization group.
8269         (org-clock-into-drawer, org-clock-out-when-done)
8270         (org-clock-in-switch-to-state, org-clock-heading-function):
8271         Move into the new group.
8272         (org-clock-out-remove-zero-time-clocks): New option.
8273         (org-clock-out): Use `org-clock-out-remove-zero-time-clocks'.
8274         (org-dblock-write:clocktable): Allow a Lisp form for the scope
8275         parameter.
8276         (org-dblock-write:clocktable): Fix bug with total time calculation.
8277         (org-dblock-write:clocktable): Request the unrestricted list of files.
8278         (org-get-clocktable): New function.
8279         (org-dblock-write:clocktable): Make sure :tstart and :tend can not only
8280         be strings but also integers (an absolute day number) and lists (m d y).
8282         * org/org-colview.el (org-columns-next-allowed-value)
8283         (org-columns-edit-value): Limit the effort for updating in the
8284         agenda to recomputing a single file.
8285         (org-columns-compute): Only write property value if it has changed.
8286         This avoids raising the buffer-change-flag unnecessarily.
8287         (org-agenda-colview-summarize)
8288         (org-agenda-colview-compute): New functions.
8289         (org-agenda-columns): Call `org-agenda-colview-summarize'.
8291         * org/org-exp.el (org-export-run-in-background): New option.
8292         (org-export-icalendar): Allow a batch process to trigger waiting
8293         after executing a system command.
8294         (org-export-preprocess-string): Rename from
8295         `org-cleaned-string-for-export'.
8296         (org-export-html-style): Made target class look like normal text.
8297         (org-export-as-html): Make use of the better preprocessing in
8298         `org-cleaned-string-for-export'.
8299         (org-cleaned-string-for-export): Better treatment of heuristic
8300         targets, many more internal links will now work in HTML export.
8301         (org-get-current-options): Incorporate LINK_UP, LINK_HOME, and INFOJS.
8302         (org-export-inbuffer-options-extra): New variable.
8303         (org-export-options-filters): New hook.
8304         (org-infile-export-plist): Find also the settings keywords in
8305         `org-export-inbuffer-options-extra'.
8306         (org-infile-export-plist): Allow multiple #+OPTIONS lines and
8307         multiple #+INFOJS_OPT lines.
8308         (org-export-html-handle-js-options): New function.
8309         (org-export-html-infojs-setup): New option.
8310         (org-export-as-html): Call `org-export-html-handle-js-options'.
8311         Add autoload to all entry points.
8312         (org-skip-comments): Function removed.
8314         * org/org-table.el (org-table-make-reference): Extra parenthesis
8315         around single fields, to make sure that algebraic formulas get
8316         correctly interpreted by calc.
8317         (org-table-current-column): No longer interactive.
8319         * org/org-export-latex.el (org-export-latex-preprocess):
8320         Rename from `org-export-latex-cleaned-string'.
8322 2008-04-27  Bastien Guerry  <bzg@altern.org>
8324         * org/org-publish.el (org-publish-get-base-files-1): New function.
8325         (org-publish-get-base-files): Use it.
8326         (org-publish-temp-files): New variable.
8327         Don't require 'dired-aux anymore.
8328         (org-publish-initial-buffer): New variable.
8329         (org-publish-org-to, org-publish): Use it.
8330         (org-publish-get-base-files-1): Bug fix: get
8331         the proper list of files when recursing thru a directory.
8332         (org-publish-get-base-files): Use the :exclude property to skip
8333         both files and directories.
8335 2008-04-27  Michael Albinus  <michael.albinus@gmx.de>
8337         * net/tramp.el (tramp-handle-make-symbolic-link)
8338         (tramp-handle-file-name-directory)
8339         (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
8340         (tramp-do-copy-or-rename-file-directly)
8341         (tramp-handle-insert-directory, tramp-handle-expand-file-name)
8342         (tramp-handle-substitute-in-file-name)
8343         (tramp-handle-insert-file-contents, tramp-handle-write-region)
8344         * net/tramp-cache.el (tramp-get-file-property)
8345         (tramp-set-file-property, tramp-flush-file-property)
8346         (tramp-flush-directory-property)
8347         * net/tramp-compat.el (tramp-compat-make-temp-file)
8348         * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
8349         Disable `file-name-handler-alist' when handling localname.
8350         It could have a remote file syntax, like a VMS file name.
8352 2008-04-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8354         * whitespace.el: New version 11.1.
8355         (whitespace-trailing-regexp): Option fix, now trailing regexp must be
8356         enclosed by \\( and \\)$.  Docstring fix.
8357         (whitespace-trailing-regexp): Fun removed.
8358         (whitespace-report-list): Const initialization fix.
8359         (whitespace-color-on): Code fix.
8361 2008-04-27  Andreas Schwab  <schwab@suse.de>
8363         * Makefile.el: Unbreak bootstrap.
8365 2008-04-27  Michael Albinus  <michael.albinus@gmx.de>
8367         * net/tramp.el (tramp-replace-environment-variables): New defun.
8368         (tramp-handle-substitute-in-file-name, tramp-file-name-handler):
8369         Use it.
8371 2008-04-27  Glenn Morris  <rgm@gnu.org>
8373         * emacs-lisp/bytecomp.el (byte-compile-file): Doc fix.
8375         * calculator.el (calculator-expt): Replace cl function `oddp'.
8377 2008-04-27  Johan BockgÃ¥rd  <bojohan@gnu.org>
8379         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
8380         Simplify.  Collect `defun' and `autoload' entries.
8381         Avoid modifying load-history.
8383 2008-04-26  Glenn Morris  <rgm@gnu.org>
8385         * textmodes/ispell.el (ispell-insert-word): Revert previous change.
8387         * simple.el (quoted-insert, zap-to-char): Revert previous change.
8389 2008-04-26  John Paul Wallington  <jpw@pobox.com>
8391         * hexl.el (hexl-mode): Stash `eldoc-documentation-function' in
8392         `hexl-mode-old-eldoc-documentation-function'.
8393         (hexl-mode-exit): Restore it.
8394         (hexl-mode-old-eldoc-documentation-function): Declare for compiler.
8396         * w32-fns.el (top-level): Don't set `completion-ignore-case' to t.
8398 2008-04-26  Juanma Barranquero  <lekktu@gmail.com>
8400         * minibuffer.el (completion-pcm-word-delimiters): Add :group.
8401         (completion-pcm--all-completions): Doc fix.
8402         (completion-styles-alist, completion-all-completions):
8403         Fix typos in docstrings.
8405 2008-04-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8407         * whitespace.el: There is now only one variable (whitespace-style) to
8408         specify which kind of blank is visualized.  Doc and docstring fix.
8409         New version 11.0.
8410         (whitespace-style): New option, replace whitespace-style-mark and
8411         whitespace-style-color.
8412         (whitespace-style-mark, whitespace-style-color): Options removed.
8413         (whitespace-hspace, whitespace-tab, whitespace-newline)
8414         (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
8415         (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
8416         (whitespace-hspace-regexp, whitespace-space-regexp)
8417         (whitespace-tab-regexp, whitespace-trailing-regexp)
8418         (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
8419         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
8420         (whitespace-space-after-tab-regexp, whitespace-line-column)
8421         (whitespace-display-mappings, whitespace-report): Docstring fix.
8422         (whitespace-color-value-list, whitespace-mark-value-list)
8423         (whitespace-active-color, whitespace-active-mark)
8424         (whitespace-toggle-color, whitespace-toggle-mark): Vars removed.
8425         (whitespace-style-value-list, whitespace-active-style)
8426         (whitespace-toggle-style): New vars.
8427         (whitespace-toggle-option-alist, whitespace-help-text):
8428         Var initialization and docstring fix.
8429         (whitespace-toggle-options, global-whitespace-toggle-options)
8430         (whitespace-cleanup, whitespace-cleanup-region)
8431         (whitespace-report-region, whitespace-interactive-char)
8432         (whitespace-toggle-list): Docstring and code fix.
8433         (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
8434         (whitespace-turn-off, whitespace-color-on, whitespace-color-off)
8435         (whitespace-display-char-on, whitespace-display-char-off): Code fix.
8436         (whitespace-style-face-p, whitespace-style-mark-p): New fun.
8438 2008-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8440         * diff-mode.el (diff-hunk-header-re-unified): Allow elided line counts.
8441         (diff-end-of-hunk, diff-unified->context, diff-fixup-modifs)
8442         (diff-sanity-check-hunk): Adjust code accordingly.
8444 2008-04-26  Glenn Morris  <rgm@gnu.org>
8446         * abbrev.el (define-abbrev): Don't use `iff' in doc-strings.
8448         * forms-d2.dat: Move to ../etc.
8449         * forms-d2.el (forms-file): Adapt for above change.
8451         * simple.el (quoted-insert, zap-to-char): Remove uses of obsolete
8452         `translation-table-for-input'.
8454         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): New function.
8455         (byte-compile-obsolete, byte-compile-variable-ref): Use it.
8457         * progmodes/fortran.el (fortran-mode-syntax-table): Change `;'
8458         to punctuation now it's not needed for abbrevs.
8459         (fortran-mode-abbrev-table): Remove defvar, make use of new
8460         define-abbrev-table :regexp feature.
8462         * textmodes/ispell.el (ispell-insert-word): Remove, and replace with
8463         insert, now that translation-table-for-input is not needed.
8465 2008-04-26  Johannes Weiner  <hannes@saeurebad.de>
8467         * emacs-lisp/pp.el (pp-display-expression): New function,
8468         extracted from pp-eval-expression.
8469         (pp-eval-expression): Use pp-display-expression.
8470         (pp-macroexpand-expression, pp-macroexpand-last-sexp): New functions.
8471         (pp-last-sexp): New function, extracted from pp-eval-last-sexp.
8472         (pp-eval-last-sexp): Use pp-last-sexp.
8474 2008-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8476         * abbrev.el (define-abbrev-table): Apply props even if the table
8477         exists already.
8479         * minibuffer.el (completion-table-with-context): Fix `pred' for the
8480         various kinds of completion tables.
8481         (completion-emacs22-try-completion): Place cursor after the /, as was
8482         done in Emacs-22's minibuffer-complete-word.
8483         Fix bug reported by David Hansen <david.hansen@gmx.net>.
8484         (completion-emacs22-try-completion): Merge all mergeable text rather
8485         than just /.
8486         (completion-pcm--delim-wild-regex): New var.
8487         (completion-pcm-word-delimiters): New custom.
8488         (completion-pcm--prepare-delim-re, completion-pcm--pattern-trivial-p)
8489         (completion-pcm--string->pattern, completion-pcm--pattern->regex)
8490         (completion-pcm--all-completions, completion-pcm-all-completions)
8491         (completion-pcm--merge-completions, completion-pcm--pattern->string)
8492         (completion-pcm-try-completion): New functions.
8493         (completion-styles-alist): Add them.
8494         (completion-styles): Add it to the default.
8496 2008-04-25  Nick Roberts  <nickrob@snap.net.nz>
8498         * progmodes/gdb-ui.el (gud-watch): Don't create speedbar...
8499         (gdb-var-create-handler): ...until here when there are values.
8500         (gdb-post-prompt): Don't do -var-update with no watch expressions.
8501         (gdb-info-locals-handler): Don't match "struct {...}" as an array.
8503 2008-04-25  Eli Zaretskii  <eliz@gnu.org>
8505         * ls-lisp.el (ls-lisp-format): Fix last change.
8506         (ls-lisp-uid-d-fmt, ls-lisp-uid-s-fmt, ls-lisp-gid-d-fmt)
8507         (ls-lisp-gid-s-fmt, ls-lisp-filesize-d-fmt)
8508         (ls-lisp-filesize-f-fmt): New defvars.
8509         (ls-lisp-insert-directory): Dynamically compute format specifiers
8510         for displaying UID, GID, and file size, and store them in the
8511         above variables.
8512         (ls-lisp-format): Use ls-lisp-filesize-f-fmt, ls-lisp-uid-s-fmt,
8513         ls-lisp-uid-d-fmt, ls-lisp-gid-s-fmt, and ls-lisp-gid-d-fmt
8514         instead of constant format strings.
8515         (ls-lisp-format-file-size): Use ls-lisp-filesize-f-fmt and
8516         ls-lisp-filesize-d-fmt instead of constant format strings.
8518 2008-04-24  Nick Roberts  <nickrob@snap.net.nz>
8520         * progmodes/gdb-ui.el (gdb-invalidate-assembler): Compare numeric
8521         value of addresses rather than (partial) string value.
8522         (gdb-frame-handler): Change regexp according to above change.
8523         (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
8524         (gdb-registers-mode, gdb-memory-mode, gdb-locals-mode)
8525         (gdb-assembler-mode): Disable undo in these buffers.
8527 2008-04-24  Michael Albinus  <michael.albinus@gmx.de>
8529         * net/tramp.el (tramp-get-remote-stat): Test whether stat supports %s.
8530         Reported by Loris Bennett <loris.bennett@fu-berlin.de>.
8532 2008-04-24  Sam Steingold  <sds@gnu.org>
8534         * textmodes/remember.el (remember-diary-extract-entries): Use
8535         diary-make-entry instead of the obsolete make-diary-entry.
8537 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8539         * subr.el (translation-table-for-input): Mark as obsolete.
8541         * isearch.el (isearch-search-string): Avoid string-bytes and aset.
8543         * international/quail.el (quail-build-decode-map): Avoid string-bytes.
8545         * textmodes/ispell.el (ispell-dictionary-alist-1)
8546         (ispell-dictionary-alist-2, ispell-dictionary-alist-3)
8547         (ispell-dictionary-alist-4, ispell-dictionary-alist-5)
8548         (ispell-dictionary-alist-6): Remove.
8549         (ispell-dictionary-base-alist): New var, merges the above.
8550         (ispell-find-aspell-dictionaries, ispell-set-spellchecker-params):
8551         Use it.
8552         (ispell-dictionary-alist): Default to nil.  Remove autoload.
8553         (ispell-local-dictionary-alist): Remove autoload.
8555         * progmodes/f90.el (f90-mode-syntax-table): Don't set ` as word syntax.
8556         (f90-mode-abbrev-table): Use the new :regexp feature.
8557         Merge defvar and mapc into define-abbrev-table.
8558         (f90-imenu-type-matcher): Remove unused `l'.
8559         (f90-imenu-generic-expression): Remove unused `not-ib'.
8560         (f90-prepare-abbrev-list-buffer): Use with-current-buffer.
8561         (f90-change-keywords): Use restore-buffer-modified-p.
8563 2008-04-24  Glenn Morris  <rgm@gnu.org>
8565         * net/goto-addr.el (goto-address-prog-mode):
8566         * progmodes/bug-reference.el (bug-reference-prog-mode):
8567         Define for compiler.
8569         * minibuffer.el (x-file-dialog): Declare as function.
8571         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file): Use
8572         dframe-update-speed rather than obsolete alias speedbar-update-speed.
8574         * calendar/cal-menu.el (cal-menu-diary-menu): Fix typo.
8575         (cal-menu-scroll-menu): Use commands rather than key macros, which don't
8576         work with easymenu.  Add :keys where needed.
8578         * calendar/cal-move.el (calendar-scroll-left): Handle case when
8579         event-start is nil.
8581         * calendar/calendar.el (calendar-mode-map): Fix typo.
8583 2008-04-24  Tom Tromey  <tromey@redhat.com>
8585         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
8586         Document keywords.  Add :suppress.
8587         * pcvs-defs.el (cvs-mode-map): Use :suppress.
8589         * net/goto-addr.el (goto-address-unfontify): New function.
8590         (goto-address-fontify): Use it.  Respect goto-address-prog-mode.
8591         (goto-address-fontify-region, goto-address-mode)
8592         (goto-address-prog-mode): New functions.
8594         * progmodes/bug-reference.el: New file.
8596 2008-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8598         * term/mac-win.el (mac-ts-active-input-buf): Move defvar to macterm.c.
8600 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8602         * emacs-lisp/easymenu.el (easy-menu-make-symbol): Don't wrap keyboard
8603         macros within lambdas.
8605 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8607         * minibuffer.el (completion-try-completion): Add `point' argument.
8608         Change return value.
8609         (completion-all-completions): Add `point' argument.
8610         (minibuffer-completion-help): Pass the new `point' argument.
8611         (completion--do-completion): Pass the whole field to try-completion.
8612         (completion--try-word-completion): Rewrite, making fewer assumptions.
8613         (completion-emacs21-try-completion, completion-emacs21-all-completions)
8614         (completion-emacs22-try-completion, completion-emacs22-all-completions)
8615         (completion-basic-try-completion, completion-basic-all-completions):
8616         New functions.
8617         (completion-styles-alist): Use them.
8619 2008-04-23  Agustín Martín  <agustin.martin@hispalinux.es>
8621         * textmodes/ispell.el (ispell-set-spellchecker-params):
8622         New function to make sure right params and dictionary alists are used
8623         after spellchecker changes.
8624         (ispell-aspell-dictionary-alist, ispell-last-program-name)
8625         (ispell-initialize-spellchecker-hook): New variables and hook.
8626         (ispell-find-aspell-dictionaries): Use ispell-aspell-dictionary-alist.
8627         (ispell-maybe-find-aspell-dictionaries): Remove.
8628         Calls replaced by (ispell-set-spellchecker-params) calls.
8629         (ispell-have-aspell-dictionaries): Remove.
8631         * textmodes/flyspell.el: Replace ispell-maybe-find-aspell-dictionaries
8632         by ispell-set-spellchecker-params.
8634 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8636         * complete.el (PC-do-completion): Be more robust in the presence of
8637         unexpected values in minibuffer-completion-predicate.
8639         * minibuffer.el (read-file-name): Don't let-bind default-directory.
8640         Only abbreviate default-filename if it's a file.
8642         * minibuffer.el (read-file-name-function, read-file-name-predicate)
8643         (read-file-name-completion-ignore-case, insert-default-directory):
8644         New vars, moved from fileio.c.
8645         (read-file-name): New fun, moved from fileio.c.
8646         * cus-start.el: Remove insert-default-directory and
8647         read-file-name-completion-ignore-case.
8649 2008-04-23  Magnus Henoch  <mange@freemail.hu>
8651         * tar-mode.el (tar-untar-buffer): If the entry has directory
8652         link type, extract it as a directory even if its file name doesn't
8653         end with a slash.  Fixes extraction of NetBSD tar archives.
8655 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8657         * server.el (server-start): Also don't get confused by CRs since we
8658         don't quote them.
8660 2008-04-23  Nick Roberts  <nickrob@snap.net.nz>
8662         * progmodes/gdb-ui.el (gdb-init-buffer): New function.
8663         (gdb-set-gud-minor-mode-existing-buffers)
8664         (gdb-info-breakpoints-custom, gdb-get-location)
8665         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
8666         Previously gdb-create-define-alist wasn't always run and added to
8667         after-save-hook.
8669         * progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer.
8671 2008-04-23  Kevin Ryde  <user42@zip.com.au>
8673         * progmodes/make-mode.el (makefile-fill-paragraph): Treat indented
8674         comments like unindented ones.
8676 2008-04-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8678         * term/mac-win.el (mac-ae-open-documents): Adjust selection range
8679         parameter origins.
8681 2008-04-23  Kevin Ryde  <user42@zip.com.au>
8683         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
8684         Bind print-level to ensure output forms aren't truncated if
8685         print-level is set to eval-expression-print-level when going via
8686         eval-defun and friends, or has been otherwise fiddled with.
8688 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8690         * progmodes/cc-mode.el (c-basic-common-init): Don't set
8691         font-lock-extend-after-change-region-function globally.
8693 2008-04-23  Juanma Barranquero  <lekktu@gmail.com>
8695         * speedbar.el (speedbar-use-tool-tips-flag)
8696         (speedbar-ignored-directory-regexp, speedbar-file-unshown-regexp)
8697         (speedbar-file-regexp, speedbar-message, speedbar-item-info)
8698         (speedbar-files-item-info, speedbar-maybe-add-localized-support)
8699         (speedbar-insert-files-at-point, speedbar-dynamic-tags-function-list)
8700         (speedbar-generic-list-positioned-group-p, speedbar-insert-generic-list)
8701         (speedbar-fetch-replacement-function, speedbar-extract-one-symbol)
8702         (speedbar-separator-face): Fix typos in docstrings.
8703         (speedbar-stealthy-function-list, speedbar-verbosity-level)
8704         (speedbar-supported-extension-expressions, speedbar-update-current-file)
8705         (speedbar-add-indicator, speedbar-tag-expand): Reflow docstring.
8706         (speedbar-use-imenu-flag, speedbar-ignored-directory-expressions)
8707         (speedbar-directory-unshown-regexp, speedbar-handle-delete-frame)
8708         (speedbar-show-info-under-mouse, speedbar-directory-buttons)
8709         (speedbar-check-vc-this-line, speedbar-files-line-directory)
8710         (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
8711         (speedbar-buffers-line-directory, speedbar-recenter-to-top)
8712         (speedbar-recenter): Doc fixes.
8713         (speedbar-update-speed, speedbar-navigating-speed): Add obsolescence
8714         declaration and remove redundant info in docstring.
8716 2008-04-23  Dan Nicolaescu  <dann@ics.uci.edu>
8718         * vc-git.el (vc-git-status-printer): Deal with directories.
8720         * vc.el (vc-next-action): Look at more than the first file to
8721         determine the state.
8723 2008-04-23  Glenn Morris  <rgm@gnu.org>
8725         * dframe.el (dframe-have-timer-flag): Drop support for Emacs without
8726         timers.  Doc fix.
8727         (dframe-update-speed): Drop support for XEmacs < 20.
8728         (dframe-frame-mode): Drop support for Emacs < 20.
8729         (dframe-set-timer-internal): Drop support for Emacs without timers.
8730         (dframe-popup-kludge): Use mouse-menu-major-mode-map if defined.
8732         * ediff-init.el (ediff-check-version): Drop support for very old Emacs
8733         versions.  Add doc-string.  Mark as obsolete.
8735         * ps-def.el (ps-color-device): Drop support for XEmacs < 19.12.
8737         * speedbar.el (speedbar-use-tool-tips-flag): Check for tooltip-mode,
8738         rather than using an Emacs version test.
8740         * tree-widget.el (tree-widget-image-enable): Use display-images-p
8741         rather than an Emacs version test.
8743         * calendar/cal-china.el (holiday-chinese-qingming)
8744         (holiday-chinese-winter-solstice, holiday-chinese): New functions.
8745         * calendar/calendar.el (calendar-chinese-all-holidays-flag): New.
8746         * calendar/holidays.el (holiday-oriental-holidays): Add more holidays.
8748         * calendar/cal-islam.el (holiday-islamic): Doc fix.
8750         * calendar/diary-lib.el (diary-list-sexp-entries): Doc fix.
8751         (diary-remind): Allow negative DAYS to represent a range 1:DAYS.
8752         Suggested by Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
8754 2008-04-23  Nick Roberts  <nickrob@snap.net.nz>
8756         * progmodes/gdb-ui.el (gdb-previous-frame-address): Rename...
8757         (gdb-previous-frame-pc-address): ...to this.
8758         (gdb-get-selected-frame): Use MI command -stack-info-frame instead
8759         of "info frame" with Gdb 6.4+.
8760         (gdb-stack-list-frames-regexp): New regexp.
8761         (gdb-frame-handler-1): Parse output of -stack-info-frame.
8763 2008-04-22  David Glasser  <glasser@davidglasser.net>  (tiny change)
8765         * tar-mode.el (tar-prefix-offset): New constant.
8766         (tar-header-block-tokenize): Support paths with long names
8767         which use the "ustar" standard.
8769 2008-04-22  Mathias Dahl  <mathias.dahl@gmail.com>
8771         * image-dired.el (image-dired-track-original-file)
8772         (image-dired-modify-mark-on-thumb-original-file):
8773         Use `dired-goto-file' instead of `search-forward'.  This solves
8774         a bug with finding files where the file name is a subset of other
8775         file names.  Doc fix.
8777 2008-04-22  Juri Linkov  <juri@jurta.org>
8779         * menu-bar.el (buffers-menu-max-size): Move its definition down to
8780         the "Buffers Menu" section.  Change group name `mouse' to `menu'.
8781         (yank-menu-length): Change group name `mouse' to `menu'.
8782         (buffers-menu-buffer-name-length): New user option.
8783         (menu-bar-update-buffers): Use buffers-menu-buffer-name-length
8784         instead of the hard-coded number 27.
8786 2008-04-22  Juri Linkov  <juri@jurta.org>
8788         * isearch.el (eval-when-compile): Require `help-macro'.
8789         (isearch-help-for-help-internal): Isearch specific Help screen
8790         created by `make-help-screen'.
8791         (isearch-help-map): New variable that binds "b", "k", "m" to
8792         isearch-specific commands, and binds other keys to
8793         isearch-other-control-char, thus allowing other Help keys to
8794         exit isearch mode and execute their global definitions.
8795         (isearch-help-for-help, isearch-describe-bindings)
8796         (isearch-describe-key, isearch-describe-mode): New commands.
8797         (isearch-mode-help): Define alias to isearch-describe-mode
8798         and remove its old function definition.
8799         (isearch-mode-map): Bind "\C-h" to isearch-help-map.
8800         Remove old comments because this issue is settled now.
8801         (isearch-forward): Describe three new Help commands in the docstring.
8802         (isearch-mode): Remove \\{isearch-mode-map} from the docstring,
8803         leave the single sentence at the first line of the docstring,
8804         and prepend the word "function" before `isearch-forward'
8805         to make the Help link to the function instead of variable.
8807 2008-04-22  Juri Linkov  <juri@jurta.org>
8809         * isearch.el (isearch-success-function): New variable with default
8810         to `isearch-success-function-default'.
8811         (isearch-search): Call a function from `isearch-success-function'
8812         instead of calling the hard-coded `isearch-range-invisible'.
8813         (isearch-success-function-default): New function that calls
8814         `isearch-range-invisible' and inverts its return value.
8816         * info.el (Info-search): In two similar places that skip
8817         undesired search matches move code to Info-search-success-function,
8818         and call `isearch-success-function' instead.
8819         (Info-search-success-function): New function copied from code
8820         in Info-search.  Replace isearch-range-invisible with
8821         text-property-not-all that checks for 'invisible and 'display
8822         properties to skip partially invisible matches (whose display
8823         properties were set by Info-fontify-node).
8824         (Info-mode): Set buffer-local isearch-success-function
8825         to Info-search-success-function.
8827 2008-04-22  Juri Linkov  <juri@jurta.org>
8829         * minibuffer.el (internal-complete-buffer-except): New function.
8831         * files.el (read-buffer-to-switch): New function.
8832         (switch-to-buffer-other-window, switch-to-buffer-other-frame):
8833         Change interactive spec to call read-buffer-to-switch instead of
8834         using the letter "B".
8836         * simple.el (minibuffer-default-add-shell-commands): New function.
8837         Use declare-function for mailcap-file-default-commands from "mailcap".
8838         (shell-command): Set local minibuffer-default-add-function to
8839         minibuffer-default-add-shell-commands in minibuffer-with-setup-hook
8840         before calling read-shell-command.  Set 4th arg default-value of
8841         read-shell-command to relative buffer-file-name in file buffers.
8843         * dired-aux.el (dired-read-shell-command-default): Move it to
8844         gnus/mailcap.el and change its name to more general name
8845         mailcap-file-default-commands.
8846         (minibuffer-default-add-dired-shell-commands): New function.
8847         Use declare-function for mailcap-file-default-commands from "mailcap".
8848         (dired-read-shell-command): Set local minibuffer-default-add-function
8849         to minibuffer-default-add-dired-shell-commands in minibuffer-with-setup-hook
8850         before calling read-shell-command.  Remove dired-read-shell-command-default
8851         from the default value arg because default values are not set in
8852         minibuffer-default-add-dired-shell-commands.  Doc fix.
8854         * dired-x.el (dired-smart-shell-command): Sync arguments and
8855         interactive spec with changes in `shell-command'.
8856         Use dired-get-filename to get the dired file name at point
8857         as the default value in dired mode.
8859 2008-04-22  Juanma Barranquero  <lekktu@gmail.com>
8861         * info.el (Info-complete-menu-item): Add missing parenthesis.
8863 2008-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8865         * info.el (Info-complete-menu-item): Save point.
8867 2008-04-22  Juanma Barranquero  <lekktu@gmail.com>
8869         * minibuffer.el (minibuffer-complete-and-exit): Fix last change.
8871 2008-04-22  Andreas Schwab  <schwab@suse.de>
8873         * Makefile.in (emacs-deps): Define.
8874         Use it instead of $(lisp)/subdirs.el.
8876 2008-04-22  Dan Nicolaescu  <dann@ics.uci.edu>
8878         * vc.el (vc-next-action): Do not consider directories when
8879         checking for state compatibility.
8880         (vc-transfer-file): Use when not if.
8881         (vc-dir-parent-marked-p, vc-dir-children-marked-p): New functions.
8882         (vc-dir-mark-file): Use them.
8883         (vc-deduce-fileset): Also return the backend.
8884         (vc-diff-internal): Take as argument the value returned by
8885         vc-deduce-fileset instead of just the fileset.
8886         (vc-next-action, vc-finish-logentry, vc-version-diff, vc-diff)
8887         (vc-dir-mark-file, vc-print-log, vc-revert, vc-rollback)
8888         (vc-update): Update the vc-deduce-fileset and vc-diff-internal calls.
8890 2008-04-22  Tassilo Horn  <tassilo@member.fsf.org>
8892         * doc-view.el (doc-view-scroll-up-or-next-page): Don't use
8893         set-window-vscroll but image-scroll-down.  Fixes a bug where a
8894         command following SPC scrolled up again.
8896 2008-04-22  Nick Roberts  <nickrob@snap.net.nz>
8898         * progmodes/gdb-ui.el (gdb-locals-header): New variable.
8899         (gdb-locals-mode, gdb-registers-mode): Use it for header line.
8900         (gud-watch): Add "$" prefix when in registers buffer.
8902 2008-04-22  Glenn Morris  <rgm@gnu.org>
8904         * progmodes/gdb-ui.el (gdbmi-invalidate-frames): Declare as function.
8906         * whitespace.el (whitespace-display-table)
8907         (whitespace-display-table-was-local): Move definitions before use.
8909         * emacs-lisp/copyright.el (copyright-at-end-flag): New option.
8910         (copyright-limit): Respect copyright-at-end-flag.
8911         (copyright-re-search, copyright-start-point)
8912         (copyright-offset-too-large-p): New functions.
8913         (copyright-update-year): Use copyright-re-search.
8914         (copyright-update, copyright-fix-years): Use copyright-start-point,
8915         and copyright-re-search.
8916         (copyright): Use copyright-offset-too-large-p.
8917         * add-log.el (change-log-mode): Set copyright-at-end-flag.
8919         * add-log.el (top-level): Require 'cl when compiling.
8921 2008-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8923         * complete.el (PC-complete-as-file-name, PC-read-file-name-internal):
8924         Treat minibuffer-completion-predicate as a predicate.
8926         * minibuffer.el (completion--file-name-table): Accept both the old
8927         `dir' arg or the new `pred' arg.
8929         * ffap.el (ffap-read-file-or-url): Do not abuse completing-read's
8930         `predicate' argument to pass non-predicate data.
8931         (ffap-read-url-internal, ffap-read-file-or-url-internal):
8932         Use second arg as proper predicate.
8934         * vc-bzr.el (vc-bzr-complete-with-prefix): Remove.
8935         (vc-bzr-revision-completion-table): Use completion-table-with-context
8936         instead.
8938         * simple.el (choose-completion-string): Use minibuffer-completion-table.
8940 2008-04-21  Chong Yidong  <cyd@stupidchicken.com>
8942         * term.el (term-emulate-terminal): Perform redisplay after the
8943         process filter has finished running.
8945 2008-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8947         * vc.el (vc-dir): Use pop-to-buffer, so it can be customized.
8949         * minibuffer.el (completion-try-completion): Change magic symbol
8950         property name.  Rename from minibuffer-try-completion.
8951         (completion-all-completions): Rename from minibuffer-all-completions.
8952         Remove hide-spaces argument.
8953         (completion--do-completion): Rename from minibuffer--do-completion.
8954         (minibuffer-complete-and-exit): Call just try-completion rather than
8955         completion-try-completion to fix up the case.
8956         (completion--try-word-completion): Try to add space or hyphen before
8957         making `string' a prefix of `completion'.
8958         (completion--insert-strings): Rename from minibuffer--insert-strings.
8960 2008-04-22  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
8962         * net/tls.el (tls-program): Add -ign_eof argument to call the
8963         openssl commands.
8964         (tls-checktrust): Ditto.
8966 2008-04-21  Dan Nicolaescu  <dann@ics.uci.edu>
8968         * vc-cvs.el (vc-cvs-status-extra-headers): New function.
8970         * vc-hooks.el (vc-insert-file, vc-state, vc-working-revision)
8971         (vc-check-master-templates, vc-file-not-found-hook)
8972         (vc-kill-buffer-hook):
8973         * vc.el (vc-process-sentinel, vc-exec-after, vc-do-command)
8974         (vc-find-position-by-context, vc-buffer-context)
8975         (vc-restore-buffer-context, vc-responsible-backend)
8976         (vc-expand-dirs, vc-ensure-vc-buffer, vc-buffer-sync)
8977         (vc-next-action, vc-register, vc-register-with, vc-steal-lock)
8978         (vc-finish-logentry, vc-coding-system-for-diff, vc-switches)
8979         (vc-version-diff, vc-diff, vc-insert-headers)
8980         (vc-dired-buffers-for-dir, vc-dired-resynch-file)
8981         (vc-snapshot-precondition, vc-create-snapshot, vc-print-log)
8982         (vc-revert, vc-rollback, vc-version-backup-file)
8983         (vc-rename-master, vc-delete-file, vc-rename-file)
8984         (vc-branch-part, vc-default-retrieve-snapshot)
8985         (vc-annotate-display-autoscale, vc-annotate-display-select)
8986         (vc-annotate, vc-annotate-warp-revision, vc-annotate-difference)
8987         (vc-annotate-lines, vc-file-tree-walk-internal): Use when instead of if.
8988         (vc-dir-update): Handle directories.
8989         (vc-default-status-printer): Simplify.
8991         * progmodes/asm-mode.el (asm-mode-map):
8992         * progmodes/hideif.el (hide-ifdef-mode-menu): Add :help.
8994         * progmodes/m4-mode.el (m4-mode-map): Add menu.
8996 2008-04-21  Kenichi Handa  <handa@m17n.org>
8998         * select.el (xselect-convert-to-string): Send a C_STRING only if
8999         the polymorphic target TEXT is requested.
9001 2008-04-21  Juanma Barranquero  <lekktu@gmail.com>
9003         * minibuffer.el (completion-setup-hook, display-completion-list)
9004         (completion--file-name-table): Fix typos in docstrings.
9005         (completion-table-dynamic): Fix typo, and reflow docstring.
9007 2008-04-20  Andreas Schwab  <schwab@suse.de>
9009         * server.el (server-switch-buffer): Also consider clients in the
9010         selected frame.
9012 2008-04-19  Nick Roberts  <nickrob@snap.net.nz>
9014         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
9015         Select window clicked on first.
9016         (gdb): Display thread number in mode-line.
9017         (gdb-make-header-line-mouse-map): Move to avoid byte compiler warnings.
9018         (gdb-breakpoints-header): New variable.
9019         (gdb-breakpoints-mode, gdb-threads-mode): Use it for header line.
9021 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9023         * vc-sccs.el (vc-sccs-do-command): New fun.  Use the "sccs" command.
9024         (vc-sccs-register, vc-sccs-checkin, vc-sccs-find-revision)
9025         (vc-sccs-checkout, vc-sccs-rollback, vc-sccs-revert)
9026         (vc-sccs-steal-lock, vc-sccs-modify-change-comment)
9027         (vc-sccs-print-log): Use it.
9029         * vc-hooks.el (vc-path): Remove SCCS-specific hack.
9031         * emacs-lisp/lisp-mode.el (lisp-mode-auto-fill): Make it an alias.
9032         * progmodes/scheme.el (scheme-mode-variables): Don't use it.
9034         * tooltip.el (tooltip-previous-message): New var.
9035         (tooltip-show-help-non-mode): Rewrite to better follow the behavior of
9036         the C code (avoid overwriting a minibuffer, restore previous echo
9037         message, ...).
9038         (tooltip-delay, tooltip-process-prompt-regexp, tooltip-strip-prompt):
9039         Simplify.
9041 2008-04-19  Nick Roberts  <nickrob@snap.net.nz>
9043         * progmodes/gdb-ui.el (gdb-thread-indicator): New variable.
9044         (gdb-init-1): Initialise it.
9045         (gdb-annotation-rules): New entry for "new-thread".
9046         (gdb-thread-identification): New function to customize
9047         mode-line-buffer-identification.
9048         (gdb-frames-mode, gdb-registers-mode, gdb-locals-mode)
9049         (gdb-assembler-mode): Use it.
9050         (gdb-threads-mode): Force "info threads" onto queue.
9052 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9054         * files.el (locate-file-completion-table): Rename from
9055         locate-file-completion and make it use `pred' in the normal way.
9056         (locate-file-completion): New compatibility wrapper.
9057         (load-library): Use locate-file-completion-table.
9058         * finder.el (finder-commentary):
9059         * subr.el (locate-library):
9060         * emacs-lisp/find-func.el (find-library): Likewise.
9061         * info.el: Use with-current-buffer and inhibit-read-only.
9062         (Info-read-node-name-2): Change to use `predicate' in the normal way.
9063         (Info-read-node-name-1): Adjust uses accordingly.
9065         * minibuffer.el (completion-table-with-context): Add support for `pred'.
9066         (completion-table-with-terminator): Don't use complete-with-action
9067         since we have to distinguish all three cases anyway.
9068         (completion-table-with-predicate): New function.
9069         (dynamic-completion-table): Add obsolete alias.
9071         * emacs-lisp/trace.el (trace-make-advice): Don't change selected-window.
9073 2008-04-18  Sam Steingold  <sds@gnu.org>
9075         * vc.el (vc-dir-menu-map, vc-dir-mode-map, vc-dir-tool-bar-map):
9076         Use quit-window instead of bury-buffer.
9078 2008-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9080         * minibuffer.el (completion-table-with-terminator): Fix last fix.
9082 2008-04-18  Andreas Schwab  <schwab@suse.de>
9084         * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
9085         ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
9086         Depend on $(lisp)/subdirs.el.
9088 2008-04-18  Juanma Barranquero  <lekktu@gmail.com>
9090         * descr-text.el (describe-char-after):
9091         Use `define-obsolete-function-alias'.
9093         * dired-x.el (dired-omit-files-p): Use `define-obsolete-variable-alias'.
9095         * facemenu.el (facemenu-unlisted-faces): Fix obsolescence description.
9097         * savehist.el (savehist-load): Add WHEN to obsolescence declaration.
9098         Remove redundant obsolescence info in docstring.
9100         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
9101         (vc-header-alist): Add WHEN to obsolescence declaration.
9102         (vc-state): Fix typo in docstring.
9104         * emacs-lisp/checkdoc.el (checkdoc-minor-keymap):
9105         Use `define-obsolete-variable-alias'.
9107         * emulation/tpu-edt.el (tpu-have-ispell):
9108         * international/codepage.el (codepage-setup):
9109         Fix typo in obsolescence declaration.
9111         * international/mule.el (char-coding-system-table):
9112         Remove redundant obsolescence info in docstring.
9113         (charset-list, generic-char-p, set-char-table-default):
9114         Fix typos in obsolescence declarations.
9116         * international/mule-diag.el (non-iso-charset-alist):
9117         Fix typo in obsolescence declaration.
9118         (decode-codepage-char): Remove redundant obsolescence info in docstring.
9120         * font-core.el (font-lock-defaults-alist):
9121         * font-lock.el (font-lock-reference-face):
9122         * frame.el (screen-height, screen-width, set-screen-width)
9123         (set-screen-height):
9124         * hilit-chg.el (highlight-changes-initial-state):
9125         * isearch.el (isearch-return-char):
9126         * log-edit.el (cvs-commit-buffer-require-final-newline)
9127         (cvs-changelog-full-paragraphs):
9128         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
9129         (mouse-popup-menubar-stuff):
9130         * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
9131         (mouse-wheel-click-button):
9132         * outline.el (outline-visible):
9133         * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name):
9134         * pcvs-info.el (cvs-display-full-path, cvs-fileinfo->full-path):
9135         * emacs-lisp/lisp-mode.el (lisp-comment-indent):
9136         * progmodes/compile.el (compile-internal):
9137         Add WHEN to obsolescence declarations.
9139 2008-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9141         * emacs-lisp/debug.el (debug): Revert to bury-buffer since quit-window
9142         is not better anyway.
9144 2008-04-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9146         * whitespace.el (whitespace-report-region): Handle whitespace-tab-width
9147         properly.
9149 2008-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9151         * progmodes/python.el (python-mode-map): Use abbrev-table-menu.
9152         (python-use-skeletons): Remove, unused.
9153         (python-skeletons): Remove.  Use the abbrev table instead.
9154         (python-mode-abbrev-table): Fix regexp;
9155         add enable-function and case-fixed.
9156         (def-python-skeleton): Simplify.
9157         (python-expand-template): Use the abbrev-table and abbrev-insert.
9158         (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
9159         Remove.
9160         (python-mode): Don't set pre-abbrev-expand-hook.
9162         * skeleton.el: Set coding-tag.
9164         * abbrev.el (abbrev-insert): New function extracted from expand-abbrev.
9165         (expand-abbrev): Use it.
9166         (abbrev-table-menu): New function.
9168         * abbrev.el (define-abbrev-table): Fontify dosctrings as such.
9170         * minibuffer.el (completion-table-with-terminator): Fix paren typo.
9172 2008-04-17  Sam Steingold  <sds@gnu.org>
9174         * pcvs-util.el (cvs-bury-buffer): Use quit-window instead of the
9175         idiosyncratic bury-buffer/delete-window logic.
9177 2008-04-17  Juanma Barranquero  <lekktu@gmail.com>
9179         * emacs-lisp/crm.el (crm-completion-help, crm-complete)
9180         (crm-complete-word, crm-complete-and-exit): Fix typo in previous change.
9182 2008-04-17  Kenichi Handa  <handa@m17n.org>
9184         * international/characters.el: Don't make the width of U+00AD to 0.
9186 2008-04-17  Nick Roberts  <nickrob@snap.net.nz>
9188         * progmodes/gdb-ui.el (gdb-stack-update): New variable.
9189         (gdb, gdb-starting, gdb-frames-mode): Use it.
9190         (gdb-invalidate-frames): Advise to call "info stack" only if
9191         execution has occurred.
9192         (gdb-info-breakpoints-custom): Only update overlay-arrow pointing to
9193         selected frame if no execution has occurred.
9194         (gdb-frames-force-update): New interactive function.
9195         (gdb-frames-mode-map): Bind it to "F".
9197 2008-04-17  Michael Olson  <mwolson@gnu.org>
9199         * textmodes/remember.el (remember-version): Release Remember 2.0.
9201 2008-04-16  Yoni Rabkin  <yoni@rabkins.net>
9203         * textmodes/artist.el:
9204         * progmodes/vhdl-mode.el:
9205         * progmodes/verilog-mode.el:
9206         * progmodes/vera-mode.el:
9207         * progmodes/simula.el:
9208         * progmodes/ps-mode.el:
9209         * progmodes/cmacexp.el:
9210         * obsolete/hilit19.el:
9211         * emulation/viper.el:
9212         * ediff.el: Cleanup the bug-report email addresses and make sure the
9213         maintainer is still willing to handle bug reports.
9215 2008-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
9217         * vc.el (vc-dir-kill-query): Fix thinko.
9219 2008-04-16  Glenn Morris  <rgm@gnu.org>
9221         * calendar/diary-lib.el (diary-remind): Don't clobber `date' passed
9222         by diary-sexp-entry.
9224 2008-04-16  Markus Triska  <markus.triska@gmx.at>
9226         * proced.el (proced-command-alist): Add support for darwin.
9228 2008-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9230         * proced.el (proced-mode): Redefine as just the major-mode.
9231         (proced): Separate it from proced-mode.
9233         * vc.el: Rename vc-status to vc-dir and the vc-status var to vc-ewoc.
9235 2008-04-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9237         * whitespace.el: Honor the `indent-tabs-mode' setting from user.
9238         Suggested by Stephen Deasey <sdeasey@gmail.com>.  Honor also the
9239         `tab-width' setting from user.  New version 10.0.  Doc and docstring
9240         fix.
9241         (whitespace-style, whitespace-chars): Remove options.
9242         (whitespace-style-mark): New option, replace whitespace-style deleted
9243         option.  Fix docstring.
9244         (whitespace-style-color): New option, replace whitespace-chars deleted
9245         option.  Fix docstring.
9246         (whitespace-space, whitespace-hspace, whitespace-tab)
9247         (whitespace-newline, whitespace-trailing, whitespace-line)
9248         (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
9249         (whitespace-space-after-tab, whitespace-hspace-regexp)
9250         (whitespace-space-regexp, whitespace-tab-regexp)
9251         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
9252         (whitespace-empty-at-eob-regexp, whitespace-line-column)
9253         (whitespace-toggle-option-alist): Fix docstring.
9254         (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
9255         (whitespace-space-after-tab-regexp, whitespace-display-mappings): Fix
9256         docstring and initialization.
9257         (global-whitespace-mode): Autoloaded global minor mode.
9258         (whitespace-chars-value-list, whitespace-style-value-list)
9259         (whitespace-active-chars, whitespace-active-style)
9260         (whitespace-toggle-chars, whitespace-toggle-style): Remove vars.
9261         (whitespace-color-value-list): New var, replace
9262         whitespace-chars-value-list removed var.
9263         (whitespace-mark-value-list): New var, replace
9264         whitespace-style-value-list removed var.
9265         (whitespace-active-color): New var, replace whitespace-active-chars
9266         removed var.
9267         (whitespace-active-mark): New var, replace whitespace-active-style
9268         removed var.
9269         (whitespace-toggle-color): New var, replace whitespace-toggle-chars
9270         removed var.
9271         (whitespace-toggle-mark): New var, replace whitespace-toggle-style
9272         removed var.
9273         (whitespace-toggle-option-alist, whitespace-report-list)
9274         (whitespace-report-text, whitespace-help-text): Fix initialization.
9275         (whitespace-indent-tabs-mode, whitespace-tab-width): New vars.
9276         (whitespace-toggle-options, global-whitespace-toggle-options)
9277         (whitespace-cleanup-region, whitespace-report-region)
9278         (whitespace-interactive-char): Fix docstring and code.
9279         (whitespace-cleanup, whitespace-report): Fix docstring.
9280         (whitespace-replace-spaces-by-tabs): Remove fun.
9281         (whitespace-replace-action): New fun, replace
9282         whitespace-replace-spaces-by-tabs removed fun.
9283         (whitespace-regexp, whitespace-indentation-regexp)
9284         (whitespace-space-after-tab-regexp, whitespace-insert-value)
9285         (whitespace-kill-buffer): New funs.
9286         (whitespace-insert-option-mark, whitespace-help-on)
9287         (whitespace-help-off, whitespace-turn-on, whitespace-turn-off)
9288         (whitespace-color-on, whitespace-color-off)
9289         (whitespace-display-char-on): Fix code.
9291 2008-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9293         * mouse-drag.el (mouse-throw-magnifier-with-scroll-bar)
9294         (mouse-throw-magnifier-with-mouse-movement): Remove.
9295         (mouse-throw-magnifier-base): New const.
9296         (mouse-drag-scroll-delta): New fun.
9297         (mouse-drag-throw): Use it.
9299 2008-04-15  Juanma Barranquero  <lekktu@gmail.com>
9301         * international/uni-bidi.el, international/uni-category.el:
9302         * international/uni-combining.el, international/uni-comment.el:
9303         * international/uni-decimal.el, international/uni-decomposition.el:
9304         * international/uni-digit.el, international/uni-lowercase.el:
9305         * international/uni-mirrored.el, international/uni-name.el:
9306         * international/uni-numeric.el, international/uni-old-name.el:
9307         * international/uni-titlecase.el, international/uni-uppercase.el:
9308         * international/charprop.el: Regenerate.
9310 2008-04-15  Dan Nicolaescu  <dann@ics.uci.edu>
9312         * vc.el (vc-status-fileinfo): Add new member directoryp.
9313         (vc-default-status-printer): Print directories.
9314         (vc-status-update): Sort files before subdirectories.
9316         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
9317         Add alternative implementation based on "cvs update".
9319 2008-04-15  Tassilo Horn  <tassilo@member.fsf.org>
9321         * doc-view.el: Changed requirements section to tell that only one
9322         of dvipdf or dvipdfm is needed.
9323         (doc-view-already-converted-p): Fix bug that forced reconversion
9324         if doc was already converted.
9326 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9328         * minibuffer.el (minibuffer-message):
9329         Make sure we can put-text-property.
9331         * emacs-lisp/crm.el: Complete rewrite.
9333         * tmm.el (tmm-completion-delete-prompt): Don't hardcode point-min==1.
9334         (tmm-add-prompt): Make sure completion-setup-hook is preserved even in
9335         case of an error in display-completion-list.
9337         * filecache.el (file-cache-completions-keymap): Move init from
9338         file-cache-completion-setup-function into declaration.
9339         (file-cache-minibuffer-complete): Simplify.
9340         (file-cache-completion-setup-function): Use standard-output,
9341         preserve current-buffer.
9343         * vc.el (vc-status-update): Fix typo.
9344         (vc-status-update): Set needs-update.
9345         (vc-status-refresh): Î·-reduce.
9347 2008-04-14  Tassilo Horn  <tassilo@member.fsf.org>
9349         * doc-view.el (doc-view-mode-map): Bind C-a to image-bol and C-e
9350         to image-eol.
9352 2008-04-14  Alexandre Julliard  <julliard@winehq.org>
9354         * vc.el (vc-status-update): Undo the previous revert.
9356 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9358         * minibuffer.el (completion-table-with-terminator): Those completions
9359         are never valid w.r.t test-completion.
9360         (completion--file-name-table):
9361         Check completion-all-completions-with-base-size.
9363 2008-04-14  Tassilo Horn  <tassilo@member.fsf.org>
9365         * doc-view.el (doc-view-dvipdf-program): New variable.
9366         (doc-view-dvipdfm-program): Mention doc-view-dvipdf-program.
9367         (doc-view-mode-p): Check for doc-view-dvipdf-program as
9368         alternative for doc-view-dvipdfm-program.
9369         (doc-view-dvi->pdf): Prefer dvipdf over dvipdfm.
9371         * doc-view.el (doc-view-start-process): Don't set
9372         default-directory to "~/" if the current value is valid.
9373         This broke PS files that run other files in the same directory.
9375 2008-04-14  Dan Nicolaescu  <dann@ics.uci.edu>
9377         * vc.el (vc-status-kill-query): New function.
9378         (vc-status-mode): Add it to kill-buffer-query-functions.
9379         (vc-status-show-fileentry): New function.
9380         (vc-status-menu-map): Bind it.  Bind vc-next-action.
9382 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9384         * minibuffer.el (minibuffer-message): Put cursor at the right place.
9386 2008-04-13  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9388         * proced.el (proced-send-signal): Fix error recognition.
9390 2008-04-13  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9392         * proced.el (proced-command-alist): Remove sort column.
9393         (proced-command, proced-procname-column):
9394         Use make-variable-buffer-local.
9395         (proced-signal-function): Rename from proced-kill-program.
9396         Allow for elisp symbols and string values representing system calls.
9397         (proced-marker-regexp, proced-success-message): New functions.
9398         (proced): Use defalias.  Add autoload cookie.
9399         (proced-unmark-backward, proced-toggle-marks)
9400         (proced-hide-processes): New commands.
9401         (proced-do-mark): Simplify code.
9402         (proced-insert-mark): Use optional arg BACKWARD instead of line number.
9403         (proced-update): Remove sorting.
9404         (proced-send-signal): Display number of processes to operate on.
9405         Allow for system calls or elisp functions to send signals.
9406         Check if signal was sent successfully.
9408 2008-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9410         * minibuffer.el (completion-all-completion-with-base-size): New var.
9411         (completion--some): New function.
9412         (completion-table-with-context, completion--file-name-table):
9413         Return the base-size if requested.
9414         (completion-table-in-turn): Generalize to multiple arguments.
9415         (complete-in-turn): Compatibility alias.
9416         (completion-styles-alist): New var.
9417         (completion-styles): New customization.
9418         (minibuffer-try-completion, minibuffer-all-completions):
9419         New functions.
9420         (minibuffer--do-completion, minibuffer-complete-and-exit)
9421         (minibuffer-try-word-completion): Use them.
9422         (display-completion-list, minibuffer-completion-help): Use them.
9423         Handle all-completions's new base-size info to set completion-base-size.
9424         * info.el (Info-read-node-name-1): Use completion-table-with-context,
9425         completion-table-with-terminator and complete-with-action.
9426         Remove the now obsolete completion-base-size-function property.
9427         * simple.el (completion-list-mode-map): Move init into declaration.
9428         (completion-list-mode): Use define-derived-mode.
9429         (completion-setup-function): Use any completion-base-size that may
9430         have been set before.  Remove handling of completion-base-size-function.
9431         * loadup.el: Move abbrev.el up earlier.
9433 2008-04-13  Alexandre Julliard  <julliard@winehq.org>
9435         * vc-git.el (vc-git-after-dir-status-stage)
9436         (vc-git-dir-status-goto-stage): New functions.
9437         (vc-git-after-dir-status-stage1)
9438         (vc-git-after-dir-status-stage1-empty-db)
9439         (vc-git-after-dir-status-stage2): Remove, functionality moved
9440         into the new generic stage functions.
9441         (vc-git-dir-status-files): New function.
9443         * vc.el (vc-status-update): Revert an incorrect rewrite.
9444         Add some comments.
9445         (vc-status-refresh-files): New function.
9446         (vc-status-refresh): Use `vc-status-refresh-files' to refresh the
9447         state of up-to-date files.
9448         (vc-default-dir-status-files): New function.
9450 2008-04-13  Juanma Barranquero  <lekktu@gmail.com>
9452         * minibuffer.el (completion--embedded-envvar-table)
9453         (read-file-name-internal): Fix typos in 2008-04-11 change.
9455         * faces.el (read-face-name): Use `completion-table-in-turn',
9456         not `complete-in-turn'.
9458 2008-04-13  Andreas Schwab  <schwab@suse.de>
9460         * progmodes/etags.el: Require 'cl when compiling.
9462 2008-04-12  Nick Roberts  <nickrob@snap.net.nz>
9464         * progmodes/gud.el (gud-menu-map): Expand tooltip.
9466         * progmodes/gdb-ui.el (gdb-find-source-frame): Improve doc string.
9467         (menu): Add/expand menu tooltips.
9469 2008-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
9471         * progmodes/sh-script.el (sh-show-indent): Fix typo.
9472         (sh-mode-map): Add a toggle for inserting braces and quotes in pairs.
9474         * vc-cvs.el (vc-cvs-registered): Allow removed files to be
9475         considered registered.
9477 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
9479         * emacs-lisp/copyright.el (copyright-update-directory): New command.
9481         * ediff-wind.el (ediff-split-window-function)
9482         (ediff-merge-split-window-function): Improve custom type.
9484 2008-04-12  Eli Zaretskii  <eliz@gnu.org>
9486         * loadup.el ("minibuffer"): Move after "faces".
9488 2008-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9490         * progmodes/hideif.el (hif-factor): Handle unary minus.
9492 2008-04-12  Glenn Morris  <rgm@gnu.org>
9494         * calendar/cal-china.el (chinese-calendar-time-zone):
9495         Mark obsolete name as risky too.
9497         * calendar/calendar.el (calendar-faces): New custom group.
9498         (calendar-today, diary, holiday): Doc fix.
9499         Move to calendar-faces group.
9500         * calendar/diary-lib.el (diary-face, diary-anniversary, diary-time)
9501         (diary-button): Doc fix.  Move to calendar-faces group.
9503         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
9504         * desktop.el, files.el, hilit-chg.el, ibuffer.el, iswitchb.el:
9505         * pcvs-info.el, recentf.el, speedbar.el, calendar/cal-china.el:
9506         * calendar/cal-hebrew.el, calendar/cal-x.el, calendar/calendar.el
9507         * calendar/diary-lib.el, net/net-utils.el, progmodes/gud.el:
9508         Move non-autoloaded define-obsolete-variable-alias calls for defcustoms
9509         not in dumped files before the associated defcustom.
9511 2008-04-11  Johan BockgÃ¥rd  <bojohan@gnu.org>
9513         * minibuffer.el (lazy-completion-table): Fix debug spec.
9515 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9517         * minibuffer.el (complete-with-action, lazy-completion-table):
9518         Move from subr.el.
9519         (apply-partially, completion-table-dynamic)
9520         (completion-table-with-context, completion-table-with-terminator)
9521         (completion-table-in-turn): New funs.
9522         (completion--make-envvar-table, completion--embedded-envvar-table):
9523         New funs.
9524         (read-file-name-internal): Use them.
9525         (completion-setup-hook): Move from simple.el.
9526         * subr.el (complete-with-action, lazy-completion-table):
9527         * simple.el (completion-setup-hook): Move to minibuffer.el.
9529 2008-04-11  Glenn Morris  <rgm@gnu.org>
9531         * Makefile.in (AUTOGENEL): Add calc/calc-loaddefs.el.
9533 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9535         * progmodes/python.el (python-mode): Don't mess with hippie-expand.
9537         * Makefile.in (bootstrap-prepare): Make tpu-edt.el writable as well.
9539         * textmodes/fill.el (fill-forward-paragraph-function): New var.
9540         (fill-forward-paragraph): New fun.
9541         (fill-paragraph, fill-region): Use it.
9543         * vc.el: Change `dir-status' to not take (and pass) status-buffer.
9544         (vc-status-create-fileinfo): Make `extra' optional.
9545         (vc-status-busy): New fun.
9546         (vc-status-menu-map): Use it.
9547         (vc-status-crt-marked): Remove.
9548         (vc-status-update): Rename from vc-status-add-entries.
9549         Add argument so as to prevent addition of entries.  Rewrite.
9550         (vc-update-vc-status-buffer): Remove.
9551         (vc-status-refresh): Don't remove old entries, set them to
9552         up-to-date instead.  Also do it after the update is complete.
9553         (vc-status-marked-files): Î·-reduce.
9555         * dired.el (dired-read-dir-and-switches): Use read-directory-name even
9556         for non-dialogs.
9558         * Makefile.in (bootstrap-prepare): Don't copy ldefs-boot over loaddefs.
9560         * loadup.el: Load ldefs-boot.el if loaddefs.el doesn't exist.
9562 2008-04-11  Jan Djärv  <jan.h.d@swipnet.se>
9564         * tooltip.el (tooltip-show-help-non-mode): Set message-truncate-lines
9565         to t and don't truncate msg.
9567 2008-04-11  Glenn Morris  <rgm@gnu.org>
9569         * calendar/calendar.el (diary, holidays):
9570         Move custom groups to other files.
9571         (holiday-general-holidays, holiday-oriental-holidays)
9572         (holiday-local-holidays, holiday-other-holidays, hebrew-holidays-1)
9573         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
9574         (holiday-hebrew-holidays, holiday-christian-holidays)
9575         (holiday-islamic-holidays, holiday-bahai-holidays)
9576         (holiday-solar-holidays, calendar-holidays): Move to holidays.el.
9577         * calendar/diary-lib.el: Move custom group here from calendar.el.
9578         * calendar/holidays.el: Move custom group and variables here
9579         from calendar.el.
9581         * calendar/cal-china.el (calendar-chinese-time-zone): Mark as risky.
9583         * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
9584         Fix custom group.
9585         (calendar-current-time-zone-cache): Autoload riskiness.
9587         * calendar/cal-tex.el (cal-tex-preamble-extra): Fix custom type.
9589 2008-04-11  Chong Yidong  <cyd@stupidchicken.com>
9591         * woman.el (woman2-TH): Use string-equal instead of string-match.
9593 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9595         * smerge-mode.el (smerge-apply-resolution-patch): Fix typo.
9596         (smerge-resolve): Merge the "2-way refinement" case with one half of
9597         the "mere whitespace" resolution.
9599 2008-04-10  Dan Nicolaescu  <dann@ics.uci.edu>
9601         * vc-bzr.el (vc-bzr-after-dir-status): Detect the conflict state.
9603 2008-04-10  Juanma Barranquero  <lekktu@gmail.com>
9605         * subr.el (assoc-ignore-case, assoc-ignore-representation):
9606         Add WHEN to obsolescence declaration.
9608         * makefile.w32-in (AUTOGENEL): Add calc-loaddefs.el.
9610 2008-04-10  Dan Nicolaescu  <dann@ics.uci.edu>
9612         * vc-hooks.el (vc-state): Add new state `conflict'.
9613         (vc-after-save): Use when not if.
9614         (vc-default-mode-line-string): Deal with the conflict state.
9615         (vc-prefix-map, vc-menu-map): Bind vc-status instead of vc-directory.
9617         * vc.el (vc-editable-p, vc-default-status-printer)
9618         (vc-next-action): Deal with the conflict state.
9619         (vc-mark-resolved): New function.
9620         (vc-status-mode): Fix mode name.
9621         (vc-default-comment-history): Use when not if.
9622         (Todo): Add new entries, remove old ones.
9624         * vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news): Set conflict state.
9625         (vc-cvs-parse-status, vc-cvs-after-dir-status):
9626         * vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
9627         Detect the conflict state.
9629         * vc-hg.el (vc-hg-dir-status): Remove unneeded call.
9631 2008-04-10  Glenn Morris  <rgm@gnu.org>
9633         * menu-bar.el (menu-bar-options-menu) <truncate-lines>:
9634         Respect truncate-partial-width-windows in non-full windows,
9635         with regards to :toggle and :enable state.
9637         * simple.el (toggle-truncate-lines): Doc fix.
9639         * Makefile.in (MH_E_DIR): New variable.
9640         (MH_E_SRC): Restore variable removed 2008-03-13.
9641         (mh-loaddefs.el): Depend on $MH_E_SRC.
9642         (CAL_DIR, CAL_SRC): New variables.
9643         (cal-loaddefs.el, diary-loaddefs.el, hol-loaddefs.el):
9644         Depend on CAL_SRC.
9646         * calendar/calendar.el (calendar, diary): Add :prefix.
9647         (holidays): Change :prefix.
9648         (calendar-today, holiday, calendar-holiday-marker)
9649         (european-calendar-style): Change custom groups.
9651         * calendar/calendar.el (diary-hook, diary-display-hook):
9652         Move to diary-lib.el.
9653         * calendar/diary-lib.el (diary-hook, diary-display-hook):
9654         Move here from calendar.el.
9655         * calendar/appt.el: Require diary-lib rather than calendar.
9656         * calendar/cal-x.el (diary-display-hook): Declare for compiler.
9658         * calendar/appt.el (appt): Add :prefix.
9660         * calendar/diary-lib.el (diary-hook): Doc fix.
9661         (diary-mark-sexp-entries): Fix replacement of calendar-for-loop.
9663 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9665         * minibuffer.el (minibuffer--double-dollars, read-file-name-internal):
9666         New functions.
9668         * minibuffer.el (minibuffer--do-completion): Don't forget to propagate
9669         the arg to recursive calls.
9671 2008-04-09  Juanma Barranquero  <lekktu@gmail.com>
9673         * minibuffer.el (completion-auto-help): Fix typo.
9675 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9677         * vc-cvs.el (vc-cvs-diff-tree): Remove unused function.
9679 2008-04-09  Michael Albinus  <michael.albinus@gmx.de>
9681         * net/tramp.el (tramp-find-file-name-coding-system-alist): New defun.
9682         (tramp-handle-insert-file-contents, tramp-handle-write-region): Use it.
9684 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9686         * vc-hooks.el (vc-default-mode-line-string): Use ? for missing.
9688         * minibuffer.el (minibuffer): Move group from cus-edit.el.
9689         (completion-auto-help): Move from C code.
9690         (minibuffer--maybe-completion-help): Remove.
9691         (minibuffer--bitset): New function.
9692         (minibuffer--do-completion): Rename from minibuffer-do-completion.
9693         Renumber a bit.  Really complete on string *before* point.
9694         Add argument used for word-completion.
9695         Join trailing / in completion with following text, as done in
9696         minibuffer-complete-word.
9697         Handle new value `lazy' for completion-auto-help.
9698         (minibuffer-try-word-completion): New function extracted from
9699         minibuffer-complete-word.
9700         (minibuffer-complete-word): Use minibuffer--do-completion.
9701         (minibuffer--insert-strings): Rename from
9702         minibuffer-complete-insert-strings.
9703         (exit-minibuffer): Fix typo.
9704         * cus-edit.el (minibuffer): Move group to minibuffer.el.
9705         * cus-start.el: Remove completion-auto-help.
9707 2008-04-09  Alexandre Julliard  <julliard@winehq.org>
9709         * vc.el (vc-status-add-entries): New function.
9710         (vc-status-add-entry): Remove.
9711         (vc-update-vc-status-buffer, vc-status-mark-buffer-changed):
9712         Use vc-status-add-entries.
9714         * emacs-lisp/ewoc.el (ewoc-collect): Return results in the correct
9715         order.
9717 2008-04-09  Jason Rumney  <jasonr@gnu.org>
9719         * makefile.w32-in (LOADDEFS): Add mh-loaddefs.el.
9720         ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule.
9721         (pre-mh-loaddefs.el-CMD, pre-mh-loaddefs.el-SH): Remove.
9722         (AUTOGENEL): New variable.
9723         (distclean, maintainer-clean): New targets.
9725 2008-04-09  Chong Yidong  <cyd@stupidchicken.com>
9727         * emacs-lisp/regexp-opt.el (regexp-opt):
9728         Reduce max-lisp-eval-depth and max-specpdl-size to 10000.
9730 2008-04-09  Lennart Borgman  <lennart.borgman@gmail.com>
9732         * nxml/nxml-mode.el (nxml-cleanup): New function.
9733         (nxml-mode): Add it to change-major-mode-hook.
9735 2008-04-09  Jan Djärv  <jan.h.d@swipnet.se>
9737         * term/x-win.el (x-gtk-stock-map): Map info to gtk-info.
9739 2008-04-09  Juanma Barranquero  <lekktu@gmail.com>
9741         * calc/.cvsignore: New file.
9743 2008-04-09  Jan Djärv  <jan.h.d@swipnet.se>
9745         * vc.el (vc-status-tool-bar-map): Add vc-print-log to tool bar.
9747         * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as
9748         show-help-function when turning tooltip off.
9749         (tooltip-show): Call tooltip-show-help-non-mode if use-echo-area.
9750         (tooltip-trunc-str, tooltip-show-help-non-mode): New.
9752 2008-04-09  Alan Mackenzie  <acm@muc.de>
9754         * font-lock.el (font-lock-extend-after-change-region-function):
9755         Make it buffer local.
9757 2008-04-09  Glenn Morris  <rgm@gnu.org>
9759         * calendar/calendar.el (diary-file, european-calendar-style):
9760         Remove autoload cookies.
9762 2008-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
9764         * outline.el (outline-mode-menu-bar-map):
9765         * log-view.el (log-view-mode-menu):
9766         * log-edit.el (log-edit-menu): Add :help.
9768 2008-04-09  Chong Yidong  <cyd@stupidchicken.com>
9770         * emacs-lisp/regexp-opt.el (regexp-opt-group):
9771         Use substring-no-properties for correct handling of unibyte strings.
9773 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9775         * add-log.el (change-log-next-buffer): Handle the case where version<
9776         signals an error.
9778         * mouse.el (mouse-menu-major-mode-map): New fun extracted from
9779         mouse-major-mode-menu.
9780         (mouse-menu-bar-map): New fun extracted from mouse-popup-menubar.
9781         (mouse-major-mode-menu, mouse-popup-menubar)
9782         (mouse-popup-menubar-stuff): Use them.
9783         (C-down-mouse-3): Bind to a dynamic map rather than to
9784         mouse-popup-menubar-stuff.
9786         * bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1
9787         to mouse-menu-major-mode-map rather than to mouse-major-mode-menu.
9789 2008-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
9791         * vc-svn.el (vc-svn-modify-change-comment): Add support for the
9792         file:// access method.
9794 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9796         * minibuffer.el: New file.
9797         * loadup.el: Load it.
9799 2008-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9801         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
9802         rather than subdirs.el.  It introduces an ugly circular dependency, tho.
9804         * calc/calc.el: Load "calc-loaddefs" rather than set up manual autoloads.
9805         (calc-mode-map, calc-digit-map, calc-dispatch-map):
9806         Move initialization into declaration.
9807         * calc/calc-yank.el:
9808         * calc/calc-misc.el:
9809         * calc/calc-embed.el:
9810         * calc/calc-aent.el: Add autoload cookies.  Set generated-autoload-file.
9812 2008-04-08  Michael Albinus  <michael.albinus@gmx.de>
9814         * ps-samp.el (ps-add-printer, ps-remove-printer)
9815         (ps-make-dynamic-printer-menu): New functions.
9817         * net/zeroconf.el: New file.
9819 2008-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9821         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits): Typo.
9823 2008-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
9825         * vc-rcs.el (vc-rcs-modify-change-comment):
9826         * vc-cvs.el (vc-cvs-modify-change-comment): Fix argument order.
9828         * log-view.el (log-view-mode-menu): Bind log-view-modify-change-comment.
9830 2008-04-08  Juanma Barranquero  <lekktu@gmail.com>
9832         * international/mule-cmds.el (set-locale-environment): Don't warn if
9833         coding system doesn't agree with system locale (this reverts changes
9834         by Dave Love, dated 2002-10-27 and 2002-10-09).
9836         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
9837         * emacs-lisp/cl-macs.el (get-setf-method): Use `string-match-p'.
9839         * emacs-lisp/copyright.el (copyright-update-year): Use `looking-at-p'.
9841 2008-04-08  Glenn Morris  <rgm@gnu.org>
9843         * calendar/calendar.el (calendar-date-style): Remove autoload cookie.
9844         * textmodes/remember.el (remember-diary-convert-entry):
9845         Require calendar.
9847         * textmodes/remember.el (remember-diary-extract-entries): Don't pass
9848         diary-file, since it is the default for make-diary-entry anyway.
9850         * calendar/cal-menu.el (cal-menu-event-to-date):
9851         Rename calendar-event-to-date.  Update callers.
9852         (calendar-mouse-tex-day): Rename cal-tex-mouse-day.
9853         (calendar-mouse-tex-week): Rename cal-tex-mouse-week.
9854         (calendar-mouse-tex-week2): Rename cal-tex-mouse-week2.
9855         (calendar-mouse-tex-week-iso): Rename cal-tex-mouse-week-iso.
9856         (calendar-mouse-tex-week-monday): Rename cal-tex-mouse-week-monday.
9857         (calendar-mouse-tex-filofax-daily): Rename cal-tex-mouse-filofax-daily.
9858         (calendar-mouse-tex-filofax-2week): Rename cal-tex-mouse-filofax-2week.
9859         (calendar-mouse-tex-filofax-week): Rename cal-tex-mouse-filofax-week.
9860         (calendar-mouse-tex-month): Rename cal-tex-mouse-month.
9861         (calendar-mouse-tex-month-landscape):
9862         Rename cal-tex-mouse-month-landscape.
9863         (calendar-mouse-tex-year): Rename cal-tex-mouse-year.
9864         (calendar-mouse-tex-filofax-year): Rename cal-tex-mouse-filofax-year.
9865         (calendar-mouse-tex-year-landscape):
9866         Rename cal-tex-mouse-year-landscape.
9867         (cal-menu-context-mouse-menu): Update for above name changes.
9869         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
9870         * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
9871         * calendar/cal-iso.el, calendar/cal-julian.el, calendar/cal-move.el:
9872         * calendar/cal-persia.el, calendar/cal-tex.el, calendar/calendar.el:
9873         * calendar/holidays.el: Replace int-to-string with number-to-string.
9875 2008-04-08  Chong Yidong  <cyd@stupidchicken.com>
9877         * mwheel.el (mwheel-scroll): Deactivate any temporarily active
9878         region if point moves.
9880 2008-04-08  Kenichi Handa  <handa@m17n.org>
9882         * faces.el (font-slant-table): Change numeric values for `r',
9883         `roman', and `normal'.
9885 2008-04-07  Vincent Belaïche  <vincent.b.1@hotmail.fr>
9887         * calc/calc-vec.el (calcFunc-kron, calc-kron): New functions.
9889 2008-04-07  Jay Belanger  <jay.p.belanger@gmail.com>
9891         * calc/calc-ext.el (calc-init-extensions): Add `calc-kron' and
9892         `calcFunc-kron' to autoloads.  Add keybinding for `calc-kron'.
9894 2008-04-07  Michael Albinus  <michael.albinus@gmx.de>
9896         * net/tramp.el (tramp-methods): Fix again tramp-copy-args of
9897         "pscp" and "psftp".  Reported by Gilles Pion <gpion@lfdj.com>.
9899 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9901         * dired-aux.el (dired-read-shell-command): Use read-shell-command.
9903 2008-04-07  Sam Steingold  <sds@gnu.org>
9905         * progmodes/inf-lisp.el (lisp-compile-string, lisp-eval-string):
9906         Add helper functions.
9907         (lisp-do-defun): Extract the common part of lisp-eval-defun and
9908         lisp-compile-defun; DEFVAR forms reset the variables to the init
9909         values, just like in emacs-lisp mode eval-defun.
9910         (lisp-eval-defun, lisp-compile-defun): Use lisp-do-defun.
9911         (lisp-compile-region): Use lisp-compile-string.
9913 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9915         * subr.el (combine-and-quote-strings): Also quote strings that contain
9916         the separator.
9918         * pcvs-util.el (cvs-map): Avoid recursion :-(
9920 2008-04-07  Glenn Morris  <rgm@gnu.org>
9922         * calendar/calendar.el (calendar-mode-map): Replace use of kbd.
9924         * calendar/calendar.el (diary-view-entries-initially-flag): Rename
9925         view-diary-entries-initially.  Keep old name as alias, update users.
9926         (calendar-mark-diary-entries-flag): Rename
9927         mark-diary-entries-in-calendar.  Keep old name as alias, update users.
9928         (calendar-view-holidays-initially-flag): Rename
9929         view-calendar-holidays-initially.  Keep old name as alias, update users.
9930         (calendar-mark-holidays-flag): Rename mark-holidays-in-calendar.
9931         Keep old name as alias, update users.
9932         (calendar-initial-window-hook): Rename initial-calendar-window-hook.
9933         Keep old name as alias, update users.
9934         (calendar-today-visible-hook): Rename today-visible-calendar-hook.
9935         Keep old name as alias, update users.
9936         (calendar-today-invisible-hook): Rename today-invisible-calendar-hook.
9937         Keep old name as alias, update users.
9938         (diary-iso-date-forms): Rename iso-date-diary-pattern.  Update users.
9939         (diary-american-date-forms): Rename american-date-diary-pattern.
9940         Keep old name as alias, update users.
9941         (diary-european-date-forms): Rename european-date-diary-pattern.
9942         Keep old name as alias, update users.
9943         (calendar-iso-date-display-form): Rename iso-calendar-display-form.
9944         Keep old name as alias, update users.
9945         (calendar-european-date-display-form): Rename
9946         european-calendar-display-form.  Keep old name as alias, update users.
9947         (calendar-american-date-display-form): Rename
9948         european-calendar-display-form.  Keep old name as alias, update users.
9949         (diary-show-holidays-flag): Rename holidays-in-diary-buffer.
9950         Keep old name as alias, update users.
9951         (holiday-general-holidays): Rename general-holidays.
9952         Keep old name as alias, update users.
9953         (holiday-oriental-holidays): Rename oriental-holidays.
9954         Keep old name as alias, update users.
9955         (holiday-local-holidays): Rename local-holidays.
9956         Keep old name as alias, update users.
9957         (holiday-other-holidays): Rename other-holidays.
9958         Keep old name as alias, update users.
9959         (holiday-hebrew-holidays): Rename hebrew-holidays.
9960         Keep old name as alias, update users.
9961         (holiday-christian-holidays): Rename christian-holidays.
9962         Keep old name as alias, update users.
9963         (holiday-islamic-holidays): Rename islamic-holidays.
9964         Keep old name as alias, update users.
9965         (holiday-bahai-holidays): Rename bahai-holidays.
9966         Keep old name as alias, update users.
9967         (holiday-solar-holidays): Rename solar-holidays.
9968         Keep old name as alias, update users.
9969         (diary-fancy-buffer): Rename fancy-diary-buffer.
9970         Keep old name as alias, update users.
9971         (calendar-other-calendars-buffer): Rename other-calendars-buffer.
9972         Update users.
9973         (calendar-hebrew-yahrzeit-buffer): Rename cal-hebrew-yahrzeit-buffer.
9974         Update users.
9975         (calendar-increment-month): Rename increment-calendar-month.
9976         Keep old name as alias, update callers.
9977         (calendar-increment-month-cons): Rename old calendar-increment-month.
9978         Update callers.
9979         (calendar-extract-month): Rename extract-calendar-month.
9980         Keep old name as alias, update callers.
9981         (calendar-extract-day): Rename extract-calendar-day.
9982         Keep old name as alias, update callers.
9983         (calendar-extract-year): Rename extract-calendar-year.
9984         Keep old name as alias, update callers.
9985         (calendar-generate-window): Rename generate-calendar-window.
9986         Update callers.
9987         (calendar-generate): Rename generate-calendar.  Update callers.
9988         (calendar-generate-month): Rename generate-calendar-month.
9989         Update callers.
9990         (calendar-redraw): Rename redraw-calendar.  Update callers.
9991         (calendar-describe-mode): Rename describe-calendar-mode.  Update uses.
9992         (calendar-mouse-other-month): Rename mouse-calendar-other-month.
9993         Update callers.
9994         (calendar-update-mode-line): Rename update-calendar-mode-line.
9995         Update callers.
9996         (calendar-exit): Rename exit-calendar.  Keep old name as alias,
9997         update callers.
9998         (calendar-mark-visible-date): Rename mark-visible-calendar-date.
9999         Keep old name as alias, update callers.
10000         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
10001         * calendar/cal-dst.el, calendar/cal-french.el, calendar/cal-hebrew.el:
10002         * calendar/cal-html.el, calendar/cal-islam.el, calendar/cal-iso.el:
10003         * calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el:
10004         * calendar/cal-persia.el, calendar/cal-tex.el, calendar/cal-x.el:
10005         * calendar/diary-lib.el, calendar/holidays.el, calendar/lunar.el:
10006         * calendar/solar.el: Update for calendar.el name changes.
10007         * org/org.el (org-agenda-format-date-aligned)
10008         (org-agenda-execute-calendar-command): Access date elements directly
10009         rather than using calendar functions.
10010         (org-read-date, org-goto-calendar, org-agenda-goto-calendar):
10011         Also set calendar-view-diary-initially-flag,
10012         calendar-view-holidays-initially-flag.
10013         (org-get-entries-from-diary): Also set diary-fancy-buffer.
10014         (org-agenda-execute-calendar-command): No need to set displayed-day.
10016 2008-04-06  Alan Mackenzie  <acm@muc.de>
10018         * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
10019         typo in the doc string.
10021         * progmodes/cc-mode.el (c-basic-common-init):
10022         Set font-lock-extend-after-change-region-function.
10023         (c-extend-after-change-region): New function, used in
10024         font-lock-extend-after-change-region-function, thus superseding
10025         advice on the Font Lock after change functions.
10026         (c-advise-fl-for-region): Remove this macro.
10028 2008-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
10030         * textmodes/flyspell.el (flyspell-duplicate-distance):
10031         Improve custom type.
10033 2008-04-06  Glenn Morris  <rgm@gnu.org>
10035         * calendar/diary-lib.el (diary-sexp-entry-symbol):
10036         Rename sexp-diary-entry-symbol.  Keep old name as alias, update users.
10037         (diary-list-entries-hook): Rename list-diary-entries-hook.
10038         Keep old name as alias, update users.
10039         (diary-mark-entries-hook): Rename mark-diary-entries-hook.
10040         Keep old name as alias, update users.
10041         (diary-nongregorian-listing-hook): Rename
10042         nongregorian-diary-listing-hook.  Keep old name as alias, update users.
10043         (diary-nongregorian-marking-hook): Rename
10044         nongregorian-diary-marking-hook.  Keep old name as alias, update users.
10045         (diary-print-entries-hook): Rename print-diary-entries-hook.
10046         Keep old name as alias, update users.
10047         (diary-abbreviated-year-flag): Rename abbreviated-calendar-year.
10048         Keep old name as alias, update users.
10049         (diary-number-of-entries): Rename number-of-diary-entries.
10050         Keep old name as alias, update users.
10051         (view-diary-entries, list-diary-entries, show-all-diary-entries):
10052         Give version of obsolescence.
10053         (diary-view-other-diary-entries): Rename view-other-diary-entries.
10054         Keep old name as alias, update callers.
10055         (diary-add-to-list): Rename add-to-diary-list.  Keep old name as alias,
10056         update callers.
10057         (diary-include-other-diary-files): Rename include-other-diary-files.
10058         Keep old name as alias, update callers.
10059         (diary-simple-display): Rename simple-diary-display.
10060         Keep old name as alias, update callers.
10061         (diary-fancy-display): Rename fancy-diary-display.
10062         Keep old name as alias, update callers.
10063         (diary-print-entries): Rename print-diary-entries.
10064         Keep old name as alias, update callers.
10065         (diary-marking-entries-flag): Rename marking-diary-entries.
10066         Update users.
10067         (diary-marking-entry-flag): Rename marking-diary-entry.  Update users.
10068         (diary-mark-entries): Rename mark-diary-entries.
10069         Keep old name as alias, update callers.
10070         (diary-mark-sexp-entries): Rename mark-sexp-diary-entries.
10071         Keep old name as alias, update callers.
10072         (diary-mark-included-diary-files): Rename mark-included-diary-files.
10073         Keep old name as alias, update callers.
10074         (calendar-mark-days-named): Rename mark-calendar-days-named.
10075         Keep old name as alias, update callers.
10076         (calendar-mark-month): Rename mark-calendar-month.
10077         Keep old name as alias, update callers.
10078         (calendar-mark-date-pattern): Rename mark-calendar-date-pattern.
10079         Keep old name as alias, update callers.
10080         (diary-sort-entries): Rename sort-diary-entries.
10081         Keep old name as alias, update callers.
10082         (diary-list-sexp-entries): Rename list-sexp-diary-entries.
10083         Keep old name as alias, update callers.
10084         (diary-make-entry): Rename make-diary-entry.  Keep old name as alias,
10085         update callers.
10086         (diary-insert-entry): Rename insert-diary-entry.
10087         Keep old name as alias.
10088         (diary-insert-weekly-entry): Rename insert-weekly-diary-entry.
10089         Keep old name as alias.
10090         (diary-insert-monthly-entry): Rename insert-monthly-diary-entry.
10091         Keep old name as alias.
10092         (diary-insert-yearly-entry): Rename insert-yearly-diary-entry.
10093         Keep old name as alias.
10094         (diary-insert-anniversary-entry): Rename insert-anniversary-diary-entry.
10095         Keep old name as alias.
10096         (diary-insert-block-entry): Rename insert-block-diary-entry.
10097         Keep old name as alias.
10098         (diary-insert-cyclic-entry): Rename insert-cyclic-diary-entry.
10099         Keep old name as alias.
10100         (diary-fancy-font-lock-keywords): Rename fancy-diary-font-lock-keywords.
10101         Keep old name as alias, update users.
10102         (diary-fancy-display-mode): Rename fancy-diary-display-mode.
10103         Keep old name as alias, update callers.
10104         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
10105         * calendar/cal-menu.el, calendar/cal-x.el, calendar/calendar.el:
10106         * calendar/icalendar.el: Update for diary-lib name changes.
10108 2008-04-06  Chong Yidong  <cyd@stupidchicken.com>
10110         * dired-aux.el (dired-overwrite-confirmed): Revert last change.
10112         * dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite
10113         for copy, move, and link operations.
10115 2008-04-06  Michael Kifer  <kifer@cs.stonybrook.edu>
10117         * emulation/viper-init.el, emulation/viper-ex.el, emulation/viper-cmd.el
10118         (viper-search-wrap-around-t): Replace with viper-search-wrap-around.
10120         * ediff-util.el, ediff-vers.el, ediff-wind.el: Replace 3-argument
10121         'require' statements with 1-argument ones (wrapped in if's).
10122         For compatibility with the current stable version of XEmacs.
10124 2008-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
10126         * vc.el (vc-status-prepare-status-buffer): Reset vc-parent-buffer-name.
10128 2008-04-06  Jason Rumney  <jasonr@gnu.org>
10130         * language/burmese.el ("Burmese"): Make sample text consistent with
10131         language name.
10133 2008-04-06  Nick Roberts  <nickrob@snap.net.nz>
10135         * progmodes/gdb-ui.el (gdb): New group.
10136         (gdb-debug-log-max, gdb-enable-debug)
10137         (gdb-cpp-define-alist-program, gdb-cpp-define-alist-flags)
10138         (gdb-show-main, gdb-many-windows, gdb-use-separate-io-buffer)
10139         (gdb-speedbar-auto-raise, gdb-use-colon-colon-notation)
10140         (gdb-show-changed-values, gdb-max-children)
10141         (gdb-delete-out-of-scope, gdb-same-frame, gdb-find-source-frame)
10142         (breakpoint-enabled, breakpoint-disabled, gdb-max-frames)
10143         (gdb-all-registers, gdb-memory-repeat-count, gdb-memory-format)
10144         (gdb-memory-unit): Move to new group from GUD group.
10145         (menu): Allow customization from GDB-UI menu-item.
10147 2008-04-05  Chong Yidong  <cyd@stupidchicken.com>
10149         * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
10151 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10153         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
10154         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
10155         Revision numbers can include ".".
10157         * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
10158         "+" lines not accounted for by counting "-" and context lines.
10160 2008-04-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10162         * term/mac-win.el (mac-service-open-file): Use file URL instead of
10163         file name string.
10165 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10167         * vc-bzr.el (vc-bzr-annotate-command): Preserve line alignment.
10168         (vc-bzr-annotate-time): Accept space used to preserve alignment.
10170 2008-04-05  Richard Stallman  <rms@gnu.org>
10172         * emacs-lisp/advice.el (defadvice): Add usage pattern.
10174 2008-04-05  Nick Roberts  <nickrob@snap.net.nz>
10176         * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
10177         thread in [h-e-w]).
10179 2008-04-05  Juanma Barranquero  <lekktu@gmail.com>
10181         * files.el (abort-if-file-too-large): Fix typo in docstring.
10183 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10185         * subr.el (functionp): Return nil for special forms.
10187 2008-04-05  Glenn Morris  <rgm@gnu.org>
10189         * emacs-lisp/autoload.el (autoload-ensure-default-file):
10190         Provide a feature.
10191         * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el:
10192         Require loaddefs file rather than loading it.
10193         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that
10194         autoload-ensure-default-file provides a feature.
10196         * Makefile.in (LOADDEFS): Add mh-loaddefs.el.
10197         (AUTOGENEL): mh-loaddefs is in $LOADDEFS now.
10198         (compile, compile-always, recompile): Use $LOADDEFS.
10199         (cal-autoloads): Remove.
10201         * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather
10202         than buffer-live-p.  Reported by David Koppelman <koppel@ece.lsu.edu>.
10204         * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
10205         (hebrew-holidays-3, hebrew-holidays-4): Don't autoload obsolescence.
10207         * calendar/calendar.el (diary-hebrew-entry-symbol):
10208         Rename hebrew-diary-entry-symbol.  Keep old name as alias.
10209         (diary-islamic-entry-symbol): Rename islamic-diary-entry-symbol.
10210         Keep old name as alias.
10211         (diary-bahai-entry-symbol): Rename bahai-diary-entry-symbol.
10212         Keep old name as alias.
10213         * calendar/cal-bahai.el: Update for rename bahai-diary-entry-symbol
10214         to diary-bahai-entry-symbol.
10215         * calendar/cal-hebrew.el: Update for rename hebrew-diary-entry-symbol
10216         to diary-hebrew-entry-symbol.
10217         * calendar/cal-islam.el: Update for rename islamic-diary-entry-symbol
10218         to diary-islamic-entry-symbol.
10219         * calendar/diary-lib.el: Update for diary-entry-symbol renames.
10221         * calendar/solar.el (diary-sabbath-candles-minutes)
10222         (diary-sabbath-candles): Move to cal-hebrew.
10223         * calendar/cal-hebrew.el (diary-hebrew-sabbath-candles-minutes)
10224         (diary-hebrew-sabbath-candles): Move here from solar.el and rename.
10225         Doc fix.  Keep old name as alias.
10226         (diary-hebrew-sabbath-candles): Simplify.
10227         (solar-setup, solar-sunrise-sunset, calendar-latitude)
10228         (calendar-longitude, calendar-time-zone): Declare for compiler.
10229         * calendar/diary-lib.el (list-sexp-diary-entries): Update doc for
10230         rename.
10232         * calendar/cal-coptic.el (calendar-coptic-month-name-array):
10233         Rename coptic-calendar-month-name-array.  Update callers.
10234         (calendar-coptic-epoch): Rename coptic-calendar-epoch.  Update callers.
10235         (calendar-coptic-name): Rename coptic-name.  Update callers.
10236         (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
10237         Update callers.
10238         (calendar-coptic-last-day-of-month):
10239         Rename coptic-calendar-last-day-of-month.  Update callers.
10240         (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
10241         Keep old name as alias, update callers.
10242         (calendar-coptic-print-date): Rename calendar-print-coptic-date.
10243         Keep old name as alias, update callers.
10244         (calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
10245         Keep old name as alias.
10246         (calendar-ethiopic-month-name-array):
10247         Rename ethiopic-calendar-month-name-array.  Update callers.
10248         (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
10249         Update callers.
10250         (calendar-ethiopic-name): Rename ethiopic-name.  Update callers.
10251         (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic.
10252         Keep old name as alias, update callers.
10253         (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date.
10254         Keep old name as alias, update callers.
10255         (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
10256         Keep old name as alias.
10258         * calendar/cal-french.el (calendar-french-epoch):
10259         Rename french-calendar-epoch.  Update callers.
10260         (calendar-french-month-name-array): Rename variable and function
10261         french-calendar-month-name-array.  Update callers.
10262         (calendar-french-multibyte-month-name-array):
10263         Rename french-calendar-multibyte-month-name-array.  Update callers.
10264         (calendar-french-day-name-array): Rename variable and function
10265         french-calendar-day-name-array.  Update callers.
10266         (calendar-french-special-days-array): Rename variable and function
10267         french-calendar-special-days-array.  Update callers.
10268         (calendar-french-multibyte-special-days-array):
10269         Rename french-calendar-multibyte-special-days-array.  Update callers.
10270         (calendar-french-accents-p): Rename french-calendar-accents.
10271         Update callers.
10272         (calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
10273         Update callers.
10274         (calendar-french-last-day-of-month):
10275         Rename french-calendar-last-day-of-month.  Update callers.
10276         (calendar-french-to-absolute): Rename calendar-absolute-from-french.
10277         Keep old name as alias, update callers.
10278         (calendar-french-print-date): Rename calendar-print-french-date.
10279         Keep old name as alias, update callers.
10280         (calendar-french-goto-date): Rename calendar-goto-french-date.
10281         Keep old name as alias.
10283         * calendar/cal-menu.el, calendar/calendar.el:
10284         Update for Coptic and French name changes.
10286         * calendar/cal-china.el (calendar-chinese): Rename custom group
10287         from chinese-calendar.  Update users.
10288         (calendar-chinese-time-zone): Rename chinese-calendar-time-zone.
10289         Keep old name as alias, update users.
10290         (calendar-chinese-location-name): Rename chinese-calendar-location-name.
10291         Keep old name as alias.
10292         (calendar-chinese-daylight-time-offset):
10293         Rename chinese-calendar-daylight-time-offset.  Keep old name as alias,
10294         update users.
10295         (calendar-chinese-standard-time-zone-name):
10296         Rename chinese-calendar-standard-time-zone-name.
10297         Keep old name as alias, update users.
10298         (calendar-chinese-daylight-saving-start):
10299         Rename chinese-calendar-daylight-savings-starts.
10300         Keep old name as alias, update users.
10301         (calendar-chinese-daylight-saving-end):
10302         Rename chinese-calendar-daylight-savings-ends.  Keep old name as alias,
10303         update users.
10304         (calendar-chinese-daylight-saving-start-time):
10305         Rename chinese-calendar-daylight-savings-starts-time.
10306         Keep old name as alias, update users.
10307         (calendar-chinese-daylight-saving-end-time):
10308         Rename chinese-calendar-daylight-savings-ends-time.
10309         Keep old name as alias, update users.
10310         (calendar-chinese-celestial-stem): Rename
10311         calendar-chinese-celestial-stem.  Keep old name as alias, update users.
10312         (calendar-chinese-terrestrial-branch):
10313         Rename calendar-chinese-terrestrial-branch.  Keep old name as alias,
10314         update users.
10315         (calendar-chinese-zodiac-sign-on-or-after):
10316         Rename chinese-zodiac-sign-on-or-after.  Update callers.
10317         (calendar-chinese-new-moon-on-or-after):
10318         Rename chinese-new-moon-on-or-after.  Update callers.
10319         (calendar-chinese-month-list): Rename chinese-month-list.
10320         Update callers.
10321         (calendar-chinese-number-months): Rename number-chinese-months.
10322         Update callers.
10323         (calendar-chinese-compute-year): Rename compute-chinese-year.
10324         Update callers.
10325         (calendar-chinese-year-cache): Rename chinese-year-cache.  Update users.
10326         (calendar-chinese-year): Rename chinese-year.  Update callers.
10327         (calendar-chinese-year-cache-init): Rename chinese-year-cache-init.
10328         (calendar-chinese-to-absolute): Rename calendar-absolute-from-chinese.
10329         Keep old name as alias, update callers.
10330         (calendar-chinese-print-date): Rename calendar-print-chinese-date.
10331         Keep old name as alias, update callers.
10332         (calendar-chinese-months-to-alist):
10333         Rename make-chinese-month-assoc-list.  Update callers.
10334         (calendar-chinese-months): Rename chinese-months.  Update callers.
10335         (calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
10336         Keep old name as alias, update callers.
10338         * calendar/cal-hebrew.el (calendar-hebrew-leap-year-p):
10339         Rename hebrew-calendar-leap-year-p.  Update callers.
10340         (calendar-hebrew-last-month-of-year):
10341         Rename hebrew-calendar-last-month-of-year.  Update callers.
10342         (calendar-hebrew-elapsed-days): Rename hebrew-calendar-elapsed-days.
10343         Update callers.
10344         (calendar-hebrew-days-in-year): Rename hebrew-calendar-days-in-year.
10345         Update callers.
10346         (calendar-hebrew-long-heshvan-p): Rename hebrew-calendar-long-heshvan-p.
10347         Update callers.
10348         (calendar-hebrew-short-kislev-p): Rename hebrew-calendar-short-kislev-p.
10349         Update callers.
10350         (calendar-hebrew-last-day-of-month):
10351         Rename hebrew-calendar-last-day-of-month.  Update callers.
10352         (calendar-hebrew-to-absolute): Rename calendar-absolute-from-hebrew.
10353         Keep old name as alias, update callers.
10354         (calendar-hebrew-print-date): Rename calendar-print-hebrew-date.
10355         Keep old name as alias, update callers.
10356         (calendar-hebrew-yahrzeit): Rename hebrew-calendar-yahrzeit.
10357         Keep old name as alias, update callers.
10358         (calendar-hebrew-goto-date): Rename calendar-goto-hebrew-date.
10359         Keep old name as alias.
10360         (holiday-hebrew-rosh-hashanah): Rename holiday-rosh-hashanah-etc.
10361         Keep old name as alias.
10362         (holiday-hebrew-hanukkah): Rename holiday-hanukkah.
10363         Keep old name as alias.
10364         (holiday-hebrew-passover): Rename holiday-passover-etc.
10365         Keep old name as alias.
10366         (holiday-hebrew-tisha-b-av): Rename holiday-tisha-b-av-etc.
10367         Keep old name as alias, update callers.
10368         (diary-hebrew-list-entries): Rename list-hebrew-diary-entries.
10369         Keep old name as alias.
10370         (calendar-hebrew-mark-date-pattern):
10371         Rename mark-hebrew-calendar-date-pattern.  Keep old name as alias,
10372         update callers.
10373         (diary-hebrew-mark-entries): Rename mark-hebrew-diary-entries.
10374         Keep old name as alias.
10375         (diary-hebrew-insert-entry): Rename insert-hebrew-diary-entry.
10376         Keep old name as alias.
10377         (diary-hebrew-insert-monthly-entry):
10378         Rename insert-monthly-hebrew-diary-entry.  Keep old name as alias.
10379         (diary-hebrew-insert-yearly-entry):
10380         Rename insert-yearly-hebrew-diary-entry.  Keep old name as alias.
10381         (calendar-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
10382         Keep old name as alias.
10383         (diary-hebrew-omer): Rename diary-omer.  Keep old name as alias.
10384         (diary-hebrew-yahrzeit): Rename diary-yahrzeit.  Keep old name as alias.
10385         (diary-hebrew-rosh-hodesh): Rename diary-rosh-hodesh.
10386         Keep old name as alias.
10387         (calendar-hebrew-parashiot-names):
10388         Rename hebrew-calendar-parashiot-names.  Update callers.
10389         (calendar-hebrew-parasha-name): Rename hebrew-calendar-parasha-name.
10390         (calendar-hebrew-year-Saturday-incomplete-Sunday):
10391         Rename hebrew-calendar-year-Saturday-incomplete-Sunday.
10392         (calendar-hebrew-year-Saturday-complete-Tuesday):
10393         Rename hebrew-calendar-year-Saturday-complete-Tuesday.
10394         (calendar-hebrew-year-Monday-incomplete-Tuesday):
10395         Rename hebrew-calendar-year-Monday-incomplete-Tuesday.
10396         (calendar-hebrew-year-Monday-complete-Thursday):
10397         Rename hebrew-calendar-year-Monday-complete-Thursday.
10398         (calendar-hebrew-year-Tuesday-regular-Thursday):
10399         Rename hebrew-calendar-year-Tuesday-regular-Thursday.
10400         (calendar-hebrew-year-Thursday-regular-Saturday):
10401         Rename hebrew-calendar-year-Thursday-regular-Saturday.
10402         (calendar-hebrew-year-Thursday-complete-Sunday):
10403         Rename hebrew-calendar-year-Thursday-complete-Sunday.
10404         (calendar-hebrew-year-Saturday-incomplete-Tuesday):
10405         Rename hebrew-calendar-year-Saturday-incomplete-Tuesday.
10406         (calendar-hebrew-year-Saturday-complete-Thursday):
10407         Rename hebrew-calendar-year-Saturday-complete-Thursday.
10408         (calendar-hebrew-year-Monday-incomplete-Thursday):
10409         Rename hebrew-calendar-year-Monday-incomplete-Thursday.
10410         (calendar-hebrew-year-Monday-complete-Saturday):
10411         Rename hebrew-calendar-year-Monday-complete-Saturday.
10412         (calendar-hebrew-year-Tuesday-regular-Saturday):
10413         Rename hebrew-calendar-year-Tuesday-regular-Saturday.
10414         (calendar-hebrew-year-Thursday-incomplete-Sunday):
10415         Rename hebrew-calendar-year-Thursday-incomplete-Sunday.
10416         (calendar-hebrew-year-Thursday-complete-Tuesday):
10417         Rename hebrew-calendar-year-Thursday-complete-Tuesday.
10418         (diary-hebrew-parasha): Rename diary-parasha.  Keep old name as alias.
10419         Update for above name changes of constants.
10421         * calendar/cal-menu.el, calendar/calendar.el:
10422         Update for chinese and hebrew name changes.
10423         * calendar/diary-lib.el: Update for hebrew name changes.
10425 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10427         * subr.el (keymap-canonicalize): Correct thinko.
10429         * server.el: Undo part of the multi-tty change, which is only
10430         needed if server.el is preloaded, and broke server-running-p.
10431         (server-socket-dir): Initialize in the defvar, as before.
10432         (server-start): Remove initialization of server-socket-dir.
10434 2008-04-05  Eli Zaretskii  <eliz@gnu.org>
10436         * ls-lisp.el (ls-lisp-format): Support inodes that are 2- or
10437         3-member cons cells.
10439 2008-04-05  Chong Yidong  <cyd@stupidchicken.com>
10441         * cus-face.el (custom-face-attributes): Handle roman slant.
10443         * faces.el (default): Ensure the face-defface-spec property is set.
10445 2008-04-05  Adrian Robert  <Adrian.B.Robert@gmail.com>
10447         * files.el (abort-if-file-too-large): New function.
10448         (find-file-noselect, insert-file-1): Use it.
10450 2008-04-05  Reto Zimmermann  <reto@gnu.org>
10452         * progmodes/vhdl-mode.el (vhdl-mode-map-init):
10453         Replace C-c[a-zA-Z] key bindings.
10455 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10457         * progmodes/hideif.el (hif-token-alist): New var.
10458         (hif-token-regexp, hif-tokenize): Use it.
10459         (hif-mathify-binop): New macro.
10460         (hif-plus, hif-minus, hif-notequal, hif-greater, hif-less)
10461         (hif-greater-equal, hif-less-equal): Use it.
10462         (hif-logior, hif-logand): New functions.
10463         (hif-math): Accept | and & as well.
10465         * progmodes/etags.el: Fix problem with completion for buffer-local
10466         tables.  Reported by Radey Shouman <shouman@comcast.net>.
10467         (tags-complete-tag): Remove.
10468         (tags-lazy-completion-table): New function to replace it.
10469         (find-tag-tag, complete-tag): Update users.
10471 2008-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
10473         * vc-rcs.el (vc-rcs-dir-status):
10474         * vc-sccs.el (vc-sccs-dir-status): New function.
10476         * outline.el (outline-mode-menu-bar-map):
10477         * term.el (terminal-signal-menu): Add :help.
10479         * net/eudc.el (eudc-mode-map): Declare and define in one step.
10480         (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.
10482         * emacs-lisp/re-builder.el (reb-mode-map):
10483         * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
10485         * diff-mode.el (diff-file-junk-re): Recognize the git format for
10486         new files, deleted files and for changing permissions.
10487         (diff-mode): Set beginning-of-defun-function and
10488         end-of-defun-function.
10490         * vc-bzr.el (vc-bzr-state): Use when instead of if.
10492         * vc.el (vc-default-status-fileinfo-extra): New function.
10493         (vc-status-mark-buffer-changed): Use it.
10494         (vc-update-vc-status-buffer): Allow for partial updates.
10496 2008-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10498         * net/tramp.el (after-init-hook): Don't wrap a lambda around
10499         tramp-register-completion-file-name-handler.
10501         * subr.el (keymap-canonicalize): New function.
10502         * mouse.el (mouse-menu-non-singleton): Use it.
10503         (mouse-major-mode-menu): Remove hack made unnecessary.
10505         * simple.el (set-fill-column): Prompt rather than error by default.
10507 2008-04-04  Andreas Schwab  <schwab@suse.de>
10509         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
10510         Reset new-rules after each round.
10512         * Makefile.in (cal-autoloads): New target.
10513         (compile, compile-always, recompile): Depend on it.
10514         ($(lisp)/calendar/cal-loaddefs.el)
10515         ($(lisp)/calendar/diary-loaddefs.el)
10516         ($(lisp)/calendar/hol-loaddefs.el): Depend on calendar/*.el.
10518 2008-04-04  Michael Kifer  <kifer@cs.stonybrook.edu>
10520         * ediff*.el: Replace load with require in eval-when-compile.
10522         * ediff-hook.el: Delete all invocations of (autoload ...).
10524         * ediff-util.el (ediff-setup): Make window-min-height a local variable
10525         in ediff control window, and set its min height to 2.
10526         (ediff-setup-control-buffer): Dedicate the control window.
10527         (ediff-toggle-multiframe): Undedicate control window.
10528         Work directly with ediff-setup-windows-multiframe and
10529         ediff-setup-windows-plain.
10531         * ediff-wind.el (ediff-choose-window-setup-function-automatically):
10532         New function.
10533         (ediff-window-setup-function): Change initialization.
10534         (ediff-setup-windows-automatic): Delete.
10535         (ediff-setup-windows-plain-merge): Make control window dedicated.
10536         (ediff-destroy-control-frame): Do not skip frames if working in a
10537         single frame.
10539         * emulation/viper-ex.el: Move provide's forward, prevent recursion in
10540         eval-when-compile.
10542         * emulation/viper-util.el: Move provide's forward, prevent recursion in
10543         eval-when-compile.
10545 2008-04-04  Glenn Morris  <rgm@gnu.org>
10547         * calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename
10548         calendar-absolute-from-bahai.  Update callers, keep old name as alias.
10550         * calendar/cal-islam.el (calendar-islamic-leap-year-p):
10551         Rename islamic-calendar-leap-year-p.  Update callers.
10552         (calendar-islamic-last-day-of-month):
10553         Rename islamic-calendar-last-day-of-month.  Update callers.
10554         (calendar-islamic-day-number):
10555         Rename islamic-calendar-day-number.  Update callers.
10556         (calendar-islamic-to-absolute): Rename calendar-absolute-from-islamic.
10557         Update callers, keep old name as alias.
10558         (calendar-islamic-print-date): Rename calendar-print-islamic-date.
10559         Update callers, keep old name as alias.
10560         (calendar-islamic-goto-date): Rename calendar-goto-islamic-date.
10561         Keep old name as alias.
10562         (diary-islamic-list-entries): Rename list-islamic-diary-entries.
10563         Update callers, keep old name as alias.
10564         (calendar-islamic-mark-date-pattern):
10565         Rename mark-islamic-calendar-date-pattern.  Update callers, keep old
10566         name as alias.
10567         (diary-islamic-insert-entry): Rename insert-islamic-diary-entry.
10568         Keep old name as alias.
10569         (diary-islamic-insert-monthly-entry):
10570         Rename insert-monthly-islamic-diary-entry.  Keep old name as alias.
10571         (diary-islamic-insert-yearly-entry):
10572         Rename insert-yearly-islamic-diary-entry.  Keep old name as alias.
10574         * calendar/cal-iso.el (calendar-iso-to-absolute): Rename
10575         calendar-absolute-from-iso.  Update callers, keep old name as alias.
10576         (calendar-iso-print-date): Rename calendar-print-iso-date.
10577         Update callers, keep old name as alias.
10578         (calendar-iso-goto-date): Rename calendar-goto-iso-date.
10579         Keep old name as alias.
10580         (calendar-iso-goto-week): Rename calendar-goto-iso-week.
10581         Keep old name as alias.
10583         * calendar/cal-julian.el (calendar-julian-to-absolute): Rename
10584         calendar-absolute-from-julian.  Update callers, keep old name as alias.
10585         (calendar-julian-print-date): Rename calendar-print-julian-date.
10586         Update callers, keep old name as alias.
10587         (calendar-julian-goto-date): Rename calendar-goto-julian-date.
10588         Update callers, keep old name as alias.
10589         (calendar-astro-to-absolute): Rename calendar-absolute-from-astro.
10590         Update callers, keep old name as alias.
10591         (calendar-astro-print-day-number):
10592         Rename calendar-print-astro-day-number.  Update callers, keep old
10593         name as alias.
10594         (calendar-astro-goto-day-number): Rename calendar-goto-astro-day-number.
10595         Update callers, keep old name as alias.
10597         * calendar/cal-mayan.el (calendar-mayan-string-from-long-count):
10598         Rename calendar-string-to-mayan-long-count.  Update callers.
10599         (calendar-mayan-print-date): Rename calendar-print-mayan-date.
10600         Update callers, keep old name as alias.
10601         (calendar-mayan-read-haab-date): Rename calendar-read-mayan-haab-date.
10602         Update callers.
10603         (calendar-mayan-read-tzolkin-date):
10604         Rename calendar-read-mayan-tzolkin-date.  Update callers.
10605         (calendar-mayan-next-haab-date): Rename calendar-next-haab-date.
10606         Keep old name as alias.
10607         (calendar-mayan-previous-haab-date): Rename calendar-previous-haab-date.
10608         Keep old name as alias.
10609         (calendar-mayan-next-tzolkin-date): Rename calendar-next-tzolkin-date.
10610         Keep old name as alias.
10611         (calendar-mayan-previous-tzolkin-date):
10612         Rename calendar-previous-tzolkin-date.  Keep old name as alias.
10613         (calendar-mayan-next-round-date):
10614         Rename calendar-next-calendar-round-date.  Keep old name as alias.
10615         (calendar-mayan-previous-round-date):
10616         Rename calendar-previous-calendar-round-date.  Keep old name as alias.
10617         (calendar-mayan-long-count-to-absolute): Rename
10618         calendar-absolute-from-mayan-long-count.  Keep old name as alias.
10619         (calendar-mayan-goto-long-count-date):
10620         Rename calendar-goto-mayan-long-count-date.  Keep old name as alias.
10622         * calendar/cal-persia.el (calendar-persian-month-name-array):
10623         Rename persian-calendar-month-name-array.  Update callers.
10624         (calendar-persian-epoch): Rename persian-calendar-epoch.
10625         Update callers.
10626         (calendar-persian-leap-year-p): Rename persian-calendar-leap-year-p.
10627         Update callers.
10628         (calendar-persian-last-day-of-month):
10629         Rename persian-calendar-last-day-of-month.  Update callers.
10630         (calendar-persian-to-absolute): Rename calendar-absolute-from-persian.
10631         Update callers, keep old name as alias.
10632         (calendar-persian-print-date): Rename calendar-print-persian-date.
10633         Update callers, keep old name as alias.
10634         (calendar-persian-goto-date): Rename calendar-goto-persian-date.
10635         Keep old name as alias.
10637         * calendar/cal-china.el, calendar/cal-coptic.el, calendar/cal-islam.el:
10638         * calendar/cal-persia.el, calendar/holidays.el, calendar/lunar.el:
10639         * calendar/solar.el: Update for cal-julian name changes.
10641         * calendar/cal-dst.el: Update for persian name changes.
10643         * calendar/cal-menu.el, calendar/calendar.el:
10644         Update for islamic, iso, julian, mayan, persian name changes.
10646         * calendar/diary-lib.el: Update for islamic name changes.
10648         * calendar/calendar.el (calendar-hebrew-all-holidays-flag):
10649         Rename all-hebrew-calendar-holidays.  Update callers, keep old name
10650         as alias.
10651         (calendar-christian-all-holidays-flag):
10652         Rename all-christian-calendar-holidays.  Update callers, keep old
10653         name as alias.
10654         (calendar-islamic-all-holidays-flag):
10655         Rename all-islamic-calendar-holidays.  Update callers, keep old
10656         name as alias.
10657         (calendar-bahai-all-holidays-flag): Rename all-bahai-calendar-holidays.
10658         Update callers, keep old name as alias.
10659         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/holidays.el:
10660         Update for the above name changes.
10662 2008-04-04  Juanma Barranquero  <lekktu@gmail.com>
10664         * hilit-chg.el (global-highlight-changes-mode)
10665         (highlight-changes-passive-string, highlight-changes-active-string):
10666         Mark as obsolete since 23.1, not 22.1.
10668 2008-04-03  Juanma Barranquero  <lekktu@gmail.com>
10670         * hilit-chg.el (highlight-changes-visibility-initial-state)
10671         (hilit-chg-update, highlight-changes-mode-turn-on):
10672         Fix typos in docstrings.
10674 2008-04-03  Stephen Berman  <Stephen.Berman@gmx.net>
10676         * newcomment.el (comment-enter-backward): Be careful to restore
10677         position changed during narrowing.
10679 2008-04-03  Giuliano Procida  <giuliano.procida@googlemail.com>  (tiny change)
10681         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
10682         Recognize `sub ($$)'.
10684 2008-04-03  Richard Sharman  <rsharman@pobox.com>
10686         * hilit-chg.el (highlight-changes-mode): Rename from
10687         highlight-changes; no longer uses sub-modes active and passive;
10688         implemented by define-minor-mode.
10689         (highlight-changes-toggle-visibility): New function, to replace
10690         the old passive/active submodes of global-highlight-changes-mode;
10691         implemented by define-minor-mode.
10692         (global-highlight-changes-mode): Rename from global-highlight-changes;
10693         rewrite using define-globalized-minor-mode.
10694         (hilit-chg-major-mode-hook, hilit-chg-check-global)
10695         (hilit-chg-post-command-hook, hilit-chg-check-global)
10696         (hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due
10697         to use of define-globalized-minor-mode.
10698         (highlight-changes-global-initial-state): Change to be boolean.
10699         (highlight-changes-visible-string, highlight-changes-invisible-string):
10700         Rename from highlight-changes-active-string and
10701         highlight-changes-passive-string.
10702         (hilit-chg-update, hilit-chg-set): Use them.
10703         (global-highlight-changes-mode): Rename from global-highlight-changes.
10704         (hilit-chg-map-changes, hilit-chg-display-changes): Add arguments to
10705         docstring.
10706         (hilit-chg-hide-changes): Rewrite to use dolist.
10707         (hilit-chg-set-face-on-change, hilit-chg-update)
10708         (highlight-changes-rotate-faces): Use highlight-changes-visible-mode
10709         variable instead of testing highlight-changes-mode.
10710         (highlight-markup-buffers): Add require ediff-util; argument on calls
10711         to highlight-changes-mode changed.
10712         (highlight-compare-with-file): Fix problems with interactive
10713         call giving invalid default file.
10715 2008-04-03  Nick Roberts  <nickrob@snap.net.nz>
10717         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
10718         Fix in disassembly buffer (regression in 22.2).
10720 2008-04-03  Michael Kifer  <kifer@cs.stonybrook.edu>
10722         * emulation/viper-macs.el (viper-read-fast-keysequence):
10723         Use viper-read-event instead of viper-read-key.
10725         * emulation/viper.el (viper-mode): Move the check for fundamental mode.
10727         * emulation/viper-util.el (viper-get-saved-cursor-color-in-insert-mode)
10728         (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant
10729         let-statements.
10731         * emulation/viper-ex.el, emulation/viper-macs.el:
10732         * emulation/viper-mous.el:
10733         Replace load with require in eval-when-compile.
10735 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10737         * files.el (auto-mode-alist): Use archive-mode for Debian packages.
10739         * arc-mode.el (archive-mode-map): Obey mouse-1-click-follows-link.
10740         (archive-try-jka-compr): New function.
10741         (archive-set-buffer-as-visiting-file): Use it.
10743         * tar-mode.el (tar-mode-map): Obey mouse-1-click-follows-link.
10745 2008-04-03  Chong Yidong  <cyd@stupidchicken.com>
10747         * simple.el (handle-shift-selection): New arg.
10749 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10751         * emacs-lisp/cl-macs.el (defsetf): Accept a lambda for the 2-arg form.
10753         * vc-bzr.el (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
10755 2008-04-03  Chong Yidong  <cyd@stupidchicken.com>
10757         * shell.el (shell-dynamic-complete-filename): New fun.
10758         (shell-dynamic-complete-functions): Use it.
10760         * help-fns.el (describe-variable): Undo 2008-02-25 change.
10762 2008-04-03  Kenichi Handa  <handa@m17n.org>
10764         * international/fontset.el (create-fontset-from-x-resource):
10765         Handle the error of X resource more gracefully.
10767         * international/latin1-disp.el (latin1-display): Don't use make-char.
10768         Fix the argument to set-char-table-range.
10769         (latin1-display-identities): Don't use make-char.
10770         (latin1-display-reset): Use map-charset-chars instead of directly
10771         calling standard-display-default.
10772         (latin1-display-check-font): Don't use make-char.
10773         (latin1-display-setup): Likewise.
10774         (latin1-display-ucs-per-lynx): Likewise.
10776 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10778         * emacs-lisp/timer.el (timer): Define as a defstruct, so we can
10779         name the fields, to make the code clearer.
10780         Rewrite all `aset' and `aref' using the defined accessors.
10781         (timer--time): New pseudo-field.
10782         (timer-set-time, timer-set-idle-time, timer-inc-time)
10783         (timer-set-time-with-usecs, with-timeout-suspend): Use it.
10784         (timer--time-less-p): New function.
10785         (timer--activate): New function, extracted from timer-activate.
10786         (timer-activate-when-idle, timer-activate): Use it.
10787         (cancel-function-timers): Use dolist.
10789 2008-04-03  Glenn Morris  <rgm@gnu.org>
10791         * add-log.el (c-beginning-of-defun, c-end-of-defun):
10792         Remove declarations; no longer used.
10793         (c-cpp-define-name, c-defun-name): Declare as functions.
10795         * calendar/cal-bahai.el (holiday-fixed): Autoload it.
10796         (holiday-bahai-new-year, holiday-bahai-ridvan): New functions.
10798         * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc)
10799         (holiday-passover-etc, holiday-hanukkah): Doc fix.
10800         Add optional argument.  Simplify.
10801         (holiday-tisha-b-av-etc): Use memq rather than unless.
10802         (holiday-julian): Autoload it.
10803         (holiday-hebrew-misc): New function.
10805         * calendar/cal-islam.el (holiday-islamic-new-year): New function.
10807         * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
10808         (hebrew-holidays-3, hebrew-holidays-4): Make obsolete.
10809         (hebrew-holidays-2): Just use holiday-hanukkah now it respects
10810         all-hebrew-calendar-holidays.
10811         (hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays):
10812         Simplify using new functions.
10813         (calendar-holidays): Doc fix.
10814         (generate-calendar-window): Use bound-and-true-p.
10816         * calendar/diary-lib.el (diary-mail-addr): Use bound-and-true-p.
10818         * calendar/holidays.el (calendar-holiday-list): Fix previous change.
10819         (holiday-filter-visible-calendar): Doc fix.  Use mapcar.
10820         (holiday-easter-etc): Fix nesting of result.  Tweak holiday order.
10821         Use calendar-date-is-visible-p, not holiday-filter-visible-calendar.
10823         * net/tramp.el (tramp-drop-volume-letter): Move definition before use.
10825 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10827         * vc-mtn.el (vc-mtn-command): Avoid localization of messages.
10829         * vc-bzr.el (vc-bzr-checkout): Simplify.
10831         * image-mode.el (image-mode-fit-frame): New command.
10833         * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo)
10834         (copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
10835         (keyboard-escape-quit): Check region-active-p i.s.o
10836         transient-mark-mode.
10838 2008-04-02  Simon Josefsson  <simon@josefsson.org>
10840         * net/imap.el (imap-enable-exchange-bug-workaround): New variable.
10841         (imap-message-copyuid-1): Use it.
10842         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
10843         J. Williams in
10844         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
10846 2008-04-02  Alan Mackenzie  <acm@muc.de>
10848         * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
10849         New optimised functions to get the name of the current defun/macro.
10851         * add-log.el (add-log-current-defun): Move the functionality which
10852         gets the current function name for C like modes to cc-cmds.el,
10853         thus optimising for speed.
10855 2008-04-02  Chong Yidong  <cyd@stupidchicken.com>
10857         * simple.el (deactivate-mark): When the mark is temporarily
10858         active, restore the original value of transient-mark-mode.
10859         (set-mark-command): First deactivate the mark if was temporarily active.
10860         (exchange-point-and-mark): Reactivate the mark if it was
10861         temporarily active.
10862         (handle-shift-selection): New fun.
10863         (transient-mark-mode): Move var documentation here from buffer.c.
10864         (next-line, previous-line, backward-word, move-end-of-line)
10865         (move-beginning-of-line, forward-to-indentation)
10866         (backward-to-indentation, back-to-indentation)
10867         (beginning-of-buffer, end-of-buffer): Add ^ interactive spec.
10869         * mouse.el (mouse-set-region-1): Save the old value of
10870         transient-mark-mode.
10871         (mouse-drag-track): Ignore the now-obsolete value `identity' for
10872         transient-mark-mode.
10874         * textmodes/paragraphs.el (forward-paragraph)
10875         (backward-paragraph, forward-sentence, backward-sentence): Add ^
10876         interactive spec.
10878         * emulation/cua-base.el (cua-mode): Turn off shift-select-mode.
10880 2008-04-02  Michael Albinus  <michael.albinus@gmx.de>
10882         * net/tramp.el (tramp-make-tramp-temp-file):
10883         Use `tramp-drop-volume-letter' for the local file name part.
10885 2008-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
10887         * progmodes/sh-script.el (sh-mode-map): Rename the menu.  Add :help.
10888         Add menu entries corresponding to all the key bindings.
10890         * emacs-lisp/debug.el (debugger-mode-map):
10891         * textmodes/conf-mode.el (conf-mode-map): Add a menu.
10892         (conf-align-assignments): Only work on the region if it is active.
10893         (conf-quote-normal): Use when instead of if.  Remove redundant test.
10895         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
10896         for tracing and re-builder.
10898 2008-04-02  Glenn Morris  <rgm@gnu.org>
10900         * calendar/appt.el (appt-disp-window-function): Doc fix.
10901         (appt-display-message): Move beep before display.
10902         (appt-check): Make interactive.  Reduce the number of lets.
10903         Use string-equal to compare mode-line strings.
10904         (appt-disp-window): Pluralize "minute" as needed.  Make appt buffer
10905         read-only.
10906         (appt-select-lowest-window, appt-make-list): Reduce the number of lets.
10907         (appt-delete): Simplify.
10909         * calendar/cal-china.el (holiday-chinese-new-year): Use a single let.
10911         * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
10913         * calendar/cal-hebrew.el (list-yahrzeit-dates):
10914         * calendar/cal-tex.el (cal-tex-insert-blank-days-at-end)
10915         (cal-tex-last-blank-p, cal-tex-daily-page): Expand calendar-for-loops.
10917         * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
10918         (calendar-holiday-marker, mark-visible-calendar-date):
10919         * calendar/diary-lib.el (fancy-diary-display):
10920         Check for font-lock-mode before using faces.
10922         * calendar/calendar.el (hebrew-holidays-3, generate-calendar-month)
10923         (calendar-gregorian-from-absolute): Reduce the number of lets.
10924         (hebrew-holidays-4, generate-calendar-window): Simplify.
10925         (calendar-for-loop): Make obsolete.
10926         (calendar-nth-named-day): Doc fix.
10928         * calendar/diary-lib.el (diary-list-entries, fancy-diary-display)
10929         (print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
10930         (calendar-mark-1, list-sexp-diary-entries, diary-remind):
10931         Reduce the number of lets.
10932         (mark-sexp-diary-entries, calendar-mark-complex):
10933         Expand calendar-for-loops.
10935 2008-04-01  Chong Yidong  <cyd@stupidchicken.com>
10937         * find-dired.el (find-dired-filter): Fix last patch to handle
10938         multi-line process input.  Pad link numbers too.
10940 2008-04-01  Jari Aalto  <jari.aalto@cante.net>
10942         * find-dired.el (find-dired-filter): Align columns by padding file sizes.
10944 2008-04-01  Jason Rumney  <jasonr@gnu.org>
10946         * international/characters.el (script-list): Add phonetic script,
10947         covering IPA (previously Latin), Phonetic Extensions and
10948         Phonetic Extensions Supplement (both previously unassigned).
10950         * international/fontset.el (setup-default-fontset): Use unicode fonts
10951         that cover bopomofo script for bopomofo.
10952         Likewise for braille and mathematical.
10953         Use unicode scripts that cover the phonetic script for IPA.
10955 2008-04-01  Johan BockgÃ¥rd  <bojohan@gnu.org>
10957         * emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
10958         return the assigned value.
10960 2008-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10962         * abbrev.el (abbrev-mode): Use define-minor-mode.
10964         * mouse.el (mouse-major-mode-menu-prefix): Remove.  Remove uses.
10965         (mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
10966         Use map-keymap.
10967         (minor-mode-menu-from-indicator): Use it.  Simplify.
10969         * bindings.el (mode-line-mode-menu): Move before (new) first use.
10970         (mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
10971         Bind the key directly to the menu.
10972         (mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.
10974 2008-04-01  Daiki Ueno  <ueno@unixuser.org>
10976         * epa.el (epa-decrypt-region): Explain the reason why this
10977         function should not be used in Lisp programs.
10978         (epa-decrypt-armor-in-region): Ditto.
10979         (epa-verify-region): Ditto.
10980         (epa-verify-cleartext-in-region): Ditto.
10981         (epa-sign-region): Ditto.
10982         (epa-encrypt-region): Ditto.
10984         * epg.el (epg-start-receive-keys): Fix typo in docstring.
10986         * epa.el (epa-select-keys): Show menu even if there is no key in
10987         GnuPG's keyring.
10989 2008-04-01  Glenn Morris  <rgm@gnu.org>
10991         * calendar/calendar.el (calendar-make-temp-face): New function.
10992         (mark-visible-calendar-date):
10993         * calendar/diary-lib.el (fancy-diary-display): Use it.
10995         * vc-hooks.el (vc-responsible-backend): Declare as function.
10997         * calendar/calendar.el (calendar-nongregorian-visible-p): New function.
10998         * calendar/cal-hebrew.el (calendar-hebrew-date-is-visible-p):
10999         * calendar/cal-julian.el (holiday-julian): Use it.
11001         * calendar/cal-hebrew.el (hebrew-calendar-elapsed-days): Doc fix.
11002         (calendar-hebrew-date-is-visible-p): Extract some common code into
11003         separate function.
11004         (holiday-hebrew, mark-hebrew-calendar-date-pattern): Use it.
11006         * calendar/cal-menu.el (cal-menu-holidays-menu):
11007         * calendar/calendar.el (calendar-mode-map): Use calendar-mark-holidays
11008         rather than obsolete alias.
11010         * calendar/calendar.el (mark-visible-calendar-date): Also use overlay
11011         for mark characters.
11012         (calendar-unmark): Unmark by removing all overlays, rather than
11013         redrawing.
11014         (calendar-starred-day): Remove.
11015         (calendar-mode): Disable undo.  Don't make calendar-starred-day local.
11016         (calendar-cursor-to-date): No need for special star handling now
11017         using overlays.
11018         (calendar-star-date): Use overlays.
11020         * calendar/cal-french.el (calendar-goto-french-date):
11021         * calendar/cal-hebrew.el (calendar-hebrew-from-absolute)
11022         (holiday-hanukkah, mark-hebrew-calendar-date-pattern):
11023         * calendar/cal-move.el (calendar-forward-month, calendar-end-of-month):
11024         * calendar/cal-persia.el (calendar-persian-date-string):
11025         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
11026         (cal-tex-cursor-month, cal-tex-LaTeXify-string):
11027         * calendar/lunar.el (lunar-phase-list, lunar-new-moon-on-or-after):
11028         * calendar/solar.el (solar-equinoxes-solstices):
11029         Reduce nesting of some lets.
11031         * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
11032         (calendar-goto-mayan-long-count-date): Simplify.
11034         * calendar/holidays.el (calendar-holiday-list, holiday-easter-etc):
11035         Simplify by using mapcar.
11036         (calendar-list-holidays): Return holiday-list.
11037         (list-holidays): Use let rather than let*.  Remove un-needed locals
11038         `d', `never'.
11039         (calendar-check-holidays): Return result from dolist.
11040         (holiday-float): Use a single let*.  Simplify if-and to and.
11041         (holiday-sexp, holiday-advent, holiday-greek-orthodox-easter): Use a
11042         single let*.
11044 2008-04-01  Jay Belanger  <jay.p.belanger@gmail.com>
11046         * calc/calc.el: Autoload `calc-yank'.
11047         (calc-mode-map): Add keybindings for `calc-yank'.
11048         * calc/calc-ext.el (calc-init-extensions): Remove keybinding
11049         assignments for `calc-yank'.
11051 2008-03-31  Dan Nicolaescu  <dann@ics.uci.edu>
11053         * vc.el (vc-status-add-entry): Assume ENTRY is a list, not a cons.
11054         (vc-status-mark-buffer-changed): Handle the extra field.
11056         * vc-bzr.el (vc-bzr-after-dir-status):
11057         * vc-cvs.el (vc-cvs-after-dir-status):
11058         * vc-hg.el (vc-hg-after-dir-status):
11059         * vc-svn.el (vc-svn-after-dir-status): Return a list, not a cons.
11061 2008-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
11063         * doc-view.el: Compute displayed pages first (in PDF).
11064         (doc-view-current-converter-processes): Rename from
11065         doc-view-current-converter-process.  Update users.
11066         (doc-view-sentinel): Test buffer's liveness.
11067         (doc-view-pdf/ps->png-sentinel): Remove.
11068         (doc-view-start-process): New function.
11069         (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
11070         (doc-view-ps->pdf): Use it.
11071         (doc-view-pdf->png-1, doc-view-pdf->png, doc-view-active-pages):
11072         New functions.
11073         (doc-view-convert-current-doc, doc-view-goto-page): Use them.
11074         (doc-view-mode): Kill the processes when leaving the mode.
11076 2008-03-31  Juanma Barranquero  <lekktu@gmail.com>
11078         * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p):
11079         Use `byte-compile-warning-types'.  Add docstring.
11081 2008-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
11083         * smerge-mode.el (smerge-apply-resolution-patch): New fun.
11084         (smerge-resolve): Add various resolution heuristics.
11086         * smerge-mode.el (smerge-refine): Allow highlighting other subparts
11087         in 3-way conflicts.
11089 2008-03-31  Glenn Morris  <rgm@gnu.org>
11091         * calendar/cal-bahai.el (diary-bahai-mark-entries):
11092         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
11093         * calendar/cal-islam.el (mark-islamic-diary-entries):
11094         Fix argument order in call to diary-mark-entries-1.
11096         * calendar/cal-bahai.el (calendar-bahai-date-string): Avoid an error for
11097         pre-Bahai dates.
11098         (holiday-bahai): Use an algorithm actually relevant to this calendar
11099         system.
11101         * calendar/cal-china.el (holiday-chinese-new-year): Doc fix.
11103         * calendar/cal-islam.el (holiday-islamic): Remove un-needed let.
11104         Use and.
11106         * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
11107         in the last fortnight in Julian October.
11109         * calendar/calendar.el (increment-calendar-month): Optionally handle
11110         systems without 12 months per year.
11112         (calendar-date-is-visible-p): Doc fix.  Simplify.
11114         * calendar/holidays.el (holiday-filter-visible-calendar): Return result
11115         from dolist.
11117 2008-03-30  Juanma Barranquero  <lekktu@gmail.com>
11119         * hi-lock.el (hi-lock-mode): Fix typos in docstring.
11120         (hi-lock-unload-function): New function.
11122 2008-03-30  Michael Albinus  <michael.albinus@gmx.de>
11124         * net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
11125         overwriting when NEWNAME is a local file.
11127         * net/trampver.el: Update release number.
11129 2008-03-30  Alexandre Julliard  <julliard@winehq.org>
11131         * vc-git.el: Make vc-status display information about copies,
11132         renames and permission changes.
11133         (vc-git-extra-fileinfo): New defstruct.
11134         (vc-git-escape-file-name, vc-git-file-type-as-string)
11135         (vc-git-rename-as-string, vc-git-permissions-as-string)
11136         (vc-git-status-printer): New functions.
11137         (vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo.
11138         (vc-git-after-dir-status-stage1): Look for copies, renames and
11139         permission changes.
11140         (vc-git-after-dir-status-stage1-empty-db): Set permissions.
11141         (vc-git-dir-status): Ask for staged files and renames.
11143 2008-03-30  Dan Nicolaescu  <dann@ics.uci.edu>
11145         * vc.el: Allow backends to display backend specific information in
11146         the vc-status listing.
11147         (vc-status-fileinfo): Add a field for backend specific information.
11148         (vc-status-printer): Rename to ...
11149         (vc-default-status-printer): ... this.
11150         (vc-status-printer): New function.
11151         (vc-update-vc-status-buffer): Set the backend specific file info
11152         if provided.
11154 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11156         * textmodes/remember.el (remember-diary-convert-entry): Revert last
11157         change (ill-conceived).
11159 2008-03-29  Glenn Morris  <rgm@gnu.org>
11161         * calendar/cal-hebrew.el (holiday-hebrew): Simplify.
11162         * calendar/cal-julian.el (holiday-julian): Simplify.
11164         * calendar/holidays.el (list-holidays): Use or.
11166 2008-03-29  Juri Linkov  <juri@jurta.org>
11168         * window.el (split-window-preferred-horizontally): New function.
11170         * cus-start.el (split-window-preferred-function):
11171         Set choice for "vertically" to nil instead of split-window.
11172         Set choice for "horizontally" to split-window-preferred-horizontally
11173         instead of lambda.
11175 2008-03-29  Juri Linkov  <juri@jurta.org>
11177         * simple.el (minibuffer-default-add-function): New variable with
11178         the default to minibuffer-default-add-completions.
11179         (minibuffer-default-add-done): New variable.  Make it buffer-local.
11180         (minibuffer-default-add-completions): New function.
11181         (goto-history-element): Set minibuffer-default-add-done to t and
11182         call a function in minibuffer-default-add-function when the
11183         specified absolute history position is greater than the length of
11184         the minibuffer-default list and minibuffer-default-add-done is nil.
11185         Change "^End of history; no next item$" to "^End of defaults;
11186         no next item$".
11188         * bindings.el (debug-ignored-errors): Change "^End of history;
11189         no next item$" to "^End of defaults; no next item$".
11191 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11193         * subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.
11195         * textmodes/remember.el (remember-diary-convert-entry): Prefer boundp
11196         to with-no-warnings.
11198 2008-03-29  Michael Albinus  <michael.albinus@gmx.de>
11200         Sync with Tramp 2.1.13.
11202         * net/tramp-ftp.el: Require 'cl when byte-compiling.
11204         * net/trampver.el: Update release number.
11206 2008-03-29  Dan Nicolaescu  <dann@ics.uci.edu>
11208         * vc-hooks.el (vc-menu-map-filter): Be more careful when finding
11209         the current backend.
11211         * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
11212         (vc-status-refresh): Create a temporary buffer and call the
11213         `dir-status' backend function from that buffer.
11215         * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
11216         (vc-bzr-after-dir-status): Don't kill the buffer.
11218         * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
11219         (vc-cvs-after-dir-status): Don't kill the buffer.
11221         * vc-git.el (vc-git-dir-status): Don't create a buffer.
11222         (vc-git-after-dir-status-stage2): Don't kill the buffer.
11224         * vc-hg.el (vc-hg-dir-status): Don't create a buffer.
11225         (vc-hg-after-dir-status): Don't kill the buffer.
11227         * vc-svn.el (vc-svn-dir-status): Don't create a buffer.
11228         (vc-svn-after-dir-status): Don't kill the buffer.
11230 2008-03-29  Glenn Morris  <rgm@gnu.org>
11232         * calendar/calendar.el (diary-file, american-date-diary-pattern)
11233         (european-date-diary-pattern, european-calendar-display-form)
11234         (american-calendar-display-form, diary-display-hook): Doc fixes.
11235         (european-calendar-style): Doc fix.  Use calendar-set-date-style for
11236         custom :set.  Mark as obsolete.
11237         (calendar-date-style, iso-date-diary-pattern)
11238         (iso-calendar-display-form): New user variables.
11239         (diary-date-forms, calendar-date-display-form): Set using
11240         calendar-date-style.  Doc fix.
11241         (calendar-set-date-style): New command.
11242         (european-calendar, american-calendar): Use calendar-set-date-style.
11243         Mark as obsolete.
11245         * calendar/diary-lib.el (number): Move declaration where needed.
11246         (diary-mail-entries, list-sexp-diary-entries): Doc fixes.
11247         (diary-make-date): New function.
11248         (diary-date, diary-block, diary-anniversary, diary-cyclic): Doc fix.
11249         Use diary-make-date.
11250         (diary-date-display-form, diary-insert-entry-1): New functions.
11251         (insert-monthly-diary-entry, insert-yearly-diary-entry):
11252         Use diary-insert-entry-1.
11253         (insert-anniversary-diary-entry, insert-block-diary-entry)
11254         (insert-cyclic-diary-entry): Use diary-date-display-form.
11256         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
11257         Autoload diary-insert-entry-1.
11258         * calendar/cal-bahai.el (diary-bahai-insert-entry)
11259         (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
11260         * calendar/cal-hebrew.el (insert-hebrew-diary-entry)
11261         (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
11262         * calendar/cal-islam.el (insert-islamic-diary-entry)
11263         (insert-monthly-islamic-diary-entry, insert-yearly-islamic-diary-entry):
11264         Use diary-insert-entry-1.
11266         * calendar/cal-hebrew.el (diary-make-date): Autoload it.
11267         (diary-yahrzeit): Doc fix.  Use diary-make-date.
11269         * calendar/icalendar.el (icalendar--datetime-to-american-date):
11270         New name for icalendar--datetime-to-noneuropean-date.  Make old name
11271         obsolete alias.
11272         (icalendar--datetime-to-iso-date): New function.
11273         (icalendar--datetime-to-diary-date): Doc fix.  Respect
11274         calendar-date-style if bound.
11276         * textmodes/remember.el (remember-diary-convert-entry):
11277         Respect calendar-date-style if bound.
11279 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11281         * xt-mouse.el (xterm-mouse-mode): Use delete-terminal-functions.
11282         (xterm-mouse-handle-delete-frame): Delete.
11284         * term/xterm.el (terminal-init-xterm): Use delete-terminal-functions.
11285         (xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys)
11286         (xterm-remove-modify-other-keys): Lookup terminal rather than frame
11287         in xterm-modify-other-keys-terminal-list.
11289         * vc-bzr.el (vc-bzr-state-heuristic): Fix last change for when there
11290         are conflicts.
11292 2008-03-29  Dan Nicolaescu  <dann@ics.uci.edu>
11294         * vc.el (vc-update): Check if the buffer is unsaved only if it
11295         actually exists.
11296         (vc-status-mode-map, vc-status-menu-map): Bind vc-update and
11297         vc-print-log.
11299 2008-03-28  Magnus Henoch  <mange@freemail.hu>
11301         * net/dns.el (dns-write): Use set-buffer-multibyte.
11303 2008-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11305         * vc-bzr.el (vc-bzr-sha1): New fun.
11306         (vc-bzr-state-heuristic): New fun, extracted from vc-bzr-registered.
11307         (vc-bzr-registered): Use it.
11309 2008-03-28  Dan Nicolaescu  <dann@ics.uci.edu>
11311         * vc.el (vc-status-kill-dir-status-process): Simplify.
11312         (vc-status-refresh): Make sure the buffer is live.
11313         (ring): Don't require it, not used.
11315 2008-03-28  Wilson Snyder  <wsnyder@wsnyder.org>
11317         * progmodes/verilog-mode.el (verilog-auto-inout-module):
11318         Add optional regular expression to AUTOINOUTMODULE.
11319         (verilog-inject-auto, verilog-auto-arg, verilog-auto-inst)
11320         (verilog-auto-inst-param, verilog-auto-reg)
11321         (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
11322         (verilog-auto-output-every, verilog-auto-input)
11323         (verilog-auto-inout, verilog-auto-sense, verilog-auto-tieoff)
11324         (verilog-auto-unused, verilog-auto): Update documentation to use
11325         more obvious instance module names versus cell names.
11327 2008-03-28  Jan Djärv  <jan.h.d@swipnet.se>
11329         * progmodes/compile.el (compilation-mode-tool-bar-map): Only enable
11330         kill if a process is running.
11332         * progmodes/grep.el (grep-mode-tool-bar-map): The same.
11334 2008-03-28  Dan Nicolaescu  <dann@ics.uci.edu>
11336         * vc.el: Add new backend function 'status-extra-headers.
11337         (vc-default-status-extra-headers): New function.
11338         (vc-status-headers): Call 'status-extra-headers.  Add colors.
11340         * vc-git.el (vc-git-status-extra-headers): New function.
11342 2008-03-28  Glenn Morris  <rgm@gnu.org>
11344         * calendar/cal-menu.el (cal-menu-holidays-menu)
11345         (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
11346         (cal-menu-list-holidays-previous-year): Simplify now that 2nd arg of
11347         holiday-list is optional.
11348         (calendar-mouse-holidays): Remove un-needed local `l'.
11350         * calendar/cal-move.el (calendar-cursor-to-nearest-date):
11351         Remove un-needed local `date'.
11352         (calendar-cursor-to-visible-date): Use let rather than let*.
11353         Remove un-needed local `first-of-month-weekday'.
11355         * calendar/calendar.el (abbreviated-calendar-year): Move to diary-lib.
11357         * calendar/diary-lib.el (print-diary-entries-hook, diary-list-entries):
11358         Doc fixes.
11359         (abbreviated-calendar-year): Move here from calendar.el.  Doc fix.
11360         (diary-header-line-flag, diary-header-line-format): Declare.
11361         (diary-pull-attrs): Check for multiple matches.
11362         (diary-list-entries-2): Simplify finding start of date.
11363         (diary-show-all-entries, make-diary-entry): Respect non-nil values of
11364         pop-up-frames.
11365         (diary-mark-entries-1): Re-use offset in abbreviated-year case.
11366         (mark-sexp-diary-entries): Remove superfluous call to diary-pull-attrs.
11368 2008-03-27  Dan Nicolaescu  <dann@ics.uci.edu>
11370         * vc-hg.el (vc-hg-state, vc-hg-dir-state): Deal with 'missing files.
11372         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate.
11374 2008-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11376         * vc-hooks.el (vc-before-save): Don't prevent saving the file.
11378         * image-mode.el (image-mode-reapply-winprops): Fix last change.
11380 2008-03-27  Kenichi Handa  <handa@ni.aist.go.jp>
11382         * international/mule-conf.el (define-iso-single-byte-charset):
11383         Don't make latin-iso8859-* supplementary.
11384         (#'set-charset-priority): Don't change the priority of charsets
11385         `unicode' and `emacs'.
11387 2008-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11389         * vc.el (vc-do-command): Don't pop to the buffer if it's an internal
11390         temp buffer.
11392 2008-03-27  Glenn Morris  <rgm@gnu.org>
11394         * calendar/cal-bahai.el (diary-bahai-list-entries):
11395         * calendar/cal-hebrew.el (list-hebrew-diary-entries):
11396         * calendar/cal-islam.el (list-islamic-diary-entries): Doc fix.
11398         * calendar/calendar.el (diary-file): Doc fix.
11400         * calendar/diary-lib.el (diary-face-attrs): Fix `height' regexp.
11401         (list-diary-entries-hook, mark-diary-entries-hook)
11402         (include-other-diary-files, diary-mail-entries)
11403         (mark-included-diary-files, list-sexp-diary-entries): Doc fixes.
11404         (diary-set-header): New function.
11405         (diary-header-line-flag, diary-header-line-format):
11406         Use diary-set-header for custom :set function.
11407         (diary-set-maybe-redraw): Use symbol-value rather than eval.
11408         (diary-attrtype-convert): Use intern-soft rather than read.
11409         (diary-display-no-entries): New function.
11410         (simple-diary-display, fancy-diary-display): Use it.
11411         (fancy-diary-display): Doc fix.  Remove unneeded local entry-list.
11412         (diary-mark-entries-1): Fix position offsets in non-gregorian case.
11414         * calendar/holidays.el (list-holidays): Doc fix.
11416 2008-03-26  Jay Belanger  <jay.p.belanger@gmail.com>
11418         * calc/calc-store.el (calc-read-var-name-history): New variable.
11419         (calc-read-var-name): Use `calc-read-var-name-history'.
11421 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11423         * image-mode.el (image-mode-reapply-winprops): Simplify now that
11424         window-configuration-change-hook works buffer-locally.
11426 2008-03-26  Johan BockgÃ¥rd  <bojohan@gnu.org>
11428         * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table
11429         for Emacs Lisp, not Lisp.
11431 2008-03-26  Juanma Barranquero  <lekktu@gmail.com>
11433         * help-fns.el (describe-function-1, describe-variable):
11434         If CURRENT-NAME is nil, don't end obsolescence info with semicolon.
11436         * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no
11437         replacement is provided, don't print "use nil instead".
11439 2008-03-26  Johan BockgÃ¥rd  <bojohan@gnu.org>
11441         * complete.el (PC-do-completion): Use regexp-quote.
11443 2008-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
11445         * vc-cvs.el (vc-cvs-parse-status, vc-cvs-after-dir-status):
11446         Detect missing files.
11448         * vc-git.el (vc-git-extra-menu-map): New key map.
11449         (vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep):
11450         New functions.
11452         * vc-hooks.el (vc-default-mode-line-string): Deal with 'removed
11453         and 'missing files.
11455 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11457         * calendar/holidays.el (list-holidays): Make Y2 optional.
11459         * calendar/appt.el (appt-buffer-name): Don't use a leading space for
11460         buffers shown to the user.
11461         (appt-disp-window): Disable undo explicitly now that the leading space
11462         is gone.
11464         * simple.el (activate-mark): New function.
11465         (set-mark-command): Use it with region-active-p to clean up the code.
11466         (exchange-point-and-mark): Invert the meaning of C-u when
11467         transient-mark-mode is active.
11469         * dired-aux.el (dired-create-files): Use dolist.
11471         * bindings.el (mode-line-change-eol): Use with-selected-window.
11473         * apropos.el (apropos-command): Include macros.
11475 2008-03-26  Glenn Morris  <rgm@gnu.org>
11477         * calendar/cal-bahai.el: Require calendar, not cal-julian.
11478         (calendar-bahai-epoch): Doc fix.
11480         * calendar/cal-china.el: Explicitly require calendar.
11482         * calendar/cal-coptic.el, calendar/cal-islam.el, calendar/cal-persia.el:
11483         Require calendar rather than cal-julian.
11484         Autoload calendar-absolute-from-julian.
11485         * calendar/cal-coptic.el (coptic-calendar-epoch):
11486         * calendar/cal-islam.el (calendar-islamic-epoch):
11487         * calendar/cal-persia.el (persian-calendar-epoch): Set when compiling.
11489         * calendar/cal-islam.el (calendar-islamic-epoch): Doc fix.
11491         * calendar/cal-dst.el: Don't require cal-persia.
11492         (calendar-absolute-from-persian): Autoload it.
11493         (dst-adjust-time): Doc fix.
11495         * calendar/cal-menu.el (cal-menu-diary-menu): Remove menu headings that
11496         cause cal-bahai, cal-islam, cal-hebrew to be loaded on starting the
11497         calendar.
11499         * calendar/cal-menu.el: Require calendar rather than declaring
11500         functions.
11501         * calendar/calendar.el: Provide calendar before requiring cal-menu.
11503         * calendar/cal-x.el (calendar-after-frame-setup-hook): New name for
11504         calendar-after-frame-setup-hooks.  Update callers, make old name an
11505         obsolete alias.  Doc fix.
11506         (calendar-frame-1): Doc fix.
11508         * calendar/calendar.el (solar-holidays): Simplify holiday-sexp calls.
11510         * calendar/calendar.el (oriental-holidays, solar-holidays):
11511         * calendar/holidays.el (list-holidays): Assume atan always bound.
11513         * calendar/lunar.el, calendar/solar.el: Remove floating-point check.
11514         Explicitly require calendar, not cal-julian.
11515         * calendar/lunar.el: Explicitly require cal-dst.
11517 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11519         * autorevert.el (auto-revert-buffers): Use buffer-live-p.
11521         * help-fns.el (describe-function-1, describe-variable): If no
11522         replacement is provided, don't print "use nil instead".
11524 2008-03-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11526         * proced.el: New file.
11528 2008-03-25  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
11530         * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.
11532 2008-03-25  Juri Linkov  <juri@jurta.org>
11534         * battery.el: Add file cookie coding:iso-8859-1 for the degree sign
11535         in battery-mode-line-format.
11537         * bindings.el (minibuffer-local-map): For the command
11538         file-cache-minibuffer-complete replace keymap minibuffer-local-map
11539         with map which is already locally bound to minibuffer-local-map.
11541 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11543         * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
11544         Remove `sort-first' argument.
11546         * subr.el (redisplay-end-trigger-functions)
11547         (window-redisplay-end-trigger, set-window-redisplay-end-trigger)
11548         (process-filter-multibyte-p, set-process-filter-multibyte):
11549         Mark as obsolete.
11551 2008-03-25  Juanma Barranquero  <lekktu@gmail.com>
11553         * emacs-lisp/re-builder.el (reb-mode-common): Remove reference to
11554         bogus variable `reb-kill-buffer'; don't make hooks buffer-local,
11555         use the LOCAL arg of `add-hook'.
11556         (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
11557         Remove spurious * from defcustom docstrings.
11558         (reb-next-match, reb-prev-match, reb-enter-subexp-mode):
11559         Fix typos in messages.
11560         (reb-mode-buffer-p): New function.
11561         (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'.  Use `when'.
11562         (top, reb-show-subexp, reb-auto-update, reb-delete-overlays)
11563         (reb-cook-regexp, reb-update-regexp, reb-update-overlays):
11564         Use `unless', `when'.
11565         (re-builder-unload-function): New function.
11567 2008-03-25  Dan Nicolaescu  <dann@ics.uci.edu>
11569         * vc-hooks.el (vc-state): Add documentation for 'missing.
11571 2008-03-25  Wilson Snyder  <wsnyder@wsnyder.org>
11573         * progmodes/verilog-mode.el (verilog-auto-output)
11574         (verilog-auto-input, verilog-auto-inout, verilog-auto)
11575         (verilog-delete-auto): Add optional regular expression to
11576         AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
11577         (verilog-signals-matching-regexp): New internal function for
11578         signal matching.
11580 2008-03-25  Johan BockgÃ¥rd  <bojohan@gnu.org>
11582         * info.el (Info-isearch-search): Always return point.
11584 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11586         * diff-mode.el (diff-remembered-defdir): New var.
11587         (diff-find-file-name): Use it to flush diff-remembered-files-alist.
11589 2008-03-25  Glenn Morris  <rgm@gnu.org>
11591         * calendar/cal-bahai.el (calendar-bahai-read-date): New name for
11592         calendar-bahai-prompt-for-date.  Update callers, make old name an
11593         obsolete alias.  Doc fix.
11594         * calendar/cal-coptic.el (calendar-coptic-read-date): New name for
11595         coptic-prompt-for-date.  Update callers, make old name an
11596         obsolete alias.  Doc fix.
11597         * calendar/cal-hebrew.el (calendar-hebrew-read-date): New name for
11598         calendar-hebrew-prompt-for-date.  Update callers.  Doc fix.
11599         * calendar/cal-islam.el (calendar-islamic-read-date): New name for
11600         calendar-islamic-prompt-for-date.  Update callers.  Doc fix.
11601         * calendar/cal-iso.el (calendar-iso-read-date): New name for
11602         calendar-iso-read-args.  Update callers, make old name an obsolete
11603         alias.
11604         * calendar/cal-persia.el (calendar-persian-read-date): New name for
11605         persian-prompt-for-date.  Update callers, make old name an
11606         obsolete alias.  Doc fix.  Move definition before use.
11608         * calendar/cal-x.el (diary-frame-parameters)
11609         (calendar-frame-parameters, calendar-and-diary-frame-parameters)
11610         (calendar-frame-1): Doc fixes.
11611         (make-fancy-diary-buffer): Remove declaration.
11612         (calendar-dedicate-diary): Replace call to deleted function
11613         make-fancy-diary-buffer.
11614         (calendar-frame-setup): New function.
11615         (calendar-one-frame-setup, calendar-only-one-frame-setup)
11616         (calendar-two-frame-setup): Call calendar-frame-setup to do the actual
11617         work, and mark as obsolete.
11618         (special-display-buffer-names): Don't mess with this; it's not our
11619         business.
11620         (cal-x-load-hook): Defvar it, and mark as obsolete.
11622         * calendar/calendar.el (calendar-remove-frame-by-deleting):
11623         Default to t.  Add to 'calendar group.
11624         (calendar): Doc fix.  Use calendar-frame-setup.
11625         (calendar-basic-setup): Doc fix.  Add optional NODISPLAY argument.
11626         (generate-calendar-window): Doc fix.
11628 2008-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11630         * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
11632 2008-03-24  Drew Adams  <drew.adams@oracle.com>
11634         * finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
11635         New variables.
11636         (finder-mode): Use finder-mode-syntax-table.  Set font-lock-defaults.
11637         (finder-exit): Ignore errors rather than avoiding them.
11638         Kill *Finder-package* buffer also.
11640 2008-03-24  Andreas Schwab  <schwab@suse.de>
11642         * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
11644 2008-03-24  Dan Nicolaescu  <dann@ics.uci.edu>
11646         * vc-hg.el (vc-hg-after-dir-status):
11647         * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
11649         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
11650         Detect removed files.
11652         * vc.el (vc-status-printer): Use a different face for missing files.
11653         (vc-status-hide-up-to-date): Rename from
11654         vc-status-remove-up-to-date.  Update all callers.
11655         (vc-status-mode-map): Bind C-m.
11657 2008-03-24  Alexandre Julliard  <julliard@winehq.org>
11659         * vc-git.el (vc-git-after-dir-status-stage1): Move state matching
11660         code ...
11661         (vc-git--state-code): ... to this new function.
11662         (vc-git-state): Use it.
11664 2008-03-24  Trent Buck  <trentbuck@gmail.com>  (tiny change)
11666         * textmodes/remember.el (remember-mail-date)
11667         (remember-store-in-mailbox): Write date and From line in such a
11668         way that Mutt can read it.
11670 2008-03-23  Chong Yidong  <cyd@stupidchicken.com>
11672         * simple.el (transient-mark-mode): Turn on by default.
11674 2008-03-23  Dan Nicolaescu  <dann@ics.uci.edu>
11676         * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
11677         'unregistered for unregistered files.
11679         * vc-hg.el (vc-hg-state): Return 'removed for removed files.
11681         * bindings.el (standard-mode-line-modes): Avoid duplicating a string.
11683         * vc-cvs.el (vc-cvs-parse-status): Note there are problems with
11684         subdirectories.
11686         * vc.el (vc-status-prepare-status-buffer): Fix thinko.
11687         (vc-status-menu-map): Add binding for vc-status-kill-dir-status-process.
11688         Add :enable for vc-status-refresh.
11689         (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
11690         (vc-status-tool-bar-map): Add binding for
11691         vc-status-kill-dir-status-process.
11692         Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
11693         (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
11694         Reset vc-status-process-buffer.
11695         (vc-status-refresh): Don't run two refreshes at a time.
11696         (vc-status): If the buffer is already in vc-status-mode only refresh.
11697         (vc-status-mark-buffer-changed): Add an optional file parameter.
11698         (vc-resynch-buffer): Use it.
11699         (vc-delete-file): Expand the file name before using it.
11700         Be careful to not create a new buffer with the old file contents.
11701         Update the VC state after performing the operation.
11703 2008-03-23  Andreas Schwab  <schwab@suse.de>
11705         * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
11706         Fix radio button condition.
11707         [box]: Likewise.
11708         [customize]: Add radio button.
11710 2008-03-23  Jay Belanger  <jay.p.belanger@gmail.com>
11712         * calc/calc.el (calc-was-keypad-mode, calc-full-mode)
11713         (calc-user-parse-tables, calc-gnuplot-default-device)
11714         (calc-gnuplot-default-output, calc-gnuplot-print-device)
11715         (calc-gnuplot-print-output, calc-gnuplot-geometry)
11716         (calc-graph-default-resolution, calc-graph-default-resolution-3d)
11717         (calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
11718         (calc-undo-list, calc-redo-list, calc-main-buffer)
11719         (calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
11720         (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
11721         (calc-said-hello, calc-executing-macro, calc-any-selections)
11722         (calc-help-phase, calc-full-help-flag, calc-refresh-count)
11723         (calc-display-dirty, calc-embedded-info, calc-embedded-active)
11724         (calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
11725         (math-expr-variable-mapping, calc-mode-map, calc-digit-map)
11726         (calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
11727         (calc-create-buffer, calc-quit): Add docstrings.
11729 2008-03-23  Juanma Barranquero  <lekktu@gmail.com>
11731         * makefile.w32-in (WINS_ALMOST): Add org.
11733 2008-03-23  Dan Nicolaescu  <dann@ics.uci.edu>
11735         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
11736         New functions to implement vc-status support.
11738 2008-03-22  Dan Nicolaescu  <dann@ics.uci.edu>
11740         * vc.el (vc-status-prepare-status-buffer): New function.
11741         (vc-status): Use it.
11743         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
11744         appropriate.
11746 2008-03-22  Alexandre Julliard  <julliard@winehq.org>
11748         * vc-git.el (vc-git--empty-db-p)
11749         (vc-git-after-dir-status-stage1-empty-db): New functions.
11750         (vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
11751         Add support for empty repositories.
11753 2008-03-22  Dan Nicolaescu  <dann@ics.uci.edu>
11755         * vc-git.el (vc-git-annotate-extract-revision-at-line):
11756         Allow "^" in a version name.
11758         * vc-mtn.el (vc-mtn-state): Support the added state.
11760 2008-03-22  Carsten Dominik  <dominik@science.uva.nl>
11762         * org: New directory for Org-mode.
11764         * org/org-export-latex.el: Moved from lisp/texmodes.
11766         * org/org-irc.el: Moved from lisp/texmodes.
11768         * org/org-mac-message.el: Moved from lisp/texmodes.
11770         * org/org-mouse.el: Moved from lisp/texmodes.
11772         * org/org-publish.el: Moved from lisp/texmodes.
11774 2008-03-21  Juri Linkov  <juri@jurta.org>
11776         * comint.el (comint-dynamic-simple-complete):
11777         Use variable `stub' for the second arg `common-substring'
11778         of `comint-dynamic-list-completions'.
11779         (comint-dynamic-list-filename-completions):
11780         Use variable `filenondir' for the second arg `common-substring'
11781         of `comint-dynamic-list-completions'.
11782         (comint-dynamic-list-completions): Add new optional arg
11783         `common-substring'.  Add `common-substring' as the second arg of
11784         the call to `display-completion-list'.  Doc fix.
11786         * comint.el (comint-dynamic-complete-as-filename)
11787         (comint-dynamic-list-filename-completions)
11788         (comint-dynamic-simple-complete): Use `minibuffer-message'
11789         to display message "No completions of %s" when a command
11790         is called in the minibuffer.
11791         (comint-dynamic-simple-complete): Don't display other
11792         completion messages when a command is called in the minibuffer.
11793         (comint-dynamic-list-completions): Use `minibuffer-message'
11794         to display message " [Type space to flush ...]" when a command
11795         is called in the minibuffer.
11797         * shell.el (shell-dynamic-complete-command)
11798         (shell-dynamic-complete-environment-variable): Don't display
11799         completion messages when command is called in the minibuffer.
11801         * emacs-lisp/lisp.el (lisp-complete-symbol):
11802         Use `minibuffer-message' to display message "No completions of %s"
11803         when this command is called in the minibuffer.
11805         * bindings.el (standard-mode-line-modes): Put special help-echo
11806         tooltip on recursive edit %[ %] mode-line constructs.
11808         * dabbrev.el (debug-ignored-errors): Remove $ from the end of
11809         "^No dynamic expansion for .* found$" to allow error messages like
11810         "No dynamic expansion for \"%s\" found in this-buffer".
11812 2008-03-21  Michael Albinus  <michael.albinus@gmx.de>
11814         * net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
11815         "psftp".
11817 2008-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11819         * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
11820         * vc.el (vc-default-dired-state-info): Use just "modified".
11821         * vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
11822         (vc-cvs-mode-line-string): Make use of the better default.
11823         (vc-cvs-parse-entry): Use the new `added'.
11824         (vc-cvs-dired-state-info): Remove.
11825         * vc-svn.el (vc-svn-dired-state-info): Remove.
11826         * vc-hg.el (vc-hg-dired-state-info): Remove.
11827         * vc-git.el (vc-git-dired-state-info): Remove.
11829 2008-03-21  Dan Nicolaescu  <dann@ics.uci.edu>
11831         * vc-git.el (vc-git-status-result): New variable.
11832         (vc-git-dir-status): Split out ...
11833         (vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
11834         ... these new functions and work asynchronously.
11836 2008-03-21  Alexandre Julliard  <julliard@winehq.org>
11838         * vc-git.el (vc-git-after-dir-status): Remove.
11839         (vc-git-dired-state-info): Reimplement.
11841 2008-03-21  Dan Nicolaescu  <dann@ics.uci.edu>
11843         * replace.el (occur-mode-map): Add :help.
11845         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entry
11846         for disassemble.
11848         * vc.el (vc-status-mark-buffer-changed): Better deal with files in
11849         the 'added state.
11850         (vc-status-remove-up-to-date): New function.
11851         (vc-status-mode-map, vc-status-menu-map): Bind it.
11852         (vc-status-printer): Use a different face up-to-date files.
11853         (vc-resynch-buffer): Update the vc-status buffer if it exists.
11854         (Todo): Remove solved entries.
11856         * vc-hg.el (vc-hg-state):
11857         * vc-git.el (vc-git-state):
11858         * vc-cvs.el (vc-cvs-parse-status):
11859         * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
11860         state.
11862 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11864         * progmodes/compile.el (compile):
11865         * progmodes/grep.el (grep, grep-find): Use read-shell-command.
11867         * simple.el (minibuffer-local-shell-command-map): New var.
11868         (minibuffer-complete-shell-command, read-shell-command): New funs.
11869         (shell-command, shell-command-on-region): Use them.
11871 2008-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
11873         * vc.el (vc-status-mark-buffer-changed): New function to implement
11874         updating of the *vc-status* buffer when a buffer is saved.
11875         (vc-status-mode): Use it for after-change-hook.
11876         (vc-add-to-vc-status-buffer): Rename to ...
11877         (vc-status-add-entry): ... this.
11878         (Todo): Add new entry.
11880 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11882         * sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness.
11884 2008-03-20  Juanma Barranquero  <lekktu@gmail.com>
11886         * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars)
11887         (icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
11888         Remove spurious * from defcustom docstrings.
11889         (icomplete-compute-delay): Fix docstring and remove spurious *.
11890         (icomplete-delay-completions-threshold): Fix typo in docstring and
11891         remove spurious *.
11892         (icomplete-completions): While collecting the list of prospective
11893         candidates, don't overshoot `icomplete-prospects-length'.
11895 2008-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
11897         * textmodes/refbib.el:
11898         * textmodes/reftex.el:
11899         * textmodes/reftex-global.el:
11900         * textmodes/reftex-vars.el:
11901         * textmodes/reftex-toc.el: Don't use eval-and-compile for byte
11902         compiler pacifying defvars.
11903         (reftex-toc-mode): Only make zmacs-regions local on XEmacs.
11904         * textmodes/reftex-index.el (zmacs-regions): Remove pacifier,
11905         not needed.
11907 2008-03-20  Wilson Snyder  <wsnyder@wsnyder.org>
11909         * progmodes/verilog-mode.el (verilog-easy-menu-filter): New function.
11910         (verilog-stmt-menu, verilog-menu): Add :help and filter it.
11911         (verilog-customize, verilog-font-customize)
11912         (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
11913         (verilog-mode): Update documentation strings to match tool tips.
11914         (verilog-auto-search-do, verilog-auto-re-search-do)
11915         (verilog-skip-forward-comment-or-string): Fix verilog-auto
11916         expansion when a .* appears inside a string.
11917         (verilog-re-search-forward, verilog-re-search-backward):
11918         Add comment to recall how this works.
11919         (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
11921 2008-03-20  Glenn Morris  <rgm@gnu.org>
11923         * calendar/calendar.el (calendar-other-dates): New function.
11924         (calendar-print-other-dates): Use calendar-other-dates.
11925         * calendar/cal-menu.el (calendar-other-dates): Declare it, and remove
11926         the declarations it replaces.
11927         (calendar-mouse-print-dates): Use calendar-other-dates.
11929         * calendar/cal-bahai.el (calendar-bahai-leap-year-p)
11930         (calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
11931         (calendar-absolute-from-bahai): Fix the leap-year case.
11932         (calendar-bahai-from-absolute): Re-use the Gregorian month.
11933         (calendar-bahai-date-string, calendar-bahai-print-date):
11934         Handle pre-Bahai dates.
11936         * calendar/cal-china.el (chinese-calendar-celestial-stem)
11937         (chinese-calendar-terrestrial-branch): Make defcustoms.
11939         * calendar/cal-menu.el (calendar-mouse-holidays): Re-use the title.
11940         (calendar-mouse-view-diary-entries): Use or.
11941         (calendar-mouse-chinese-date): Remove unused command.
11942         (cal-menu-load-hook): Mark as obsolete.
11944         * calendar/solar.el (calendar-location-name, calendar-latitude)
11945         (calendar-longitude, solar-arctan, sunrise-sunset)
11946         (solar-mean-equinoxes/solstices): Use the appropriate equality test.
11948 2008-03-20  Jay Belanger  <jay.p.belanger@gmail.com>
11950         * calc/calc.el: Remove outdated comments.
11951         (defcalcmodevar, calc-mode-var-list-restore-default-values)
11952         (calc-mode-var-list-restore-saved-values, calc-autorange-units):
11953         Add docstrings.
11955 2008-03-19  Jason Rumney  <jasonr@gnu.org>
11957         * w32-fns.el (x-alternatives-map): Add S-tab mapping.
11959 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
11961         * net/tls.el (open-tls-stream): Reindent.
11963 2008-03-19  Michael Albinus  <michael.albinus@gmx.de>
11965         * net/tramp.el (tramp-let-maybe): Removed.
11966         (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
11967         It does not exist under XEmacs.
11968         (tramp-handle-file-truename, tramp-handle-expand-file-name)
11969         (tramp-completion-file-name-handler): Let-bind
11970         `directory-sep-char'.
11972         * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
11973         `directory-sep-char'.
11975 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11977         * help-fns.el (describe-function-1): Don't signal "missing arglist"
11978         for autoloaded keymaps.
11980         * progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
11981         (electric-verilog-terminate-line, verilog-in-struct-region-p)
11982         (verilog-backward-ws&directives, verilog-forward-ws&directives)
11983         (verilog-in-comment-p, verilog-in-star-comment-p)
11984         (verilog-in-slash-comment-p, verilog-skip-backward-comments)
11985         (verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
11986         (verilog-skip-forward-comment-or-string, verilog-in-paren)
11987         (verilog-skip-forward-comment-p): Use it.
11989 2008-03-19  Juanma Barranquero  <lekktu@gmail.com>
11991         * textmodes/org.el (org-link-store, org-link-follow, org-latex)
11992         (org-remember-templates, org-time-stamp-rounding-minutes)
11993         (org-back-over-empty-lines, org-find-base-buffer-visiting)
11994         (org-columns-new): Fix typos in docstrings.
11996 2008-03-19  Glenn Morris  <rgm@gnu.org>
11998         * net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
11999         (tramp-handle-shell-command): Use condition-case rather than
12000         ignore-errors.
12002 2008-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
12004         * diff-mode.el (diff-header): Make the color louder.
12005         (diff-refine-change): Tone the color down.
12007 2008-03-19  Juanma Barranquero  <lekktu@gmail.com>
12009         * descr-text.el (describe-char): When `describe-char-unidata-list'
12010         is set to show all properties, list them in the right order.
12012 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12014         * international/mule.el (load-with-code-conversion): Avoid setting
12015         default-enable-multibyte-characters.
12017 2008-03-19  Gustav HÃ¥llberg  <gustav@virtutech.com>  (tiny change)
12019         * vc.el (vc-annotate-background): Fix custom type.
12021 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12023         * descr-text.el (describe-char-unidata-list): Allow specifying
12024         just all properties.
12025         (describe-char): Handle that new value.
12027         * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
12029 2008-03-18  Tassilo Horn  <tassilo@member.fsf.org>
12031         * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
12032         instead of file name extension to make docs with uncommon
12033         extensions work.
12035 2008-03-18  Tassilo Horn  <tassilo@member.fsf.org>
12037         * doc-view.el (require): Require cl at compile time because
12038         `assert' needs it.
12040 2008-03-18  Glenn Morris  <rgm@gnu.org>
12042         * calendar/calendar.el (initial-calendar-window-hook)
12043         (today-visible-calendar-hook): Doc fixes.
12045 2008-03-17  Michael Albinus  <michael.albinus@gmx.de>
12047         * net/tramp.el (tramp-root-regexp): Simplify.
12048         (tramp-completion-file-name-regexp-separate): Don't insist on
12049         leading "[".  This prevents method or user or host completion.
12050         (tramp-let-maybe): Autoload it.
12051         (tramp-drop-volume-letter): Don't autoload.  When not on W32, it
12052         is an alias for `identity'.
12053         (tramp-handle-write-region): Protect `last-coding-system-used'
12054         over the trailing statements.
12055         (tramp-completion-file-name-handler-post-function): Remove.
12056         (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
12057         instead of calling `tramp-drop-volume-letter'.
12059         * net/tramp.el:
12060         * net/tramp-uu.el:
12061         * net/trampver.el: Move coding cookie at the end.
12063 2008-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12065         * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
12066         elements which may be something else than characters.
12068 2008-03-17  Dan Nicolaescu  <dann@ics.uci.edu>
12070         * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
12071         New functions to implement vc-status support.
12073         * vc.el (vc-default-extra-status-menu)
12074         (vc-add-to-vc-status-buffer): New functions.
12076         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
12077         for eldoc and ielm.
12079 2008-03-17  Glenn Morris  <rgm@gnu.org>
12081         * calendar/cal-x.el (diary-frame-parameters)
12082         (calendar-frame-parameters, calendar-and-diary-frame-parameters):
12083         Fix custom type; add options.
12084         (calendar-frame, diary-frame): Doc fixes.
12085         (calendar-dedicate-diary, calendar-frame-1): Extract common code into
12086         new functions.
12087         (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
12088         Use calendar-frame-1 and calendar-dedicate-diary.
12089         (calendar-one-frame-setup): Also handle only-one-frame case.
12090         (calendar-only-one-frame-setup): Doc fix.  Just call
12091         calendar-one-frame-setup.
12093         * calendar/diary-lib.el: Re-order some definitions before their use.
12094         (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
12095         (diary-list-entries): Doc fixes.
12096         (make-fancy-diary-display): Remove function.
12098         * calendar/calendar.el (calendar-today-marker)
12099         (initial-calendar-window-hook, today-visible-calendar-hook)
12100         (today-invisible-calendar-hook, diary-file, calendar-basic-setup)
12101         (calendar-star-date, calendar-mark-today): Doc fixes.
12102         (today-visible-calendar-hook): Add options.
12103         (calendar-in-read-only-buffer): New macro.
12104         (calendar-basic-setup): Adapt for change in calendar-read-date.
12105         Place holiday let inside if.
12106         (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
12107         (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
12108         (calendar-print-other-dates): Use one let rather than many.
12110         * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
12111         (calendar-print-other-dates):
12112         * calendar/cal-hebrew.el (list-yahrzeit-dates):
12113         * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
12114         * calendar/holidays.el (calendar-list-holidays, list-holidays)
12115         (calendar-cursor-holidays):
12116         * calendar/lunar.el (calendar-phases-of-moon): Use
12117         calendar-in-read-only-buffer to replace previous code and disable undo.
12119 2008-03-16  Juri Linkov  <juri@jurta.org>
12121         * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
12122         and regexp-search-ring-yank-pointer for the HISTPOS argument of
12123         read-from-minibuffer to provide the correct initial minibuffer
12124         history position in isearch-edit-string when it is called from
12125         isearch-ring-adjust.
12127         * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
12128         to check if the current buffer is the minibuffer, and in this case
12129         call abort-recursive-edit to kill the minibuffer.  Doc fix.
12130         (kill-this-buffer-enabled-p): Allow this function to return non-nil
12131         when the current buffer is the minibuffer.
12133         * simple.el (goto-line): Leave mark at previous position.  Doc fix.
12135 2008-03-16  Tassilo Horn  <tassilo@member.fsf.org>
12137         * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
12138         Use non-nil PARENTS attribute of make-directory instead of
12139         explicitly checking existence the current cache directory.
12141 2008-03-16  Daiki Ueno  <ueno@unixuser.org>
12143         * epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
12144         M-x epa-file-select-keys.
12146 2008-03-16  Kenichi Handa  <handa@m17n.org>
12148         * international/mule.el (auto-coding-alist):
12149         Use no-conversion-multibyte for archive files.
12151 2008-03-16  Glenn Morris  <rgm@gnu.org>
12153         * calendar/diary-lib.el (calendar-mark-complex, calendar-mark-1):
12154         New functions.
12155         * calendar/cal-bahai.el (calendar-mark-1): Autoload it.
12156         (calendar-bahai-mark-date-pattern): Add optional argument `color'.
12157         Use calendar-mark-1.
12158         * calendar/cal-hebrew.el (calendar-mark-complex): Autoload it.
12159         (mark-hebrew-calendar-date-pattern): Add optional argument `color'.
12160         Use calendar-mark-complex.
12161         * calendar/cal-islam.el (calendar-mark-1): Autoload it.
12162         (mark-islamic-calendar-date-pattern): Add optional argument `color'.
12163         Use calendar-mark-1.
12165         * calendar/calendar.el (calendar-mod): Remove.
12166         * calendar/cal-china.el (calendar-chinese-from-absolute)
12167         (calendar-chinese-date-string): Expand calendar-mod calls.
12168         * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
12169         Expand calendar-mod calls.
12171         * calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
12172         (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
12173         (diary-bahai-insert-yearly-entry): Use let rather than let*.
12174         Move obsolete aliases after the functions that replaced them.
12176         * calendar/cal-hebrew.el (calendar-absolute-from-hebrew)
12177         (hebrew-calendar-yahrzeit, insert-hebrew-diary-entry)
12178         (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry):
12179         Use let rather than let*.
12180         (calendar-hebrew-prompt-for-date): New function.
12181         (calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
12182         (holiday-tisha-b-av-etc): Use unless, let.
12184         * calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
12185         (calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
12187         * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
12189         * calendar/calendar.el (calendar-for-loop): Add indent spec.
12191         * calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
12192         (list-sexp-diary-entries, diary-font-lock-sexps): Use format rather
12193         than concat.
12194         (diary): Remove un-needed let.
12195         (view-other-diary-entries): Rename argument.
12196         (diary-list-entries-2): New function.
12197         (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
12198         (print-diary-entries): Use unless.
12199         (diary-mark-entries-1): Change argument order, make all but
12200         markfunc optional.  Handle the standard (Gregorian) case.
12201         Use match-string-no-properties.  Handle marks.
12202         (mark-diary-entries): Use diary-mark-entries-1.
12203         (diary-font-lock-keywords-1): New macro.
12204         (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
12206 2008-03-16  Ulf Jasper  <ulf.jasper@web.de>
12208         * calendar/icalendar.el (icalendar-version): Increase to 0.18.
12209         (icalendar-export-hidden-diary-entries): New variable.
12210         (icalendar-export-region): Use icalendar-export-hidden-diary-entries.
12211         In case of error, insert full error-val.
12212         (icalendar-first-weekday-of-year): Remove `offset' argument.  Doc fix.
12213         Use calendar-day-of-week.  Return the day number.
12214         (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
12216 2008-03-16  Craig Markwardt  <Craig.Markwardt@nasa.gov>
12218         * calendar/icalendar.el (icalendar-recurring-start-year): New variable.
12219         (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
12220         (icalendar-export-region): Ignore hidden diary entries.
12221         (icalendar--convert-ordinary-to-ical): Fix case where event
12222         spans across midnight boundary.
12223         (icalendar-first-weekday-of-year): New function.
12224         (icalendar--convert-weekly-to-ical): Allow user-selectable start
12225         year for recurring events (Mozilla calendars do not propagate
12226         recurring events forever, so year 2000 start date was not working).
12227         (icalendar--convert-yearly-to-ical): Remove extra spaces in
12228         formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
12230 2008-03-15  Michael Albinus  <michael.albinus@gmx.de>
12232         * net/tramp.el (tramp-root-regexp): New defconst.
12233         (tramp-completion-file-name-regexp-unified)
12234         (tramp-completion-file-name-regexp-separate)
12235         (tramp-completion-file-name-regexp-url): Use it.
12236         (tramp-do-copy-or-rename-file-via-buffer):
12237         Set `enable-multibyte-characters' to nil.  Set `jka-compr-inhibit' to
12238         t for `insert-file-contents-literally'.
12239         (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
12240         Autoload it.
12241         (tramp-completion-file-name-handler-post-function): New defconst.
12242         (tramp-completion-file-name-handler): Use it.
12243         (tramp-maybe-open-connection): Update calls to
12244         `tramp-flush-connection-property' for removed 2nd argument.
12246 2008-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12248         * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
12249         (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
12250         New functions.
12252 2008-03-15  Glenn Morris  <rgm@gnu.org>
12254         * calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
12255         New functions.
12256         * calendar/cal-bahai.el (number, original-date, add-to-diary-list)
12257         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
12258         (diary-list-entries-1, diary-mark-entries-1): Autoload.
12259         (diary-bahai-list-entries): Use diary-list-entries-1.
12260         (diary-bahai-mark-entries): Doc fix.  Use diary-mark-entries-1.
12261         * calendar/cal-hebrew.el (number, original-date, add-to-diary-list)
12262         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
12263         (diary-list-entries-1, diary-mark-entries-1): Autoload.
12264         (list-hebrew-diary-entries): Use diary-list-entries-1.
12265         (mark-hebrew-diary-entries): Doc fix.  Use diary-mark-entries-1.
12266         * calendar/cal-islam.el (number, original-date, add-to-diary-list)
12267         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
12268         (diary-list-entries-1, diary-mark-entries-1): Autoload.
12269         (list-islamic-diary-entries): Use diary-list-entries-1.
12270         (mark-islamic-diary-entries): Doc fix.  Use diary-mark-entries-1.
12272         * calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
12274         * calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
12276         * calendar/cal-china.el (number-chinese-months)
12277         (calendar-chinese-from-absolute): Use nth, caar.
12279         * calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
12281         * calendar/cal-french.el (french-calendar-accents): Doc fix.
12283         * calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
12284         (calendar-hebrew-month-name-array-leap-year)
12285         (hebrew-calendar-parashiot-names): Make constants.
12286         (diary-parasha): Move definition after constants it uses.
12288         * calendar/cal-html.el (cal-html-insert-link-yearpage)
12289         (cal-html-htmlify-list): Doc fix.
12290         (cal-html-htmlify-entry): Use nth.
12292         * calendar/cal-islam.el (calendar-islamic-month-name-array)
12293         (calendar-islamic-epoch): Make constants.
12294         (calendar-islamic-epoch): Doc fix.
12296         * calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
12298         * calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
12299         (cal-tex-month-name): Doc fix.
12300         (cal-tex-last-blank-p): Use zerop.
12302         * calendar/calendar.el (european-calendar-style, calendar-for-loop)
12303         (calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
12304         (calendar-cursor-to-date): Doc fix.
12305         (hebrew-holidays-1, hebrew-holidays-4): Simplify.
12306         (extract-calendar-day, extract-calendar-year): Use cadr, nth.
12307         (calendar-day-number): Use when.
12308         (generate-calendar-month): Use dotimes.
12309         (exit-calendar, calendar-print-other-dates): Use let rather than let*.
12310         (calendar-set-mark): Reverse conditional.
12311         (calendar-make-alist): Move definition before use.
12313         * calendar/diary-lib.el (diary-face-attrs)
12314         (diary-glob-file-regexp-prefix, diary-selective-display)
12315         (number-of-diary-entries, diary-list-entries, diary-goto-entry)
12316         (list-sexp-diary-entries, diary-date, diary-block, diary-float)
12317         (diary-anniversary, diary-cyclic)
12318         (diary-fancy-font-lock-fontify-region-function): Doc fixes.
12319         (diary-header-line-format): Change wording.
12320         (diary-list-entries): Set `date-start' in let.
12321         (include-other-diary-files, mark-included-diary-files): Use format.
12322         (simple-diary-display, fancy-diary-display): Use cadr, unless.
12323         (mark-diary-entries): Use 1+.
12324         (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
12325         (mark-calendar-month): Use dotimes.
12327         * calendar/holidays.el (displayed-month, displayed-year):
12328         Move declarations where needed.
12329         (calendar-list-holidays): Doc fix.
12331         * calendar/parse-time.el (parse-time-string): Simplify.
12333         * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
12334         Make constants.
12335         (solar-sunrise-sunset): Rename some local variables for clarity.
12336         (sunrise-sunset): Use zerop.
12337         (solar-mean-equinoxes/solstices): Doc fix.
12339         * calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
12340         Use nth.
12341         (timeclock-completing-read, timeclock-generate-report): Use zerop.
12342         (timeclock-mean, timeclock-generate-report): Use dolist.
12344         * calendar/todo-mode.el (todo-add-category): Simplify.
12345         (todo-more-important-p, todo-delete-item, todo-file-item):
12346         Use unless, when.
12347         (todo-top-priorities): Use zerop.
12349 2008-03-14  Nick Roberts  <nickrob@snap.net.nz>
12351         * buff-menu.el (list-buffers-noselect): Display buffer name in
12352         tooltip instead of mouse binding when it doesn't fit in the list.
12354 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
12356         * faces.el (xw-defined-colors):
12357         * simple.el (widget-convert, shell-mode): Declare as functions
12358         instead of autoloading.
12360         * abbrev.el:
12361         * button.el:
12362         * cus-face.el:
12363         * ediff-hook.el:
12364         * emacs-lisp/backquote.el:
12365         * emacs-lisp/timer.el:
12366         * facemenu.el:
12367         * faces.el:
12368         * menu-bar.el:
12369         * simple.el:
12370         * subr.el:
12371         * textmodes/fill.el:
12372         * textmodes/paragraphs.el: Remove autoloads, redundant when the
12373         files are preloaded.
12375 2008-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12377         * desktop.el (desktop-create-buffer): Don't catch errors if
12378         debug-on-error is set.
12380 2008-03-14  Eli Zaretskii  <eliz@gnu.org>
12382         * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
12383         ($(lisp)/calendar/diary-loaddefs.el)
12384         ($(lisp)/calendar/hol-loaddefs.el): New targets.
12385         (LOADDEFS): New macro.
12386         (autoloads): Depend on $(LOADDEFS).
12388 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
12390         * font-lock.el (featurep): Remove test, not useful anymore.
12391         (facemenu-keymap): Move key binding ...
12392         * facemenu.el (facemenu-keymap): ... here.
12394         * vc-bzr.el (vc-bzr-print-log): Insert a file marker.  Run the log
12395         for each file in the list.
12396         (vc-bzr-log-view-mode): Recognize the file marker.
12398         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
12399         for checkdoc and profiling.
12401 2008-03-14  Bastien Guerry  <bzg@altern.org>
12403         * textmodes/flyspell.el (nxml-mode): Add the right
12404         `flyspell-mode-predicate'.
12406         * wid-edit.el (link): Use 'mouse-face for :follow-link.
12408 2008-03-14  Glenn Morris  <rgm@gnu.org>
12410         * calendar/solar.el: Reorder so that functions are defined before use.
12411         (displayed-month, displayed-year): Move declarations where needed.
12412         (solar-get-number): Move definition before use.  Use unless.
12413         (solar-equatorial-coordinates): Simplify.
12414         (solar-sunrise-and-sunset): Use let rather than let*.
12415         (solar-longitude, solar-equinoxes-solstices): Use cadr, nth.
12417         * startup.el (command-line-1): Rename -internal-script back to
12418         -scriptload (reverts previous change).
12420         * calendar/cal-bahai.el (calendar-bahai-month-name-array)
12421         (calendar-bahai-leap-base): Add doc strings.
12422         (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
12423         Move definition before use.
12424         (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
12425         (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
12426         variables outside the loop.  Use dolist.
12427         (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
12429         * calendar/cal-china.el: Re-order so that functions are defined before
12430         use.
12431         (displayed-month, displayed-year): Move declarations where needed.
12432         (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
12433         (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
12434         Add doc strings.
12435         (chinese-year-cache): Recenter on 2010.  Doc fix.
12436         (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
12437         Doc fix.  Simplify.
12438         (chinese-year-cache-init): New function.
12439         (compute-chinese-year, holiday-chinese-new-year)
12440         (calendar-chinese-date-string, calendar-goto-chinese-date)
12441         (make-chinese-month-assoc-list): Use cadr, nth.
12442         (chinese-months): Remove un-needed let.
12444         * calendar/cal-coptic.el (coptic-calendar-month-name-array)
12445         (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
12446         (coptic-prompt-for-date): Move definition before use.
12448         * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
12449         (calendar-dst-find-data, calendar-daylight-time-offset)
12450         (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
12451         (calendar-daylight-savings-starts-time)
12452         (calendar-daylight-savings-ends-time): Use cadr, nth.
12454         * calendar/cal-french.el (french-calendar-epoch)
12455         (calendar-goto-french-date): Doc fix.
12456         (french-calendar-month-name-array)
12457         (french-calendar-multibyte-month-name-array)
12458         (french-calendar-day-name-array, french-calendar-special-days-array):
12459         Add doc strings.
12461         * calendar/cal-hebrew.el (displayed-month, displayed-year)
12462         (original-date): Move declarations where needed.
12463         (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
12464         Doc fix.
12465         (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
12466         constant variables outside the loop.  Use dolist.
12468         * calendar/cal-islam.el (displayed-month, displayed-year)
12469         (original-date): Move declarations where needed.
12470         (islamic-calendar-day-number): Remove unused local variable `day'.
12471         (calendar-goto-islamic-date): Doc fix.
12472         (holiday-islamic): Use unless.
12473         (list-islamic-diary-entries, mark-islamic-diary-entries): Move some
12474         constant variables outside the loop.  Use dolist.
12475         (mark-islamic-calendar-date-pattern): Move definition before use.
12476         Use unless.
12477         (mark-islamic-diary-entries): Doc fix.
12478         (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
12479         (insert-yearly-islamic-diary-entry): Use let rather than let*.
12481         * calendar/cal-julian.el (calendar-absolute-from-julian):
12482         Move definition before use.  Remove un-needed local `day'.
12483         (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
12485         * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
12486         (calendar-mayan-tzolkin-names-array): Add doc strings.
12487         (calendar-mayan-long-count-from-absolute): Use a single let.
12488         (calendar-string-to-mayan-long-count): Simplify.
12489         (calendar-next-haab-date, calendar-previous-haab-date)
12490         (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
12491         (calendar-previous-calendar-round-date)
12492         (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
12493         Doc fix.
12494         (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
12495         (calendar-mayan-date-string, calendar-print-mayan-date)
12496         (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
12497         (calendar-mayan-long-count-common-era): Move definitions before use.
12499         * calendar/cal-menu.el (displayed-year): Move declaration where needed.
12500         (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
12501         Doc fix.
12502         (calendar-mouse-goto-date): Move definition before use.
12504         * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
12505         Move definition before use.
12506         (calendar-cursor-to-visible-date): Move definition before use.
12507         (calendar-scroll-left): Use unless and zerop.  Combine lets into one,
12508         and place inside the conditional.
12509         (calendar-forward-day): Simplify.
12510         (calendar-end-of-month): Use unless.
12511         (calendar-goto-day-of-year): Doc fix.
12512         Relocate obsolete aliases after their replacements.
12514         * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
12516         * calendar/diary-lib.el (mark-diary-entries): Move some constant
12517         variables outside the diary-date-forms loop.
12519         * calendar/calendar.el (diary-file): Doc fix.
12520         (calendar-buffer-list): Return buffers rather than strings (fixes
12521         previous change).
12522         (hebrew-holidays-4): Fix typo.
12524         * calendar/holidays.el (displayed-month, displayed-year):
12525         Move declarations where needed.
12526         (calendar-holiday-list, calendar-list-holidays)
12527         (holiday-filter-visible-calendar): Move definitions before use.
12528         (list-holidays): Use cadr.
12529         Relocate obsolete aliases after their replacements.
12531         * calendar/lunar.el (date, displayed-month, displayed-year):
12532         Move declarations where needed.
12533         (lunar-phase-list): Move definition after functions it uses.
12534         (calendar-phases-of-moon, diary-phases-of-moon)
12535         (lunar-new-moon-on-or-after): Use cadr, nth.
12536         (lunar-new-moon-on-or-after): Doc fix.
12538         * textmodes/org-irc.el (top-level): CL not required when compiling.
12539         (org-irc-visit-erc): Replace runtime CL functions.
12541         * textmodes/org-publish.el (declare-function): Add compatibility stub.
12542         (org-publish-delete-dups): Declare as function.
12544 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
12546         * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
12547         (vc-bzr-show-log-entry): Make regexp match more cases.
12548         (vc-diff-switches-list): Remove autoload, not needed.
12550 2008-03-14  Juri Linkov  <juri@jurta.org>
12552         * isearch.el (isearch-edit-string): Remove one call to
12553         `isearch-push-state' not to push an inconsistent state,
12554         but keep another correct call to `isearch-push-state'.
12555         (isearch-ring-adjust): Call `isearch-push-state' only when
12556         `search-ring-update' is non-nil since `isearch-edit-string'
12557         already pushes its state.
12558         (isearch-message): Improve matching the failed part by checking
12559         if the original message starts with the last successful message.
12561         * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
12562         (dired-perm-write): Rename from `dired-warn-writable'.
12563         Change parent face from `font-lock-warning-face' to
12564         `font-lock-comment-delimiter-face'.
12565         (dired-warn-writable-face): Rename to `dired-perm-write-face'.
12566         (dired-perm-write-face): Rename from `dired-warn-writable-face'.
12567         (dired-font-lock-keywords): Replace `dired-warn-writable-face'
12568         with `dired-perm-write-face'.
12570 2008-03-13  Tassilo Horn  <tassilo@member.fsf.org>
12572         * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
12573         Create cache dir only if it doesn't already exist.
12575 2008-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12577         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
12578         of \ and '.
12580 2008-03-13  Johan BockgÃ¥rd  <bojohan@gnu.org>
12582         * net/browse-url.el (browse-url-text-xterm):
12583         Unquote browse-url-text-browser.
12585 2008-03-13  Carsten Dominik  <dominik@science.uva.nl>
12587         * textmodes/org-mouse.el: Version number change.
12589         * textmodes/org-publish.el (org-publish-expand-components):
12590         Remove null projects from the list of components.
12591         (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
12592         Remove unused retrieval of the :publishing-directory property.
12593         (org-publish-file): Bugfix: when using a relative directory as the
12594         publishing directory, convert it to a directory filename.
12595         (org-publish-project): New alias.
12596         (org-publish-get-files): Protect against empty p.
12597         (org-publish-file): Send an error when file is not part of any project.
12598         (org-publish-file): Offer to refresh the list of files in known
12599         project when the current file is not part of any project.
12600         (org-publish-before-export-hook)
12601         (org-publish-after-export-hook): New hooks.
12602         (org-publish-org-to): Use new hooks and kill buffers.
12603         (org-publish-file): Remove the code for killing buffers.
12604         (org-publish-initialize-files-alist): Use interactive.
12605         (org-publish-file): If the publishing function creates a new
12606         buffer, kill it after publishing.
12607         (org-publish-timestamp-filename): Protect ":" in file name path
12608         under windows.
12610         * textmodes/org-export-latex.el (org-export-as-latex): Revert the
12611         change that killed the LaTeX buffer.
12613         * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
12614         in the decision tree.
12615         (org-select-remember-template): Clean the code.
12616         (org-prepare-dblock): Add the extra :content parameter.
12617         (org-write-agenda): New output type ".ics" files.
12618         (org-write-agenda): Call `org-icalendar-verify-function', both for
12619         time stamps and for TODO entries.
12620         (org-agenda-collect-markers, org-create-marker-find-array)
12621         (org-check-agenda-marker-table): New functions.
12622         (org-agenda-marker-table): New variable.
12623         (org-export-as-html): Revert the change that killed the html
12624         buffer.  Side effects first need to be studied carefully.
12625         (org-get-tags-at): Fix the structure of the condition-case statement.
12626         (org-ts-regexp0, org-repeat-re, org-display-custom-time)
12627         (org-timestamp-change): Fix regular expressions to swallow the
12628         extra character for repeat-shift control.
12629         (org-auto-repeat-maybe): Implement the new repeater mechanisms.
12630         (org-get-legal-level): Alias to `org-get-valid-level'.
12631         (org-dblock-write:clocktable): Add a :link parameter, linking
12632         headlines to their location in the Org agenda files.
12633         (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
12634         throwing an error when getting tags before headlines.
12635         (org-timestamp-change, org-modify-ts-extra)
12636         (org-ts-regexp1): Fix timestamp editing.
12637         (org-agenda-custom-commands-local-options): New constant.
12638         (org-agenda-custom-commands):
12639         Use `org-agenda-custom-commands-local-options' to improve customize
12640         type.  "htmlize": Removed hack to fix face problem with htmlize,
12641         it no longer seem necessary.
12642         (org-follow-link-hook): New hook.
12643         (org-agenda-custom-commands): Add "Component" as a tag for each
12644         item in a command series.
12645         (org-open-at-point): Run `org-follow-link-hook'.
12646         (org-agenda-schedule): Bugfix: don't display marker type when it
12647         is nil.
12648         (org-store-link): org-irc required.
12649         (org-set-regexps-and-options): Parse the new logging options.
12650         (org-extract-log-state-settings): New function.
12651         (org-todo): Handle the new ways of recording state change stuff.
12652         (org-local-logging): New function.
12653         (org-columns-open-link): Fix bug with opening link in column view.
12654         (org-local-logging): New function.
12655         (org-todo): Make sure that LOGGING properties are honoured.
12656         (org-todo-keywords): Improve docstring.
12657         (org-startup-options): Cleanup startup options.
12658         (org-set-regexps-and-options): Process the "!" markers.
12659         (org-todo): Respect the new logging stuff.
12660         (org-log-note-how): New variable.
12661         (org-add-log-maybe): New parameter HOW that defines how logging
12662         should be done and also overrides PURPOSE.  Add a docstring.
12663         (org-add-log-note): Check if we really need to ask for a note.
12664         (org-get-current-options): Digest the new keyword.
12665         (org-agenda-reset-markers): Rename from
12666         `org-agenda-maybe-reset-markers'.  Remove FORCE argument.
12667         (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
12668         function, without force argument.
12669         (org-buffer-property-keys): Bind local variables s and p.
12670         (org-make-tags-matcher): Allow "" to match an empty or
12671         non-existent property value.
12672         (org-export-as-html): Join unsorted lists when they directly
12673         follow each other.  Such lists may be created by headlines that
12674         are converted to lists.
12675         (org-nofm-to-completion): New function.
12676         (org-export-as-html): Use :html-extension instead of
12677         org-export-html-extension.
12678         (org-store-link): Support for links from `rmail-summary-mode'.
12679         (org-columns-new, org-complete, org-set-property): Set the
12680         `include-columns' argument in the call to
12681         `org-buffer-property-keys'.
12682         (org-buffer-property-keys): New argument `include-columns', to
12683         include properties expected by any of the COLUMNS formats in the
12684         current buffer.
12685         (org-cleaned-string-for-export): Get rid of drawers first, so that
12686         they will be removed also in the text before the first headline.
12687         (org-clock-report): Show the clocktable when found.
12688         (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
12689         (org-version): With prefix argument, insert `org-version' at point.
12690         (org-agenda-goto): Recenter the window after finding the target
12691         location, to make sure the correct position will be displayed.
12692         (org-agenda-get-deadlines): Don't scale priority with the warning
12693         period.
12694         (org-insert-heading): Don't break line in the middle of the line.
12695         (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
12696         be 0.
12697         (org-update-checkbox-count): Revamp to deal with hierarchical
12698         checkboxes.  This was a patch from Miguel A. Figueroa-Villanueva.
12699         (org-remove-timestamp-with-keyword): New function.
12700         (org-schedule, org-deadline):
12701         Use `org-remove-timestamp-with-keyword' to make sure all such time
12702         stamps are removed.
12703         (org-mode): Support for `align'.
12704         (org-agenda-get-deadlines): Make sure priorities increase as the
12705         due date approaches and is passed.
12706         (org-remember-apply-template): Fix problem with tags that
12707         contain "_" or "@".
12708         (org-make-link-regexps): Improve the regular expression for plain links.
12709         (org-agenda-get-closed): List each clocking entry.
12710         (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
12711         (org-special-ctrl-k): New option.
12712         (org-kill-line): New function.
12713         (org-archive-all-done): Fix incorrect number of stars in regexp.
12714         (org-refile-get-location): New function.
12715         (org-refile-goto-last-stored): New function.
12716         (org-global-tags-completion-table): Add the value of org-tag-alist
12717         in each buffer, to make sure that also unused tags will be
12718         available for completion.
12719         (org-columns-edit-value)
12720         (org-columns-next-allowed-value): Only update if not in agenda.
12721         (org-clocktable-steps): New function.
12722         (org-dblock-write:clocktable): Call `org-clocktable-steps'.
12723         (org-archive-subtree): Add the outline tree context as a property.
12724         (org-closest-date): New optional argument `prefer'.
12725         (org-goto-auto-isearch): New option.
12726         (org-goto-map, org-get-location): Implement auto-isearch.
12727         (org-goto-local-auto-isearch-map): New variable.
12728         (org-goto-local-search-forward-headings)
12729         (org-goto-local-auto-isearch): New functions.
12731 2008-03-13  Philip Jackson  <emacs@shellarchive.co.uk>
12733         * textmodes/org-irc.el: New file.
12735 2008-03-13  John Wiegley  <johnw@gnu.org>
12737         * textmodes/org-mac-message.el: New file.
12739 2008-03-13  Dan Nicolaescu  <dann@ics.uci.edu>
12741         * font-lock.el (font-lock-comment-face): Set the foreground for
12742         the light background 8 colors case.
12744 2008-03-13  Glenn Morris  <rgm@gnu.org>
12746         * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
12747         generate-autoload-cookie patterns.
12749         * startup.el (command-line-1): Rename -scriptload to -internal-script.
12751         * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
12752         (MH_E_SRC): Remove variable.
12753         ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
12754         Simplify file header.  Use $@ for generated-autoload-file.
12756         * Makefile.in (LOADDEFS): New variable.
12757         (AUTOGENEL): Use $LOADDEFS.
12758         (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
12759         ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
12760         ($(lisp)/calendar/hol-loaddefs.el): New targets.
12761         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
12762         * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
12763         * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
12764         * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
12765         * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
12766         * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
12767         Add calendar-specific autoload cookies, and remove any setting of
12768         generated-autoload-file.
12769         * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
12770         * calendar/diary-lib.el: Replace explicit autoloads with reading of
12771         diary-loaddefs.
12772         * calendar/holidays.el: Replace explicit autoloads with reading of
12773         hol-loaddefs.
12775         * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
12776         (calendar-buffer-list): Simplify.
12777         (generate-calendar-window): Use calendar-mark-holidays rather than
12778         obsolete alias.
12780         * calendar/cal-hebrew.el (list-yahrzeit-dates):
12781         Use cal-hebrew-yahrzeit-buffer.
12783         * calendar/cal-x.el (calendar-only-one-frame-setup)
12784         (calendar-two-frame-setup): Doc fixes.
12785         (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
12787         * calendar/appt.el (appt-mode-string): Mark as risky.
12788         (appt-check): Apply mode-line-emphasis face to appt-mode-string.
12790         * calendar/cal-html.el (diary-list-entries):
12791         * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
12792         (calendar-iso-from-absolute): Fix autoloads.
12794         * calendar/cal-iso.el (calendar-absolute-from-iso)
12795         (calendar-iso-read-args): Simplify.
12796         (calendar-iso-date-string, calendar-iso-read-args)
12797         (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
12799         * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
12800         (displayed-month, displayed-year): Move declarations where needed.
12801         (calendar-print-astro-day-number): Doc fix.
12803         * calendar/cal-persia.el (persian-calendar-month-name-array)
12804         (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
12805         (persian-prompt-for-date): Remove local variable `today'.
12807         * calendar/diary-lib.el (mark-calendar-month): Use zerop.
12809         * calendar/solar.el (solar-moment, solar-exact-local-noon)
12810         (solar-sunrise-sunset, solar-sunrise-sunset-string)
12811         (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time)
12812         (diary-sabbath-candles, solar-equinoxes/solstices)
12813         (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
12814         (solar-time-equation, solar-date-to-et): Simplify.
12816         * mail/supercite.el: Remove the `function' in `(function (lambda'.
12817         Replace `(car (cdr' with cadr'.
12819         * progmodes/f90.el (f90-font-lock-n): New function.
12820         (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
12821         Use f90-font-lock-n.
12822         (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
12824         * progmodes/f90.el (f90-mode-abbrev-table):
12825         * progmodes/fortran.el (fortran-mode-abbrev-table):
12826         Use newer form of define-abbrev, where supported.  No need to bind
12827         abbrevs-changed for system abbrevs.
12829 2008-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12831         * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
12832         delete-frame-functions.
12834         * bookmark.el (Info-current-node): Remove.
12836 2008-03-12  Juri Linkov  <juri@jurta.org>
12838         * help.el (describe-project): Remove defaliases for view-todo and
12839         describe-project that are now unnecessary after the merge from
12840         emacs--rel--22 that added define-obsolete-function-alias.
12842         * startup.el (inhibit-startup-screen): Revert incomplete
12843         2008-03-10 merge from emacs--rel--22 that partly reverted
12844         2008-02-28 change that added initial message to *scratch* buffer
12845         regardless of the value of `inhibit-startup-screen'.
12846         Now keep this change in the trunk, but not in the 22 branch.
12848 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12850         * international/quail.el (quail-setup-completion-buf, quail-help):
12851         * mail/binhex.el (binhex-decode-region-internal):
12852         * mail/uudecode.el (uudecode-decode-region-internal):
12853         * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
12854         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
12855         setting default-enable-multibyte-characters.
12857         * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
12859         * comint.el: Fix up indentation and comment style.  Remove `function'.
12861         * international/mule-cmds.el (reset-language-environment)
12862         (set-language-environment-nonascii-translation):
12863         Don't set-unibyte-charset.
12865         * doc-view.el: Remove all cb-args, use closures instead.
12866         (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
12867         doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
12868         doing an incorrect check).  Update all callers to use the new name.
12869         (doc-view-doc->txt): Add missing `txt' argument.
12871 2008-03-12  Tassilo Horn  <tassilo@member.fsf.org>
12873         * doc-view.el (doc-view-current-cache-dir): Set buffer used for
12874         md5 sum calculation to single-byte.
12876 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12878         * doc-view.el (doc-view-new-window-function): Add assertion.
12879         (doc-view-doc-type): New var.
12880         (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
12881         (doc-view-intersection): New fun.
12882         (doc-view-mode): Use it to set the new var.
12884 2008-03-12  Tassilo Horn  <tassilo@member.fsf.org>
12886         * doc-view.el (doc-view-doc->txt, doc-view-open-text)
12887         (doc-view-already-converted-p): New functions.
12888         (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
12889         (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
12890         (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
12891         (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
12892         (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
12893         (doc-view-convert-current-doc): Don't hardwire the functions the
12894         sentinels call.  Now they're provided by two args CALLBACK and
12895         CB-ARGS to the functions.
12896         (doc-view-search): Use doc-view-doc->txt.
12897         (doc-view-initiate-display): Use doc-view-already-converted-p.
12898         Mention new binding C-c C-t if doc-view-mode doesn't work.
12900 2008-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
12902         * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
12904 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12906         * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
12907         Mark " outside of tags as punctuation.
12909 2008-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12911         * menu-bar.el (minibuffer-local-map): Use the same command for the
12912         "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
12913         Prefer RET over C-j for exit-minibuffer.
12915         * files.el (display-buffer-other-frame): Eliminate problematic code.
12917         * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
12918         (menu-bar-select-buffer): Remove.
12919         (menu-bar-select-frame): Make non-interactive and take a frame arg.
12920         (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
12922 2008-03-11  Juanma Barranquero  <lekktu@gmail.com>
12924         * icomplete.el (icomplete-completions): Remove obsolete code.
12926         * net/net-utils.el (iwconfig-program-options): Doc fix.
12927         (net-utils-run-program, run-network-program): Define as functions.
12929 2008-03-11  Dan Nicolaescu  <dann@ics.uci.edu>
12931         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
12933 2008-03-11  Glenn Morris  <rgm@gnu.org>
12935         * faces.el (mode-line-emphasis): New face.
12936         * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
12938         * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
12940 2008-03-11  Chong Yidong  <cyd@stupidchicken.com>
12942         * simple.el (set-mark-command): Doc fix.
12944 2008-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12946         * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
12948         * emacs-lisp/autoload.el (autoload-find-destination):
12949         Don't force raw-text.
12951         * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
12952         * calendar/cal-loaddefs.el: Don't version control.
12954 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
12956         * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
12957         entries and add :help to the existing ones.
12959 2008-03-10  Glenn Morris  <rgm@gnu.org>
12961         * calendar/cal-hebrew.el (date, entry, number): Move declarations
12962         to where they are needed.
12964         * calendar/calendar.el (diary-file, hebrew-holidays-1)
12965         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
12966         (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
12967         (calendar-version): Doc fixes.
12968         (calendar-absolute-from-gregorian): Use zerop.
12969         (calendar-mode-line-format): Make it a defcustom.
12971         * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
12972         (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
12973         (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
12974         (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
12975         (mark-included-diary-files, mark-calendar-days-named)
12976         (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
12977         (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
12978         (insert-monthly-diary-entry, insert-yearly-diary-entry)
12979         (insert-anniversary-diary-entry, insert-block-diary-entry)
12980         (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
12981         (diary-font-lock-sexps): Doc fixes.
12982         (diary-remind-message, mark-calendar-month): Use zerop.
12983         (diary-attrtype-convert, diary-pull-attrs): Simplify.
12984         (diary-list-entries): Revert let to let* (previous change).
12986         * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
12988 2008-03-10  Kim F. Storm  <storm@cua.dk>
12990         * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
12991         function aliases for the old names.
12993 2008-03-10  Juanma Barranquero  <lekktu@gmail.com>
12995         * iswitchb.el (iswitchb-use-faces): Doc fix.
12996         (iswitchb-buffer-ignore, iswitchb-read-buffer):
12997         Fix typos in docstrings.
12999 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
13001         * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
13002         Fix typo.
13003         (verilog-type-font-keywords): Reindent.
13005 2008-03-10  Michael McNamara  <mac@mail.brushroad.com>
13007         * progmodes/verilog-mode.el (verilog-font-grouping-keywords):
13008         Fix bug in the grouping-keyword regular expression.
13009         (verilog-font-lock-keywords): Allow users to toggle special
13010         highlight of grouping-keywords.
13011         (verilog-highlight-grouping-keywords): The toggle for special
13012         highlighting of grouping keywords.
13014 2008-03-10  Juri Linkov  <juri@jurta.org>
13016         * startup.el: Revert 2008-02-28 change that adds initial message
13017         to *scratch* buffer regardless of the value of
13018         `inhibit-startup-screen'.
13020 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
13022         * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
13023         * textmodes/bibtex-style.el (bibtex-style-indent-basic):
13024         * progmodes/verilog-mode.el (verilog-mode):
13025         * net/socks.el (socks):
13026         * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
13028 2008-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13030         * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
13031         (doc-view-bookmark-make-record): Use them.
13032         (doc-view-bookmark-jump): Use them.  Fix find-file ->find-file-noselect.
13033         (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
13035         * bookmark.el (bookmark-make-record-function): Change expected return
13036         value to include a suggested bookmark name.
13037         (bookmark-make): Split into bookmark-make-record and bookmark-store.
13038         Fix reversed `overwrite' semantics.
13039         (bookmark-set): Call bookmark-make-record before prompting the user.
13040         Then pass the result to bookmark-store later on.
13041         (bookmark-make-name-function): Remove.
13042         (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
13043         * info.el (bookmark-make-name-function): Remove.
13044         (Info-mode): Don't set it.
13045         (Info-bookmark-make-name): Remove.
13046         (Info-bookmark-make-record): Use Info-current-node as suggested default
13047         bookmark name.
13049         * bookmark.el (bookmark-set): Make bookmark before reading annotations.
13050         I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
13051         (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
13052         (bookmark-annotation-buffer, bookmark-annotation-file)
13053         (bookmark-annotation-point, bookmark-send-annotation)
13054         (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
13055         (bookmark-edit-annotation-text-func): Rename from
13056         bookmark-read-annotation-text-func.  Keep old name as an obsolete alias.
13057         (bookmark-edit-annotation-mode-map): Move initialization into
13058         declaration.
13060         * bookmark.el: Remove spurious * in docstrings.
13061         (bookmark-minibuffer-read-name-map): New var.
13062         (bookmark-set): Use it.  Also pass the default value as it should.
13063         (bookmark-send-edited-annotation): Take no chances with text properties.
13064         (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
13065         (bookmark-insert-buffer-name): Remove.
13066         (bookmark-buffer-file-name): Signal an error rather than returning nil.
13068 2008-03-09  Thomas Hühn  <xf27@arcor.de>  (tiny change)
13070         * tutorial.el (tutorial--default-keys): Update `C-l' binding.
13072 2008-03-09  Dan Nicolaescu  <dann@ics.uci.edu>
13074         * diff-mode.el (diff-mode-menu): Add :help.
13076 2008-03-09  Glenn Morris  <rgm@gnu.org>
13078         * calendar/calendar.el (general-holidays, oriental-holidays)
13079         (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
13080         (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
13081         (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
13082         (calendar-holidays): Restore autoload cookies, because people are
13083         used to using these variables without loading calendar.el.
13085         * calendar/cal-islam.el (diary-islamic-date): Move to end.
13086         (date, number): Declare where needed.
13088         * calendar/diary-lib.el (nongregorian-diary-marking-hook)
13089         (list-sexp-diary-entries): Doc fixes.
13090         (diary-list-entries): Doc fix.  Remove free variable `entry'.
13091         (fancy-diary-display): Use dolist, bobp.  Remove free variable `entry'.
13092         Simplify setting of `date-holiday-list'.
13093         (mark-diary-entries): Remove free variable `entry'.
13094         (diary-list-entries, include-other-diary-files, fancy-diary-display):
13095         Use let where let* is not needed.
13097 2008-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13099         * bookmark.el (bookmark-make): Don't pass the `annotation' to the
13100         make-record function, instead paste it in afterwards.
13101         (bookmark-make-record-for-text-file):
13102         * doc-view.el (doc-view-bookmark-make-record):
13103         * info.el (Info-bookmark-make-record): Don't mess with annotations.
13105 2008-03-08  Glenn Morris  <rgm@gnu.org>
13107         * calendar/diary-lib.el (entry): Declare for compiler part-way through.
13109 2008-03-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13111         * calendar/diary-lib.el (diary-list-entries)
13112         (include-other-diary-files, mark-diary-entries)
13113         (mark-sexp-diary-entries, mark-included-diary-files)
13114         (diary-entry-time, list-sexp-diary-entries): Remove the special
13115         handling of ^M that dates back to the use of selective-display.
13116         (simple-diary-display): Obey setting of pop-up-frames.
13117         (body, entry): Remove unnecessary declarations.
13119         * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
13120         (bookmark-get-annotation, bookmark-set-annotation)
13121         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
13122         (bookmark-set-position, bookmark-get-front-context-string)
13123         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
13124         (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
13125         * info.el (Info-bookmark-make-record): Don't bother recording point.
13126         (bookmark-get-filename, bookmark-get-front-context-string)
13127         (bookmark-get-rear-context-string, bookmark-get-position):
13128         Don't declare any more.
13129         (bookmark-get-info-node): Remove.
13130         (bookmark-prop-get): Declare.
13131         (Info-bookmark-jump): Use it.
13133 2008-03-08  Johan BockgÃ¥rd  <bojohan@gnu.org>
13135         * subr.el (while-no-input): Don't splice BODY directly into the
13136         `or' form.
13138 2008-03-08  Dan Nicolaescu  <dann@ics.uci.edu>
13140         * diff-mode.el (diff-ignore-whitespace-hunk):
13141         Bind inhibit-read-only before trying to change the buffer.
13143 2008-03-08  Glenn Morris  <rgm@gnu.org>
13145         * calendar/appt.el (appt): Move custom group here from calendar.el.
13146         (appt-disp-window, appt-convert-time): Doc fixes.
13148         * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
13149         (calendar-bahai-mark-date-pattern):
13150         * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
13151         * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
13152         * calendar/cal-julian.el (calendar-absolute-from-julian):
13153         * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
13155         * calendar/cal-china.el (chinese-calendar): Move custom group here from
13156         calendar.el.
13157         (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
13158         Make constants.
13159         (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
13160         (chinese-calendar-daylight-savings-starts)
13161         (chinese-calendar-daylight-savings-ends)
13162         (chinese-calendar-daylight-savings-starts-time)
13163         (chinese-calendar-daylight-savings-ends-time)
13164         (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
13165         Doc fixes.
13167         * calendar/cal-coptic.el (coptic-name): Add doc string.
13169         * calendar/cal-french.el (french-calendar-month-name-array)
13170         (french-calendar-day-name-array, french-calendar-special-days-array):
13171         Add doc strings.
13173         * calendar/cal-bahai.el (diary-bahai-mark-entries)
13174         (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
13175         (diary-bahai-insert-yearly-entry):
13176         * calendar/cal-dst.el (calendar-next-time-zone-transition)
13177         (calendar-time-zone):
13178         * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
13179         (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
13180         (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
13181         (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
13182         (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
13183         * calendar/cal-islam.el (islamic-calendar-leap-year-p)
13184         (list-islamic-diary-entries, mark-islamic-diary-entries)
13185         (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
13186         (insert-yearly-islamic-diary-entry):
13187         * calendar/cal-iso.el (calendar-iso-read-args):
13188         * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
13189         (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
13190         (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
13191         (calendar-next-calendar-round-date)
13192         (calendar-mayan-long-count-common-era):
13193         * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
13194         (cal-menu-x-popup-menu, calendar-mouse-holidays)
13195         (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
13196         (calendar-mouse-goto-date):
13197         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
13198         * calendar/holidays.el (holidays):
13199         * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
13200         * calendar/time-date.el (date-to-time, time-subtract, time-add)
13201         (safe-date-to-time): Doc fixes.
13203         * calendar/cal-persia.el (persian-calendar-month-name-array)
13204         (persian-calendar-epoch): Make constants.
13206         * calendar/cal-tex.el (calendar-tex): Move custom group here from
13207         calendar.el.
13209         * calendar/cal-x.el (diary-frame-parameters)
13210         (calendar-frame-parameters, calendar-and-diary-frame-parameters)
13211         (calendar-after-frame-setup-hooks): Make defcustoms.
13212         (calendar-one-frame-setup, calendar-only-one-frame-setup)
13213         (calendar-two-frame-setup): Doc fix.
13215         * calendar/cal-loaddefs.el: New file.
13217         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
13218         * calendar/cal-french.el, calendar/cal-html.el:
13219         * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
13220         * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
13221         * calendar/cal-tex.el, calendar/cal-x.el:
13222         Unquote lambda functions.  Add autoload cookies to functions formerly
13223         autoloaded in calendar.el.  Set `generated-autoload-file' to
13224         "cal-loaddefs.el".
13226         * calendar/calendar.el: Move many autoloads to separate file,
13227         cal-loaddefs.el.  Move defcustoms to start and re-order.
13228         (calendar-month-name-array, calendar-starred-day): No need to
13229         declare for compiler.
13230         (cal-loaddefs): Require it.
13231         (appt, chinese-calendar, calendar-tex): Move custom groups to the
13232         appropriate file.
13233         (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
13234         Reverse logic.
13235         (diary-face, diary-file-name-prefix-function, diary-include-string)
13236         (diary-glob-file-regexp-prefix, diary-face-attrs)
13237         (diary-file-name-prefix, sexp-diary-entry-symbol)
13238         (print-diary-entries-hook, list-diary-entries-hook)
13239         (nongregorian-diary-listing-hook, mark-diary-entries-hook)
13240         (nongregorian-diary-marking-hook, diary-list-include-blanks):
13241         Move to diary-lib.
13242         (all-christian-calendar-holidays, all-islamic-calendar-holidays)
13243         (all-bahai-calendar-holidays): Doc fix.
13244         (calendar-insert-indented): Doc fix.  Use when rather than if.
13245         (exit-calendar): Use mapc rather than mapcar.
13246         (calendar-cursor-to-date): Use zerop.
13247         (calendar-mark-ring): Add doc-string.
13248         (calendar-starred-day): Defvar it.
13249         (calendar-mode): Make calendar-starred-day local.
13250         (calendar-star-date): No need to make calendar-starred-day local.
13252         * calendar/diary-lib.el: Move defcustoms to start.
13253         (diary-include-string, diary-list-include-blanks)
13254         (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
13255         (diary-file-name-prefix, diary-file-name-prefix-function)
13256         (sexp-diary-entry-symbol, list-diary-entries-hook)
13257         (mark-diary-entries-hook, nongregorian-diary-listing-hook)
13258         (nongregorian-diary-marking-hook, print-diary-entries-hook):
13259         Move here from calendar.el.
13260         (diary-file-name-prefix-function): Use 'identity.
13261         (diary-face): Make it a defcustom, and mark as obsolete.
13262         (top-level): No need to require cal-hebrew, cal-islam when compiling.
13263         (calendar-hebrew-month-name-array-leap-year)
13264         (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
13265         Define for compiler.
13266         (diary-font-lock-keywords): Use format rather than concat.
13267         Add bahai-diary-entry-symbol.
13269         * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
13270         * calendar/solar.el: Unquote lambda functions.
13272         * calendar/solar.el (calendar-location-name, calendar-latitude)
13273         (calendar-longitude, solar-setup, solar-sin-degrees)
13274         (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
13275         (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
13276         (solar-sunrise-and-sunset, solar-moment, solar-daylight)
13277         (solar-exact-local-noon, solar-julian-ut-centuries)
13278         (solar-ephemeris-time, solar-date-next-longitude)
13279         (solar-horizontal-coordinates, solar-equatorial-coordinates)
13280         (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
13281         (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
13282         (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
13283         Doc fixes.
13284         (solar-horizontal-coordinates, solar-equatorial-coordinates)
13285         (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
13286         (solar-ecliptic-coordinates): Use unless.
13287         (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
13288         Use or.
13290         * calendar/timeclock.el: Add doc-strings to all functions.
13291         (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
13292         (timeclock-entry-list-length, timeclock-entry-list-projects)
13293         (timeclock-day-list-projects, timeclock-day-list): Use dolist.
13295         * calendar/todo-mode.el: Remove un-needed eval-when-compile.
13297         * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
13298         (org-get-entries-from-diary): Require diary-lib.
13300 2008-03-08  Juanma Barranquero  <lekktu@gmail.com>
13302         * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
13303         Pacify byte-compiler.
13305 2008-03-07  Alan Mackenzie  <acm@muc.de>
13307         * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
13308         paren/bracket pairs parsed, to solve performance problem.
13310 2008-03-07  Bastien Guerry  <bzg@altern.org>
13312         * bookmark.el (bookmark-set): Don't check for
13313         `bookmark-make-name-function' since `bookmark-buffer-file-name'
13314         already takes care of this.
13315         (bookmark-buffer-name, bookmark-buffer-file-name):
13316         Remove Info-mode specific code.
13318         * info.el (bookmark-get-info-node): Define this function in
13319         info.el, not in bookmark.el.
13320         (Info-mode): Set `bookmark-make-name-function' to
13321         `Info-bookmark-make-name' locally.
13322         (Info-bookmark-make-name): New function.
13324         * bookmark.el (bookmark-make-name-function): New variable.
13326 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
13328         * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
13329         buffer-local, not `bookmark-make-cell-function' (the old name).
13331 2008-03-07  Tassilo Horn  <tassilo@member.fsf.org>
13333         * doc-view.el (doc-view-bookmark-make-record):
13334         * image-mode.el (image-bookmark-make-record):
13335         * info.el (Info-bookmark-make-record): Delete obsolete second arg.
13337 2008-03-07  Jan Djärv  <jan.h.d@swipnet.se>
13339         * vc.el (vc-status-menu-map-filter): Return orig-binding if
13340         boundp 'vc-ignore-menu-filter.
13341         (vc-status-tool-bar-map): Make it defvar.
13342         (vc-status-mode): vc-status-tool-bar-map now variable.
13343         (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
13345 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
13347         Give a better name to part of the bookmark interface.
13349         This was originally a much larger change, but halfway through I
13350         updated and discovered that Stefan Monnier had done the rest.
13351         It looks like he anticipated the new name too, because he used
13352         `the-record' instead of `the-cell' for some internal variable names.
13354         * bookmark.el (bookmark-make-record-function): Was
13355         `bookmark-make-cell-function'.
13356         (bookmark-make, bookmark-send-annotation): Update for above.
13357         (bookmark-make-record-for-text-file):
13358         Was `bookmark-make-cell-for-text-file'.  Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
13360         * info.el: Adjust accordingly.
13361         (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
13363         * image-mode.el: Adjust accordingly.
13364         (image-bookmark-make-record): Was `image-bookmark-make-cell'.
13366         * doc-view.el: Adjust accordingly.
13367         (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
13369 2008-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13371         * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
13372         Move initialization into declaration.
13373         (bookmark-get-info-node, bookmark-set-info-node): Remove.
13374         (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
13375         (bookmark-info-current-node): Remove.
13376         (bookmark-jump-noselect): Rename from bookmark-jump-internal.
13377         Add relocation fallback.  Set bookmark-current-bookmark.
13378         (bookmark-default-handler): Rename from bookmark-jump-noselect.
13379         Remove relocation fallback.  Don't set bookmark-current-bookmark.
13380         (bookmark-set): Let it be used even if there's no buffer-file-name
13381         as long as there is a bookmark-make-cell-function.
13382         * info.el (Info-bookmark-jump): Remove relocation fallback.
13383         Don't set bookmark-current-bookmark.
13385 2008-03-07  Glenn Morris  <rgm@gnu.org>
13387         * calendar/appt.el (appt-issue-message)
13388         (appt-message-warning-time, appt-audible, appt-visible)
13389         (appt-msg-window, appt-display-mode-line, appt-display-duration)
13390         (appt-display-diary): Remove autoload cookies.
13392         * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
13393         Remove leading `*' from defcustom doc-strings.
13395         * calendar/cal-dst.el (calendar-dst): New custom group.
13396         (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
13397         (calendar-time-zone, calendar-daylight-time-offset)
13398         (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
13399         (calendar-daylight-savings-starts-time)
13400         (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
13401         (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
13402         Move to start.
13404         * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
13406         * calendar/calendar.el (calendar-version): Use emacs-version and
13407         make it obsolete.  Move to end.
13408         (calendar-offset, view-diary-entries-initially)
13409         (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
13410         (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
13411         (all-christian-calendar-holidays, all-islamic-calendar-holidays)
13412         (all-bahai-calendar-holidays, calendar-load-hook)
13413         (initial-calendar-window-hook, today-visible-calendar-hook)
13414         (today-invisible-calendar-hook, calendar-move-hook)
13415         (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
13416         (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
13417         (diary-include-string, sexp-diary-entry-symbol)
13418         (abbreviated-calendar-year, american-date-diary-pattern)
13419         (european-date-diary-pattern, european-calendar-display-form)
13420         (american-calendar-display-form, print-diary-entries-hook)
13421         (list-diary-entries-hook, diary-hook, diary-display-hook)
13422         (nongregorian-diary-listing-hook, mark-diary-entries-hook)
13423         (nongregorian-diary-marking-hook, diary-list-include-blanks)
13424         (holidays-in-diary-buffer, general-holidays, oriental-holidays)
13425         (local-holidays, other-holidays, hebrew-holidays-1)
13426         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
13427         (hebrew-holidays, christian-holidays, islamic-holidays)
13428         (bahai-holidays, solar-holidays, calendar-setup)
13429         (calendar-week-start-day): Remove autoload cookies.
13430         (diary-glob-file-regexp-prefix): Doc fix.
13431         (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
13432         (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
13433         (calendar-week-start-day, calendar-debug-sexp): Move to start.
13435         * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
13436         (calendar-time-display-form, calendar-latitude)
13437         (calendar-longitude, solar-equinoxes-solstices): Remove autoload
13438         cookies.
13439         (calendar-latitude, calendar-longitude): Move functions after
13440         variables.
13441         (diary-sabbath-candles-minutes): Move to start.
13442         (solar-setup): Use or rather than if.
13443         (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
13444         Remove condition-case.
13445         (solar-atn2): Use zerop.
13446         (solar-equinoxes-solstices): Doc fix.
13448         * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
13449         (sc-mode-map-prefix): Doc fix.  Make it a defcustom.
13451         * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
13452         (calendar-longitude, calendar-latitude, calendar-location-name):
13453         Declare for compiler.
13455 2008-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13457         * arc-mode.el (archive-ar-file-header-re): New const.
13458         (archive-ar-summarize, archive-ar-extract): New funs.
13459         (archive-find-type): Recognize ar archives.
13461         * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
13462         New functions.
13464         * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
13466 2008-03-06  Lennart Borgman  <lennart.borgman@gmail.com>
13468         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
13469         Replace :enable (mark-active) with :enable mark-active.
13471 2008-03-06  Juanma Barranquero  <lekktu@gmail.com>
13473         * vms-patch.el (make-legal-file-name): New obsolete alias.
13474         (make-valid-file-name): Rename from `make-legal-file-name'.
13475         (make-auto-save-file-name): Use it.
13477         * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
13478         (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
13479         (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
13481         * textmodes/org.el (org-export-html-style): Doc fix.
13482         (org-get-legal-level): New obsolete alias.
13483         (org-get-valid-level): Rename from `org-get-legal-level'.
13484         (org-promote, org-demote, org-archive-subtree)
13485         (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
13487 2008-03-06  Jan Djärv  <jan.h.d@swipnet.se>
13489         * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
13491         * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
13492         (vc-status-toggle-mark): New functions.
13493         (vc-status-mode): Set tool bar map.
13495 2008-03-05  Chong Yidong  <cyd@stupidchicken.com>
13497         * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
13498         Reported by Drew Adams <drew.adams@oracle.com>.
13500 2008-03-05  Kenichi Handa  <handa@ni.aist.go.jp>
13502         * subr.el (read-quoted-char): Resolve modifiers of the character
13503         event.
13505         * comint.el (comint-exec-1): Don't change the coding-system for
13506         decoding to dos-like EOL.
13507         (comint-carriage-motion): Fully rewrite.
13509 2008-03-05  Juanma Barranquero  <lekktu@gmail.com>
13511         * epg.el (epg-context-include-certs): Reflow docstring.
13512         (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
13513         (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
13514         (epg-context-set-signers, epg-context-set-sig-notations)
13515         (epg-make-import-status, epg-make-import-result)
13516         (epg-start-delete-keys): Fix typos in docstrings.
13517         (epg-start-sign-keys, epg-sign-keys):
13518         Fix typos in obsolescence declarations.
13520         * iswitchb.el: Don't check for `cadr' and `last'.
13521         (iswitchb-define-mode-map, iswitchb-default-keybindings):
13522         Add obsolescence declaration and remove redundant info from docstring.
13523         (iswitchb-set-common-completion, iswitchb-set-matches)
13524         (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
13525         (recentf-list, most-len, most-is-exact):
13526         Don't wrap defvars within `eval-when-compile'.
13528 2008-03-05  Glenn Morris  <rgm@gnu.org>
13530         * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
13531         * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
13532         * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
13533         * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
13534         ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
13536         * ediff-hook.el (ediff-window-setup-function): Don't autoload
13537         declaration for compiler.
13538         (ediff-xemacs-init-menus): Use when rather than if.
13540         * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
13541         if+and to just and.
13542         (ediff-read-event, ediff-overlayp, ediff-make-overlay)
13543         (ediff-delete-overlay): Move the XEmacs test inside the definition.
13545         * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
13547         * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
13548         test inside XEmacs test.
13549         (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
13550         since it was doing nothing on Emacs.
13551         (ediff-make-bullet-proof-overlay): Use when rather than if.
13553         * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
13554         (ediff-setup-control-frame): Remove
13555         ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
13556         a (featurep 'xemacs) test.
13558 2008-03-05  Jay Belanger  <jay.p.belanger@gmail.com>
13560         * calc/calc-ext.el (calc-extended-command-history): New variable.
13561         (calc-execute-extended-command): Use `calc-extended-command-history'.
13563 2008-03-05  Dan Nicolaescu  <dann@ics.uci.edu>
13565         * bindings.el (mode-line-remote): Add mouse-face.  Improve tooltip.
13566         (standard-mode-line-position): Add mouse-face.
13568         * progmodes/compile.el (compilation-menu-map, compilation-mode-map):
13569         * progmodes/grep.el (grep-mode-map): Add :help.
13571         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
13572         initialize in one step.  Add :help.  Use :enable to activate menu
13573         items.  Show the key binding for edebug-defun.
13574         (lisp-interaction-mode-map): Add a menu.
13576         * term.el (term-mode-map): Define and initialize in one step.
13578         * ediff-init.el (ediff-color-display-p): Simplify.
13579         (Xor): Remove unused function.
13580         (ediff-with-syntax-table): Simplify for Emacs.
13582         * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
13583         menu-bar being loaded, it always is.
13585 2008-03-05  Glenn Morris  <rgm@gnu.org>
13587         * textmodes/tex-mode.el (tex-mode): Suppress warning about
13588         multiple definitions when compiling.
13590 2008-03-04  Alan Mackenzie  <acm@muc.de>
13592         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
13594         * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
13595         doc-string, "c-old-LEN" -> "c-old-END".
13597 2008-03-04  Jason Rumney  <jasonr@gnu.org>
13599         * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
13600         namespaces.
13602 2008-03-04  Glenn Morris  <rgm@gnu.org>
13604         * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
13606         * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
13607         than mapcar.
13609 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13611         * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
13612         (byte-compile-nilconstp): Can't use recursion in a defsubst.
13614         * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
13615         so that M-q can fill comments.
13616         (tex-executable-exists-p, tex-compile): Extend with special syntax for
13617         commands implemented in elisp.
13618         (tex-compile-commands): Add an entry to use doc-view for pdf files.
13619         (tex-format-cmd): New function.
13620         (tex-compile): Use it to let the user specify default arguments.
13621         (tex-cmd-bibtex-args): New var.
13622         (tex-cmd-doc-view): New function.
13624 2008-03-03  Juanma Barranquero  <lekktu@gmail.com>
13626         * faces.el (face-spec-set): Fix typos in docstring.
13628 2008-03-03  Dan Nicolaescu  <dann@ics.uci.edu>
13630         * bindings.el (mode-line-column-line-number-mode-map): New variable.
13631         (standard-mode-line-position): Use it to add a menu for toggling
13632         column number and line number display.
13634 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13636         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
13637         Remove optimization that was working around the form-code-walker bug.
13639         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
13640         Walk into the body of lambdas after byte-compile-unfold-lambda.
13642 2008-03-03  Glenn Morris  <rgm@gnu.org>
13644         * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
13645         value, if set, over frame value.
13647         * simple.el (transient-mark-mode): Don't turn on by default.
13649         * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
13650         accidentally removed by the 2007-12-05 merge from Gnus.
13652 2008-03-02  Dan Nicolaescu  <dann@ics.uci.edu>
13654         * progmodes/compile.el (compilation-menu-map): Add menu entries
13655         for useful options.
13657 2008-03-01  Dan Nicolaescu  <dann@ics.uci.edu>
13658             Glenn Morris  <rgm@gnu.org>
13660         * emacs-lisp/bytecomp.el (byte-recompile-directory)
13661         (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
13662         Give a `bytecomp-' prefix to local variables with common names.
13664 2008-03-01  Glenn Morris  <rgm@gnu.org>
13666         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
13667         Restore code commented out 2007-11-10.
13669         * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
13671         * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
13672         Delete macro.
13673         * emulation/viper-cmd.el, emulation/viper-ex.el:
13674         * emulation/viper-init.el, emulation/viper-keym.el:
13675         * emulation/viper-mous.el, emulation/viper-util.el:
13676         * emulation/viper.el:
13677         Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
13678         featurep test.
13680         Replace obsolete frame-local variables with frame-parameters.
13681         * emulation/viper-init.el (viper-replace-overlay-cursor-color)
13682         (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
13683         (viper-vi-state-cursor-color): Only call make-variable-frame-local
13684         on XEmacs.
13685         * emulation/viper-util.el (viper-frame-value): New macro.
13686         * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
13687         (viper-R-state-post-command-sentinel)
13688         (viper-replace-state-post-command-sentinel)
13689         (viper-change-state-to-insert, viper-change-state-to-emacs):
13690         * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
13691         (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
13692         (viper-get-saved-cursor-color-in-insert-mode)
13693         (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
13694         Use viper-frame-value for viper-replace-overlay-cursor-color,
13695         viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
13696         viper-vi-state-cursor-color values.
13698         * emulation/viper-cmd.el (zmacs-region-stays):
13699         * emulation/viper-util.el (zmacs-region-stays): No need to define
13700         for compiler.
13702         * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
13703         mapcar on Emacs.
13705         * emulation/viper-mous.el (viper-counting-clicks-p): Only define
13706         on XEmacs.
13708         * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
13709         rather than if.
13711 2008-03-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13713         * whitespace.el: New version 9.3.  As the glyph code generation was
13714         fixed, it is possible now to use character code above ?\x1FFFF in the
13715         display table.  Fix `whitespace-indentation-regexp' to not include an
13716         extra ending character.  Reported by Michael Welsh Duggan
13717         <mwd@cert.org>.  Added hook actions when buffer is written or killed as
13718         the original whitespace package had.  Suggested by Eric Cooper
13719         <ecc@cmu.edu>.  Doc fix.
13720         (whitespace-action): New option.
13721         (whitespace-display-mappings): Changed default newline visualization to
13722         display downwards arrow, as the glyph code generation was fixed.
13723         (whitespace-unload-function): Assure that all local whitespace mode is
13724         turned off.
13725         (whitespace-global-modes): Fix type customization.
13726         (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
13727         (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
13728         (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
13729         Fix code.
13730         (whitespace-buffer): Command removed.
13731         (whitespace-trailing-regexp, whitespace-mark-x)
13732         (whitespace-display-window, whitespace-action-when-on)
13733         (whitespace-add-local-hook, whitespace-remove-local-hook)
13734         (whitespace-write-file-hook, whitespace-kill-buffer-hook)
13735         (whitespace-action): New funs.
13736         (whitespace-report-list, whitespace-report-text)
13737         (whitespace-report-buffer-name): New consts.
13738         (whitespace-report, whitespace-report-region): New commands.
13740 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
13742         * disp-table.el (make-glyph-code): Don't test the result of
13743         `face-id', which already signals an error for invalid faces.
13744         (glyph-face): Simplify.
13746         * desktop.el (desktop-read): Set `desktop-dirname' to nil before
13747         running `desktop-not-loaded-hook' to allow modifying it.
13748         Don't show warning message if `desktop-dirname' was modified.
13750 2008-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13752         * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
13753         we still expect more lines.
13755         * textmodes/fill.el (fill-comment-paragraph): Don't try to do
13756         comment-paragraph filling if the commark doesn't match
13757         comment-start-skip.
13759 2008-03-01  Daiki Ueno  <ueno@unixuser.org>
13761         * international/utf-7.el (utf-7-encode): Never skip the trailing - for
13762         the `imap' variant.
13764 2008-03-01  Jason Rumney  <jasonr@gnu.org>
13766         * files.el (make-auto-save-file-name): Encode more characters in
13767         non-file buffer names.  Use url-encoding.
13769 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
13771         * net/net-utils.el (ftp-program): Fix typo in docstring.
13772         (ifconfig-program-options, netstat-program-options)
13773         (arp-program-options, route-program-options, nslookup-program-options)
13774         (ftp-program-options, smbclient-program-options)
13775         (dns-lookup-program-options, arp, route): Doc fixes.
13777         * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
13778         (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
13779         (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
13780         Fix typos in docstrings.
13781         (gdb-pending-triggers): Reflow docstring.
13782         (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
13784 2008-03-01  Alan Mackenzie  <acm@muc.de>
13786         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
13787         typing "#" at EOB.
13789 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
13791         * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
13793 2008-02-29  Kim F. Storm  <storm@cua.dk>
13795         * emulation/cua-base.el (cua-remap-control-v)
13796         (cua-remap-control-z): New defcustoms.
13797         (cua-mode): Add them to set-after property.
13798         (cua--init-keymaps): Use them.
13799         Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
13801         * help.el (view-emacs-todo): Rename from view-todo.
13802         (describe-gnu-project): Rename from describe-project.  Users changed.
13803         (view-help-file): New helper function.
13804         (describe-distribution, describe-copying, describe-gnu-project)
13805         (view-todo, view-order-manuals, view-emacs-problems): Use it.
13806         (view-emacs-debugging, view-external-packages): New commands.
13807         (help-map): Move describe-distribution to C-h C-o (ordering).
13808         Move view-emacs-problems to C-h C-p (problems).
13809         Bind view-emacs-debugging to C-h C-d (debugging).
13810         Bind view-external-packages to C-h C-e (extras).
13811         (help-for-help-internal): Cleanup and align descriptions.
13812         Remove command names to reduce clutter.
13814 2008-02-29  Nick Roberts  <nickrob@snap.net.nz>
13816         * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
13817         and quieter face (not a warning).
13819 2008-02-29  Dan Nicolaescu  <dann@ics.uci.edu>
13821         * vc.el (vc-status-crt-marked): New variable.
13822         (vc-status-mode): Make it local.
13823         (vc-status-refresh): Use it to save the marked files.
13824         (vc-update-vc-status-buffer): Use it to restore the marked files.
13826         * vc-svn.el (vc-svn-after-dir-status):
13827         * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
13829 2008-02-29  Glenn Morris  <rgm@gnu.org>
13831         * allout.el (allout-topic-encryption-bullet)
13832         (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
13833         (allout-encrypt-unencrypted-on-saves): Change defcustom :version
13834         from 22.0 to 22.1.
13836         * net/imap.el (imap-ping-server):
13837         * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
13838         Change defcustom :version from 23.0 to 23.1.
13840 2008-02-29  Juanma Barranquero  <lekktu@gmail.com>
13842         * desktop.el (desktop-save): Save the buffer name if the
13843         uniquified base name is empty.
13845 2008-02-29  Nick Roberts  <nickrob@snap.net.nz>
13847         * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
13848         correctly when user has "set print address off".
13850 2008-02-28  Juanma Barranquero  <lekktu@gmail.com>
13852         * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
13853         version number of the next major Emacs release, not 23.0.
13855         * longlines.el (longlines-unload-function): New function.
13857 2008-02-28  Juri Linkov  <juri@jurta.org>
13859         * startup.el (normal-splash-screen): Add argument `concise'.
13860         Remove unused binding `prev-buffer'.  Let-bind `splash-buffer'
13861         to the created buffer.  If `concise' is non-nil, call
13862         `display-buffer', otherwise `switch-to-buffer'.  Doc fix.
13863         (display-startup-screen): Add argument `concise' to the call to
13864         `normal-splash-screen'.
13866 2008-02-28  Kim F. Storm  <storm@cua.dk>
13868         * startup.el (startup-echo-area-message): Check for about-emacs.
13870 2008-02-28  Juri Linkov  <juri@jurta.org>
13872         * startup.el: Always add initial message to *scratch* buffer if
13873         `initial-scratch-message' is non-nil regardless of the value of
13874         `inhibit-startup-screen'.
13875         (inhibit-startup-screen, initial-scratch-message): Doc fix.
13876         (command-line-1): Move code that inserts `initial-scratch-message'
13877         up before the if-form that checks for `inhibit-startup-screen'.
13878         Suggested by Jonathan Rockway <jon@jrock.us>.
13880 2008-02-28  Juri Linkov  <juri@jurta.org>
13882         * cus-edit.el (custom-mode-map, custom-mode-link-map):
13883         Rename `custom-mode' to `Custom-mode' in docstrings.
13884         (custom-buffer-create-internal, customize-browse):
13885         Rename `custom-mode' to `Custom-mode'.
13886         (custom-mode-hook): Rename to `Custom-mode-hook'.
13887         (Custom-mode-hook): Renamed from `custom-mode-hook'.
13888         (custom-mode): Rename to `Custom-mode'.
13889         (Custom-mode): Renamed from `custom-mode'.  Doc fix.
13890         (custom-mode): Add backward-compatible non-interactive variant of
13891         `Custom-mode' that simply calls `Custom-mode'.  Mark it obsoleted.
13892         (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
13894         * info-look.el: Rename `custom-mode' to `Custom-mode'.
13896         * emulation/viper.el (viper-emacs-state-mode-list):
13897         Rename `custom-mode' to `Custom-mode'.
13899         * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
13900         Capitalize "Tagged Files".
13901         (minibuffer-local-map): Add menu items for next/previous
13902         history elements and isearch history forward/backward.
13904         * progmodes/hideshow.el (hs-minor-mode-menu): Compare
13905         `hs-isearch-open' with t instead of `comment' in :selected
13906         for "Code and Comment blocks" menu item.
13908 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13910         * uniquify.el (uniquify-buffer-base-name): Undo last change.
13911         Should be done in desktop.el instead.
13913 2008-02-28  Glenn Morris  <rgm@gnu.org>
13915         * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
13917         * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
13919         * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
13920         (Info-menu, Info-goto-node): Remove declarations.
13921         (report-emacs-bug-info): Use info rather than Info-goto-node.
13923         * progmodes/idlwave.el (Info-goto-node): Remove declaration.
13924         (idlwave-convert-xml-system-routine-info): Don't require xml.
13925         (idlwave-show-commentary, idlwave-shell-show-commentary):
13926         Don't require finder.
13927         (idlwave-info): Don't require info.  Use info rather than
13928         Info-goto-node.
13930         * textmodes/org.el (Info-goto-node): Remove declaration.
13931         (org-info): Use info rather than Info-goto-node.
13933         * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
13934         (reftex-info): Don't require info.  Use info rather than Info-goto-node.
13936 2008-02-28  Dan Nicolaescu  <dann@ics.uci.edu>
13938         * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
13939         the menu.
13941         * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
13942         (vc-finish-logentry): Check for vc-status-mode, not only for
13943         vc-dired-mode.
13945 2008-02-28  Kenichi Handa  <handa@ni.aist.go.jp>
13947         * isearch.el (isearch-printing-char): Don't check
13948         keyboard-coding-system.
13949         Call isearch-process-search-multibyte-characters only when
13950         current-input-method is non-nil.
13952 2008-02-27  Kim F. Storm  <storm@cua.dk>
13954         * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
13955         (glyph-char, glyph-face): Handle cons encoding.
13957 2008-02-27  Juanma Barranquero  <lekktu@gmail.com>
13959         * uniquify.el (uniquify-buffer-base-name): If the base name is an
13960         empty string, return nil to allow the caller to default to the
13961         buffer name.  Reported by Martin Fischer <parozusa@web.de>.
13963         * tool-bar.el (tool-bar-setup): Doc fix.
13965         * mail/supercite.el (sc-describe):
13966         Fix typos in obsolescence declaration.
13968 2008-02-27  Glenn Morris  <rgm@gnu.org>
13970         * autoinsert.el (auto-insert-alist): Change permission text to
13971         match FSF's GPLv3 form.
13973         * mail/supercite.el (sc-cite-original): Doc fix.
13974         (sc-version): Make obsolete.
13975         (sc-describe): Show the SC info page.  Make obsolete.
13977 2008-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13979         * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
13980         when using transient-mark-mode.
13981         (default-indicate-unused-lines): Remove unused var.
13983 2008-02-26  Jan Djärv  <jan.h.d@swipnet.se>
13985         * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
13986         and previous.
13988         * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
13990 2008-02-26  Glenn Morris  <rgm@gnu.org>
13992         * net/net-utils.el (top-level): Don't require comint when compiling.
13993         (nslookup-font-lock-keywords): Don't require font-lock.
13994         Use font-lock faces rather than variables.
13995         (nslookup, ftp, smbclient, network-service-connection):
13996         Don't require comint.
13997         (comint-prompt-regexp, comint-input-autoexpand)
13998         (comint-input-ring): Declare for compiler.
13999         (comint-mode, ffap-string-at-point, comint-exec): Autoload.
14000         (dns-lookup-host): Don't require ffap.  Remove `with-no-warnings'.
14002         * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
14003         doc-string.
14005 2008-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14007         * doc-view.el (doc-view-current-page): Add a `win' argument.
14009 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14011         * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
14012         Demote it to plain defvar.
14013         (doc-view-conversion-refresh-interval): Reduce interval.
14014         (doc-view-goto-page): Allow moving to pages not yet rendered.
14015         (doc-view-goto-page): Construct a file name rather than extracting it
14016         from doc-view-current-files.
14017         (doc-view-kill-proc): Ignore errors from kill-process.
14018         (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
14019         (doc-view-insert-image): Use appropriate text if the page hasn't been
14020         rendered yet.  Adjust scrolling so the text is displayed.
14021         (doc-view-display): Detect not just that a page is available, but also
14022         that it wasn't available before, so as to avoid refreshing all pages
14023         repeatedly.
14024         (doc-view-mode): Make doc-view-cache-directory if needed.
14026 2008-02-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14028         * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
14029         toggle-read-only.
14031         * textmodes/bibtex.el (bibtex-format-entry): Handle error message
14032         refering to a missing required field with the OPT prefix.
14033         Make unwindform more robust.
14035         * textmodes/bibtex.el: Remove support for hideshow minor mode as
14036         it duplicates the bibtex support in progmodes/hideshow.el.
14037         * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
14038         entries that do not start at the beginning of a line.
14040 2008-02-25  Chong Yidong  <cyd@stupidchicken.com>
14042         * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
14044 2008-02-25  Robert J. Chassell  <bob@rattlesnake.com>
14046         * help-fns.el (describe-variable): Add phrases about
14047         initialization file with and without customization;
14048         use new button type help-info-variable.
14050         * help-mode.el (help-info-variable):
14051         New button able to read Info files for help-fns.el.
14053 2008-02-25  Jan Djärv  <jan.h.d@swipnet.se>
14055         * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
14056         (grep-mode): Use grep-mode-tool-bar-map.
14058         * progmodes/compile.el (tool-bar): Require tool-bar.
14059         (compilation-mode-tool-bar-map): New variable.
14060         (compilation-mode): Use compilation-mode-tool-bar-map.
14062         * term/x-win.el (x-gtk-stock-map): Add cancel.  Remove extensions.
14064 2008-02-25  Glenn Morris  <rgm@gnu.org>
14066         * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
14068 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14070         * diff-mode.el (diff-file-junk-re): New const.
14071         (diff-beginning-of-file-and-junk): Use it.
14072         (diff-file-kill): Make sure we were really inside a file diff.
14074         * diff-mode.el: Make it more robust in the presence of empty context
14075         lines in unified hunks.
14076         (diff-valid-unified-empty-line): New var.
14077         (diff-unified->context, diff-sanity-check-hunk): Obey it.
14078         (diff-end-of-hunk): Obey it.  New arg `donttrustheader'.
14079         (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
14080         (diff-hunk-header-re-unified): New const.
14081         (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
14082         (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
14083         (diff-sanity-check-hunk): Use it.
14085         * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
14086         Index: line, don't search backward for the previous one.
14088 2008-02-25  Kenichi Handa  <handa@ni.aist.go.jp>
14090         * international/fontset.el (setup-default-fontset): Add non-OTF
14091         lao font for lao script.
14093         * language/tibetan.el: Register tibetan-composition-function in
14094         composition-function-table.
14096         * language/tibet-util.el (tibetan-composition-function):
14097         Adjust for the new calling way (argument changed).  Try font-shape-text
14098         if possible.
14100         * language/lao.el: Register lao-composition-function in
14101         composition-function-table.
14103         * language/lao-util.el (lao-composition-function): Adjust for the new
14104         calling way (argument changed).  Try font-shape-text if possible.
14106 2008-02-25  Jason Rumney  <jasonr@gnu.org>
14108         * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
14110 2008-02-25  Juri Linkov  <juri@jurta.org>
14112         * isearch.el (isearch-fail): Use "RosyBrown1" for a light
14113         background, "red4" for a dark background, "red" for 16 and
14114         8 colors, "grey" for grayscale, and inverse video otherwise.
14115         Add :version tag.
14116         (isearch-message): Keep the original isearch-message intact, and
14117         add text properties to it where necessary.  Add `isearch-error' to
14118         the condition that checks if isearch is unsuccessful.
14120 2008-02-24  Juri Linkov  <juri@jurta.org>
14122         * progmodes/compile.el (compilation-handle-exit):
14123         Use compilation-error face instead of font-lock-warning-face.
14124         Display the same message in the minibuffer as is inserted
14125         at the end of the compilation buffer.
14127 2008-02-24  Glenn Morris  <rgm@gnu.org>
14129         * vc-cvs.el (vc-cvs-register): Fix registering of directories in
14130         multiple file case.
14132         * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
14134         * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
14135         multiple file case.  Use a single `let' rather than two.
14137 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
14139         * progmodes/compile.el (compilation-start): Specify a face for
14140         mode-line-process.
14141         (compilation-handle-exit): Specify a face and a tooltip for
14142         mode-line-process.
14144 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14146         * hilit-chg.el: Remove spurious * in defcustom docstrings.
14147         (hilit-chg-make-ov): Simplify.
14148         (hilit-chg-fixup): Use remove-overlays.
14149         (hilit-chg-set-face-on-change): Remove redundant call to
14150         `remove-text-properties'.
14152         * dired.el (dired-mark-prompt): Don't count/display the t element.
14153         Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
14155 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
14157         * progmodes/verilog-mode.el (eval-when-compile): Don't define
14158         add-submenu.
14159         (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
14160         Remove.  Move contents to the only use ...
14161         (verilog-menu): ... here.
14162         (verilog-statement-menu): Remove.  Move contents to the only use ...
14163         (verilog-stmt-menu): ... here.
14164         (verilog-mark-defun): Simply call mark-defun for emacs.
14165         (occur-pos-list): Declare for byte compiler.
14166         (mode-popup-menu): Don't defvar.
14167         (verilog-add-statement-menu): Remove.
14168         (verilog-mode-hook): Don't add verilog-add-statement-menu.
14169         (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
14171 2008-02-24  Michael McNamara  <mac@mail.brushroad.com>
14173         * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
14174         conditional.
14175         (verilog-font-grouping-keywords-face): Make the begin..end
14176         keywords standout more than other verilog keywords.
14177         (verilog-type-font-keywords): Move the begin..end out of this list
14178         to facilitate making them to (potentially) stand out more.
14179         (verilog-backward-token): Fix indent of bare always{_*}?, initial,
14180         function & task blocks.
14181         (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
14182         initial, function & task blocks.
14183         (verilog-forward-sexp): Handle the new "disable fork" statement of
14184         IEEE-1800 Verilog.
14185         (verilog-beg-block-re-ordered): Handle the new "disable fork"
14186         statement of IEEE-1800 Verilog.
14187         (verilog-calc-1): Handle the new "disable fork" statement of
14188         IEEE-1800 Verilog.
14189         (verilog-disable-fork-re): Add const to help handle the new
14190         "disable fork" statement of IEEE-1800 Verilog.
14191         (verilog-declaration-core-re): Add port directions by themselves,
14192         with no qualification, as base item of a declaration.
14193         (verilog-pretty-declarations): Add new flag to ask it to refrain
14194         from printing to the message buffer.
14195         (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
14196         printing to the message buffer.  Improve handling of the many
14197         types of expression line up.
14198         (verilog-just-one-space): Remove printing of an empty message.
14199         (verilog-get-lineup-indent): Rework to support the better handling
14200         of expression lineup for verilog-pretty-expr.
14201         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
14203 2008-02-24  Alan Mackenzie  <acm@muc.de>
14205         * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
14206         yesterday's commit.
14208 2008-02-24  Nick Roberts  <nickrob@snap.net.nz>
14210         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
14211         to mouse-set-point in buffers that aren't associated with files.
14213         * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
14215 2008-02-24  Alan Mackenzie  <acm@muc.de>
14217         Set of changes so that "obtrusive" syntactic elements in a
14218         C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
14219         unmatched paren) don't interact syntactically with stuff outside
14220         the CPP line.
14222         * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
14223         Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
14224         off-by-one bug.
14225         (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
14226         a bit of refactoring.
14227         (c-awk-extend-and-syntax-tablify-region): Takes some of the
14228         functionality of c-awk-advise-fl-for-awk-region, which has been
14229         refactored away.
14231         * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
14232         (c-clear-char-property-with-value): New function and macro which
14233         remove text-properties `equal' to a supplied value.
14235         * progmodes/cc-engine.el: Comment about text properties amended.
14237         * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
14238         parens around "error\\|warning".
14240         * progmodes/cc-langs.el (c-get-state-before-change-function)
14241         (c-before-font-lock-function, c-anchored-cpp-prefix):
14242         New language variables.
14243         (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
14245         * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
14246         syntax-table text properties.
14247         (c-common-init): Call language specific before/after-change
14248         functions at mode initialisation.
14249         (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
14250         (c-extend-region-for-CPP, c-neutralize-CPP-line)
14251         (c-neutralize-syntax-in-CPP): New functions.
14252         (c-before-change, c-after-change): Call the new language specific
14253         change functions defined in cc-langs.el.
14254         (c-advise-fl-for-region): New macro.
14255         (awk-mode): Remove AWK specific stuff which has been refactored
14256         into language independent stuff.
14258 2008-02-24  Nick Roberts  <nickrob@snap.net.nz>
14260         * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
14261         (gdb): (Re)set gdb-flush-pending-output to nil here...
14262         (gdb-init-1): ...instead of here (before gdb-prompt).
14264 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14266         * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
14267         Recognize ''' just like any other char-constant.
14269 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14271         * vc-hooks.el (vc-find-root): Remove initial loop because it's not
14272         careful enough.  Detect the uid-change all within the main loop.
14274 2008-02-24  Stefan Monnier  <monnier@pastel.home>
14276         * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
14278 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14280         * hilit-chg.el (highlight-save-buffer-state): New macro.
14281         (highlight-save-buffer-state, hilit-chg-set-face-on-change)
14282         (hilit-chg-clear): Use it to preserve the modified-p flag.
14283         (highlight-changes-rotate-faces): Don't mess with the undo-list.
14285 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14287         * font-lock.el (font-lock-set-defaults): Unset previously set variables
14288         when needed.
14290 2008-02-24  Ã†var Arnfjörð Bjarmason  <avar@cpan.org>  (tiny change)
14292         * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
14293         from gnus-button-url-regexp.
14295 2008-02-24  Eli Zaretskii  <eliz@gnu.org>
14297         * progmodes/compile.el (compilation-next-error): Doc fix.
14298         (compilation-find-file): Doc fix.
14300 2008-02-24  Glenn Morris  <rgm@gnu.org>
14302         * net/net-utils.el (ipconfig-program, ipconfig-program-options):
14303         Add obsolete aliases to the old names.
14305 2008-02-24  Richard Stallman  <rms@gnu.org>
14307         * net/net-utils.el (ifconfig): Rename from ipconfig.
14308         (ipconfig): Alias to ifconfig.
14309         (ifconfig-program): Rename from ipconfig-program.
14310         (ifconfig-program-options): Rename from ipconfig-program-options.
14312 2008-02-24  Michael McNamara  <mac@mail.brushroad.com>
14314         * progmodes/verilog-mode.el (verilog-declaration-core-re):
14315         Add port directions by themselves, with no qualification, as base
14316         item of a declaration.
14317         (verilog-pretty-declarations): Add new flag that inhibits printing
14318         to the message buffer.
14319         (verilog-pretty-expr): Add new flag that inhibits printing to the
14320         message buffer.  Improve handling of the many types of expression
14321         line up.
14322         (verilog-just-one-space): Don't print an empty message.
14323         (verilog-get-lineup-indent): Rework to support the better handling
14324         of expression lineup for verilog-pretty-expr.
14325         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
14326         (verilog-mode-version, verilog-mode-release-date): Update.
14328 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14330         * subr.el (cancel-change-group): Don't move point.
14332 2008-02-23  Markus Triska  <markus.triska@gmx.at>
14334         * linum.el (linum-after-config): Update all visible windows.
14336 2008-02-23  Glenn Morris  <rgm@gnu.org>
14338         * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
14339         Add :help for Solitaire and Tetris.
14341         * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
14343         * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
14344         (smtpmail-code-conv-from): Doc fix.  Fix custom type.
14345         (smtpmail-queue-index-file): Make it a defcustom.
14346         (smtpmail-queue-index): Delete.
14347         (smtpmail-send-it, smtpmail-send-queued-mail):
14348         Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
14349         smtpmail-queue-index.
14351         * net/net-utils.el (iwconfig-program, iwconfig-program-options):
14352         Add :version.
14354 2008-02-23  Yoni Rabkin  <yoni@rabkins.net>  (tiny change)
14356         * net/net-utils.el (iwconfig-program, iwconfig-program-options):
14357         New variables.
14358         (iwconfig): New function.
14360 2008-02-23  Dan Nicolaescu  <dann@ics.uci.edu>
14362         * vc.el (vc-find-revision): Make vc-parent-buffer local before
14363         setting it.
14364         (vc-status-menu-map): Do not define using easy-menu.
14365         (vc-status-menu-map): New defalias.
14366         (vc-status-mode-map): Hook up the menu.
14367         (top-level): Update TODO.
14369         * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
14371         * vc-bzr.el (vc-bzr-init-version): Rename to ...
14372         (vc-bzr-init-revision): ... this.
14374 2008-02-23  Jason Rumney  <jasonr@gnu.org>
14376         * makefile.w32-in (WINS_ALMOST): Remove term.
14377         (WINS): Add term here.
14378         (custom-deps, finder-data): Use WINS_ALMOST.
14380 2008-02-22  Juanma Barranquero  <lekktu@gmail.com>
14382         * faces.el (font-weight-table): Fix value of `semi-light'.
14384 2008-02-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14386         * faces.el (font-weight-table, font-slant-table, font-swidth-table):
14387         Make those tables bijective.
14389 2008-02-22  Ken Manheimer  <ken.manheimer@gmail.com>
14391         Finish pdbtrack integration cleanup, settling missing-functions
14392         byte compiler warnings appropriately.
14394         * progmodes/python.el (python-point): Remove this - beginning-of-line
14395         was all that was necessary for `python-pdbtrack-overlay-arrow'.
14396         (python-end-of-def-or-class, python-beginning-of-def-or-class)
14397         (python-goto-initial-line): Drop these - they were only needed for
14398         python-point.
14399         (python-comint-output-filter-function): Use condition-case and
14400         beginning-of-line directly, instead of python-mode.el functions
14401         which require all sorts of baggage.
14402         (point-safe): Unnecessary - we're using condition-case directly,
14403         instead.
14404         (python-execute-file): Include for python-shell, which I'm leaving
14405         in keeping despite it being unnecessary for pdb tracking.
14407 2008-02-22  Peter Danenberg  <pcd@wikitex.org>  (tiny change)
14409         * progmodes/scheme.el (scheme-font-lock-keywords-2):
14410         Add SRFI 11 support.
14411         (let-values, let*-values): Specify scheme-indent-function.
14413 2008-02-22  Dan Nicolaescu  <dann@ics.uci.edu>
14415         * vc.el (vc-exec-after): Move setting mode-line-process in the
14416         busy case ...
14417         (vc-set-mode-line-busy-indicator): ... in this new function.
14418         (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
14419         (vc-update-vc-status-buffer): Reset mode-line-process.
14420         (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
14421         mark/unmark all the files with the same state as the current one.
14422         With a prefix argument mark/unmark all files.
14423         (vc-status-mode-menu): Adjust strings.
14424         (vc-update-vc-status-buffer): Only do something when the argument
14425         is not nil.
14426         (vc-status-kill-dir-status-process): New function.
14427         (vc-status-mode-map): Bind it.
14428         (vc-status-process-buffer): New variable.
14429         (vc-status-mode): Make it local.
14430         (vc-status-refresh): Set it.
14432         * vc-hg.el (vc-hg-dir-status):
14433         * vc-git.el (vc-git-dir-status):
14434         * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
14435         command is run.
14437 2008-02-22  Glenn Morris  <rgm@gnu.org>
14439         * json.el (top-level): No need to require thingatpt.
14440         (json-read-keyword): Use thing-at-point rather than word-at-point.
14442         * time.el (top-level): No need to require time-date when compiling.
14444         * emacs-lisp/copyright.el (copyright-update-year):
14445         Fix subexpression numbering for the case when years are split over
14446         lines, and for the replace case.
14448         * emulation/tpu-edt.el (tpu-have-ispell): Doc fix.  Make obsolete.
14449         (tpu-caar, tpu-cadr): Delete functions.
14450         (zmacs-regions): No need to declare for compiler.
14451         (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
14452         (tpu-spell-check): Rewrite, and handle mark after point.
14453         (tpu-special-insert): Use or rather than if.
14455         * emulation/vip.el (vip-special-prefix-com): Use ispell-region
14456         rather than spell-region.
14458         * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
14459         warnings about spell-region.
14461 2008-02-22  Kenichi Handa  <handa@ni.aist.go.jp>
14463         * ldefs-boot.el: Regenerated.
14465         * loadup.el: Don't load language/devanagari, language/kannada,
14466         language/malayalam, and language/tamil.  Load language/sinhala.
14468         * language/indian.el (indian-font-foundry)
14469         (indian-script-language-alist, indian-font-char-index-table)
14470         (indian-font-char, indian-font-char-range, indian-script-table)
14471         (indian-default-script, indian-composable-pattern): Delete them.
14472         ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
14473         language environments moved to here.
14474         ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
14475         New language environments.
14477         * language/devanagari.el, language/devan-util.el,
14478         * language/kannada.el, language/knd-util.el, language/malayalam.el,
14479         * language/mlm-util.el, language/tamil.el, language/tml-util.el:
14480         Delete them.
14482         * language/sinhala.el: New file.
14484 2008-02-21  Ken Manheimer  <ken.manheimer@gmail.com>
14486         Update Nick Robert's port of pdb tracking from python-mode.el.
14488         * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
14489         Clarify docstring.
14490         (python-pdbtrack-minor-mode-string): A sign indicating that pdb
14491         tracking is happening.
14492         (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
14493         (python-pdbtrack-input-prompt): Better recognize PDB prompts.
14494         (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
14495         Tracking is plugged in to all comint buffers once python.el is loaded.
14496         (python-pdbtrack-overlay-arrow): Toggle activation of
14497         `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
14498         (python-pdbtrack-track-stack-file): Use new
14499         `python-pdbtrack-get-source-buffer' for more flexible access to
14500         debugging source files.
14501         (python-pdbtrack-get-source-buffer): Identify debugging target buffer
14502         according to pdb stack trace, optionally using new
14503         `python-pdbtrack-grub-for-buffer' if file is not locally available.
14504         (python-pdbtrack-grub-for-buffer): Find most recent python-mode
14505         named buffer, or having function with indicated name.
14506         (python-shell): Remove comint-output-filter-functions hook
14507         addition, it's being done elsewhere.  Wrap long line.
14509 2008-02-21  Michael Olson  <mwolson@gnu.org>
14511         * json.el: Replace XEmacs compatibility code to get rid of
14512         compiler warnings.
14514         * time.el: Fix compiler warning.
14516 2008-02-21  Edward O'Connor  <ted@oconnor.cx>
14518         * json.el: New file (JavaScript Object Notation parser / generator).
14520 2008-02-21  Dave Love  <fx@gnu.org>
14522         * progmodes/sym-comp.el: New file.
14524         * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
14525         Require sym-comp.  Add Python buffer to same-window-buffer-names.
14526         Fixup whitespaces.
14527         (python-font-lock-keywords): Add highlighting for Python builtins.
14528         (python-font-lock-syntactic-keywords): Rewrite.
14529         (python-quote-syntax): Use syntax-ppss-context instead of parsing
14530         ppss directly.
14531         (python-mode-map): Add binding for python-find-function.
14532         (python-calculate-indentation): Clean up the logic.
14533         (python-beginning-of-defun): Explicitly set return value.
14534         (python-beginning-of-statement): Stop looping if we get stuck
14535         going backwards.
14536         (python-next-statement): Stop looping if we somehow end up inside
14537         a string while advancing.
14538         (python-preoutput-continuation, python-version-checked): New vars.
14539         (python-check-version): New function.
14540         (run-python): Set default command to python-command instead of
14541         python-python-command.
14542         (run-python): Use python-check-version.  Give PYTHONPATH
14543         precedence over data-directory in the process environment.
14544         Load function definitions in python process after.
14545         (python-check-comint-prompt): New function.
14546         (python-send-command, python-send-receive): Use it.
14547         (python-complete-symbol, python-try-complete): Functions deleted.
14548         Use symbol-complete instead of python-complete-symbol throughout.
14549         (python-fill-paragraph): Further refine the fenced-string regexp.
14550         (def-python-skeleton): Expand to the original abbrev instead if in
14551         a comment or string.  Tweak skeletons for `if', `while', `for',
14552         `try/except', `try/finally', `name'.
14553         (python-pea-hook, python-abbrev-pc-hook): New functions.
14554         (python-abbrev-syntax-table): New var.
14555         (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
14556         Use symbol-completion-try-complete for hippie expansion.
14557         Turn on font lock unconditionally.
14558         (python-mode-hook): Defcustom it.  No need to use make-local
14559         variable on indent-tabs-mode in "Turn off Indent Tabs mode"
14560         option, since it's buffer-local.
14562 2008-02-21  Juanma Barranquero  <lekktu@gmail.com>
14564         * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
14566 2008-02-21  Drew Adams  <drew.adams@oracle.com>
14568         * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
14569         "Turn off" and a "Help" entry when the minor mode has no menu.
14571 2008-02-21  Dan Nicolaescu  <dann@ics.uci.edu>
14573         * vc.el (vc-status-mark, vc-status-unmark): New functions.
14574         (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
14575         vc-status-mark-file and vc-status-unmark-file.
14576         (vc-status-mark-unmark): New function.
14577         (vc-status-previous-line, vc-status-next-line): No longer interactive.
14579 2008-02-21  Glenn Morris  <rgm@gnu.org>
14581         * composite.el (encode-composition-rule): Fix typo in error message.
14582         (composition-function-table, auto-composition-mode): Doc fixes.
14584         * subr.el (sit-for): Fix obsolete form for nil second argument.
14586         * textmodes/spell.el (spell-buffer, spell-word, spell-region)
14587         (spell-string): Make obsolete, in favor of ispell.
14589 2008-02-21  Kenichi Handa  <handa@ni.aist.go.jp>
14591         * language/devanagari.el: Don't setup composition-function-table
14592         here.
14593         ("Devanagari"): Change charset, coding-system, coding-priority to
14594         Unicode-based ones.  Don't require the feature devan-util.
14596         * composite.el (compose-chars-after): Fix arguments for a function
14597         in composition-function-table.
14598         (auto-compose-region): Likewise.
14600         * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
14601         for Ethiopic.
14602         (ps-mule-plot-string): Ignore glyph-string based compositions.
14604 2008-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14606         * doc-view.el: Allow different windows to show different pages.
14607         (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
14608         (doc-view-current-image, doc-view-current-overlay): Remove variables,
14609         add them back as macros instead, using image-mode-winprops instead.
14610         Update all users of those variables.
14611         (doc-view-new-window-function): New function to create a new overlay
14612         for each new window.
14613         (doc-view-mode): Use it and image-mode-setup-winprops.
14614         (doc-view-clone-buffer-hook): Rewrite accordingly.
14616         * image-mode.el: Extend [hv]scroll support to per-window properties.
14617         (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
14618         (image-mode-winprops-alist): New var to replace them.
14619         (image-mode-new-window-functions): New hook.
14620         (image-mode-winprops, image-mode-window-get, image-mode-window-put):
14621         New funs.
14622         (image-set-window-vscroll, image-set-window-hscroll): Use them.
14623         Remove the `window' argument, update callers.
14624         (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
14625         Use the new functions.
14626         (image-mode-reapply-winprops): New fun.
14627         (image-mode): Use it.
14629 2008-02-20  Jay Belanger  <jay.p.belanger@gmail.com>
14631         * calc/calc-math.el (math-sin-raw): Add optional argument
14632         to keep track of original argument.
14633         (math-cos-raw): Use optional argument when calling math-sin-raw.
14634         (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
14635         with close to original precision.
14637 2008-02-20  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14639         * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
14640         args in calls of sit-for.
14642 2008-02-20  Juanma Barranquero  <lekktu@gmail.com>
14644         * vc-svn.el (vc-svn-program): Fix typo in docstring.
14645         (vc-svn-checkin): Fix typo in error message.
14647         * help-mode.el: Require easymenu when compiling.
14649 2008-02-20  Dan Nicolaescu  <dann@ics.uci.edu>
14651         * help-mode.el (help-mode-menu): New menu.
14653 2008-02-20  Glenn Morris  <rgm@gnu.org>
14655         * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
14656         on Windows.
14658 2008-02-20  Kenichi Handa  <handa@ni.aist.go.jp>
14660         * ps-mule.el (ps-mule-encode-region): Return a single string.
14661         (ps-mule-plot-string): Adjust for the above change.
14662         (ps-mule-encode-header-string): Likewise.
14664         * international/latin1-disp.el (latin1-display): Don't use
14665         ucs-mule-8859-to-mule-unicode.  Fix the way of resetting
14666         standard-display-table.
14667         (latin1-display-identities): Adjust for the change of what is
14668         returned by (get-language-info charset 'charset).
14670         * international/mule-util.el (char-displayable-p): Fix for Latin-1
14671         characters and terminal case.
14673 2008-02-19  Ken Manheimer  <ken.manheimer@gmail.com>
14675         Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
14677         * progmodes/python.el: Also require comint when loading.
14678         (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
14679         Replace python-shell with run-python on menu bar.
14680         (python-shell-map): New map.
14681         (python-default-interpreter, python-python-command-args)
14682         (python-jython-command-args, python-pdbtrack-do-tracking-p):
14683         New options.
14684         (python-which-shell, python-which-args, python-which-bufname):
14685         New buffer local variables.
14686         (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
14688         * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
14689         (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
14690         New constants.
14692         Pdbtrack features:
14694         (python-point, python-end-of-def-or-class)
14695         (python-beginning-of-def-or-class, python-goto-initial-line)
14696         (python-comint-output-filter-function)
14697         (python-pdbtrack-overlay-arrow)
14698         (python-pdbtrack-track-stack-file, python-toggle-shells)
14699         (python-shell, python-pdbtrack-toggle-stack-tracking)
14700         (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
14701         New functions.
14703 2008-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14705         * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
14706         when the argument is nil.
14708 2008-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
14710         * vc.el (dir-status): Add a brief description.
14712 2008-02-19  Thien-Thi Nguyen  <ttn@gnuvola.org>
14714         * vc-hooks.el (vc-find-root): Take optional arg INVERT.
14715         If non-nil, reverse the sense of the check.
14717         * vc-rcs.el (vc-rcs-root): New func.
14718         * vc-cvs.el (vc-cvs-root): New func.
14719         * vc-svn.el (vc-svn-root): New func.
14720         * vc-sccs.el (vc-sccs-root): New func.
14722 2008-02-18  Kenichi Handa  <handa@ni.aist.go.jp>
14724         * language/japan-util.el (setup-japanese-environment-internal):
14725         Call use-cjk-char-width-table.
14727         * language/japanese.el ("Japanese"): Set exit-function to
14728         use-default-char-width-table.
14730         * international/characters.el: Delete occurrences of non-Unicode
14731         tibetan and ethiopic characters.
14732         (cjk-char-width-table): New variable.
14733         (use-cjk-char-width-table, use-default-char-width-table):
14734         New functions.
14736 2008-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
14738         * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
14739         (vc-status-mode-menu): Add a :filter.
14740         (vc-status-printer): Add faces.
14742         * vc-hg.el (vc-hg-extra-status-menu): New function.
14743         (vc-hg-dir-status): Clean up the buffer before using it.
14745 2008-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14747         * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
14748         (gdb): Initialize it here instead.
14750         * files.el (locate-dominating-file): Fix thinko in last change.
14751         Reported by Bruce Stephens <bruce.stephens@isode.com>.
14753 2008-02-18  Dan Nicolaescu  <dann@ics.uci.edu>
14755         * vc.el (vc-status-mode-menu): New menu for vc-status.
14757 2008-02-18  Juanma Barranquero  <lekktu@gmail.com>
14759         * progmodes/verilog-mode.el (customize): Fix typo in error message.
14760         (verilog-mode, verilog-mode-indent, verilog-mode-actions)
14761         (verilog-mode-auto, verilog-indent-level-module)
14762         (verilog-minimum-comment-distance, verilog-library-flags)
14763         (verilog-library-directories, verilog-library-files)
14764         (verilog-auto-reset-widths, verilog-imenu-generic-expression)
14765         (verilog-xemacs-menu, verilog-set-compile-command)
14766         (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
14767         (verilog-get-expr, verilog-strip-comments, verilog-one-line)
14768         (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
14769         (verilog-batch-inject-auto, verilog-batch-indent)
14770         (verilog-continued-line, verilog-type-keywords)
14771         (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
14772         (verilog-read-inst-pins, verilog-read-arg-pins)
14773         (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
14774         (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
14775         (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
14776         (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
14777         (verilog-sk-datadef, verilog-colorize-include-files-buffer)
14778         (verilog-mode-version, verilog-mode-release-date)
14779         (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
14780         (verilog-simulator, verilog-compiler)
14781         (verilog-auto-sense-defines-constant, verilog-company)
14782         (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
14783         Fix typos in docstrings.
14784         (verilog-set-auto-endcomments, verilog-calculate-indent)
14785         (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
14786         Reflow docstrings.
14787         (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
14788         (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
14789         (electric-verilog-forward-sexp, verilog-in-case-region-p)
14790         (verilog-in-struct-region-p, verilog-in-generate-region-p)
14791         (verilog-leap-to-head, verilog-current-indent-level)
14792         (verilog-case-indent-level, verilog-cpp-keywords)
14793         (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
14794         (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
14795         (verilog-signals-not-in, verilog-symbol-detick-text)
14796         (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
14797         (verilog-forward-close-paren, verilog-backward-open-paren)
14798         (verilog-backward-open-bracket): Doc fixes.
14800         * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
14801         (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
14802         (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
14803         (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
14804         (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
14805         Fix typos in docstrings.
14807         * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
14809 2008-02-18  Bastien Guerry  <Bastien.Guerry@ens.fr>
14811         * info.el (Info-read-node-name): Removed unused `default' arg.
14813 2008-02-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
14815         * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
14817 2008-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
14819         * image-mode.el (image-get-display-property): New fun.
14820         (image-forward-hscroll, image-next-line, image-eol, image-eob)
14821         (image-mode, image-minor-mode, image-toggle-display-text)
14822         (image-toggle-display): Use it.
14824 2008-02-18  Jason Rumney  <jasonr@gnu.org>
14826         * international/mule.el (xml-find-file-coding-system): Don't warn
14827         about utf-16 with BOM.
14829         * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
14831         * international/mule.el (sgml-xml-auto-coding-function): Detect and
14832         warn if file encoding is not utf-8 and encoding not specified.
14833         (xml-find-file-coding-system): New function.
14834         * international/mule-conf.el (file-coding-system-alist): Use it.
14836 2008-02-17  Glenn Morris  <rgm@gnu.org>
14838         * international/mule-cmds.el (set-locale-environment):
14839         Pass `frame' to getenv for LC_MESSAGES.
14841 2008-02-17  Juri Linkov  <juri@jurta.org>
14843         * time.el (emacs-init-time): Use format instead of format-seconds.
14845 2008-02-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14847         * textmodes/bibtex.el (bibtex-search-entry): Rename from
14848         bibtex-find-entry.  Add autoload cookie.
14849         (bibtex-find-entry): Alias for bibtex-search-entry.
14850         (bibtex-search-crossref): Rename from bibtex-find-crossref.
14851         (bibtex-find-crossref): Alias for bibtex-search-crossref.
14852         (bibtex-clean-entry): atomic-change-group removed.
14853         (bibtex-format-entry): Use atomic-change-group.  Use unwind-protect
14854         to locate buffer location where error occurred.
14855         Make error messages more specific.
14856         (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
14858 2008-02-17  Dan Nicolaescu  <dann@ics.uci.edu>
14860         * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
14861         top level.
14863         * simple.el (transient-mark-mode): Add an :init-value.
14865         * startup.el (command-line): Use custom-reevaluate-setting for
14866         transient-mark-mode.
14868 2008-02-17  Michaël Cadilhac  <michael@cadilhac.name>
14870         * wdired.el (wdired-allow-to-change-permissions): Fix typo.
14872 2008-02-16  Juri Linkov  <juri@jurta.org>
14874         * startup.el (after-init-time): New variable.
14875         (command-line): Set `after-init-time' to the current time.
14877         * time.el (emacs-init-time): New function.
14879 2008-02-16  Stefan Monnier  <monnier@iro.umontreal.ca>
14881         * files.el (locate-dominating-file): Remove initial loop because it's
14882         not careful enough.  Detect the uid-change all within the main loop.
14884 2008-02-16  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
14886         * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
14888 2008-02-16  Dan Nicolaescu  <dann@ics.uci.edu>
14890         * vc.el (vc-annotate): Add new argument.
14891         (vc-annotate-warp-revision): Pass the current line to vc-annotate.
14893         * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
14894         Move make-variable-buffer-local code after the corresponding defvar.
14895         (hs-minor-mode-map): Define and initialize in one step.
14896         (hs-minor-mode): Change from defun to define-minor-mode.
14898 2008-02-16  Nick Roberts  <nickrob@snap.net.nz>
14900         * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
14901         (gdb-ready): Move declaration...
14903         * progmodes/gdb-ui.el (gdb-ready): ...to here.
14904         (gdb-early-user-input): New variable.
14905         (gdb): Reset gdb-flush-pending-output to nil and set
14906         comint-input-sender here (before gdb-prompt), instead of...
14907         (gdb-init-1): ...here.
14908         (gdb-send): If Emacs is not ready, defer user input to...
14909         (gdb-prompt): ...here.
14911 2008-02-16  Glenn Morris  <rgm@gnu.org>
14913         * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
14915         * startup.el (emacs-startup-time): Rename to `before-init-time'.
14916         (before-init-time): New name for `emacs-startup-time'.
14917         (command-line): Use before-init-time rather than emacs-startup-time.
14918         * time.el (emacs-uptime): Use before-init-time rather than
14919         emacs-startup-time.
14921         * composite.el (composition-function-table): Doc fix.
14923         * calendar/time-date.el (format-seconds): Remove `nonzero' argument
14924         in favor of `%z' specifier.
14925         (emacs-uptime): Move to time.el.
14926         * time.el (emacs-uptime): Move here from time-date.el.  Add optional
14927         `format' argument.  Doc fix.  Use `%z' rather than removed `nonzero'
14928         argument of format-seconds.
14930 2008-02-16  Dan Nicolaescu  <dann@ics.uci.edu>
14932         * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
14934 2008-02-15  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
14936         * ielm.el (ielm-is-whitespace): Remove.
14937         (ielm-is-whitespace-or-comment): New function.
14938         (ielm-eval-input): Use it.
14940 2008-02-15  Jason Rumney  <jasonr@gnu.org>
14942         * term/mac-win.el: Fix coding tag.
14944 2008-02-15  Dan Nicolaescu  <dann@ics.uci.edu>
14946         * vc-hooks.el (vc-menu-map):
14947         * bindings.el (mode-line-mode-menu): Add tooltips.
14949         * bindings.el (help-echo): Add more tooltips.  Use a less
14950         telegraphic style for existing tooltips.
14952 2008-02-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14954         * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
14955         from the auto-generated one.
14957 2008-02-14  Glenn Morris  <rgm@gnu.org>
14959         * mail/rmail-spam-filter.el (rmail-spam-filter):
14960         Let-bind message-spam-status.
14962         * mail/smtpmail.el (password-cache-add): Declare as function.
14964 2008-02-14  Justus Piater  <Justus-bulk@Piater.name>  (tiny change)
14966         * mail/smtpmail.el: Use password-cache.
14968 2008-02-14  Juanma Barranquero  <lekktu@gmail.com>
14970         * uniquify.el (uniquify-buffer-base-name): New function.
14971         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
14973         * desktop.el (uniquify-managed): Don't defvar.
14974         (desktop-buffer-info): Use `uniquify-buffer-base-name', not
14975         `uniquify-managed'.  Return also the buffer's base name.
14976         (desktop-save): When saving the buffer info, filter out the base name,
14977         and save it as buffer name if the buffer is managed by uniquify.
14978         (uniquify-item-base): Don't declare; not called anymore.
14980 2008-02-14  Dan Nicolaescu  <dann@ics.uci.edu>
14982         * vc.el (vc-annotate-find-revision-at-line): New function.
14983         (vc-annotate-mode-map): Bind it.
14984         (vc-annotate-mode-menu): Add a menu entry for it.  Add :help for
14985         some entries.
14987 2008-02-14  Glenn Morris  <rgm@gnu.org>
14989         * calendar/time-date.el (format-seconds): New function.
14990         (emacs-uptime): Use format-seconds.
14992         * Makefile.in (custom-deps, finder-data, autoloads, recompile):
14993         Remove `LC_ALL=C', since it's included in $(emacs) now.
14995 2008-02-14  Zhang Wei  <id.brep@gmail.com>
14997         * textmodes/org-publish.el (org-publish-timestamp-filename):
14998         Replace colon characters in filename too.
15000 2008-02-13  Bastien Guerry  <bzg@altern.org>
15002         * mail/rmail.el (rmail-header-name): New face.
15003         (rmail-font-lock-keywords): Use rmail-header-name.
15005         * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
15006         against X-Spam-Status header field.
15007         (rmail-spam-filter): Also check X-Spam-Status header field.
15009 2008-02-14  Mark A. Hershberger  <mah@everybody.org>
15011         * progmodes/flymake.el (flymake-allowed-file-name-masks):
15012         Add support for .pm files and .php files.
15013         (flymake-err-line-patterns): Add pattern for PHP errors.
15014         (flymake-php-init): New function.  PHP support for flymake.
15016         * progmodes/compile.el (compilation-error-regexp-alist-alist):
15017         Add regular expression for PHP errors.
15019 2008-02-13  Michael Albinus  <michael.albinus@gmx.de>
15021         * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
15022         This DTRT even on w32 machines.
15023         (ange-ftp-cf1): Quote FILENAME.
15025 2008-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
15027         * smerge-mode.el (smerge-auto-combine-max-separation): New var.
15028         (smerge-auto-combine): New fun.
15030 2008-02-12  Juri Linkov  <juri@jurta.org>
15032         * startup.el (fancy-startup-screen, normal-splash-screen):
15033         Set default-directory to command-line-default-directory.
15035         * desktop.el (after-init-hook): Set inhibit-startup-screen to t
15036         after reading the desktop.
15038         * progmodes/compile.el (compilation-auto-jump):
15039         Call compile-goto-error only when compilation-auto-jump-to-first-error
15040         is non-nil.
15041         (compilation-scroll-output): Replace :type 'boolean with a choice
15042         that has three options including a third option `first-error'.
15043         Doc fix.
15044         (compilation-start, compilation-forget-errors): Add an alternate
15045         condition comparing compilation-scroll-output with `first-error'
15046         in addition to compilation-auto-jump-to-first-error (to call
15047         compilation-auto-jump in the proper place).
15049 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15051         * international/mule.el (sgml-html-meta-auto-coding-function):
15052         Make sure the search limit is ahead.
15054         * tar-mode.el: Fix broken indentation.
15055         (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
15056         Use with-current-buffer.
15058 2008-02-12  Juanma Barranquero  <lekktu@gmail.com>
15060         * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
15061         it is already automatically buffer-local.
15063 2008-02-12  Drew Adams  <drew.adams@oracle.com>
15065         * help.el (describe-key): Join some split lines to facilitate filling.
15066         * help-fns.el (describe-function-1): Fill text of overlong lines.
15068 2008-02-12  Kenichi Handa  <handa@ni.aist.go.jp>
15070         * emacs-lisp/bytecomp.el (byte-compile-lapcode):
15071         Use unibyte-string instead of string-make-unibyte.
15073         * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
15075 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15077         * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
15078         works also for buffers w/o buffer-file-name.  Update callers.
15079         (doc-view-clone-buffer-hook): New fun.
15080         (doc-view-mode): Use it for indirect clones.  Mark the overlays with
15081         the `doc-view' property so they can be recognized.
15083         * simple.el (clone-indirect-buffer-hook): New hook.
15084         (clone-indirect-buffer): Run it.
15086 2008-02-11  Michael Olson  <mwolson@gnu.org>
15088         * epa-setup.el:
15089         * epg-package-info.el: Files removed.
15091 2008-02-11  Daiki Ueno  <ueno@unixuser.org>
15093         * epa.el (epa-menu-mode): Merge into epa-mode.
15094         (epa-menu-items): Rename the label "EasyPG Assistant" to
15095         "Encryption/Decryption".
15097         * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
15098         (epa-dired-mode-map): Rename from epa-dired-map.
15099         (epa-global-dired-mode): Rename the global minor mode.
15101 2008-02-11  Drew Adams  <drew.adams@oracle.com>
15103         * isearch.el (isearch-fail): New face.
15104         (isearch-message): Highlight failure part of input.
15106 2008-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
15108         * ibuffer.el (ibuffer-header-line-format): New var.
15109         (ibuffer-mode): Set it instead of header-line-format.
15110         (ibuffer-update): Use it to set header-line-format.
15112         * international/mule-cmds.el (ucs-insert): Inherit surrounding
15113         properties like self-insert-command.
15115 2008-02-11  Drew Adams  <drew.adams@oracle.com>
15117         * progmodes/etags.el: Add many doc strings.
15119 2008-02-11  Jason Rumney  <jasonr@gnu.org>
15121         * ldefs-boot.el: Regenerated.
15123 2008-02-11  Glenn Morris  <rgm@gnu.org>
15125         * progmodes/compile.el (compilation-error-regexp-alist-alist):
15126         Shorten some names.
15128         * ffap.el (ffap-rfc-directories): Add :version.
15130 2008-02-11  Chris Moore  <christopher.ian.moore@gmail.com>
15132         * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
15133         files, and backup files of same.
15135 2008-02-11  Kevin Ryde  <user42@zip.com.au>
15137         * ffap.el (ffap-rfc-directories): New variable.
15138         (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
15140         * info.el (Info-next-reference, Info-prev-reference)
15141         (Info-try-follow-nearest-node): Move to and follow https:// links too.
15143         * simple.el (completion-list-mode): Show full completion-list-mode-map
15144         in the docstring.
15146 2008-02-11  Sam Steingold  <sds@gnu.org>
15148         * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
15150 2008-02-11  Glenn Morris  <rgm@gnu.org>
15152         * startup.el (emacs-startup-time): New variable.
15153         (command-line): Set emacs-startup-time.
15155         * calendar/time-date.el (emacs-uptime): New function.
15157 2008-02-10  Bastien Guerry  <bzg@altern.org>
15159         * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
15160         (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
15161         it is nil.
15163 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
15165         * epg-config.el: Expand the contents of epg-package-info.el.
15166         (epg-package-name): New constant.
15167         (epg-version-number): New constant.
15168         (epg-bug-report-address): New constant.
15170         * epa-mail.el (epa-mail-mode): Add autoload cookie.
15171         (epa-global-mail-mode): New global minor mode.
15173         * epa-file.el (epa-file-mode): New global minor mode.
15175         * epa-dired.el (epa-dired-mode): New global minor mode.
15177         * epa.el (epa-menu): New variable.
15178         (epa-menu-items): New variable.
15179         (epa-menu-mode): New global minor mode.
15180         (epa-global-minor-modes): New user option.
15181         (epa-mode): New global minor mode.
15183 2008-02-10  Michael Albinus  <michael.albinus@gmx.de>
15185         * net/dbus.el: Remove `no-byte-compile' cookie.
15186         (dbus-call-method, dbus-register-signal, dbus-debug)
15187         (dbus-registered-functions-table): Declare them with
15188         `declare-function' or `defvar', respectively.
15189         (top): Don't assert any longer.  Require 'cl when compiling.
15190         Apply `ignore-errors' but `dbus-ignore-errors'.
15192 2008-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
15194         * diff-mode.el (diff-add-change-log-entries-other-window):
15195         Use add-change-log-entry.
15197 2008-02-09  Jason Rumney  <jasonr@gnu.org>
15199         * button.el (button-map):
15200         * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
15201         * ldefs-boot.el: Regenerate.
15203 2008-02-09  Dan Nicolaescu  <dann@ics.uci.edu>
15205         * epa.el (epa-faces, epa):
15206         * epa-file.el (epa-file):
15207         * epg-config.el (epg): Add :version.
15209 2008-02-09  Thien-Thi Nguyen  <ttn@gnuvola.org>
15211         * vc.el (vc-exec-after): Append CODE to previous fragments.
15212         (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
15213         take MESSAGES instead of VERBOSE; use it when non-nil.
15214         (vc-diff-internal): Compute messages once; use them;
15215         update call to vc-diff-finish.
15217 2008-02-09  Michael Olson  <mwolson@gnu.org>
15219         * net/tramp.el (tramp-process-sentinel): Avoid error when process
15220         buffer has been killed, such as by
15221         `tramp-cleanup-all-connections'.
15223 2008-02-09  Miles Bader  <miles@gnu.org>
15225         * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
15227 2008-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15229         * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
15230         splitter in context hunks.
15232 2008-02-08  Kenichi Handa  <handa@ni.aist.go.jp>
15234         * international/fontset.el (setup-default-fontset): Fix arabic otf
15235         font specification.
15237 2008-02-08  Daiki Ueno  <ueno@unixuser.org>
15239         * epa-dired.el:
15240         * epa-file.el:
15241         * epa-mail.el:
15242         * epa-setup.el:
15243         * epa.el:
15244         * epg-config.el:
15245         * epg-package-info.el:
15246         * epg.el: Initial check-in of EasyPG.
15248 2008-02-08  Glenn Morris  <rgm@gnu.org>
15250         * woman.el (woman-locale): New defcustom.
15251         (woman-expand-locale, woman-manpath-add-locales): New functions.
15252         (woman-manpath): Call woman-manpath-add-locales.  Bump :version.
15254         * international/mule-cmds.el (locale-translate): New function,
15255         with old code extracted from set-locale-environment.
15256         (set-locale-environment): Use locale-translate.  Set woman-locale.
15258         * cus-start.el (selection-coding-system): Remove, since it's now
15259         defined in select.el rather than in xselect.c.
15260         * select.el (selection-coding-system): Make it a defcustom, and
15261         add the properties from cus-start.el.  Bump :version.
15263         * custom.el (custom-theme-set-variables): Sort symbols that are
15264         dependencies before symbols that depend on them.
15265         (custom-enabled-themes): Set after custom-theme-directory.
15267         * pcmpl-unix.el (top-level): Move provide statement to end.
15268         (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
15269         `*' from doc-string.  Allow to be nil.
15270         (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
15271         Allow to be nil.  Add :version.
15272         (pcmpl-ssh-hosts): Move definition before use.  Handle lines
15273         without hostnames, and multiple hostnames per line.
15275         * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
15277 2008-02-08  Phil Hagelberg  <phil@evri.com>
15279         * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
15280         (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
15282 2008-02-07  Timo Savola  <timo.savola@iki.fi>
15284         * startup.el (command-line-x-option-alist): Add --parent-id.
15286         * term/x-win.el (x-handle-parent-id): New function.
15288 2008-02-07  Chris Moore  <christopher.ian.moore@gmail.com>
15290         * mouse.el (x-fixed-font-alist): Use consistent capitalization for
15291         "Font Menu".
15293 2008-02-06  Michael Albinus  <michael.albinus@gmx.de>
15295         * net/dbus.el (dbus-interface-peer): New defconst.
15296         (dbus-ping): New defun.
15298 2008-02-06  Sam Steingold  <sds@gnu.org>
15300         * vc-hooks.el (vc-prefix-key): New user-customizable variable.
15302 2008-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15304         * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
15305         Just return nil and let the C code provide a fallback.
15307 2008-02-05  Glenn Morris  <rgm@gnu.org>
15309         * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
15310         tramp-flush-connection-property for removed 2nd argument.
15312 2008-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15314         * diff-mode.el (diff-add-change-log-entries-other-window):
15315         Rename from diff-create-changelog.  Change users.
15316         Minor change to hopefully work with plain diffs.
15317         (diff-mode-map): Add binding for it.
15319 2008-02-04  Dan Nicolaescu  <dann@ics.uci.edu>
15321         * diff-mode.el: Add new TODO entry.
15322         (diff-create-changelog): New function.
15323         (diff-mode-menu): Bind it.
15325 2008-02-04  Kenichi Handa  <handa@ni.aist.go.jp>
15327         * international/mule-diag.el (print-fontset-element): Handle the
15328         case of inhibiting the fallback fonts.
15330 2008-02-04  Kim F. Storm  <storm@cua.dk>
15332         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
15333         (ido-magic-delete-char): Use prefix arg.
15335 2008-02-03  Juanma Barranquero  <lekktu@gmail.com>
15337         * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
15338         because the latter is in fact a 1.2.8 build distributed with GTK+ (as
15339         of today, the most recent libpng is 1.2.24).
15341 2008-02-03  Michael Albinus  <michael.albinus@gmx.de>
15343         * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
15345         * net/dbus.el (top): Check (featurep 'dbusbind).
15347         * net/tramp.el (tramp-process-sentinel): New defun.
15348         (tramp-do-copy-or-rename-file-out-of-band)
15349         (tramp-maybe-open-connection): Use it as process sentinel.
15350         (tramp-handle-delete-directory): Don't use the "-f" option; it
15351         isn't portable.
15352         (tramp-handle-start-file-process): Echo `tramp-end-of-output'
15353         after the command.
15354         (tramp-handle-shell-command): Set `mode-line-process' in the
15355         asynchronous case.
15357         * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
15359         * net/tramp-fish.el (tramp-fish-maybe-open-connection):
15360         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
15361         Use `tramp-process-sentinel' as process sentinel.
15363 2008-02-02  Juanma Barranquero  <lekktu@gmail.com>
15365         * whitespace.el (global-whitespace-mode): Revert last change.
15366         (whitespace-unload-function): Force `global-whitespace-mode'
15367         to deactivate local modes in a slightly less intrusive way.
15369 2008-02-02  Eli Zaretskii  <eliz@gnu.org>
15371         * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
15373 2008-02-02  Glenn Morris  <rgm@gnu.org>
15375         * international/latin1-disp.el (latin1-display):
15376         * progmodes/fortran.el (fortran-comment-indent-char):
15377         * progmodes/idlw-shell.el (top-level):
15378         * term/mac-win.el (mac-keyboard-translate-char):
15379         * whitespace.el (whitespace-char-valid-p):
15380         * wid-edit.el (widget-key-sequence-read-event):
15381         Use characterp rather than char-valid-p.
15383         * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
15384         to capitalized-find-word-boundary.  Doc fix.  Update callers.
15385         (capitalized-next-word-boundary-function-table): Rename to
15386         capitalized-find-word-boundary-function-table.  Doc fix.  Update users.
15388         * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
15389         string-to-int.
15391         * ps-def.el (declare-function): Add compatibility definition.
15392         (ps-plot-with-face, ps-plot-string): Declare as functions.
15393         (ps-bold-faces, ps-italic-faces): Declare variables.
15395         * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
15396         (ps-mule-end-job): Declare as functions.
15398         * wid-edit.el (widget-string-complete): Use assoc-string rather
15399         than assoc-ignore-case.
15401 See ChangeLog.13 for earlier changes.
15403 ;; Local Variables:
15404 ;; coding: utf-8
15405 ;; add-log-time-zone-rule: t
15406 ;; bug-reference-url-format: "http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=%s"
15407 ;; End:
15409     Copyright (C) 2008  Free Software Foundation, Inc.
15411   This file is part of GNU Emacs.
15413   GNU Emacs is free software: you can redistribute it and/or modify
15414   it under the terms of the GNU General Public License as published by
15415   the Free Software Foundation, either version 3 of the License, or
15416   (at your option) any later version.
15418   GNU Emacs is distributed in the hope that it will be useful,
15419   but WITHOUT ANY WARRANTY; without even the implied warranty of
15420   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15421   GNU General Public License for more details.
15423   You should have received a copy of the GNU General Public License
15424   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
15426 ;; arch-tag: c241c1f9-d668-48bf-920a-2897ed0340bc