(Buffer-menu-buffer+size, list-buffers-noselect):
[emacs.git] / lisp / ChangeLog
blobc892c6f30b0a0a3f372ace193bde98c0e7d1bbc5
1 2008-11-20   Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
3         * buff-menu.el (Buffer-menu-buffer+size, list-buffers-noselect):
4         Pay attention to char widths when computing string sizes.
6 2008-11-20  Juanma Barranquero  <lekktu@gmail.com>
8         * emacs-lisp/bytecomp.el (byte-compile-dynamic-docstrings)
9         (byte-compile-output-docform): Reflow docstrings.
10         (no-byte-compile): Fix typo in docstring.
11         (byte-recompile-directory, compile-defun): Doc fixes.
12         (emacs-lisp-file-regexp, byte-compile-verbose)
13         (byte-compile-compatibility, byte-optimize, byte-compile-delete-errors)
14         (byte-compile-dynamic-docstrings, byte-optimize-log)
15         (byte-compile-error-on-warn, byte-compile-warnings)
16         (byte-compile-generate-call-tree, byte-compile-call-tree-sort):
17         Remove * from defcustom docstrings.
19 2008-11-20  Glenn Morris  <rgm@gnu.org>
21         * format.el (format-alist, format-write-file): Doc fix.
23         * proced.el (proced-available): New variable.
24         (proced-process-attributes): Move availability check from previous
25         change from here...
26         (proced): ... to here.
28         * vc-hg.el (vc-hg-diff-switches): New option.
29         (vc-hg-diff): Apply diff switches.  (Bug#1017)
31         * calc/calc-units.el (math-additional-units): Doc fix (active voice).
33         * progmodes/fortran.el (fortran-mode-map): Add some menu :help.
35 2008-11-20  Stephen Berman  <Stephen.Berman@gmx.net>
37         * files.el (auto-mode-alist): Recognize more OpenOffice.org extensions.
39 2008-11-19  Juanma Barranquero  <lekktu@gmail.com>
41         * calc/calc-units.el (math-units-table): Doc fix.
42         (math-standard-units): Fix typo in constant's description.
43         (math-additional-units): Fix typo in docstring.
45 2008-11-19  Ulrich Mueller  <ulm@kph.uni-mainz.de>
47         * calc/calc-units.el (math-standard-units): Add eps0,
48         permittivity of vacuum.
50 2008-11-19  Dan Nicolaescu  <dann@ics.uci.edu>
52         * files.el (project-settings-file): Remove.
53         (project-find-settings-file): Undo previous change that added the
54         use of project-settings-file.
56 2008-11-19  Glenn Morris  <rgm@gnu.org>
58         * proced.el (proced, proced-format-time): Doc fixes.
59         (proced-process-attributes): Signal an error if unsupported.  (Bug#1314)
61 2008-11-19  Karl Fogel  <kfogel@red-bean.com>
63         * bookmark.el (bookmark-jump-noselect): Move the deprecation
64         notice into the doc string, following up to 2008-10-29T17:42:49Z!cyd@stupidchicken.com.
66 2008-11-19  Lute Kamstra  <lute@gnu.org>
68         * autoinsert.el (auto-insert-alist): Don't use match data.
70 2008-11-19  Glenn Morris  <rgm@gnu.org>
72         * progmodes/f90.el (f90-mode-map): Add some menu :help.
74         * autoinsert.el (auto-insert-alist): Update template to FDL 1.3+.
76         * emacs-lisp/cl.el (floor*, ceiling*, truncate*, round*, mod*):
77         * term/w32-win.el (x-select-font): Declare.
79         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix a/an typo.
80         Use the imperative for all help strings.
82 2008-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
84         * textmodes/ispell.el (ispell-dictionary-base-alist): Adjust to the
85         case where the default dictionary is French, Spanish, younameit.
87         * window.el (window--frame-usable-p): Consider dedicated windows
88         as usable.
90         * files.el (confirm-nonexistent-file-or-buffer):
91         Rename from find-file-confirm-nonexistent-file.
92         (read-buffer-to-switch): Use it.
94 2008-11-18  Juanma Barranquero  <lekktu@gmail.com>
96         * server.el (server-temp-file-p): Use `string-match-p'.
97         (server-socket-dir): Set to nil if local sockets are unsupported.
98         (server-start): Don't try to delete local socket if unsupported.
99         (server-kill-new-buffers): Reflow docstring.
100         (server-delete-client, server-handle-delete-frame)
101         (server-save-buffers-kill-terminal): Doc fixes.
102         (server-send-string): Fix typo in docstring.
104 2008-11-18  Sam Steingold  <sds@gnu.org>
106         * progmodes/compile.el (compilation-start-hook): New hook.
107         (compilation-start): Run it on the compilation process.
109 2008-11-18  Juanma Barranquero  <lekktu@gmail.com>
111         * international/mule-cmds.el (update-leim-list-file): Simplify.
112         (prefer-coding-system, find-coding-systems-for-charsets):
113         Fix docstring typos.
114         (select-safe-coding-system, input-method-exit-on-first-char)
115         (language-info-alist, language-info-custom-alist): Reflow docstrings.
116         (toggle-input-method, read-multilingual-string): Doc fixes.
117         Reflow docstrings.
118         (locale-name-match, sort-coding-systems, find-multibyte-characters)
119         (read-char-by-name): Use `string-match-p'.
120         (get-char-code-property, put-char-code-property)
121         (char-code-property-description): Be silent while loading uni-* files.
122         (ucs-names): Use `dotimes-with-progress-reporter', because loading
123         the Unicode character names is *slow*.
125 2008-11-17  Chong Yidong  <cyd@stupidchicken.com>
127         * wid-edit.el (widget-image-insert): Don't add a mouse-face.
129         * cus-edit.el (custom-group-value-create): Don't insert docstring twice.
131 2008-11-17  Juanma Barranquero  <lekktu@gmail.com>
133         * international/mule-cmds.el (ucs-completions): Mark as risky.
135 2008-11-17  Martin Rudalics  <rudalics@gmx.at>
137         * help-macro.el (three-step-help): Remove * from defcustom.
138         (make-help-screen): Don't iconify selected frame.  (Bug#1322)
139         Use when instead of if and cond within condition-case.
141         * window.el (quit-window): Bind window to selected window when
142         trying to delete it.
144 2008-11-17  Glenn Morris  <rgm@gnu.org>
146         * progmodes/cc-defs.el (c-put-char-property-fun): Add fallback
147         definition of 'ignore, rather than nil.  (Bug#1353)
149 2008-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
151         * window.el (window--frame-usable-p): Allow use for soft-dedication.
153 2008-11-17  Juanma Barranquero  <lekktu@gmail.com>
155         * emulation/viper-cmd.el (viper-harness-minor-mode): Fix docstring typo.
157         * simple.el (quoted-insert, minibuffer-history-isearch-pop-state, undo)
158         (undo-only, rotate-yank-pointer, kill-whole-line, push-mark-command)
159         (exchange-point-and-mark, set-goal-column, kill-line, backward-word)
160         (kill-word, backward-kill-word, zap-to-char): Doc fixes.
161         (shell-command, repeat-complex-command): Reflow docstrings.
162         (pop-to-mark-command): Fix typos in docstring.
164 2008-11-17  Juri Linkov  <juri@jurta.org>
166         * isearch.el (isearch-filter-predicate): Rename from
167         `isearch-success-function'.  Rename default value from
168         `isearch-success-function-default' to
169         `isearch-filter-invisible'.  Doc fix.
170         (isearch-filter-invisible): Rename from
171         `isearch-success-function-default'.  Doc fix.
172         (isearch-search, isearch-lazy-highlight-search):
173         Rename `isearch-success-function' to `isearch-filter-predicate'.
175         * dired-aux.el (dired-isearch-filter-predicate-orig): Rename from
176         `dired-isearch-orig-success-function'.
177         (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
178         (dired-isearch-filenames-end): Rename `isearch-success-function' to
179         `isearch-filter-predicate'.  Doc fix.
180         (dired-isearch-filter-filenames): Rename from
181         `dired-isearch-success-function'.
183         * info.el (Info-search, Info-mode):
184         Rename `isearch-success-function' to `isearch-filter-predicate'.
185         (Info-isearch-filter-predicate): Rename from
186         `Info-search-success-function'.
188         * simple.el (minibuffer-default-add-function): Fix docstring to
189         use clear text "default values" instead of obscure references to
190         the dynamic variable `minibuffer-default'.
192 2008-11-16  Glenn Morris  <rgm@gnu.org>
194         * term/ns-win.el (ns-extended-platform-support-mode):
195         Tweak menu entry from previous change.
197         * wid-edit.el (advertised-widget-backward): Remove autoload cookie.
199         * cus-edit.el (custom-buffer-create-internal): Always insert the
200         in-buffer buttons, regardless of tool-bar.  (Bug#1326)
202 2008-11-16  Chong Yidong  <cyd@stupidchicken.com>
204         * subr.el (read-passwd): Use read-event instead of
205         read-char-exclusive.
207 2008-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
209         * ielm.el (ielm-eval-input): Fix thinko in last change.
211 2008-11-16  Chong Yidong  <cyd@stupidchicken.com>
213         * subr.el (read-passwd): Yank current kill if the user enters C-y.
215 2008-11-16  Michael Albinus  <michael.albinus@gmx.de>
217         * net/tramp.el (tramp-handle-file-name-as-directory): New defun.
218         (tramp-file-name-handler-alist): Handle `file-name-as-directory'.
220         * net/tramp-fish.el (tramp-fish-file-name-handler-alist)
221         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
222         Handle `file-name-as-directory'.
224 2008-11-16  Chong Yidong  <cyd@stupidchicken.com>
226         * startup.el (fancy-startup-text): Give "Emacs tutorial" line the
227         usual variable-pitch face.
229 2008-11-16  Juanma Barranquero  <lekktu@gmail.com>
231         * net/ange-ftp.el (ange-ftp-multi-msgs, ange-ftp-good-msgs)
232         (ange-ftp-try-passive-mode, ange-ftp-data-buffer-name)
233         (ange-ftp-account-hashtable, ange-ftp-ls-cache-lsargs)
234         (ange-ftp-ls-cache-file, ange-ftp-ls-cache-res, ange-ftp-get-user)
235         (ange-ftp-ftp-name-component, ange-ftp-kill-ftp-process)
236         (ange-ftp-quote-string, ange-ftp-process-handle-line)
237         (ange-ftp-start-process, ange-ftp-send-cmd, ange-ftp-add-dumb-unix-host)
238         (ange-ftp-before-parse-ls-hook, ange-ftp-after-parse-ls-hook)
239         (ange-ftp-ls, ange-ftp-add-dl-dir, ange-ftp-get-file-entry)
240         (ange-ftp-set-binary-mode, ange-ftp-set-ascii-mode, ange-ftp-get-pwd)
241         (ange-ftp-file-name-as-directory-alist, ange-ftp-reread-dir)
242         (ange-ftp-vms-filename-regexp, ange-ftp-bs2000-fix-name-regexp-reverse)
243         (ange-ftp-bs2000-fix-name-regexp): Fix typos in docstrings.
244         (ange-ftp-name-format, ange-ftp-gateway-fatal-msgs)
245         (ange-ftp-xfer-size-msgs, ange-ftp-tmp-name-template)
246         (ange-ftp-netrc-filename, ange-ftp-disable-netrc-security-check)
247         (ange-ftp-default-user, ange-ftp-default-password)
248         (ange-ftp-default-account, ange-ftp-netrc-default-password)
249         (ange-ftp-netrc-default-account, ange-ftp-dumb-unix-host-regexp)
250         (ange-ftp-binary-file-name-regexp, ange-ftp-gateway-host)
251         (ange-ftp-gateway-prompt-pattern, ange-ftp-smart-gateway-port)
252         (ange-ftp-send-hash, ange-ftp-binary-hash-mark-size)
253         (ange-ftp-ascii-hash-mark-size, ange-ftp-process-verbose)
254         (ange-ftp-ftp-program-name, ange-ftp-gateway-ftp-program-name)
255         (ange-ftp-ftp-program-args, ange-ftp-nslookup-program)
256         (ange-ftp-make-backup-files, ange-ftp-retry-time)
257         (ange-ftp-bs2000-special-prefix): Remove * from defcustom docstrings.
258         (ange-ftp-skip-msgs, ange-ftp-potential-error-msgs)
259         (ange-ftp-gateway-tmp-name-template)
260         (ange-ftp-generate-anonymous-password, ange-ftp-local-host-regexp)
261         (ange-ftp-gateway-program-interactive, ange-ftp-smart-gateway)
262         (ange-ftp-raw-login): Remove * from defcustom docstrings; fix typos.
263         (ange-ftp-fatal-msgs): Remove * from defcustom docstring; doc fix.
264         (ange-ftp-gateway-program): Remove * from docstring and reflow.
265         (ange-ftp-hash-entry-exists-p, ange-ftp-hash-table-keys)
266         (ange-ftp-raw-send-cmd, ange-ftp-get-files, ange-ftp-canonize-filename)
267         (ange-ftp-file-name-as-directory, ange-ftp-directory-file-name):
268         (ange-ftp-copy-files-async, ange-ftp-rename-remote-to-remote):
269         (ange-ftp-rename-local-to-remote): Doc fixes.
270         (ange-ftp-set-xfer-size, ange-ftp-call-cont, ange-ftp-process-filter):
271         Use `when', `unless'.
272         (ange-ftp-set-passwd): Rename arg PASSWD to PASSWORD.
273         (ange-ftp-process-handle-hash): Rename arg STR to STRING.
274         (ange-ftp-nslookup-host): Rename arg HOST to HOSTNAME.
275         (ange-ftp-smart-login): Rename arg PASS to PASSWORD.
276         (ange-ftp-normal-login): Rename arg PASS to PASSWORD.  Fix typo.
277         (ange-ftp-process-sentinel): Use `when'.  Fix typo.
278         (ange-ftp-gwp-start): Use `let', not `let*'; use `when'.  Fix typo.
279         (ange-ftp-fix-name-func-alist, ange-ftp-fix-dir-name-func-alist)
280         (ange-ftp-parse-list-func-alist, ange-ftp-add-file-entry-alist)
281         (ange-ftp-delete-file-entry-alist): Fix typos and reflow docstring.
282         (ange-ftp-dumb-unix-host, ange-ftp-binary-file)
283         (ange-ftp-directory-files, ange-ftp-file-modtime, ange-ftp-vms-host)
284         (ange-ftp-mts-host, ange-ftp-cms-host, ange-ftp-bs2000-host)
285         (ange-ftp-bs2000-posix-host): Use `string-match-p' instead of
286         `(save-match-data (string-match ...))'.
287         (ange-ftp-use-gateway-p, ange-ftp-use-smart-gateway-p)
288         (ange-ftp-file-name-directory, ange-ftp-file-name-nondirectory):
289         Use `string-match-p' instead of `(save-match-data (string-match ...))'.
290         Doc fixes.
292 2008-11-16  Michael Kifer  <kifer@cs.stonybrook.edu>
294         * emulation/viper-init.el (viper-ESC-keyseq-timeout): Make it into a
295         function instead of a variable.
297         * emulation/viper-util.el (viper-fast-keysequence-p): Changed to use
298         viper-ESC-keyseq-timeout as a function.
299         (viper-get-saved-cursor-color-in-replace-mode): Use defun instead of
300         defsubst.
302         * emulation/viper-cmd.el: Let line-move-visual to nil when using
303         next-line or previous-line.
304         (viper-R-state-post-command-sentinel): Use defun instead of defsubst.
306         * emulation/viper-keym.el (viper-ESC-key): Use (kbd "ESC").
308         * ediff-util.el (ediff-toggle-multiframe): Check if control window is
309         live.
310         (ediff-save-buffer): Let window-min-height to 2.
312         * ediff-wind.el (ediff-setup-windows-plain-compare): Avoid selecting
313         the minibuffer.
315 2008-11-16  Juanma Barranquero  <lekktu@gmail.com>
317         * ielm.el (ielm-noisy, ielm-dynamic-return, ielm-mode-hook)
318         (ielm-dynamic-multiline-inputs): Remove * from defcustom docstrings.
319         (ielm-prompt-read-only, ielm-font-lock-keywords): Fix docstring typos.
320         (ielm-map): Define within defvar.  Add docstring.
321         (ielm-tab, ielm-eval-input, ielm-get-old-input, ielm-return)
322         (ielm-complete-filename): Use `when', `unless'.
323         (ielm-is-whitespace-or-comment): Use `string-match-p'.
324         (ielm-return, ielm-get-old-input): Use `looking-at-p'.
325         (ielm-change-working-buffer): Check that the buffer is live.
326         (inferior-emacs-lisp-mode): Define with `define-derived-mode'.
327         Simplify.  Reflow docstring.
328         (inferior-emacs-lisp-mode-hook, inferior-emacs-lisp-mode-map):
329         New aliases, to satisfy `define-derived-mode' expectations.
331 2008-11-15  Glenn Morris  <rgm@gnu.org>
332             Martin Rudalics  <rudalics@gmx.at>
334         * emacs-lisp/find-func.el (find-function-advised-original): New.
335         (find-function-C-source, find-function-noselect):
336         Use find-function-advised-original to handle advised funcs.  (Bug#789)
338 2008-11-15  Glenn Morris  <rgm@gnu.org>
340         * emacs-lisp/find-func.el (find-function-noselect): Add missing "is" in
341         alias message.
343         * uniquify.el (uniquify-maybe-rerationalize-w/o-cb):
344         Remove uniquify-after-kill-buffer-p dependency.
345         (uniquify-kill-buffer-function): New function.
346         (kill-buffer-hook): Use uniquify-kill-buffer-function.  (Bug#1315)
348         * term/ns-win.el (ns-do-applescript, ns-popup-font-panel): Declare.
349         (ns-show-manual, menu-bar-help-menu): Update for merge of ns-emacs into
350         main Emacs manual.
352 2008-11-15  Martin Rudalics  <rudalics@gmx.at>
354         * window.el (quit-window): Restore delete window with second
355         arg non-nil behavior as of before 2008-10-30 change.
357 2008-11-15  Chong Yidong  <cyd@stupidchicken.com>
359         * help-fns.el (describe-function-1): Do char-range check for
360         self-insert-command.
362 2008-11-14  Karl Fogel  <kfogel@red-bean.com>
364         * files.el (file-precious-flag): Document that this flag is advisory.
366 2008-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
368         * emacs-lisp/bytecomp.el (byte-compile-associative)
369         (byte-compile-minus, byte-compile-quo): If there are more than two
370         operands, don't use binary operation code (bug#1334).
372 2008-11-14  Juanma Barranquero  <lekktu@gmail.com>
374         * w32-fns.el (w32-shell-dos-semantics):
375         * calendar/diary-lib.el (diary-face-attrs):
376         * international/mule-cmds.el (set-default-coding-systems)
377         (prefer-coding-system):
378         * net/tramp.el (tramp-set-completion-function):
379         * progmodes/vhdl-mode.el (vhdl-file-header):
380         * term/pc-win.el (msdos-show-help): Fix typos in docstrings.
382         * emacs-lisp/authors.el (authors-fixed-entries): Fix typo in value.
384         * files.el (enable-local-eval, not-modified, kill-buffer-ask)
385         (kill-matching-buffers, save-buffers-kill-emacs)
386         (save-buffers-kill-terminal): Fix typos in docstrings.
387         (switch-to-buffer-other-window): Reflow docstring.
388         (revert-buffer): Doc fix.
389         (define-project-bindings): Rename arg LIST to SETTINGS.
390         (project-find-settings-file): Use `let', not `let*'.
391         Use `when'.
393 2008-11-13  Juanma Barranquero  <lekktu@gmail.com>
395         * files.el (project-settings-file, locate-dominating-file):
396         Fix typos in docstrings.
397         (find-file-visit-truename): Remove * from defcustom docstring.
399 2008-11-13  T. V. Raman  <raman@users.sourceforge.net>  (tiny change)
401         * files.el (project-settings-file): New variable.
402         (project-find-settings-file): Use it, instead of hardcoding
403         .dir.settings.el.
405 2008-11-13  Glenn Morris  <rgm@gnu.org>
407         * nxml/nxml-enc.el: Remove some charset code not needed since Emacs 22.
409 2008-11-13  Henry Weller  <hweller0@gmail.com>  (tiny change)
411         * net/mairix.el (mairix-widget-fields-list): Fix bug regarding searching
412         in mail bodies.
414 2008-11-12  Juanma Barranquero  <lekktu@gmail.com>
416         * international/mule.el (autoload-coding-system, with-category-table)
417         (ctext-non-standard-encodings-alist): Fix typos in docstrings.
418         (coding-system-equal, set-buffer-process-coding-system): Doc fixes.
419         (set-buffer-file-coding-system, revert-buffer-with-coding-system)
420         (set-file-name-coding-system, ctext-pre-write-conversion)
421         (auto-coding-functions, find-auto-coding, modify-coding-system-alist):
422         Reflow docstrings.
423         (charset-list, set-coding-priority): Remove redundant obsolescence info.
424         (charset-id, charset-bytes, make-coding-system): Add obsolescence info.
425         (char-valid-p): Define with `define-obsolete-function-alias'.
427         * textmodes/artist.el (artist-mode): Fix typos in docstring.
429 2008-11-12  Sam Steingold  <sds@gnu.org>
431         * vc-cvs.el (vc-cvs-parse-root): Handle roots without colon
432         between hostname and path.
434 2008-11-11  Juri Linkov  <juri@jurta.org>
436         * dired-aux.el (dired-isearch-filenames)
437         (dired-isearch-filenames-regexp):
438         Let-bind isearch-message-prefix-add to "filename ".
440         * isearch.el (isearch-message-prefix-add)
441         (isearch-message-suffix-add): New variables.
442         (isearch-message-prefix): Show additional text from
443         `isearch-message-prefix-add' before "I-search".
444         (isearch-message-suffix): Show additional text from
445         `isearch-message-suffix-add' at the end.
447         * isearch.el (isearch-lazy-highlight-search): Use a loop like in
448         `isearch-search'.  Call isearch-success-function to skip matches
449         outside the current isearch scope.  Let-bind search-invisible to
450         nil to not match invisible text.
452         * isearch.el (isearch-query-replace, isearch-highlight-regexp):
453         Let-bind `isearch-recursive-edit' to nil to prevent calling
454         `exit-recursive-edit' in `isearch-done' that terminates the
455         execution of these commands when it is non-nil.  Call
456         `exit-recursive-edit' explicitly at the end.
457         (isearch-occur): For word search construct the correct regexp
458         with word boundaries to proceed with occur.
460         * isearch.el (isearch-search-fun): Compare the length of the
461         current search string with the length of the string from the
462         previous search state to detect the situation when the user
463         adds or removes characters in the search string.
464         Use word-search-forward-lax and word-search-backward-lax in this
465         case, and otherwise word-search-forward and word-search-backward.
467 2008-11-11  Sam Steingold  <sds@gnu.org>
469         * mouse.el (mouse-buffer-menu-mode-groups): Place "Annotate" into
470         the "Version Control" group (for C-x v g).
472 2008-11-11  Juanma Barranquero  <lekktu@gmail.com>
474         * server.el (server-process-filter): Fix typos and reflow docstring.
476 2008-11-11  Martin Rudalics  <rudalics@gmx.at>
478         * mail/footnote.el (footnote-mode): Improve doc-string.
479         Suggested by <jidanni@jidanni.org>.  (Bug#1318)
481 2008-11-11  Chong Yidong  <cyd@stupidchicken.com>
483         * cus-edit.el (Custom-mode): Set up tool-bar-map unconditionally.
485 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
487         * mail/smtpmail.el (smtpmail-open-stream): Use
488         `starttls-any-program-available'.  Auto-load starttls.el for it.
490 2008-11-08  Chong Yidong  <cyd@stupidchicken.com>
492         * dired.el (dired-read-dir-and-switches): Revert to 2007-11-22
493         version (bug@1285).
495 2008-11-08  Eli Zaretskii  <eliz@gnu.org>
497         * startup.el (command-line): Ignore init-file-user when checking
498         user's home directory on MS-DOS as well.
500 2008-11-07  Sam Steingold  <sds@gnu.org>
502         * progmodes/cc-cmds.el (c-defun-name): Fix CLISP DEFUN handling.
504 2008-11-07  Juanma Barranquero  <lekktu@gmail.com>
506         * frame.el (make-frame-on-display): Use `string-match-p'.
508 2008-11-07  Glenn Morris  <rgm@gnu.org>
510         * progmodes/cc-defs.el (cl-macroexpand-all): Fix declaration.
512 2008-11-07  Dan Nicolaescu  <dann@ics.uci.edu>
514         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add new argument
515         to initialize font-lock keyword case sensitivity.
516         (lisp-mode): Use it.
518 2008-11-06  Glenn Morris  <rgm@gnu.org>
520         * eshell/esh-maint.el: Remove unused file.
522         * progmodes/cc-defs.el (cl-macroexpand-all): Declare.
524         * cus-edit.el (custom-comment-tag): Doc fix.
525         (custom-comment, custom-variable-value-create, custom-face):
526         Use face names sans -face suffix rather than aliases.
528 2008-11-05  Jay Belanger  <jay.p.belanger@gmail.com>
530         * calc/calc.el (calc-quit): Use `window-full-width-p' to check
531         window width.
533 2008-11-05  Chong Yidong  <cyd@stupidchicken.com>
535         * server.el (server-process-filter): Only default to emacsclient's
536         terminal in daemon mode.
538 2008-11-05  Martin Rudalics  <rudalics@gmx.at>
540         * window.el (quit-window): Restore prefix argument behavior
541         removed in 2008-10-30 change.  (Bug#1308)
543 2008-11-05  Tassilo Horn  <tassilo@member.fsf.org>
545         * doc-view.el (doc-view-mode): Bugfix: Add conversion killing
546         function to kill-buffer-hook, not to kill-buffer.
547         Reported by Markus Triska <markus.triska@gmx.at>
549 2008-11-04  Jay Belanger  <jay.p.belanger@gmail.com>
551         * calc/calc.el (calc-quit): Make sure that the keypad buffer
552         exists before deleting its windows.
554 2008-11-04  Chong Yidong  <cyd@stupidchicken.com>
556         * server.el (server-process-filter): Don't call
557         server-create-tty-frame when no tty name is specified.
559 2008-11-04  Christian Faulhammer  <opfer@gentoo.org>  (tiny change)
561         * vc-bzr.el (vc-bzr-dir-extra-headers): New function.
563 2008-11-04  Juanma Barranquero  <lekktu@gmail.com>
565         * international/mule-cmds.el (toggle-enable-multibyte-characters)
566         (define-char-code-property):
567         * textmodes/reftex.el (reftex-index):
568         * textmodes/reftex-index.el (reftex-index): Fix typos in docstrings.
570 2008-11-04  Chong Yidong  <cyd@stupidchicken.com>
572         * vc-bzr.el (vc-bzr-dir-printer): Rename from
573         vc-bzr-status-printer.
575         * startup.el (startup-echo-area-message): Display a different
576         message in daemon mode.  Suggested by Stephen Turnbull.
578         * frame.el (make-frame-on-display): Ignore DISPLAY argument on
579         Windows.
581 2008-11-04  Juanma Barranquero  <lekktu@gmail.com>
583         * dframe.el (dframe-mouse-position-function)
584         (dframe-reposition-frame-emacs, dframe-pass-event-to-popup-mode-menu)
585         (dframe-mouse-set-point): Fix typos in docstrings.
587 2008-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
589         * vc-dir.el (vc-dir-headers): Undo previous change.
591 2008-11-04  Nick Roberts  <nickrob@snap.net.nz>
593         * vc-cvs.el (vc-cvs-dir-extra-headers): Add tag name to header.
594         * vc-dir.el (vc-dir-headers): Order headers as in PCL-CVS.
596 2008-11-04  Martin Rudalics  <rudalics@gmx.at>
598         * subr.el (looking-back): Fix doc-string typo.
600         * electric.el (Electric-pop-up-window): Call window-end with
601         UPDATE set to t.
603         * window.el (save-selected-window): Make it behave like
604         save-selected-window-norecord.
605         (save-selected-window-norecord): Remove, since functionality
606         fully taken over by save-selected-window.
607         (walk-windows, set-window-text-height, fit-window-to-buffer):
608         Use save-selected-window instead of save-selected-window-norecord.
609         * font-lock.el (lisp-font-lock-keywords-2): Remove entry for
610         save-selected-window-norecord.
611         * emacs-lisp/lisp-mode.el (save-selected-window): Remove
612         indent-function for save-selected-window-norecord.
614 2008-11-03  Alan Mackenzie  <acm@muc.de>
616         * progmodes/cc-engine.el (c-forward-label): Fix for QT macros.
618 2008-11-03  Chong Yidong  <cyd@stupidchicken.com>
620         * subr.el (looking-back): Doc fix.
622         * term/x-win.el (x-initialize-window-system):
623         Call x-wm-set-size-hint after initialization.
625         * eshell/em-hist.el (eshell-save-history-on-exit): Change default
626         to t.
628         * emacs-lisp/lisp-mode.el (lisp-mode): Remove bogus change from
629         2000-12-08 (bug#1297).
631         * font-lock.el (font-lock-keywords-case-fold-search): Doc fix.
633 2008-11-03  Vincent Belaïche  <vincent.b.1@hotmail.fr>
635         * calc/calc-alg.el (calcFunc-collect): Return constant polynomial
636         when appropriate.
638 2008-11-02  Martin Rudalics  <rudalics@gmx.at>
640         * window.el (save-selected-window-norecord): New macro.
641         (walk-windows): Use save-selected-window-norecord and call
642         select-window with NORECORD set.  (Bug#1237)
643         (set-window-text-height, fit-window-to-buffer):
644         Use save-selected-window-norecord and call select-window with
645         NORECORD set.
646         * subr.el (with-selected-window): Call set-frame-selected-window
647         with new argument NORECORD set.  Update doc-string.
648         (with-selected-frame): Call select-frame with new argument
649         NORECORD set.  Update doc-string.
650         * emacs-lisp/lisp-mode.el (save-selected-window-norecord):
651         Put indent-function for save-selected-window-norecord.
652         * font-lock.el (lisp-font-lock-keywords-2):
653         Add save-selected-window-norecord.
655 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
657         * cus-edit.el (customize-apropos-options, custom-comment)
658         (custom-comment-tag, custom-face-edit-attribute-tag):
659         Fix typos in docstrings.
660         (custom-buffer-done-kill): Remove * from defcustom docstring.
661         (custom-file): Fix typo in doc of defcustom choice.
663         * frame.el (display-visual-class): Fix typo in docstring.
664         (initial-frame-alist, minibuffer-frame-alist, pop-up-frame-alist)
665         (special-display-frame-alist, show-trailing-whitespace)
666         (auto-hscroll-mode, blink-cursor-delay, blink-cursor-interval)
667         (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
668         Remove * from defcustom docstrings.
670         * md4.el (md4-buffer): Fix typo in docstring.
671         (md4, md4-64): Doc fixes.
672         (md4-pack-int32): Reflow docstring.
674         * paths.el (rmail-file-name): Remove * from defcustom docstring.
675         (prune-directory-list, gnus-nntp-service): Fix typos in docstrings.
677         * rect.el (open-rectangle): Reflow docstring.
678         (spaces-string): Fix docstring typo.  Use "?\s" instead of "? ".
680         * select.el (x-get-cut-buffer): Fix typo in docstring.
682         * timezone.el (timezone-zone-to-minute, timezone-time-from-absolute)
683         (timezone-time-zone-from-absolute, timezone-leap-year-p):
684         Fix typos in docstrings.
686         * emacs-lisp/assoc.el (asort, aelement, aput, aget, amake):
687         Fix typos in docstrings.
689 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
691         * net/newst-backend.el (newsticker--cache-update): Fix no-save case.
693         * net/newst-treeview.el (newsticker--treeview-list-update-faces)
694         (newsticker--treeview-list-update, newsticker--treeview-item-show)
695         (newsticker--treeview-tree-update)
696         (newsticker--treeview-tree-update-highlight)
697         (newsticker-treeview-update)
698         (newsticker-treeview-next-item, newsticker-treeview-prev-item)
699         (newsticker-treeview-next-new-or-immortal-item)
700         (newsticker-treeview-prev-new-or-immortal-item)
701         (newsticker-treeview-next-feed, newsticker-treeview-prev-feed)
702         (newsticker-treeview-tree-click): Watch for layout changes.
703         (newsticker--treeview-set-current-node): Cleanup.
704         (newsticker--treeview-restore-layout): Rename from
705         newsticker--treeview-restore-buffers.
706         (newsticker--treeview-mark-item): Update cache file.
708 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
710         * calendar/icalendar.el (icalendar--uid-count): New.
711         (icalendar--create-uid): New.  Extracted from
712         `icalendar-export-region' and add uid counter.
713         (icalendar-export-region): Use `icalendar--create-uid'.
715 2008-10-31  Juanma Barranquero  <lekktu@gmail.com>
717         * tooltip.el (tooltip-frame-parameters): Doc fix.
719 2008-10-31  Martin Rudalics  <rudalics@gmx.at>
721         * window.el (window-body-height, window-current-scroll-bars)
722         (walk-windows, get-window-with-predicate, get-buffer-window-list)
723         (minibuffer-window-active-p, count-windows)
724         (window-safely-shrinkable-p, window--splittable-p)
725         (window--try-to-split-window, window--frame-usable-p)
726         (window--even-window-heights, window--display-buffer-1)
727         (window--display-buffer-2, set-window-text-height)
728         (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
729         (truncated-partial-width-window-p): Rewrite doc-string.
730         (window-fixed-size-p): Simplify code.  Rewrite doc-string.
731         (split-window-vertically, split-window-horizontally):
732         Rename args, rewrite doc-string, and simplify code.
733         (split-window-save-restore-data): Rename args and use
734         when instead of if.
736 2008-10-30  Chong Yidong  <cyd@stupidchicken.com>
738         * indent.el (indent-for-tab-command): Use use-region-p.
740         * vc.el (vc-revert): Limit the length of the query string.
742 2008-10-30  Juanma Barranquero  <lekktu@gmail.com>
744         * simple.el (idle-update-delay, next-error-highlight)
745         (next-error-highlight-no-select, next-error-recenter, next-error-hook)
746         (minibuffer-history-case-insensitive-variables, kill-ring-max)
747         (kill-read-only-ok, backward-delete-char-untabify-method)
748         (kill-whole-line, mark-ring-max, global-mark-ring-max)
749         (set-mark-command-repeat-pop, next-line-add-newlines, track-eol)
750         (goal-column, line-move-ignore-invisible, fill-prefix)
751         (auto-fill-inhibit-regexp, blink-matching-paren)
752         (blink-matching-paren-on-screen, blink-matching-paren-distance)
753         (blink-matching-delay, blink-matching-paren-dont-ignore-comments)
754         (read-mail-command, mail-user-agent): Remove * in defcustom docstrings.
755         (minibuffer-history-isearch-wrap, transient-mark-mode)
756         (next-logical-line, auto-fill-mode, line-number-mode)
757         (column-number-mode, size-indication-mode, clone-indirect-buffer)
758         (normal-erase-is-backspace-mode): Doc fixes.
759         (current-kill, transient-mark-mode, toggle-truncate-lines)
760         (visible-mode): Reflow docstrings.
761         (minibuffer-local-shell-command-map, interprogram-paste-function):
762         Fix typos in docstrings.
764 2008-10-30  Chong Yidong  <cyd@stupidchicken.com>
766         * server.el (server-process-filter): In daemon mode, default to
767         emacsclient's tty if not opening a new frame and only the
768         terminal-frame is available.
770 2008-10-30  Martin Rudalics  <rudalics@gmx.at>
772         * window.el (quit-window): Simplify code.  Say in doc-string
773         that it operates on the selected window's buffer.  (Bug#1259)
775 2008-10-30  Nick Roberts  <nickrob@snap.net.nz>
777         * vc-svn.el (vc-svn-diff): If files is nil don't set oldvers to
778         nil so that log-view-diff-changeset works.
780 2008-10-30  Glenn Morris  <rgm@gnu.org>
782         * files.el (locate-dominating-stop-dir-regexp): Fix typo.
784         * resume.el: Move to obsolete/.
785         * Makefile.in (ELCFILES): Update.
787 2008-10-29  Chong Yidong  <cyd@stupidchicken.com>
789         * electric.el (Electric-pop-up-window): Don't shrink the window if
790         it's already big enough.
792         * minibuffer.el (delete-minibuffer-contents): Delete all
793         minibuffer contents instead of just the current field.
795         * tmm.el (tmm-get-keymap): Handle case where keyseq cache is omitted.
797         * bookmark.el (bookmark-handle-bookmark): Rename from
798         bookmark-jump-noselect.
799         (bookmark--jump-via, bookmark-insert): Callers changed.
800         (bookmark-jump-noselect): Wrapper function for
801         bookmark-handle-bookmark.
802         (bookmark-get-bookmark-record): Signal error for invalid bookmark.
804         * textmodes/ispell.el (ispell-word): Use use-region-p.
806 2008-10-29  Juanma Barranquero  <lekktu@gmail.com>
808         * tooltip.el (tooltip-functions): Rename from `tooltip-hook',
809         to follow naming conventions for abnormal hooks.  Doc fix.
810         (tooltip-mode, tooltip-timeout): Use it.
811         (tooltip-hook): New obsolete alias.
812         (tooltip-help-tips): Doc fix.
814         * progmodes/gud.el (gud-tooltip-mode): Use `tooltip-functions'.
816 2008-10-29  Ulrich Mueller  <ulm@gentoo.org>
818         * server.el (server-socket-dir): Use TMPDIR (default /tmp) instead
819         of hardcoded /tmp.
821 2008-10-29  Glenn Morris  <rgm@gnu.org>
823         * net/xesam.el (dbus-get-unique-name, dbus-debug): Declare.
825         * vc-hooks.el (vc-find-root): Remove bogus alias.
827 2008-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
829         * international/quail.el (quail-show-guidance): Don't create
830         a guidance-frame if current buffer is not a minibuffer, since even if
831         selected-window is mini-p, the buffer will never be displayed in it, so
832         it wil be usable for guidance.
834 2008-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
836         * smerge-mode.el: Require diff-mode at run-time as well.
838 2008-10-28  Martin Rudalics  <rudalics@gmx.at>
840         * vc-cvs.el (vc-cvs-stay-local): Fix typo in choice.
841         * vc-hooks.el (vc-stay-local): Likewise.
843 2008-10-28  Phil Sung  <psung@mit.edu>
845         * follow.el (follow-scroll-down, follow-calc-win-end)
846         (follow-estimate-first-window-start): Reduce effective window
847         height when header line is present.  (Bug#925)
849 2008-10-28  Juanma Barranquero  <lekktu@gmail.com>
851         * subr.el (locate-user-emacs-file): Simplify.  Don't create
852         `user-emacs-directory' when Emacs is running in batch mode.
854         * startup.el (inhibit-startup-screen): Reflow docstring.
855         (user-mail-address, tool-bar-images-pixel-height): Fix docstring typos.
857 2008-10-27  Kenichi Handa  <handa@m17n.org>
859         * descr-text.el (describe-char): Fix terminal case (where font is nil).
861 2008-10-27  Juanma Barranquero  <lekktu@gmail.com>
863         * face-remap.el (text-scale-increase, text-scale-decrease)
864         (text-scale-adjust): Remove &optional keyword from the arg list;
865         the INC argument is not really optional, if the functions happen
866         to be called from elisp.
868 2008-10-27  Dan Nicolaescu  <dann@ics.uci.edu>
870         * vc.el: Rename VC methods that were missed when vc-status was
871         renamed to vc-dir.
872         * vc-svn.el (vc-svn-dir-extra-headers): Rename from
873         vc-svn-status-extra-headers.
874         * vc-hg.el (vc-hg-dir-printer): Rename from vc-hg-status-printer.
875         (vc-hg-dir-extra-header): Rename from vc-hg-status-extra-headers.
876         * vc-git.el (vc-git-dir-printer): Rename from vc-dir-status-printer.
877         (vc-git-dir-extra-headers): Rename from vc-git-status-extra-headers.
878         * vc-dir.el (vc-dir-mode): Use vc-dir-printer instead of
879         vc-dir-status-printer.
880         (vc-dir-headers): Use `dir-extra-headers' instead of
881         `status-extra-headers'.
882         (vc-dir-printer): Rename from vc-dir-status-printer.
883         (vc-default-dir-extra-headers): Rename from
884         vc-default-status-extra-headers.
885         * vc-cvs.el (vc-cvs-dir-extra-headers): Rename from
886         vc-cvs-status-extra-headers.
888         * startup.el (server-name): Pacify byte compiler.
889         (command-line): If --daemon=SERVER_NAME was used, set server-name
890         before calling server-start.
892 2008-10-26  Romain Francoise  <romain@orebokech.com>
894         * startup.el (command-line): Call daemon-initialized after
895         starting the server.
897 2008-10-26  Kenichi Handa  <handa@m17n.org>
899         * help-fns.el (describe-categories): Display the terse legend at
900         the head.
902         * international/characters.el: Docstrings of categories improved.
904 2008-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
906         * progmodes/python.el (python-mode): Don't impose ourselves on hippie.
908         * faces.el (face-font-family-alternatives): Add "CMU Typewriter Text"
909         to the courier family.
910         * textmodes/tex-mode.el (tex-verbatim): Don't use "monospace" which is
911         usually not serif'd and hence rather unlike verbatim's printed output.
913 2008-10-25  Chong Yidong  <cyd@stupidchicken.com>
915         * vc-cvs.el (vc-cvs-status-extra-headers): Use full directory name
916         when reporting the module.
918         * vc-dir.el (vc-dir-mode-map): Add follow-link behavior.
920         * wid-edit.el (widget-color-complete): Sort completions alphabetically.
922 2008-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
924         * files.el (locate-dominating-stop-dir-regexp): New var.
925         (locate-dominating-file): Change arg from a regexp to a file name.
926         Rewrite using the vc-find-root code to avoid directory-files which is
927         too slow.  Obey locate-dominating-stop-dir-regexp.
928         Don't pay attention to changes in owner.
929         (project-find-settings-file): Adjust call to locate-dominating-file.
931         * progmodes/flymake.el (flymake-find-buildfile):
932         Adjust call to locate-dominating-file.
934         * vc-hooks.el (vc-find-root): Use locate-dominating-file.
935         (vc-ignore-dir-regexp): Use locate-dominating-stop-dir-regexp.
937 2008-10-25  Martin Rudalics  <rudalics@gmx.at>
939         * subr.el (with-current-buffer): Rename buffer argument to
940         buffer-or-name.
941         * window.el (get-buffer-window-list): Rename buffer argument to
942         buffer-or-name and make it optional.
944 2008-10-25  Juanma Barranquero  <lekktu@gmail.com>
946         * completion.el (add-completion-to-head, add-completion): Doc fixes.
947         (completion-search-next, add-completions-from-file):
948         Fix typos in docstrings.
950         * filesets.el (filesets-menu-ensure-use-cached)
951         (filesets-ingroup-patterns, filesets-filetype-property):
952         * tutorial.el (get-lang-string):
953         * play/gamegrid.el (gamegrid-score-file-length, gamegrid-add-score):
954         Fix typos in docstrings.
956         * image-dired.el (image-dired-dired-after-readin-hook): Doc fix.
957         (image-dired-line-up-method, image-dired-thumb-size)
958         (image-dired-cmd-write-exif-data-options, image-dired-write-tags)
959         (image-dired-track-original-file, image-dired-track-thumbnail)
960         (image-dired-dired-next-line, image-dired-dired-previous-line)
961         (image-dired-write-comments): Reflow docstrings.
962         (image-dired-show-all-from-dir-max-files)
963         (image-dired-format-properties-string, image-dired-create-thumbs)
964         (image-dired-mark-tagged-files, image-dired-gallery-generate):
965         Fix typos in docstrings.
967         * savehist.el (savehist-save-minibuffer-history, savehist-file)
968         (savehist-additional-variables, savehist-ignored-variables)
969         (savehist-file-modes, savehist-autosave-interval):
970         * startup.el (inhibit-startup-echo-area-message, inhibit-default-init)
971         (inhibit-startup-buffer-menu, mail-host-address, user-mail-address)
972         (fancy-splash-image):
973         * thumbs.el (thumbs-thumbsdir, thumbs-geometry, thumbs-relief)
974         (thumbs-conversion-program, thumbs-margin):
975         Remove spurious * in docstrings.
977 2008-10-25  Aaron S. Hawley  <aaronh@garden.org>
979         * thingatpt.el (end-of-sexp, beginning-of-sexp)
980         (forward-same-syntax): Omit default arguments to char-after and
981         char-before.
983 2008-10-24  Juanma Barranquero  <lekktu@gmail.com>
985         * subr.el (locate-user-emacs-file): New function.
986         (user-emacs-directory): Mention it in docstring.
988         * completion.el (save-completions-file-name):
989         * filesets.el (filesets-menu-cache-file):
990         * image-dired.el (image-dired-dir, image-dired-db-file)
991         (image-dired-temp-image-file, image-dired-gallery-dir)
992         (image-dired-temp-rotate-image-file):
993         * savehist.el (savehist-file):
994         * server.el (server-auth-dir):
995         * thumbs.el (thumbs-thumbsdir):
996         * tutorial.el (tutorial--saved-dir):
997         * play/gamegrid.el (gamegrid-user-score-file-directory): Use it.
999 2008-10-23  Juanma Barranquero  <lekktu@gmail.com>
1001         * edmacro.el (edmacro-eight-bits, edmacro-mode): Fix docstring typos.
1002         (edmacro-mismatch, edmacro-sanitize-for-string): Doc fixes.
1004 2008-10-23  Chong Yidong  <cyd@stupidchicken.com>
1006         * filesets.el: Update author email.
1007         (filesets-data): Doc fix.
1009 2008-10-23  Jens Petersen  <petersen@redhat.com>  (tiny change)
1011         * pcmpl-rpm.el (pcomplete/rpm): Make "rpm -qp" use file completion.
1013 2008-10-23  Ulrich Mueller  <ulm@kph.uni-mainz.de>
1015         * international/mule-cmds.el (describe-language-environment):
1016         Indent sample text.
1018 2008-10-23  Glenn Morris  <rgm@gnu.org>
1020         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
1022         * emacs-lisp/cl-macs.el (flet): Throw an error when trying to
1023         byte-compile a redefinition of a function with special byte-compile
1024         handling.  (Bug#411)
1026 2008-10-22  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1028         * ps-print.el: Deal with page sizes for label printes.  Suggested by
1029         Friedrich Delgado Friedrichs <friedel@nomaden.org>.
1030         (ps-print-version): New version 7.3.3.
1031         (ps-page-dimensions-database): New page sizes for label printers.
1032         (ps-n-up-printing): Fix code.
1034 2008-10-22  Chong Yidong  <cyd@stupidchicken.com>
1036         * frame.el (make-frame-command): Doc fix.  Use display-graphic-p.
1038         * thingatpt.el (sexp-at-point, symbol-at-point, number-at-point)
1039         (list-at-point): Add docstrings.
1041         * dired.el (dired-get-marked-files, dired-map-over-marks): Doc fixes.
1043         * dired-aux.el (dired-do-create-files): Doc fix.
1045 2008-10-22  Adrian Robert  <Adrian.B.Robert@gmail.com>
1047         * version.el (emacs-version): Change '*Step' to 'NS' for consistency
1048         with other documentation.
1050 2008-10-22  Juanma Barranquero  <lekktu@gmail.com>
1052         * replace.el (how-many): Fix typo in docstring.
1053         Reported by Leo <sdl.web@gmail.com>.
1055 2008-10-22  Glenn Morris  <rgm@gnu.org>
1057         * international/mule-cmds.el (universal-coding-system-argument):
1058         Check for C-g.  (Bug#1205)
1060 2008-10-22  Kenichi Handa  <handa@m17n.org>
1062         * international/characters.el: Don't setup
1063         find-word-boundary-function-table.
1064         (next-word-boundary-han, next-word-boundary-kana): Delete them.
1065         (word-combining-categories, word-separating-categories):
1066         Adjust to the change of the docstrings.
1068 2008-10-21  Chong Yidong  <cyd@stupidchicken.com>
1070         * simple.el (region-active-p): Doc fix.
1072 2008-10-20  Eli Zaretskii  <eliz@gnu.org>
1074         * subr.el (apply-partially): Move from here...
1076         * simple.el (apply-partially): ...to here.
1078 2008-10-20  Andreas Schwab  <schwab@suse.de>
1080         * subr.el (split-string-and-unquote): Simplify regexp.
1082 2008-10-20  Eli Zaretskii  <eliz@gnu.org>
1084         * subr.el (top-level): Require `cl' when compiling.
1086 2008-10-20  David Reitter  <david.reitter@gmail.com>
1088         * info.el (Info-mode): Do not remove an existing header line if
1089         `Info-use-header-line' is nil.
1091 2008-10-19  Juri Linkov  <juri@jurta.org>
1093         * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
1094         Add arg `delimited' as in `query-replace' for the case when
1095         isearch-allow-scroll=t and the user types C-u M-%.  Doc fix.
1096         Add more indicators to the prompt ("word" and "in region").
1098         * replace.el (query-replace, query-replace-regexp)
1099         (replace-string, replace-regexp, perform-replace): Add "word"
1100         indicatiors to the prompt for word delimited replacements.
1102         * replace.el (read-regexp): Rename arg `default' to `default-value'.
1103         Doc fix.
1105 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
1107         * subr.el (apply-partially): Move here from minibuffer.el.  Doc fix.
1109         * simple.el (minibuffer-default-add-shell-commands): Doc fix.
1111 2008-10-19  Martin Rudalics  <rudalics@gmx.at>
1113         * window.el (enlarge-window-horizontally, shrink-window-horizontally):
1114         Make argument names follow Elisp manual.
1116 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
1118         * textmodes/remember.el (remember-data-file):
1119         * shadowfile.el (shadow-initialize)
1120         <shadow-info-file, shadow-todo-file>:
1121         * savehist.el (savehist-file):
1122         * recentf.el (recentf-save-file):
1123         * pcvs-defs.el (cvs-cvsrc-file):
1124         * international/kkc.el (kkc-init-file-name):
1125         * ido.el (ido-save-directory-list-file):
1126         * calendar/todo-mode.el (todo-file-do, todo-file-done)
1127         (todo-file-top): Run file names that begin with a period thru
1128         `convert-standard-filename'.
1130         * dos-fns.el (dos-reevaluate-defcustoms): New function.  Add it to
1131         before-init-hook.
1133         Fix Bug #1183:
1135         * ediff-diff.el (ediff-exec-process): For buffer jobs, bind
1136         coding-system-for-read to ediff-coding-system-for-write.
1138         * ediff-util.el (ediff-make-temp-file): Unconditionally bind
1139         coding-system-for-write to ediff-coding-system-for-write.
1141         * ediff-init.el (ediff-coding-system-for-read): Doc fix.
1142         (ediff-coding-system-for-write): Set to emacs-internal.
1144 2008-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1146         * international/mule-conf.el (emacs-internal): New coding system alias.
1148 2008-10-18  Juri Linkov  <juri@jurta.org>
1150         * info.el (Info-file-supports-index-cookies-list): New variable.
1151         (Info-file-supports-index-cookies): New function.
1152         (Info-find-node-2, Info-index-nodes, Info-index-node): Use it.
1153         (Info-index-nodes): Let-bind Info-point-loc to nil for files
1154         without an index cookie to ignore it when Info-index-nodes is
1155         called during navigating from an index node with line numbers.
1156         (Info-index-node): Set file to Info-current-file if nil.  (Bug#1118)
1158         * info.el (Info-breadcrumbs-depth): Move defcustom higher to the
1159         variable definition section.
1161         * info.el (Info-find-node-2): Put initial point below the header line
1162         and breadcrumbs line.
1164 2008-10-18  Glenn Morris  <rgm@gnu.org>
1166         * doc-view.el (doc-view-pdf->txt, doc-view-ps->pdf): Give an error if
1167         the needed external programs were not found.
1169 2008-10-18  Eli Zaretskii  <eliz@gnu.org>
1171         * files.el (trash-directory): Run thru `convert-standard-filename'.
1172         (file-modes-char-to-who, file-modes-char-to-right)
1173         (file-modes-rights-to-number, file-modes-symbolic-to-number)
1174         (read-file-modes): Doc fixes.
1176 2008-10-17  Chong Yidong  <cyd@stupidchicken.com>
1178         * abbrev.el (define-abbrev): Doc fix.
1180 2008-10-17  Alan Mackenzie  <acm@muc.de>
1182         * progmodes/cc-cmds.el (c-defun-name): Make it work for "struct
1183         foo bar [] = { ...".
1185 2008-10-17  Chong Yidong  <cyd@stupidchicken.com>
1187         * faces.el (face-spec-set-2): Don't pass invalid attributes to
1188         set-face-attribute.
1190 2008-10-17  Juanma Barranquero  <lekktu@gmail.com>
1192         * w32-fns.el (w32-list-locales): Decode output of `w32-get-locale-info'
1193         according to `locale-coding-system'.  (This fixes trivial bug reported
1194         as part of bug#1179).
1195         Sort list of valid locale ids (EnumSystemLocales does not guarantee any
1196         particular order).  Use `when'.
1198 2008-10-16  Juanma Barranquero  <lekktu@gmail.com>
1200         * w32-fns.el (w32-check-shell-configuration): Doc fix.
1201         (w32-add-charset-info): Fix typo in docstring.
1203 2008-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
1205         * international/mule-conf.el: Removed `utf8' and `UTF8' aliases
1206         after discussion.
1208 2008-10-16  Magnus Henoch  <mange@freemail.hu>
1210         * vc-arch.el (vc-arch-dir-status): New function.
1211         (vc-arch-after-dir-status): New function.
1213 2008-10-16  Glenn Morris  <rgm@gnu.org>
1215         * man.el (Man-getpage-in-background): Force recent `man's to output
1216         escape sequences even when stdout is not a tty.  (Bug#1142)
1218 2008-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
1220         * international/mule-conf.el: Add `utf8' and `UTF8' as
1221         aliases for the `utf-8' coding system.
1223 2008-10-15  Juanma Barranquero  <lekktu@gmail.com>
1225         * find-file.el (ff-get-file): Doc fix.
1226         (ff-get-file-name): Use `let', not `let*'.
1227         (ff-search-directories): Fix typo in docstring.
1228         (ff-pre-find-hook, ff-pre-load-hook, ff-post-load-hook)
1229         (ff-not-found-hook, ff-file-created-hook, ff-case-fold-search)
1230         (ff-always-in-other-window, ff-ignore-include, ff-always-try-to-create)
1231         (ff-quiet-mode, ff-other-file-alist, cc-search-directories)
1232         (cc-other-file-alist, modula2-other-file-alist):
1233         Remove spurious * in docstrings.
1235 2008-10-14  Chong Yidong  <cyd@stupidchicken.com>
1237         * faces.el (set-face-attribute): Set family and foundry before
1238         other attributes.
1239         (face-spec-set-2): Pass unmodified args to set-face-attribute.
1241 2008-10-14  Juanma Barranquero  <lekktu@gmail.com>
1243         * hl-line.el (hl-line-unload-function): New function.
1244         (hl-line-unhighlight, global-hl-line-unhighlight): Use `when'.
1245         (hl-line-sticky-flag): Remove spurious * in docstring.
1247 2008-10-14  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
1249         * vc-git.el (vc-git-show-log-entry): Include the revision in the
1250         search string.
1252 2008-10-14  Michael Albinus  <michael.albinus@gmx.de>
1254         * net/tramp.el (tramp-process-one-action): Embed regexp in
1255         parentheses, before adding end-of-buffer construct.  Suggested by
1256         Markus Triska <markus.triska@gmx.at>.
1258 2008-10-13  Ulf Jasper  <ulf.jasper@web.de>
1260         * net/newst-plainview.el (w3m-toggle-inline-image):
1261         Define 'declare-function if necessary, for compatibility.
1263         * net/newst-treeview.el (w3m-toggle-inline-images):
1264         Define 'declare-function if necessary, for compatibility.
1266 2008-10-13  Alan Mackenzie  <acm@muc.de>
1268         * progmodes/cc-cmds.el (c-indent-region): Fix previous patch
1269         so that the function works on one-line macros.
1271         * progmodes/cc-engine.el: Amend several doc strings and comments.
1273 2008-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
1275         * vc-hooks.el (vc-stay-local): Add a new choice and default to it.
1277         * vc-cvs.el (vc-cvs-dir-stay-local): Remove.
1278         (vc-cvs-stay-local): Add a new choice and default to it.
1279         (vc-cvs-dir-status): Use the new vc-stay-local choice.
1281         * vc-svn.el (vc-svn-dir-status): Use the new vc-stay-local choice.
1283 2008-10-12  Stephen Leake  <stephen_leake@member.fsf.org>
1285         * progmodes/ada-mode.el (ada-get-indent-end, ada-goto-matching-start):
1286         Add support for extended return statement.
1288         * progmodes/ada-xref.el (ada-gnat-parse-gpr): Don't reverse src-dir
1289         and obj-dir; keep user order.
1291 2008-10-12  Glenn Morris  <rgm@gnu.org>
1293         * Makefile.in (ELCFILES): Update.
1295         * simple.el (shell-delimiter-argument-list, shell-file-name-chars)
1296         (shell-file-name-quote-list): Declare.
1298 2008-10-12  Michael Albinus  <michael.albinus@gmx.de>
1300         * net/dbus.el (dbus-service-emacs, dbus-path-emacs): New defconst.
1302 2008-10-12  Chong Yidong  <cyd@stupidchicken.com>
1304         * startup.el (command-line): If toolbar is disabled but ought to
1305         be initialized, call tool-bar-setup.
1307         * tool-bar.el (tool-bar-setup): Variable deleted.
1308         (tool-bar-setup): Set it up unconditionally.
1310         * faces.el (x-create-frame-with-faces): Don't call tool-bar-setup.
1312         * progmodes/grep.el (grep-mode-tool-bar-map): Check if
1313         tool-bar-map has been initialized before setting it up.
1315         * progmodes/compile.el (compilation-mode-tool-bar-map): Check if
1316         tool-bar-map has been initialized before setting it up.
1318 2008-10-11  Chong Yidong  <cyd@stupidchicken.com>
1320         * emacs-lisp/warnings.el (display-warning): Issue a message if
1321         called during daemon initialization.
1323         * tool-bar.el (tool-bar-local-item)
1324         (tool-bar-local-item-from-menu): Put the check for number of
1325         display colors into the image expression.
1326         (tool-bar-setup): Don't be a no-op on ttys.
1328         * info.el (info-tool-bar-map):
1329         * progmodes/gud.el (gud-tool-bar-map):
1330         * progmodes/grep.el (grep-mode-tool-bar-map):
1331         * progmodes/compile.el (compilation-mode-tool-bar-map):
1332         Initialize it unconditionally.
1334 2008-10-11  Romain Francoise  <romain@orebokech.com>
1336         * help.el (view-lossage): Fix docstring, lossage is now 300 keys.
1337         * kmacro.el (kmacro-edit-lossage): Ditto.
1338         * edmacro.el (edit-kbd-macro): Ditto.
1340 2008-10-11  Ulf Jasper  <ulf@web.de>
1342         * net/newst-treeview.el (newsticker--treeview-list-sort-by-column):
1343         Fix variable names.
1345 2008-10-11  Dan Nicolaescu  <dann@ics.uci.edu>
1347         * startup.el (command-line): Revert 2008-09-26 change, not
1348         necessary anymore.
1350 2008-10-10  Andreas Schwab  <schwab@suse.de>
1352         * simple.el (minibuffer-complete-shell-command):
1353         Bind comint-delimiter-argument-list, comint-file-name-chars and
1354         comint-file-name-quote-list like shell-mode.
1356 2008-10-10  Martin Rudalics  <rudalics@gmx.at>
1358         * window.el (pop-to-buffer): Fix misplacement of arg norecord in
1359         call of select-window.
1361 2008-10-10  Jay Belanger  <jay.p.belanger@gmail.com>
1363         * calc/calc.el (calc-embedded-word-regexp)
1364         (calc-embedded-word-regexp-alist): New variables.
1365         (calc-embedded-open-word, calc-embedded-close-word)
1366         (calc-embedded-open-close-word-alist): Remove unused variables.
1368         * calc/calc-embed.el (calc-embedded-make-info):
1369         Use `calc-embedded-word-regexp' to find words.
1371 2008-10-10  Martin Rudalics  <rudalics@gmx.at>
1373         * info.el (Info-extract-menu-counting): New argument no-detail to
1374         skip detailed node listings.
1375         (Info-forward-node): New argument not-up to inhibit going up.
1376         (Info-final-node): Call Info-extract-menu-counting and
1377         Info-forward-node with the new arguments set to avoid infinite
1378         looping.  (Bug#1116)
1380 2008-10-10  Eli Zaretskii  <eliz@gnu.org>
1382         * startup.el (command-line): Don't invoke tool-bar-mode if it is
1383         not fboundp.
1385 2008-10-09  Chong Yidong  <cyd@stupidchicken.com>
1387         * startup.el (command-line): Enable tool-bar-mode as long as it is
1388         not suppressed by X resources, regardless of the terminal.
1390         * tool-bar.el (tool-bar-mode): Only change tool-bar-lines on
1391         graphical terminals.
1392         (tool-bar-setup): No-op if called on a tty.
1394 2008-10-09  Eli Zaretskii  <eliz@gnu.org>
1396         * frame.el (make-frame-on-tty): Use "F" inside interactive.
1397         Support `pc' ``window-system''.
1399         * progmodes/compile.el (compilation-start): Resurrect the version
1400         for systems that don't support asynchronous subprocesses.
1402 2008-10-09  Martin Rudalics  <rudalics@gmx.at>
1404         * window.el (pop-up-frames): Add choice graphic-only.
1405         (display-buffer): When pop-up-frames equals graphic-only do
1406         not pop up new frame on text-only terminals.  (Bug#1061)
1408 2008-10-09  Dan Nicolaescu  <dann@ics.uci.edu>
1410         * vc-cvs.el (vc-cvs-dir-stay-local): New variable.
1411         (vc-cvs-dir-status): Use it.
1413 2008-10-08  Chong Yidong  <cyd@stupidchicken.com>
1415         * json.el (json-skip-whitespace): Fix last change.
1417 2008-10-08  Juanma Barranquero  <lekktu@gmail.com>
1419         * bs.el (bs-unload-function): New function.
1421 2008-10-08  Sven Joachim  <svenjoac@gmx.de>
1423         * eshell/em-cmpl.el, eshell/em-hist.el, eshell/em-ls.el:
1424         * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
1425         For clarity, explicitly require cl.
1427 2008-10-08  Michael Olson  <mwolson@gnu.org>
1429         * ibuffer.el (ibuffer-shrink-to-fit): Force redisplay, so that we
1430         can avoid a bad interaction with programs that add functions to
1431         the window-scroll-functions hook.  This fixes Bug #858.
1433 2008-10-07  Chong Yidong  <cyd@stupidchicken.com>
1435         * startup.el (command-line): Use display-warning to warn about an
1436         init file error.
1437         (command-line-1): Remove init file error delay.
1439 2008-10-07  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
1441         * rx-new.el (rx-constituents): Change `anything' to call rx-anything.
1442         Change `not-wordchar' assignment to "\\W" from "[^[:word:]]".
1443         (rx-group-if): New function.
1444         (rx-parent): New variable.
1445         (rx-and, rx-or): Put shy groups only when necessary.
1446         (rx-bracket): Remove.
1447         (rx-anything): New function.
1448         (rx-any-delete-from-range, rx-any-condense-range)
1449         (rx-check-any-string): New functions.
1450         (rx-check-any): Return result as a list.  Don't convert chars to
1451         strings.  Don't prepend "\\" to "^".  Don't search for close bracket.
1452         Check char category string.  Call rx-form instead of rx-to-string.
1453         (rx-any): Rebuid to complete the function.
1454         (rx-check-not): Fix char category regexp pattern string.
1455         Call rx-form instead of rx-to-string.
1456         (rx-not): Call rx-form instead of rx-to-string.  Convert "[^]" to
1457         "[^^]".  Call regexp-quote for one char string when not called from
1458         rx-not.  Add "\\w", and toggle to upcase.  Add the case of
1459         "\\[SCBW]" to toggle.
1460         (rx-=, rx->=, rx-**, rx-repeat, rx-submatch): Call rx-form
1461         instead of rx-to-string.
1462         (rx-kleene): Call rx-form instead of rx-to-string.
1463         Call rx-group-if to adjust putting of shy groups.
1464         (rx-atomic-p): Make check more precisely.
1465         (rx-eval, rx-greedy): Call rx-form instead of rx-to-string.
1466         (rx-regexp): Call rx-group-if.
1467         (rx-form): New function.
1468         (rx-to-string): Call rx-form, rx-group-if.
1469         Refine definition of NO-GROUP.
1471 2008-10-07  T. V. Raman  <raman@users.sourceforge.net>  (tiny change)
1473         * json.el (json-advance): Use forward-char.
1474         (json-skip-whitespace): Use skip-syntax-forward.
1476 2008-10-07  Alan Mackenzie  <acm@muc.de>
1478         * progmodes/cc-cmds.el (c-indent-line-or-region): Fix so that
1479         indenting a macro followed by blank lines doesn't backslash the
1480         following non-blank line into the macro.
1482 2008-10-06  Chong Yidong  <cyd@stupidchicken.com>
1484         * startup.el (before-init-time, after-init-time): Move into emacs.c.
1485         (command-line): Set after-init-time to nil before initialization.
1487 2008-10-06  Jay Belanger  <jay.p.belanger@gmail.com>
1489         * calc/calc-units.el (math-standard-units): Update the values
1490         of the units.
1492 2008-10-06  Juanma Barranquero  <lekktu@gmail.com>
1494         * bookmark.el (bookmark-unload-function): New function.
1496 2008-10-06  Andreas Schwab  <schwab@suse.de>
1498         * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
1500 2008-10-06  Martin Rudalics  <rudalics@gmx.at>
1502         * mail/footnote.el: Remove * in defcustom docstrings and tell
1503         for most options that customizing them doesn't affect buffers
1504         already displaying footnotes.
1505         (Footnote-refresh-footnotes, Footnote-renumber-footnotes):
1506         Fix handling of text properties and identical start/end tags.
1507         Do not use format when renumbering.
1508         (Footnote-set-style): Make it work.
1509         (Footnote-insert-numbered-footnote): Simplify.
1510         (Footnote-narrow-to-footnotes, Footnote-insert-footnote)
1511         (Footnote-goto-footnote): Fix handling of empty section tag.
1512         (Footnote-delete-footnote): Fix handling of identical start/end
1513         tags, empty section tag, and spaced footnotes.  Do not use
1514         kill-region.
1515         (footnote-mode): Make most options buffer-local to avoid that
1516         customizing messes up handling of footnotes in buffers that
1517         already display them.
1519 2008-10-06  Dan Nicolaescu  <dann@ics.uci.edu>
1521         * faces.el (x-create-frame-with-faces): Undo previous change.
1523         * vc-cvs.el (vc-cvs-after-dir-status): Parse the output for non
1524         existent files.
1526 2008-10-05  Chong Yidong  <cyd@stupidchicken.com>
1528         * international/mule-cmds.el (universal-coding-system-argument):
1529         Handle digit-argument too.
1531 2008-10-05  Mario Lang  <mlang@delysid.org>
1533         * xml.el (xml-parse-string): Use skip-chars-forward.
1535 2008-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
1537         * vc-bzr.el (vc-bzr-after-dir-status): Parse the output for non
1538         existent files.
1539         (vc-bzr-dir-status-files): New function.
1541 2008-10-04  Glenn Morris  <rgm@gnu.org>
1543         * files.el (make-temp-file): Handle empty `prefix'.  (Bug#1081)
1545         * vc-svn.el (vc-svn-after-dir-status): Handle `svn status -u' output.
1546         (vc-svn-dir-status): Respect vc-stay-local-p.  (Bug#1046)
1548         * vc-cvs.el (vc-cvs-dir-status-heuristic): New function.
1549         (vc-cvs-dir-status): Respect vc-stay-local-p.  (Bug#1046)
1551 2008-10-04  David J. Biesack  <David.Biesack@sas.com>  (tiny change)
1553         * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
1554         Fix typo.  (Bug#1074)
1556 2008-10-04  Martin Rudalics  <rudalics@gmx.at>
1558         * progmodes/compile.el (compilation-start): Make sure to move to
1559         point-max only when we are in the compilation buffer.  (Bug#1073)
1561 2008-10-04  Dan Nicolaescu  <dann@ics.uci.edu>
1563         * faces.el (x-create-frame-with-faces): Only setup the toolbar if
1564         tool-bar-mode is on.
1566         * vc-svn.el (vc-svn-dir-status-files):
1567         * vc-cvs.el (vc-cvs-dir-status-files): New function.
1569 2008-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
1571         * vc-hg.el (vc-hg-dir-status-files): New function.
1573 2008-10-03  Martin Rudalics  <rudalics@gmx.at>
1575         * window.el (window--display-buffer-1): Don't care about
1576         visibility since raise-frame does.
1578 2008-10-03  Mario Lang  <mlang@delysid.org>
1580         * nxml/xmltok.el (xmltok-forward): Simplify.
1582 2008-10-03  Glenn Morris  <rgm@gnu.org>
1584         * Makefile.in (ELCFILES): Update.
1586         * frame.el (set-default-font): Make obsolete.
1587         * mouse.el (mouse-set-font): Use set-frame-font.
1589         * jka-cmpr-hook.el (jka-compr-compression-info-list)
1590         (jka-compr-mode-alist-additions): Also match `.tbz2'.
1592         * progmodes/idlwave.el (auto-mode-alist): Remove unnecessary autoload.
1593         * files.el (auto-mode-alist): Add .PRO as per above autoload.
1595 2008-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
1597         * vc-dir.el (vc-dir-mode): Don't create the ewoc header here.
1598         (vc-dir-refresh): Set it here instead.  (Bug#1067)
1600 2008-10-02  Chong Yidong  <cyd@stupidchicken.com>
1602         * faces.el (inhibit-frame-set-background-mode): New var.
1603         (frame-set-background-mode): Use it to avoid a loop in
1604         face-spec-recalc.
1606 2008-10-02  Glenn Morris  <rgm@gnu.org>
1608         * vc-bzr.el (vc-bzr-diff): Use vc-switches rather than the obsolete
1609         vc-diff-switches.
1611 2008-10-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1613         * whitespace.el: Eliminate whitespace-kill-buffer-hook functionality,
1614         that is, to take some action when a buffer is killed.  Suggested by
1615         Stefan Monnier <monnier@iro.umontreal.ca>.  Doc fix.  New version
1616         11.2.2.
1617         (whitespace-action): Docstring and :type fix.
1618         (whitespace-turn-on, whitespace-turn-off, whitespace-warn-read-only):
1619         Code fix.
1620         (whitespace-add-local-hook, whitespace-remove-local-hook)
1621         (whitespace-kill-buffer-hook, whitespace-action): Fun eliminated.
1623 2008-10-01  Magnus Henoch  <mange@freemail.hu>
1625         * net/tls.el (open-tls-stream): Show the actual command being
1626         executed, instead of the format string.
1628 2008-10-01  Eli Zaretskii  <eliz@gnu.org>
1630         * term/internal.el (dos-locale-alist): New alist.
1631         (dos-codepage-setup): Use it to compute a value of locale with
1632         which to call set-locale-environment.  Remove code to set
1633         terminal, keyboard, and file-name encoding (done by
1634         set-locale-environment).
1636         * international/mule-cmds.el
1637         (set-language-environment-nonascii-translation): Fix nonascii
1638         value for `pc' ``window-system''.
1639         (set-display-table-and-terminal-coding-system)
1640         (set-default-coding-systems): Don't special-case `pc'.
1642 2008-10-01  Glenn Morris  <rgm@gnu.org>
1644         * filesets.el (filesets-menu-name): Fix type.
1645         (filesets-menu-path, filesets-menu-before): Fix types.
1646         Change defaults to be consistent with recentf.  (Bug#1056)
1648 2008-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1650         * term/xterm.el (xterm-turn-on-modify-other-keys)
1651         (xterm-turn-off-modify-other-keys, xterm-remove-modify-other-keys):
1652         Don't forget to pass `terminal' to `send-string-to-terminal'.
1654 2008-09-30  Michael Albinus  <michael.albinus@gmx.de>
1656         * vc-hooks.el (vc-file-clearprops): Revert change from 2008-09-29.
1657         (vc-file-not-found-hook): Check, that `buffer-file-name' is
1658         non-nil.  It is not clear, whether this is only fixing symptoms on
1659         an error.  OTOH, in all other cases, the call of `vc-file-clearprops'
1660         is embedded by that check.  So it might be TRT.  Suggested by Dan
1661         Nicolaescu <dann@ics.uci.edu>.
1663 2008-09-30  Eli Zaretskii  <eliz@gnu.org>
1665         * Makefile.in (ELCFILES): Remove codepage.elc.
1667         * international/codepage.el: File removed, as even ms-dos doesn't
1668         need it anymore.
1670         * loadup.el [ms-dos]: Don't load ccl and codepage.
1672         * term/internal.el: Remove coding: cookie and no-byte-compile flag.
1673         (IT-character-translations, cjk-codepages-alist): Remove variables.
1674         (IT-display-table-setup, dos-cpNNN-setup): Remove functions.
1675         (IT-unicode-translations): Remove charset and base elements.
1676         Add translations for Latin-1 characters.
1677         (IT-setup-unicode-display): Accept a CODING argument.  Don't use
1678         base and chset elements of IT-unicode-translations.  Don't wrap
1679         translation in "{...}".  Set up translations only for characters
1680         for which unencodable-char-position returns non-nil.
1681         (dos-codepage-setup): Don't use special-case codepages in
1682         cjk-codepages-alist.
1684         * files.el (locate-dominating-file): Wrap directory-files with
1685         condition-case, instead of calling file-directory-p, which stats
1686         the directory one more time.
1688         * mail/mail-utils.el (mail-unquote-printable-region):
1689         Use insert-byte instead of insert-char, when the UNIBYTE arg is
1690         non-nil.
1692 2008-09-30  Daiki Ueno  <ueno@unixuser.org>
1694         * epa-file.el (epa-file-insert-file-contents): Fix typo.
1696 2008-09-30  Glenn Morris  <rgm@gnu.org>
1698         * progmodes/which-func.el (which-func-imenu-joiner-function): Doc fix.
1700 2008-09-30  Daniel Colascione  <danc@merrillpress.com>
1702         * progmodes/which-func.el (which-func-imenu-joiner-function): New.
1703         (which-function): Handle nested imenu trees.
1705         * imenu.el (imenu--split-menu): Fix bug with shared lists that deleted
1706         some nested menu items.
1708 2008-09-30  Jay Belanger  <jay.p.belanger@gmail.com>
1710         * calc/calc-units.el (math-standard-units): Add entries used to
1711         display the the values in the units buffer.
1712         (math-build-units-table): Add entries to the units table to be used
1713         to display the values in the units buffer.
1714         (math-build-units-table-buffer): Use the display entry of the units
1715         table when non-nil.
1716         (calc-define-unit): Add option to enter display value of unit.
1718 2008-09-29  Michael Albinus  <michael.albinus@gmx.de>
1720         * vc-hooks.el (vc-file-clearprops): Check, that FILE is a string.
1722 2008-09-29  Eli Zaretskii  <eliz@gnu.org>
1724         * files.el (locate-dominating-file): Take file-attributes of
1725         `dir', not of `file' (which never changes).
1727 2008-09-29  Michael Albinus  <michael.albinus@gmx.de>
1729         * files.el (file-remote-p): Precise doc string; IDENTIFICATION can
1730         also be `localname'.
1732         * net/ange-ftp.el (ange-ftp-file-remote-p): Handle `localname' as
1733         IDENTIFICATION.
1735 2008-09-28  Glenn Morris  <rgm@gnu.org>
1737         * vc.el (vc-switches): Give it a doc string.
1739 2008-09-28  Romain Francoise  <romain@orebokech.com>
1741         * comint.el (comint-show-output): Adjust to stickiness changes of
1742         the output field.
1744         * startup.el (command-line): Start the daemon server later.
1746 2008-09-28  Martin Rudalics  <rudalics@gmx.at>
1748         * subr.el (read-quoted-char): Call char-resolve-modifiers
1749         instead of char-resolve-modifers.
1751 2008-09-27  Glenn Morris  <rgm@gnu.org>
1753         * play/solitaire.el (solitaire-mode-map): Bind "\r" rather
1754         than [return].  (Bug#1031)
1756 2008-09-27  Peter Dyballa  <Peter_Dyballa@Freenet.DE>
1758         * calendar/calendar.el (solar-sunrises-buffer): Fix typo.
1760 2008-09-27  Daiki Ueno  <ueno@unixuser.org>
1762         * epg.el (epg-wait-for-status): Check if there is no pending status.
1763         Reported by Ted Romer <ted@romerfamily.com>.
1765 2008-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
1767         * startup.el (command-line): Turn on menu-bar-mode and
1768         tool-bar-mode when running as a daemon.
1770 2008-09-26  Eli Zaretskii  <eliz@gnu.org>
1772         * makefile.w32-in ($(lisp)/progmodes/cc-mode.elc): Remove.
1773         ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
1774         ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
1775         ($(lisp)/progmodes/cc-engine.elc)
1776         ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
1777         ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
1778         ($(lisp)/progmodes/cc-subword.elc)
1779         ($(lisp)/progmodes/cc-vars.elc): New dependencies.
1781         * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Remove.
1782         ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
1783         ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
1784         ($(lisp)/progmodes/cc-engine.elc)
1785         ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
1786         ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
1787         ($(lisp)/progmodes/cc-subword.elc)
1788         ($(lisp)/progmodes/cc-vars.elc): New dependencies.
1790 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1792         * informat.el (Info-split-threshold): New variable.
1793         (Info-split): Use it.
1795         * textmodes/texinfmt.el (texinfo-format-buffer):
1796         Use Info-split-threshold to decide whether to split Info files.
1798 2008-09-25  Chong Yidong  <cyd@stupidchicken.com>
1800         * progmodes/octave-mod.el (octave-mode-menu): Fix incorrect
1801         quoting.
1803         * comint.el (comint-dynamic-complete-as-filename): Quote directory
1804         name when reinserting it.
1806         * isearch.el (isearch-search-fun): Use word-search-forward-lax and
1807         word-search-backward-lax for incremental word search.
1809 2008-09-25  Juanma Barranquero  <lekktu@gmail.com>
1811         * generic-x.el (generic-other-modes): Fix typo in docstring.
1812         (generic-use-find-file-hook, generic-lines-to-scan)
1813         (generic-find-file-regexp, generic-ignore-files-regexp)
1814         (generic-define-mswindows-modes, generic-define-unix-modes):
1815         Remove `*' from docstring.
1816         (generic-mode-find-file-hook): Use `string-match-p'.
1817         (apache-log-generic-mode, mailagent-rules-generic-mode)
1818         (prototype-generic-mode, pkginfo-generic-mode, javascript-generic-mode)
1819         (java-manifest-generic-mode, java-properties-generic-mode)
1820         (alias-generic-mode): Doc fix: use "Generic mode" in docstrings
1821         for consistency with other modes in generic-x.el.
1823 2008-09-25  Martin Rudalics  <rudalics@gmx.at>
1825         * textmodes/tex-mode.el (latex-handle-escaped-parens): New variable.
1826         (latex-backward-sexp-1, latex-forward-sexp-1): Treat escaped
1827         parens specially only if latex-handle-escaped-parens is non-nil.
1828         (latex-indent-within-escaped-parens): New option.
1829         (latex-find-indent): Bind latex-handle-escaped-parens to
1830         latex-indent-within-escaped-parens.  Do not treat escaped parens
1831         specially when this is nil.  (Bug#954)
1833 2008-09-25  Glenn Morris  <rgm@gnu.org>
1835         * ffap.el (ffap-fixup-url): Don't call url-normalize-url.  (Bug#898)
1837 2008-09-25  Chong Yidong  <cyd@stupidchicken.com>
1839         * vc.el (vc-mark-resolved): Move message here from
1840         vc-default-mark-resolved.
1841         (vc-default-mark-resolved): Change to an alias for ignore.
1843 2008-09-24  Andreas Politz  <politza@fh-trier.de>  (tiny change)
1845         * term.el (term-emulate-terminal): Encode input string before
1846         checking its length.
1848 2008-09-24  Chong Yidong  <cyd@stupidchicken.com>
1850         * progmodes/sh-script.el (sh-mode-map): Don't assume that skeleton
1851         is loaded.
1853         * server.el (server-buffer-done): Avoid changing the buffer when
1854         deleting the client's frame (bug#640).
1856         * vc.el (vc-default-mark-resolved): New function.
1858 2008-09-24  Stephen Berman  <stephen.berman@gmx.net>
1860         * mail/rfc822.el (rfc822-addresses): Prevent rfc822-bad-address
1861         from raising a wrong-type-argument error.
1863 2008-09-24  Martin Rudalics  <rudalics@gmx.at>
1865         * help-fns.el (describe-function-1, describe-variable): Print
1866         relative file name in help buffer.
1867         * faces.el (describe-face): Print relative file name in help
1868         buffer.
1870 2008-09-23  Romain Francoise  <romain@orebokech.com>
1872         * subr.el (with-output-to-string): Make sure that the temporary
1873         buffer gets killed.
1875 2008-09-23  Markus Sauermann  <markus@sauermann-consulting.de>  (tiny change)
1877         * emacs-lisp/lisp-mode.el (calculate-lisp-indent): Fix
1878         indentation problem with keyword symbols when a list starts with
1879         ,@ or spaces.  (Bug#1012)
1881 2008-09-23  Martin Rudalics  <rudalics@gmx.at>
1883         * textmodes/tex-mode.el (latex-find-indent): Try to handle
1884         escaped close parens correctly.  (Bug#954)
1886 2008-09-22  Tassilo Horn  <tassilo@member.fsf.org>
1888         * play/fortune.el (fortune-in-buffer): Fix a bug which forced
1889         usage of `fortune-file' even though a FILE argument was passed to
1890         the function.
1892 2008-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
1894         * startup.el (command-line): Start the server when in daemon mode.
1895         Remove always true test.
1897         * frame.el (frame-initialize): Remove spurious setting of
1898         special-display-function with the default value.
1900 2008-09-20  Vincent Belaïche  <vincent.b.1@hotmail.fr>
1902         * calc/calc-vec.el (calcFunc-venum): Properly handle intervals.
1904 2008-09-20  Glenn Morris  <rgm@gnu.org>
1906         * emacs-lisp/lisp-mode.el (lisp-indent-offset):
1907         Fix custom type.  (Bug#1011)
1909 2008-09-20  David De La Harpe Golden  <david@harpegolden.net>
1911         * files.el (move-file-to-trash): Avoid recursive trashing if
1912         rename-file calls delete-file.
1914 2008-09-20  Glenn Morris  <rgm@gnu.org>
1916         * play/fortune.el: Remove leading `*' from defcustom docs.
1917         (fortune-program-options): Doc fix.  Allow to be a string again.
1918         Add :version.
1919         (fortune-in-buffer): Handle fortune-program-options as a string.
1920         Don't rely on fortune program accepting options after fortune file.
1922 2008-09-20  Justin Bogner  <mail@justinbogner.com>  (tiny change)
1924         * play/fortune.el (fortune-program-options): Change to a list.
1925         (fortune-in-buffer): Use apply.
1927 2008-09-20  Ulrich Mueller  <ulm@kph.uni-mainz.de>
1929         * emacs-lisp/authors.el: Change encoding of file to utf-8.
1930         (authors-coding-system): Likewise.
1932 2008-09-20  Ami Fischman  <ami@fischman.org>
1934         * savehist.el (savehist-save): Handle errors in writing as well as
1935         reading.
1937 2008-09-20  Michael Olson  <mwolson@gnu.org>
1939         * emacs-lisp/tq.el (tq-create): Disable undo in tq buffer in order
1940         to provide a minimal performance boost.
1942 2008-09-19  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1944         * proced.el (proced-grammar-alist, proced-custom-attributes)
1945         (proced-format-alist, proced-format, proced-filter-alist)
1946         (proced-filter, proced-sort): Use defcustom.
1947         (proced-mode): Fix docstring.
1948         (proced-process-attributes): Handle return value nil of functions
1949         in proced-custom-attributes.
1951 2008-09-19  Martin Rudalics  <rudalics@gmx.at>
1953         * textmodes/sgml-mode.el (sgml-tag-syntax-table): Remove prefix
1954         flag from "'" entry in sgml-tag-syntax-table.  (Bug#946)
1956 2008-09-19  Miles Bader  <miles@gnu.org>
1958         * comint.el (comint-output-filter): Make field properties for
1959         output text front-sticky.
1961 2008-09-18  Dan Nicolaescu  <dann@ics.uci.edu>
1963         * vc-bzr.el (vc-bzr-show-log-entry):
1964         * vc-git.el (vc-git-show-log-entry): Deal with a nil argument,
1965         C-x v l for a directory uses that.
1967 2008-09-18  Simon Josefsson  <simon@josefsson.org>
1969         * files.el (auto-mode-alist): Use sieve-mode for .sv, .siv, and
1970         .sieve files.
1972 2008-09-18  Martin Rudalics  <rudalics@gmx.at>
1974         * help-macro.el (make-help-screen): Preserve key bindings
1975         established in help-mode call when exiting this macro.
1977 2008-09-17  Kenichi Handa  <handa@m17n.org>
1979         * language/burmese.el: Fix setting of composition-function-table.
1981 2008-09-17  Martin Rudalics  <rudalics@gmx.at>
1983         * info.el (Info-follow-nearest-node): Don't raise an error for
1984         mouse-1 clicks.
1986 2008-09-17  Jay Belanger  <jay.p.belanger@gmail.com>
1988         * calc/calc-units.el (calc-convert-temperature): Use default
1989         units when appropriate.
1991 2008-09-16  Markus Triska  <markus.triska@gmx.at>
1993         * textmodes/flyspell.el (flyspell-math-tex-command-p): Always
1994         catch errors raised in `texmathp'.
1995         (flyspell-tex-math-initialized): Remove.
1997 2008-09-16  Martin Rudalics  <rudalics@gmx.at>
1999         * frame.el (select-frame-set-input-focus): With non-nil
2000         mouse-autoselect-window always move mouse cursor to frame's
2001         selected window.  Otherwise restore pre 2008-09-13 behavior.
2002         (select-frame-by-name): Use select-frame-set-input-focus.
2004         * files.el (switch-to-buffer-other-frame): Don't raise frame since
2005         pop-to-buffer already does it.
2006         (display-buffer-other-frame): Fix doc-string.
2008 2008-09-16  Glenn Morris  <rgm@gnu.org>
2010         * add-log.el (diff-find-source-location): Update declaration.
2012         * progmodes/make-mode.el (makefile-match-function-end):
2013         Move point.  (Bug#983)
2015 2008-09-16  Daiki Ueno  <ueno@unixuser.org>
2017         * epg.el (epg-start-verify): Pass "--verify" to gpgsm.
2019 2008-09-15  Juanma Barranquero  <lekktu@gmail.com>
2021         * vc-rcs.el (vc-rcs-steal-lock, vc-rcs-checkout): Fix docstring typos.
2022         (vc-rcs-fetch-master-state, vc-rcs-system-release): Doc fixes.
2024 2008-09-15  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
2026         * vc-rcs.el (vc-rcs-rollback): Fix typos in docstring.
2028 2008-09-15  Martin Rudalics  <rudalics@gmx.at>
2030         * files.el (file-truename): Don't raise args-out-of-range error
2031         when filename has no separator on windows-nt.  (Bug#982)
2033 2008-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2035         * diff-mode.el (diff-find-file-name): Rename `batch' to `noprompt' and
2036         be more honest when we don't know.
2037         (diff-tell-file-name): Don't prompt before the actual prompt.
2038         (diff-mode): Don't prompt in add-log-buffer-file-name-function.
2039         (diff-find-source-location): Add `noprompt' argument.
2040         (diff-current-defun): Don't prompt.
2042 2008-09-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2044         * proced.el (proced-mark-face, proced-marked-face)
2045         (proced-sort-header-face): Remove.
2046         (proced-font-lock-keywords): Simplify.
2047         (proced-format): Use face proced-sort-header.
2048         (proced-format-interactive, proced-sort-interactive)
2049         (proced-filter-interactive): Only call proced-update if the scheme
2050         has changed.
2051         (proced-sort-header): Use posn-actual-col-row.
2053 2008-09-14  Martin Rudalics  <rudalics@gmx.at>
2055         * add-log.el (change-log-find-window): New variable.
2056         (change-log-goto-source-1, change-log-goto-source):
2057         Set change-log-find-window to window displaying source.
2058         (change-log-next-error): Select window specified by
2059         change-log-find-window.
2061 2008-09-13  Martin Rudalics  <rudalics@gmx.at>
2063         * frame.el (select-frame-set-input-focus): With focus follows
2064         mouse move mouse cursor to right window.
2065         * window.el (pop-to-buffer): Select window before calling
2066         select-frame-set-input-focus.
2068 2008-09-12  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2070         * proced.el (proced-sort-header): New face.
2071         (proced-sort-header-face): New variable.
2072         (proced-format): Allow format value nil.
2073         Use proced-sort-header-face for header of sort column.
2074         (proced-format-args): New function.
2075         (proced-grammar-alist, proced-timer-flag, proced-process-alist)
2076         (proced-header-help-echo, proced-field-help-echo, proced-timer)
2077         (proced-toggle-timer-flag, proced, proced-mode): Doc fix.
2078         (proced-refine): Rename from proced-filter-attribute.  Doc fix.
2079         (proced-sort-header): Bind also to mouse-1.
2080         (proced-move-to-goal-column): Return position of point.
2081         (proced-filter-interactive): Always revert listing.
2082         (proced-format-ttname): Simplify.
2083         (proced-update): Do not keep undo information.  Put point at
2084         beginning of buffer if we generate the first listing.
2086 2008-09-12  Tassilo Horn  <tassilo@member.fsf.org>
2088         * doc-view.el (doc-view-scroll-up-or-next-page)
2089         (doc-view-scroll-down-or-previous-page): Fix scrolling in case of
2090         vertically split windows.
2092 2008-09-12  Glenn Morris  <rgm@gnu.org>
2094         * progmodes/f90.el (f90-mode-map): Don't bind \t and \r.
2096         * indent.el (indent-line-function): Doc fix.
2097         * progmodes/sh-script.el (sh-font-lock-open-heredoc): Doc fix.
2099 2008-09-11  Martin Rudalics  <rudalics@gmx.at>
2101         * window.el (pop-to-buffer): If the window for buffer-or-name is
2102         not on the selected frame, raise that window's frame and give it
2103         input focus.  (Bug#745)
2105 2008-09-11  Glenn Morris  <rgm@gnu.org>
2107         * ido.el (ido-mode): Initialize with custom-initialize-default,
2108         rather than a set function.  (Bug#947)
2110 2008-09-10  Chong Yidong  <cyd@stupidchicken.com>
2112         * replace.el (perform-replace): Don't set inhibit-read-only using
2113         query-replace-skip-read-only (bug#956).
2115         * edmacro.el (edmacro-parse-keys): Fix last change to omit macros
2116         of the <<foo>> form.
2118 2008-09-10  Martin Rudalics  <rudalics@gmx.at>
2120         * window.el (display-buffer): Fix doc-string typo.
2122 2008-09-10  Kenichi Handa  <handa@m17n.org>
2124         * composite.el (compose-gstring-for-graphic): Fix previous change.
2126 2008-09-10  Glenn Morris  <rgm@gnu.org>
2128         * info.el (Info-try-follow-nearest-node): Fix doc typo.
2130 2008-09-10  Stephen Berman  <stephen.berman@gmx.net>
2132         * info.el (Info-mouse-follow-nearest-node): Follow links to different
2133         manuals.  (Bug#886)
2135 2008-09-09  Juanma Barranquero  <lekktu@gmail.com>
2137         * ido.el (ido-unload-function): New function.
2139 2008-09-08  Juanma Barranquero  <lekktu@gmail.com>
2141         * ido.el (ido-file-internal): Fix typo in prompt.
2142         (ido-merge-ftp-work-directories, ido-max-work-file-list): Doc fixes.
2143         (ido-max-prospects, ido-max-file-prompt-width, ido-ignore-buffers)
2144         (ido-enable-prefix, ido-setup-hook, ido-rewrite-file-prompt-functions)
2145         (ido-magic-forward-char, ido-magic-delete-char, ido-pop-dir):
2146         Fix typos in docstrings.
2148 2008-09-08  Martin Rudalics  <rudalics@gmx.at>
2150         * help-fns.el (describe-function-1): Don't print extra newline
2151         after filling.
2153 2008-09-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2155         * help-fns.el (find-lisp-object-file-name): Handle case where
2156         library is compressed.
2158 2008-09-07  Chong Yidong  <cyd@stupidchicken.com>
2160         * complete.el (PC-do-completion): Don't replace buffer
2161         contents (bug#227).
2163 2008-09-07  Juanma Barranquero  <lekktu@gmail.com>
2165         * loadhist.el (unload-feature-special-hooks):
2166         Add `choose-completion-string-functions'.
2168 2008-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2170         * vc-svn.el (vc-svn-root):
2171         * vc-sccs.el (vc-sccs-root):
2172         * vc-rcs.el (vc-rcs-root):
2173         * vc-cvs.el (vc-cvs-root): Delete.
2174         * vc-hooks.el (vc-find-root): Remove `invert' argument.
2176 2008-09-07  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
2178         * progmodes/flymake.el (flymake-parse-err-lines): Filter out
2179         errors occurring in different files.
2181 2008-09-07  Dan Nicolaescu  <dann@ics.uci.edu>
2183         * vc-bzr.el (vc-bzr-extra-fileinfo): New defstruct.
2184         (vc-bzr-status-printer): New function.
2185         (vc-bzr-after-dir-status): Deal with renamed files.
2187 2008-09-07  Johan Euphrosine  <proppy@aminche.com>  (tiny change)
2189         * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Shell quote
2190         buffer's filename.
2192 2008-09-07  Martin Rudalics  <rudalics@gmx.at>
2194         * subr.el (cancel-change-group): Widen buffer temporarily when
2195         undoing changes.  (Bug#810)
2197 2008-09-07  Nick Roberts  <nickrob@snap.net.nz>
2199         * progmodes/gud.el (gud-stop-subjob): Using jdb, suspend threads
2200         with gud-stop-subjob rather than exit debugger.
2202 2008-09-07  Kenichi Handa  <handa@m17n.org>
2204         * composite.el: Compose combining characters only when it
2205         follows a character matching with "[[:alpha:]]".
2207 2008-09-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2209         * proced.el: Require time-date.
2210         (proced-command-alist, proced-command, proced-goal-header-re)
2211         (proced-sorting-schemes-alist, proced-sorting-scheme)
2212         (proced-header-alist, proced-sorting-schemes-re)
2213         (proced-skip-regexp, proced-next-line, proced-previous-line)
2214         (proced-listing-type, proced-sorting-scheme-p): Remove.
2215         (proced-grammar-alist, proced-custom-attributes)
2216         (proced-format-alist, proced-format, proced-filter-alist)
2217         (proced-filter, proced-sort, proced-goal-attribute)
2218         (proced-timer-interval, proced-timer-flag, proced-timer)
2219         (proced-process-alist, proced-sort-internal, proced-process-tree)
2220         (proced-header-help-echo, proced-field-help-echo): New variables.
2221         (proced-pid-at-point, proced-timer, proced-mark-process-alist)
2222         (proced-omit-process, proced-filter, proced-process-tree)
2223         (proced-filter-children, proced-children-pids)
2224         (proced-filter-parents, proced-<, proced-string-lessp)
2225         (proced-time-lessp, proced-xor, proced-sort-p)
2226         (proced-format-time, proced-format-start, proced-format-ttname)
2227         (proced-format, proced-process-attributes): New functions.
2228         (proced-toggle-timer-flag, proced-mark-children)
2229         (proced-mark-parents, proced-filter-interactive)
2230         (proced-filter-attribute, proced-sort-interactive)
2231         (proced-sort-header, proced-format-interactive): New commands.
2232         (proced-move-to-goal-column): Use goal-column.
2233         (proced-mode): Use proced-timer.
2234         (proced-do-mark-all): Display process count.  Use use-region-p.
2235         Simplify.
2236         (proced-omit-processes): Use use-region-p.
2237         (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
2238         (proced-sort-start, proced-sort-time, proced-sort-user):
2239         Use proced-sort-interactive.
2240         (proced-sort): Make it a function that performs the actual sort.
2241         (proced-update): New arg revert.  Use proced-process-alist,
2242         proced-filter, proced-sort, proced-format, and
2243         proced-grammar-alist.  Preserve position of point based on fields.
2244         Make header line and fields clickable.
2245         (proced-send-signal): Use proced-pid-at-point and proced-process-alist.
2246         (proced-why): Use save-selected-window.
2247         (proced-log): Use buffer-read-only.
2249 2008-09-06  Chong Yidong  <cyd@stupidchicken.com>
2251         * tooltip.el (tooltip-mode): Initialize unconditionally to t.
2253 2008-09-06  Glenn Morris  <rgm@gnu.org>
2255         * add-log.el (diff-find-source-location): Declare.
2256         (find-change-log): If called from a diff buffer, try to switch to the
2257         source buffer (e.g. to respect change-log-default-name there).
2259         * progmodes/sh-script.el (sh-get-kw): Remove '()' from the list of
2260         unallowed characters; added 2006-10-10 without comment.  (Bug#753)
2262         * Makefile.in (ELCFILES): Update.
2264 2008-09-06  Chong Yidong  <cyd@stupidchicken.com>
2266         * textmodes/ispell.el (ispell-command-loop): Suspend ispell if the
2267         user enters a mouse event in another frame, or a special event.
2269         * server.el (server-switch-buffer): New arg.
2270         (server-execute): If reusing an existing window, set file position
2271         if required.
2273 2008-09-06  Kenichi Handa  <handa@m17n.org>
2275         * language/lao.el: Fix setting of composition-function-table.
2277 2008-09-06  Eli Zaretskii  <eliz@gnu.org>
2279         * term/pc-win.el (msdos-show-help): Don't truncate lines while
2280         displaying help echo messages.
2282 2008-09-06  Martin Rudalics  <rudalics@gmx.at>
2284         * subr.el (symbol-file): Fix doc-string.
2286 2008-09-06  Glenn Morris  <rgm@gnu.org>
2288         * help-mode.el (help-xref-forward-stack): Doc fix.
2290         * add-log.el (change-log-default-name): Autoload safety.
2292 2008-09-05  Wilson Snyder  <wsnyder@wsnyder.org>
2294         * verilog-mode.el (verilog-library-extensions): Enable .sv
2295         filename extensions to call verilog-mode.
2296         (verilog-auto, verilog-auto-inst, verilog-faq)
2297         (verilog-submit-bug-report): Update author support URLs.
2298         (verilog-delete-auto, verilog-auto-inout-module)
2299         (verilog-auto-inout-comp, verilog-auto): Add AUTOINOUTCOMP for
2300         creating complemented testbench modules.  Suggested by Yishay Belkind.
2301         (verilog-auto-inst-port, verilog-simplify-range-expression):
2302         When verilog-auto-inst-param-value is set, don't require a
2303         AUTO_TEMPLATE to expand parameter substitutions.  Suggested by
2304         Yishay Belkind.
2305         (verilog-auto-inst-param-value): Add safe variable.
2306         (verilog-re-search-forward, verilog-re-search-backward):
2307         Fix returning wrong search results on Emacs 22.1.
2308         (verilog-modi-cache-results, verilog-auto): Fix warning message
2309         about "toggling font-lock-mode."
2310         (verilog-auto): Fix losing font-lock on errors.
2311         (verilog-auto-inst-param-value, verilog-mode-version)
2312         (verilog-mode-version-date, verilog-read-inst-param-value)
2313         (verilog-auto-inst, verilog-auto-inst-param)
2314         (verilog-auto-inst-port, verilog-simplify-range-expression):
2315         Allow parameters to be replaced with their values, on the expansion of
2316         an AUTOINST with Verilog 2001 style parameter settings.
2317         Suggested by David Rogoff.
2319 2008-09-05  Michael McNamara  <mac@mail.brushroad.com>
2321         * verilog-mode.el (verilog-beg-block-re-ordered, verilog-calc-1):
2322         Better support for the property statement.  Sometimes this keyword
2323         introduces a statement which requires an endproperty keyword, and
2324         sometimes it doesn't, depending on the work before the property
2325         word.  If property is prefixed with assert, assume or cover
2326         keyword, then the statement is ended with a ';'.  Otherwise,
2327         property is like task or specify, and is followed by some number
2328         of statements, which are ended with an endproperty keyword.
2329         (electric-verilog-tab): Support Emacs 22.2 style handling of tab
2330         in a highlighted region: indent each line in region according to
2331         mode.  Supply this so it works in XEmacs and older Emacs.
2333 2008-09-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2335         * whitespace.el (whitespace-kill-buffer-hook, whitespace-action):
2336         Don't clean up a buffer when killing it.
2338 2008-09-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2340         * whitespace.el: Fix auto-cleanup on kill prevents killing read-only
2341         buffers (bug#360).  New version 11.2.1.
2342         (whitespace-action): New value `warn-read-only' to give a warning when
2343         buffer is read-only and whitespace action is cleanup or auto-cleanup.
2344         (whitespace-cleanup, whitespace-cleanup-region): Code fix.
2345         (whitespace-warn-read-only): New fun.
2347 2008-09-05  Chong Yidong  <cyd@stupidchicken.com>
2349         * international/quail.el: Require help-mode.
2350         (quail-help-init): Function removed.
2351         (quail-keyboard-layout-button, quail-keyboard-customize-button):
2352         Define directly.
2354         * dired.el (dired-get-filename): Rewrite octal escape character
2355         processor (bug#885).
2357 2008-09-05  Eli Zaretskii  <eliz@gnu.org>
2359         * cus-edit.el (custom-button-pressed): Default to inverse-video.
2361         * term/pc-win.el (msdos-face-setup): Setup faces for all frames,
2362         not just for terminal-frame.
2364 2008-09-05  Martin Rudalics  <rudalics@gmx.at>
2366         * window.el (window--try-to-split-window): Don't split when window
2367         is not splittable in last disjunct.  (Bug#888)
2369 2008-09-05  Kenichi Handa  <handa@m17n.org>
2371         * language/tibetan.el: Fix setting of composition-function-table.
2373         * composite.el (find-composition): Mention about the automatic
2374         composition in the docstring.
2375         (compose-gstring-for-graphic): Fix handling "above" marks.
2377         * descr-text.el (describe-char): Fix handling of automatic composition.
2379 2008-09-04  Juanma Barranquero  <lekktu@gmail.com>
2381         * net/tramp-cache.el (tramp-flush-file-function): Fix docstring typo.
2382         (tramp-parse-connection-properties): Reflow docstring.
2384 2008-09-04  Kim F. Storm  <storm@cua.dk>
2386         * ido.el (ido-buffer-internal, ido-file-internal): Pass on other-window
2387         and other-frame methods when switching between file and buffer modes.
2389 2008-09-04  Martin Rudalics  <rudalics@gmx.at>
2391         * info.el (Info-dir-remove-duplicates): Narrow buffer when
2392         removing duplicate entries under same heading.  Don't skip char
2393         matching anything but a space or tab at bol.  (Bug#864)
2395 2008-09-03  Alan Mackenzie  <acm@muc.de>
2397         * progmodes/cc-defs.el (c-version): Increment to 5.31.6.
2399 2008-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2401         * minibuffer.el (completion-pcm--pattern->regex): Undo last change.
2402         (completion-pcm--all-completions): Move the case-fold-search binding to
2403         it also applies to completion-regexp-list (used in all-completions).
2404         (completion-pcm--hilit-commonality): Add missing case-fold-search.
2406 2008-09-03  Martin Rudalics  <rudalics@gmx.at>
2408         * window.el (pop-up-frame-function): Move ...
2409         * frame.el (pop-up-frame-function): ... here, to avoid
2410         "CHANGED outside Customize;".
2412 2008-09-03  Glenn Morris  <rgm@gnu.org>
2414         * buff-menu.el (buffer-menu-mode-hook): Add obsolete alias.
2416 2008-09-03  Chong Yidong  <cyd@stupidchicken.com>
2418         * isearch.el (isearch-highlight-regexp): Fix last change, quoting
2419         non-alphabetical characters properly.
2421 2008-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
2423         * files.el (auto-mode-alist): Use verilog-mode for SystemVerilog files.
2425 2008-09-02  Martin Rudalics  <rudalics@gmx.at>
2427         * calc/calc.el (calc-dispatch-map): Fix handling of upcased and
2428         control-prefixed keys.  (Bug#835)
2430 2008-09-02  Chong Yidong  <cyd@stupidchicken.com>
2432         * image-mode.el (image-mode): Fix 2008-07-19 change.
2434 2008-09-02  Juanma Barranquero  <lekktu@gmail.com>
2436         * tool-bar.el (tool-bar-add-item): Fix typo in docstring.
2438         * emulation/tpu-edt.el (tpu-kill-buffer): Doc fix.
2440 2008-09-02  Glenn Morris  <rgm@gnu.org>
2442         * emacs-lisp/lucid.el (try-face-font): Remove dead alias.
2444         * progmodes/cc-langs.el (c-opt-op-identitier-prefix): Fix typo.
2446 2008-09-01  Glenn Morris  <rgm@gnu.org>
2448         * vc-hooks.el (vc-previous-version): Move alias to vc.el.
2449         * vc.el (vc-default-previous-version): Move alias here from vc-hooks,
2450         and fix name typos.  (Bug#856)
2452 2008-09-01  Chong Yidong  <cyd@stupidchicken.com>
2454         * minibuffer.el (completion-pcm--pattern->regex):
2455         When completion-ignore-case is non-nil, generate a regexp that
2456         ignores case.
2458         * window.el (recenter-top-bottom): Doc fix.
2460 2008-09-01  Simon South  <ssouth@member.fsf.org>
2462         * progmodes/delphi.el: New maintainer.
2463         (delphi-interface-types): New var.
2464         (delphi-composite-types): Use it.
2465         (delphi-enclosing-indent-of): Distinguish between "interface"
2466         keyword as a unit separator and used like a class declaration.
2468 2008-09-01  Martin Rudalics  <rudalics@gmx.at>
2470         * help-fns.el (describe-simplify-lib-file-name)
2471         (find-source-lisp-file): Remove.
2472         (find-lisp-object-file-name): New function giving preference to
2473         files found via load-path instead of loaddefs.el.
2474         (describe-function-1): Use new function instead of the removed
2475         ones.  (Bugs #587, #669, #690)
2476         * faces.el (describe-face): Use find-lisp-object-file-name instead
2477         of describe-simplify-lib-file-name.
2479 2008-09-01  Kenichi Handa  <handa@m17n.org>
2481         * international/mule-diag.el (font-show-log): Fix previous change.
2483         * international/mule-cmds.el (set-language-environment):
2484         Don't overwrite current-iso639-language if the current language
2485         environment doesn't provide that data.
2486         (set-locale-environment): Set current-iso639-language from the
2487         locale name.
2489         * international/fontset.el (script-representative-chars): Re-add
2490         the entry for symbol, but with vector of characters.
2491         (setup-default-fontset): Cancel previous change.
2493 2008-08-31  Chong Yidong  <cyd@stupidchicken.com>
2495         * ido.el: Move provide statement to the end of the file.
2497 2008-08-30  Markus Triska  <markus.triska@gmx.at>
2499         * linum.el (linum-mode): `window-size-change-functions' can now be
2500         buffer-local.
2501         (linum-update-window): Use result of `move-overlay'.
2503 2008-08-30  Glenn Morris  <rgm@gnu.org>
2505         * subr.el (make-variable-frame-local): Tweak obsolescence message.
2507         * info.el (Info-hide-note-references, Info-refill-paragraphs):
2508         Doc fixes.
2510         * apropos.el (apropos-command): Report documentation errors.
2511         * help-fns.el (describe-function-1): Handle broken aliases.  (Bug#825)
2513 2008-08-29  Chong Yidong  <cyd@stupidchicken.com>
2515         * isearch.el (isearch-highlight-regexp): Fix case of highlighted
2516         string.
2518 2008-08-29  Eli Zaretskii  <eliz@gnu.org>
2520         * bindings.el (mode-line-frame-identification): Fix last change.
2522 2008-08-29  Kenichi Handa  <handa@m17n.org>
2524         These changes are to adjust the automatic composition for the new
2525         implementation (avoid using text property).
2527         * composite.el (composition-function-table): Move declaration to
2528         composite.c.
2529         (terminal-composition-base-character-p): Delete it.
2530         (terminal-composition-function): Delete it.
2531         (terminal-composition-function-table): Delete it.
2532         (lgstring-header, lgstring-set-header, lgstring-font)
2533         (lgstring-char, lgstring-char-len, lgstring-shaped-p)
2534         (lgstring-set-id, lgstring-glyph, lgstring-glyph-len)
2535         (lgstring-set-glyph, lglyph-from, lglyph-to, lglyph-char)
2536         (lglyph-code, lglyph-width, lglyph-lbearing, lglyph-rbearing)
2537         (lglyph-ascent, lglyph-descent, lglyph-adjustment)
2538         (lglyph-set-from-to, lglyph-copy, lgstring-insert-glyph)
2539         (compose-glyph-string, compose-glyph-string-relative)
2540         (compose-gstring-for-graphic, compose-gstring-for-terminal):
2541         New functions.
2542         (auto-compose-chars): Argument changed.
2544         * language/european.el: Don't setup composition-function-table.
2545         (diacritic-composition-pattern, diacritic-compose-region)
2546         (diacritic-compose-string, diacritic-compose-buffer)
2547         (diacritic-composition-function): Delete them.
2549         * language/lao-util.el (lao-composition-function): Argument changed.
2551         * language/sinhala.el: Fix setting up of composition-function-table.
2553         * language/thai.el: Fix setting up of composition-function-table.
2555         * language/thai-util.el: Encoding changed to utf-8.
2556         (thai-composition-function): Argument changed.
2558         * language/indian.el: Fix setting up of composition-function-table.
2559         (devanagari-composable-pattern)
2560         (tamil-composable-pattern, kannada-composable-pattern)
2561         (malayalam-composable-pattern): New variables.
2563         * international/characters.el (unicode-category-table):
2564         Setup unicode-category-table.
2566         * international/fontset.el (setup-default-fontset): Prepend
2567         iso10646-1 fonts to the fallback font groups instead of appending.
2569 2008-08-29  Glenn Morris  <rgm@gnu.org>
2571         * cus-start.el (truncate-partial-width-windows): Changed in 23.1.
2573 2008-08-28  Chong Yidong  <cyd@stupidchicken.com>
2575         * term/x-win.el (x-win-suspend-error): Don't signal error if there
2576         are no X frames active.
2578 2008-08-28  Michael Albinus  <michael.albinus@gmx.de>
2580         * net/xesam.el (xesam-kill-buffer-function): Wrap code by
2581         `ignore-errors' (the function must succeed always).
2583 2008-08-28  "Edward O'Connor"  <hober0@gmail.com>
2585         * json.el (json-read-number): New arg.  Handle explicitly signed
2586         numbers.
2587         (json-readtable): Add `+' and `.'.
2589 2008-08-28  Eli Zaretskii  <eliz@gnu.org>
2591         * term/pc-win.el (msdos-previous-message): New variable.
2592         (msdos-show-help): New function.
2593         (msdos-initialize-window-system): Set show-help-function to
2594         msdos-show-help.
2596 2008-04-09  Lennart Borgman  <lennart.borgman@gmail.com>
2598         * emacs-lisp/debug.el (debug): When killing a noninteractive
2599         Emacs, give an exit status of -1.
2601 2008-08-28  Chong Yidong  <cyd@stupidchicken.com>
2603         * vc-hooks.el (vc-workfile-unchanged-p): Revert last change.
2605 2008-08-27  Alex Harsanyi  <harsanyi@mac.com>  (tiny change)
2607         * vc-hooks.el (vc-workfile-unchanged-p): If the checkout time is
2608         not the same as the last modification time, fall back on the
2609         backend-specific check.
2611 2008-08-27  Teodor Zlatanov  <tzz@lifelogs.com>
2613         * add-log.el (change-log-next-error): Run an extra `pop-to-buffer'
2614         to go to the position of interest.
2616 2008-08-27  Tomas Abrahamsson  <tab@lysator.liu.se>
2618         * textmodes/artist.el (artist-mode-init): Add comment on the
2619         setting up of the `artist-replacement-table' array.
2620         (artist-get-replacement-char): New defsubst.
2621         (artist-get-char-at-xy-conv, artist-replace-char)
2622         (artist-replace-chars, artist-replace-string): Use it instead of
2623         accessing `artist-replacement-table' directly.
2624         Reported by Rubén Berenguel <ruben@maia.ub.es>.
2626         (artist-mt): Fix structures for cut and copy operations.
2628 2008-08-27  Chong Yidong  <cyd@stupidchicken.com>
2630         * shell.el (shell-file-name-quote-list): Quote `$'.
2632         * comint.el (comint-dynamic-complete-as-filename): Generalize last
2633         change to allow quoting of characters before point.
2634         (comint-dynamic-list-filename-completions): Quote common substring.
2636 2008-08-26  Chong Yidong  <cyd@stupidchicken.com>
2638         * comint.el (comint-dynamic-complete-as-filename): If case is
2639         ignored while matching, replace the entire filename with completion.
2641         * textmodes/flyspell.el (flyspell-check-pre-word-p): Make sure
2642         flyspell-pre-point is valid to avoid signalling an error in
2643         post-command-hook.
2645 2008-08-26  Johan BockgÃ¥rd  <bojohan@gnu.org>
2647         * linum.el (linum): Inherit remaining face attributes from default
2648         face.
2650 2008-08-26  Markus Triska  <markus.triska@gmx.at>
2652         * linum.el (linum-delay): Disable - it should no longer be
2653         necessary, and can lead to longer delays.
2654         (linum-update-window): Renumber if margin width has changed.
2656 2008-08-26  Daiki Ueno  <ueno@unixuser.org>
2658         * epa.el (epa--key-widget-action): Save the selected window to
2659         make `widget-button-click-moves-point' work.  (Bug#733).
2661 2008-08-26  Glenn Morris  <rgm@gnu.org>
2663         * calendar/holidays.el (calendar-holidays): Doc fix.
2665         * progmodes/gud.el (tramp-file-name-localname)
2666         (tramp-dissect-file-name): Declare.
2668         * term/pc-win.el (msdos-setup-keyboard): Fix declaration.
2670 2008-08-25  Eli Zaretskii  <eliz@gnu.org>
2672         * bindings.el (mode-line-frame-control): New function, caters to
2673         `pc' ``window system''.
2674         (mode-line-frame-identification): Use it instead of accessing
2675         window-system directly.
2677 2008-08-25  Juri Linkov  <juri@jurta.org>
2679         * textmodes/text-mode.el (text-mode-map): Unbind "\es" from
2680         `center-line' and "\eS" from `center-paragraph'.
2681         (facemenu-keymap): Bind "\es" to `center-line' and "\eS" to
2682         `center-paragraph'.
2684 2008-08-25  Ulf Jasper  <ulf@web.de>
2686         * net/newst-treeview.el (newsticker-treeview-own-frame): Doc fixed.
2687         (newsticker-treeview-treewindow-width): New.
2688         (newsticker-treeview-listwindow-height): New.
2689         (newsticker-treeview-browse-url-item): New.
2690         (newsticker-treeview-mode-map):
2691         Add newsticker-treeview-browse-url-item.
2692         (newsticker--treeview-window-init):
2693         Use newsticker-treeview-treewindow-width and
2694         newsticker-treeview-listwindow-height.
2696         * net/newst-reader.el (newsticker-browse-url-item): New.
2698 2008-08-25  Dan Nicolaescu  <dann@ics.uci.edu>
2700         * vc-dir.el (vc-dir-marked-only-files-and-states):
2701         (vc-dir-child-files-and-states): Reverse the list before returning it.
2703 2008-08-24  Michael Albinus  <michael.albinus@gmx.de>
2705         * net/dbus.el (dbus-introspect): Use `dbus-call-method-non-blocking'.
2707 2008-08-24  Romain Francoise  <romain@orebokech.com>
2709         * progmodes/python.el (run-python): Remove '' from sys.path.
2711 2008-08-23  Glenn Morris  <rgm@gnu.org>
2713         * progmodes/fortran.el (fortran-tab-mode-string)
2714         (fortran-comment-line-start, fortran-continuation-string): Doc fixes.
2716 2008-08-23  Eli Zaretskii  <eliz@gnu.org>
2718         * term/pc-win.el (msdos-setup-keyboard) <msdos-setup-keyboard>:
2719         Add declare-function.
2721         * startup.el (command-line): Don't call tty-register-default-colors
2722         if initial-window-system is `pc'.
2724         * term/internal.el (local-function-key-map): Fix unbalanced parens.
2725         (msdos-key-remapping-map): New variable.  Move here all the special
2726         keys we will be remapping via local-function-key-map.
2727         (msdos-setup-keyboard): New function.
2729         * term/pc-win.el (msdos-create-frame-with-faces): Rename from
2730         make-msdos-frame.
2731         (terminal-init-internal): New function, errors out if called.
2732         (msdos-initialize-window-system): New function.
2733         (msdos-create-frame-with-faces): Set the terminal's
2734         `terminal-initted' (sic!) parameter.
2735         (frame-creation-function-alist): Add msdos-create-frame-with-faces.
2736         (window-system-initialization-alist):
2737         Add msdos-initialize-window-system.
2738         (handle-args-function-alist): Use tty-handle-args for `pc'
2739         ``window system'' as well.
2740         (pc-win): Provide.
2742         * term/tty-colors.el (tty-register-default-colors): Remove bogus
2743         code for using msdos-color-values.
2745         * loadup.el [ms-dos]: Load term/pc-win.
2747 2008-08-23  Dan Nicolaescu  <dann@ics.uci.edu>
2749         * vc-dir.el (vc-dir-prepare-status-buffer): Make sure we use a
2750         directory name.
2752 2008-08-23  Nick Roberts  <nickrob@snap.net.nz>
2754         * progmodes/gud.el (gud-common-init): Use absolute file so that
2755         perldb works with tramp (sudo).
2757         * term/x-win.el (x-gtk-map-stock): Don't let the tool bar destroy
2758         match data in process filters.
2760 2008-08-23  Martin Rudalics  <rudalics@gmx.at>
2762         * dired.el (dired-buffer-stale-p): Do not revert buffer that
2763         can be written.
2765 2008-08-23  Glenn Morris  <rgm@gnu.org>
2767         * dired-x.el (dired-guess-shell-alist-default): Add .mp3 and .ogg.
2768         (dired-guess-shell-alist-user): Doc fix.  (Bug#417).
2770 2008-08-23  Chong Yidong  <cyd@stupidchicken.com>
2772         * subr.el (temp-buffer-show-hook): Doc fix.
2774 2008-08-22  Michael Albinus  <michael.albinus@gmx.de>
2776         * net/tramp.el (tramp-remote-process-environment): Add "EMACS=t"
2777         and "INSIDE_EMACS=...".  Reported by Tassilo Horn
2778         <tassilo@member.fsf.org>.
2780         * net/trampver.el: Update release number.
2782         * net/xesam.el (xesam-minor-mode): New minor mode.
2783         (xesam-highlight-buffer): Remove.  Code moved to
2784         `xesam-minor-mode'.
2785         (xesam-refresh-entry): Use `xesam-minor-mode'.
2787 2008-08-21  Chong Yidong  <cyd@stupidchicken.com>
2789         * minibuffer.el (completion--try-word-completion):
2790         Disable partial-completion when considering the addition of a space
2791         or hyphen.
2793 2008-08-21  John Paul Wallington  <jpw@pobox.com>
2795         * mail/rmail.el (rmail-insert-inbox-text): Ensure that the
2796         filename of `tofile' doesn't contain any colons on Windows,
2797         Cygwin, and MS-DOS systems.
2799 2008-08-21  Daiki Ueno  <ueno@unixuser.org>
2801         * epg.el (epg-make-context, epg-context-set-passphrase-callback)
2802         (epg-context-set-progress-callback): Make sure the callback is a
2803         cons of a function and a handback.  Update all callers.
2805 2008-08-20  David Reitter  <david.reitter@gmail.com>
2807         * term/ns-win.el (ns-cursor-blink-rate, ns-cursor-blink-mode): Remove.
2808         Patch applied by Adrian Robert.
2810 2008-08-20  Kevin Ryde  <user42@zip.com.au>
2812         * textmodes/nroff-mode.el (nroff-mode): Avoid auto-filling on
2813         directive lines.
2815 2008-08-20  Michael Albinus  <michael.albinus@gmx.de>
2817         * net/xesam.el (xesam-highlight-string): Precise doc string.
2818         (xesam-highlight-buffer): New defun.
2819         (xesam-refresh-entry): Use it.  Better check for sourceModified.
2821 2008-08-19  Chong Yidong  <cyd@stupidchicken.com>
2823         * edmacro.el (edmacro-parse-keys): Catch events with spaces in
2824         their names.
2826 2008-08-19  Kenichi Handa  <handa@m17n.org>
2828         * language/european.el ("Esperanto"): Change the preferred
2829         charsets to iso-8859-3.
2831         * language/utf-8-lang.el ("UTF-8"): Add the preferred charsets.
2833         * international/fontset.el (script-representative-chars):
2834         Delete the entry for symbol.
2835         (setup-default-fontset): For symbol characters, don't specify
2836         :script property.
2838 2008-08-19  Chong Yidong  <cyd@stupidchicken.com>
2840         * minibuffer.el (completion-table-dynamic): Doc fix.
2842         * cus-edit.el (custom-toggle-hide): Allow hiding only if widget is
2843         saved.
2845 2008-08-18  Chong Yidong  <cyd@stupidchicken.com>
2847         * emulation/edt.el (edt-default-emulation-setup):
2848         Share global-buffers-menu-map with the emulated global map.
2850 2008-08-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
2852         * term/ns-win.el (global): Uncomment "put backspace
2853         ascii-character..." and friends, they are needed for tramp.  (Bug#725)
2855 2008-08-18  Kenichi Handa  <handa@m17n.org>
2857         * international/mule-diag.el (font-show-log): Add optional arg N
2858         to control the limit of font listing.
2860 2008-08-18  Chong Yidong  <cyd@stupidchicken.com>
2862         * window.el (recenter-top-bottom): Determine top and bottom
2863         positions using scroll-margin instead of scroll-conservatively.
2865 2008-08-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2867         * proced.el (proced-send-signal): Use beginning-of-line.
2869 2008-08-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2871         * proced.el (proced-signal-list): Add POSIX 1003.1-2001 signals.
2872         (proced-mode-map): Add tooltips for menus.  Use radio buttons for
2873         listing types.
2874         (proced-log-buffer): New variable.
2875         (proced-mark-all, proced-unmark-all, proced-do-mark-al): Operate on
2876         region if transient-mark-mode is turned on and the region is active.
2877         (proced-omit-processes): Rename from proced-hide-processes to
2878         avoid key clash with describe-mode (bound to h).  Search for
2879         marked processes starting from point-min.
2880         (proced-header-space): Remove.
2881         (proced-send-signal): Handle errors.  Operate on current process
2882         if no process is marked.
2883         (proced-why): New command.
2884         (proced-log, proced-log-summary): New functions.
2885         (proced-help): Use proced-why.
2886         * textmodes/bibtex.el (bibtex-entry-format): Mark as safe.
2887         (bibtex-autokey-year-title-separator): Fix docstring.
2889 2008-08-17  Michael Albinus  <michael.albinus@gmx.de>
2891         * net/xesam.el (xesam-vendor, xesam-notify-function):
2892         New local variables.
2893         (xesam-mode): Extend docstring.  Initialize `xesam-notify-function'.
2894         (xesam-refresh-entry): Use `xesam-notify-function' if set.  Remove
2895         Debbugs specific code; it shall be enabled via `xesam-mode-hooks'.
2896         (xesam-new-search): Initialize `xesam-vendor'.
2898 2008-08-15  Glenn Morris  <rgm@gnu.org>
2900         * eshell/esh-cmd.el (eshell-do-pipelines): Indicate the last command in
2901         a pipeline.
2902         * eshell/em-ls.el (eshell-ls-files): List one per line in a pipeline,
2903         unless at the end of the pipeline.  (Bug#699).
2905 2008-08-14  Chong Yidong  <cyd@stupidchicken.com>
2907         * minibuffer.el (completion-boundaries): Doc fix.
2908         (display-completion-list): Only default base-size to zero if
2909         completing in the minibuffer.
2911         * simple.el (completion-base-size): Doc fix.
2912         (choose-completion): Try reselecting completion-reference-buffer.
2914 2008-08-14  Michael Albinus  <michael.albinus@gmx.de>
2916         * vc-dispatcher.el (vc-do-command): Let asynchronous processes run
2917         also for remote directories.
2919 2008-08-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2921         * emacs-lisp/easymenu.el (easy-menu-add): Don't precompute keybindings
2922         since those precomputed values aren't used any more.
2923         (easy-menu-precalculate-equivalent-keybindings): Obsolete.
2925 2008-08-14  Martin Rudalics  <rudalics@gmx.at>
2927         * help.el (with-help-window): Return last value in BODY.
2929 2008-08-14  Michael Albinus  <michael.albinus@gmx.de>
2931         * net/xesam.el (xesam-refresh-entry): Use `save-excursion' in the
2932         notify function of the URL.
2933         (xesam-new-search): Encode special characters in the query string.
2935 2008-08-13  Chong Yidong  <cyd@stupidchicken.com>
2937         * term/ns-win.el (ns-parse-geometry): Rename from x-parse-geometry.
2939 2008-08-13  Andreas Schwab  <schwab@suse.de>
2941         * net/tramp.el (tramp-handle-shell-command): Handle output going
2942         to current buffer like shell-command.  Don't disable undo.
2944 2008-08-13  Glenn Morris  <rgm@gnu.org>
2946         * eshell/esh-cmd.el (eshell/which): Handle the case where no
2947         description is found.
2949 2008-08-12  Alan Mackenzie  <acm@muc.de>
2951         * progmodes/cc-defs.el (c-emacs-features):
2952         argumentative-bod-function: bind mark-ring to avoid accumulating a
2953         spurious mark.
2955 2008-08-12  Chong Yidong  <cyd@stupidchicken.com>
2957         * simple.el (visual-line--saved-state): New var.
2958         (visual-line-mode): Save local values of variables, and restore
2959         them when visual-line-mode is disabled.
2961 2008-08-12  NAKAGAWA Makoto  <gha03025@nifty.ne.jp>  (tiny change)
2963         * net/ldap.el (ldap-search-internal): Tweak URL regexp.
2965 2008-08-11  Chong Yidong  <cyd@stupidchicken.com>
2967         * progmodes/cc-defs.el (c-emacs-features):
2968         Check beginning-of-defun-raw instead of beginning-of-defun, and avoid
2969         moving point during the test.
2971         * emacs-lisp/lisp.el (beginning-of-defun): Doc fix.
2973 2008-08-11  Glenn Morris  <rgm@gnu.org>
2975         * term/ns-win.el (x-parse-geometry): Doc fix.
2977         * dired.el (x-popup-menu):
2978         * hi-lock.el (x-popup-menu):
2979         * mouse.el (font-face-attributes):
2980         * calendar/cal-menu.el (x-popup-menu):
2981         * calendar/calendar.el (x-popup-menu):
2982         * calendar/holidays.el (x-popup-menu):
2983         * progmodes/cperl-mode.el (x-popup-menu):
2984         * term/ns-win.el (dnd-open-file, tool-bar-mode, scroll-bar-scale)
2985         (x-open-connection):
2986         * term/w32-win.el (x-colors, x-handle-args, x-parse-geometry)
2987         (x-command-line-resources):
2988         * term/x-win.el (x-colors, x-parse-geometry, x-resource-name)
2989         (x-display-name, x-command-line-resources):
2990         Add declarations for builds without X.
2992 2008-08-10  Glenn Morris  <rgm@gnu.org>
2994         * calendar/cal-bahai.el (holiday-bahai): Doc fix.
2996 2008-08-10  Dan Nicolaescu  <dann@ics.uci.edu>
2998         * vc-bzr.el (vc-bzr-find-revision): Rename from
2999         vc-bzr-find-version, forgotten in the 2007-10-10 renaming.
3001 2008-08-10  Michael Albinus  <michael.albinus@gmx.de>
3003         * net/xesam.el (xesam-search-engines): Add Debbugs hit fields.
3004         (xesam-refresh-entry): Add Debbugs handling.  Insert a widget
3005         "DONE", when all hits are retrieved.
3006         (xesam-search): Autoload it.
3008 2008-08-11  John Paul Wallington  <jpw@pobox.com>
3010         * ibuffer.el (ibuffer-buffer-file-name): Return nil rather than
3011         empty string when no filename.
3012         (define-ibuffer-column filename): Accommodate that change.
3014         * ibuf-ext.el (ibuffer-define-filter filename): Use plain old
3015         `buffer-file-name' instead of `ibuffer-buffer-file-name'.
3017 2008-08-10  Glenn Morris  <rgm@gnu.org>
3019         * Makefile.in (ELCFILES): Update.
3021 2008-08-10  John Paul Wallington  <jpw@pobox.com>
3023         * pcvs.el (defun-cvs-mode): Add `doc-string' decl.
3025 2008-08-08  Chong Yidong  <cyd@stupidchicken.com>
3027         * battery.el (battery-echo-area-format, battery-status-function):
3028         Handle new Linux sysfs format for battery reporting.
3029         (battery-linux-sysfs): New function.
3031 2008-08-07  Martin Rudalics  <rudalics@gmx.at>
3033         * add-log.el (change-log-search-tag-name)
3034         (change-log-goto-source): Fix behavior when point is not on tag.
3036 2008-08-06  Adrian Robert  <Adrian.B.Robert@gmail.com>
3038         * startup.el (command-line-ns-option-alist): Use ignore instead of
3039         ns-ignore-0-arg.
3041         * term/ns-win.el (ns-ignore-0-arg, mouse-extend-region)
3042         (ns-win-suspend-error, ns-yes-or-no-p, colors): Drop.
3043         (ns-alternatives-map): New variable.
3044         (x-set-up-function-keys): Use it.
3045         (global): Comment out "put backspace ascii-character..." and friends.
3046         Move function-key-map into ns-alternatives-map.  Don't call
3047         precompute-menubar-bindings.  Don't set anything connected with
3048         browse-url.
3049         (after-make-frame-functions): Clarify comment why a hook is added.
3051 2008-08-06  Joakim Verona  <joakim@verona.se>
3053         * thingatpt.el (thing-at-point-url-path-regexp): Allow parenthesis
3054         in url:s.
3056 2008-08-06  Dan Nicolaescu  <dann@ics.uci.edu>
3058         * vc-svn.el (vc-svn-parse-status): Use when instead of if.
3059         Fix 2008-01-01 change: use a shy group to not affect subsequent
3060         match calls.
3062 2008-08-06  Reto Zimmermann  <reto@gnu.org>
3064         * progmodes/vera-mode.el (vera-electric-tab):
3065         * progmodes/vhdl-mode.el (vhdl-electric-tab): Make TAB indent
3066         region when active.
3068 2008-08-06  Kenichi Handa  <handa@m17n.org>
3070         * faces.el (face-valid-attribute-values): Fix handling the value
3071         of (font-family-list) and font-XXX-table.
3073 2008-08-06  Dan Nicolaescu  <dann@ics.uci.edu>
3075         * proced.el (proced-menu): Bind the correct function to for toggling.
3077         * vc-dir.el (vc-dir-mode): Fix typo.
3079 2008-08-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3081         * whitespace.el (whitespace-newline-mode)
3082         (global-whitespace-newline-mode, whitespace-mode)
3083         (global-whitespace-mode): Improve docstring.
3085 2008-08-05  Chong Yidong  <cyd@stupidchicken.com>
3087         * kmacro.el (kmacro-exec-ring-item): Add autoload.
3089         * files.el (auto-save-visited-file-name): Move definition to fileio.c.
3091         * cus-start.el (all): Handle auto-save-visited-file-name.
3093 2008-08-05  Alex Shinn  <alexshinn@gmail.com>  (tiny change)
3095         * files.el (hack-one-local-variable-eval-safep): Handle
3096         lisp-indent-function and scheme-indent-function in addition to the
3097         deprecated lisp-indent-hook.
3099 2008-08-05  Michael Albinus  <michael.albinus@gmx.de>
3101         * net/xesam.el (top): Require `wid-edit' always.
3102         (xesam-mode-line, xesam-highlight): New deffaces.
3103         (xesam-objects): New local variable.
3104         (xesam-search-engines): Fix error in field list.
3105         (xesam-mode): Use `xesam-mode-line' instead of
3106         `font-lock-type-face'.  Apply `xesam-mode' to a temp buffer, for
3107         proper initialization (why?).
3108         (xesam-highlight-string, xesam-get-hits)
3109         (xesam-kill-buffer-function): New defuns.
3110         (xesam-refresh-entry): Move code to `xesam-get-hits'.  Check
3111         result of "hit.fields", it isn't a string only.  Wrap an error of
3112         the strigi search engine ("xesam:size" is returned as string).
3113         Highlight search items.
3114         (xesam-refresh-search-buffer): Make logic of counters more simple.
3115         Prefetch next hits.
3116         (xesam-signal-handler): Use `xesam-mode-line' instead of
3117         `font-lock-type-face'.
3118         (xesam-new-search): Add `xesam-kill-buffer-function' to
3119         `kill-buffer-hook'.
3121 2008-08-05  Teodor Zlatanov  <tzz@lifelogs.com>
3123         * add-log.el (change-log-next-error, change-log-mode): Add support
3124         for `next-error' to call `change-log-goto-source' on named files
3125         in a ChangeLog.
3127 2008-08-05  Jay Belanger  <jay.p.belanger@gmail.com>
3129         * calc/calc.el (math-read-number): Handle all C-like languages
3130         properly.
3132 2008-08-04  Vincent Belaïche  <vincent.b.1@hotmail.fr>
3134         * calc/calc.el (math-read-number): Handle C numbers beginning with
3135         0 correctly.
3137 2008-07-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
3139         * term/ns-win.el ([ns-new-frame]): New global key.
3141 2008-08-04  Juanma Barranquero  <lekktu@gmail.com>
3143         * international/mule-cmds.el (read-char-by-name):
3144         Check UCS names with `assoc-string' and case folding.
3146 2008-08-04  Michael Albinus  <michael.albinus@gmx.de>
3148         * net/dbus.el (dbus-call-method-asynchronously)
3149         (dbus-method-return-internal, dbus-method-error-internal):
3150         Declare them with `declare-function'.
3152 2008-08-04  Juanma Barranquero  <lekktu@gmail.com>
3154         * descr-text.el (describe-char-display): Fix last change:
3155         don't pass CHARSET to `encoded-string-description'.
3157 2008-08-02  Alex Harsanyi  <harsanyi@mac.com>  (tiny change)
3159         * vc.el (vc-next-action): Update list var correctly after delete.
3161 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
3163         * ido.el (ido-mode): Add toggle notification.
3165         * cus-edit.el (custom-save-all): Avoid destroying symlink if
3166         already visiting the custom file.
3168         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
3169         pending output coming after the status change.
3171 2008-08-02  Jason Rumney  <jasonr@gnu.org>
3173         * w32-fns.el (tis620-2533): Use as preferred registry for thai fonts.
3175 2008-08-01  Kenichi Handa  <handa@m17n.org>
3177         * international/mule-cmds.el (encode-coding-char):
3178         New optional arg CHARSET.
3180         * descr-text.el (describe-char-display): Call encode-coding-char
3181         with the arg CHARSET.
3182         (describe-char): Pay attention to the text-property `charset'.
3184 2008-08-01  Michael Albinus  <michael.albinus@gmx.de>
3186         * net/dbus.el (dbus-check-event, dbus-handle-event): Handle D-Bus
3187         error messages.
3188         (dbus-set-property): Call `dbus-introspect-get-property' instead
3189         of `dbus-get-property'.
3191         * net/xesam.el (xesam-all-fields): Remove source and content
3192         identifiers.
3193         (xesam-dbus-unique-names): New defvar.
3194         (xesam-dbus-call-method): New defun.  Replace all calls of
3195         `dbus-call-method' by `xesam-dbus-call-method'.
3196         (xesam-get-cached-property, xesam-set-cached-property):
3197         New defuns.
3198         (xesam-get-property, xesam-set-property, xesam-refresh-entry)
3199         (xesam-new-search, xesam-search): Apply `xesam-get-cached-property'.
3200         (xesam-search-engines): Make it an association list.  Take changed
3201         layout into account in the corresponding function.
3202         (xesam-delete-search-engine): Remove check for consistency of
3203         `xesam-search-engines', not needed anymore.
3204         (xesam-mode): Show XML query string only in the debug case.
3206 2008-07-31  Juanma Barranquero  <lekktu@gmail.com>
3208         * files.el (read-file-modes): Fix typo in docstring.
3210 2008-07-31  Chong Yidong  <cyd@stupidchicken.com>
3212         * Makefile.in: Avoid maintainer warning for autogenerated unicode
3213         files.
3215         * apropos.el (apropos-symbol): Don't set button skip by default.
3216         (apropos-print): Set button skip iff searching for multiple types.
3217         (apropos-print-doc): Insert blank label button when searching for
3218         a single type.
3220         * button.el (forward-button): Avoid infloop.
3222         * minibuffer.el (read-file-name-completion-ignore-case):
3223         Add cygwin to the list.
3225 2008-07-31  Sven Joachim  <svenjoac@gmx.de>
3227         * files.el (abbreviate-file-name): When replacing $HOME with ~,
3228         turn off case-fold-search.
3230 2008-07-31  Michael Albinus  <michael.albinus@gmx.de>
3232         * net/dbus.el (top): Don't register for "NameOwnerChanged".
3233         (dbus-message-type-invalid, dbus-message-type-method-call)
3234         (dbus-message-type-method-return, dbus-message-type-error)
3235         (dbus-message-type-signal): New defconst.
3236         (dbus-ignore-errors): Fix `edebug-form-spec' property.
3237         (dbus-return-values-table): New defvar.
3238         (dbus-call-method-non-blocking-handler, dbus-event-message-type):
3239         New defun.
3240         (dbus-check-event, dbus-handle-event, dbus-event-serial-number):
3241         Extend docstring.  Adapt implementation according to new
3242         `dbus-event' layout.
3243         (dbus-event-service-name, dbus-event-path-name)
3244         (dbus-event-interface-name, dbus-event-member-name):
3245         Adapt implementation according to new `dbus-event' layout.
3246         (dbus-set-property): Correct `dbus-introspect-get-attribute' call.
3248         * net/xesam.el (xesam-type, xesam-query, xesam-xml-string): New defvar.
3249         (xesam-mode): Rework implementation.
3250         (xesam-new-search): Additional parameter TYPE.
3251         (xesam-search): Adapt call of `xesam-new-search'.
3253 2008-07-31  Juri Linkov  <juri@jurta.org>
3255         * dired-aux.el (dired-do-chmod): Set default value to the original
3256         mode string using absolute notation like u=rwx,g=rx,o=rx.
3257         Use it as a new arg `default' of `dired-mark-read-string'.
3258         (dired-mark-read-string): Add new optional arg `default'.
3260         * files.el (read-file-modes): Set default value to the original
3261         mode string using absolute notation like u=rwx,g=rx,o=rx.
3262         Use it as the `default' arg of `read-string'.
3264         * filesets.el (filesets-cmd-isearch-getargs): Check if the
3265         variable `files' is bound to avoid warnings.
3267         * isearch.el (isearch-forward-regexp, isearch-forward-word)
3268         (isearch-backward, isearch-backward-regexp): Doc fix - make a link
3269         to the command `isearch-forward' instead of displaying "See C-s".
3270         (isearch-highlight-regexp): Remove arguments `regexp' and `face'
3271         with their interactive specifications.  Move reading the face name to
3272         the main body after calls to isearch-done and isearch-clean-overlays.
3274         * mb-depth.el: Unify all names under one common name prefix
3275         `minibuffer-depth-'.
3276         (minibuffer-depth-indicator-function): Rename from
3277         `minibuf-depth-indicator-function'.
3278         (minibuffer-depth-overlay): Rename from
3279         `minibuf-depth-overlay'.
3280         (minibuffer-depth-setup): Rename from
3281         `minibuf-depth-setup-minibuffer'.
3282         (minibuffer-depth-indicate-mode): Rename from
3283         `minibuffer-indicate-depth-mode'.
3285 2008-07-31  Juri Linkov  <juri@jurta.org>
3287         * dired-aux.el (dired-isearch-filenames-toggle): New command.
3288         (dired-isearch-filenames-setup): Bind "\M-sf" to
3289         dired-isearch-filenames-toggle in isearch-mode-map.
3290         (dired-isearch-filenames-end): Bind "\M-sf" to nil
3291         in isearch-mode-map.
3293         * isearch.el (isearch-edit-string-set-word): New command.
3294         (minibuffer-local-isearch-map): Bind "\C-w" to
3295         isearch-edit-string-set-word.
3296         (isearch-new-word): Temporary internal variable.
3297         (isearch-edit-string): Remove special case of reading the
3298         first character and checking it for C-w.
3300         * simple.el (read-shell-command, shell-command):
3301         Move code that uses minibuffer-with-setup-hook to set
3302         minibuffer-default-add-function to minibuffer-default-add-shell-commands
3303         from the interactive spec of `shell-command' to `read-shell-command'.
3305         * international/mule-cmds.el (read-char-by-name):
3306         Accept hash notation.  Doc fix.
3307         (ucs-insert): Doc fix.  Convert to number only when `arg' is
3308         a string.  Use separate error message when `arg' is not an integer.
3309         Bind `ucs-insert' to `C-x 8 RET'.
3311 2008-07-31  Joachim Nilsson  <joachim.nilsson@member.fsf.org>  (tiny change)
3313         * progmodes/cc-styles.el (c-style-alist): For the Ellemtel style,
3314         move the (arglist-cont-nonempty) from c-offsets-alist to
3315         c-hanging-braces-alist like other styles already have.
3317 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
3319         * textmodes/texinfmt.el:
3320         * nxml/nxml-enc.el:
3321         * mail/feedmail.el:
3322         * international/mule.el:
3323         * international/latexenc.el:
3324         * emulation/viper-util.el:
3325         * emulation/viper-init.el:
3326         * emulation/viper-ex.el:
3327         * emacs-lisp/bytecomp.el:
3328         * version.el:
3329         * subr.el:
3330         * startup.el:
3331         * sort.el:
3332         * shadowfile.el:
3333         * recentf.el:
3334         * printing.el:
3335         * paths.el:
3336         * minibuffer.el:
3337         * ls-lisp.el:
3338         * loadup.el:
3339         * hippie-exp.el:
3340         * finder.el:
3341         * files.el:
3342         * ediff-util.el:
3343         * ediff-ptch.el:
3344         * ediff-init.el:
3345         * ediff-diff.el:
3346         * dired.el:
3347         * dired-aux.el:
3348         * cus-edit.el:
3349         * bindings.el:
3350         * arc-mode.el:
3351         * add-log.el: Remove VMS support.
3352         * obsolete/vmsproc.el:
3353         * obsolete/vms-pmail.el:
3354         * obsolete/vms-patch.el: Remove file.
3356 2008-07-31  Alan Mackenzie  <acm@muc.de>
3358         * progmodes/cc-mode.el (c-before-hack-hook): New function
3359         (Top Level): Install c-before-hack-hook on
3360         before-hack-local-variables-hook, rather than
3361         c-postprocess-file-styles on hack-local-variables-hook.
3363 2008-07-31  Chong Yidong  <cyd@stupidchicken.com>
3365         * files.el (normal-mode): Move call to hack-project-variables into
3366         hack-local-variables.
3367         (file-local-variables-alist, before-hack-local-variables-hook):
3368         New vars.
3369         (ignored-local-variables): Add file-local-variables-alist.
3370         (hack-local-variables-filter): Renamed from
3371         hack-local-variables-apply.  Add the result to
3372         file-local-variables-alist, without applying them.
3373         (hack-local-variables): Set file-local-variables-alist to nil.
3374         Call hack-project-variables and before-hack-local-variables-hook.
3375         Apply variables here, instead of hack-local-variables-apply.
3376         Based on a patch by Alan Mackenzie.
3378 2008-07-30  Thien-Thi Nguyen  <ttn@gnuvola.org>
3380         * info-look.el (autoconf-mode :doc-spec): For
3381         "(autoconf)M4 Macro Index", if the item already
3382         begins with "AS_", don't prefix that string again.
3384 2008-07-30  Juri Linkov  <juri@jurta.org>
3386         * info.el (info, Info-mode): Doc fix.
3388         * isearch.el (isearch-mode-map): Bind `M-s r' to
3389         `isearch-toggle-regexp' and `M-s w' to `isearch-toggle-word'.
3390         (search-map): Bind `M-s w' to `isearch-forward-word' globally
3391         in the global map `search-map'.
3392         (isearch-forward): Doc fix.
3393         (isearch-forward-word, isearch-toggle-case-fold): New commands.
3395         * simple.el (quoted-insert): Comment out code that treats
3396         0240-0377 specially.
3398 2008-07-30  Chong Yidong  <cyd@stupidchicken.com>
3400         * cus-start.el: Add customization info for
3401         read-buffer-completion-ignore-case.
3403 2008-07-30  Sam Steingold  <sds@gnu.org>
3405         * vc-dir.el (vc-dir): Call file-truename on the dir argument.
3407 2008-07-30  Dan Nicolaescu  <dann@ics.uci.edu>
3409         * vc-dir.el (vc-dir-menu-map, vc-at-event): Fix docstring.
3410         (vc-dir-mode): Improve docstring.
3412 2008-07-30  Juri Linkov  <juri@jurta.org>
3414         * dired-aux.el (dired-isearch-filenames-setup): Add autoload cookie
3415         for the sake of isearch-mode-hook in dired-mode in dired.el.
3417 2008-07-19  Markus Triska  <markus.triska@gmx.at>
3419         * image-mode.el (image-mode): Set image-mode-text-map when image
3420         cannot be displayed.
3422 2008-07-30  Stephen Leake  <stephen_leake@stephe-leake.org>
3424         * progmodes/ada-prj.el (ada-prj-initialize-values): Fix use of deleted
3425         ada-xref-set-default-prj-values.
3426         (ada-prj-display-page): Ditto.
3428         * progmodes/ada-xref.el (ada-gnatstub-opts): Fix doc string.
3429         (ada-make-filename-from-adaname): Fix free variable.
3431 2008-07-30  Dan Nicolaescu  <dann@ics.uci.edu>
3433         * vc-git.el (vc-git-status-printer): Synchronize with the default.
3435 2008-07-30  Michael McNamara  <mac@mail.brushroad.com>
3437         * progmodes/verilog-mode.el (verilog-do-indent): Remove special indent
3438         for declarations inside a parenthetical list.  The code is ill-advised,
3439         and doesn't work given user defined types.
3440         (verilog-set-auto-endcomments): Enhance function automatic
3441         endcomment to support functions that return user defined types.
3442         (verilog-mode): Add code to tell which-function-mode minor mode
3443         that Verilog supports this feature.
3444         (verilog-beg-block-re-ordered, verilog-indent-re)
3445         (verilog-forward-sexp, verilog-forward-wa, verilog-calc-1)
3446         (verilog-leap-to-head): Support the new virtual and/or protected
3447         tasks, as well as extern declarations of tasks for indenting and
3448         for forward/backward expression.
3450 2008-07-30  Wilson Snyder  <wsnyder@wsnyder.org>
3452         * progmodes/verilog-mode.el (verilog-read-decls): Allow AUTORESET
3453         to work with SV 'logic' signals.  Suggested by Julian Gorfajn.
3454         (verilog-auto-inst-column): Make verilog-auto-inst-column customizable.
3455         (verilog-string-replace-matches): Avoid recursion with small
3456         replacements.
3457         (verilog-auto-inst-param-value, verilog-mode-version)
3458         (verilog-mode-version-date, verilog-read-inst-param-value)
3459         (verilog-auto-inst, verilog-auto-inst-param)
3460         (verilog-auto-inst-port, verilog-simplify-range-expression): Add
3461         verilog-auto-inst-param-value option for AUTOINST.  Suggested by
3462         David Rogoff.  This allows parameters to be replaced with their
3463         values, on the expansion of an AUTOINST with Verilog 2001 style
3464         parameter settings.
3466 2008-07-30  David Lord  <david.lord@phonecoop.coop>  (tiny change)
3468         * calendar/timeclock.el (timeclock-day-projects): Change a `cdr'
3469         to `cddr'.
3471 2008-07-29  Chong Yidong  <cyd@stupidchicken.com>
3473         * Makefile.in (ELCFILES): Add mairix.elc.
3475 2008-07-29  David Engster  <deng@randomsample.de>
3477         * net/mairix.el: New file.
3479 2008-07-29  Juri Linkov  <juri@jurta.org>
3481         * cus-edit.el (custom-face-tag): Inherit from custom-variable-tag
3482         instead of variable-pitch with bold and 1.2 height.
3484         * dired-aux.el (dired-do-async-shell-command): New command.
3486         * dired.el (dired-mode-map): Rebind `dired-flag-garbage-files'
3487         from `&' to `%&'.  Bind `&' to `dired-do-async-shell-command'.
3489 2008-07-29  Juri Linkov  <juri@jurta.org>
3491         * international/mule-cmds.el (ucs-names): New internal variable.
3492         (ucs-names): New function.
3493         (ucs-completions): New lazy completion variable.
3494         (read-char-by-name): New function.
3495         (ucs-insert): Replace interactive spec letter "s" with the call to
3496         `read-char-by-name'.
3498         * replace.el (read-regexp): Add second arg `default'.  Doc fix.
3500         * replace.el (occur-read-primary-args):
3501         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
3502         (hi-lock-face-phrase-buffer): Use `(car regexp-history)' as the
3503         second arg of `read-regexp'.
3505         * dired-aux.el (dired-isearch-filenames): New user option.
3506         (dired-isearch-orig-success-function): New internal variable.
3507         (dired-isearch-filenames-setup, dired-isearch-filenames-end)
3508         (dired-isearch-success-function): New functions.
3509         (dired-isearch-filenames, dired-isearch-filenames-regexp):
3510         New commands.
3512         * dired.el (dired-insert-set-properties): Add new text property
3513         `dired-filename' to put on file names.
3514         (dired-mode-map): Bind `M-s f C-s' to `dired-isearch-filenames'
3515         and `M-s f M-C-s' to `dired-isearch-filenames-regexp'.
3516         Add menu items.
3517         (dired-mode): Add hook `dired-isearch-filenames-setup' to
3518         buffer-local `isearch-mode-hook'.
3520 2008-07-29  Juanma Barranquero  <lekktu@gmail.com>
3522         * progmodes/ada-mode.el (ada-batch-reformat): Doc fix.
3523         (ada-create-case-exception): Fix typo in docstring.
3524         (ada-no-auto-case): Return nil, not the docstring.
3525         (ada-indent-current): Reflow docstring.
3527         * progmodes/ada-prj.el (ada-prj-edit, ada-prj-initialize-values)
3528         (ada-prj-save-specific-option, ada-prj-field): Fix typos in docstrings.
3529         (ada-prj-load-from-file): Reflow docstring.
3530         (ada-prj-display-page): Fix typo in widget.
3532         * progmodes/ada-stmt.el (ada-case, ada-package-body, ada-private):
3533         Fix typos in docstrings.
3535         * progmodes/ada-xref.el (ada-find-executable, ada-gnat-parse-gpr)
3536         (ada-compile-current, ada-check-current, ada-run-application)
3537         (ada-get-ali-file-name): Fix typos in docstrings.
3538         (ada-xref-confirm-compile, ada-find-references)
3539         (ada-find-local-references, ada-find-any-references): Doc fixes.
3540         (ada-get-all-references): Fix typo in error message.
3541         (ada-xref-current-project): Use `let', not `let*'.
3542         (ada-do-file-completion, ada-xref-change-buffer): Reflow docstring.
3544 2008-07-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3546         * whitespace.el (whitespace-newline): Change initialization to have a
3547         low contrast relative to the background color.  Suggested by David
3548         Reitter <david.reitter@gmail.com>.
3550 2008-07-28  Juri Linkov  <juri@jurta.org>
3552         * dired-aux.el (dired-do-isearch, dired-do-isearch-regexp):
3553         New functions.
3555         * dired.el (dired-mode-map): Bind dired-do-isearch to `M-s a C-s'
3556         and dired-do-isearch-regexp to `M-s a M-C-s'.  Add menu items.
3558 2008-07-28  Seiji Zenitani  <zenitani@mac.com>
3560         * help-fns.el (help-C-file-name): Add .m (Obj-C code) for Cocoa port.
3561         * emacs-lisp/find-func.el (find-function-search-for-symbol): Likewise.
3563 2008-07-28  Stephen Leake  <stephen_leake@stephe-leake.org>
3565         * progmodes/ada-mode.el (ada-mode): Clean up XEmacs handling.
3566         Add support for add-log.
3567         (ada-end-stmt-re): Fix bug - allow comment after 'when'.
3569         * progmodes/ada-prj.el: Delete 'main_unit' project variable.
3570         (ada-prj-save): Prompt for file name if not given.
3571         (ada-prj-display-page): Display casing exceptions.
3573         * progmodes/ada-xref.el: Add support for GNAT project files as Emacs
3574         Ada mode project files.  Delete 'main_unit' project variable;
3575         only need 'main'.  Simplify handling of default project values.
3576         Use cross-prefix consistently.
3577         (ada-find-executable): Throw error if not found.
3578         (ada-initialize-runtime-library): Improve error handling when
3579         gnatls not found.
3580         (ada-gnat-parse-gpr): New.
3581         (ada-treat-cmd-string): Allow process environment variables.
3582         (ada-xref-set-default-prj-values): Delete; replace with
3583         ada-default-prj-properties.
3584         (ada-parse-prj-file): Handle GNAT project files.
3585         (ada-parse-prj-file-1): New, factored out of ada-parse-prj-file.
3586         (ada-select-prj-file): New.
3587         (ada-get-absolute-dir-list): Allow project and environment variables.
3589 2008-07-27  Michael Albinus  <michael.albinus@gmx.de>
3591         Sync with Tramp 2.1.14.
3593         * net/tramp.el (tramp-perl-directory-files-and-attributes)
3594         (tramp-get-device): Make device number a cons cell.
3595         (tramp-convert-file-attributes): Make inode a cons cell.
3597         * net/trampver.el: Update release number.
3599 2008-07-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
3601         * faces.el (face-set-after-frame-default): Treat 'ns as all other
3602         window systems.
3604 2008-07-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
3606         * term/ns-win.el (do-applescript): New alias in carbon-compat section.
3608 2008-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
3610         Remove support for Mac Carbon.
3611         * term/mac-win.el: Remove file
3612         * international/mule-cmds.el:
3613         * version.el:
3614         * startup.el:
3615         * simple.el:
3616         * mwheel.el:
3617         * mouse.el:
3618         * loadup.el:
3619         * isearch.el:
3620         * info.el:
3621         * frame.el:
3622         * faces.el:
3623         * disp-table.el:
3624         * cus-start.el:
3625         * cus-face.el:
3626         * cus-edit.el:
3627         * Makefile.in: Remove code for Carbon.
3629 2008-07-26  Adrian Robert  <Adrian.B.Robert@gmail.com>
3631         * term/ns-win.el (ns-extended-platform-support-mode): Get rid of
3632         bindings for functions deleted by Dan N. 2008-07-21.  Set
3633         where-is-preferred-modifier.  Add show-manual option to Help menu.
3635 2008-07-26  Michael Albinus  <michael.albinus@gmx.de>
3637         * net/tramp.el (tramp-handle-start-file-process):
3638         Set query-on-exit flag.  Kill temporary buffer.
3639         (tramp-process-sentinel): Remove defun.
3640         (tramp-do-copy-or-rename-file-out-of-band)
3641         (tramp-maybe-open-connection): Don't call it.
3643         * net/tramp-fish.el (tramp-fish-maybe-open-connection): Don't call
3644         `tramp-process-sentinel'.
3646         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Don't call
3647         `tramp-process-sentinel'.
3649         * net/xesam.el (xesam-from): Remove defvar.
3650         (xesam-mode): Derive from `special-mode'.  Extend `xesam-mode-map'
3651         and `mode-line-position'.
3652         (xesam-refresh-entry): Remove argument `hit-number'.  Add debug
3653         information to the widgets.  Don't set `mode-line-position'.
3654         (xesam-refresh-search-buffer): Correct hit number computing.
3655         Don't set `mode-line-position'.
3656         (xesam-new-search): Add debug information to the mode line.
3658 2008-07-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3660         * diff-mode.el (diff-show-trailing-blanks): Renamed to
3661         diff-show-trailing-whitespaces.
3663 2008-07-25  Chong Yidong  <cyd@stupidchicken.com>
3665         * textmodes/tex-mode.el (tex-compilation-parse-errors): Check for
3666         invalid filename strings when parsing tex errors (bug#376).
3668 2008-07-25  Dan Nicolaescu  <dann@ics.uci.edu>
3670         * menu-bar.el (menu-bar-file-menu): Fix typo.
3672 2008-07-25  Juanma Barranquero  <lekktu@gmail.com>
3674         * play/solitaire.el (solitaire-mode-map): Define within defvar.
3675         (solitaire-mode): Define with `define-derived-mode'.
3676         (solitaire-insert-board, solitaire-right, solitaire-left, solitaire-up)
3677         (solitaire-down): Use "?\s" instead of "?\ "; use `when'.
3678         (solitaire-undo, solitaire-check): Use `when'.
3679         (solitaire-solve): Err out if the solitaire is already in progress.
3680         Use `when'.
3682         * descr-text.el (describe-char): Don't overwrite local variable char
3683         when describing characters with display-table entries.  Display font
3684         backend when describing composed characters.  Simplify: use `let'
3685         instead of `let*', and `or x y' instead of `if x x y'.
3687 2008-07-25  Chong Yidong  <cyd@stupidchicken.com>
3689         * image-mode.el (image-minor-mode): Set up winprops.
3691 2008-07-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3693         * diff-mode.el (diff-show-trailing-blanks): New fun.
3694         Show trailing blanks in modified lines for diff-mode.
3696 2008-07-24  Michael Albinus  <michael.albinus@gmx.de>
3698         * Makefile.in (ELCFILES): Add net/xesam.el.
3700         * net/tramp.el (tramp-handle-start-file-process): Make NAME a unique
3701         process name.  Reported by Markus Triska <markus.triska@gmx.at>.
3703         * net/xesam.el: New file.
3705 2008-07-24  Sven Joachim  <svenjoac@gmx.de>
3707         * dired-aux.el (dired-copy-file-recursive): Avoid calling
3708         set-file-modes when creating target directories.
3710 2008-07-24  Juanma Barranquero  <lekktu@gmail.com>
3712         * play/solitaire.el (solitaire-mode): Fix typo in docstring.
3713         Set `show-trailing-whitespace' to nil.
3714         (solitaire, solitaire-mode-map, solitaire-mode-hook, solitaire-solve):
3715         Fix typos in docstrings.
3717 2008-07-24  Chong Yidong  <cyd@stupidchicken.com>
3719         * textmodes/enriched.el (enriched-mode-map): Bind C-a and C-j via
3720         key remapping, not directly.
3722 2008-07-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3724         * whitespace.el: New version 11.2.
3725         (whitespace-newline-mode, global-whitespace-newline-mode): New newline
3726         minor mode visualization.
3728 2008-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
3730         * progmodes/cc-mode.el (auto-mode-alist): Add .i and .ii files.
3732         * Makefile.in (ELCFILES): Add term/common-win.elc.
3734         * vc-dir.el (vc-dir-search, vc-dir-isearch)
3735         (vc-dir-isearch-regexp): New functions.
3736         (vc-dir-mode-map, vc-dir-menu-map): Bind them.
3738 2008-07-23  Juri Linkov  <juri@jurta.org>
3740         * isearch-multi.el: Remove file to avoid dos file name clashes
3741         with isearch-x.el.  Move most content to misearch.el.
3743         * misearch.el: New file with most content from isearch-multi.el.
3744         Rename `isearch-buffers' name prefixes to `multi-isearch'.
3745         Remove `isearch-buffers-minor-mode'.  Add new function
3746         `multi-isearch-setup' to `isearch-mode-hook'.  New top-level
3747         commands `multi-isearch-buffers', `multi-isearch-buffers-regexp',
3748         `multi-isearch-files', `multi-isearch-files-regexp'.
3750         * Makefile.in (ELCFILES): Remove isearch-multi.elc.  Add misearch.elc.
3752         * isearch.el (isearch-message-prefix): Display "Multi" when
3753         `multi-isearch-next-buffer-current-function' is non-nil.
3754         (isearch-search-string): Replace `isearch-buffers-next-buffer-function'
3755         with `multi-isearch-next-buffer-current-function', and
3756         `isearch-buffers-current-buffer' with `multi-isearch-current-buffer'.
3758         * add-log.el (change-log-mode): Set `change-log-next-buffer' to
3759         `multi-isearch-next-buffer-function' instead of
3760         `isearch-buffers-next-buffer-function'.  Remove call to
3761         `isearch-buffers-minor-mode'.
3763         * buff-menu.el (Buffer-menu-marked-buffers)
3764         (Buffer-menu-isearch-buffers)
3765         (Buffer-menu-isearch-buffers-regexp): New functions.
3766         (Buffer-menu-mode-map): Bind "M-s a C-s" to
3767         `Buffer-menu-isearch-buffers', and "M-s a M-C-s" to
3768         `Buffer-menu-isearch-buffers-regexp'.
3769         (Buffer-menu-mode): Document new commands in docstring.
3770         (list-buffers-noselect): Add one space after Info file name
3771         according to the Info address convention.
3773         * ibuf-ext.el (ibuffer-do-isearch, ibuffer-do-isearch-regexp):
3774         New functions.
3776         * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-s" to
3777         `ibuffer-do-isearch' and "M-s a M-C-s" to `ibuffer-do-isearch-regexp'.
3778         (ibuffer-mode): Document new commands in docstring.
3780         * filesets.el (filesets-commands): Add commands for "Isearch" and
3781         "Isearch (regexp)".  Replace `query-replace' and `query-replace-regexp'
3782         with `perform-replace' using `filesets-cmd-query-replace-regexp-getargs'.
3783         (filesets-run-cmd): Call `fn' only once if it is `multi-isearch-files'
3784         or `multi-isearch-files-regexp'.
3785         (filesets-cmd-query-replace-getargs): Call standard function
3786         `query-replace-read-args' to read `query-replace' arguments.
3787         Add `multi-query-replace-map'.
3788         (filesets-cmd-query-replace-regexp-getargs)
3789         (filesets-cmd-isearch-getargs): New functions.
3791 2008-07-23  Chong Yidong  <cyd@stupidchicken.com>
3793         * international/mule.el (recode-region): Deactivate mark at the end.
3795 2008-07-23  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
3797         * progmodes/flymake.el (flymake-errline, flymake-warnline):
3798         Use more suitable colors on dark displays.
3800 2008-07-23  Michael Albinus  <michael.albinus@gmx.de>
3802         * net/tramp.el (tramp-methods): Add "-q" for "scp", "scp1",
3803         "scp2", "ssh", "ssh1", "ssh2", "scpc", "scpx", "sshx".
3804         (tramp-temp-buffer-name): New defconst.
3805         (tramp-handle-start-file-process): Use it.  Apply "exec", for the
3806         command.  No trailing prompt.
3807         (tramp-process-sentinel): Remove temporary buffer, if existing.
3808         Don't handle trailing prompt.
3809         (tramp-open-connection-setup-interactive-shell):
3810         Use `tramp-temp-buffer-name'.
3812 2008-07-23  Chong Yidong  <cyd@stupidchicken.com>
3814         * shell.el (shell-dynamic-complete-functions):
3815         Use comint-dynamic-complete-filename as well (bug#361).
3817 2008-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
3819         * term/ns-win.el:
3820         * version.el (emacs-version):
3821         * loadup.el:
3822         * frame.el (make-frame-on-display): Check for ns instead of
3823         ns-windowing.
3825         * dired.el (dired-mode-map): Show the key binding for wdired.
3827         * menu-bar.el (menu-bar-file-menu): Show the key binding for
3828         exiting Emacs.
3830 2008-07-19  Adrian Robert  <Adrian.B.Robert@gmail.com>
3832         * term/ns-win.el (x-list-fonts): Drop alias.
3834 2008-07-23  Juri Linkov  <juri@jurta.org>
3836         * replace.el (multi-query-replace-map): New variable.
3837         (perform-replace): Add processing of new multi-buffer keys bound
3838         to `automatic-all' and `exit-current'.  Set `query-flag' to nil
3839         if last input char was `automatic-all'.  Set new local variable
3840         `multi-buffer' to t when one of new two keys were typed.  Return
3841         non-nil value of `multi-buffer' that tells to calling functions
3842         to continue replacement on the next file.
3844         * progmodes/etags.el (tags-query-replace): Set arg `map' of
3845         `perform-replace' to `multi-query-replace-map'.
3847 2008-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3849         * diff-mode.el (diff-auto-refine-mode): Remove lighter, since it's
3850         otherwise displayed in every buffer.
3852         * vc-arch.el (vc-arch-trim-make-sentinel): Use a closure.
3853         (vc-arch-trim-one-revlib): Delete temp directories as well.
3855 2008-07-22  Stephen Eglen  <stephen@gnu.org>
3857         * iswitchb.el (iswitchb-delim): New variable.  Suggested by Ted Roden.
3859 2008-07-22  Sven Joachim  <svenjoac@gmx.de>
3861         * vc-dir.el (vc-dir-recompute-file-state): Fix mismatched parenthesis.
3863 2008-07-22  Miles Bader  <miles@gnu.org>
3865         * progmodes/sh-script.el (sh-newline-and-indent): Remove.
3866         (sh-mode-map): Remove remapping of newline-and-indent.
3868 2008-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
3870         * vc.el (Todo): Update.
3872         * vc-hooks.el: Remove obsolete comment.
3874         * vc-git.el (vc-git-status-printer): Update the directory display
3875         to match the default.
3877         * vc-dir.el (vc-dir-recompute-file-state): Add workaround for CVS.
3879 2008-07-21  Chong Yidong  <cyd@stupidchicken.com>
3881         * menu-bar.el (menu-bar-line-wrapping-menu): Use Visual Line mode
3882         for "word wrap" command.
3884         * simple.el (visual-line-mode): Disable truncate-partial-width-windows.
3886 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
3888         * term/ns-win.el: Rename ns- functions/variables to the
3889         corresponding x- versions.
3890         (x-select-text, x-cut-buffer-or-selection-value)
3891         (x-disown-selection-internal, x-get-selection-internal)
3892         (x-own-selection-internal, x-defined-colors, xw-defined-colors)
3893         (x-display-mm-width, x-display-mm-height)
3894         (x-display-backing-store, x-display-save-under)
3895         (x-display-visual-class, x-display-screens, x-focus-frame): Remove
3896         defaliases.
3898         * frame.el (ns-display-name): Remove declaration.
3899         (make-frame-on-display): Use x-display-name instead
3900         ns-display-name.  Use unless.
3902         * startup.el (command-line-1): Fix indentation.
3904         * term/ns-win.el (up-one, down-one, left-one, right-one): Remove,
3905         checked in inadvertently.
3907 2008-07-21  Chong Yidong  <cyd@stupidchicken.com>
3909         * term/ns-win.el: Standardize references to "Nextstep" in
3910         comments, messages, and docstrings.
3911         (ns-handle-args, x-parse-geometry)
3912         (ns-extended-platform-support-mode, x-setup-function-keys)
3913         (ns-select-overlay, ns-unselect-line, ns-yes-or-no-p)
3914         (ns-set-pasteboard, ns-scroll-bar-move, ns-defined-colors)
3915         (ns-initialized, ns-initialize-window-system): Doc fixes.
3917 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
3919         * diff-mode.el (diff-auto-refine): Delete defcustom.
3920         (diff-auto-refine-mode): New func/var via define-minor-mode.
3921         Update var ref to use diff-auto-refine-mode.
3922         * smerge-mode.el (diff-mode): Require when compiling.
3923         (smerge-auto-refine): Delete defcustom.
3924         Update smerge-auto-refine ref to use diff-auto-refine-mode.
3926 2008-07-21  Chong Yidong  <cyd@stupidchicken.com>
3928         * simple.el (visual-line): New custom group.
3929         (visual-line-fringe-indicators): New var.
3930         (visual-line-mode): Set fringe-indicator-alist based on
3931         visual-line-fringe-indicators.  Add lighter.
3933 2008-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
3935         * term/x-win.el (x-handle-switch, x-handle-numeric-switch)
3936         (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
3937         (x-handle-geometry, x-handle-name-switch, x-display-name)
3938         (x-handle-display, x-handle-args, x-colors): Move ...
3939         * term/common-win.el: ... here.  New file.
3940         * term/w32-win.el (x-handle-switch, x-handle-numeric-switch)
3941         (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
3942         (x-handle-geometry, x-handle-name-switch, x-display-name)
3943         (x-handle-display, x-handle-args, x-colors): Remove.
3944         * loadup.el: Load term/common-win before term/x-win and term/w32-win.
3946 2008-07-19  Juri Linkov  <juri@jurta.org>
3948         * startup.el (fancy-startup-text): Move the line "To quit
3949         a partially entered command, type Control-g" a few lines below
3950         to be after the line "To start".  Add text "at gnu.org" to
3951         "Overview of Emacs features".
3953         * dired.el (dired-mode-map): Fix menu text of
3954         image-dired-display-thumbs.
3956         * image-dired.el (image-dired-cmd-create-thumbnail-options)
3957         (image-dired-cmd-create-temp-image-options)
3958         (image-dired-cmd-create-standard-thumbnail-command): Add > to the
3959         ImageMagick command line to change the dimensions of the image
3960         only if its width or height exceeds the geometry specification.
3962         * longlines.el: Add coding cookie utf-8 for the pilcrow sign.
3964         * proced.el (proced-mode, proced): Add \\<proced-mode-map>
3965         to docstrings.
3967 2008-07-19  Adrian Robert  <Adrian.B.Robert@gmail.com>
3969         * term/ns-win.el (ns-ps-print-menu-map): Fix typo pointed out by
3970         Vinicius Jose Latorre.
3972 2008-07-19  Glenn Morris  <rgm@gnu.org>
3974         * term/ns-win.el (ns-make-command-string): Use mapconcat.
3975         (ns-save-preferences): Fix typo in previous change.  (Bug#573)
3977 2008-07-18  Michael Albinus  <michael.albinus@gmx.de>
3979         * net/dbus.el (dbus-interface-properties): New defconst.
3980         (dbus-introspect): Update docstring.
3981         (dbus-introspect-xml, dbus-introspect-get-attribute)
3982         (dbus-introspect-get-node-names, dbus-introspect-get-all-nodes)
3983         (dbus-introspect-get-interface-names)
3984         (dbus-introspect-get-interface, dbus-introspect-get-method-names)
3985         (dbus-introspect-get-method, dbus-introspect-get-signal-names)
3986         (dbus-introspect-get-signal, dbus-introspect-get-property-names)
3987         (dbus-introspect-get-property)
3988         (dbus-introspect-get-annotation-names)
3989         (dbus-introspect-get-annotation)
3990         (dbus-introspect-get-argument-names, dbus-introspect-get-argument)
3991         (dbus-introspect-get-signature, dbus-get-property)
3992         (dbus-set-property, dbus-get-all-properties): New defuns.
3994 2008-07-18  Chong Yidong  <cyd@stupidchicken.com>
3996         * Makefile.in (ELCFILES): Remove ns-carbon-compat.elc and
3997         ns-grabenv.elc.
3999         * ns-carbon-compat.el: File removed.
4001         * ns-grabenv.el: File removed.
4003         * term/ns-win.el: Contents of ns-carbon-compat.el and
4004         ns-grabenv.el moved here.
4005         (ns-grabenv, ns-open-file-select-line): Doc fixes.
4006         (ns-submit-bug-report): Function removed.  Reports go to the main
4007         Emacs bug list.
4008         (ns-handle-args, ns-spi-service-call): Doc fixes.
4009         (info-ns-emacs): Function removed.  Nextstep port manual will be
4010         merged into the Emacs manual, so no separate link needed.
4012 2008-07-18  Francesc Rocher  <rocher@member.fsf.org>
4014         * startup.el (fancy-splash-head): Fix change of 2008-07-02.
4016 2008-07-18  Glenn Morris  <rgm@gnu.org>
4018         * eshell/esh-arg.el (eshell-quote-backslash): Restrict previous change
4019         to XEmacs, since it does nothing for Emacs.
4021 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4023         * net/tls.el (open-tls-stream): Make it work with the 2nd argument
4024         BUFFER that is a string but does not exist as a buffer object, as
4025         mentioned in the doc-string.
4027 2008-07-17  Chong Yidong  <cyd@stupidchicken.com>
4029         * simple.el (line-move-visual): Make it a defcustom.
4030         (line-move-1): Convert temporary-goal-column back to an integer if
4031         it was set as a float by a previous call to line-move-visual.
4032         (end-of-visual-line, beginning-of-visual-line)
4033         (next-logical-line, previous-logical-line): New functions.
4035 2008-07-17  David Reitter  <david.reitter@gmail.com>
4037         * simple.el (kill-visual-line, turn-on-visual-line-mode): New
4038         functions.
4039         (visual-line-mode, global-visual-line-mode): New minor mode.
4040         (visual-line-mode-map): New variable.
4042 2008-07-17  Glenn Morris  <rgm@gnu.org>
4044         * term/ns-win.el (parameters): Declare for compiler.
4046 2008-07-17  Fan Kai  <fktpp@xemacs.org>  (tiny change)
4048         * eshell/esh-arg.el (eshell-quote-backslash): Fix eshell path completion
4049         for Windows.
4051 2008-07-17  Daiki Ueno  <ueno@unixuser.org>
4053         * epa.el (epa-key-list-mode): Use run-mode-hooks.
4054         (epa-key-mode): Ditto.
4055         (epa-info-mode): Ditto.
4057 2008-07-17  Glenn Morris  <rgm@gnu.org>
4059         * term/ns-win.el (ns-handle-switch): Simplify.  Handle the numeric case.
4060         (ns-handle-numeric-switch): Just call ns-handle-switch.
4061         (ns-handle-name-switch, ns-handle-nxopen, ns-handle-nxopentemp)
4062         (ns-handle-args): Simplify using `pop'.
4063         (ns-display-name): Define (used in frame.el).
4064         (menu-bar-select-frame): Add (ignored) arg to more closely match the
4065         original definition.
4066         (ns-perform-service): Declare.
4067         (ns-save-preferences): Use fewer `let's.
4069         * frame.el (ns-display-name): Declare for compiler.
4071 2008-07-17  Kenichi Handa  <handa@m17n.org>
4073         * descr-text.el (describe-char-unidata-list): Initialize to the
4074         list of name, general-category, decomposition, and old-name.
4076 2008-07-16  Adrian Robert  <Adrian.B.Robert@gmail.com>
4078         * startup.el (command-line-1): Update processing of NS long options to
4079         mimic recent changes to processing of X long options.
4081 2008-07-16  Nick Roberts  <nickrob@snap.net.nz>
4083         * progmodes/gdb-ui.el (gdb-create-define-alist): Don't create a
4084         list of #defines for remote files.
4085         (gdb-source-info): Only show main if it has been found.
4087 2008-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4089         * term/ns-win.el: Require CL; fix up comment style; reindent.
4090         (ns-define-service): Use subst-char-in-string.  Avoid `eval'.
4091         (ns-save-preferences): Use `case'.
4092         (ns-initialize-window-system): Use `dolist'.
4094 2008-07-16  Adrian Robert  <Adrian.B.Robert@gmail.com>
4096         * loadup.el: Remove load of easy-mmode prior to ns-win when NS
4097         windowing is used.
4098         * term/ns-win.el (ns-extended-platform-support-mode):
4099         Correct/improve documentation.
4101 2008-07-16  Glenn Morris  <rgm@gnu.org>
4103         * emacs-lisp/cl-compat.el, emacs-lisp/cl-macs.el, emacs-lisp/cl-seq.el:
4104         Simply require 'cl (see comment in cl-compat.el).
4105         * emacs-lisp/cl-macs.el (cl-compile-time-init): Remove function.
4106         * emacs-lisp/cl.el (cl-do-pop, cl-mapcar-many): Declare for compiler.
4107         (cl-hack-byte-compiler): Load cl-macs and run cl-hack-bytecomp-hook
4108         directly rather by subterfuge.  Provide cl before loading cl-macs.
4110         * paths.el (rmail-spool-directory): Remove settings for systems that are
4111         no longer supported.
4113         * frame.el (ns-initialize-window-system): Declare for compiler.
4115         * term/ns-win.el: Add numerous declarations for compiler.
4116         (ns-pop-up-frames): Move definition before use.  Doc fix.
4118         * emacs-lisp/check-declare.el (check-declare-locate)
4119         (check-declare-verify): Handle .m files.
4121 2008-07-15  Adrian Robert  <Adrian.B.Robert@gmail.com>
4123         * ns-carbon-compat.el: New file: user-visible compatibility of
4124         NeXTstep port with Carbon port.
4125         * ns-grabenv.el: New file: functionality useful on OS X platform to
4126         expose environment variables inside Emacs started from icon.
4127         * Makefile.in (ELCFILES): Add ns-carbon-compat, ns-grabenv, ns-win.
4128         * cus-edit.el:
4129         * cus-face.el:
4130         * disp-table.el:
4131         * faces.el:
4132         * info.el:
4133         * mouse.el:
4134         * mwheel.el:
4135         * simple.el: Add ns to window systems treated as GUIs.
4136         * facemenu.el (facemenu-read-color): Don't require a name match under
4137         NS, to allow numeric color entry.
4138         * frame.el (make-frame-on-display): Follow code for 'x in initializing
4139         'ns window system if need be.
4140         (various): Add 'ns as described above.
4141         * loadup.el: Load ns-win.el, easy-menu.el, easy-mmode.el if
4142         ns-windowing is active.
4143         * startup.el (command-line-ns-option-alist): New constant to handle NS
4144         windowing system specific command line args analogous to how they are
4145         handled for X windows.
4146         (command-line-1): Use the above where appropriate.
4147         * version.el: Add NS port version.
4148         * woman.el (woman-man.conf-path): Add /usr/share/misc to init path on
4149         Darwin (usually OS X) systems.
4150         (woman-use-own-frame): Include 'ns in list of GUI window systems.
4151         * emulation/viper-util.el (ns-display-color-p)
4152         (ns-color-defined-p): Remove these (caustically-commented) outdated
4153         compensations for a port that was never itself integrated until now.
4154         * gnus/gnus-util.el (gnus-select-frame-set-input-focus): Add support
4155         for NS window system.
4156         * international/mule-cmds.el: Add 'ns to list of special-cased window
4157         systems (probably most of these, x/w32/mac/ns could be changed to
4158         window-system non-nil).
4159         * term/ns-win.el: New file: lisp-side support for NS windowing system.
4161 2008-07-14  Jason Rumney  <jasonr@gnu.org>
4163         * term/w32-win.el (x-handle-switch, x-handle-name-switch)
4164         (x-handle-numeric-switch, x-handle-initial-switch)
4165         (x-handle-xrm-switch, x-handle-args, x-handle-display)
4166         (xw-defined-colors, w32-initialize-window-system):
4167         Avoid use of cl pop and push macros.
4169 2008-07-14  Martin Rudalics  <rudalics@gmx.at>
4171         * add-log.el (change-log-goto-source): Avoid wrong-type-argument
4172         error when change-log-search-file-name returns nil.
4174 2008-07-13  Martin Rudalics  <rudalics@gmx.at>
4176         * add-log.el (change-log-search-file-name):
4177         Use match-string-no-properties.
4178         (change-log-search-tag-name-1, change-log-search-tag-name)
4179         (change-log-goto-source-1, change-log-goto-source): New functions.
4180         (change-log-tag-re, change-log-find-head, change-log-find-tail):
4181         New variables.
4182         (change-log-mode-map): Bind C-c C-c to change-log-goto-source.
4184 2008-07-13  Jay Belanger  <jay.p.belanger@gmail.com>
4186         * calc/calc-help.el (calc-describe-key): Add angles to special key
4187         descriptions.
4189 2008-07-13  Vincent Belaïche  <vincent.b.1@hotmail.fr>
4191         * calc/calc-help.el (calc-describe-thing): Use `re-search-forward' to
4192         search for regexp.
4194 2008-07-12  Chong Yidong  <cyd@stupidchicken.com>
4196         * simple.el (line-move-visual): Handle null pixel position gracefully.
4198 2008-07-11  Jason Rumney  <jasonr@gnu.org>
4200         * files.el (file-truename): Get truename of ancestors if file does
4201         not exist on Windows.
4203 2008-07-11  Chong Yidong  <cyd@stupidchicken.com>
4205         * simple.el (line-move-visual): Obey goal-column and no-error arg.
4206         (track-eol, temporary-goal-column, previous-line, next-line):
4207         Update docstring.
4208         (move-end-of-line, move-beginning-of-line): Bind line-move-visual
4209         to nil.
4211 2008-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4213         * simple.el (line-move-visual): New var.
4214         (line-move-visual): New function.
4215         (line-move): Call line-move-visual.
4217 2008-07-11  Dan Nicolaescu  <dann@ics.uci.edu>
4219         * progmodes/grep.el (grep-files-aliases): Improve the C++ source
4220         pattern and add patterns for C++ header files.
4222 2008-07-10  Chong Yidong  <cyd@stupidchicken.com>
4224         * window.el (truncated-partial-width-window-p): New function.
4226         * menu-bar.el: Remove Longlines mode from menu.  Add word-wrap option.
4228         * faces.el (x-create-frame-with-faces): Don't pass parameters that
4229         are set later to x-create-frame.
4230         (face-set-after-frame-default): Apply X resources for non-default
4231         faces.
4233 2008-07-08  Chong Yidong  <cyd@stupidchicken.com>
4235         * faces.el (face-set-after-frame-default): Simplify.  Don't apply
4236         frame-specific X resource settings.  Set faces using a list of
4237         frame parameters explicitly passed to the calling
4238         function (e.g. make-frame).
4239         (x-create-frame-with-faces, tty-create-frame-with-faces):
4240         Supply explicit frame parameter list to face-set-after-frame-default.
4242 2008-07-08  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
4244         * net/browse-url.el (browse-url-default-browser):
4245         Fix argument list in lambda.
4247 2008-07-07  Ulf Jasper  <ulf@web.de>
4249         * net/newst-backend.el (newsticker--get-news-by-url): Catch errors
4250         from url-retrieve.
4251         (newsticker--sentinel-work): Fix xerror typo.
4253 2008-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
4255         * vc-dir.el (vc-dir-refresh): Only update files.
4257         * vc-git.el (vc-git--ls-files-state): Remove unused function.
4259         * vc-bzr.el (vc-bzr-after-dir-status): Deal with execute bit changes.
4261 2008-07-06  John Paul Wallington  <jpw@pobox.com>
4263         * kermit.el (kermit-esc-char, kermit-clean-off): Doc fixes.
4265 2008-07-05  Alexandre Julliard  <julliard@winehq.org>
4267         * vc-git.el (vc-git-registered): Return true for removed files.
4268         (vc-git-print-log, vc-git-log-view-mode): Print a single log for
4269         all the files instead of one per file.
4270         (vc-git-previous-revision): Add support for project-wide previous
4271         revision when specified file is nil.
4273 2008-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
4275         * vms-patch.el, vmsproc.el, mail/vms-pmail.el: Move to obsolete dir.
4277         * vc-dir.el (vc-dir-find-child-files): New function.
4278         (vc-dir-resync-directory-files): New function.
4279         (vc-dir-recompute-file-state): New function, broken out of ...
4280         (vc-dir-resynch-file): ... here.  Also deal with directories.
4281         * vc-dispatcher.el (vc-resynch-buffers-in-directory): New function.
4282         (vc-resynch-buffer): Use it.
4284         * vc-hg.el (vc-hg-registered): Do not set vc-state.
4286         * vc-annotate.el (vc-annotate-mode-menu): Add separator.
4288 2008-07-05  Nick Roberts  <nickrob@snap.net.nz>
4290         * progmodes/gdb-ui.el (gdb-display-buffer): Don't split a buffer
4291         if it's not part of gdb-ui, e.g, at start.
4293         * progmodes/gud.el (gud-gdb-get-stackframe): Allow absolute
4294         filenames in stack trace (text command mode).
4296 2008-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4298         * mouse-drag.el (mouse-drag-throw, mouse-drag-drag): Autoload.
4300         * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
4301         Use syntax-ppss on a position *before* the char we want to change.
4303 2008-07-04  Dan Nicolaescu  <dann@ics.uci.edu>
4305         * vc-dir.el (vc-dir-query-replace-regexp): New function.
4306         (vc-dir-tool-bar-map, vc-dir-menu-map): Bind it.
4307         (vc-dir-mode-map): Likewise.
4309 2008-07-03  Juanma Barranquero  <lekktu@gmail.com>
4311         * eshell/esh-arg.el (eshell-quote-backslash): Fix typo in docstring.
4312         (eshell-parse-argument-hook, eshell-special-chars-inside-quoting)
4313         (eshell-arg-load-hook, eshell-special-chars-outside-quoting):
4314         Remove spurious * in defcustom docstrings.
4316         * textmodes/fill.el (fill-paragraph): Fix typo in docstring.
4317         (fill-individual-varying-indent, colon-double-space, enable-kinsoku)
4318         (adaptive-fill-mode, adaptive-fill-first-line-regexp)
4319         (default-justification): Remove spurious * in defcustom docstrings.
4321         * textmodes/rst.el (rst, rst-line-homogeneous-p, rst-mode-abbrev-table)
4322         (rst-font-lock-keywords-function, rst-mode, rst-minor-mode)
4323         (rst-compare-decorations, rst-default-indent, rst-update-section)
4324         (rst-decoration-complete-p, rst-section-tree, rst-toc-insert-node)
4325         (rst-toc-insert-find-delete-contents, rst-toc-count-lines)
4326         (rst-toc-mode-goto-section, rst-faces, rst-level-face-base-color):
4327         Fix typos in docstrings.
4328         (rst-mode-lazy): Fix typo in docstring.  Remove spurious *.
4329         (rst-adjust, rst-line-homogeneous-p, rst-suggest-new-decoration)
4330         (rst-get-decorations-around, rst-section-tree-point)
4331         (rst-font-lock-adornment-point): Reflow docstrings.
4332         (rst-get-decoration, rst-get-decoration-match, rst-adjust-decoration):
4333         Doc fixes.
4334         (rst-re-enumerations): Comment out.
4336         * nxml/nxml-glyph.el (nxml-glyph-set-hook):
4337         * nxml/nxml-uchnm.el (nxml-unicode-blocks)
4338         (nxml-unicode-block-char-name-set):
4339         * nxml/nxml-util.el (nxml-debug, nxml-make-namespace):
4340         * nxml/rng-nxml.el (rng-set-state-after):
4341         * nxml/rng-uri.el (rng-file-name-uri): Fix typo in docstring.
4343         * nxml/rng-cmpct.el (rng-c-lookup-create, rng-c-parse-primary)
4344         (rng-c-parse-annotation-body):
4345         * nxml/rng-dt.el (rng-dt-namespace-context-getter): Reflow docstrings.
4347         * nxml/nxml-mode.el (nxml, nxml-mode, nxml-after-change1)
4348         (nxml-extend-region, nxml-merge-indent-context-type, nxml-complete)
4349         (nxml-forward-balanced-item, nxml-dynamic-markup-word)
4350         (nxml-define-char-name-set, nxml-toggle-char-ref-extra-display):
4351         Fix typos in docstrings.
4352         (nxml-attribute-indent): Reflow docstring.
4353         (nxml-bind-meta-tab-to-complete-flag, nxml-last-fontify-end)
4354         (nxml-default-buffer-file-coding-system): Doc fixes.
4356         * nxml/nxml-ns.el (nxml-ns-state, nxml-ns-initial-state)
4357         (nxml-ns-set-prefix): Fix typos in docstrings.
4358         (nxml-ns-push-state, nxml-ns-pop-state, nxml-ns-set-default):
4359         Reflow docstring.
4360         (nxml-ns-get-prefix, nxml-ns-get-default): Doc fixes.
4362         * nxml/nxml-outln.el (nxml-hide-all-text-content)
4363         (nxml-show-direct-text-content, nxml-show-direct-subheadings)
4364         (nxml-hide-direct-text-content, nxml-hide-subheadings)
4365         (nxml-hide-text-content, nxml-show-subheadings, nxml-hide-other)
4366         (nxml-outline-display-rest, nxml-outline-set-overlay)
4367         (nxml-section-tag-forward, nxml-section-tag-backward)
4368         (nxml-back-to-section-start): Fix typos in docstrings.
4370         * nxml/nxml-parse.el (nxml-validate-function, nxml-parse-file):
4371         Doc fixes.
4373         * nxml/nxml-rap.el (nxml-scan-end, nxml-move-tag-backwards)
4374         (nxml-scan-element-forward, nxml-scan-element-backward): Doc fixes.
4375         (nxml-scan-after-change): Fix typo in docstring.
4377         * nxml/rng-match.el (rng-being-compiled, rng-normalize-choice-list)
4378         (rng-name-class-possible-names): Doc fixes.
4379         (rng-memo-map-add, rng-intern-group, rng-match-possible-namespace-uris)
4380         (rng-match-possible-start-tag-names, rng-match-possible-value-strings):
4381         Fix typos in docstrings.
4382         (rng-intern-group-shortcut, rng-intern-choice-shortcut):
4383         Reflow docstrings.
4385         * nxml/rng-util.el (rng-uniquify-eq, rng-uniquify-equal): Doc fixes.
4386         (rng-substq, rng-complete-before-point): Fix typos in docstrings.
4388         * nxml/rng-xsd.el (rng-xsd-make-date-time-regexp)
4389         (rng-xsd-convert-date-time): Reflow docstrings.
4390         (rng-xsd-compile): Fix typo in docstring.
4392         * nxml/rng-loc.el (rng-current-schema-file-name)
4393         (rng-locate-schema-file-using, rng-locate-schema-file-from-type-id):
4394         Doc fixes.
4395         (rng-set-schema-file): Fix typo in docstring.
4397         * nxml/rng-valid.el (rng-error-count, rng-validate-mode)
4398         (rng-do-some-validation, rng-process-start-tag, rng-process-text):
4399         Fix typos in docstrings.
4400         (rng-message-overlay, rng-conditional-up-to-date-start)
4401         (rng-conditional-up-to-date-end): Doc fixes.
4402         (rng-next-error, rng-previous-error): Reflow docstrings.
4404         * nxml/xmltok.el (xmltok-attribute-raw-normalized-value): Doc fix.
4405         (xmltok-dtd, xmltok-dependent-regions, xmltok-attribute-refs)
4406         (xmltok-valid-char-p, xmltok-standalone, xmltok-forward-prolog)
4407         (xmltok-merge-attributes): Fix typos in docstrings.
4408         (xmltok-make-attribute, xmltok-forward-special)
4409         (xmltok-get-declared-encoding-position): Reflow docstrings.
4411         * nxml/xsd-regexp.el (xsdre-char-class-to-range-list): Doc fix.
4412         (xsdre-range-list-union, xsdre-check-range-list, xsdre-current-regexp):
4413         Fix typos in docstrings.
4415 2008-07-02  John Paul Wallington  <jpw@pobox.com>
4417         * ibuffer.el (ibuffer-buffer-file-name):
4418         Use `list-buffers-directory'.  Remove special-casing for `cvs-mode'
4419         and `vc-dir-mode'.  Suggested by Dan Nicolaescu.
4421 2008-07-02  Toru Tsuneyoshi  <t_tuneyosi@hotmail.com>
4423         * files.el (backup-extract-version): Handle versioned directories.
4424         (trash-directory): New variable.
4425         (move-file-to-trash): New function.
4427         * cus-start.el (delete-by-moving-to-trash): Declare for custom.
4429 2008-07-02  Magnus Henoch  <mange@freemail.hu>
4431         * vc-git.el (vc-git-annotate-command): Use proper option for
4432         specifying revision.
4434 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
4436         * startup.el (fancy-splash-head): Prefer SVG or PNG splash image,
4437         if available.
4439 2008-07-01  Dan Nicolaescu  <dann@ics.uci.edu>
4441         * uniquify.el (uniquify-list-buffers-directory-modes): Add vc-dir-mode.
4443         * vc-annotate.el (vc-annotate-mode-map): Use lower case keys.
4444         Add binding for vc-annotate-show-changeset-diff-revision-at-line.
4446         * vc-dir.el (vc-dir-mode): Set list-buffers-directory.
4448 2008-07-01  Nick Roberts  <nickrob@snap.net.nz>
4450         * progmodes/gdb-ui.el (gdb-create-source-file-list): New option.
4451         (gdb-init-2): Use it.  Don't run gdb-mode-hook again.
4452         (gdb-var-list-children-regexp, gdb-var-update-regexp)
4453         (gdb-info-breakpoints-custom, gdb-stack-list-frames-regexp)
4454         (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
4455         (gdb-stack-list-locals-regexp): Future proof regexps better.
4457 2008-06-30  Juri Linkov  <juri@jurta.org>
4459         * faces.el (face-name-history): New variable.
4460         (make-face, make-empty-face): Replace interactive spec "S"
4461         with `read-from-minibuffer' where `read' arg is t and
4462         `hist' arg is `face-name-history'.
4463         (read-face-name): Set `hist' arg of `completing-read-multiple'
4464         to `face-name-history'.
4465         (list-faces-display): Use `read-regexp' instead of `read-string'
4466         to read regexp.
4468         * hi-lock.el (hi-lock-regexp-history): Make it an obsolete alias
4469         to `regexp-history'.
4470         (hi-lock-face-history): Rename to `hi-lock-face-defaults' and
4471         make it an obsolete alias to it.
4472         (hi-lock-face-defaults): New variable renamed from
4473         `hi-lock-face-history'.
4474         (hi-lock-line-face-buffer, hi-lock-face-buffer)
4475         (hi-lock-face-phrase-buffer): Use `read-regexp' instead of
4476         `read-from-minibuffer'.  Doc fix.
4477         (hi-lock-read-face-name): Replace `hi-lock-face-history' with
4478         `hi-lock-face-defaults'.  Remove `mapcar (lambda (f) (cons f f))'.
4479         Set `hist' arg of `completing-read' to `face-name-history'.
4480         Put a list of default faces to `default' arg instead of `hist' arg.
4482         * bindings.el (abbrev-map, narrow-map): New variables.
4483         Bind `C-x a' to `abbrev-map' and `C-x n' to `narrow-map'.
4484         Rebind related commands to these new maps.
4485         (ctl-x-r-map): New variable for rectangle, register and bookmark
4486         keys.  Move rectangle keybindings to rect.el and register
4487         keybindings to register.el.
4488         (next-buffer, previous-buffer): Remove C-x prefix and move
4489         keybindings to ctl-x-map.
4491         * bookmark.el: Rebind three global `C-x r' keys "b", "m", "l"
4492         to the new map `ctl-x-r-map' in autoload cookies.
4494         * expand.el: Rebind two global `C-x a' keys "n", "p"
4495         to the new map `abbrev-map' in autoload cookies.
4497         * rect.el: Bind global keys to ctl-x-r-map in autoload cookies.
4499         * register.el: Bind global keys to ctl-x-r-map in autoload cookies.
4501 2008-06-30  Miles Bader  <miles@gnu.org>
4503         * net/rcirc.el (rcirc-markup-attributes): Don't skip a character
4504         after processing an escape sequence.
4506 2008-06-29  Michael Albinus  <michael.albinus@gmx.de>
4508         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Revert patch
4509         from 2008-06-28.  It does not work on W32.
4511 2008-06-29  Juri Linkov  <juri@jurta.org>
4513         * replace.el (read-regexp): New function.
4514         (keep-lines-read-args, occur-read-primary-args):
4515         Call `read-regexp' instead of code moved to new function.
4516         (keep-lines, flush-lines, how-many): Remove parenthesis and colon
4517         from the end of prompt.
4518         (replace-re-search-function): Doc fix.
4520 2008-06-29  Kenichi Handa  <handa@m17n.org>
4522         * descr-text.el (describe-char-display): Always return a string.
4523         (describe-char-padded-string): New function.
4524         (describe-char): Adjusted for the change of
4525         describe-char-display.  Use describe-char-padded-string.
4527 2008-06-29  Andreas Schwab  <schwab@suse.de>
4529         * vc-dir.el (vc-dir): Make backend argument optional and use
4530         vc-responsible-backend when nil.  Interactively pass nil for
4531         backend instead of using the backend of what happens to be
4532         default-directory at the time of the call.
4534         * find-dired.el (find-dired-filter): Preserve point.
4536 2008-06-28  Juanma Barranquero  <lekktu@gmail.com>
4538         * net/sasl.el (sasl-client-set-property, sasl-make-mechanism)
4539         (sasl-find-mechanism, sasl-next-step):
4540         * net/sasl-ntlm.el (sasl-ntlm-steps, sasl-ntlm-request)
4541         (sasl-ntlm-response): Fix typos in docstrings.
4543 2008-06-28  robert marshall  <robert@capuchin.co.uk>  (tiny change)
4545         * international/mule-cmds.el (view-hello-file): Doc fix.
4547 2008-06-28  Chong Yidong  <cyd@stupidchicken.com>
4549         * faces.el (inhibit-face-set-after-frame-default): Var deleted.
4550         (set-face-attribute, face-set-after-frame-default)): Don't use it.
4552 2008-06-28  John Paul Wallington  <jpw@pobox.com>
4554         * calc/calc.el (defmath): Add `doc-string' decl.  Add docstring.
4556 2008-06-28  Michael Albinus  <michael.albinus@gmx.de>
4558         * net/tramp.el (tramp-handle-file-modes): Handle symlinks.
4559         (tramp-convert-file-attributes): Convert symlinks only when
4560         returned from `tramp-handle-file-attributes-with-stat'.
4562         * net/tramp-ftp.el (top): Delete 'ange-ftp property from
4563         `substitute-in-file-name' when unloading.
4564         (tramp-ftp-file-name-handler): Set `tramp-mode' to nil.
4566 2008-06-28  Dan Nicolaescu  <dann@ics.uci.edu>
4568         * vc-dir.el (vc-dir-hide-up-to-date): Also hide empty directories.
4569         (vc-string-prefix-p): Move function ...
4570         * vc.el (vc-string-prefix-p): ... here.
4572 2008-06-27  Juanma Barranquero  <lekktu@gmail.com>
4574         * vc-dir.el (vc-dir): Complete only directory names.
4576 2008-06-27  Jason Rumney  <jasonr@gnu.org>
4578         * w32-fns.el (top-level): Unconditionally define all charsets.
4580 2008-06-27  Alan Mackenzie  <acm@muc.de>
4582         * progmodes/cc-mode.el (c-mode-base-map): Don't bind C-M-[ae] to
4583         the CC Mode specific functions; this is no longer needed, since
4584         {beginning,end}-of-defun now pass ARG to ...-of-defun-function.
4586         * progmodes/cc-defs.el (c-emacs-features): New feature
4587         'argumentative-bod-function.
4589 2008-06-27  John Paul Wallington  <jpw@pobox.com>
4591         * chistory.el (list-command-history): Use `bound-and-true-p'.
4592         (command-history-map): Define within defvar.  Add docstring.
4594 2008-06-27  Juanma Barranquero  <lekktu@gmail.com>
4596         * image.el (image-jpeg-p): Don't fail if the arg cannot be converted
4597         to unibyte; just assume it is not a JPEG.  Use `string-match-p'.
4598         (image-type-from-data, image-type-from-file-name): Use `string-match-p'.
4599         (image-type-from-buffer): Use `looking-at-p'.
4601 2008-06-27  Juanma Barranquero  <lekktu@gmail.com>
4603         * ibuf-ext.el (diff-sentinel): Declare.
4605 2008-06-27  Glenn Morris  <rgm@gnu.org>
4607         * calendar/lunar.el (calendar-lunar-phases): Rename from
4608         calendar-phases-of-moon.  Keep old name as alias, update callers.
4609         (lunar-phases): Rename from phases-of-moon.  Keep old name as alias.
4610         (diary-lunar-phases): Rename from diary-phases-of-moon.
4611         Keep old name as alias.
4612         * calendar/cal-menu.el (cal-menu-sunmoon-menu)
4613         (cal-menu-global-mouse-menu): Update for lunar name changes.
4614         * calendar/calendar.el (calendar-mode-map): Update for name change.
4615         * calendar/diary-lib.el (diary-list-sexp-entries): Doc update.
4617 2008-06-26  Glenn Morris  <rgm@gnu.org>
4619         * calendar/solar.el (solar-sunrise-sunset-string): Add optional
4620         argument `nolocation'.
4621         (calendar-sunrise-sunset-month): New function.
4622         * calendar/cal-menu.el (cal-menu-sunmoon-menu): Rename from
4623         cal-menu-moon-menu.  Add calendar-sunrise-sunset-month.
4624         (cal-menu-global-mouse-menu): Add calendar-sunrise-sunset-month.
4625         * calendar/calendar.el (solar-sunrises-buffer): New constant.
4626         (calendar-mode-map): Use cal-menu-sunmoon-menu.
4627         (calendar-buffer-list): Add solar-sunrises-buffer.
4629         * calendar/cal-menu.el (cal-menu-goto-menu): Tweak menu name.
4631 2008-06-26  Chong Yidong  <cyd@stupidchicken.com>
4633         * cus-start.el: Add customization types for word-wrap and
4634         shift-select-mode.
4636 2008-06-26  John Paul Wallington  <jpw@pobox.com>
4638         * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): New function.
4639         (ibuffer-diff-with-file): Use it.  Do diff on marked buffers.
4640         (ibuffer-mark-on-buffer): Don't display message when removing marks.
4641         (ibuffer-mark-by-mode): Use `buffer-local-value'.
4643 2008-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
4645         * vc-dir.el (tool-bar): Require.
4647         * vc.el (ewoc, tool-bar): Do not require.
4649 2008-06-26  Kenichi Handa  <handa@m17n.org>
4651         * international/mule-cmds.el (encode-coding-char): Fix for ASCII
4652         characters.
4654         * composite.el (terminal-composition-base-character-p): New function.
4655         (terminal-composition-function):
4656         Use terminal-composition-base-character-p.  Include the base character
4657         in the composition.
4658         (auto-compose-chars): Don't check font-object for terminal display.
4660 2008-06-26  Glenn Morris  <rgm@gnu.org>
4662         * doc-view.el (bookmark-make-record-default):
4663         * image-mode.el (bookmark-make-record-default): Fix declaration.
4665         * calendar/calendar.el (calendar-date-echo-text): Doc fix.
4666         Add default :value for sexp type.
4667         (calendar-month-edges): New variable.
4668         (calendar-month-edges): New function.
4669         (calendar-recompute-layout-variables): Set calendar-month-edges.
4670         (calendar-intermonth-header, calendar-intermonth-text): New options.
4671         (calendar-insert-at-column): New function.
4672         (calendar-generate-month): Use calendar-insert-at-column.
4673         Handle intermonth text.  Add 'date property.
4674         (calendar-column-to-month): Remove function.
4675         (calendar-column-to-segment): New function.
4676         (calendar-cursor-to-date): Use calendar-column-to-segment.
4677         Check 'date property.
4679         * calendar/calendar.el (calendar-print-other-dates):
4680         Handle mouse events.
4681         * calendar/cal-menu.el (calendar-mouse-print-dates): Remove function.
4682         (cal-menu-context-mouse-menu): Use calendar-print-other-dates.
4684         * calendar/holidays.el (calendar-cursor-holidays): Handle mouse events.
4685         * calendar/cal-menu.el (calendar-mouse-holidays): Remove function.
4686         (cal-menu-context-mouse-menu): Use calendar-cursor-holidays.
4688         * calendar/cal-move.el (calendar-cursor-to-nearest-date):
4689         Use calendar-column-to-segment, calendar-month-edges, and
4690         the 'date property to handle intermonth text.
4692         * calendar/cal-iso.el (calendar-iso-from-absolute): Add autoload cookie.
4694         * calendar/cal-menu.el (cal-menu-moon-menu, cal-menu-diary-menu)
4695         (cal-menu-holidays-menu, cal-menu-goto-menu, cal-menu-scroll-menu):
4696         Add doc strings.
4697         (cal-menu-context-mouse-menu): Add some :keys.
4698         (calendar-check-holidays): Declare rather than autoloading.
4699         (diary-show-holidays-flag): Remove unneeded declaration.
4701         * calendar/cal-menu.el (cal-menu-moon-menu): Add sunrise/sunset.
4702         * calendar/calendar.el (calendar-cursor-to-date): Handle case where
4703         event-start is nil.
4705 2008-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4707         * minibuffer.el (completion-basic-try-completion): Use the text after
4708         point to constrain the completion candidates.
4709         (completion-basic-all-completions): Adjust accordingly.
4711 2008-06-25  Chong Yidong  <cyd@stupidchicken.com>
4713         * textmodes/tex-mode.el (tex-verbatim): Use monospace instead of
4714         courier.
4716         * faces.el (set-face-attribute): Doc fix.
4718 2008-06-25  Juri Linkov  <juri@jurta.org>
4720         * bindings.el (goto-map): New variable.  Rebind goto-related
4721         commands to this `M-g' prefix keymap.
4722         (search-map): New variable for `M-s' prefix keymap.
4723         Bind `M-s o' to `occur', `M-shr' to `highlight-regexp', `M-shp' to
4724         `highlight-phrase', `M-shl' to `highlight-lines-matching-regexp',
4725         `M-shu' to `unhighlight-regexp', `M-shf' to `hi-lock-find-patterns',
4726         `M-shw' to `hi-lock-write-interactive-patterns'.
4728         * isearch.el (isearch-mode-map): Bind `M-s h r' to
4729         `isearch-highlight-regexp'.
4730         (isearch-highlight-regexp): New function.
4732 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4734         * info.el (Info-bookmark-make-record):
4735         Use bookmark-make-record-default.
4736         (Info-bookmark-jump): Use bookmark-default-handler.
4738         * image-mode.el (image-bookmark-make-record):
4739         Use bookmark-make-record-default.
4740         (image-bookmark-jump): Use bookmark-default-handler.
4742         * doc-view.el (doc-view-bookmark-make-record):
4743         Use bookmark-make-record-default.
4744         (doc-view-bookmark-jump): Use bookmark-default-handler.
4746         * bookmark.el (bookmark-alist): Allow the 2 slightly different formats
4747         used until now in bookmark.el's code.
4748         (bookmark-get-bookmark): Accept bookmark names or bookmark records.
4749         (bookmark-get-bookmark-record): Allow the 2 slightly different formats
4750         used until now in bookmark.el's code.
4751         (bookmark-set-filename): Remove special code, moved to its only caller.
4752         (bookmark-store): Use the newer format.
4753         (bookmark-make-record-default): Add arg `point-only'.
4754         Rename from bookmark-make-record-for-text-file.
4755         (bookmark--jump-via): New function.
4756         (bookmark-jump, bookmark-jump-other-window, bookmark-bmenu-2-window)
4757         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window):
4758         Use it.
4759         (bookmark-jump-noselect, bookmark-default-handler):
4760         Don't return an alist, instead return the data implicitly by changing
4761         current buffer and point.  Signal an error if the file doesn't exist.
4763         * buff-menu.el: Use with-current-buffer and inhibit-read-only.
4764         (Buffer-menu-toggle-read-only): Avoid vc-toggle-read-only.
4766         * bs.el: Use with-current-buffer.  Simplify.
4767         (bs-toggle-readonly): Avoid vc-toggle-read-only.
4769         * eshell/esh-cmd.el (eshell-manipulate): Check eshell-debug-command
4770         is bound before using it.
4772 2008-06-25  Kenichi Handa  <handa@m17n.org>
4774         * image.el (image-jpeg-p): Convert DATA to unibyte at first.
4776 2008-06-25  Dan Nicolaescu  <dann@ics.uci.edu>
4778         * vc-hg.el:
4779         * vc-git.el: Require vc-dir when compiling.
4781         * vc-dir.el (vc-dir-marked-only-files-and-states): Rename from
4782         vc-dir-marked-only-files.  Change the return value.
4783         (vc-dir-child-files-and-states): Rename from vc-dir-child-files.
4784         Change the return value.
4785         (vc-dir-deduce-fileset): New function broken out from ...
4786         * vc.el (vc-deduce-fileset): ... here and ...
4787         (vc-deduce-fileset): ... here.
4789         * vc-svn.el (vc-annotate-parent-rev): Pacify byte compiler.
4790         (vc-svn-parse-status): Do not set the vc-backend property.
4792 2008-06-25  Andreas Schwab  <schwab@suse.de>
4794         * faces.el (face-font-family-alternatives, variable-pitch):
4795         Use "Sans Serif", not "Sans-Serif".
4797 2008-06-24  Chong Yidong  <cyd@stupidchicken.com>
4799         * faces.el (face-font-family-alternatives, variable-pitch):
4800         Change "Sans" to the canonical name "Sans-Serif".
4802 2008-06-24  Jay Belanger  <jay.p.belanger@gmail.com>
4804         * calc/calc.el (calc-mode-map): Add extra keybindings to
4805         `calc-missing-key'.
4806         * calc/calc-ext.el (calc-init-extensions): Add keybinding for
4807         `kill-ring-save'.
4809 2008-06-24  Miles Bader  <miles@gnu.org>
4811         * mouse.el (mouse-appearance-menu): Don't do anything if the user
4812         pops up the menu but doesn't select anything.
4814 2008-06-24  Dan Nicolaescu  <dann@ics.uci.edu>
4816         * add-log.el (add-change-log-entry): Add new arg to force each new
4817         entry to be on a new line.
4818         * diff-mode.el (diff-add-change-log-entries-other-window): Use it.
4820         * vc-dir.el (vc-client-object): Remove.
4821         (vc-dir-prepare-status-buffer): Take a backend as an argument and
4822         use it when looking for a buffer.
4823         (vc-dir): Add a backend argument.  Set revert-buffer-function.
4824         Don't create a client object.  Move bindings ...
4825         (vc-dir-menu-map, vc-dir-mode-map): ... here.
4826         (vc-dir-revert-buffer-function): New function.
4827         (vc-generic-status-printer): Rename to ...
4828         (vc-dir-status-printer): ... this.
4829         (vc-generic-state, vc-generic-status-fileinfo-extra)
4830         (vc-dir-extra-menu, vc-make-backend-object): Remove.
4831         (vc-default-status-printer): Use a different face for
4832         directories.  Don't display any text for directories in the state
4833         column.  Add tooltips.
4835         * vc.el (Todo): Update.
4837         * vc-hg.el (vc-annotate-convert-time, vc-default-status-printer):
4838         * vc-rcs.el (vc-annotate-convert-time):
4839         * vc-mtn.el (vc-annotate-convert-time):
4840         * vc-git.el (vc-annotate-convert-time):
4841         * vc-cvs.el (vc-annotate-convert-time):
4842         * vc-bzr.el (vc-annotate-convert-time): Declare as functions.
4844 2008-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
4846         * vc-annotate.el (vc-annotate-mode): Derive from special-mode
4847         instead of using view-mode.
4849 2008-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4851         * Makefile.in (distclean): Don't delete *.elc and autogen files.
4853 2008-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
4855         * vc.el:
4856         * vc-hooks.el:
4857         * vc-dispatcher.el: Move vc-dir variables and functions ...
4858         * vc-dir.el: ... here.  New file.
4859         * Makefile.in (ELCFILES): Add vc-dir.elc.
4861         * vc.el: Move vc-annotate variables and functions ...
4862         * vc-annotate.el: ... here.  New file.
4863         * Makefile.in (ELCFILES): Add vc-annotate.elc.
4865         * vc-dav.el: Move here from url/vc-dav.el.
4866         (Todo): Note work needed to make this backend functional.
4868         * Makefile.in (ELCFILES): Update vc-dav.el location.
4870 2008-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4872         * Makefile.in (COMPILE_FIRST): Trim down and add autoload.el.
4874 2008-06-21  John Paul Wallington  <jpw@pobox.com>
4876         * emacs-lisp/derived.el (define-derived-mode): Add `doc-string' decl.
4878         * textmodes/rst.el (rst-mode): Put docstring in right place.
4880 2008-06-21  Chong Yidong  <cyd@stupidchicken.com>
4882         * startup.el (fancy-about-text, fancy-startup-tail): Increase text
4883         size for legibility.
4885         * faces.el (fixed-pitch): Use "Monospace" family.
4886         (variable-pitch): Use "Sans" family.
4887         (face-font-family-alternatives): Define alternatives for "Sans"
4888         and "Monospace".
4890 2008-06-21  Glenn Morris  <rgm@gnu.org>
4892         * mail/hashcash.el, net/tramp-smb.el, nxml/nxml-mode.el:
4893         Require 'cl when compiling.
4895         * emacs-lisp/debug.el (help-xref-interned): Declare.
4897         * emacs-lisp/easy-mmode.el (easy-mmode-set-keymap-parents):
4898         Evaluate definition when compiling.
4900         * progmodes/bug-reference.el (bug-reference-map): Bind down-mouse-1
4901         rather than mouse-1.
4902         (bug-reference-url-format): Autoload safe if string.
4903         (bug-reference-bug-regexp): Make space after "bug" optional.
4905         * Makefile.in (all): Explicitly pass EMACS to sub-make,
4906         for some non-GNU makes.
4908         * cus-dep.el (custom-dependencies-no-scan-regexp):
4909         * finder.el (finder-no-scan-regexp): Add ldefs-boot.el
4911         * calendar/cal-move.el (calendar-forward-day): Scroll in one month
4912         increments.
4914         * calendar/calendar.el: Factor out the magic numbers controlling the
4915         calendar layout.
4916         (calendar-month-digit-width, calendar-month-width)
4917         (calendar-right-margin): New variables.
4918         (calendar-recompute-layout-variables, calendar-set-layout-variable):
4919         New functions.
4920         (calendar-left-margin, calendar-intermonth-spacing)
4921         (calendar-column-width, calendar-day-header-width)
4922         (calendar-day-digit-width): New options.
4923         (calendar-first-date-row): New constant.
4924         (calendar-move-to-column, calendar-ensure-newline): New functions,
4925         replacing calendar-insert-indented.
4926         (calendar-insert-indented): Remove function.
4927         (calendar-generate-month): Use calendar-move-to-column and
4928         calendar-ensure-newline.  Use layout variables.
4929         (calendar-generate, calendar-update-mode-line)
4930         (calendar-font-lock-keywords): Use layout variables.
4931         (calendar-column-to-month): New function.
4932         (calendar-cursor-to-date): Use calendar-column-to-month.
4933         Use layout variables.
4934         * calendar/cal-move.el (calendar-cursor-to-nearest-date):
4935         Use layout variables.  Use calendar-column-to-month.
4936         (calendar-cursor-to-visible-date): Use layout variables.
4938 2008-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4940         * Makefile.in (update-elclist): Don't exclude COMPILE_FIRST.
4941         (all): Run compile-last.
4942         (compile-onefile): New target.
4943         (compile-first): Simplify.
4944         (compile-last): Don't treat COMPILE_FIRST specially.
4945         (COMPILE_FIRST): List the elc files rather than the el files.
4946         (ELCFILES): Update.
4948 2008-06-21  Ulf Jasper  <ulf@web.de>
4950         * net/newst-treeview.el: Remove dead code.
4951         (newsticker--window-config): Remove.
4952         (newsticker-treeview-quit): Do not save window config.
4953         (newsticker-treeview): Do not try to restore window config.
4954         (newsticker-groups, newsticker--treeview-list-sort-by-column)
4955         (newsticker--treeview-list-new-items)
4956         (newsticker--treeview-list-immortal-items)
4957         (newsticker--treeview-list-obsolete-items)
4958         (newsticker--treeview-list-all-items)
4959         (newsticker--treeview-list-feed-items): Fix documentation.
4961 2008-06-21  Miles Bader  <miles@gnu.org>
4963         * face-remap.el (text-scale-adjust): Bind `echo-keystrokes' to nil.
4965 2008-06-21  Alan Mackenzie  <acm@muc.de>
4967         * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5D.5): Fix an
4968         infinite loop on invalid syntax.
4970 2008-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4972         * textmodes/rst.el: Run rst-define-level-faces when loading.
4973         (rst-mode): Don't set the font-lock-multiline var.
4974         (rst-font-lock-find-unindented-line, rst-font-lock-handle-adornment):
4975         Set the font-lock-multiline property by hand.
4977         * loadup.el: Don't add emacs-<VERS> name when bootstrapping.
4979         * Makefile.in (emacs-deps): Remove.
4980         ($(lisp)/cus-load.el, $(lisp)/finder-inf.el): Re-add.
4981         (all): Use them.
4982         (autogen-clean): Remove.
4984 2008-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4986         * Makefile.in (all): New target.
4987         (bootstrap-prepare): Remove.
4989         * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Pass the .el file not
4990         the .elc file to batch-byte-compile.
4992         * progmodes/cc-mode.el (c-make-inherited-keymap): Only use
4993         set-keymap-parents if set-keymap-parent doesn't exist.
4995         * vc-bzr.el (vc-bzr-annotate-extract-revision-at-line):
4996         Allow more than one space before the |.
4998         * textmodes/rst.el: Fix up docstring conventions.
4999         Move vars to before their first use.
5000         (rst-mode): Don't mess with font-lock-support-mode.
5001         (rst-suggest-new-decoration, rst-adjust-decoration):
5002         Avoid CL's copy-list.
5003         (rst-delete-entire-line): Use line-beginning-position.
5004         (rst-position): New fun.
5005         (rst-straighten-decorations): Use it instead of CL's position.
5006         (rst-straighten-bullets-region): Avoid CL's mapcar*.
5007         (rst-toc-mode): Use define-derived-mode.
5008         (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2):
5009         Remove unused var `in-par'.  Use `point' rather than `point-marker'.
5010         (rst-line-block-region): Reduce redundancy.  Use the `pfxarg' arg.
5011         (rst-replace-lines): Simplify.
5012         (auto-mode-alist): Use rst-mode for *.rst and *.rest files.
5014         * simple.el (special-mode-map): New var.
5015         (special-mode): New major mode.
5017 2008-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
5019         * vc-mtn.el (vc-mtn-log-view-mode): Set log-view-per-file-logs and
5020         log-view-file-re.
5022         * vc.el (vc-dir-hide-up-to-date): Undo previous change.
5023         (vc-switch-backend): Simplify.
5024         (Todo): Remove solved items.
5026         * vc-cvs.el (vc-cvs-parse-status, vc-cvs-parse-entry): Do not set
5027         the vc-backend property.
5029 2008-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5031         * emacs-lisp/checkdoc.el (checkdoc-start-section, checkdoc-error):
5032         Bind inhibit-read-only since the buffer is always read-only.
5034 2008-06-20  Ulf Jasper  <ulf@web.de>
5036         * net/newst-treeview.el (newsticker-treeview-own-frame):
5037         Change default value to nil.
5038         (newsticker--treeview-list-add-item)
5039         (newsticker--treeview-propertize-tag): Show item title in tooltip.
5041 2008-06-20  Martin Blais  <blais@furius.ca>
5042             Stefan Merten  <smerten@oekonux.de>
5043             David Goodger  <goodger@python.org>
5045         * textmodes/rst.el: New file.
5047 2008-06-20  Sam Steingold  <sds@gnu.org>
5049         * vc.el (vc-dir-hide-up-to-date): Accept a prefix argument to also
5050         remove DIRECTORY entries.
5052 2008-06-20  Eli Zaretskii  <eliz@gnu.org>
5054         * makefile.w32-in (distclean): Depend on `clean'.
5055         (clean): Delete calc/calc-loaddefs.el~ and eshell/esh-groups.el~.
5056         (AUTOGENEL): Add $(lisp)/nxml/subdirs.el.
5057         ($(lisp)/cus-load.el): Don't use `touch'.  Instead, generate an
5058         empty cus-load.el with `echo', and include "Local Variables"
5059         section to prevent the empty file from being compiled.
5060         (cus-load.el-SH, cus-load.el-CMD): New SHELLTYPE-specific targets
5061         that generate an empty cus-load.el.
5063 2008-06-20  Juanma Barranquero  <lekktu@gmail.com>
5065         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
5066         Don't copy ldefs-boot.el over loaddefs.el.
5067         (bootstrap-clean): Remove loaddefs.el and don't depend on it.
5068         (loaddefs.el-SH, loaddefs.el-CMD): Don't add autoloads and defvars
5069         to loaddefs.el; they are not needed now.  Add coding cookie.
5071 2008-06-20  Miles Bader  <miles@gnu.org>
5073         * face-remap.el (face-remap-add-relative, face-remap-set-base):
5074         Strip unnecessary list levels from SPECS.
5075         (buffer-face-set, buffer-face-toggle):
5076         Change argument from FACE to &rest SPECS, and strip unnecessary
5077         list levels from SPECS.
5078         (buffer-face-mode-invoke): Change argument from FACE to SPECS.
5080 2008-06-20  Jason Rumney  <jasonr@gnu.org>
5082         * international/fontset.el (setup-default-fontset): Specify script
5083         for latin use of iso10646-1.  Fix use of lang tags.
5085 2008-06-19  Miles Bader  <miles@gnu.org>
5087         * face-remap.el (text-scale-increase): Start from zero if
5088         text-scale-mode isn't enabled.
5090 2008-06-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5092         * faces.el (face-set-after-frame-default): Re-apply explicit `font'
5093         frame parameters after setting up the `default' face.
5095 2008-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5097         * faces.el (face-set-after-frame-default): Don't exclude `default'.
5099 2008-06-18  Glenn Morris  <rgm@gnu.org>
5101         * mouse.el (buffer-face-mode-invoke): Declare.
5103         * Makefile.in (ELCFILES): Add org/org-id.elc.
5105         * calendar/holidays.el (calendar-cursor-holidays): Accept optional date.
5106         * calendar/cal-menu.el (cal-menu-holidays-menu):
5107         Use calendar-cursor-holidays rather than cal-menu-today-holidays.
5108         (cal-menu-today-holidays): Remove function.
5110         * calendar/cal-menu.el (cal-menu-holiday-window-suffix): Simplify.
5111         (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
5112         (cal-menu-list-holidays-previous-year, calendar-mouse-goto-date):
5113         Remove unused functions.
5114         (calendar-mouse-view-diary-entries): Use format rather than concat.
5116         * calendar/cal-menu.el (cal-menu-x-popup-menu): Turn it into a macro.
5117         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
5118         (calendar-mouse-print-dates): Adapt for cal-menu-x-popup-menu change.
5120         * calendar/cal-menu.el (cal-menu-event-to-date): Remove function.
5121         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
5122         (calendar-mouse-view-other-diary-entries, calendar-mouse-print-dates)
5123         (cal-menu-set-date-title): Use calendar-cursor-to-date rather than
5124         cal-menu-event-to-date.
5126         * calendar/cal-html.el (cal-html-cursor-month, cal-html-cursor-year):
5127         Handle mouse events.
5128         * calendar/cal-tex.el (cal-tex-cursor-year)
5129         (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
5130         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
5131         (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
5132         (cal-tex-cursor-week-monday, cal-tex-cursor-filofax-2week)
5133         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
5134         (cal-tex-cursor-day): Handle mouse events.  Rename ARG to N.
5135         (cal-tex-cursor-month): Mark N as optional.
5136         * calendar/cal-menu.el (calendar-mouse-tex-day)
5137         (calendar-mouse-tex-week, calendar-mouse-tex-week2)
5138         (calendar-mouse-tex-week-iso, calendar-mouse-tex-week-monday)
5139         (calendar-mouse-tex-filofax-daily, calendar-mouse-tex-filofax-2week)
5140         (calendar-mouse-tex-filofax-week, calendar-mouse-tex-month)
5141         (calendar-mouse-tex-month-landscape, calendar-mouse-tex-year)
5142         (calendar-mouse-tex-filofax-year, calendar-mouse-tex-year-landscape):
5143         Remove functions.
5144         (cal-menu-context-mouse-menu): Replace the above functions with the
5145         cal-tex versions.  Add HTML submenu.
5147 2008-06-17  Nick Roberts  <nickrob@snap.net.nz>
5149         * progmodes/gdb-ui.el (gud-gdba-marker-filter): Don't switch to
5150         text command mode.
5151         (gdb): Explain that gud-gdb is needed for text command mode.
5153 2008-06-17  Martin Rudalics  <rudalics@gmx.at>
5155         * window.el (split-height-threshold): Remove spurious extra line.
5157 2008-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5159         * calendar/calendar.el (calendar-cursor-to-date): Add argument `event'.
5160         (calendar-set-mark):
5161         * calendar/diary-lib.el (diary-insert-entry):
5162         * calendar/solar.el (calendar-sunrise-sunset): Use it.
5163         * calendar/cal-menu.el (calendar-mouse-sunrise/sunset)
5164         (calendar-mouse-insert-diary-entry, calendar-mouse-set-mark): Delete.
5165         (cal-menu-context-mouse-menu): Use calendar-set-mark,
5166         diary-insert-entry, and calendar-sunrise-sunset instead.
5168         * vc.el (vc-deduce-fileset): Add arg `only-files'.
5169         (vc-next-action): Pass the new arg.
5170         (vc-register): Don't use `only-files'.
5171         Don't set `backup-inhibited' in the current buffer.
5173 2008-06-17  Miles Bader  <miles@gnu.org>
5175         * mouse.el (mouse-appearance-menu): Use buffer-face-mode.
5177         * face-remap.el (buffer-face-mode-face)
5178         (buffer-face-mode-remapping): New variables.
5179         (buffer-face-mode, buffer-face-set, buffer-face-toggle)
5180         (buffer-face-mode-invoke): New functions.
5181         (variable-pitch-mode-remapping): Variable removed.
5182         (variable-pitch-mode): Rewrite as an interface to `buffer-face-mode'.
5184         * face-remap.el (internal-lisp-face-attributes): New variable.
5185         (face-attrs-more-relative-p, face-remap-order): New functions.
5186         (face-remap-add-relative): Use `face-remap-order'.
5188 2008-06-17  Glenn Morris  <rgm@gnu.org>
5190         * mouse.el (x-select-font): Declare.
5192         * calendar/calendar.el (calendar-move-hook):
5193         Add calendar-update-mode-line as an option.
5194         (calendar-date-echo-text): New user option.
5195         (calendar-generate-month): Set `day'.  Use calendar-date-echo-text.
5196         (calendar-insert-indented): Simplify newline insertion.
5197         (calendar-describe-mode): Remove unused function.
5198         (calendar-mode-line-entry): New function.
5199         (calendar-mode-line-format): Doc fix.  Use calendar-mode-line-entry.
5200         Mark as risky.
5201         (calendar-mouse-other-month): Remove function.
5202         (calendar-other-month): Handle mouse events.
5203         (calendar-goto-info-node): Call fit-window-to-buffer.
5204         (calendar-mode): Use define-derived-mode.  Doc fix.
5205         (calendar-update-mode-line): Tweak whitespace.
5207 2008-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5209         * vc-dispatcher.el (vc-dir-child-files): Use vc-string-prefix-p.
5210         (vc-dir-marked-only-files): vc-string-prefix-p.
5212 2008-06-16  Nick Roberts  <nickrob@snap.net.nz>
5214         * progmodes/gdb-ui.el (gdb-memory-set-address)
5215         (gdb-memory-set-repeat-count): Allow keyboard bindings.
5216         (gdb-memory-mode-map): Bind above functions respectively
5217         to 'S' and 'N'.
5219 2008-06-16  Derek Upham  <sand@blarg.net>  (tiny change)
5221         * nxml/nxml-mode.el (nxml-mode): Use run-mode-hooks.
5223 2008-06-16  Juanma Barranquero  <lekktu@gmail.com>
5225         * log-view.el (vc-diff-internal): Declare for compiler.
5227         * vc-bzr.el (log-view-per-file-logs):
5228         * vc-svn.el (log-view-per-file-logs): Pacify byte compiler.
5230 2008-06-15  Chong Yidong  <cyd@stupidchicken.com>
5232         * mouse.el (mouse-appearance-menu-map): New var.
5233         (mouse-appearance-menu): New function.
5234         Bind it to S-down-mouse-1.
5236 2008-06-15  Juri Linkov  <juri@jurta.org>
5238         * info.el (Info-toc): Call Info-toc-nodes instead of Info-build-toc.
5239         (Info-toc, Info-insert-toc): Increment nth's index to add PARENT
5240         as the second element.
5241         (Info-build-toc): Add PARENT element extracted from the Up pointer.
5242         Don't print progress messages.
5243         (Info-toc-nodes): New variable and function.
5244         (Info-index-nodes): Optimize non-string file name case.
5245         (Info-breadcrumbs-depth): Increment the default value from 3 to 4.
5246         (Info-insert-breadcrumbs): Use the cached document structure instead
5247         of visiting all ancestor nodes.  Remove the initial `>'.
5249 2008-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
5251         * log-view.el (log-view-diff-changeset): New function.
5252         (log-view-mode-map, log-view-mode-menu): Bind it.
5253         (log-view-per-file-logs, log-view-vc-fileset)
5254         (log-view-vc-backend): New variables.
5255         (log-view-find-revision, log-view-modify-change-comment)
5256         (log-view-annotate-version): Throw an error if the log is for more
5257         than one file and we can't find the current file.  Get the current
5258         file from log-view-vc-fileset if necessary.
5259         (log-view-diff): Get the current file from log-view-vc-fileset if
5260         necessary.
5262         * vc.el (vc-print-log): Set log-view-vc-fileset and log-view-vc-backend.
5264         * vc-hg.el (vc-hg-log-view-mode): Call the log method only once.
5265         (vc-hg-log-view-mode): Declare for compiler.
5266         (vc-hg-log-view-mode): Set log-view-per-file-logs and
5267         log-view-file-re.
5268         (vc-hg-diff): If no file is passed, use default-directory for cwd.
5270         * vc-bzr.el (vc-bzr-log-view-mode): Set log-view-per-file-logs.
5272         * vc-svn.el (vc-svn-log-view-mode): New derived mode.
5274 2008-06-15  Michael Albinus  <michael.albinus@gmx.de>
5276         * net/tramp.el (tramp-handle-start-file-process):
5277         Clear modification time of the connection buffer.
5278         (tramp-sh-file-name-handler): Reset `tramp-locked' in case of error.
5279         (tramp-open-connection-setup-interactive-shell): Flush cache, and
5280         restart `tramp-maybe-open-connection' when the remote system has
5281         been changed.  Throw 'uname-changed event.
5282         (tramp-maybe-open-connection): Catch it.
5284         * net/tramp-cmds.el (tramp-cleanup-all-connections):
5285         Reset `tramp-locked'.
5287 2008-06-15  Ulf Jasper  <ulf@web.de>
5289         * net/newst-treeview.el (newsticker--treeview-list-update)
5290         (newsticker--treeview-item-update)
5291         (newsticker--treeview-tree-update)
5292         (newsticker-treeview-jump, newsticker-group-add-group)
5293         (newsticker-group-move-feed, newsticker-group-delete-group):
5294         Remove window dedication.
5295         (newsticker--group-manage-orphan-feeds): Handle ill-valued
5296         newsticker-groups.
5297         (newsticker--treeview-tree-expand): Don't manage orphan feeds here.
5299 2008-06-15  Andreas Schwab  <schwab@suse.de>
5301         * vc-cvs.el (vc-cvs-status-extra-headers): Don't match newline
5302         when parsing CVS/Repository.
5304         * wdired.el (wdired-search-and-rename): Fix undocumented change.
5306 2008-06-15  Ulf Jasper  <ulf@web.de>
5308         * net/newst-plainview.el (newsticker-faces, newsticker-feed-face)
5309         (newsticker-extra-face, newsticker-enclosure-face): Moved to
5310         net/newst-reader.el.
5312         * net/newst-reader.el (newsticker-faces, newsticker-feed-face)
5313         (newsticker-extra-face, newsticker-enclosure-face): Moved from
5314         net/newst-reader.el.
5316 2008-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5318         * international/encoded-kb.el (encoded-kbd-self-insert-utf-8):
5319         Catch and recover from case when the bytes we thought we were reading
5320         turn out to be something else entirely, such as latin-1 chars from
5321         quail.  See bug#396.
5323 2008-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
5325         * vc.el (vc-deduce-fileset): Check if the buffer has a file.
5326         (vc-register): Call the backend function only once, instead of
5327         once for each file.
5328         (vc-next-action): Update call to vc-register.
5329         (vc-dir-register): Remove function.
5330         (vc-dir): Bind vc-register instead of vc-dir-register.
5332 2008-06-14  Glenn Morris  <rgm@gnu.org>
5334         * Makefile.in (ELCFILES): Add net/newst-*.el.
5336 2008-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5338         * wdired.el (wdired-do-renames): New function.
5339         (wdired-finish-edit): Use it to.
5340         (wdired-preprocess-files): Don't hardcode (point-min) == 1.
5342 2008-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5344         * info.el (Info-insert-breadcrumbs): Don't break in apropos and toc.
5346 2008-06-14  Martin Rudalics  <rudalics@gmx.at>
5348         * window.el (window--even-window-heights): Even window heights
5349         only if the selected window is higher than WINDOW.
5350         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
5352 2008-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5354         * info.el (Info-insert-breadcrumbs): Be careful to preserve history.
5356 2008-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5358         * term/linux.el (terminal-init-linux): Load t-mouse.
5360 2008-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5361             Drew Adams  <drew.adams@oracle.com>
5363         * info.el (Info-breadcrumbs-depth): New var.
5364         (Info-insert-breadcrumbs): New function.
5365         (Info-fontify-node): Use it.
5366         (Info-mode-map): Move initialization into declaration.
5368 2008-06-13  Ulf Jasper  <ulf.jasper@web.de>
5370         Rename net/newsticker-*.el to net/newst-*.el.
5371         * net/newst-backend.el: Rename from net/newsticker-backend.el.
5372         * net/newst-plainview.el: Rename from net/newsticker-plainview.el.
5373         * net/newst-reader.el: Rename from net/newsticker-reader.el.
5374         * net/newst-ticker.el: Rename from net/newsticker-ticker.el.
5375         * net/newst-treeview.el: Rename from net/newsticker-treeview.el.
5376         * net/newsticker-backend.el: Rename to net/newst-backend.el.
5377         * net/newsticker-plainview.el: Rename to net/newst-plainview.el.
5378         * net/newsticker-reader.el: Rename to net/newst-reader.el.
5379         * net/newsticker-ticker.el: Rename to net/newst-ticker.el.
5380         * net/newsticker-treeview.el: Rename to net/newst-treeview.el.
5382 2008-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5384         * progmodes/compile.el (compilation-start): Don't disable undo in
5385         comint buffer.  Don't override the comint-filter with our own.
5386         (compilation-filter): Change point's insertion-type.
5388         * comint.el (comint-output-filter): Use copy-marker.
5390 2008-06-13  David Reitter  <david.reitter@gmail.com>
5392         * textmodes/flyspell.el (mail-mode-flyspell-verify):
5393         Check message-signature-separator exists before using it.
5395 2008-06-13  Dan Nicolaescu  <dann@ics.uci.edu>
5397         * vc.el (vc-delete-file): Bind default-directory before calling
5398         the backend.
5399         (vc-annotate-show-diff-revision-at-line): Move most of the code to ...
5400         (vc-annotate-show-diff-revision-at-line-internal): ... here.
5401         New function.
5402         (vc-annotate-show-changeset-diff-revision-at-line): New function.
5403         (vc-annotate-mode-menu): Bind it.
5405 2008-06-13  Jason Rumney  <jasonr@gnu.org>
5407         * term/w32-win.el (mouse-set-font): Remove overridden function.
5408         (w32-select-font): Declare as obsolete alias for x-select-font.
5410 2008-06-13  Daniel Engeler  <engeler@gmail.com>
5412         These changes add serial port access.
5413         * term.el (term-update-mode-line): Modify.
5414         (serial-port-is-file-p, serial-nice-speed-history)
5415         (serial-no-speed, serial-mode-line-speed-menu)
5416         (serial-mode-line-config-menu): New variables and constants.
5417         (serial-name-history, serial-speed-history)
5418         (serial-supported-or-barf, serial-read-name, serial-read-speed)
5419         (serial-term, serial-speed, serial-mode-line-speed-menu-1)
5420         (serial-mode-line-speed-menu, serial-update-speed-menu)
5421         (serial-mode-line-config-menu-1, serial-mode-line-config-menu)
5422         (serial-update-config-menu): New functions.
5424 2008-06-13  Glenn Morris  <rgm@gnu.org>
5426         * menu-bar.el (menu-set-font): Use fboundp rather than functionp.
5428         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Doc fix.
5430 2008-06-13  Kenichi Handa  <handa@m17n.org>
5432         * cus-face.el (custom-face-attributes): Add :foundry.
5434         * faces.el (set-face-attribute): Parse "FOUNDRY-FAMILY" here.
5435         (face-x-resources): Add :foundry.
5436         (face-valid-attribute-values): Likewise.
5437         (face-attribute-name-alist): Likewise.
5438         (describe-face): Likewise.
5440 2008-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5442         * emacs-lisp/map-ynp.el (map-y-or-n-p): Accept non-char events.
5444 2008-06-12  Chong Yidong  <cyd@stupidchicken.com>
5446         * longlines.el (longlines-search-forward, longlines-search-backward)
5447         (longlines-re-search-forward): Use a smarter search-spaces-regexp.
5449 2008-06-12  Sam Steingold  <sds@gnu.org>
5451         * vc.el (vc-rename-file): DTRT when the destination is a directory
5452         name and the source is a file.
5454 2008-06-12  Chong Yidong  <cyd@stupidchicken.com>
5456         * menu-bar.el (menu-set-font): Rename x-font-dialog to x-select-font.
5458 2008-06-12  Glenn Morris  <rgm@gnu.org>
5460         * progmodes/f90.el (f90-beginning-of-subprogram)
5461         (f90-end-of-subprogram): Only give a message when interactive.
5463         * term/mac-win.el (x-toolkit-scroll-bars): Check bound.
5465         * progmodes/cperl-mode.el (cperl-info-on-command):
5466         Use display-pixel-height rather than x-display-pixel-height.
5468         * mail/rmailedit.el (rmail-cease-edit):
5469         * vc-dispatcher.el (vc-dir-mode): Check tool-bar-mode is bound.
5471         * emulation/edt.el (edt-xserver):
5472         * emulation/edt-mapper.el (edt-xserver): Use replace-regexp-in-string.
5474         * emulation/edt-mapper.el: Drop test for Emacs < 19.
5476         * mwheel.el (mouse-wheel-follow-mouse, mwheel-event-window):
5477         Evaluate definitions when compiling.  Reverse tests.
5479         * dframe.el (dframe-reposition-frame-emacs): Reorder test, and
5480         use unless.
5482         * menu-bar.el (w32-menu-bar-open): Declare for compiler.
5484         * textmodes/artist.el (x-pointer-shape):
5485         * term/x-win.el (x-parse-geometry, x-resource-name, accelerate-menu)
5486         (x-open-connection, x-server-max-request-size, x-get-resource):
5487         * term/w32console.el (x-setup-function-keys):
5488         * term/w32-win.el (x-parse-geometry, x-resource-name)
5489         (generate-fontset-menu, image-library-alist, x-open-connection)
5490         (setup-default-fontset, set-fontset-font, setup-default-fontset)
5491         (create-fontset-from-fontset-spec, create-fontset-from-x-resource)
5492         (x-get-resource):
5493         * term/mac-win.el (x-parse-geometry, x-resource-name)
5494         (x-get-selection-internal, tool-bar-mode, set-fontset-font)
5495         (new-fontset, x-display-list, x-open-connection, x-get-resource):
5496         * progmodes/gud.el (tooltip-last-mouse-motion-event, tooltip-hide)
5497         (tooltip-start-delayed-tip, tooltip-use-echo-area, tooltip-show)
5498         (tooltip-strip-prompt, tooltip-expr-to-print, tooltip-event-buffer):
5499         * progmodes/gdb-ui.el (tooltip-show, tooltip-use-echo-area)
5500         (tooltip-identifier-from-point, define-fringe-bitmap):
5501         * play/gamegrid.el (image-size):
5502         * play/bubbles.el (image-size):
5503         * mail/emacsbug.el (x-server-vendor, x-server-version):
5504         * international/mule-util.el (internal-char-font):
5505         * international/mule-diag.el (font-info, query-fontset, fontset-info)
5506         (fontset-alias-alist, fontset-list, fontset-plain-name):
5507         * international/mule-cmds.el (x-server-vendor, x-server-version):
5508         * international/fontset.el (font-encoding-charset-alist)
5509         (otf-script-alist, new-fontset, set-fontset-font)
5510         (x-pixel-size-width-font-regexp, vertical-centering-font-regexp)
5511         (fontset-list, query-fontset, x-get-resource):
5512         * emulation/edt.el (x-server-vendor):
5513         * emulation/edt-mapper.el (x-server-vendor):
5514         * emacs-lisp/map-ynp.el (x-popup-dialog):
5515         * emacs-lisp/lmenu.el (x-popup-dialog):
5516         * x-dnd.el (x-window-property, x-change-window-property)
5517         (x-get-selection-internal):
5518         * woman.el (x-list-fonts):
5519         * w32-fns.el (x-server-version):
5520         * tooltip.el (x-show-tip, x-hide-tip):
5521         * tool-bar.el (image-mask-p):
5522         * thumbs.el (image-size):
5523         * term.el (overflow-newline-into-fringe):
5524         * subr.el (scroll-bar-scale):
5525         * startup.el (x-get-resource, tool-bar-mode, image-size):
5526         * select.el (x-get-selection-internal, x-own-selection-internal)
5527         (x-disown-selection-internal):
5528         * mouse.el (generate-fontset-menu):
5529         * mouse-sel.el (x-select-text, x-cut-buffer-or-selection-value):
5530         * image.el (image-library-alist):
5531         * image-mode.el (image-size, image-refresh):
5532         * image-dired.el (clear-image-cache):
5533         * gs.el (x-display-mm-width, x-display-pixel-width)
5534         (x-display-mm-height, x-display-pixel-height)
5535         (x-change-window-property, x-display-grayscale-p, x-window-property):
5536         * frame.el (tool-bar-mode, x-display-name, x-close-connection)
5537         (x-focus-frame, x-list-fonts, x-display-screens)
5538         (x-display-pixel-height, x-display-pixel-width, x-display-mm-height)
5539         (x-display-mm-width, x-display-backing-store, x-display-save-under)
5540         (x-display-planes, x-display-color-cells, x-display-visual-class):
5541         * faces.el (internal-face-x-get-resource)
5542         (internal-set-lisp-face-attribute-from-resource, x-bitmap-file-path)
5543         (fontset-list, x-list-fonts, xw-color-defined-p, xw-color-values)
5544         (xw-display-color-p, x-display-grayscale-p, x-get-resource)
5545         (x-parse-geometry, x-create-frame, x-setup-function-keys)
5546         (tool-bar-setup):
5547         * doc-view.el (clear-image-cache, image-size, tooltip-show):
5548         * dired.el (dnd-get-local-file-name, dnd-get-local-file-uri):
5549         * dframe.el (x-display-pixel-width, x-display-pixel-height):
5550         * descr-text.el (internal-char-font):
5551         Define for compiler, for builds without X.
5553 2008-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5555         * vc-rcs.el (vc-rcs-state-heuristic): Don't assume the file exists.
5557 2008-06-11  Glenn Morris  <rgm@gnu.org>
5559         * progmodes/fortran.el (fortran-end-of-subprogram): Check for a match
5560         before trying to move there.
5561         (fortran-calculate-indent): When fortran-check-all-num-for-matching-do
5562         is non-nil, indent most terminating statements like loop body.
5564         * calendar/diary-lib.el (diary-list-entries-2): Accept optional
5565         Gregorian date, and add it, not the local date, to diary-entries-list.
5566         (diary-list-entries-1): Pass Gregorian date to diary-list-entries-2.
5568 2008-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5570         * progmodes/compile.el (compilation-filter): Fix up last change.
5572         * term/linux.el (terminal-init-linux): Use gpm-mouse-enable.
5574         * t-mouse.el (gpm-mouse-enable, gpm-mouse-disable): New functions.
5575         (gpm-mouse-mode): Make it into a proper global minor mode.
5577         * files.el (save-some-buffers-action-alist): Only use recursive-edit
5578         if the user enabled recursive-minibuffers.
5580         * emacs-lisp/map-ynp.el (map-y-or-n-p):
5581         Add support for scroll-other-window.
5583 2008-06-11  Jason Rumney  <jasonr@gnu.org>
5585         * term/w32-win.el (w32-menu-bar-open): Rename from menu-bar-open.
5586         Use tmm-menubar if menu is disabled in this frame.
5588         * menu-bar.el (menu-bar-open): Determine how to open menu bar
5589         from frame type, per documentation.  Add w32 case.
5591 2008-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5593         * minibuffer.el (completion--merge-suffix): New function.
5594         (completion-basic-try-completion): Use it.
5595         (completion-pcm--find-all-completions): Add argument `filter'.
5596         (completion-pcm--filename-try-filter, completion-pcm--merge-try):
5597         New functions.
5598         (completion-pcm-try-completion): Use them.
5600         * xt-mouse.el (turn-on-xterm-mouse-tracking)
5601         (turn-off-xterm-mouse-tracking): Use terminal-list.
5603         * cus-start.el (underline-minimum-offset): Rename from
5604         x-underline-minimum-display-offset.
5606 2008-06-10  David De La Harpe Golden  <david@harpegolden.net>  (tiny change)
5608         * cus-start.el (x-underline-minimum-display-offset): Give it a type.
5610 2008-06-10  Chong Yidong  <cyd@stupidchicken.com>
5612         * mouse.el (mouse-select-font): New function.
5614         * faces.el (face-spec-recalc): When the face is set using
5615         Customize, avoid recalculating it twice.
5617         * menu-bar.el (menu-set-font): New function.  Bind "Set Default
5618         Font" menu item to it.  Apply selected font to all frames, and
5619         make it savable.
5620         (menu-bar-options-save): Save `default' font if changed.
5622 2008-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5624         * ffap.el (ffap-string-at-point-mode-alist):
5625         Use alpha rather than lower.
5627         * dired.el (dired-insert-directory): Don't assume Unix-style dir names.
5629         * subr.el (momentary-string-display): Use an overlay.
5631         * progmodes/compile.el (compilation-mode):
5632         Set window-point-insertion-type.
5633         (compilation-filter): Don't use insert-before-markers any more.
5634         * emacs-lisp/trace.el (trace-make-advice):
5635         Set window-point-insertion-type in the trace buffer.
5636         * startup.el (normal-top-level): Set window-point-insertion-type in
5637         *Messages*.
5638         * net/telnet.el (telnet-mode): Set window-point-insertion-type.
5639         (telnet-filter): Don't use insert-before-markers any more.
5640         * comint.el (comint-mode): Set window-point-insertion-type.
5641         (comint-output-filter): Don't use insert-before-markers any more.
5642         * button.el (make-text-button): Allow `start' to be a string.
5644 2008-06-10  Juanma Barranquero  <lekktu@gmail.com>
5646         * emacs-lisp/autoload.el (autoload-rubric):
5647         Fix coding cookie not to force Unix EOL.
5649 2008-06-10  Martin Rudalics  <rudalics@gmx.at>
5651         * window.el (window--splittable-p, window--try-to-split-window):
5652         Don't use with-selected-window to avoid messing up get-lru-window.
5653         Reported by David Hansen <david.hansen@gmx.net>.
5655 2008-06-10  Glenn Morris  <rgm@gnu.org>
5657         * subr.el (locate-library): Doc fix.
5659         * net/newsticker-treeview.el (w3m-toggle-inline-images): Declare.
5660         (newsticker-treeview-tool-bar-map, newsticker-treeview-mode):
5661         Check tool-bar-map is bound, for non-X builds.
5663         * net/newsticker-reader.el (newsticker--next-item-image)
5664         (newsticker--previous-item-image, newsticker--previous-feed-image)
5665         (newsticker--next-feed-image, newsticker--mark-read-image)
5666         (ewsticker--mark-immortal-image, newsticker--narrow-image)
5667         (newsticker--get-all-image, newsticker--update-image)
5668         (newsticker--browse-image): Check xpm images are available.
5669         (newsticker--mark-read-image, newsticker--mark-immortal-image)
5670         (newsticker--narrow-image, newsticker--get-all-image): Doc fix.
5672         * net/newsticker-plainview.el (tool-bar-map): Don't declare.
5673         (newsticker--plainview-tool-bar-map, newsticker-mode):
5674         Check tool-bar-map is bound, for non-X builds.
5675         (w3m-toggle-inline-image): Declare.
5677         * net/newsticker-backend.el (tool-bar-map): Don't declare.
5679         * emacs-lisp/autoload.el (autoload-rubric): Add coding cookie.
5681         * finder.el (finder-font-lock-keywords): Handle ``quotes''.
5682         (finder-compile-keywords): Move let to where needed.
5683         (finder-mouse-face-on-line): Go back one more line if needed.
5684         (finder-list-matches): Use cadr.
5685         (finder-goto-xref): New function.
5686         (finder-commentary): Add buttons to jump to foo.el libraries.
5688 2008-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5690         * apropos.el (apropos-function, apropos-macro, apropos-command)
5691         (apropos-variable, apropos-face, apropos-group, apropos-widget)
5692         (apropos-plist): Add apropos-short-label property.
5693         (apropos-multi-type): New variables.
5694         (apropos-command, apropos-value): Set it.
5695         (apropos-compact-layout): New custom.
5696         (apropos-print, apropos-print-doc): Use it.
5697         (apropos-print): Truncate lines.
5699 2008-06-09  Kenichi Handa  <handa@m17n.org>
5701         * international/fontset.el (font-encoding-alist):
5702         Add an entry for "ascii-0".
5704 2008-06-09  Jihyun Cho  <jihyun.jo@gmail.com>
5706         * language/hanja-util.el (hanja-init-load): Show the message only
5707         when loading a table.
5709 2008-06-08  Ulf Jasper  <ulf.jasper@web.de>
5711         * net/newsticker-treeview.el (newsticker-treeview):
5712         * net/newsticker-plainview.el (newsticker-plainview):
5713         Add autoload cookie.
5715 2008-06-08  Ulf Jasper  <ulf.jasper@web.de>
5717         * net/newsticker.el: Split up into newsticker-backend, -ticker,
5718         -reader, -plainview, and -treeview.
5719         (newsticker-version): Change to 1.99.
5721         * net/newsticker-backend.el: New.  Move backend functionality from
5722         newsticker.el to newsticker-backend.el.
5723         (newsticker--download-logos): New.
5724         (newsticker--sentinel-callback): New.
5725         (newsticker--set-customvar): Remove.  Split up into specific
5726         functions related to retrieval, ticker, buffer, and display.
5727         (newsticker--set-customvar-retrieval): New.  Extracted from
5728         `newsticker--set-customvar'.
5729         (newsticker-retrieval): New.  Renamed from `newsticker-feed'.
5730         (newsticker-url-list-defaults):
5731         Use `newsticker--set-customvar-retrieval' for :set.  Change :group.
5732         (newsticker-url-list): Doc changed.  URL can be a function.
5733         Use `newsticker--set-customvar-retrieval' for :set.  Change :group.
5734         (newsticker-retrieval-method): New.
5735         (newsticker-wget-name, newsticker-wget-arguments): Change :group.
5736         (newsticker-retrieval-interval):
5737         Use `newsticker--set-customvar-retrieval' for :set.  Change :group.
5738         (newsticker-desc-comp-max): Change :group.
5739         (newsticker--cache): Doc changed.
5740         (newsticker--guid-to-string): New.
5741         (newsticker--guid): Use `newsticker--guid-to-string'.
5742         (newsticker--real-feed-name): New.
5743         (newsticker--start-feed): New.  Extracted from `newsticker-start'.
5744         (newsticker-start): Use `insert-file-contents' for reading cache.
5745         Use `newsticker--start-feed'.
5746         (newsticker--stop-feed): New.  Extracted from `newsticker-stop'.
5747         (newsticker-stop): Check whether `newsticker-stop-ticker' is fbound.
5748         Use `newsticker--stop-feed'.
5749         (newsticker-save-item): New.
5750         (newsticker--get-news-by-funcall): New.
5751         (newsticker-get-news): Handle new retrieval methods.
5752         (newsticker--sentinel): Use `newsticker--sentinel-work'.
5753         (newsticker--sentinel-work): New.  Extracted from
5754         `newsticker--sentinel'.  Use `newsticker--download-logos',
5755         `newsticker--sentinel-callback'.
5756         (newsticker--parse-atom-0.3): Use `newsticker--guid-to-string'.
5757         (newsticker--parse-atom-1.0): Fix link determination.
5758         (newsticker--parse-rss-0.91): Fix time determination.
5759         (newsticker--parse-rss-0.92): Fix time determination.
5760         (newsticker--parse-rss-2.0): Use `newsticker--guid-to-string'.
5761         (newsticker--parse-generic-feed): New arg order in
5762         `newsticker--cache-add'.
5763         (newsticker--parse-generic-items): Fix for multiple items.
5764         New arg order in `newsticker--cache-add'.
5765         (newsticker--forget-preformatted): Check whether
5766         `newsticker--buffer-set-uptodate' is fbound.
5767         (newsticker--decode-iso8601-date): Handle fractions of seconds.
5768         (newsticker--decode-rfc822-date): Partial timezone handling.
5769         (newsticker--cache-contains): Fix guid problem.
5770         (newsticker--cache-add): Swap args AGE and TIME.  Fix guid problem.
5771         (newsticker--cache-save): New.
5772         (newsticker--cache-update): Use temp buffer.
5773         (newsticker--stat-num-items): Allow multiple AGE args.
5774         (newsticker--stat-num-items-total): New.
5775         (newsticker--opml-import-outlines): New.
5776         (newsticker-opml-import): Use `newsticker--opml-import-outlines'.
5777         (newsticker--do-run-auto-mark-filter): Doc changed.
5778         (newsticker-retrieve-random-message): New.
5780         * net/newsticker-ticker.el: New.  Move ticker functionality from
5781         net/newsticker.el to net/newsticker-ticker.el.
5782         (newsticker--ticker-timer): Rename `newsticker--display-timer' to
5783         `newsticker--ticker-timer'.
5784         (newsticker-ticker-running-p): Rename `newsticker--display-timer'
5785         to `newsticker--ticker-timer'.
5786         (newsticker--set-customvar-ticker): New.  Extracted from
5787         `newsticker--set-customvar'.
5788         (newsticker-ticker-interval): Rename `newsticker-display-interval'
5789         to `newsticker-ticker-interval'.  Use `newsticker--set-customvar-ticker
5790         for :set.  Change :group.
5791         (newsticker-scroll-smoothly): Doc changed.  Change :group.
5792         (newsticker-hide-immortal-items-in-echo-area)
5793         (newsticker-hide-old-items-in-echo-area)
5794         (newsticker-hide-obsolete-items-in-echo-area):
5795         Use `newsticker--set-customvar-ticker for :set.  Change :group.
5796         (newsticker-start-ticker): Rename `newsticker--display-timer' to
5797         `newsticker--ticker-timer'.  Rename `newsticker-display-interval'
5798         to `newsticker-ticker-interval'.
5799         (newsticker-stop-ticker): Rename `newsticker--display-timer' to
5800         `newsticker--ticker-timer'.
5802         * net/newsticker-reader.el: New.  Move reader functionality from
5803         net/newsticker.el to net/newsticker-reader.el.
5804         (newsticker--set-customvar-formatting): New.  Extracted from
5805         `newsticker--set-customvar'.
5806         (newsticker-reader, newsticker-frontend): New.
5807         (newsticker-enable-logo-manipulations): Change :group.
5808         (newsticker-justification): Use `newsticker--set-customvar-formatting'
5809         for :set.  Change :group.
5810         (newsticker-use-full-width): Use `newsticker--set-customvar-formatting'
5811         for :set.  Change :group.
5812         (newsticker-html-renderer): Doc changed.
5813         Use `newsticker--set-customvar-formatting' for :set.  Change :group.
5814         (newsticker-date-format):
5815         Use `newsticker--set-customvar-formatting' for :set.  Change :group.
5816         (newsticker--insert-enclosure):
5817         Rename `newsticker--buffer-insert-enclosure' to
5818         `newsticker--insert-enclosure'.  Add keymap arg.
5819         (newsticker--print-extra-elements):
5820         Rename `newsticker--buffer-print-extra-elements' to
5821         `newsticker--print-extra-elements'.  Add keymap arg.
5822         (newsticker--do-print-extra-element):
5823         Rename `newsticker--buffer-do-print-extra-element' to
5824         `newsticker--do-print-extra-element'.  Add keymap arg.
5825         (newsticker-show-news): Use `newsticker-frontend'.
5827         * net/newsticker-plainview.el: New.  Move plainview functionality
5828         from net/newsticker.el to net/newsticker-reader.el.
5829         (newsticker-plainview): New.
5830         (newsticker--set-customvar-sorting): New.  Extracted from
5831         `newsticker--set-customvar'.
5832         (newsticker-sort-method): Use `newsticker--set-customvar-sorting
5833         for :set.  Changed :group.
5834         (newsticker-heading-format, newsticker-item-format)
5835         (newsticker-desc-format, newsticker-statistics-format):
5836         Use `newsticker--set-customvar-formatting for :set.  Change :group.
5837         (newsticker-faces): Change :group.
5838         (newsticker-default-face): Enable again.
5839         (newsticker-hide-old-items-in-newsticker-buffer)
5840         (newsticker-show-descriptions-of-new-items):
5841         Use `newsticker--set-customvar-buffer' for :set.  Change :group.
5842         (newsticker-show-all-news-elements): Change :group.
5843         (newsticker-plainview-hooks): New.
5844         (newsticker-select-item-hook, newsticker-select-feed-hook)
5845         (newsticker-buffer-change-hook, newsticker-narrow-hook): Change :group.
5846         (newsticker--plainview-tool-bar-map): Rename `newsticker--tool-bar-map'
5847         to `newsticker--plainview-tool-bar-map'.
5848         (newsticker--url-keymap): Add mouse-1 binding.
5849         (newsticker-plainview): New.
5850         (newsticker-mark-all-items-of-feed-as-read): Change doc.
5851         (newsticker--buffer-do-insert-text): Use renamed
5852         newsticker--[buffer-]insert-enclosure and
5853         newsticker--[buffer-]print-extra-elements.
5854         (newsticker--buffer-set-faces): Use newsticker-default-face.
5856         * net/newsticker-treeview.el: New.
5858 2008-06-08  Andreas Schwab  <schwab@suse.de>
5860         * vc-dispatcher.el (vc-dir-children-marked-p): Fix child check.
5862         * vc-cvs.el (vc-cvs-dir-status): Pass -f to cvs.
5864         * vc-dispatcher.el (vc-dir-move-to-goal-column): Don't move in an
5865         empty line.
5867         * minibuffer.el (minibuffer-message): Bind inhibit-quit around sit-for.
5869 2008-06-08  Martin Rudalics  <rudalics@gmx.at>
5871         * window.el (split-height-threshold, split-width-threshold):
5872         Add choice nil.
5873         (split-window-preferred-function): Allow either nil or a function.
5874         (window--splittable-p, window--try-to-split-window):
5875         Handle changed option values.
5877         (window--frame-usable-p): Handle nil argument.
5879         (display-buffer): Call get-lru-window when pop-up-windows is nil
5880         and window can't be split.
5882 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
5884         * uniquify.el (uniquify-get-proposed-name): Handle remote files.
5886         * net/tramp.el (top): Quote feature names.  Remove
5887         `tramp-rfn-eshadow-setup-minibuffer' from
5888         `rfn-eshadow-setup-minibuffer-hook' when unloading.
5889         (tramp-read-passwd): There is only one call to
5890         `auth-source-user-or-password' needed.  Pacify byte compiler.
5892 2008-06-08  Andreas Schwab  <schwab@suse.de>
5894         * window.el (display-buffer): Use lru window if current window
5895         cannot be split.
5897 2008-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5899         * apropos.el (apropos-library): New command and new button.
5900         (apropos-library-button): New function.
5902         * apropos.el: Remove spurious * in docstrings.
5903         (apropos-label-face): Use variable pitch.
5904         (apropos-print): Use dolist and with-current-buffer.
5905         (apropos-print-doc): Use when.
5907         * window.el (special-display-p, display-buffer):
5908         Fix up C->Elisp transcription error.
5910 2008-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5912         * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
5913         (byte-compile-file): Initialize it.
5914         (byte-compile-nogroup-warn): Keep track of the current group.
5916 2008-06-08  Glenn Morris  <rgm@gnu.org>
5918         * Makefile.in (compile, compile-always, bootstrap-prepare):
5919         Explicitly pass EMACS to sub-makes that use it, for non-GNU makes.
5921 2008-06-07  Jihyun Cho  <jihyun.jo@gmail.com>
5923         * language/hanja-util.el (hanja-init-load): Use a char-table for
5924         hanja-table.
5925         (hangul-to-hanja-char): Adjust for the above change.
5927 2008-06-07  Glenn Morris  <rgm@gnu.org>
5929         * finder.el (finder-compile-keywords): Use lm-keywords-list rather than
5930         lm-keywords.
5932         * mail/sendmail.el (mail-interactive): Add :version.
5934         * term/linux.el (terminal-init-linux): Use gpm-mouse-mode rather than
5935         obsolete alias.
5937         * ediff-merg.el, strokes.el, wid-edit.el, emacs-lisp/lisp-mnt.el:
5938         * emulation/edt-mapper.el, eshell/em-dirs.el, eshell/em-glob.el:
5939         * eshell/em-ls.el, eshell/em-unix.el, eshell/esh-cmd.el:
5940         * eshell/esh-io.el, eshell/esh-opt.el, eshell/esh-test.el:
5941         * eshell/esh-util.el, international/mule-cmds.el:
5942         * international/mule-diag.el, mail/smtpmail.el, net/netrc.el:
5943         * net/tls.el, progmodes/etags.el, textmodes/page-ext.el:
5944         Remove unnecessary eval-when-compiles and eval-and-compiles.
5946         * Makefile.in (bootstrap-clean): Run autogen-clean.
5947         (maintainer-clean): No need to run autogen-clean now it is included in
5948         bootstrap-clean.
5950 2008-06-06  Miles Bader  <miles@gnu.org>
5952         * Makefile.in (ELCFILES): Add gnus/nndir.elc.
5954 2008-06-06  Chong Yidong  <cyd@stupidchicken.com>
5956         * menu-bar.el (menu-bar-options-menu): Add Menu entry for
5957         longlines mode.
5959         * replace.el (replace-search-function)
5960         (replace-re-search-function): New vars.
5961         (perform-replace): Use them.
5963         * longlines.el (longlines-re-search-forward): New function.
5964         (longlines-mode): Bind replace-search-function and
5965         replace-re-search-function, to ensure that replacement commands
5966         treat newlines as spaces.
5967         (longlines-show-effect): Default to a pilcrow sign.
5969 2008-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5971         * help.el (function-called-at-point):
5972         * help-fns.el (variable-at-point): Use emacs-lisp-mode-syntax-table
5973         even when calling find-tag-default.
5975 2008-06-06  Daniel Colascione  <danc@merrillpress.com>
5977         * nxml/nxml-mode.el (nxml-syntax-highlight-flag)
5978         (nxml-fontify-chunk-size, nxml-clear-face, nxml-set-fontified)
5979         (nxml-clear-fontified, nxml-fontify, nxml-fontify1)
5980         (nxml-fontify-buffer, nxml-do-fontify):
5981         Remove obsolete variables and functions.
5982         (nxml-font-lock-keywords, nxml-set-face, nxml-mode)
5983         (nxml-degrade, nxml-after-change, nxml-after-change1)
5984         (nxml-extend-region, nxml-extend-after-change-region)
5985         (nxml-extend-after-change-region1, nxml-fontify-matcher)
5986         (nxml-toggle-char-ref-extra-display): Use font-lock, and
5987         font-lock-extend-region-functions in particular, to fontify
5988         nxml-mode buffers.
5989         (nxml-debug-region): New debugging helper function.
5991         * nxml/nxml-rap.el (nxml-clear-inside, nxml-set-inside)
5992         (nxml-scan-after-change, nxml-move-tag-backwards):
5993         Adapt for font-lock changes.
5995         * nxml/nxml-util.el (nxml-debug, nxml-debug-change)
5996         (nxml-debug-set-inside, nxml-debug-clear-inside):
5997         New debugging functions.
5998         (nxml-with-degradation-on-error): New helper macro.
6000 2008-06-06  Martin Rudalics  <rudalics@gmx.at>
6002         * window.el (display-buffer): Remove dead call to get-lru-window.
6004 2008-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6006         * mail/sendmail.el (mail-interactive): Change default.
6008 2008-06-05  John Paul Wallington  <jpw@pobox.com>
6010         * bindings.el (completion-ignored-extensions):
6011         Add .p64fsl, .d64fsl, and .dx64fsl.
6013 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6015         * ffap.el (ffap-prompter): Don't use the region.
6017 2008-06-05  Sam Steingold  <sds@gnu.org>
6019         * vc-cvs.el (vc-cvs-registered): Consider a directory with a CVS
6020         subdirectory to be registered.
6022 2008-06-05  Martin Rudalics  <rudalics@gmx.at>
6024         * window.el (display-buffer-function, special-display-p)
6025         (special-display-buffer-names, special-display-regexps)
6026         (special-display-function, same-window-p, same-window-buffer-names)
6027         (same-window-regexps, pop-up-frames, display-buffer-reuse-frames)
6028         (pop-up-frame-function, pop-up-windows, even-window-heights)
6029         (split-window-preferred-function, split-height-threshold)
6030         (window--display-buffer-1, display-buffer, pop-to-buffer):
6031         Move from window.c and buffer.c.
6032         (window--splittable-p, window--try-to-split-window)
6033         (window--frame-usable-p, window--display-buffer-2)
6034         (window--even-window-heights): New functions.
6035         (split-width-threshold): New option.
6036         (split-window-preferred-horizontally): Remove.
6038         * cus-start.el: Remove corresponding declarations.
6040 2008-06-05  Sam Steingold  <sds@gnu.org>
6042         * vc.el (vc-update): Use `save-some-buffers' instead of signaling
6043         an error on modified buffers.
6045 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6047         * progmodes/etags.el (tags-verify-table): Be careful to use and update
6048         tags-file-name and tags-table-list from the right buffer.
6049         (tags-table-check-computed-list, tags-table-extend-computed-list)
6050         (find-tag-noselect): Use with-current-buffer.
6052         * emacs-lisp/trace.el (trace-entry-message, trace-exit-message):
6053         Use print-circle.
6055         * minibuffer.el (minibuffer-local-must-match-filename-map):
6056         Declare obsolete alias for the old name.
6058         * abbrev.el (unexpand-abbrev): Better preserve markers.
6060 2008-06-05  Glenn Morris  <rgm@gnu.org>
6062         * emacs-lisp/autoload.el (autoload-rubric): New function,
6063         extracted from autoload-ensure-default-file.
6064         (autoload-ensure-default-file): Use autoload-rubric.
6066         * cus-dep.el (generated-custom-dependencies-file): Doc fix.
6067         (custom-dependencies-no-scan-regexp): New variable.
6068         (custom-make-dependencies): Use with-temp-buffer and autoload-rubric.
6069         Don't scan files matching custom-dependencies-no-scan-regexp.
6070         Disable undo in the output buffer.  Remove kept-new-versions wackiness.
6072         * finder.el (finder-headmark): Initialize and add doc string.
6073         (generated-finder-keywords-file): Doc fix.
6074         (finder-no-scan-regexp): New variable.
6075         (finder-compile-keywords): Use a single let binding.
6076         Disable undo in the output buffer.  Use autoload-rubric.
6077         Use mapc rather than mapcar.  Don't scan files matching
6078         finder-no-scan-regexp.  Use with-temp-buffer.  Use expand-file-name
6079         rather than concat.  Use directory-files to do regexp matching.
6080         No need to require jka-compr.
6081         (finder-list-keywords): Remove un-needed set-buffer.  Disable undo.
6082         (finder-list-matches): Disable undo.
6083         (finder-commentary): Use let rather than let*.  Disable undo.
6084         (finder-current-item): Use zerop.
6085         (finder-mode): Use define-derived-mode.
6086         (finder-exit): Doc fix.  Use dolist.
6088         * Makefile.in ($(lisp)/cus-load.el): Remove unnecessary rule.
6089         (custom-deps): Don't require $(lisp)/cus-load.el.
6090         (custom-deps, finder-data): Don't depend on autoloads.
6091         Should not be needed now, and doing so was causing make install to
6092         re-dump emacs post-bootstrap.
6093         (bootstrap-after): Don't run update-elclist, since modifying Makefile.in
6094         mid-build forces some things to be rebuilt.
6096 2008-06-05  Miles Bader  <miles@gnu.org>
6098         * face-remap.el
6099         (face-remap-add-relative): Renamed from `add-relative-face-remapping'.
6100         (face-remap-remove-relative): Renamed from
6101         `remove-relative-face-remapping'.
6102         (face-remap-reset-base): Renamed from
6103         `set-default-base-face-remapping'.
6104         (face-remap-set-base): Renamed from `set-base-face-remapping'.
6105         (text-scale-increase): Renamed from `increase-buffer-face-height'.
6106         (text-scale-decrease): Renamed from `decrease-buffer-face-height'.
6107         (text-scale-adjust): Renamed from `adjust-buffer-face-height'.
6109         * face-remap.el (variable-pitch-mode): Autoload.
6111 2008-06-04  Sam Steingold  <sds@gnu.org>
6113         * vc-hg.el (vc-hg-status-extra-header, vc-hg-status-extra-headers):
6114         Generate extra status headers for a Mercurial tree.
6116 2008-06-04  John Paul Wallington  <jpw@pobox.com>
6118         * echistory.el (electric-history-map): Define within defvar.
6119         Add docstring.
6121         * font-lock.el (font-lock-turn-off-thing-lock)
6122         (font-lock-after-fontify-buffer, font-lock-after-unfontify-buffer):
6123         Use `bound-and-true-p'.
6124         (cpp-font-lock-keywords-source-directives, cpp-font-lock-keywords):
6125         Doc fixes.
6127         * international/ccl.el (define-ccl-program): Add `doc-string'
6128         declaration.
6130 2008-06-04  Juanma Barranquero  <lekktu@gmail.com>
6132         * face-remap.el (variable-pitch-mode): Reflow docstrings.
6133         (text-scale-mode, adjust-buffer-face-height): Fix typos in docstrings.
6135 2008-06-04  Trent W. Buck  <trentbuck@gmail.com>  (tiny change)
6137         * emacs-lisp/rx.el (rx): Doc fix.
6139 2008-06-04  Markus Triska  <markus.triska@gmx.at>
6141         * image-mode.el (image-mode-map): Add doc-view-inspired bindings.
6143 2008-06-04  Miles Bader  <miles@gnu.org>
6145         * face-remap.el (adjust-buffer-face-height): New function.
6146         Add autoloaded keybindings in ctl-x-map.
6147         (increase-buffer-face-height, decrease-buffer-face-height):
6148         Simplify interactive spec to just "p".  Remove autoloaded keybindings.
6150 2008-06-03  Chong Yidong  <cyd@stupidchicken.com>
6152         * simple.el (line-move-1): If we did not move as far as desired,
6153         ensure that point-left and point-entered hooks are called.
6155 2008-06-03  Sam Steingold  <sds@gnu.org>
6157         * vc-cvs.el (vc-cvs-status-extra-headers): Remove extraneous newlines.
6159 2008-06-03  John Paul Wallington  <jpw@pobox.com>
6161         * progmodes/make-mode.el (makefile-cleanup-continuations)
6162         (makefile-warn-suspicious-lines, makefile-warn-continuations):
6163         Use `derived-mode-p'.
6165 2008-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6167         * Makefile.in (update-elclist): Impose a fixed collation for sorting.
6168         (ELCFILES): Update.
6170 2008-06-03  Miles Bader  <miles@gnu.org>
6172         * face-remap.el: New file.
6173         * Makefile.in (ELCFILES): Add face-remap.elc.
6175 2008-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6177         * progmodes/flymake.el (flymake-process-filter): Make sure the source
6178         buffer isn't dead.
6180         * obsolete/bg-mouse.el, obsolete/float.el, obsolete/hilit19.el,
6181         * obsolete/lselect.el, obsolete/mlsupport.el, obsolete/ooutline.el,
6182         * obsolete/profile.el, obsolete/rsz-mini.el, obsolete/uncompress.el,
6183         * obsolete/auto-show.el, obsolete/hscroll.el:
6184         Remove packages that were obsolete in Emacs-20, or that were obsolete
6185         in Emacs-21 and do not contain any more code.
6187         * vc-dispatcher.el (vc-dir-menu-map-filter): Don't fail if
6188         vc-client-mode is not set.
6190         * image-mode.el (image-mode-map): Suppress key map and bind `q'.
6191         * doc-view.el (doc-view-mode-map): Inherit from image-mode-map.
6193         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords): Try to be
6194         yet a bit more clever at distinguishing / from /.
6196 2008-06-03  Kenichi Handa  <handa@m17n.org>
6198         * Makefile.in (ELCFILES): Add $(lisp)/language/hanja-util.elc.
6200 2008-06-03  Jihyun Cho  <jihyun.jo@gmail.com>
6202         * language/hanja-util.el: New file.
6204 2008-06-03  Glenn Morris  <rgm@gnu.org>
6206         * progmodes/f90.el (f90-typedef-matcher, f90-looking-at-type-like):
6207         Check that end-of-word follows "type".
6209 2008-06-02  Daiki Ueno  <ueno@unixuser.org>
6211         * epa-file.el (epa-file-write-region): Write the entire buffer
6212         content if START is nil.
6214 2008-06-01  Thomas Morgan  <tlm@thomasmorgan.net>  (tiny change)
6216         * select.el (x-get-selection): Fix typo.
6218 2008-06-01  Juanma Barranquero  <lekktu@gmail.com>
6220         * descr-text.el (describe-text-sexp): Use `string-match-p'.  Simplify.
6221         (describe-char): Use `looking-at-p', `string-match-p' when possible.
6223 2008-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6225         * tar-mode.el (tar-header-block-summarize): Ensure one space around
6226         user&group.
6228 2008-05-31  John Paul Wallington  <jpw@pobox.com>
6230         * help-fns.el (describe-variable-custom-version-info):
6231         Handle dotted `package-version' info.
6233 2008-05-31  Juanma Barranquero  <lekktu@gmail.com>
6235         * icomplete.el (icomplete-get-keys): Doc fix.  Use `when'.
6237 2008-05-31  Dan Nicolaescu  <dann@ics.uci.edu>
6239         * vc-cvs.el (vc-cvs-after-dir-status): Support spaces in file
6240         names and improve support for unregistered files.
6242 2008-05-31  Glenn Morris  <rgm@gnu.org>
6244         * Makefile.in (compile-last): Replace tr in `els' assignment with sed.
6245         Remove shell variable `elc'.  Split tests to hopefully be more portable.
6246         Fix `sel' assignment.
6248 2008-05-30  Juanma Barranquero  <lekktu@gmail.com>
6250         * minibuffer.el (completion-table-dynamic): Doc fix.
6252 2008-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6254         * vc-cvs.el (vc-cvs-state-heuristic, vc-cvs-parse-status):
6255         Try and return `unregistered' when applicable.
6257         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
6258         Don't encourage naming variables with "-flag".
6260 2008-05-30  Glenn Morris  <rgm@gnu.org>
6262         * Makefile.in (update-elclist): Hide the warning when it does not apply,
6263         make it milder when it does.
6264         (autogen-clean): New target.
6265         (maintainer-clean): Use autogen-clean.
6267         * calendar/diary-lib.el (diary-display-function): New name for
6268         diary-display-hook.  Keep old name as obsolete alias.  Doc fix.
6269         Change custom type and version.
6270         (diary-list-entries-hook, diary-list-entries, diary-simple-display)
6271         (diary-fancy-display): Doc fixes.
6272         (diary-list-entries, diary-include-other-diary-files)
6273         (diary-mail-entries):
6274         Use diary-display-function rather than diary-display-hook.
6276         * calendar/appt.el (appt-check): Use diary-display-function rather than
6277         diary-display-hook.
6278         * calendar/cal-x.el (calendar-dedicate-diary): Update for
6279         diary-display-function replacing diary-display-hook.
6280         * org/org-agenda.el (org-get-entries-from-diary): Also set
6281         diary-display-function.
6283         * calendar/cal-html.el (cal-html-list-diary-entries):
6284         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
6285         * calendar/cal-tex.el (cal-tex-list-diary-entries): Use LIST-ONLY
6286         argument of diary-list-entries rather than setting diary-display-hook.
6288 2008-05-30  Kenichi Handa  <handa@m17n.org>
6290         * international/mule-conf.el (utf-8-with-signature): Renamed from
6291         utf-8-sig.
6292         (utf-8-auto): Adjusted for the above change.
6294         * international/mule-diag.el (describe-font): Don't check fontset
6295         here, and just call font-info.  Get the default font by from the
6296         default face.
6298 2008-05-29  Kenichi Handa  <handa@m17n.org>
6300         * international/mule-conf.el (utf-8-sig, utf-8-auto):
6301         New coding systems.
6303         * international/mule.el (define-coding-system): Accept :bom for utf-8.
6305 2008-05-29  Espen Wiborg  <espen.wiborg@telio.no>  (tiny change)
6307         * international/utf-7.el (utf-7-encode): Use the right escape char
6308         depending on imap/nonimap encoding.
6310 2008-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6312         * minibuffer.el (completion-pcm-all-completions): Add the base-size.
6314 2008-05-29  Juanma Barranquero  <lekktu@gmail.com>
6316         * icomplete.el (icomplete-prospects-height): Add :group.
6318 2008-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6320         * icomplete.el (icomplete-prospects-length): Make obsolete.
6321         (icomplete-prospects-height): New var.
6322         (icomplete-completions): Use it.
6324 2008-05-29  David Kastrup  <dak@gnu.org>
6326         * autoinsert.el (auto-insert): Add :link.
6328 2008-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6330         * tar-mode.el (tar-header): New field `header-start'.
6331         (tar-header-block-tokenize): Set it when useful.
6332         Drop "GNUtar " magic value, which even GNU Tar doesn't know about.
6333         (tar-header-data-end): New function.
6334         (tar-summarize-buffer): Use it.
6335         (tar-next-line): Fix goal column for long usernames.
6336         (tar-expunge-internal): Use header-start.
6337         (tar-rename-entry): Handle ustar-style long names.
6338         (tar-alter-one-field): Add optional `descriptor' argument.
6339         (tar-subfile-save-buffer): Use it.
6341 2008-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6343         * tar-mode.el (tar-header): New field `header-start'.
6344         (tar-header-block-tokenize): Set header-start for longlink entries.
6345         (tar-expunge-internal): Use header-start to expunge longlink entries.
6347         * files.el (hack-local-variables): Don't signal an error if the local
6348         variable section is not properly terminated.
6350         * emacs-lisp/easymenu.el (easy-menu-convert-item)
6351         (easy-menu-convert-item-1): Move the duplicate-generation outside of
6352         the caching so it also works for identical entries.
6354         * tar-mode.el (tar-summarize-buffer): Fix reporter initialization.
6355         (tar-mode): Use write-region-annotate-functions rather than
6356         write-contents-functions.
6357         (tar-extract): Remove unused var `pos'.
6358         (tar-subfile-save-buffer): Remove unused var `following-descs'.
6359         (tar-mode-write-file): Remove.
6360         (tar-write-region-annotate): New function.
6362         * progmodes/flymake.el (flymake-save-buffer-in-file):
6363         * shadowfile.el (shadow-copy-file):
6364         * arc-mode.el (archive-*-write-file-member):
6365         * files.el (diff-buffer-with-file):
6366         * subr.el (with-temp-file): Pass nil to write-region.
6367         * jka-compr.el (jka-compr-write-region): Preserve `start's nullness.
6369         * doc-view.el (doc-view-mode-map): Bind `q' to quit-window, as is
6370         the custom.
6372         * files.el (basic-save-buffer-2): Pass nil rather than (point-min)
6373         to write-region.
6375 2008-05-28  Glenn Morris  <rgm@gnu.org>
6377         * Makefile.in (update-elclist): Work around non-portability of "\"
6378         in various implementations of echo.
6380 2008-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6382         * international/mule-diag.el (describe-current-coding-system):
6383         Don't assume selection-coding-system is always defined.
6385         * tar-mode.el: Use defstruct and markers.
6386         (tar-setf): Remove.
6387         (tar-header): Use defstruct.  Add `data-start' field.
6388         (make-tar-desc, tar-desc-tokens): Remove, folded into tar-header.
6389         (tar-desc-data-start): Remove (now called tar-header-data-start).
6390         (tar-roundup-512): New fun.
6391         (tar-header-block-tokenize): Receive a buffer position rather than
6392         a string.  Handle @longLink here, be more careful about it.
6393         Create a marker for data-start.
6394         (tar-summarize-buffer): Don't handle @LongLink here any more.
6395         (tar-expunge-internal, tar-subfile-save-buffer): Don't update
6396         data-start on the following entries any more.
6397         (tar-chown-entry, tar-chgrp-entry): Use read-number.
6399         * tar-mode.el: Use buffer-swap-text to separate summary and raw data.
6400         (tar-header-offset): Remove.
6401         (tar-parse-info, tar-header-offset, tar-file-name-coding-system):
6402         Not permanent any more.
6403         (tar-data-buffer): New var.
6404         (tar-data-swapped-p, tar-change-major-mode-hook)
6405         (tar-mode-kill-buffer-hook): New funs.
6406         (tar-untar-buffer, tar-summarize-buffer, tar-mode, tar-mode-revert)
6407         (tar-extract, tar-copy, tar-expunge-internal, tar-expunge)
6408         (tar-clear-modification-flags, tar-alter-one-field)
6409         (tar-subfile-save-buffer, tar-pad-to-blocksize, tar-mode-write-file):
6410         Change accordingly.
6412 2008-05-27  Dan Nicolaescu  <dann@ics.uci.edu>
6414         * vc-dispatcher.el (vc-directory-resynch-file): Rename to ...
6415         (vc-dir-resynch-file): ... this.  Update callers.
6416         Use vc-string-prefix-p.  Ignore directory args.
6417         (vc-string-prefix-p): CSE.
6418         (vc-resynch-buffer): Restore conditional.
6420         * vc-hooks.el (vc-after-save): Improve test.
6421         (vc-mode-line): Fix indentation.
6423 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
6425         * calendar/parse-time.el (parse-time-months)
6426         (parse-time-weekdays): Add long-form month and day names.
6428 2008-05-27  Glenn Morris  <rgm@gnu.org>
6430         * Makefile.in (update-elclist): Make errors in final sed non-fatal.
6432 2008-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6434         * vc-dispatcher.el (vc-string-prefix-p): New function.
6435         (vc-dir-parent-marked-p): Use it.
6437 2008-05-27  Dan Nicolaescu  <dann@ics.uci.edu>
6439         * vc.el (Problems): Remove fixed issues.
6440         (vc-expand-dirs): Avoid returning directories.
6441         (vc-dir): Fix C-x v v binding.
6442         (vc-make-backend-object): Fix name.
6443         (vc-dir-show-fileentry): Fix docstring.
6444         (vc-dir-refresh): Use vc-dir-backend.  Fix docstring.
6445         (vc-dir-refresh-files): Use vc-dir-backend.  Fix docstring.
6446         Reset the state for directories.
6447         (vc-dir-headers): Align labels.
6448         (vc-default-status-printer): Do no call prettify-state-info.
6449         (vc-deduce-fileset): Replace implementation with one based on a
6450         working older version.
6451         (vc-next-action): Use the new form of vc-deduce-fileset.
6452         Fix dealing with unregistered files.
6454         * vc-dispatcher.el (vc-resynch-window): Fix mode-line updating.
6455         (vc-dir-menu-map): Fix menu title for the menu bar and the popup menu.
6456         (vc-dir-child-files): New function.
6457         (vc-dir-node-directory): New function.
6458         (vc-dir-update, vc-dir-parent-marked-p)
6459         (vc-dir-children-marked-p, vc-dir-mark-all-files)
6460         (vc-dir-marked-only-files, vc-dispatcher-selection-set): Use it.
6462         * vc-cvs.el (vc-cvs-status-extra-headers): Align labels.
6464 2008-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6466         * diff-mode.el (diff-context-mid-hunk-header-re): New const.
6467         (diff-font-lock-keywords, diff-context->unified)
6468         (diff-reverse-direction, diff-fixup-modifs, diff-sanity-check-hunk)
6469         (diff-hunk-text, diff-find-source-location): Use it.
6470         (diff-post-command-hook): Let the user edit the hunk headers.
6472 2008-05-26  Andreas Schwab  <schwab@suse.de>
6474         * vc.el (vc-default-prettify-state-info): Fix formatting of an
6475         unknown state.
6477         * tar-mode.el (tar-summarize-buffer): Comment fix.
6479 2008-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6481         * tar-mode.el (tar-summarize-buffer): Handle GNU Tar @LongLink format.
6483 2008-05-26  Glenn Morris  <rgm@gnu.org>
6485         * calendar/cal-hebrew.el (diary-ordinal-suffix): Declare for compiler.
6487 2008-05-25  John Paul Wallington  <jpw@pobox.com>
6489         * proced.el (proced-next-line, proced-previous-line):
6490         Avoid calling `next-line' and `previous-line' from Lisp code.
6492 2008-05-25  Ed Reingold  <reingold@emr.cs.iit.edu>
6494         * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
6495         Use diary-ordinal-suffix.
6497 2008-05-24  Juanma Barranquero  <lekktu@gmail.com>
6499         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-defs)
6500         (edebug-all-forms, edebug-eval-macro-args, edebug-save-windows)
6501         (edebug-save-displayed-buffer-points, edebug-initial-mode)
6502         (edebug-trace, edebug-test-coverage, edebug-continue-kbd-macro)
6503         (edebug-print-length, edebug-print-level, edebug-print-circle)
6504         (edebug-unwrap-results, edebug-on-error, edebug-on-quit)
6505         (edebug-global-break-condition, edebug-sit-for-seconds):
6506         Remove spurious * from defcustom docstrings.
6507         (edebug-unwrap*, edebug-signal, edebug-eval-display):
6508         Improve argument/docstring consistency.
6509         (edebug-test-coverage, edebug-gensym, edebug-read)
6510         (edebug-top-level-nonstop, edebug-eval-result-list)
6511         (edebug-eval-redisplay, edebug-trace): Fix typos in docstring.
6512         (edebug-eval-defun, edebug-eval-top-level-form, edebug)
6513         (edebug-display-freq-count): Reflow docstrings.
6514         (edebug-restore-status): Doc fix.
6516 2008-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6518         * proced.el (proced-header-line): Use the :align-to 0 feature
6519         rather than computing the corresponding position manually.
6520         (proced-update): Don't hardcode point-min==1.
6522 2008-05-24  Alan Mackenzie  <acm@muc.de>
6524         * progmodes/cc-mode.el (c-postprocess-file-styles): Throw an error
6525         if c-file-style is set to a non-string.
6527         (c-neutralize-CPP-line): Surround by `save-excursion'.
6528         (c-neutralize-syntax-in-CPP): Optimize for speed.
6530 2008-05-24  Glenn Morris  <rgm@gnu.org>
6532         * Makefile.in (update-elclist): New target, to update ELCFILES.
6533         (bootstrap-after): Run update-elclist.
6535 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
6537         * icalendar.el (icalendar-version): Increase to "0.19".
6538         (icalendar--date-style): New function.
6539         (icalendar--datetime-to-diary-date): Doc fix.
6540         Use icalendar--date-style.
6541         (icalendar--datestring-to-isodate): Doc fix.  Handle iso date style.
6542         (icalendar--convert-yearly-to-ical)
6543         (icalendar--convert-recurring-to-diary): Handle iso date style,
6544         use icalendar-date-style.
6546 2008-05-23  Dan Nicolaescu  <dann@ics.uci.edu>
6548         * vc.el (vc-delete-file): Make sure the buffer is deleted and
6549         vc-dir buffers are updated.
6551 2008-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6553         * vc.el (vc-delete-file): Don't try to resynch the buffer.
6555 2008-05-23  Paul Rivier  <paul.r.ml@gmail.com>
6557         * textmodes/reftex-vars.el (reftex-extra-bindings-prefix): New var.
6558         * textmodes/reftex.el (reftex-extra-bindings-map): New var.
6559         (reftex-extra-bindings): Use it.
6561         * progmodes/mixal-mode.el (mixal-mode-map): Move key-bindings
6562         away from the user-reserved keys.
6564         * progmodes/ada-mode.el (ada-mode-extra-map, ada-mode-extra-prefix):
6565         New vars.
6566         (ada-create-keymap): Use them.
6568 2008-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6570         * emacs-lisp/regexp-opt.el (regexp-opt): Always return
6571         a properly-grouped regexp.
6573 2008-05-23  Juanma Barranquero  <lekktu@gmail.com>
6575         * progmodes/cap-words.el (capitalized-words-mode):
6576         Fix typos in docstring.
6578 2008-05-23  Kenichi Handa  <handa@m17n.org>
6580         * international/mule-conf.el: Don't define the charset `emacs'
6581         here, just put :docstring, :short-name, and :long-name.
6583 2008-05-22  Kenichi Handa  <handa@m17n.org>
6585         * international/mule-diag.el (font-show-log): Limit each listing
6586         to 20 items.
6588 2008-05-23  Nick Roberts  <nickrob@snap.net.nz>
6590         * progmodes/gdb-ui.el (gdb-enable-debug): New function.
6591         (gdb-annotation-rules): New entry for "thread-changed".
6592         (gdb-thread-changed): New function.
6594 2008-05-23  Glenn Morris  <rgm@gnu.org>
6596         * Makefile.in (SOURCES): Remove, unused.
6597         (lisptagsfiles1, lisptagsfiles2): Use '*' rather than '[a-zA-Z]*'.
6598         (TAGS, TAGS-LISP): Use a single rule with multiple targets.
6599         Exclude more '*loaddefs' files.
6600         (compile-always): Simplify '.elc' deletion.
6602 2008-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6604         * vc-bzr.el (vc-bzr-annotate-time): Reduce memory allocation.
6605         (vc-bzr-revision-completion-table): Handle `boundaries' argument.
6607         * minibuffer.el (completion-boundaries): Change calling
6608         convention, so `string' has the same semantics as in
6609         try-completion and all-completions.
6610         (completion-table-with-context, completion--embedded-envvar-table)
6611         (completion--file-name-table)
6612         (completion-pcm--find-all-completions): Adjust code accordingly.
6614 2008-05-22  Chong Yidong  <cyd@stupidchicken.com>
6616         * image-mode.el (image-mode-winprops): Add argument CLEANUP to
6617         prune image-mode-winprops-alist, preventing it from growing
6618         indefinitely.
6619         (image-mode-reapply-winprops): Use it.
6621 2008-05-22  Teodor Zlatanov  <tzz@lifelogs.com>
6623         * net/netrc.el (netrc-machine): Always match if the port is not given.
6625 2008-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6627         * minibuffer.el (completion-pcm--find-all-completions):
6628         Don't add pseudo-completions.
6630         * icomplete.el (icomplete-eoinput): Remove.
6631         (icomplete-overlay): New var to replace it.
6632         (icomplete-tidy): Rewrite.
6633         (icomplete-exhibit): Use an overlay.
6634         (icomplete-completions): Use completion-all-sorted-completions.
6635         Obey completion-ignore-case.
6637         * files.el (locate-dominating-file): Accept non-existing argument.
6638         (project-find-settings-file): Rewrite, using locate-dominating-file.
6640 2008-05-22  Kenichi Handa  <handa@m17n.org>
6642         * faces.el (font-weight-table, font-slant-table, font-width-table):
6643         Delete them.  Don't call internal-set-font-style-table.
6645         * international/mule-diag.el (font-show-log): New function.
6647         * international/fontset.el (script-representative-chars): Add more
6648         chars for latin.  Add data for symbol.
6649         (setup-default-fontset): Add entries for phonetic, armenian, and symbol.
6651 2008-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6653         * minibuffer.el (completion-all-sorted-completions): New var.
6654         (completion--flush-all-sorted-completions)
6655         (completion-all-sorted-completions): New functions.
6656         (minibuffer-force-complete): New command.
6658 2008-05-21  Glenn Morris  <rgm@gnu.org>
6660         * files.el (c-postprocess-file-styles): Declare for compiler.
6662         * Makefile.in: Allow for parallel byte-compiling.
6663         (ELCFILES): New variable.
6664         (.el.elc): Remove prerequisites from suffix rule.  Print a message.
6665         (compile-first, compile-main, compile-last): New targets.
6666         (compile-always): Simplify - delete .elc files, then `make compile'.
6668         * Makefile.in (compile-calc): Use glob rather than find.
6669         ($(lisp)/progmodes/cc-mode.elc): Use $@.
6671         * eshell/esh-module.el: No need for cl when compiling.
6673         * eshell/eshell.el (eshell-defgroup): New alias.
6674         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
6675         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
6676         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
6677         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
6678         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
6679         * eshell/em-xtra.el: Use eshell-defgroup rather than defgroup.
6680         Autoload the custom group.  Set generated-autoload-file.
6681         * eshell/em-basic.el, eshell/esh-module.el: Require eshell,
6682         for eshell-defgroup.
6683         * eshell/esh-module.el (eshell-load-defgroups): Remove.
6684         Require esh-groups rather than loading it.
6686 2008-05-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6688         * proced.el (proced-header-line): New variable and new function.
6689         (proced-mode): Set header-line-format.
6690         (proced-update): Set proced-header-line.
6691         (proced-send-signal): Use proced-header-line.
6693 2008-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6695         * macros.el (insert-kbd-macro): Use prin1-char.
6697 2008-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6699         * minibuffer.el (completion-boundaries): New function.
6700         (completion--some): Delay errors.
6701         (complete-with-action, completion-table-with-context):
6702         Handle `boundaries' case.
6703         (completion--try-word-completion): Avoid partial-completion
6704         when the user hasn't entered anything yet.
6705         (minibuffer-local-map, minibuffer-local-filename-completion-map)
6706         (minibuffer-local-must-match-map, minibuffer-local-completion-map)
6707         (minibuffer-local-must-match-filename-map, minibuffer-local-ns-map):
6708         Setup default keybindings.
6709         (completion--embedded-envvar-re): New var.
6710         (completion--embedded-envvar-table): Use it.  Handle `boundaries' case.
6711         (completion--file-name-table): Handle `boundaries' case.
6712         (completion-pcm--pattern->regex): Avoid pathological backtracking.
6713         (completion-pcm--all-completions): Add a `prefix' arg.
6714         (completion-pcm--find-all-completions): New function.
6715         (completion-pcm-all-completions, completion-pcm-try-completion):
6716         Use it.
6718         * icomplete.el (icomplete-completions): Don't use `predicate' with
6719         a table of a different type than `candidates'.
6721 2008-05-20  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6723         * proced.el (proced-goal-column): Rename from proced-procname-column.
6724         (proced-goal-header-re): Rename from proced-procname-column-regexp.
6725         (proced-move-to-goal-column): Rename from proced-move-to-procname.
6726         (proced-header-face, proced-header-regexp): Remove.
6727         (proced-font-lock-keywords): Remove proced-header-face.
6728         (proced-header-alist, proced-sorting-schemes-re): New variables.
6729         (proced): Rename Proced buffer to *Proced*.
6730         (proced-next-line, proced-previous-line): New commands.
6731         (proced-do-mark, proced-do-mark-all, proced-toggle-marks)
6732         (proced-hide-processes): Do not treat first line as special.
6733         (proced-header-space): New function.
6734         (proced-update): Use header-line-format.
6735         Initialize proced-header-alist and proced-sorting-schemes-re.
6736         Set proced-goal-column.  Include proced-command in mode-name.
6737         (proced-send-signal): Use header-line-format for *Marked
6738         Processes* buffer.
6739         (proced-sort): Restrict minibuffer completion to applicable
6740         sorting schemes.
6741         (proced-sorting-scheme-p): Use proced-sorting-schemes-re.
6743 2008-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6745         * icomplete.el (icomplete-simple-completing-p):
6746         Allow icomplete-with-completion-tables to say "use it everywhere".
6747         (icomplete-completions): Obey completion-styles.  Try to accommodate
6748         partial-completion style.
6750 2008-05-20  Michael Olson  <mwolson@gnu.org>
6752         * files.el (project-find-settings-file): Change concat to
6753         expand-file-name.
6755 2008-05-19  Tom Tromey  <tromey@redhat.com>
6757         * files.el (normal-mode): Call hack-project-variables.
6758         (hack-local-variables-confirm): Add 'project' argument.
6759         (hack-local-variables-apply): New function.
6760         (hack-local-variables): Use it.
6761         (project-class-alist, project-directory-alist): New variables.
6762         (project-get-alist): New function.
6763         (project-collect-bindings-from-alist)
6764         (project-collect-binding-list, set-directory-project)
6765         (project-find-settings-file, project-define-from-project-file)
6766         (hack-project-variables): New functions.
6768 2008-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6770         * emacs-lisp/cl-specs.el (destructuring-bind): Fix spec.
6772 2008-05-19  Juanma Barranquero  <lekktu@gmail.com>
6774         * faces.el (font-weight-table): Fix typo in docstring.
6776 2008-05-18  David Hull  <david@snap.com>  (tiny change)
6778         * vc-hg.el (vc-hg-annotate-re): Recognize the output of --follow.
6779         (vc-hg-annotate-command): Allow white space before version number.
6781 2008-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
6783         * calc/calc-yank.el (calc-register-alist): New variable.
6784         (calc-set-register, calc-get-register, calc-copy-to-register)
6785         (calc-insert-register, calc-add-to-register, calc-append-to-register)
6786         (calc-prepend-to-register): New functions.
6788         * calc/calc-ext.el (calc-init-extensions): Add keybindings for
6789         `calc-copy-to-register' and `calc-insert-register'.
6790         Autoload new register functions.
6792         * calc/calc-help.el (calc-r-prefix-help): Add help for register
6793         functions.
6795 2008-05-18  Dan Nicolaescu  <dann@ics.uci.edu>
6797         * vc.el (Todo): Add known problems.
6798         (vc-dir-backend): New variable.
6799         (vc-dir): Set it.
6800         (vc-make-backend-object, vc-generic-status-printer)
6801         (vc-generic-state, vc-generic-status-fileinfo-extra)
6802         (vc-dir-extra-menu): Use it.
6803         (vc-generic-dir-headers): Remove, unused.
6805         * vc-dispatcher.el (vc-dir-previous-directory): Rename from
6806         vc-dir-prev-directory for consistency with vc-dir-previous-line.
6807         (vc-dir-mode-map): Fix bindings.
6809         * vc-bzr.el (vc-bzr-after-dir-status): Remove unused binding.
6811 2008-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
6813         * calc/calc-yank.el (calc-kill): Make sure that only the stack is
6814         operated on.
6815         (calc-kill-region): Kill entire lines.
6817 2008-05-17  Glenn Morris  <rgm@gnu.org>
6819         * ezimage.el (ezimage-use-images): Drop support for Emacs < 21 and
6820         simplify initial value.
6821         (defezimage): Drop support for Emacs without defimage, use a featurep
6822         test rather than fboundp when defining, drop with-no-warnings.
6823         (ezimage-insert-over-text): Move featurep test inside
6824         add-text-properties.
6826         * elide-head.el (elide-head-headers-to-hide): Handle GPLv3 format.
6828         * net/tramp.el (top-level): Load auth-source when compiling.
6830         * progmodes/fortran.el (fortran-font-lock-keywords-2): Add .eqv., .neqv.
6832 2008-05-17  Andreas Schwab  <schwab@suse.de>
6834         * vc-dispatcher.el (vc-dir-mode-map): Fix M-down and M-up binding.
6836 2008-05-17  Dan Nicolaescu  <dann@ics.uci.edu>
6838         * vc.el (vc-annotate-show-diff-revision-at-line): Change
6839         vc-diff-internal arg to match what vc-deduce-fileset returns now.
6841 2008-05-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6843         * menu-bar.el (menu-bar-select-buffer): Reinsert it as msb.el uses it.
6845 2008-05-17  Jim Meyering  <meyering@redhat.com>
6847         * ido.el (ido-save-history): Do not emit a trailing newline at the
6848         end of the ido history file.
6850 2008-05-16  John Paul Wallington  <jpw@pobox.com>
6852         * vc-dispatcher.el (top-level): Revert previous change: require cl
6853         when compiling.
6855 2008-05-16  Eric S. Raymond  <esr@snark.thyrsus.com>
6857         * vc.el (vc-default-status-printer)
6858         (vc-default-prettify-state-info): Enhance the state prettyprinter
6859         to deal better with unknown states and indirect through it when
6860         painting vc-dir buffers.
6862 2008-05-16  John Paul Wallington  <jpw@pobox.com>
6864         * vc-dispatcher.el (top-level): Don't require cl when compiling.
6865         (vc-dir-mode-map): Fix backquote.
6866         (vc-at-event): Doc fix.  Use `make-symbol' instead of `gensym'.
6868 2008-05-16  Michael Albinus  <michael.albinus@gmx.de>
6870         * net/tramp.el (tramp-handle-write-region): Fix check for short track.
6871         Reported by Glenn Morris <rgm@gnu.org>.
6873 2008-05-16  Eric S. Raymond  <esr@snark.thyrsus.com>
6875         * vc.el: Remove my analysis of SCCS/RCS concurrency issues from
6876         the end of the file, it was good work at one time but has been
6877         stale since 1995 and may now be actively misleading.
6878         * vc-cvs.el (vc-cvs-status-extra-headers): Extract and display the
6879         CVS repository and module (assumptions for the latter a bit iffy).
6880         * vc-svn.el (vc-svn-status-extra-headers): Extract and display the
6881         SVN repository.
6883 2008-05-16  Juanma Barranquero  <lekktu@gmail.com>
6885         * vc-rcs.el (vc-rcs-create-tag):
6886         * vc-sccs.el (vc-sccs-create-tag):
6887         Fix typo in error message and pass backend arg.
6889 2008-05-15  Michael Albinus  <michael.albinus@gmx.de>
6891         * net/tramp.el (tramp-file-name-for-operation): Add `make-temp-name'.
6893 2008-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
6895         * net/tramp.el: Load auth-source library.
6896         (tramp-read-passwd): Use it for password, not login.
6898 2008-05-15  Shigeru Fukaya  <shugeru.fukaya@gmail.com>
6900         * ses.el (ses-goto-print): Use move-to-column rather than forward-char.
6901         (ses-print-cell): Use string-width, truncate-string-to-width,
6902         delete-region rather than length, substring, delete-char.
6903         (ses-setup): Set inhibit-point-motion-hooks to t.
6904         Calculate position by actually moving point rather than just using
6905         unibyte character length.
6906         (ses-mode): Set indent-tabs-mode to nil.
6907         (ses-center): Use string-width rather than length.
6909 2008-05-15  Eric S. Raymond  <esr@snark.thyrsus.com>
6911         * vc-cvs.el, vc-git.el, vc-hg.el, vc-hooks.el, vc-mcvs.el,
6912         * vc-rcs.el, vc-sccs.el, vc-svn.el, vc.el:
6913         Rename vc-*-create-snapshot and vc-*-retrieve-snapshot to
6914         vc-*-create-tag and vc-*-retrieve-tag respectively.
6916         * vc-dispatcher.el: Fix an incorrect buffer name and remove an
6917         unneeded defalias.
6919         * vc.el, vc-dispatcher.el (vc-dir-menu-map-filter): Move.
6921         * vc.el, vc-dispatcher.el (vc-dir-menu-map): Remove assumption
6922         about buffer names.
6924 2008-05-15  Glenn Morris  <rgm@gnu.org>
6926         * vc-hooks.el (vc-directory-resynch-file): Fix declaration.
6928         * org/org-exp.el (org-infojs-options-inbuffer-template):
6929         Fix declaration.
6931         * progmodes/cc-mode.el (declare-function): Add compat definition.
6932         (awk-mode-syntax-table, c-awk-unstick-NL-prop): Declare for compiler.
6934 2008-05-14  Eric S. Raymond  <esr@snark.thyrsus.com>
6936         * vc-dispatcher.el (vc-dispatcher-selection): Change the returned
6937         list to a cons so the caller can get back both expanded and
6938         unexpanded filesets.
6939         * vc.el (vc-deduce-fileset, vc-next-action, vc-diff-internal)
6940         (vc-merge, vc-version-diff, vc-print-log, vc-revert, vc-rollback):
6941         Change handling of selection-set returns as required.
6943 2008-05-15  John Paul Wallington  <jpw@pobox.com>
6945         * add-log.el (top-level): Don't require cl when compiling.
6947         * arc-mode.el (archive-add-new-member): Use `derived-mode-p'.
6948         (archive-*-extract): Use `zerop'.
6949         (archive-*-write-file-member): Use `or', use `zerop'.
6951         * diff-mode.el (diff-current-defun): Use `buffer-local-value'.
6953         * ibuffer.el (ibuffer-assert-ibuffer-mode): New defsubst.
6954         (ibuffer-mark-interactive, ibuffer-set-mark)
6955         (ibuffer-insert-buffer-line, ibuffer-redisplay-current)
6956         (ibuffer-map-lines, ibuffer-switch-format)
6957         (ibuffer-update-title-and-summary)
6958         (ibuffer-redisplay-engine): Use it.
6960         * ibuf-ext.el (ibuffer-interactive-filter-by-mode)
6961         (ibuffer-set-filter-groups-by-mode, ibuffer-list-buffer-modes)
6962         (define-ibuffer-filter mode, define-ibuffer-filter used-mode)
6963         (define-ibuffer-sorter major-mode, ibuffer-mark-unsaved-buffers)
6964         (ibuffer-mark-read-only-buffers)
6965         (ibuffer-mark-dired-buffers): Use `buffer-local-value'.
6967         * ibuf-macs.el (ibuffer-aif, ibuffer-awhen, ibuffer-save-marks)
6968         (define-ibuffer-column, define-ibuffer-sorter)
6969         (define-ibuffer-op, define-ibuffer-filter): Add declarations
6970         containing indentation specs, replacing equivalent top-level
6971         forms that set `lisp-indent-function' properties.
6972         (define-ibuffer-op): Use `derived-mode-p'.
6973         (define-ibuffer-filter): Remove redundant `concat' call.
6975 2008-05-14  Michael Albinus  <michael.albinus@gmx.de>
6977         * net/tramp.el (tramp-echo-mark): Update docstring.
6978         (tramp-echo-mark-marker): New defconst.
6979         (tramp-check-for-regexp): Use it.
6981 2008-05-14  Eric S. Raymond  <esr@snark.thyrsus.com>
6983         * vc.el (vc-deduce-fileset): Do the right thing when visiting a
6984         buffer (say, a log buffer or diff buffer) with a vc-dir buffer
6985         as parent.
6987 2008-05-14  John Paul Wallington  <jpw@pobox.com>
6989         * international/mule.el (convert-define-charset-argument):
6990         Remove period from end of error message.
6991         (coding-system-mnemonic): Doc fix.
6992         (ctext-pre-write-conversion): Doc fix.
6994 2008-05-14  Simon Marshall  <simon@gnu.org>
6996         * obsolete/fast-lock.el (fast-lock-cache-directories): Remove "."
6997         from its default value and give it the risky-local-variable
6998         property (CVE-2008-2142).
7000 2008-05-14  Kenichi Handa  <handa@m17n.org>
7002         * language/korean.el ("Korean"): Set `iso639-language'
7003         property to `ko'.
7005         * language/japanese.el ("Japanese"): Set `iso639-language'
7006         property to `ja'.
7008         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
7009         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK")
7010         ("Chinese-GB18030"): Set `iso639-language' property to `zh'.
7012         * international/mule-cmds.el (set-language-environment):
7013         Set current-iso639-language.
7015         * international/fontset.el (setup-default-fontset): For kana, han,
7016         hangul, and cjk-misc, move an entry with font-spec at the end.
7017         (generate-fontset-menu): Exclude fontset-auto* from the list.
7019         * composite.el (compose-chars-after): Assume that WINDOW is always
7020         non-nil.
7022         * faces.el (font-weight-table, font-slant-table)
7023         (font-swidth-table): Declare them by defconst.  Change the format
7024         of elements.  Call internal-set-font-style-table after their
7025         declaration.
7026         (face-valid-attribute-values): Call font-family-list.  Get values
7027         for width, weight, and slant from font-xxx-table.
7029         * cus-face.el (custom-face-attributes): Add "thin" for :weight.
7031 2008-05-13  John Paul Wallington  <jpw@pobox.com>
7033         * ibuffer.el (ibuffer-buffer-file-name): New function.
7034         (define-ibuffer-column filename): Use it.
7036         * ibuf-ext.el (define-ibuffer-filter filename): Use it.
7038 2008-05-13  Chong Yidong  <cyd@stupidchicken.com>
7040         * talk.el (talk): Simplify.  Pass display arg to talk-add-display
7041         as a string.
7042         (talk-add-display): Simplify.  Accept only string args.
7044 2008-05-13  Jay Belanger  <jay.p.belanger@gmail.com>
7046         * calc/calc.el (calc-mode-map): Remove old keybinding for `calc-yank'.
7048 2008-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7050         * Makefile.in (bootstrap-prepare): Don't chmod files.
7051         (autoloads): Do it here instead, where it's actually needed.
7053 2008-05-13  Chong Yidong  <cyd@stupidchicken.com>
7055         * tool-bar.el (tool-bar-make-keymap): Account for the optional
7056         KEY-BINDING-DATA field in menu-item list.
7058 2008-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7060         * dired.el (dired-read-dir-and-switches): Move things about to use less
7061         recursion during macroexpansion.
7063         * dired.el (dired-read-dir-and-switches): Use read-file-name.
7065         * dired.el (dired-read-dir-and-switches): Ignore ., .., and
7066         completion-ignored-extension directories if there's something else.
7067         (dired-mark-if, dired-map-over-marks, dired-readin, dired-revert)
7068         (dired-remember-marks, dired-undo, dired-build-subdir-alist)
7069         (dired-internal-do-deletions, dired-mark-files-in-region, dired-mark)
7070         (dired-toggle-marks, dired-change-marks, dired-unmark-all-files):
7071         buffer-read-only -> inhibit-read-only.
7073 2008-05-12  Eric S. Raymond  <esr@snark.thyrsus.com>
7075         * vc.el (vc-expand-dirs): Stop this function from tossing out
7076         explicitly specified files.
7078 2008-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7080         * smerge-mode.el (smerge-apply-resolution-patch): Don't pass nil
7081         to `insert'.
7083 2008-05-12  Dan Nicolaescu  <dann@ics.uci.edu>
7085         * vc.el (vc-annotate-show-diff-revision-at-line): Remove incorrect
7086         cons.  Use vc-annotate-backend.
7087         (with-vc-file, edit-vc-file): Remove unused macros.
7089 2008-05-12  Teodor Zlatanov  <tzz@lifelogs.com>
7091         * mail/smtpmail.el: Add autoload for `auth-source-user-or-password'.
7092         (smtpmail-try-auth-methods): Use it.
7094 2008-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7096         * emacs-lisp/cl.el (cl-set-nthcdr): Make it a defsubst so that
7097         (setf (nthcdr ..) ..) doesn't require CL at runtime.
7099 2008-05-11  Carsten Dominik  <dominik@science.uva.nl>
7101         * org/org.el (org-modules): Repair problems with loading org-jsinfo.org.
7103 2008-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7105         * vc-bzr.el (vc-bzr-sha1, vc-bzr-command-discarding-stderr)
7106         (vc-bzr-revision-completion-table): Use process-file.
7107         (vc-bzr-working-revision): Pass relative file names.
7109         * diff-mode.el (diff-hunk-header-re): Refine the regexp.
7111 2008-05-11  Juri Linkov  <juri@jurta.org>
7113         * wid-edit.el (widget-image-directory): Change default image data
7114         subdirectory from "custom" to "images/custom".
7116         * info.el (Info-next-preorder): Let-bind `Info-history' to nil
7117         before recursive call to `Info-next-preorder' to not add
7118         intermediate nodes to the history.
7120         * isearch.el: Put isearch-scroll property on recenter-top-bottom.
7122         * emulation/cua-base.el: Put isearch-scroll property
7123         on cua-scroll-up and cua-scroll-down.
7125 2008-05-11  Eric S. Raymond  <esr@snark.thyrsus.com>
7127         * vc-hooks.el (vc-recompute-state): Remove (dead code).
7129 2008-05-10  Dan Nicolaescu  <dann@ics.uci.edu>
7131         * vc-dispatcher.el (ewoc): Require.
7132         (vc-log-edit, vc-buffer-sync): Declare for byte compiler.
7134         * vc-hg.el (vc-hg-diff, vc-hg-annotate-command): Use when not if.
7136 2008-05-10  Chong Yidong  <cyd@stupidchicken.com>
7138         * term/w32-win.el (x-colors):
7139         * term/mac-win.el (x-colors):
7140         * term/x-win.el (x-colors): Re-order colors.
7142 2008-05-10  Reiner Steib  <reiner.steib@gmx.de>
7144         * smerge-mode.el (smerge-command-prefix): Fix custom type.
7146 2008-05-10  Eric S. Raymond  <esr@snark.thyrsus.com>
7148         * vc-dispatcher.el (vc-dir-next-directory, vc-dir-prev-directory):
7149         New functions implementing motion to next and previous directory.
7151         * vc-arch.el (vc-arch-command):
7152         * vc-bzr.el (vc-bzr-command):
7153         * vc-cvs.el (vc-cvs-command):
7154         * vc-dispatcher.el (vc-do-command):
7155         * vc-git.el (vc-git-command):
7156         * vc-hg.el (vc-hg-command):
7157         * vc-mcvs.el (vc-mvcs-command):
7158         * vc-mtn.el (vc-mtn-command):
7159         * vc-sccs.el (vc-sccs-command, vc-sccs-workfile)
7160         (vc-sccs-workfile-unchanged-p):
7161         * vc-svn.el (vc-svn-command, vc-svn-create-repo):
7162         * vc-rcs.el (all methods): Remove assumption about what a nil
7163         argument to vc-do-command means.  This means no buffer name needs
7164         to be hardcoded into the dispatcher layer, and it's better to be
7165         explicit anyway.
7167         * vc-svn.el (vc-svn-dir-state-heuristic): Remove.
7169 2008-05-10  Dan Nicolaescu  <dann@ics.uci.edu>
7171         * vc.el: Update todo.
7173         * vc-sccs.el (vc-sccs-dir-status):
7174         * vc-rcs.el (vc-rcs-dir-status): Avoid using results from multiple
7175         backends and returning up to date files.
7177         * vc-hooks.el (vc-prefix-map): Remove duplicate binding.
7179 2008-05-09  Eric S. Raymond  <esr@snark.thyrsus.com>
7181         * vc.el (vc-dir):
7182         * vc-hooks.el: Tweak the VC directory bindings.  These are now
7183         documented in the manual.
7185         * vc-dispatcher.el (vc-dir-update, vc-dir-parent-marked-p)
7186         (vc-dir-children-marked-p): Remove the vc-dir-insert-directories global.
7187         (vc-dispatcher-selection-set): Allow callers to pass in an
7188         observer flag that says no buffer sync is required.
7189         * vc.el (vc-deduce-fileset, vc-print-log, vc-version-diff):
7190         Use the observer flag.
7192 2008-05-09  Michael Albinus  <michael.albinus@gmx.de>
7194         * simple.el (start-file-process): Clarify docstring.
7196 2008-05-09  Eric S. Raymond  <esr@snark.thyrsus.com>
7198         * vc-sccs.el, vc-svn.el, vc-git.el, vc-hg.el, vc-mtn.el:
7199         Remove stub implementations of, and references to, wash-log.
7200         * vc-rcs.el (vc-rcs-comment-history):
7201         * vc-cvs.el (vc-cvs-comment-history):
7202         Inline the code that used to be wash-log.
7204         * vc-sccs.el (vc-sccs-checkin, vc-sccs-checkout, vc-sccs-rollback)
7205         (vc-sccs-revert, vc-sccs-steal-lock, vc-sccs-modify-change-comment)
7206         (vc-sccs-print-log, vc-sccs-diff): Grok directories.
7207         * vc-rcs.el (vc-sccs-checkin, vc-sccs-checkout)
7208         (vc-rcs-revert, vc-rcs-steal-lock, vc-rcs-modify-change-comment)
7209         (vc-rcs-print-log): Grok directories.
7211 2008-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7213         * vc.el (vc-mark-resolved): Add `backend' argument.
7214         (vc-next-action): Pass it the backend.
7215         (vc-next-action, vc-checkout, vc-mark-resolved, vc-version-diff)
7216         (vc-merge, vc-rollback, vc-update, vc-transfer-file, vc-delete-file)
7217         (vc-default-comment-history, vc-default-create-snapshot)
7218         (vc-default-retrieve-snapshot, vc-default-revert, vc-annotate)
7219         (vc-annotate-revision-previous-to-line)
7220         (vc-annotate-show-diff-revision-at-line, vc-annotate-warp-revision):
7221         * vc-svn.el (vc-svn-checkout):
7222         * vc-mcvs.el (vc-mcvs-checkout):
7223         * vc-hooks.el (vc-state, vc-default-workfile-unchanged-p)
7224         (vc-working-revision, vc-before-save, vc-mode-line):
7225         Prefer vc-call-backend to vc-call so as not to recompute the backend.
7227         * vc.el (vc-deduce-fileset): Don't require the checkout-model and the
7228         state to be consistent since it's often an unwarranted restriction.
7229         Don't return the state either.
7230         (vc-next-action): Check that the state is consistent.
7231         (vc-diff-internal, vc-version-diff, vc-print-log, vc-revert)
7232         (vc-rollback, vc-update): Adapt to new return value of
7233         vc-deduce-fileset.
7235         * vc-dispatcher.el (vc-dispatcher-browsing): Use derived-mode-p.
7236         (vc-dir-prepare-status-buffer): Use vc-dispatcher-browsing.
7237         (vc-dispatcher-in-fileset-p): New fun.
7238         (vc-dispatcher-selection-set): Use it to properly handle directories.
7240 2008-05-09  Dan Nicolaescu  <dann@ics.uci.edu>
7242         * vc.el (vc-version-diff, vc-print-log, vc-revert, vc-rollback)
7243         (vc-update): Remove unused let bindings.
7245 2008-05-09  Eric S. Raymond  <esr@snark.thyrsus.com>
7247         * vc.el (vc-deduce-fileset, vc-next-action, vc-version-diff)
7248         (vc-diff, vc-revert, vc-rollback, vc-update):
7249         * vc-dispatcher.el (vc-dispatcher-selection-set):
7250         Get rid of 4 special cases in fileset selection.  This involved
7251         changing the return value of (vc-deduce-fileset) so that it passes
7252         back a deduced state as well as a deduced back end.
7254 2008-05-08  Sam Steingold  <sds@gnu.org>
7256         * progmodes/compile.el (compilation-minor-mode-map)
7257         (compilation-mode-map): Bind "g" to recompile and "q" to quit-window.
7258         * progmodes/grep.el (grep-mode-map): Use `set-keymap-parent' to connect
7259         it to `compilation-minor-mode-map' (instead of an explicit `cons').
7261 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
7263         * org/org.el (org-modules, org-format-latex-options):
7264         * org/org-archive.el (org-archive-stamp-time)
7265         (org-archive-save-context-info):
7266         * org/org-faces.el (org-hide):
7267         * org/org-irc.el (org-irc-parse-link):
7268         * org/org-macs.el (org-call-with-arg, org-autoload):
7269         * org/org-mew.el (org-mew-store-link):
7270         * org/org-remember.el (org-remember-store-without-prompt)
7271         (org-remember-templates): Fix typos in docstrings.
7273         * org/org-info.el (org-info-store-link): Remove leftover docstring.
7275         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
7276         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
7277         (org-bbdb-anniv-split): Fix typos in docstrings.
7279         * org/org-publish.el (org-publish-project-alist): Doc fixes.
7280         (org-publish-use-timestamps-flag): Reflow docstring.
7281         (org-publish-files-alist): Fix typos in docstring.
7283 2008-05-07  Sam Steingold  <sds@gnu.org>
7285         * pcvs-util.el (cvs-bury-buffer): Revert my patch: quit-window
7286         appears to be too aggressive with window removal.
7288 2008-05-08  Michael McNamara  <mac@mail.brushroad.com>
7290         * progmodes/verilog-mode.el (verilog-type-font-keywords):
7291         Add leda and 0in as pragma keywords.
7292         (verilog-pretty-expr): Support lining up assignments which include
7293         part selects.
7294         (verilog-mode): More portable check for the availability of
7295         hideshow support.
7296         (verilog-do-indent): Remove special indent for declarations inside
7297         a parenthetical list.  The code is ill-advised, and doesn't work
7298         given the new user defined types.
7299         (verilog-set-auto-endcomments): Enhance function automatic
7300         endcomment to support functions that return user defined types.
7301         (verilog-mode): Add code to tell which-function-mode minor mode
7302         that Verilog supports this feature.
7304 2008-05-08  Eli Zaretskii  <eliz@gnu.org>
7306         * epa-file.el: Require epa-hook.
7308         * loadup.el ("epa-hook"): Load epa-hook instead of epa-file-hook.
7310         * epa-hook.el: Renamed from epa-file-hook.el, to avoid
7311         file-names clashes on 8+3 filesystems.  Provide epa-hook.
7313         * org/org-jsinfo.el: Renamed from org-infojs.el, to avoid
7314         file-names clashes on 8+3 filesystems.
7316 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
7318         * org/org.el (org-read-date-get-relative): Interpret lone
7319         weekday abbreviation as relative to today.
7321 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
7323         * abbrev.el (define-abbrev-table):
7324         * composite.el (toggle-auto-composition):
7325         * json.el (json-alist-p, json-plist-p):
7326         * minibuffer.el (completion-table-with-predicate):
7327         * ps-mule.el (ps-mule-external-libraries):
7328         * emacs-lisp/advice.el (ad-special-form-p):
7329         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
7330         * eshell/em-smart.el (eshell-review-quick-commands):
7331         * progmodes/python.el (python-comment-line-p, python-blank-line-p)
7332         (python-skip-out, python-check-comint-prompt):
7333         Don't use `iff' in docstrings.
7335         * international/robin.el (robin-package-alist): Fix typo in docstring.
7336         (robin-current-package-name): Doc fix.
7337         (robin-activate): Don't use `iff' in docstring.
7339 2008-05-07  Eric S. Raymond  <esr@snark.thyrsus.com>
7341         * vc.el, vc-dispatcher.el: VC-Dired support removed.
7342         The code uses a ewoc-based implementation now.
7343         * vc-hooks.el: Support for Meta-CVS has been removed.
7345 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7347         * tool-bar.el: Choose images dynamically.
7348         (tool-bar-make-keymap, tool-bar-find-image): New function.
7349         (tool-bar-find-image-cache): New var.
7350         (tool-bar-local-item, tool-bar-local-item-from-menu):
7351         Don't select the image yet, do it later in tool-bar-make-keymap.
7353 2008-05-07  Andreas Schwab  <schwab@suse.de>
7355         * window.el: Require 'cl when compiling.
7357 2008-05-07  Dan Nicolaescu  <dann@ics.uci.edu>
7359         * vc-dispatcher.el (vc-dir-insert-directories): Default to t.
7361 2008-05-07  Glenn Morris  <rgm@gnu.org>
7363         * subr.el (ignore-errors): Move here from cl-macs.el.
7364         * emacs-lisp/cl-macs.el (ignore-errors): Move to subr.el.
7366         * progmodes/fortran.el (fortran-mode): Fix font-lock-syntactic-keywords
7367         oddness.
7369 2008-05-06  Eric S. Raymond  <esr@snark.thyrsus.com>
7371         * vc-hooks.el (vc-find-file-hook):
7372         * vc-dispatcher.el (vc-resynch-window): Decouple vc-dispatcher
7373         further from vc.el.
7374         * vc.el (vc-dir-mode): Move VC-specific context menu entries here.
7376 2008-05-06  Wilson Snyder  <wsnyder@wsnyder.org>
7378         * progmodes/verilog-mode.el (verilog-getopt-file):
7379         Cleanup warning message format.
7380         (verilog-auto, verilog-auto-arg, verilog-auto-ascii-enum)
7381         (verilog-auto-inout, verilog-auto-inout-module)
7382         (verilog-auto-input, verilog-auto-inst, verilog-auto-inst-param)
7383         (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
7384         (verilog-auto-reg-input, verilog-auto-reset, verilog-auto-sense)
7385         (verilog-auto-sense-sigs, verilog-auto-tieoff)
7386         (verilog-auto-unused, verilog-auto-wire)
7387         (verilog-decls-get-assigns, verilog-decls-get-consts)
7388         (verilog-decls-get-gparams, verilog-decls-get-inouts)
7389         (verilog-decls-get-inputs, verilog-decls-get-outputs)
7390         (verilog-decls-get-ports, verilog-decls-get-regs)
7391         (verilog-decls-get-signals, verilog-decls-get-wires)
7392         (verilog-dir-cache-lib-filenames, verilog-dir-cache-list)
7393         (verilog-dir-cache-preserving, verilog-dir-file-exists-p)
7394         (verilog-dir-files, verilog-expand-dirnames, verilog-getopt-file)
7395         (verilog-inject-sense, verilog-library-filenames)
7396         (verilog-mode-release-date, verilog-mode-version)
7397         (verilog-modi-cache-add, verilog-modi-cache-preserve-buffer)
7398         (verilog-modi-cache-preserve-tick, verilog-modi-cache-results)
7399         (verilog-modi-get-assigns, verilog-modi-get-consts)
7400         (verilog-modi-get-gparams, verilog-modi-get-inouts)
7401         (verilog-modi-get-inputs, verilog-modi-get-outputs)
7402         (verilog-modi-get-ports, verilog-modi-get-regs)
7403         (verilog-modi-get-signals, verilog-modi-get-sub-inouts)
7404         (verilog-modi-get-sub-inputs, verilog-modi-get-sub-outputs)
7405         (verilog-modi-get-wires, verilog-preserve-cache)
7406         (verilog-preserve-dir-cache, verilog-preserve-modi-cache)
7407         (verilog-read-sub-decls, verilog-read-sub-decls-line)
7408         (verilog-read-sub-decls-sig, verilog-subdecls-get-inouts)
7409         (verilog-subdecls-get-inputs, verilog-subdecls-get-outputs):
7410         Add caching of additional state, and rework signal extraction
7411         routines to improve AUTO expansion performance by 300%++.
7413 2008-05-06  Chong Yidong  <cyd@stupidchicken.com>
7415         * progmodes/compile.el (compilation-error-regexp-alist-alist):
7416         Tweak Open Watcom regexp to distinguish between errors and warnings.
7418 2008-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7420         * dired.el (dired-read-dir-and-switches): Fix up last change.
7422 2008-05-05  Eric S. Raymond  <esr@snark.thyrsus.com>
7424         * vc.el (vc-deduce-fileset): Lift all the policy and UI stuff
7425         out of this function, move it to vc-dispatcher-selection-set.
7427 2008-05-05  Sam Steingold  <sds@gnu.org>
7429         * window.el (delete-other-windows-vertically): New function.
7431 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7433         * dired.el (dired-read-dir-and-switches):
7434         Obey read-file-name-completion-ignore-case.
7436 2008-05-05  Nick Roberts  <nickrob@snap.net.nz>
7438         * progmodes/compile.el (compilation-error-regexp-alist-alist):
7439         Add regexp for Open Watcom compiler output.
7441 2008-05-05  Phil Sung  <psung@mit.edu>  (tiny change)
7443         * progmodes/python.el (python-block-pairs): Align finally with except.
7445 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7447         * vc-rcs.el (vc-rcs-fetch-master-state): Fix inf-loop.
7449 2008-05-05  Tom Tromey  <tromey@redhat.com>
7451         * smerge-mode.el (smerge-start-session): Don't call smerge-next if
7452         looking at conflict marker.
7454 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7456         * vc-dispatcher.el (vc-dir-mark-buffer-changed): Fix typo
7457         client-mode -> vc-client-object, and guess `funcall' was meant.
7458         (vc-dir-mode): Rename client-mode -> vc-client-mode.
7460 2008-05-05  Dan Nicolaescu  <dann@ics.uci.edu>
7462         * net/zeroconf.el (dbus-call-method, dbus-register-signal)
7463         (dbus-debug): Move declarations outside eval-when-compile.
7465 2008-05-04  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7467         * proced.el (proced-command-alist): Fix system-type values.
7468         Fix defcustom.
7469         (proced-sorting-schemes-alist, proced-sorting-scheme): New variables.
7470         (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
7471         (proced-sort-start, proced-sort, proced-sort-time): New commands.
7472         (proced-update): Use proced-sorting-scheme.  Update modeline.
7473         (proced-send-signal): Use nreverse.
7474         (proced-sorting-scheme-p): New function.
7476 2008-05-04  Andreas Schwab  <schwab@suse.de>
7478         * vc.el: Require dired when compiling.
7480         * minibuffer.el (completion--insert-strings): Don't delete past bol.
7482 2008-05-03  Glenn Morris  <rgm@gnu.org>
7484         * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el:
7485         * ediff-ptch.el, ediff-util.el, ediff-wind.el, ediff.el:
7486         Simplify compilation requirements.
7487         * ediff-init.el, ediff-vers.el: Remove unnecessary variable
7488         declarations.
7490 2008-05-03  Dave Love  <fx@gnu.org>
7492         * progmodes/python.el (python-beginning-of-statement):
7493         Loop at least once (fixes 2008-02-21 change).
7495 2008-05-03  Eli Zaretskii  <eliz@gnu.org>
7497         * ls-lisp.el (ls-lisp-insert-directory): Use `string-width'
7498         instead of `length' for comparing length of user and group names.
7500 2008-05-03  Eric S. Raymond  <esr@snark.thyrsus.com>
7502         * vc-dispatcher.el: New file, separates out the UI and command
7503         execution machinery from VCS-specific logic left in vc.el.
7504         The separation is not yet completely clean, but it's a good start.
7505         * vc.el: This file is about 1700 lines shorter now.
7506         Remove obsolete logentry-check from the backend API.
7507         * vc-sccs.el (vc-sccs-logentry-check): Remove.  This was the only
7508         implementation of the logentry-check method, and it guarded against
7509         a log length limit that has probably been obsolete for 15 years (!).
7511 2008-05-02  Sam Steingold  <sds@gnu.org>
7513         * progmodes/compile.el (compilation-start): Move setting of
7514         compilation-directory after (funcall mode) as that resets local
7515         variables, this fixes recompile in grep buffers.
7516         * progmodes/grep.el (grep-mode-map): Bind "g" to recompile (like
7517         in dired &c).
7519 2008-05-02  Eric S. Raymond  <esr@snark.thyrsus.com>
7521         * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
7522         * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
7523         * vc-svn.el, vc.el (vc-*-checkout-model): Make sure every backend
7524         has one of these and that all are called in compatible ways.
7525         * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
7526         * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
7527         * vc-svn.el, vc.el (vc-*-revision-granularity): Make sure every
7528         backend has one of these.
7530 2008-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7532         * progmodes/octave-mod.el (octave-abbrev-table): Move defvar and
7533         initialization into define-abbrev-table.  Use :regexp.
7534         (octave-mode-syntax-table): Don't set word syntax for `.
7536         * files.el (minibuffer-with-setup-hook): Allow `fun' expressions rather
7537         than only value.
7539         * dired.el (dired-read-dir-and-switches):
7540         Set minibuffer-completing-file-name and call substitute-in-file-name.
7541         (dired-format-columns-of-files): Use completion--insert-strings.
7543         * minibuffer.el (completion-hilit-commonality): Revert last change:
7544         the leftover code was actually useful.
7545         (completion--insert-strings): Use string-width rather than length.
7547 2008-05-02  Sam Steingold  <sds@gnu.org>
7549         * vc.el (vc-dir-mode-map): Enable mouse bindings.
7550         (vc-at-event): New macro: run the body at the even location.
7551         (vc-dir-menu, vc-dir-toggle-mark): Use it.
7552         (vc-dir-mark-file, vc-dir-unmark-file): Move only on non-mouse events.
7553         * subr.el (mouse-event-p): Check if the event is mouse-related.
7555 2008-05-02  Nick Roberts  <nickrob@snap.net.nz>
7557         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
7558         Don't throw error if no file is found.
7560 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
7562         * vc-hooks.el (vc-call, vc-state): Fix typos in docstrings.
7563         (vc-default-state-heuristic): Doc fix.
7565 2008-05-02  Richard Sharman  <rsharman@pobox.com>
7567         * hilit-chg.el (highlight-changes-mode): Remove references to
7568         hooks that no longer exist.  Because define-minor-mode is used the
7569         hook highlight-changes-mode-hook exists and can do what both the
7570         old hooks used to do.  The documentation at the top of the file
7571         was updated to demonstrate this.
7572         (highlight-changes-mode): Remove commented out call to a hook
7573         function that is no longer there.
7574         (hilit-chg-set): Remove running of highlight-changes-enable-hook.
7576 2008-05-02  Eric S. Raymond  <esr@snark.thyrsus.com>
7578         * vc.el (vc-default-dired-state-info): Change name of primitive
7579         to prettify-state-info, in preparation for ripping out dired mode.
7580         * vc-bzr.el (vc-bzr-dired-state-info): Change name of primitive
7581         to prettify-state-info, in preparation for ripping out dired mode.
7582         * vc-hooks.el (vc-toggle-read-only): Throw an error when a user
7583         tries this on a version-controlled buffer.  It will do useless or
7584         actively bad things on any version control system newer than RCS.
7585         * vc-hooks.el (vc-dired-resynch-file):
7586         * vc.el (vc-dired-resynch-file): Change name of primitive to
7587         vc-directory-resynch-file, preparing to remove dired.
7589 2008-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
7591         * vc-rcs.el (vc-rcs-state): Fix typos.
7593         * vc.el (vc-register): Change argument order so that the prefix
7594         argument is assigned correctly.
7595         (vc-next-action, vc-dir-register): Update for the above change.
7597 2008-05-01  Juri Linkov  <juri@jurta.org>
7599         * replace.el (occur-read-primary-args): Set default to the car of
7600         regexp-history and display it in the prompt, but don't add to the
7601         list of minibuffer defaults.  Bind history-add-new-input to nil to
7602         not add automatically `default'.  For empty input return `default'.
7603         Otherwise, add `input' to regexp-history and return it.
7604         (occur-1): Signal an error for the empty regexp.
7606         * progmodes/compile.el (compilation-auto-jump):
7607         Set window point to `pos' explicitly.
7609 2008-05-01  Eric S. Raymond  <esr@snark.thyrsus.com>
7611         * vc-bzr.el (vc-bzr-state): Allow this to return 'ignored
7612         when appropriate.
7613         * vc-sccs.el (vc-sccs-state): Call vc-sccs-unregistered so
7614         we report the 'unregistered state reliably.
7615         * vc-rcs.el (vc-rcs-state): Call vc-rcs-unregistered so
7616         we report the 'unregistered state reliably.
7617         * vc-git.el (vc-git-state): Call vc-git-unregistered so
7618         we report the 'unregistered state reliably.
7619         * vc-hooks.el (vc-state): Document that vc-unregistered is
7620         now expected to be returned reliably.
7621         * vc.el (vc-default-dired-state): Change needs-patch state to
7622         needs-update, since the name now shows up in dir-status listings
7623         and was somewhat misleading.
7624         * vc-cvs.el (vc-cvs-delete-file): Don't do a "cvs commit"
7625         immediately after removing the file.
7626         * vc.el (vc-next-action): More informative messages when a fileset
7627         is in a mixed state or files are missing.
7629 2008-05-01  Sam Steingold  <sds@gnu.org>
7631         * vc.el (vc-delete-file): Check if the file has uncommitted changes.
7633 2008-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7635         * Makefile.in: Revert incorrect fix for claimed bootstrap breakage.
7637 2008-05-01  Daiki Ueno  <ueno@unixuser.org>
7639         * epa-file-hook.el: New file split from epa-file.el.
7640         * epa-file.el: Require 'epa-file-hook.
7641         (epa-file-handler): Add autoload cookie.
7642         * loadup.el: Load epa-file-hook.
7643         * startup.el (command-line): Eval the body of auto-encryption-mode.
7645 2008-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
7647         * vc.el (vc-dir-mode-map): Don't bind "r".
7649         * vc-hg.el (vc-hg-extra-fileinfo): New defstruct.
7650         (vc-hg-status-printer): New function.
7651         (vc-hg-after-dir-status): Deal with copied and renamed files.
7652         (vc-hg-dir-status): Add flag to show copied files.
7654 2008-05-01  John Paul Wallington  <jpw@pobox.com>
7656         * ibuffer.el (ibuffer-last-sorting-mode): New variable.
7657         (ibuffer-do-sort-by-recency): Reverse sorting order if last
7658         sorting mode was recency.
7660         * ibuf-macs.el (define-ibuffer-sorter): Define the sorter to
7661         reverse sorting order if last sorting mode was the sorter's.
7663 2008-05-01  Jason Rumney  <jasonr@gnu.org>
7665         * w32-fns.el (w32-charset-info-alist): Map vietnamese to windows-1258.
7667 2008-04-30  John Paul Wallington  <jpw@pobox.com>
7669         * ibuffer.el (define-ibuffer-column filename): When the major mode
7670         is `vc-dir-mode' show the buffer's default directory.
7672         * ibuf-ext.el (define-ibuffer-filter filename): Likewise when the
7673         major mode is `vc-dir-mode' use the buffer's default directory.
7675 2008-04-30  Sam Steingold  <sds@gnu.org>
7677         * vc.el (vc-dir-delete-file): Add.
7678         (vc-dir-mode-map): Bind "r" to vc-dir-delete-file, like in PCL-CVS.
7679         (vc-delete-file): Do not barf when the file has been already deleted.
7681 2008-04-30  Dan Nicolaescu  <dann@ics.uci.edu>
7683         * emacs-lisp/lisp-mode.el (lisp-mode-map): Add menu.
7685 2008-04-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7687         * progmodes/octave-mod.el (octave-help): New function.
7688         * progmodes/octave-hlp.el: Delete.
7689         * info-look.el (octave-mode): Add operator index.
7691         * vc.el (vc-checkout): Typo.
7693 2008-04-30  Dan Nicolaescu  <dann@ics.uci.edu>
7695         * menu-bar.el (menu-bar-tools-menu): Reorder, place Games last.
7696         Add "..." in the appropriate places.
7698         * epa.el (epa-key-list-mode-map): Add more menu entries.
7699         Add "..." in the appropriate places.
7701         * dired.el (dired-mode-map): Add :help.
7703         * vc.el (vc-deduce-fileset): Add new parameter.
7704         (vc-dir-marked-only-files): New function.
7705         (vc-next-action): Don't ignore directories, look at the files
7706         inside them.
7707         (vc-dir-mode): Document how the mark/unmark commands work.
7709 2008-04-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7711         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
7712         Rule out trailing spaces in file and directory names as well.
7714         * minibuffer.el (completion--do-completion): Move point even if the
7715         completion makes no change.
7716         (completion-pcm-try-completion): Fix computation of new point.
7718 2008-04-30  David Hansen  <david.hansen@gmx.net>
7720         * dired.el: Require 'cl.
7722 2008-04-30  Nick Roberts  <nickrob@snap.net.nz>
7724         * progmodes/gdb-ui.el (gdb-frame-handler-1): Make overlay arrow
7725         hollow if not in innermost frame.
7727 2008-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7728         Make `checkout-model' apply to filesets.
7729         * vc-hooks.el (vc-checkout-model): Rewrite.
7730         (vc-before-save, vc-after-save): Adjust callers accordingly.
7731         * vc.el (vc-editable-p, vc-next-action, vc-checkout, vc-update)
7732         (vc-transfer-file): Adjust callers accordingly.
7733         * vc-rcs.el (vc-rcs-checkout-model): Adjust arg.
7734         (vc-rcs-state, vc-rcs-state-heuristic, vc-rcs-receive-file)
7735         (vc-rcs-checkout, vc-rcs-fetch-master-state): Use vc-rcs-checkout-model
7736         instead of vc-checkout-model.
7737         * vc-mcvs.el (vc-mcvs-revert):
7738         Use vc-mcvs-checkout-model i.s.o vc-checkout-model.
7739         * vc-cvs.el (vc-cvs-checkout-model): Adjust arg.
7740         (vc-cvs-revert): Use vc-cvs-checkout-model i.s.o vc-checkout-model.
7741         * vc-svn.el (vc-svn-checkout-model):
7742         * vc-hg.el (vc-hg-checkout-model):
7743         * vc-git.el (vc-git-checkout-model):
7744         * vc-bzr.el (vc-bzr-checkout-model): Adjust arg.
7746         * dired.el (dired-read-dir-and-switches): Replace last change with
7747         a new approach that mixes read-file-name and read-directory-name.
7749         * files.el (read-buffer-to-switch):
7750         Avoid making assumptions about `other-buffer'.
7752 2008-04-29  Sam Steingold  <sds@gnu.org>
7754         * vc.el (vc-dir-mode-hook): Add normal hook.
7755         (vc-dir-mode): Run it.
7757 2008-04-29  Nick Roberts  <nickrob@snap.net.nz>
7759         * progmodes/gdb-ui.el (gdb-display-buffer): Don't pop up GUD buffer.
7760         Always split windows.
7761         (gdb-speedbar-timer-fn): Only raise frame after user input.
7762         (gdb-same-frame): Reverse initial value.
7763         (gdb-display-gdb-buffer): Check for GUD buffer in other frames.
7765         * progmodes/gud.el (gud-speedbar-buttons): Raise frame in
7766         gdb-speedbar-timer-fn.
7768 2008-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7770         * uniquify.el (uniquify-rationalize-a-list): Beware of side-effects.
7772 2008-04-29  Daiki Ueno  <ueno@unixuser.org>
7774         * epa.el (epa-key-list-mode-map): Add menu.
7775         (epa-delete-keys, epa-import-keys): Fix typo.
7777 2008-04-29  Glenn Morris  <rgm@gnu.org>
7779         * find-cmd.el (top-level): Does not need cl when compiling.
7781 2008-04-29  Phil Jackson  <phil@shellarchive.co.uk>
7783         * find-cmd.el: New file.
7785 2008-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7787         * minibuffer.el (completion-hilit-commonality): Remove leftover code.
7788         (completion-pcm--pattern->regex): Let `group' be a list of symbols.
7789         (completion-pcm--hilit-commonality): New function.
7790         (completion-pcm-all-completions): Use it.
7792         * minibuffer.el (completion-common-substring): Mark obsolete.
7793         (completions-first-difference, completions-common-part):
7794         Move from simple.el.
7795         (completion-hilit-commonality): New fun.
7796         (display-completion-list, completion-emacs21-all-completions)
7797         (completion-emacs22-all-completions): Use it.
7798         * simple.el (completions-first-difference, completions-common-part):
7799         Move to minibuffer.el.
7800         (choose-completion-string): Use field functions and minibufferp.
7801         (completion-setup-function): Don't set completions faces.
7803 2008-04-29  Glenn Morris  <rgm@gnu.org>
7805         * calendar/calendar.el (calendar-nth-named-absday)
7806         (calendar-nth-named-day):
7807         * calendar/diary-lib.el (diary-list-sexp-entries, diary-float):
7808         * calendar/holidays.el (holiday-float): Doc fixes.
7810         * emacs-lisp/check-declare.el (check-declare-errmsg): Fix counting in
7811         the `full' case.
7813         * org/org-agenda.el (calendar-iso-from-absolute):
7814         * org/org.el (calendar-absolute-from-iso, calendar-iso-from-absolute):
7815         Fix declarations.
7817 2008-04-28  Nick Roberts  <nickrob@snap.net.nz>
7819         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Make breakpoint
7820         icons work for assembler, i.e. FILE.s, FILE.S (not disassembly).
7821         (gdb-goto-breakpoint): Likewise for visiting breakpoints.
7822         (gdb-assembler-custom): Be careful not to match other addresses.
7824 2008-04-29  Jason Rumney  <jasonr@gnu.org>
7826         * battery.el (battery-status-function): Use w32-battery-status
7827         on Windows.
7828         (battery-echo-area-format): Make apm format the general case.
7829         (battery-mode-line-format): Merge apm and pmset formats as the
7830         general case.
7832 2008-04-29  Nick Roberts  <nickrob@snap.net.nz>
7834         * progmodes/gdb-ui.el (gdb-info-stack-custom):
7835         Use gud-tool-bar-item-visible-no-fringe.
7836         (gdb-display-buffer): Don't pop new buffer if gud-comint-buffer
7837         is already visible in frame.  Remove optional size parameter
7838         and add optional frame parameter.
7840         * progmodes/gud.el (gud-display-line): Only consider visible
7841         frames when looking for source buffer.
7843 2008-04-28  Chong Yidong  <cyd@stupidchicken.com>
7845         * doc-view.el (doc-view-new-window-function): Avoid using WINDOW
7846         argument to get-char-property, in case the current buffer hasn't
7847         been assigned to that window yet.
7848         (doc-view-display): Default to selected window if the current
7849         buffer hasn't been assigned to a window yet.
7851 2008-04-28  Vinicius Jose Latorre  <bzg@altern.org>
7853         * whitespace.el (whitespace-trailing-regexp): Fix docstring.
7855 2008-04-28  Michael Albinus  <michael.albinus@gmx.de>
7857         * net/tramp.el (tramp-mode): New defcustom.
7858         (tramp-file-name-handler, tramp-completion-file-name-handler):
7859         Use it.
7860         (tramp-replace-environment-variables): Handle "$$".
7862 2008-04-28  Sam Steingold  <sds@gnu.org>
7864         * vc-hg.el (vc-hg-rename-file): Fix argument order.
7866 2008-04-28  Bastien Guerry  <bzg@altern.org>
7868         * whitespace.el (whitespace-trailing): Fix typo.
7870 2008-04-28  Sam Steingold  <sds@gnu.org>
7872         * textmodes/remember.el (diary-make-entry): Update the autoload.
7874 2008-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7876         * minibuffer.el (completion-pcm--all-completions): Don't pass nil to
7877         all-completions.
7879 2008-04-28  Juanma Barranquero  <lekktu@gmail.com>
7881         * desktop.el (desktop-minor-mode-table): Add `savehist-mode'.
7883 2008-04-27  Dan Nicolaescu  <dann@ics.uci.edu>
7885         * vc.el (vc-dir-mode-map): Change bindings for unmark all and revert.
7886         (vc-dir-parent-marked-p, vc-dir-children-marked-p): Implement.
7887         (vc-dir-mark-file): Add an optional argument.
7888         (vc-dir-mark-all-files, vc-dir-unmark-all-files): Deal with directories.
7890 2008-04-27  Daiki Ueno  <ueno@unixuser.org>
7892         * epa-file.el (epa-file-enable, epa-file-disable): Use find-file-hook
7893         rather than obsolete alias find-file-hooks.
7894         (auto-encryption-mode): Rename from epa-file-mode.  Default to on.
7895         Use find-file-hook rather than obsolete alias find-file-hooks.
7896         Add to find-file-not-found-functions.
7897         (epa-file-handler): Put 'safe-magic and 'operations properties.
7899         * epa.el (epa-global-minor-modes, epa-mode, epa-menu)
7900         (epa-menu-items): Remove.
7902         * epa-dired.el (epa-dired-do-decrypt, epa-dired-do-verify)
7903         (epa-dired-do-sign, epa-dired-do-encrypt): Add autoload cookie.
7904         (epa-dired-mode, epa-global-dired-mode): Remove.
7906         * dired.el (dired-mode-map): Bind encryption/decryption commands.
7908         * menu-bar.el (menu-bar-encryption-decryption-menu): New menu item.
7910         * files.el (insert-file-contents-literally): Inhibit epa-file-handler.
7912 2008-04-27  Glenn Morris  <rgm@gnu.org>
7914         * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
7915         Remove un-needed local `orig-list'.  Replace cl `copy-list'.
7917 2008-04-27  Carsten Dominik  <dominik@science.uva.nl>
7919         * org/org.el (org-html-level-start): Always have id's in HTML.
7920         (org-export-as-html): Use `org-link-protocols' to
7921         retrieve the export form of the link.
7922         (org-add-link-type): Final parameter renamed from PUBLISH.
7923         Better documentation of how it is to be used.  Avoid double entries for
7924         the same link type.
7925         (org-add-link-props): New function.
7926         (org-modules-loaded): New variable.
7927         (org-load-modules-maybe, org-set-modules): New function.
7928         (org-modules): New option.
7929         (org-mode, org-cycle, orgstruct-mode, org-run-like-in-org-mode)
7930         (orgtbl-mode, org-store-link, org-insert-link-global)
7931         (org-open-at-point): Call `org-load-modules-maybe'.
7932         (org-search-view): Add more text properties.
7933         (org-agenda-schedule, org-agenda-deadline): Allow also in
7934         search-type agendas.
7935         (org-search-view): Order of arguments has been changed.
7936         Interpret prefix-arg as TODO-ONLY.
7937         (org-agenda, org-run-agenda-series, org-agenda-manipulate-query):
7938         Take new argument order of `org-search-view' into account.
7939         (org-todo-only): New variable.
7940         (org-search-syntax-table): New variable and function.
7941         (org-search-view): Do the search with the special syntax table.
7942         (define-obsolete-function-alias): Make work with XEmacs.
7943         (org-add-planning-info): Use old date as default when modifying an
7944         existing deadline or scheduled item.
7945         (org-agenda-compute-time-span): Make argument N optional.
7946         (org-agenda-format-date-aligned): Require `cal-iso'.
7947         (org-agenda-list): Include week into agenda heading, don't
7948         list it at each date (only on Mondays).
7949         (org-read-date-analyze): Define local variable `iso-date'.
7950         (org-agenda-format-date-aligned): Remove dependency on
7951         `calendar-time-from-absolute'.
7952         (org-remember-apply-template, org-go-to-remember-target):
7953         Interpret filenames relative to `org-directory'.
7954         (org-complete): Silently fail when trying to complete
7955         keywords that don't have a default value.
7956         (org-get-current-options): Add a #+DATE: option.
7957         (org-additional-option-like-keywords): Remove "DATE:" from the
7958         list of additional keywords.
7959         (org-export-as-html): Remove (current-time) as unnecessary second
7960         argument of `format-time-string'.
7961         (org-clock-find-position): Handle special case at end of buffer.
7962         (org-agenda-day-view): New argument DAY-OF-YEAR, pass it on to
7963         `org-agenda-change-time-span'.
7964         (org-agenda-week-view): New argument ISO-WEEK, pass it on to
7965         `org-agenda-change-time-span'.
7966         (org-agenda-month-view): New argument MONTH, pass it on to
7967         `org-agenda-change-time-span'.
7968         (org-agenda-year-view): New argument YEAR, pass it on to
7969         `org-agenda-change-time-span'.
7970         (org-agenda-change-time-span): New optional argument N, pass it on
7971         to `org-agenda-compute-time-span'.
7972         (org-agenda-compute-time-span): New argument N, interpret it by
7973         changing the starting day.
7974         (org-small-year-to-year): New function.
7975         (org-scheduled-past-days): Respect `org-scheduled-past-days'.
7976         (org-auto-repeat-maybe): Make sure that repeating dates are pushed
7977         into the future, and that the shift is at least one interval, never 0.
7978         (org-update-checkbox-count): Fix bug with checkbox counting.
7979         (org-add-note): New command.
7980         (org-add-log-setup): Rename from `org-add-log-maybe'.
7981         (org-log-note-headings): New entry for plain notes (i.e. notes not
7982         related to state changes or clocking).
7983         (org-get-org-file): Check for availability of `remember-data-file'.
7984         (org-cached-entry-get): Allow a regexp value for
7985         `org-use-property-inheritance'.
7986         (org-use-property-inheritance): Allow regexp value.  Fix bug in
7987         customization type.
7988         (org-use-tag-inheritance): Allow a list and a regexp value for
7989         this variable.
7990         (org-scan-tags, org-get-tags-at): Implement selective tag inheritance.
7991         (org-entry-get): Respect value `selective' for the INHERIT argument.
7992         (org-tag-inherit-p, org-property-inherit-p): New functions.
7993         (org-agenda-format-date-aligned): Allow 10 characters for
7994         weekday, to accommodate German locale.
7995         (org-add-archive-files): New function.
7996         (org-agenda-files): New argument `ext', to get archive files as well.
7997         (org-tbl-menu): Protect the use of variables that
7998         are only available when org-table.el gets loaded.
7999         (org-read-agenda-file-list): Error if `org-agenda-files' is a
8000         single directory.
8001         (org-open-file): Allow a batch process to trigger
8002         waiting after executing a system command.
8003         (org-store-link): Link to headline when there is not
8004         target and no region in an org-mode buffer when creating a link.
8005         (org-link-types-re): New variable.
8006         (org-make-link-regexps): Compute `org-link-types-re'.
8007         (org-make-link-description-function): New option.
8008         (org-agenda-date, org-agenda-date-weekend): New faces.
8009         (org-archive-sibling-heading): New option.
8010         (org-archive-to-archive-sibling): New function.
8011         (org-iswitchb): New command.
8012         (org-buffer-list): New function.
8013         (org-agenda-columns): Also try the #+COLUMNS line in
8014         the buffer associated with the entry at point (or with the first
8015         entry in the agenda view).
8016         (org-modules): Add entry for org-bibtex.el.
8017         (org-completion-fallback-command): Move into `org-completion' group.
8018         (org-clock-heading-function): Move to `org-progress' group.
8019         (org-auto-repeat-maybe): Make sure that a note can
8020         be enforces if `org-log-repeat' is `note'.
8021         (org-modules): Allow additional symbols for external packages.
8022         (org-ctrl-c-ctrl-c): Allow for `org-clock-overlays' to be undefined.
8023         (org-clock-goto): Hide drawers after showing an
8024         entry with `org-clock-goto'.
8025         (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft):
8026         Try also a clocktable block shift.
8027         (org-clocktable-try-shift): New function.
8028         (org-columns-hscoll-title): New function.
8029         (org-columns-previous-hscroll): New variable.
8030         (org-columns-full-header-line-format): New variable.
8031         (org-columns-display-here-title, org-columns-remove-overlays):
8032         Install `org-columns-hscoll-title' in post-command-hook.
8034         * org/org.el: Split into many small files.
8036         * org/org-agenda.el: New file, split off from org.el.
8038         * org/org-archive.el: New file, split off from org.el.
8040         * org/org-bbdb.el: New file.
8042         * org/org-bibtex.el: New file, split off from org.el.
8044         * org/org-clock.el: New file, split off from org.el.
8046         * org/org-colview.el: New file, split off from org.el.
8048         * org/org-compat.el: New file, split off from org.el.
8050         * org/org-exp.el: New file, split off from org.el.
8052         * org/org-faces.el: New file, split off from org.el.
8054         * org/org-gnus.el: New file, split off from org.el.
8056         * org/org-info.el: New file, split off from org.el.
8058         * org/org-infojs.el: New file.
8060         * org/org-irc.el: New file.
8062         * org/org-macs.el: New file, split off from org.el.
8064         * org/org-mew.el: New file.
8066         * org/org-mhe.el: New file, split off from org.el.
8068         * org/org-publish.el: New file, split off from org.el.
8070         * org/org-remember.el: New file, split off from org.el.
8072         * org/org-rmail.el: New file, split off from org.el.
8074         * org/org-table.el: New file, split off from org.el.
8076         * org/org-vm.el: New file, split off from org.el.
8078         * org/org-wl.el: New file, split off from org.el.
8080 2008-04-27  Jason Riedy  <jason@acm.org>
8082         * org/org-table.el (orgtbl-to-generic): Add a :remove-nil-lines
8083         parameter that suppresses lines that evaluate to NIL.
8084         (orgtbl-get-fmt): New inline function for
8085         picking apart formats that may be lists.
8086         (orgtbl-apply-fmt): New inline function for applying formats that
8087         may be functions.
8088         (orgtbl-eval-str): New inline function for strings that may be
8089         functions.
8090         (orgtbl-format-line, orgtbl-to-generic): Use and document.
8091         (orgtbl-to-latex, orgtbl-to-texinfo): Document.
8092         (*orgtbl-llfmt*, *orgtbl-llstart*)
8093         (*orgtbl-llend*): Dynamic variables for last-line formatting.
8094         (orgtbl-format-section): Shift formatting to support detecting the
8095         last line and formatting it specially.
8096         (orgtbl-to-generic): Document :ll* formats.  Set to the non-ll
8097         formats unless overridden.
8098         (orgtbl-to-latex): Suggest using :llend to suppress the final \\.
8099         (*orgtbl-table*, *orgtbl-rtn*): Dynamically
8100         bound variables to hold the input collection of lines and output
8101         formatted text.
8102         (*orgtbl-hline*, *orgtbl-sep*, *orgtbl-fmt*, *orgtbl-efmt*)
8103         (*orgtbl-lfmt*, *orgtbl-lstart*, *orgtbl-lend*): Dynamically bound
8104         format parameters.
8105         (orgtbl-format-line): New function encapsulating formatting for a
8106         single line.
8107         (orgtbl-format-section): Similar for each section.  Rebinding the
8108         dynamic vars customizes the formatting for each section.
8109         (orgtbl-to-generic): Use orgtbl-format-line and
8110         orgtbl-format-section.
8111         (org-get-param): Now unused, so delete.
8112         (orgtbl-gather-send-defs): New function to
8113         gather all the SEND definitions before a table.
8114         (orgtbl-send-replace-tbl): New function to find the RECEIVE
8115         corresponding to the current name.
8116         (orgtbl-send-table): Use the previous two functions and implement
8117         multiple destinations for each table.
8119         * doc/org.texi (A LaTeX example): Note that fmt may be a
8120         one-argument function, and efmt may be a two-argument function.
8121         (Radio tables): Document multiple destinations.
8123 2008-04-27  Carsten Dominik  <dominik@science.uva.nl>
8125         * org/org-agenda.el (org-add-to-diary-list): New function.
8126         (org-prefix-has-effort): New variable.
8127         (org-sort-agenda-noeffort-is-high): New option.
8128         (org-agenda-columns-show-summaries)
8129         (org-agenda-columns-compute-summary-properties): New options.
8130         (org-format-agenda-item): Compute the duration of the item.
8131         (org-agenda-weekend-days): New variable.
8132         (org-agenda-list, org-timeline): Use the proper faces for dates in
8133         the agenda and timeline buffers.
8134         (org-agenda-archive-to-archive-sibling): New command.
8135         (org-agenda-start-with-clockreport-mode): New option.
8136         (org-agenda-clockreport-parameter-plist): New option.
8137         (org-agenda-clocktable-mode): New variable.
8138         (org-agenda-deadline-leaders): Allow a function value for the
8139         deadline leader.
8140         (org-agenda-get-deadlines): Deal with new function value.
8142         * org/org-clock.el (org-clock): New customization group.
8143         (org-clock-into-drawer, org-clock-out-when-done)
8144         (org-clock-in-switch-to-state, org-clock-heading-function):
8145         Move into the new group.
8146         (org-clock-out-remove-zero-time-clocks): New option.
8147         (org-clock-out): Use `org-clock-out-remove-zero-time-clocks'.
8148         (org-dblock-write:clocktable): Allow a Lisp form for the scope
8149         parameter.
8150         (org-dblock-write:clocktable): Fix bug with total time calculation.
8151         (org-dblock-write:clocktable): Request the unrestricted list of files.
8152         (org-get-clocktable): New function.
8153         (org-dblock-write:clocktable): Make sure :tstart and :tend can not only
8154         be strings but also integers (an absolute day number) and lists (m d y).
8156         * org/org-colview.el (org-columns-next-allowed-value)
8157         (org-columns-edit-value): Limit the effort for updating in the
8158         agenda to recomputing a single file.
8159         (org-columns-compute): Only write property value if it has changed.
8160         This avoids raising the buffer-change-flag unnecessarily.
8161         (org-agenda-colview-summarize)
8162         (org-agenda-colview-compute): New functions.
8163         (org-agenda-columns): Call `org-agenda-colview-summarize'.
8165         * org/org-exp.el (org-export-run-in-background): New option.
8166         (org-export-icalendar): Allow a batch process to trigger waiting
8167         after executing a system command.
8168         (org-export-preprocess-string): Rename from
8169         `org-cleaned-string-for-export'.
8170         (org-export-html-style): Made target class look like normal text.
8171         (org-export-as-html): Make use of the better preprocessing in
8172         `org-cleaned-string-for-export'.
8173         (org-cleaned-string-for-export): Better treatment of heuristic
8174         targets, many more internal links will now work in HTML export.
8175         (org-get-current-options): Incorporate LINK_UP, LINK_HOME, and INFOJS.
8176         (org-export-inbuffer-options-extra): New variable.
8177         (org-export-options-filters): New hook.
8178         (org-infile-export-plist): Find also the settings keywords in
8179         `org-export-inbuffer-options-extra'.
8180         (org-infile-export-plist): Allow multiple #+OPTIONS lines and
8181         multiple #+INFOJS_OPT lines.
8182         (org-export-html-handle-js-options): New function.
8183         (org-export-html-infojs-setup): New option.
8184         (org-export-as-html): Call `org-export-html-handle-js-options'.
8185         Add autoload to all entry points.
8186         (org-skip-comments): Function removed.
8188         * org/org-table.el (org-table-make-reference): Extra parenthesis
8189         around single fields, to make sure that algebraic formulas get
8190         correctly interpreted by calc.
8191         (org-table-current-column): No longer interactive.
8193         * org/org-export-latex.el (org-export-latex-preprocess):
8194         Rename from `org-export-latex-cleaned-string'.
8196 2008-04-27  Bastien Guerry  <bzg@altern.org>
8198         * org/org-publish.el (org-publish-get-base-files-1): New function.
8199         (org-publish-get-base-files): Use it.
8200         (org-publish-temp-files): New variable.
8201         Don't require 'dired-aux anymore.
8202         (org-publish-initial-buffer): New variable.
8203         (org-publish-org-to, org-publish): Use it.
8204         (org-publish-get-base-files-1): Bug fix: get
8205         the proper list of files when recursing thru a directory.
8206         (org-publish-get-base-files): Use the :exclude property to skip
8207         both files and directories.
8209 2008-04-27  Michael Albinus  <michael.albinus@gmx.de>
8211         * net/tramp.el (tramp-handle-make-symbolic-link)
8212         (tramp-handle-file-name-directory)
8213         (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
8214         (tramp-do-copy-or-rename-file-directly)
8215         (tramp-handle-insert-directory, tramp-handle-expand-file-name)
8216         (tramp-handle-substitute-in-file-name)
8217         (tramp-handle-insert-file-contents, tramp-handle-write-region)
8218         * net/tramp-cache.el (tramp-get-file-property)
8219         (tramp-set-file-property, tramp-flush-file-property)
8220         (tramp-flush-directory-property)
8221         * net/tramp-compat.el (tramp-compat-make-temp-file)
8222         * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
8223         Disable `file-name-handler-alist' when handling localname.
8224         It could have a remote file syntax, like a VMS file name.
8226 2008-04-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8228         * whitespace.el: New version 11.1.
8229         (whitespace-trailing-regexp): Option fix, now trailing regexp must be
8230         enclosed by \\( and \\)$.  Docstring fix.
8231         (whitespace-trailing-regexp): Fun removed.
8232         (whitespace-report-list): Const initialization fix.
8233         (whitespace-color-on): Code fix.
8235 2008-04-27  Andreas Schwab  <schwab@suse.de>
8237         * Makefile.el: Unbreak bootstrap.
8239 2008-04-27  Michael Albinus  <michael.albinus@gmx.de>
8241         * net/tramp.el (tramp-replace-environment-variables): New defun.
8242         (tramp-handle-substitute-in-file-name, tramp-file-name-handler):
8243         Use it.
8245 2008-04-27  Glenn Morris  <rgm@gnu.org>
8247         * emacs-lisp/bytecomp.el (byte-compile-file): Doc fix.
8249         * calculator.el (calculator-expt): Replace cl function `oddp'.
8251 2008-04-27  Johan BockgÃ¥rd  <bojohan@gnu.org>
8253         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
8254         Simplify.  Collect `defun' and `autoload' entries.
8255         Avoid modifying load-history.
8257 2008-04-26  Glenn Morris  <rgm@gnu.org>
8259         * textmodes/ispell.el (ispell-insert-word): Revert previous change.
8261         * simple.el (quoted-insert, zap-to-char): Revert previous change.
8263 2008-04-26  John Paul Wallington  <jpw@pobox.com>
8265         * hexl.el (hexl-mode): Stash `eldoc-documentation-function' in
8266         `hexl-mode-old-eldoc-documentation-function'.
8267         (hexl-mode-exit): Restore it.
8268         (hexl-mode-old-eldoc-documentation-function): Declare for compiler.
8270         * w32-fns.el (top-level): Don't set `completion-ignore-case' to t.
8272 2008-04-26  Juanma Barranquero  <lekktu@gmail.com>
8274         * minibuffer.el (completion-pcm-word-delimiters): Add :group.
8275         (completion-pcm--all-completions): Doc fix.
8276         (completion-styles-alist, completion-all-completions):
8277         Fix typos in docstrings.
8279 2008-04-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8281         * whitespace.el: There is now only one variable (whitespace-style) to
8282         specify which kind of blank is visualized.  Doc and docstring fix.
8283         New version 11.0.
8284         (whitespace-style): New option, replace whitespace-style-mark and
8285         whitespace-style-color.
8286         (whitespace-style-mark, whitespace-style-color): Options removed.
8287         (whitespace-hspace, whitespace-tab, whitespace-newline)
8288         (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
8289         (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
8290         (whitespace-hspace-regexp, whitespace-space-regexp)
8291         (whitespace-tab-regexp, whitespace-trailing-regexp)
8292         (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
8293         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
8294         (whitespace-space-after-tab-regexp, whitespace-line-column)
8295         (whitespace-display-mappings, whitespace-report): Docstring fix.
8296         (whitespace-color-value-list, whitespace-mark-value-list)
8297         (whitespace-active-color, whitespace-active-mark)
8298         (whitespace-toggle-color, whitespace-toggle-mark): Vars removed.
8299         (whitespace-style-value-list, whitespace-active-style)
8300         (whitespace-toggle-style): New vars.
8301         (whitespace-toggle-option-alist, whitespace-help-text):
8302         Var initialization and docstring fix.
8303         (whitespace-toggle-options, global-whitespace-toggle-options)
8304         (whitespace-cleanup, whitespace-cleanup-region)
8305         (whitespace-report-region, whitespace-interactive-char)
8306         (whitespace-toggle-list): Docstring and code fix.
8307         (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
8308         (whitespace-turn-off, whitespace-color-on, whitespace-color-off)
8309         (whitespace-display-char-on, whitespace-display-char-off): Code fix.
8310         (whitespace-style-face-p, whitespace-style-mark-p): New fun.
8312 2008-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8314         * diff-mode.el (diff-hunk-header-re-unified): Allow elided line counts.
8315         (diff-end-of-hunk, diff-unified->context, diff-fixup-modifs)
8316         (diff-sanity-check-hunk): Adjust code accordingly.
8318 2008-04-26  Glenn Morris  <rgm@gnu.org>
8320         * abbrev.el (define-abbrev): Don't use `iff' in doc-strings.
8322         * forms-d2.dat: Move to ../etc.
8323         * forms-d2.el (forms-file): Adapt for above change.
8325         * simple.el (quoted-insert, zap-to-char): Remove uses of obsolete
8326         `translation-table-for-input'.
8328         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): New function.
8329         (byte-compile-obsolete, byte-compile-variable-ref): Use it.
8331         * progmodes/fortran.el (fortran-mode-syntax-table): Change `;'
8332         to punctuation now it's not needed for abbrevs.
8333         (fortran-mode-abbrev-table): Remove defvar, make use of new
8334         define-abbrev-table :regexp feature.
8336         * textmodes/ispell.el (ispell-insert-word): Remove, and replace with
8337         insert, now that translation-table-for-input is not needed.
8339 2008-04-26  Johannes Weiner  <hannes@saeurebad.de>
8341         * emacs-lisp/pp.el (pp-display-expression): New function,
8342         extracted from pp-eval-expression.
8343         (pp-eval-expression): Use pp-display-expression.
8344         (pp-macroexpand-expression, pp-macroexpand-last-sexp): New functions.
8345         (pp-last-sexp): New function, extracted from pp-eval-last-sexp.
8346         (pp-eval-last-sexp): Use pp-last-sexp.
8348 2008-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8350         * abbrev.el (define-abbrev-table): Apply props even if the table
8351         exists already.
8353         * minibuffer.el (completion-table-with-context): Fix `pred' for the
8354         various kinds of completion tables.
8355         (completion-emacs22-try-completion): Place cursor after the /, as was
8356         done in Emacs-22's minibuffer-complete-word.
8357         Fix bug reported by David Hansen <david.hansen@gmx.net>.
8358         (completion-emacs22-try-completion): Merge all mergeable text rather
8359         than just /.
8360         (completion-pcm--delim-wild-regex): New var.
8361         (completion-pcm-word-delimiters): New custom.
8362         (completion-pcm--prepare-delim-re, completion-pcm--pattern-trivial-p)
8363         (completion-pcm--string->pattern, completion-pcm--pattern->regex)
8364         (completion-pcm--all-completions, completion-pcm-all-completions)
8365         (completion-pcm--merge-completions, completion-pcm--pattern->string)
8366         (completion-pcm-try-completion): New functions.
8367         (completion-styles-alist): Add them.
8368         (completion-styles): Add it to the default.
8370 2008-04-25  Nick Roberts  <nickrob@snap.net.nz>
8372         * progmodes/gdb-ui.el (gud-watch): Don't create speedbar...
8373         (gdb-var-create-handler): ...until here when there are values.
8374         (gdb-post-prompt): Don't do -var-update with no watch expressions.
8375         (gdb-info-locals-handler): Don't match "struct {...}" as an array.
8377 2008-04-25  Eli Zaretskii  <eliz@gnu.org>
8379         * ls-lisp.el (ls-lisp-format): Fix last change.
8380         (ls-lisp-uid-d-fmt, ls-lisp-uid-s-fmt, ls-lisp-gid-d-fmt)
8381         (ls-lisp-gid-s-fmt, ls-lisp-filesize-d-fmt)
8382         (ls-lisp-filesize-f-fmt): New defvars.
8383         (ls-lisp-insert-directory): Dynamically compute format specifiers
8384         for displaying UID, GID, and file size, and store them in the
8385         above variables.
8386         (ls-lisp-format): Use ls-lisp-filesize-f-fmt, ls-lisp-uid-s-fmt,
8387         ls-lisp-uid-d-fmt, ls-lisp-gid-s-fmt, and ls-lisp-gid-d-fmt
8388         instead of constant format strings.
8389         (ls-lisp-format-file-size): Use ls-lisp-filesize-f-fmt and
8390         ls-lisp-filesize-d-fmt instead of constant format strings.
8392 2008-04-24  Nick Roberts  <nickrob@snap.net.nz>
8394         * progmodes/gdb-ui.el (gdb-invalidate-assembler): Compare numeric
8395         value of addresses rather than (partial) string value.
8396         (gdb-frame-handler): Change regexp according to above change.
8397         (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
8398         (gdb-registers-mode, gdb-memory-mode, gdb-locals-mode)
8399         (gdb-assembler-mode): Disable undo in these buffers.
8401 2008-04-24  Michael Albinus  <michael.albinus@gmx.de>
8403         * net/tramp.el (tramp-get-remote-stat): Test whether stat supports %s.
8404         Reported by Loris Bennett <loris.bennett@fu-berlin.de>.
8406 2008-04-24  Sam Steingold  <sds@gnu.org>
8408         * textmodes/remember.el (remember-diary-extract-entries): Use
8409         diary-make-entry instead of the obsolete make-diary-entry.
8411 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8413         * subr.el (translation-table-for-input): Mark as obsolete.
8415         * isearch.el (isearch-search-string): Avoid string-bytes and aset.
8417         * international/quail.el (quail-build-decode-map): Avoid string-bytes.
8419         * textmodes/ispell.el (ispell-dictionary-alist-1)
8420         (ispell-dictionary-alist-2, ispell-dictionary-alist-3)
8421         (ispell-dictionary-alist-4, ispell-dictionary-alist-5)
8422         (ispell-dictionary-alist-6): Remove.
8423         (ispell-dictionary-base-alist): New var, merges the above.
8424         (ispell-find-aspell-dictionaries, ispell-set-spellchecker-params):
8425         Use it.
8426         (ispell-dictionary-alist): Default to nil.  Remove autoload.
8427         (ispell-local-dictionary-alist): Remove autoload.
8429         * progmodes/f90.el (f90-mode-syntax-table): Don't set ` as word syntax.
8430         (f90-mode-abbrev-table): Use the new :regexp feature.
8431         Merge defvar and mapc into define-abbrev-table.
8432         (f90-imenu-type-matcher): Remove unused `l'.
8433         (f90-imenu-generic-expression): Remove unused `not-ib'.
8434         (f90-prepare-abbrev-list-buffer): Use with-current-buffer.
8435         (f90-change-keywords): Use restore-buffer-modified-p.
8437 2008-04-24  Glenn Morris  <rgm@gnu.org>
8439         * net/goto-addr.el (goto-address-prog-mode):
8440         * progmodes/bug-reference.el (bug-reference-prog-mode):
8441         Define for compiler.
8443         * minibuffer.el (x-file-dialog): Declare as function.
8445         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file): Use
8446         dframe-update-speed rather than obsolete alias speedbar-update-speed.
8448         * calendar/cal-menu.el (cal-menu-diary-menu): Fix typo.
8449         (cal-menu-scroll-menu): Use commands rather than key macros, which don't
8450         work with easymenu.  Add :keys where needed.
8452         * calendar/cal-move.el (calendar-scroll-left): Handle case when
8453         event-start is nil.
8455         * calendar/calendar.el (calendar-mode-map): Fix typo.
8457 2008-04-24  Tom Tromey  <tromey@redhat.com>
8459         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
8460         Document keywords.  Add :suppress.
8461         * pcvs-defs.el (cvs-mode-map): Use :suppress.
8463         * net/goto-addr.el (goto-address-unfontify): New function.
8464         (goto-address-fontify): Use it.  Respect goto-address-prog-mode.
8465         (goto-address-fontify-region, goto-address-mode)
8466         (goto-address-prog-mode): New functions.
8468         * progmodes/bug-reference.el: New file.
8470 2008-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8472         * term/mac-win.el (mac-ts-active-input-buf): Move defvar to macterm.c.
8474 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8476         * emacs-lisp/easymenu.el (easy-menu-make-symbol): Don't wrap keyboard
8477         macros within lambdas.
8479 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8481         * minibuffer.el (completion-try-completion): Add `point' argument.
8482         Change return value.
8483         (completion-all-completions): Add `point' argument.
8484         (minibuffer-completion-help): Pass the new `point' argument.
8485         (completion--do-completion): Pass the whole field to try-completion.
8486         (completion--try-word-completion): Rewrite, making fewer assumptions.
8487         (completion-emacs21-try-completion, completion-emacs21-all-completions)
8488         (completion-emacs22-try-completion, completion-emacs22-all-completions)
8489         (completion-basic-try-completion, completion-basic-all-completions):
8490         New functions.
8491         (completion-styles-alist): Use them.
8493 2008-04-23  Agustín Martín  <agustin.martin@hispalinux.es>
8495         * textmodes/ispell.el (ispell-set-spellchecker-params):
8496         New function to make sure right params and dictionary alists are used
8497         after spellchecker changes.
8498         (ispell-aspell-dictionary-alist, ispell-last-program-name)
8499         (ispell-initialize-spellchecker-hook): New variables and hook.
8500         (ispell-find-aspell-dictionaries): Use ispell-aspell-dictionary-alist.
8501         (ispell-maybe-find-aspell-dictionaries): Remove.
8502         Calls replaced by (ispell-set-spellchecker-params) calls.
8503         (ispell-have-aspell-dictionaries): Remove.
8505         * textmodes/flyspell.el: Replace ispell-maybe-find-aspell-dictionaries
8506         by ispell-set-spellchecker-params.
8508 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8510         * complete.el (PC-do-completion): Be more robust in the presence of
8511         unexpected values in minibuffer-completion-predicate.
8513         * minibuffer.el (read-file-name): Don't let-bind default-directory.
8514         Only abbreviate default-filename if it's a file.
8516         * minibuffer.el (read-file-name-function, read-file-name-predicate)
8517         (read-file-name-completion-ignore-case, insert-default-directory):
8518         New vars, moved from fileio.c.
8519         (read-file-name): New fun, moved from fileio.c.
8520         * cus-start.el: Remove insert-default-directory and
8521         read-file-name-completion-ignore-case.
8523 2008-04-23  Magnus Henoch  <mange@freemail.hu>
8525         * tar-mode.el (tar-untar-buffer): If the entry has directory
8526         link type, extract it as a directory even if its file name doesn't
8527         end with a slash.  Fixes extraction of NetBSD tar archives.
8529 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8531         * server.el (server-start): Also don't get confused by CRs since we
8532         don't quote them.
8534 2008-04-23  Nick Roberts  <nickrob@snap.net.nz>
8536         * progmodes/gdb-ui.el (gdb-init-buffer): New function.
8537         (gdb-set-gud-minor-mode-existing-buffers)
8538         (gdb-info-breakpoints-custom, gdb-get-location)
8539         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
8540         Previously gdb-create-define-alist wasn't always run and added to
8541         after-save-hook.
8543         * progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer.
8545 2008-04-23  Kevin Ryde  <user42@zip.com.au>
8547         * progmodes/make-mode.el (makefile-fill-paragraph): Treat indented
8548         comments like unindented ones.
8550 2008-04-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8552         * term/mac-win.el (mac-ae-open-documents): Adjust selection range
8553         parameter origins.
8555 2008-04-23  Kevin Ryde  <user42@zip.com.au>
8557         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
8558         Bind print-level to ensure output forms aren't truncated if
8559         print-level is set to eval-expression-print-level when going via
8560         eval-defun and friends, or has been otherwise fiddled with.
8562 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8564         * progmodes/cc-mode.el (c-basic-common-init): Don't set
8565         font-lock-extend-after-change-region-function globally.
8567 2008-04-23  Juanma Barranquero  <lekktu@gmail.com>
8569         * speedbar.el (speedbar-use-tool-tips-flag)
8570         (speedbar-ignored-directory-regexp, speedbar-file-unshown-regexp)
8571         (speedbar-file-regexp, speedbar-message, speedbar-item-info)
8572         (speedbar-files-item-info, speedbar-maybe-add-localized-support)
8573         (speedbar-insert-files-at-point, speedbar-dynamic-tags-function-list)
8574         (speedbar-generic-list-positioned-group-p, speedbar-insert-generic-list)
8575         (speedbar-fetch-replacement-function, speedbar-extract-one-symbol)
8576         (speedbar-separator-face): Fix typos in docstrings.
8577         (speedbar-stealthy-function-list, speedbar-verbosity-level)
8578         (speedbar-supported-extension-expressions, speedbar-update-current-file)
8579         (speedbar-add-indicator, speedbar-tag-expand): Reflow docstring.
8580         (speedbar-use-imenu-flag, speedbar-ignored-directory-expressions)
8581         (speedbar-directory-unshown-regexp, speedbar-handle-delete-frame)
8582         (speedbar-show-info-under-mouse, speedbar-directory-buttons)
8583         (speedbar-check-vc-this-line, speedbar-files-line-directory)
8584         (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
8585         (speedbar-buffers-line-directory, speedbar-recenter-to-top)
8586         (speedbar-recenter): Doc fixes.
8587         (speedbar-update-speed, speedbar-navigating-speed): Add obsolescence
8588         declaration and remove redundant info in docstring.
8590 2008-04-23  Dan Nicolaescu  <dann@ics.uci.edu>
8592         * vc-git.el (vc-git-status-printer): Deal with directories.
8594         * vc.el (vc-next-action): Look at more than the first file to
8595         determine the state.
8597 2008-04-23  Glenn Morris  <rgm@gnu.org>
8599         * dframe.el (dframe-have-timer-flag): Drop support for Emacs without
8600         timers.  Doc fix.
8601         (dframe-update-speed): Drop support for XEmacs < 20.
8602         (dframe-frame-mode): Drop support for Emacs < 20.
8603         (dframe-set-timer-internal): Drop support for Emacs without timers.
8604         (dframe-popup-kludge): Use mouse-menu-major-mode-map if defined.
8606         * ediff-init.el (ediff-check-version): Drop support for very old Emacs
8607         versions.  Add doc-string.  Mark as obsolete.
8609         * ps-def.el (ps-color-device): Drop support for XEmacs < 19.12.
8611         * speedbar.el (speedbar-use-tool-tips-flag): Check for tooltip-mode,
8612         rather than using an Emacs version test.
8614         * tree-widget.el (tree-widget-image-enable): Use display-images-p
8615         rather than an Emacs version test.
8617         * calendar/cal-china.el (holiday-chinese-qingming)
8618         (holiday-chinese-winter-solstice, holiday-chinese): New functions.
8619         * calendar/calendar.el (calendar-chinese-all-holidays-flag): New.
8620         * calendar/holidays.el (holiday-oriental-holidays): Add more holidays.
8622         * calendar/cal-islam.el (holiday-islamic): Doc fix.
8624         * calendar/diary-lib.el (diary-list-sexp-entries): Doc fix.
8625         (diary-remind): Allow negative DAYS to represent a range 1:DAYS.
8626         Suggested by Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
8628 2008-04-23  Nick Roberts  <nickrob@snap.net.nz>
8630         * progmodes/gdb-ui.el (gdb-previous-frame-address): Rename...
8631         (gdb-previous-frame-pc-address): ...to this.
8632         (gdb-get-selected-frame): Use MI command -stack-info-frame instead
8633         of "info frame" with Gdb 6.4+.
8634         (gdb-stack-list-frames-regexp): New regexp.
8635         (gdb-frame-handler-1): Parse output of -stack-info-frame.
8637 2008-04-22  David Glasser  <glasser@davidglasser.net>  (tiny change)
8639         * tar-mode.el (tar-prefix-offset): New constant.
8640         (tar-header-block-tokenize): Support paths with long names
8641         which use the "ustar" standard.
8643 2008-04-22  Mathias Dahl  <mathias.dahl@gmail.com>
8645         * image-dired.el (image-dired-track-original-file)
8646         (image-dired-modify-mark-on-thumb-original-file):
8647         Use `dired-goto-file' instead of `search-forward'.  This solves
8648         a bug with finding files where the file name is a subset of other
8649         file names.  Doc fix.
8651 2008-04-22  Juri Linkov  <juri@jurta.org>
8653         * menu-bar.el (buffers-menu-max-size): Move its definition down to
8654         the "Buffers Menu" section.  Change group name `mouse' to `menu'.
8655         (yank-menu-length): Change group name `mouse' to `menu'.
8656         (buffers-menu-buffer-name-length): New user option.
8657         (menu-bar-update-buffers): Use buffers-menu-buffer-name-length
8658         instead of the hard-coded number 27.
8660 2008-04-22  Juri Linkov  <juri@jurta.org>
8662         * isearch.el (eval-when-compile): Require `help-macro'.
8663         (isearch-help-for-help-internal): Isearch specific Help screen
8664         created by `make-help-screen'.
8665         (isearch-help-map): New variable that binds "b", "k", "m" to
8666         isearch-specific commands, and binds other keys to
8667         isearch-other-control-char, thus allowing other Help keys to
8668         exit isearch mode and execute their global definitions.
8669         (isearch-help-for-help, isearch-describe-bindings)
8670         (isearch-describe-key, isearch-describe-mode): New commands.
8671         (isearch-mode-help): Define alias to isearch-describe-mode
8672         and remove its old function definition.
8673         (isearch-mode-map): Bind "\C-h" to isearch-help-map.
8674         Remove old comments because this issue is settled now.
8675         (isearch-forward): Describe three new Help commands in the docstring.
8676         (isearch-mode): Remove \\{isearch-mode-map} from the docstring,
8677         leave the single sentence at the first line of the docstring,
8678         and prepend the word "function" before `isearch-forward'
8679         to make the Help link to the function instead of variable.
8681 2008-04-22  Juri Linkov  <juri@jurta.org>
8683         * isearch.el (isearch-success-function): New variable with default
8684         to `isearch-success-function-default'.
8685         (isearch-search): Call a function from `isearch-success-function'
8686         instead of calling the hard-coded `isearch-range-invisible'.
8687         (isearch-success-function-default): New function that calls
8688         `isearch-range-invisible' and inverts its return value.
8690         * info.el (Info-search): In two similar places that skip
8691         undesired search matches move code to Info-search-success-function,
8692         and call `isearch-success-function' instead.
8693         (Info-search-success-function): New function copied from code
8694         in Info-search.  Replace isearch-range-invisible with
8695         text-property-not-all that checks for 'invisible and 'display
8696         properties to skip partially invisible matches (whose display
8697         properties were set by Info-fontify-node).
8698         (Info-mode): Set buffer-local isearch-success-function
8699         to Info-search-success-function.
8701 2008-04-22  Juri Linkov  <juri@jurta.org>
8703         * minibuffer.el (internal-complete-buffer-except): New function.
8705         * files.el (read-buffer-to-switch): New function.
8706         (switch-to-buffer-other-window, switch-to-buffer-other-frame):
8707         Change interactive spec to call read-buffer-to-switch instead of
8708         using the letter "B".
8710         * simple.el (minibuffer-default-add-shell-commands): New function.
8711         Use declare-function for mailcap-file-default-commands from "mailcap".
8712         (shell-command): Set local minibuffer-default-add-function to
8713         minibuffer-default-add-shell-commands in minibuffer-with-setup-hook
8714         before calling read-shell-command.  Set 4th arg default-value of
8715         read-shell-command to relative buffer-file-name in file buffers.
8717         * dired-aux.el (dired-read-shell-command-default): Move it to
8718         gnus/mailcap.el and change its name to more general name
8719         mailcap-file-default-commands.
8720         (minibuffer-default-add-dired-shell-commands): New function.
8721         Use declare-function for mailcap-file-default-commands from "mailcap".
8722         (dired-read-shell-command): Set local minibuffer-default-add-function
8723         to minibuffer-default-add-dired-shell-commands in minibuffer-with-setup-hook
8724         before calling read-shell-command.  Remove dired-read-shell-command-default
8725         from the default value arg because default values are not set in
8726         minibuffer-default-add-dired-shell-commands.  Doc fix.
8728         * dired-x.el (dired-smart-shell-command): Sync arguments and
8729         interactive spec with changes in `shell-command'.
8730         Use dired-get-filename to get the dired file name at point
8731         as the default value in dired mode.
8733 2008-04-22  Juanma Barranquero  <lekktu@gmail.com>
8735         * info.el (Info-complete-menu-item): Add missing parenthesis.
8737 2008-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8739         * info.el (Info-complete-menu-item): Save point.
8741 2008-04-22  Juanma Barranquero  <lekktu@gmail.com>
8743         * minibuffer.el (minibuffer-complete-and-exit): Fix last change.
8745 2008-04-22  Andreas Schwab  <schwab@suse.de>
8747         * Makefile.in (emacs-deps): Define.
8748         Use it instead of $(lisp)/subdirs.el.
8750 2008-04-22  Dan Nicolaescu  <dann@ics.uci.edu>
8752         * vc.el (vc-next-action): Do not consider directories when
8753         checking for state compatibility.
8754         (vc-transfer-file): Use when not if.
8755         (vc-dir-parent-marked-p, vc-dir-children-marked-p): New functions.
8756         (vc-dir-mark-file): Use them.
8757         (vc-deduce-fileset): Also return the backend.
8758         (vc-diff-internal): Take as argument the value returned by
8759         vc-deduce-fileset instead of just the fileset.
8760         (vc-next-action, vc-finish-logentry, vc-version-diff, vc-diff)
8761         (vc-dir-mark-file, vc-print-log, vc-revert, vc-rollback)
8762         (vc-update): Update the vc-deduce-fileset and vc-diff-internal calls.
8764 2008-04-22  Tassilo Horn  <tassilo@member.fsf.org>
8766         * doc-view.el (doc-view-scroll-up-or-next-page): Don't use
8767         set-window-vscroll but image-scroll-down.  Fixes a bug where a
8768         command following SPC scrolled up again.
8770 2008-04-22  Nick Roberts  <nickrob@snap.net.nz>
8772         * progmodes/gdb-ui.el (gdb-locals-header): New variable.
8773         (gdb-locals-mode, gdb-registers-mode): Use it for header line.
8774         (gud-watch): Add "$" prefix when in registers buffer.
8776 2008-04-22  Glenn Morris  <rgm@gnu.org>
8778         * progmodes/gdb-ui.el (gdbmi-invalidate-frames): Declare as function.
8780         * whitespace.el (whitespace-display-table)
8781         (whitespace-display-table-was-local): Move definitions before use.
8783         * emacs-lisp/copyright.el (copyright-at-end-flag): New option.
8784         (copyright-limit): Respect copyright-at-end-flag.
8785         (copyright-re-search, copyright-start-point)
8786         (copyright-offset-too-large-p): New functions.
8787         (copyright-update-year): Use copyright-re-search.
8788         (copyright-update, copyright-fix-years): Use copyright-start-point,
8789         and copyright-re-search.
8790         (copyright): Use copyright-offset-too-large-p.
8791         * add-log.el (change-log-mode): Set copyright-at-end-flag.
8793         * add-log.el (top-level): Require 'cl when compiling.
8795 2008-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8797         * complete.el (PC-complete-as-file-name, PC-read-file-name-internal):
8798         Treat minibuffer-completion-predicate as a predicate.
8800         * minibuffer.el (completion--file-name-table): Accept both the old
8801         `dir' arg or the new `pred' arg.
8803         * ffap.el (ffap-read-file-or-url): Do not abuse completing-read's
8804         `predicate' argument to pass non-predicate data.
8805         (ffap-read-url-internal, ffap-read-file-or-url-internal):
8806         Use second arg as proper predicate.
8808         * vc-bzr.el (vc-bzr-complete-with-prefix): Remove.
8809         (vc-bzr-revision-completion-table): Use completion-table-with-context
8810         instead.
8812         * simple.el (choose-completion-string): Use minibuffer-completion-table.
8814 2008-04-21  Chong Yidong  <cyd@stupidchicken.com>
8816         * term.el (term-emulate-terminal): Perform redisplay after the
8817         process filter has finished running.
8819 2008-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8821         * vc.el (vc-dir): Use pop-to-buffer, so it can be customized.
8823         * minibuffer.el (completion-try-completion): Change magic symbol
8824         property name.  Rename from minibuffer-try-completion.
8825         (completion-all-completions): Rename from minibuffer-all-completions.
8826         Remove hide-spaces argument.
8827         (completion--do-completion): Rename from minibuffer--do-completion.
8828         (minibuffer-complete-and-exit): Call just try-completion rather than
8829         completion-try-completion to fix up the case.
8830         (completion--try-word-completion): Try to add space or hyphen before
8831         making `string' a prefix of `completion'.
8832         (completion--insert-strings): Rename from minibuffer--insert-strings.
8834 2008-04-22  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
8836         * net/tls.el (tls-program): Add -ign_eof argument to call the
8837         openssl commands.
8838         (tls-checktrust): Ditto.
8840 2008-04-21  Dan Nicolaescu  <dann@ics.uci.edu>
8842         * vc-cvs.el (vc-cvs-status-extra-headers): New function.
8844         * vc-hooks.el (vc-insert-file, vc-state, vc-working-revision)
8845         (vc-check-master-templates, vc-file-not-found-hook)
8846         (vc-kill-buffer-hook):
8847         * vc.el (vc-process-sentinel, vc-exec-after, vc-do-command)
8848         (vc-find-position-by-context, vc-buffer-context)
8849         (vc-restore-buffer-context, vc-responsible-backend)
8850         (vc-expand-dirs, vc-ensure-vc-buffer, vc-buffer-sync)
8851         (vc-next-action, vc-register, vc-register-with, vc-steal-lock)
8852         (vc-finish-logentry, vc-coding-system-for-diff, vc-switches)
8853         (vc-version-diff, vc-diff, vc-insert-headers)
8854         (vc-dired-buffers-for-dir, vc-dired-resynch-file)
8855         (vc-snapshot-precondition, vc-create-snapshot, vc-print-log)
8856         (vc-revert, vc-rollback, vc-version-backup-file)
8857         (vc-rename-master, vc-delete-file, vc-rename-file)
8858         (vc-branch-part, vc-default-retrieve-snapshot)
8859         (vc-annotate-display-autoscale, vc-annotate-display-select)
8860         (vc-annotate, vc-annotate-warp-revision, vc-annotate-difference)
8861         (vc-annotate-lines, vc-file-tree-walk-internal): Use when instead of if.
8862         (vc-dir-update): Handle directories.
8863         (vc-default-status-printer): Simplify.
8865         * progmodes/asm-mode.el (asm-mode-map):
8866         * progmodes/hideif.el (hide-ifdef-mode-menu): Add :help.
8868         * progmodes/m4-mode.el (m4-mode-map): Add menu.
8870 2008-04-21  Kenichi Handa  <handa@m17n.org>
8872         * select.el (xselect-convert-to-string): Send a C_STRING only if
8873         the polymorphic target TEXT is requested.
8875 2008-04-21  Juanma Barranquero  <lekktu@gmail.com>
8877         * minibuffer.el (completion-setup-hook, display-completion-list)
8878         (completion--file-name-table): Fix typos in docstrings.
8879         (completion-table-dynamic): Fix typo, and reflow docstring.
8881 2008-04-20  Andreas Schwab  <schwab@suse.de>
8883         * server.el (server-switch-buffer): Also consider clients in the
8884         selected frame.
8886 2008-04-19  Nick Roberts  <nickrob@snap.net.nz>
8888         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
8889         Select window clicked on first.
8890         (gdb): Display thread number in mode-line.
8891         (gdb-make-header-line-mouse-map): Move to avoid byte compiler warnings.
8892         (gdb-breakpoints-header): New variable.
8893         (gdb-breakpoints-mode, gdb-threads-mode): Use it for header line.
8895 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8897         * vc-sccs.el (vc-sccs-do-command): New fun.  Use the "sccs" command.
8898         (vc-sccs-register, vc-sccs-checkin, vc-sccs-find-revision)
8899         (vc-sccs-checkout, vc-sccs-rollback, vc-sccs-revert)
8900         (vc-sccs-steal-lock, vc-sccs-modify-change-comment)
8901         (vc-sccs-print-log): Use it.
8903         * vc-hooks.el (vc-path): Remove SCCS-specific hack.
8905         * emacs-lisp/lisp-mode.el (lisp-mode-auto-fill): Make it an alias.
8906         * progmodes/scheme.el (scheme-mode-variables): Don't use it.
8908         * tooltip.el (tooltip-previous-message): New var.
8909         (tooltip-show-help-non-mode): Rewrite to better follow the behavior of
8910         the C code (avoid overwriting a minibuffer, restore previous echo
8911         message, ...).
8912         (tooltip-delay, tooltip-process-prompt-regexp, tooltip-strip-prompt):
8913         Simplify.
8915 2008-04-19  Nick Roberts  <nickrob@snap.net.nz>
8917         * progmodes/gdb-ui.el (gdb-thread-indicator): New variable.
8918         (gdb-init-1): Initialise it.
8919         (gdb-annotation-rules): New entry for "new-thread".
8920         (gdb-thread-identification): New function to customize
8921         mode-line-buffer-identification.
8922         (gdb-frames-mode, gdb-registers-mode, gdb-locals-mode)
8923         (gdb-assembler-mode): Use it.
8924         (gdb-threads-mode): Force "info threads" onto queue.
8926 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8928         * files.el (locate-file-completion-table): Rename from
8929         locate-file-completion and make it use `pred' in the normal way.
8930         (locate-file-completion): New compatibility wrapper.
8931         (load-library): Use locate-file-completion-table.
8932         * finder.el (finder-commentary):
8933         * subr.el (locate-library):
8934         * emacs-lisp/find-func.el (find-library): Likewise.
8935         * info.el: Use with-current-buffer and inhibit-read-only.
8936         (Info-read-node-name-2): Change to use `predicate' in the normal way.
8937         (Info-read-node-name-1): Adjust uses accordingly.
8939         * minibuffer.el (completion-table-with-context): Add support for `pred'.
8940         (completion-table-with-terminator): Don't use complete-with-action
8941         since we have to distinguish all three cases anyway.
8942         (completion-table-with-predicate): New function.
8943         (dynamic-completion-table): Add obsolete alias.
8945         * emacs-lisp/trace.el (trace-make-advice): Don't change selected-window.
8947 2008-04-18  Sam Steingold  <sds@gnu.org>
8949         * vc.el (vc-dir-menu-map, vc-dir-mode-map, vc-dir-tool-bar-map):
8950         Use quit-window instead of bury-buffer.
8952 2008-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8954         * minibuffer.el (completion-table-with-terminator): Fix last fix.
8956 2008-04-18  Andreas Schwab  <schwab@suse.de>
8958         * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
8959         ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
8960         Depend on $(lisp)/subdirs.el.
8962 2008-04-18  Juanma Barranquero  <lekktu@gmail.com>
8964         * descr-text.el (describe-char-after):
8965         Use `define-obsolete-function-alias'.
8967         * dired-x.el (dired-omit-files-p): Use `define-obsolete-variable-alias'.
8969         * facemenu.el (facemenu-unlisted-faces): Fix obsolescence description.
8971         * savehist.el (savehist-load): Add WHEN to obsolescence declaration.
8972         Remove redundant obsolescence info in docstring.
8974         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
8975         (vc-header-alist): Add WHEN to obsolescence declaration.
8976         (vc-state): Fix typo in docstring.
8978         * emacs-lisp/checkdoc.el (checkdoc-minor-keymap):
8979         Use `define-obsolete-variable-alias'.
8981         * emulation/tpu-edt.el (tpu-have-ispell):
8982         * international/codepage.el (codepage-setup):
8983         Fix typo in obsolescence declaration.
8985         * international/mule.el (char-coding-system-table):
8986         Remove redundant obsolescence info in docstring.
8987         (charset-list, generic-char-p, set-char-table-default):
8988         Fix typos in obsolescence declarations.
8990         * international/mule-diag.el (non-iso-charset-alist):
8991         Fix typo in obsolescence declaration.
8992         (decode-codepage-char): Remove redundant obsolescence info in docstring.
8994         * font-core.el (font-lock-defaults-alist):
8995         * font-lock.el (font-lock-reference-face):
8996         * frame.el (screen-height, screen-width, set-screen-width)
8997         (set-screen-height):
8998         * hilit-chg.el (highlight-changes-initial-state):
8999         * isearch.el (isearch-return-char):
9000         * log-edit.el (cvs-commit-buffer-require-final-newline)
9001         (cvs-changelog-full-paragraphs):
9002         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
9003         (mouse-popup-menubar-stuff):
9004         * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
9005         (mouse-wheel-click-button):
9006         * outline.el (outline-visible):
9007         * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name):
9008         * pcvs-info.el (cvs-display-full-path, cvs-fileinfo->full-path):
9009         * emacs-lisp/lisp-mode.el (lisp-comment-indent):
9010         * progmodes/compile.el (compile-internal):
9011         Add WHEN to obsolescence declarations.
9013 2008-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9015         * emacs-lisp/debug.el (debug): Revert to bury-buffer since quit-window
9016         is not better anyway.
9018 2008-04-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9020         * whitespace.el (whitespace-report-region): Handle whitespace-tab-width
9021         properly.
9023 2008-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9025         * progmodes/python.el (python-mode-map): Use abbrev-table-menu.
9026         (python-use-skeletons): Remove, unused.
9027         (python-skeletons): Remove.  Use the abbrev table instead.
9028         (python-mode-abbrev-table): Fix regexp;
9029         add enable-function and case-fixed.
9030         (def-python-skeleton): Simplify.
9031         (python-expand-template): Use the abbrev-table and abbrev-insert.
9032         (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
9033         Remove.
9034         (python-mode): Don't set pre-abbrev-expand-hook.
9036         * skeleton.el: Set coding-tag.
9038         * abbrev.el (abbrev-insert): New function extracted from expand-abbrev.
9039         (expand-abbrev): Use it.
9040         (abbrev-table-menu): New function.
9042         * abbrev.el (define-abbrev-table): Fontify dosctrings as such.
9044         * minibuffer.el (completion-table-with-terminator): Fix paren typo.
9046 2008-04-17  Sam Steingold  <sds@gnu.org>
9048         * pcvs-util.el (cvs-bury-buffer): Use quit-window instead of the
9049         idiosyncratic bury-buffer/delete-window logic.
9051 2008-04-17  Juanma Barranquero  <lekktu@gmail.com>
9053         * emacs-lisp/crm.el (crm-completion-help, crm-complete)
9054         (crm-complete-word, crm-complete-and-exit): Fix typo in previous change.
9056 2008-04-17  Kenichi Handa  <handa@m17n.org>
9058         * international/characters.el: Don't make the width of U+00AD to 0.
9060 2008-04-17  Nick Roberts  <nickrob@snap.net.nz>
9062         * progmodes/gdb-ui.el (gdb-stack-update): New variable.
9063         (gdb, gdb-starting, gdb-frames-mode): Use it.
9064         (gdb-invalidate-frames): Advise to call "info stack" only if
9065         execution has occurred.
9066         (gdb-info-breakpoints-custom): Only update overlay-arrow pointing to
9067         selected frame if no execution has occurred.
9068         (gdb-frames-force-update): New interactive function.
9069         (gdb-frames-mode-map): Bind it to "F".
9071 2008-04-17  Michael Olson  <mwolson@gnu.org>
9073         * textmodes/remember.el (remember-version): Release Remember 2.0.
9075 2008-04-16  Yoni Rabkin  <yoni@rabkins.net>
9077         * textmodes/artist.el:
9078         * progmodes/vhdl-mode.el:
9079         * progmodes/verilog-mode.el:
9080         * progmodes/vera-mode.el:
9081         * progmodes/simula.el:
9082         * progmodes/ps-mode.el:
9083         * progmodes/cmacexp.el:
9084         * obsolete/hilit19.el:
9085         * emulation/viper.el:
9086         * ediff.el: Cleanup the bug-report email addresses and make sure the
9087         maintainer is still willing to handle bug reports.
9089 2008-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
9091         * vc.el (vc-dir-kill-query): Fix thinko.
9093 2008-04-16  Glenn Morris  <rgm@gnu.org>
9095         * calendar/diary-lib.el (diary-remind): Don't clobber `date' passed
9096         by diary-sexp-entry.
9098 2008-04-16  Markus Triska  <markus.triska@gmx.at>
9100         * proced.el (proced-command-alist): Add support for darwin.
9102 2008-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9104         * proced.el (proced-mode): Redefine as just the major-mode.
9105         (proced): Separate it from proced-mode.
9107         * vc.el: Rename vc-status to vc-dir and the vc-status var to vc-ewoc.
9109 2008-04-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9111         * whitespace.el: Honor the `indent-tabs-mode' setting from user.
9112         Suggested by Stephen Deasey <sdeasey@gmail.com>.  Honor also the
9113         `tab-width' setting from user.  New version 10.0.  Doc and docstring
9114         fix.
9115         (whitespace-style, whitespace-chars): Remove options.
9116         (whitespace-style-mark): New option, replace whitespace-style deleted
9117         option.  Fix docstring.
9118         (whitespace-style-color): New option, replace whitespace-chars deleted
9119         option.  Fix docstring.
9120         (whitespace-space, whitespace-hspace, whitespace-tab)
9121         (whitespace-newline, whitespace-trailing, whitespace-line)
9122         (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
9123         (whitespace-space-after-tab, whitespace-hspace-regexp)
9124         (whitespace-space-regexp, whitespace-tab-regexp)
9125         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
9126         (whitespace-empty-at-eob-regexp, whitespace-line-column)
9127         (whitespace-toggle-option-alist): Fix docstring.
9128         (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
9129         (whitespace-space-after-tab-regexp, whitespace-display-mappings): Fix
9130         docstring and initialization.
9131         (global-whitespace-mode): Autoloaded global minor mode.
9132         (whitespace-chars-value-list, whitespace-style-value-list)
9133         (whitespace-active-chars, whitespace-active-style)
9134         (whitespace-toggle-chars, whitespace-toggle-style): Remove vars.
9135         (whitespace-color-value-list): New var, replace
9136         whitespace-chars-value-list removed var.
9137         (whitespace-mark-value-list): New var, replace
9138         whitespace-style-value-list removed var.
9139         (whitespace-active-color): New var, replace whitespace-active-chars
9140         removed var.
9141         (whitespace-active-mark): New var, replace whitespace-active-style
9142         removed var.
9143         (whitespace-toggle-color): New var, replace whitespace-toggle-chars
9144         removed var.
9145         (whitespace-toggle-mark): New var, replace whitespace-toggle-style
9146         removed var.
9147         (whitespace-toggle-option-alist, whitespace-report-list)
9148         (whitespace-report-text, whitespace-help-text): Fix initialization.
9149         (whitespace-indent-tabs-mode, whitespace-tab-width): New vars.
9150         (whitespace-toggle-options, global-whitespace-toggle-options)
9151         (whitespace-cleanup-region, whitespace-report-region)
9152         (whitespace-interactive-char): Fix docstring and code.
9153         (whitespace-cleanup, whitespace-report): Fix docstring.
9154         (whitespace-replace-spaces-by-tabs): Remove fun.
9155         (whitespace-replace-action): New fun, replace
9156         whitespace-replace-spaces-by-tabs removed fun.
9157         (whitespace-regexp, whitespace-indentation-regexp)
9158         (whitespace-space-after-tab-regexp, whitespace-insert-value)
9159         (whitespace-kill-buffer): New funs.
9160         (whitespace-insert-option-mark, whitespace-help-on)
9161         (whitespace-help-off, whitespace-turn-on, whitespace-turn-off)
9162         (whitespace-color-on, whitespace-color-off)
9163         (whitespace-display-char-on): Fix code.
9165 2008-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9167         * mouse-drag.el (mouse-throw-magnifier-with-scroll-bar)
9168         (mouse-throw-magnifier-with-mouse-movement): Remove.
9169         (mouse-throw-magnifier-base): New const.
9170         (mouse-drag-scroll-delta): New fun.
9171         (mouse-drag-throw): Use it.
9173 2008-04-15  Juanma Barranquero  <lekktu@gmail.com>
9175         * international/uni-bidi.el, international/uni-category.el:
9176         * international/uni-combining.el, international/uni-comment.el:
9177         * international/uni-decimal.el, international/uni-decomposition.el:
9178         * international/uni-digit.el, international/uni-lowercase.el:
9179         * international/uni-mirrored.el, international/uni-name.el:
9180         * international/uni-numeric.el, international/uni-old-name.el:
9181         * international/uni-titlecase.el, international/uni-uppercase.el:
9182         * international/charprop.el: Regenerate.
9184 2008-04-15  Dan Nicolaescu  <dann@ics.uci.edu>
9186         * vc.el (vc-status-fileinfo): Add new member directoryp.
9187         (vc-default-status-printer): Print directories.
9188         (vc-status-update): Sort files before subdirectories.
9190         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
9191         Add alternative implementation based on "cvs update".
9193 2008-04-15  Tassilo Horn  <tassilo@member.fsf.org>
9195         * doc-view.el: Changed requirements section to tell that only one
9196         of dvipdf or dvipdfm is needed.
9197         (doc-view-already-converted-p): Fix bug that forced reconversion
9198         if doc was already converted.
9200 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9202         * minibuffer.el (minibuffer-message):
9203         Make sure we can put-text-property.
9205         * emacs-lisp/crm.el: Complete rewrite.
9207         * tmm.el (tmm-completion-delete-prompt): Don't hardcode point-min==1.
9208         (tmm-add-prompt): Make sure completion-setup-hook is preserved even in
9209         case of an error in display-completion-list.
9211         * filecache.el (file-cache-completions-keymap): Move init from
9212         file-cache-completion-setup-function into declaration.
9213         (file-cache-minibuffer-complete): Simplify.
9214         (file-cache-completion-setup-function): Use standard-output,
9215         preserve current-buffer.
9217         * vc.el (vc-status-update): Fix typo.
9218         (vc-status-update): Set needs-update.
9219         (vc-status-refresh): Î·-reduce.
9221 2008-04-14  Tassilo Horn  <tassilo@member.fsf.org>
9223         * doc-view.el (doc-view-mode-map): Bind C-a to image-bol and C-e
9224         to image-eol.
9226 2008-04-14  Alexandre Julliard  <julliard@winehq.org>
9228         * vc.el (vc-status-update): Undo the previous revert.
9230 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9232         * minibuffer.el (completion-table-with-terminator): Those completions
9233         are never valid w.r.t test-completion.
9234         (completion--file-name-table):
9235         Check completion-all-completions-with-base-size.
9237 2008-04-14  Tassilo Horn  <tassilo@member.fsf.org>
9239         * doc-view.el (doc-view-dvipdf-program): New variable.
9240         (doc-view-dvipdfm-program): Mention doc-view-dvipdf-program.
9241         (doc-view-mode-p): Check for doc-view-dvipdf-program as
9242         alternative for doc-view-dvipdfm-program.
9243         (doc-view-dvi->pdf): Prefer dvipdf over dvipdfm.
9245         * doc-view.el (doc-view-start-process): Don't set
9246         default-directory to "~/" if the current value is valid.
9247         This broke PS files that run other files in the same directory.
9249 2008-04-14  Dan Nicolaescu  <dann@ics.uci.edu>
9251         * vc.el (vc-status-kill-query): New function.
9252         (vc-status-mode): Add it to kill-buffer-query-functions.
9253         (vc-status-show-fileentry): New function.
9254         (vc-status-menu-map): Bind it.  Bind vc-next-action.
9256 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9258         * minibuffer.el (minibuffer-message): Put cursor at the right place.
9260 2008-04-13  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9262         * proced.el (proced-send-signal): Fix error recognition.
9264 2008-04-13  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9266         * proced.el (proced-command-alist): Remove sort column.
9267         (proced-command, proced-procname-column):
9268         Use make-variable-buffer-local.
9269         (proced-signal-function): Rename from proced-kill-program.
9270         Allow for elisp symbols and string values representing system calls.
9271         (proced-marker-regexp, proced-success-message): New functions.
9272         (proced): Use defalias.  Add autoload cookie.
9273         (proced-unmark-backward, proced-toggle-marks)
9274         (proced-hide-processes): New commands.
9275         (proced-do-mark): Simplify code.
9276         (proced-insert-mark): Use optional arg BACKWARD instead of line number.
9277         (proced-update): Remove sorting.
9278         (proced-send-signal): Display number of processes to operate on.
9279         Allow for system calls or elisp functions to send signals.
9280         Check if signal was sent successfully.
9282 2008-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9284         * minibuffer.el (completion-all-completion-with-base-size): New var.
9285         (completion--some): New function.
9286         (completion-table-with-context, completion--file-name-table):
9287         Return the base-size if requested.
9288         (completion-table-in-turn): Generalize to multiple arguments.
9289         (complete-in-turn): Compatibility alias.
9290         (completion-styles-alist): New var.
9291         (completion-styles): New customization.
9292         (minibuffer-try-completion, minibuffer-all-completions):
9293         New functions.
9294         (minibuffer--do-completion, minibuffer-complete-and-exit)
9295         (minibuffer-try-word-completion): Use them.
9296         (display-completion-list, minibuffer-completion-help): Use them.
9297         Handle all-completions's new base-size info to set completion-base-size.
9298         * info.el (Info-read-node-name-1): Use completion-table-with-context,
9299         completion-table-with-terminator and complete-with-action.
9300         Remove the now obsolete completion-base-size-function property.
9301         * simple.el (completion-list-mode-map): Move init into declaration.
9302         (completion-list-mode): Use define-derived-mode.
9303         (completion-setup-function): Use any completion-base-size that may
9304         have been set before.  Remove handling of completion-base-size-function.
9305         * loadup.el: Move abbrev.el up earlier.
9307 2008-04-13  Alexandre Julliard  <julliard@winehq.org>
9309         * vc-git.el (vc-git-after-dir-status-stage)
9310         (vc-git-dir-status-goto-stage): New functions.
9311         (vc-git-after-dir-status-stage1)
9312         (vc-git-after-dir-status-stage1-empty-db)
9313         (vc-git-after-dir-status-stage2): Remove, functionality moved
9314         into the new generic stage functions.
9315         (vc-git-dir-status-files): New function.
9317         * vc.el (vc-status-update): Revert an incorrect rewrite.
9318         Add some comments.
9319         (vc-status-refresh-files): New function.
9320         (vc-status-refresh): Use `vc-status-refresh-files' to refresh the
9321         state of up-to-date files.
9322         (vc-default-dir-status-files): New function.
9324 2008-04-13  Juanma Barranquero  <lekktu@gmail.com>
9326         * minibuffer.el (completion--embedded-envvar-table)
9327         (read-file-name-internal): Fix typos in 2008-04-11 change.
9329         * faces.el (read-face-name): Use `completion-table-in-turn',
9330         not `complete-in-turn'.
9332 2008-04-13  Andreas Schwab  <schwab@suse.de>
9334         * progmodes/etags.el: Require 'cl when compiling.
9336 2008-04-12  Nick Roberts  <nickrob@snap.net.nz>
9338         * progmodes/gud.el (gud-menu-map): Expand tooltip.
9340         * progmodes/gdb-ui.el (gdb-find-source-frame): Improve doc string.
9341         (menu): Add/expand menu tooltips.
9343 2008-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
9345         * progmodes/sh-script.el (sh-show-indent): Fix typo.
9346         (sh-mode-map): Add a toggle for inserting braces and quotes in pairs.
9348         * vc-cvs.el (vc-cvs-registered): Allow removed files to be
9349         considered registered.
9351 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
9353         * emacs-lisp/copyright.el (copyright-update-directory): New command.
9355         * ediff-wind.el (ediff-split-window-function)
9356         (ediff-merge-split-window-function): Improve custom type.
9358 2008-04-12  Eli Zaretskii  <eliz@gnu.org>
9360         * loadup.el ("minibuffer"): Move after "faces".
9362 2008-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9364         * progmodes/hideif.el (hif-factor): Handle unary minus.
9366 2008-04-12  Glenn Morris  <rgm@gnu.org>
9368         * calendar/cal-china.el (chinese-calendar-time-zone):
9369         Mark obsolete name as risky too.
9371         * calendar/calendar.el (calendar-faces): New custom group.
9372         (calendar-today, diary, holiday): Doc fix.
9373         Move to calendar-faces group.
9374         * calendar/diary-lib.el (diary-face, diary-anniversary, diary-time)
9375         (diary-button): Doc fix.  Move to calendar-faces group.
9377         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
9378         * desktop.el, files.el, hilit-chg.el, ibuffer.el, iswitchb.el:
9379         * pcvs-info.el, recentf.el, speedbar.el, calendar/cal-china.el:
9380         * calendar/cal-hebrew.el, calendar/cal-x.el, calendar/calendar.el
9381         * calendar/diary-lib.el, net/net-utils.el, progmodes/gud.el:
9382         Move non-autoloaded define-obsolete-variable-alias calls for defcustoms
9383         not in dumped files before the associated defcustom.
9385 2008-04-11  Johan BockgÃ¥rd  <bojohan@gnu.org>
9387         * minibuffer.el (lazy-completion-table): Fix debug spec.
9389 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9391         * minibuffer.el (complete-with-action, lazy-completion-table):
9392         Move from subr.el.
9393         (apply-partially, completion-table-dynamic)
9394         (completion-table-with-context, completion-table-with-terminator)
9395         (completion-table-in-turn): New funs.
9396         (completion--make-envvar-table, completion--embedded-envvar-table):
9397         New funs.
9398         (read-file-name-internal): Use them.
9399         (completion-setup-hook): Move from simple.el.
9400         * subr.el (complete-with-action, lazy-completion-table):
9401         * simple.el (completion-setup-hook): Move to minibuffer.el.
9403 2008-04-11  Glenn Morris  <rgm@gnu.org>
9405         * Makefile.in (AUTOGENEL): Add calc/calc-loaddefs.el.
9407 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9409         * progmodes/python.el (python-mode): Don't mess with hippie-expand.
9411         * Makefile.in (bootstrap-prepare): Make tpu-edt.el writable as well.
9413         * textmodes/fill.el (fill-forward-paragraph-function): New var.
9414         (fill-forward-paragraph): New fun.
9415         (fill-paragraph, fill-region): Use it.
9417         * vc.el: Change `dir-status' to not take (and pass) status-buffer.
9418         (vc-status-create-fileinfo): Make `extra' optional.
9419         (vc-status-busy): New fun.
9420         (vc-status-menu-map): Use it.
9421         (vc-status-crt-marked): Remove.
9422         (vc-status-update): Rename from vc-status-add-entries.
9423         Add argument so as to prevent addition of entries.  Rewrite.
9424         (vc-update-vc-status-buffer): Remove.
9425         (vc-status-refresh): Don't remove old entries, set them to
9426         up-to-date instead.  Also do it after the update is complete.
9427         (vc-status-marked-files): Î·-reduce.
9429         * dired.el (dired-read-dir-and-switches): Use read-directory-name even
9430         for non-dialogs.
9432         * Makefile.in (bootstrap-prepare): Don't copy ldefs-boot over loaddefs.
9434         * loadup.el: Load ldefs-boot.el if loaddefs.el doesn't exist.
9436 2008-04-11  Jan Djärv  <jan.h.d@swipnet.se>
9438         * tooltip.el (tooltip-show-help-non-mode): Set message-truncate-lines
9439         to t and don't truncate msg.
9441 2008-04-11  Glenn Morris  <rgm@gnu.org>
9443         * calendar/calendar.el (diary, holidays):
9444         Move custom groups to other files.
9445         (holiday-general-holidays, holiday-oriental-holidays)
9446         (holiday-local-holidays, holiday-other-holidays, hebrew-holidays-1)
9447         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
9448         (holiday-hebrew-holidays, holiday-christian-holidays)
9449         (holiday-islamic-holidays, holiday-bahai-holidays)
9450         (holiday-solar-holidays, calendar-holidays): Move to holidays.el.
9451         * calendar/diary-lib.el: Move custom group here from calendar.el.
9452         * calendar/holidays.el: Move custom group and variables here
9453         from calendar.el.
9455         * calendar/cal-china.el (calendar-chinese-time-zone): Mark as risky.
9457         * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
9458         Fix custom group.
9459         (calendar-current-time-zone-cache): Autoload riskiness.
9461         * calendar/cal-tex.el (cal-tex-preamble-extra): Fix custom type.
9463 2008-04-11  Chong Yidong  <cyd@stupidchicken.com>
9465         * woman.el (woman2-TH): Use string-equal instead of string-match.
9467 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9469         * smerge-mode.el (smerge-apply-resolution-patch): Fix typo.
9470         (smerge-resolve): Merge the "2-way refinement" case with one half of
9471         the "mere whitespace" resolution.
9473 2008-04-10  Dan Nicolaescu  <dann@ics.uci.edu>
9475         * vc-bzr.el (vc-bzr-after-dir-status): Detect the conflict state.
9477 2008-04-10  Juanma Barranquero  <lekktu@gmail.com>
9479         * subr.el (assoc-ignore-case, assoc-ignore-representation):
9480         Add WHEN to obsolescence declaration.
9482         * makefile.w32-in (AUTOGENEL): Add calc-loaddefs.el.
9484 2008-04-10  Dan Nicolaescu  <dann@ics.uci.edu>
9486         * vc-hooks.el (vc-state): Add new state `conflict'.
9487         (vc-after-save): Use when not if.
9488         (vc-default-mode-line-string): Deal with the conflict state.
9489         (vc-prefix-map, vc-menu-map): Bind vc-status instead of vc-directory.
9491         * vc.el (vc-editable-p, vc-default-status-printer)
9492         (vc-next-action): Deal with the conflict state.
9493         (vc-mark-resolved): New function.
9494         (vc-status-mode): Fix mode name.
9495         (vc-default-comment-history): Use when not if.
9496         (Todo): Add new entries, remove old ones.
9498         * vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news): Set conflict state.
9499         (vc-cvs-parse-status, vc-cvs-after-dir-status):
9500         * vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
9501         Detect the conflict state.
9503         * vc-hg.el (vc-hg-dir-status): Remove unneeded call.
9505 2008-04-10  Glenn Morris  <rgm@gnu.org>
9507         * menu-bar.el (menu-bar-options-menu) <truncate-lines>:
9508         Respect truncate-partial-width-windows in non-full windows,
9509         with regards to :toggle and :enable state.
9511         * simple.el (toggle-truncate-lines): Doc fix.
9513         * Makefile.in (MH_E_DIR): New variable.
9514         (MH_E_SRC): Restore variable removed 2008-03-13.
9515         (mh-loaddefs.el): Depend on $MH_E_SRC.
9516         (CAL_DIR, CAL_SRC): New variables.
9517         (cal-loaddefs.el, diary-loaddefs.el, hol-loaddefs.el):
9518         Depend on CAL_SRC.
9520         * calendar/calendar.el (calendar, diary): Add :prefix.
9521         (holidays): Change :prefix.
9522         (calendar-today, holiday, calendar-holiday-marker)
9523         (european-calendar-style): Change custom groups.
9525         * calendar/calendar.el (diary-hook, diary-display-hook):
9526         Move to diary-lib.el.
9527         * calendar/diary-lib.el (diary-hook, diary-display-hook):
9528         Move here from calendar.el.
9529         * calendar/appt.el: Require diary-lib rather than calendar.
9530         * calendar/cal-x.el (diary-display-hook): Declare for compiler.
9532         * calendar/appt.el (appt): Add :prefix.
9534         * calendar/diary-lib.el (diary-hook): Doc fix.
9535         (diary-mark-sexp-entries): Fix replacement of calendar-for-loop.
9537 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9539         * minibuffer.el (minibuffer--double-dollars, read-file-name-internal):
9540         New functions.
9542         * minibuffer.el (minibuffer--do-completion): Don't forget to propagate
9543         the arg to recursive calls.
9545 2008-04-09  Juanma Barranquero  <lekktu@gmail.com>
9547         * minibuffer.el (completion-auto-help): Fix typo.
9549 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9551         * vc-cvs.el (vc-cvs-diff-tree): Remove unused function.
9553 2008-04-09  Michael Albinus  <michael.albinus@gmx.de>
9555         * net/tramp.el (tramp-find-file-name-coding-system-alist): New defun.
9556         (tramp-handle-insert-file-contents, tramp-handle-write-region): Use it.
9558 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9560         * vc-hooks.el (vc-default-mode-line-string): Use ? for missing.
9562         * minibuffer.el (minibuffer): Move group from cus-edit.el.
9563         (completion-auto-help): Move from C code.
9564         (minibuffer--maybe-completion-help): Remove.
9565         (minibuffer--bitset): New function.
9566         (minibuffer--do-completion): Rename from minibuffer-do-completion.
9567         Renumber a bit.  Really complete on string *before* point.
9568         Add argument used for word-completion.
9569         Join trailing / in completion with following text, as done in
9570         minibuffer-complete-word.
9571         Handle new value `lazy' for completion-auto-help.
9572         (minibuffer-try-word-completion): New function extracted from
9573         minibuffer-complete-word.
9574         (minibuffer-complete-word): Use minibuffer--do-completion.
9575         (minibuffer--insert-strings): Rename from
9576         minibuffer-complete-insert-strings.
9577         (exit-minibuffer): Fix typo.
9578         * cus-edit.el (minibuffer): Move group to minibuffer.el.
9579         * cus-start.el: Remove completion-auto-help.
9581 2008-04-09  Alexandre Julliard  <julliard@winehq.org>
9583         * vc.el (vc-status-add-entries): New function.
9584         (vc-status-add-entry): Remove.
9585         (vc-update-vc-status-buffer, vc-status-mark-buffer-changed):
9586         Use vc-status-add-entries.
9588         * emacs-lisp/ewoc.el (ewoc-collect): Return results in the correct
9589         order.
9591 2008-04-09  Jason Rumney  <jasonr@gnu.org>
9593         * makefile.w32-in (LOADDEFS): Add mh-loaddefs.el.
9594         ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule.
9595         (pre-mh-loaddefs.el-CMD, pre-mh-loaddefs.el-SH): Remove.
9596         (AUTOGENEL): New variable.
9597         (distclean, maintainer-clean): New targets.
9599 2008-04-09  Chong Yidong  <cyd@stupidchicken.com>
9601         * emacs-lisp/regexp-opt.el (regexp-opt):
9602         Reduce max-lisp-eval-depth and max-specpdl-size to 10000.
9604 2008-04-09  Lennart Borgman  <lennart.borgman@gmail.com>
9606         * nxml/nxml-mode.el (nxml-cleanup): New function.
9607         (nxml-mode): Add it to change-major-mode-hook.
9609 2008-04-09  Jan Djärv  <jan.h.d@swipnet.se>
9611         * term/x-win.el (x-gtk-stock-map): Map info to gtk-info.
9613 2008-04-09  Juanma Barranquero  <lekktu@gmail.com>
9615         * calc/.cvsignore: New file.
9617 2008-04-09  Jan Djärv  <jan.h.d@swipnet.se>
9619         * vc.el (vc-status-tool-bar-map): Add vc-print-log to tool bar.
9621         * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as
9622         show-help-function when turning tooltip off.
9623         (tooltip-show): Call tooltip-show-help-non-mode if use-echo-area.
9624         (tooltip-trunc-str, tooltip-show-help-non-mode): New.
9626 2008-04-09  Alan Mackenzie  <acm@muc.de>
9628         * font-lock.el (font-lock-extend-after-change-region-function):
9629         Make it buffer local.
9631 2008-04-09  Glenn Morris  <rgm@gnu.org>
9633         * calendar/calendar.el (diary-file, european-calendar-style):
9634         Remove autoload cookies.
9636 2008-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
9638         * outline.el (outline-mode-menu-bar-map):
9639         * log-view.el (log-view-mode-menu):
9640         * log-edit.el (log-edit-menu): Add :help.
9642 2008-04-09  Chong Yidong  <cyd@stupidchicken.com>
9644         * emacs-lisp/regexp-opt.el (regexp-opt-group):
9645         Use substring-no-properties for correct handling of unibyte strings.
9647 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9649         * add-log.el (change-log-next-buffer): Handle the case where version<
9650         signals an error.
9652         * mouse.el (mouse-menu-major-mode-map): New fun extracted from
9653         mouse-major-mode-menu.
9654         (mouse-menu-bar-map): New fun extracted from mouse-popup-menubar.
9655         (mouse-major-mode-menu, mouse-popup-menubar)
9656         (mouse-popup-menubar-stuff): Use them.
9657         (C-down-mouse-3): Bind to a dynamic map rather than to
9658         mouse-popup-menubar-stuff.
9660         * bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1
9661         to mouse-menu-major-mode-map rather than to mouse-major-mode-menu.
9663 2008-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
9665         * vc-svn.el (vc-svn-modify-change-comment): Add support for the
9666         file:// access method.
9668 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9670         * minibuffer.el: New file.
9671         * loadup.el: Load it.
9673 2008-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9675         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
9676         rather than subdirs.el.  It introduces an ugly circular dependency, tho.
9678         * calc/calc.el: Load "calc-loaddefs" rather than set up manual autoloads.
9679         (calc-mode-map, calc-digit-map, calc-dispatch-map):
9680         Move initialization into declaration.
9681         * calc/calc-yank.el:
9682         * calc/calc-misc.el:
9683         * calc/calc-embed.el:
9684         * calc/calc-aent.el: Add autoload cookies.  Set generated-autoload-file.
9686 2008-04-08  Michael Albinus  <michael.albinus@gmx.de>
9688         * ps-samp.el (ps-add-printer, ps-remove-printer)
9689         (ps-make-dynamic-printer-menu): New functions.
9691         * net/zeroconf.el: New file.
9693 2008-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9695         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits): Typo.
9697 2008-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
9699         * vc-rcs.el (vc-rcs-modify-change-comment):
9700         * vc-cvs.el (vc-cvs-modify-change-comment): Fix argument order.
9702         * log-view.el (log-view-mode-menu): Bind log-view-modify-change-comment.
9704 2008-04-08  Juanma Barranquero  <lekktu@gmail.com>
9706         * international/mule-cmds.el (set-locale-environment): Don't warn if
9707         coding system doesn't agree with system locale (this reverts changes
9708         by Dave Love, dated 2002-10-27 and 2002-10-09).
9710         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
9711         * emacs-lisp/cl-macs.el (get-setf-method): Use `string-match-p'.
9713         * emacs-lisp/copyright.el (copyright-update-year): Use `looking-at-p'.
9715 2008-04-08  Glenn Morris  <rgm@gnu.org>
9717         * calendar/calendar.el (calendar-date-style): Remove autoload cookie.
9718         * textmodes/remember.el (remember-diary-convert-entry):
9719         Require calendar.
9721         * textmodes/remember.el (remember-diary-extract-entries): Don't pass
9722         diary-file, since it is the default for make-diary-entry anyway.
9724         * calendar/cal-menu.el (cal-menu-event-to-date):
9725         Rename calendar-event-to-date.  Update callers.
9726         (calendar-mouse-tex-day): Rename cal-tex-mouse-day.
9727         (calendar-mouse-tex-week): Rename cal-tex-mouse-week.
9728         (calendar-mouse-tex-week2): Rename cal-tex-mouse-week2.
9729         (calendar-mouse-tex-week-iso): Rename cal-tex-mouse-week-iso.
9730         (calendar-mouse-tex-week-monday): Rename cal-tex-mouse-week-monday.
9731         (calendar-mouse-tex-filofax-daily): Rename cal-tex-mouse-filofax-daily.
9732         (calendar-mouse-tex-filofax-2week): Rename cal-tex-mouse-filofax-2week.
9733         (calendar-mouse-tex-filofax-week): Rename cal-tex-mouse-filofax-week.
9734         (calendar-mouse-tex-month): Rename cal-tex-mouse-month.
9735         (calendar-mouse-tex-month-landscape):
9736         Rename cal-tex-mouse-month-landscape.
9737         (calendar-mouse-tex-year): Rename cal-tex-mouse-year.
9738         (calendar-mouse-tex-filofax-year): Rename cal-tex-mouse-filofax-year.
9739         (calendar-mouse-tex-year-landscape):
9740         Rename cal-tex-mouse-year-landscape.
9741         (cal-menu-context-mouse-menu): Update for above name changes.
9743         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
9744         * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
9745         * calendar/cal-iso.el, calendar/cal-julian.el, calendar/cal-move.el:
9746         * calendar/cal-persia.el, calendar/cal-tex.el, calendar/calendar.el:
9747         * calendar/holidays.el: Replace int-to-string with number-to-string.
9749 2008-04-08  Chong Yidong  <cyd@stupidchicken.com>
9751         * mwheel.el (mwheel-scroll): Deactivate any temporarily active
9752         region if point moves.
9754 2008-04-08  Kenichi Handa  <handa@m17n.org>
9756         * faces.el (font-slant-table): Change numeric values for `r',
9757         `roman', and `normal'.
9759 2008-04-07  Vincent Belaïche  <vincent.b.1@hotmail.fr>
9761         * calc/calc-vec.el (calcFunc-kron, calc-kron): New functions.
9763 2008-04-07  Jay Belanger  <jay.p.belanger@gmail.com>
9765         * calc/calc-ext.el (calc-init-extensions): Add `calc-kron' and
9766         `calcFunc-kron' to autoloads.  Add keybinding for `calc-kron'.
9768 2008-04-07  Michael Albinus  <michael.albinus@gmx.de>
9770         * net/tramp.el (tramp-methods): Fix again tramp-copy-args of
9771         "pscp" and "psftp".  Reported by Gilles Pion <gpion@lfdj.com>.
9773 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9775         * dired-aux.el (dired-read-shell-command): Use read-shell-command.
9777 2008-04-07  Sam Steingold  <sds@gnu.org>
9779         * progmodes/inf-lisp.el (lisp-compile-string, lisp-eval-string):
9780         Add helper functions.
9781         (lisp-do-defun): Extract the common part of lisp-eval-defun and
9782         lisp-compile-defun; DEFVAR forms reset the variables to the init
9783         values, just like in emacs-lisp mode eval-defun.
9784         (lisp-eval-defun, lisp-compile-defun): Use lisp-do-defun.
9785         (lisp-compile-region): Use lisp-compile-string.
9787 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9789         * subr.el (combine-and-quote-strings): Also quote strings that contain
9790         the separator.
9792         * pcvs-util.el (cvs-map): Avoid recursion :-(
9794 2008-04-07  Glenn Morris  <rgm@gnu.org>
9796         * calendar/calendar.el (calendar-mode-map): Replace use of kbd.
9798         * calendar/calendar.el (diary-view-entries-initially-flag): Rename
9799         view-diary-entries-initially.  Keep old name as alias, update users.
9800         (calendar-mark-diary-entries-flag): Rename
9801         mark-diary-entries-in-calendar.  Keep old name as alias, update users.
9802         (calendar-view-holidays-initially-flag): Rename
9803         view-calendar-holidays-initially.  Keep old name as alias, update users.
9804         (calendar-mark-holidays-flag): Rename mark-holidays-in-calendar.
9805         Keep old name as alias, update users.
9806         (calendar-initial-window-hook): Rename initial-calendar-window-hook.
9807         Keep old name as alias, update users.
9808         (calendar-today-visible-hook): Rename today-visible-calendar-hook.
9809         Keep old name as alias, update users.
9810         (calendar-today-invisible-hook): Rename today-invisible-calendar-hook.
9811         Keep old name as alias, update users.
9812         (diary-iso-date-forms): Rename iso-date-diary-pattern.  Update users.
9813         (diary-american-date-forms): Rename american-date-diary-pattern.
9814         Keep old name as alias, update users.
9815         (diary-european-date-forms): Rename european-date-diary-pattern.
9816         Keep old name as alias, update users.
9817         (calendar-iso-date-display-form): Rename iso-calendar-display-form.
9818         Keep old name as alias, update users.
9819         (calendar-european-date-display-form): Rename
9820         european-calendar-display-form.  Keep old name as alias, update users.
9821         (calendar-american-date-display-form): Rename
9822         european-calendar-display-form.  Keep old name as alias, update users.
9823         (diary-show-holidays-flag): Rename holidays-in-diary-buffer.
9824         Keep old name as alias, update users.
9825         (holiday-general-holidays): Rename general-holidays.
9826         Keep old name as alias, update users.
9827         (holiday-oriental-holidays): Rename oriental-holidays.
9828         Keep old name as alias, update users.
9829         (holiday-local-holidays): Rename local-holidays.
9830         Keep old name as alias, update users.
9831         (holiday-other-holidays): Rename other-holidays.
9832         Keep old name as alias, update users.
9833         (holiday-hebrew-holidays): Rename hebrew-holidays.
9834         Keep old name as alias, update users.
9835         (holiday-christian-holidays): Rename christian-holidays.
9836         Keep old name as alias, update users.
9837         (holiday-islamic-holidays): Rename islamic-holidays.
9838         Keep old name as alias, update users.
9839         (holiday-bahai-holidays): Rename bahai-holidays.
9840         Keep old name as alias, update users.
9841         (holiday-solar-holidays): Rename solar-holidays.
9842         Keep old name as alias, update users.
9843         (diary-fancy-buffer): Rename fancy-diary-buffer.
9844         Keep old name as alias, update users.
9845         (calendar-other-calendars-buffer): Rename other-calendars-buffer.
9846         Update users.
9847         (calendar-hebrew-yahrzeit-buffer): Rename cal-hebrew-yahrzeit-buffer.
9848         Update users.
9849         (calendar-increment-month): Rename increment-calendar-month.
9850         Keep old name as alias, update callers.
9851         (calendar-increment-month-cons): Rename old calendar-increment-month.
9852         Update callers.
9853         (calendar-extract-month): Rename extract-calendar-month.
9854         Keep old name as alias, update callers.
9855         (calendar-extract-day): Rename extract-calendar-day.
9856         Keep old name as alias, update callers.
9857         (calendar-extract-year): Rename extract-calendar-year.
9858         Keep old name as alias, update callers.
9859         (calendar-generate-window): Rename generate-calendar-window.
9860         Update callers.
9861         (calendar-generate): Rename generate-calendar.  Update callers.
9862         (calendar-generate-month): Rename generate-calendar-month.
9863         Update callers.
9864         (calendar-redraw): Rename redraw-calendar.  Update callers.
9865         (calendar-describe-mode): Rename describe-calendar-mode.  Update uses.
9866         (calendar-mouse-other-month): Rename mouse-calendar-other-month.
9867         Update callers.
9868         (calendar-update-mode-line): Rename update-calendar-mode-line.
9869         Update callers.
9870         (calendar-exit): Rename exit-calendar.  Keep old name as alias,
9871         update callers.
9872         (calendar-mark-visible-date): Rename mark-visible-calendar-date.
9873         Keep old name as alias, update callers.
9874         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
9875         * calendar/cal-dst.el, calendar/cal-french.el, calendar/cal-hebrew.el:
9876         * calendar/cal-html.el, calendar/cal-islam.el, calendar/cal-iso.el:
9877         * calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el:
9878         * calendar/cal-persia.el, calendar/cal-tex.el, calendar/cal-x.el:
9879         * calendar/diary-lib.el, calendar/holidays.el, calendar/lunar.el:
9880         * calendar/solar.el: Update for calendar.el name changes.
9881         * org/org.el (org-agenda-format-date-aligned)
9882         (org-agenda-execute-calendar-command): Access date elements directly
9883         rather than using calendar functions.
9884         (org-read-date, org-goto-calendar, org-agenda-goto-calendar):
9885         Also set calendar-view-diary-initially-flag,
9886         calendar-view-holidays-initially-flag.
9887         (org-get-entries-from-diary): Also set diary-fancy-buffer.
9888         (org-agenda-execute-calendar-command): No need to set displayed-day.
9890 2008-04-06  Alan Mackenzie  <acm@muc.de>
9892         * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
9893         typo in the doc string.
9895         * progmodes/cc-mode.el (c-basic-common-init):
9896         Set font-lock-extend-after-change-region-function.
9897         (c-extend-after-change-region): New function, used in
9898         font-lock-extend-after-change-region-function, thus superseding
9899         advice on the Font Lock after change functions.
9900         (c-advise-fl-for-region): Remove this macro.
9902 2008-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
9904         * textmodes/flyspell.el (flyspell-duplicate-distance):
9905         Improve custom type.
9907 2008-04-06  Glenn Morris  <rgm@gnu.org>
9909         * calendar/diary-lib.el (diary-sexp-entry-symbol):
9910         Rename sexp-diary-entry-symbol.  Keep old name as alias, update users.
9911         (diary-list-entries-hook): Rename list-diary-entries-hook.
9912         Keep old name as alias, update users.
9913         (diary-mark-entries-hook): Rename mark-diary-entries-hook.
9914         Keep old name as alias, update users.
9915         (diary-nongregorian-listing-hook): Rename
9916         nongregorian-diary-listing-hook.  Keep old name as alias, update users.
9917         (diary-nongregorian-marking-hook): Rename
9918         nongregorian-diary-marking-hook.  Keep old name as alias, update users.
9919         (diary-print-entries-hook): Rename print-diary-entries-hook.
9920         Keep old name as alias, update users.
9921         (diary-abbreviated-year-flag): Rename abbreviated-calendar-year.
9922         Keep old name as alias, update users.
9923         (diary-number-of-entries): Rename number-of-diary-entries.
9924         Keep old name as alias, update users.
9925         (view-diary-entries, list-diary-entries, show-all-diary-entries):
9926         Give version of obsolescence.
9927         (diary-view-other-diary-entries): Rename view-other-diary-entries.
9928         Keep old name as alias, update callers.
9929         (diary-add-to-list): Rename add-to-diary-list.  Keep old name as alias,
9930         update callers.
9931         (diary-include-other-diary-files): Rename include-other-diary-files.
9932         Keep old name as alias, update callers.
9933         (diary-simple-display): Rename simple-diary-display.
9934         Keep old name as alias, update callers.
9935         (diary-fancy-display): Rename fancy-diary-display.
9936         Keep old name as alias, update callers.
9937         (diary-print-entries): Rename print-diary-entries.
9938         Keep old name as alias, update callers.
9939         (diary-marking-entries-flag): Rename marking-diary-entries.
9940         Update users.
9941         (diary-marking-entry-flag): Rename marking-diary-entry.  Update users.
9942         (diary-mark-entries): Rename mark-diary-entries.
9943         Keep old name as alias, update callers.
9944         (diary-mark-sexp-entries): Rename mark-sexp-diary-entries.
9945         Keep old name as alias, update callers.
9946         (diary-mark-included-diary-files): Rename mark-included-diary-files.
9947         Keep old name as alias, update callers.
9948         (calendar-mark-days-named): Rename mark-calendar-days-named.
9949         Keep old name as alias, update callers.
9950         (calendar-mark-month): Rename mark-calendar-month.
9951         Keep old name as alias, update callers.
9952         (calendar-mark-date-pattern): Rename mark-calendar-date-pattern.
9953         Keep old name as alias, update callers.
9954         (diary-sort-entries): Rename sort-diary-entries.
9955         Keep old name as alias, update callers.
9956         (diary-list-sexp-entries): Rename list-sexp-diary-entries.
9957         Keep old name as alias, update callers.
9958         (diary-make-entry): Rename make-diary-entry.  Keep old name as alias,
9959         update callers.
9960         (diary-insert-entry): Rename insert-diary-entry.
9961         Keep old name as alias.
9962         (diary-insert-weekly-entry): Rename insert-weekly-diary-entry.
9963         Keep old name as alias.
9964         (diary-insert-monthly-entry): Rename insert-monthly-diary-entry.
9965         Keep old name as alias.
9966         (diary-insert-yearly-entry): Rename insert-yearly-diary-entry.
9967         Keep old name as alias.
9968         (diary-insert-anniversary-entry): Rename insert-anniversary-diary-entry.
9969         Keep old name as alias.
9970         (diary-insert-block-entry): Rename insert-block-diary-entry.
9971         Keep old name as alias.
9972         (diary-insert-cyclic-entry): Rename insert-cyclic-diary-entry.
9973         Keep old name as alias.
9974         (diary-fancy-font-lock-keywords): Rename fancy-diary-font-lock-keywords.
9975         Keep old name as alias, update users.
9976         (diary-fancy-display-mode): Rename fancy-diary-display-mode.
9977         Keep old name as alias, update callers.
9978         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
9979         * calendar/cal-menu.el, calendar/cal-x.el, calendar/calendar.el:
9980         * calendar/icalendar.el: Update for diary-lib name changes.
9982 2008-04-06  Chong Yidong  <cyd@stupidchicken.com>
9984         * dired-aux.el (dired-overwrite-confirmed): Revert last change.
9986         * dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite
9987         for copy, move, and link operations.
9989 2008-04-06  Michael Kifer  <kifer@cs.stonybrook.edu>
9991         * emulation/viper-init.el, emulation/viper-ex.el, emulation/viper-cmd.el
9992         (viper-search-wrap-around-t): Replace with viper-search-wrap-around.
9994         * ediff-util.el, ediff-vers.el, ediff-wind.el: Replace 3-argument
9995         'require' statements with 1-argument ones (wrapped in if's).
9996         For compatibility with the current stable version of XEmacs.
9998 2008-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
10000         * vc.el (vc-status-prepare-status-buffer): Reset vc-parent-buffer-name.
10002 2008-04-06  Jason Rumney  <jasonr@gnu.org>
10004         * language/burmese.el ("Burmese"): Make sample text consistent with
10005         language name.
10007 2008-04-06  Nick Roberts  <nickrob@snap.net.nz>
10009         * progmodes/gdb-ui.el (gdb): New group.
10010         (gdb-debug-log-max, gdb-enable-debug)
10011         (gdb-cpp-define-alist-program, gdb-cpp-define-alist-flags)
10012         (gdb-show-main, gdb-many-windows, gdb-use-separate-io-buffer)
10013         (gdb-speedbar-auto-raise, gdb-use-colon-colon-notation)
10014         (gdb-show-changed-values, gdb-max-children)
10015         (gdb-delete-out-of-scope, gdb-same-frame, gdb-find-source-frame)
10016         (breakpoint-enabled, breakpoint-disabled, gdb-max-frames)
10017         (gdb-all-registers, gdb-memory-repeat-count, gdb-memory-format)
10018         (gdb-memory-unit): Move to new group from GUD group.
10019         (menu): Allow customization from GDB-UI menu-item.
10021 2008-04-05  Chong Yidong  <cyd@stupidchicken.com>
10023         * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
10025 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10027         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
10028         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
10029         Revision numbers can include ".".
10031         * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
10032         "+" lines not accounted for by counting "-" and context lines.
10034 2008-04-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10036         * term/mac-win.el (mac-service-open-file): Use file URL instead of
10037         file name string.
10039 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10041         * vc-bzr.el (vc-bzr-annotate-command): Preserve line alignment.
10042         (vc-bzr-annotate-time): Accept space used to preserve alignment.
10044 2008-04-05  Richard Stallman  <rms@gnu.org>
10046         * emacs-lisp/advice.el (defadvice): Add usage pattern.
10048 2008-04-05  Nick Roberts  <nickrob@snap.net.nz>
10050         * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
10051         thread in [h-e-w]).
10053 2008-04-05  Juanma Barranquero  <lekktu@gmail.com>
10055         * files.el (abort-if-file-too-large): Fix typo in docstring.
10057 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10059         * subr.el (functionp): Return nil for special forms.
10061 2008-04-05  Glenn Morris  <rgm@gnu.org>
10063         * emacs-lisp/autoload.el (autoload-ensure-default-file):
10064         Provide a feature.
10065         * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el:
10066         Require loaddefs file rather than loading it.
10067         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that
10068         autoload-ensure-default-file provides a feature.
10070         * Makefile.in (LOADDEFS): Add mh-loaddefs.el.
10071         (AUTOGENEL): mh-loaddefs is in $LOADDEFS now.
10072         (compile, compile-always, recompile): Use $LOADDEFS.
10073         (cal-autoloads): Remove.
10075         * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather
10076         than buffer-live-p.  Reported by David Koppelman <koppel@ece.lsu.edu>.
10078         * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
10079         (hebrew-holidays-3, hebrew-holidays-4): Don't autoload obsolescence.
10081         * calendar/calendar.el (diary-hebrew-entry-symbol):
10082         Rename hebrew-diary-entry-symbol.  Keep old name as alias.
10083         (diary-islamic-entry-symbol): Rename islamic-diary-entry-symbol.
10084         Keep old name as alias.
10085         (diary-bahai-entry-symbol): Rename bahai-diary-entry-symbol.
10086         Keep old name as alias.
10087         * calendar/cal-bahai.el: Update for rename bahai-diary-entry-symbol
10088         to diary-bahai-entry-symbol.
10089         * calendar/cal-hebrew.el: Update for rename hebrew-diary-entry-symbol
10090         to diary-hebrew-entry-symbol.
10091         * calendar/cal-islam.el: Update for rename islamic-diary-entry-symbol
10092         to diary-islamic-entry-symbol.
10093         * calendar/diary-lib.el: Update for diary-entry-symbol renames.
10095         * calendar/solar.el (diary-sabbath-candles-minutes)
10096         (diary-sabbath-candles): Move to cal-hebrew.
10097         * calendar/cal-hebrew.el (diary-hebrew-sabbath-candles-minutes)
10098         (diary-hebrew-sabbath-candles): Move here from solar.el and rename.
10099         Doc fix.  Keep old name as alias.
10100         (diary-hebrew-sabbath-candles): Simplify.
10101         (solar-setup, solar-sunrise-sunset, calendar-latitude)
10102         (calendar-longitude, calendar-time-zone): Declare for compiler.
10103         * calendar/diary-lib.el (list-sexp-diary-entries): Update doc for
10104         rename.
10106         * calendar/cal-coptic.el (calendar-coptic-month-name-array):
10107         Rename coptic-calendar-month-name-array.  Update callers.
10108         (calendar-coptic-epoch): Rename coptic-calendar-epoch.  Update callers.
10109         (calendar-coptic-name): Rename coptic-name.  Update callers.
10110         (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
10111         Update callers.
10112         (calendar-coptic-last-day-of-month):
10113         Rename coptic-calendar-last-day-of-month.  Update callers.
10114         (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
10115         Keep old name as alias, update callers.
10116         (calendar-coptic-print-date): Rename calendar-print-coptic-date.
10117         Keep old name as alias, update callers.
10118         (calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
10119         Keep old name as alias.
10120         (calendar-ethiopic-month-name-array):
10121         Rename ethiopic-calendar-month-name-array.  Update callers.
10122         (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
10123         Update callers.
10124         (calendar-ethiopic-name): Rename ethiopic-name.  Update callers.
10125         (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic.
10126         Keep old name as alias, update callers.
10127         (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date.
10128         Keep old name as alias, update callers.
10129         (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
10130         Keep old name as alias.
10132         * calendar/cal-french.el (calendar-french-epoch):
10133         Rename french-calendar-epoch.  Update callers.
10134         (calendar-french-month-name-array): Rename variable and function
10135         french-calendar-month-name-array.  Update callers.
10136         (calendar-french-multibyte-month-name-array):
10137         Rename french-calendar-multibyte-month-name-array.  Update callers.
10138         (calendar-french-day-name-array): Rename variable and function
10139         french-calendar-day-name-array.  Update callers.
10140         (calendar-french-special-days-array): Rename variable and function
10141         french-calendar-special-days-array.  Update callers.
10142         (calendar-french-multibyte-special-days-array):
10143         Rename french-calendar-multibyte-special-days-array.  Update callers.
10144         (calendar-french-accents-p): Rename french-calendar-accents.
10145         Update callers.
10146         (calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
10147         Update callers.
10148         (calendar-french-last-day-of-month):
10149         Rename french-calendar-last-day-of-month.  Update callers.
10150         (calendar-french-to-absolute): Rename calendar-absolute-from-french.
10151         Keep old name as alias, update callers.
10152         (calendar-french-print-date): Rename calendar-print-french-date.
10153         Keep old name as alias, update callers.
10154         (calendar-french-goto-date): Rename calendar-goto-french-date.
10155         Keep old name as alias.
10157         * calendar/cal-menu.el, calendar/calendar.el:
10158         Update for Coptic and French name changes.
10160         * calendar/cal-china.el (calendar-chinese): Rename custom group
10161         from chinese-calendar.  Update users.
10162         (calendar-chinese-time-zone): Rename chinese-calendar-time-zone.
10163         Keep old name as alias, update users.
10164         (calendar-chinese-location-name): Rename chinese-calendar-location-name.
10165         Keep old name as alias.
10166         (calendar-chinese-daylight-time-offset):
10167         Rename chinese-calendar-daylight-time-offset.  Keep old name as alias,
10168         update users.
10169         (calendar-chinese-standard-time-zone-name):
10170         Rename chinese-calendar-standard-time-zone-name.
10171         Keep old name as alias, update users.
10172         (calendar-chinese-daylight-saving-start):
10173         Rename chinese-calendar-daylight-savings-starts.
10174         Keep old name as alias, update users.
10175         (calendar-chinese-daylight-saving-end):
10176         Rename chinese-calendar-daylight-savings-ends.  Keep old name as alias,
10177         update users.
10178         (calendar-chinese-daylight-saving-start-time):
10179         Rename chinese-calendar-daylight-savings-starts-time.
10180         Keep old name as alias, update users.
10181         (calendar-chinese-daylight-saving-end-time):
10182         Rename chinese-calendar-daylight-savings-ends-time.
10183         Keep old name as alias, update users.
10184         (calendar-chinese-celestial-stem): Rename
10185         calendar-chinese-celestial-stem.  Keep old name as alias, update users.
10186         (calendar-chinese-terrestrial-branch):
10187         Rename calendar-chinese-terrestrial-branch.  Keep old name as alias,
10188         update users.
10189         (calendar-chinese-zodiac-sign-on-or-after):
10190         Rename chinese-zodiac-sign-on-or-after.  Update callers.
10191         (calendar-chinese-new-moon-on-or-after):
10192         Rename chinese-new-moon-on-or-after.  Update callers.
10193         (calendar-chinese-month-list): Rename chinese-month-list.
10194         Update callers.
10195         (calendar-chinese-number-months): Rename number-chinese-months.
10196         Update callers.
10197         (calendar-chinese-compute-year): Rename compute-chinese-year.
10198         Update callers.
10199         (calendar-chinese-year-cache): Rename chinese-year-cache.  Update users.
10200         (calendar-chinese-year): Rename chinese-year.  Update callers.
10201         (calendar-chinese-year-cache-init): Rename chinese-year-cache-init.
10202         (calendar-chinese-to-absolute): Rename calendar-absolute-from-chinese.
10203         Keep old name as alias, update callers.
10204         (calendar-chinese-print-date): Rename calendar-print-chinese-date.
10205         Keep old name as alias, update callers.
10206         (calendar-chinese-months-to-alist):
10207         Rename make-chinese-month-assoc-list.  Update callers.
10208         (calendar-chinese-months): Rename chinese-months.  Update callers.
10209         (calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
10210         Keep old name as alias, update callers.
10212         * calendar/cal-hebrew.el (calendar-hebrew-leap-year-p):
10213         Rename hebrew-calendar-leap-year-p.  Update callers.
10214         (calendar-hebrew-last-month-of-year):
10215         Rename hebrew-calendar-last-month-of-year.  Update callers.
10216         (calendar-hebrew-elapsed-days): Rename hebrew-calendar-elapsed-days.
10217         Update callers.
10218         (calendar-hebrew-days-in-year): Rename hebrew-calendar-days-in-year.
10219         Update callers.
10220         (calendar-hebrew-long-heshvan-p): Rename hebrew-calendar-long-heshvan-p.
10221         Update callers.
10222         (calendar-hebrew-short-kislev-p): Rename hebrew-calendar-short-kislev-p.
10223         Update callers.
10224         (calendar-hebrew-last-day-of-month):
10225         Rename hebrew-calendar-last-day-of-month.  Update callers.
10226         (calendar-hebrew-to-absolute): Rename calendar-absolute-from-hebrew.
10227         Keep old name as alias, update callers.
10228         (calendar-hebrew-print-date): Rename calendar-print-hebrew-date.
10229         Keep old name as alias, update callers.
10230         (calendar-hebrew-yahrzeit): Rename hebrew-calendar-yahrzeit.
10231         Keep old name as alias, update callers.
10232         (calendar-hebrew-goto-date): Rename calendar-goto-hebrew-date.
10233         Keep old name as alias.
10234         (holiday-hebrew-rosh-hashanah): Rename holiday-rosh-hashanah-etc.
10235         Keep old name as alias.
10236         (holiday-hebrew-hanukkah): Rename holiday-hanukkah.
10237         Keep old name as alias.
10238         (holiday-hebrew-passover): Rename holiday-passover-etc.
10239         Keep old name as alias.
10240         (holiday-hebrew-tisha-b-av): Rename holiday-tisha-b-av-etc.
10241         Keep old name as alias, update callers.
10242         (diary-hebrew-list-entries): Rename list-hebrew-diary-entries.
10243         Keep old name as alias.
10244         (calendar-hebrew-mark-date-pattern):
10245         Rename mark-hebrew-calendar-date-pattern.  Keep old name as alias,
10246         update callers.
10247         (diary-hebrew-mark-entries): Rename mark-hebrew-diary-entries.
10248         Keep old name as alias.
10249         (diary-hebrew-insert-entry): Rename insert-hebrew-diary-entry.
10250         Keep old name as alias.
10251         (diary-hebrew-insert-monthly-entry):
10252         Rename insert-monthly-hebrew-diary-entry.  Keep old name as alias.
10253         (diary-hebrew-insert-yearly-entry):
10254         Rename insert-yearly-hebrew-diary-entry.  Keep old name as alias.
10255         (calendar-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
10256         Keep old name as alias.
10257         (diary-hebrew-omer): Rename diary-omer.  Keep old name as alias.
10258         (diary-hebrew-yahrzeit): Rename diary-yahrzeit.  Keep old name as alias.
10259         (diary-hebrew-rosh-hodesh): Rename diary-rosh-hodesh.
10260         Keep old name as alias.
10261         (calendar-hebrew-parashiot-names):
10262         Rename hebrew-calendar-parashiot-names.  Update callers.
10263         (calendar-hebrew-parasha-name): Rename hebrew-calendar-parasha-name.
10264         (calendar-hebrew-year-Saturday-incomplete-Sunday):
10265         Rename hebrew-calendar-year-Saturday-incomplete-Sunday.
10266         (calendar-hebrew-year-Saturday-complete-Tuesday):
10267         Rename hebrew-calendar-year-Saturday-complete-Tuesday.
10268         (calendar-hebrew-year-Monday-incomplete-Tuesday):
10269         Rename hebrew-calendar-year-Monday-incomplete-Tuesday.
10270         (calendar-hebrew-year-Monday-complete-Thursday):
10271         Rename hebrew-calendar-year-Monday-complete-Thursday.
10272         (calendar-hebrew-year-Tuesday-regular-Thursday):
10273         Rename hebrew-calendar-year-Tuesday-regular-Thursday.
10274         (calendar-hebrew-year-Thursday-regular-Saturday):
10275         Rename hebrew-calendar-year-Thursday-regular-Saturday.
10276         (calendar-hebrew-year-Thursday-complete-Sunday):
10277         Rename hebrew-calendar-year-Thursday-complete-Sunday.
10278         (calendar-hebrew-year-Saturday-incomplete-Tuesday):
10279         Rename hebrew-calendar-year-Saturday-incomplete-Tuesday.
10280         (calendar-hebrew-year-Saturday-complete-Thursday):
10281         Rename hebrew-calendar-year-Saturday-complete-Thursday.
10282         (calendar-hebrew-year-Monday-incomplete-Thursday):
10283         Rename hebrew-calendar-year-Monday-incomplete-Thursday.
10284         (calendar-hebrew-year-Monday-complete-Saturday):
10285         Rename hebrew-calendar-year-Monday-complete-Saturday.
10286         (calendar-hebrew-year-Tuesday-regular-Saturday):
10287         Rename hebrew-calendar-year-Tuesday-regular-Saturday.
10288         (calendar-hebrew-year-Thursday-incomplete-Sunday):
10289         Rename hebrew-calendar-year-Thursday-incomplete-Sunday.
10290         (calendar-hebrew-year-Thursday-complete-Tuesday):
10291         Rename hebrew-calendar-year-Thursday-complete-Tuesday.
10292         (diary-hebrew-parasha): Rename diary-parasha.  Keep old name as alias.
10293         Update for above name changes of constants.
10295         * calendar/cal-menu.el, calendar/calendar.el:
10296         Update for chinese and hebrew name changes.
10297         * calendar/diary-lib.el: Update for hebrew name changes.
10299 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10301         * subr.el (keymap-canonicalize): Correct thinko.
10303         * server.el: Undo part of the multi-tty change, which is only
10304         needed if server.el is preloaded, and broke server-running-p.
10305         (server-socket-dir): Initialize in the defvar, as before.
10306         (server-start): Remove initialization of server-socket-dir.
10308 2008-04-05  Eli Zaretskii  <eliz@gnu.org>
10310         * ls-lisp.el (ls-lisp-format): Support inodes that are 2- or
10311         3-member cons cells.
10313 2008-04-05  Chong Yidong  <cyd@stupidchicken.com>
10315         * cus-face.el (custom-face-attributes): Handle roman slant.
10317         * faces.el (default): Ensure the face-defface-spec property is set.
10319 2008-04-05  Adrian Robert  <Adrian.B.Robert@gmail.com>
10321         * files.el (abort-if-file-too-large): New function.
10322         (find-file-noselect, insert-file-1): Use it.
10324 2008-04-05  Reto Zimmermann  <reto@gnu.org>
10326         * progmodes/vhdl-mode.el (vhdl-mode-map-init):
10327         Replace C-c[a-zA-Z] key bindings.
10329 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10331         * progmodes/hideif.el (hif-token-alist): New var.
10332         (hif-token-regexp, hif-tokenize): Use it.
10333         (hif-mathify-binop): New macro.
10334         (hif-plus, hif-minus, hif-notequal, hif-greater, hif-less)
10335         (hif-greater-equal, hif-less-equal): Use it.
10336         (hif-logior, hif-logand): New functions.
10337         (hif-math): Accept | and & as well.
10339         * progmodes/etags.el: Fix problem with completion for buffer-local
10340         tables.  Reported by Radey Shouman <shouman@comcast.net>.
10341         (tags-complete-tag): Remove.
10342         (tags-lazy-completion-table): New function to replace it.
10343         (find-tag-tag, complete-tag): Update users.
10345 2008-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
10347         * vc-rcs.el (vc-rcs-dir-status):
10348         * vc-sccs.el (vc-sccs-dir-status): New function.
10350         * outline.el (outline-mode-menu-bar-map):
10351         * term.el (terminal-signal-menu): Add :help.
10353         * net/eudc.el (eudc-mode-map): Declare and define in one step.
10354         (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.
10356         * emacs-lisp/re-builder.el (reb-mode-map):
10357         * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
10359         * diff-mode.el (diff-file-junk-re): Recognize the git format for
10360         new files, deleted files and for changing permissions.
10361         (diff-mode): Set beginning-of-defun-function and
10362         end-of-defun-function.
10364         * vc-bzr.el (vc-bzr-state): Use when instead of if.
10366         * vc.el (vc-default-status-fileinfo-extra): New function.
10367         (vc-status-mark-buffer-changed): Use it.
10368         (vc-update-vc-status-buffer): Allow for partial updates.
10370 2008-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10372         * net/tramp.el (after-init-hook): Don't wrap a lambda around
10373         tramp-register-completion-file-name-handler.
10375         * subr.el (keymap-canonicalize): New function.
10376         * mouse.el (mouse-menu-non-singleton): Use it.
10377         (mouse-major-mode-menu): Remove hack made unnecessary.
10379         * simple.el (set-fill-column): Prompt rather than error by default.
10381 2008-04-04  Andreas Schwab  <schwab@suse.de>
10383         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
10384         Reset new-rules after each round.
10386         * Makefile.in (cal-autoloads): New target.
10387         (compile, compile-always, recompile): Depend on it.
10388         ($(lisp)/calendar/cal-loaddefs.el)
10389         ($(lisp)/calendar/diary-loaddefs.el)
10390         ($(lisp)/calendar/hol-loaddefs.el): Depend on calendar/*.el.
10392 2008-04-04  Michael Kifer  <kifer@cs.stonybrook.edu>
10394         * ediff*.el: Replace load with require in eval-when-compile.
10396         * ediff-hook.el: Delete all invocations of (autoload ...).
10398         * ediff-util.el (ediff-setup): Make window-min-height a local variable
10399         in ediff control window, and set its min height to 2.
10400         (ediff-setup-control-buffer): Dedicate the control window.
10401         (ediff-toggle-multiframe): Undedicate control window.
10402         Work directly with ediff-setup-windows-multiframe and
10403         ediff-setup-windows-plain.
10405         * ediff-wind.el (ediff-choose-window-setup-function-automatically):
10406         New function.
10407         (ediff-window-setup-function): Change initialization.
10408         (ediff-setup-windows-automatic): Delete.
10409         (ediff-setup-windows-plain-merge): Make control window dedicated.
10410         (ediff-destroy-control-frame): Do not skip frames if working in a
10411         single frame.
10413         * emulation/viper-ex.el: Move provide's forward, prevent recursion in
10414         eval-when-compile.
10416         * emulation/viper-util.el: Move provide's forward, prevent recursion in
10417         eval-when-compile.
10419 2008-04-04  Glenn Morris  <rgm@gnu.org>
10421         * calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename
10422         calendar-absolute-from-bahai.  Update callers, keep old name as alias.
10424         * calendar/cal-islam.el (calendar-islamic-leap-year-p):
10425         Rename islamic-calendar-leap-year-p.  Update callers.
10426         (calendar-islamic-last-day-of-month):
10427         Rename islamic-calendar-last-day-of-month.  Update callers.
10428         (calendar-islamic-day-number):
10429         Rename islamic-calendar-day-number.  Update callers.
10430         (calendar-islamic-to-absolute): Rename calendar-absolute-from-islamic.
10431         Update callers, keep old name as alias.
10432         (calendar-islamic-print-date): Rename calendar-print-islamic-date.
10433         Update callers, keep old name as alias.
10434         (calendar-islamic-goto-date): Rename calendar-goto-islamic-date.
10435         Keep old name as alias.
10436         (diary-islamic-list-entries): Rename list-islamic-diary-entries.
10437         Update callers, keep old name as alias.
10438         (calendar-islamic-mark-date-pattern):
10439         Rename mark-islamic-calendar-date-pattern.  Update callers, keep old
10440         name as alias.
10441         (diary-islamic-insert-entry): Rename insert-islamic-diary-entry.
10442         Keep old name as alias.
10443         (diary-islamic-insert-monthly-entry):
10444         Rename insert-monthly-islamic-diary-entry.  Keep old name as alias.
10445         (diary-islamic-insert-yearly-entry):
10446         Rename insert-yearly-islamic-diary-entry.  Keep old name as alias.
10448         * calendar/cal-iso.el (calendar-iso-to-absolute): Rename
10449         calendar-absolute-from-iso.  Update callers, keep old name as alias.
10450         (calendar-iso-print-date): Rename calendar-print-iso-date.
10451         Update callers, keep old name as alias.
10452         (calendar-iso-goto-date): Rename calendar-goto-iso-date.
10453         Keep old name as alias.
10454         (calendar-iso-goto-week): Rename calendar-goto-iso-week.
10455         Keep old name as alias.
10457         * calendar/cal-julian.el (calendar-julian-to-absolute): Rename
10458         calendar-absolute-from-julian.  Update callers, keep old name as alias.
10459         (calendar-julian-print-date): Rename calendar-print-julian-date.
10460         Update callers, keep old name as alias.
10461         (calendar-julian-goto-date): Rename calendar-goto-julian-date.
10462         Update callers, keep old name as alias.
10463         (calendar-astro-to-absolute): Rename calendar-absolute-from-astro.
10464         Update callers, keep old name as alias.
10465         (calendar-astro-print-day-number):
10466         Rename calendar-print-astro-day-number.  Update callers, keep old
10467         name as alias.
10468         (calendar-astro-goto-day-number): Rename calendar-goto-astro-day-number.
10469         Update callers, keep old name as alias.
10471         * calendar/cal-mayan.el (calendar-mayan-string-from-long-count):
10472         Rename calendar-string-to-mayan-long-count.  Update callers.
10473         (calendar-mayan-print-date): Rename calendar-print-mayan-date.
10474         Update callers, keep old name as alias.
10475         (calendar-mayan-read-haab-date): Rename calendar-read-mayan-haab-date.
10476         Update callers.
10477         (calendar-mayan-read-tzolkin-date):
10478         Rename calendar-read-mayan-tzolkin-date.  Update callers.
10479         (calendar-mayan-next-haab-date): Rename calendar-next-haab-date.
10480         Keep old name as alias.
10481         (calendar-mayan-previous-haab-date): Rename calendar-previous-haab-date.
10482         Keep old name as alias.
10483         (calendar-mayan-next-tzolkin-date): Rename calendar-next-tzolkin-date.
10484         Keep old name as alias.
10485         (calendar-mayan-previous-tzolkin-date):
10486         Rename calendar-previous-tzolkin-date.  Keep old name as alias.
10487         (calendar-mayan-next-round-date):
10488         Rename calendar-next-calendar-round-date.  Keep old name as alias.
10489         (calendar-mayan-previous-round-date):
10490         Rename calendar-previous-calendar-round-date.  Keep old name as alias.
10491         (calendar-mayan-long-count-to-absolute): Rename
10492         calendar-absolute-from-mayan-long-count.  Keep old name as alias.
10493         (calendar-mayan-goto-long-count-date):
10494         Rename calendar-goto-mayan-long-count-date.  Keep old name as alias.
10496         * calendar/cal-persia.el (calendar-persian-month-name-array):
10497         Rename persian-calendar-month-name-array.  Update callers.
10498         (calendar-persian-epoch): Rename persian-calendar-epoch.
10499         Update callers.
10500         (calendar-persian-leap-year-p): Rename persian-calendar-leap-year-p.
10501         Update callers.
10502         (calendar-persian-last-day-of-month):
10503         Rename persian-calendar-last-day-of-month.  Update callers.
10504         (calendar-persian-to-absolute): Rename calendar-absolute-from-persian.
10505         Update callers, keep old name as alias.
10506         (calendar-persian-print-date): Rename calendar-print-persian-date.
10507         Update callers, keep old name as alias.
10508         (calendar-persian-goto-date): Rename calendar-goto-persian-date.
10509         Keep old name as alias.
10511         * calendar/cal-china.el, calendar/cal-coptic.el, calendar/cal-islam.el:
10512         * calendar/cal-persia.el, calendar/holidays.el, calendar/lunar.el:
10513         * calendar/solar.el: Update for cal-julian name changes.
10515         * calendar/cal-dst.el: Update for persian name changes.
10517         * calendar/cal-menu.el, calendar/calendar.el:
10518         Update for islamic, iso, julian, mayan, persian name changes.
10520         * calendar/diary-lib.el: Update for islamic name changes.
10522         * calendar/calendar.el (calendar-hebrew-all-holidays-flag):
10523         Rename all-hebrew-calendar-holidays.  Update callers, keep old name
10524         as alias.
10525         (calendar-christian-all-holidays-flag):
10526         Rename all-christian-calendar-holidays.  Update callers, keep old
10527         name as alias.
10528         (calendar-islamic-all-holidays-flag):
10529         Rename all-islamic-calendar-holidays.  Update callers, keep old
10530         name as alias.
10531         (calendar-bahai-all-holidays-flag): Rename all-bahai-calendar-holidays.
10532         Update callers, keep old name as alias.
10533         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/holidays.el:
10534         Update for the above name changes.
10536 2008-04-04  Juanma Barranquero  <lekktu@gmail.com>
10538         * hilit-chg.el (global-highlight-changes-mode)
10539         (highlight-changes-passive-string, highlight-changes-active-string):
10540         Mark as obsolete since 23.1, not 22.1.
10542 2008-04-03  Juanma Barranquero  <lekktu@gmail.com>
10544         * hilit-chg.el (highlight-changes-visibility-initial-state)
10545         (hilit-chg-update, highlight-changes-mode-turn-on):
10546         Fix typos in docstrings.
10548 2008-04-03  Stephen Berman  <Stephen.Berman@gmx.net>
10550         * newcomment.el (comment-enter-backward): Be careful to restore
10551         position changed during narrowing.
10553 2008-04-03  Giuliano Procida  <giuliano.procida@googlemail.com>  (tiny change)
10555         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
10556         Recognize `sub ($$)'.
10558 2008-04-03  Richard Sharman  <rsharman@pobox.com>
10560         * hilit-chg.el (highlight-changes-mode): Rename from
10561         highlight-changes; no longer uses sub-modes active and passive;
10562         implemented by define-minor-mode.
10563         (highlight-changes-toggle-visibility): New function, to replace
10564         the old passive/active submodes of global-highlight-changes-mode;
10565         implemented by define-minor-mode.
10566         (global-highlight-changes-mode): Rename from global-highlight-changes;
10567         rewrite using define-globalized-minor-mode.
10568         (hilit-chg-major-mode-hook, hilit-chg-check-global)
10569         (hilit-chg-post-command-hook, hilit-chg-check-global)
10570         (hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due
10571         to use of define-globalized-minor-mode.
10572         (highlight-changes-global-initial-state): Change to be boolean.
10573         (highlight-changes-visible-string, highlight-changes-invisible-string):
10574         Rename from highlight-changes-active-string and
10575         highlight-changes-passive-string.
10576         (hilit-chg-update, hilit-chg-set): Use them.
10577         (global-highlight-changes-mode): Rename from global-highlight-changes.
10578         (hilit-chg-map-changes, hilit-chg-display-changes): Add arguments to
10579         docstring.
10580         (hilit-chg-hide-changes): Rewrite to use dolist.
10581         (hilit-chg-set-face-on-change, hilit-chg-update)
10582         (highlight-changes-rotate-faces): Use highlight-changes-visible-mode
10583         variable instead of testing highlight-changes-mode.
10584         (highlight-markup-buffers): Add require ediff-util; argument on calls
10585         to highlight-changes-mode changed.
10586         (highlight-compare-with-file): Fix problems with interactive
10587         call giving invalid default file.
10589 2008-04-03  Nick Roberts  <nickrob@snap.net.nz>
10591         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
10592         Fix in disassembly buffer (regression in 22.2).
10594 2008-04-03  Michael Kifer  <kifer@cs.stonybrook.edu>
10596         * emulation/viper-macs.el (viper-read-fast-keysequence):
10597         Use viper-read-event instead of viper-read-key.
10599         * emulation/viper.el (viper-mode): Move the check for fundamental mode.
10601         * emulation/viper-util.el (viper-get-saved-cursor-color-in-insert-mode)
10602         (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant
10603         let-statements.
10605         * emulation/viper-ex.el, emulation/viper-macs.el:
10606         * emulation/viper-mous.el:
10607         Replace load with require in eval-when-compile.
10609 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10611         * files.el (auto-mode-alist): Use archive-mode for Debian packages.
10613         * arc-mode.el (archive-mode-map): Obey mouse-1-click-follows-link.
10614         (archive-try-jka-compr): New function.
10615         (archive-set-buffer-as-visiting-file): Use it.
10617         * tar-mode.el (tar-mode-map): Obey mouse-1-click-follows-link.
10619 2008-04-03  Chong Yidong  <cyd@stupidchicken.com>
10621         * simple.el (handle-shift-selection): New arg.
10623 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10625         * emacs-lisp/cl-macs.el (defsetf): Accept a lambda for the 2-arg form.
10627         * vc-bzr.el (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
10629 2008-04-03  Chong Yidong  <cyd@stupidchicken.com>
10631         * shell.el (shell-dynamic-complete-filename): New fun.
10632         (shell-dynamic-complete-functions): Use it.
10634         * help-fns.el (describe-variable): Undo 2008-02-25 change.
10636 2008-04-03  Kenichi Handa  <handa@m17n.org>
10638         * international/fontset.el (create-fontset-from-x-resource):
10639         Handle the error of X resource more gracefully.
10641         * international/latin1-disp.el (latin1-display): Don't use make-char.
10642         Fix the argument to set-char-table-range.
10643         (latin1-display-identities): Don't use make-char.
10644         (latin1-display-reset): Use map-charset-chars instead of directly
10645         calling standard-display-default.
10646         (latin1-display-check-font): Don't use make-char.
10647         (latin1-display-setup): Likewise.
10648         (latin1-display-ucs-per-lynx): Likewise.
10650 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10652         * emacs-lisp/timer.el (timer): Define as a defstruct, so we can
10653         name the fields, to make the code clearer.
10654         Rewrite all `aset' and `aref' using the defined accessors.
10655         (timer--time): New pseudo-field.
10656         (timer-set-time, timer-set-idle-time, timer-inc-time)
10657         (timer-set-time-with-usecs, with-timeout-suspend): Use it.
10658         (timer--time-less-p): New function.
10659         (timer--activate): New function, extracted from timer-activate.
10660         (timer-activate-when-idle, timer-activate): Use it.
10661         (cancel-function-timers): Use dolist.
10663 2008-04-03  Glenn Morris  <rgm@gnu.org>
10665         * add-log.el (c-beginning-of-defun, c-end-of-defun):
10666         Remove declarations; no longer used.
10667         (c-cpp-define-name, c-defun-name): Declare as functions.
10669         * calendar/cal-bahai.el (holiday-fixed): Autoload it.
10670         (holiday-bahai-new-year, holiday-bahai-ridvan): New functions.
10672         * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc)
10673         (holiday-passover-etc, holiday-hanukkah): Doc fix.
10674         Add optional argument.  Simplify.
10675         (holiday-tisha-b-av-etc): Use memq rather than unless.
10676         (holiday-julian): Autoload it.
10677         (holiday-hebrew-misc): New function.
10679         * calendar/cal-islam.el (holiday-islamic-new-year): New function.
10681         * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
10682         (hebrew-holidays-3, hebrew-holidays-4): Make obsolete.
10683         (hebrew-holidays-2): Just use holiday-hanukkah now it respects
10684         all-hebrew-calendar-holidays.
10685         (hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays):
10686         Simplify using new functions.
10687         (calendar-holidays): Doc fix.
10688         (generate-calendar-window): Use bound-and-true-p.
10690         * calendar/diary-lib.el (diary-mail-addr): Use bound-and-true-p.
10692         * calendar/holidays.el (calendar-holiday-list): Fix previous change.
10693         (holiday-filter-visible-calendar): Doc fix.  Use mapcar.
10694         (holiday-easter-etc): Fix nesting of result.  Tweak holiday order.
10695         Use calendar-date-is-visible-p, not holiday-filter-visible-calendar.
10697         * net/tramp.el (tramp-drop-volume-letter): Move definition before use.
10699 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10701         * vc-mtn.el (vc-mtn-command): Avoid localization of messages.
10703         * vc-bzr.el (vc-bzr-checkout): Simplify.
10705         * image-mode.el (image-mode-fit-frame): New command.
10707         * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo)
10708         (copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
10709         (keyboard-escape-quit): Check region-active-p i.s.o
10710         transient-mark-mode.
10712 2008-04-02  Simon Josefsson  <simon@josefsson.org>
10714         * net/imap.el (imap-enable-exchange-bug-workaround): New variable.
10715         (imap-message-copyuid-1): Use it.
10716         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
10717         J. Williams in
10718         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
10720 2008-04-02  Alan Mackenzie  <acm@muc.de>
10722         * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
10723         New optimised functions to get the name of the current defun/macro.
10725         * add-log.el (add-log-current-defun): Move the functionality which
10726         gets the current function name for C like modes to cc-cmds.el,
10727         thus optimising for speed.
10729 2008-04-02  Chong Yidong  <cyd@stupidchicken.com>
10731         * simple.el (deactivate-mark): When the mark is temporarily
10732         active, restore the original value of transient-mark-mode.
10733         (set-mark-command): First deactivate the mark if was temporarily active.
10734         (exchange-point-and-mark): Reactivate the mark if it was
10735         temporarily active.
10736         (handle-shift-selection): New fun.
10737         (transient-mark-mode): Move var documentation here from buffer.c.
10738         (next-line, previous-line, backward-word, move-end-of-line)
10739         (move-beginning-of-line, forward-to-indentation)
10740         (backward-to-indentation, back-to-indentation)
10741         (beginning-of-buffer, end-of-buffer): Add ^ interactive spec.
10743         * mouse.el (mouse-set-region-1): Save the old value of
10744         transient-mark-mode.
10745         (mouse-drag-track): Ignore the now-obsolete value `identity' for
10746         transient-mark-mode.
10748         * textmodes/paragraphs.el (forward-paragraph)
10749         (backward-paragraph, forward-sentence, backward-sentence): Add ^
10750         interactive spec.
10752         * emulation/cua-base.el (cua-mode): Turn off shift-select-mode.
10754 2008-04-02  Michael Albinus  <michael.albinus@gmx.de>
10756         * net/tramp.el (tramp-make-tramp-temp-file):
10757         Use `tramp-drop-volume-letter' for the local file name part.
10759 2008-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
10761         * progmodes/sh-script.el (sh-mode-map): Rename the menu.  Add :help.
10762         Add menu entries corresponding to all the key bindings.
10764         * emacs-lisp/debug.el (debugger-mode-map):
10765         * textmodes/conf-mode.el (conf-mode-map): Add a menu.
10766         (conf-align-assignments): Only work on the region if it is active.
10767         (conf-quote-normal): Use when instead of if.  Remove redundant test.
10769         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
10770         for tracing and re-builder.
10772 2008-04-02  Glenn Morris  <rgm@gnu.org>
10774         * calendar/appt.el (appt-disp-window-function): Doc fix.
10775         (appt-display-message): Move beep before display.
10776         (appt-check): Make interactive.  Reduce the number of lets.
10777         Use string-equal to compare mode-line strings.
10778         (appt-disp-window): Pluralize "minute" as needed.  Make appt buffer
10779         read-only.
10780         (appt-select-lowest-window, appt-make-list): Reduce the number of lets.
10781         (appt-delete): Simplify.
10783         * calendar/cal-china.el (holiday-chinese-new-year): Use a single let.
10785         * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
10787         * calendar/cal-hebrew.el (list-yahrzeit-dates):
10788         * calendar/cal-tex.el (cal-tex-insert-blank-days-at-end)
10789         (cal-tex-last-blank-p, cal-tex-daily-page): Expand calendar-for-loops.
10791         * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
10792         (calendar-holiday-marker, mark-visible-calendar-date):
10793         * calendar/diary-lib.el (fancy-diary-display):
10794         Check for font-lock-mode before using faces.
10796         * calendar/calendar.el (hebrew-holidays-3, generate-calendar-month)
10797         (calendar-gregorian-from-absolute): Reduce the number of lets.
10798         (hebrew-holidays-4, generate-calendar-window): Simplify.
10799         (calendar-for-loop): Make obsolete.
10800         (calendar-nth-named-day): Doc fix.
10802         * calendar/diary-lib.el (diary-list-entries, fancy-diary-display)
10803         (print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
10804         (calendar-mark-1, list-sexp-diary-entries, diary-remind):
10805         Reduce the number of lets.
10806         (mark-sexp-diary-entries, calendar-mark-complex):
10807         Expand calendar-for-loops.
10809 2008-04-01  Chong Yidong  <cyd@stupidchicken.com>
10811         * find-dired.el (find-dired-filter): Fix last patch to handle
10812         multi-line process input.  Pad link numbers too.
10814 2008-04-01  Jari Aalto  <jari.aalto@cante.net>
10816         * find-dired.el (find-dired-filter): Align columns by padding file sizes.
10818 2008-04-01  Jason Rumney  <jasonr@gnu.org>
10820         * international/characters.el (script-list): Add phonetic script,
10821         covering IPA (previously Latin), Phonetic Extensions and
10822         Phonetic Extensions Supplement (both previously unassigned).
10824         * international/fontset.el (setup-default-fontset): Use unicode fonts
10825         that cover bopomofo script for bopomofo.
10826         Likewise for braille and mathematical.
10827         Use unicode scripts that cover the phonetic script for IPA.
10829 2008-04-01  Johan BockgÃ¥rd  <bojohan@gnu.org>
10831         * emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
10832         return the assigned value.
10834 2008-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10836         * abbrev.el (abbrev-mode): Use define-minor-mode.
10838         * mouse.el (mouse-major-mode-menu-prefix): Remove.  Remove uses.
10839         (mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
10840         Use map-keymap.
10841         (minor-mode-menu-from-indicator): Use it.  Simplify.
10843         * bindings.el (mode-line-mode-menu): Move before (new) first use.
10844         (mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
10845         Bind the key directly to the menu.
10846         (mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.
10848 2008-04-01  Daiki Ueno  <ueno@unixuser.org>
10850         * epa.el (epa-decrypt-region): Explain the reason why this
10851         function should not be used in Lisp programs.
10852         (epa-decrypt-armor-in-region): Ditto.
10853         (epa-verify-region): Ditto.
10854         (epa-verify-cleartext-in-region): Ditto.
10855         (epa-sign-region): Ditto.
10856         (epa-encrypt-region): Ditto.
10858         * epg.el (epg-start-receive-keys): Fix typo in docstring.
10860         * epa.el (epa-select-keys): Show menu even if there is no key in
10861         GnuPG's keyring.
10863 2008-04-01  Glenn Morris  <rgm@gnu.org>
10865         * calendar/calendar.el (calendar-make-temp-face): New function.
10866         (mark-visible-calendar-date):
10867         * calendar/diary-lib.el (fancy-diary-display): Use it.
10869         * vc-hooks.el (vc-responsible-backend): Declare as function.
10871         * calendar/calendar.el (calendar-nongregorian-visible-p): New function.
10872         * calendar/cal-hebrew.el (calendar-hebrew-date-is-visible-p):
10873         * calendar/cal-julian.el (holiday-julian): Use it.
10875         * calendar/cal-hebrew.el (hebrew-calendar-elapsed-days): Doc fix.
10876         (calendar-hebrew-date-is-visible-p): Extract some common code into
10877         separate function.
10878         (holiday-hebrew, mark-hebrew-calendar-date-pattern): Use it.
10880         * calendar/cal-menu.el (cal-menu-holidays-menu):
10881         * calendar/calendar.el (calendar-mode-map): Use calendar-mark-holidays
10882         rather than obsolete alias.
10884         * calendar/calendar.el (mark-visible-calendar-date): Also use overlay
10885         for mark characters.
10886         (calendar-unmark): Unmark by removing all overlays, rather than
10887         redrawing.
10888         (calendar-starred-day): Remove.
10889         (calendar-mode): Disable undo.  Don't make calendar-starred-day local.
10890         (calendar-cursor-to-date): No need for special star handling now
10891         using overlays.
10892         (calendar-star-date): Use overlays.
10894         * calendar/cal-french.el (calendar-goto-french-date):
10895         * calendar/cal-hebrew.el (calendar-hebrew-from-absolute)
10896         (holiday-hanukkah, mark-hebrew-calendar-date-pattern):
10897         * calendar/cal-move.el (calendar-forward-month, calendar-end-of-month):
10898         * calendar/cal-persia.el (calendar-persian-date-string):
10899         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
10900         (cal-tex-cursor-month, cal-tex-LaTeXify-string):
10901         * calendar/lunar.el (lunar-phase-list, lunar-new-moon-on-or-after):
10902         * calendar/solar.el (solar-equinoxes-solstices):
10903         Reduce nesting of some lets.
10905         * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
10906         (calendar-goto-mayan-long-count-date): Simplify.
10908         * calendar/holidays.el (calendar-holiday-list, holiday-easter-etc):
10909         Simplify by using mapcar.
10910         (calendar-list-holidays): Return holiday-list.
10911         (list-holidays): Use let rather than let*.  Remove un-needed locals
10912         `d', `never'.
10913         (calendar-check-holidays): Return result from dolist.
10914         (holiday-float): Use a single let*.  Simplify if-and to and.
10915         (holiday-sexp, holiday-advent, holiday-greek-orthodox-easter): Use a
10916         single let*.
10918 2008-04-01  Jay Belanger  <jay.p.belanger@gmail.com>
10920         * calc/calc.el: Autoload `calc-yank'.
10921         (calc-mode-map): Add keybindings for `calc-yank'.
10922         * calc/calc-ext.el (calc-init-extensions): Remove keybinding
10923         assignments for `calc-yank'.
10925 2008-03-31  Dan Nicolaescu  <dann@ics.uci.edu>
10927         * vc.el (vc-status-add-entry): Assume ENTRY is a list, not a cons.
10928         (vc-status-mark-buffer-changed): Handle the extra field.
10930         * vc-bzr.el (vc-bzr-after-dir-status):
10931         * vc-cvs.el (vc-cvs-after-dir-status):
10932         * vc-hg.el (vc-hg-after-dir-status):
10933         * vc-svn.el (vc-svn-after-dir-status): Return a list, not a cons.
10935 2008-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
10937         * doc-view.el: Compute displayed pages first (in PDF).
10938         (doc-view-current-converter-processes): Rename from
10939         doc-view-current-converter-process.  Update users.
10940         (doc-view-sentinel): Test buffer's liveness.
10941         (doc-view-pdf/ps->png-sentinel): Remove.
10942         (doc-view-start-process): New function.
10943         (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
10944         (doc-view-ps->pdf): Use it.
10945         (doc-view-pdf->png-1, doc-view-pdf->png, doc-view-active-pages):
10946         New functions.
10947         (doc-view-convert-current-doc, doc-view-goto-page): Use them.
10948         (doc-view-mode): Kill the processes when leaving the mode.
10950 2008-03-31  Juanma Barranquero  <lekktu@gmail.com>
10952         * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p):
10953         Use `byte-compile-warning-types'.  Add docstring.
10955 2008-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
10957         * smerge-mode.el (smerge-apply-resolution-patch): New fun.
10958         (smerge-resolve): Add various resolution heuristics.
10960         * smerge-mode.el (smerge-refine): Allow highlighting other subparts
10961         in 3-way conflicts.
10963 2008-03-31  Glenn Morris  <rgm@gnu.org>
10965         * calendar/cal-bahai.el (diary-bahai-mark-entries):
10966         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
10967         * calendar/cal-islam.el (mark-islamic-diary-entries):
10968         Fix argument order in call to diary-mark-entries-1.
10970         * calendar/cal-bahai.el (calendar-bahai-date-string): Avoid an error for
10971         pre-Bahai dates.
10972         (holiday-bahai): Use an algorithm actually relevant to this calendar
10973         system.
10975         * calendar/cal-china.el (holiday-chinese-new-year): Doc fix.
10977         * calendar/cal-islam.el (holiday-islamic): Remove un-needed let.
10978         Use and.
10980         * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
10981         in the last fortnight in Julian October.
10983         * calendar/calendar.el (increment-calendar-month): Optionally handle
10984         systems without 12 months per year.
10986         (calendar-date-is-visible-p): Doc fix.  Simplify.
10988         * calendar/holidays.el (holiday-filter-visible-calendar): Return result
10989         from dolist.
10991 2008-03-30  Juanma Barranquero  <lekktu@gmail.com>
10993         * hi-lock.el (hi-lock-mode): Fix typos in docstring.
10994         (hi-lock-unload-function): New function.
10996 2008-03-30  Michael Albinus  <michael.albinus@gmx.de>
10998         * net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
10999         overwriting when NEWNAME is a local file.
11001         * net/trampver.el: Update release number.
11003 2008-03-30  Alexandre Julliard  <julliard@winehq.org>
11005         * vc-git.el: Make vc-status display information about copies,
11006         renames and permission changes.
11007         (vc-git-extra-fileinfo): New defstruct.
11008         (vc-git-escape-file-name, vc-git-file-type-as-string)
11009         (vc-git-rename-as-string, vc-git-permissions-as-string)
11010         (vc-git-status-printer): New functions.
11011         (vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo.
11012         (vc-git-after-dir-status-stage1): Look for copies, renames and
11013         permission changes.
11014         (vc-git-after-dir-status-stage1-empty-db): Set permissions.
11015         (vc-git-dir-status): Ask for staged files and renames.
11017 2008-03-30  Dan Nicolaescu  <dann@ics.uci.edu>
11019         * vc.el: Allow backends to display backend specific information in
11020         the vc-status listing.
11021         (vc-status-fileinfo): Add a field for backend specific information.
11022         (vc-status-printer): Rename to ...
11023         (vc-default-status-printer): ... this.
11024         (vc-status-printer): New function.
11025         (vc-update-vc-status-buffer): Set the backend specific file info
11026         if provided.
11028 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11030         * textmodes/remember.el (remember-diary-convert-entry): Revert last
11031         change (ill-conceived).
11033 2008-03-29  Glenn Morris  <rgm@gnu.org>
11035         * calendar/cal-hebrew.el (holiday-hebrew): Simplify.
11036         * calendar/cal-julian.el (holiday-julian): Simplify.
11038         * calendar/holidays.el (list-holidays): Use or.
11040 2008-03-29  Juri Linkov  <juri@jurta.org>
11042         * window.el (split-window-preferred-horizontally): New function.
11044         * cus-start.el (split-window-preferred-function):
11045         Set choice for "vertically" to nil instead of split-window.
11046         Set choice for "horizontally" to split-window-preferred-horizontally
11047         instead of lambda.
11049 2008-03-29  Juri Linkov  <juri@jurta.org>
11051         * simple.el (minibuffer-default-add-function): New variable with
11052         the default to minibuffer-default-add-completions.
11053         (minibuffer-default-add-done): New variable.  Make it buffer-local.
11054         (minibuffer-default-add-completions): New function.
11055         (goto-history-element): Set minibuffer-default-add-done to t and
11056         call a function in minibuffer-default-add-function when the
11057         specified absolute history position is greater than the length of
11058         the minibuffer-default list and minibuffer-default-add-done is nil.
11059         Change "^End of history; no next item$" to "^End of defaults;
11060         no next item$".
11062         * bindings.el (debug-ignored-errors): Change "^End of history;
11063         no next item$" to "^End of defaults; no next item$".
11065 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11067         * subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.
11069         * textmodes/remember.el (remember-diary-convert-entry): Prefer boundp
11070         to with-no-warnings.
11072 2008-03-29  Michael Albinus  <michael.albinus@gmx.de>
11074         Sync with Tramp 2.1.13.
11076         * net/tramp-ftp.el: Require 'cl when byte-compiling.
11078         * net/trampver.el: Update release number.
11080 2008-03-29  Dan Nicolaescu  <dann@ics.uci.edu>
11082         * vc-hooks.el (vc-menu-map-filter): Be more careful when finding
11083         the current backend.
11085         * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
11086         (vc-status-refresh): Create a temporary buffer and call the
11087         `dir-status' backend function from that buffer.
11089         * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
11090         (vc-bzr-after-dir-status): Don't kill the buffer.
11092         * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
11093         (vc-cvs-after-dir-status): Don't kill the buffer.
11095         * vc-git.el (vc-git-dir-status): Don't create a buffer.
11096         (vc-git-after-dir-status-stage2): Don't kill the buffer.
11098         * vc-hg.el (vc-hg-dir-status): Don't create a buffer.
11099         (vc-hg-after-dir-status): Don't kill the buffer.
11101         * vc-svn.el (vc-svn-dir-status): Don't create a buffer.
11102         (vc-svn-after-dir-status): Don't kill the buffer.
11104 2008-03-29  Glenn Morris  <rgm@gnu.org>
11106         * calendar/calendar.el (diary-file, american-date-diary-pattern)
11107         (european-date-diary-pattern, european-calendar-display-form)
11108         (american-calendar-display-form, diary-display-hook): Doc fixes.
11109         (european-calendar-style): Doc fix.  Use calendar-set-date-style for
11110         custom :set.  Mark as obsolete.
11111         (calendar-date-style, iso-date-diary-pattern)
11112         (iso-calendar-display-form): New user variables.
11113         (diary-date-forms, calendar-date-display-form): Set using
11114         calendar-date-style.  Doc fix.
11115         (calendar-set-date-style): New command.
11116         (european-calendar, american-calendar): Use calendar-set-date-style.
11117         Mark as obsolete.
11119         * calendar/diary-lib.el (number): Move declaration where needed.
11120         (diary-mail-entries, list-sexp-diary-entries): Doc fixes.
11121         (diary-make-date): New function.
11122         (diary-date, diary-block, diary-anniversary, diary-cyclic): Doc fix.
11123         Use diary-make-date.
11124         (diary-date-display-form, diary-insert-entry-1): New functions.
11125         (insert-monthly-diary-entry, insert-yearly-diary-entry):
11126         Use diary-insert-entry-1.
11127         (insert-anniversary-diary-entry, insert-block-diary-entry)
11128         (insert-cyclic-diary-entry): Use diary-date-display-form.
11130         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
11131         Autoload diary-insert-entry-1.
11132         * calendar/cal-bahai.el (diary-bahai-insert-entry)
11133         (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
11134         * calendar/cal-hebrew.el (insert-hebrew-diary-entry)
11135         (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
11136         * calendar/cal-islam.el (insert-islamic-diary-entry)
11137         (insert-monthly-islamic-diary-entry, insert-yearly-islamic-diary-entry):
11138         Use diary-insert-entry-1.
11140         * calendar/cal-hebrew.el (diary-make-date): Autoload it.
11141         (diary-yahrzeit): Doc fix.  Use diary-make-date.
11143         * calendar/icalendar.el (icalendar--datetime-to-american-date):
11144         New name for icalendar--datetime-to-noneuropean-date.  Make old name
11145         obsolete alias.
11146         (icalendar--datetime-to-iso-date): New function.
11147         (icalendar--datetime-to-diary-date): Doc fix.  Respect
11148         calendar-date-style if bound.
11150         * textmodes/remember.el (remember-diary-convert-entry):
11151         Respect calendar-date-style if bound.
11153 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11155         * xt-mouse.el (xterm-mouse-mode): Use delete-terminal-functions.
11156         (xterm-mouse-handle-delete-frame): Delete.
11158         * term/xterm.el (terminal-init-xterm): Use delete-terminal-functions.
11159         (xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys)
11160         (xterm-remove-modify-other-keys): Lookup terminal rather than frame
11161         in xterm-modify-other-keys-terminal-list.
11163         * vc-bzr.el (vc-bzr-state-heuristic): Fix last change for when there
11164         are conflicts.
11166 2008-03-29  Dan Nicolaescu  <dann@ics.uci.edu>
11168         * vc.el (vc-update): Check if the buffer is unsaved only if it
11169         actually exists.
11170         (vc-status-mode-map, vc-status-menu-map): Bind vc-update and
11171         vc-print-log.
11173 2008-03-28  Magnus Henoch  <mange@freemail.hu>
11175         * net/dns.el (dns-write): Use set-buffer-multibyte.
11177 2008-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11179         * vc-bzr.el (vc-bzr-sha1): New fun.
11180         (vc-bzr-state-heuristic): New fun, extracted from vc-bzr-registered.
11181         (vc-bzr-registered): Use it.
11183 2008-03-28  Dan Nicolaescu  <dann@ics.uci.edu>
11185         * vc.el (vc-status-kill-dir-status-process): Simplify.
11186         (vc-status-refresh): Make sure the buffer is live.
11187         (ring): Don't require it, not used.
11189 2008-03-28  Wilson Snyder  <wsnyder@wsnyder.org>
11191         * progmodes/verilog-mode.el (verilog-auto-inout-module):
11192         Add optional regular expression to AUTOINOUTMODULE.
11193         (verilog-inject-auto, verilog-auto-arg, verilog-auto-inst)
11194         (verilog-auto-inst-param, verilog-auto-reg)
11195         (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
11196         (verilog-auto-output-every, verilog-auto-input)
11197         (verilog-auto-inout, verilog-auto-sense, verilog-auto-tieoff)
11198         (verilog-auto-unused, verilog-auto): Update documentation to use
11199         more obvious instance module names versus cell names.
11201 2008-03-28  Jan Djärv  <jan.h.d@swipnet.se>
11203         * progmodes/compile.el (compilation-mode-tool-bar-map): Only enable
11204         kill if a process is running.
11206         * progmodes/grep.el (grep-mode-tool-bar-map): The same.
11208 2008-03-28  Dan Nicolaescu  <dann@ics.uci.edu>
11210         * vc.el: Add new backend function 'status-extra-headers.
11211         (vc-default-status-extra-headers): New function.
11212         (vc-status-headers): Call 'status-extra-headers.  Add colors.
11214         * vc-git.el (vc-git-status-extra-headers): New function.
11216 2008-03-28  Glenn Morris  <rgm@gnu.org>
11218         * calendar/cal-menu.el (cal-menu-holidays-menu)
11219         (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
11220         (cal-menu-list-holidays-previous-year): Simplify now that 2nd arg of
11221         holiday-list is optional.
11222         (calendar-mouse-holidays): Remove un-needed local `l'.
11224         * calendar/cal-move.el (calendar-cursor-to-nearest-date):
11225         Remove un-needed local `date'.
11226         (calendar-cursor-to-visible-date): Use let rather than let*.
11227         Remove un-needed local `first-of-month-weekday'.
11229         * calendar/calendar.el (abbreviated-calendar-year): Move to diary-lib.
11231         * calendar/diary-lib.el (print-diary-entries-hook, diary-list-entries):
11232         Doc fixes.
11233         (abbreviated-calendar-year): Move here from calendar.el.  Doc fix.
11234         (diary-header-line-flag, diary-header-line-format): Declare.
11235         (diary-pull-attrs): Check for multiple matches.
11236         (diary-list-entries-2): Simplify finding start of date.
11237         (diary-show-all-entries, make-diary-entry): Respect non-nil values of
11238         pop-up-frames.
11239         (diary-mark-entries-1): Re-use offset in abbreviated-year case.
11240         (mark-sexp-diary-entries): Remove superfluous call to diary-pull-attrs.
11242 2008-03-27  Dan Nicolaescu  <dann@ics.uci.edu>
11244         * vc-hg.el (vc-hg-state, vc-hg-dir-state): Deal with 'missing files.
11246         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate.
11248 2008-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11250         * vc-hooks.el (vc-before-save): Don't prevent saving the file.
11252         * image-mode.el (image-mode-reapply-winprops): Fix last change.
11254 2008-03-27  Kenichi Handa  <handa@ni.aist.go.jp>
11256         * international/mule-conf.el (define-iso-single-byte-charset):
11257         Don't make latin-iso8859-* supplementary.
11258         (#'set-charset-priority): Don't change the priority of charsets
11259         `unicode' and `emacs'.
11261 2008-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11263         * vc.el (vc-do-command): Don't pop to the buffer if it's an internal
11264         temp buffer.
11266 2008-03-27  Glenn Morris  <rgm@gnu.org>
11268         * calendar/cal-bahai.el (diary-bahai-list-entries):
11269         * calendar/cal-hebrew.el (list-hebrew-diary-entries):
11270         * calendar/cal-islam.el (list-islamic-diary-entries): Doc fix.
11272         * calendar/calendar.el (diary-file): Doc fix.
11274         * calendar/diary-lib.el (diary-face-attrs): Fix `height' regexp.
11275         (list-diary-entries-hook, mark-diary-entries-hook)
11276         (include-other-diary-files, diary-mail-entries)
11277         (mark-included-diary-files, list-sexp-diary-entries): Doc fixes.
11278         (diary-set-header): New function.
11279         (diary-header-line-flag, diary-header-line-format):
11280         Use diary-set-header for custom :set function.
11281         (diary-set-maybe-redraw): Use symbol-value rather than eval.
11282         (diary-attrtype-convert): Use intern-soft rather than read.
11283         (diary-display-no-entries): New function.
11284         (simple-diary-display, fancy-diary-display): Use it.
11285         (fancy-diary-display): Doc fix.  Remove unneeded local entry-list.
11286         (diary-mark-entries-1): Fix position offsets in non-gregorian case.
11288         * calendar/holidays.el (list-holidays): Doc fix.
11290 2008-03-26  Jay Belanger  <jay.p.belanger@gmail.com>
11292         * calc/calc-store.el (calc-read-var-name-history): New variable.
11293         (calc-read-var-name): Use `calc-read-var-name-history'.
11295 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11297         * image-mode.el (image-mode-reapply-winprops): Simplify now that
11298         window-configuration-change-hook works buffer-locally.
11300 2008-03-26  Johan BockgÃ¥rd  <bojohan@gnu.org>
11302         * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table
11303         for Emacs Lisp, not Lisp.
11305 2008-03-26  Juanma Barranquero  <lekktu@gmail.com>
11307         * help-fns.el (describe-function-1, describe-variable):
11308         If CURRENT-NAME is nil, don't end obsolescence info with semicolon.
11310         * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no
11311         replacement is provided, don't print "use nil instead".
11313 2008-03-26  Johan BockgÃ¥rd  <bojohan@gnu.org>
11315         * complete.el (PC-do-completion): Use regexp-quote.
11317 2008-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
11319         * vc-cvs.el (vc-cvs-parse-status, vc-cvs-after-dir-status):
11320         Detect missing files.
11322         * vc-git.el (vc-git-extra-menu-map): New key map.
11323         (vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep):
11324         New functions.
11326         * vc-hooks.el (vc-default-mode-line-string): Deal with 'removed
11327         and 'missing files.
11329 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11331         * calendar/holidays.el (list-holidays): Make Y2 optional.
11333         * calendar/appt.el (appt-buffer-name): Don't use a leading space for
11334         buffers shown to the user.
11335         (appt-disp-window): Disable undo explicitly now that the leading space
11336         is gone.
11338         * simple.el (activate-mark): New function.
11339         (set-mark-command): Use it with region-active-p to clean up the code.
11340         (exchange-point-and-mark): Invert the meaning of C-u when
11341         transient-mark-mode is active.
11343         * dired-aux.el (dired-create-files): Use dolist.
11345         * bindings.el (mode-line-change-eol): Use with-selected-window.
11347         * apropos.el (apropos-command): Include macros.
11349 2008-03-26  Glenn Morris  <rgm@gnu.org>
11351         * calendar/cal-bahai.el: Require calendar, not cal-julian.
11352         (calendar-bahai-epoch): Doc fix.
11354         * calendar/cal-china.el: Explicitly require calendar.
11356         * calendar/cal-coptic.el, calendar/cal-islam.el, calendar/cal-persia.el:
11357         Require calendar rather than cal-julian.
11358         Autoload calendar-absolute-from-julian.
11359         * calendar/cal-coptic.el (coptic-calendar-epoch):
11360         * calendar/cal-islam.el (calendar-islamic-epoch):
11361         * calendar/cal-persia.el (persian-calendar-epoch): Set when compiling.
11363         * calendar/cal-islam.el (calendar-islamic-epoch): Doc fix.
11365         * calendar/cal-dst.el: Don't require cal-persia.
11366         (calendar-absolute-from-persian): Autoload it.
11367         (dst-adjust-time): Doc fix.
11369         * calendar/cal-menu.el (cal-menu-diary-menu): Remove menu headings that
11370         cause cal-bahai, cal-islam, cal-hebrew to be loaded on starting the
11371         calendar.
11373         * calendar/cal-menu.el: Require calendar rather than declaring
11374         functions.
11375         * calendar/calendar.el: Provide calendar before requiring cal-menu.
11377         * calendar/cal-x.el (calendar-after-frame-setup-hook): New name for
11378         calendar-after-frame-setup-hooks.  Update callers, make old name an
11379         obsolete alias.  Doc fix.
11380         (calendar-frame-1): Doc fix.
11382         * calendar/calendar.el (solar-holidays): Simplify holiday-sexp calls.
11384         * calendar/calendar.el (oriental-holidays, solar-holidays):
11385         * calendar/holidays.el (list-holidays): Assume atan always bound.
11387         * calendar/lunar.el, calendar/solar.el: Remove floating-point check.
11388         Explicitly require calendar, not cal-julian.
11389         * calendar/lunar.el: Explicitly require cal-dst.
11391 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11393         * autorevert.el (auto-revert-buffers): Use buffer-live-p.
11395         * help-fns.el (describe-function-1, describe-variable): If no
11396         replacement is provided, don't print "use nil instead".
11398 2008-03-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11400         * proced.el: New file.
11402 2008-03-25  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
11404         * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.
11406 2008-03-25  Juri Linkov  <juri@jurta.org>
11408         * battery.el: Add file cookie coding:iso-8859-1 for the degree sign
11409         in battery-mode-line-format.
11411         * bindings.el (minibuffer-local-map): For the command
11412         file-cache-minibuffer-complete replace keymap minibuffer-local-map
11413         with map which is already locally bound to minibuffer-local-map.
11415 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11417         * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
11418         Remove `sort-first' argument.
11420         * subr.el (redisplay-end-trigger-functions)
11421         (window-redisplay-end-trigger, set-window-redisplay-end-trigger)
11422         (process-filter-multibyte-p, set-process-filter-multibyte):
11423         Mark as obsolete.
11425 2008-03-25  Juanma Barranquero  <lekktu@gmail.com>
11427         * emacs-lisp/re-builder.el (reb-mode-common): Remove reference to
11428         bogus variable `reb-kill-buffer'; don't make hooks buffer-local,
11429         use the LOCAL arg of `add-hook'.
11430         (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
11431         Remove spurious * from defcustom docstrings.
11432         (reb-next-match, reb-prev-match, reb-enter-subexp-mode):
11433         Fix typos in messages.
11434         (reb-mode-buffer-p): New function.
11435         (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'.  Use `when'.
11436         (top, reb-show-subexp, reb-auto-update, reb-delete-overlays)
11437         (reb-cook-regexp, reb-update-regexp, reb-update-overlays):
11438         Use `unless', `when'.
11439         (re-builder-unload-function): New function.
11441 2008-03-25  Dan Nicolaescu  <dann@ics.uci.edu>
11443         * vc-hooks.el (vc-state): Add documentation for 'missing.
11445 2008-03-25  Wilson Snyder  <wsnyder@wsnyder.org>
11447         * progmodes/verilog-mode.el (verilog-auto-output)
11448         (verilog-auto-input, verilog-auto-inout, verilog-auto)
11449         (verilog-delete-auto): Add optional regular expression to
11450         AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
11451         (verilog-signals-matching-regexp): New internal function for
11452         signal matching.
11454 2008-03-25  Johan BockgÃ¥rd  <bojohan@gnu.org>
11456         * info.el (Info-isearch-search): Always return point.
11458 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11460         * diff-mode.el (diff-remembered-defdir): New var.
11461         (diff-find-file-name): Use it to flush diff-remembered-files-alist.
11463 2008-03-25  Glenn Morris  <rgm@gnu.org>
11465         * calendar/cal-bahai.el (calendar-bahai-read-date): New name for
11466         calendar-bahai-prompt-for-date.  Update callers, make old name an
11467         obsolete alias.  Doc fix.
11468         * calendar/cal-coptic.el (calendar-coptic-read-date): New name for
11469         coptic-prompt-for-date.  Update callers, make old name an
11470         obsolete alias.  Doc fix.
11471         * calendar/cal-hebrew.el (calendar-hebrew-read-date): New name for
11472         calendar-hebrew-prompt-for-date.  Update callers.  Doc fix.
11473         * calendar/cal-islam.el (calendar-islamic-read-date): New name for
11474         calendar-islamic-prompt-for-date.  Update callers.  Doc fix.
11475         * calendar/cal-iso.el (calendar-iso-read-date): New name for
11476         calendar-iso-read-args.  Update callers, make old name an obsolete
11477         alias.
11478         * calendar/cal-persia.el (calendar-persian-read-date): New name for
11479         persian-prompt-for-date.  Update callers, make old name an
11480         obsolete alias.  Doc fix.  Move definition before use.
11482         * calendar/cal-x.el (diary-frame-parameters)
11483         (calendar-frame-parameters, calendar-and-diary-frame-parameters)
11484         (calendar-frame-1): Doc fixes.
11485         (make-fancy-diary-buffer): Remove declaration.
11486         (calendar-dedicate-diary): Replace call to deleted function
11487         make-fancy-diary-buffer.
11488         (calendar-frame-setup): New function.
11489         (calendar-one-frame-setup, calendar-only-one-frame-setup)
11490         (calendar-two-frame-setup): Call calendar-frame-setup to do the actual
11491         work, and mark as obsolete.
11492         (special-display-buffer-names): Don't mess with this; it's not our
11493         business.
11494         (cal-x-load-hook): Defvar it, and mark as obsolete.
11496         * calendar/calendar.el (calendar-remove-frame-by-deleting):
11497         Default to t.  Add to 'calendar group.
11498         (calendar): Doc fix.  Use calendar-frame-setup.
11499         (calendar-basic-setup): Doc fix.  Add optional NODISPLAY argument.
11500         (generate-calendar-window): Doc fix.
11502 2008-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11504         * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
11506 2008-03-24  Drew Adams  <drew.adams@oracle.com>
11508         * finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
11509         New variables.
11510         (finder-mode): Use finder-mode-syntax-table.  Set font-lock-defaults.
11511         (finder-exit): Ignore errors rather than avoiding them.
11512         Kill *Finder-package* buffer also.
11514 2008-03-24  Andreas Schwab  <schwab@suse.de>
11516         * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
11518 2008-03-24  Dan Nicolaescu  <dann@ics.uci.edu>
11520         * vc-hg.el (vc-hg-after-dir-status):
11521         * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
11523         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
11524         Detect removed files.
11526         * vc.el (vc-status-printer): Use a different face for missing files.
11527         (vc-status-hide-up-to-date): Rename from
11528         vc-status-remove-up-to-date.  Update all callers.
11529         (vc-status-mode-map): Bind C-m.
11531 2008-03-24  Alexandre Julliard  <julliard@winehq.org>
11533         * vc-git.el (vc-git-after-dir-status-stage1): Move state matching
11534         code ...
11535         (vc-git--state-code): ... to this new function.
11536         (vc-git-state): Use it.
11538 2008-03-24  Trent Buck  <trentbuck@gmail.com>  (tiny change)
11540         * textmodes/remember.el (remember-mail-date)
11541         (remember-store-in-mailbox): Write date and From line in such a
11542         way that Mutt can read it.
11544 2008-03-23  Chong Yidong  <cyd@stupidchicken.com>
11546         * simple.el (transient-mark-mode): Turn on by default.
11548 2008-03-23  Dan Nicolaescu  <dann@ics.uci.edu>
11550         * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
11551         'unregistered for unregistered files.
11553         * vc-hg.el (vc-hg-state): Return 'removed for removed files.
11555         * bindings.el (standard-mode-line-modes): Avoid duplicating a string.
11557         * vc-cvs.el (vc-cvs-parse-status): Note there are problems with
11558         subdirectories.
11560         * vc.el (vc-status-prepare-status-buffer): Fix thinko.
11561         (vc-status-menu-map): Add binding for vc-status-kill-dir-status-process.
11562         Add :enable for vc-status-refresh.
11563         (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
11564         (vc-status-tool-bar-map): Add binding for
11565         vc-status-kill-dir-status-process.
11566         Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
11567         (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
11568         Reset vc-status-process-buffer.
11569         (vc-status-refresh): Don't run two refreshes at a time.
11570         (vc-status): If the buffer is already in vc-status-mode only refresh.
11571         (vc-status-mark-buffer-changed): Add an optional file parameter.
11572         (vc-resynch-buffer): Use it.
11573         (vc-delete-file): Expand the file name before using it.
11574         Be careful to not create a new buffer with the old file contents.
11575         Update the VC state after performing the operation.
11577 2008-03-23  Andreas Schwab  <schwab@suse.de>
11579         * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
11580         Fix radio button condition.
11581         [box]: Likewise.
11582         [customize]: Add radio button.
11584 2008-03-23  Jay Belanger  <jay.p.belanger@gmail.com>
11586         * calc/calc.el (calc-was-keypad-mode, calc-full-mode)
11587         (calc-user-parse-tables, calc-gnuplot-default-device)
11588         (calc-gnuplot-default-output, calc-gnuplot-print-device)
11589         (calc-gnuplot-print-output, calc-gnuplot-geometry)
11590         (calc-graph-default-resolution, calc-graph-default-resolution-3d)
11591         (calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
11592         (calc-undo-list, calc-redo-list, calc-main-buffer)
11593         (calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
11594         (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
11595         (calc-said-hello, calc-executing-macro, calc-any-selections)
11596         (calc-help-phase, calc-full-help-flag, calc-refresh-count)
11597         (calc-display-dirty, calc-embedded-info, calc-embedded-active)
11598         (calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
11599         (math-expr-variable-mapping, calc-mode-map, calc-digit-map)
11600         (calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
11601         (calc-create-buffer, calc-quit): Add docstrings.
11603 2008-03-23  Juanma Barranquero  <lekktu@gmail.com>
11605         * makefile.w32-in (WINS_ALMOST): Add org.
11607 2008-03-23  Dan Nicolaescu  <dann@ics.uci.edu>
11609         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
11610         New functions to implement vc-status support.
11612 2008-03-22  Dan Nicolaescu  <dann@ics.uci.edu>
11614         * vc.el (vc-status-prepare-status-buffer): New function.
11615         (vc-status): Use it.
11617         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
11618         appropriate.
11620 2008-03-22  Alexandre Julliard  <julliard@winehq.org>
11622         * vc-git.el (vc-git--empty-db-p)
11623         (vc-git-after-dir-status-stage1-empty-db): New functions.
11624         (vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
11625         Add support for empty repositories.
11627 2008-03-22  Dan Nicolaescu  <dann@ics.uci.edu>
11629         * vc-git.el (vc-git-annotate-extract-revision-at-line):
11630         Allow "^" in a version name.
11632         * vc-mtn.el (vc-mtn-state): Support the added state.
11634 2008-03-22  Carsten Dominik  <dominik@science.uva.nl>
11636         * org: New directory for Org-mode.
11638         * org/org-export-latex.el: Moved from lisp/texmodes.
11640         * org/org-irc.el: Moved from lisp/texmodes.
11642         * org/org-mac-message.el: Moved from lisp/texmodes.
11644         * org/org-mouse.el: Moved from lisp/texmodes.
11646         * org/org-publish.el: Moved from lisp/texmodes.
11648 2008-03-21  Juri Linkov  <juri@jurta.org>
11650         * comint.el (comint-dynamic-simple-complete):
11651         Use variable `stub' for the second arg `common-substring'
11652         of `comint-dynamic-list-completions'.
11653         (comint-dynamic-list-filename-completions):
11654         Use variable `filenondir' for the second arg `common-substring'
11655         of `comint-dynamic-list-completions'.
11656         (comint-dynamic-list-completions): Add new optional arg
11657         `common-substring'.  Add `common-substring' as the second arg of
11658         the call to `display-completion-list'.  Doc fix.
11660         * comint.el (comint-dynamic-complete-as-filename)
11661         (comint-dynamic-list-filename-completions)
11662         (comint-dynamic-simple-complete): Use `minibuffer-message'
11663         to display message "No completions of %s" when a command
11664         is called in the minibuffer.
11665         (comint-dynamic-simple-complete): Don't display other
11666         completion messages when a command is called in the minibuffer.
11667         (comint-dynamic-list-completions): Use `minibuffer-message'
11668         to display message " [Type space to flush ...]" when a command
11669         is called in the minibuffer.
11671         * shell.el (shell-dynamic-complete-command)
11672         (shell-dynamic-complete-environment-variable): Don't display
11673         completion messages when command is called in the minibuffer.
11675         * emacs-lisp/lisp.el (lisp-complete-symbol):
11676         Use `minibuffer-message' to display message "No completions of %s"
11677         when this command is called in the minibuffer.
11679         * bindings.el (standard-mode-line-modes): Put special help-echo
11680         tooltip on recursive edit %[ %] mode-line constructs.
11682         * dabbrev.el (debug-ignored-errors): Remove $ from the end of
11683         "^No dynamic expansion for .* found$" to allow error messages like
11684         "No dynamic expansion for \"%s\" found in this-buffer".
11686 2008-03-21  Michael Albinus  <michael.albinus@gmx.de>
11688         * net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
11689         "psftp".
11691 2008-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11693         * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
11694         * vc.el (vc-default-dired-state-info): Use just "modified".
11695         * vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
11696         (vc-cvs-mode-line-string): Make use of the better default.
11697         (vc-cvs-parse-entry): Use the new `added'.
11698         (vc-cvs-dired-state-info): Remove.
11699         * vc-svn.el (vc-svn-dired-state-info): Remove.
11700         * vc-hg.el (vc-hg-dired-state-info): Remove.
11701         * vc-git.el (vc-git-dired-state-info): Remove.
11703 2008-03-21  Dan Nicolaescu  <dann@ics.uci.edu>
11705         * vc-git.el (vc-git-status-result): New variable.
11706         (vc-git-dir-status): Split out ...
11707         (vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
11708         ... these new functions and work asynchronously.
11710 2008-03-21  Alexandre Julliard  <julliard@winehq.org>
11712         * vc-git.el (vc-git-after-dir-status): Remove.
11713         (vc-git-dired-state-info): Reimplement.
11715 2008-03-21  Dan Nicolaescu  <dann@ics.uci.edu>
11717         * replace.el (occur-mode-map): Add :help.
11719         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entry
11720         for disassemble.
11722         * vc.el (vc-status-mark-buffer-changed): Better deal with files in
11723         the 'added state.
11724         (vc-status-remove-up-to-date): New function.
11725         (vc-status-mode-map, vc-status-menu-map): Bind it.
11726         (vc-status-printer): Use a different face up-to-date files.
11727         (vc-resynch-buffer): Update the vc-status buffer if it exists.
11728         (Todo): Remove solved entries.
11730         * vc-hg.el (vc-hg-state):
11731         * vc-git.el (vc-git-state):
11732         * vc-cvs.el (vc-cvs-parse-status):
11733         * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
11734         state.
11736 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11738         * progmodes/compile.el (compile):
11739         * progmodes/grep.el (grep, grep-find): Use read-shell-command.
11741         * simple.el (minibuffer-local-shell-command-map): New var.
11742         (minibuffer-complete-shell-command, read-shell-command): New funs.
11743         (shell-command, shell-command-on-region): Use them.
11745 2008-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
11747         * vc.el (vc-status-mark-buffer-changed): New function to implement
11748         updating of the *vc-status* buffer when a buffer is saved.
11749         (vc-status-mode): Use it for after-change-hook.
11750         (vc-add-to-vc-status-buffer): Rename to ...
11751         (vc-status-add-entry): ... this.
11752         (Todo): Add new entry.
11754 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11756         * sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness.
11758 2008-03-20  Juanma Barranquero  <lekktu@gmail.com>
11760         * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars)
11761         (icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
11762         Remove spurious * from defcustom docstrings.
11763         (icomplete-compute-delay): Fix docstring and remove spurious *.
11764         (icomplete-delay-completions-threshold): Fix typo in docstring and
11765         remove spurious *.
11766         (icomplete-completions): While collecting the list of prospective
11767         candidates, don't overshoot `icomplete-prospects-length'.
11769 2008-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
11771         * textmodes/refbib.el:
11772         * textmodes/reftex.el:
11773         * textmodes/reftex-global.el:
11774         * textmodes/reftex-vars.el:
11775         * textmodes/reftex-toc.el: Don't use eval-and-compile for byte
11776         compiler pacifying defvars.
11777         (reftex-toc-mode): Only make zmacs-regions local on XEmacs.
11778         * textmodes/reftex-index.el (zmacs-regions): Remove pacifier,
11779         not needed.
11781 2008-03-20  Wilson Snyder  <wsnyder@wsnyder.org>
11783         * progmodes/verilog-mode.el (verilog-easy-menu-filter): New function.
11784         (verilog-stmt-menu, verilog-menu): Add :help and filter it.
11785         (verilog-customize, verilog-font-customize)
11786         (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
11787         (verilog-mode): Update documentation strings to match tool tips.
11788         (verilog-auto-search-do, verilog-auto-re-search-do)
11789         (verilog-skip-forward-comment-or-string): Fix verilog-auto
11790         expansion when a .* appears inside a string.
11791         (verilog-re-search-forward, verilog-re-search-backward):
11792         Add comment to recall how this works.
11793         (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
11795 2008-03-20  Glenn Morris  <rgm@gnu.org>
11797         * calendar/calendar.el (calendar-other-dates): New function.
11798         (calendar-print-other-dates): Use calendar-other-dates.
11799         * calendar/cal-menu.el (calendar-other-dates): Declare it, and remove
11800         the declarations it replaces.
11801         (calendar-mouse-print-dates): Use calendar-other-dates.
11803         * calendar/cal-bahai.el (calendar-bahai-leap-year-p)
11804         (calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
11805         (calendar-absolute-from-bahai): Fix the leap-year case.
11806         (calendar-bahai-from-absolute): Re-use the Gregorian month.
11807         (calendar-bahai-date-string, calendar-bahai-print-date):
11808         Handle pre-Bahai dates.
11810         * calendar/cal-china.el (chinese-calendar-celestial-stem)
11811         (chinese-calendar-terrestrial-branch): Make defcustoms.
11813         * calendar/cal-menu.el (calendar-mouse-holidays): Re-use the title.
11814         (calendar-mouse-view-diary-entries): Use or.
11815         (calendar-mouse-chinese-date): Remove unused command.
11816         (cal-menu-load-hook): Mark as obsolete.
11818         * calendar/solar.el (calendar-location-name, calendar-latitude)
11819         (calendar-longitude, solar-arctan, sunrise-sunset)
11820         (solar-mean-equinoxes/solstices): Use the appropriate equality test.
11822 2008-03-20  Jay Belanger  <jay.p.belanger@gmail.com>
11824         * calc/calc.el: Remove outdated comments.
11825         (defcalcmodevar, calc-mode-var-list-restore-default-values)
11826         (calc-mode-var-list-restore-saved-values, calc-autorange-units):
11827         Add docstrings.
11829 2008-03-19  Jason Rumney  <jasonr@gnu.org>
11831         * w32-fns.el (x-alternatives-map): Add S-tab mapping.
11833 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
11835         * net/tls.el (open-tls-stream): Reindent.
11837 2008-03-19  Michael Albinus  <michael.albinus@gmx.de>
11839         * net/tramp.el (tramp-let-maybe): Removed.
11840         (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
11841         It does not exist under XEmacs.
11842         (tramp-handle-file-truename, tramp-handle-expand-file-name)
11843         (tramp-completion-file-name-handler): Let-bind
11844         `directory-sep-char'.
11846         * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
11847         `directory-sep-char'.
11849 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11851         * help-fns.el (describe-function-1): Don't signal "missing arglist"
11852         for autoloaded keymaps.
11854         * progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
11855         (electric-verilog-terminate-line, verilog-in-struct-region-p)
11856         (verilog-backward-ws&directives, verilog-forward-ws&directives)
11857         (verilog-in-comment-p, verilog-in-star-comment-p)
11858         (verilog-in-slash-comment-p, verilog-skip-backward-comments)
11859         (verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
11860         (verilog-skip-forward-comment-or-string, verilog-in-paren)
11861         (verilog-skip-forward-comment-p): Use it.
11863 2008-03-19  Juanma Barranquero  <lekktu@gmail.com>
11865         * textmodes/org.el (org-link-store, org-link-follow, org-latex)
11866         (org-remember-templates, org-time-stamp-rounding-minutes)
11867         (org-back-over-empty-lines, org-find-base-buffer-visiting)
11868         (org-columns-new): Fix typos in docstrings.
11870 2008-03-19  Glenn Morris  <rgm@gnu.org>
11872         * net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
11873         (tramp-handle-shell-command): Use condition-case rather than
11874         ignore-errors.
11876 2008-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
11878         * diff-mode.el (diff-header): Make the color louder.
11879         (diff-refine-change): Tone the color down.
11881 2008-03-19  Juanma Barranquero  <lekktu@gmail.com>
11883         * descr-text.el (describe-char): When `describe-char-unidata-list'
11884         is set to show all properties, list them in the right order.
11886 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11888         * international/mule.el (load-with-code-conversion): Avoid setting
11889         default-enable-multibyte-characters.
11891 2008-03-19  Gustav HÃ¥llberg  <gustav@virtutech.com>  (tiny change)
11893         * vc.el (vc-annotate-background): Fix custom type.
11895 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11897         * descr-text.el (describe-char-unidata-list): Allow specifying
11898         just all properties.
11899         (describe-char): Handle that new value.
11901         * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
11903 2008-03-18  Tassilo Horn  <tassilo@member.fsf.org>
11905         * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
11906         instead of file name extension to make docs with uncommon
11907         extensions work.
11909 2008-03-18  Tassilo Horn  <tassilo@member.fsf.org>
11911         * doc-view.el (require): Require cl at compile time because
11912         `assert' needs it.
11914 2008-03-18  Glenn Morris  <rgm@gnu.org>
11916         * calendar/calendar.el (initial-calendar-window-hook)
11917         (today-visible-calendar-hook): Doc fixes.
11919 2008-03-17  Michael Albinus  <michael.albinus@gmx.de>
11921         * net/tramp.el (tramp-root-regexp): Simplify.
11922         (tramp-completion-file-name-regexp-separate): Don't insist on
11923         leading "[".  This prevents method or user or host completion.
11924         (tramp-let-maybe): Autoload it.
11925         (tramp-drop-volume-letter): Don't autoload.  When not on W32, it
11926         is an alias for `identity'.
11927         (tramp-handle-write-region): Protect `last-coding-system-used'
11928         over the trailing statements.
11929         (tramp-completion-file-name-handler-post-function): Remove.
11930         (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
11931         instead of calling `tramp-drop-volume-letter'.
11933         * net/tramp.el:
11934         * net/tramp-uu.el:
11935         * net/trampver.el: Move coding cookie at the end.
11937 2008-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11939         * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
11940         elements which may be something else than characters.
11942 2008-03-17  Dan Nicolaescu  <dann@ics.uci.edu>
11944         * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
11945         New functions to implement vc-status support.
11947         * vc.el (vc-default-extra-status-menu)
11948         (vc-add-to-vc-status-buffer): New functions.
11950         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
11951         for eldoc and ielm.
11953 2008-03-17  Glenn Morris  <rgm@gnu.org>
11955         * calendar/cal-x.el (diary-frame-parameters)
11956         (calendar-frame-parameters, calendar-and-diary-frame-parameters):
11957         Fix custom type; add options.
11958         (calendar-frame, diary-frame): Doc fixes.
11959         (calendar-dedicate-diary, calendar-frame-1): Extract common code into
11960         new functions.
11961         (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
11962         Use calendar-frame-1 and calendar-dedicate-diary.
11963         (calendar-one-frame-setup): Also handle only-one-frame case.
11964         (calendar-only-one-frame-setup): Doc fix.  Just call
11965         calendar-one-frame-setup.
11967         * calendar/diary-lib.el: Re-order some definitions before their use.
11968         (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
11969         (diary-list-entries): Doc fixes.
11970         (make-fancy-diary-display): Remove function.
11972         * calendar/calendar.el (calendar-today-marker)
11973         (initial-calendar-window-hook, today-visible-calendar-hook)
11974         (today-invisible-calendar-hook, diary-file, calendar-basic-setup)
11975         (calendar-star-date, calendar-mark-today): Doc fixes.
11976         (today-visible-calendar-hook): Add options.
11977         (calendar-in-read-only-buffer): New macro.
11978         (calendar-basic-setup): Adapt for change in calendar-read-date.
11979         Place holiday let inside if.
11980         (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
11981         (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
11982         (calendar-print-other-dates): Use one let rather than many.
11984         * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
11985         (calendar-print-other-dates):
11986         * calendar/cal-hebrew.el (list-yahrzeit-dates):
11987         * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
11988         * calendar/holidays.el (calendar-list-holidays, list-holidays)
11989         (calendar-cursor-holidays):
11990         * calendar/lunar.el (calendar-phases-of-moon): Use
11991         calendar-in-read-only-buffer to replace previous code and disable undo.
11993 2008-03-16  Juri Linkov  <juri@jurta.org>
11995         * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
11996         and regexp-search-ring-yank-pointer for the HISTPOS argument of
11997         read-from-minibuffer to provide the correct initial minibuffer
11998         history position in isearch-edit-string when it is called from
11999         isearch-ring-adjust.
12001         * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
12002         to check if the current buffer is the minibuffer, and in this case
12003         call abort-recursive-edit to kill the minibuffer.  Doc fix.
12004         (kill-this-buffer-enabled-p): Allow this function to return non-nil
12005         when the current buffer is the minibuffer.
12007         * simple.el (goto-line): Leave mark at previous position.  Doc fix.
12009 2008-03-16  Tassilo Horn  <tassilo@member.fsf.org>
12011         * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
12012         Use non-nil PARENTS attribute of make-directory instead of
12013         explicitly checking existence the current cache directory.
12015 2008-03-16  Daiki Ueno  <ueno@unixuser.org>
12017         * epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
12018         M-x epa-file-select-keys.
12020 2008-03-16  Kenichi Handa  <handa@m17n.org>
12022         * international/mule.el (auto-coding-alist):
12023         Use no-conversion-multibyte for archive files.
12025 2008-03-16  Glenn Morris  <rgm@gnu.org>
12027         * calendar/diary-lib.el (calendar-mark-complex, calendar-mark-1):
12028         New functions.
12029         * calendar/cal-bahai.el (calendar-mark-1): Autoload it.
12030         (calendar-bahai-mark-date-pattern): Add optional argument `color'.
12031         Use calendar-mark-1.
12032         * calendar/cal-hebrew.el (calendar-mark-complex): Autoload it.
12033         (mark-hebrew-calendar-date-pattern): Add optional argument `color'.
12034         Use calendar-mark-complex.
12035         * calendar/cal-islam.el (calendar-mark-1): Autoload it.
12036         (mark-islamic-calendar-date-pattern): Add optional argument `color'.
12037         Use calendar-mark-1.
12039         * calendar/calendar.el (calendar-mod): Remove.
12040         * calendar/cal-china.el (calendar-chinese-from-absolute)
12041         (calendar-chinese-date-string): Expand calendar-mod calls.
12042         * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
12043         Expand calendar-mod calls.
12045         * calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
12046         (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
12047         (diary-bahai-insert-yearly-entry): Use let rather than let*.
12048         Move obsolete aliases after the functions that replaced them.
12050         * calendar/cal-hebrew.el (calendar-absolute-from-hebrew)
12051         (hebrew-calendar-yahrzeit, insert-hebrew-diary-entry)
12052         (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry):
12053         Use let rather than let*.
12054         (calendar-hebrew-prompt-for-date): New function.
12055         (calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
12056         (holiday-tisha-b-av-etc): Use unless, let.
12058         * calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
12059         (calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
12061         * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
12063         * calendar/calendar.el (calendar-for-loop): Add indent spec.
12065         * calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
12066         (list-sexp-diary-entries, diary-font-lock-sexps): Use format rather
12067         than concat.
12068         (diary): Remove un-needed let.
12069         (view-other-diary-entries): Rename argument.
12070         (diary-list-entries-2): New function.
12071         (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
12072         (print-diary-entries): Use unless.
12073         (diary-mark-entries-1): Change argument order, make all but
12074         markfunc optional.  Handle the standard (Gregorian) case.
12075         Use match-string-no-properties.  Handle marks.
12076         (mark-diary-entries): Use diary-mark-entries-1.
12077         (diary-font-lock-keywords-1): New macro.
12078         (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
12080 2008-03-16  Ulf Jasper  <ulf.jasper@web.de>
12082         * calendar/icalendar.el (icalendar-version): Increase to 0.18.
12083         (icalendar-export-hidden-diary-entries): New variable.
12084         (icalendar-export-region): Use icalendar-export-hidden-diary-entries.
12085         In case of error, insert full error-val.
12086         (icalendar-first-weekday-of-year): Remove `offset' argument.  Doc fix.
12087         Use calendar-day-of-week.  Return the day number.
12088         (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
12090 2008-03-16  Craig Markwardt  <Craig.Markwardt@nasa.gov>
12092         * calendar/icalendar.el (icalendar-recurring-start-year): New variable.
12093         (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
12094         (icalendar-export-region): Ignore hidden diary entries.
12095         (icalendar--convert-ordinary-to-ical): Fix case where event
12096         spans across midnight boundary.
12097         (icalendar-first-weekday-of-year): New function.
12098         (icalendar--convert-weekly-to-ical): Allow user-selectable start
12099         year for recurring events (Mozilla calendars do not propagate
12100         recurring events forever, so year 2000 start date was not working).
12101         (icalendar--convert-yearly-to-ical): Remove extra spaces in
12102         formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
12104 2008-03-15  Michael Albinus  <michael.albinus@gmx.de>
12106         * net/tramp.el (tramp-root-regexp): New defconst.
12107         (tramp-completion-file-name-regexp-unified)
12108         (tramp-completion-file-name-regexp-separate)
12109         (tramp-completion-file-name-regexp-url): Use it.
12110         (tramp-do-copy-or-rename-file-via-buffer):
12111         Set `enable-multibyte-characters' to nil.  Set `jka-compr-inhibit' to
12112         t for `insert-file-contents-literally'.
12113         (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
12114         Autoload it.
12115         (tramp-completion-file-name-handler-post-function): New defconst.
12116         (tramp-completion-file-name-handler): Use it.
12117         (tramp-maybe-open-connection): Update calls to
12118         `tramp-flush-connection-property' for removed 2nd argument.
12120 2008-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12122         * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
12123         (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
12124         New functions.
12126 2008-03-15  Glenn Morris  <rgm@gnu.org>
12128         * calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
12129         New functions.
12130         * calendar/cal-bahai.el (number, original-date, add-to-diary-list)
12131         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
12132         (diary-list-entries-1, diary-mark-entries-1): Autoload.
12133         (diary-bahai-list-entries): Use diary-list-entries-1.
12134         (diary-bahai-mark-entries): Doc fix.  Use diary-mark-entries-1.
12135         * calendar/cal-hebrew.el (number, original-date, add-to-diary-list)
12136         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
12137         (diary-list-entries-1, diary-mark-entries-1): Autoload.
12138         (list-hebrew-diary-entries): Use diary-list-entries-1.
12139         (mark-hebrew-diary-entries): Doc fix.  Use diary-mark-entries-1.
12140         * calendar/cal-islam.el (number, original-date, add-to-diary-list)
12141         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
12142         (diary-list-entries-1, diary-mark-entries-1): Autoload.
12143         (list-islamic-diary-entries): Use diary-list-entries-1.
12144         (mark-islamic-diary-entries): Doc fix.  Use diary-mark-entries-1.
12146         * calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
12148         * calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
12150         * calendar/cal-china.el (number-chinese-months)
12151         (calendar-chinese-from-absolute): Use nth, caar.
12153         * calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
12155         * calendar/cal-french.el (french-calendar-accents): Doc fix.
12157         * calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
12158         (calendar-hebrew-month-name-array-leap-year)
12159         (hebrew-calendar-parashiot-names): Make constants.
12160         (diary-parasha): Move definition after constants it uses.
12162         * calendar/cal-html.el (cal-html-insert-link-yearpage)
12163         (cal-html-htmlify-list): Doc fix.
12164         (cal-html-htmlify-entry): Use nth.
12166         * calendar/cal-islam.el (calendar-islamic-month-name-array)
12167         (calendar-islamic-epoch): Make constants.
12168         (calendar-islamic-epoch): Doc fix.
12170         * calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
12172         * calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
12173         (cal-tex-month-name): Doc fix.
12174         (cal-tex-last-blank-p): Use zerop.
12176         * calendar/calendar.el (european-calendar-style, calendar-for-loop)
12177         (calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
12178         (calendar-cursor-to-date): Doc fix.
12179         (hebrew-holidays-1, hebrew-holidays-4): Simplify.
12180         (extract-calendar-day, extract-calendar-year): Use cadr, nth.
12181         (calendar-day-number): Use when.
12182         (generate-calendar-month): Use dotimes.
12183         (exit-calendar, calendar-print-other-dates): Use let rather than let*.
12184         (calendar-set-mark): Reverse conditional.
12185         (calendar-make-alist): Move definition before use.
12187         * calendar/diary-lib.el (diary-face-attrs)
12188         (diary-glob-file-regexp-prefix, diary-selective-display)
12189         (number-of-diary-entries, diary-list-entries, diary-goto-entry)
12190         (list-sexp-diary-entries, diary-date, diary-block, diary-float)
12191         (diary-anniversary, diary-cyclic)
12192         (diary-fancy-font-lock-fontify-region-function): Doc fixes.
12193         (diary-header-line-format): Change wording.
12194         (diary-list-entries): Set `date-start' in let.
12195         (include-other-diary-files, mark-included-diary-files): Use format.
12196         (simple-diary-display, fancy-diary-display): Use cadr, unless.
12197         (mark-diary-entries): Use 1+.
12198         (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
12199         (mark-calendar-month): Use dotimes.
12201         * calendar/holidays.el (displayed-month, displayed-year):
12202         Move declarations where needed.
12203         (calendar-list-holidays): Doc fix.
12205         * calendar/parse-time.el (parse-time-string): Simplify.
12207         * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
12208         Make constants.
12209         (solar-sunrise-sunset): Rename some local variables for clarity.
12210         (sunrise-sunset): Use zerop.
12211         (solar-mean-equinoxes/solstices): Doc fix.
12213         * calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
12214         Use nth.
12215         (timeclock-completing-read, timeclock-generate-report): Use zerop.
12216         (timeclock-mean, timeclock-generate-report): Use dolist.
12218         * calendar/todo-mode.el (todo-add-category): Simplify.
12219         (todo-more-important-p, todo-delete-item, todo-file-item):
12220         Use unless, when.
12221         (todo-top-priorities): Use zerop.
12223 2008-03-14  Nick Roberts  <nickrob@snap.net.nz>
12225         * buff-menu.el (list-buffers-noselect): Display buffer name in
12226         tooltip instead of mouse binding when it doesn't fit in the list.
12228 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
12230         * faces.el (xw-defined-colors):
12231         * simple.el (widget-convert, shell-mode): Declare as functions
12232         instead of autoloading.
12234         * abbrev.el:
12235         * button.el:
12236         * cus-face.el:
12237         * ediff-hook.el:
12238         * emacs-lisp/backquote.el:
12239         * emacs-lisp/timer.el:
12240         * facemenu.el:
12241         * faces.el:
12242         * menu-bar.el:
12243         * simple.el:
12244         * subr.el:
12245         * textmodes/fill.el:
12246         * textmodes/paragraphs.el: Remove autoloads, redundant when the
12247         files are preloaded.
12249 2008-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12251         * desktop.el (desktop-create-buffer): Don't catch errors if
12252         debug-on-error is set.
12254 2008-03-14  Eli Zaretskii  <eliz@gnu.org>
12256         * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
12257         ($(lisp)/calendar/diary-loaddefs.el)
12258         ($(lisp)/calendar/hol-loaddefs.el): New targets.
12259         (LOADDEFS): New macro.
12260         (autoloads): Depend on $(LOADDEFS).
12262 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
12264         * font-lock.el (featurep): Remove test, not useful anymore.
12265         (facemenu-keymap): Move key binding ...
12266         * facemenu.el (facemenu-keymap): ... here.
12268         * vc-bzr.el (vc-bzr-print-log): Insert a file marker.  Run the log
12269         for each file in the list.
12270         (vc-bzr-log-view-mode): Recognize the file marker.
12272         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
12273         for checkdoc and profiling.
12275 2008-03-14  Bastien Guerry  <bzg@altern.org>
12277         * textmodes/flyspell.el (nxml-mode): Add the right
12278         `flyspell-mode-predicate'.
12280         * wid-edit.el (link): Use 'mouse-face for :follow-link.
12282 2008-03-14  Glenn Morris  <rgm@gnu.org>
12284         * calendar/solar.el: Reorder so that functions are defined before use.
12285         (displayed-month, displayed-year): Move declarations where needed.
12286         (solar-get-number): Move definition before use.  Use unless.
12287         (solar-equatorial-coordinates): Simplify.
12288         (solar-sunrise-and-sunset): Use let rather than let*.
12289         (solar-longitude, solar-equinoxes-solstices): Use cadr, nth.
12291         * startup.el (command-line-1): Rename -internal-script back to
12292         -scriptload (reverts previous change).
12294         * calendar/cal-bahai.el (calendar-bahai-month-name-array)
12295         (calendar-bahai-leap-base): Add doc strings.
12296         (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
12297         Move definition before use.
12298         (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
12299         (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
12300         variables outside the loop.  Use dolist.
12301         (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
12303         * calendar/cal-china.el: Re-order so that functions are defined before
12304         use.
12305         (displayed-month, displayed-year): Move declarations where needed.
12306         (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
12307         (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
12308         Add doc strings.
12309         (chinese-year-cache): Recenter on 2010.  Doc fix.
12310         (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
12311         Doc fix.  Simplify.
12312         (chinese-year-cache-init): New function.
12313         (compute-chinese-year, holiday-chinese-new-year)
12314         (calendar-chinese-date-string, calendar-goto-chinese-date)
12315         (make-chinese-month-assoc-list): Use cadr, nth.
12316         (chinese-months): Remove un-needed let.
12318         * calendar/cal-coptic.el (coptic-calendar-month-name-array)
12319         (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
12320         (coptic-prompt-for-date): Move definition before use.
12322         * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
12323         (calendar-dst-find-data, calendar-daylight-time-offset)
12324         (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
12325         (calendar-daylight-savings-starts-time)
12326         (calendar-daylight-savings-ends-time): Use cadr, nth.
12328         * calendar/cal-french.el (french-calendar-epoch)
12329         (calendar-goto-french-date): Doc fix.
12330         (french-calendar-month-name-array)
12331         (french-calendar-multibyte-month-name-array)
12332         (french-calendar-day-name-array, french-calendar-special-days-array):
12333         Add doc strings.
12335         * calendar/cal-hebrew.el (displayed-month, displayed-year)
12336         (original-date): Move declarations where needed.
12337         (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
12338         Doc fix.
12339         (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
12340         constant variables outside the loop.  Use dolist.
12342         * calendar/cal-islam.el (displayed-month, displayed-year)
12343         (original-date): Move declarations where needed.
12344         (islamic-calendar-day-number): Remove unused local variable `day'.
12345         (calendar-goto-islamic-date): Doc fix.
12346         (holiday-islamic): Use unless.
12347         (list-islamic-diary-entries, mark-islamic-diary-entries): Move some
12348         constant variables outside the loop.  Use dolist.
12349         (mark-islamic-calendar-date-pattern): Move definition before use.
12350         Use unless.
12351         (mark-islamic-diary-entries): Doc fix.
12352         (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
12353         (insert-yearly-islamic-diary-entry): Use let rather than let*.
12355         * calendar/cal-julian.el (calendar-absolute-from-julian):
12356         Move definition before use.  Remove un-needed local `day'.
12357         (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
12359         * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
12360         (calendar-mayan-tzolkin-names-array): Add doc strings.
12361         (calendar-mayan-long-count-from-absolute): Use a single let.
12362         (calendar-string-to-mayan-long-count): Simplify.
12363         (calendar-next-haab-date, calendar-previous-haab-date)
12364         (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
12365         (calendar-previous-calendar-round-date)
12366         (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
12367         Doc fix.
12368         (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
12369         (calendar-mayan-date-string, calendar-print-mayan-date)
12370         (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
12371         (calendar-mayan-long-count-common-era): Move definitions before use.
12373         * calendar/cal-menu.el (displayed-year): Move declaration where needed.
12374         (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
12375         Doc fix.
12376         (calendar-mouse-goto-date): Move definition before use.
12378         * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
12379         Move definition before use.
12380         (calendar-cursor-to-visible-date): Move definition before use.
12381         (calendar-scroll-left): Use unless and zerop.  Combine lets into one,
12382         and place inside the conditional.
12383         (calendar-forward-day): Simplify.
12384         (calendar-end-of-month): Use unless.
12385         (calendar-goto-day-of-year): Doc fix.
12386         Relocate obsolete aliases after their replacements.
12388         * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
12390         * calendar/diary-lib.el (mark-diary-entries): Move some constant
12391         variables outside the diary-date-forms loop.
12393         * calendar/calendar.el (diary-file): Doc fix.
12394         (calendar-buffer-list): Return buffers rather than strings (fixes
12395         previous change).
12396         (hebrew-holidays-4): Fix typo.
12398         * calendar/holidays.el (displayed-month, displayed-year):
12399         Move declarations where needed.
12400         (calendar-holiday-list, calendar-list-holidays)
12401         (holiday-filter-visible-calendar): Move definitions before use.
12402         (list-holidays): Use cadr.
12403         Relocate obsolete aliases after their replacements.
12405         * calendar/lunar.el (date, displayed-month, displayed-year):
12406         Move declarations where needed.
12407         (lunar-phase-list): Move definition after functions it uses.
12408         (calendar-phases-of-moon, diary-phases-of-moon)
12409         (lunar-new-moon-on-or-after): Use cadr, nth.
12410         (lunar-new-moon-on-or-after): Doc fix.
12412         * textmodes/org-irc.el (top-level): CL not required when compiling.
12413         (org-irc-visit-erc): Replace runtime CL functions.
12415         * textmodes/org-publish.el (declare-function): Add compatibility stub.
12416         (org-publish-delete-dups): Declare as function.
12418 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
12420         * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
12421         (vc-bzr-show-log-entry): Make regexp match more cases.
12422         (vc-diff-switches-list): Remove autoload, not needed.
12424 2008-03-14  Juri Linkov  <juri@jurta.org>
12426         * isearch.el (isearch-edit-string): Remove one call to
12427         `isearch-push-state' not to push an inconsistent state,
12428         but keep another correct call to `isearch-push-state'.
12429         (isearch-ring-adjust): Call `isearch-push-state' only when
12430         `search-ring-update' is non-nil since `isearch-edit-string'
12431         already pushes its state.
12432         (isearch-message): Improve matching the failed part by checking
12433         if the original message starts with the last successful message.
12435         * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
12436         (dired-perm-write): Rename from `dired-warn-writable'.
12437         Change parent face from `font-lock-warning-face' to
12438         `font-lock-comment-delimiter-face'.
12439         (dired-warn-writable-face): Rename to `dired-perm-write-face'.
12440         (dired-perm-write-face): Rename from `dired-warn-writable-face'.
12441         (dired-font-lock-keywords): Replace `dired-warn-writable-face'
12442         with `dired-perm-write-face'.
12444 2008-03-13  Tassilo Horn  <tassilo@member.fsf.org>
12446         * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
12447         Create cache dir only if it doesn't already exist.
12449 2008-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12451         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
12452         of \ and '.
12454 2008-03-13  Johan BockgÃ¥rd  <bojohan@gnu.org>
12456         * net/browse-url.el (browse-url-text-xterm):
12457         Unquote browse-url-text-browser.
12459 2008-03-13  Carsten Dominik  <dominik@science.uva.nl>
12461         * textmodes/org-mouse.el: Version number change.
12463         * textmodes/org-publish.el (org-publish-expand-components):
12464         Remove null projects from the list of components.
12465         (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
12466         Remove unused retrieval of the :publishing-directory property.
12467         (org-publish-file): Bugfix: when using a relative directory as the
12468         publishing directory, convert it to a directory filename.
12469         (org-publish-project): New alias.
12470         (org-publish-get-files): Protect against empty p.
12471         (org-publish-file): Send an error when file is not part of any project.
12472         (org-publish-file): Offer to refresh the list of files in known
12473         project when the current file is not part of any project.
12474         (org-publish-before-export-hook)
12475         (org-publish-after-export-hook): New hooks.
12476         (org-publish-org-to): Use new hooks and kill buffers.
12477         (org-publish-file): Remove the code for killing buffers.
12478         (org-publish-initialize-files-alist): Use interactive.
12479         (org-publish-file): If the publishing function creates a new
12480         buffer, kill it after publishing.
12481         (org-publish-timestamp-filename): Protect ":" in file name path
12482         under windows.
12484         * textmodes/org-export-latex.el (org-export-as-latex): Revert the
12485         change that killed the LaTeX buffer.
12487         * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
12488         in the decision tree.
12489         (org-select-remember-template): Clean the code.
12490         (org-prepare-dblock): Add the extra :content parameter.
12491         (org-write-agenda): New output type ".ics" files.
12492         (org-write-agenda): Call `org-icalendar-verify-function', both for
12493         time stamps and for TODO entries.
12494         (org-agenda-collect-markers, org-create-marker-find-array)
12495         (org-check-agenda-marker-table): New functions.
12496         (org-agenda-marker-table): New variable.
12497         (org-export-as-html): Revert the change that killed the html
12498         buffer.  Side effects first need to be studied carefully.
12499         (org-get-tags-at): Fix the structure of the condition-case statement.
12500         (org-ts-regexp0, org-repeat-re, org-display-custom-time)
12501         (org-timestamp-change): Fix regular expressions to swallow the
12502         extra character for repeat-shift control.
12503         (org-auto-repeat-maybe): Implement the new repeater mechanisms.
12504         (org-get-legal-level): Alias to `org-get-valid-level'.
12505         (org-dblock-write:clocktable): Add a :link parameter, linking
12506         headlines to their location in the Org agenda files.
12507         (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
12508         throwing an error when getting tags before headlines.
12509         (org-timestamp-change, org-modify-ts-extra)
12510         (org-ts-regexp1): Fix timestamp editing.
12511         (org-agenda-custom-commands-local-options): New constant.
12512         (org-agenda-custom-commands):
12513         Use `org-agenda-custom-commands-local-options' to improve customize
12514         type.  "htmlize": Removed hack to fix face problem with htmlize,
12515         it no longer seem necessary.
12516         (org-follow-link-hook): New hook.
12517         (org-agenda-custom-commands): Add "Component" as a tag for each
12518         item in a command series.
12519         (org-open-at-point): Run `org-follow-link-hook'.
12520         (org-agenda-schedule): Bugfix: don't display marker type when it
12521         is nil.
12522         (org-store-link): org-irc required.
12523         (org-set-regexps-and-options): Parse the new logging options.
12524         (org-extract-log-state-settings): New function.
12525         (org-todo): Handle the new ways of recording state change stuff.
12526         (org-local-logging): New function.
12527         (org-columns-open-link): Fix bug with opening link in column view.
12528         (org-local-logging): New function.
12529         (org-todo): Make sure that LOGGING properties are honoured.
12530         (org-todo-keywords): Improve docstring.
12531         (org-startup-options): Cleanup startup options.
12532         (org-set-regexps-and-options): Process the "!" markers.
12533         (org-todo): Respect the new logging stuff.
12534         (org-log-note-how): New variable.
12535         (org-add-log-maybe): New parameter HOW that defines how logging
12536         should be done and also overrides PURPOSE.  Add a docstring.
12537         (org-add-log-note): Check if we really need to ask for a note.
12538         (org-get-current-options): Digest the new keyword.
12539         (org-agenda-reset-markers): Rename from
12540         `org-agenda-maybe-reset-markers'.  Remove FORCE argument.
12541         (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
12542         function, without force argument.
12543         (org-buffer-property-keys): Bind local variables s and p.
12544         (org-make-tags-matcher): Allow "" to match an empty or
12545         non-existent property value.
12546         (org-export-as-html): Join unsorted lists when they directly
12547         follow each other.  Such lists may be created by headlines that
12548         are converted to lists.
12549         (org-nofm-to-completion): New function.
12550         (org-export-as-html): Use :html-extension instead of
12551         org-export-html-extension.
12552         (org-store-link): Support for links from `rmail-summary-mode'.
12553         (org-columns-new, org-complete, org-set-property): Set the
12554         `include-columns' argument in the call to
12555         `org-buffer-property-keys'.
12556         (org-buffer-property-keys): New argument `include-columns', to
12557         include properties expected by any of the COLUMNS formats in the
12558         current buffer.
12559         (org-cleaned-string-for-export): Get rid of drawers first, so that
12560         they will be removed also in the text before the first headline.
12561         (org-clock-report): Show the clocktable when found.
12562         (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
12563         (org-version): With prefix argument, insert `org-version' at point.
12564         (org-agenda-goto): Recenter the window after finding the target
12565         location, to make sure the correct position will be displayed.
12566         (org-agenda-get-deadlines): Don't scale priority with the warning
12567         period.
12568         (org-insert-heading): Don't break line in the middle of the line.
12569         (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
12570         be 0.
12571         (org-update-checkbox-count): Revamp to deal with hierarchical
12572         checkboxes.  This was a patch from Miguel A. Figueroa-Villanueva.
12573         (org-remove-timestamp-with-keyword): New function.
12574         (org-schedule, org-deadline):
12575         Use `org-remove-timestamp-with-keyword' to make sure all such time
12576         stamps are removed.
12577         (org-mode): Support for `align'.
12578         (org-agenda-get-deadlines): Make sure priorities increase as the
12579         due date approaches and is passed.
12580         (org-remember-apply-template): Fix problem with tags that
12581         contain "_" or "@".
12582         (org-make-link-regexps): Improve the regular expression for plain links.
12583         (org-agenda-get-closed): List each clocking entry.
12584         (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
12585         (org-special-ctrl-k): New option.
12586         (org-kill-line): New function.
12587         (org-archive-all-done): Fix incorrect number of stars in regexp.
12588         (org-refile-get-location): New function.
12589         (org-refile-goto-last-stored): New function.
12590         (org-global-tags-completion-table): Add the value of org-tag-alist
12591         in each buffer, to make sure that also unused tags will be
12592         available for completion.
12593         (org-columns-edit-value)
12594         (org-columns-next-allowed-value): Only update if not in agenda.
12595         (org-clocktable-steps): New function.
12596         (org-dblock-write:clocktable): Call `org-clocktable-steps'.
12597         (org-archive-subtree): Add the outline tree context as a property.
12598         (org-closest-date): New optional argument `prefer'.
12599         (org-goto-auto-isearch): New option.
12600         (org-goto-map, org-get-location): Implement auto-isearch.
12601         (org-goto-local-auto-isearch-map): New variable.
12602         (org-goto-local-search-forward-headings)
12603         (org-goto-local-auto-isearch): New functions.
12605 2008-03-13  Philip Jackson  <emacs@shellarchive.co.uk>
12607         * textmodes/org-irc.el: New file.
12609 2008-03-13  John Wiegley  <johnw@gnu.org>
12611         * textmodes/org-mac-message.el: New file.
12613 2008-03-13  Dan Nicolaescu  <dann@ics.uci.edu>
12615         * font-lock.el (font-lock-comment-face): Set the foreground for
12616         the light background 8 colors case.
12618 2008-03-13  Glenn Morris  <rgm@gnu.org>
12620         * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
12621         generate-autoload-cookie patterns.
12623         * startup.el (command-line-1): Rename -scriptload to -internal-script.
12625         * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
12626         (MH_E_SRC): Remove variable.
12627         ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
12628         Simplify file header.  Use $@ for generated-autoload-file.
12630         * Makefile.in (LOADDEFS): New variable.
12631         (AUTOGENEL): Use $LOADDEFS.
12632         (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
12633         ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
12634         ($(lisp)/calendar/hol-loaddefs.el): New targets.
12635         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
12636         * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
12637         * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
12638         * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
12639         * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
12640         * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
12641         Add calendar-specific autoload cookies, and remove any setting of
12642         generated-autoload-file.
12643         * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
12644         * calendar/diary-lib.el: Replace explicit autoloads with reading of
12645         diary-loaddefs.
12646         * calendar/holidays.el: Replace explicit autoloads with reading of
12647         hol-loaddefs.
12649         * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
12650         (calendar-buffer-list): Simplify.
12651         (generate-calendar-window): Use calendar-mark-holidays rather than
12652         obsolete alias.
12654         * calendar/cal-hebrew.el (list-yahrzeit-dates):
12655         Use cal-hebrew-yahrzeit-buffer.
12657         * calendar/cal-x.el (calendar-only-one-frame-setup)
12658         (calendar-two-frame-setup): Doc fixes.
12659         (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
12661         * calendar/appt.el (appt-mode-string): Mark as risky.
12662         (appt-check): Apply mode-line-emphasis face to appt-mode-string.
12664         * calendar/cal-html.el (diary-list-entries):
12665         * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
12666         (calendar-iso-from-absolute): Fix autoloads.
12668         * calendar/cal-iso.el (calendar-absolute-from-iso)
12669         (calendar-iso-read-args): Simplify.
12670         (calendar-iso-date-string, calendar-iso-read-args)
12671         (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
12673         * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
12674         (displayed-month, displayed-year): Move declarations where needed.
12675         (calendar-print-astro-day-number): Doc fix.
12677         * calendar/cal-persia.el (persian-calendar-month-name-array)
12678         (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
12679         (persian-prompt-for-date): Remove local variable `today'.
12681         * calendar/diary-lib.el (mark-calendar-month): Use zerop.
12683         * calendar/solar.el (solar-moment, solar-exact-local-noon)
12684         (solar-sunrise-sunset, solar-sunrise-sunset-string)
12685         (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time)
12686         (diary-sabbath-candles, solar-equinoxes/solstices)
12687         (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
12688         (solar-time-equation, solar-date-to-et): Simplify.
12690         * mail/supercite.el: Remove the `function' in `(function (lambda'.
12691         Replace `(car (cdr' with cadr'.
12693         * progmodes/f90.el (f90-font-lock-n): New function.
12694         (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
12695         Use f90-font-lock-n.
12696         (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
12698         * progmodes/f90.el (f90-mode-abbrev-table):
12699         * progmodes/fortran.el (fortran-mode-abbrev-table):
12700         Use newer form of define-abbrev, where supported.  No need to bind
12701         abbrevs-changed for system abbrevs.
12703 2008-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12705         * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
12706         delete-frame-functions.
12708         * bookmark.el (Info-current-node): Remove.
12710 2008-03-12  Juri Linkov  <juri@jurta.org>
12712         * help.el (describe-project): Remove defaliases for view-todo and
12713         describe-project that are now unnecessary after the merge from
12714         emacs--rel--22 that added define-obsolete-function-alias.
12716         * startup.el (inhibit-startup-screen): Revert incomplete
12717         2008-03-10 merge from emacs--rel--22 that partly reverted
12718         2008-02-28 change that added initial message to *scratch* buffer
12719         regardless of the value of `inhibit-startup-screen'.
12720         Now keep this change in the trunk, but not in the 22 branch.
12722 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12724         * international/quail.el (quail-setup-completion-buf, quail-help):
12725         * mail/binhex.el (binhex-decode-region-internal):
12726         * mail/uudecode.el (uudecode-decode-region-internal):
12727         * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
12728         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
12729         setting default-enable-multibyte-characters.
12731         * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
12733         * comint.el: Fix up indentation and comment style.  Remove `function'.
12735         * international/mule-cmds.el (reset-language-environment)
12736         (set-language-environment-nonascii-translation):
12737         Don't set-unibyte-charset.
12739         * doc-view.el: Remove all cb-args, use closures instead.
12740         (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
12741         doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
12742         doing an incorrect check).  Update all callers to use the new name.
12743         (doc-view-doc->txt): Add missing `txt' argument.
12745 2008-03-12  Tassilo Horn  <tassilo@member.fsf.org>
12747         * doc-view.el (doc-view-current-cache-dir): Set buffer used for
12748         md5 sum calculation to single-byte.
12750 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12752         * doc-view.el (doc-view-new-window-function): Add assertion.
12753         (doc-view-doc-type): New var.
12754         (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
12755         (doc-view-intersection): New fun.
12756         (doc-view-mode): Use it to set the new var.
12758 2008-03-12  Tassilo Horn  <tassilo@member.fsf.org>
12760         * doc-view.el (doc-view-doc->txt, doc-view-open-text)
12761         (doc-view-already-converted-p): New functions.
12762         (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
12763         (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
12764         (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
12765         (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
12766         (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
12767         (doc-view-convert-current-doc): Don't hardwire the functions the
12768         sentinels call.  Now they're provided by two args CALLBACK and
12769         CB-ARGS to the functions.
12770         (doc-view-search): Use doc-view-doc->txt.
12771         (doc-view-initiate-display): Use doc-view-already-converted-p.
12772         Mention new binding C-c C-t if doc-view-mode doesn't work.
12774 2008-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
12776         * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
12778 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12780         * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
12781         Mark " outside of tags as punctuation.
12783 2008-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12785         * menu-bar.el (minibuffer-local-map): Use the same command for the
12786         "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
12787         Prefer RET over C-j for exit-minibuffer.
12789         * files.el (display-buffer-other-frame): Eliminate problematic code.
12791         * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
12792         (menu-bar-select-buffer): Remove.
12793         (menu-bar-select-frame): Make non-interactive and take a frame arg.
12794         (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
12796 2008-03-11  Juanma Barranquero  <lekktu@gmail.com>
12798         * icomplete.el (icomplete-completions): Remove obsolete code.
12800         * net/net-utils.el (iwconfig-program-options): Doc fix.
12801         (net-utils-run-program, run-network-program): Define as functions.
12803 2008-03-11  Dan Nicolaescu  <dann@ics.uci.edu>
12805         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
12807 2008-03-11  Glenn Morris  <rgm@gnu.org>
12809         * faces.el (mode-line-emphasis): New face.
12810         * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
12812         * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
12814 2008-03-11  Chong Yidong  <cyd@stupidchicken.com>
12816         * simple.el (set-mark-command): Doc fix.
12818 2008-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12820         * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
12822         * emacs-lisp/autoload.el (autoload-find-destination):
12823         Don't force raw-text.
12825         * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
12826         * calendar/cal-loaddefs.el: Don't version control.
12828 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
12830         * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
12831         entries and add :help to the existing ones.
12833 2008-03-10  Glenn Morris  <rgm@gnu.org>
12835         * calendar/cal-hebrew.el (date, entry, number): Move declarations
12836         to where they are needed.
12838         * calendar/calendar.el (diary-file, hebrew-holidays-1)
12839         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
12840         (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
12841         (calendar-version): Doc fixes.
12842         (calendar-absolute-from-gregorian): Use zerop.
12843         (calendar-mode-line-format): Make it a defcustom.
12845         * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
12846         (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
12847         (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
12848         (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
12849         (mark-included-diary-files, mark-calendar-days-named)
12850         (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
12851         (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
12852         (insert-monthly-diary-entry, insert-yearly-diary-entry)
12853         (insert-anniversary-diary-entry, insert-block-diary-entry)
12854         (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
12855         (diary-font-lock-sexps): Doc fixes.
12856         (diary-remind-message, mark-calendar-month): Use zerop.
12857         (diary-attrtype-convert, diary-pull-attrs): Simplify.
12858         (diary-list-entries): Revert let to let* (previous change).
12860         * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
12862 2008-03-10  Kim F. Storm  <storm@cua.dk>
12864         * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
12865         function aliases for the old names.
12867 2008-03-10  Juanma Barranquero  <lekktu@gmail.com>
12869         * iswitchb.el (iswitchb-use-faces): Doc fix.
12870         (iswitchb-buffer-ignore, iswitchb-read-buffer):
12871         Fix typos in docstrings.
12873 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
12875         * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
12876         Fix typo.
12877         (verilog-type-font-keywords): Reindent.
12879 2008-03-10  Michael McNamara  <mac@mail.brushroad.com>
12881         * progmodes/verilog-mode.el (verilog-font-grouping-keywords):
12882         Fix bug in the grouping-keyword regular expression.
12883         (verilog-font-lock-keywords): Allow users to toggle special
12884         highlight of grouping-keywords.
12885         (verilog-highlight-grouping-keywords): The toggle for special
12886         highlighting of grouping keywords.
12888 2008-03-10  Juri Linkov  <juri@jurta.org>
12890         * startup.el: Revert 2008-02-28 change that adds initial message
12891         to *scratch* buffer regardless of the value of
12892         `inhibit-startup-screen'.
12894 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
12896         * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
12897         * textmodes/bibtex-style.el (bibtex-style-indent-basic):
12898         * progmodes/verilog-mode.el (verilog-mode):
12899         * net/socks.el (socks):
12900         * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
12902 2008-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12904         * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
12905         (doc-view-bookmark-make-record): Use them.
12906         (doc-view-bookmark-jump): Use them.  Fix find-file ->find-file-noselect.
12907         (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
12909         * bookmark.el (bookmark-make-record-function): Change expected return
12910         value to include a suggested bookmark name.
12911         (bookmark-make): Split into bookmark-make-record and bookmark-store.
12912         Fix reversed `overwrite' semantics.
12913         (bookmark-set): Call bookmark-make-record before prompting the user.
12914         Then pass the result to bookmark-store later on.
12915         (bookmark-make-name-function): Remove.
12916         (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
12917         * info.el (bookmark-make-name-function): Remove.
12918         (Info-mode): Don't set it.
12919         (Info-bookmark-make-name): Remove.
12920         (Info-bookmark-make-record): Use Info-current-node as suggested default
12921         bookmark name.
12923         * bookmark.el (bookmark-set): Make bookmark before reading annotations.
12924         I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
12925         (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
12926         (bookmark-annotation-buffer, bookmark-annotation-file)
12927         (bookmark-annotation-point, bookmark-send-annotation)
12928         (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
12929         (bookmark-edit-annotation-text-func): Rename from
12930         bookmark-read-annotation-text-func.  Keep old name as an obsolete alias.
12931         (bookmark-edit-annotation-mode-map): Move initialization into
12932         declaration.
12934         * bookmark.el: Remove spurious * in docstrings.
12935         (bookmark-minibuffer-read-name-map): New var.
12936         (bookmark-set): Use it.  Also pass the default value as it should.
12937         (bookmark-send-edited-annotation): Take no chances with text properties.
12938         (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
12939         (bookmark-insert-buffer-name): Remove.
12940         (bookmark-buffer-file-name): Signal an error rather than returning nil.
12942 2008-03-09  Thomas Hühn  <xf27@arcor.de>  (tiny change)
12944         * tutorial.el (tutorial--default-keys): Update `C-l' binding.
12946 2008-03-09  Dan Nicolaescu  <dann@ics.uci.edu>
12948         * diff-mode.el (diff-mode-menu): Add :help.
12950 2008-03-09  Glenn Morris  <rgm@gnu.org>
12952         * calendar/calendar.el (general-holidays, oriental-holidays)
12953         (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
12954         (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
12955         (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
12956         (calendar-holidays): Restore autoload cookies, because people are
12957         used to using these variables without loading calendar.el.
12959         * calendar/cal-islam.el (diary-islamic-date): Move to end.
12960         (date, number): Declare where needed.
12962         * calendar/diary-lib.el (nongregorian-diary-marking-hook)
12963         (list-sexp-diary-entries): Doc fixes.
12964         (diary-list-entries): Doc fix.  Remove free variable `entry'.
12965         (fancy-diary-display): Use dolist, bobp.  Remove free variable `entry'.
12966         Simplify setting of `date-holiday-list'.
12967         (mark-diary-entries): Remove free variable `entry'.
12968         (diary-list-entries, include-other-diary-files, fancy-diary-display):
12969         Use let where let* is not needed.
12971 2008-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12973         * bookmark.el (bookmark-make): Don't pass the `annotation' to the
12974         make-record function, instead paste it in afterwards.
12975         (bookmark-make-record-for-text-file):
12976         * doc-view.el (doc-view-bookmark-make-record):
12977         * info.el (Info-bookmark-make-record): Don't mess with annotations.
12979 2008-03-08  Glenn Morris  <rgm@gnu.org>
12981         * calendar/diary-lib.el (entry): Declare for compiler part-way through.
12983 2008-03-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12985         * calendar/diary-lib.el (diary-list-entries)
12986         (include-other-diary-files, mark-diary-entries)
12987         (mark-sexp-diary-entries, mark-included-diary-files)
12988         (diary-entry-time, list-sexp-diary-entries): Remove the special
12989         handling of ^M that dates back to the use of selective-display.
12990         (simple-diary-display): Obey setting of pop-up-frames.
12991         (body, entry): Remove unnecessary declarations.
12993         * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
12994         (bookmark-get-annotation, bookmark-set-annotation)
12995         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
12996         (bookmark-set-position, bookmark-get-front-context-string)
12997         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
12998         (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
12999         * info.el (Info-bookmark-make-record): Don't bother recording point.
13000         (bookmark-get-filename, bookmark-get-front-context-string)
13001         (bookmark-get-rear-context-string, bookmark-get-position):
13002         Don't declare any more.
13003         (bookmark-get-info-node): Remove.
13004         (bookmark-prop-get): Declare.
13005         (Info-bookmark-jump): Use it.
13007 2008-03-08  Johan BockgÃ¥rd  <bojohan@gnu.org>
13009         * subr.el (while-no-input): Don't splice BODY directly into the
13010         `or' form.
13012 2008-03-08  Dan Nicolaescu  <dann@ics.uci.edu>
13014         * diff-mode.el (diff-ignore-whitespace-hunk):
13015         Bind inhibit-read-only before trying to change the buffer.
13017 2008-03-08  Glenn Morris  <rgm@gnu.org>
13019         * calendar/appt.el (appt): Move custom group here from calendar.el.
13020         (appt-disp-window, appt-convert-time): Doc fixes.
13022         * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
13023         (calendar-bahai-mark-date-pattern):
13024         * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
13025         * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
13026         * calendar/cal-julian.el (calendar-absolute-from-julian):
13027         * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
13029         * calendar/cal-china.el (chinese-calendar): Move custom group here from
13030         calendar.el.
13031         (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
13032         Make constants.
13033         (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
13034         (chinese-calendar-daylight-savings-starts)
13035         (chinese-calendar-daylight-savings-ends)
13036         (chinese-calendar-daylight-savings-starts-time)
13037         (chinese-calendar-daylight-savings-ends-time)
13038         (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
13039         Doc fixes.
13041         * calendar/cal-coptic.el (coptic-name): Add doc string.
13043         * calendar/cal-french.el (french-calendar-month-name-array)
13044         (french-calendar-day-name-array, french-calendar-special-days-array):
13045         Add doc strings.
13047         * calendar/cal-bahai.el (diary-bahai-mark-entries)
13048         (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
13049         (diary-bahai-insert-yearly-entry):
13050         * calendar/cal-dst.el (calendar-next-time-zone-transition)
13051         (calendar-time-zone):
13052         * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
13053         (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
13054         (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
13055         (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
13056         (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
13057         * calendar/cal-islam.el (islamic-calendar-leap-year-p)
13058         (list-islamic-diary-entries, mark-islamic-diary-entries)
13059         (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
13060         (insert-yearly-islamic-diary-entry):
13061         * calendar/cal-iso.el (calendar-iso-read-args):
13062         * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
13063         (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
13064         (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
13065         (calendar-next-calendar-round-date)
13066         (calendar-mayan-long-count-common-era):
13067         * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
13068         (cal-menu-x-popup-menu, calendar-mouse-holidays)
13069         (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
13070         (calendar-mouse-goto-date):
13071         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
13072         * calendar/holidays.el (holidays):
13073         * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
13074         * calendar/time-date.el (date-to-time, time-subtract, time-add)
13075         (safe-date-to-time): Doc fixes.
13077         * calendar/cal-persia.el (persian-calendar-month-name-array)
13078         (persian-calendar-epoch): Make constants.
13080         * calendar/cal-tex.el (calendar-tex): Move custom group here from
13081         calendar.el.
13083         * calendar/cal-x.el (diary-frame-parameters)
13084         (calendar-frame-parameters, calendar-and-diary-frame-parameters)
13085         (calendar-after-frame-setup-hooks): Make defcustoms.
13086         (calendar-one-frame-setup, calendar-only-one-frame-setup)
13087         (calendar-two-frame-setup): Doc fix.
13089         * calendar/cal-loaddefs.el: New file.
13091         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
13092         * calendar/cal-french.el, calendar/cal-html.el:
13093         * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
13094         * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
13095         * calendar/cal-tex.el, calendar/cal-x.el:
13096         Unquote lambda functions.  Add autoload cookies to functions formerly
13097         autoloaded in calendar.el.  Set `generated-autoload-file' to
13098         "cal-loaddefs.el".
13100         * calendar/calendar.el: Move many autoloads to separate file,
13101         cal-loaddefs.el.  Move defcustoms to start and re-order.
13102         (calendar-month-name-array, calendar-starred-day): No need to
13103         declare for compiler.
13104         (cal-loaddefs): Require it.
13105         (appt, chinese-calendar, calendar-tex): Move custom groups to the
13106         appropriate file.
13107         (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
13108         Reverse logic.
13109         (diary-face, diary-file-name-prefix-function, diary-include-string)
13110         (diary-glob-file-regexp-prefix, diary-face-attrs)
13111         (diary-file-name-prefix, sexp-diary-entry-symbol)
13112         (print-diary-entries-hook, list-diary-entries-hook)
13113         (nongregorian-diary-listing-hook, mark-diary-entries-hook)
13114         (nongregorian-diary-marking-hook, diary-list-include-blanks):
13115         Move to diary-lib.
13116         (all-christian-calendar-holidays, all-islamic-calendar-holidays)
13117         (all-bahai-calendar-holidays): Doc fix.
13118         (calendar-insert-indented): Doc fix.  Use when rather than if.
13119         (exit-calendar): Use mapc rather than mapcar.
13120         (calendar-cursor-to-date): Use zerop.
13121         (calendar-mark-ring): Add doc-string.
13122         (calendar-starred-day): Defvar it.
13123         (calendar-mode): Make calendar-starred-day local.
13124         (calendar-star-date): No need to make calendar-starred-day local.
13126         * calendar/diary-lib.el: Move defcustoms to start.
13127         (diary-include-string, diary-list-include-blanks)
13128         (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
13129         (diary-file-name-prefix, diary-file-name-prefix-function)
13130         (sexp-diary-entry-symbol, list-diary-entries-hook)
13131         (mark-diary-entries-hook, nongregorian-diary-listing-hook)
13132         (nongregorian-diary-marking-hook, print-diary-entries-hook):
13133         Move here from calendar.el.
13134         (diary-file-name-prefix-function): Use 'identity.
13135         (diary-face): Make it a defcustom, and mark as obsolete.
13136         (top-level): No need to require cal-hebrew, cal-islam when compiling.
13137         (calendar-hebrew-month-name-array-leap-year)
13138         (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
13139         Define for compiler.
13140         (diary-font-lock-keywords): Use format rather than concat.
13141         Add bahai-diary-entry-symbol.
13143         * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
13144         * calendar/solar.el: Unquote lambda functions.
13146         * calendar/solar.el (calendar-location-name, calendar-latitude)
13147         (calendar-longitude, solar-setup, solar-sin-degrees)
13148         (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
13149         (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
13150         (solar-sunrise-and-sunset, solar-moment, solar-daylight)
13151         (solar-exact-local-noon, solar-julian-ut-centuries)
13152         (solar-ephemeris-time, solar-date-next-longitude)
13153         (solar-horizontal-coordinates, solar-equatorial-coordinates)
13154         (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
13155         (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
13156         (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
13157         Doc fixes.
13158         (solar-horizontal-coordinates, solar-equatorial-coordinates)
13159         (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
13160         (solar-ecliptic-coordinates): Use unless.
13161         (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
13162         Use or.
13164         * calendar/timeclock.el: Add doc-strings to all functions.
13165         (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
13166         (timeclock-entry-list-length, timeclock-entry-list-projects)
13167         (timeclock-day-list-projects, timeclock-day-list): Use dolist.
13169         * calendar/todo-mode.el: Remove un-needed eval-when-compile.
13171         * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
13172         (org-get-entries-from-diary): Require diary-lib.
13174 2008-03-08  Juanma Barranquero  <lekktu@gmail.com>
13176         * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
13177         Pacify byte-compiler.
13179 2008-03-07  Alan Mackenzie  <acm@muc.de>
13181         * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
13182         paren/bracket pairs parsed, to solve performance problem.
13184 2008-03-07  Bastien Guerry  <bzg@altern.org>
13186         * bookmark.el (bookmark-set): Don't check for
13187         `bookmark-make-name-function' since `bookmark-buffer-file-name'
13188         already takes care of this.
13189         (bookmark-buffer-name, bookmark-buffer-file-name):
13190         Remove Info-mode specific code.
13192         * info.el (bookmark-get-info-node): Define this function in
13193         info.el, not in bookmark.el.
13194         (Info-mode): Set `bookmark-make-name-function' to
13195         `Info-bookmark-make-name' locally.
13196         (Info-bookmark-make-name): New function.
13198         * bookmark.el (bookmark-make-name-function): New variable.
13200 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
13202         * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
13203         buffer-local, not `bookmark-make-cell-function' (the old name).
13205 2008-03-07  Tassilo Horn  <tassilo@member.fsf.org>
13207         * doc-view.el (doc-view-bookmark-make-record):
13208         * image-mode.el (image-bookmark-make-record):
13209         * info.el (Info-bookmark-make-record): Delete obsolete second arg.
13211 2008-03-07  Jan Djärv  <jan.h.d@swipnet.se>
13213         * vc.el (vc-status-menu-map-filter): Return orig-binding if
13214         boundp 'vc-ignore-menu-filter.
13215         (vc-status-tool-bar-map): Make it defvar.
13216         (vc-status-mode): vc-status-tool-bar-map now variable.
13217         (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
13219 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
13221         Give a better name to part of the bookmark interface.
13223         This was originally a much larger change, but halfway through I
13224         updated and discovered that Stefan Monnier had done the rest.
13225         It looks like he anticipated the new name too, because he used
13226         `the-record' instead of `the-cell' for some internal variable names.
13228         * bookmark.el (bookmark-make-record-function): Was
13229         `bookmark-make-cell-function'.
13230         (bookmark-make, bookmark-send-annotation): Update for above.
13231         (bookmark-make-record-for-text-file):
13232         Was `bookmark-make-cell-for-text-file'.  Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
13234         * info.el: Adjust accordingly.
13235         (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
13237         * image-mode.el: Adjust accordingly.
13238         (image-bookmark-make-record): Was `image-bookmark-make-cell'.
13240         * doc-view.el: Adjust accordingly.
13241         (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
13243 2008-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13245         * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
13246         Move initialization into declaration.
13247         (bookmark-get-info-node, bookmark-set-info-node): Remove.
13248         (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
13249         (bookmark-info-current-node): Remove.
13250         (bookmark-jump-noselect): Rename from bookmark-jump-internal.
13251         Add relocation fallback.  Set bookmark-current-bookmark.
13252         (bookmark-default-handler): Rename from bookmark-jump-noselect.
13253         Remove relocation fallback.  Don't set bookmark-current-bookmark.
13254         (bookmark-set): Let it be used even if there's no buffer-file-name
13255         as long as there is a bookmark-make-cell-function.
13256         * info.el (Info-bookmark-jump): Remove relocation fallback.
13257         Don't set bookmark-current-bookmark.
13259 2008-03-07  Glenn Morris  <rgm@gnu.org>
13261         * calendar/appt.el (appt-issue-message)
13262         (appt-message-warning-time, appt-audible, appt-visible)
13263         (appt-msg-window, appt-display-mode-line, appt-display-duration)
13264         (appt-display-diary): Remove autoload cookies.
13266         * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
13267         Remove leading `*' from defcustom doc-strings.
13269         * calendar/cal-dst.el (calendar-dst): New custom group.
13270         (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
13271         (calendar-time-zone, calendar-daylight-time-offset)
13272         (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
13273         (calendar-daylight-savings-starts-time)
13274         (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
13275         (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
13276         Move to start.
13278         * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
13280         * calendar/calendar.el (calendar-version): Use emacs-version and
13281         make it obsolete.  Move to end.
13282         (calendar-offset, view-diary-entries-initially)
13283         (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
13284         (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
13285         (all-christian-calendar-holidays, all-islamic-calendar-holidays)
13286         (all-bahai-calendar-holidays, calendar-load-hook)
13287         (initial-calendar-window-hook, today-visible-calendar-hook)
13288         (today-invisible-calendar-hook, calendar-move-hook)
13289         (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
13290         (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
13291         (diary-include-string, sexp-diary-entry-symbol)
13292         (abbreviated-calendar-year, american-date-diary-pattern)
13293         (european-date-diary-pattern, european-calendar-display-form)
13294         (american-calendar-display-form, print-diary-entries-hook)
13295         (list-diary-entries-hook, diary-hook, diary-display-hook)
13296         (nongregorian-diary-listing-hook, mark-diary-entries-hook)
13297         (nongregorian-diary-marking-hook, diary-list-include-blanks)
13298         (holidays-in-diary-buffer, general-holidays, oriental-holidays)
13299         (local-holidays, other-holidays, hebrew-holidays-1)
13300         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
13301         (hebrew-holidays, christian-holidays, islamic-holidays)
13302         (bahai-holidays, solar-holidays, calendar-setup)
13303         (calendar-week-start-day): Remove autoload cookies.
13304         (diary-glob-file-regexp-prefix): Doc fix.
13305         (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
13306         (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
13307         (calendar-week-start-day, calendar-debug-sexp): Move to start.
13309         * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
13310         (calendar-time-display-form, calendar-latitude)
13311         (calendar-longitude, solar-equinoxes-solstices): Remove autoload
13312         cookies.
13313         (calendar-latitude, calendar-longitude): Move functions after
13314         variables.
13315         (diary-sabbath-candles-minutes): Move to start.
13316         (solar-setup): Use or rather than if.
13317         (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
13318         Remove condition-case.
13319         (solar-atn2): Use zerop.
13320         (solar-equinoxes-solstices): Doc fix.
13322         * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
13323         (sc-mode-map-prefix): Doc fix.  Make it a defcustom.
13325         * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
13326         (calendar-longitude, calendar-latitude, calendar-location-name):
13327         Declare for compiler.
13329 2008-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13331         * arc-mode.el (archive-ar-file-header-re): New const.
13332         (archive-ar-summarize, archive-ar-extract): New funs.
13333         (archive-find-type): Recognize ar archives.
13335         * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
13336         New functions.
13338         * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
13340 2008-03-06  Lennart Borgman  <lennart.borgman@gmail.com>
13342         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
13343         Replace :enable (mark-active) with :enable mark-active.
13345 2008-03-06  Juanma Barranquero  <lekktu@gmail.com>
13347         * vms-patch.el (make-legal-file-name): New obsolete alias.
13348         (make-valid-file-name): Rename from `make-legal-file-name'.
13349         (make-auto-save-file-name): Use it.
13351         * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
13352         (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
13353         (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
13355         * textmodes/org.el (org-export-html-style): Doc fix.
13356         (org-get-legal-level): New obsolete alias.
13357         (org-get-valid-level): Rename from `org-get-legal-level'.
13358         (org-promote, org-demote, org-archive-subtree)
13359         (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
13361 2008-03-06  Jan Djärv  <jan.h.d@swipnet.se>
13363         * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
13365         * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
13366         (vc-status-toggle-mark): New functions.
13367         (vc-status-mode): Set tool bar map.
13369 2008-03-05  Chong Yidong  <cyd@stupidchicken.com>
13371         * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
13372         Reported by Drew Adams <drew.adams@oracle.com>.
13374 2008-03-05  Kenichi Handa  <handa@ni.aist.go.jp>
13376         * subr.el (read-quoted-char): Resolve modifiers of the character
13377         event.
13379         * comint.el (comint-exec-1): Don't change the coding-system for
13380         decoding to dos-like EOL.
13381         (comint-carriage-motion): Fully rewrite.
13383 2008-03-05  Juanma Barranquero  <lekktu@gmail.com>
13385         * epg.el (epg-context-include-certs): Reflow docstring.
13386         (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
13387         (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
13388         (epg-context-set-signers, epg-context-set-sig-notations)
13389         (epg-make-import-status, epg-make-import-result)
13390         (epg-start-delete-keys): Fix typos in docstrings.
13391         (epg-start-sign-keys, epg-sign-keys):
13392         Fix typos in obsolescence declarations.
13394         * iswitchb.el: Don't check for `cadr' and `last'.
13395         (iswitchb-define-mode-map, iswitchb-default-keybindings):
13396         Add obsolescence declaration and remove redundant info from docstring.
13397         (iswitchb-set-common-completion, iswitchb-set-matches)
13398         (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
13399         (recentf-list, most-len, most-is-exact):
13400         Don't wrap defvars within `eval-when-compile'.
13402 2008-03-05  Glenn Morris  <rgm@gnu.org>
13404         * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
13405         * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
13406         * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
13407         * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
13408         ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
13410         * ediff-hook.el (ediff-window-setup-function): Don't autoload
13411         declaration for compiler.
13412         (ediff-xemacs-init-menus): Use when rather than if.
13414         * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
13415         if+and to just and.
13416         (ediff-read-event, ediff-overlayp, ediff-make-overlay)
13417         (ediff-delete-overlay): Move the XEmacs test inside the definition.
13419         * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
13421         * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
13422         test inside XEmacs test.
13423         (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
13424         since it was doing nothing on Emacs.
13425         (ediff-make-bullet-proof-overlay): Use when rather than if.
13427         * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
13428         (ediff-setup-control-frame): Remove
13429         ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
13430         a (featurep 'xemacs) test.
13432 2008-03-05  Jay Belanger  <jay.p.belanger@gmail.com>
13434         * calc/calc-ext.el (calc-extended-command-history): New variable.
13435         (calc-execute-extended-command): Use `calc-extended-command-history'.
13437 2008-03-05  Dan Nicolaescu  <dann@ics.uci.edu>
13439         * bindings.el (mode-line-remote): Add mouse-face.  Improve tooltip.
13440         (standard-mode-line-position): Add mouse-face.
13442         * progmodes/compile.el (compilation-menu-map, compilation-mode-map):
13443         * progmodes/grep.el (grep-mode-map): Add :help.
13445         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
13446         initialize in one step.  Add :help.  Use :enable to activate menu
13447         items.  Show the key binding for edebug-defun.
13448         (lisp-interaction-mode-map): Add a menu.
13450         * term.el (term-mode-map): Define and initialize in one step.
13452         * ediff-init.el (ediff-color-display-p): Simplify.
13453         (Xor): Remove unused function.
13454         (ediff-with-syntax-table): Simplify for Emacs.
13456         * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
13457         menu-bar being loaded, it always is.
13459 2008-03-05  Glenn Morris  <rgm@gnu.org>
13461         * textmodes/tex-mode.el (tex-mode): Suppress warning about
13462         multiple definitions when compiling.
13464 2008-03-04  Alan Mackenzie  <acm@muc.de>
13466         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
13468         * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
13469         doc-string, "c-old-LEN" -> "c-old-END".
13471 2008-03-04  Jason Rumney  <jasonr@gnu.org>
13473         * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
13474         namespaces.
13476 2008-03-04  Glenn Morris  <rgm@gnu.org>
13478         * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
13480         * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
13481         than mapcar.
13483 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13485         * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
13486         (byte-compile-nilconstp): Can't use recursion in a defsubst.
13488         * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
13489         so that M-q can fill comments.
13490         (tex-executable-exists-p, tex-compile): Extend with special syntax for
13491         commands implemented in elisp.
13492         (tex-compile-commands): Add an entry to use doc-view for pdf files.
13493         (tex-format-cmd): New function.
13494         (tex-compile): Use it to let the user specify default arguments.
13495         (tex-cmd-bibtex-args): New var.
13496         (tex-cmd-doc-view): New function.
13498 2008-03-03  Juanma Barranquero  <lekktu@gmail.com>
13500         * faces.el (face-spec-set): Fix typos in docstring.
13502 2008-03-03  Dan Nicolaescu  <dann@ics.uci.edu>
13504         * bindings.el (mode-line-column-line-number-mode-map): New variable.
13505         (standard-mode-line-position): Use it to add a menu for toggling
13506         column number and line number display.
13508 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13510         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
13511         Remove optimization that was working around the form-code-walker bug.
13513         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
13514         Walk into the body of lambdas after byte-compile-unfold-lambda.
13516 2008-03-03  Glenn Morris  <rgm@gnu.org>
13518         * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
13519         value, if set, over frame value.
13521         * simple.el (transient-mark-mode): Don't turn on by default.
13523         * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
13524         accidentally removed by the 2007-12-05 merge from Gnus.
13526 2008-03-02  Dan Nicolaescu  <dann@ics.uci.edu>
13528         * progmodes/compile.el (compilation-menu-map): Add menu entries
13529         for useful options.
13531 2008-03-01  Dan Nicolaescu  <dann@ics.uci.edu>
13532             Glenn Morris  <rgm@gnu.org>
13534         * emacs-lisp/bytecomp.el (byte-recompile-directory)
13535         (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
13536         Give a `bytecomp-' prefix to local variables with common names.
13538 2008-03-01  Glenn Morris  <rgm@gnu.org>
13540         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Restore
13541         code commented out 2007-11-10.
13543         * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
13545         * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
13546         Delete macro.
13547         * emulation/viper-cmd.el, emulation/viper-ex.el:
13548         * emulation/viper-init.el, emulation/viper-keym.el:
13549         * emulation/viper-mous.el, emulation/viper-util.el:
13550         * emulation/viper.el:
13551         Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
13552         featurep test.
13554         Replace obsolete frame-local variables with frame-parameters.
13555         * emulation/viper-init.el (viper-replace-overlay-cursor-color)
13556         (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
13557         (viper-vi-state-cursor-color): Only call make-variable-frame-local
13558         on XEmacs.
13559         * emulation/viper-util.el (viper-frame-value): New macro.
13560         * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
13561         (viper-R-state-post-command-sentinel)
13562         (viper-replace-state-post-command-sentinel)
13563         (viper-change-state-to-insert, viper-change-state-to-emacs):
13564         * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
13565         (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
13566         (viper-get-saved-cursor-color-in-insert-mode)
13567         (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
13568         Use viper-frame-value for viper-replace-overlay-cursor-color,
13569         viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
13570         viper-vi-state-cursor-color values.
13572         * emulation/viper-cmd.el (zmacs-region-stays):
13573         * emulation/viper-util.el (zmacs-region-stays): No need to define
13574         for compiler.
13576         * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
13577         mapcar on Emacs.
13579         * emulation/viper-mous.el (viper-counting-clicks-p): Only define
13580         on XEmacs.
13582         * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
13583         rather than if.
13585 2008-03-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13587         * whitespace.el: New version 9.3.  As the glyph code generation was
13588         fixed, it is possible now to use character code above ?\x1FFFF in the
13589         display table.  Fix `whitespace-indentation-regexp' to not include an
13590         extra ending character.  Reported by Michael Welsh Duggan
13591         <mwd@cert.org>.  Added hook actions when buffer is written or killed as
13592         the original whitespace package had.  Suggested by Eric Cooper
13593         <ecc@cmu.edu>.  Doc fix.
13594         (whitespace-action): New option.
13595         (whitespace-display-mappings): Changed default newline visualization to
13596         display downwards arrow, as the glyph code generation was fixed.
13597         (whitespace-unload-function): Assure that all local whitespace mode is
13598         turned off.
13599         (whitespace-global-modes): Fix type customization.
13600         (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
13601         (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
13602         (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
13603         Fix code.
13604         (whitespace-buffer): Command removed.
13605         (whitespace-trailing-regexp, whitespace-mark-x)
13606         (whitespace-display-window, whitespace-action-when-on)
13607         (whitespace-add-local-hook, whitespace-remove-local-hook)
13608         (whitespace-write-file-hook, whitespace-kill-buffer-hook)
13609         (whitespace-action): New funs.
13610         (whitespace-report-list, whitespace-report-text)
13611         (whitespace-report-buffer-name): New consts.
13612         (whitespace-report, whitespace-report-region): New commands.
13614 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
13616         * disp-table.el (make-glyph-code): Don't test the result of
13617         `face-id', which already signals an error for invalid faces.
13618         (glyph-face): Simplify.
13620         * desktop.el (desktop-read): Set `desktop-dirname' to nil before
13621         running `desktop-not-loaded-hook' to allow modifying it.
13622         Don't show warning message if `desktop-dirname' was modified.
13624 2008-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13626         * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
13627         we still expect more lines.
13629         * textmodes/fill.el (fill-comment-paragraph): Don't try to do
13630         comment-paragraph filling if the commark doesn't match
13631         comment-start-skip.
13633 2008-03-01  Daiki Ueno  <ueno@unixuser.org>
13635         * international/utf-7.el (utf-7-encode): Never skip the trailing - for
13636         the `imap' variant.
13638 2008-03-01  Jason Rumney  <jasonr@gnu.org>
13640         * files.el (make-auto-save-file-name): Encode more characters in
13641         non-file buffer names.  Use url-encoding.
13643 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
13645         * net/net-utils.el (ftp-program): Fix typo in docstring.
13646         (ifconfig-program-options, netstat-program-options)
13647         (arp-program-options, route-program-options, nslookup-program-options)
13648         (ftp-program-options, smbclient-program-options)
13649         (dns-lookup-program-options, arp, route): Doc fixes.
13651         * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
13652         (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
13653         (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
13654         Fix typos in docstrings.
13655         (gdb-pending-triggers): Reflow docstring.
13656         (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
13658 2008-03-01  Alan Mackenzie  <acm@muc.de>
13660         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
13661         typing "#" at EOB.
13663 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
13665         * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
13667 2008-02-29  Kim F. Storm  <storm@cua.dk>
13669         * emulation/cua-base.el (cua-remap-control-v)
13670         (cua-remap-control-z): New defcustoms.
13671         (cua-mode): Add them to set-after property.
13672         (cua--init-keymaps): Use them.
13673         Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
13675         * help.el (view-emacs-todo): Rename from view-todo.
13676         (describe-gnu-project): Rename from describe-project.  Users changed.
13677         (view-help-file): New helper function.
13678         (describe-distribution, describe-copying, describe-gnu-project)
13679         (view-todo, view-order-manuals, view-emacs-problems): Use it.
13680         (view-emacs-debugging, view-external-packages): New commands.
13681         (help-map): Move describe-distribution to C-h C-o (ordering).
13682         Move view-emacs-problems to C-h C-p (problems).
13683         Bind view-emacs-debugging to C-h C-d (debugging).
13684         Bind view-external-packages to C-h C-e (extras).
13685         (help-for-help-internal): Cleanup and align descriptions.
13686         Remove command names to reduce clutter.
13688 2008-02-29  Nick Roberts  <nickrob@snap.net.nz>
13690         * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
13691         and quieter face (not a warning).
13693 2008-02-29  Dan Nicolaescu  <dann@ics.uci.edu>
13695         * vc.el (vc-status-crt-marked): New variable.
13696         (vc-status-mode): Make it local.
13697         (vc-status-refresh): Use it to save the marked files.
13698         (vc-update-vc-status-buffer): Use it to restore the marked files.
13700         * vc-svn.el (vc-svn-after-dir-status):
13701         * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
13703 2008-02-29  Glenn Morris  <rgm@gnu.org>
13705         * allout.el (allout-topic-encryption-bullet)
13706         (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
13707         (allout-encrypt-unencrypted-on-saves): Change defcustom :version
13708         from 22.0 to 22.1.
13710         * net/imap.el (imap-ping-server):
13711         * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
13712         Change defcustom :version from 23.0 to 23.1.
13714 2008-02-29  Juanma Barranquero  <lekktu@gmail.com>
13716         * desktop.el (desktop-save): Save the buffer name if the
13717         uniquified base name is empty.
13719 2008-02-29  Nick Roberts  <nickrob@snap.net.nz>
13721         * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
13722         correctly when user has "set print address off".
13724 2008-02-28  Juanma Barranquero  <lekktu@gmail.com>
13726         * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
13727         version number of the next major Emacs release, not 23.0.
13729         * longlines.el (longlines-unload-function): New function.
13731 2008-02-28  Juri Linkov  <juri@jurta.org>
13733         * startup.el (normal-splash-screen): Add argument `concise'.
13734         Remove unused binding `prev-buffer'.  Let-bind `splash-buffer'
13735         to the created buffer.  If `concise' is non-nil, call
13736         `display-buffer', otherwise `switch-to-buffer'.  Doc fix.
13737         (display-startup-screen): Add argument `concise' to the call to
13738         `normal-splash-screen'.
13740 2008-02-28  Kim F. Storm  <storm@cua.dk>
13742         * startup.el (startup-echo-area-message): Check for about-emacs.
13744 2008-02-28  Juri Linkov  <juri@jurta.org>
13746         * startup.el: Always add initial message to *scratch* buffer if
13747         `initial-scratch-message' is non-nil regardless of the value of
13748         `inhibit-startup-screen'.
13749         (inhibit-startup-screen, initial-scratch-message): Doc fix.
13750         (command-line-1): Move code that inserts `initial-scratch-message'
13751         up before the if-form that checks for `inhibit-startup-screen'.
13752         Suggested by Jonathan Rockway <jon@jrock.us>.
13754 2008-02-28  Juri Linkov  <juri@jurta.org>
13756         * cus-edit.el (custom-mode-map, custom-mode-link-map):
13757         Rename `custom-mode' to `Custom-mode' in docstrings.
13758         (custom-buffer-create-internal, customize-browse):
13759         Rename `custom-mode' to `Custom-mode'.
13760         (custom-mode-hook): Rename to `Custom-mode-hook'.
13761         (Custom-mode-hook): Renamed from `custom-mode-hook'.
13762         (custom-mode): Rename to `Custom-mode'.
13763         (Custom-mode): Renamed from `custom-mode'.  Doc fix.
13764         (custom-mode): Add backward-compatible non-interactive variant of
13765         `Custom-mode' that simply calls `Custom-mode'.  Mark it obsoleted.
13766         (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
13768         * info-look.el: Rename `custom-mode' to `Custom-mode'.
13770         * emulation/viper.el (viper-emacs-state-mode-list):
13771         Rename `custom-mode' to `Custom-mode'.
13773         * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
13774         Capitalize "Tagged Files".
13775         (minibuffer-local-map): Add menu items for next/previous
13776         history elements and isearch history forward/backward.
13778         * progmodes/hideshow.el (hs-minor-mode-menu): Compare
13779         `hs-isearch-open' with t instead of `comment' in :selected
13780         for "Code and Comment blocks" menu item.
13782 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13784         * uniquify.el (uniquify-buffer-base-name): Undo last change.
13785         Should be done in desktop.el instead.
13787 2008-02-28  Glenn Morris  <rgm@gnu.org>
13789         * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
13791         * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
13793         * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
13794         (Info-menu, Info-goto-node): Remove declarations.
13795         (report-emacs-bug-info): Use info rather than Info-goto-node.
13797         * progmodes/idlwave.el (Info-goto-node): Remove declaration.
13798         (idlwave-convert-xml-system-routine-info): Don't require xml.
13799         (idlwave-show-commentary, idlwave-shell-show-commentary):
13800         Don't require finder.
13801         (idlwave-info): Don't require info.  Use info rather than
13802         Info-goto-node.
13804         * textmodes/org.el (Info-goto-node): Remove declaration.
13805         (org-info): Use info rather than Info-goto-node.
13807         * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
13808         (reftex-info): Don't require info.  Use info rather than Info-goto-node.
13810 2008-02-28  Dan Nicolaescu  <dann@ics.uci.edu>
13812         * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
13813         the menu.
13815         * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
13816         (vc-finish-logentry): Check for vc-status-mode, not only for
13817         vc-dired-mode.
13819 2008-02-28  Kenichi Handa  <handa@ni.aist.go.jp>
13821         * isearch.el (isearch-printing-char): Don't check
13822         keyboard-coding-system.
13823         Call isearch-process-search-multibyte-characters only when
13824         current-input-method is non-nil.
13826 2008-02-27  Kim F. Storm  <storm@cua.dk>
13828         * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
13829         (glyph-char, glyph-face): Handle cons encoding.
13831 2008-02-27  Juanma Barranquero  <lekktu@gmail.com>
13833         * uniquify.el (uniquify-buffer-base-name): If the base name is an
13834         empty string, return nil to allow the caller to default to the
13835         buffer name.  Reported by Martin Fischer <parozusa@web.de>.
13837         * tool-bar.el (tool-bar-setup): Doc fix.
13839         * mail/supercite.el (sc-describe):
13840         Fix typos in obsolescence declaration.
13842 2008-02-27  Glenn Morris  <rgm@gnu.org>
13844         * autoinsert.el (auto-insert-alist): Change permission text to
13845         match FSF's GPLv3 form.
13847         * mail/supercite.el (sc-cite-original): Doc fix.
13848         (sc-version): Make obsolete.
13849         (sc-describe): Show the SC info page.  Make obsolete.
13851 2008-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13853         * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
13854         when using transient-mark-mode.
13855         (default-indicate-unused-lines): Remove unused var.
13857 2008-02-26  Jan Djärv  <jan.h.d@swipnet.se>
13859         * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
13860         and previous.
13862         * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
13864 2008-02-26  Glenn Morris  <rgm@gnu.org>
13866         * net/net-utils.el (top-level): Don't require comint when compiling.
13867         (nslookup-font-lock-keywords): Don't require font-lock.
13868         Use font-lock faces rather than variables.
13869         (nslookup, ftp, smbclient, network-service-connection):
13870         Don't require comint.
13871         (comint-prompt-regexp, comint-input-autoexpand)
13872         (comint-input-ring): Declare for compiler.
13873         (comint-mode, ffap-string-at-point, comint-exec): Autoload.
13874         (dns-lookup-host): Don't require ffap.  Remove `with-no-warnings'.
13876         * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
13877         doc-string.
13879 2008-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13881         * doc-view.el (doc-view-current-page): Add a `win' argument.
13883 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13885         * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
13886         Demote it to plain defvar.
13887         (doc-view-conversion-refresh-interval): Reduce interval.
13888         (doc-view-goto-page): Allow moving to pages not yet rendered.
13889         (doc-view-goto-page): Construct a file name rather than extracting it
13890         from doc-view-current-files.
13891         (doc-view-kill-proc): Ignore errors from kill-process.
13892         (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
13893         (doc-view-insert-image): Use appropriate text if the page hasn't been
13894         rendered yet.  Adjust scrolling so the text is displayed.
13895         (doc-view-display): Detect not just that a page is available, but also
13896         that it wasn't available before, so as to avoid refreshing all pages
13897         repeatedly.
13898         (doc-view-mode): Make doc-view-cache-directory if needed.
13900 2008-02-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13902         * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
13903         toggle-read-only.
13905         * textmodes/bibtex.el (bibtex-format-entry): Handle error message
13906         refering to a missing required field with the OPT prefix.
13907         Make unwindform more robust.
13909         * textmodes/bibtex.el: Remove support for hideshow minor mode as
13910         it duplicates the bibtex support in progmodes/hideshow.el.
13911         * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
13912         entries that do not start at the beginning of a line.
13914 2008-02-25  Chong Yidong  <cyd@stupidchicken.com>
13916         * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
13918 2008-02-25  Robert J. Chassell  <bob@rattlesnake.com>
13920         * help-fns.el (describe-variable): Add phrases about
13921         initialization file with and without customization;
13922         use new button type help-info-variable.
13924         * help-mode.el (help-info-variable):
13925         New button able to read Info files for help-fns.el.
13927 2008-02-25  Jan Djärv  <jan.h.d@swipnet.se>
13929         * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
13930         (grep-mode): Use grep-mode-tool-bar-map.
13932         * progmodes/compile.el (tool-bar): Require tool-bar.
13933         (compilation-mode-tool-bar-map): New variable.
13934         (compilation-mode): Use compilation-mode-tool-bar-map.
13936         * term/x-win.el (x-gtk-stock-map): Add cancel.  Remove extensions.
13938 2008-02-25  Glenn Morris  <rgm@gnu.org>
13940         * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
13942 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13944         * diff-mode.el (diff-file-junk-re): New const.
13945         (diff-beginning-of-file-and-junk): Use it.
13946         (diff-file-kill): Make sure we were really inside a file diff.
13948         * diff-mode.el: Make it more robust in the presence of empty context
13949         lines in unified hunks.
13950         (diff-valid-unified-empty-line): New var.
13951         (diff-unified->context, diff-sanity-check-hunk): Obey it.
13952         (diff-end-of-hunk): Obey it.  New arg `donttrustheader'.
13953         (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
13954         (diff-hunk-header-re-unified): New const.
13955         (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
13956         (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
13957         (diff-sanity-check-hunk): Use it.
13959         * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
13960         Index: line, don't search backward for the previous one.
13962 2008-02-25  Kenichi Handa  <handa@ni.aist.go.jp>
13964         * international/fontset.el (setup-default-fontset): Add non-OTF
13965         lao font for lao script.
13967         * language/tibetan.el: Register tibetan-composition-function in
13968         composition-function-table.
13970         * language/tibet-util.el (tibetan-composition-function):
13971         Adjust for the new calling way (argument changed).  Try font-shape-text
13972         if possible.
13974         * language/lao.el: Register lao-composition-function in
13975         composition-function-table.
13977         * language/lao-util.el (lao-composition-function): Adjust for the new
13978         calling way (argument changed).  Try font-shape-text if possible.
13980 2008-02-25  Jason Rumney  <jasonr@gnu.org>
13982         * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
13984 2008-02-25  Juri Linkov  <juri@jurta.org>
13986         * isearch.el (isearch-fail): Use "RosyBrown1" for a light
13987         background, "red4" for a dark background, "red" for 16 and
13988         8 colors, "grey" for grayscale, and inverse video otherwise.
13989         Add :version tag.
13990         (isearch-message): Keep the original isearch-message intact, and
13991         add text properties to it where necessary.  Add `isearch-error' to
13992         the condition that checks if isearch is unsuccessful.
13994 2008-02-24  Juri Linkov  <juri@jurta.org>
13996         * progmodes/compile.el (compilation-handle-exit):
13997         Use compilation-error face instead of font-lock-warning-face.
13998         Display the same message in the minibuffer as is inserted
13999         at the end of the compilation buffer.
14001 2008-02-24  Glenn Morris  <rgm@gnu.org>
14003         * vc-cvs.el (vc-cvs-register): Fix registering of directories in
14004         multiple file case.
14006         * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
14008         * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
14009         multiple file case.  Use a single `let' rather than two.
14011 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
14013         * progmodes/compile.el (compilation-start): Specify a face for
14014         mode-line-process.
14015         (compilation-handle-exit): Specify a face and a tooltip for
14016         mode-line-process.
14018 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14020         * hilit-chg.el: Remove spurious * in defcustom docstrings.
14021         (hilit-chg-make-ov): Simplify.
14022         (hilit-chg-fixup): Use remove-overlays.
14023         (hilit-chg-set-face-on-change): Remove redundant call to
14024         `remove-text-properties'.
14026         * dired.el (dired-mark-prompt): Don't count/display the t element.
14027         Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
14029 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
14031         * progmodes/verilog-mode.el (eval-when-compile): Don't define
14032         add-submenu.
14033         (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
14034         Remove.  Move contents to the only use ...
14035         (verilog-menu): ... here.
14036         (verilog-statement-menu): Remove.  Move contents to the only use ...
14037         (verilog-stmt-menu): ... here.
14038         (verilog-mark-defun): Simply call mark-defun for emacs.
14039         (occur-pos-list): Declare for byte compiler.
14040         (mode-popup-menu): Don't defvar.
14041         (verilog-add-statement-menu): Remove.
14042         (verilog-mode-hook): Don't add verilog-add-statement-menu.
14043         (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
14045 2008-02-24  Michael McNamara  <mac@mail.brushroad.com>
14047         * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
14048         conditional.
14049         (verilog-font-grouping-keywords-face): Make the begin..end
14050         keywords standout more than other verilog keywords.
14051         (verilog-type-font-keywords): Move the begin..end out of this list
14052         to facilitate making them to (potentially) stand out more.
14053         (verilog-backward-token): Fix indent of bare always{_*}?, initial,
14054         function & task blocks.
14055         (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
14056         initial, function & task blocks.
14057         (verilog-forward-sexp): Handle the new "disable fork" statement of
14058         IEEE-1800 Verilog.
14059         (verilog-beg-block-re-ordered): Handle the new "disable fork"
14060         statement of IEEE-1800 Verilog.
14061         (verilog-calc-1): Handle the new "disable fork" statement of
14062         IEEE-1800 Verilog.
14063         (verilog-disable-fork-re): Add const to help handle the new
14064         "disable fork" statement of IEEE-1800 Verilog.
14065         (verilog-declaration-core-re): Add port directions by themselves,
14066         with no qualification, as base item of a declaration.
14067         (verilog-pretty-declarations): Add new flag to ask it to refrain
14068         from printing to the message buffer.
14069         (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
14070         printing to the message buffer.  Improve handling of the many
14071         types of expression line up.
14072         (verilog-just-one-space): Remove printing of an empty message.
14073         (verilog-get-lineup-indent): Rework to support the better handling
14074         of expression lineup for verilog-pretty-expr.
14075         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
14077 2008-02-24  Alan Mackenzie  <acm@muc.de>
14079         * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
14080         yesterday's commit.
14082 2008-02-24  Nick Roberts  <nickrob@snap.net.nz>
14084         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
14085         to mouse-set-point in buffers that aren't associated with files.
14087         * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
14089 2008-02-24  Alan Mackenzie  <acm@muc.de>
14091         Set of changes so that "obtrusive" syntactic elements in a
14092         C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
14093         unmatched paren) don't interact syntactically with stuff outside
14094         the CPP line.
14096         * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
14097         Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
14098         off-by-one bug.
14099         (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
14100         a bit of refactoring.
14101         (c-awk-extend-and-syntax-tablify-region): Takes some of the
14102         functionality of c-awk-advise-fl-for-awk-region, which has been
14103         refactored away.
14105         * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
14106         (c-clear-char-property-with-value): New function and macro which
14107         remove text-properties `equal' to a supplied value.
14109         * progmodes/cc-engine.el: Comment about text properties amended.
14111         * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
14112         parens around "error\\|warning".
14114         * progmodes/cc-langs.el (c-get-state-before-change-function)
14115         (c-before-font-lock-function, c-anchored-cpp-prefix):
14116         New language variables.
14117         (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
14119         * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
14120         syntax-table text properties.
14121         (c-common-init): Call language specific before/after-change
14122         functions at mode initialisation.
14123         (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
14124         (c-extend-region-for-CPP, c-neutralize-CPP-line)
14125         (c-neutralize-syntax-in-CPP): New functions.
14126         (c-before-change, c-after-change): Call the new language specific
14127         change functions defined in cc-langs.el.
14128         (c-advise-fl-for-region): New macro.
14129         (awk-mode): Remove AWK specific stuff which has been refactored
14130         into language independent stuff.
14132 2008-02-24  Nick Roberts  <nickrob@snap.net.nz>
14134         * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
14135         (gdb): (Re)set gdb-flush-pending-output to nil here...
14136         (gdb-init-1): ...instead of here (before gdb-prompt).
14138 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14140         * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
14141         Recognize ''' just like any other char-constant.
14143 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14145         * vc-hooks.el (vc-find-root): Remove initial loop because it's not
14146         careful enough.  Detect the uid-change all within the main loop.
14148 2008-02-24  Stefan Monnier  <monnier@pastel.home>
14150         * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
14152 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14154         * hilit-chg.el (highlight-save-buffer-state): New macro.
14155         (highlight-save-buffer-state, hilit-chg-set-face-on-change)
14156         (hilit-chg-clear): Use it to preserve the modified-p flag.
14157         (highlight-changes-rotate-faces): Don't mess with the undo-list.
14159 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14161         * font-lock.el (font-lock-set-defaults): Unset previously set variables
14162         when needed.
14164 2008-02-24  Ã†var Arnfjörð Bjarmason  <avar@cpan.org>  (tiny change)
14166         * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
14167         from gnus-button-url-regexp.
14169 2008-02-24  Eli Zaretskii  <eliz@gnu.org>
14171         * progmodes/compile.el (compilation-next-error): Doc fix.
14172         (compilation-find-file): Doc fix.
14174 2008-02-24  Glenn Morris  <rgm@gnu.org>
14176         * net/net-utils.el (ipconfig-program, ipconfig-program-options):
14177         Add obsolete aliases to the old names.
14179 2008-02-24  Richard Stallman  <rms@gnu.org>
14181         * net/net-utils.el (ifconfig): Rename from ipconfig.
14182         (ipconfig): Alias to ifconfig.
14183         (ifconfig-program): Rename from ipconfig-program.
14184         (ifconfig-program-options): Rename from ipconfig-program-options.
14186 2008-02-24  Michael McNamara  <mac@mail.brushroad.com>
14188         * progmodes/verilog-mode.el (verilog-declaration-core-re):
14189         Add port directions by themselves, with no qualification, as base
14190         item of a declaration.
14191         (verilog-pretty-declarations): Add new flag that inhibits printing
14192         to the message buffer.
14193         (verilog-pretty-expr): Add new flag that inhibits printing to the
14194         message buffer.  Improve handling of the many types of expression
14195         line up.
14196         (verilog-just-one-space): Don't print an empty message.
14197         (verilog-get-lineup-indent): Rework to support the better handling
14198         of expression lineup for verilog-pretty-expr.
14199         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
14200         (verilog-mode-version, verilog-mode-release-date): Update.
14202 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14204         * subr.el (cancel-change-group): Don't move point.
14206 2008-02-23  Markus Triska  <markus.triska@gmx.at>
14208         * linum.el (linum-after-config): Update all visible windows.
14210 2008-02-23  Glenn Morris  <rgm@gnu.org>
14212         * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
14213         Add :help for Solitaire and Tetris.
14215         * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
14217         * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
14218         (smtpmail-code-conv-from): Doc fix.  Fix custom type.
14219         (smtpmail-queue-index-file): Make it a defcustom.
14220         (smtpmail-queue-index): Delete.
14221         (smtpmail-send-it, smtpmail-send-queued-mail):
14222         Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
14223         smtpmail-queue-index.
14225         * net/net-utils.el (iwconfig-program, iwconfig-program-options):
14226         Add :version.
14228 2008-02-23  Yoni Rabkin  <yoni@rabkins.net>  (tiny change)
14230         * net/net-utils.el (iwconfig-program, iwconfig-program-options):
14231         New variables.
14232         (iwconfig): New function.
14234 2008-02-23  Dan Nicolaescu  <dann@ics.uci.edu>
14236         * vc.el (vc-find-revision): Make vc-parent-buffer local before
14237         setting it.
14238         (vc-status-menu-map): Do not define using easy-menu.
14239         (vc-status-menu-map): New defalias.
14240         (vc-status-mode-map): Hook up the menu.
14241         (top-level): Update TODO.
14243         * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
14245         * vc-bzr.el (vc-bzr-init-version): Rename to ...
14246         (vc-bzr-init-revision): ... this.
14248 2008-02-23  Jason Rumney  <jasonr@gnu.org>
14250         * makefile.w32-in (WINS_ALMOST): Remove term.
14251         (WINS): Add term here.
14252         (custom-deps, finder-data): Use WINS_ALMOST.
14254 2008-02-22  Juanma Barranquero  <lekktu@gmail.com>
14256         * faces.el (font-weight-table): Fix value of `semi-light'.
14258 2008-02-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14260         * faces.el (font-weight-table, font-slant-table, font-swidth-table):
14261         Make those tables bijective.
14263 2008-02-22  Ken Manheimer  <ken.manheimer@gmail.com>
14265         Finish pdbtrack integration cleanup, settling missing-functions
14266         byte compiler warnings appropriately.
14268         * progmodes/python.el (python-point): Remove this - beginning-of-line
14269         was all that was necessary for `python-pdbtrack-overlay-arrow'.
14270         (python-end-of-def-or-class, python-beginning-of-def-or-class)
14271         (python-goto-initial-line): Drop these - they were only needed for
14272         python-point.
14273         (python-comint-output-filter-function): Use condition-case and
14274         beginning-of-line directly, instead of python-mode.el functions
14275         which require all sorts of baggage.
14276         (point-safe): Unnecessary - we're using condition-case directly,
14277         instead.
14278         (python-execute-file): Include for python-shell, which I'm leaving
14279         in keeping despite it being unnecessary for pdb tracking.
14281 2008-02-22  Peter Danenberg  <pcd@wikitex.org>  (tiny change)
14283         * progmodes/scheme.el (scheme-font-lock-keywords-2):
14284         Add SRFI 11 support.
14285         (let-values, let*-values): Specify scheme-indent-function.
14287 2008-02-22  Dan Nicolaescu  <dann@ics.uci.edu>
14289         * vc.el (vc-exec-after): Move setting mode-line-process in the
14290         busy case ...
14291         (vc-set-mode-line-busy-indicator): ... in this new function.
14292         (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
14293         (vc-update-vc-status-buffer): Reset mode-line-process.
14294         (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
14295         mark/unmark all the files with the same state as the current one.
14296         With a prefix argument mark/unmark all files.
14297         (vc-status-mode-menu): Adjust strings.
14298         (vc-update-vc-status-buffer): Only do something when the argument
14299         is not nil.
14300         (vc-status-kill-dir-status-process): New function.
14301         (vc-status-mode-map): Bind it.
14302         (vc-status-process-buffer): New variable.
14303         (vc-status-mode): Make it local.
14304         (vc-status-refresh): Set it.
14306         * vc-hg.el (vc-hg-dir-status):
14307         * vc-git.el (vc-git-dir-status):
14308         * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
14309         command is run.
14311 2008-02-22  Glenn Morris  <rgm@gnu.org>
14313         * json.el (top-level): No need to require thingatpt.
14314         (json-read-keyword): Use thing-at-point rather than word-at-point.
14316         * time.el (top-level): No need to require time-date when compiling.
14318         * emacs-lisp/copyright.el (copyright-update-year):
14319         Fix subexpression numbering for the case when years are split over
14320         lines, and for the replace case.
14322         * emulation/tpu-edt.el (tpu-have-ispell): Doc fix.  Make obsolete.
14323         (tpu-caar, tpu-cadr): Delete functions.
14324         (zmacs-regions): No need to declare for compiler.
14325         (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
14326         (tpu-spell-check): Rewrite, and handle mark after point.
14327         (tpu-special-insert): Use or rather than if.
14329         * emulation/vip.el (vip-special-prefix-com): Use ispell-region
14330         rather than spell-region.
14332         * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
14333         warnings about spell-region.
14335 2008-02-22  Kenichi Handa  <handa@ni.aist.go.jp>
14337         * ldefs-boot.el: Regenerated.
14339         * loadup.el: Don't load language/devanagari, language/kannada,
14340         language/malayalam, and language/tamil.  Load language/sinhala.
14342         * language/indian.el (indian-font-foundry)
14343         (indian-script-language-alist, indian-font-char-index-table)
14344         (indian-font-char, indian-font-char-range, indian-script-table)
14345         (indian-default-script, indian-composable-pattern): Delete them.
14346         ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
14347         language environments moved to here.
14348         ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
14349         New language environments.
14351         * language/devanagari.el, language/devan-util.el,
14352         * language/kannada.el, language/knd-util.el, language/malayalam.el,
14353         * language/mlm-util.el, language/tamil.el, language/tml-util.el:
14354         Delete them.
14356         * language/sinhala.el: New file.
14358 2008-02-21  Ken Manheimer  <ken.manheimer@gmail.com>
14360         Update Nick Robert's port of pdb tracking from python-mode.el.
14362         * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
14363         Clarify docstring.
14364         (python-pdbtrack-minor-mode-string): A sign indicating that pdb
14365         tracking is happening.
14366         (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
14367         (python-pdbtrack-input-prompt): Better recognize PDB prompts.
14368         (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
14369         Tracking is plugged in to all comint buffers once python.el is loaded.
14370         (python-pdbtrack-overlay-arrow): Toggle activation of
14371         `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
14372         (python-pdbtrack-track-stack-file): Use new
14373         `python-pdbtrack-get-source-buffer' for more flexible access to
14374         debugging source files.
14375         (python-pdbtrack-get-source-buffer): Identify debugging target buffer
14376         according to pdb stack trace, optionally using new
14377         `python-pdbtrack-grub-for-buffer' if file is not locally available.
14378         (python-pdbtrack-grub-for-buffer): Find most recent python-mode
14379         named buffer, or having function with indicated name.
14380         (python-shell): Remove comint-output-filter-functions hook
14381         addition, it's being done elsewhere.  Wrap long line.
14383 2008-02-21  Michael Olson  <mwolson@gnu.org>
14385         * json.el: Replace XEmacs compatibility code to get rid of
14386         compiler warnings.
14388         * time.el: Fix compiler warning.
14390 2008-02-21  Edward O'Connor  <ted@oconnor.cx>
14392         * json.el: New file (JavaScript Object Notation parser / generator).
14394 2008-02-21  Dave Love  <fx@gnu.org>
14396         * progmodes/sym-comp.el: New file.
14398         * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
14399         Require sym-comp.  Add Python buffer to same-window-buffer-names.
14400         Fixup whitespaces.
14401         (python-font-lock-keywords): Add highlighting for Python builtins.
14402         (python-font-lock-syntactic-keywords): Rewrite.
14403         (python-quote-syntax): Use syntax-ppss-context instead of parsing
14404         ppss directly.
14405         (python-mode-map): Add binding for python-find-function.
14406         (python-calculate-indentation): Clean up the logic.
14407         (python-beginning-of-defun): Explicitly set return value.
14408         (python-beginning-of-statement): Stop looping if we get stuck
14409         going backwards.
14410         (python-next-statement): Stop looping if we somehow end up inside
14411         a string while advancing.
14412         (python-preoutput-continuation, python-version-checked): New vars.
14413         (python-check-version): New function.
14414         (run-python): Set default command to python-command instead of
14415         python-python-command.
14416         (run-python): Use python-check-version.  Give PYTHONPATH
14417         precedence over data-directory in the process environment.
14418         Load function definitions in python process after.
14419         (python-check-comint-prompt): New function.
14420         (python-send-command, python-send-receive): Use it.
14421         (python-complete-symbol, python-try-complete): Functions deleted.
14422         Use symbol-complete instead of python-complete-symbol throughout.
14423         (python-fill-paragraph): Further refine the fenced-string regexp.
14424         (def-python-skeleton): Expand to the original abbrev instead if in
14425         a comment or string.  Tweak skeletons for `if', `while', `for',
14426         `try/except', `try/finally', `name'.
14427         (python-pea-hook, python-abbrev-pc-hook): New functions.
14428         (python-abbrev-syntax-table): New var.
14429         (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
14430         Use symbol-completion-try-complete for hippie expansion.
14431         Turn on font lock unconditionally.
14432         (python-mode-hook): Defcustom it.  No need to use make-local
14433         variable on indent-tabs-mode in "Turn off Indent Tabs mode"
14434         option, since it's buffer-local.
14436 2008-02-21  Juanma Barranquero  <lekktu@gmail.com>
14438         * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
14440 2008-02-21  Drew Adams  <drew.adams@oracle.com>
14442         * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
14443         "Turn off" and a "Help" entry when the minor mode has no menu.
14445 2008-02-21  Dan Nicolaescu  <dann@ics.uci.edu>
14447         * vc.el (vc-status-mark, vc-status-unmark): New functions.
14448         (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
14449         vc-status-mark-file and vc-status-unmark-file.
14450         (vc-status-mark-unmark): New function.
14451         (vc-status-previous-line, vc-status-next-line): No longer interactive.
14453 2008-02-21  Glenn Morris  <rgm@gnu.org>
14455         * composite.el (encode-composition-rule): Fix typo in error message.
14456         (composition-function-table, auto-composition-mode): Doc fixes.
14458         * subr.el (sit-for): Fix obsolete form for nil second argument.
14460         * textmodes/spell.el (spell-buffer, spell-word, spell-region)
14461         (spell-string): Make obsolete, in favor of ispell.
14463 2008-02-21  Kenichi Handa  <handa@ni.aist.go.jp>
14465         * language/devanagari.el: Don't setup composition-function-table
14466         here.
14467         ("Devanagari"): Change charset, coding-system, coding-priority to
14468         Unicode-based ones.  Don't require the feature devan-util.
14470         * composite.el (compose-chars-after): Fix arguments for a function
14471         in composition-function-table.
14472         (auto-compose-region): Likewise.
14474         * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
14475         for Ethiopic.
14476         (ps-mule-plot-string): Ignore glyph-string based compositions.
14478 2008-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14480         * doc-view.el: Allow different windows to show different pages.
14481         (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
14482         (doc-view-current-image, doc-view-current-overlay): Remove variables,
14483         add them back as macros instead, using image-mode-winprops instead.
14484         Update all users of those variables.
14485         (doc-view-new-window-function): New function to create a new overlay
14486         for each new window.
14487         (doc-view-mode): Use it and image-mode-setup-winprops.
14488         (doc-view-clone-buffer-hook): Rewrite accordingly.
14490         * image-mode.el: Extend [hv]scroll support to per-window properties.
14491         (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
14492         (image-mode-winprops-alist): New var to replace them.
14493         (image-mode-new-window-functions): New hook.
14494         (image-mode-winprops, image-mode-window-get, image-mode-window-put):
14495         New funs.
14496         (image-set-window-vscroll, image-set-window-hscroll): Use them.
14497         Remove the `window' argument, update callers.
14498         (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
14499         Use the new functions.
14500         (image-mode-reapply-winprops): New fun.
14501         (image-mode): Use it.
14503 2008-02-20  Jay Belanger  <jay.p.belanger@gmail.com>
14505         * calc/calc-math.el (math-sin-raw): Add optional argument
14506         to keep track of original argument.
14507         (math-cos-raw): Use optional argument when calling math-sin-raw.
14508         (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
14509         with close to original precision.
14511 2008-02-20  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14513         * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
14514         args in calls of sit-for.
14516 2008-02-20  Juanma Barranquero  <lekktu@gmail.com>
14518         * vc-svn.el (vc-svn-program): Fix typo in docstring.
14519         (vc-svn-checkin): Fix typo in error message.
14521         * help-mode.el: Require easymenu when compiling.
14523 2008-02-20  Dan Nicolaescu  <dann@ics.uci.edu>
14525         * help-mode.el (help-mode-menu): New menu.
14527 2008-02-20  Glenn Morris  <rgm@gnu.org>
14529         * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
14530         on Windows.
14532 2008-02-20  Kenichi Handa  <handa@ni.aist.go.jp>
14534         * ps-mule.el (ps-mule-encode-region): Return a single string.
14535         (ps-mule-plot-string): Adjust for the above change.
14536         (ps-mule-encode-header-string): Likewise.
14538         * international/latin1-disp.el (latin1-display): Don't use
14539         ucs-mule-8859-to-mule-unicode.  Fix the way of resetting
14540         standard-display-table.
14541         (latin1-display-identities): Adjust for the change of what is
14542         returned by (get-language-info charset 'charset).
14544         * international/mule-util.el (char-displayable-p): Fix for Latin-1
14545         characters and terminal case.
14547 2008-02-19  Ken Manheimer  <ken.manheimer@gmail.com>
14549         Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
14551         * progmodes/python.el: Also require comint when loading.
14552         (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
14553         Replace python-shell with run-python on menu bar.
14554         (python-shell-map): New map.
14555         (python-default-interpreter, python-python-command-args)
14556         (python-jython-command-args, python-pdbtrack-do-tracking-p):
14557         New options.
14558         (python-which-shell, python-which-args, python-which-bufname):
14559         New buffer local variables.
14560         (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
14562         * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
14563         (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
14564         New constants.
14566         Pdbtrack features:
14568         (python-point, python-end-of-def-or-class)
14569         (python-beginning-of-def-or-class, python-goto-initial-line)
14570         (python-comint-output-filter-function)
14571         (python-pdbtrack-overlay-arrow)
14572         (python-pdbtrack-track-stack-file, python-toggle-shells)
14573         (python-shell, python-pdbtrack-toggle-stack-tracking)
14574         (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
14575         New functions.
14577 2008-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14579         * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
14580         when the argument is nil.
14582 2008-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
14584         * vc.el (dir-status): Add a brief description.
14586 2008-02-19  Thien-Thi Nguyen  <ttn@gnuvola.org>
14588         * vc-hooks.el (vc-find-root): Take optional arg INVERT.
14589         If non-nil, reverse the sense of the check.
14591         * vc-rcs.el (vc-rcs-root): New func.
14592         * vc-cvs.el (vc-cvs-root): New func.
14593         * vc-svn.el (vc-svn-root): New func.
14594         * vc-sccs.el (vc-sccs-root): New func.
14596 2008-02-18  Kenichi Handa  <handa@ni.aist.go.jp>
14598         * language/japan-util.el (setup-japanese-environment-internal):
14599         Call use-cjk-char-width-table.
14601         * language/japanese.el ("Japanese"): Set exit-function to
14602         use-default-char-width-table.
14604         * international/characters.el: Delete occurrences of non-Unicode
14605         tibetan and ethiopic characters.
14606         (cjk-char-width-table): New variable.
14607         (use-cjk-char-width-table, use-default-char-width-table):
14608         New functions.
14610 2008-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
14612         * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
14613         (vc-status-mode-menu): Add a :filter.
14614         (vc-status-printer): Add faces.
14616         * vc-hg.el (vc-hg-extra-status-menu): New function.
14617         (vc-hg-dir-status): Clean up the buffer before using it.
14619 2008-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14621         * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
14622         (gdb): Initialize it here instead.
14624         * files.el (locate-dominating-file): Fix thinko in last change.
14625         Reported by Bruce Stephens <bruce.stephens@isode.com>.
14627 2008-02-18  Dan Nicolaescu  <dann@ics.uci.edu>
14629         * vc.el (vc-status-mode-menu): New menu for vc-status.
14631 2008-02-18  Juanma Barranquero  <lekktu@gmail.com>
14633         * progmodes/verilog-mode.el (customize): Fix typo in error message.
14634         (verilog-mode, verilog-mode-indent, verilog-mode-actions)
14635         (verilog-mode-auto, verilog-indent-level-module)
14636         (verilog-minimum-comment-distance, verilog-library-flags)
14637         (verilog-library-directories, verilog-library-files)
14638         (verilog-auto-reset-widths, verilog-imenu-generic-expression)
14639         (verilog-xemacs-menu, verilog-set-compile-command)
14640         (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
14641         (verilog-get-expr, verilog-strip-comments, verilog-one-line)
14642         (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
14643         (verilog-batch-inject-auto, verilog-batch-indent)
14644         (verilog-continued-line, verilog-type-keywords)
14645         (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
14646         (verilog-read-inst-pins, verilog-read-arg-pins)
14647         (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
14648         (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
14649         (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
14650         (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
14651         (verilog-sk-datadef, verilog-colorize-include-files-buffer)
14652         (verilog-mode-version, verilog-mode-release-date)
14653         (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
14654         (verilog-simulator, verilog-compiler)
14655         (verilog-auto-sense-defines-constant, verilog-company)
14656         (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
14657         Fix typos in docstrings.
14658         (verilog-set-auto-endcomments, verilog-calculate-indent)
14659         (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
14660         Reflow docstrings.
14661         (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
14662         (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
14663         (electric-verilog-forward-sexp, verilog-in-case-region-p)
14664         (verilog-in-struct-region-p, verilog-in-generate-region-p)
14665         (verilog-leap-to-head, verilog-current-indent-level)
14666         (verilog-case-indent-level, verilog-cpp-keywords)
14667         (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
14668         (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
14669         (verilog-signals-not-in, verilog-symbol-detick-text)
14670         (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
14671         (verilog-forward-close-paren, verilog-backward-open-paren)
14672         (verilog-backward-open-bracket): Doc fixes.
14674         * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
14675         (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
14676         (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
14677         (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
14678         (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
14679         Fix typos in docstrings.
14681         * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
14683 2008-02-18  Bastien Guerry  <Bastien.Guerry@ens.fr>
14685         * info.el (Info-read-node-name): Removed unused `default' arg.
14687 2008-02-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
14689         * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
14691 2008-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
14693         * image-mode.el (image-get-display-property): New fun.
14694         (image-forward-hscroll, image-next-line, image-eol, image-eob)
14695         (image-mode, image-minor-mode, image-toggle-display-text)
14696         (image-toggle-display): Use it.
14698 2008-02-18  Jason Rumney  <jasonr@gnu.org>
14700         * international/mule.el (xml-find-file-coding-system): Don't warn
14701         about utf-16 with BOM.
14703         * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
14705         * international/mule.el (sgml-xml-auto-coding-function): Detect and
14706         warn if file encoding is not utf-8 and encoding not specified.
14707         (xml-find-file-coding-system): New function.
14708         * international/mule-conf.el (file-coding-system-alist): Use it.
14710 2008-02-17  Glenn Morris  <rgm@gnu.org>
14712         * international/mule-cmds.el (set-locale-environment):
14713         Pass `frame' to getenv for LC_MESSAGES.
14715 2008-02-17  Juri Linkov  <juri@jurta.org>
14717         * time.el (emacs-init-time): Use format instead of format-seconds.
14719 2008-02-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14721         * textmodes/bibtex.el (bibtex-search-entry): Rename from
14722         bibtex-find-entry.  Add autoload cookie.
14723         (bibtex-find-entry): Alias for bibtex-search-entry.
14724         (bibtex-search-crossref): Rename from bibtex-find-crossref.
14725         (bibtex-find-crossref): Alias for bibtex-search-crossref.
14726         (bibtex-clean-entry): atomic-change-group removed.
14727         (bibtex-format-entry): Use atomic-change-group.  Use unwind-protect
14728         to locate buffer location where error occurred.
14729         Make error messages more specific.
14730         (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
14732 2008-02-17  Dan Nicolaescu  <dann@ics.uci.edu>
14734         * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
14735         top level.
14737         * simple.el (transient-mark-mode): Add an :init-value.
14739         * startup.el (command-line): Use custom-reevaluate-setting for
14740         transient-mark-mode.
14742 2008-02-17  Michaël Cadilhac  <michael@cadilhac.name>
14744         * wdired.el (wdired-allow-to-change-permissions): Fix typo.
14746 2008-02-16  Juri Linkov  <juri@jurta.org>
14748         * startup.el (after-init-time): New variable.
14749         (command-line): Set `after-init-time' to the current time.
14751         * time.el (emacs-init-time): New function.
14753 2008-02-16  Stefan Monnier  <monnier@iro.umontreal.ca>
14755         * files.el (locate-dominating-file): Remove initial loop because it's
14756         not careful enough.  Detect the uid-change all within the main loop.
14758 2008-02-16  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
14760         * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
14762 2008-02-16  Dan Nicolaescu  <dann@ics.uci.edu>
14764         * vc.el (vc-annotate): Add new argument.
14765         (vc-annotate-warp-revision): Pass the current line to vc-annotate.
14767         * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
14768         Move make-variable-buffer-local code after the corresponding defvar.
14769         (hs-minor-mode-map): Define and initialize in one step.
14770         (hs-minor-mode): Change from defun to define-minor-mode.
14772 2008-02-16  Nick Roberts  <nickrob@snap.net.nz>
14774         * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
14775         (gdb-ready): Move declaration...
14777         * progmodes/gdb-ui.el (gdb-ready): ...to here.
14778         (gdb-early-user-input): New variable.
14779         (gdb): Reset gdb-flush-pending-output to nil and set
14780         comint-input-sender here (before gdb-prompt), instead of...
14781         (gdb-init-1): ...here.
14782         (gdb-send): If Emacs is not ready, defer user input to...
14783         (gdb-prompt): ...here.
14785 2008-02-16  Glenn Morris  <rgm@gnu.org>
14787         * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
14789         * startup.el (emacs-startup-time): Rename to `before-init-time'.
14790         (before-init-time): New name for `emacs-startup-time'.
14791         (command-line): Use before-init-time rather than emacs-startup-time.
14792         * time.el (emacs-uptime): Use before-init-time rather than
14793         emacs-startup-time.
14795         * composite.el (composition-function-table): Doc fix.
14797         * calendar/time-date.el (format-seconds): Remove `nonzero' argument
14798         in favor of `%z' specifier.
14799         (emacs-uptime): Move to time.el.
14800         * time.el (emacs-uptime): Move here from time-date.el.  Add optional
14801         `format' argument.  Doc fix.  Use `%z' rather than removed `nonzero'
14802         argument of format-seconds.
14804 2008-02-16  Dan Nicolaescu  <dann@ics.uci.edu>
14806         * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
14808 2008-02-15  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
14810         * ielm.el (ielm-is-whitespace): Remove.
14811         (ielm-is-whitespace-or-comment): New function.
14812         (ielm-eval-input): Use it.
14814 2008-02-15  Jason Rumney  <jasonr@gnu.org>
14816         * term/mac-win.el: Fix coding tag.
14818 2008-02-15  Dan Nicolaescu  <dann@ics.uci.edu>
14820         * vc-hooks.el (vc-menu-map):
14821         * bindings.el (mode-line-mode-menu): Add tooltips.
14823         * bindings.el (help-echo): Add more tooltips.  Use a less
14824         telegraphic style for existing tooltips.
14826 2008-02-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14828         * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
14829         from the auto-generated one.
14831 2008-02-14  Glenn Morris  <rgm@gnu.org>
14833         * mail/rmail-spam-filter.el (rmail-spam-filter):
14834         Let-bind message-spam-status.
14836         * mail/smtpmail.el (password-cache-add): Declare as function.
14838 2008-02-14  Justus Piater  <Justus-bulk@Piater.name>  (tiny change)
14840         * mail/smtpmail.el: Use password-cache.
14842 2008-02-14  Juanma Barranquero  <lekktu@gmail.com>
14844         * uniquify.el (uniquify-buffer-base-name): New function.
14845         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
14847         * desktop.el (uniquify-managed): Don't defvar.
14848         (desktop-buffer-info): Use `uniquify-buffer-base-name', not
14849         `uniquify-managed'.  Return also the buffer's base name.
14850         (desktop-save): When saving the buffer info, filter out the base name,
14851         and save it as buffer name if the buffer is managed by uniquify.
14852         (uniquify-item-base): Don't declare; not called anymore.
14854 2008-02-14  Dan Nicolaescu  <dann@ics.uci.edu>
14856         * vc.el (vc-annotate-find-revision-at-line): New function.
14857         (vc-annotate-mode-map): Bind it.
14858         (vc-annotate-mode-menu): Add a menu entry for it.  Add :help for
14859         some entries.
14861 2008-02-14  Glenn Morris  <rgm@gnu.org>
14863         * calendar/time-date.el (format-seconds): New function.
14864         (emacs-uptime): Use format-seconds.
14866         * Makefile.in (custom-deps, finder-data, autoloads, recompile):
14867         Remove `LC_ALL=C', since it's included in $(emacs) now.
14869 2008-02-14  Zhang Wei  <id.brep@gmail.com>
14871         * textmodes/org-publish.el (org-publish-timestamp-filename):
14872         Replace colon characters in filename too.
14874 2008-02-13  Bastien Guerry  <bzg@altern.org>
14876         * mail/rmail.el (rmail-header-name): New face.
14877         (rmail-font-lock-keywords): Use rmail-header-name.
14879         * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
14880         against X-Spam-Status header field.
14881         (rmail-spam-filter): Also check X-Spam-Status header field.
14883 2008-02-14  Mark A. Hershberger  <mah@everybody.org>
14885         * progmodes/flymake.el (flymake-allowed-file-name-masks):
14886         Add support for .pm files and .php files.
14887         (flymake-err-line-patterns): Add pattern for PHP errors.
14888         (flymake-php-init): New function.  PHP support for flymake.
14890         * progmodes/compile.el (compilation-error-regexp-alist-alist):
14891         Add regular expression for PHP errors.
14893 2008-02-13  Michael Albinus  <michael.albinus@gmx.de>
14895         * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
14896         This DTRT even on w32 machines.
14897         (ange-ftp-cf1): Quote FILENAME.
14899 2008-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14901         * smerge-mode.el (smerge-auto-combine-max-separation): New var.
14902         (smerge-auto-combine): New fun.
14904 2008-02-12  Juri Linkov  <juri@jurta.org>
14906         * startup.el (fancy-startup-screen, normal-splash-screen):
14907         Set default-directory to command-line-default-directory.
14909         * desktop.el (after-init-hook): Set inhibit-startup-screen to t
14910         after reading the desktop.
14912         * progmodes/compile.el (compilation-auto-jump):
14913         Call compile-goto-error only when compilation-auto-jump-to-first-error
14914         is non-nil.
14915         (compilation-scroll-output): Replace :type 'boolean with a choice
14916         that has three options including a third option `first-error'.
14917         Doc fix.
14918         (compilation-start, compilation-forget-errors): Add an alternate
14919         condition comparing compilation-scroll-output with `first-error'
14920         in addition to compilation-auto-jump-to-first-error (to call
14921         compilation-auto-jump in the proper place).
14923 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14925         * international/mule.el (sgml-html-meta-auto-coding-function):
14926         Make sure the search limit is ahead.
14928         * tar-mode.el: Fix broken indentation.
14929         (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
14930         Use with-current-buffer.
14932 2008-02-12  Juanma Barranquero  <lekktu@gmail.com>
14934         * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
14935         it is already automatically buffer-local.
14937 2008-02-12  Drew Adams  <drew.adams@oracle.com>
14939         * help.el (describe-key): Join some split lines to facilitate filling.
14940         * help-fns.el (describe-function-1): Fill text of overlong lines.
14942 2008-02-12  Kenichi Handa  <handa@ni.aist.go.jp>
14944         * emacs-lisp/bytecomp.el (byte-compile-lapcode):
14945         Use unibyte-string instead of string-make-unibyte.
14947         * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
14949 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14951         * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
14952         works also for buffers w/o buffer-file-name.  Update callers.
14953         (doc-view-clone-buffer-hook): New fun.
14954         (doc-view-mode): Use it for indirect clones.  Mark the overlays with
14955         the `doc-view' property so they can be recognized.
14957         * simple.el (clone-indirect-buffer-hook): New hook.
14958         (clone-indirect-buffer): Run it.
14960 2008-02-11  Michael Olson  <mwolson@gnu.org>
14962         * epa-setup.el:
14963         * epg-package-info.el: Files removed.
14965 2008-02-11  Daiki Ueno  <ueno@unixuser.org>
14967         * epa.el (epa-menu-mode): Merge into epa-mode.
14968         (epa-menu-items): Rename the label "EasyPG Assistant" to
14969         "Encryption/Decryption".
14971         * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
14972         (epa-dired-mode-map): Rename from epa-dired-map.
14973         (epa-global-dired-mode): Rename the global minor mode.
14975 2008-02-11  Drew Adams  <drew.adams@oracle.com>
14977         * isearch.el (isearch-fail): New face.
14978         (isearch-message): Highlight failure part of input.
14980 2008-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14982         * ibuffer.el (ibuffer-header-line-format): New var.
14983         (ibuffer-mode): Set it instead of header-line-format.
14984         (ibuffer-update): Use it to set header-line-format.
14986         * international/mule-cmds.el (ucs-insert): Inherit surrounding
14987         properties like self-insert-command.
14989 2008-02-11  Drew Adams  <drew.adams@oracle.com>
14991         * progmodes/etags.el: Add many doc strings.
14993 2008-02-11  Jason Rumney  <jasonr@gnu.org>
14995         * ldefs-boot.el: Regenerated.
14997 2008-02-11  Glenn Morris  <rgm@gnu.org>
14999         * progmodes/compile.el (compilation-error-regexp-alist-alist):
15000         Shorten some names.
15002         * ffap.el (ffap-rfc-directories): Add :version.
15004 2008-02-11  Chris Moore  <christopher.ian.moore@gmail.com>
15006         * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
15007         files, and backup files of same.
15009 2008-02-11  Kevin Ryde  <user42@zip.com.au>
15011         * ffap.el (ffap-rfc-directories): New variable.
15012         (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
15014         * info.el (Info-next-reference, Info-prev-reference)
15015         (Info-try-follow-nearest-node): Move to and follow https:// links too.
15017         * simple.el (completion-list-mode): Show full completion-list-mode-map
15018         in the docstring.
15020 2008-02-11  Sam Steingold  <sds@gnu.org>
15022         * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
15024 2008-02-11  Glenn Morris  <rgm@gnu.org>
15026         * startup.el (emacs-startup-time): New variable.
15027         (command-line): Set emacs-startup-time.
15029         * calendar/time-date.el (emacs-uptime): New function.
15031 2008-02-10  Bastien Guerry  <bzg@altern.org>
15033         * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
15034         (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
15035         it is nil.
15037 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
15039         * epg-config.el: Expand the contents of epg-package-info.el.
15040         (epg-package-name): New constant.
15041         (epg-version-number): New constant.
15042         (epg-bug-report-address): New constant.
15044         * epa-mail.el (epa-mail-mode): Add autoload cookie.
15045         (epa-global-mail-mode): New global minor mode.
15047         * epa-file.el (epa-file-mode): New global minor mode.
15049         * epa-dired.el (epa-dired-mode): New global minor mode.
15051         * epa.el (epa-menu): New variable.
15052         (epa-menu-items): New variable.
15053         (epa-menu-mode): New global minor mode.
15054         (epa-global-minor-modes): New user option.
15055         (epa-mode): New global minor mode.
15057 2008-02-10  Michael Albinus  <michael.albinus@gmx.de>
15059         * net/dbus.el: Remove `no-byte-compile' cookie.
15060         (dbus-call-method, dbus-register-signal, dbus-debug)
15061         (dbus-registered-functions-table): Declare them with
15062         `declare-function' or `defvar', respectively.
15063         (top): Don't assert any longer.  Require 'cl when compiling.
15064         Apply `ignore-errors' but `dbus-ignore-errors'.
15066 2008-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
15068         * diff-mode.el (diff-add-change-log-entries-other-window):
15069         Use add-change-log-entry.
15071 2008-02-09  Jason Rumney  <jasonr@gnu.org>
15073         * button.el (button-map):
15074         * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
15075         * ldefs-boot.el: Regenerate.
15077 2008-02-09  Dan Nicolaescu  <dann@ics.uci.edu>
15079         * epa.el (epa-faces, epa):
15080         * epa-file.el (epa-file):
15081         * epg-config.el (epg): Add :version.
15083 2008-02-09  Thien-Thi Nguyen  <ttn@gnuvola.org>
15085         * vc.el (vc-exec-after): Append CODE to previous fragments.
15086         (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
15087         take MESSAGES instead of VERBOSE; use it when non-nil.
15088         (vc-diff-internal): Compute messages once; use them;
15089         update call to vc-diff-finish.
15091 2008-02-09  Michael Olson  <mwolson@gnu.org>
15093         * net/tramp.el (tramp-process-sentinel): Avoid error when process
15094         buffer has been killed, such as by
15095         `tramp-cleanup-all-connections'.
15097 2008-02-09  Miles Bader  <miles@gnu.org>
15099         * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
15101 2008-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15103         * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
15104         splitter in context hunks.
15106 2008-02-08  Kenichi Handa  <handa@ni.aist.go.jp>
15108         * international/fontset.el (setup-default-fontset): Fix arabic otf
15109         font specification.
15111 2008-02-08  Daiki Ueno  <ueno@unixuser.org>
15113         * epa-dired.el:
15114         * epa-file.el:
15115         * epa-mail.el:
15116         * epa-setup.el:
15117         * epa.el:
15118         * epg-config.el:
15119         * epg-package-info.el:
15120         * epg.el: Initial check-in of EasyPG.
15122 2008-02-08  Glenn Morris  <rgm@gnu.org>
15124         * woman.el (woman-locale): New defcustom.
15125         (woman-expand-locale, woman-manpath-add-locales): New functions.
15126         (woman-manpath): Call woman-manpath-add-locales.  Bump :version.
15128         * international/mule-cmds.el (locale-translate): New function,
15129         with old code extracted from set-locale-environment.
15130         (set-locale-environment): Use locale-translate.  Set woman-locale.
15132         * cus-start.el (selection-coding-system): Remove, since it's now
15133         defined in select.el rather than in xselect.c.
15134         * select.el (selection-coding-system): Make it a defcustom, and
15135         add the properties from cus-start.el.  Bump :version.
15137         * custom.el (custom-theme-set-variables): Sort symbols that are
15138         dependencies before symbols that depend on them.
15139         (custom-enabled-themes): Set after custom-theme-directory.
15141         * pcmpl-unix.el (top-level): Move provide statement to end.
15142         (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
15143         `*' from doc-string.  Allow to be nil.
15144         (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
15145         Allow to be nil.  Add :version.
15146         (pcmpl-ssh-hosts): Move definition before use.  Handle lines
15147         without hostnames, and multiple hostnames per line.
15149         * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
15151 2008-02-08  Phil Hagelberg  <phil@evri.com>
15153         * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
15154         (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
15156 2008-02-07  Timo Savola  <timo.savola@iki.fi>
15158         * startup.el (command-line-x-option-alist): Add --parent-id.
15160         * term/x-win.el (x-handle-parent-id): New function.
15162 2008-02-07  Chris Moore  <christopher.ian.moore@gmail.com>
15164         * mouse.el (x-fixed-font-alist): Use consistent capitalization for
15165         "Font Menu".
15167 2008-02-06  Michael Albinus  <michael.albinus@gmx.de>
15169         * net/dbus.el (dbus-interface-peer): New defconst.
15170         (dbus-ping): New defun.
15172 2008-02-06  Sam Steingold  <sds@gnu.org>
15174         * vc-hooks.el (vc-prefix-key): New user-customizable variable.
15176 2008-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15178         * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
15179         Just return nil and let the C code provide a fallback.
15181 2008-02-05  Glenn Morris  <rgm@gnu.org>
15183         * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
15184         tramp-flush-connection-property for removed 2nd argument.
15186 2008-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15188         * diff-mode.el (diff-add-change-log-entries-other-window):
15189         Rename from diff-create-changelog.  Change users.
15190         Minor change to hopefully work with plain diffs.
15191         (diff-mode-map): Add binding for it.
15193 2008-02-04  Dan Nicolaescu  <dann@ics.uci.edu>
15195         * diff-mode.el: Add new TODO entry.
15196         (diff-create-changelog): New function.
15197         (diff-mode-menu): Bind it.
15199 2008-02-04  Kenichi Handa  <handa@ni.aist.go.jp>
15201         * international/mule-diag.el (print-fontset-element): Handle the
15202         case of inhibiting the fallback fonts.
15204 2008-02-04  Kim F. Storm  <storm@cua.dk>
15206         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
15207         (ido-magic-delete-char): Use prefix arg.
15209 2008-02-03  Juanma Barranquero  <lekktu@gmail.com>
15211         * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
15212         because the latter is in fact a 1.2.8 build distributed with GTK+ (as
15213         of today, the most recent libpng is 1.2.24).
15215 2008-02-03  Michael Albinus  <michael.albinus@gmx.de>
15217         * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
15219         * net/dbus.el (top): Check (featurep 'dbusbind).
15221         * net/tramp.el (tramp-process-sentinel): New defun.
15222         (tramp-do-copy-or-rename-file-out-of-band)
15223         (tramp-maybe-open-connection): Use it as process sentinel.
15224         (tramp-handle-delete-directory): Don't use the "-f" option; it
15225         isn't portable.
15226         (tramp-handle-start-file-process): Echo `tramp-end-of-output'
15227         after the command.
15228         (tramp-handle-shell-command): Set `mode-line-process' in the
15229         asynchronous case.
15231         * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
15233         * net/tramp-fish.el (tramp-fish-maybe-open-connection):
15234         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
15235         Use `tramp-process-sentinel' as process sentinel.
15237 2008-02-02  Juanma Barranquero  <lekktu@gmail.com>
15239         * whitespace.el (global-whitespace-mode): Revert last change.
15240         (whitespace-unload-function): Force `global-whitespace-mode'
15241         to deactivate local modes in a slightly less intrusive way.
15243 2008-02-02  Eli Zaretskii  <eliz@gnu.org>
15245         * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
15247 2008-02-02  Glenn Morris  <rgm@gnu.org>
15249         * international/latin1-disp.el (latin1-display):
15250         * progmodes/fortran.el (fortran-comment-indent-char):
15251         * progmodes/idlw-shell.el (top-level):
15252         * term/mac-win.el (mac-keyboard-translate-char):
15253         * whitespace.el (whitespace-char-valid-p):
15254         * wid-edit.el (widget-key-sequence-read-event):
15255         Use characterp rather than char-valid-p.
15257         * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
15258         to capitalized-find-word-boundary.  Doc fix.  Update callers.
15259         (capitalized-next-word-boundary-function-table): Rename to
15260         capitalized-find-word-boundary-function-table.  Doc fix.  Update users.
15262         * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
15263         string-to-int.
15265         * ps-def.el (declare-function): Add compatibility definition.
15266         (ps-plot-with-face, ps-plot-string): Declare as functions.
15267         (ps-bold-faces, ps-italic-faces): Declare variables.
15269         * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
15270         (ps-mule-end-job): Declare as functions.
15272         * wid-edit.el (widget-string-complete): Use assoc-string rather
15273         than assoc-ignore-case.
15275 See ChangeLog.13 for earlier changes.
15277 ;; Local Variables:
15278 ;; coding: utf-8
15279 ;; add-log-time-zone-rule: t
15280 ;; bug-reference-url-format: "http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=%s"
15281 ;; End:
15283     Copyright (C) 2008  Free Software Foundation, Inc.
15285   This file is part of GNU Emacs.
15287   GNU Emacs is free software: you can redistribute it and/or modify
15288   it under the terms of the GNU General Public License as published by
15289   the Free Software Foundation, either version 3 of the License, or
15290   (at your option) any later version.
15292   GNU Emacs is distributed in the hope that it will be useful,
15293   but WITHOUT ANY WARRANTY; without even the implied warranty of
15294   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15295   GNU General Public License for more details.
15297   You should have received a copy of the GNU General Public License
15298   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
15300 ;; arch-tag: c241c1f9-d668-48bf-920a-2897ed0340bc